@codecademy/styleguide 79.2.4-alpha.be71e3.0 → 79.2.4-alpha.ee1acd.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.storybook/components/Elements/DocsContainer.tsx +2 -2
- package/.storybook/components/Elements/StorySource.tsx +2 -2
- package/.storybook/components/Headers/ComponentHeader.tsx +1 -1
- package/.storybook/main.ts +20 -3
- package/.storybook/manager.ts +1 -1
- package/.storybook/preview.ts +11 -33
- package/.storybook/theming/GamutTheme.ts +1 -1
- package/CHANGELOG.md +5 -2
- package/package.json +2 -2
- package/project.json +9 -0
- package/src/lib/About.mdx +1 -1
- package/src/lib/Atoms/About.mdx +1 -1
- package/src/lib/Atoms/Animations/About.mdx +1 -1
- package/src/lib/Atoms/Animations/ExpandInCollapseOut/ExpandInCollapseOut.mdx +1 -1
- package/src/lib/Atoms/Animations/FadeInSlideOut/FadeInSlideOut.mdx +1 -1
- package/src/lib/Atoms/Animations/Rotation/Rotation.mdx +1 -1
- package/src/lib/Atoms/Badge/Badge.mdx +1 -1
- package/src/lib/Atoms/Buttons/About.mdx +1 -1
- package/src/lib/Atoms/Buttons/Button/Button.mdx +1 -1
- package/src/lib/Atoms/Buttons/CTAButton/CTAButton.mdx +1 -1
- package/src/lib/Atoms/Buttons/FillButton/FillButton.mdx +1 -1
- package/src/lib/Atoms/Buttons/IconButton/IconButton.mdx +1 -1
- package/src/lib/Atoms/Buttons/StrokeButton/StrokeButton.mdx +1 -1
- package/src/lib/Atoms/Buttons/TextButton/TextButton.mdx +1 -1
- package/src/lib/Atoms/Card/Card.mdx +1 -1
- package/src/lib/Atoms/Drawer/Drawer.mdx +1 -1
- package/src/lib/Atoms/FeatureShimmer/FeatureShimmer.mdx +1 -1
- package/src/lib/Atoms/FormElements/About.mdx +1 -1
- package/src/lib/Atoms/FormElements/Form/Form.mdx +1 -1
- package/src/lib/Atoms/FormElements/FormGroup/FormGroup.mdx +1 -1
- package/src/lib/Atoms/FormElements/FormGroupDescription/FormGroupDescription.mdx +1 -1
- package/src/lib/Atoms/FormElements/FormGroupLabel/FormGroupLabel.mdx +1 -1
- package/src/lib/Atoms/FormElements/FormRequiredText/FormRequiredText.mdx +1 -1
- package/src/lib/Atoms/FormInputs/About.mdx +1 -1
- package/src/lib/Atoms/FormInputs/Checkbox/Checkbox.mdx +1 -1
- package/src/lib/Atoms/FormInputs/Input/Input.mdx +1 -1
- package/src/lib/Atoms/FormInputs/Radio/Radio.mdx +1 -1
- package/src/lib/Atoms/FormInputs/Select/Select.mdx +1 -1
- package/src/lib/Atoms/FormInputs/SelectDropdown/SelectDropdown.mdx +1 -1
- package/src/lib/Atoms/FormInputs/TextArea/TextArea.mdx +1 -1
- package/src/lib/Atoms/Icons/About.mdx +1 -1
- package/src/lib/Atoms/Icons/Mini/Mini.mdx +1 -1
- package/src/lib/Atoms/Icons/Regular/Regular.mdx +1 -1
- package/src/lib/Atoms/Illustrations/Illustrations.mdx +1 -1
- package/src/lib/Atoms/InternalFloatingCard/InternalFloatingCard.mdx +1 -1
- package/src/lib/Atoms/Loaders/About.mdx +1 -1
- package/src/lib/Atoms/Loaders/Shimmer/Shimmer.mdx +1 -1
- package/src/lib/Atoms/Loaders/Spinner/Spinner.mdx +1 -1
- package/src/lib/Atoms/Patterns/Patterns.mdx +1 -1
- package/src/lib/Atoms/PopoverContainer/PopoverContainer.mdx +1 -1
- package/src/lib/Atoms/ProgressBar/ProgressBar.mdx +1 -1
- package/src/lib/Atoms/RadialProgress/RadialProgress.mdx +1 -1
- package/src/lib/Atoms/SkipToContent/SkipToContent.mdx +1 -1
- package/src/lib/Atoms/Tag/Tag.mdx +1 -1
- package/src/lib/Atoms/Toggle/Toggle.mdx +1 -1
- package/src/lib/Atoms/UtilityComponents/About.mdx +1 -1
- package/src/lib/Atoms/UtilityComponents/DelayedRenderWrapper/DelayedRenderWrapper.mdx +1 -1
- package/src/lib/Atoms/UtilityComponents/FocusTrap/FocusTrap.mdx +1 -1
- package/src/lib/Foundations/About.mdx +1 -1
- package/src/lib/Foundations/ColorMode/ColorMode.mdx +1 -1
- package/src/lib/Foundations/Layout.mdx +1 -1
- package/src/lib/Foundations/System/About.mdx +1 -1
- package/src/lib/Foundations/System/Compose.mdx +1 -1
- package/src/lib/Foundations/System/Props/About.mdx +1 -1
- package/src/lib/Foundations/System/Props/Background.mdx +1 -1
- package/src/lib/Foundations/System/Props/Border.mdx +1 -1
- package/src/lib/Foundations/System/Props/Color.mdx +1 -1
- package/src/lib/Foundations/System/Props/Flex.mdx +1 -1
- package/src/lib/Foundations/System/Props/Grid.mdx +1 -1
- package/src/lib/Foundations/System/Props/Layout.mdx +1 -1
- package/src/lib/Foundations/System/Props/List.mdx +1 -1
- package/src/lib/Foundations/System/Props/Positioning.mdx +1 -1
- package/src/lib/Foundations/System/Props/Shadow.mdx +1 -1
- package/src/lib/Foundations/System/Props/Space.mdx +1 -1
- package/src/lib/Foundations/System/Props/Typography.mdx +1 -1
- package/src/lib/Foundations/System/ResponsiveProperties/ResponsiveProperties.mdx +1 -1
- package/src/lib/Foundations/System/Variants.mdx +1 -1
- package/src/lib/Foundations/Theme/About.mdx +1 -1
- package/src/lib/Foundations/Theme/AdminTheme.mdx +1 -1
- package/src/lib/Foundations/Theme/CoreTheme.mdx +1 -1
- package/src/lib/Foundations/Theme/CreatingThemes.mdx +1 -1
- package/src/lib/Foundations/Theme/LXStudioTheme.mdx +1 -1
- package/src/lib/Foundations/Theme/PercipioTheme.mdx +1 -1
- package/src/lib/Foundations/Theme/PlatformTheme.mdx +1 -1
- package/src/lib/Foundations/Typography.mdx +1 -1
- package/src/lib/Foundations/Utilities/Utilities.mdx +1 -1
- package/src/lib/Layouts/About.mdx +1 -1
- package/src/lib/Layouts/Boxes/About.mdx +1 -1
- package/src/lib/Layouts/Boxes/Box/Box.mdx +1 -1
- package/src/lib/Layouts/Boxes/FlexBox/FlexBox.mdx +1 -1
- package/src/lib/Layouts/Boxes/GridBox/GridBox.mdx +1 -1
- package/src/lib/Layouts/ContentContainer/ContentContainer.mdx +1 -1
- package/src/lib/Layouts/LayoutGrid/LayoutGrid.mdx +1 -1
- package/src/lib/Meta/About.mdx +6 -6
- package/src/lib/Meta/{Best practices.mdx → Best Practices.mdx } +4 -4
- package/src/lib/Meta/Brand.mdx +1 -1
- package/src/lib/Meta/Contributing.mdx +1 -1
- package/src/lib/Meta/{Deep Controls add-on.mdx → Deep Controls Add-On.mdx } +1 -1
- package/src/lib/Meta/ESLint rules.mdx +1 -1
- package/src/lib/Meta/FAQs.mdx +1 -1
- package/src/lib/Meta/Installation.mdx +1 -1
- package/src/lib/Meta/Logical and physical CSS properties.mdx +1 -1
- package/src/lib/Meta/MCP/About.mdx +1 -1
- package/src/lib/Meta/MCP/Code Connect.mdx +1 -1
- package/src/lib/Meta/MCP/Figma MCP.mdx +1 -1
- package/src/lib/Meta/{Gamut writing guide/Stories/Component story documentation.mdx → Stories.mdx} +88 -22
- package/src/lib/Meta/{Usage guide.mdx → Usage Guide.mdx } +4 -4
- package/src/lib/Molecules/About.mdx +1 -1
- package/src/lib/Molecules/AccordionButtonDeprecated/AccordionButtonDeprecated.mdx +1 -1
- package/src/lib/Molecules/AccordionDeprecated/AccordionDeprecated.mdx +1 -1
- package/src/lib/Molecules/Alert/Alert.mdx +1 -1
- package/src/lib/Molecules/Breadcrumbs/Breadcrumbs.mdx +1 -1
- package/src/lib/Molecules/Coachmark/Coachmark.mdx +1 -1
- package/src/lib/Molecules/Disclosure/Disclosure.mdx +1 -1
- package/src/lib/Molecules/Flyout/Flyout.mdx +1 -1
- package/src/lib/Molecules/Menu/Menu.mdx +1 -1
- package/src/lib/Molecules/Modals/About.mdx +1 -1
- package/src/lib/Molecules/Modals/Dialog/Dialog.mdx +1 -1
- package/src/lib/Molecules/Modals/Modal/Modal.mdx +1 -1
- package/src/lib/Molecules/Modals/Overlay/Overlay.mdx +1 -1
- package/src/lib/Molecules/Pagination/Pagination.mdx +1 -1
- package/src/lib/Molecules/Popover/Popover.mdx +1 -1
- package/src/lib/Molecules/Tabs/Tabs.mdx +1 -1
- package/src/lib/Molecules/Tips/About.mdx +1 -1
- package/src/lib/Molecules/Tips/InfoTip/InfoTip.mdx +1 -1
- package/src/lib/Molecules/Tips/PreviewTip/PreviewTip.mdx +1 -1
- package/src/lib/Molecules/Tips/ToolTip/ToolTip.mdx +1 -1
- package/src/lib/Molecules/Toasts/About.mdx +1 -1
- package/src/lib/Molecules/Toasts/Toast/Toast.mdx +1 -1
- package/src/lib/Molecules/Toasts/Toaster/Toaster.mdx +1 -1
- package/src/lib/Molecules/Video/Video.mdx +1 -1
- package/src/lib/Organisms/About.mdx +1 -1
- package/src/lib/Organisms/ConnectedForm/About.mdx +1 -1
- package/src/lib/Organisms/ConnectedForm/ConnectedForm/ConnectedForm.mdx +1 -1
- package/src/lib/Organisms/ConnectedForm/ConnectedForm/ConnectedForm.stories.tsx +1 -1
- package/src/lib/Organisms/ConnectedForm/ConnectedFormGroup/ConnectedFormGroup.mdx +1 -1
- package/src/lib/Organisms/ConnectedForm/ConnectedFormGroup/ConnectedFormGroup.stories.tsx +1 -1
- package/src/lib/Organisms/ConnectedForm/ConnectedFormInputs/ConnectedFormInputs.mdx +1 -1
- package/src/lib/Organisms/ConnectedForm/SubmitButton/SubmitButton.mdx +1 -1
- package/src/lib/Organisms/ConnectedForm/SubmitButton/SubmitButton.stories.tsx +1 -1
- package/src/lib/Organisms/GridForm/About.mdx +1 -1
- package/src/lib/Organisms/GridForm/Buttons.mdx +1 -1
- package/src/lib/Organisms/GridForm/Buttons.stories.tsx +1 -1
- package/src/lib/Organisms/GridForm/Fields.mdx +1 -1
- package/src/lib/Organisms/GridForm/Fields.stories.tsx +1 -1
- package/src/lib/Organisms/GridForm/Layout.mdx +1 -1
- package/src/lib/Organisms/GridForm/Layout.stories.tsx +1 -1
- package/src/lib/Organisms/GridForm/States.mdx +1 -1
- package/src/lib/Organisms/GridForm/States.stories.tsx +1 -1
- package/src/lib/Organisms/GridForm/Usage.mdx +1 -1
- package/src/lib/Organisms/GridForm/Usage.stories.tsx +1 -1
- package/src/lib/Organisms/GridForm/Validation.mdx +1 -1
- package/src/lib/Organisms/Lists & Tables/About.mdx +1 -1
- package/src/lib/Organisms/Lists & Tables/DataList/DataList.mdx +1 -1
- package/src/lib/Organisms/Lists & Tables/DataTable/DataTable.mdx +1 -1
- package/src/lib/Organisms/Lists & Tables/List/List.mdx +1 -1
- package/src/lib/Organisms/Markdown/Markdown.mdx +1 -1
- package/src/lib/Typography/About.mdx +1 -1
- package/src/lib/Typography/Anchor/Anchor.mdx +1 -1
- package/src/lib/Typography/HiddenText/HiddenText.mdx +1 -1
- package/src/lib/Typography/Text/Text.mdx +1 -1
- package/src/lib/UX Writing/About.mdx +1 -1
- package/src/lib/UX Writing/Accessibility guidelines.mdx +1 -1
- package/src/lib/UX Writing/Component guidelines/About.mdx +1 -1
- package/src/lib/UX Writing/Component guidelines/Alerts.mdx +1 -1
- package/src/lib/UX Writing/Component guidelines/Alternative text.mdx +1 -1
- package/src/lib/UX Writing/Component guidelines/Buttons.mdx +1 -1
- package/src/lib/UX Writing/Component guidelines/Confirmation dialogs.mdx +1 -1
- package/src/lib/UX Writing/Component guidelines/Error messages.mdx +1 -1
- package/src/lib/UX Writing/Component guidelines/Notifications.mdx +1 -1
- package/src/lib/UX Writing/Component guidelines/Toasts.mdx +1 -1
- package/src/lib/UX Writing/Component guidelines/Tooltips.mdx +1 -1
- package/src/lib/UX Writing/DIY UX writing in 8 steps.mdx +1 -1
- package/src/lib/Meta/Gamut writing guide/About.mdx +0 -43
- package/src/lib/Meta/Gamut writing guide/Documentation in code.mdx +0 -134
- package/src/lib/Meta/Gamut writing guide/Formatting.mdx +0 -69
- package/src/lib/Meta/Gamut writing guide/General principles.mdx +0 -46
- package/src/lib/Meta/Gamut writing guide/Language and grammar.mdx +0 -54
- package/src/lib/Meta/Gamut writing guide/Linking.mdx +0 -60
- package/src/lib/Meta/Gamut writing guide/Referencing code.mdx +0 -86
- package/src/lib/Meta/Gamut writing guide/Stories/About pages.mdx +0 -49
- package/src/lib/Meta/Gamut writing guide/Stories/About.mdx +0 -57
- package/src/lib/Meta/Gamut writing guide/Stories/Component code examples.mdx +0 -79
|
@@ -15,8 +15,8 @@ import {
|
|
|
15
15
|
DocsContainer as StorybookDocsContainer,
|
|
16
16
|
DocsContextProps,
|
|
17
17
|
SourceContainer,
|
|
18
|
-
} from '@storybook/blocks';
|
|
19
|
-
import { ThemeProvider } from '
|
|
18
|
+
} from '@storybook/addon-docs/blocks';
|
|
19
|
+
import { ThemeProvider } from 'storybook/theming';
|
|
20
20
|
import { useMemo } from 'react';
|
|
21
21
|
import { HelmetProvider } from 'react-helmet-async';
|
|
22
22
|
import theme from '../../theming/GamutTheme';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Source } from '@storybook/blocks';
|
|
2
|
-
import { SourceType } from '
|
|
1
|
+
import { Source } from '@storybook/addon-docs/blocks';
|
|
2
|
+
import { SourceType } from 'storybook/internal/docs-tools';
|
|
3
3
|
import { ComponentProps } from 'react';
|
|
4
4
|
|
|
5
5
|
export const StorySource = ({
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
Text,
|
|
7
7
|
} from '@codecademy/gamut';
|
|
8
8
|
import { Figma } from '@storybook/addon-designs/blocks';
|
|
9
|
-
import { Title } from '@storybook/blocks';
|
|
9
|
+
import { Title } from '@storybook/addon-docs/blocks';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
|
|
12
12
|
import { StatusIndicator } from '../Elements/StatusIndicator';
|
package/.storybook/main.ts
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
|
+
// This file has been automatically migrated to valid ESM format by Storybook.
|
|
2
|
+
import { fileURLToPath } from 'node:url';
|
|
3
|
+
import { createRequire } from 'node:module';
|
|
1
4
|
import type { StorybookConfig } from '@storybook/react-webpack5';
|
|
2
|
-
import { resolve, dirname, join } from 'path';
|
|
5
|
+
import { resolve, dirname, join } from 'node:path';
|
|
6
|
+
|
|
7
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
8
|
+
const __dirname = dirname(__filename);
|
|
9
|
+
const require = createRequire(import.meta.url);
|
|
3
10
|
|
|
4
11
|
const config: StorybookConfig = {
|
|
5
12
|
stories: [
|
|
@@ -8,9 +15,14 @@ const config: StorybookConfig = {
|
|
|
8
15
|
],
|
|
9
16
|
staticDirs: ['../src/static'],
|
|
10
17
|
addons: [
|
|
11
|
-
getAbsolutePath('@storybook/addon-
|
|
12
|
-
|
|
18
|
+
getAbsolutePath('@storybook/addon-webpack5-compiler-babel'),
|
|
19
|
+
// the @nx/react storybook plugin is just a subdirectory of the @nx/react package
|
|
20
|
+
// so getting the absolute path of the package.json won't work. they do expose
|
|
21
|
+
// a require export though, so we can just use that directly
|
|
22
|
+
require.resolve('@nx/react/plugins/storybook'),
|
|
13
23
|
getAbsolutePath('@storybook/addon-links'),
|
|
24
|
+
getAbsolutePath('@storybook/addon-docs'),
|
|
25
|
+
getAbsolutePath('@storybook/addon-a11y'),
|
|
14
26
|
getAbsolutePath('@storybook/addon-designs'),
|
|
15
27
|
getAbsolutePath('storybook-addon-deep-controls'),
|
|
16
28
|
],
|
|
@@ -57,6 +69,11 @@ const config: StorybookConfig = {
|
|
|
57
69
|
__dirname,
|
|
58
70
|
'../../gamut-illustrations/src'
|
|
59
71
|
),
|
|
72
|
+
'@codecademy/gamut-icons$': resolve(__dirname, '../../gamut-icons/src'),
|
|
73
|
+
'@codecademy/gamut-patterns$': resolve(
|
|
74
|
+
__dirname,
|
|
75
|
+
'../../gamut-patterns/src'
|
|
76
|
+
),
|
|
60
77
|
'@codecademy/variance$': resolve(__dirname, '../../variance/src'),
|
|
61
78
|
},
|
|
62
79
|
};
|
package/.storybook/manager.ts
CHANGED
package/.storybook/preview.ts
CHANGED
|
@@ -4,9 +4,9 @@ import theme from './theming/GamutTheme';
|
|
|
4
4
|
import { withEmotion } from './theming/GamutThemeProvider';
|
|
5
5
|
import { breakpoints, css } from '@codecademy/gamut-styles';
|
|
6
6
|
import { DocsContainer } from './components/Elements/DocsContainer';
|
|
7
|
-
import { CodeOrSourceMdx, HeadersMdx } from '@storybook/blocks';
|
|
8
|
-
import { components as htmlComponents } from '
|
|
9
|
-
import { styled } from '
|
|
7
|
+
import { CodeOrSourceMdx, HeadersMdx } from '@storybook/addon-docs/blocks';
|
|
8
|
+
import { components as htmlComponents } from 'storybook/internal/components';
|
|
9
|
+
import { styled } from 'storybook/theming';
|
|
10
10
|
import { Link } from './components/Elements/Markdown';
|
|
11
11
|
|
|
12
12
|
const WrappedPre = styled(htmlComponents.pre)(
|
|
@@ -26,6 +26,9 @@ const mdxComponents = {
|
|
|
26
26
|
|
|
27
27
|
const preview: Preview = {
|
|
28
28
|
parameters: {
|
|
29
|
+
a11y: {
|
|
30
|
+
test: 'todo',
|
|
31
|
+
},
|
|
29
32
|
backgrounds: {
|
|
30
33
|
disable: true,
|
|
31
34
|
},
|
|
@@ -45,35 +48,15 @@ const preview: Preview = {
|
|
|
45
48
|
'Meta',
|
|
46
49
|
[
|
|
47
50
|
'About',
|
|
48
|
-
'
|
|
49
|
-
'Best practices',
|
|
51
|
+
'Best Practices',
|
|
50
52
|
'Contributing',
|
|
51
|
-
'Deep Controls add-on',
|
|
52
53
|
'ESLint rules',
|
|
53
54
|
'FAQs',
|
|
54
55
|
'Logical and physical CSS properties',
|
|
55
56
|
'Stories',
|
|
56
57
|
'Brand',
|
|
57
58
|
'Installation',
|
|
58
|
-
'
|
|
59
|
-
'Usage guide',
|
|
60
|
-
'Gamut writing guide',
|
|
61
|
-
[
|
|
62
|
-
'About',
|
|
63
|
-
'General principles',
|
|
64
|
-
'Documentation in code',
|
|
65
|
-
'Formatting',
|
|
66
|
-
'Language and grammar',
|
|
67
|
-
'Linking',
|
|
68
|
-
'Referencing code',
|
|
69
|
-
'Stories',
|
|
70
|
-
[
|
|
71
|
-
'About',
|
|
72
|
-
'About pages',
|
|
73
|
-
'Component story documentation',
|
|
74
|
-
'Component code examples',
|
|
75
|
-
],
|
|
76
|
-
],
|
|
59
|
+
'Usage Guide',
|
|
77
60
|
'MCP',
|
|
78
61
|
],
|
|
79
62
|
'Foundations',
|
|
@@ -105,12 +88,7 @@ const preview: Preview = {
|
|
|
105
88
|
},
|
|
106
89
|
},
|
|
107
90
|
viewport: {
|
|
108
|
-
|
|
109
|
-
viewports: {
|
|
110
|
-
responsive: {
|
|
111
|
-
name: 'Responsive',
|
|
112
|
-
type: 'desktop',
|
|
113
|
-
},
|
|
91
|
+
options: {
|
|
114
92
|
xs: {
|
|
115
93
|
name: `XS - ${breakpoints.xs}`,
|
|
116
94
|
styles: {
|
|
@@ -165,8 +143,8 @@ export const globalTypes = {
|
|
|
165
143
|
icon: 'circlehollow',
|
|
166
144
|
// Array of plain string values or MenuItem shape (see below)
|
|
167
145
|
items: [
|
|
168
|
-
{ value: 'light', icon: 'circlehollow', title: '
|
|
169
|
-
{ value: 'dark', icon: 'circle', title: '
|
|
146
|
+
{ value: 'light', icon: 'circlehollow', title: 'Light' },
|
|
147
|
+
{ value: 'dark', icon: 'circle', title: 'Dark' },
|
|
170
148
|
],
|
|
171
149
|
// Property that specifies if the name of the item will be displayed
|
|
172
150
|
showName: true,
|
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
### [79.2.4-alpha.
|
|
6
|
+
### [79.2.4-alpha.ee1acd.0](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.2.3...@codecademy/styleguide@79.2.4-alpha.ee1acd.0) (2026-03-20)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- consistent title casing ([de25bb3](https://github.com/Codecademy/gamut/commit/de25bb3700607314c18b7487e4dec39aafa8922b))
|
|
11
|
+
- remove responsive viewport option ([27378f9](https://github.com/Codecademy/gamut/commit/27378f9105f184e3f79705b018c08d88ac26d9ac))
|
|
9
12
|
|
|
10
13
|
### [79.2.3](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@79.2.2...@codecademy/styleguide@79.2.3) (2026-03-19)
|
|
11
14
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/styleguide",
|
|
3
3
|
"description": "Styleguide & Component library for codecademy.com",
|
|
4
|
-
"version": "79.2.4-alpha.
|
|
4
|
+
"version": "79.2.4-alpha.ee1acd.0",
|
|
5
5
|
"author": "Codecademy Engineering",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"repository": "git@github.com:Codecademy/gamut.git",
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "5a206a23576ff13064f5d0d9bef7ef89ea3a2a9d"
|
|
12
12
|
}
|
package/project.json
CHANGED
|
@@ -32,6 +32,15 @@
|
|
|
32
32
|
"quiet": true
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
+
},
|
|
36
|
+
"storybook-test": {
|
|
37
|
+
"executor": "nx:run-commands",
|
|
38
|
+
"dependsOn": ["build-storybook"],
|
|
39
|
+
"options": {
|
|
40
|
+
"cwd": "{workspaceRoot}",
|
|
41
|
+
"forwardAllArgs": false,
|
|
42
|
+
"command": "start-server-and-test \"http-server dist/storybook/styleguide -p 6007 --silent\" http://127.0.0.1:6007 \"test-storybook --url http://127.0.0.1:6007 --config-dir packages/styleguide/.storybook\""
|
|
43
|
+
}
|
|
35
44
|
}
|
|
36
45
|
}
|
|
37
46
|
}
|
package/src/lib/About.mdx
CHANGED
package/src/lib/Atoms/About.mdx
CHANGED