@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.
Files changed (264) hide show
  1. package/lib/cjs/components/AIComponents/AIPanel/AIPanel.stories.d.ts +1 -4
  2. package/lib/cjs/components/AIComponents/AIPanel/AIPanel.stories.js +4 -1
  3. package/lib/cjs/components/AIComponents/Prompt/Prompt.stories.js +4 -1
  4. package/lib/cjs/components/AIComponents/PromptInput/PromptInput.stories.d.ts +1 -16
  5. package/lib/cjs/components/AIComponents/PromptInput/PromptInput.stories.js +2 -4
  6. package/lib/cjs/components/AIComponents/Response/Response.stories.d.ts +2 -13
  7. package/lib/cjs/components/AIComponents/Response/Response.stories.js +3 -5
  8. package/lib/cjs/components/AIComponents/Suggestions/Suggestions.stories.d.ts +1 -4
  9. package/lib/cjs/components/AIComponents/Suggestions/Suggestions.stories.js +2 -1
  10. package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.stories.js +2 -1
  11. package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.d.ts +22 -3
  12. package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.js +35 -21
  13. package/lib/cjs/components/ArrayField/ArrayField.stories.d.ts +2 -6
  14. package/lib/cjs/components/ArrayField/ArrayField.stories.js +28 -21
  15. package/lib/cjs/components/AstroProvider/AstroProvider.stories.js +2 -1
  16. package/lib/cjs/components/Avatar/Avatar.stories.js +20 -3
  17. package/lib/cjs/components/Badge/Badge.stories.js +26 -22
  18. package/lib/cjs/components/Box/Box.stories.d.ts +43 -0
  19. package/lib/cjs/components/Box/Box.stories.js +9 -4
  20. package/lib/cjs/components/Bracket/Bracket.stories.js +32 -5
  21. package/lib/cjs/components/Breadcrumbs/Breadcrumbs.stories.js +15 -12
  22. package/lib/cjs/components/Button/Button.stories.d.ts +6 -23
  23. package/lib/cjs/components/Button/Button.stories.js +30 -26
  24. package/lib/cjs/components/ButtonBar/ButtonBar.stories.js +14 -11
  25. package/lib/cjs/components/Callout/Callout.stories.js +15 -12
  26. package/lib/cjs/components/Card/Card.stories.d.ts +3 -3
  27. package/lib/cjs/components/Card/Card.stories.js +20 -15
  28. package/lib/cjs/components/CheckboxField/CheckboxField.stories.js +28 -18
  29. package/lib/cjs/components/CodeEditor/CodeEditor.stories.d.ts +0 -3
  30. package/lib/cjs/components/CodeEditor/CodeEditor.stories.js +10 -12
  31. package/lib/cjs/components/CodeView/CodeView.stories.js +22 -15
  32. package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.stories.js +5 -3
  33. package/lib/cjs/components/ColorField/ColorField.stories.js +5 -3
  34. package/lib/cjs/components/ComboBoxField/ComboBoxField.stories.js +4 -4
  35. package/lib/cjs/components/CopyText/CopyText.stories.d.ts +1 -1
  36. package/lib/cjs/components/CopyText/CopyText.stories.js +5 -0
  37. package/lib/cjs/components/DataTable/DataTable.stories.d.ts +3 -180
  38. package/lib/cjs/components/DataTable/DataTable.stories.js +10 -11
  39. package/lib/cjs/components/DatePicker/DatePicker.stories.js +3 -5
  40. package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.d.ts +19 -4
  41. package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +18 -7
  42. package/lib/cjs/components/FieldHelperText/FieldHelperText.stories.d.ts +3 -3
  43. package/lib/cjs/components/FieldHelperText/FieldHelperText.stories.js +10 -9
  44. package/lib/cjs/components/FileInputField/FileInputField.stories.js +15 -18
  45. package/lib/cjs/components/Footer/Footer.stories.js +2 -1
  46. package/lib/cjs/components/Grid/Grid.stories.js +32 -7
  47. package/lib/cjs/components/HelpHint/HelpHint.stories.js +13 -8
  48. package/lib/cjs/components/HelpHint/HelpHint.styles.js +2 -1
  49. package/lib/cjs/components/Icon/Icon.stories.js +19 -7
  50. package/lib/cjs/components/IconBadge/IconBadge.stories.js +7 -3
  51. package/lib/cjs/components/IconButton/IconButton.stories.d.ts +3 -1
  52. package/lib/cjs/components/IconButton/IconButton.stories.js +17 -8
  53. package/lib/cjs/components/IconButtonToggle/IconButtonToggle.stories.js +7 -0
  54. package/lib/cjs/components/IconWrapper/IconWrapper.stories.js +6 -3
  55. package/lib/cjs/components/Image/Image.stories.d.ts +1 -33
  56. package/lib/cjs/components/Image/Image.stories.js +28 -13
  57. package/lib/cjs/components/ImageUploadField/ImageUploadField.stories.js +10 -13
  58. package/lib/cjs/components/Input/Input.stories.d.ts +1 -14
  59. package/lib/cjs/components/Input/Input.styles.js +1 -1
  60. package/lib/cjs/components/Label/Label.stories.js +3 -3
  61. package/lib/cjs/components/Link/Link.stories.js +5 -0
  62. package/lib/cjs/components/LinkSelectField/LinkSelectField.stories.js +23 -17
  63. package/lib/cjs/components/ListView/ListView.stories.d.ts +1 -132
  64. package/lib/cjs/components/ListView/ListView.stories.js +11 -13
  65. package/lib/cjs/components/ListViewItem/ListViewItem.stories.js +2 -1
  66. package/lib/cjs/components/Loader/Loader.stories.js +8 -3
  67. package/lib/cjs/components/Messages/Messages.stories.d.ts +10 -29
  68. package/lib/cjs/components/Messages/Messages.stories.js +40 -32
  69. package/lib/cjs/components/Modal/Modal.stories.js +2 -1
  70. package/lib/cjs/components/MultivaluesField/MultivaluesField.stories.js +2 -4
  71. package/lib/cjs/components/NavBar/NavBar.stories.js +2 -1
  72. package/lib/cjs/components/NavSideBar/NavSideBar.stories.js +2 -1
  73. package/lib/cjs/components/NavigationHeader/NavigationHeader.stories.js +2 -4
  74. package/lib/cjs/components/NumberField/NumberField.stories.js +25 -27
  75. package/lib/cjs/components/OverlayPanel/OverlayPanel.stories.js +2 -4
  76. package/lib/cjs/components/PageHeader/PageHeader.stories.js +14 -12
  77. package/lib/cjs/components/Pagination/Pagination.stories.d.ts +1 -33
  78. package/lib/cjs/components/Pagination/Pagination.stories.js +2 -1
  79. package/lib/cjs/components/PanelHeader/PanelHeader.stories.js +10 -6
  80. package/lib/cjs/components/PanelHeader/controls/PanelHeaderCloseButton.stories.js +2 -1
  81. package/lib/cjs/components/PanelHeader/controls/PanelHeaderMenu.stories.js +2 -1
  82. package/lib/cjs/components/PanelHeader/controls/PanelHeaderSwitchField.stories.js +2 -1
  83. package/lib/cjs/components/PasswordField/PasswordField.stories.js +0 -3
  84. package/lib/cjs/components/PopoverMenu/PopoverMenu.stories.js +22 -15
  85. package/lib/cjs/components/ProgressBar/ProgressBar.stories.js +0 -3
  86. package/lib/cjs/components/RadioGroupField/RadioGroupField.stories.d.ts +5 -18
  87. package/lib/cjs/components/RadioGroupField/RadioGroupField.stories.js +18 -12
  88. package/lib/cjs/components/RangeCalendar/RangeCalendar.stories.d.ts +1 -93
  89. package/lib/cjs/components/RangeCalendar/RangeCalendar.stories.js +9 -12
  90. package/lib/cjs/components/RequirementsList/RequirementsList.stories.js +5 -0
  91. package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.stories.js +18 -4
  92. package/lib/cjs/components/SearchField/SearchField.stories.js +8 -6
  93. package/lib/cjs/components/SelectField/Select.styles.js +1 -0
  94. package/lib/cjs/components/SelectField/SelectField.stories.d.ts +32 -24
  95. package/lib/cjs/components/SelectField/SelectField.stories.js +49 -27
  96. package/lib/cjs/components/Separator/Separator.stories.d.ts +3 -1
  97. package/lib/cjs/components/Separator/Separator.stories.js +5 -4
  98. package/lib/cjs/components/Skeleton/Skeleton.stories.d.ts +1 -1
  99. package/lib/cjs/components/Skeleton/Skeleton.stories.js +13 -8
  100. package/lib/cjs/components/SliderField/SliderField.stories.d.ts +2 -2
  101. package/lib/cjs/components/SliderField/SliderField.stories.js +6 -6
  102. package/lib/cjs/components/Stepper/Stepper.stories.js +24 -16
  103. package/lib/cjs/components/SwitchField/SwitchField.stories.js +13 -15
  104. package/lib/cjs/components/Table/Table.stories.js +13 -2
  105. package/lib/cjs/components/Tabs/Tabs.stories.js +30 -4
  106. package/lib/cjs/components/Text/Text.stories.d.ts +2 -1
  107. package/lib/cjs/components/Text/Text.stories.js +28 -17
  108. package/lib/cjs/components/TextAreaField/TextAreaField.stories.d.ts +11 -35
  109. package/lib/cjs/components/TextAreaField/TextAreaField.stories.js +30 -33
  110. package/lib/cjs/components/TextField/TextField.stories.js +44 -47
  111. package/lib/cjs/components/TimeField/TimeField.stories.d.ts +1 -25
  112. package/lib/cjs/components/TimeField/TimeField.stories.js +3 -6
  113. package/lib/cjs/components/TimeZonePicker/TimeZonePicker.stories.js +7 -6
  114. package/lib/cjs/components/TooltipTrigger/TooltipTrigger.js +5 -3
  115. package/lib/cjs/components/TooltipTrigger/TooltipTrigger.stories.js +34 -27
  116. package/lib/cjs/components/TreeView/TreeView.stories.js +2 -4
  117. package/lib/cjs/recipes/AccordionCard.stories.js +4 -1
  118. package/lib/cjs/recipes/AttributeMapping.stories.js +4 -1
  119. package/lib/cjs/recipes/CollapsiblePanel.stories.js +4 -1
  120. package/lib/cjs/recipes/ConditionFilter.stories.js +2 -1
  121. package/lib/cjs/recipes/CopyToClipboard.stories.js +4 -1
  122. package/lib/cjs/recipes/CountryPicker.stories.js +4 -1
  123. package/lib/cjs/recipes/DataVisualization.stories.js +4 -1
  124. package/lib/cjs/recipes/DateTimeRangePicker.stories.js +4 -1
  125. package/lib/cjs/recipes/InlineEditing.stories.js +4 -1
  126. package/lib/cjs/recipes/ListAndPanel.stories.js +2 -1
  127. package/lib/cjs/recipes/LogoTabs.stories.js +4 -1
  128. package/lib/cjs/recipes/MaskedValue.stories.js +2 -1
  129. package/lib/cjs/recipes/MultipagePopup.stories.js +2 -1
  130. package/lib/cjs/recipes/NoAccess.stories.d.ts +1 -4
  131. package/lib/cjs/recipes/NoAccess.stories.js +4 -1
  132. package/lib/cjs/recipes/OneWayToBidirectionalArrow.stories.js +4 -1
  133. package/lib/cjs/recipes/PanelContent.stories.js +2 -1
  134. package/lib/cjs/recipes/ScrollableListView.stories.js +4 -1
  135. package/lib/cjs/recipes/Slider.stories.js +4 -1
  136. package/lib/cjs/recipes/TrialExperienceIndustryButtons.stories.js +4 -1
  137. package/lib/cjs/recipes/TrialExperienceStatusBar.stories.js +4 -1
  138. package/lib/cjs/styles/templates/Nav/Nav.stories.js +2 -1
  139. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/input.d.ts +8 -0
  140. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/input.js +8 -0
  141. package/lib/cjs/styles/themes/next-gen/colors/colors.js +1 -1
  142. package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +11 -2
  143. package/lib/cjs/styles/themes/next-gen/variants/button.d.ts +6 -0
  144. package/lib/cjs/styles/themes/next-gen/variants/button.js +7 -1
  145. package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.d.ts +4 -2
  146. package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.js +4 -2
  147. package/lib/cjs/styles/themes/next-gen/variants/tooltip.d.ts +1 -0
  148. package/lib/cjs/styles/themes/next-gen/variants/tooltip.js +3 -2
  149. package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +5 -2
  150. package/lib/cjs/types/tooltipTrigger.d.ts +1 -0
  151. package/lib/components/AIComponents/AIPanel/AIPanel.stories.js +4 -1
  152. package/lib/components/AIComponents/Prompt/Prompt.stories.js +4 -1
  153. package/lib/components/AIComponents/PromptInput/PromptInput.stories.js +2 -4
  154. package/lib/components/AIComponents/Response/Response.stories.js +3 -5
  155. package/lib/components/AIComponents/Suggestions/Suggestions.stories.js +2 -1
  156. package/lib/components/AccordionGridGroup/AccordionGridGroup.stories.js +2 -1
  157. package/lib/components/AccordionGroup/AccordionGroup.stories.js +26 -12
  158. package/lib/components/ArrayField/ArrayField.stories.js +28 -21
  159. package/lib/components/AstroProvider/AstroProvider.stories.js +2 -1
  160. package/lib/components/Avatar/Avatar.stories.js +20 -3
  161. package/lib/components/Badge/Badge.stories.js +26 -22
  162. package/lib/components/Box/Box.stories.js +8 -3
  163. package/lib/components/Bracket/Bracket.stories.js +32 -5
  164. package/lib/components/Breadcrumbs/Breadcrumbs.stories.js +9 -6
  165. package/lib/components/Button/Button.stories.js +30 -26
  166. package/lib/components/ButtonBar/ButtonBar.stories.js +14 -11
  167. package/lib/components/Callout/Callout.stories.js +15 -12
  168. package/lib/components/Card/Card.stories.js +20 -15
  169. package/lib/components/CheckboxField/CheckboxField.stories.js +28 -18
  170. package/lib/components/CodeEditor/CodeEditor.stories.js +10 -12
  171. package/lib/components/CodeView/CodeView.stories.js +22 -15
  172. package/lib/components/CollapsiblePanel/CollapsiblePanel.stories.js +5 -3
  173. package/lib/components/ColorField/ColorField.stories.js +5 -3
  174. package/lib/components/ComboBoxField/ComboBoxField.stories.js +4 -4
  175. package/lib/components/CopyText/CopyText.stories.js +5 -0
  176. package/lib/components/DataTable/DataTable.stories.js +10 -11
  177. package/lib/components/DatePicker/DatePicker.stories.js +3 -5
  178. package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +17 -6
  179. package/lib/components/FieldHelperText/FieldHelperText.stories.js +10 -9
  180. package/lib/components/FileInputField/FileInputField.stories.js +15 -18
  181. package/lib/components/Footer/Footer.stories.js +2 -1
  182. package/lib/components/Grid/Grid.stories.js +32 -7
  183. package/lib/components/HelpHint/HelpHint.stories.js +13 -8
  184. package/lib/components/HelpHint/HelpHint.styles.js +2 -1
  185. package/lib/components/Icon/Icon.stories.js +18 -6
  186. package/lib/components/IconBadge/IconBadge.stories.js +7 -3
  187. package/lib/components/IconButton/IconButton.stories.js +17 -8
  188. package/lib/components/IconButtonToggle/IconButtonToggle.stories.js +7 -0
  189. package/lib/components/IconWrapper/IconWrapper.stories.js +6 -3
  190. package/lib/components/Image/Image.stories.js +27 -12
  191. package/lib/components/ImageUploadField/ImageUploadField.stories.js +10 -13
  192. package/lib/components/Input/Input.styles.js +1 -1
  193. package/lib/components/Label/Label.stories.js +3 -3
  194. package/lib/components/Link/Link.stories.js +5 -0
  195. package/lib/components/LinkSelectField/LinkSelectField.stories.js +22 -16
  196. package/lib/components/ListView/ListView.stories.js +4 -6
  197. package/lib/components/ListViewItem/ListViewItem.stories.js +2 -1
  198. package/lib/components/Loader/Loader.stories.js +8 -3
  199. package/lib/components/Messages/Messages.stories.js +28 -20
  200. package/lib/components/Modal/Modal.stories.js +2 -1
  201. package/lib/components/MultivaluesField/MultivaluesField.stories.js +2 -4
  202. package/lib/components/NavBar/NavBar.stories.js +2 -1
  203. package/lib/components/NavSideBar/NavSideBar.stories.js +2 -1
  204. package/lib/components/NavigationHeader/NavigationHeader.stories.js +2 -4
  205. package/lib/components/NumberField/NumberField.stories.js +25 -27
  206. package/lib/components/OverlayPanel/OverlayPanel.stories.js +2 -4
  207. package/lib/components/PageHeader/PageHeader.stories.js +14 -12
  208. package/lib/components/Pagination/Pagination.stories.js +2 -1
  209. package/lib/components/PanelHeader/PanelHeader.stories.js +10 -6
  210. package/lib/components/PanelHeader/controls/PanelHeaderCloseButton.stories.js +2 -1
  211. package/lib/components/PanelHeader/controls/PanelHeaderMenu.stories.js +2 -1
  212. package/lib/components/PanelHeader/controls/PanelHeaderSwitchField.stories.js +2 -1
  213. package/lib/components/PasswordField/PasswordField.stories.js +0 -3
  214. package/lib/components/PopoverMenu/PopoverMenu.stories.js +22 -15
  215. package/lib/components/ProgressBar/ProgressBar.stories.js +0 -3
  216. package/lib/components/RadioGroupField/RadioGroupField.stories.js +18 -12
  217. package/lib/components/RangeCalendar/RangeCalendar.stories.js +9 -12
  218. package/lib/components/RequirementsList/RequirementsList.stories.js +5 -0
  219. package/lib/components/RockerButtonGroup/RockerButtonGroup.stories.js +17 -3
  220. package/lib/components/SearchField/SearchField.stories.js +8 -6
  221. package/lib/components/SelectField/Select.styles.js +1 -0
  222. package/lib/components/SelectField/SelectField.stories.js +49 -27
  223. package/lib/components/Separator/Separator.stories.js +5 -4
  224. package/lib/components/Skeleton/Skeleton.stories.js +13 -8
  225. package/lib/components/SliderField/SliderField.stories.js +6 -6
  226. package/lib/components/Stepper/Stepper.stories.js +13 -5
  227. package/lib/components/SwitchField/SwitchField.stories.js +13 -15
  228. package/lib/components/Table/Table.stories.js +13 -2
  229. package/lib/components/Tabs/Tabs.stories.js +29 -3
  230. package/lib/components/Text/Text.stories.js +28 -17
  231. package/lib/components/TextAreaField/TextAreaField.stories.js +30 -33
  232. package/lib/components/TextField/TextField.stories.js +44 -47
  233. package/lib/components/TimeField/TimeField.stories.js +3 -6
  234. package/lib/components/TimeZonePicker/TimeZonePicker.stories.js +7 -6
  235. package/lib/components/TooltipTrigger/TooltipTrigger.js +5 -3
  236. package/lib/components/TooltipTrigger/TooltipTrigger.stories.js +34 -27
  237. package/lib/components/TreeView/TreeView.stories.js +2 -4
  238. package/lib/recipes/AccordionCard.stories.js +4 -1
  239. package/lib/recipes/AttributeMapping.stories.js +4 -1
  240. package/lib/recipes/CollapsiblePanel.stories.js +4 -1
  241. package/lib/recipes/ConditionFilter.stories.js +2 -1
  242. package/lib/recipes/CopyToClipboard.stories.js +4 -1
  243. package/lib/recipes/CountryPicker.stories.js +4 -1
  244. package/lib/recipes/DataVisualization.stories.js +4 -1
  245. package/lib/recipes/DateTimeRangePicker.stories.js +4 -1
  246. package/lib/recipes/InlineEditing.stories.js +4 -1
  247. package/lib/recipes/ListAndPanel.stories.js +2 -1
  248. package/lib/recipes/LogoTabs.stories.js +4 -1
  249. package/lib/recipes/MaskedValue.stories.js +2 -1
  250. package/lib/recipes/MultipagePopup.stories.js +2 -1
  251. package/lib/recipes/NoAccess.stories.js +4 -1
  252. package/lib/recipes/OneWayToBidirectionalArrow.stories.js +4 -1
  253. package/lib/recipes/PanelContent.stories.js +2 -1
  254. package/lib/recipes/ScrollableListView.stories.js +4 -1
  255. package/lib/recipes/Slider.stories.js +4 -1
  256. package/lib/recipes/TrialExperienceIndustryButtons.stories.js +4 -1
  257. package/lib/recipes/TrialExperienceStatusBar.stories.js +4 -1
  258. package/lib/styles/templates/Nav/Nav.stories.js +2 -1
  259. package/lib/styles/themeOverrides/nextGenDarkMode/variants/input.js +8 -0
  260. package/lib/styles/themes/next-gen/colors/colors.js +1 -1
  261. package/lib/styles/themes/next-gen/variants/button.js +7 -1
  262. package/lib/styles/themes/next-gen/variants/popoverMenu.js +4 -2
  263. package/lib/styles/themes/next-gen/variants/tooltip.js +3 -2
  264. package/package.json +2 -1
