@splunk/react-ui 4.43.0 → 5.0.0-beta.2

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 (631) hide show
  1. package/Accordion.js +87 -109
  2. package/Animation.js +48 -31
  3. package/Avatar.d.ts +2 -0
  4. package/Avatar.js +478 -0
  5. package/Box.js +8 -8
  6. package/Breadcrumbs.js +45 -49
  7. package/Button.js +144 -399
  8. package/ButtonGroup.js +22 -26
  9. package/ButtonSimple.js +239 -605
  10. package/CHANGELOG.md +4 -0
  11. package/CHANGELOG.v5.mdx +195 -0
  12. package/Calendar.js +55 -68
  13. package/Card.js +162 -200
  14. package/Chip.js +108 -96
  15. package/Clickable.js +174 -310
  16. package/Code.js +393 -422
  17. package/CollapsiblePanel.js +439 -601
  18. package/Color.js +727 -967
  19. package/ColumnLayout.js +190 -234
  20. package/ComboBox.js +147 -135
  21. package/ControlGroup.js +502 -531
  22. package/Date.js +315 -416
  23. package/DefinitionList.js +128 -140
  24. package/Dropdown.js +201 -358
  25. package/DualListbox.js +26 -26
  26. package/File.js +479 -558
  27. package/FormRows.js +339 -569
  28. package/Heading.js +53 -99
  29. package/Image.js +254 -305
  30. package/JSONTree.js +105 -107
  31. package/Layer.js +187 -269
  32. package/{CloseButton.js → Layout.js} +39 -61
  33. package/Link.js +91 -244
  34. package/List.js +68 -74
  35. package/MIGRATION.v5.mdx +428 -0
  36. package/Markdown.js +439 -385
  37. package/Menu.js +383 -741
  38. package/Message.js +150 -322
  39. package/MessageBar.js +15 -15
  40. package/Modal.js +444 -587
  41. package/Monogram.js +1 -1
  42. package/Multiselect.js +1207 -1256
  43. package/NonInteractiveCheckbox.js +189 -0
  44. package/Number.js +495 -604
  45. package/Paginator.js +294 -406
  46. package/Paragraph.js +12 -15
  47. package/Popover.js +582 -744
  48. package/Progress.js +141 -244
  49. package/Prose.d.ts +2 -0
  50. package/Prose.js +213 -0
  51. package/RadioBar.js +328 -450
  52. package/RadioList.js +132 -216
  53. package/Resize.js +351 -402
  54. package/ResultsMenu.js +255 -358
  55. package/Scroll.js +159 -238
  56. package/Search.js +358 -437
  57. package/Select.js +1097 -1380
  58. package/SidePanel.js +179 -223
  59. package/Slider.js +440 -542
  60. package/SlidingPanels.js +377 -504
  61. package/SplitButton.js +114 -102
  62. package/StaticContent.js +58 -74
  63. package/StepBar.js +193 -258
  64. package/Switch.js +246 -552
  65. package/TabBar.js +438 -622
  66. package/TabLayout.js +197 -251
  67. package/Table.js +2355 -3673
  68. package/Text.js +422 -909
  69. package/TextArea.js +537 -959
  70. package/Tooltip.js +35 -41
  71. package/TransitionOpen.js +296 -336
  72. package/Typography.js +35 -50
  73. package/WaitSpinner.js +93 -124
  74. package/package.json +14 -15
  75. package/stubs-dependencies.d.ts +0 -7
  76. package/stubs-splunkui.d.ts +6 -1
  77. package/types/src/Accordion/Accordion.d.ts +5 -1
  78. package/types/src/Accordion/Panel.d.ts +1 -2
  79. package/types/src/Accordion/docs/examples/Controlled.d.ts +2 -1
  80. package/types/src/Accordion/docs/examples/Inset.d.ts +2 -1
  81. package/types/src/Accordion/docs/examples/Uncontrolled.d.ts +2 -1
  82. package/types/src/Anchor/Anchor.d.ts +1 -1
  83. package/types/src/Anchor/docs/examples/Basic.d.ts +2 -1
  84. package/types/src/Animation/Animation.d.ts +12 -2
  85. package/types/src/AnimationToggle/AnimationToggleProvider.d.ts +1 -1
  86. package/types/src/AnimationToggle/docs/examples/Provider.d.ts +2 -2
  87. package/types/src/AnimationToggle/docs/examples/ReducedMotionComponent.d.ts +2 -1
  88. package/types/src/AnimationToggle/docs/examples/ReducedMotionHook.d.ts +2 -1
  89. package/types/src/AnimationToggle/docs/examples/ToggleComponent.d.ts +2 -2
  90. package/types/src/AnimationToggle/docs/examples/ToggleHook.d.ts +2 -1
  91. package/types/src/Avatar/Avatar.d.ts +65 -0
  92. package/types/src/Avatar/docs/examples/BackgroundColor.d.ts +2 -0
  93. package/types/src/Avatar/docs/examples/Basic.d.ts +2 -0
  94. package/types/src/Avatar/docs/examples/Image.d.ts +2 -0
  95. package/types/src/Avatar/docs/examples/Interactive.d.ts +2 -0
  96. package/types/src/Avatar/docs/examples/Size.d.ts +2 -0
  97. package/types/src/Avatar/getInitials.d.ts +9 -0
  98. package/types/src/Avatar/index.d.ts +2 -0
  99. package/types/src/Box/Box.d.ts +1 -1
  100. package/types/src/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  101. package/types/src/Breadcrumbs/Item.d.ts +1 -1
  102. package/types/src/Breadcrumbs/docs/examples/Adornments.d.ts +2 -1
  103. package/types/src/Breadcrumbs/docs/examples/Basic.d.ts +2 -1
  104. package/types/src/Breadcrumbs/docs/examples/CustomizedClick.d.ts +2 -1
  105. package/types/src/Button/Button.d.ts +19 -34
  106. package/types/src/Button/docs/examples/Basic.d.ts +2 -1
  107. package/types/src/Button/docs/examples/Block.d.ts +2 -1
  108. package/types/src/Button/docs/examples/Disabled.d.ts +2 -1
  109. package/types/src/Button/docs/examples/Icons.d.ts +2 -1
  110. package/types/src/Button/docs/examples/Menus.d.ts +2 -1
  111. package/types/src/Button/docs/examples/To.d.ts +2 -1
  112. package/types/src/Button/docs/examples/Truncated.d.ts +2 -1
  113. package/types/src/ButtonGroup/ButtonGroup.d.ts +1 -1
  114. package/types/src/ButtonGroup/docs/examples/Basic.d.ts +2 -1
  115. package/types/src/ButtonSimple/ButtonSimple.d.ts +22 -41
  116. package/types/src/ButtonSimple/mixin.d.ts +6 -2
  117. package/types/src/Calendar/Calendar.d.ts +2 -2
  118. package/types/src/Calendar/DateTable.d.ts +1 -1
  119. package/types/src/Calendar/Day.d.ts +1 -1
  120. package/types/src/Calendar/MonthHeader.d.ts +1 -1
  121. package/types/src/Card/Body.d.ts +1 -1
  122. package/types/src/Card/Card.d.ts +4 -9
  123. package/types/src/Card/Footer.d.ts +1 -8
  124. package/types/src/Card/Header.d.ts +2 -2
  125. package/types/src/Card/docs/examples/Actions.d.ts +2 -1
  126. package/types/src/Card/docs/examples/Basic.d.ts +2 -1
  127. package/types/src/Card/docs/examples/Clickable.d.ts +2 -1
  128. package/types/src/Card/docs/examples/Full.d.ts +2 -1
  129. package/types/src/Card/docs/examples/Images.d.ts +2 -1
  130. package/types/src/Card/docs/examples/Selectable.d.ts +2 -1
  131. package/types/src/CardLayout/CardLayout.d.ts +1 -1
  132. package/types/src/CardLayout/docs/examples/Basic.d.ts +2 -1
  133. package/types/src/CardLayout/docs/examples/Interactive.d.ts +2 -2
  134. package/types/src/Chip/Chip.d.ts +1 -1
  135. package/types/src/Chip/docs/examples/Appearance.d.ts +2 -1
  136. package/types/src/Chip/docs/examples/CustomColors.d.ts +2 -1
  137. package/types/src/Chip/docs/examples/Disabled.d.ts +2 -1
  138. package/types/src/Chip/docs/examples/Icon.d.ts +2 -1
  139. package/types/src/Chip/docs/examples/Removable.d.ts +2 -1
  140. package/types/src/Chip/docs/examples/RemovableWithNonStringChildren.d.ts +2 -1
  141. package/types/src/Clickable/Clickable.d.ts +13 -37
  142. package/types/src/Clickable/NavigationProvider.d.ts +2 -19
  143. package/types/src/Clickable/docs/examples/Basic.d.ts +2 -1
  144. package/types/src/Clickable/docs/examples/Disabled.d.ts +3 -0
  145. package/types/src/Clickable/docs/examples/NavigationProvider.d.ts +2 -1
  146. package/types/src/Code/Code.d.ts +2 -2
  147. package/types/src/Code/docs/examples/Default.d.ts +2 -1
  148. package/types/src/Code/docs/examples/HideIndent.d.ts +2 -1
  149. package/types/src/Code/docs/examples/Language.d.ts +2 -1
  150. package/types/src/CollapsiblePanel/CollapsiblePanel.d.ts +31 -70
  151. package/types/src/CollapsiblePanel/SingleOpenPanelGroup.d.ts +2 -2
  152. package/types/src/CollapsiblePanel/docs/examples/Actions.d.ts +3 -0
  153. package/types/src/CollapsiblePanel/docs/examples/BasicControlled.d.ts +2 -1
  154. package/types/src/CollapsiblePanel/docs/examples/BasicUncontrolled.d.ts +2 -1
  155. package/types/src/CollapsiblePanel/docs/examples/Disabled.d.ts +3 -0
  156. package/types/src/CollapsiblePanel/docs/examples/MultiControlled.d.ts +2 -1
  157. package/types/src/CollapsiblePanel/docs/examples/MultiUncontrolled.d.ts +2 -1
  158. package/types/src/CollapsiblePanel/docs/examples/SingleOpenPanelGroupControlled.d.ts +2 -1
  159. package/types/src/CollapsiblePanel/docs/examples/SingleOpenPanelGroupInset.d.ts +2 -1
  160. package/types/src/CollapsiblePanel/docs/examples/SingleOpenPanelGroupUncontrolled.d.ts +2 -1
  161. package/types/src/CollapsiblePanel/docs/examples/Subtle.d.ts +3 -0
  162. package/types/src/CollapsiblePanel/icons/ExpandPanel.d.ts +2 -1
  163. package/types/src/Color/Color.d.ts +24 -59
  164. package/types/src/Color/Palette.d.ts +3 -18
  165. package/types/src/Color/Swatch.d.ts +1 -4
  166. package/types/src/Color/docs/examples/Controlled.d.ts +2 -1
  167. package/types/src/Color/docs/examples/CustomizedPalette.d.ts +2 -1
  168. package/types/src/Color/docs/examples/HideInput.d.ts +2 -1
  169. package/types/src/Color/docs/examples/Null.d.ts +2 -1
  170. package/types/src/Color/docs/examples/ThemeVariables.d.ts +2 -1
  171. package/types/src/Color/docs/examples/Transparent.d.ts +2 -1
  172. package/types/src/Color/docs/examples/Uncontrolled.d.ts +2 -1
  173. package/types/src/ColumnLayout/Column.d.ts +1 -11
  174. package/types/src/ColumnLayout/ColumnLayout.d.ts +1 -1
  175. package/types/src/ColumnLayout/Row.d.ts +1 -11
  176. package/types/src/ColumnLayout/docs/examples/AlignItems.d.ts +2 -1
  177. package/types/src/ColumnLayout/docs/examples/Basic.d.ts +2 -1
  178. package/types/src/ColumnLayout/docs/examples/Dividers.d.ts +2 -1
  179. package/types/src/ColumnLayout/docs/examples/Gutters.d.ts +2 -1
  180. package/types/src/ComboBox/ComboBox.d.ts +4 -11
  181. package/types/src/ComboBox/Option.d.ts +2 -2
  182. package/types/src/ComboBox/docs/examples/Controlled.d.ts +2 -1
  183. package/types/src/ComboBox/docs/examples/Fetching.d.ts +2 -1
  184. package/types/src/ComboBox/docs/examples/Headings.d.ts +2 -1
  185. package/types/src/ComboBox/docs/examples/Label.d.ts +2 -1
  186. package/types/src/ComboBox/docs/examples/LoadMoreOnScrollBottom.d.ts +2 -1
  187. package/types/src/ComboBox/docs/examples/Uncontrolled.d.ts +2 -1
  188. package/types/src/ControlGroup/ControlGroup.d.ts +22 -38
  189. package/types/src/ControlGroup/ErrorMessageBar.d.ts +18 -0
  190. package/types/src/ControlGroup/docs/examples/Basic.d.ts +2 -1
  191. package/types/src/ControlGroup/docs/examples/CustomizedLabelTarget.d.ts +2 -2
  192. package/types/src/ControlGroup/docs/examples/Error.d.ts +2 -1
  193. package/types/src/ControlGroup/docs/examples/HelpWithErrorText.d.ts +2 -1
  194. package/types/src/ControlGroup/docs/examples/HelpWithLinks.d.ts +2 -1
  195. package/types/src/ControlGroup/docs/examples/LabelLeft.d.ts +3 -0
  196. package/types/src/ControlGroup/docs/examples/LayoutFill.d.ts +2 -1
  197. package/types/src/ControlGroup/docs/examples/LayoutFillJoin.d.ts +2 -1
  198. package/types/src/ControlGroup/docs/examples/LayoutNone.d.ts +2 -1
  199. package/types/src/ControlGroup/docs/examples/Required.d.ts +2 -1
  200. package/types/src/Date/Date.d.ts +30 -64
  201. package/types/src/Date/Icon.d.ts +2 -1
  202. package/types/src/Date/docs/examples/Basic.d.ts +2 -1
  203. package/types/src/Date/docs/examples/Controlled.d.ts +2 -2
  204. package/types/src/Date/docs/examples/CustomDate.d.ts +2 -1
  205. package/types/src/Date/docs/examples/Disabled.d.ts +2 -1
  206. package/types/src/Date/docs/examples/Error.d.ts +2 -1
  207. package/types/src/Date/docs/examples/HighlightToday.d.ts +2 -2
  208. package/types/src/Date/docs/examples/WithoutCalendar.d.ts +2 -1
  209. package/types/src/DefinitionList/DefinitionList.d.ts +8 -3
  210. package/types/src/DefinitionList/DefinitionListContext.d.ts +7 -0
  211. package/types/src/DefinitionList/Description.d.ts +3 -3
  212. package/types/src/DefinitionList/Term.d.ts +3 -3
  213. package/types/src/DefinitionList/docs/examples/Basic.d.ts +2 -1
  214. package/types/src/DefinitionList/docs/examples/Customize.d.ts +2 -1
  215. package/types/src/DefinitionList/docs/examples/EmptyDescription.d.ts +3 -0
  216. package/types/src/DefinitionList/docs/examples/WithSeparator.d.ts +3 -0
  217. package/types/src/Divider/Divider.d.ts +1 -1
  218. package/types/src/Divider/docs/examples/Basic.d.ts +2 -1
  219. package/types/src/Divider/docs/examples/CustomStyle.d.ts +2 -1
  220. package/types/src/Divider/docs/examples/Decorative.d.ts +2 -1
  221. package/types/src/Divider/docs/examples/Vertical.d.ts +2 -1
  222. package/types/src/Dropdown/Dropdown.d.ts +29 -44
  223. package/types/src/Dropdown/docs/examples/Basic.d.ts +2 -1
  224. package/types/src/Dropdown/docs/examples/BasicMenu.d.ts +2 -1
  225. package/types/src/Dropdown/docs/examples/ControlledDropdown.d.ts +2 -1
  226. package/types/src/Dropdown/docs/examples/Dialog.d.ts +2 -1
  227. package/types/src/Dropdown/docs/examples/ScrollContainer.d.ts +2 -1
  228. package/types/src/Dropdown/docs/examples/ScrollingMenu.d.ts +2 -1
  229. package/types/src/Dropdown/docs/examples/Submenu.d.ts +2 -1
  230. package/types/src/Dropdown/docs/examples/TooltipButtonToggle.d.ts +2 -1
  231. package/types/src/DualListbox/DualListbox.d.ts +1 -1
  232. package/types/src/DualListbox/Label.d.ts +1 -1
  233. package/types/src/DualListbox/Listbox.d.ts +1 -1
  234. package/types/src/DualListbox/Option.d.ts +1 -1
  235. package/types/src/DualListbox/ScreenReaderWrapper.d.ts +2 -1
  236. package/types/src/DualListbox/ToolbarButton.d.ts +1 -1
  237. package/types/src/DualListbox/docs/examples/Basic.d.ts +2 -1
  238. package/types/src/DualListbox/docs/examples/Controlled.d.ts +2 -1
  239. package/types/src/DualListbox/docs/examples/Fill.d.ts +2 -1
  240. package/types/src/EventListener/EventListener.d.ts +1 -1
  241. package/types/src/File/File.d.ts +26 -33
  242. package/types/src/File/Icon.d.ts +2 -1
  243. package/types/src/File/IconCloud.d.ts +2 -1
  244. package/types/src/File/Item.d.ts +1 -1
  245. package/types/src/File/PaperClip.d.ts +2 -1
  246. package/types/src/File/Retry.d.ts +2 -1
  247. package/types/src/File/Trash.d.ts +2 -1
  248. package/types/src/File/docs/examples/CustomizedMessages.d.ts +2 -1
  249. package/types/src/File/docs/examples/Disabled.d.ts +2 -2
  250. package/types/src/File/docs/examples/DropAnywhere.d.ts +2 -2
  251. package/types/src/File/docs/examples/Error.d.ts +2 -1
  252. package/types/src/File/docs/examples/FullScreen.d.ts +2 -1
  253. package/types/src/File/docs/examples/Multi.d.ts +2 -2
  254. package/types/src/File/docs/examples/Progress.d.ts +2 -1
  255. package/types/src/File/docs/examples/Single.d.ts +2 -2
  256. package/types/src/FormRows/FormRows.d.ts +20 -14
  257. package/types/src/FormRows/Row.d.ts +11 -7
  258. package/types/src/FormRows/SortableList.d.ts +1 -1
  259. package/types/src/FormRows/docs/examples/Basic.d.ts +1 -1
  260. package/types/src/FormRows/docs/examples/Header.d.ts +1 -1
  261. package/types/src/FormRows/docs/examples/Menu.d.ts +1 -1
  262. package/types/src/FormRows/docs/examples/ReorderOnly.d.ts +1 -1
  263. package/types/src/FormRows/icons/FormRowsPlusIcon.d.ts +2 -1
  264. package/types/src/Heading/Heading.d.ts +8 -20
  265. package/types/src/Heading/docs/examples/Basic.d.ts +2 -1
  266. package/types/src/Heading/docs/examples/Variant.d.ts +2 -1
  267. package/types/src/Heading/index.d.ts +1 -0
  268. package/types/src/Image/Image.d.ts +8 -19
  269. package/types/src/Image/docs/examples/Basic.d.ts +2 -1
  270. package/types/src/Image/icons/Cross.d.ts +2 -1
  271. package/types/src/JSONTree/JSONTree.d.ts +6 -10
  272. package/types/src/JSONTree/JSONTreeItem.d.ts +1 -1
  273. package/types/src/JSONTree/docs/examples/Basic.d.ts +2 -1
  274. package/types/src/JSONTree/docs/examples/Events.d.ts +2 -2
  275. package/types/src/JSONTree/docs/examples/ExpandChildrenOnShiftKey.d.ts +2 -1
  276. package/types/src/JSONTree/renderTreeItems.d.ts +3 -2
  277. package/types/src/Layer/Layer.d.ts +8 -25
  278. package/types/src/Layer/LayerStack.d.ts +2 -3
  279. package/types/src/Layer/docs/examples/Basic.d.ts +2 -1
  280. package/types/src/Layout/Layout.d.ts +22 -0
  281. package/types/src/Layout/docs/examples/Basic.d.ts +3 -0
  282. package/types/src/Layout/index.d.ts +2 -0
  283. package/types/src/Layout/test/Layout.unit.d.ts +1 -0
  284. package/types/src/Link/Link.d.ts +9 -22
  285. package/types/src/Link/docs/examples/Basic.d.ts +2 -1
  286. package/types/src/Link/docs/examples/Disabled.d.ts +2 -1
  287. package/types/src/Link/docs/examples/NewWindow.d.ts +2 -1
  288. package/types/src/Link/docs/examples/Standalone.d.ts +3 -0
  289. package/types/src/Link/icons/External.d.ts +2 -1
  290. package/types/src/List/Item.d.ts +1 -1
  291. package/types/src/List/List.d.ts +5 -17
  292. package/types/src/List/docs/examples/CustomizedList.d.ts +2 -1
  293. package/types/src/List/docs/examples/OrderedList.d.ts +2 -1
  294. package/types/src/List/docs/examples/UnorderedList.d.ts +2 -1
  295. package/types/src/Markdown/Markdown.d.ts +50 -59
  296. package/types/src/Markdown/docs/examples/Basic.d.ts +2 -1
  297. package/types/src/Markdown/docs/examples/I18n.d.ts +2 -1
  298. package/types/src/Markdown/docs/examples/RenderProps.d.ts +2 -1
  299. package/types/src/Markdown/renderers/MarkdownAnchorHeading.d.ts +2 -8
  300. package/types/src/Markdown/renderers/MarkdownBlockquote.d.ts +3 -7
  301. package/types/src/Markdown/renderers/MarkdownCode.d.ts +3 -9
  302. package/types/src/Markdown/renderers/MarkdownCodeBlock.d.ts +5 -9
  303. package/types/src/Markdown/renderers/MarkdownHeading.d.ts +3 -9
  304. package/types/src/Markdown/renderers/MarkdownImage.d.ts +4 -11
  305. package/types/src/Markdown/renderers/MarkdownItem.d.ts +4 -8
  306. package/types/src/Markdown/renderers/MarkdownLink.d.ts +3 -11
  307. package/types/src/Markdown/renderers/MarkdownList.d.ts +6 -22
  308. package/types/src/Markdown/renderers/MarkdownParagraph.d.ts +1 -7
  309. package/types/src/Markdown/renderers/MarkdownTable.d.ts +40 -0
  310. package/types/src/Markdown/renderers/index.d.ts +5 -4
  311. package/types/src/Menu/Divider.d.ts +2 -1
  312. package/types/src/Menu/Heading.d.ts +3 -3
  313. package/types/src/Menu/Item.d.ts +14 -47
  314. package/types/src/Menu/Menu.d.ts +4 -19
  315. package/types/src/Menu/docs/examples/Adornments.d.ts +2 -1
  316. package/types/src/Menu/docs/examples/Basic.d.ts +2 -1
  317. package/types/src/Menu/docs/examples/Complex.d.ts +2 -1
  318. package/types/src/Menu/docs/examples/Descriptions.d.ts +2 -1
  319. package/types/src/Menu/docs/examples/Dimmed.d.ts +2 -1
  320. package/types/src/Menu/docs/examples/Disabled.d.ts +2 -1
  321. package/types/src/Menu/docs/examples/Dividers.d.ts +2 -1
  322. package/types/src/Menu/docs/examples/Headings.d.ts +2 -1
  323. package/types/src/Menu/docs/examples/Links.d.ts +2 -1
  324. package/types/src/Menu/docs/examples/MatchRanges.d.ts +2 -1
  325. package/types/src/Menu/docs/examples/Selectable.d.ts +2 -1
  326. package/types/src/Menu/docs/examples/SelectableWithAdornments.d.ts +2 -1
  327. package/types/src/Menu/docs/examples/Truncate.d.ts +2 -1
  328. package/types/src/Menu/icons/External.d.ts +2 -1
  329. package/types/src/Message/Message.d.ts +4 -11
  330. package/types/src/Message/Title.d.ts +1 -1
  331. package/types/src/Message/docs/examples/Basic.d.ts +2 -1
  332. package/types/src/Message/docs/examples/Content.d.ts +2 -1
  333. package/types/src/Message/docs/examples/Fill.d.ts +2 -1
  334. package/types/src/Message/docs/examples/Removable.d.ts +2 -1
  335. package/types/src/MessageBar/MessageBar.d.ts +1 -1
  336. package/types/src/MessageBar/docs/examples/Basic.d.ts +2 -1
  337. package/types/src/MessageBar/docs/examples/Types.d.ts +2 -1
  338. package/types/src/MessageBar/docs/examples/WithActions.d.ts +2 -1
  339. package/types/src/Modal/Body.d.ts +1 -1
  340. package/types/src/Modal/Footer.d.ts +9 -1
  341. package/types/src/Modal/Header.d.ts +7 -11
  342. package/types/src/Modal/Modal.d.ts +26 -32
  343. package/types/src/Modal/ModalContext.d.ts +2 -0
  344. package/types/src/Modal/docs/examples/Basic.d.ts +2 -1
  345. package/types/src/Modal/docs/examples/InitialFocus.d.ts +2 -1
  346. package/types/src/Modal/docs/examples/TypicalUsage.d.ts +2 -1
  347. package/types/src/Modal/docs/examples/Undismissable.d.ts +2 -1
  348. package/types/src/ModalLayer/ModalLayer.d.ts +1 -1
  349. package/types/src/Monogram/Monogram.d.ts +3 -7
  350. package/types/src/Monogram/docs/examples/BackgroundAuto.d.ts +2 -1
  351. package/types/src/Monogram/docs/examples/BackgroundCustom.d.ts +2 -1
  352. package/types/src/Monogram/docs/examples/Basic.d.ts +2 -1
  353. package/types/src/Monogram/docs/examples/Interactive.d.ts +2 -1
  354. package/types/src/Monogram/docs/examples/Size.d.ts +2 -1
  355. package/types/src/Multiselect/Compact.d.ts +1 -1
  356. package/types/src/Multiselect/Multiselect.d.ts +2 -2
  357. package/types/src/Multiselect/Normal.d.ts +1 -1
  358. package/types/src/Multiselect/Option.d.ts +1 -1
  359. package/types/src/Multiselect/docs/examples/Children.d.ts +2 -2
  360. package/types/src/Multiselect/docs/examples/Compact.d.ts +2 -1
  361. package/types/src/Multiselect/docs/examples/CompactSelectAll.d.ts +2 -1
  362. package/types/src/Multiselect/docs/examples/Controlled.d.ts +2 -2
  363. package/types/src/Multiselect/docs/examples/CustomizeSelected.d.ts +2 -2
  364. package/types/src/Multiselect/docs/examples/Disabled.d.ts +2 -2
  365. package/types/src/Multiselect/docs/examples/Error.d.ts +2 -2
  366. package/types/src/Multiselect/docs/examples/Fetching.d.ts +4 -4
  367. package/types/src/Multiselect/docs/examples/Headings.d.ts +2 -1
  368. package/types/src/Multiselect/docs/examples/Icons.d.ts +2 -1
  369. package/types/src/Multiselect/docs/examples/LoadMoreOnScrollBottom.d.ts +4 -4
  370. package/types/src/Multiselect/docs/examples/NewValues.d.ts +2 -2
  371. package/types/src/Multiselect/docs/examples/TabInput.d.ts +2 -2
  372. package/types/src/Multiselect/docs/examples/Uncontrolled.d.ts +2 -1
  373. package/types/src/NonInteractiveCheckbox/NonInteractiveCheckbox.d.ts +21 -0
  374. package/types/src/NonInteractiveCheckbox/index.d.ts +1 -0
  375. package/types/src/Number/Number.d.ts +46 -61
  376. package/types/src/Number/docs/examples/Basic.d.ts +2 -2
  377. package/types/src/Number/docs/examples/Disabled.d.ts +2 -1
  378. package/types/src/Number/docs/examples/Error.d.ts +2 -1
  379. package/types/src/Number/docs/examples/Limits.d.ts +2 -2
  380. package/types/src/Number/docs/examples/Locale.d.ts +2 -2
  381. package/types/src/Number/docs/examples/Uncontrolled.d.ts +2 -1
  382. package/types/src/Number/utils.d.ts +1 -2
  383. package/types/src/Paginator/Button.d.ts +4 -8
  384. package/types/src/Paginator/Compact.d.ts +1 -1
  385. package/types/src/Paginator/PageControl.d.ts +1 -1
  386. package/types/src/Paginator/PageSelect.d.ts +1 -1
  387. package/types/src/Paginator/PageSeparator.d.ts +2 -1
  388. package/types/src/Paginator/Paginator.d.ts +1 -1
  389. package/types/src/Paginator/docs/examples/Basic.d.ts +2 -1
  390. package/types/src/Paginator/docs/examples/Compact.d.ts +2 -1
  391. package/types/src/Paginator/docs/examples/CompactCustomLabel.d.ts +2 -1
  392. package/types/src/Paginator/docs/examples/CompactWithLabel.d.ts +2 -1
  393. package/types/src/Paginator/docs/examples/CustomPages.d.ts +2 -1
  394. package/types/src/Paginator/docs/examples/Labelled.d.ts +2 -1
  395. package/types/src/Paginator/docs/examples/PageControl.d.ts +2 -1
  396. package/types/src/Paragraph/Paragraph.d.ts +3 -1
  397. package/types/src/Paragraph/docs/examples/Basic.d.ts +2 -1
  398. package/types/src/Paragraph/index.d.ts +1 -0
  399. package/types/src/Popover/Popover.d.ts +38 -69
  400. package/types/src/Popover/PopoverProvider.d.ts +1 -1
  401. package/types/src/Popover/docs/examples/Basic.d.ts +2 -1
  402. package/types/src/Popover/getPlacement.d.ts +1 -1
  403. package/types/src/Progress/Progress.d.ts +3 -4
  404. package/types/src/Progress/docs/examples/Basic.d.ts +2 -1
  405. package/types/src/Progress/docs/examples/Type.d.ts +2 -1
  406. package/types/src/Prose/Prose.d.ts +29 -0
  407. package/types/src/Prose/docs/examples/Basic.d.ts +3 -0
  408. package/types/src/Prose/docs/examples/Customize.d.ts +3 -0
  409. package/types/src/Prose/index.d.ts +2 -0
  410. package/types/src/Prose/test/Prose.unit.d.ts +1 -0
  411. package/types/src/RadioBar/Option.d.ts +2 -18
  412. package/types/src/RadioBar/RadioBar.d.ts +22 -39
  413. package/types/src/RadioBar/RadioBarContext.d.ts +0 -1
  414. package/types/src/RadioBar/docs/examples/AdornmentAriaExamples.d.ts +2 -1
  415. package/types/src/RadioBar/docs/examples/Basic.d.ts +2 -1
  416. package/types/src/RadioBar/docs/examples/Disabled.d.ts +2 -1
  417. package/types/src/RadioBar/docs/examples/Error.d.ts +2 -1
  418. package/types/src/RadioBar/docs/examples/MenuBar.d.ts +2 -1
  419. package/types/src/RadioBar/docs/examples/Uncontrolled.d.ts +2 -1
  420. package/types/src/RadioList/Option.d.ts +1 -1
  421. package/types/src/RadioList/RadioList.d.ts +5 -2
  422. package/types/src/RadioList/docs/examples/Basic.d.ts +2 -1
  423. package/types/src/RadioList/docs/examples/Disabled.d.ts +2 -1
  424. package/types/src/RadioList/docs/examples/Error.d.ts +2 -1
  425. package/types/src/RadioList/docs/examples/Row.d.ts +2 -1
  426. package/types/src/RadioList/docs/examples/Uncontrolled.d.ts +2 -1
  427. package/types/src/Resize/Resize.d.ts +15 -23
  428. package/types/src/Resize/docs/examples/Appearance.d.ts +2 -1
  429. package/types/src/Resize/docs/examples/Basic.d.ts +2 -1
  430. package/types/src/Resize/docs/examples/Percentage.d.ts +2 -1
  431. package/types/src/Resize/docs/examples/SizingInner.d.ts +2 -1
  432. package/types/src/Resize/docs/examples/SizingOuter.d.ts +2 -1
  433. package/types/src/ResultsMenu/ResultsMenu.d.ts +1 -1
  434. package/types/src/ResultsMenu/VirtualizedResultsMenu/VirtualizedResultsMenu.d.ts +1 -1
  435. package/types/src/ScreenReaderContent/ScreenReaderContent.d.ts +1 -1
  436. package/types/src/ScreenReaderContent/docs/examples/Basic.d.ts +2 -1
  437. package/types/src/Scroll/Inner.d.ts +1 -1
  438. package/types/src/Scroll/Scroll.d.ts +37 -27
  439. package/types/src/Scroll/docs/examples/Controlled.d.ts +2 -2
  440. package/types/src/Scroll/docs/examples/Uncontrolled.d.ts +2 -1
  441. package/types/src/ScrollContainerContext/docs/examples/Consumer.d.ts +2 -1
  442. package/types/src/ScrollContainerContext/docs/examples/Provider.d.ts +2 -1
  443. package/types/src/Search/Option.d.ts +32 -32
  444. package/types/src/Search/Search.d.ts +4 -4
  445. package/types/src/Search/docs/examples/Controlled.d.ts +2 -1
  446. package/types/src/Search/docs/examples/Loading.d.ts +2 -1
  447. package/types/src/Search/docs/examples/Options.d.ts +2 -1
  448. package/types/src/Search/docs/examples/OptionsLinks.d.ts +2 -1
  449. package/types/src/Search/docs/examples/Results.d.ts +2 -1
  450. package/types/src/Select/Option.d.ts +8 -21
  451. package/types/src/Select/OptionBase.d.ts +3 -8
  452. package/types/src/Select/Select.d.ts +62 -22
  453. package/types/src/Select/SelectAllOption.d.ts +1 -1
  454. package/types/src/Select/SelectBase.d.ts +4 -7
  455. package/types/src/Select/docs/examples/Appearance.d.ts +2 -1
  456. package/types/src/Select/docs/examples/Basic.d.ts +2 -1
  457. package/types/src/Select/docs/examples/Children.d.ts +2 -1
  458. package/types/src/Select/docs/examples/Descriptions.d.ts +2 -1
  459. package/types/src/Select/docs/examples/Error.d.ts +2 -1
  460. package/types/src/Select/docs/examples/Fetching.d.ts +2 -1
  461. package/types/src/Select/docs/examples/Filter.d.ts +2 -1
  462. package/types/src/Select/docs/examples/Headings.d.ts +2 -1
  463. package/types/src/Select/docs/examples/Icons.d.ts +2 -1
  464. package/types/src/Select/docs/examples/LoadMoreOnScrollBottom.d.ts +2 -1
  465. package/types/src/Select/docs/examples/Prefix.d.ts +2 -1
  466. package/types/src/Select/docs/examples/Truncate.d.ts +2 -1
  467. package/types/src/Select/docs/examples/Uncontrolled.d.ts +2 -1
  468. package/types/src/SidePanel/SidePanel.d.ts +18 -16
  469. package/types/src/SidePanel/docs/examples/Basic.d.ts +2 -1
  470. package/types/src/SidePanel/docs/examples/ChangeSize.d.ts +2 -1
  471. package/types/src/SidePanel/docs/examples/Composition.d.ts +2 -1
  472. package/types/src/Slider/Slider.d.ts +32 -46
  473. package/types/src/Slider/docs/examples/Basic.d.ts +2 -1
  474. package/types/src/Slider/docs/examples/Controlled.d.ts +2 -2
  475. package/types/src/Slider/docs/examples/CustomLabels.d.ts +2 -2
  476. package/types/src/Slider/docs/examples/Disabled.d.ts +2 -1
  477. package/types/src/Slider/docs/examples/Error.d.ts +2 -1
  478. package/types/src/Slider/docs/examples/StepMarks.d.ts +2 -1
  479. package/types/src/SlidingPanels/Panel.d.ts +23 -20
  480. package/types/src/SlidingPanels/SlidingPanels.d.ts +18 -25
  481. package/types/src/SlidingPanels/docs/examples/Basic.d.ts +2 -2
  482. package/types/src/SlidingPanels/docs/examples/Dropdown.d.ts +2 -2
  483. package/types/src/SlidingPanels/docs/examples/Modal.d.ts +2 -1
  484. package/types/src/SplitButton/Item.d.ts +2 -2
  485. package/types/src/SplitButton/SplitButton.d.ts +1 -1
  486. package/types/src/SplitButton/docs/examples/Basic.d.ts +2 -1
  487. package/types/src/SplitButton/docs/examples/Block.d.ts +2 -1
  488. package/types/src/SplitButton/docs/examples/ChangeLabel.d.ts +2 -1
  489. package/types/src/SplitButton/docs/examples/Disabled.d.ts +2 -1
  490. package/types/src/StaticContent/StaticContent.d.ts +1 -8
  491. package/types/src/StaticContent/docs/examples/Basic.d.ts +2 -1
  492. package/types/src/StaticContent/docs/examples/FieldValue.d.ts +2 -1
  493. package/types/src/StepBar/Step.d.ts +1 -1
  494. package/types/src/StepBar/StepBar.d.ts +2 -3
  495. package/types/src/StepBar/docs/examples/Basic.d.ts +2 -1
  496. package/types/src/StepBar/docs/examples/Error.d.ts +2 -1
  497. package/types/src/StepBar/types.d.ts +2 -0
  498. package/types/src/Switch/Switch.d.ts +37 -23
  499. package/types/src/Switch/docs/examples/Basic.d.ts +2 -2
  500. package/types/src/Switch/docs/examples/Disabled.d.ts +2 -2
  501. package/types/src/Switch/docs/examples/Error.d.ts +2 -1
  502. package/types/src/TabBar/Tab.d.ts +37 -44
  503. package/types/src/TabBar/TabBar.d.ts +21 -22
  504. package/types/src/TabBar/TabBarContext.d.ts +3 -5
  505. package/types/src/TabBar/docs/examples/Basic.d.ts +2 -1
  506. package/types/src/TabBar/docs/examples/Disabled.d.ts +2 -1
  507. package/types/src/TabBar/docs/examples/IconsAbove.d.ts +2 -1
  508. package/types/src/TabBar/docs/examples/IconsLeft.d.ts +2 -1
  509. package/types/src/TabBar/docs/examples/Tooltips.d.ts +2 -1
  510. package/types/src/TabBar/docs/examples/Vertical.d.ts +2 -1
  511. package/types/src/TabBar/docs/examples/VerticalIconsAbove.d.ts +2 -1
  512. package/types/src/TabBar/docs/examples/VerticalIconsLeft.d.ts +2 -1
  513. package/types/src/TabBar/docs/examples/WithCount.d.ts +2 -1
  514. package/types/src/TabLayout/Panel.d.ts +6 -1
  515. package/types/src/TabLayout/TabLayout.d.ts +18 -31
  516. package/types/src/TabLayout/docs/examples/AutoActivate.d.ts +2 -1
  517. package/types/src/TabLayout/docs/examples/Controlled.d.ts +2 -1
  518. package/types/src/TabLayout/docs/examples/Icons.d.ts +2 -1
  519. package/types/src/TabLayout/docs/examples/Uncontrolled.d.ts +2 -1
  520. package/types/src/TabLayout/docs/examples/Vertical.d.ts +2 -1
  521. package/types/src/TabLayout/docs/examples/VerticalIcons.d.ts +2 -1
  522. package/types/src/Table/Body.d.ts +6 -13
  523. package/types/src/Table/Caption.d.ts +1 -1
  524. package/types/src/Table/Cell.d.ts +40 -18
  525. package/types/src/Table/ExpandButton.d.ts +9 -3
  526. package/types/src/Table/Head.d.ts +40 -40
  527. package/types/src/Table/HeadCell.d.ts +49 -23
  528. package/types/src/Table/HeadDropdownCell.d.ts +58 -51
  529. package/types/src/Table/HeadInner.d.ts +1 -3
  530. package/types/src/Table/HeadTable.d.ts +23 -12
  531. package/types/src/Table/Row.d.ts +7 -14
  532. package/types/src/Table/RowDragCell.d.ts +2 -1
  533. package/types/src/Table/Table.d.ts +13 -19
  534. package/types/src/Table/Toggle.d.ts +1 -3
  535. package/types/src/Table/docs/examples/Basic.d.ts +2 -1
  536. package/types/src/Table/docs/examples/Click.d.ts +2 -1
  537. package/types/src/Table/docs/examples/ClickRows.d.ts +2 -1
  538. package/types/src/Table/docs/examples/Complex.d.ts +2 -1
  539. package/types/src/Table/docs/examples/DockedHeaderScrollbar.d.ts +2 -1
  540. package/types/src/Table/docs/examples/ExpandableRows.d.ts +2 -1
  541. package/types/src/Table/docs/examples/ExpandableRowsControlled.d.ts +2 -1
  542. package/types/src/Table/docs/examples/FilterColumnValues.d.ts +2 -1
  543. package/types/src/Table/docs/examples/FixedHeader.d.ts +2 -1
  544. package/types/src/Table/docs/examples/HeadDropdownCell.d.ts +2 -1
  545. package/types/src/Table/docs/examples/ReorderColumns.d.ts +2 -1
  546. package/types/src/Table/docs/examples/ReorderRows.d.ts +2 -1
  547. package/types/src/Table/docs/examples/Resizable.d.ts +2 -1
  548. package/types/src/Table/docs/examples/ResizableFill.d.ts +2 -1
  549. package/types/src/Table/docs/examples/RowActions.d.ts +2 -1
  550. package/types/src/Table/docs/examples/Selectable.d.ts +2 -1
  551. package/types/src/Table/docs/examples/SortableColumns.d.ts +2 -1
  552. package/types/src/Table/docs/examples/StripeRows.d.ts +2 -1
  553. package/types/src/Table/docs/examples/prisma/DockedHeaderScrollbar.d.ts +2 -1
  554. package/types/src/Text/IconOutlinedHide.d.ts +2 -1
  555. package/types/src/Text/IconOutlinedView.d.ts +2 -1
  556. package/types/src/Text/Text.d.ts +62 -112
  557. package/types/src/Text/docs/examples/Basic.d.ts +2 -1
  558. package/types/src/Text/docs/examples/CustomizedIcon.d.ts +2 -1
  559. package/types/src/Text/docs/examples/Dimmed.d.ts +2 -1
  560. package/types/src/Text/docs/examples/Disabled.d.ts +2 -1
  561. package/types/src/Text/docs/examples/Error.d.ts +2 -1
  562. package/types/src/Text/docs/examples/Inline.d.ts +2 -1
  563. package/types/src/Text/docs/examples/Password.d.ts +2 -1
  564. package/types/src/Text/docs/examples/Uncontrolled.d.ts +2 -1
  565. package/types/src/TextArea/TextArea.d.ts +49 -87
  566. package/types/src/TextArea/docs/examples/Basic.d.ts +2 -1
  567. package/types/src/TextArea/docs/examples/Disabled.d.ts +2 -1
  568. package/types/src/TextArea/docs/examples/Error.d.ts +2 -1
  569. package/types/src/TextArea/docs/examples/Inline.d.ts +2 -1
  570. package/types/src/TextArea/docs/examples/Uncontrolled.d.ts +2 -1
  571. package/types/src/TextArea/syncHeightWithShadow.d.ts +1 -1
  572. package/types/src/Tooltip/InfoIcon.d.ts +2 -1
  573. package/types/src/Tooltip/Tooltip.d.ts +9 -3
  574. package/types/src/Tooltip/docs/examples/Basic.d.ts +2 -1
  575. package/types/src/Tooltip/docs/examples/ContentRelationship.d.ts +2 -1
  576. package/types/src/Tooltip/docs/examples/Controlled.d.ts +2 -2
  577. package/types/src/Tooltip/docs/examples/CustomDelay.d.ts +2 -1
  578. package/types/src/Tooltip/docs/examples/CustomProps.d.ts +2 -1
  579. package/types/src/Tooltip/docs/examples/Toggletip.d.ts +2 -1
  580. package/types/src/TransitionOpen/TransitionOpen.d.ts +23 -25
  581. package/types/src/TransitionOpen/docs/examples/ExpandHeight.d.ts +2 -1
  582. package/types/src/TransitionOpen/docs/examples/ExpandWidth.d.ts +2 -1
  583. package/types/src/TransitionOpen/docs/examples/None.d.ts +2 -1
  584. package/types/src/TransitionOpen/docs/examples/SlideFromBottom.d.ts +2 -1
  585. package/types/src/TransitionOpen/docs/examples/SlideFromLeft.d.ts +2 -1
  586. package/types/src/TransitionOpen/docs/examples/SlideFromRight.d.ts +2 -1
  587. package/types/src/TransitionOpen/docs/examples/SlideFromTop.d.ts +2 -1
  588. package/types/src/Tree/Tree.d.ts +1 -1
  589. package/types/src/Tree/TreeItem.d.ts +1 -1
  590. package/types/src/Typography/Typography.d.ts +10 -19
  591. package/types/src/Typography/docs/examples/Basic.d.ts +2 -1
  592. package/types/src/WaitSpinner/WaitSpinner.d.ts +2 -3
  593. package/types/src/WaitSpinner/docs/examples/Basic.d.ts +2 -1
  594. package/types/src/utils/types.d.ts +1 -0
  595. package/Concertina.d.ts +0 -2
  596. package/Concertina.js +0 -963
  597. package/types/src/Accordion/docs/examples/FixedHeight.d.ts +0 -2
  598. package/types/src/Accordion/docs/examples/InDropdown.d.ts +0 -2
  599. package/types/src/Button/docs/examples/Dimmed.d.ts +0 -2
  600. package/types/src/Button/icons/CaretSmallDown.d.ts +0 -2
  601. package/types/src/Button/icons/External.d.ts +0 -2
  602. package/types/src/Clickable/docs/examples/Dimmed.d.ts +0 -2
  603. package/types/src/CloseButton/CloseButton.d.ts +0 -21
  604. package/types/src/CloseButton/index.d.ts +0 -1
  605. package/types/src/CollapsiblePanel/docs/examples/TitleWithActions.d.ts +0 -2
  606. package/types/src/Concertina/Concertina.d.ts +0 -46
  607. package/types/src/Concertina/ConcertinaContext.d.ts +0 -8
  608. package/types/src/Concertina/Heading.d.ts +0 -35
  609. package/types/src/Concertina/Panel.d.ts +0 -59
  610. package/types/src/Concertina/docs/examples/Basic.d.ts +0 -2
  611. package/types/src/Concertina/docs/examples/Disabled.d.ts +0 -9
  612. package/types/src/Concertina/docs/examples/Status.d.ts +0 -2
  613. package/types/src/Concertina/index.d.ts +0 -2
  614. package/types/src/Concertina/types.d.ts +0 -1
  615. package/types/src/ControlGroup/docs/examples/LabelTop.d.ts +0 -2
  616. package/types/src/Link/docs/examples/Inline.d.ts +0 -2
  617. package/types/src/Message/Link.d.ts +0 -37
  618. package/types/src/Number/IncrementIcon.d.ts +0 -2
  619. package/types/src/Paginator/icons/ChevronLeft.d.ts +0 -5
  620. package/types/src/Paginator/icons/ChevronRight.d.ts +0 -5
  621. package/types/src/RadioList/docs/examples/Composing.d.ts +0 -2
  622. package/types/src/Select/icons/CaretSmallDown.d.ts +0 -2
  623. package/types/src/Select/icons/Search.d.ts +0 -2
  624. package/types/src/Switch/CheckIcon.d.ts +0 -1
  625. package/types/src/Table/DragHandle.d.ts +0 -12
  626. package/types/src/Table/icons/HeadExpandRows.d.ts +0 -1
  627. package/types/src/Text/docs/examples/Multiline.d.ts +0 -2
  628. package/types/src/Text/docs/examples/Search.d.ts +0 -2
  629. package/types/src/TextArea/docs/examples/ClearContent.d.ts +0 -2
  630. package/types/src/TextArea/icons/ClearButton.d.ts +0 -3
  631. package/types/src/TextArea/icons/SearchIcon.d.ts +0 -1
