@pingux/astro 1.27.0-alpha.21 → 1.27.0-alpha.23

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 (997) hide show
  1. package/package.json +1 -1
  2. package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.js +0 -239
  3. package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.stories.js +0 -353
  4. package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.test.js +0 -303
  5. package/lib/cjs/components/AccordionGridGroup/index.js +0 -18
  6. package/lib/cjs/components/AccordionGridItem/AccordionGridItem.js +0 -132
  7. package/lib/cjs/components/AccordionGridItem/AccordionGridItemBody.js +0 -112
  8. package/lib/cjs/components/AccordionGridItem/AccordionGridItemHeader.js +0 -154
  9. package/lib/cjs/components/AccordionGridItem/index.js +0 -18
  10. package/lib/cjs/components/AccordionGroup/AccordionGroup.js +0 -112
  11. package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.js +0 -253
  12. package/lib/cjs/components/AccordionGroup/AccordionGroup.test.js +0 -302
  13. package/lib/cjs/components/AccordionGroup/index.js +0 -18
  14. package/lib/cjs/components/AccordionItem/AccordionItem.js +0 -157
  15. package/lib/cjs/components/AccordionItem/index.js +0 -18
  16. package/lib/cjs/components/ArrayField/ArrayField.js +0 -279
  17. package/lib/cjs/components/ArrayField/ArrayField.stories.js +0 -274
  18. package/lib/cjs/components/ArrayField/ArrayField.test.js +0 -252
  19. package/lib/cjs/components/ArrayField/ArrayFieldDeleteButton.js +0 -56
  20. package/lib/cjs/components/ArrayField/ArrayFieldItem.js +0 -50
  21. package/lib/cjs/components/ArrayField/index.js +0 -27
  22. package/lib/cjs/components/AstroWrapper/AstroWrapper.js +0 -162
  23. package/lib/cjs/components/AstroWrapper/AstroWrapper.stories.js +0 -90
  24. package/lib/cjs/components/AstroWrapper/AstroWrapper.test.js +0 -37
  25. package/lib/cjs/components/AstroWrapper/PageWrapper.test.js +0 -39
  26. package/lib/cjs/components/AstroWrapper/index.js +0 -47
  27. package/lib/cjs/components/Avatar/Avatar.js +0 -54
  28. package/lib/cjs/components/Avatar/Avatar.stories.js +0 -42
  29. package/lib/cjs/components/Avatar/Avatar.test.js +0 -47
  30. package/lib/cjs/components/Avatar/index.js +0 -18
  31. package/lib/cjs/components/Box/Box.js +0 -148
  32. package/lib/cjs/components/Box/Box.stories.js +0 -278
  33. package/lib/cjs/components/Box/Box.test.js +0 -79
  34. package/lib/cjs/components/Box/index.js +0 -18
  35. package/lib/cjs/components/Bracket/Bracket.js +0 -118
  36. package/lib/cjs/components/Bracket/Bracket.stories.js +0 -92
  37. package/lib/cjs/components/Bracket/Bracket.test.js +0 -47
  38. package/lib/cjs/components/Bracket/index.js +0 -18
  39. package/lib/cjs/components/Breadcrumbs/BreadcrumbItem.js +0 -149
  40. package/lib/cjs/components/Breadcrumbs/Breadcrumbs.js +0 -130
  41. package/lib/cjs/components/Breadcrumbs/Breadcrumbs.stories.js +0 -98
  42. package/lib/cjs/components/Breadcrumbs/Breadcrumbs.test.js +0 -121
  43. package/lib/cjs/components/Breadcrumbs/index.js +0 -27
  44. package/lib/cjs/components/Button/Button.js +0 -226
  45. package/lib/cjs/components/Button/Button.stories.js +0 -158
  46. package/lib/cjs/components/Button/Button.test.js +0 -156
  47. package/lib/cjs/components/Button/constants.js +0 -14
  48. package/lib/cjs/components/Button/index.js +0 -18
  49. package/lib/cjs/components/Card/Card.js +0 -43
  50. package/lib/cjs/components/Card/Card.stories.js +0 -52
  51. package/lib/cjs/components/Card/Card.test.js +0 -48
  52. package/lib/cjs/components/Card/index.js +0 -18
  53. package/lib/cjs/components/Checkbox/Checkbox.js +0 -48
  54. package/lib/cjs/components/Checkbox/Checkbox.test.js +0 -36
  55. package/lib/cjs/components/Checkbox/index.js +0 -18
  56. package/lib/cjs/components/CheckboxField/CheckboxField.js +0 -217
  57. package/lib/cjs/components/CheckboxField/CheckboxField.stories.js +0 -167
  58. package/lib/cjs/components/CheckboxField/CheckboxField.test.js +0 -116
  59. package/lib/cjs/components/CheckboxField/index.js +0 -18
  60. package/lib/cjs/components/Chip/Chip.js +0 -94
  61. package/lib/cjs/components/Chip/Chip.stories.js +0 -160
  62. package/lib/cjs/components/Chip/Chip.test.js +0 -57
  63. package/lib/cjs/components/Chip/ChipContext.js +0 -19
  64. package/lib/cjs/components/Chip/index.js +0 -18
  65. package/lib/cjs/components/CodeView/CodeView.js +0 -188
  66. package/lib/cjs/components/CodeView/CodeView.stories.js +0 -122
  67. package/lib/cjs/components/CodeView/CodeView.test.js +0 -206
  68. package/lib/cjs/components/CodeView/index.js +0 -18
  69. package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.js +0 -155
  70. package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.stories.js +0 -384
  71. package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.test.js +0 -83
  72. package/lib/cjs/components/CollapsiblePanel/index.js +0 -18
  73. package/lib/cjs/components/CollapsiblePanelContainer/CollapsiblePanelBadge.js +0 -49
  74. package/lib/cjs/components/CollapsiblePanelContainer/CollapsiblePanelBadge.test.js +0 -48
  75. package/lib/cjs/components/CollapsiblePanelContainer/CollapsiblePanelContainer.js +0 -145
  76. package/lib/cjs/components/CollapsiblePanelContainer/CollapsiblePanelContainer.test.js +0 -112
  77. package/lib/cjs/components/CollapsiblePanelContainer/index.js +0 -18
  78. package/lib/cjs/components/CollapsiblePanelItem/CollapsiblePanelItem.js +0 -85
  79. package/lib/cjs/components/CollapsiblePanelItem/CollapsiblePanelItem.test.js +0 -65
  80. package/lib/cjs/components/CollapsiblePanelItem/index.js +0 -18
  81. package/lib/cjs/components/ColorField/ColorField.js +0 -223
  82. package/lib/cjs/components/ColorField/ColorField.stories.js +0 -132
  83. package/lib/cjs/components/ColorField/ColorField.test.js +0 -71
  84. package/lib/cjs/components/ColorField/index.js +0 -18
  85. package/lib/cjs/components/ComboBox/ComboBoxInput.js +0 -226
  86. package/lib/cjs/components/ComboBox/index.js +0 -18
  87. package/lib/cjs/components/ComboBoxField/ComboBoxField.js +0 -483
  88. package/lib/cjs/components/ComboBoxField/ComboBoxField.stories.js +0 -621
  89. package/lib/cjs/components/ComboBoxField/ComboBoxField.test.js +0 -1133
  90. package/lib/cjs/components/ComboBoxField/index.js +0 -18
  91. package/lib/cjs/components/CopyText/CopyButton.js +0 -53
  92. package/lib/cjs/components/CopyText/CopyText.js +0 -221
  93. package/lib/cjs/components/CopyText/CopyText.stories.js +0 -58
  94. package/lib/cjs/components/CopyText/CopyText.test.js +0 -485
  95. package/lib/cjs/components/CopyText/index.js +0 -18
  96. package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.js +0 -388
  97. package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +0 -413
  98. package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.test.js +0 -360
  99. package/lib/cjs/components/EnvironmentBreadcrumb/index.js +0 -18
  100. package/lib/cjs/components/FieldHelperText/FieldHelperText.js +0 -77
  101. package/lib/cjs/components/FieldHelperText/FieldHelperText.stories.js +0 -64
  102. package/lib/cjs/components/FieldHelperText/FieldHelperText.test.js +0 -67
  103. package/lib/cjs/components/FieldHelperText/index.js +0 -18
  104. package/lib/cjs/components/FileInputField/FileInputField.js +0 -335
  105. package/lib/cjs/components/FileInputField/FileInputField.stories.js +0 -258
  106. package/lib/cjs/components/FileInputField/FileInputField.test.js +0 -227
  107. package/lib/cjs/components/FileInputField/FileItem.js +0 -134
  108. package/lib/cjs/components/FileInputField/FileSelect.js +0 -48
  109. package/lib/cjs/components/FileInputField/index.js +0 -18
  110. package/lib/cjs/components/HelpHint/HelpHint.js +0 -85
  111. package/lib/cjs/components/HelpHint/HelpHint.stories.js +0 -57
  112. package/lib/cjs/components/HelpHint/HelpHint.test.js +0 -80
  113. package/lib/cjs/components/HelpHint/index.js +0 -18
  114. package/lib/cjs/components/Icon/Icon.js +0 -97
  115. package/lib/cjs/components/Icon/Icon.stories.js +0 -93
  116. package/lib/cjs/components/Icon/Icon.test.js +0 -39
  117. package/lib/cjs/components/Icon/index.js +0 -18
  118. package/lib/cjs/components/IconButton/IconButton.js +0 -191
  119. package/lib/cjs/components/IconButton/IconButton.stories.js +0 -95
  120. package/lib/cjs/components/IconButton/IconButton.test.js +0 -181
  121. package/lib/cjs/components/IconButton/index.js +0 -18
  122. package/lib/cjs/components/IconButtonToggle/IconButtonToggle.js +0 -78
  123. package/lib/cjs/components/IconButtonToggle/IconButtonToggle.stories.js +0 -76
  124. package/lib/cjs/components/IconButtonToggle/IconButtonToggle.test.js +0 -60
  125. package/lib/cjs/components/IconButtonToggle/index.js +0 -18
  126. package/lib/cjs/components/Image/Image.js +0 -235
  127. package/lib/cjs/components/Image/Image.stories.js +0 -185
  128. package/lib/cjs/components/Image/Image.test.js +0 -208
  129. package/lib/cjs/components/Image/index.js +0 -18
  130. package/lib/cjs/components/ImageUploadField/ImagePreviewButton.js +0 -146
  131. package/lib/cjs/components/ImageUploadField/ImageUploadField.js +0 -168
  132. package/lib/cjs/components/ImageUploadField/ImageUploadField.stories.js +0 -356
  133. package/lib/cjs/components/ImageUploadField/ImageUploadField.test.js +0 -458
  134. package/lib/cjs/components/ImageUploadField/ImageUploadFieldBase.js +0 -128
  135. package/lib/cjs/components/ImageUploadField/index.js +0 -18
  136. package/lib/cjs/components/Input/Input.js +0 -82
  137. package/lib/cjs/components/Input/Input.stories.js +0 -57
  138. package/lib/cjs/components/Input/Input.test.js +0 -81
  139. package/lib/cjs/components/Input/index.js +0 -18
  140. package/lib/cjs/components/Label/Label.js +0 -120
  141. package/lib/cjs/components/Label/Label.stories.js +0 -63
  142. package/lib/cjs/components/Label/Label.test.js +0 -90
  143. package/lib/cjs/components/Label/constants.js +0 -15
  144. package/lib/cjs/components/Label/index.js +0 -18
  145. package/lib/cjs/components/Link/Link.js +0 -122
  146. package/lib/cjs/components/Link/Link.stories.js +0 -66
  147. package/lib/cjs/components/Link/Link.test.js +0 -84
  148. package/lib/cjs/components/Link/index.js +0 -18
  149. package/lib/cjs/components/LinkSelectField/LinkSelectField.js +0 -229
  150. package/lib/cjs/components/LinkSelectField/LinkSelectField.stories.js +0 -358
  151. package/lib/cjs/components/LinkSelectField/LinkSelectField.test.js +0 -230
  152. package/lib/cjs/components/LinkSelectField/index.js +0 -18
  153. package/lib/cjs/components/List/List.js +0 -54
  154. package/lib/cjs/components/List/List.stories.js +0 -66
  155. package/lib/cjs/components/List/List.test.js +0 -36
  156. package/lib/cjs/components/List/index.js +0 -18
  157. package/lib/cjs/components/ListBox/ListBox.js +0 -272
  158. package/lib/cjs/components/ListBox/ListBox.test.js +0 -171
  159. package/lib/cjs/components/ListBox/ListBoxContext.js +0 -17
  160. package/lib/cjs/components/ListBox/ListBoxSection.js +0 -90
  161. package/lib/cjs/components/ListBox/Option.js +0 -146
  162. package/lib/cjs/components/ListBox/index.js +0 -27
  163. package/lib/cjs/components/ListItem/ListItem.js +0 -86
  164. package/lib/cjs/components/ListItem/ListItem.stories.js +0 -103
  165. package/lib/cjs/components/ListItem/ListItem.test.js +0 -51
  166. package/lib/cjs/components/ListItem/index.js +0 -18
  167. package/lib/cjs/components/ListView/ListView.js +0 -248
  168. package/lib/cjs/components/ListView/ListView.stories.js +0 -812
  169. package/lib/cjs/components/ListView/ListView.test.js +0 -326
  170. package/lib/cjs/components/ListView/ListViewContext.js +0 -17
  171. package/lib/cjs/components/ListView/index.js +0 -18
  172. package/lib/cjs/components/ListViewItem/ListViewItem.js +0 -128
  173. package/lib/cjs/components/ListViewItem/index.js +0 -18
  174. package/lib/cjs/components/Loader/Loader.js +0 -75
  175. package/lib/cjs/components/Loader/Loader.stories.js +0 -63
  176. package/lib/cjs/components/Loader/Loader.test.js +0 -36
  177. package/lib/cjs/components/Loader/index.js +0 -18
  178. package/lib/cjs/components/Menu/Menu.js +0 -200
  179. package/lib/cjs/components/Menu/Menu.stories.js +0 -107
  180. package/lib/cjs/components/Menu/Menu.test.js +0 -226
  181. package/lib/cjs/components/Menu/index.js +0 -18
  182. package/lib/cjs/components/MenuItem/MenuItem.js +0 -195
  183. package/lib/cjs/components/MenuItem/MenuItem.test.js +0 -221
  184. package/lib/cjs/components/MenuItem/index.js +0 -18
  185. package/lib/cjs/components/Messages/Message.js +0 -196
  186. package/lib/cjs/components/Messages/Messages.js +0 -87
  187. package/lib/cjs/components/Messages/Messages.reducer.js +0 -69
  188. package/lib/cjs/components/Messages/Messages.stories.js +0 -359
  189. package/lib/cjs/components/Messages/Messages.test.js +0 -243
  190. package/lib/cjs/components/Messages/index.js +0 -60
  191. package/lib/cjs/components/Messages/utils/index.js +0 -27
  192. package/lib/cjs/components/Messages/utils/messagesReducer.js +0 -180
  193. package/lib/cjs/components/Messages/utils/multiMessagesReducer.js +0 -141
  194. package/lib/cjs/components/Messages/utils/tests/messagesReducer.test.js +0 -104
  195. package/lib/cjs/components/Messages/utils/tests/multiMessagesReducer.test.js +0 -112
  196. package/lib/cjs/components/Modal/Modal.js +0 -237
  197. package/lib/cjs/components/Modal/Modal.stories.js +0 -118
  198. package/lib/cjs/components/Modal/index.js +0 -18
  199. package/lib/cjs/components/Modal/tests/Modal.integration.test.js +0 -95
  200. package/lib/cjs/components/Modal/tests/Modal.unit.test.js +0 -222
  201. package/lib/cjs/components/MultivaluesField/MultivaluesField.js +0 -619
  202. package/lib/cjs/components/MultivaluesField/MultivaluesField.stories.js +0 -431
  203. package/lib/cjs/components/MultivaluesField/MultivaluesField.test.js +0 -530
  204. package/lib/cjs/components/MultivaluesField/index.js +0 -18
  205. package/lib/cjs/components/NavBar/NavBar.js +0 -92
  206. package/lib/cjs/components/NavBar/NavBar.stories.js +0 -287
  207. package/lib/cjs/components/NavBar/NavBar.test.js +0 -166
  208. package/lib/cjs/components/NavBar/index.js +0 -18
  209. package/lib/cjs/components/NavBarSection/NavBarItem.js +0 -145
  210. package/lib/cjs/components/NavBarSection/NavBarItemBody.js +0 -64
  211. package/lib/cjs/components/NavBarSection/NavBarItemButton.js +0 -96
  212. package/lib/cjs/components/NavBarSection/NavBarItemHeader.js +0 -104
  213. package/lib/cjs/components/NavBarSection/NavBarItemLink.js +0 -98
  214. package/lib/cjs/components/NavBarSection/NavBarSection.js +0 -87
  215. package/lib/cjs/components/NavBarSection/index.js +0 -45
  216. package/lib/cjs/components/NumberField/NumberField.js +0 -281
  217. package/lib/cjs/components/NumberField/NumberField.stories.js +0 -251
  218. package/lib/cjs/components/NumberField/NumberField.test.js +0 -186
  219. package/lib/cjs/components/NumberField/index.js +0 -18
  220. package/lib/cjs/components/OverlayPanel/OverlayPanel.js +0 -130
  221. package/lib/cjs/components/OverlayPanel/OverlayPanel.stories.js +0 -231
  222. package/lib/cjs/components/OverlayPanel/OverlayPanel.test.js +0 -184
  223. package/lib/cjs/components/OverlayPanel/index.js +0 -18
  224. package/lib/cjs/components/PageHeader/PageHeader.js +0 -69
  225. package/lib/cjs/components/PageHeader/PageHeader.stories.js +0 -47
  226. package/lib/cjs/components/PageHeader/PageHeader.test.js +0 -35
  227. package/lib/cjs/components/PageHeader/index.js +0 -18
  228. package/lib/cjs/components/PasswordField/PasswordField.js +0 -352
  229. package/lib/cjs/components/PasswordField/PasswordField.stories.js +0 -446
  230. package/lib/cjs/components/PasswordField/PasswordField.test.js +0 -236
  231. package/lib/cjs/components/PasswordField/index.js +0 -18
  232. package/lib/cjs/components/PopoverContainer/PopoverContainer.js +0 -227
  233. package/lib/cjs/components/PopoverContainer/PopoverContainer.test.js +0 -57
  234. package/lib/cjs/components/PopoverContainer/index.js +0 -47
  235. package/lib/cjs/components/PopoverMenu/PopoverMenu.js +0 -198
  236. package/lib/cjs/components/PopoverMenu/PopoverMenu.stories.js +0 -239
  237. package/lib/cjs/components/PopoverMenu/PopoverMenu.test.js +0 -214
  238. package/lib/cjs/components/PopoverMenu/index.js +0 -18
  239. package/lib/cjs/components/Radio/Radio.js +0 -46
  240. package/lib/cjs/components/Radio/index.js +0 -18
  241. package/lib/cjs/components/RadioField/RadioField.js +0 -205
  242. package/lib/cjs/components/RadioField/RadioField.test.js +0 -107
  243. package/lib/cjs/components/RadioField/index.js +0 -47
  244. package/lib/cjs/components/RadioGroupField/RadioGroupField.js +0 -185
  245. package/lib/cjs/components/RadioGroupField/RadioGroupField.stories.js +0 -218
  246. package/lib/cjs/components/RadioGroupField/RadioGroupField.test.js +0 -202
  247. package/lib/cjs/components/RadioGroupField/index.js +0 -18
  248. package/lib/cjs/components/RequirementsList/RequirementsList.js +0 -131
  249. package/lib/cjs/components/RequirementsList/RequirementsList.stories.js +0 -79
  250. package/lib/cjs/components/RequirementsList/RequirementsList.test.js +0 -114
  251. package/lib/cjs/components/RequirementsList/index.js +0 -18
  252. package/lib/cjs/components/RockerButton/RockerButton.js +0 -135
  253. package/lib/cjs/components/RockerButton/index.js +0 -47
  254. package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.js +0 -131
  255. package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.stories.js +0 -154
  256. package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.test.js +0 -124
  257. package/lib/cjs/components/RockerButtonGroup/index.js +0 -47
  258. package/lib/cjs/components/ScrollBox/ScrollBox.js +0 -153
  259. package/lib/cjs/components/ScrollBox/ScrollBox.stories.js +0 -47
  260. package/lib/cjs/components/ScrollBox/ScrollBox.test.js +0 -87
  261. package/lib/cjs/components/ScrollBox/index.js +0 -18
  262. package/lib/cjs/components/SearchField/SearchField.js +0 -363
  263. package/lib/cjs/components/SearchField/SearchField.stories.js +0 -172
  264. package/lib/cjs/components/SearchField/SearchField.test.js +0 -251
  265. package/lib/cjs/components/SearchField/index.js +0 -18
  266. package/lib/cjs/components/SelectField/SelectField.js +0 -179
  267. package/lib/cjs/components/SelectField/SelectField.stories.js +0 -448
  268. package/lib/cjs/components/SelectField/SelectField.test.js +0 -85
  269. package/lib/cjs/components/SelectField/index.js +0 -18
  270. package/lib/cjs/components/SelectFieldBase/SelectFieldBase.js +0 -209
  271. package/lib/cjs/components/SelectFieldBase/SelectFieldBase.test.js +0 -497
  272. package/lib/cjs/components/SelectFieldBase/index.js +0 -18
  273. package/lib/cjs/components/Separator/Separator.js +0 -79
  274. package/lib/cjs/components/Separator/Separator.stories.js +0 -49
  275. package/lib/cjs/components/Separator/Separator.test.js +0 -38
  276. package/lib/cjs/components/Separator/index.js +0 -18
  277. package/lib/cjs/components/Stepper/Line.js +0 -51
  278. package/lib/cjs/components/Stepper/Step.js +0 -72
  279. package/lib/cjs/components/Stepper/Stepper.constants.js +0 -15
  280. package/lib/cjs/components/Stepper/Stepper.js +0 -182
  281. package/lib/cjs/components/Stepper/Stepper.stories.js +0 -147
  282. package/lib/cjs/components/Stepper/Stepper.test.js +0 -231
  283. package/lib/cjs/components/Stepper/index.js +0 -27
  284. package/lib/cjs/components/Switch/Switch.js +0 -61
  285. package/lib/cjs/components/Switch/index.js +0 -18
  286. package/lib/cjs/components/SwitchField/SwitchField.js +0 -247
  287. package/lib/cjs/components/SwitchField/SwitchField.stories.js +0 -178
  288. package/lib/cjs/components/SwitchField/SwitchField.test.js +0 -145
  289. package/lib/cjs/components/SwitchField/index.js +0 -18
  290. package/lib/cjs/components/Tab/Tab.js +0 -186
  291. package/lib/cjs/components/Tab/index.js +0 -47
  292. package/lib/cjs/components/TabPicker/TabPicker.js +0 -257
  293. package/lib/cjs/components/TabPicker/index.js +0 -18
  294. package/lib/cjs/components/Table/Table.js +0 -43
  295. package/lib/cjs/components/Table/Table.stories.js +0 -102
  296. package/lib/cjs/components/Table/Table.test.js +0 -80
  297. package/lib/cjs/components/Table/index.js +0 -18
  298. package/lib/cjs/components/TableBody/TableBody.js +0 -43
  299. package/lib/cjs/components/TableBody/index.js +0 -18
  300. package/lib/cjs/components/TableCell/TableCell.js +0 -50
  301. package/lib/cjs/components/TableCell/TableCell.test.js +0 -54
  302. package/lib/cjs/components/TableCell/index.js +0 -18
  303. package/lib/cjs/components/TableHead/TableHead.js +0 -42
  304. package/lib/cjs/components/TableHead/index.js +0 -18
  305. package/lib/cjs/components/TableRow/TableRow.js +0 -43
  306. package/lib/cjs/components/TableRow/index.js +0 -18
  307. package/lib/cjs/components/Tabs/Tabs.js +0 -228
  308. package/lib/cjs/components/Tabs/Tabs.stories.js +0 -319
  309. package/lib/cjs/components/Tabs/Tabs.test.js +0 -612
  310. package/lib/cjs/components/Tabs/index.js +0 -47
  311. package/lib/cjs/components/Text/Text.js +0 -56
  312. package/lib/cjs/components/Text/Text.stories.js +0 -180
  313. package/lib/cjs/components/Text/Text.test.js +0 -89
  314. package/lib/cjs/components/Text/index.js +0 -18
  315. package/lib/cjs/components/TextArea/TextArea.js +0 -49
  316. package/lib/cjs/components/TextArea/TextArea.test.js +0 -43
  317. package/lib/cjs/components/TextArea/index.js +0 -18
  318. package/lib/cjs/components/TextAreaField/TextAreaField.js +0 -294
  319. package/lib/cjs/components/TextAreaField/TextAreaField.stories.js +0 -232
  320. package/lib/cjs/components/TextAreaField/TextAreaField.test.js +0 -168
  321. package/lib/cjs/components/TextAreaField/index.js +0 -18
  322. package/lib/cjs/components/TextField/TextField.js +0 -224
  323. package/lib/cjs/components/TextField/TextField.stories.js +0 -350
  324. package/lib/cjs/components/TextField/TextField.test.js +0 -175
  325. package/lib/cjs/components/TextField/index.js +0 -18
  326. package/lib/cjs/components/TimeZonePicker/TimeZonePicker.js +0 -296
  327. package/lib/cjs/components/TimeZonePicker/TimeZonePicker.stories.js +0 -43
  328. package/lib/cjs/components/TimeZonePicker/TimeZonePicker.test.js +0 -103
  329. package/lib/cjs/components/TimeZonePicker/index.js +0 -18
  330. package/lib/cjs/components/TimeZonePicker/timezones.js +0 -123
  331. package/lib/cjs/components/TooltipTrigger/Tooltip.js +0 -65
  332. package/lib/cjs/components/TooltipTrigger/TooltipTrigger.js +0 -201
  333. package/lib/cjs/components/TooltipTrigger/TooltipTrigger.stories.js +0 -143
  334. package/lib/cjs/components/TooltipTrigger/TooltipTrigger.test.js +0 -119
  335. package/lib/cjs/components/TooltipTrigger/index.js +0 -27
  336. package/lib/cjs/context/AccordionContext/index.js +0 -22
  337. package/lib/cjs/context/AccordionGridContext/index.js +0 -20
  338. package/lib/cjs/context/MenuContext/index.js +0 -20
  339. package/lib/cjs/context/NavBarContext/index.js +0 -20
  340. package/lib/cjs/context/TooltipContext/index.js +0 -22
  341. package/lib/cjs/hooks/index.js +0 -153
  342. package/lib/cjs/hooks/useAriaLabelWarning/index.js +0 -18
  343. package/lib/cjs/hooks/useAriaLabelWarning/useAriaLabelWarning.js +0 -29
  344. package/lib/cjs/hooks/useAriaLabelWarning/useAriaLabelWarning.test.js +0 -38
  345. package/lib/cjs/hooks/useColumnStyles/index.js +0 -18
  346. package/lib/cjs/hooks/useColumnStyles/useColumnStyles.js +0 -38
  347. package/lib/cjs/hooks/useComponentToggle/index.js +0 -18
  348. package/lib/cjs/hooks/useComponentToggle/useComponentToggle.js +0 -70
  349. package/lib/cjs/hooks/useComponentToggle/useComponentToggle.test.js +0 -133
  350. package/lib/cjs/hooks/useCopyToClipboard/index.js +0 -18
  351. package/lib/cjs/hooks/useCopyToClipboard/useCopyToClipboard.js +0 -83
  352. package/lib/cjs/hooks/useCopyToClipboard/useCopyToClipboard.test.js +0 -79
  353. package/lib/cjs/hooks/useDebounce/index.js +0 -18
  354. package/lib/cjs/hooks/useDebounce/useDebounce.js +0 -40
  355. package/lib/cjs/hooks/useDebounce/useDebounce.test.js +0 -47
  356. package/lib/cjs/hooks/useDeprecationWarning/index.js +0 -18
  357. package/lib/cjs/hooks/useDeprecationWarning/useDeprecationWarning.js +0 -55
  358. package/lib/cjs/hooks/useDeprecationWarning/useDeprecationWarning.test.js +0 -97
  359. package/lib/cjs/hooks/useDevelopmentWarning/index.js +0 -18
  360. package/lib/cjs/hooks/useDevelopmentWarning/useDevelopmentWarning.js +0 -28
  361. package/lib/cjs/hooks/useDevelopmentWarning/useDevelopmentWarning.test.js +0 -43
  362. package/lib/cjs/hooks/useFallbackImage/index.js +0 -18
  363. package/lib/cjs/hooks/useFallbackImage/useFallbackImage.js +0 -46
  364. package/lib/cjs/hooks/useFallbackImage/useFallbackImage.test.js +0 -65
  365. package/lib/cjs/hooks/useField/index.js +0 -18
  366. package/lib/cjs/hooks/useField/useField.js +0 -256
  367. package/lib/cjs/hooks/useField/useField.test.js +0 -253
  368. package/lib/cjs/hooks/useImageUploadState/index.js +0 -18
  369. package/lib/cjs/hooks/useImageUploadState/useImageUploadState.js +0 -143
  370. package/lib/cjs/hooks/useLabelHeight/index.js +0 -18
  371. package/lib/cjs/hooks/useLabelHeight/useLabelHeight.js +0 -43
  372. package/lib/cjs/hooks/useModalState/index.js +0 -18
  373. package/lib/cjs/hooks/useModalState/useModalState.js +0 -35
  374. package/lib/cjs/hooks/useModalState/useModalState.test.js +0 -124
  375. package/lib/cjs/hooks/useNavBarPress/index.js +0 -18
  376. package/lib/cjs/hooks/useNavBarPress/useNavBarPress.js +0 -38
  377. package/lib/cjs/hooks/useNavBarPress/useNavBarPress.test.js +0 -42
  378. package/lib/cjs/hooks/useOverlayPanelState/index.js +0 -18
  379. package/lib/cjs/hooks/useOverlayPanelState/useOverlayPanelState.js +0 -54
  380. package/lib/cjs/hooks/useOverlayPanelState/useOverlayPanelState.test.js +0 -25
  381. package/lib/cjs/hooks/useProgressiveState/index.js +0 -18
  382. package/lib/cjs/hooks/useProgressiveState/useProgressiveState.js +0 -29
  383. package/lib/cjs/hooks/useProgressiveState/useProgressiveState.test.js +0 -106
  384. package/lib/cjs/hooks/usePropWarning/index.js +0 -18
  385. package/lib/cjs/hooks/usePropWarning/usePropWarning.js +0 -45
  386. package/lib/cjs/hooks/usePropWarning/usePropWarning.test.js +0 -65
  387. package/lib/cjs/hooks/useRockerButton/index.js +0 -18
  388. package/lib/cjs/hooks/useRockerButton/useRockerButton.js +0 -63
  389. package/lib/cjs/hooks/useSelectField/index.js +0 -18
  390. package/lib/cjs/hooks/useSelectField/useSelectField.js +0 -269
  391. package/lib/cjs/hooks/useStatusClasses/index.js +0 -18
  392. package/lib/cjs/hooks/useStatusClasses/useStatusClasses.js +0 -40
  393. package/lib/cjs/hooks/useStatusClasses/useStatusClasses.test.js +0 -56
  394. package/lib/cjs/index.js +0 -1746
  395. package/lib/cjs/recipes/ApplicationSearchDropdown.stories.js +0 -325
  396. package/lib/cjs/recipes/Arrow.stories.js +0 -53
  397. package/lib/cjs/recipes/AttributeMappingReadOnlyField.stories.js +0 -165
  398. package/lib/cjs/recipes/AttributesAndPingOneMapping.stories.js +0 -325
  399. package/lib/cjs/recipes/CollapsiblePanel.stories.js +0 -363
  400. package/lib/cjs/recipes/ConditionalFilter.stories.js +0 -412
  401. package/lib/cjs/recipes/CopyToClipboard.stories.js +0 -45
  402. package/lib/cjs/recipes/CountryPicker.stories.js +0 -176
  403. package/lib/cjs/recipes/DatePicker.stories.js +0 -160
  404. package/lib/cjs/recipes/DraggableBox.stories.js +0 -58
  405. package/lib/cjs/recipes/EditableInput.stories.js +0 -360
  406. package/lib/cjs/recipes/FlippableCaretMenuButton.stories.js +0 -202
  407. package/lib/cjs/recipes/ListAndPanel.stories.js +0 -377
  408. package/lib/cjs/recipes/LogoTabs.stories.js +0 -238
  409. package/lib/cjs/recipes/MaskedValue.stories.js +0 -97
  410. package/lib/cjs/recipes/NeutralInput.stories.js +0 -35
  411. package/lib/cjs/recipes/OneWayToBidirectionalArrow.stories.js +0 -255
  412. package/lib/cjs/recipes/PageHeader.stories.js +0 -73
  413. package/lib/cjs/recipes/PanelHeader.stories.js +0 -97
  414. package/lib/cjs/recipes/RadioButtonsWithLinks.stories.js +0 -154
  415. package/lib/cjs/recipes/RowLineChart.stories.js +0 -536
  416. package/lib/cjs/recipes/ScrollableListView.stories.js +0 -149
  417. package/lib/cjs/recipes/SelectedFieldOverlay.story.js +0 -70
  418. package/lib/cjs/recipes/Slider.stories.js +0 -239
  419. package/lib/cjs/recipes/StatsCircle.stories.js +0 -49
  420. package/lib/cjs/recipes/TrialExperienceIndustryButtons.stories.js +0 -699
  421. package/lib/cjs/recipes/TrialExperienceStatusBar.stories.js +0 -335
  422. package/lib/cjs/styles/ColorDocumentation.js +0 -319
  423. package/lib/cjs/styles/ColorDocumentation.stories.js +0 -33
  424. package/lib/cjs/styles/ContainerSizes.stories.js +0 -95
  425. package/lib/cjs/styles/Spacing.stories.js +0 -76
  426. package/lib/cjs/styles/ThemeDocumentation.js +0 -25
  427. package/lib/cjs/styles/Typography.stories.js +0 -160
  428. package/lib/cjs/styles/breakpoints.js +0 -11
  429. package/lib/cjs/styles/colors.js +0 -200
  430. package/lib/cjs/styles/forms/checkbox.js +0 -22
  431. package/lib/cjs/styles/forms/comboBox.js +0 -47
  432. package/lib/cjs/styles/forms/index.js +0 -68
  433. package/lib/cjs/styles/forms/input.js +0 -220
  434. package/lib/cjs/styles/forms/label.js +0 -95
  435. package/lib/cjs/styles/forms/radio.js +0 -32
  436. package/lib/cjs/styles/forms/search.js +0 -33
  437. package/lib/cjs/styles/forms/select.js +0 -104
  438. package/lib/cjs/styles/forms/switch.js +0 -81
  439. package/lib/cjs/styles/forms/textarea.js +0 -46
  440. package/lib/cjs/styles/spacing.js +0 -31
  441. package/lib/cjs/styles/text.js +0 -45
  442. package/lib/cjs/styles/theme.js +0 -94
  443. package/lib/cjs/styles/themeOverrides/index.js +0 -18
  444. package/lib/cjs/styles/themeOverrides/uiLibraryOverride.js +0 -130
  445. package/lib/cjs/styles/themes/astro-nano/astro-nano.js +0 -165
  446. package/lib/cjs/styles/themes/astro-nano/index.js +0 -18
  447. package/lib/cjs/styles/themes/end-user/end-user.js +0 -278
  448. package/lib/cjs/styles/themes/end-user/index.js +0 -18
  449. package/lib/cjs/styles/useAstroTheme.js +0 -36
  450. package/lib/cjs/styles/variants/accordion.js +0 -154
  451. package/lib/cjs/styles/variants/bidirectionalIconButton.js +0 -54
  452. package/lib/cjs/styles/variants/boxes.js +0 -391
  453. package/lib/cjs/styles/variants/buttons.js +0 -755
  454. package/lib/cjs/styles/variants/codeView.js +0 -169
  455. package/lib/cjs/styles/variants/collapsiblePanel.js +0 -90
  456. package/lib/cjs/styles/variants/imageUpload.js +0 -29
  457. package/lib/cjs/styles/variants/images.js +0 -19
  458. package/lib/cjs/styles/variants/index.js +0 -83
  459. package/lib/cjs/styles/variants/links.js +0 -65
  460. package/lib/cjs/styles/variants/listBox.js +0 -60
  461. package/lib/cjs/styles/variants/loader.js +0 -97
  462. package/lib/cjs/styles/variants/menu.js +0 -20
  463. package/lib/cjs/styles/variants/menuItem.js +0 -36
  464. package/lib/cjs/styles/variants/messages.js +0 -53
  465. package/lib/cjs/styles/variants/modal.js +0 -85
  466. package/lib/cjs/styles/variants/navBar.js +0 -76
  467. package/lib/cjs/styles/variants/numberField.js +0 -62
  468. package/lib/cjs/styles/variants/overlayPanel.js +0 -73
  469. package/lib/cjs/styles/variants/popoverMenu.js +0 -99
  470. package/lib/cjs/styles/variants/rockerbutton.js +0 -25
  471. package/lib/cjs/styles/variants/separator.js +0 -64
  472. package/lib/cjs/styles/variants/stepper.js +0 -124
  473. package/lib/cjs/styles/variants/table.js +0 -70
  474. package/lib/cjs/styles/variants/tabs.js +0 -49
  475. package/lib/cjs/styles/variants/text.js +0 -368
  476. package/lib/cjs/styles/variants/tooltip.js +0 -16
  477. package/lib/cjs/styles/variants/variants.js +0 -113
  478. package/lib/cjs/templates/Nav/HeaderBar.js +0 -124
  479. package/lib/cjs/templates/Nav/Nav.stories.js +0 -120
  480. package/lib/cjs/templates/Nav/NavData.js +0 -257
  481. package/lib/cjs/utils/devUtils/constants/animals.js +0 -11
  482. package/lib/cjs/utils/devUtils/constants/firstNames.js +0 -11
  483. package/lib/cjs/utils/devUtils/constants/htmlElements.js +0 -15
  484. package/lib/cjs/utils/devUtils/constants/images.js +0 -13
  485. package/lib/cjs/utils/devUtils/constants/loadingStates.js +0 -18
  486. package/lib/cjs/utils/devUtils/constants/orientation.js +0 -14
  487. package/lib/cjs/utils/devUtils/constants/panelSizes.js +0 -11
  488. package/lib/cjs/utils/devUtils/constants/statuses.js +0 -16
  489. package/lib/cjs/utils/devUtils/constants/variants.js +0 -40
  490. package/lib/cjs/utils/devUtils/createMockData.js +0 -94
  491. package/lib/cjs/utils/devUtils/decorators/withDeprecationWarning.js +0 -33
  492. package/lib/cjs/utils/devUtils/props/isIterable.js +0 -74
  493. package/lib/cjs/utils/devUtils/props/isValidPositiveInt.js +0 -42
  494. package/lib/cjs/utils/devUtils/styledSystemUtils.js +0 -79
  495. package/lib/cjs/utils/styleUtils/index.js +0 -19
  496. package/lib/cjs/utils/testUtils/setupTests.js +0 -27
  497. package/lib/cjs/utils/testUtils/testAxe.js +0 -65
  498. package/lib/cjs/utils/testUtils/testTheme.js +0 -30
  499. package/lib/cjs/utils/testUtils/testWrapper.js +0 -104
  500. package/lib/components/AccordionGridGroup/AccordionGridGroup.js +0 -196
  501. package/lib/components/AccordionGridGroup/AccordionGridGroup.stories.js +0 -313
  502. package/lib/components/AccordionGridGroup/AccordionGridGroup.test.js +0 -226
  503. package/lib/components/AccordionGridGroup/index.js +0 -1
  504. package/lib/components/AccordionGridItem/AccordionGridItem.js +0 -94
  505. package/lib/components/AccordionGridItem/AccordionGridItemBody.js +0 -76
  506. package/lib/components/AccordionGridItem/AccordionGridItemHeader.js +0 -115
  507. package/lib/components/AccordionGridItem/index.js +0 -1
  508. package/lib/components/AccordionGroup/AccordionGroup.js +0 -77
  509. package/lib/components/AccordionGroup/AccordionGroup.stories.js +0 -205
  510. package/lib/components/AccordionGroup/AccordionGroup.test.js +0 -230
  511. package/lib/components/AccordionGroup/index.js +0 -1
  512. package/lib/components/AccordionItem/AccordionItem.js +0 -119
  513. package/lib/components/AccordionItem/index.js +0 -1
  514. package/lib/components/ArrayField/ArrayField.js +0 -225
  515. package/lib/components/ArrayField/ArrayField.stories.js +0 -245
  516. package/lib/components/ArrayField/ArrayField.test.js +0 -223
  517. package/lib/components/ArrayField/ArrayFieldDeleteButton.js +0 -38
  518. package/lib/components/ArrayField/ArrayFieldItem.js +0 -31
  519. package/lib/components/ArrayField/index.js +0 -2
  520. package/lib/components/AstroWrapper/AstroWrapper.js +0 -121
  521. package/lib/components/AstroWrapper/AstroWrapper.stories.js +0 -68
  522. package/lib/components/AstroWrapper/AstroWrapper.test.js +0 -26
  523. package/lib/components/AstroWrapper/PageWrapper.test.js +0 -28
  524. package/lib/components/AstroWrapper/index.js +0 -2
  525. package/lib/components/Avatar/Avatar.js +0 -27
  526. package/lib/components/Avatar/Avatar.stories.js +0 -22
  527. package/lib/components/Avatar/Avatar.test.js +0 -32
  528. package/lib/components/Avatar/index.js +0 -1
  529. package/lib/components/Box/Box.js +0 -111
  530. package/lib/components/Box/Box.stories.js +0 -249
  531. package/lib/components/Box/Box.test.js +0 -61
  532. package/lib/components/Box/index.js +0 -1
  533. package/lib/components/Bracket/Bracket.js +0 -88
  534. package/lib/components/Bracket/Bracket.stories.js +0 -72
  535. package/lib/components/Bracket/Bracket.test.js +0 -35
  536. package/lib/components/Bracket/index.js +0 -1
  537. package/lib/components/Breadcrumbs/BreadcrumbItem.js +0 -113
  538. package/lib/components/Breadcrumbs/Breadcrumbs.js +0 -95
  539. package/lib/components/Breadcrumbs/Breadcrumbs.stories.js +0 -72
  540. package/lib/components/Breadcrumbs/Breadcrumbs.test.js +0 -101
  541. package/lib/components/Breadcrumbs/index.js +0 -2
  542. package/lib/components/Button/Button.js +0 -188
  543. package/lib/components/Button/Button.stories.js +0 -119
  544. package/lib/components/Button/Button.test.js +0 -115
  545. package/lib/components/Button/constants.js +0 -4
  546. package/lib/components/Button/index.js +0 -1
  547. package/lib/components/Card/Card.js +0 -17
  548. package/lib/components/Card/Card.stories.js +0 -29
  549. package/lib/components/Card/Card.test.js +0 -34
  550. package/lib/components/Card/index.js +0 -1
  551. package/lib/components/Checkbox/Checkbox.js +0 -22
  552. package/lib/components/Checkbox/Checkbox.test.js +0 -26
  553. package/lib/components/Checkbox/index.js +0 -1
  554. package/lib/components/CheckboxField/CheckboxField.js +0 -178
  555. package/lib/components/CheckboxField/CheckboxField.stories.js +0 -132
  556. package/lib/components/CheckboxField/CheckboxField.test.js +0 -84
  557. package/lib/components/CheckboxField/index.js +0 -1
  558. package/lib/components/Chip/Chip.js +0 -63
  559. package/lib/components/Chip/Chip.stories.js +0 -124
  560. package/lib/components/Chip/Chip.test.js +0 -43
  561. package/lib/components/Chip/ChipContext.js +0 -3
  562. package/lib/components/Chip/index.js +0 -1
  563. package/lib/components/CodeView/CodeView.js +0 -147
  564. package/lib/components/CodeView/CodeView.stories.js +0 -91
  565. package/lib/components/CodeView/CodeView.test.js +0 -170
  566. package/lib/components/CodeView/index.js +0 -1
  567. package/lib/components/CollapsiblePanel/CollapsiblePanel.js +0 -121
  568. package/lib/components/CollapsiblePanel/CollapsiblePanel.stories.js +0 -333
  569. package/lib/components/CollapsiblePanel/CollapsiblePanel.test.js +0 -69
  570. package/lib/components/CollapsiblePanel/index.js +0 -1
  571. package/lib/components/CollapsiblePanelContainer/CollapsiblePanelBadge.js +0 -32
  572. package/lib/components/CollapsiblePanelContainer/CollapsiblePanelBadge.test.js +0 -34
  573. package/lib/components/CollapsiblePanelContainer/CollapsiblePanelContainer.js +0 -110
  574. package/lib/components/CollapsiblePanelContainer/CollapsiblePanelContainer.test.js +0 -81
  575. package/lib/components/CollapsiblePanelContainer/index.js +0 -1
  576. package/lib/components/CollapsiblePanelItem/CollapsiblePanelItem.js +0 -60
  577. package/lib/components/CollapsiblePanelItem/CollapsiblePanelItem.test.js +0 -47
  578. package/lib/components/CollapsiblePanelItem/index.js +0 -1
  579. package/lib/components/ColorField/ColorField.js +0 -177
  580. package/lib/components/ColorField/ColorField.stories.js +0 -99
  581. package/lib/components/ColorField/ColorField.test.js +0 -50
  582. package/lib/components/ColorField/index.js +0 -1
  583. package/lib/components/ComboBox/ComboBoxInput.js +0 -184
  584. package/lib/components/ComboBox/index.js +0 -1
  585. package/lib/components/ComboBoxField/ComboBoxField.js +0 -436
  586. package/lib/components/ComboBoxField/ComboBoxField.stories.js +0 -523
  587. package/lib/components/ComboBoxField/ComboBoxField.test.js +0 -934
  588. package/lib/components/ComboBoxField/index.js +0 -1
  589. package/lib/components/CopyText/CopyButton.js +0 -22
  590. package/lib/components/CopyText/CopyText.js +0 -188
  591. package/lib/components/CopyText/CopyText.stories.js +0 -30
  592. package/lib/components/CopyText/CopyText.test.js +0 -440
  593. package/lib/components/CopyText/index.js +0 -1
  594. package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.js +0 -335
  595. package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +0 -362
  596. package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.test.js +0 -299
  597. package/lib/components/EnvironmentBreadcrumb/index.js +0 -1
  598. package/lib/components/FieldHelperText/FieldHelperText.js +0 -44
  599. package/lib/components/FieldHelperText/FieldHelperText.stories.js +0 -35
  600. package/lib/components/FieldHelperText/FieldHelperText.test.js +0 -52
  601. package/lib/components/FieldHelperText/index.js +0 -1
  602. package/lib/components/FileInputField/FileInputField.js +0 -284
  603. package/lib/components/FileInputField/FileInputField.stories.js +0 -206
  604. package/lib/components/FileInputField/FileInputField.test.js +0 -187
  605. package/lib/components/FileInputField/FileItem.js +0 -101
  606. package/lib/components/FileInputField/FileSelect.js +0 -31
  607. package/lib/components/FileInputField/index.js +0 -1
  608. package/lib/components/HelpHint/HelpHint.js +0 -55
  609. package/lib/components/HelpHint/HelpHint.stories.js +0 -34
  610. package/lib/components/HelpHint/HelpHint.test.js +0 -58
  611. package/lib/components/HelpHint/index.js +0 -1
  612. package/lib/components/Icon/Icon.js +0 -66
  613. package/lib/components/Icon/Icon.stories.js +0 -66
  614. package/lib/components/Icon/Icon.test.js +0 -26
  615. package/lib/components/Icon/index.js +0 -1
  616. package/lib/components/IconButton/IconButton.js +0 -153
  617. package/lib/components/IconButton/IconButton.stories.js +0 -67
  618. package/lib/components/IconButton/IconButton.test.js +0 -132
  619. package/lib/components/IconButton/index.js +0 -1
  620. package/lib/components/IconButtonToggle/IconButtonToggle.js +0 -59
  621. package/lib/components/IconButtonToggle/IconButtonToggle.stories.js +0 -40
  622. package/lib/components/IconButtonToggle/IconButtonToggle.test.js +0 -46
  623. package/lib/components/IconButtonToggle/index.js +0 -1
  624. package/lib/components/Image/Image.js +0 -198
  625. package/lib/components/Image/Image.stories.js +0 -130
  626. package/lib/components/Image/Image.test.js +0 -177
  627. package/lib/components/Image/index.js +0 -1
  628. package/lib/components/ImageUploadField/ImagePreviewButton.js +0 -115
  629. package/lib/components/ImageUploadField/ImageUploadField.js +0 -136
  630. package/lib/components/ImageUploadField/ImageUploadField.stories.js +0 -306
  631. package/lib/components/ImageUploadField/ImageUploadField.test.js +0 -400
  632. package/lib/components/ImageUploadField/ImageUploadFieldBase.js +0 -87
  633. package/lib/components/ImageUploadField/index.js +0 -1
  634. package/lib/components/Input/Input.js +0 -52
  635. package/lib/components/Input/Input.stories.js +0 -31
  636. package/lib/components/Input/Input.test.js +0 -57
  637. package/lib/components/Input/index.js +0 -1
  638. package/lib/components/Label/Label.js +0 -87
  639. package/lib/components/Label/Label.stories.js +0 -36
  640. package/lib/components/Label/Label.test.js +0 -68
  641. package/lib/components/Label/constants.js +0 -5
  642. package/lib/components/Label/index.js +0 -1
  643. package/lib/components/Link/Link.js +0 -89
  644. package/lib/components/Link/Link.stories.js +0 -44
  645. package/lib/components/Link/Link.test.js +0 -58
  646. package/lib/components/Link/index.js +0 -1
  647. package/lib/components/LinkSelectField/LinkSelectField.js +0 -191
  648. package/lib/components/LinkSelectField/LinkSelectField.stories.js +0 -293
  649. package/lib/components/LinkSelectField/LinkSelectField.test.js +0 -192
  650. package/lib/components/LinkSelectField/index.js +0 -1
  651. package/lib/components/List/List.js +0 -26
  652. package/lib/components/List/List.stories.js +0 -43
  653. package/lib/components/List/List.test.js +0 -24
  654. package/lib/components/List/index.js +0 -1
  655. package/lib/components/ListBox/ListBox.js +0 -223
  656. package/lib/components/ListBox/ListBox.test.js +0 -148
  657. package/lib/components/ListBox/ListBoxContext.js +0 -2
  658. package/lib/components/ListBox/ListBoxSection.js +0 -60
  659. package/lib/components/ListBox/Option.js +0 -107
  660. package/lib/components/ListBox/index.js +0 -2
  661. package/lib/components/ListItem/ListItem.js +0 -55
  662. package/lib/components/ListItem/ListItem.stories.js +0 -74
  663. package/lib/components/ListItem/ListItem.test.js +0 -37
  664. package/lib/components/ListItem/index.js +0 -1
  665. package/lib/components/ListView/ListView.js +0 -201
  666. package/lib/components/ListView/ListView.stories.js +0 -770
  667. package/lib/components/ListView/ListView.test.js +0 -285
  668. package/lib/components/ListView/ListViewContext.js +0 -2
  669. package/lib/components/ListView/index.js +0 -1
  670. package/lib/components/ListViewItem/ListViewItem.js +0 -95
  671. package/lib/components/ListViewItem/index.js +0 -1
  672. package/lib/components/Loader/Loader.js +0 -47
  673. package/lib/components/Loader/Loader.stories.js +0 -38
  674. package/lib/components/Loader/Loader.test.js +0 -24
  675. package/lib/components/Loader/index.js +0 -1
  676. package/lib/components/Menu/Menu.js +0 -158
  677. package/lib/components/Menu/Menu.stories.js +0 -86
  678. package/lib/components/Menu/Menu.test.js +0 -170
  679. package/lib/components/Menu/index.js +0 -1
  680. package/lib/components/MenuItem/MenuItem.js +0 -161
  681. package/lib/components/MenuItem/MenuItem.test.js +0 -165
  682. package/lib/components/MenuItem/index.js +0 -1
  683. package/lib/components/Messages/Message.js +0 -152
  684. package/lib/components/Messages/Messages.js +0 -53
  685. package/lib/components/Messages/Messages.reducer.js +0 -47
  686. package/lib/components/Messages/Messages.stories.js +0 -297
  687. package/lib/components/Messages/Messages.test.js +0 -191
  688. package/lib/components/Messages/index.js +0 -3
  689. package/lib/components/Messages/utils/index.js +0 -2
  690. package/lib/components/Messages/utils/messagesReducer.js +0 -140
  691. package/lib/components/Messages/utils/multiMessagesReducer.js +0 -98
  692. package/lib/components/Messages/utils/tests/messagesReducer.test.js +0 -81
  693. package/lib/components/Messages/utils/tests/multiMessagesReducer.test.js +0 -89
  694. package/lib/components/Modal/Modal.js +0 -196
  695. package/lib/components/Modal/Modal.stories.js +0 -97
  696. package/lib/components/Modal/index.js +0 -1
  697. package/lib/components/Modal/tests/Modal.integration.test.js +0 -77
  698. package/lib/components/Modal/tests/Modal.unit.test.js +0 -188
  699. package/lib/components/MultivaluesField/MultivaluesField.js +0 -571
  700. package/lib/components/MultivaluesField/MultivaluesField.stories.js +0 -376
  701. package/lib/components/MultivaluesField/MultivaluesField.test.js +0 -397
  702. package/lib/components/MultivaluesField/index.js +0 -1
  703. package/lib/components/NavBar/NavBar.js +0 -63
  704. package/lib/components/NavBar/NavBar.stories.js +0 -260
  705. package/lib/components/NavBar/NavBar.test.js +0 -129
  706. package/lib/components/NavBar/index.js +0 -1
  707. package/lib/components/NavBarSection/NavBarItem.js +0 -111
  708. package/lib/components/NavBarSection/NavBarItemBody.js +0 -37
  709. package/lib/components/NavBarSection/NavBarItemButton.js +0 -70
  710. package/lib/components/NavBarSection/NavBarItemHeader.js +0 -73
  711. package/lib/components/NavBarSection/NavBarItemLink.js +0 -72
  712. package/lib/components/NavBarSection/NavBarSection.js +0 -69
  713. package/lib/components/NavBarSection/index.js +0 -4
  714. package/lib/components/NumberField/NumberField.js +0 -239
  715. package/lib/components/NumberField/NumberField.stories.js +0 -196
  716. package/lib/components/NumberField/NumberField.test.js +0 -143
  717. package/lib/components/NumberField/index.js +0 -1
  718. package/lib/components/OverlayPanel/OverlayPanel.js +0 -96
  719. package/lib/components/OverlayPanel/OverlayPanel.stories.js +0 -192
  720. package/lib/components/OverlayPanel/OverlayPanel.test.js +0 -151
  721. package/lib/components/OverlayPanel/index.js +0 -1
  722. package/lib/components/PageHeader/PageHeader.js +0 -39
  723. package/lib/components/PageHeader/PageHeader.stories.js +0 -26
  724. package/lib/components/PageHeader/PageHeader.test.js +0 -23
  725. package/lib/components/PageHeader/index.js +0 -1
  726. package/lib/components/PasswordField/PasswordField.js +0 -299
  727. package/lib/components/PasswordField/PasswordField.stories.js +0 -373
  728. package/lib/components/PasswordField/PasswordField.test.js +0 -198
  729. package/lib/components/PasswordField/index.js +0 -1
  730. package/lib/components/PopoverContainer/PopoverContainer.js +0 -190
  731. package/lib/components/PopoverContainer/PopoverContainer.test.js +0 -44
  732. package/lib/components/PopoverContainer/index.js +0 -2
  733. package/lib/components/PopoverMenu/PopoverMenu.js +0 -160
  734. package/lib/components/PopoverMenu/PopoverMenu.stories.js +0 -187
  735. package/lib/components/PopoverMenu/PopoverMenu.test.js +0 -157
  736. package/lib/components/PopoverMenu/index.js +0 -1
  737. package/lib/components/Radio/Radio.js +0 -20
  738. package/lib/components/Radio/index.js +0 -1
  739. package/lib/components/RadioField/RadioField.js +0 -165
  740. package/lib/components/RadioField/RadioField.test.js +0 -74
  741. package/lib/components/RadioField/index.js +0 -2
  742. package/lib/components/RadioGroupField/RadioGroupField.js +0 -145
  743. package/lib/components/RadioGroupField/RadioGroupField.stories.js +0 -171
  744. package/lib/components/RadioGroupField/RadioGroupField.test.js +0 -159
  745. package/lib/components/RadioGroupField/index.js +0 -1
  746. package/lib/components/RequirementsList/RequirementsList.js +0 -95
  747. package/lib/components/RequirementsList/RequirementsList.stories.js +0 -57
  748. package/lib/components/RequirementsList/RequirementsList.test.js +0 -100
  749. package/lib/components/RequirementsList/index.js +0 -1
  750. package/lib/components/RockerButton/RockerButton.js +0 -98
  751. package/lib/components/RockerButton/index.js +0 -2
  752. package/lib/components/RockerButtonGroup/RockerButtonGroup.js +0 -90
  753. package/lib/components/RockerButtonGroup/RockerButtonGroup.stories.js +0 -111
  754. package/lib/components/RockerButtonGroup/RockerButtonGroup.test.js +0 -99
  755. package/lib/components/RockerButtonGroup/index.js +0 -2
  756. package/lib/components/ScrollBox/ScrollBox.js +0 -118
  757. package/lib/components/ScrollBox/ScrollBox.stories.js +0 -26
  758. package/lib/components/ScrollBox/ScrollBox.test.js +0 -63
  759. package/lib/components/ScrollBox/index.js +0 -1
  760. package/lib/components/SearchField/SearchField.js +0 -327
  761. package/lib/components/SearchField/SearchField.stories.js +0 -126
  762. package/lib/components/SearchField/SearchField.test.js +0 -188
  763. package/lib/components/SearchField/index.js +0 -1
  764. package/lib/components/SelectField/SelectField.js +0 -149
  765. package/lib/components/SelectField/SelectField.stories.js +0 -373
  766. package/lib/components/SelectField/SelectField.test.js +0 -70
  767. package/lib/components/SelectField/index.js +0 -1
  768. package/lib/components/SelectFieldBase/SelectFieldBase.js +0 -169
  769. package/lib/components/SelectFieldBase/SelectFieldBase.test.js +0 -394
  770. package/lib/components/SelectFieldBase/index.js +0 -1
  771. package/lib/components/Separator/Separator.js +0 -47
  772. package/lib/components/Separator/Separator.stories.js +0 -26
  773. package/lib/components/Separator/Separator.test.js +0 -25
  774. package/lib/components/Separator/index.js +0 -1
  775. package/lib/components/Stepper/Line.js +0 -31
  776. package/lib/components/Stepper/Step.js +0 -38
  777. package/lib/components/Stepper/Stepper.constants.js +0 -5
  778. package/lib/components/Stepper/Stepper.js +0 -148
  779. package/lib/components/Stepper/Stepper.stories.js +0 -111
  780. package/lib/components/Stepper/Stepper.test.js +0 -202
  781. package/lib/components/Stepper/index.js +0 -2
  782. package/lib/components/Switch/Switch.js +0 -33
  783. package/lib/components/Switch/index.js +0 -1
  784. package/lib/components/SwitchField/SwitchField.js +0 -203
  785. package/lib/components/SwitchField/SwitchField.stories.js +0 -127
  786. package/lib/components/SwitchField/SwitchField.test.js +0 -101
  787. package/lib/components/SwitchField/index.js +0 -1
  788. package/lib/components/Tab/Tab.js +0 -146
  789. package/lib/components/Tab/index.js +0 -2
  790. package/lib/components/TabPicker/TabPicker.js +0 -217
  791. package/lib/components/TabPicker/index.js +0 -1
  792. package/lib/components/Table/Table.js +0 -27
  793. package/lib/components/Table/Table.stories.js +0 -77
  794. package/lib/components/Table/Table.test.js +0 -63
  795. package/lib/components/Table/index.js +0 -1
  796. package/lib/components/TableBody/TableBody.js +0 -27
  797. package/lib/components/TableBody/index.js +0 -1
  798. package/lib/components/TableCell/TableCell.js +0 -33
  799. package/lib/components/TableCell/TableCell.test.js +0 -37
  800. package/lib/components/TableCell/index.js +0 -1
  801. package/lib/components/TableHead/TableHead.js +0 -26
  802. package/lib/components/TableHead/index.js +0 -1
  803. package/lib/components/TableRow/TableRow.js +0 -27
  804. package/lib/components/TableRow/index.js +0 -1
  805. package/lib/components/Tabs/Tabs.js +0 -183
  806. package/lib/components/Tabs/Tabs.stories.js +0 -255
  807. package/lib/components/Tabs/Tabs.test.js +0 -551
  808. package/lib/components/Tabs/index.js +0 -2
  809. package/lib/components/Text/Text.js +0 -36
  810. package/lib/components/Text/Text.stories.js +0 -146
  811. package/lib/components/Text/Text.test.js +0 -65
  812. package/lib/components/Text/index.js +0 -1
  813. package/lib/components/TextArea/TextArea.js +0 -23
  814. package/lib/components/TextArea/TextArea.test.js +0 -31
  815. package/lib/components/TextArea/index.js +0 -1
  816. package/lib/components/TextAreaField/TextAreaField.js +0 -259
  817. package/lib/components/TextAreaField/TextAreaField.stories.js +0 -164
  818. package/lib/components/TextAreaField/TextAreaField.test.js +0 -136
  819. package/lib/components/TextAreaField/index.js +0 -1
  820. package/lib/components/TextField/TextField.js +0 -186
  821. package/lib/components/TextField/TextField.stories.js +0 -263
  822. package/lib/components/TextField/TextField.test.js +0 -137
  823. package/lib/components/TextField/index.js +0 -1
  824. package/lib/components/TimeZonePicker/TimeZonePicker.js +0 -254
  825. package/lib/components/TimeZonePicker/TimeZonePicker.stories.js +0 -21
  826. package/lib/components/TimeZonePicker/TimeZonePicker.test.js +0 -80
  827. package/lib/components/TimeZonePicker/index.js +0 -1
  828. package/lib/components/TimeZonePicker/timezones.js +0 -112
  829. package/lib/components/TooltipTrigger/Tooltip.js +0 -33
  830. package/lib/components/TooltipTrigger/TooltipTrigger.js +0 -166
  831. package/lib/components/TooltipTrigger/TooltipTrigger.stories.js +0 -90
  832. package/lib/components/TooltipTrigger/TooltipTrigger.test.js +0 -82
  833. package/lib/components/TooltipTrigger/index.js +0 -2
  834. package/lib/context/AccordionContext/index.js +0 -7
  835. package/lib/context/AccordionGridContext/index.js +0 -5
  836. package/lib/context/MenuContext/index.js +0 -5
  837. package/lib/context/NavBarContext/index.js +0 -5
  838. package/lib/context/TooltipContext/index.js +0 -7
  839. package/lib/hooks/index.js +0 -16
  840. package/lib/hooks/useAriaLabelWarning/index.js +0 -1
  841. package/lib/hooks/useAriaLabelWarning/useAriaLabelWarning.js +0 -16
  842. package/lib/hooks/useAriaLabelWarning/useAriaLabelWarning.test.js +0 -32
  843. package/lib/hooks/useColumnStyles/index.js +0 -1
  844. package/lib/hooks/useColumnStyles/useColumnStyles.js +0 -24
  845. package/lib/hooks/useComponentToggle/index.js +0 -1
  846. package/lib/hooks/useComponentToggle/useComponentToggle.js +0 -55
  847. package/lib/hooks/useComponentToggle/useComponentToggle.test.js +0 -105
  848. package/lib/hooks/useCopyToClipboard/index.js +0 -1
  849. package/lib/hooks/useCopyToClipboard/useCopyToClipboard.js +0 -69
  850. package/lib/hooks/useCopyToClipboard/useCopyToClipboard.test.js +0 -64
  851. package/lib/hooks/useDebounce/index.js +0 -1
  852. package/lib/hooks/useDebounce/useDebounce.js +0 -26
  853. package/lib/hooks/useDebounce/useDebounce.test.js +0 -41
  854. package/lib/hooks/useDeprecationWarning/index.js +0 -1
  855. package/lib/hooks/useDeprecationWarning/useDeprecationWarning.js +0 -40
  856. package/lib/hooks/useDeprecationWarning/useDeprecationWarning.test.js +0 -89
  857. package/lib/hooks/useDevelopmentWarning/index.js +0 -1
  858. package/lib/hooks/useDevelopmentWarning/useDevelopmentWarning.js +0 -17
  859. package/lib/hooks/useDevelopmentWarning/useDevelopmentWarning.test.js +0 -37
  860. package/lib/hooks/useFallbackImage/index.js +0 -1
  861. package/lib/hooks/useFallbackImage/useFallbackImage.js +0 -32
  862. package/lib/hooks/useFallbackImage/useFallbackImage.test.js +0 -51
  863. package/lib/hooks/useField/index.js +0 -1
  864. package/lib/hooks/useField/useField.js +0 -224
  865. package/lib/hooks/useField/useField.test.js +0 -236
  866. package/lib/hooks/useImageUploadState/index.js +0 -1
  867. package/lib/hooks/useImageUploadState/useImageUploadState.js +0 -128
  868. package/lib/hooks/useLabelHeight/index.js +0 -1
  869. package/lib/hooks/useLabelHeight/useLabelHeight.js +0 -29
  870. package/lib/hooks/useModalState/index.js +0 -1
  871. package/lib/hooks/useModalState/useModalState.js +0 -24
  872. package/lib/hooks/useModalState/useModalState.test.js +0 -118
  873. package/lib/hooks/useNavBarPress/index.js +0 -1
  874. package/lib/hooks/useNavBarPress/useNavBarPress.js +0 -27
  875. package/lib/hooks/useNavBarPress/useNavBarPress.test.js +0 -36
  876. package/lib/hooks/useOverlayPanelState/index.js +0 -1
  877. package/lib/hooks/useOverlayPanelState/useOverlayPanelState.js +0 -43
  878. package/lib/hooks/useOverlayPanelState/useOverlayPanelState.test.js +0 -19
  879. package/lib/hooks/useProgressiveState/index.js +0 -1
  880. package/lib/hooks/useProgressiveState/useProgressiveState.js +0 -18
  881. package/lib/hooks/useProgressiveState/useProgressiveState.test.js +0 -81
  882. package/lib/hooks/usePropWarning/index.js +0 -1
  883. package/lib/hooks/usePropWarning/usePropWarning.js +0 -29
  884. package/lib/hooks/usePropWarning/usePropWarning.test.js +0 -59
  885. package/lib/hooks/useRockerButton/index.js +0 -1
  886. package/lib/hooks/useRockerButton/useRockerButton.js +0 -43
  887. package/lib/hooks/useSelectField/index.js +0 -1
  888. package/lib/hooks/useSelectField/useSelectField.js +0 -230
  889. package/lib/hooks/useStatusClasses/index.js +0 -1
  890. package/lib/hooks/useStatusClasses/useStatusClasses.js +0 -25
  891. package/lib/hooks/useStatusClasses/useStatusClasses.test.js +0 -50
  892. package/lib/index.js +0 -154
  893. package/lib/recipes/ApplicationSearchDropdown.stories.js +0 -281
  894. package/lib/recipes/Arrow.stories.js +0 -33
  895. package/lib/recipes/AttributeMappingReadOnlyField.stories.js +0 -145
  896. package/lib/recipes/AttributesAndPingOneMapping.stories.js +0 -290
  897. package/lib/recipes/CollapsiblePanel.stories.js +0 -317
  898. package/lib/recipes/ConditionalFilter.stories.js +0 -388
  899. package/lib/recipes/CopyToClipboard.stories.js +0 -25
  900. package/lib/recipes/CountryPicker.stories.js +0 -140
  901. package/lib/recipes/DatePicker.stories.js +0 -121
  902. package/lib/recipes/DraggableBox.stories.js +0 -35
  903. package/lib/recipes/EditableInput.stories.js +0 -323
  904. package/lib/recipes/FlippableCaretMenuButton.stories.js +0 -158
  905. package/lib/recipes/ListAndPanel.stories.js +0 -339
  906. package/lib/recipes/LogoTabs.stories.js +0 -201
  907. package/lib/recipes/MaskedValue.stories.js +0 -63
  908. package/lib/recipes/NeutralInput.stories.js +0 -16
  909. package/lib/recipes/OneWayToBidirectionalArrow.stories.js +0 -231
  910. package/lib/recipes/PageHeader.stories.js +0 -53
  911. package/lib/recipes/PanelHeader.stories.js +0 -70
  912. package/lib/recipes/RadioButtonsWithLinks.stories.js +0 -120
  913. package/lib/recipes/RowLineChart.stories.js +0 -507
  914. package/lib/recipes/ScrollableListView.stories.js +0 -113
  915. package/lib/recipes/SelectedFieldOverlay.story.js +0 -48
  916. package/lib/recipes/Slider.stories.js +0 -204
  917. package/lib/recipes/StatsCircle.stories.js +0 -28
  918. package/lib/recipes/TrialExperienceIndustryButtons.stories.js +0 -677
  919. package/lib/recipes/TrialExperienceStatusBar.stories.js +0 -300
  920. package/lib/styles/ColorDocumentation.js +0 -276
  921. package/lib/styles/ColorDocumentation.stories.js +0 -13
  922. package/lib/styles/ContainerSizes.stories.js +0 -76
  923. package/lib/styles/Spacing.stories.js +0 -52
  924. package/lib/styles/ThemeDocumentation.js +0 -7
  925. package/lib/styles/Typography.stories.js +0 -136
  926. package/lib/styles/breakpoints.js +0 -1
  927. package/lib/styles/colors.js +0 -159
  928. package/lib/styles/forms/checkbox.js +0 -12
  929. package/lib/styles/forms/comboBox.js +0 -27
  930. package/lib/styles/forms/index.js +0 -32
  931. package/lib/styles/forms/input.js +0 -198
  932. package/lib/styles/forms/label.js +0 -75
  933. package/lib/styles/forms/radio.js +0 -21
  934. package/lib/styles/forms/search.js +0 -20
  935. package/lib/styles/forms/select.js +0 -83
  936. package/lib/styles/forms/switch.js +0 -58
  937. package/lib/styles/forms/textarea.js +0 -25
  938. package/lib/styles/spacing.js +0 -20
  939. package/lib/styles/text.js +0 -29
  940. package/lib/styles/theme.js +0 -61
  941. package/lib/styles/themeOverrides/index.js +0 -1
  942. package/lib/styles/themeOverrides/uiLibraryOverride.js +0 -110
  943. package/lib/styles/themes/astro-nano/astro-nano.js +0 -141
  944. package/lib/styles/themes/astro-nano/index.js +0 -1
  945. package/lib/styles/themes/end-user/end-user.js +0 -259
  946. package/lib/styles/themes/end-user/index.js +0 -1
  947. package/lib/styles/useAstroTheme.js +0 -15
  948. package/lib/styles/variants/accordion.js +0 -135
  949. package/lib/styles/variants/bidirectionalIconButton.js +0 -34
  950. package/lib/styles/variants/boxes.js +0 -370
  951. package/lib/styles/variants/buttons.js +0 -733
  952. package/lib/styles/variants/codeView.js +0 -159
  953. package/lib/styles/variants/collapsiblePanel.js +0 -80
  954. package/lib/styles/variants/imageUpload.js +0 -19
  955. package/lib/styles/variants/images.js +0 -9
  956. package/lib/styles/variants/index.js +0 -6
  957. package/lib/styles/variants/links.js +0 -46
  958. package/lib/styles/variants/listBox.js +0 -40
  959. package/lib/styles/variants/loader.js +0 -75
  960. package/lib/styles/variants/menu.js +0 -10
  961. package/lib/styles/variants/menuItem.js +0 -26
  962. package/lib/styles/variants/messages.js +0 -43
  963. package/lib/styles/variants/modal.js +0 -65
  964. package/lib/styles/variants/navBar.js +0 -56
  965. package/lib/styles/variants/numberField.js +0 -42
  966. package/lib/styles/variants/overlayPanel.js +0 -63
  967. package/lib/styles/variants/popoverMenu.js +0 -89
  968. package/lib/styles/variants/rockerbutton.js +0 -15
  969. package/lib/styles/variants/separator.js +0 -45
  970. package/lib/styles/variants/stepper.js +0 -105
  971. package/lib/styles/variants/table.js +0 -51
  972. package/lib/styles/variants/tabs.js +0 -36
  973. package/lib/styles/variants/text.js +0 -349
  974. package/lib/styles/variants/tooltip.js +0 -6
  975. package/lib/styles/variants/variants.js +0 -62
  976. package/lib/templates/Nav/HeaderBar.js +0 -93
  977. package/lib/templates/Nav/Nav.stories.js +0 -88
  978. package/lib/templates/Nav/NavData.js +0 -231
  979. package/lib/utils/devUtils/constants/animals.js +0 -1
  980. package/lib/utils/devUtils/constants/firstNames.js +0 -1
  981. package/lib/utils/devUtils/constants/htmlElements.js +0 -4
  982. package/lib/utils/devUtils/constants/images.js +0 -2
  983. package/lib/utils/devUtils/constants/loadingStates.js +0 -8
  984. package/lib/utils/devUtils/constants/orientation.js +0 -4
  985. package/lib/utils/devUtils/constants/panelSizes.js +0 -1
  986. package/lib/utils/devUtils/constants/statuses.js +0 -6
  987. package/lib/utils/devUtils/constants/variants.js +0 -22
  988. package/lib/utils/devUtils/createMockData.js +0 -68
  989. package/lib/utils/devUtils/decorators/withDeprecationWarning.js +0 -18
  990. package/lib/utils/devUtils/props/isIterable.js +0 -59
  991. package/lib/utils/devUtils/props/isValidPositiveInt.js +0 -28
  992. package/lib/utils/devUtils/styledSystemUtils.js +0 -48
  993. package/lib/utils/styleUtils/index.js +0 -7
  994. package/lib/utils/testUtils/setupTests.js +0 -18
  995. package/lib/utils/testUtils/testAxe.js +0 -50
  996. package/lib/utils/testUtils/testTheme.js +0 -20
  997. package/lib/utils/testUtils/testWrapper.js +0 -67