@@ -17,6 +17,11 @@ export default {
17
17
  page: function page() {
18
18
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(ImageReadme, null), ___EmotionJSX(DocsLayout, null));
19
19
  }
20
+ },
21
+ codesandbox: {
22
+ mapComponent: {
23
+ '@pingux/astro': ['Box', 'Button', 'Image']
24
+ }
20
25
  }
21
26
  },
22
27
  argTypes: {
@@ -49,15 +54,17 @@ export var Default = function Default(_ref) {
49
54
  alt: "Ping identity square logo"
50
55
  }));
51
56
  };
52
- export var Avatar = function Avatar() {
53
- return ___EmotionJSX(Image, {
57
+ export var Avatar = function Avatar(_ref2) {
58
+ var args = _extends({}, (_objectDestructuringEmpty(_ref2), _ref2));
59
+ return ___EmotionJSX(Image, _extends({}, args, {
54
60
  src: pingImg,
55
61
  variant: "images.avatar",
56
62
  alt: "Ping identity round avatar"
57
- });
63
+ }));
58
64
  };
59
- export var CustomSizeAndRadius = function CustomSizeAndRadius() {
60
- return ___EmotionJSX(Image, {
65
+ export var CustomSizeAndRadius = function CustomSizeAndRadius(_ref3) {
66
+ var args = _extends({}, (_objectDestructuringEmpty(_ref3), _ref3));
67
+ return ___EmotionJSX(Image, _extends({}, args, {
61
68
  src: chiefIdentityChampions,
62
69
  sx: {
63
70
  width: '70px',
@@ -66,17 +73,19 @@ export var CustomSizeAndRadius = function CustomSizeAndRadius() {
66
73
  bg: 'neutral.90'
67
74
  },
68
75
  alt: "Terry Crews in a red suite"
69
- });
76
+ }));
70
77
  };
71
- export var Disabled = function Disabled() {
72
- return ___EmotionJSX(Image, {
78
+ export var Disabled = function Disabled(_ref4) {
79
+ var args = _extends({}, (_objectDestructuringEmpty(_ref4), _ref4));
80
+ return ___EmotionJSX(Image, _extends({}, args, {
73
81
  src: pingImg,
74
82
  isDisabled: true,
75
83
  alt: "Ping identity square logo"
76
- });
84
+ }));
77
85
  };
78
- export var FallbackImage = function FallbackImage() {
79
- return ___EmotionJSX(Image, {
86
+ export var FallbackImage = function FallbackImage(_ref5) {
87
+ var args = _extends({}, (_objectDestructuringEmpty(_ref5), _ref5));
88
+ return ___EmotionJSX(Image, _extends({}, args, {
80
89
  fallbackImage: fallbackImg,
81
90
  fallbackAlt: "Ping Identity",
82
91
  src: "https://deelay.me/7000/https://picsum.photos/150/150",
@@ -85,7 +94,7 @@ export var FallbackImage = function FallbackImage() {
85
94
  height: '150px'
86
95
  },
87
96
  alt: "Random image"
88
- });
97
+ }));
89
98
  };
90
99
  export var WithSkeletonLoadSuccess = function WithSkeletonLoadSuccess() {
91
100
  var imageSrc = isChromatic() ? pingImg : 'https://app.requestly.io/delay/3000/https://picsum.photos/150/150';
@@ -98,6 +107,9 @@ export var WithSkeletonLoadSuccess = function WithSkeletonLoadSuccess() {
98
107
  alt: "Random image"
99
108
  });
100
109
  };
110
+ WithSkeletonLoadSuccess.parameters = {
111
+ codesandbox: false
112
+ };
101
113
  export var WithSkeletonLoadTimeout = function WithSkeletonLoadTimeout() {
102
114
  return ___EmotionJSX(Image, {
103
115
  src: "https://app.requestly.io/delay/7000/https://picsum.photos/150/150",
@@ -132,4 +144,7 @@ export var UpdatingImageSrc = function UpdatingImageSrc() {
132
144
  },
133
145
  alt: image === pingImg ? 'Ping identity square logo' : 'Terry Crews in a red suite'
134
146
  }));
147
+ };
148
+ UpdatingImageSrc.parameters = {
149
+ codesandbox: false
135
150
  };
@@ -13,9 +13,9 @@ import _Object$setPrototypeOf from "@babel/runtime-corejs3/core-js-stable/object
13
13
  import _reverseInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/reverse";
14
14
  import _sliceInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/slice";
15
15
  import _typeof from "@babel/runtime-corejs3/helpers/esm/typeof";
16
- import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
17
16
  import _asyncToGenerator from "@babel/runtime-corejs3/helpers/esm/asyncToGenerator";
18
17
  import _slicedToArray from "@babel/runtime-corejs3/helpers/esm/slicedToArray";
18
+ import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
19
19
  import _defineProperty from "@babel/runtime-corejs3/helpers/esm/defineProperty";
20
20
  function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = _Object$defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof _Symbol ? _Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return _Object$defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = _Object$create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = _Object$getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = _Object$create(IteratorPrototype); function defineIteratorMethods(prototype) { var _context5; _forEachInstanceProperty(_context5 = ["next", "throw", "return"]).call(_context5, function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], _forEachInstanceProperty(tryLocsList).call(tryLocsList, pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return _Object$setPrototypeOf ? _Object$setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = _Object$create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = _Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return _reverseInstanceProperty(keys).call(keys), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { var _context6; if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, _forEachInstanceProperty(_context6 = this.tryEntries).call(_context6, resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+_sliceInstanceProperty(name).call(name, 1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
21
21
  import _Promise from "@babel/runtime-corejs3/core-js-stable/promise";
@@ -37,9 +37,6 @@ export default {
37
37
  docs: {
38
38
  page: function page() {
39
39
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(ImageUploadFieldReadme, null), ___EmotionJSX(DocsLayout, null));
40
- },
41
- source: {
42
- type: 'code'
43
40
  }
44
41
  }
45
42
  },
@@ -104,36 +101,36 @@ export var Default = function Default(args) {
104
101
  ___EmotionJSX(OverlayProvider, null, ___EmotionJSX(ImageUploadField, args))
105
102
  );
106
103
  };
107
- export var CustomDefaultImage = function CustomDefaultImage() {
104
+ export var CustomDefaultImage = function CustomDefaultImage(args) {
108
105
  return (
109
106
  // Application must be wrapped in an OverlayProvider so that it can be hidden from screen
110
107
  // readers when an overlay opens.
111
- ___EmotionJSX(OverlayProvider, null, ___EmotionJSX(ImageUploadField, {
108
+ ___EmotionJSX(OverlayProvider, null, ___EmotionJSX(ImageUploadField, _extends({}, args, {
112
109
  label: "Upload Image",
113
110
  defaultPreviewImage: "https://picsum.photos/id/1056/200/300",
114
111
  previewHeight: 150,
115
112
  previewWidth: 150
116
- }))
113
+ })))
117
114
  );
118
115
  };
119
- export var CustomItemText = function CustomItemText() {
116
+ export var CustomItemText = function CustomItemText(args) {
120
117
  return (
121
118
  // Application must be wrapped in an OverlayProvider so that it can be hidden from screen
122
119
  // readers when an overlay opens.
123
- ___EmotionJSX(OverlayProvider, null, ___EmotionJSX(ImageUploadField, {
120
+ ___EmotionJSX(OverlayProvider, null, ___EmotionJSX(ImageUploadField, _extends({}, args, {
124
121
  label: "Upload Image",
125
122
  previewHeight: 150,
126
123
  previewWidth: 150,
127
124
  uploadItemText: "Custom Upload String",
128
125
  removeItemText: "Custom Remove String"
129
- }))
126
+ })))
130
127
  );
131
128
  };
132
- export var ComponentAsDefaultImage = function ComponentAsDefaultImage() {
129
+ export var ComponentAsDefaultImage = function ComponentAsDefaultImage(args) {
133
130
  return (
134
131
  // Application must be wrapped in an OverlayProvider so that it can be hidden from screen
135
132
  // readers when an overlay opens.
136
- ___EmotionJSX(OverlayProvider, null, ___EmotionJSX(ImageUploadField, {
133
+ ___EmotionJSX(OverlayProvider, null, ___EmotionJSX(ImageUploadField, _extends({}, args, {
137
134
  label: "Upload Image with component as default image",
138
135
  previewHeight: 150,
139
136
  previewWidth: 150,
@@ -141,7 +138,7 @@ export var ComponentAsDefaultImage = function ComponentAsDefaultImage() {
141
138
  alt: "uploaded file preview",
142
139
  src: "data:image/png;base64,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"
143
140
  })
144
- }))
141
+ })))
145
142
  );
146
143
  };
147
144
  export var ExistingImage = function ExistingImage() {
@@ -33,7 +33,7 @@ export var input = _objectSpread(_objectSpread({}, text.inputValue), {}, {
33
33
  height: '40px',
34
34
  textOverflow: 'ellipsis',
35
35
  paddingRight: '100px',
36
- bg: 'white',
36
+ bg: 'background.base',
37
37
  borderWidth: 1,
38
38
  borderStyle: 'solid',
39
39
  borderColor: 'neutral.80',
@@ -26,10 +26,10 @@ export default {
26
26
  export var Default = function Default(args) {
27
27
  return ___EmotionJSX(Label, args, "This is a label");
28
28
  };
29
- export var Float = function Float() {
30
- return ___EmotionJSX(Label, {
29
+ export var Float = function Float(args) {
30
+ return ___EmotionJSX(Label, _extends({}, args, {
31
31
  mode: "float"
32
- }, "This is a float label");
32
+ }), "This is a float label");
33
33
  };
34
34
  export var WithHelpHint = function WithHelpHint(args) {
35
35
  return ___EmotionJSX(Label, _extends({
@@ -21,6 +21,11 @@ export default {
21
21
  page: function page() {
22
22
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(LinkReadme, null), ___EmotionJSX(DocsLayout, null));
23
23
  }
24
+ },
25
+ codesandbox: {
26
+ mapComponent: {
27
+ '@pingux/astro': ['Link', 'Text']
28
+ }
24
29
  }
25
30
  },
26
31
  argTypes: {
@@ -42,9 +42,11 @@ export default {
42
42
  docs: {
43
43
  page: function page() {
44
44
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(LinkSelectFieldReadme, null), ___EmotionJSX(DocsLayout, null));
45
- },
46
- source: {
47
- type: 'code'
45
+ }
46
+ },
47
+ codesandbox: {
48
+ mapComponent: {
49
+ '@pingux/astro': ['Box', 'Item', 'LinkSelectField', 'Section']
48
50
  }
49
51
  }
50
52
  },
@@ -176,11 +178,11 @@ export var WithNoneOption = function WithNoneOption() {
176
178
  key: "yellow"
177
179
  }, "Yellow")));
178
180
  };
179
- export var DisabledField = function DisabledField() {
180
- return ___EmotionJSX(LinkSelectField, {
181
+ export var DisabledField = function DisabledField(args) {
182
+ return ___EmotionJSX(LinkSelectField, _extends({}, args, {
181
183
  label: "What's your favorite color?",
182
184
  isDisabled: true
183
- }, ___EmotionJSX(Item, {
185
+ }), ___EmotionJSX(Item, {
184
186
  key: "red"
185
187
  }, "Red"), ___EmotionJSX(Item, {
186
188
  key: "blue"
@@ -188,11 +190,11 @@ export var DisabledField = function DisabledField() {
188
190
  key: "yellow"
189
191
  }, "Yellow"));
190
192
  };
191
- export var DisabledOptions = function DisabledOptions() {
192
- return ___EmotionJSX(LinkSelectField, {
193
+ export var DisabledOptions = function DisabledOptions(args) {
194
+ return ___EmotionJSX(LinkSelectField, _extends({}, args, {
193
195
  label: "What's your favorite color?",
194
196
  disabledKeys: ['blue']
195
- }, ___EmotionJSX(Item, {
197
+ }), ___EmotionJSX(Item, {
196
198
  key: "red"
197
199
  }, "Red"), ___EmotionJSX(Item, {
198
200
  key: "blue"
@@ -200,19 +202,19 @@ export var DisabledOptions = function DisabledOptions() {
200
202
  key: "yellow"
201
203
  }, "Yellow"));
202
204
  };
203
- export var NoOptionsAvailable = function NoOptionsAvailable() {
204
- return ___EmotionJSX(LinkSelectField, {
205
+ export var NoOptionsAvailable = function NoOptionsAvailable(args) {
206
+ return ___EmotionJSX(LinkSelectField, _extends({}, args, {
205
207
  label: "Select an option...",
206
208
  isDisabled: true,
207
209
  defaultText: "No options available"
208
- });
210
+ }));
209
211
  };
210
- export var HelperText = function HelperText() {
211
- return ___EmotionJSX(LinkSelectField, {
212
+ export var HelperText = function HelperText(args) {
213
+ return ___EmotionJSX(LinkSelectField, _extends({}, args, {
212
214
  status: "error",
213
215
  helperText: "Here is some helpful text...",
214
216
  label: "What's your favorite color?"
215
- }, ___EmotionJSX(Item, {
217
+ }), ___EmotionJSX(Item, {
216
218
  key: "red"
217
219
  }, "Red"), ___EmotionJSX(Item, {
218
220
  key: "blue"
@@ -243,7 +245,8 @@ export var DynamicItems = function DynamicItems() {
243
245
  DynamicItems.parameters = {
244
246
  docs: {
245
247
  storyDescription: 'If using a long list or one that is dynamically updated, use the `items` prop and a function to render the children. See [the React Stately docs](https://react-spectrum.adobe.com/react-stately/collections.html#dynamic-collections) for more information about this.'
246
- }
248
+ },
249
+ codesandbox: false
247
250
  };
248
251
  export var AsyncLoading = function AsyncLoading() {
249
252
  // This example uses `useAsyncList` from "@react-stately/data"
@@ -292,4 +295,7 @@ export var AsyncLoading = function AsyncLoading() {
292
295
  key: item.name
293
296
  }, item.name);
294
297
  }));
298
+ };
299
+ AsyncLoading.parameters = {
300
+ codesandbox: false
295
301
  };
@@ -30,14 +30,14 @@ import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/insta
30
30
  function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
31
31
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context14, _context15; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context14 = ownKeys(Object(source), !0)).call(_context14, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context15 = ownKeys(Object(source))).call(_context15, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
32
32
  import React, { useRef, useState } from 'react';
33
- import { Item, useAsyncList } from 'react-stately';
33
+ import { useAsyncList } from 'react-stately';
34
34
  import ClockTimeEightOutlineIcon from '@pingux/mdi-react/ClockTimeEightOutlineIcon';
35
35
  import CogIcon from '@pingux/mdi-react/CogIcon';
36
36
  import FormSelectIcon from '@pingux/mdi-react/FormSelectIcon';
37
37
  import { action } from '@storybook/addon-actions';
38
38
  import isChromatic from 'chromatic/isChromatic';
39
39
  import DocsLayout from '../../../.storybook/storybookDocsLayout';
40
- import { Box, Button, ListView, ListViewItem, ListViewItemChart, ListViewItemMenu, ListViewItemSwitchField, SearchField, Text } from '../..';
40
+ import { Box, Button, Item, ListView, ListViewItem, ListViewItemChart, ListViewItemMenu, ListViewItemSwitchField, SearchField, Text } from '../..';
41
41
  import { FIGMA_LINKS } from '../../utils/designUtils/figmaLinks';
42
42
  import animals from '../../utils/devUtils/constants/animals';
43
43
  import loadingStates from '../../utils/devUtils/constants/loadingStates';
@@ -52,11 +52,9 @@ export default {
52
52
  docs: {
53
53
  page: function page() {
54
54
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(ListViewReadme, null), ___EmotionJSX(DocsLayout, null));
55
- },
56
- source: {
57
- type: 'code'
58
55
  }
59
- }
56
+ },
57
+ codesandbox: false
60
58
  },
61
59
  argTypes: _objectSpread({}, listViewArgTypes),
62
60
  args: {
@@ -22,7 +22,8 @@ export default {
22
22
  source: {
23
23
  type: 'code'
24
24
  }
25
- }
25
+ },
26
+ codesandbox: false
26
27
  },
27
28
  argTypes: listViewItemArgTypes
28
29
  };
@@ -30,6 +30,11 @@ export default {
30
30
  page: function page() {
31
31
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(LoaderReadme, null), ___EmotionJSX(DocsLayout, null));
32
32
  }
33
+ },
34
+ codesandbox: {
35
+ mapComponent: {
36
+ '@pingux/astro': ['Loader']
37
+ }
33
38
  }
34
39
  },
35
40
  argTypes: {
@@ -60,10 +65,10 @@ Default.parameters = {
60
65
  url: FIGMA_LINKS.loader["default"]
61
66
  }
62
67
  };
63
- export var CustomColor = function CustomColor() {
64
- return ___EmotionJSX(Loader, {
68
+ export var CustomColor = function CustomColor(args) {
69
+ return ___EmotionJSX(Loader, _extends({}, args, {
65
70
  color: "neutral.50"
66
- });
71
+ }));
67
72
  };
68
73
  export var CustomSize = function CustomSize(args) {
69
74
  return ___EmotionJSX(Loader, _extends({}, args, {
@@ -16,11 +16,10 @@ import _filterInstanceProperty from "@babel/runtime-corejs3/core-js-stable/insta
16
16
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
17
17
  import _Object$values from "@babel/runtime-corejs3/core-js-stable/object/values";
18
18
  import React, { useEffect, useReducer, useState } from 'react';
19
- import { Item } from 'react-stately';
20
19
  import AccountIcon from '@pingux/mdi-react/AccountIcon';
21
20
  import { withDesign } from 'storybook-addon-designs';
22
21
  import DocsLayout from '../../../.storybook/storybookDocsLayout';
23
- import { Box, Button, Link, Messages } from '../../index';
22
+ import { Box, Button, Item, Link, Messages } from '../../index';
24
23
  import { FIGMA_LINKS } from '../../utils/designUtils/figmaLinks';
25
24
  import statuses from '../../utils/devUtils/constants/statuses';
26
25
  import { messagesReducerStory as messagesReducer, multiMessagesReducerStory as multiMessagesReducer } from './index';
@@ -46,9 +45,12 @@ export default {
46
45
  docs: {
47
46
  page: function page() {
48
47
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(MessagesReadme, null), ___EmotionJSX(DocsLayout, null));
49
- },
50
- source: {
51
- type: 'code'
48
+ }
49
+ },
50
+ codesandbox: {
51
+ mapComponent: {
52
+ '@pingux/astro': ['Box', 'Button', 'Item', 'Link', 'Messages'],
53
+ '@pingux/mdi-react/AccountIcon': 'AccountIcon'
52
54
  }
53
55
  }
54
56
  }
@@ -111,9 +113,10 @@ DefaultDynamic.parameters = {
111
113
  enabled: false
112
114
  }]
113
115
  }
114
- }
116
+ },
117
+ codesandbox: false
115
118
  };
116
- export var Controlled = function Controlled(args) {
119
+ export var Controlled = function Controlled() {
117
120
  var _useState = useState([]),
118
121
  _useState2 = _slicedToArray(_useState, 2),
119
122
  items = _useState2[0],
@@ -133,10 +136,10 @@ export var Controlled = function Controlled(args) {
133
136
  }));
134
137
  }, 200);
135
138
  };
136
- return ___EmotionJSX(Messages, _extends({}, args, {
139
+ return ___EmotionJSX(Messages, {
137
140
  items: items,
138
141
  onClose: removeMessage
139
- }), function (item) {
142
+ }, function (item) {
140
143
  return ___EmotionJSX(Item, item, item.text);
141
144
  });
142
145
  };
@@ -150,9 +153,10 @@ Controlled.parameters = {
150
153
  enabled: false
151
154
  }]
152
155
  }
153
- }
156
+ },
157
+ codesandbox: false
154
158
  };
155
- export var ControlledWithButton = function ControlledWithButton(args) {
159
+ export var ControlledWithButton = function ControlledWithButton() {
156
160
  var _useState3 = useState([]),
157
161
  _useState4 = _slicedToArray(_useState3, 2),
158
162
  items = _useState4[0],
@@ -179,10 +183,10 @@ export var ControlledWithButton = function ControlledWithButton(args) {
179
183
  };
180
184
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Button, {
181
185
  onPress: addMessage
182
- }, "Click me!"), ___EmotionJSX(Messages, _extends({}, args, {
186
+ }, "Click me!"), ___EmotionJSX(Messages, {
183
187
  items: items,
184
188
  onClose: removeMessage
185
- }), function (item) {
189
+ }, function (item) {
186
190
  return ___EmotionJSX(Item, item, item.text);
187
191
  }));
188
192
  };
@@ -196,7 +200,8 @@ ControlledWithButton.parameters = {
196
200
  enabled: false
197
201
  }]
198
202
  }
199
- }
203
+ },
204
+ codesandbox: false
200
205
  };
201
206
  export var UseReducer = function UseReducer() {
202
207
  // import { messagesReducer as messagesReducerCore } from '@pingux/astro';
@@ -250,7 +255,8 @@ UseReducer.parameters = {
250
255
  enabled: false
251
256
  }]
252
257
  }
253
- }
258
+ },
259
+ codesandbox: false
254
260
  };
255
261
  export var UseReducerWithMultipleContainers = function UseReducerWithMultipleContainers() {
256
262
  var _useReducer3 = useReducer(multiMessagesReducer, {
@@ -313,9 +319,10 @@ UseReducerWithMultipleContainers.parameters = {
313
319
  enabled: false
314
320
  }]
315
321
  }
316
- }
322
+ },
323
+ codesandbox: false
317
324
  };