package/Number.js CHANGED
@@ -9,26 +9,26 @@
9
9
  /******/ (() => {
10
10
  /******/ // getDefaultExport function for compatibility with non-harmony modules
11
11
  /******/ e.n = r => {
12
- /******/ var t = r && r.__esModule ?
12
+ /******/ var n = r && r.__esModule ?
13
13
  /******/ () => r["default"]
14
14
  /******/ : () => r
15
15
  /******/;
16
- e.d(t, {
17
- a: t
16
+ e.d(n, {
17
+ a: n
18
18
  });
19
- /******/ return t;
19
+ /******/ return n;
20
20
  /******/ };
21
21
  /******/ })();
22
22
  /******/
23
23
  /******/ /* webpack/runtime/define property getters */
24
24
  /******/ (() => {
25
25
  /******/ // define getter functions for harmony exports
26
- /******/ e.d = (r, t) => {
27
- /******/ for (var n in t) {
28
- /******/ if (e.o(t, n) && !e.o(r, n)) {
29
- /******/ Object.defineProperty(r, n, {
26
+ /******/ e.d = (r, n) => {
27
+ /******/ for (var t in n) {
28
+ /******/ if (e.o(n, t) && !e.o(r, t)) {
29
+ /******/ Object.defineProperty(r, t, {
30
30
  enumerable: true,
31
- get: t[n]
31
+ get: n[t]
32
32
  });
33
33
  /******/ }
34
34
  /******/ }
@@ -61,705 +61,596 @@
61
61
  e.r(r);
62
62
  // EXPORTS
63
63
  e.d(r, {
64
- default: () => /* reexport */ pe
64
+ default: () => /* reexport */ ce
65
65
  });
66
66
  // CONCATENATED MODULE: external "react"
67
- const t = require("react");
68
- var n = e.n(t);
67
+ const n = require("react");
68
+ var t = e.n(n);
69
69
  // CONCATENATED MODULE: external "prop-types"
70
- const o = require("prop-types");
71
- var a = e.n(o);
72
- // CONCATENATED MODULE: external "lodash/has"
73
- const i = require("lodash/has");
74
- var l = e.n(i);
70
+ const a = require("prop-types");
71
+ var o = e.n(a);
75
72
  // CONCATENATED MODULE: external "lodash/isFinite"
76
- const s = require("lodash/isFinite");
77
- var u = e.n(s);
78
- // CONCATENATED MODULE: external "lodash/omit"
79
- const c = require("lodash/omit");
80
- var p = e.n(c);
81
- // CONCATENATED MODULE: external "@splunk/themes"
82
- const d = require("@splunk/themes");
73
+ const i = require("lodash/isFinite");
74
+ var l = e.n(i);
83
75
  // CONCATENATED MODULE: external "@splunk/ui-utils/i18n"
84
- const f = require("@splunk/ui-utils/i18n");
76
+ const u = require("@splunk/ui-utils/i18n");
85
77
  // CONCATENATED MODULE: external "@splunk/ui-utils/keyboard"
86
- const v = require("@splunk/ui-utils/keyboard");
87
- // CONCATENATED MODULE: external "@splunk/react-icons/SVGEnterprise"
88
- const m = require("@splunk/react-icons/SVGEnterprise");
89
- var b = e.n(m);
90
- // CONCATENATED MODULE: ./src/Number/IncrementIcon.tsx
91
- function h() {
92
- return h = Object.assign ? Object.assign.bind() : function(e) {
93
- for (var r = 1; r < arguments.length; r++) {
94
- var t = arguments[r];
95
- for (var n in t) {
96
- ({}).hasOwnProperty.call(t, n) && (e[n] = t[n]);
97
- }
98
- }
99
- return e;
100
- }, h.apply(null, arguments)
101
- /* eslint-disable max-len */;
102
- }
103
- function y(e) {
104
-
105
- return n().createElement(b(), h({
106
- viewBox: "0 0 933 600"
107
- }, e), n().createElement("path", {
108
- fill: "currentColor",
109
- d: "M0 466.438L466.438 0l466.44 467.466-134.59 133.56-331.85-331.848-331.85 331.85L0 466.438z"
110
- }));
111
- }
78
+ const c = require("@splunk/ui-utils/keyboard");
79
+ // CONCATENATED MODULE: external "@splunk/react-ui/useControlled"
80
+ const d = require("@splunk/react-ui/useControlled");
81
+ var s = e.n(d);
82
+ // CONCATENATED MODULE: external "@splunk/react-ui/usePrevious"
83
+ const f = require("@splunk/react-ui/usePrevious");
84
+ var v = e.n(f);
112
85
  // CONCATENATED MODULE: external "styled-components"
113
- const g = require("styled-components");
114
- var x = e.n(g);
115
- // CONCATENATED MODULE: external "@splunk/react-ui/Button"
116
- const k = require("@splunk/react-ui/Button");
117
- var w = e.n(k);
86
+ const p = require("styled-components");
87
+ var m = e.n(p);
118
88
  // CONCATENATED MODULE: external "@splunk/react-ui/Clickable"
119
- const O = require("@splunk/react-ui/Clickable");
120
- var S = e.n(O);
89
+ const b = require("@splunk/react-ui/Clickable");
90
+ var y = e.n(b);
91
+ // CONCATENATED MODULE: external "@splunk/react-ui/Divider"
92
+ const h = require("@splunk/react-ui/Divider");
93
+ var g = e.n(h);
121
94
  // CONCATENATED MODULE: external "@splunk/react-ui/Text"
122
- const j = require("@splunk/react-ui/Text");
123
- var C = e.n(j);
95
+ const S = require("@splunk/react-ui/Text");
96
+ var C = e.n(S);
97
+ // CONCATENATED MODULE: external "@splunk/react-icons/ChevronDown"
98
+ const w = require("@splunk/react-icons/ChevronDown");
99
+ var k = e.n(w);
100
+ // CONCATENATED MODULE: external "@splunk/react-icons/ChevronUp"
101
+ const O = require("@splunk/react-icons/ChevronUp");
102
+ var j = e.n(O);
103
+ // CONCATENATED MODULE: external "@splunk/themes"
104
+ const x = require("@splunk/themes");
124
105
  // CONCATENATED MODULE: ./src/Number/NumberStyles.ts
125
- var P = x()(C()).withConfig({
106
+ var E = "24px";
107
+ var D = m()(C()).withConfig({
126
108
  displayName: "NumberStyles__StyledText",
127
109
  componentId: "sc-2ekj9s-0"
128
- })([ "&[data-inline]{", "}" ], (0, d.pick)({
129
- enterprise: {
130
- comfortable: (0, g.css)([ "width:100px;" ]),
131
- compact: (0, g.css)([ "width:80px;" ])
132
- },
133
- prisma: (0, g.css)([ "width:100px;" ])
110
+ })([ "&[data-inline]{width:180px;}", "" ], (function(e) {
111
+ var r = e.$startAdornment;
112
+ return r ? (0, p.css)([ "padding-inline-start:0;" ]) : (0, p.css)([ "padding-inline-end:0;" ]);
134
113
  }));
135
- var T = x().div.withConfig({
114
+ var A = m().div.withConfig({
136
115
  displayName: "NumberStyles__StyledControls",
137
116
  componentId: "sc-2ekj9s-1"
138
- })([ "width:", ";height:100%;", " ", "" ], (0, d.pick)({
139
- enterprise: {
140
- comfortable: "20px",
141
- compact: "16px"
142
- },
143
- prisma: {
144
- comfortable: "24px",
145
- compact: "24px"
117
+ })([ "width:", ";height:100%;", "" ], E, (function(e) {
118
+ var r = e.$isAppend, n = e.$disabled, t = e.$error;
119
+ var a;
120
+ if (n) {
121
+ a = x.variables.interactiveColorBorderDisabled;
122
+ } else if (t) {
123
+ a = x.variables.interactiveColorAccentError;
124
+ } else {
125
+ a = x.variables.interactiveColorBorder;
146
126
  }
147
- }), (0, d.pick)({
148
- enterprise: (0, g.css)([ "transform:translateY(-1px);" ]),
149
- prisma: (0, g.css)([ "transform:translateX(1px);" ])
150
- }), (function(e) {
151
- var r = e.$isAppend;
152
- return r ? (0, g.css)([ "margin-right:8px;", "" ], (0, d.pick)({
153
- prisma: (0, g.css)([ "transform:translateX(-1px);" ])
154
- })) : (0, g.css)([ "margin-left:8px;" ]);
155
- }));
156
- var E = (0, g.css)([ "position:relative;padding:3px;font-size:inherit;min-width:0;min-height:0;height:", ";width:100%;" ], (0,
157
- d.pick)({
158
- enterprise: "calc(50% + 1.5px)",
159
- prisma: "50%"
127
+ return (0, p.css)([ "", "" ], r ? (0, p.css)([ "border-inline-end:1px solid ", ";" ], a) : (0,
128
+ p.css)([ "border-inline-start:1px solid ", ";" ], a));
160
129
  }));
161
- var _ = x()(w()).withConfig({
162
- displayName: "NumberStyles__StyledPlusButton",
130
+ var N = (0, p.css)([ "height:12px;width:12px;" ]);
131
+ var P = m()(k()).withConfig({
132
+ displayName: "NumberStyles__StyledChevronDown",
163
133
  componentId: "sc-2ekj9s-2"
164
- })([ "", ";top:0;border-bottom-left-radius:0;border-bottom-right-radius:0;", " &:not([disabled]){&,&:hover{", ";}}" ], E, (function(e) {
165
- var r = e.append;
166
- return r && (0, d.pick)({
167
- enterprise: {
168
- light: (0, g.css)([ "border-right:1px solid ", ";" ], d.variables.gray60),
169
- dark: (0, g.css)([ "border-right:", ";" ], d.variables.border)
170
- }
171
- });
172
- }), (0, d.pick)({
173
- enterprise: {
174
- dark: (0, g.css)([ "border-color:", ";" ], d.variables.gray20)
175
- }
176
- }));
177
- var V = x()(w()).withConfig({
178
- displayName: "NumberStyles__StyledMinusButton",
134
+ })([ "", ";" ], N);
135
+ var T = m()(j()).withConfig({
136
+ displayName: "NumberStyles__StyledChevronUp",
179
137
  componentId: "sc-2ekj9s-3"
180
- })([ "", ";bottom:1px;border-top-left-radius:0;border-top-right-radius:0;", " &:not([disabled]){&,&:hover{", ";}}" ], E, (function(e) {
181
- var r = e.append;
182
- return r && (0, d.pick)({
183
- enterprise: {
184
- light: (0, g.css)([ "border-right:1px solid ", ";" ], d.variables.gray60),
185
- dark: (0, g.css)([ "border-right:", ";" ], d.variables.border)
186
- }
187
- });
188
- }), (0, d.pick)({
189
- enterprise: {
190
- dark: (0, g.css)([ "border-color:", ";" ], d.variables.gray20)
191
- }
192
- }));
193
- var D = x()(S()).withConfig({
194
- displayName: "NumberStyles__prismaButton",
138
+ })([ "", ";" ], N);
139
+ var _ = (0, p.css)([ "display:flex;align-items:center;justify-content:center;font-size:inherit;min-width:0;min-height:0;color:", ";height:calc(50% - 0.5px);width:100%;&:hover:not([disabled]){background-color:", ";}&:active:not([disabled]){background-color:", ";box-shadow:", ";}" ], x.variables.contentColorActive, x.variables.actionColorBackgroundSecondaryHover, x.variables.actionColorBackgroundSecondary, x.variables.focusShadowInset);
140
+ var B = m()(y()).withConfig({
141
+ displayName: "NumberStyles__StyledDecrementButton",
195
142
  componentId: "sc-2ekj9s-4"
196
- })([ "", ";display:flex;align-items:center;justify-content:center;", " &:hover:not([disabled]){", "}&:active:not([disabled]){", "}" ], E, (0,
197
- d.pick)({
198
- prisma: (0, g.css)([ "color:", ";" ], d.variables.contentColorDefault)
199
- }), (0, d.pick)({
200
- prisma: (0, g.css)([ "background-color:", ";color:", ";" ], d.variables.interactiveColorOverlayHover, d.variables.contentColorActive)
201
- }), (0, d.pick)({
202
- prisma: (0, g.css)([ "background-color:", ";color:", ";" ], d.variables.interactiveColorOverlayActive, d.variables.contentColorActive)
203
- }));
204
- var B = x()(D).withConfig({
205
- displayName: "NumberStyles__StyledPrismaPlusButton",
143
+ })([ "", ";border-top-left-radius:0;border-top-right-radius:0;" ], _);
144
+ var I = m()(y()).withConfig({
145
+ displayName: "NumberStyles__StyledIncrementButton",
206
146
  componentId: "sc-2ekj9s-5"
207
- })([ "border-top-right-radius:4px;" ]);
208
- var N = x()(D).withConfig({
209
- displayName: "NumberStyles__StyledPrismaMinusButton",
147
+ })([ "", ";border-bottom-left-radius:0;border-bottom-right-radius:0;" ], _);
148
+ var q = m()(g()).withConfig({
149
+ displayName: "NumberStyles__StyledDivider",
210
150
  componentId: "sc-2ekj9s-6"
211
- })([ "border-bottom-right-radius:4px;padding-bottom:5px;" ]);
151
+ })([ "border-color:", ";" ], (function(e) {
152
+ var r = e.$disabled, n = e.$error;
153
+ if (r) {
154
+ return x.variables.interactiveColorBorderDisabled;
155
+ }
156
+ if (n) {
157
+ return x.variables.interactiveColorAccentError;
158
+ }
159
+ return x.variables.interactiveColorBorder;
160
+ }));
212
161
  // CONCATENATED MODULE: external "lodash/isString"
213
- const I = require("lodash/isString");
214
- var q = e.n(I);
162
+ const $ = require("lodash/isString");
163
+ var K = e.n($);
215
164
  // CONCATENATED MODULE: ./src/Number/utils.ts
216
- var K = function e(r) {
165
+ var M = function e(r) {
217
166
  // A more robust and expandable solution would be to use formatToParts() once IE requirements are dropped.
218
- var t = new Intl.NumberFormat(r.replace("_", "-")).format(1.2);
219
- return t.indexOf(",") > -1 ? "," : ".";
167
+ var n = new Intl.NumberFormat(r.replace("_", "-")).format(1.2);
168
+ return n.indexOf(",") > -1 ? "," : ".";
220
169
  };
221
- var A = function e(r) {
222
- var t = r.val, n = r.min, o = r.max, a = r.roundTo;
223
- var i = t;
224
- if (!u()(t)) {
170
+ var R = function e(r) {
171
+ var n = r.val, t = r.min, a = r.max, o = r.roundTo;
172
+ var i = n;
173
+ if (!l()(n)) {
225
174
  return i;
226
175
  }
227
- if (n !== undefined && u()(n)) {
228
- i = Math.max(n, i);
176
+ if (t !== undefined && l()(t)) {
177
+ i = Math.max(t, i);
229
178
  }
230
- if (o !== undefined && u()(o)) {
231
- i = Math.min(o, i);
179
+ if (a !== undefined && l()(a)) {
180
+ i = Math.min(a, i);
232
181
  }
233
- var l = Math.pow(10, a);
234
- return Math.round(i * l) / l;
182
+ var u = Math.pow(10, o);
183
+ return Math.round(i * u) / u;
235
184
  };
236
- var M = function e(r) {
237
- var t = r.str, n = r.locale, o = r.min, a = r.max, i = r.roundTo;
238
- var l = t;
239
- if (!q()(l) || l === "") {
185
+ var U = function e(r) {
186
+ var n = r.str, t = r.locale, a = r.min, o = r.max, i = r.roundTo;
187
+ var u = n;
188
+ if (!K()(u) || u === "") {
240
189
  return undefined;
241
190
  }
242
- if (K(n) === ".") {
191
+ if (M(t) === ".") {
243
192
  // remove leading non-numeric characters.
244
- l = l.replace(/^[^\d.-]/, "");
193
+ u = u.replace(/^[^\d.-]/, "");
245
194
  } else {
246
195
  // remove leading non-numeric characters and replace comma with period
247
- l = l.replace(/^[^\d,-]/, "").replace(",", ".");
196
+ u = u.replace(/^[^\d,-]/, "").replace(",", ".");
248
197
  }
249
- var s = A({
250
- val: parseFloat(l),
251
- min: o,
252
- max: a,
198
+ var c = R({
199
+ val: parseFloat(u),
200
+ min: a,
201
+ max: o,
253
202
  roundTo: i
254
203
  });
255
- if (u()(s)) {
256
- return s;
204
+ if (l()(c)) {
205
+ return c;
257
206
  }
258
207
  return undefined;
259
208
  };
260
- var R = function e(r, t) {
261
- if (r === undefined || !u()(r)) {
209
+ var F = function e(r, n) {
210
+ if (r === undefined || !l()(r)) {
262
211
  return "";
263
212
  }
264
- if (K(t) === ".") {
213
+ if (M(n) === ".") {
265
214
  return r.toString();
266
215
  }
267
216
  // comma separated case
268
217
  return r.toString().replace(".", ",");
269
218
  };
270
- var U = function e(r) {
271
- var t = r.value, n = r.max;
272
- return t !== undefined && u()(t) && n !== undefined && u()(n) && t >= n;
273
- };
274
- var F = function e(r) {
275
- var t = r.value, n = r.min;
276
- return t !== undefined && u()(t) && n !== undefined && u()(n) && t <= n;
219
+ var V = function e(r) {
220
+ var n = r.value, t = r.max;
221
+ return n !== undefined && l()(n) && t !== undefined && l()(t) && n >= t;
277
222
  };
278
- var z = function e(r, t) {
279
- if (false) {}
223
+ var z = function e(r) {
224
+ var n = r.value, t = r.min;
225
+ return n !== undefined && l()(n) && t !== undefined && l()(t) && n <= t;
280
226
  };
227
+ // CONCATENATED MODULE: ./src/utils/updateReactRef.ts
228
+ /**
229
+ * Updates a React ref. Callback refs and object refs (from `createRef` and `useRef`) are supported.
230
+ *
231
+ * @param ref - The React callback or object ref. Can be `null` or `undefined`.
232
+ * @param current - The new value of the ref.
233
+ */
234
+ function H(e, r) {
235
+ if (e) {
236
+ if (typeof e === "function") {
237
+ e(r);
238
+ } else {
239
+ // the public signature of this util uses React.Ref<T> to mirror the way React types refs.
240
+ // the intention here is to signal "we will take care of setting 'current', not you".
241
+ e.current = r;
242
+ // eslint-disable-line no-param-reassign
243
+ }
244
+ }
245
+ }
281
246
  // CONCATENATED MODULE: ./src/Number/Number.tsx
282
- function X(e) {
247
+ function G(e) {
283
248
  "@babel/helpers - typeof";
284
- return X = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) {
249
+ return G = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) {
285
250
  return typeof e;
286
251
  } : function(e) {
287
252
  return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
288
- }, X(e);
253
+ }, G(e);
289
254
  }
290
- function $() {
291
- return $ = Object.assign ? Object.assign.bind() : function(e) {
255
+ function J() {
256
+ return J = Object.assign ? Object.assign.bind() : function(e) {
292
257
  for (var r = 1; r < arguments.length; r++) {
293
- var t = arguments[r];
294
- for (var n in t) {
295
- ({}).hasOwnProperty.call(t, n) && (e[n] = t[n]);
258
+ var n = arguments[r];
259
+ for (var t in n) {
260
+ ({}).hasOwnProperty.call(n, t) && (e[t] = n[t]);
296
261
  }
297
262
  }
298
263
  return e;
299
- }, $.apply(null, arguments);
264
+ }, J.apply(null, arguments);
300
265
  }
301
266
  function L(e, r) {
302
- var t = Object.keys(e);
267
+ var n = Object.keys(e);
303
268
  if (Object.getOwnPropertySymbols) {
304
- var n = Object.getOwnPropertySymbols(e);
305
- r && (n = n.filter((function(r) {
269
+ var t = Object.getOwnPropertySymbols(e);
270
+ r && (t = t.filter((function(r) {
306
271
  return Object.getOwnPropertyDescriptor(e, r).enumerable;
307
- }))), t.push.apply(t, n);
272
+ }))), n.push.apply(n, t);
308
273
  }
309
- return t;
274
+ return n;
310
275
  }
311
- function G(e) {
276
+ function Q(e) {
312
277
  for (var r = 1; r < arguments.length; r++) {
313
- var t = null != arguments[r] ? arguments[r] : {};
314
- r % 2 ? L(Object(t), !0).forEach((function(r) {
315
- oe(e, r, t[r]);
316
- })) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : L(Object(t)).forEach((function(r) {
317
- Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
278
+ var n = null != arguments[r] ? arguments[r] : {};
279
+ r % 2 ? L(Object(n), !0).forEach((function(r) {
280
+ W(e, r, n[r]);
281
+ })) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : L(Object(n)).forEach((function(r) {
282
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(n, r));
318
283
  }));
319
284
  }
320
285
  return e;
321
286
  }
322
- function H(e, r) {
323
- if (!(e instanceof r)) throw new TypeError("Cannot call a class as a function");
287
+ function W(e, r, n) {
288
+ return (r = X(r)) in e ? Object.defineProperty(e, r, {
289
+ value: n,
290
+ enumerable: !0,
291
+ configurable: !0,
292
+ writable: !0
293
+ }) : e[r] = n, e;
294
+ }
295
+ function X(e) {
296
+ var r = Y(e, "string");
297
+ return "symbol" == G(r) ? r : r + "";
324
298
  }
325
299
  function Y(e, r) {
326
- for (var t = 0; t < r.length; t++) {
327
- var n = r[t];
328
- n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0),
329
- Object.defineProperty(e, ae(n.key), n);
300
+ if ("object" != G(e) || !e) return e;
301
+ var n = e[Symbol.toPrimitive];
302
+ if (void 0 !== n) {
303
+ var t = n.call(e, r || "default");
304
+ if ("object" != G(t)) return t;
305
+ throw new TypeError("@@toPrimitive must return a primitive value.");
330
306
  }
307
+ return ("string" === r ? String : Number)(e);
331
308
  }
332
- function J(e, r, t) {
333
- return r && Y(e.prototype, r), t && Y(e, t), Object.defineProperty(e, "prototype", {
334
- writable: !1
335
- }), e;
336
- }
337
- function Q(e, r) {
338
- if ("function" != typeof r && null !== r) throw new TypeError("Super expression must either be null or a function");
339
- e.prototype = Object.create(r && r.prototype, {
340
- constructor: {
341
- value: e,
342
- writable: !0,
343
- configurable: !0
344
- }
345
- }), Object.defineProperty(e, "prototype", {
346
- writable: !1
347
- }), r && W(e, r);
348
- }
349
- function W(e, r) {
350
- return W = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(e, r) {
351
- return e.__proto__ = r, e;
352
- }, W(e, r);
353
- }
354
- function Z(e) {
355
- var r = te();
356
- return function() {
357
- var t, n = ne(e);
358
- if (r) {
359
- var o = ne(this).constructor;
360
- t = Reflect.construct(n, arguments, o);
361
- } else t = n.apply(this, arguments);
362
- return ee(this, t);
363
- };
364
- }
365
- function ee(e, r) {
366
- if (r && ("object" == X(r) || "function" == typeof r)) return r;
367
- if (void 0 !== r) throw new TypeError("Derived constructors may only return object or undefined");
368
- return re(e);
309
+ function Z(e, r) {
310
+ return ae(e) || te(e, r) || re(e, r) || ee();
369
311
  }
370
- function re(e) {
371
- if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
372
- return e;
312
+ function ee() {
313
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
373
314
  }
374
- function te() {
375
- try {
376
- var e = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], (function() {})));
377
- } catch (e) {}
378
- return (te = function r() {
379
- return !!e;
380
- })();
315
+ function re(e, r) {
316
+ if (e) {
317
+ if ("string" == typeof e) return ne(e, r);
318
+ var n = {}.toString.call(e).slice(8, -1);
319
+ return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) : "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? ne(e, r) : void 0;
320
+ }
381
321
  }
382
- function ne(e) {
383
- return ne = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(e) {
384
- return e.__proto__ || Object.getPrototypeOf(e);
385
- }, ne(e);
322
+ function ne(e, r) {
323
+ (null == r || r > e.length) && (r = e.length);
324
+ for (var n = 0, t = Array(r); n < r; n++) {
325
+ t[n] = e[n];
326
+ }
327
+ return t;
386
328
  }
387
- function oe(e, r, t) {
388
- return (r = ae(r)) in e ? Object.defineProperty(e, r, {
389
- value: t,
390
- enumerable: !0,
391
- configurable: !0,
392
- writable: !0
393
- }) : e[r] = t, e;
329
+ function te(e, r) {
330
+ var n = null == e ? null : "undefined" != typeof Symbol && e[Symbol.iterator] || e["@@iterator"];
331
+ if (null != n) {
332
+ var t, a, o, i, l = [], u = !0, c = !1;
333
+ try {
334
+ if (o = (n = n.call(e)).next, 0 === r) {
335
+ if (Object(n) !== n) return;
336
+ u = !1;
337
+ } else for (;!(u = (t = o.call(n)).done) && (l.push(t.value), l.length !== r); u = !0) {
338
+ }
339
+ } catch (e) {
340
+ c = !0, a = e;
341
+ } finally {
342
+ try {
343
+ if (!u && null != n["return"] && (i = n["return"](), Object(i) !== i)) return;
344
+ } finally {
345
+ if (c) throw a;
346
+ }
347
+ }
348
+ return l;
349
+ }
394
350
  }
395
351
  function ae(e) {
396
- var r = ie(e, "string");
397
- return "symbol" == X(r) ? r : r + "";
352
+ if (Array.isArray(e)) return e;
353
+ }
354
+ function oe(e, r) {
355
+ if (null == e) return {};
356
+ var n, t, a = ie(e, r);
357
+ if (Object.getOwnPropertySymbols) {
358
+ var o = Object.getOwnPropertySymbols(e);
359
+ for (t = 0; t < o.length; t++) {
360
+ n = o[t], r.includes(n) || {}.propertyIsEnumerable.call(e, n) && (a[n] = e[n]);
361
+ }
362
+ }
363
+ return a;
398
364
  }
399
365
  function ie(e, r) {
400
- if ("object" != X(e) || !e) return e;
401
- var t = e[Symbol.toPrimitive];
402
- if (void 0 !== t) {
403
- var n = t.call(e, r || "default");
404
- if ("object" != X(n)) return n;
405
- throw new TypeError("@@toPrimitive must return a primitive value.");
366
+ if (null == e) return {};
367
+ var n = {};
368
+ for (var t in e) {
369
+ if ({}.hasOwnProperty.call(e, t)) {
370
+ if (r.includes(t)) continue;
371
+ n[t] = e[t];
372
+ }
406
373
  }
407
- return ("string" === r ? String : Number)(e);
374
+ return n;
408
375
  }
409
376
  /** @public */
410
377
  /** @public */
411
378
  /** @public */ var le = {
412
- append: a().bool,
413
- children: a().node,
414
- defaultValue: a().number,
415
- describedBy: a().string,
416
- disabled: a().bool,
417
- elementRef: a().oneOfType([ a().func, a().object ]),
418
- inputRef: a().oneOfType([ a().func, a().object ]),
419
- error: a().bool,
420
- hideStepButtons: a().bool,
421
- inline: a().bool,
422
- inputId: a().string,
423
- labelledBy: a().string,
424
- locale: a().string,
425
- max: a().number,
426
- min: a().number,
427
- name: a().string,
428
- onBlur: a().func,
429
- onChange: a().func,
430
- onFocus: a().func,
431
- endAdornment: a().node,
432
- startAdornment: a().node,
433
- onKeyDown: a().func,
434
- onKeyUp: a().func,
435
- onSelect: a().func,
436
- placeholder: a().string,
437
- prepend: a().bool,
438
- roundTo: a().number,
439
- step: a().number,
440
- /** @private */
441
- splunkTheme: a().object,
442
- useSyntheticPlaceholder: a().bool,
443
- value: a().number
444
- };
445
- var se = {
446
- append: false,
447
- disabled: false,
448
- error: false,
449
- hideStepButtons: false,
450
- inline: false,
451
- locale: "en-US",
452
- placeholder: "",
453
- prepend: false,
454
- roundTo: 5,
455
- step: 1
379
+ append: o().bool,
380
+ children: o().node,
381
+ defaultValue: o().number,
382
+ describedBy: o().string,
383
+ disabled: o().bool,
384
+ elementRef: o().oneOfType([ o().func, o().object ]),
385
+ inputRef: o().oneOfType([ o().func, o().object ]),
386
+ error: o().bool,
387
+ hideStepButtons: o().bool,
388
+ inline: o().bool,
389
+ inputId: o().string,
390
+ labelledBy: o().string,
391
+ locale: o().string,
392
+ max: o().number,
393
+ min: o().number,
394
+ name: o().string,
395
+ onBlur: o().func,
396
+ onChange: o().func,
397
+ onClick: o().func,
398
+ onFocus: o().func,
399
+ endAdornment: o().node,
400
+ startAdornment: o().node,
401
+ onKeyDown: o().func,
402
+ onKeyUp: o().func,
403
+ onSelect: o().func,
404
+ prepend: o().bool,
405
+ roundTo: o().number,
406
+ step: o().number,
407
+ value: o().number
456
408
  };
457
- var ue = function(e) {
458
- Q(t, e);
459
- var r = Z(t);
460
- J(t, null, [ {
461
- key: "getDerivedStateFromProps",
462
- // @docs-props-type NumberPropsBase
463
- value: function e(r, t) {
464
- if (l()(r, "value") && r.value !== t.prevValueProp) {
465
- var n = r.locale, o = r.min, a = r.max, i = r.roundTo;
466
- var s = t.stringValue;
467
- var u = M({
468
- str: s,
469
- locale: n,
470
- min: o,
471
- max: a,
472
- roundTo: i
473
- });
474
- return r.value !== u ? {
475
- prevValueProp: r.value,
476
- stringValue: R(r.value, r.locale)
477
- } : {
478
- prevValueProp: r.value
479
- };
480
- }
481
- return null;
409
+ function ue(e) {
410
+ var r = e.append, a = e.defaultValue, o = e.describedBy, i = e.disabled, d = e.elementRef, f = e.error, p = e.hideStepButtons, m = e.inline, b = e.inputRef, y = e.locale, h = y === void 0 ? "en-US" : y, g = e.max, S = e.min, C = e.name, w = e.onBlur, k = e.onChange, O = e.onKeyDown, j = e.onKeyUp, x = e.prepend, E = e.roundTo, N = E === void 0 ? 5 : E, _ = e.step, $ = _ === void 0 ? 1 : _, K = e.endAdornment, G = e.startAdornment, L = e.value, W = oe(e, [ "append", "defaultValue", "describedBy", "disabled", "elementRef", "error", "hideStepButtons", "inline", "inputRef", "locale", "max", "min", "name", "onBlur", "onChange", "onKeyDown", "onKeyUp", "prepend", "roundTo", "step", "endAdornment", "startAdornment", "value" ]);
411
+ // @docs-props-type NumberPropsBase
412
+ var X = s()({
413
+ componentName: "Number",
414
+ /* eslint-disable-next-line prefer-rest-params */
415
+ componentProps: arguments[0]
416
+ });
417
+ var Y = X ? L : a;
418
+ // stringValue stores the current contents of the input text box - it might be out of range, invalid, ...
419
+ var ee = (0, n.useState)(F(Y, h)), re = Z(ee, 2), ne = re[0], te = re[1];
420
+ var ae = (0, n.useState)(Y), ie = Z(ae, 2), le = ie[0], ue = ie[1];
421
+ var ce = v()(L);
422
+ var de = (0, n.useRef)(null);
423
+ var se = (0, n.useCallback)((function(e) {
424
+ H(de, e);
425
+ H(b, e);
426
+ }), [ b ]);
427
+ var fe = (0, n.useCallback)((function(e, r) {
428
+ if (r !== le || !X) {
429
+ k === null || k === void 0 ? void 0 : k(e, {
430
+ value: r,
431
+ name: C
432
+ });
482
433
  }
483
- } ]);
484
- function t(e) {
485
- var n;
486
- H(this, t);
487
- n = r.call(this, e);
488
- oe(re(n), "controlledExternally", void 0);
489
- oe(re(n), "text", null);
490
- oe(re(n), "handleInputBlur", (function(e, r) {
491
- var t, o;
492
- n.updateString();
493
- (t = (o = n.props).onBlur) === null || t === void 0 ? void 0 : t.call(o, e, r);
434
+ if (!X) {
435
+ ue(r);
436
+ te(F(r, h));
437
+ }
438
+ }), [ X, h, C, k, le ]);
439
+ var ve = (0, n.useCallback)((function(e, r) {
440
+ var n = U({
441
+ str: ne,
442
+ locale: h,
443
+ min: S,
444
+ max: g,
445
+ roundTo: N
446
+ });
447
+ var t;
448
+ // increment appropriate number
449
+ if (n !== undefined && l()(n)) {
450
+ // increment the entered value
451
+ t = n + r;
452
+ } else if (a !== undefined && l()(a)) {
453
+ // increment the defaultValue
454
+ t = a + r;
455
+ } else if (r > 0) {
456
+ // increment up to max or step value
457
+ t = g || $;
458
+ } else {
459
+ // increment down to min or 0
460
+ t = S || 0;
461
+ // set to min or 0
462
+ }
463
+ fe(e, R({
464
+ val: t,
465
+ min: S,
466
+ max: g,
467
+ roundTo: N
494
468
  }));
495
- oe(re(n), "handleInputChange", (function(e, r) {
496
- var t = r.value;
497
- var o = n.props, a = o.locale, i = o.min, l = o.max, s = o.roundTo, u = o.name, c = o.onChange;
498
- var p = M({
499
- str: t,
500
- locale: a,
501
- min: i,
502
- max: l,
503
- roundTo: s
504
- });
505
- n.setState({
506
- value: n.isControlled() ? undefined : p,
507
- stringValue: t
508
- }, (function() {
509
- if (n.getValue() !== p || !n.isControlled()) {
510
- c === null || c === void 0 ? void 0 : c(e, {
511
- value: p,
512
- name: u
513
- });
514
- }
515
- }));
469
+ }), [ a, fe, h, g, S, N, $, ne ]);
470
+ var pe = (0, n.useCallback)((function(e, r) {
471
+ var n = R({
472
+ val: parseFloat(r.value),
473
+ min: S,
474
+ max: g,
475
+ roundTo: N
476
+ });
477
+ var t = F(n, h);
478
+ te(t);
479
+ w === null || w === void 0 ? void 0 : w(e, Q(Q({}, r), {}, {
480
+ value: t
516
481
  }));
517
- oe(re(n), "handleKeyDown", (function(e) {
518
- var r, t;
519
- if (!e.metaKey && !e.ctrlKey && !e.altKey && (0, v.addsCharacter)(e.nativeEvent) !== false) {
520
- // only allow numbers, negative and decimals
521
- if (!(0, v.isNumeric)(e.nativeEvent, {
522
- locale: n.props.locale
523
- })) {
524
- e.preventDefault();
525
- }
526
- // if minus is not allowed or there is already one, prevent input
527
- var o = n.props.min !== undefined && u()(n.props.min) && n.props.min >= 0;
528
- if ((0, v.isMinus)(e.nativeEvent) && (o || n.state.stringValue.indexOf("-") >= 0)) {
529
- e.preventDefault();
530
- }
531
- // if decimal is not allowed or there is already one, prevent input
532
- if ((0, v.isDecimal)(e.nativeEvent, {
533
- locale: n.props.locale
534
- }) && (n.props.roundTo <= 0 || n.state.stringValue.indexOf(K(n.props.locale)) >= 0)) {
535
- e.preventDefault();
536
- }
537
- }
538
- // Arrow up and down will increment
539
- if ((0, v.keycode)(e.nativeEvent) === "up") {
540
- n.increment(e, n.props.step);
541
- e.preventDefault();
542
- } else if ((0, v.keycode)(e.nativeEvent) === "down") {
543
- n.increment(e, -n.props.step);
482
+ }), [ h, g, S, w, N ]);
483
+ var me = (0, n.useCallback)((function(e, r) {
484
+ var n = r.value;
485
+ var t = U({
486
+ str: n,
487
+ locale: h,
488
+ min: S,
489
+ max: g,
490
+ roundTo: N
491
+ });
492
+ if (le !== t || !X) {
493
+ k === null || k === void 0 ? void 0 : k(e, {
494
+ value: t,
495
+ name: C
496
+ });
497
+ }
498
+ te(n);
499
+ if (!X) {
500
+ ue(t);
501
+ }
502
+ }), [ X, h, g, S, C, k, N, le ]);
503
+ var be = (0, n.useCallback)((function(e) {
504
+ if (!e.metaKey && !e.ctrlKey && !e.altKey && (0, c.addsCharacter)(e.nativeEvent) !== false) {
505
+ // only allow numbers, negative and decimals
506
+ if (!(0, c.isNumeric)(e.nativeEvent, {
507
+ locale: h
508
+ })) {
544
509
  e.preventDefault();
545
510
  }
546
- (r = (t = n.props).onKeyDown) === null || r === void 0 ? void 0 : r.call(t, e);
547
- }));
548
- oe(re(n), "handleKeyUp", (function(e) {
549
- var r, t;
550
- if ((0, v.keycode)(e.nativeEvent) === "enter") {
551
- n.updateString();
511
+ var r = S !== undefined && l()(S) && S >= 0;
512
+ // if minus is not allowed or there is already one, prevent input
513
+ if ((0, c.isMinus)(e.nativeEvent) && (r || ne.indexOf("-") >= 0)) {
514
+ e.preventDefault();
552
515
  }
553
- (r = (t = n.props).onKeyUp) === null || r === void 0 ? void 0 : r.call(t, e);
554
- }));
555
- oe(re(n), "handleIncrement", (function(e) {
556
- n.increment(e, n.props.step);
557
- }));
558
- oe(re(n), "handleDecrement", (function(e) {
559
- n.increment(e, -n.props.step);
560
- }));
561
- n.controlledExternally = l()(e, "value");
562
- var o = n.isControlled() ? e.value : e.defaultValue;
563
- n.state = {
564
- // value stores internal state, only in uncontrolled mode
565
- value: n.isControlled() ? undefined : o,
566
- // prevValueProp is used to keep track of changes to the value prop, only in controlled mode
567
- prevValueProp: n.isControlled() ? o : undefined,
568
- // eslint-disable-line react/no-unused-state
569
- // stringValue stores the current contents of the input text box - it might be out of range, invalid, ...
570
- stringValue: R(o, e.locale)
571
- };
572
- if (false) {}
573
- if (l()(e, "useSyntheticPlaceholder")) {
574
- // eslint-disable-next-line no-console
575
- console.warn("The 'Number' prop 'useSyntheticPlaceholder' has been marked for deprecation.");
576
- }
577
- if (false) {}
578
- z(n.props.append, n.props.prepend);
579
- return n;
580
- }
581
- J(t, [ {
582
- key: "componentDidUpdate",
583
- value: function e(r) {
584
- if (false) {}
585
- if (false) {}
586
- z(this.props.append, this.props.prepend);
587
- }
588
- }, {
589
- key: "getValue",
590
- value: function e() {
591
- return this.isControlled() ? this.props.value : this.state.value;
592
- }
593
- }, {
594
- key: "setValue",
595
- value: function e(r, t) {
596
- var n = this;
597
- var o = this.props, a = o.locale, i = o.onChange, l = o.name;
598
- this.setState({
599
- value: this.isControlled() ? undefined : t,
600
- stringValue: R(t, a)
601
- }, (function() {
602
- if (n.getValue() !== t || !n.isControlled()) {
603
- i === null || i === void 0 ? void 0 : i(r, {
604
- value: t,
605
- name: l
606
- });
607
- }
608
- }));
609
- }
610
- }, {
611
- key: "focus",
612
- /**
613
- * Place focus on the input.
614
- */
615
- // eslint-disable-next-line react/no-unused-class-component-methods
616
- value: function e(r) {
617
- if (this.text) {
618
- this.text.focus(r);
516
+ // if decimal is not allowed or there is already one, prevent input
517
+ if ((0, c.isDecimal)(e.nativeEvent, {
518
+ locale: h
519
+ }) && (N <= 0 || ne.indexOf(M(h)) >= 0)) {
520
+ e.preventDefault();
619
521
  }
620
522
  }
621
- }, {
622
- key: "isControlled",
623
- value: function e() {
624
- return this.controlledExternally;
523
+ // Arrow up and down will increment
524
+ if ((0, c.keycode)(e.nativeEvent) === "up") {
525
+ ve(e, $);
526
+ e.preventDefault();
527
+ } else if ((0, c.keycode)(e.nativeEvent) === "down") {
528
+ ve(e, -$);
529
+ e.preventDefault();
625
530
  }
626
- }, {
627
- key: "updateString",
628
- value: function e() {
629
- var r = this.getValue();
630
- this.setState({
631
- stringValue: R(r, this.props.locale)
531
+ O === null || O === void 0 ? void 0 : O(e);
532
+ }), [ ve, h, S, O, N, $, ne ]);
533
+ var ye = (0, n.useCallback)((function(e) {
534
+ var r;
535
+ if ((0, c.keycode)(e.nativeEvent) === "enter" && (de === null || de === void 0 ? void 0 : (r = de.current) === null || r === void 0 ? void 0 : r.value)) {
536
+ var n = de.current.value;
537
+ var t = R({
538
+ val: parseFloat(n),
539
+ min: S,
540
+ max: g,
541
+ roundTo: N
632
542
  });
543
+ te(F(t, h));
633
544
  }
634
- }, {
635
- key: "increment",
636
- value: function e(r, t) {
637
- var n = this.props, o = n.locale, a = n.min, i = n.max, l = n.roundTo, s = n.defaultValue, c = n.step;
638
- var p = this.state.stringValue;
639
- var d = M({
640
- str: p,
641
- locale: o,
642
- min: a,
643
- max: i,
644
- roundTo: l
645
- });
646
- var f;
647
- // increment appropriate number
648
- if (d !== undefined && u()(d)) {
649
- // increment the entered value
650
- f = d + t;
651
- } else if (s !== undefined && u()(s)) {
652
- // increment the defaultValue
653
- f = s + t;
654
- } else if (t > 0) {
655
- // increment up to max or step value
656
- f = i || c;
657
- } else {
658
- // increment down to min or 0
659
- f = a || 0;
660
- // set to min or 0
661
- }
662
- this.setValue(r, A({
663
- val: f,
664
- min: a,
665
- max: i,
666
- roundTo: l
667
- }));
545
+ j === null || j === void 0 ? void 0 : j(e);
546
+ }), [ h, g, S, j, N ]);
547
+ var he = (0, n.useCallback)((function(e) {
548
+ ve(e, $);
549
+ }), [ ve, $ ]);
550
+ var ge = (0, n.useCallback)((function(e) {
551
+ ve(e, -$);
552
+ }), [ ve, $ ]);
553
+ (0, n.useEffect)((function() {
554
+ if (false) {}
555
+ }), [ r, x ]);
556
+ (0, n.useEffect)((function() {
557
+ // if value prop passed, keep local valueNumeric up to date with value prop
558
+ if (L || L === 0) {
559
+ ue(L);
668
560
  }
669
- }, {
670
- key: "render",
671
- value: function e() {
672
- var r = this;
673
- var t = this.props, o = t.append, a = t.describedBy, i = t.disabled, l = t.elementRef, s = t.error, u = t.hideStepButtons, c = t.inline, d = t.value, v = d === void 0 ? this.state.value : d, m = t.max, b = t.min, h = t.prepend, g = t.splunkTheme, x = t.endAdornment, k = t.startAdornment;
674
- var w = p()(this.props, [ "defaultValue", "hideStepButtons", "max", "min", "roundTo", "spellCheck", "step" ]);
675
- var O = g.isPrisma;
676
- var S = O ? {} : {
677
- append: o,
678
- prepend: !o,
679
- error: s,
680
- inline: false
681
- };
682
- var j = U({
683
- value: v,
684
- max: m
685
- });
686
- var C = F({
687
- value: v,
688
- min: b
561
+ }), [ L ]);
562
+ (0, n.useEffect)((function() {
563
+ // This useEffect has multiple dependencies, but we only want to run this code if the `value` prop has changed.
564
+ if (L !== ce) {
565
+ // on value (number) prop change compare the new value to the number version of stringValue (state)
566
+ // This is because we pass in the number version of stringValue to the onChange handler
567
+ // Thus if these values match we want to ignore the update as that is the current value based on stringValue
568
+ var e = U({
569
+ str: ne,
570
+ locale: h,
571
+ min: S,
572
+ max: g,
573
+ roundTo: N
689
574
  });
690
- var E = n().createElement(y, {
691
- width: "6px",
692
- height: "4px",
693
- screenReaderText: (0, f._)("Increment")
694
- });
695
- var D = G({
696
- "data-test": "increment",
697
- disabled: i || j,
698
- onClick: this.handleIncrement,
699
- tabIndex: -1
700
- }, S);
701
- var I = O ? n().createElement(B, D, E) : n().createElement(_, D, E);
702
- var q = n().createElement(y, {
703
- width: "6px",
704
- height: "4px",
705
- screenReaderText: (0, f._)("Decrement"),
706
- style: {
707
- transform: "rotateX(180deg)"
708
- }
709
- });
710
- var K = G({
711
- "data-test": "decrement",
712
- disabled: i || C,
713
- onClick: this.handleDecrement,
714
- tabIndex: -1
715
- }, S);
716
- var A = O ? n().createElement(N, K, q) : n().createElement(V, K, q);
717
- var M = o && !h;
718
- var R = (!i || O) && M && !u && n().createElement(T, {
719
- $isAppend: M
720
- }, I, A);
721
- var z = (!i || O) && !M && !u && n().createElement(T, {
722
- $isAppend: M
723
- }, I, A);
724
-
725
- return n().createElement(P, $({
726
- autoCapitalize: "off",
727
- autoComplete: "off",
728
- autoCorrect: "off",
729
- spellCheck: false,
730
- "data-test": "number",
731
- elementRef: l,
732
- ref: function e(t) {
733
- r.text = t;
734
- }
735
- }, w, {
736
- inline: c,
737
- onChange: this.handleInputChange,
738
- onBlur: this.handleInputBlur,
739
- onKeyDown: this.handleKeyDown,
740
- onKeyUp: this.handleKeyUp,
741
- value: this.state.stringValue,
742
- "aria-describedby": a,
743
- error: s,
744
- "data-test-value": v,
745
- startAdornment: k || R,
746
- endAdornment: x || z,
747
- role: "spinbutton",
748
- "aria-valuenow": this.state.value,
749
- "aria-valuemin": b,
750
- "aria-valuemax": m,
751
- "aria-invalid": s
752
- }));
575
+ if (e !== L && X) {
576
+ te(F(L, h));
577
+ }
753
578
  }
754
- } ]);
755
- return t;
756
- }(t.Component);
757
- oe(ue, "propTypes", le);
758
- oe(ue, "defaultProps", se);
759
- oe(ue, "displayName", "Number");
760
- var ce = (0, d.withSplunkTheme)(ue);
761
- ce.propTypes = ue.propTypes;
762
- /* harmony default export */ const pe = ce;
579
+ }), [ X, h, g, S, ce, N, L, ne ]);
580
+ var Se = {
581
+ append: r,
582
+ prepend: !r,
583
+ error: f,
584
+ inline: false,
585
+ tabIndex: -1
586
+ };
587
+ var Ce = V({
588
+ value: le,
589
+ max: g
590
+ });
591
+ var we = z({
592
+ value: le,
593
+ min: S
594
+ });
595
+ var ke = r && !x;
596
+ var Oe = t().createElement(A, {
597
+ $isAppend: ke,
598
+ $disabled: i,
599
+ $error: f
600
+ }, t().createElement(I, J({
601
+ "aria-label": (0, u._)("Increment"),
602
+ "data-test": "increment",
603
+ disabled: i || Ce,
604
+ onClick: he
605
+ }, Se), t().createElement(T, null)), t().createElement(q, {
606
+ $disabled: i,
607
+ $error: f
608
+ }), t().createElement(B, J({
609
+ "aria-label": (0, u._)("Decrement"),
610
+ "data-test": "decrement",
611
+ disabled: i || we,
612
+ onClick: ge
613
+ }, Se), t().createElement(P, null)));
614
+ var je = ke && !p && Oe;
615
+ var xe = !ke && !p && Oe;
616
+ var Ee = G || je;
617
+
618
+ return t().createElement(D, J({
619
+ autoCapitalize: "off",
620
+ autoComplete: "off",
621
+ autoCorrect: "off",
622
+ "data-test": "number",
623
+ elementRef: d,
624
+ inputRef: se,
625
+ disabled: i,
626
+ name: C,
627
+ describedBy: o,
628
+ append: r,
629
+ prepend: x
630
+ }, W, {
631
+ spellCheck: false,
632
+ inline: m,
633
+ onBlur: pe,
634
+ onChange: me,
635
+ onKeyDown: be,
636
+ onKeyUp: ye,
637
+ value: ne,
638
+ "aria-describedby": o,
639
+ error: f,
640
+ "data-test-value": le,
641
+ startAdornment: Ee,
642
+ endAdornment: K || xe,
643
+ $startAdornment: !!Ee,
644
+ role: "spinbutton",
645
+ "aria-valuenow": le,
646
+ "aria-valuemin": S,
647
+ "aria-valuemax": g,
648
+ "aria-invalid": f
649
+ }));
650
+ }
651
+ ue.displayName = "Number";
652
+ ue.propTypes = le;
653
+ /* harmony default export */ const ce = ue;
763
654
  // only for styled components using Number
764
655
  // CONCATENATED MODULE: ./src/Number/index.ts
765
656
  module.exports = r;