|
1 | 1 |
|
2 | | -import DocumentationTemplate from './DocumentationTemplate.mdx'; |
| 2 | +import DocumentationTemplate from "./DocumentationTemplate.mdx"; |
3 | 3 |
|
4 | 4 | import { withActions } from "@storybook/addon-actions/decorator"; |
5 | 5 | import { |
@@ -81,17 +81,16 @@ export const argTypes = { |
81 | 81 | description: "Controls the color context of the component.", |
82 | 82 | type: { required: true }, |
83 | 83 | table: { |
84 | | - type: { summary: "light | dark | darkest" }, |
| 84 | + type: { summary: "light | dark" }, |
85 | 85 | defaultValue: { summary: "light" }, |
86 | 86 | category: "Global", |
87 | 87 | }, |
88 | | - options: ["light", "dark", "darkest"], |
| 88 | + options: ["light", "dark"], |
89 | 89 | control: { |
90 | 90 | type: "select", |
91 | 91 | labels: { |
92 | 92 | light: "Light (default)", |
93 | 93 | dark: "Dark", |
94 | | - darkest: "Darkest", |
95 | 94 | }, |
96 | 95 | }, |
97 | 96 | }, |
@@ -187,11 +186,11 @@ export const parameters = { |
187 | 186 | panelPosition: "bottom", |
188 | 187 | showToolbar: true, |
189 | 188 | isFullscreen: false, |
190 | | - actions: { argTypesRegex: '^on.*' }, |
| 189 | + actions: { argTypesRegex: "^on.*" }, |
191 | 190 | options: { |
192 | 191 | storySort: { |
193 | 192 | method: "alphabetical", |
194 | | - order: ['Guides', ['Contributing', '*', 'Adobe Code of Conduct', 'Changelog'], 'Foundations', 'Components', ['Docs', 'Default', '*'], '*'], |
| 193 | + order: ["Guides", ["Contributing", "*", "Adobe Code of Conduct", "Changelog"], "Foundations", "Components", ["Docs", "Default", "*"], "*"], |
195 | 194 | includeNames: true, |
196 | 195 | }, |
197 | 196 | }, |
|
0 commit comments