318
- export var WithTextStyling = function WithTextStyling(args) {
325
+ export var WithTextStyling = function WithTextStyling() {
319
326
  var items = [{
320
327
  key: 'message1',
321
328
  node: ___EmotionJSX("strong", null, loremText)
@@ -324,9 +331,9 @@ export var WithTextStyling = function WithTextStyling(args) {
324
331
  node: ___EmotionJSX(React.Fragment, null, ___EmotionJSX("b", null, "Lorem Ipsum! "), "dolor sit amet, consectetur adipiscing elit"),
325
332
  status: 'error'
326
333
  }];
327
- return ___EmotionJSX(Messages, _extends({}, args, {
334
+ return ___EmotionJSX(Messages, {
328
335
  items: items
329
- }), function (item) {
336
+ }, function (item) {
330
337
  return ___EmotionJSX(Item, item, item.node || item.text);
331
338
  });
332
339
  };
@@ -344,7 +351,8 @@ WithTextStyling.parameters = {
344
351
  enabled: false
345
352
  }]
346
353
  }
347
- }
354
+ },
355
+ codesandbox: false
348
356
  };
349
357
  export var WithLink = function WithLink(args) {
350
358
  return ___EmotionJSX(Messages, args, ___EmotionJSX(Item, {
@@ -17,7 +17,8 @@ export default {
17
17
  page: function page() {
18
18
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(ModalReadme, null), ___EmotionJSX(DocsLayout, null));
19
19
  }
20
- }
20
+ },
21
+ codesandbox: false
21
22
  },
22
23
  argTypes: {
23
24
  title: {
@@ -87,9 +87,6 @@ export default {
87
87
  docs: {
88
88
  page: function page() {
89
89
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(MultivaluesFieldReadme, null), ___EmotionJSX(DocsLayout, null));
90
- },
91
- source: {
92
- type: 'code'
93
90
  }
94
91
  },
95
92
  a11y: {
@@ -103,7 +100,8 @@ export default {
103
100
  enabled: false
104
101
  }]
105
102
  }
106
- }
103
+ },
104
+ codesandbox: false
107
105
  }
108
106
  };
109
107
  var VariableIcon = function VariableIcon(props) {
@@ -53,7 +53,8 @@ export default {
53
53
  page: function page() {
54
54
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(NavBarReadme, null), ___EmotionJSX(DocsLayout, null));
55
55
  }
56
- }
56
+ },
57
+ codesandbox: false
57
58
  }
58
59
  };
59
60
  var Credentials = function Credentials(props) {
@@ -24,7 +24,8 @@ export default {
24
24
  page: function page() {
25
25
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(NavSideBarReadme, null), ___EmotionJSX(DocsLayout, null));
26
26
  }
27
- }
27
+ },
28
+ codesandbox: false
28
29
  },
29
30
  argTypes: {},
30
31
  args: {
@@ -18,11 +18,9 @@ export default {
18
18
  docs: {
19
19
  page: function page() {
20
20
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(NavigationHeaderReadme, null), ___EmotionJSX(DocsLayout, null));
21
- },
22
- source: {
23
- type: 'code'
24
21
  }
25
- }
22
+ },
23
+ codesandbox: false
26
24
  },
27
25
  argTypes: {
28
26
  src: {