@pingux/astro 2.138.0-alpha.5 → 2.138.0-alpha.6
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.js +1 -4
- package/lib/cjs/components/AIComponents/Prompt/Prompt.stories.js +1 -4
- package/lib/cjs/components/AIComponents/PromptInput/PromptInput.stories.js +1 -2
- package/lib/cjs/components/AIComponents/Response/Response.stories.js +1 -2
- package/lib/cjs/components/AIComponents/Suggestions/Suggestions.stories.js +1 -2
- package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.stories.js +1 -2
- package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.d.ts +3 -22
- package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.js +5 -23
- package/lib/cjs/components/ArrayField/ArrayField.stories.js +0 -1
- package/lib/cjs/components/AstroProvider/AstroProvider.stories.js +1 -2
- package/lib/cjs/components/Box/Box.stories.d.ts +1 -6
- package/lib/cjs/components/Box/Box.stories.js +1 -9
- package/lib/cjs/components/Bracket/Bracket.stories.js +0 -5
- package/lib/cjs/components/Breadcrumbs/Breadcrumbs.stories.js +1 -8
- package/lib/cjs/components/Button/Button.stories.js +0 -7
- package/lib/cjs/components/ButtonBar/ButtonBar.stories.js +0 -5
- package/lib/cjs/components/Callout/Callout.stories.js +0 -5
- package/lib/cjs/components/Card/Card.stories.js +0 -5
- package/lib/cjs/components/CheckboxField/CheckboxField.stories.js +1 -13
- package/lib/cjs/components/CodeView/CodeView.stories.js +2 -9
- package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.stories.js +0 -5
- package/lib/cjs/components/ColorField/ColorField.stories.js +0 -5
- package/lib/cjs/components/ComboBoxField/ComboBoxField.stories.js +0 -3
- package/lib/cjs/components/CopyText/CopyText.stories.js +0 -5
- package/lib/cjs/components/DataTable/DataTable.stories.js +1 -2
- package/lib/cjs/components/DatePicker/DatePicker.stories.js +1 -2
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.d.ts +3 -18
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +1 -15
- package/lib/cjs/components/ExpandableText/ExpandableText.stories.js +1 -2
- package/lib/cjs/components/Footer/Footer.stories.js +1 -2
- package/lib/cjs/components/Grid/Grid.stories.js +0 -5
- package/lib/cjs/components/HelpHint/HelpHint.stories.js +0 -5
- package/lib/cjs/components/Icon/Icon.stories.js +1 -16
- package/lib/cjs/components/IconBadge/IconBadge.stories.js +0 -7
- package/lib/cjs/components/IconButton/IconButton.stories.d.ts +0 -2
- package/lib/cjs/components/IconButton/IconButton.stories.js +2 -14
- package/lib/cjs/components/IconButtonToggle/IconButtonToggle.stories.js +0 -7
- package/lib/cjs/components/IconWrapper/IconWrapper.stories.js +0 -6
- package/lib/cjs/components/Image/Image.stories.js +1 -12
- package/lib/cjs/components/Link/Link.stories.js +0 -5
- package/lib/cjs/components/LinkSelectField/LinkSelectField.stories.js +2 -11
- package/lib/cjs/components/ListView/ListView.stories.js +1 -2
- package/lib/cjs/components/ListViewItem/ListViewItem.stories.js +1 -2
- package/lib/cjs/components/Loader/Loader.stories.js +0 -5
- package/lib/cjs/components/Messages/Messages.stories.d.ts +0 -6
- package/lib/cjs/components/Messages/Messages.stories.js +6 -18
- package/lib/cjs/components/Modal/Modal.stories.js +1 -2
- package/lib/cjs/components/MultivaluesField/MultivaluesField.stories.js +1 -2
- package/lib/cjs/components/NavBar/NavBar.stories.js +1 -2
- package/lib/cjs/components/NavSideBar/NavSideBar.stories.js +1 -2
- package/lib/cjs/components/NavigationHeader/NavigationHeader.stories.js +1 -2
- package/lib/cjs/components/OverlayPanel/OverlayPanel.stories.js +1 -2
- package/lib/cjs/components/PageHeader/PageHeader.stories.js +0 -5
- package/lib/cjs/components/Pagination/Pagination.stories.js +1 -2
- package/lib/cjs/components/PanelHeader/PanelHeader.stories.js +0 -7
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderCloseButton.stories.js +1 -2
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderMenu.stories.js +1 -2
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderSwitchField.stories.js +1 -2
- package/lib/cjs/components/PopoverMenu/PopoverMenu.stories.js +0 -9
- package/lib/cjs/components/RadioGroupField/RadioGroupField.stories.js +0 -5
- package/lib/cjs/components/RequirementsList/RequirementsList.stories.js +0 -5
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.stories.js +1 -18
- package/lib/cjs/components/SearchField/SearchField.stories.js +0 -5
- package/lib/cjs/components/SelectField/SelectField.stories.js +0 -5
- package/lib/cjs/components/Skeleton/Skeleton.stories.js +0 -5
- package/lib/cjs/components/StatusIcon/StatusIcon.stories.js +0 -5
- package/lib/cjs/components/Stepper/Stepper.stories.js +1 -13
- package/lib/cjs/components/Table/Table.stories.js +0 -5
- package/lib/cjs/components/Tabs/Tabs.stories.js +1 -30
- package/lib/cjs/components/Text/Text.stories.js +0 -8
- package/lib/cjs/components/TooltipTrigger/TooltipTrigger.stories.js +0 -6
- package/lib/cjs/components/TreeView/TreeView.stories.js +1 -2
- package/lib/cjs/recipes/AccordionCard.stories.js +1 -4
- package/lib/cjs/recipes/AttributeMapping.stories.js +1 -4
- package/lib/cjs/recipes/CollapsiblePanel.stories.js +1 -4
- package/lib/cjs/recipes/ConditionFilter.stories.js +1 -2
- package/lib/cjs/recipes/CopyToClipboard.stories.js +1 -4
- package/lib/cjs/recipes/CountryPicker.stories.js +1 -4
- package/lib/cjs/recipes/DataVisualization.stories.js +1 -4
- package/lib/cjs/recipes/DateTimeRangePicker.stories.js +1 -4
- package/lib/cjs/recipes/InlineEditing.stories.js +1 -4
- package/lib/cjs/recipes/ListAndPanel.stories.js +1 -2
- package/lib/cjs/recipes/LogoTabs.stories.js +1 -4
- package/lib/cjs/recipes/MaskedValue.stories.js +1 -2
- package/lib/cjs/recipes/MultipagePopup.stories.js +1 -2
- package/lib/cjs/recipes/NoAccess.stories.js +1 -4
- package/lib/cjs/recipes/OneWayToBidirectionalArrow.stories.js +1 -4
- package/lib/cjs/recipes/PanelContent.stories.js +1 -2
- package/lib/cjs/recipes/ScrollableListView.stories.js +1 -4
- package/lib/cjs/recipes/Slider.stories.js +1 -4
- package/lib/cjs/recipes/TrialExperienceIndustryButtons.stories.js +1 -4
- package/lib/cjs/recipes/TrialExperienceStatusBar.stories.js +1 -4
- package/lib/cjs/styles/templates/Nav/Nav.stories.js +1 -2
- package/lib/components/AIComponents/AIPanel/AIPanel.stories.js +1 -4
- package/lib/components/AIComponents/Prompt/Prompt.stories.js +1 -4
- package/lib/components/AIComponents/PromptInput/PromptInput.stories.js +1 -2
- package/lib/components/AIComponents/Response/Response.stories.js +1 -2
- package/lib/components/AIComponents/Suggestions/Suggestions.stories.js +1 -2
- package/lib/components/AccordionGridGroup/AccordionGridGroup.stories.js +1 -2
- package/lib/components/AccordionGroup/AccordionGroup.stories.js +4 -22
- package/lib/components/ArrayField/ArrayField.stories.js +0 -1
- package/lib/components/AstroProvider/AstroProvider.stories.js +1 -2
- package/lib/components/Box/Box.stories.js +0 -8
- package/lib/components/Bracket/Bracket.stories.js +0 -5
- package/lib/components/Breadcrumbs/Breadcrumbs.stories.js +1 -8
- package/lib/components/Button/Button.stories.js +0 -7
- package/lib/components/ButtonBar/ButtonBar.stories.js +0 -5
- package/lib/components/Callout/Callout.stories.js +0 -5
- package/lib/components/Card/Card.stories.js +0 -5
- package/lib/components/CheckboxField/CheckboxField.stories.js +1 -13
- package/lib/components/CodeView/CodeView.stories.js +2 -9
- package/lib/components/CollapsiblePanel/CollapsiblePanel.stories.js +0 -5
- package/lib/components/ColorField/ColorField.stories.js +0 -5
- package/lib/components/ComboBoxField/ComboBoxField.stories.js +0 -3
- package/lib/components/CopyText/CopyText.stories.js +0 -5
- package/lib/components/DataTable/DataTable.stories.js +1 -2
- package/lib/components/DatePicker/DatePicker.stories.js +1 -2
- package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +0 -14
- package/lib/components/ExpandableText/ExpandableText.stories.js +1 -2
- package/lib/components/Footer/Footer.stories.js +1 -2
- package/lib/components/Grid/Grid.stories.js +0 -5
- package/lib/components/HelpHint/HelpHint.stories.js +0 -5
- package/lib/components/Icon/Icon.stories.js +0 -15
- package/lib/components/IconBadge/IconBadge.stories.js +0 -7
- package/lib/components/IconButton/IconButton.stories.js +2 -14
- package/lib/components/IconButtonToggle/IconButtonToggle.stories.js +0 -7
- package/lib/components/IconWrapper/IconWrapper.stories.js +0 -6
- package/lib/components/Image/Image.stories.js +0 -11
- package/lib/components/Link/Link.stories.js +0 -5
- package/lib/components/LinkSelectField/LinkSelectField.stories.js +1 -10
- package/lib/components/ListView/ListView.stories.js +1 -2
- package/lib/components/ListViewItem/ListViewItem.stories.js +1 -2
- package/lib/components/Loader/Loader.stories.js +0 -5
- package/lib/components/Messages/Messages.stories.js +6 -18
- package/lib/components/Modal/Modal.stories.js +1 -2
- package/lib/components/MultivaluesField/MultivaluesField.stories.js +1 -2
- package/lib/components/NavBar/NavBar.stories.js +1 -2
- package/lib/components/NavSideBar/NavSideBar.stories.js +1 -2
- package/lib/components/NavigationHeader/NavigationHeader.stories.js +1 -2
- package/lib/components/OverlayPanel/OverlayPanel.stories.js +1 -2
- package/lib/components/PageHeader/PageHeader.stories.js +0 -5
- package/lib/components/Pagination/Pagination.stories.js +1 -2
- package/lib/components/PanelHeader/PanelHeader.stories.js +0 -7
- package/lib/components/PanelHeader/controls/PanelHeaderCloseButton.stories.js +1 -2
- package/lib/components/PanelHeader/controls/PanelHeaderMenu.stories.js +1 -2
- package/lib/components/PanelHeader/controls/PanelHeaderSwitchField.stories.js +1 -2
- package/lib/components/PopoverMenu/PopoverMenu.stories.js +0 -9
- package/lib/components/RadioGroupField/RadioGroupField.stories.js +0 -5
- package/lib/components/RequirementsList/RequirementsList.stories.js +0 -5
- package/lib/components/RockerButtonGroup/RockerButtonGroup.stories.js +0 -17
- package/lib/components/SearchField/SearchField.stories.js +0 -5
- package/lib/components/SelectField/SelectField.stories.js +0 -5
- package/lib/components/Skeleton/Skeleton.stories.js +0 -5
- package/lib/components/StatusIcon/StatusIcon.stories.js +0 -5
- package/lib/components/Stepper/Stepper.stories.js +0 -12
- package/lib/components/Table/Table.stories.js +0 -5
- package/lib/components/Tabs/Tabs.stories.js +0 -29
- package/lib/components/Text/Text.stories.js +0 -8
- package/lib/components/TooltipTrigger/TooltipTrigger.stories.js +0 -6
- package/lib/components/TreeView/TreeView.stories.js +1 -2
- package/lib/recipes/AccordionCard.stories.js +1 -4
- package/lib/recipes/AttributeMapping.stories.js +1 -4
- package/lib/recipes/CollapsiblePanel.stories.js +1 -4
- package/lib/recipes/ConditionFilter.stories.js +1 -2
- package/lib/recipes/CopyToClipboard.stories.js +1 -4
- package/lib/recipes/CountryPicker.stories.js +1 -4
- package/lib/recipes/DataVisualization.stories.js +1 -4
- package/lib/recipes/DateTimeRangePicker.stories.js +1 -4
- package/lib/recipes/InlineEditing.stories.js +1 -4
- package/lib/recipes/ListAndPanel.stories.js +1 -2
- package/lib/recipes/LogoTabs.stories.js +1 -4
- package/lib/recipes/MaskedValue.stories.js +1 -2
- package/lib/recipes/MultipagePopup.stories.js +1 -2
- package/lib/recipes/NoAccess.stories.js +1 -4
- package/lib/recipes/OneWayToBidirectionalArrow.stories.js +1 -4
- package/lib/recipes/PanelContent.stories.js +1 -2
- package/lib/recipes/ScrollableListView.stories.js +1 -4
- package/lib/recipes/Slider.stories.js +1 -4
- package/lib/recipes/TrialExperienceIndustryButtons.stories.js +1 -4
- package/lib/recipes/TrialExperienceStatusBar.stories.js +1 -4
- package/lib/styles/templates/Nav/Nav.stories.js +1 -2
- package/package.json +1 -2
@@ -22,10 +22,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "functi
|
|
22
22
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
23
23
|
var _default = {
|
24
24
|
component: _AIPanel["default"],
|
25
|
-
title: 'AI Components/AI Panel'
|
26
|
-
parameters: {
|
27
|
-
codesandbox: false
|
28
|
-
}
|
25
|
+
title: 'AI Components/AI Panel'
|
29
26
|
};
|
30
27
|
exports["default"] = _default;
|
31
28
|
var AIMenuPopover = function AIMenuPopover() {
|
@@ -12,10 +12,7 @@ var _Prompt = _interopRequireDefault(require("./Prompt"));
|
|
12
12
|
var _react2 = require("@emotion/react");
|
13
13
|
var _default = {
|
14
14
|
title: 'AI Components/Prompt',
|
15
|
-
component: _Prompt["default"]
|
16
|
-
parameters: {
|
17
|
-
codesandbox: false
|
18
|
-
}
|
15
|
+
component: _Prompt["default"]
|
19
16
|
};
|
20
17
|
exports["default"] = _default;
|
21
18
|
var Default = function Default() {
|
@@ -37,8 +37,7 @@ var _default = {
|
|
37
37
|
page: function page() {
|
38
38
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_PromptInputReadMe["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
39
39
|
}
|
40
|
-
}
|
41
|
-
codesandbox: false
|
40
|
+
}
|
42
41
|
},
|
43
42
|
argTypes: {
|
44
43
|
isLoading: _objectSpread({}, _docArgTypes.booleanArg),
|
@@ -31,8 +31,7 @@ var _default = {
|
|
31
31
|
page: function page() {
|
32
32
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Response["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
33
33
|
}
|
34
|
-
}
|
35
|
-
codesandbox: false
|
34
|
+
}
|
36
35
|
}
|
37
36
|
};
|
38
37
|
exports["default"] = _default;
|
@@ -11,8 +11,7 @@ var _index = require("../../../index");
|
|
11
11
|
var _react2 = require("@emotion/react");
|
12
12
|
var _default = {
|
13
13
|
title: 'Ai Components/Suggestions',
|
14
|
-
component: _index.Suggestions
|
15
|
-
codesandbox: false
|
14
|
+
component: _index.Suggestions
|
16
15
|
};
|
17
16
|
exports["default"] = _default;
|
18
17
|
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.';
|
@@ -17,7 +17,6 @@ export declare const DifferentLevels: {
|
|
17
17
|
type: string;
|
18
18
|
url: string;
|
19
19
|
};
|
20
|
-
codesandbox: boolean;
|
21
20
|
};
|
22
21
|
};
|
23
22
|
export declare const Multiple: {
|
@@ -27,21 +26,10 @@ export declare const Multiple: {
|
|
27
26
|
type: string;
|
28
27
|
url: string;
|
29
28
|
};
|
30
|
-
codesandbox: boolean;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
export declare const ControlledExpanded: {
|
34
|
-
(): React.JSX.Element;
|
35
|
-
parameters: {
|
36
|
-
codesandbox: boolean;
|
37
|
-
};
|
38
|
-
};
|
39
|
-
export declare const UncontrolledExpanded: {
|
40
|
-
(): React.JSX.Element;
|
41
|
-
parameters: {
|
42
|
-
codesandbox: boolean;
|
43
29
|
};
|
44
30
|
};
|
31
|
+
export declare const ControlledExpanded: () => React.JSX.Element;
|
32
|
+
export declare const UncontrolledExpanded: () => React.JSX.Element;
|
45
33
|
export declare const DisabledState: {
|
46
34
|
(): React.JSX.Element;
|
47
35
|
parameters: {
|
@@ -49,7 +37,6 @@ export declare const DisabledState: {
|
|
49
37
|
type: string;
|
50
38
|
url: string;
|
51
39
|
};
|
52
|
-
codesandbox: boolean;
|
53
40
|
};
|
54
41
|
};
|
55
42
|
export declare const CustomPresentation: {
|
@@ -60,13 +47,7 @@ export declare const CustomPresentation: {
|
|
60
47
|
story: string;
|
61
48
|
};
|
62
49
|
};
|
63
|
-
codesandbox: boolean;
|
64
50
|
};
|
65
51
|
};
|
66
52
|
export declare const LabelWithBadge: (args: any) => React.JSX.Element;
|
67
|
-
export declare const AccordionWithSlot:
|
68
|
-
(): React.JSX.Element;
|
69
|
-
parameters: {
|
70
|
-
codesandbox: boolean;
|
71
|
-
};
|
72
|
-
};
|
53
|
+
export declare const AccordionWithSlot: () => React.JSX.Element;
|
@@ -66,11 +66,6 @@ var _default = {
|
|
66
66
|
page: function page() {
|
67
67
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_AccordionGroup["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
68
68
|
}
|
69
|
-
},
|
70
|
-
codesandbox: {
|
71
|
-
mapComponent: {
|
72
|
-
'@pingux/astro': ['AccordionGroup', 'Badge', 'Box', 'Button', 'HelpHint', 'Item', 'Text', 'TextField']
|
73
|
-
}
|
74
69
|
}
|
75
70
|
},
|
76
71
|
argTypes: {
|
@@ -139,8 +134,7 @@ DifferentLevels.parameters = {
|
|
139
134
|
design: {
|
140
135
|
type: 'figma',
|
141
136
|
url: _figmaLinks.FIGMA_LINKS.accordionGroup.differentLevels
|
142
|
-
}
|
143
|
-
codesandbox: false
|
137
|
+
}
|
144
138
|
};
|
145
139
|
var Multiple = function Multiple() {
|
146
140
|
return (
|
@@ -170,8 +164,7 @@ Multiple.parameters = {
|
|
170
164
|
design: {
|
171
165
|
type: 'figma',
|
172
166
|
url: _figmaLinks.FIGMA_LINKS.accordionGroup.multiple
|
173
|
-
}
|
174
|
-
codesandbox: false
|
167
|
+
}
|
175
168
|
};
|
176
169
|
var ControlledExpanded = function ControlledExpanded() {
|
177
170
|
var _useState = (0, _react.useState)(['t3']),
|
@@ -206,9 +199,6 @@ var ControlledExpanded = function ControlledExpanded() {
|
|
206
199
|
);
|
207
200
|
};
|
208
201
|
exports.ControlledExpanded = ControlledExpanded;
|
209
|
-
ControlledExpanded.parameters = {
|
210
|
-
codesandbox: false
|
211
|
-
};
|
212
202
|
var UncontrolledExpanded = function UncontrolledExpanded() {
|
213
203
|
return (
|
214
204
|
/*
|
@@ -233,9 +223,6 @@ var UncontrolledExpanded = function UncontrolledExpanded() {
|
|
233
223
|
);
|
234
224
|
};
|
235
225
|
exports.UncontrolledExpanded = UncontrolledExpanded;
|
236
|
-
UncontrolledExpanded.parameters = {
|
237
|
-
codesandbox: false
|
238
|
-
};
|
239
226
|
var DisabledState = function DisabledState() {
|
240
227
|
return (
|
241
228
|
/*
|
@@ -264,8 +251,7 @@ DisabledState.parameters = {
|
|
264
251
|
design: {
|
265
252
|
type: 'figma',
|
266
253
|
url: _figmaLinks.FIGMA_LINKS.accordionGroup.disabledState
|
267
|
-
}
|
268
|
-
codesandbox: false
|
254
|
+
}
|
269
255
|
};
|
270
256
|
var CustomPresentation = function CustomPresentation() {
|
271
257
|
return (
|
@@ -304,8 +290,7 @@ CustomPresentation.parameters = {
|
|
304
290
|
description: {
|
305
291
|
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.'
|
306
292
|
}
|
307
|
-
}
|
308
|
-
codesandbox: false
|
293
|
+
}
|
309
294
|
};
|
310
295
|
var LabelWithBadge = function LabelWithBadge(args) {
|
311
296
|
return (0, _react2.jsx)(_index.AccordionGroup, (0, _extends2["default"])({}, args, {
|
@@ -343,7 +328,4 @@ var AccordionWithSlot = function AccordionWithSlot() {
|
|
343
328
|
}
|
344
329
|
}, (0, _react2.jsx)(_index.Text, null, "Render me!")));
|
345
330
|
};
|
346
|
-
exports.AccordionWithSlot = AccordionWithSlot;
|
347
|
-
AccordionWithSlot.parameters = {
|
348
|
-
codesandbox: false
|
349
|
-
};
|
331
|
+
exports.AccordionWithSlot = AccordionWithSlot;
|
@@ -19,8 +19,7 @@ var _default = {
|
|
19
19
|
page: function page() {
|
20
20
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_AstroProvider["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
21
21
|
}
|
22
|
-
}
|
23
|
-
codesandbox: false
|
22
|
+
}
|
24
23
|
},
|
25
24
|
decorators: [function (Story) {
|
26
25
|
return (0, _react2.jsx)("div", null, (0, _react2.jsx)(Story, null));
|
@@ -26,11 +26,6 @@ var _default = {
|
|
26
26
|
page: function page() {
|
27
27
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Box["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
28
28
|
}
|
29
|
-
},
|
30
|
-
codesandbox: {
|
31
|
-
mapComponent: {
|
32
|
-
'@pingux/astro': ['Box', 'Image', 'Text']
|
33
|
-
}
|
34
29
|
}
|
35
30
|
},
|
36
31
|
argTypes: {
|
@@ -277,7 +272,4 @@ var BoxesWithGaps = function BoxesWithGaps() {
|
|
277
272
|
bg: "decorativeDark.10"
|
278
273
|
})));
|
279
274
|
};
|
280
|
-
exports.BoxesWithGaps = BoxesWithGaps;
|
281
|
-
BoxesWithGaps.parameters = {
|
282
|
-
codesandbox: false
|
283
|
-
};
|
275
|
+
exports.BoxesWithGaps = BoxesWithGaps;
|
@@ -20,11 +20,6 @@ var _default = {
|
|
20
20
|
page: function page() {
|
21
21
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Bracket["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
22
22
|
}
|
23
|
-
},
|
24
|
-
codesandbox: {
|
25
|
-
mapComponent: {
|
26
|
-
'@pingux/astro': ['Box', 'Bracket']
|
27
|
-
}
|
28
23
|
}
|
29
24
|
},
|
30
25
|
argTypes: {
|
@@ -25,12 +25,6 @@ var _default = {
|
|
25
25
|
page: function page() {
|
26
26
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Breadcrumbs["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
27
27
|
}
|
28
|
-
},
|
29
|
-
codesandbox: {
|
30
|
-
mapComponent: {
|
31
|
-
'@pingux/astro': ['Box', 'Breadcrumbs', 'Item'],
|
32
|
-
'@pingux/mdi-react/ChevronRightIcon': 'ChevronRightIcon'
|
33
|
-
}
|
34
28
|
}
|
35
29
|
},
|
36
30
|
argTypes: {
|
@@ -122,6 +116,5 @@ Overflowing.parameters = {
|
|
122
116
|
enabled: false
|
123
117
|
}]
|
124
118
|
}
|
125
|
-
}
|
126
|
-
codesandbox: false
|
119
|
+
}
|
127
120
|
};
|
@@ -43,13 +43,6 @@ var _default = {
|
|
43
43
|
page: function page() {
|
44
44
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Button["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
45
45
|
}
|
46
|
-
},
|
47
|
-
codesandbox: {
|
48
|
-
mapComponent: {
|
49
|
-
'@pingux/astro': ['Box', 'Button', 'Icon', 'Text'],
|
50
|
-
'@pingux/mdi-react/PlusIcon': 'PlusIcon',
|
51
|
-
'@pingux/mdi-react/CreateIcon': 'CreateIcon'
|
52
|
-
}
|
53
46
|
}
|
54
47
|
}
|
55
48
|
};
|
@@ -21,11 +21,6 @@ var _default = {
|
|
21
21
|
page: function page() {
|
22
22
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_ButtonBar["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
23
23
|
}
|
24
|
-
},
|
25
|
-
codesandbox: {
|
26
|
-
mapComponent: {
|
27
|
-
'@pingux/astro': ['Button', 'ButtonBar']
|
28
|
-
}
|
29
24
|
}
|
30
25
|
},
|
31
26
|
argTypes: {
|
@@ -38,11 +38,6 @@ var _default = {
|
|
38
38
|
page: function page() {
|
39
39
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Callout["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
40
40
|
}
|
41
|
-
},
|
42
|
-
codesandbox: {
|
43
|
-
mapComponent: {
|
44
|
-
'@pingux/astro': ['Callout', 'Link', 'Text']
|
45
|
-
}
|
46
41
|
}
|
47
42
|
}
|
48
43
|
}; // main
|
@@ -35,11 +35,6 @@ var _default = {
|
|
35
35
|
page: function page() {
|
36
36
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Card["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
37
37
|
}
|
38
|
-
},
|
39
|
-
codesandbox: {
|
40
|
-
mapComponent: {
|
41
|
-
'@pingux/astro': ['Box', 'Button', 'Card', 'Text', 'TextField']
|
42
|
-
}
|
43
38
|
}
|
44
39
|
},
|
45
40
|
argTypes: _objectSpread({}, _cardAttributes.cardArgTypes),
|
@@ -43,11 +43,6 @@ var _default = {
|
|
43
43
|
page: function page() {
|
44
44
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_CheckboxField["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
45
45
|
}
|
46
|
-
},
|
47
|
-
codesandbox: {
|
48
|
-
mapComponent: {
|
49
|
-
'@pingux/astro': ['Badge', 'Box', 'CheckboxField', 'IconButtonToggle', 'Link', 'SwitchField', 'Text']
|
50
|
-
}
|
51
46
|
}
|
52
47
|
},
|
53
48
|
argTypes: _objectSpread(_objectSpread(_objectSpread({
|
@@ -111,9 +106,6 @@ var Controlled = function Controlled() {
|
|
111
106
|
});
|
112
107
|
};
|
113
108
|
exports.Controlled = Controlled;
|
114
|
-
Controlled.parameters = {
|
115
|
-
codesandbox: false
|
116
|
-
};
|
117
109
|
var Required = function Required(args) {
|
118
110
|
return (0, _react2.jsx)(_index.CheckboxField, (0, _extends2["default"])({}, args, {
|
119
111
|
isRequired: true,
|
@@ -258,9 +250,6 @@ var ExpandableAndToggleableIndeterminate = function ExpandableAndToggleableIndet
|
|
258
250
|
})));
|
259
251
|
};
|
260
252
|
exports.ExpandableAndToggleableIndeterminate = ExpandableAndToggleableIndeterminate;
|
261
|
-
ExpandableAndToggleableIndeterminate.parameters = {
|
262
|
-
codesandbox: false
|
263
|
-
};
|
264
253
|
var Indeterminate = function Indeterminate() {
|
265
254
|
// Whether the parent checkbox is indeterminate (default is true for our example)
|
266
255
|
var _useState11 = (0, _react.useState)(true),
|
@@ -348,8 +337,7 @@ Indeterminate.parameters = {
|
|
348
337
|
description: {
|
349
338
|
story: 'When a `CheckboxField` is indeterminate, it\'s necessary to control the state in order to determine how it should function when pressed. Here is an example of how to do that.'
|
350
339
|
}
|
351
|
-
}
|
352
|
-
codesandbox: false
|
340
|
+
}
|
353
341
|
};
|
354
342
|
var Disabled = function Disabled(args) {
|
355
343
|
return (0, _react2.jsx)(_index.Box, null, (0, _react2.jsx)(_index.CheckboxField, (0, _extends2["default"])({}, args, {
|
@@ -54,11 +54,6 @@ var _default = {
|
|
54
54
|
selector: '.prism-code'
|
55
55
|
}]
|
56
56
|
}
|
57
|
-
},
|
58
|
-
codesandbox: {
|
59
|
-
mapComponent: {
|
60
|
-
'@pingux/astro': ['CodeView']
|
61
|
-
}
|
62
57
|
}
|
63
58
|
}
|
64
59
|
};
|
@@ -148,8 +143,7 @@ WithAdditionalLanguage.parameters = {
|
|
148
143
|
enabled: false
|
149
144
|
}]
|
150
145
|
}
|
151
|
-
}
|
152
|
-
codesandbox: false
|
146
|
+
}
|
153
147
|
};
|
154
148
|
var WithChangedCopiedValue = function WithChangedCopiedValue(args) {
|
155
149
|
return (0, _react2.jsx)(_index.CodeView, (0, _extends2["default"])({
|
@@ -188,6 +182,5 @@ WithCustomLanguage.parameters = {
|
|
188
182
|
enabled: false
|
189
183
|
}]
|
190
184
|
}
|
191
|
-
}
|
192
|
-
codesandbox: false
|
185
|
+
}
|
193
186
|
};
|
@@ -22,11 +22,6 @@ var _default = {
|
|
22
22
|
page: function page() {
|
23
23
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_CollapsiblePanel["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
24
24
|
}
|
25
|
-
},
|
26
|
-
codesandbox: {
|
27
|
-
mapComponent: {
|
28
|
-
'@pingux/astro': ['CollapsiblePanel']
|
29
|
-
}
|
30
25
|
}
|
31
26
|
},
|
32
27
|
argTypes: {
|
@@ -39,11 +39,6 @@ var _default = {
|
|
39
39
|
page: function page() {
|
40
40
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_ColorField["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
41
41
|
}
|
42
|
-
},
|
43
|
-
codesandbox: {
|
44
|
-
mapComponent: {
|
45
|
-
'@pingux/astro': ['ColorField', 'OverlayProvider']
|
46
|
-
}
|
47
42
|
}
|
48
43
|
},
|
49
44
|
argTypes: _objectSpread(_objectSpread(_objectSpread({
|
@@ -244,9 +244,6 @@ var WithSections = function WithSections(args) {
|
|
244
244
|
}));
|
245
245
|
};
|
246
246
|
exports.WithSections = WithSections;
|
247
|
-
WithSections.parameters = {
|
248
|
-
codesandbox: false
|
249
|
-
};
|
250
247
|
var AsyncLoading = function AsyncLoading() {
|
251
248
|
// This example uses `useAsyncList` from "@react-stately/data"
|
252
249
|
var list = (0, _reactStately.useAsyncList)({
|
@@ -27,11 +27,6 @@ var _default = {
|
|
27
27
|
page: function page() {
|
28
28
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_CopyText["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
29
29
|
}
|
30
|
-
},
|
31
|
-
codesandbox: {
|
32
|
-
mapComponent: {
|
33
|
-
'@pingux/astro': ['Box', 'CopyText', 'Text', 'Link', 'TextField']
|
34
|
-
}
|
35
30
|
}
|
36
31
|
},
|
37
32
|
argTypes: {
|
@@ -53,8 +53,7 @@ var _default = {
|
|
53
53
|
page: function page() {
|
54
54
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_DataTable["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
55
55
|
}
|
56
|
-
}
|
57
|
-
codesandbox: false
|
56
|
+
}
|
58
57
|
},
|
59
58
|
argTypes: _objectSpread({
|
60
59
|
density: {
|
@@ -40,8 +40,7 @@ var _default = {
|
|
40
40
|
docs: {
|
41
41
|
page: function page() {
|
42
42
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_DatePicker2["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
43
|
-
}
|
44
|
-
codesandbox: false
|
43
|
+
}
|
45
44
|
},
|
46
45
|
a11y: {
|
47
46
|
config: {
|
@@ -4,22 +4,7 @@ import { EnvironmentBreadcrumbProps, EnvironmentItemProps } from '../../types';
|
|
4
4
|
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
|
5
5
|
export default _default;
|
6
6
|
export declare const Default: StoryFn<EnvironmentBreadcrumbProps<EnvironmentItemProps>>;
|
7
|
-
export declare const WithSections:
|
8
|
-
(): React.JSX.Element;
|
9
|
-
parameters: {
|
10
|
-
codesandbox: boolean;
|
11
|
-
};
|
12
|
-
};
|
7
|
+
export declare const WithSections: () => React.JSX.Element;
|
13
8
|
export declare const OrgLevel: (args: any) => React.JSX.Element;
|
14
|
-
export declare const DefaultOpen:
|
15
|
-
|
16
|
-
parameters: {
|
17
|
-
codesandbox: boolean;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
export declare const ControlledMenu: {
|
21
|
-
(): React.JSX.Element;
|
22
|
-
parameters: {
|
23
|
-
codesandbox: boolean;
|
24
|
-
};
|
25
|
-
};
|
9
|
+
export declare const DefaultOpen: () => React.JSX.Element;
|
10
|
+
export declare const ControlledMenu: () => React.JSX.Element;
|
@@ -44,11 +44,6 @@ var _default = {
|
|
44
44
|
page: function page() {
|
45
45
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_EnvironmentBreadcrumb["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
46
46
|
}
|
47
|
-
},
|
48
|
-
codesandbox: {
|
49
|
-
mapComponent: {
|
50
|
-
'@pingux/astro': ['EnvironmentBreadcrumb', 'Badge', 'Box', 'Item', 'Section', 'Text']
|
51
|
-
}
|
52
47
|
}
|
53
48
|
}
|
54
49
|
};
|
@@ -279,9 +274,6 @@ var WithSections = function WithSections() {
|
|
279
274
|
});
|
280
275
|
};
|
281
276
|
exports.WithSections = WithSections;
|
282
|
-
WithSections.parameters = {
|
283
|
-
codesandbox: false
|
284
|
-
};
|
285
277
|
var OrgLevel = function OrgLevel(args) {
|
286
278
|
return (0, _react2.jsx)(_index.EnvironmentBreadcrumb, (0, _extends2["default"])({
|
287
279
|
name: "Organization"
|
@@ -334,9 +326,6 @@ var DefaultOpen = function DefaultOpen() {
|
|
334
326
|
});
|
335
327
|
};
|
336
328
|
exports.DefaultOpen = DefaultOpen;
|
337
|
-
DefaultOpen.parameters = {
|
338
|
-
codesandbox: false
|
339
|
-
};
|
340
329
|
var ControlledMenu = function ControlledMenu() {
|
341
330
|
var _useState11 = (0, _react.useState)(false),
|
342
331
|
_useState12 = (0, _slicedToArray2["default"])(_useState11, 2),
|
@@ -387,7 +376,4 @@ var ControlledMenu = function ControlledMenu() {
|
|
387
376
|
}) : null);
|
388
377
|
});
|
389
378
|
};
|
390
|
-
exports.ControlledMenu = ControlledMenu;
|
391
|
-
ControlledMenu.parameters = {
|
392
|
-
codesandbox: false
|
393
|
-
};
|
379
|
+
exports.ControlledMenu = ControlledMenu;
|
@@ -19,8 +19,7 @@ var _default = {
|
|
19
19
|
page: function page() {
|
20
20
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_ExpandableText["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
21
21
|
}
|
22
|
-
}
|
23
|
-
codesandbox: false
|
22
|
+
}
|
24
23
|
}
|
25
24
|
};
|
26
25
|
exports["default"] = _default;
|
@@ -28,8 +28,7 @@ var _default = {
|
|
28
28
|
page: function page() {
|
29
29
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Footer["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
30
30
|
}
|
31
|
-
}
|
32
|
-
codesandbox: false
|
31
|
+
}
|
33
32
|
}
|
34
33
|
};
|
35
34
|
exports["default"] = _default;
|
@@ -20,11 +20,6 @@ var _default = {
|
|
20
20
|
page: function page() {
|
21
21
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Grid["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
22
22
|
}
|
23
|
-
},
|
24
|
-
codesandbox: {
|
25
|
-
mapComponent: {
|
26
|
-
'@pingux/astro': ['Box', 'Grid', 'Text']
|
27
|
-
}
|
28
23
|
}
|
29
24
|
},
|
30
25
|
argTypes: {
|
@@ -23,11 +23,6 @@ var _default = {
|
|
23
23
|
page: function page() {
|
24
24
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_HelpHint["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
25
25
|
}
|
26
|
-
},
|
27
|
-
codesandbox: {
|
28
|
-
mapComponent: {
|
29
|
-
'@pingux/astro': ['Box', 'HelpHint', 'Link', 'Text']
|
30
|
-
}
|
31
26
|
}
|
32
27
|
},
|
33
28
|
argTypes: {
|
@@ -43,15 +43,6 @@ var _default = {
|
|
43
43
|
page: function page() {
|
44
44
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Icon["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
45
45
|
}
|
46
|
-
},
|
47
|
-
codesandbox: {
|
48
|
-
mapComponent: {
|
49
|
-
'@pingux/mdi-react/AccountGroupIcon': 'AccountGroupIcon',
|
50
|
-
'@pingux/mdi-react/AccountIcon': 'AccountIcon',
|
51
|
-
'@pingux/mdi-react/LockIcon': 'LockIcon',
|
52
|
-
'@pingux/mdi-react/SearchIcon': 'SearchIcon',
|
53
|
-
'@pingux/mdi-react/TagIcon': 'TagIcon'
|
54
|
-
}
|
55
46
|
}
|
56
47
|
},
|
57
48
|
argTypes: _objectSpread(_objectSpread({
|
@@ -177,9 +168,6 @@ var Sizes = function Sizes() {
|
|
177
168
|
})))));
|
178
169
|
};
|
179
170
|
exports.Sizes = Sizes;
|
180
|
-
Sizes.parameters = {
|
181
|
-
codesandbox: false
|
182
|
-
};
|
183
171
|
var CommonlyUsed = function CommonlyUsed() {
|
184
172
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_index.Box, {
|
185
173
|
isRow: true,
|
@@ -248,7 +236,4 @@ var CommonlyUsed = function CommonlyUsed() {
|
|
248
236
|
fontFamily: "monospace"
|
249
237
|
}, "import TagIcon from '@pingux/mdi-react/TagIcon'; ")));
|
250
238
|
};
|
251
|
-
exports.CommonlyUsed = CommonlyUsed;
|
252
|
-
CommonlyUsed.parameters = {
|
253
|
-
codesandbox: false
|
254
|
-
};
|
239
|
+
exports.CommonlyUsed = CommonlyUsed;
|
@@ -25,13 +25,6 @@ var _default = {
|
|
25
25
|
page: function page() {
|
26
26
|
return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_IconBadge["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
|
27
27
|
}
|
28
|
-
},
|
29
|
-
codesandbox: {
|
30
|
-
mapComponent: {
|
31
|
-
'@pingux/mdi-react/AccountGroupIcon': 'GroupIcon',
|
32
|
-
'@pingux/mdi-react/ArrowTopRightThickIcon': 'ArrowIcon',
|
33
|
-
'@pingux/astro': ['Box', 'Icon', 'IconBadge']
|
34
|
-
}
|
35
28
|
}
|
36
29
|
}
|
37
30
|
};
|