@pingux/astro 2.128.0 → 2.129.0-alpha.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/lib/cjs/components/AIComponents/AIPanel/AIPanel.stories.d.ts +1 -4
- package/lib/cjs/components/AIComponents/AIPanel/AIPanel.stories.js +4 -1
- package/lib/cjs/components/AIComponents/Prompt/Prompt.stories.js +4 -1
- package/lib/cjs/components/AIComponents/PromptInput/PromptInput.stories.d.ts +1 -16
- package/lib/cjs/components/AIComponents/PromptInput/PromptInput.stories.js +2 -4
- package/lib/cjs/components/AIComponents/Response/Response.stories.d.ts +2 -13
- package/lib/cjs/components/AIComponents/Response/Response.stories.js +3 -5
- package/lib/cjs/components/AIComponents/Suggestions/Suggestions.stories.d.ts +1 -4
- package/lib/cjs/components/AIComponents/Suggestions/Suggestions.stories.js +2 -1
- package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.stories.js +2 -1
- package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.d.ts +22 -3
- package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.js +35 -21
- package/lib/cjs/components/ArrayField/ArrayField.stories.d.ts +2 -6
- package/lib/cjs/components/ArrayField/ArrayField.stories.js +28 -21
- package/lib/cjs/components/AstroProvider/AstroProvider.stories.js +2 -1
- package/lib/cjs/components/Avatar/Avatar.stories.js +20 -3
- package/lib/cjs/components/Badge/Badge.stories.js +26 -22
- package/lib/cjs/components/Box/Box.stories.d.ts +43 -0
- package/lib/cjs/components/Box/Box.stories.js +9 -4
- package/lib/cjs/components/Bracket/Bracket.stories.js +32 -5
- package/lib/cjs/components/Breadcrumbs/Breadcrumbs.stories.js +15 -12
- package/lib/cjs/components/Button/Button.stories.d.ts +6 -23
- package/lib/cjs/components/Button/Button.stories.js +30 -26
- package/lib/cjs/components/ButtonBar/ButtonBar.stories.js +14 -11
- package/lib/cjs/components/Callout/Callout.stories.js +15 -12
- package/lib/cjs/components/Card/Card.stories.d.ts +3 -3
- package/lib/cjs/components/Card/Card.stories.js +20 -15
- package/lib/cjs/components/CheckboxField/CheckboxField.stories.js +28 -18
- package/lib/cjs/components/CodeEditor/CodeEditor.stories.d.ts +0 -3
- package/lib/cjs/components/CodeEditor/CodeEditor.stories.js +10 -12
- package/lib/cjs/components/CodeView/CodeView.stories.js +22 -15
- package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.stories.js +5 -3
- package/lib/cjs/components/ColorField/ColorField.stories.js +5 -3
- package/lib/cjs/components/ComboBoxField/ComboBoxField.stories.js +4 -4
- package/lib/cjs/components/CopyText/CopyText.stories.d.ts +1 -1
- package/lib/cjs/components/CopyText/CopyText.stories.js +5 -0
- package/lib/cjs/components/DataTable/DataTable.stories.d.ts +3 -180
- package/lib/cjs/components/DataTable/DataTable.stories.js +10 -11
- package/lib/cjs/components/DatePicker/DatePicker.stories.js +3 -5
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.d.ts +19 -4
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +18 -7
- package/lib/cjs/components/FieldHelperText/FieldHelperText.stories.d.ts +3 -3
- package/lib/cjs/components/FieldHelperText/FieldHelperText.stories.js +10 -9
- package/lib/cjs/components/FileInputField/FileInputField.stories.js +15 -18
- package/lib/cjs/components/Footer/Footer.stories.js +2 -1
- package/lib/cjs/components/Grid/Grid.stories.js +32 -7
- package/lib/cjs/components/HelpHint/HelpHint.stories.js +13 -8
- package/lib/cjs/components/HelpHint/HelpHint.styles.js +2 -1
- package/lib/cjs/components/Icon/Icon.stories.js +19 -7
- package/lib/cjs/components/IconBadge/IconBadge.stories.js +7 -3
- package/lib/cjs/components/IconButton/IconButton.stories.d.ts +3 -1
- package/lib/cjs/components/IconButton/IconButton.stories.js +17 -8
- package/lib/cjs/components/IconButtonToggle/IconButtonToggle.stories.js +7 -0
- package/lib/cjs/components/IconWrapper/IconWrapper.stories.js +6 -3
- package/lib/cjs/components/Image/Image.stories.d.ts +1 -33
- package/lib/cjs/components/Image/Image.stories.js +28 -13
- package/lib/cjs/components/ImageUploadField/ImageUploadField.stories.js +10 -13
- package/lib/cjs/components/Input/Input.stories.d.ts +1 -14
- package/lib/cjs/components/Input/Input.styles.js +1 -1
- package/lib/cjs/components/Label/Label.stories.js +3 -3
- package/lib/cjs/components/Link/Link.stories.js +5 -0
- package/lib/cjs/components/LinkSelectField/LinkSelectField.stories.js +23 -17
- package/lib/cjs/components/ListView/ListView.stories.d.ts +1 -132
- package/lib/cjs/components/ListView/ListView.stories.js +11 -13
- package/lib/cjs/components/ListViewItem/ListViewItem.stories.js +2 -1
- package/lib/cjs/components/Loader/Loader.stories.js +8 -3
- package/lib/cjs/components/Messages/Messages.stories.d.ts +10 -29
- package/lib/cjs/components/Messages/Messages.stories.js +40 -32
- package/lib/cjs/components/Modal/Modal.stories.js +2 -1
- package/lib/cjs/components/MultivaluesField/MultivaluesField.stories.js +2 -4
- package/lib/cjs/components/NavBar/NavBar.stories.js +2 -1
- package/lib/cjs/components/NavSideBar/NavSideBar.stories.js +2 -1
- package/lib/cjs/components/NavigationHeader/NavigationHeader.stories.js +2 -4
- package/lib/cjs/components/NumberField/NumberField.stories.js +25 -27
- package/lib/cjs/components/OverlayPanel/OverlayPanel.stories.js +2 -4
- package/lib/cjs/components/PageHeader/PageHeader.stories.js +14 -12
- package/lib/cjs/components/Pagination/Pagination.stories.d.ts +1 -33
- package/lib/cjs/components/Pagination/Pagination.stories.js +2 -1
- package/lib/cjs/components/PanelHeader/PanelHeader.stories.js +10 -6
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderCloseButton.stories.js +2 -1
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderMenu.stories.js +2 -1
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderSwitchField.stories.js +2 -1
- package/lib/cjs/components/PasswordField/PasswordField.stories.js +0 -3
- package/lib/cjs/components/PopoverMenu/PopoverMenu.stories.js +22 -15
- package/lib/cjs/components/ProgressBar/ProgressBar.stories.js +0 -3
- package/lib/cjs/components/RadioGroupField/RadioGroupField.stories.d.ts +5 -18
- package/lib/cjs/components/RadioGroupField/RadioGroupField.stories.js +18 -12
- package/lib/cjs/components/RangeCalendar/RangeCalendar.stories.d.ts +1 -93
- package/lib/cjs/components/RangeCalendar/RangeCalendar.stories.js +9 -12
- package/lib/cjs/components/RequirementsList/RequirementsList.stories.js +5 -0
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.stories.js +18 -4
- package/lib/cjs/components/SearchField/SearchField.stories.js +8 -6
- package/lib/cjs/components/SelectField/Select.styles.js +1 -0
- package/lib/cjs/components/SelectField/SelectField.stories.d.ts +32 -24
- package/lib/cjs/components/SelectField/SelectField.stories.js +49 -27
- package/lib/cjs/components/Separator/Separator.stories.d.ts +3 -1
- package/lib/cjs/components/Separator/Separator.stories.js +5 -4
- package/lib/cjs/components/Skeleton/Skeleton.stories.d.ts +1 -1
- package/lib/cjs/components/Skeleton/Skeleton.stories.js +13 -8
- package/lib/cjs/components/SliderField/SliderField.stories.d.ts +2 -2
- package/lib/cjs/components/SliderField/SliderField.stories.js +6 -6
- package/lib/cjs/components/Stepper/Stepper.stories.js +24 -16
- package/lib/cjs/components/SwitchField/SwitchField.stories.js +13 -15
- package/lib/cjs/components/Table/Table.stories.js +13 -2
- package/lib/cjs/components/Tabs/Tabs.stories.js +30 -4
- package/lib/cjs/components/Text/Text.stories.d.ts +2 -1
- package/lib/cjs/components/Text/Text.stories.js +28 -17
- package/lib/cjs/components/TextAreaField/TextAreaField.stories.d.ts +11 -35
- package/lib/cjs/components/TextAreaField/TextAreaField.stories.js +30 -33
- package/lib/cjs/components/TextField/TextField.stories.js +44 -47
- package/lib/cjs/components/TimeField/TimeField.stories.d.ts +1 -25
- package/lib/cjs/components/TimeField/TimeField.stories.js +3 -6
- package/lib/cjs/components/TimeZonePicker/TimeZonePicker.stories.js +7 -6
- package/lib/cjs/components/TooltipTrigger/TooltipTrigger.js +5 -3
- package/lib/cjs/components/TooltipTrigger/TooltipTrigger.stories.js +34 -27
- package/lib/cjs/components/TreeView/TreeView.stories.js +2 -4
- package/lib/cjs/recipes/AccordionCard.stories.js +4 -1
- package/lib/cjs/recipes/AttributeMapping.stories.js +4 -1
- package/lib/cjs/recipes/CollapsiblePanel.stories.js +4 -1
- package/lib/cjs/recipes/ConditionFilter.stories.js +2 -1
- package/lib/cjs/recipes/CopyToClipboard.stories.js +4 -1
- package/lib/cjs/recipes/CountryPicker.stories.js +4 -1
- package/lib/cjs/recipes/DataVisualization.stories.js +4 -1
- package/lib/cjs/recipes/DateTimeRangePicker.stories.js +4 -1
- package/lib/cjs/recipes/InlineEditing.stories.js +4 -1
- package/lib/cjs/recipes/ListAndPanel.stories.js +2 -1
- package/lib/cjs/recipes/LogoTabs.stories.js +4 -1
- package/lib/cjs/recipes/MaskedValue.stories.js +2 -1
- package/lib/cjs/recipes/MultipagePopup.stories.js +2 -1
- package/lib/cjs/recipes/NoAccess.stories.d.ts +1 -4
- package/lib/cjs/recipes/NoAccess.stories.js +4 -1
- package/lib/cjs/recipes/OneWayToBidirectionalArrow.stories.js +4 -1
- package/lib/cjs/recipes/PanelContent.stories.js +2 -1
- package/lib/cjs/recipes/ScrollableListView.stories.js +4 -1
- package/lib/cjs/recipes/Slider.stories.js +4 -1
- package/lib/cjs/recipes/TrialExperienceIndustryButtons.stories.js +4 -1
- package/lib/cjs/recipes/TrialExperienceStatusBar.stories.js +4 -1
- package/lib/cjs/styles/templates/Nav/Nav.stories.js +2 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/input.d.ts +8 -0
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/input.js +8 -0
- package/lib/cjs/styles/themes/next-gen/colors/colors.js +1 -1
- package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +11 -2
- package/lib/cjs/styles/themes/next-gen/variants/button.d.ts +6 -0
- package/lib/cjs/styles/themes/next-gen/variants/button.js +7 -1
- package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.d.ts +4 -2
- package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.js +4 -2
- package/lib/cjs/styles/themes/next-gen/variants/tooltip.d.ts +1 -0
- package/lib/cjs/styles/themes/next-gen/variants/tooltip.js +3 -2
- package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +5 -2
- package/lib/cjs/types/tooltipTrigger.d.ts +1 -0
- package/lib/components/AIComponents/AIPanel/AIPanel.stories.js +4 -1
- package/lib/components/AIComponents/Prompt/Prompt.stories.js +4 -1
- package/lib/components/AIComponents/PromptInput/PromptInput.stories.js +2 -4
- package/lib/components/AIComponents/Response/Response.stories.js +3 -5
- package/lib/components/AIComponents/Suggestions/Suggestions.stories.js +2 -1
- package/lib/components/AccordionGridGroup/AccordionGridGroup.stories.js +2 -1
- package/lib/components/AccordionGroup/AccordionGroup.stories.js +26 -12
- package/lib/components/ArrayField/ArrayField.stories.js +28 -21
- package/lib/components/AstroProvider/AstroProvider.stories.js +2 -1
- package/lib/components/Avatar/Avatar.stories.js +20 -3
- package/lib/components/Badge/Badge.stories.js +26 -22
- package/lib/components/Box/Box.stories.js +8 -3
- package/lib/components/Bracket/Bracket.stories.js +32 -5
- package/lib/components/Breadcrumbs/Breadcrumbs.stories.js +9 -6
- package/lib/components/Button/Button.stories.js +30 -26
- package/lib/components/ButtonBar/ButtonBar.stories.js +14 -11
- package/lib/components/Callout/Callout.stories.js +15 -12
- package/lib/components/Card/Card.stories.js +20 -15
- package/lib/components/CheckboxField/CheckboxField.stories.js +28 -18
- package/lib/components/CodeEditor/CodeEditor.stories.js +10 -12
- package/lib/components/CodeView/CodeView.stories.js +22 -15
- package/lib/components/CollapsiblePanel/CollapsiblePanel.stories.js +5 -3
- package/lib/components/ColorField/ColorField.stories.js +5 -3
- package/lib/components/ComboBoxField/ComboBoxField.stories.js +4 -4
- package/lib/components/CopyText/CopyText.stories.js +5 -0
- package/lib/components/DataTable/DataTable.stories.js +10 -11
- package/lib/components/DatePicker/DatePicker.stories.js +3 -5
- package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +17 -6
- package/lib/components/FieldHelperText/FieldHelperText.stories.js +10 -9
- package/lib/components/FileInputField/FileInputField.stories.js +15 -18
- package/lib/components/Footer/Footer.stories.js +2 -1
- package/lib/components/Grid/Grid.stories.js +32 -7
- package/lib/components/HelpHint/HelpHint.stories.js +13 -8
- package/lib/components/HelpHint/HelpHint.styles.js +2 -1
- package/lib/components/Icon/Icon.stories.js +18 -6
- package/lib/components/IconBadge/IconBadge.stories.js +7 -3
- package/lib/components/IconButton/IconButton.stories.js +17 -8
- package/lib/components/IconButtonToggle/IconButtonToggle.stories.js +7 -0
- package/lib/components/IconWrapper/IconWrapper.stories.js +6 -3
- package/lib/components/Image/Image.stories.js +27 -12
- package/lib/components/ImageUploadField/ImageUploadField.stories.js +10 -13
- package/lib/components/Input/Input.styles.js +1 -1
- package/lib/components/Label/Label.stories.js +3 -3
- package/lib/components/Link/Link.stories.js +5 -0
- package/lib/components/LinkSelectField/LinkSelectField.stories.js +22 -16
- package/lib/components/ListView/ListView.stories.js +4 -6
- package/lib/components/ListViewItem/ListViewItem.stories.js +2 -1
- package/lib/components/Loader/Loader.stories.js +8 -3
- package/lib/components/Messages/Messages.stories.js +28 -20
- package/lib/components/Modal/Modal.stories.js +2 -1
- package/lib/components/MultivaluesField/MultivaluesField.stories.js +2 -4
- package/lib/components/NavBar/NavBar.stories.js +2 -1
- package/lib/components/NavSideBar/NavSideBar.stories.js +2 -1
- package/lib/components/NavigationHeader/NavigationHeader.stories.js +2 -4
- package/lib/components/NumberField/NumberField.stories.js +25 -27
- package/lib/components/OverlayPanel/OverlayPanel.stories.js +2 -4
- package/lib/components/PageHeader/PageHeader.stories.js +14 -12
- package/lib/components/Pagination/Pagination.stories.js +2 -1
- package/lib/components/PanelHeader/PanelHeader.stories.js +10 -6
- package/lib/components/PanelHeader/controls/PanelHeaderCloseButton.stories.js +2 -1
- package/lib/components/PanelHeader/controls/PanelHeaderMenu.stories.js +2 -1
- package/lib/components/PanelHeader/controls/PanelHeaderSwitchField.stories.js +2 -1
- package/lib/components/PasswordField/PasswordField.stories.js +0 -3
- package/lib/components/PopoverMenu/PopoverMenu.stories.js +22 -15
- package/lib/components/ProgressBar/ProgressBar.stories.js +0 -3
- package/lib/components/RadioGroupField/RadioGroupField.stories.js +18 -12
- package/lib/components/RangeCalendar/RangeCalendar.stories.js +9 -12
- package/lib/components/RequirementsList/RequirementsList.stories.js +5 -0
- package/lib/components/RockerButtonGroup/RockerButtonGroup.stories.js +17 -3
- package/lib/components/SearchField/SearchField.stories.js +8 -6
- package/lib/components/SelectField/Select.styles.js +1 -0
- package/lib/components/SelectField/SelectField.stories.js +49 -27
- package/lib/components/Separator/Separator.stories.js +5 -4
- package/lib/components/Skeleton/Skeleton.stories.js +13 -8
- package/lib/components/SliderField/SliderField.stories.js +6 -6
- package/lib/components/Stepper/Stepper.stories.js +13 -5
- package/lib/components/SwitchField/SwitchField.stories.js +13 -15
- package/lib/components/Table/Table.stories.js +13 -2
- package/lib/components/Tabs/Tabs.stories.js +29 -3
- package/lib/components/Text/Text.stories.js +28 -17
- package/lib/components/TextAreaField/TextAreaField.stories.js +30 -33
- package/lib/components/TextField/TextField.stories.js +44 -47
- package/lib/components/TimeField/TimeField.stories.js +3 -6
- package/lib/components/TimeZonePicker/TimeZonePicker.stories.js +7 -6
- package/lib/components/TooltipTrigger/TooltipTrigger.js +5 -3
- package/lib/components/TooltipTrigger/TooltipTrigger.stories.js +34 -27
- package/lib/components/TreeView/TreeView.stories.js +2 -4
- package/lib/recipes/AccordionCard.stories.js +4 -1
- package/lib/recipes/AttributeMapping.stories.js +4 -1
- package/lib/recipes/CollapsiblePanel.stories.js +4 -1
- package/lib/recipes/ConditionFilter.stories.js +2 -1
- package/lib/recipes/CopyToClipboard.stories.js +4 -1
- package/lib/recipes/CountryPicker.stories.js +4 -1
- package/lib/recipes/DataVisualization.stories.js +4 -1
- package/lib/recipes/DateTimeRangePicker.stories.js +4 -1
- package/lib/recipes/InlineEditing.stories.js +4 -1
- package/lib/recipes/ListAndPanel.stories.js +2 -1
- package/lib/recipes/LogoTabs.stories.js +4 -1
- package/lib/recipes/MaskedValue.stories.js +2 -1
- package/lib/recipes/MultipagePopup.stories.js +2 -1
- package/lib/recipes/NoAccess.stories.js +4 -1
- package/lib/recipes/OneWayToBidirectionalArrow.stories.js +4 -1
- package/lib/recipes/PanelContent.stories.js +2 -1
- package/lib/recipes/ScrollableListView.stories.js +4 -1
- package/lib/recipes/Slider.stories.js +4 -1
- package/lib/recipes/TrialExperienceIndustryButtons.stories.js +4 -1
- package/lib/recipes/TrialExperienceStatusBar.stories.js +4 -1
- package/lib/styles/templates/Nav/Nav.stories.js +2 -1
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/input.js +8 -0
- package/lib/styles/themes/next-gen/colors/colors.js +1 -1
- package/lib/styles/themes/next-gen/variants/button.js +7 -1
- package/lib/styles/themes/next-gen/variants/popoverMenu.js +4 -2
- package/lib/styles/themes/next-gen/variants/tooltip.js +3 -2
- package/package.json +2 -1
@@ -928,8 +928,10 @@ declare const _default: {
|
|
928
928
|
popoverMenu: {
|
929
929
|
container: {
|
930
930
|
transition: string;
|
931
|
-
|
932
|
-
|
931
|
+
'&.animate': {
|
932
|
+
opacity: number;
|
933
|
+
};
|
934
|
+
'&.animate.is-mounted.is-transitioning': {
|
933
935
|
opacity: string;
|
934
936
|
};
|
935
937
|
};
|
@@ -1287,6 +1289,7 @@ declare const _default: {
|
|
1287
1289
|
backgroundColor: string;
|
1288
1290
|
borderRadius: string;
|
1289
1291
|
fontSize: string;
|
1292
|
+
fontFamily: string;
|
1290
1293
|
};
|
1291
1294
|
};
|
1292
1295
|
footer: {
|
@@ -9,7 +9,10 @@ import AIPanelHeader from './AIPanelHeader';
|
|
9
9
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
10
10
|
export default {
|
11
11
|
component: AIPanel,
|
12
|
-
title: 'AI Components/AI Panel'
|
12
|
+
title: 'AI Components/AI Panel',
|
13
|
+
parameters: {
|
14
|
+
codesandbox: false
|
15
|
+
}
|
13
16
|
};
|
14
17
|
var AIMenuPopover = function AIMenuPopover() {
|
15
18
|
var _useState = useState(false),
|
@@ -4,7 +4,10 @@ import Prompt from './Prompt';
|
|
4
4
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
5
5
|
export default {
|
6
6
|
title: 'AI Components/Prompt',
|
7
|
-
component: Prompt
|
7
|
+
component: Prompt,
|
8
|
+
parameters: {
|
9
|
+
codesandbox: false
|
10
|
+
}
|
8
11
|
};
|
9
12
|
export var Default = function Default() {
|
10
13
|
return ___EmotionJSX(Prompt, null, ___EmotionJSX(Text, null, "Did my number of registrations go up or down in the last month?"));
|
@@ -25,11 +25,9 @@ export default {
|
|
25
25
|
docs: {
|
26
26
|
page: function page() {
|
27
27
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(PromptInputReadMe, null), ___EmotionJSX(DocsLayout, null));
|
28
|
-
},
|
29
|
-
source: {
|
30
|
-
type: 'code'
|
31
28
|
}
|
32
|
-
}
|
29
|
+
},
|
30
|
+
codesandbox: false
|
33
31
|
},
|
34
32
|
argTypes: {
|
35
33
|
isLoading: _objectSpread({}, booleanArg),
|
@@ -22,15 +22,13 @@ export default {
|
|
22
22
|
docs: {
|
23
23
|
page: function page() {
|
24
24
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(ResponseReadme, null), ___EmotionJSX(DocsLayout, null));
|
25
|
-
},
|
26
|
-
source: {
|
27
|
-
type: 'code'
|
28
25
|
}
|
29
|
-
}
|
26
|
+
},
|
27
|
+
codesandbox: false
|
30
28
|
}
|
31
29
|
};
|
32
30
|
var testText = 'Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet';
|
33
|
-
export var Default = function Default(
|
31
|
+
export var Default = function Default() {
|
34
32
|
var icons = [{
|
35
33
|
title: 'Read aloud',
|
36
34
|
icon: VolumeHighIcon
|
@@ -3,7 +3,8 @@ import { AstroWrapper, NextGenTheme, Suggestion, Suggestions } from '../../../in
|
|
3
3
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
4
4
|
export default {
|
5
5
|
title: 'Ai Components/Suggestions',
|
6
|
-
component: Suggestions
|
6
|
+
component: Suggestions,
|
7
|
+
codesandbox: false
|
7
8
|
};
|
8
9
|
var lorem = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.';
|
9
10
|
export var Default = function Default() {
|
@@ -1,10 +1,9 @@
|
|
1
1
|
import _slicedToArray from "@babel/runtime-corejs3/helpers/esm/slicedToArray";
|
2
2
|
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
|
3
3
|
import React, { useState } from 'react';
|
4
|
-
import { Item } from 'react-stately';
|
5
4
|
import { withDesign } from 'storybook-addon-designs';
|
6
5
|
import DocsLayout from '../../../.storybook/storybookDocsLayout';
|
7
|
-
import { AccordionGroup, Badge, Box, Button, HelpHint, Text, TextField } from '../../index';
|
6
|
+
import { AccordionGroup, Badge, Box, Button, HelpHint, Item, Text, TextField } from '../../index';
|
8
7
|
import { FIGMA_LINKS } from '../../utils/designUtils/figmaLinks';
|
9
8
|
import { validHeadingTags } from '../AccordionItem/AccordionItem';
|
10
9
|
import AccordionReadme from './AccordionGroup';
|
@@ -53,9 +52,11 @@ export default {
|
|
53
52
|
docs: {
|
54
53
|
page: function page() {
|
55
54
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(AccordionReadme, null), ___EmotionJSX(DocsLayout, null));
|
56
|
-
}
|
57
|
-
|
58
|
-
|
55
|
+
}
|
56
|
+
},
|
57
|
+
codesandbox: {
|
58
|
+
mapComponent: {
|
59
|
+
'@pingux/astro': ['AccordionGroup', 'Badge', 'Box', 'Button', 'HelpHint', 'Item', 'Text', 'TextField']
|
59
60
|
}
|
60
61
|
}
|
61
62
|
},
|
@@ -122,7 +123,8 @@ DifferentLevels.parameters = {
|
|
122
123
|
design: {
|
123
124
|
type: 'figma',
|
124
125
|
url: FIGMA_LINKS.accordionGroup.differentLevels
|
125
|
-
}
|
126
|
+
},
|
127
|
+
codesandbox: false
|
126
128
|
};
|
127
129
|
export var Multiple = function Multiple() {
|
128
130
|
return (
|
@@ -151,7 +153,8 @@ Multiple.parameters = {
|
|
151
153
|
design: {
|
152
154
|
type: 'figma',
|
153
155
|
url: FIGMA_LINKS.accordionGroup.multiple
|
154
|
-
}
|
156
|
+
},
|
157
|
+
codesandbox: false
|
155
158
|
};
|
156
159
|
export var ControlledExpanded = function ControlledExpanded() {
|
157
160
|
var _useState = useState(['t3']),
|
@@ -185,6 +188,9 @@ export var ControlledExpanded = function ControlledExpanded() {
|
|
185
188
|
})
|
186
189
|
);
|
187
190
|
};
|
191
|
+
ControlledExpanded.parameters = {
|
192
|
+
codesandbox: false
|
193
|
+
};
|
188
194
|
export var UncontrolledExpanded = function UncontrolledExpanded() {
|
189
195
|
return (
|
190
196
|
/*
|
@@ -208,6 +214,9 @@ export var UncontrolledExpanded = function UncontrolledExpanded() {
|
|
208
214
|
})
|
209
215
|
);
|
210
216
|
};
|
217
|
+
UncontrolledExpanded.parameters = {
|
218
|
+
codesandbox: false
|
219
|
+
};
|
211
220
|
export var DisabledState = function DisabledState() {
|
212
221
|
return (
|
213
222
|
/*
|
@@ -235,7 +244,8 @@ DisabledState.parameters = {
|
|
235
244
|
design: {
|
236
245
|
type: 'figma',
|
237
246
|
url: FIGMA_LINKS.accordionGroup.disabledState
|
238
|
-
}
|
247
|
+
},
|
248
|
+
codesandbox: false
|
239
249
|
};
|
240
250
|
export var CustomPresentation = function CustomPresentation() {
|
241
251
|
return (
|
@@ -273,7 +283,8 @@ CustomPresentation.parameters = {
|
|
273
283
|
description: {
|
274
284
|
story: 'In addition to customizing the theme, prop objects can be passed to certain elements. This allows for simple customization in a pinch. See the source code below for an example.'
|
275
285
|
}
|
276
|
-
}
|
286
|
+
},
|
287
|
+
codesandbox: false
|
277
288
|
};
|
278
289
|
export var LabelWithBadge = function LabelWithBadge(args) {
|
279
290
|
return ___EmotionJSX(AccordionGroup, _extends({}, args, {
|
@@ -297,10 +308,10 @@ export var LabelWithBadge = function LabelWithBadge(args) {
|
|
297
308
|
"data-id": "accordionItem"
|
298
309
|
}, ___EmotionJSX(Text, null, "Render me!")));
|
299
310
|
};
|
300
|
-
export var AccordionWithSlot = function AccordionWithSlot(
|
301
|
-
return ___EmotionJSX(AccordionGroup,
|
311
|
+
export var AccordionWithSlot = function AccordionWithSlot() {
|
312
|
+
return ___EmotionJSX(AccordionGroup, {
|
302
313
|
labelHeadingTag: "h3"
|
303
|
-
},
|
314
|
+
}, ___EmotionJSX(Item, {
|
304
315
|
key: "accordionKey",
|
305
316
|
textValue: "accordionKey",
|
306
317
|
label: "Accordion Label",
|
@@ -309,4 +320,7 @@ export var AccordionWithSlot = function AccordionWithSlot(args) {
|
|
309
320
|
postHeading: ___EmotionJSX(HelpHint, null, " Text of the popover right here...")
|
310
321
|
}
|
311
322
|
}, ___EmotionJSX(Text, null, "Render me!")));
|
323
|
+
};
|
324
|
+
AccordionWithSlot.parameters = {
|
325
|
+
codesandbox: false
|
312
326
|
};
|
@@ -25,15 +25,13 @@ export default {
|
|
25
25
|
title: 'Form/ArrayField',
|
26
26
|
component: ArrayField,
|
27
27
|
parameters: {
|
28
|
+
codesandbox: false,
|
28
29
|
actions: {
|
29
30
|
argTypesRegex: '^on.*'
|
30
31
|
},
|
31
32
|
docs: {
|
32
33
|
page: function page() {
|
33
34
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(ArrayFieldReadme, null), ___EmotionJSX(DocsLayout, null));
|
34
|
-
},
|
35
|
-
source: {
|
36
|
-
type: 'code'
|
37
35
|
}
|
38
36
|
}
|
39
37
|
},
|
@@ -79,8 +77,11 @@ var defaultData = [{
|
|
79
77
|
}];
|
80
78
|
export var Uncontrolled = function Uncontrolled(_ref) {
|
81
79
|
var args = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
82
|
-
return ___EmotionJSX(ArrayField,
|
80
|
+
return ___EmotionJSX(ArrayField, {
|
83
81
|
defaultValue: defaultData,
|
82
|
+
label: "Array field label",
|
83
|
+
helperText: "Helper text info...",
|
84
|
+
addButtonLabel: "+ Add field",
|
84
85
|
labelProps: {
|
85
86
|
hintText: 'Example Hint',
|
86
87
|
isRequired: true,
|
@@ -109,7 +110,7 @@ export var Uncontrolled = function Uncontrolled(_ref) {
|
|
109
110
|
sx: {
|
110
111
|
width: '400px'
|
111
112
|
}
|
112
|
-
}
|
113
|
+
});
|
113
114
|
};
|
114
115
|
export var Controlled = function Controlled(_ref2) {
|
115
116
|
var args = _extends({}, (_objectDestructuringEmpty(_ref2), _ref2));
|
@@ -235,12 +236,11 @@ export var Controlled = function Controlled(_ref2) {
|
|
235
236
|
sx: {
|
236
237
|
width: '400px'
|
237
238
|
},
|
238
|
-
label:
|
239
|
+
label: "Array field label"
|
239
240
|
});
|
240
241
|
};
|
241
|
-
export var WithLimitedItemsNumber = function WithLimitedItemsNumber(
|
242
|
-
|
243
|
-
return ___EmotionJSX(ArrayField, _extends({
|
242
|
+
export var WithLimitedItemsNumber = function WithLimitedItemsNumber() {
|
243
|
+
return ___EmotionJSX(ArrayField, {
|
244
244
|
defaultValue: defaultData,
|
245
245
|
renderField: function renderField(id, fieldValue, onFieldValueChange, onFieldDelete, isDisabled, otherFieldProps) {
|
246
246
|
return ___EmotionJSX(TextField, _extends({
|
@@ -263,12 +263,14 @@ export var WithLimitedItemsNumber = function WithLimitedItemsNumber(_ref4) {
|
|
263
263
|
sx: {
|
264
264
|
width: '400px'
|
265
265
|
},
|
266
|
-
maxSize: 3
|
267
|
-
|
266
|
+
maxSize: 3,
|
267
|
+
label: "Array field label",
|
268
|
+
helperText: "Helper text info...",
|
269
|
+
addButtonLabel: "+ Add field"
|
270
|
+
});
|
268
271
|
};
|
269
|
-
export var Customizations = function Customizations(
|
270
|
-
|
271
|
-
return ___EmotionJSX(ArrayField, _extends({
|
272
|
+
export var Customizations = function Customizations() {
|
273
|
+
return ___EmotionJSX(ArrayField, {
|
272
274
|
fieldControlWrapperProps: {
|
273
275
|
overflowY: 'scroll',
|
274
276
|
maxHeight: '150px'
|
@@ -303,11 +305,13 @@ export var Customizations = function Customizations(_ref5) {
|
|
303
305
|
})
|
304
306
|
}
|
305
307
|
}, otherFieldProps)));
|
306
|
-
}
|
307
|
-
|
308
|
+
},
|
309
|
+
label: "Array field label",
|
310
|
+
helperText: "Helper text info...",
|
311
|
+
addButtonLabel: "+ Add field"
|
312
|
+
});
|
308
313
|
};
|
309
|
-
export var WithBothSlots = function WithBothSlots(
|
310
|
-
var args = _extends({}, (_objectDestructuringEmpty(_ref6), _ref6));
|
314
|
+
export var WithBothSlots = function WithBothSlots() {
|
311
315
|
var LeftSlot = ___EmotionJSX(Button, {
|
312
316
|
"aria-label": "Add field",
|
313
317
|
variant: "link",
|
@@ -330,7 +334,7 @@ export var WithBothSlots = function WithBothSlots(_ref6) {
|
|
330
334
|
variant: "label",
|
331
335
|
color: "active"
|
332
336
|
}, "Right slot"));
|
333
|
-
return ___EmotionJSX(ArrayField,
|
337
|
+
return ___EmotionJSX(ArrayField, {
|
334
338
|
defaultValue: defaultData,
|
335
339
|
sx: {
|
336
340
|
width: '450px'
|
@@ -365,6 +369,9 @@ export var WithBothSlots = function WithBothSlots(_ref6) {
|
|
365
369
|
})
|
366
370
|
}
|
367
371
|
}, otherFieldProps)));
|
368
|
-
}
|
369
|
-
|
372
|
+
},
|
373
|
+
label: "Array field label",
|
374
|
+
helperText: "Helper text info...",
|
375
|
+
addButtonLabel: "+ Add field"
|
376
|
+
});
|
370
377
|
};
|
@@ -11,7 +11,8 @@ export default {
|
|
11
11
|
page: function page() {
|
12
12
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(AstroProviderReadme, null), ___EmotionJSX(DocsLayout, null));
|
13
13
|
}
|
14
|
-
}
|
14
|
+
},
|
15
|
+
codesandbox: false
|
15
16
|
},
|
16
17
|
decorators: [function (Story) {
|
17
18
|
return ___EmotionJSX("div", null, ___EmotionJSX(Story, null));
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import _objectDestructuringEmpty from "@babel/runtime-corejs3/helpers/esm/objectDestructuringEmpty";
|
2
2
|
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
|
3
3
|
import React from 'react';
|
4
|
+
import { withDesign } from 'storybook-addon-designs';
|
4
5
|
import DocsLayout from '../../../.storybook/storybookDocsLayout';
|
5
6
|
import { Avatar } from '../../index';
|
6
7
|
import { pingImg } from '../../utils/devUtils/constants/images';
|
@@ -9,13 +10,11 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
9
10
|
export default {
|
10
11
|
title: 'Components/Avatar',
|
11
12
|
component: Avatar,
|
13
|
+
decorators: [withDesign],
|
12
14
|
parameters: {
|
13
15
|
docs: {
|
14
16
|
page: function page() {
|
15
17
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(AvatarReadme, null), ___EmotionJSX(DocsLayout, null));
|
16
|
-
},
|
17
|
-
source: {
|
18
|
-
type: 'code'
|
19
18
|
}
|
20
19
|
}
|
21
20
|
},
|
@@ -24,6 +23,24 @@ export default {
|
|
24
23
|
control: {
|
25
24
|
type: 'none'
|
26
25
|
}
|
26
|
+
},
|
27
|
+
size: {
|
28
|
+
control: {
|
29
|
+
type: 'text'
|
30
|
+
},
|
31
|
+
description: 'Size of the avatar. Can be a string. like 50px'
|
32
|
+
},
|
33
|
+
alt: {
|
34
|
+
control: {
|
35
|
+
type: 'text'
|
36
|
+
},
|
37
|
+
description: 'Alternative text for the image.'
|
38
|
+
},
|
39
|
+
defaultText: {
|
40
|
+
control: {
|
41
|
+
type: 'text'
|
42
|
+
},
|
43
|
+
description: 'Default text to be displayed when src is not available.'
|
27
44
|
}
|
28
45
|
},
|
29
46
|
args: {
|
@@ -55,12 +55,14 @@ export default {
|
|
55
55
|
},
|
56
56
|
parameters: {
|
57
57
|
docs: {
|
58
|
-
source: {
|
59
|
-
type: 'code'
|
60
|
-
},
|
61
58
|
page: function page() {
|
62
59
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(BadgeReadme, null), ___EmotionJSX(DocsLayout, null));
|
63
60
|
}
|
61
|
+
},
|
62
|
+
codesandbox: {
|
63
|
+
mapComponent: {
|
64
|
+
'@pingux/astro': ['Badge', 'Box', 'Icon', 'IconButton']
|
65
|
+
}
|
64
66
|
}
|
65
67
|
}
|
66
68
|
};
|
@@ -105,17 +107,17 @@ Default.parameters = {
|
|
105
107
|
url: FIGMA_LINKS.badge["default"]
|
106
108
|
}
|
107
109
|
};
|
108
|
-
export var CountBadge = function CountBadge() {
|
110
|
+
export var CountBadge = function CountBadge(args) {
|
109
111
|
return ___EmotionJSX(Box, {
|
110
112
|
isRow: true,
|
111
113
|
gap: "xs"
|
112
|
-
}, ___EmotionJSX(Badge, {
|
114
|
+
}, ___EmotionJSX(Badge, _extends({}, args, {
|
113
115
|
label: "4",
|
114
116
|
variant: "countBadge"
|
115
|
-
}), ___EmotionJSX(Badge, {
|
117
|
+
})), ___EmotionJSX(Badge, _extends({}, args, {
|
116
118
|
label: "4",
|
117
119
|
variant: "countNeutral"
|
118
|
-
}));
|
120
|
+
})));
|
119
121
|
};
|
120
122
|
CountBadge.parameters = {
|
121
123
|
design: {
|
@@ -123,12 +125,12 @@ CountBadge.parameters = {
|
|
123
125
|
url: FIGMA_LINKS.badge.countBadge
|
124
126
|
}
|
125
127
|
};
|
126
|
-
export var BadgeWithCustomColors = function BadgeWithCustomColors() {
|
127
|
-
return ___EmotionJSX(Badge, {
|
128
|
+
export var BadgeWithCustomColors = function BadgeWithCustomColors(args) {
|
129
|
+
return ___EmotionJSX(Badge, _extends({}, args, {
|
128
130
|
label: "Custom Colors",
|
129
131
|
bg: "green",
|
130
132
|
textColor: "#ffffff"
|
131
|
-
});
|
133
|
+
}));
|
132
134
|
};
|
133
135
|
export var BadgeWithIcon = function BadgeWithIcon() {
|
134
136
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Badge, {
|
@@ -179,6 +181,9 @@ export var BadgeWithIcon = function BadgeWithIcon() {
|
|
179
181
|
}
|
180
182
|
})));
|
181
183
|
};
|
184
|
+
BadgeWithIcon.parameters = {
|
185
|
+
codesandbox: false
|
186
|
+
};
|
182
187
|
export var BadgeWithLeftSlotAndIcon = function BadgeWithLeftSlotAndIcon() {
|
183
188
|
return ___EmotionJSX(Badge, {
|
184
189
|
label: "Badge with Icon Button and Left Slot",
|
@@ -201,26 +206,25 @@ export var BadgeWithLeftSlotAndIcon = function BadgeWithLeftSlotAndIcon() {
|
|
201
206
|
}
|
202
207
|
})));
|
203
208
|
};
|
209
|
+
BadgeWithLeftSlotAndIcon.parameters = {
|
210
|
+
codesandbox: false
|
211
|
+
};
|
204
212
|
export var StatusBadgeVariants = function StatusBadgeVariants(_ref6) {
|
205
213
|
var args = _extends({}, (_objectDestructuringEmpty(_ref6), _ref6));
|
206
|
-
return ___EmotionJSX(Box, null, ___EmotionJSX(Badge, _extends({
|
207
|
-
variant: "criticalStatusBadge"
|
208
|
-
}, args, {
|
214
|
+
return ___EmotionJSX(Box, null, ___EmotionJSX(Badge, _extends({}, args, {
|
215
|
+
variant: "criticalStatusBadge",
|
209
216
|
label: "Critical",
|
210
217
|
mb: "lg"
|
211
|
-
})), ___EmotionJSX(Badge, _extends({
|
212
|
-
variant: "warningStatusBadge"
|
213
|
-
}, args, {
|
218
|
+
})), ___EmotionJSX(Badge, _extends({}, args, {
|
219
|
+
variant: "warningStatusBadge",
|
214
220
|
label: "Warning",
|
215
221
|
mb: "lg"
|
216
|
-
})), ___EmotionJSX(Badge, _extends({
|
217
|
-
variant: "healthyStatusBadge"
|
218
|
-
}, args, {
|
222
|
+
})), ___EmotionJSX(Badge, _extends({}, args, {
|
223
|
+
variant: "healthyStatusBadge",
|
219
224
|
label: "Healthy",
|
220
225
|
mb: "lg"
|
221
|
-
})), ___EmotionJSX(Badge, _extends({
|
222
|
-
variant: "activeStatusBadge"
|
223
|
-
}, args, {
|
226
|
+
})), ___EmotionJSX(Badge, _extends({}, args, {
|
227
|
+
variant: "activeStatusBadge",
|
224
228
|
label: "Active"
|
225
229
|
})));
|
226
230
|
};
|
@@ -17,9 +17,11 @@ export default {
|
|
17
17
|
docs: {
|
18
18
|
page: function page() {
|
19
19
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(BoxReadme, null), ___EmotionJSX(DocsLayout, null));
|
20
|
-
}
|
21
|
-
|
22
|
-
|
20
|
+
}
|
21
|
+
},
|
22
|
+
codesandbox: {
|
23
|
+
mapComponent: {
|
24
|
+
'@pingux/astro': ['Box', 'Image', 'Text']
|
23
25
|
}
|
24
26
|
}
|
25
27
|
},
|
@@ -263,4 +265,7 @@ export var BoxesWithGaps = function BoxesWithGaps() {
|
|
263
265
|
height: 50,
|
264
266
|
bg: "decorativeDark.10"
|
265
267
|
})));
|
268
|
+
};
|
269
|
+
BoxesWithGaps.parameters = {
|
270
|
+
codesandbox: false
|
266
271
|
};
|
@@ -9,20 +9,47 @@ export default {
|
|
9
9
|
component: Bracket,
|
10
10
|
parameters: {
|
11
11
|
docs: {
|
12
|
-
source: {
|
13
|
-
type: 'code'
|
14
|
-
},
|
15
12
|
page: function page() {
|
16
13
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(BracketReadme, null), ___EmotionJSX(DocsLayout, null));
|
17
14
|
}
|
15
|
+
},
|
16
|
+
codesandbox: {
|
17
|
+
mapComponent: {
|
18
|
+
'@pingux/astro': ['Box', 'Bracket']
|
19
|
+
}
|
20
|
+
}
|
21
|
+
},
|
22
|
+
argTypes: {
|
23
|
+
isLast: {
|
24
|
+
control: {
|
25
|
+
type: 'boolean'
|
26
|
+
},
|
27
|
+
description: 'If true, the bracket will be displayed as the last one.'
|
28
|
+
},
|
29
|
+
color: {
|
30
|
+
control: {
|
31
|
+
type: 'text'
|
32
|
+
}
|
33
|
+
},
|
34
|
+
variant: {
|
35
|
+
control: false
|
36
|
+
},
|
37
|
+
as: {
|
38
|
+
control: false
|
39
|
+
},
|
40
|
+
role: {
|
41
|
+
control: false
|
42
|
+
},
|
43
|
+
'data-testid': {
|
44
|
+
control: false
|
18
45
|
}
|
19
46
|
}
|
20
47
|
};
|
21
|
-
export var Default = function Default() {
|
48
|
+
export var Default = function Default(args) {
|
22
49
|
return ___EmotionJSX(Box, {
|
23
50
|
p: "md",
|
24
51
|
ml: "sm"
|
25
|
-
}, ___EmotionJSX(Bracket,
|
52
|
+
}, ___EmotionJSX(Bracket, args));
|
26
53
|
};
|
27
54
|
Default.parameters = {
|
28
55
|
design: {
|
@@ -1,11 +1,10 @@
|
|
1
1
|
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
|
2
2
|
import React from 'react';
|
3
|
-
import { Item } from 'react-stately';
|
4
3
|
import ChevronRightIcon from '@pingux/mdi-react/ChevronRightIcon';
|
5
4
|
import { action } from '@storybook/addon-actions';
|
6
5
|
import { withDesign } from 'storybook-addon-designs';
|
7
6
|
import DocsLayout from '../../../.storybook/storybookDocsLayout';
|
8
|
-
import { Box, Breadcrumbs } from '../../index';
|
7
|
+
import { Box, Breadcrumbs, Item } from '../../index';
|
9
8
|
import { FIGMA_LINKS } from '../../utils/designUtils/figmaLinks';
|
10
9
|
import BreadcrumbsReadme from './Breadcrumbs.mdx';
|
11
10
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
@@ -15,12 +14,15 @@ export default {
|
|
15
14
|
decorators: [withDesign],
|
16
15
|
parameters: {
|
17
16
|
docs: {
|
18
|
-
source: {
|
19
|
-
type: 'code'
|
20
|
-
},
|
21
17
|
page: function page() {
|
22
18
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(BreadcrumbsReadme, null), ___EmotionJSX(DocsLayout, null));
|
23
19
|
}
|
20
|
+
},
|
21
|
+
codesandbox: {
|
22
|
+
mapComponent: {
|
23
|
+
'@pingux/astro': ['Box', 'Breadcrumbs', 'Item'],
|
24
|
+
'@pingux/mdi-react/ChevronRightIcon': 'ChevronRightIcon'
|
25
|
+
}
|
24
26
|
}
|
25
27
|
},
|
26
28
|
argTypes: {
|
@@ -109,5 +111,6 @@ Overflowing.parameters = {
|
|
109
111
|
enabled: false
|
110
112
|
}]
|
111
113
|
}
|
112
|
-
}
|
114
|
+
},
|
115
|
+
codesandbox: false
|
113
116
|
};
|