@pingux/astro 2.138.0-alpha.4 → 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
@@ -13,11 +13,6 @@ export default {
|
|
13
13
|
page: function page() {
|
14
14
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(PageHeaderReadMe, null), ___EmotionJSX(DocsLayout, null));
|
15
15
|
}
|
16
|
-
},
|
17
|
-
codesandbox: {
|
18
|
-
mapComponent: {
|
19
|
-
'@pingux/astro': ['Link', 'PageHeader']
|
20
|
-
}
|
21
16
|
}
|
22
17
|
},
|
23
18
|
argTypes: {
|
@@ -18,13 +18,6 @@ export default {
|
|
18
18
|
page: function page() {
|
19
19
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(PanelHeaderReadMe, null), ___EmotionJSX(DocsLayout, null));
|
20
20
|
}
|
21
|
-
},
|
22
|
-
codesandbox: {
|
23
|
-
mapComponent: {
|
24
|
-
'@pingux/astro': ['Box', 'Breadcrumbs', 'Item', 'PanelHeader', 'PanelHeaderCloseButton', 'PanelHeaderMenu', 'PanelHeaderSwitchField'],
|
25
|
-
'@pingux/mdi-react/ChevronRightIcon': 'ChevronRightIcon',
|
26
|
-
'@pingux/mdi-react/AccountIcon': 'AccountIcon'
|
27
|
-
}
|
28
21
|
}
|
29
22
|
},
|
30
23
|
argTypes: SharedItemArgTypes
|
@@ -18,12 +18,6 @@ export default {
|
|
18
18
|
page: function page() {
|
19
19
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(PopoverMenuReadme, null), ___EmotionJSX(DocsLayout, null));
|
20
20
|
}
|
21
|
-
},
|
22
|
-
codesandbox: {
|
23
|
-
mapComponent: {
|
24
|
-
'@pingux/astro': ['Icon', 'IconButton', 'Item', 'Menu', 'OverlayProvider', 'PopoverMenu', 'Section', 'Text'],
|
25
|
-
'@pingux/mdi-react/DotsVerticalIcon': 'DotsVerticalIcon'
|
26
|
-
}
|
27
21
|
}
|
28
22
|
},
|
29
23
|
argTypes: {
|
@@ -139,9 +133,6 @@ export var Controlled = function Controlled() {
|
|
139
133
|
}, "Delete")))))
|
140
134
|
);
|
141
135
|
};
|
142
|
-
Controlled.parameters = {
|
143
|
-
codesandbox: false
|
144
|
-
};
|
145
136
|
export var Placement = function Placement(args) {
|
146
137
|
return (
|
147
138
|
// Application must be wrapped in an OverlayProvider so that it can be hidden from screen
|
@@ -27,11 +27,6 @@ export default {
|
|
27
27
|
page: function page() {
|
28
28
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(RadioGroupFieldReadme, null), ___EmotionJSX(DocsLayout, null));
|
29
29
|
}
|
30
|
-
},
|
31
|
-
codesandbox: {
|
32
|
-
mapComponent: {
|
33
|
-
'@pingux/astro': ['RadioField', 'RadioGroupField']
|
34
|
-
}
|
35
30
|
}
|
36
31
|
},
|
37
32
|
argTypes: _objectSpread(_objectSpread({
|
@@ -14,11 +14,6 @@ export default {
|
|
14
14
|
page: function page() {
|
15
15
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(RequirementsListReadme, null), ___EmotionJSX(DocsLayout, null));
|
16
16
|
}
|
17
|
-
},
|
18
|
-
codesandbox: {
|
19
|
-
mapComponent: {
|
20
|
-
'@pingux/astro': ['RequirementsList']
|
21
|
-
}
|
22
17
|
}
|
23
18
|
},
|
24
19
|
argTypes: {
|
@@ -14,11 +14,6 @@ export default {
|
|
14
14
|
page: function page() {
|
15
15
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(RockerButtonGroupReadme, null), ___EmotionJSX(DocsLayout, null));
|
16
16
|
}
|
17
|
-
},
|
18
|
-
codesandbox: {
|
19
|
-
mapComponent: {
|
20
|
-
'@pingux/astro': ['RockerButton', 'RockerButtonGroup']
|
21
|
-
}
|
22
17
|
}
|
23
18
|
},
|
24
19
|
argTypes: {
|
@@ -61,9 +56,6 @@ export var Uncontrolled = function Uncontrolled() {
|
|
61
56
|
key: "maybe"
|
62
57
|
}, "Maybe"));
|
63
58
|
};
|
64
|
-
Uncontrolled.parameters = {
|
65
|
-
codesandbox: false
|
66
|
-
};
|
67
59
|
export var Controlled = function Controlled() {
|
68
60
|
var _useState = useState(['and']),
|
69
61
|
_useState2 = _slicedToArray(_useState, 2),
|
@@ -86,9 +78,6 @@ export var Controlled = function Controlled() {
|
|
86
78
|
key: "maybe"
|
87
79
|
}, "Maybe"));
|
88
80
|
};
|
89
|
-
Controlled.parameters = {
|
90
|
-
codesandbox: false
|
91
|
-
};
|
92
81
|
export var DisabledSingleButton = function DisabledSingleButton() {
|
93
82
|
return ___EmotionJSX(RockerButtonGroup, {
|
94
83
|
defaultSelectedKey: "or",
|
@@ -104,9 +93,6 @@ export var DisabledSingleButton = function DisabledSingleButton() {
|
|
104
93
|
key: "maybe"
|
105
94
|
}, "Maybe"));
|
106
95
|
};
|
107
|
-
DisabledSingleButton.parameters = {
|
108
|
-
codesandbox: false
|
109
|
-
};
|
110
96
|
export var customColors = function customColors() {
|
111
97
|
return ___EmotionJSX(RockerButtonGroup, null, ___EmotionJSX(RockerButton, {
|
112
98
|
name: "and",
|
@@ -127,7 +113,4 @@ export var customColors = function customColors() {
|
|
127
113
|
bg: '#e30080 !important'
|
128
114
|
}
|
129
115
|
}, "Maybe"));
|
130
|
-
};
|
131
|
-
customColors.parameters = {
|
132
|
-
codesandbox: false
|
133
116
|
};
|
@@ -32,11 +32,6 @@ export default {
|
|
32
32
|
page: function page() {
|
33
33
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(SearchFieldReadme, null), ___EmotionJSX(DocsLayout, null));
|
34
34
|
}
|
35
|
-
},
|
36
|
-
codesandbox: {
|
37
|
-
mapComponent: {
|
38
|
-
'@pingux/astro': ['SearchField', 'Button', 'Icon', 'Box', 'Text']
|
39
|
-
}
|
40
35
|
}
|
41
36
|
},
|
42
37
|
argTypes: _objectSpread(_objectSpread({
|
@@ -123,11 +123,6 @@ export default {
|
|
123
123
|
page: function page() {
|
124
124
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(SelectFieldReadme, null), ___EmotionJSX(DocsLayout, null));
|
125
125
|
}
|
126
|
-
},
|
127
|
-
codesandbox: {
|
128
|
-
mapComponent: {
|
129
|
-
'@pingux/astro': ['OverlayProvider', 'Icon', 'Item', 'Section', 'SelectField']
|
130
|
-
}
|
131
126
|
}
|
132
127
|
},
|
133
128
|
argTypes: _objectSpread(_objectSpread(_objectSpread({
|
@@ -16,11 +16,6 @@ export default {
|
|
16
16
|
page: function page() {
|
17
17
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(SkeletonReadme, null), ___EmotionJSX(DocsLayout, null));
|
18
18
|
}
|
19
|
-
},
|
20
|
-
codesandbox: {
|
21
|
-
mapComponent: {
|
22
|
-
'@pingux/astro': ['Avatar', 'Box', 'Skeleton', 'Text']
|
23
|
-
}
|
24
19
|
}
|
25
20
|
},
|
26
21
|
argTypes: {
|
@@ -17,11 +17,6 @@ export default {
|
|
17
17
|
page: function page() {
|
18
18
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(StatusIconReadme, null), ___EmotionJSX(DocsLayout, null));
|
19
19
|
}
|
20
|
-
},
|
21
|
-
codesandbox: {
|
22
|
-
mapComponent: {
|
23
|
-
'@pingux/astro': ['RockerButton', 'RockerButtonGroup', 'StatusIcon', 'Table', 'TableBody', 'TableCell', 'TableRow', 'Text']
|
24
|
-
}
|
25
20
|
}
|
26
21
|
}
|
27
22
|
};
|
@@ -51,12 +51,6 @@ export default {
|
|
51
51
|
page: function page() {
|
52
52
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(StepperReadme, null), ___EmotionJSX(DocsLayout, null));
|
53
53
|
}
|
54
|
-
},
|
55
|
-
codesandbox: {
|
56
|
-
mapComponent: {
|
57
|
-
'@pingux/astro': ['Box', 'Button', 'OverlayPanel', 'OverlayProvider', 'PanelHeader', 'PanelHeaderCloseButton', 'Stepper', 'Text', 'Item'],
|
58
|
-
'@pingux/mdi-react/CreationOutlineIcon': 'CreationOutlineIcon'
|
59
|
-
}
|
60
54
|
}
|
61
55
|
}
|
62
56
|
};
|
@@ -228,9 +222,6 @@ export var ControlledStepper = function ControlledStepper() {
|
|
228
222
|
}, item.children)));
|
229
223
|
});
|
230
224
|
};
|
231
|
-
ControlledStepper.parameters = {
|
232
|
-
codesandbox: false
|
233
|
-
};
|
234
225
|
export var Panel = function Panel() {
|
235
226
|
var _useState3 = useState(1),
|
236
227
|
_useState4 = _slicedToArray(_useState3, 2),
|
@@ -283,7 +274,4 @@ export var Panel = function Panel() {
|
|
283
274
|
}, item.children)));
|
284
275
|
})))
|
285
276
|
);
|
286
|
-
};
|
287
|
-
Panel.parameters = {
|
288
|
-
codesandbox: false
|
289
277
|
};
|
@@ -14,11 +14,6 @@ export default {
|
|
14
14
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(TableReadme, null), ___EmotionJSX(DocsLayout, null));
|
15
15
|
}
|
16
16
|
},
|
17
|
-
codesandbox: {
|
18
|
-
mapComponent: {
|
19
|
-
'@pingux/astro': ['Table', 'TableBody', 'TableCaption', 'TableCell', 'TableHead', 'TableRow', 'Text']
|
20
|
-
}
|
21
|
-
},
|
22
17
|
controls: {
|
23
18
|
include: ['id']
|
24
19
|
}
|
@@ -41,11 +41,6 @@ export default {
|
|
41
41
|
page: function page() {
|
42
42
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(TabsReadme, null), ___EmotionJSX(DocsLayout, null));
|
43
43
|
}
|
44
|
-
},
|
45
|
-
codesandbox: {
|
46
|
-
mapComponent: {
|
47
|
-
'@pingux/astro': ['Badge', 'Box', 'Icon', 'Tab', 'Tabs', 'Text']
|
48
|
-
}
|
49
44
|
}
|
50
45
|
}
|
51
46
|
};
|
@@ -87,9 +82,6 @@ export var Controlled = function Controlled() {
|
|
87
82
|
}, item.children);
|
88
83
|
});
|
89
84
|
};
|
90
|
-
Controlled.parameters = {
|
91
|
-
codesandbox: false
|
92
|
-
};
|
93
85
|
export var Centered = function Centered() {
|
94
86
|
return ___EmotionJSX(Tabs, {
|
95
87
|
tabListProps: {
|
@@ -103,9 +95,6 @@ export var Centered = function Centered() {
|
|
103
95
|
}, item.children);
|
104
96
|
});
|
105
97
|
};
|
106
|
-
Centered.parameters = {
|
107
|
-
codesandbox: false
|
108
|
-
};
|
109
98
|
export var DisabledSingleTab = function DisabledSingleTab() {
|
110
99
|
return ___EmotionJSX(Tabs, {
|
111
100
|
items: tabs,
|
@@ -117,9 +106,6 @@ export var DisabledSingleTab = function DisabledSingleTab() {
|
|
117
106
|
}, item.children);
|
118
107
|
});
|
119
108
|
};
|
120
|
-
DisabledSingleTab.parameters = {
|
121
|
-
codesandbox: false
|
122
|
-
};
|
123
109
|
export var DisabledAllTabs = function DisabledAllTabs() {
|
124
110
|
return ___EmotionJSX(Tabs, {
|
125
111
|
isDisabled: true,
|
@@ -131,9 +117,6 @@ export var DisabledAllTabs = function DisabledAllTabs() {
|
|
131
117
|
}, item.children);
|
132
118
|
});
|
133
119
|
};
|
134
|
-
DisabledAllTabs.parameters = {
|
135
|
-
codesandbox: false
|
136
|
-
};
|
137
120
|
export var ContentSlots = function ContentSlots() {
|
138
121
|
var beforeTabNode = ___EmotionJSX(Icon, {
|
139
122
|
icon: LockIcon,
|
@@ -179,9 +162,6 @@ export var ContentSlots = function ContentSlots() {
|
|
179
162
|
}
|
180
163
|
}, ___EmotionJSX(Text, null, "Users Matched"))));
|
181
164
|
};
|
182
|
-
ContentSlots.parameters = {
|
183
|
-
codesandbox: false
|
184
|
-
};
|
185
165
|
export var WithList = function WithList() {
|
186
166
|
var _context;
|
187
167
|
var allTabs = _concatInstanceProperty(_context = []).call(_context, tabs, [{
|
@@ -210,9 +190,6 @@ export var WithList = function WithList() {
|
|
210
190
|
}, item), item.children);
|
211
191
|
});
|
212
192
|
};
|
213
|
-
WithList.parameters = {
|
214
|
-
codesandbox: false
|
215
|
-
};
|
216
193
|
export var CustomTabLine = function CustomTabLine() {
|
217
194
|
return ___EmotionJSX(Tabs, {
|
218
195
|
items: tabs
|
@@ -226,9 +203,6 @@ export var CustomTabLine = function CustomTabLine() {
|
|
226
203
|
}, item.children);
|
227
204
|
});
|
228
205
|
};
|
229
|
-
CustomTabLine.parameters = {
|
230
|
-
codesandbox: false
|
231
|
-
};
|
232
206
|
export var CustomPanelProps = function CustomPanelProps() {
|
233
207
|
return ___EmotionJSX(Tabs, {
|
234
208
|
tabPanelProps: {
|
@@ -243,7 +217,4 @@ export var CustomPanelProps = function CustomPanelProps() {
|
|
243
217
|
"data-testid": "testing-".concat(item.name)
|
244
218
|
}, item.children);
|
245
219
|
});
|
246
|
-
};
|
247
|
-
CustomPanelProps.parameters = {
|
248
|
-
codesandbox: false
|
249
220
|
};
|
@@ -17,11 +17,6 @@ export default {
|
|
17
17
|
page: function page() {
|
18
18
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(TextReadme, null), ___EmotionJSX(DocsLayout, null));
|
19
19
|
}
|
20
|
-
},
|
21
|
-
codesandbox: {
|
22
|
-
mapComponent: {
|
23
|
-
'@pingux/astro': ['Box', 'Text', 'Separator']
|
24
|
-
}
|
25
20
|
}
|
26
21
|
},
|
27
22
|
argTypes: {
|
@@ -424,9 +419,6 @@ export var Default = function Default() {
|
|
424
419
|
});
|
425
420
|
}))));
|
426
421
|
};
|
427
|
-
Default.parameters = {
|
428
|
-
codesandbox: false
|
429
|
-
};
|
430
422
|
export var CustomWidth = function CustomWidth(args) {
|
431
423
|
return ___EmotionJSX(Box, {
|
432
424
|
width: 200
|
@@ -15,12 +15,6 @@ export default {
|
|
15
15
|
page: function page() {
|
16
16
|
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(TooltipTriggerReadme, null), ___EmotionJSX(DocsLayout, null));
|
17
17
|
}
|
18
|
-
},
|
19
|
-
codesandbox: {
|
20
|
-
mapComponent: {
|
21
|
-
'@pingux/astro': ['Box', 'Button', 'Icon', 'IconButton', 'Text', 'Tooltip', 'TooltipTrigger'],
|
22
|
-
'@pingux/mdi-react/AccountIcon': 'AccountIcon'
|
23
|
-
}
|
24
18
|
}
|
25
19
|
}
|
26
20
|
};
|
@@ -21,10 +21,7 @@ import InviteTeamMembers from '../utils/devUtils/assets/accordionRecepi/InviteTe
|
|
21
21
|
import LaunchStartedExperience from '../utils/devUtils/assets/accordionRecepi/LaunchStartedExperience.svg';
|
22
22
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
23
23
|
export default {
|
24
|
-
title: 'Recipes/AccordionCard'
|
25
|
-
parameters: {
|
26
|
-
codesandbox: false
|
27
|
-
}
|
24
|
+
title: 'Recipes/AccordionCard'
|
28
25
|
};
|
29
26
|
var accordionItemSX = {
|
30
27
|
itemContainer: {
|
@@ -13,10 +13,7 @@ import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks.ts';
|
|
13
13
|
import statuses from '../utils/devUtils/constants/statuses';
|
14
14
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
15
15
|
export default {
|
16
|
-
title: 'Recipes/Attribute Mappings'
|
17
|
-
parameters: {
|
18
|
-
codesandbox: false
|
19
|
-
}
|
16
|
+
title: 'Recipes/Attribute Mappings'
|
20
17
|
};
|
21
18
|
var sx = {
|
22
19
|
alertCircleIcon: {
|
@@ -24,10 +24,7 @@ import { useFilter } from '@react-aria/i18n';
|
|
24
24
|
import { Badge, Box, Breadcrumbs, CheckboxField, CollapsiblePanel, CollapsiblePanelItem, Icon, IconButton, Item, ListView, ListViewItem, SearchField, Text } from '../index';
|
25
25
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
26
26
|
export default {
|
27
|
-
title: 'Recipes/CollapsiblePanel with List'
|
28
|
-
parameters: {
|
29
|
-
codesandbox: false
|
30
|
-
}
|
27
|
+
title: 'Recipes/CollapsiblePanel with List'
|
31
28
|
};
|
32
29
|
var data = [{
|
33
30
|
id: '1',
|
@@ -3,10 +3,7 @@ import useCopyToClipboard from '../hooks/useCopyToClipboard';
|
|
3
3
|
import { Box, Button, Text } from '../index';
|
4
4
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
5
5
|
export default {
|
6
|
-
title: 'Recipes/Copy to Clipboard'
|
7
|
-
parameters: {
|
8
|
-
codesandbox: false
|
9
|
-
}
|
6
|
+
title: 'Recipes/Copy to Clipboard'
|
10
7
|
};
|
11
8
|
export var Default = function Default() {
|
12
9
|
var textToCopy = 'eyJraWQiOiI4YTg5MmY3ZS1iNTk1LTRkYWQtODBlNC0yMzA4ODkyZTczZDQiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJodHRwczovL2FwaS5waW5nb25lLmNvbSIsImF1dGhVcmwiOiJodHRwczovL2F1dGgucGluZ29uZS5jb20iLCJjb25zb2xlVXJsIjoiaHR0cHM6Ly9jb25zb2xlLnBpbmdvbmUuY29tIiwiZW52aXJvbm1lbnROYW1lIjoiTW9udGFuYSIsImVudmlyb25tZW50SWQiOiJhYzc2NWQ0Ny1kMDM2LTQ1MGUtODFjMS1mYjQ1NDMxMjM1NjYiLCJvcmdhbml6YXRpb25OYW1lIjoiaW50ZXJuYWxfZXJpa2FhbGRlYm9yZ2hfMjUyMDc1MDMxIiwib3JnYW5pemF0aW9uSWQiOiJkMDYzMmYwZi03YjQ2LTQ5ZjUtYjgyYS1kZWU5MWQ3MDY3ODYiLCJnYXRld2F5TmFtZSI6ImRzZHMiLCJnYXRld2F5SWQiOiJiMDVmNGU5Yy1jMzRiLTRlZTMtYTYyNS01ZGFiNjlkYTE1YTEiLCJnYXRld2F5VHlwZSI6IlBJTkdfRkVERVJBVEUiLCJ0YXJnZXRDbHVzdGVyRW52aXJvbm1lbnQiOiJQUk9EIiwidGFyZ2V0R2VvZ3JhcGh5IjoiTkEiLCJyZWdpb24iOiJOb3J0aCBBbWVyaWNhIiwianRpIjoiMTUwYTQ0OTktZjIyYi00YWVhLWIzY2UtYWM2YWY1NjVjNjk5IiwiaXNzIjoid3NzOi8vZ2F0ZXdheXMucGluZ29uZS5jb20iLCJpYXQiOjE2MjYyODEyMTZ9.JJ9wwqTxQWUwz2vmU0yE54xuYff51xbirzZuEUxd8GDzV45bnpbmx460CY8g9ccdmOjvfVF4RPPsawpKuMZH271tDlLZl67iknxDVWBZSih9K6v0RAmsmNriR4OyOFOkGrULCIz3ISyPWeItp1AVuue_8guWR63KzYg32aPC4SgmOrc2myq9N6XNU2H1KybETbG_s5-VU_cUqaXn7GUzhL2_W6CSVrrlE1cYfjC7pxMKFm4vvIw_KcNYVGO1K6oYgzRZ4A8toQHIdlGB8L-wkCt442LdC93OjoQdkLuGzmXnO8BUohWea-Dn35gGHoH-H1BRQTya_H9AKyWMxCw-vg';
|
@@ -11,10 +11,7 @@ import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks';
|
|
11
11
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
12
12
|
export default {
|
13
13
|
title: 'Recipes/Country Picker',
|
14
|
-
decorators: [withDesign]
|
15
|
-
parameters: {
|
16
|
-
codesandbox: false
|
17
|
-
}
|
14
|
+
decorators: [withDesign]
|
18
15
|
};
|
19
16
|
var validatePhoneNumber = function validatePhoneNumber(str) {
|
20
17
|
var reg = /^$|^[\d\-(\d)\s.]+$|^\+/g;
|
@@ -25,10 +25,7 @@ import { Box, Button, CheckboxField, DataTable, DataTableBody, DataTableCell, Da
|
|
25
25
|
import { placeholder } from '../utils/devUtils/constants/images';
|
26
26
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
27
27
|
export default {
|
28
|
-
title: 'Recipes/Data Visualization with Filtering'
|
29
|
-
parameters: {
|
30
|
-
codesandbox: false
|
31
|
-
}
|
28
|
+
title: 'Recipes/Data Visualization with Filtering'
|
32
29
|
};
|
33
30
|
var columns = [{
|
34
31
|
name: 'Country',
|
@@ -11,10 +11,7 @@ import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks';
|
|
11
11
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
12
12
|
export default {
|
13
13
|
title: 'Recipes/DateTimeRangePicker',
|
14
|
-
decorators: [withDesign]
|
15
|
-
parameters: {
|
16
|
-
codesandbox: false
|
17
|
-
}
|
14
|
+
decorators: [withDesign]
|
18
15
|
};
|
19
16
|
var dropdownItems = [{
|
20
17
|
key: 'Today',
|
@@ -23,10 +23,7 @@ import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks';
|
|
23
23
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
24
24
|
export default {
|
25
25
|
title: 'Recipes/Inline Editing',
|
26
|
-
decorators: [withDesign]
|
27
|
-
parameters: {
|
28
|
-
codesandbox: false
|
29
|
-
}
|
26
|
+
decorators: [withDesign]
|
30
27
|
};
|
31
28
|
var EditableAreaContext = /*#__PURE__*/createContext();
|
32
29
|
var EditableAreaProvider = EditableAreaContext.Provider;
|
@@ -18,10 +18,7 @@ import { tab } from '../components/Tabs/Tabs.style';
|
|
18
18
|
import { Box, Icon, Separator, Tab, Tabs, Text } from '../index';
|
19
19
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
20
20
|
export default {
|
21
|
-
title: 'Recipes/Logo Tabs'
|
22
|
-
parameters: {
|
23
|
-
codesandbox: false
|
24
|
-
}
|
21
|
+
title: 'Recipes/Logo Tabs'
|
25
22
|
};
|
26
23
|
var P14CLogo = function P14CLogo(props) {
|
27
24
|
return ___EmotionJSX("svg", _extends({
|
@@ -7,10 +7,7 @@ import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks';
|
|
7
7
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
8
8
|
export default {
|
9
9
|
title: 'Recipes/No Access',
|
10
|
-
decorators: [withDesign]
|
11
|
-
parameters: {
|
12
|
-
codesandbox: false
|
13
|
-
}
|
10
|
+
decorators: [withDesign]
|
14
11
|
};
|
15
12
|
export var Default = function Default() {
|
16
13
|
return ___EmotionJSX(Box, {
|
@@ -7,10 +7,7 @@ import { Box, ComboBoxField, Icon, IconButton, IconButtonToggle, Item } from '..
|
|
7
7
|
import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks.ts';
|
8
8
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
9
9
|
export default {
|
10
|
-
title: 'Recipes/One Way to Bidirectional Arrow'
|
11
|
-
parameters: {
|
12
|
-
codesandbox: false
|
13
|
-
}
|
10
|
+
title: 'Recipes/One Way to Bidirectional Arrow'
|
14
11
|
};
|
15
12
|
var items = [{
|
16
13
|
name: 'Last Name',
|
@@ -7,10 +7,7 @@ import FormSelectIcon from '@pingux/mdi-react/FormSelectIcon';
|
|
7
7
|
import { Box, ListView, ListViewItem, ListViewItemEditButton, ListViewItemMenu, ScrollBox, SearchField } from '../index';
|
8
8
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
9
9
|
export default {
|
10
|
-
title: 'Recipes/Scrollable List View'
|
11
|
-
parameters: {
|
12
|
-
codesandbox: false
|
13
|
-
}
|
10
|
+
title: 'Recipes/Scrollable List View'
|
14
11
|
};
|
15
12
|
export var ScrollableListView = function ScrollableListView() {
|
16
13
|
var unfilteredItems = [{
|
@@ -21,10 +21,7 @@ import { Box } from '../index';
|
|
21
21
|
import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks.ts';
|
22
22
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
23
23
|
export default {
|
24
|
-
title: 'Recipes/Slider'
|
25
|
-
parameters: {
|
26
|
-
codesandbox: false
|
27
|
-
}
|
24
|
+
title: 'Recipes/Slider'
|
28
25
|
};
|
29
26
|
var sx = {
|
30
27
|
sliderContainer: {
|
@@ -7,10 +7,7 @@ import { Box, Button, Icon, IconButton, Modal, OverlayProvider, Text } from '../
|
|
7
7
|
import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks.ts';
|
8
8
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
9
9
|
export default {
|
10
|
-
title: 'Recipes/Trial Experience Buttons'
|
11
|
-
parameters: {
|
12
|
-
codesandbox: false
|
13
|
-
}
|
10
|
+
title: 'Recipes/Trial Experience Buttons'
|
14
11
|
};
|
15
12
|
var sx = {
|
16
13
|
contentProps: {
|
@@ -8,10 +8,7 @@ import { Box, Icon, IconButton, Link, Separator, Text } from '../index';
|
|
8
8
|
import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks.ts';
|
9
9
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
10
10
|
export default {
|
11
|
-
title: 'Recipes/Trial Experience Nav'
|
12
|
-
parameters: {
|
13
|
-
codesandbox: false
|
14
|
-
}
|
11
|
+
title: 'Recipes/Trial Experience Nav'
|
15
12
|
};
|
16
13
|
var ArtIcon = function ArtIcon() {
|
17
14
|
return ___EmotionJSX("svg", {
|