@@ -1,38 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import TrashIcon from 'mdi-react/TrashIcon';
4
- import Icon from '../Icon';
5
- import IconButton from '../IconButton';
6
- import { jsx as ___EmotionJSX } from "@emotion/react";
7
-
8
- var ArrayFieldDeleteButton = function ArrayFieldDeleteButton(_ref) {
9
- var isDisabled = _ref.isDisabled,
10
- id = _ref.id,
11
- onDelete = _ref.onDelete;
12
- return ___EmotionJSX(IconButton, {
13
- onPress: function onPress() {
14
- return onDelete(id);
15
- },
16
- isDisabled: isDisabled,
17
- "aria-label": "delete-button",
18
- sx: {
19
- position: 'absolute',
20
- right: -35,
21
- width: 32,
22
- height: 32,
23
- top: 5,
24
- cursor: 'pointer'
25
- }
26
- }, ___EmotionJSX(Icon, {
27
- icon: TrashIcon,
28
- size: 20,
29
- color: "neutral.40"
30
- }));
31
- };
32
-
33
- ArrayFieldDeleteButton.propTypes = {
34
- id: PropTypes.number,
35
- isDisabled: PropTypes.bool,
36
- onDelete: PropTypes.func
37
- };
38
- export default ArrayFieldDeleteButton;
@@ -1,31 +0,0 @@
1
- import _objectWithoutProperties from "@babel/runtime-corejs3/helpers/esm/objectWithoutProperties";
2
- var _excluded = ["id", "onComponentRender", "fieldValue", "isDisabled", "onFieldDelete", "onFieldValueChange", "renderField"];
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import Box from '../Box';
6
- import { jsx as ___EmotionJSX } from "@emotion/react";
7
- var ArrayFieldItem = /*#__PURE__*/React.memo(function (_ref) {
8
- var id = _ref.id,
9
- onComponentRender = _ref.onComponentRender,
10
- fieldValue = _ref.fieldValue,
11
- isDisabled = _ref.isDisabled,
12
- onFieldDelete = _ref.onFieldDelete,
13
- onFieldValueChange = _ref.onFieldValueChange,
14
- renderField = _ref.renderField,
15
- otherFieldProps = _objectWithoutProperties(_ref, _excluded);
16
-
17
- return ___EmotionJSX(Box, {
18
- as: "li",
19
- mb: "xs"
20
- }, onComponentRender ? onComponentRender(id, fieldValue, onFieldValueChange, onFieldDelete, isDisabled, otherFieldProps) : renderField(id, fieldValue, onFieldValueChange, onFieldDelete, isDisabled, otherFieldProps));
21
- });
22
- ArrayFieldItem.propTypes = {
23
- id: PropTypes.string,
24
- onComponentRender: PropTypes.func,
25
- fieldValue: PropTypes.string,
26
- isDisabled: PropTypes.bool,
27
- onFieldDelete: PropTypes.func,
28
- onFieldValueChange: PropTypes.func,
29
- renderField: PropTypes.func
30
- };
31
- export default ArrayFieldItem;
@@ -1,2 +0,0 @@
1
- export { default } from './ArrayField';
2
- export { default as ArrayFieldDeleteButton } from './ArrayFieldDeleteButton';
@@ -1,121 +0,0 @@
1
- import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
2
- import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
3
- import _objectWithoutProperties from "@babel/runtime-corejs3/helpers/esm/objectWithoutProperties";
4
- var _excluded = ["defaultTheme", "themeOverrides", "children"],
5
- _excluded2 = ["defaultTheme", "themeOverrides", "children"];
6
-
7
- function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
8
-
9
- import React, { forwardRef, useMemo } from 'react';
10
- import PropTypes from 'prop-types';
11
- import { ThemeProvider, merge } from 'theme-ui';
12
- import { Global, css } from '@emotion/react';
13
- import emotionNormalize from 'emotion-normalize';
14
- import Box from '../Box';
15
- import astroTheme from '../../styles/theme';
16
- import { jsx as ___EmotionJSX } from "@emotion/react";
17
- export var GlobalStyles = function GlobalStyles() {
18
- return ___EmotionJSX(Global, {
19
- styles: /*#__PURE__*/css("@import url(\"https://use.typekit.net/icz8cni.css\");{}", emotionNormalize, " *{box-sizing:border-box;}html,body{padding:0;margin:0;background:white;min-height:100%;font-family:\"Helvetica Neue\",Helvetica,sans-serif;}.is-disabled{opacity:0.5;pointer-events:none;}" + (process.env.NODE_ENV === "production" ? "" : ";label:GlobalStyles;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0FzdHJvV3JhcHBlci9Bc3Ryb1dyYXBwZXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBV1MiLCJmaWxlIjoiLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvQXN0cm9XcmFwcGVyL0FzdHJvV3JhcHBlci5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBSZWFjdCwgeyBmb3J3YXJkUmVmLCB1c2VNZW1vIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IFByb3BUeXBlcyBmcm9tICdwcm9wLXR5cGVzJztcbmltcG9ydCB7IFRoZW1lUHJvdmlkZXIsIG1lcmdlIH0gZnJvbSAndGhlbWUtdWknO1xuaW1wb3J0IHsgR2xvYmFsLCBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgZW1vdGlvbk5vcm1hbGl6ZSBmcm9tICdlbW90aW9uLW5vcm1hbGl6ZSc7XG5pbXBvcnQgQm94IGZyb20gJy4uL0JveCc7XG5pbXBvcnQgYXN0cm9UaGVtZSBmcm9tICcuLi8uLi9zdHlsZXMvdGhlbWUnO1xuXG5leHBvcnQgY29uc3QgR2xvYmFsU3R5bGVzID0gKCkgPT4gKFxuICA8R2xvYmFsXG4gICAgc3R5bGVzPXtcbiAgICAgIGNzc2BcbiAgICAgICAgQGltcG9ydCB1cmwoXCJodHRwczovL3VzZS50eXBla2l0Lm5ldC9pY3o4Y25pLmNzc1wiKTtcbiAgICAgICAgJHtlbW90aW9uTm9ybWFsaXplfVxuICAgICAgICAqIHtcbiAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgICAgICB9XG4gICAgICAgIGh0bWwsXG4gICAgICAgIGJvZHkge1xuICAgICAgICAgIHBhZGRpbmc6IDA7XG4gICAgICAgICAgbWFyZ2luOiAwO1xuICAgICAgICAgIGJhY2tncm91bmQ6IHdoaXRlO1xuICAgICAgICAgIG1pbi1oZWlnaHQ6IDEwMCU7XG4gICAgICAgICAgZm9udC1mYW1pbHk6IFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xuICAgICAgICB9XG4gICAgICAgIC5pcy1kaXNhYmxlZCB7XG4gICAgICAgICAgb3BhY2l0eTogMC41O1xuICAgICAgICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgICAgICB9XG4gICAgICBgXG4gICAgfVxuICAvPlxuKTtcblxuLyoqXG4gKiBUaGUgbWFpbiB3cmFwcGVyIGZvciB0aGUgQXN0cm8gYXBwbGljYXRpb24uXG4gKiBUaGUgQXN0cm9XcmFwcGVyIHByb3ZpZGVzIGEgc3RhbmRhcmQgYmFja2dyb3VuZCxcbiAqIHNvbWUgZ2xvYmFsIHN0eWxlcywgYW5kIHRoZSBBc3RybyB0aGVtZSBieSBkZWZhdWx0LlxuICpcbiAqIF9Ob3RlOiBGb3IgVUkgTGlicmFyeSBhbmQgQXN0cm8gQ1NTIGNvbmZsaWN0cywgd2Ugc3VwcGx5IGEgdGhlbWUgb3ZlcnJpZGUgbG9jYXRlZCBhdF9cbiAqIGBAcGluZ3V4L2FzdHJvL2xpYi9zdHlsZXMvdGhlbWVPdmVycmlkZXMvdWlMaWJyYXJ5T3ZlcnJpZGUuanNgXG4gKi9cbmNvbnN0IEFzdHJvV3JhcHBlciA9IGZvcndhcmRSZWYoKHByb3BzLCByZWYpID0+IHtcbiAgY29uc3Qge1xuICAgIGRlZmF1bHRUaGVtZSxcbiAgICB0aGVtZU92ZXJyaWRlcyxcbiAgICBjaGlsZHJlbixcbiAgICAuLi5vdGhlcnNcbiAgfSA9IHByb3BzO1xuXG4gIC8vIFVuZm9ydHVuYXRlbHkgYmVjYXVzZSB0aGlzIGlzIGFkZGluZyBzdHlsZXMsIHdlIGNhbm5vdCB3cml0ZSBhIHByb3BlciB0ZXN0IGZvciB0aGlzLlxuICAvKiBpc3RhbmJ1bCBpZ25vcmUgbmV4dCAqL1xuICBjb25zdCB0aGVtZSA9IHVzZU1lbW8oKCkgPT4gbWVyZ2UoZGVmYXVsdFRoZW1lLCAuLi50aGVtZU92ZXJyaWRlcyksXG4gICAgW2RlZmF1bHRUaGVtZSwgdGhlbWVPdmVycmlkZXNdKTtcblxuICByZXR1cm4gKFxuICAgIDxUaGVtZVByb3ZpZGVyIHJlZj17cmVmfSB0aGVtZT17dGhlbWV9IHsuLi5vdGhlcnN9PlxuICAgICAgPEdsb2JhbFN0eWxlcyAvPlxuICAgICAgPEJveCBiZz1cImJhY2tncm91bmRcIiBoZWlnaHQ9XCIxMDAlXCIgey4uLnByb3BzfT5cbiAgICAgICAge2NoaWxkcmVufVxuICAgICAgPC9Cb3g+XG4gICAgPC9UaGVtZVByb3ZpZGVyPlxuICApO1xufSk7XG5cbkFzdHJvV3JhcHBlci5wcm9wVHlwZXMgPSB7XG4gIC8qKiBBcnJheSBvZiB0aGVtZSBvYmplY3RzIHdoaWNoIHdpbGwgYmUgbWVyZ2VkIHdpdGggdGhlIGRlZmF1bHQgdGhlbWUuXG4gICAgICogSW4gdGhlIGNhc2Ugb2YgY2xhc2hlcywgdGhlc2Ugd2lsbCB0YWtlIHByaW9yaXR5LlxuICAgICAqIFVzZWZ1bCBmb3IgY3VzdG9taXppbmcgdGhlIGRlZmF1bHQgdmFyaWFudHMsIGFkZGluZyBuZXcgb25lcyxcbiAgICAgKiAgb3Igb3ZlcnJpZGluZyBvdGhlciB0aGVtZSB2YWx1ZXMuICovXG4gIHRoZW1lT3ZlcnJpZGVzOiBQcm9wVHlwZXMuYXJyYXlPZihQcm9wVHlwZXMuc2hhcGUoe30pKSxcbiAgLyoqIFRoZSBkZWZhdWx0IHRoZW1lIGFwcGxpZWQgdG8gdGhlIEFzdHJvIGNvbXBvbmVudHMuXG4gICAqIE92ZXJyaWRpbmcgdGhpcyBpcyBhbiBhZHZhbmNlZCB1c2UgY2FzZSBzb1xuICAgKiBwbGVhc2UgdW5kZXJzdGFuZCBwb3RlbnRpYWwgcmVwcmVjdXNzaW9ucyBiZWZvcmUgZWRpdGluZyAqL1xuICBkZWZhdWx0VGhlbWU6IFByb3BUeXBlcy5zaGFwZSh7fSksXG59O1xuXG5Bc3Ryb1dyYXBwZXIuZGVmYXVsdFByb3BzID0ge1xuICBkZWZhdWx0VGhlbWU6IGFzdHJvVGhlbWUsXG4gIHRoZW1lT3ZlcnJpZGVzOiBbe31dLFxufTtcblxuLyoqXG4gKiBXcmFwcGVyIGZvciB0aGUgQXN0cm8gYXBwbGljYXRpb24gdy9vIGdsb2JhbCBzdHlsZXMuXG4gKiBJdCBwcm92aWRlcyB0aGUgc3RhbmRhcmQgYmFja2dyb3VuZCBhbmQgdGhlIEFzdHJvIHRoZW1lLlxuICovXG5leHBvcnQgY29uc3QgUGFnZVdyYXBwZXIgPSBmb3J3YXJkUmVmKChwcm9wcywgcmVmKSA9PiB7XG4gIGNvbnN0IHtcbiAgICBkZWZhdWx0VGhlbWUsXG4gICAgdGhlbWVPdmVycmlkZXMsXG4gICAgY2hpbGRyZW4sXG4gICAgLi4ub3RoZXJzXG4gIH0gPSBwcm9wcztcblxuICBjb25zdCB0aGVtZSA9IHVzZU1lbW8oKCkgPT4gbWVyZ2UoZGVmYXVsdFRoZW1lLCAuLi50aGVtZU92ZXJyaWRlcyksXG4gICAgW2RlZmF1bHRUaGVtZSwgdGhlbWVPdmVycmlkZXNdKTtcbiAgcmV0dXJuIChcbiAgICA8VGhlbWVQcm92aWRlciByZWY9e3JlZn0gdGhlbWU9e3RoZW1lfSB7Li4ub3RoZXJzfT5cbiAgICAgIDxHbG9iYWxcbiAgICAgICAgc3R5bGVzPXtcbiAgY3NzYFxuICAgIEBpbXBvcnQgdXJsKFwiaHR0cHM6Ly91c2UudHlwZWtpdC5uZXQvaWN6OGNuaS5jc3NcIik7XG5cbiAgICBbZGF0YS10aXBweS1yb290XSB7XG4gICAgICBtYXgtd2lkdGg6IGNhbGMoMTAwdncgLSAxMHB4KTtcbiAgICB9XG4gIGBcbn1cbiAgICAgIC8+XG4gICAgICA8Qm94XG4gICAgICAgIGNzcz17XG4gIGNzc2BcbiAgICAke2Vtb3Rpb25Ob3JtYWxpemV9XG5cbiAgICAqIHtcbiAgICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gICAgICBmb250LWZhbWlseTogXCJIZWx2ZXRpY2EgTmV1ZVwiLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG5cbiAgICAgIC5pcy1kaXNhYmxlZCB7XG4gICAgICAgIG9wYWNpdHk6IDAuNTtcbiAgICAgICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gICAgICB9XG4gICAgfVxuICBgXG59XG4gICAgICAgIHsuLi5wcm9wc31cbiAgICAgID5cbiAgICAgICAge2NoaWxkcmVufVxuICAgICAgPC9Cb3g+XG4gICAgPC9UaGVtZVByb3ZpZGVyPlxuICApO1xufSk7XG5cblBhZ2VXcmFwcGVyLnByb3BUeXBlcyA9IHtcbiAgLyoqIEFycmF5IG9mIHRoZW1lIG9iamVjdHMgd2hpY2ggd2lsbCBiZSBtZXJnZWQgd2l0aCB0aGUgZGVmYXVsdCB0aGVtZS5cbiAgICAgKiBJbiB0aGUgY2FzZSBvZiBjbGFzaGVzLCB0aGVzZSB3aWxsIHRha2UgcHJpb3JpdHkuXG4gICAgICogVXNlZnVsIGZvciBjdXN0b21pemluZyB0aGUgZGVmYXVsdCB2YXJpYW50cywgYWRkaW5nIG5ldyBvbmVzLFxuICAgICAqICBvciBvdmVycmlkaW5nIG90aGVyIHRoZW1lIHZhbHVlcy4gKi9cbiAgdGhlbWVPdmVycmlkZXM6IFByb3BUeXBlcy5hcnJheU9mKFByb3BUeXBlcy5zaGFwZSh7fSkpLFxuICAvKiogVGhlIGRlZmF1bHQgdGhlbWUgYXBwbGllZCB0byB0aGUgQXN0cm8gY29tcG9uZW50cy5cbiAgICogT3ZlcnJpZGluZyB0aGlzIGlzIGFuIGFkdmFuY2VkIHVzZSBjYXNlIHNvXG4gICAqIHBsZWFzZSB1bmRlcnN0YW5kIHBvdGVudGlhbCByZXByZWN1c3Npb25zIGJlZm9yZSBlZGl0aW5nICovXG4gIGRlZmF1bHRUaGVtZTogUHJvcFR5cGVzLnNoYXBlKHt9KSxcbn07XG5cblBhZ2VXcmFwcGVyLmRlZmF1bHRQcm9wcyA9IHtcbiAgZGVmYXVsdFRoZW1lOiBhc3Ryb1RoZW1lLFxuICB0aGVtZU92ZXJyaWRlczogW3t9XSxcbn07XG5cbmV4cG9ydCB7IFRoZW1lUHJvdmlkZXIgfTtcbmV4cG9ydCBkZWZhdWx0IEFzdHJvV3JhcHBlcjtcbiJdfQ== */")
20
- });
21
- };
22
- /**
23
- * The main wrapper for the Astro application.
24
- * The AstroWrapper provides a standard background,
25
- * some global styles, and the Astro theme by default.
26
- *
27
- * _Note: For UI Library and Astro CSS conflicts, we supply a theme override located at_
28
- * `@pingux/astro/lib/styles/themeOverrides/uiLibraryOverride.js`
29
- */
30
-
31
- var AstroWrapper = /*#__PURE__*/forwardRef(function (props, ref) {
32
- var defaultTheme = props.defaultTheme,
33
- themeOverrides = props.themeOverrides,
34
- children = props.children,
35
- others = _objectWithoutProperties(props, _excluded); // Unfortunately because this is adding styles, we cannot write a proper test for this.
36
-
37
- /* istanbul ignore next */
38
-
39
-
40
- var theme = useMemo(function () {
41
- var _context;
42
-
43
- return merge.apply(void 0, _concatInstanceProperty(_context = [defaultTheme]).call(_context, themeOverrides));
44
- }, [defaultTheme, themeOverrides]);
45
- return ___EmotionJSX(ThemeProvider, _extends({
46
- ref: ref,
47
- theme: theme
48
- }, others), ___EmotionJSX(GlobalStyles, null), ___EmotionJSX(Box, _extends({
49
- bg: "background",
50
- height: "100%"
51
- }, props), children));
52
- });
53
- AstroWrapper.propTypes = {
54
- /** Array of theme objects which will be merged with the default theme.
55
- * In the case of clashes, these will take priority.
56
- * Useful for customizing the default variants, adding new ones,
57
- * or overriding other theme values. */
58
- themeOverrides: PropTypes.arrayOf(PropTypes.shape({})),
59
-
60
- /** The default theme applied to the Astro components.
61
- * Overriding this is an advanced use case so
62
- * please understand potential reprecussions before editing */
63
- defaultTheme: PropTypes.shape({})
64
- };
65
- AstroWrapper.defaultProps = {
66
- defaultTheme: astroTheme,
67
- themeOverrides: [{}]
68
- };
69
- /**
70
- * Wrapper for the Astro application w/o global styles.
71
- * It provides the standard background and the Astro theme.
72
- */
73
-
74
- var _ref = process.env.NODE_ENV === "production" ? {
75
- name: "1ym5lsq",
76
- styles: "@import url(\"https://use.typekit.net/icz8cni.css\");{}[data-tippy-root]{max-width:calc(100vw - 10px);}"
77
- } : {
78
- name: "1385fa1-PageWrapper",
79
- styles: "@import url(\"https://use.typekit.net/icz8cni.css\");{}[data-tippy-root]{max-width:calc(100vw - 10px);};label:PageWrapper;",
80
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0FzdHJvV3JhcHBlci9Bc3Ryb1dyYXBwZXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0dLIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0FzdHJvV3JhcHBlci9Bc3Ryb1dyYXBwZXIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QsIHsgZm9yd2FyZFJlZiwgdXNlTWVtbyB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCBQcm9wVHlwZXMgZnJvbSAncHJvcC10eXBlcyc7XG5pbXBvcnQgeyBUaGVtZVByb3ZpZGVyLCBtZXJnZSB9IGZyb20gJ3RoZW1lLXVpJztcbmltcG9ydCB7IEdsb2JhbCwgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IGVtb3Rpb25Ob3JtYWxpemUgZnJvbSAnZW1vdGlvbi1ub3JtYWxpemUnO1xuaW1wb3J0IEJveCBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IGFzdHJvVGhlbWUgZnJvbSAnLi4vLi4vc3R5bGVzL3RoZW1lJztcblxuZXhwb3J0IGNvbnN0IEdsb2JhbFN0eWxlcyA9ICgpID0+IChcbiAgPEdsb2JhbFxuICAgIHN0eWxlcz17XG4gICAgICBjc3NgXG4gICAgICAgIEBpbXBvcnQgdXJsKFwiaHR0cHM6Ly91c2UudHlwZWtpdC5uZXQvaWN6OGNuaS5jc3NcIik7XG4gICAgICAgICR7ZW1vdGlvbk5vcm1hbGl6ZX1cbiAgICAgICAgKiB7XG4gICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICAgICAgfVxuICAgICAgICBodG1sLFxuICAgICAgICBib2R5IHtcbiAgICAgICAgICBwYWRkaW5nOiAwO1xuICAgICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiB3aGl0ZTtcbiAgICAgICAgICBtaW4taGVpZ2h0OiAxMDAlO1xuICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbiAgICAgICAgfVxuICAgICAgICAuaXMtZGlzYWJsZWQge1xuICAgICAgICAgIG9wYWNpdHk6IDAuNTtcbiAgICAgICAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICAgICAgfVxuICAgICAgYFxuICAgIH1cbiAgLz5cbik7XG5cbi8qKlxuICogVGhlIG1haW4gd3JhcHBlciBmb3IgdGhlIEFzdHJvIGFwcGxpY2F0aW9uLlxuICogVGhlIEFzdHJvV3JhcHBlciBwcm92aWRlcyBhIHN0YW5kYXJkIGJhY2tncm91bmQsXG4gKiBzb21lIGdsb2JhbCBzdHlsZXMsIGFuZCB0aGUgQXN0cm8gdGhlbWUgYnkgZGVmYXVsdC5cbiAqXG4gKiBfTm90ZTogRm9yIFVJIExpYnJhcnkgYW5kIEFzdHJvIENTUyBjb25mbGljdHMsIHdlIHN1cHBseSBhIHRoZW1lIG92ZXJyaWRlIGxvY2F0ZWQgYXRfXG4gKiBgQHBpbmd1eC9hc3Ryby9saWIvc3R5bGVzL3RoZW1lT3ZlcnJpZGVzL3VpTGlicmFyeU92ZXJyaWRlLmpzYFxuICovXG5jb25zdCBBc3Ryb1dyYXBwZXIgPSBmb3J3YXJkUmVmKChwcm9wcywgcmVmKSA9PiB7XG4gIGNvbnN0IHtcbiAgICBkZWZhdWx0VGhlbWUsXG4gICAgdGhlbWVPdmVycmlkZXMsXG4gICAgY2hpbGRyZW4sXG4gICAgLi4ub3RoZXJzXG4gIH0gPSBwcm9wcztcblxuICAvLyBVbmZvcnR1bmF0ZWx5IGJlY2F1c2UgdGhpcyBpcyBhZGRpbmcgc3R5bGVzLCB3ZSBjYW5ub3Qgd3JpdGUgYSBwcm9wZXIgdGVzdCBmb3IgdGhpcy5cbiAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgY29uc3QgdGhlbWUgPSB1c2VNZW1vKCgpID0+IG1lcmdlKGRlZmF1bHRUaGVtZSwgLi4udGhlbWVPdmVycmlkZXMpLFxuICAgIFtkZWZhdWx0VGhlbWUsIHRoZW1lT3ZlcnJpZGVzXSk7XG5cbiAgcmV0dXJuIChcbiAgICA8VGhlbWVQcm92aWRlciByZWY9e3JlZn0gdGhlbWU9e3RoZW1lfSB7Li4ub3RoZXJzfT5cbiAgICAgIDxHbG9iYWxTdHlsZXMgLz5cbiAgICAgIDxCb3ggYmc9XCJiYWNrZ3JvdW5kXCIgaGVpZ2h0PVwiMTAwJVwiIHsuLi5wcm9wc30+XG4gICAgICAgIHtjaGlsZHJlbn1cbiAgICAgIDwvQm94PlxuICAgIDwvVGhlbWVQcm92aWRlcj5cbiAgKTtcbn0pO1xuXG5Bc3Ryb1dyYXBwZXIucHJvcFR5cGVzID0ge1xuICAvKiogQXJyYXkgb2YgdGhlbWUgb2JqZWN0cyB3aGljaCB3aWxsIGJlIG1lcmdlZCB3aXRoIHRoZSBkZWZhdWx0IHRoZW1lLlxuICAgICAqIEluIHRoZSBjYXNlIG9mIGNsYXNoZXMsIHRoZXNlIHdpbGwgdGFrZSBwcmlvcml0eS5cbiAgICAgKiBVc2VmdWwgZm9yIGN1c3RvbWl6aW5nIHRoZSBkZWZhdWx0IHZhcmlhbnRzLCBhZGRpbmcgbmV3IG9uZXMsXG4gICAgICogIG9yIG92ZXJyaWRpbmcgb3RoZXIgdGhlbWUgdmFsdWVzLiAqL1xuICB0aGVtZU92ZXJyaWRlczogUHJvcFR5cGVzLmFycmF5T2YoUHJvcFR5cGVzLnNoYXBlKHt9KSksXG4gIC8qKiBUaGUgZGVmYXVsdCB0aGVtZSBhcHBsaWVkIHRvIHRoZSBBc3RybyBjb21wb25lbnRzLlxuICAgKiBPdmVycmlkaW5nIHRoaXMgaXMgYW4gYWR2YW5jZWQgdXNlIGNhc2Ugc29cbiAgICogcGxlYXNlIHVuZGVyc3RhbmQgcG90ZW50aWFsIHJlcHJlY3Vzc2lvbnMgYmVmb3JlIGVkaXRpbmcgKi9cbiAgZGVmYXVsdFRoZW1lOiBQcm9wVHlwZXMuc2hhcGUoe30pLFxufTtcblxuQXN0cm9XcmFwcGVyLmRlZmF1bHRQcm9wcyA9IHtcbiAgZGVmYXVsdFRoZW1lOiBhc3Ryb1RoZW1lLFxuICB0aGVtZU92ZXJyaWRlczogW3t9XSxcbn07XG5cbi8qKlxuICogV3JhcHBlciBmb3IgdGhlIEFzdHJvIGFwcGxpY2F0aW9uIHcvbyBnbG9iYWwgc3R5bGVzLlxuICogSXQgcHJvdmlkZXMgdGhlIHN0YW5kYXJkIGJhY2tncm91bmQgYW5kIHRoZSBBc3RybyB0aGVtZS5cbiAqL1xuZXhwb3J0IGNvbnN0IFBhZ2VXcmFwcGVyID0gZm9yd2FyZFJlZigocHJvcHMsIHJlZikgPT4ge1xuICBjb25zdCB7XG4gICAgZGVmYXVsdFRoZW1lLFxuICAgIHRoZW1lT3ZlcnJpZGVzLFxuICAgIGNoaWxkcmVuLFxuICAgIC4uLm90aGVyc1xuICB9ID0gcHJvcHM7XG5cbiAgY29uc3QgdGhlbWUgPSB1c2VNZW1vKCgpID0+IG1lcmdlKGRlZmF1bHRUaGVtZSwgLi4udGhlbWVPdmVycmlkZXMpLFxuICAgIFtkZWZhdWx0VGhlbWUsIHRoZW1lT3ZlcnJpZGVzXSk7XG4gIHJldHVybiAoXG4gICAgPFRoZW1lUHJvdmlkZXIgcmVmPXtyZWZ9IHRoZW1lPXt0aGVtZX0gey4uLm90aGVyc30+XG4gICAgICA8R2xvYmFsXG4gICAgICAgIHN0eWxlcz17XG4gIGNzc2BcbiAgICBAaW1wb3J0IHVybChcImh0dHBzOi8vdXNlLnR5cGVraXQubmV0L2ljejhjbmkuY3NzXCIpO1xuXG4gICAgW2RhdGEtdGlwcHktcm9vdF0ge1xuICAgICAgbWF4LXdpZHRoOiBjYWxjKDEwMHZ3IC0gMTBweCk7XG4gICAgfVxuICBgXG59XG4gICAgICAvPlxuICAgICAgPEJveFxuICAgICAgICBjc3M9e1xuICBjc3NgXG4gICAgJHtlbW90aW9uTm9ybWFsaXplfVxuXG4gICAgKiB7XG4gICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgICAgZm9udC1mYW1pbHk6IFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xuXG4gICAgICAuaXMtZGlzYWJsZWQge1xuICAgICAgICBvcGFjaXR5OiAwLjU7XG4gICAgICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgICAgfVxuICAgIH1cbiAgYFxufVxuICAgICAgICB7Li4ucHJvcHN9XG4gICAgICA+XG4gICAgICAgIHtjaGlsZHJlbn1cbiAgICAgIDwvQm94PlxuICAgIDwvVGhlbWVQcm92aWRlcj5cbiAgKTtcbn0pO1xuXG5QYWdlV3JhcHBlci5wcm9wVHlwZXMgPSB7XG4gIC8qKiBBcnJheSBvZiB0aGVtZSBvYmplY3RzIHdoaWNoIHdpbGwgYmUgbWVyZ2VkIHdpdGggdGhlIGRlZmF1bHQgdGhlbWUuXG4gICAgICogSW4gdGhlIGNhc2Ugb2YgY2xhc2hlcywgdGhlc2Ugd2lsbCB0YWtlIHByaW9yaXR5LlxuICAgICAqIFVzZWZ1bCBmb3IgY3VzdG9taXppbmcgdGhlIGRlZmF1bHQgdmFyaWFudHMsIGFkZGluZyBuZXcgb25lcyxcbiAgICAgKiAgb3Igb3ZlcnJpZGluZyBvdGhlciB0aGVtZSB2YWx1ZXMuICovXG4gIHRoZW1lT3ZlcnJpZGVzOiBQcm9wVHlwZXMuYXJyYXlPZihQcm9wVHlwZXMuc2hhcGUoe30pKSxcbiAgLyoqIFRoZSBkZWZhdWx0IHRoZW1lIGFwcGxpZWQgdG8gdGhlIEFzdHJvIGNvbXBvbmVudHMuXG4gICAqIE92ZXJyaWRpbmcgdGhpcyBpcyBhbiBhZHZhbmNlZCB1c2UgY2FzZSBzb1xuICAgKiBwbGVhc2UgdW5kZXJzdGFuZCBwb3RlbnRpYWwgcmVwcmVjdXNzaW9ucyBiZWZvcmUgZWRpdGluZyAqL1xuICBkZWZhdWx0VGhlbWU6IFByb3BUeXBlcy5zaGFwZSh7fSksXG59O1xuXG5QYWdlV3JhcHBlci5kZWZhdWx0UHJvcHMgPSB7XG4gIGRlZmF1bHRUaGVtZTogYXN0cm9UaGVtZSxcbiAgdGhlbWVPdmVycmlkZXM6IFt7fV0sXG59O1xuXG5leHBvcnQgeyBUaGVtZVByb3ZpZGVyIH07XG5leHBvcnQgZGVmYXVsdCBBc3Ryb1dyYXBwZXI7XG4iXX0= */",
81
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
82
- };
83
-
84
- export var PageWrapper = /*#__PURE__*/forwardRef(function (props, ref) {
85
- var defaultTheme = props.defaultTheme,
86
- themeOverrides = props.themeOverrides,
87
- children = props.children,
88
- others = _objectWithoutProperties(props, _excluded2);
89
-
90
- var theme = useMemo(function () {
91
- var _context2;
92
-
93
- return merge.apply(void 0, _concatInstanceProperty(_context2 = [defaultTheme]).call(_context2, themeOverrides));
94
- }, [defaultTheme, themeOverrides]);
95
- return ___EmotionJSX(ThemeProvider, _extends({
96
- ref: ref,
97
- theme: theme
98
- }, others), ___EmotionJSX(Global, {
99
- styles: _ref
100
- }), ___EmotionJSX(Box, _extends({
101
- css: /*#__PURE__*/css(emotionNormalize, " *{box-sizing:border-box;font-family:\"Helvetica Neue\",Helvetica,sans-serif;.is-disabled{opacity:0.5;pointer-events:none;}}" + (process.env.NODE_ENV === "production" ? "" : ";label:PageWrapper;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0FzdHJvV3JhcHBlci9Bc3Ryb1dyYXBwZXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBK0dLIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0FzdHJvV3JhcHBlci9Bc3Ryb1dyYXBwZXIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QsIHsgZm9yd2FyZFJlZiwgdXNlTWVtbyB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCBQcm9wVHlwZXMgZnJvbSAncHJvcC10eXBlcyc7XG5pbXBvcnQgeyBUaGVtZVByb3ZpZGVyLCBtZXJnZSB9IGZyb20gJ3RoZW1lLXVpJztcbmltcG9ydCB7IEdsb2JhbCwgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IGVtb3Rpb25Ob3JtYWxpemUgZnJvbSAnZW1vdGlvbi1ub3JtYWxpemUnO1xuaW1wb3J0IEJveCBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IGFzdHJvVGhlbWUgZnJvbSAnLi4vLi4vc3R5bGVzL3RoZW1lJztcblxuZXhwb3J0IGNvbnN0IEdsb2JhbFN0eWxlcyA9ICgpID0+IChcbiAgPEdsb2JhbFxuICAgIHN0eWxlcz17XG4gICAgICBjc3NgXG4gICAgICAgIEBpbXBvcnQgdXJsKFwiaHR0cHM6Ly91c2UudHlwZWtpdC5uZXQvaWN6OGNuaS5jc3NcIik7XG4gICAgICAgICR7ZW1vdGlvbk5vcm1hbGl6ZX1cbiAgICAgICAgKiB7XG4gICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICAgICAgfVxuICAgICAgICBodG1sLFxuICAgICAgICBib2R5IHtcbiAgICAgICAgICBwYWRkaW5nOiAwO1xuICAgICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiB3aGl0ZTtcbiAgICAgICAgICBtaW4taGVpZ2h0OiAxMDAlO1xuICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbiAgICAgICAgfVxuICAgICAgICAuaXMtZGlzYWJsZWQge1xuICAgICAgICAgIG9wYWNpdHk6IDAuNTtcbiAgICAgICAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICAgICAgfVxuICAgICAgYFxuICAgIH1cbiAgLz5cbik7XG5cbi8qKlxuICogVGhlIG1haW4gd3JhcHBlciBmb3IgdGhlIEFzdHJvIGFwcGxpY2F0aW9uLlxuICogVGhlIEFzdHJvV3JhcHBlciBwcm92aWRlcyBhIHN0YW5kYXJkIGJhY2tncm91bmQsXG4gKiBzb21lIGdsb2JhbCBzdHlsZXMsIGFuZCB0aGUgQXN0cm8gdGhlbWUgYnkgZGVmYXVsdC5cbiAqXG4gKiBfTm90ZTogRm9yIFVJIExpYnJhcnkgYW5kIEFzdHJvIENTUyBjb25mbGljdHMsIHdlIHN1cHBseSBhIHRoZW1lIG92ZXJyaWRlIGxvY2F0ZWQgYXRfXG4gKiBgQHBpbmd1eC9hc3Ryby9saWIvc3R5bGVzL3RoZW1lT3ZlcnJpZGVzL3VpTGlicmFyeU92ZXJyaWRlLmpzYFxuICovXG5jb25zdCBBc3Ryb1dyYXBwZXIgPSBmb3J3YXJkUmVmKChwcm9wcywgcmVmKSA9PiB7XG4gIGNvbnN0IHtcbiAgICBkZWZhdWx0VGhlbWUsXG4gICAgdGhlbWVPdmVycmlkZXMsXG4gICAgY2hpbGRyZW4sXG4gICAgLi4ub3RoZXJzXG4gIH0gPSBwcm9wcztcblxuICAvLyBVbmZvcnR1bmF0ZWx5IGJlY2F1c2UgdGhpcyBpcyBhZGRpbmcgc3R5bGVzLCB3ZSBjYW5ub3Qgd3JpdGUgYSBwcm9wZXIgdGVzdCBmb3IgdGhpcy5cbiAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgY29uc3QgdGhlbWUgPSB1c2VNZW1vKCgpID0+IG1lcmdlKGRlZmF1bHRUaGVtZSwgLi4udGhlbWVPdmVycmlkZXMpLFxuICAgIFtkZWZhdWx0VGhlbWUsIHRoZW1lT3ZlcnJpZGVzXSk7XG5cbiAgcmV0dXJuIChcbiAgICA8VGhlbWVQcm92aWRlciByZWY9e3JlZn0gdGhlbWU9e3RoZW1lfSB7Li4ub3RoZXJzfT5cbiAgICAgIDxHbG9iYWxTdHlsZXMgLz5cbiAgICAgIDxCb3ggYmc9XCJiYWNrZ3JvdW5kXCIgaGVpZ2h0PVwiMTAwJVwiIHsuLi5wcm9wc30+XG4gICAgICAgIHtjaGlsZHJlbn1cbiAgICAgIDwvQm94PlxuICAgIDwvVGhlbWVQcm92aWRlcj5cbiAgKTtcbn0pO1xuXG5Bc3Ryb1dyYXBwZXIucHJvcFR5cGVzID0ge1xuICAvKiogQXJyYXkgb2YgdGhlbWUgb2JqZWN0cyB3aGljaCB3aWxsIGJlIG1lcmdlZCB3aXRoIHRoZSBkZWZhdWx0IHRoZW1lLlxuICAgICAqIEluIHRoZSBjYXNlIG9mIGNsYXNoZXMsIHRoZXNlIHdpbGwgdGFrZSBwcmlvcml0eS5cbiAgICAgKiBVc2VmdWwgZm9yIGN1c3RvbWl6aW5nIHRoZSBkZWZhdWx0IHZhcmlhbnRzLCBhZGRpbmcgbmV3IG9uZXMsXG4gICAgICogIG9yIG92ZXJyaWRpbmcgb3RoZXIgdGhlbWUgdmFsdWVzLiAqL1xuICB0aGVtZU92ZXJyaWRlczogUHJvcFR5cGVzLmFycmF5T2YoUHJvcFR5cGVzLnNoYXBlKHt9KSksXG4gIC8qKiBUaGUgZGVmYXVsdCB0aGVtZSBhcHBsaWVkIHRvIHRoZSBBc3RybyBjb21wb25lbnRzLlxuICAgKiBPdmVycmlkaW5nIHRoaXMgaXMgYW4gYWR2YW5jZWQgdXNlIGNhc2Ugc29cbiAgICogcGxlYXNlIHVuZGVyc3RhbmQgcG90ZW50aWFsIHJlcHJlY3Vzc2lvbnMgYmVmb3JlIGVkaXRpbmcgKi9cbiAgZGVmYXVsdFRoZW1lOiBQcm9wVHlwZXMuc2hhcGUoe30pLFxufTtcblxuQXN0cm9XcmFwcGVyLmRlZmF1bHRQcm9wcyA9IHtcbiAgZGVmYXVsdFRoZW1lOiBhc3Ryb1RoZW1lLFxuICB0aGVtZU92ZXJyaWRlczogW3t9XSxcbn07XG5cbi8qKlxuICogV3JhcHBlciBmb3IgdGhlIEFzdHJvIGFwcGxpY2F0aW9uIHcvbyBnbG9iYWwgc3R5bGVzLlxuICogSXQgcHJvdmlkZXMgdGhlIHN0YW5kYXJkIGJhY2tncm91bmQgYW5kIHRoZSBBc3RybyB0aGVtZS5cbiAqL1xuZXhwb3J0IGNvbnN0IFBhZ2VXcmFwcGVyID0gZm9yd2FyZFJlZigocHJvcHMsIHJlZikgPT4ge1xuICBjb25zdCB7XG4gICAgZGVmYXVsdFRoZW1lLFxuICAgIHRoZW1lT3ZlcnJpZGVzLFxuICAgIGNoaWxkcmVuLFxuICAgIC4uLm90aGVyc1xuICB9ID0gcHJvcHM7XG5cbiAgY29uc3QgdGhlbWUgPSB1c2VNZW1vKCgpID0+IG1lcmdlKGRlZmF1bHRUaGVtZSwgLi4udGhlbWVPdmVycmlkZXMpLFxuICAgIFtkZWZhdWx0VGhlbWUsIHRoZW1lT3ZlcnJpZGVzXSk7XG4gIHJldHVybiAoXG4gICAgPFRoZW1lUHJvdmlkZXIgcmVmPXtyZWZ9IHRoZW1lPXt0aGVtZX0gey4uLm90aGVyc30+XG4gICAgICA8R2xvYmFsXG4gICAgICAgIHN0eWxlcz17XG4gIGNzc2BcbiAgICBAaW1wb3J0IHVybChcImh0dHBzOi8vdXNlLnR5cGVraXQubmV0L2ljejhjbmkuY3NzXCIpO1xuXG4gICAgW2RhdGEtdGlwcHktcm9vdF0ge1xuICAgICAgbWF4LXdpZHRoOiBjYWxjKDEwMHZ3IC0gMTBweCk7XG4gICAgfVxuICBgXG59XG4gICAgICAvPlxuICAgICAgPEJveFxuICAgICAgICBjc3M9e1xuICBjc3NgXG4gICAgJHtlbW90aW9uTm9ybWFsaXplfVxuXG4gICAgKiB7XG4gICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgICAgZm9udC1mYW1pbHk6IFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xuXG4gICAgICAuaXMtZGlzYWJsZWQge1xuICAgICAgICBvcGFjaXR5OiAwLjU7XG4gICAgICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgICAgfVxuICAgIH1cbiAgYFxufVxuICAgICAgICB7Li4ucHJvcHN9XG4gICAgICA+XG4gICAgICAgIHtjaGlsZHJlbn1cbiAgICAgIDwvQm94PlxuICAgIDwvVGhlbWVQcm92aWRlcj5cbiAgKTtcbn0pO1xuXG5QYWdlV3JhcHBlci5wcm9wVHlwZXMgPSB7XG4gIC8qKiBBcnJheSBvZiB0aGVtZSBvYmplY3RzIHdoaWNoIHdpbGwgYmUgbWVyZ2VkIHdpdGggdGhlIGRlZmF1bHQgdGhlbWUuXG4gICAgICogSW4gdGhlIGNhc2Ugb2YgY2xhc2hlcywgdGhlc2Ugd2lsbCB0YWtlIHByaW9yaXR5LlxuICAgICAqIFVzZWZ1bCBmb3IgY3VzdG9taXppbmcgdGhlIGRlZmF1bHQgdmFyaWFudHMsIGFkZGluZyBuZXcgb25lcyxcbiAgICAgKiAgb3Igb3ZlcnJpZGluZyBvdGhlciB0aGVtZSB2YWx1ZXMuICovXG4gIHRoZW1lT3ZlcnJpZGVzOiBQcm9wVHlwZXMuYXJyYXlPZihQcm9wVHlwZXMuc2hhcGUoe30pKSxcbiAgLyoqIFRoZSBkZWZhdWx0IHRoZW1lIGFwcGxpZWQgdG8gdGhlIEFzdHJvIGNvbXBvbmVudHMuXG4gICAqIE92ZXJyaWRpbmcgdGhpcyBpcyBhbiBhZHZhbmNlZCB1c2UgY2FzZSBzb1xuICAgKiBwbGVhc2UgdW5kZXJzdGFuZCBwb3RlbnRpYWwgcmVwcmVjdXNzaW9ucyBiZWZvcmUgZWRpdGluZyAqL1xuICBkZWZhdWx0VGhlbWU6IFByb3BUeXBlcy5zaGFwZSh7fSksXG59O1xuXG5QYWdlV3JhcHBlci5kZWZhdWx0UHJvcHMgPSB7XG4gIGRlZmF1bHRUaGVtZTogYXN0cm9UaGVtZSxcbiAgdGhlbWVPdmVycmlkZXM6IFt7fV0sXG59O1xuXG5leHBvcnQgeyBUaGVtZVByb3ZpZGVyIH07XG5leHBvcnQgZGVmYXVsdCBBc3Ryb1dyYXBwZXI7XG4iXX0= */")
102
- }, props), children));
103
- });
104
- PageWrapper.propTypes = {
105
- /** Array of theme objects which will be merged with the default theme.
106
- * In the case of clashes, these will take priority.
107
- * Useful for customizing the default variants, adding new ones,
108
- * or overriding other theme values. */
109
- themeOverrides: PropTypes.arrayOf(PropTypes.shape({})),
110
-
111
- /** The default theme applied to the Astro components.
112
- * Overriding this is an advanced use case so
113
- * please understand potential reprecussions before editing */
114
- defaultTheme: PropTypes.shape({})
115
- };
116
- PageWrapper.defaultProps = {
117
- defaultTheme: astroTheme,
118
- themeOverrides: [{}]
119
- };
120
- export { ThemeProvider };
121
- export default AstroWrapper;
@@ -1,68 +0,0 @@
1
- import React from 'react';
2
- import { AstroWrapper, Button, Text } from '../../index';
3
- import { jsx as ___EmotionJSX } from "@emotion/react";
4
- export default {
5
- title: 'AstroWrapper',
6
- component: AstroWrapper,
7
- decorators: [function (Story) {
8
- return ___EmotionJSX("div", null, ___EmotionJSX(Story, null));
9
- }]
10
- };
11
- export var Default = function Default() {
12
- return ___EmotionJSX(AstroWrapper, {
13
- bg: "transparent",
14
- alignItems: "flex-start"
15
- }, ___EmotionJSX(Text, {
16
- variant: "title",
17
- mb: "sm"
18
- }, "Title Text"), ___EmotionJSX(Text, {
19
- variant: "body",
20
- mb: "sm"
21
- }, "Body text"), ___EmotionJSX(Button, {
22
- variant: "primary"
23
- }, "Primary Button"));
24
- };
25
- export var WithCustomThemeOverride = function WithCustomThemeOverride() {
26
- var myNewColors = {
27
- primary: '#183446',
28
- secondary: '#046E8F'
29
- };
30
- var myCustomBranding = {
31
- buttons: {
32
- primary: {
33
- bg: myNewColors.primary,
34
- border: 'none',
35
- display: 'inline',
36
- '&:hover': {
37
- bg: '#0090C1',
38
- border: 'none'
39
- }
40
- }
41
- },
42
- text: {
43
- title: {
44
- color: myNewColors.secondary
45
- }
46
- }
47
- };
48
- return ___EmotionJSX(AstroWrapper, {
49
- themeOverrides: [myCustomBranding],
50
- bg: "transparent",
51
- alignItems: "flex-start"
52
- }, ___EmotionJSX(Text, {
53
- variant: "title",
54
- mb: "sm"
55
- }, "This is the heading variant with a custom theme applied. "), ___EmotionJSX(Text, {
56
- variant: "body",
57
- mb: "sm"
58
- }, "The body variant is not mentioned in the custom theme, so it inherits styles from the default Astro theme."), ___EmotionJSX(Button, {
59
- variant: "primary"
60
- }, "This is a primary button with custom theme."));
61
- };
62
- WithCustomThemeOverride.story = {
63
- parameters: {
64
- docs: {
65
- storyDescription: 'Pass an array containing your theme override objects to the `themeOverrides` prop.'
66
- }
67
- }
68
- };
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
- import { render, screen } from '@testing-library/react';
3
- import { AstroWrapper, Box } from '../../index';
4
- import axeTest from '../../utils/testUtils/testAxe';
5
- import { jsx as ___EmotionJSX } from "@emotion/react";
6
- var testId = 'test-box';
7
- var defaultProps = {
8
- bg: 'active',
9
- 'data-testid': testId
10
- };
11
-
12
- var getComponent = function getComponent() {
13
- return render(___EmotionJSX(Box, defaultProps), {
14
- wrapper: AstroWrapper
15
- });
16
- }; // Need to be added to each test file to test accessibility using axe.
17
-
18
-
19
- axeTest(getComponent);
20
- test('should provide theme styling through AstroWrapper', function () {
21
- getComponent();
22
- var box = screen.queryByTestId(testId);
23
- expect(box).toBeInstanceOf(HTMLDivElement);
24
- expect(box).toBeInTheDocument();
25
- expect(box).toHaveStyle('background-color: active');
26
- });
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import { render, screen } from '@testing-library/react';
3
- import { PageWrapper, Box } from '../../index';
4
- import axeTest from '../../utils/testUtils/testAxe';
5
- import { jsx as ___EmotionJSX } from "@emotion/react";
6
- var testId = 'test-box';
7
- var defaultProps = {
8
- bg: 'active',
9
- 'data-testid': testId
10
- };
11
-
12
- var getComponent = function getComponent() {
13
- return render(___EmotionJSX(Box, defaultProps), {
14
- wrapper: PageWrapper
15
- });
16
- }; // Need to be added to each test file to test accessibility using axe.
17
-
18
-
19
- axeTest(getComponent); // NOTE: This will fail if in the AstroWrapper test file...
20
- // Probably something to do with Jest / RTL
21
-
22
- test('should provide theme styling through PageWrapper', function () {
23
- getComponent();
24
- var box = screen.queryByTestId(testId);
25
- expect(box).toBeInstanceOf(HTMLDivElement);
26
- expect(box).toBeInTheDocument();
27
- expect(box).toHaveStyle('background-color: active');
28
- });
@@ -1,2 +0,0 @@
1
- export { default } from './AstroWrapper';
2
- export * from './AstroWrapper';
@@ -1,27 +0,0 @@
1
- import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
2
- import React, { forwardRef } from 'react';
3
- import PropTypes from 'prop-types';
4
- import { Avatar as ThemeUIAvatar } from 'theme-ui';
5
- /**
6
- * Basic avatar component.
7
- * Built on top of [Avatar from Theme-UI](https://theme-ui.com/components/avatar/).
8
- */
9
-
10
- import { jsx as ___EmotionJSX } from "@emotion/react";
11
- var Avatar = /*#__PURE__*/forwardRef(function (props, ref) {
12
- return ___EmotionJSX(ThemeUIAvatar, _extends({
13
- ref: ref
14
- }, props));
15
- });
16
- Avatar.propTypes = {
17
- /** Source of avatar. */
18
- src: PropTypes.string.isRequired,
19
-
20
- /** Alternative text for avatar. */
21
- alt: PropTypes.string
22
- };
23
- Avatar.defaultProps = {
24
- alt: 'Avatar'
25
- };
26
- Avatar.displayName = 'Avatar';
27
- export default Avatar;
@@ -1,22 +0,0 @@
1
- import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
2
- import React from 'react';
3
- import Avatar from '.';
4
- import { pingImg } from '../../utils/devUtils/constants/images';
5
- import { jsx as ___EmotionJSX } from "@emotion/react";
6
- export default {
7
- title: 'Avatar',
8
- component: Avatar,
9
- argTypes: {
10
- src: {
11
- control: {
12
- type: 'none'
13
- },
14
- defaultValue: pingImg
15
- }
16
- }
17
- };
18
- export var Default = function Default(_ref) {
19
- var args = _extends({}, _ref);
20
-
21
- return ___EmotionJSX(Avatar, args);
22
- };
@@ -1,32 +0,0 @@
1
- import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
2
- import React from 'react';
3
- import { faker } from '@faker-js/faker';
4
- import axeTest from '../../utils/testUtils/testAxe';
5
- import { render, screen } from '../../utils/testUtils/testWrapper';
6
- import Avatar from '.';
7
- import { jsx as ___EmotionJSX } from "@emotion/react";
8
- var defaultProps = {
9
- src: faker.image.lorempicsum.imageUrl(150, 150, false, 0, '1')
10
- };
11
-
12
- var getComponent = function getComponent() {
13
- var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
- return render(___EmotionJSX(Avatar, _extends({}, defaultProps, props)));
15
- }; // Need to be added to each test file to test accessibility using axe.
16
-
17
-
18
- axeTest(getComponent);
19
- test('an avatar is rendered', function () {
20
- getComponent();
21
- var img = screen.getByRole('img');
22
- expect(img).toBeInstanceOf(HTMLImageElement);
23
- expect(img).toBeInTheDocument();
24
- expect(img).toHaveAttribute('alt', 'Avatar');
25
- });
26
- test('an avatar is rendered with custom alt', function () {
27
- getComponent({
28
- alt: 'Custom Alt'
29
- });
30
- var img = screen.getByRole('img');
31
- expect(img).toHaveAttribute('alt', 'Custom Alt');
32
- });
@@ -1 +0,0 @@
1
- export { default } from './Avatar';
@@ -1,111 +0,0 @@
1
- import _Object$defineProperty from "@babel/runtime-corejs3/core-js-stable/object/define-property";
2
- import _Object$defineProperties from "@babel/runtime-corejs3/core-js-stable/object/define-properties";
3
- import _Object$getOwnPropertyDescriptors from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors";
4
- import _forEachInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/for-each";
5
- import _Object$getOwnPropertyDescriptor from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor";
6
- import _filterInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/filter";
7
- import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
8
- import _Object$keys from "@babel/runtime-corejs3/core-js-stable/object/keys";
9
- import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
10
- import _Number$isNaN from "@babel/runtime-corejs3/core-js-stable/number/is-nan";
11
- import _defineProperty from "@babel/runtime-corejs3/helpers/esm/defineProperty";
12
- import _objectWithoutProperties from "@babel/runtime-corejs3/helpers/esm/objectWithoutProperties";
13
- import _styled from "@emotion/styled/base";
14
- var _excluded = ["flexDirection", "gap", "isRow", "isDisabled", "className", "fontSize", "sx"];
15
-
16
- 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; }
17
-
18
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(source), !0)).call(_context, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
19
-
20
- import React, { forwardRef, useMemo } from 'react';
21
- import PropTypes from 'prop-types';
22
- import { layout, flexbox, typography } from 'styled-system';
23
- import { Box as ThemeUIBox } from 'theme-ui';
24
- import { propType as stylePropType } from '@styled-system/prop-types';
25
- import { toNumber } from 'lodash';
26
- import { useStatusClasses, usePropWarning } from '../../hooks';
27
- import { jsx as ___EmotionJSX } from "@emotion/react";
28
-
29
- var ExtendedBox = /*#__PURE__*/_styled(ThemeUIBox, process.env.NODE_ENV === "production" ? {
30
- target: "e146bxl90"
31
- } : {
32
- target: "e146bxl90",
33
- label: "ExtendedBox"
34
- })(layout, flexbox, typography, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0JveC9Cb3guanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBU29CIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0JveC9Cb3guanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QsIHsgZm9yd2FyZFJlZiwgdXNlTWVtbyB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCBQcm9wVHlwZXMgZnJvbSAncHJvcC10eXBlcyc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBsYXlvdXQsIGZsZXhib3gsIHR5cG9ncmFwaHkgfSBmcm9tICdzdHlsZWQtc3lzdGVtJztcbmltcG9ydCB7IEJveCBhcyBUaGVtZVVJQm94IH0gZnJvbSAndGhlbWUtdWknO1xuaW1wb3J0IHsgcHJvcFR5cGUgYXMgc3R5bGVQcm9wVHlwZSB9IGZyb20gJ0BzdHlsZWQtc3lzdGVtL3Byb3AtdHlwZXMnO1xuaW1wb3J0IHsgdG9OdW1iZXIgfSBmcm9tICdsb2Rhc2gnO1xuaW1wb3J0IHsgdXNlU3RhdHVzQ2xhc3NlcywgdXNlUHJvcFdhcm5pbmcgfSBmcm9tICcuLi8uLi9ob29rcyc7XG5cbmNvbnN0IEV4dGVuZGVkQm94ID0gc3R5bGVkKFRoZW1lVUlCb3gpKGxheW91dCwgZmxleGJveCwgdHlwb2dyYXBoeSk7XG4vKipcbiAqIEJhc2ljIGZsZXhib3gtYmFzZWQgbGF5b3V0IGNvbXBvbmVudCBmb3IgY3JlYXRpbmcgcm93cyBhbmQgY29sdW1ucyxcbiAqIHdoaWxlIGNvbnRyb2xsaW5nIHNpemVzIGFuZCBzcGFjaW5nLlxuICogQWNjZXB0cyBtb3N0IG9mIHRoZSBzdHlsaW5nIHByb3BzIGZyb20gW3N0eWxlZC1zeXN0ZW1dKGh0dHBzOi8vc3R5bGVkLXN5c3RlbS5jb20vdGFibGUpLlxuICogQnVpbHQgb24gdG9wIG9mIHRoZSBbQm94IGZyb20gVGhlbWUtVUldKGh0dHBzOi8vdGhlbWUtdWkuY29tL2NvbXBvbmVudHMvYm94LykuXG4gKi9cbmNvbnN0IEJveCA9IGZvcndhcmRSZWYoKHByb3BzLCByZWYpID0+IHtcbiAgY29uc3Qge1xuICAgIGZsZXhEaXJlY3Rpb24sIC8vIGVzbGludC1kaXNhYmxlLWxpbmVcbiAgICBnYXAsXG4gICAgaXNSb3csXG4gICAgaXNEaXNhYmxlZCxcbiAgICBjbGFzc05hbWUsXG4gICAgZm9udFNpemUsXG4gICAgc3gsIC8vIGVzbGludC1kaXNhYmxlLWxpbmVcbiAgICAuLi5vdGhlcnNcbiAgfSA9IHByb3BzO1xuICBjb25zdCBmZCA9IGZsZXhEaXJlY3Rpb24gfHwgaXNSb3cgPyAncm93JyA6ICdjb2x1bW4nO1xuICBjb25zdCBjdXN0b20gPSB7IC4uLnN4IH07XG5cbiAgY29uc3QgeyBjbGFzc05hbWVzIH0gPSB1c2VTdGF0dXNDbGFzc2VzKGNsYXNzTmFtZSwgeyBpc0Rpc2FibGVkIH0pO1xuICB1c2VQcm9wV2FybmluZyhwcm9wcywgJ2Rpc2FibGVkJywgJ2lzRGlzYWJsZWQnKTtcblxuICBpZiAoZ2FwKSB7XG4gICAgY3VzdG9tWycmID4gKiArICo6bm90KDpmaXJzdC1jaGlsZCkgLyogZW1vdGlvbi1kaXNhYmxlLXNlcnZlci1yZW5kZXJpbmctdW5zYWZlLXNlbGVjdG9yLXdhcm5pbmctcGxlYXNlLWRvLW5vdC11c2UtdGhpcy10aGUtd2FybmluZy1leGlzdHMtZm9yLWEtcmVhc29uICovJ10gPSB7XG4gICAgICBbZmQgPT09ICdyb3cnID8gJ21hcmdpbkxlZnQnIDogJ21hcmdpblRvcCddOiBnYXAsXG4gICAgfTtcbiAgfVxuXG4gIGNvbnN0IGN1c3RvbUZvbnRTaXplID0gdXNlTWVtbygoKSA9PiB7XG4gICAgY29uc3QgbnVtZXJpY2FsRm9udFNpemUgPSB0b051bWJlcihmb250U2l6ZSk7XG4gICAgaWYgKE51bWJlci5pc05hTihudW1lcmljYWxGb250U2l6ZSkpIHtcbiAgICAgIHJldHVybiBmb250U2l6ZTtcbiAgICB9XG4gICAgcmV0dXJuIG51bWVyaWNhbEZvbnRTaXplO1xuICB9LCBbZm9udFNpemVdKTtcblxuICByZXR1cm4gKFxuICAgIDxFeHRlbmRlZEJveFxuICAgICAgY2xhc3NOYW1lPXtjbGFzc05hbWVzfVxuICAgICAgcmVmPXtyZWZ9XG4gICAgICBkaXNwbGF5PVwiZmxleFwiXG4gICAgICBmbGV4RGlyZWN0aW9uPXtmZH1cbiAgICAgIHZhcmlhbnQ9XCJib3hlcy5iYXNlXCJcbiAgICAgIGZvbnRTaXplPXtjdXN0b21Gb250U2l6ZX1cbiAgICAgIHsuLi5vdGhlcnN9XG4gICAgICBzeD17Y3VzdG9tfVxuICAgIC8+XG4gICk7XG59KTtcblxuQm94LnByb3BUeXBlcyA9IHtcbiAgLyoqIFRoZSBiYWNrZ3JvdW5kIGNvbG9yIG9mIHRoZSBib3guICovXG4gIGJnOiBQcm9wVHlwZXMuc3RyaW5nLFxuICAvKiogV2hldGhlciB0aGUgYm94IGlzIGRpc2FibGVkLiAqL1xuICBpc0Rpc2FibGVkOiBQcm9wVHlwZXMub25lT2ZUeXBlKFtQcm9wVHlwZXMuYm9vbCwgUHJvcFR5cGVzLm9iamVjdF0pLFxuICAvKiogVGhlIGJhc2UgSFRNTCB0YWcgbmFtZSBvciBSZWFjdCBjb21wb25lbnQgdHlwZSB0byByZW5kZXIgKi9cbiAgYXM6IFByb3BUeXBlcy5vbmVPZlR5cGUoW1Byb3BUeXBlcy5zdHJpbmcsIFByb3BUeXBlcy5lbGVtZW50VHlwZV0pLFxuICAvKiogV2hlbiB0cnVlLCBkaXNwbGF5IGFzIGEgcm93IHJhdGhlciB0aGFuIGEgY29sdW1uLiAqL1xuICBpc1JvdzogUHJvcFR5cGVzLmJvb2wsXG4gIC8qKiBHYXAgYmV0d2VlbiBpdGVtcywgd2hldGhlciBpbiBhIHJvdyBvciBjb2x1bW4uICovXG4gIGdhcDogc3R5bGVQcm9wVHlwZSxcbiAgZm9udFNpemU6IFByb3BUeXBlcy5vbmVPZlR5cGUoW1Byb3BUeXBlcy5zdHJpbmcsIFByb3BUeXBlcy5udW1iZXJdKSxcbn07XG5cbkJveC5kZWZhdWx0UHJvcHMgPSB7XG4gIGFzOiAnZGl2JyxcbiAgaXNSb3c6IGZhbHNlLFxuICBpc0Rpc2FibGVkOiBmYWxzZSxcbn07XG5cbkJveC5kaXNwbGF5TmFtZSA9ICdCb3gnO1xuXG5leHBvcnQgZGVmYXVsdCBCb3g7XG4iXX0= */");
35
- /**
36
- * Basic flexbox-based layout component for creating rows and columns,
37
- * while controlling sizes and spacing.
38
- * Accepts most of the styling props from [styled-system](https://styled-system.com/table).
39
- * Built on top of the [Box from Theme-UI](https://theme-ui.com/components/box/).
40
- */
41
-
42
-
43
- var Box = /*#__PURE__*/forwardRef(function (props, ref) {
44
- var flexDirection = props.flexDirection,
45
- gap = props.gap,
46
- isRow = props.isRow,
47
- isDisabled = props.isDisabled,
48
- className = props.className,
49
- fontSize = props.fontSize,
50
- sx = props.sx,
51
- others = _objectWithoutProperties(props, _excluded);
52
-
53
- var fd = flexDirection || isRow ? 'row' : 'column';
54
-
55
- var custom = _objectSpread({}, sx);
56
-
57
- var _useStatusClasses = useStatusClasses(className, {
58
- isDisabled: isDisabled
59
- }),
60
- classNames = _useStatusClasses.classNames;
61
-
62
- usePropWarning(props, 'disabled', 'isDisabled');
63
-
64
- if (gap) {
65
- custom['& > * + *:not(:first-child) /* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */'] = _defineProperty({}, fd === 'row' ? 'marginLeft' : 'marginTop', gap);
66
- }
67
-
68
- var customFontSize = useMemo(function () {
69
- var numericalFontSize = toNumber(fontSize);
70
-
71
- if (_Number$isNaN(numericalFontSize)) {
72
- return fontSize;
73
- }
74
-
75
- return numericalFontSize;
76
- }, [fontSize]);
77
- return ___EmotionJSX(ExtendedBox, _extends({
78
- className: classNames,
79
- ref: ref,
80
- display: "flex",
81
- flexDirection: fd,
82
- variant: "boxes.base",
83
- fontSize: customFontSize
84
- }, others, {
85
- sx: custom
86
- }));
87
- });
88
- Box.propTypes = {
89
- /** The background color of the box. */
90
- bg: PropTypes.string,
91
-
92
- /** Whether the box is disabled. */
93
- isDisabled: PropTypes.oneOfType([PropTypes.bool, PropTypes.object]),
94
-
95
- /** The base HTML tag name or React component type to render */
96
- as: PropTypes.oneOfType([PropTypes.string, PropTypes.elementType]),
97
-
98
- /** When true, display as a row rather than a column. */
99
- isRow: PropTypes.bool,
100
-
101
- /** Gap between items, whether in a row or column. */
102
- gap: stylePropType,
103
- fontSize: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
104
- };
105
- Box.defaultProps = {
106
- as: 'div',
107
- isRow: false,
108
- isDisabled: false
109
- };
110
- Box.displayName = 'Box';
111
- export default Box;