@splunk/react-ui 4.5.3 → 4.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (460) hide show
  1. package/Accordion.js +7 -7
  2. package/Anchor.js +2 -2
  3. package/Animation.js +2 -2
  4. package/AnimationToggle.js +2 -2
  5. package/Box.js +2 -2
  6. package/Button.js +13 -13
  7. package/ButtonGroup.js +4 -4
  8. package/ButtonSimple.js +6 -6
  9. package/CHANGELOG.md +47 -1
  10. package/Calendar.js +16 -16
  11. package/Card.js +48 -53
  12. package/CardLayout.js +4 -4
  13. package/Chip.js +10 -10
  14. package/Clickable.js +42 -15
  15. package/CloseButton.js +8 -8
  16. package/Code.js +8 -7
  17. package/CollapsiblePanel.js +11 -14
  18. package/Color.js +48 -48
  19. package/ColumnLayout.js +4 -4
  20. package/ComboBox.js +8 -8
  21. package/Concertina.js +15 -15
  22. package/ControlGroup.js +30 -37
  23. package/Date.js +10 -10
  24. package/DefinitionList.js +2 -2
  25. package/Dropdown.js +4 -4
  26. package/EventListener.js +4 -4
  27. package/FetchOptions.js +8 -8
  28. package/File.js +27 -27
  29. package/FormRows.js +21 -23
  30. package/Heading.js +2 -2
  31. package/Image.js +14 -14
  32. package/JSONTree.js +4 -4
  33. package/Layer.js +10 -10
  34. package/Link.js +6 -6
  35. package/List.js +2 -2
  36. package/Markdown.js +28 -16
  37. package/Menu.js +135 -70
  38. package/Message.js +246 -305
  39. package/MessageBar.d.ts +2 -0
  40. package/MessageBar.js +789 -0
  41. package/Modal.js +95 -61
  42. package/ModalLayer.js +5 -4
  43. package/Monogram.js +4 -4
  44. package/Multiselect.js +293 -42
  45. package/Number.js +8 -8
  46. package/Paginator.js +24 -24
  47. package/Paragraph.js +2 -2
  48. package/Popover.js +12 -12
  49. package/Progress.js +6 -6
  50. package/RadioBar.js +25 -12
  51. package/RadioList.js +2 -2
  52. package/Resize.js +8 -8
  53. package/ResultsMenu.js +25 -23
  54. package/ScreenReaderContent.js +2 -2
  55. package/Scroll.js +6 -6
  56. package/ScrollContainerContext.js +2 -2
  57. package/Search.js +14 -14
  58. package/Select.js +286 -36
  59. package/SidePanel.js +6 -6
  60. package/Slider.js +20 -14
  61. package/SlidingPanels.js +4 -4
  62. package/StaticContent.js +2 -2
  63. package/StepBar.js +18 -18
  64. package/Switch.js +17 -31
  65. package/TabBar.js +60 -46
  66. package/TabLayout.js +4 -4
  67. package/Table.js +63 -55
  68. package/Text.js +163 -146
  69. package/Tooltip.js +14 -14
  70. package/TransitionOpen.js +69 -44
  71. package/WaitSpinner.js +2 -2
  72. package/cypress/plugins/index.ts +15 -0
  73. package/cypress/support/commands.ts +1 -0
  74. package/cypress/support/index.ts +10 -0
  75. package/cypress.json +12 -0
  76. package/package.json +27 -8
  77. package/stubs-splunkui.d.ts +1 -0
  78. package/types/src/Accordion/docs/examples/Controlled.d.ts +2 -0
  79. package/types/src/Accordion/docs/examples/FixedHeight.d.ts +2 -0
  80. package/types/src/Accordion/docs/examples/InDropdown.d.ts +2 -0
  81. package/types/src/Accordion/docs/examples/Inset.d.ts +2 -0
  82. package/types/src/Accordion/docs/examples/Uncontrolled.d.ts +2 -0
  83. package/types/src/Anchor/docs/examples/Basic.d.ts +2 -0
  84. package/types/src/Animation/Animation.d.ts +0 -1
  85. package/types/src/AnimationToggle/docs/examples/Provider.d.ts +11 -0
  86. package/types/src/AnimationToggle/docs/examples/ReducedMotionComponent.d.ts +2 -0
  87. package/types/src/AnimationToggle/docs/examples/ReducedMotionHook.d.ts +2 -0
  88. package/types/src/AnimationToggle/docs/examples/ToggleComponent.d.ts +9 -0
  89. package/types/src/AnimationToggle/docs/examples/ToggleHook.d.ts +2 -0
  90. package/types/src/Button/docs/examples/Basic.d.ts +2 -0
  91. package/types/src/Button/docs/examples/Block.d.ts +2 -0
  92. package/types/src/Button/docs/examples/Disabled.d.ts +2 -0
  93. package/types/src/Button/docs/examples/Icons.d.ts +2 -0
  94. package/types/src/Button/docs/examples/Menus.d.ts +2 -0
  95. package/types/src/Button/docs/examples/Selected.d.ts +2 -0
  96. package/types/src/Button/docs/examples/To.d.ts +2 -0
  97. package/types/src/Button/docs/examples/Truncated.d.ts +2 -0
  98. package/types/src/Button/docs/examples/prisma/Basic.d.ts +2 -0
  99. package/types/src/Button/docs/examples/prisma/Block.d.ts +2 -0
  100. package/types/src/Button/docs/examples/prisma/Disabled.d.ts +2 -0
  101. package/types/src/Button/docs/examples/prisma/Icons.d.ts +2 -0
  102. package/types/src/Button/docs/examples/prisma/Menus.d.ts +2 -0
  103. package/types/src/Button/docs/examples/prisma/To.d.ts +2 -0
  104. package/types/src/Button/docs/examples/prisma/Truncated.d.ts +2 -0
  105. package/types/src/ButtonGroup/docs/examples/Basic.d.ts +1 -0
  106. package/types/src/ButtonGroup/docs/examples/prisma/Basic.d.ts +1 -0
  107. package/types/src/Calendar/DateTable.d.ts +0 -1
  108. package/types/src/Card/docs/examples/Basic.d.ts +2 -0
  109. package/types/src/Card/docs/examples/Clickable.d.ts +2 -0
  110. package/types/src/Card/docs/examples/Full.d.ts +2 -0
  111. package/types/src/Card/docs/examples/Images.d.ts +2 -0
  112. package/types/src/Card/docs/examples/Selectable.d.ts +2 -0
  113. package/types/src/Card/docs/examples/prisma/Actions.d.ts +2 -0
  114. package/types/src/CardLayout/docs/examples/Basic.d.ts +2 -0
  115. package/types/src/CardLayout/docs/examples/Interactive.d.ts +28 -0
  116. package/types/src/Chip/docs/examples/Appearance.d.ts +2 -0
  117. package/types/src/Chip/docs/examples/Basic.d.ts +2 -0
  118. package/types/src/Chip/docs/examples/CustomColors.d.ts +2 -0
  119. package/types/src/Chip/docs/examples/Disabled.d.ts +2 -0
  120. package/types/src/Chip/docs/examples/Icon.d.ts +2 -0
  121. package/types/src/Chip/docs/examples/Removable.d.ts +2 -0
  122. package/types/src/Chip/docs/examples/prisma/Appearance.d.ts +2 -0
  123. package/types/src/Clickable/Clickable.d.ts +12 -2
  124. package/types/src/Clickable/NavigationProvider.d.ts +13 -2
  125. package/types/src/Clickable/docs/examples/Basic.d.ts +2 -0
  126. package/types/src/Clickable/docs/examples/NavigationProvider.d.ts +2 -0
  127. package/types/src/Code/docs/examples/Default.d.ts +2 -0
  128. package/types/src/Code/docs/examples/HideIndent.d.ts +2 -0
  129. package/types/src/Code/docs/examples/Language.d.ts +2 -0
  130. package/types/src/CollapsiblePanel/docs/examples/BasicControlled.d.ts +2 -0
  131. package/types/src/CollapsiblePanel/docs/examples/BasicUncontrolled.d.ts +2 -0
  132. package/types/src/CollapsiblePanel/docs/examples/MultiControlled.d.ts +2 -0
  133. package/types/src/CollapsiblePanel/docs/examples/MultiUncontrolled.d.ts +2 -0
  134. package/types/src/CollapsiblePanel/docs/examples/TitleWithActions.d.ts +2 -0
  135. package/types/src/CollapsiblePanel/docs/examples/prisma/BasicControlled.d.ts +2 -0
  136. package/types/src/CollapsiblePanel/docs/examples/prisma/BasicUncontrolled.d.ts +2 -0
  137. package/types/src/CollapsiblePanel/docs/examples/prisma/Content.d.ts +1 -0
  138. package/types/src/CollapsiblePanel/docs/examples/prisma/MultiControlled.d.ts +2 -0
  139. package/types/src/CollapsiblePanel/docs/examples/prisma/MultiUncontrolled.d.ts +2 -0
  140. package/types/src/Color/Color.d.ts +3 -3
  141. package/types/src/Color/docs/examples/Controlled.d.ts +2 -0
  142. package/types/src/Color/docs/examples/Null.d.ts +2 -0
  143. package/types/src/Color/docs/examples/ThemeVariables.d.ts +1 -0
  144. package/types/src/Color/docs/examples/Transparent.d.ts +2 -0
  145. package/types/src/Color/docs/examples/Uncontrolled.d.ts +2 -0
  146. package/types/src/Color/docs/examples/prisma/Controlled.d.ts +2 -0
  147. package/types/src/Color/docs/examples/prisma/CustomizedPalette.d.ts +1 -0
  148. package/types/src/Color/docs/examples/prisma/HideInput.d.ts +2 -0
  149. package/types/src/Color/docs/examples/prisma/ThemeVariables.d.ts +1 -0
  150. package/types/src/Color/docs/examples/prisma/Uncontrolled.d.ts +2 -0
  151. package/types/src/ColumnLayout/docs/examples/AlignItems.d.ts +2 -0
  152. package/types/src/ColumnLayout/docs/examples/Basic.d.ts +2 -0
  153. package/types/src/ColumnLayout/docs/examples/Dividers.d.ts +2 -0
  154. package/types/src/ColumnLayout/docs/examples/Gutters.d.ts +2 -0
  155. package/types/src/ComboBox/docs/examples/Controlled.d.ts +2 -0
  156. package/types/src/ComboBox/docs/examples/Fetching.d.ts +2 -0
  157. package/types/src/ComboBox/docs/examples/Headings.d.ts +1 -0
  158. package/types/src/ComboBox/docs/examples/Label.d.ts +2 -0
  159. package/types/src/ComboBox/docs/examples/LoadMoreOnScrollBottom.d.ts +2 -0
  160. package/types/src/ComboBox/docs/examples/Uncontrolled.d.ts +2 -0
  161. package/types/src/Concertina/docs/examples/Basic.d.ts +2 -0
  162. package/types/src/Concertina/docs/examples/Disabled.d.ts +9 -0
  163. package/types/src/Concertina/docs/examples/Status.d.ts +2 -0
  164. package/types/src/ControlGroup/docs/examples/Basic.d.ts +2 -0
  165. package/types/src/ControlGroup/docs/examples/CustomizedLabelTarget.d.ts +10 -0
  166. package/types/src/ControlGroup/docs/examples/Error.d.ts +2 -0
  167. package/types/src/ControlGroup/docs/examples/HelpWithLinks.d.ts +2 -0
  168. package/types/src/ControlGroup/docs/examples/LabelTop.d.ts +2 -0
  169. package/types/src/ControlGroup/docs/examples/LayoutFill.d.ts +2 -0
  170. package/types/src/ControlGroup/docs/examples/LayoutFillJoin.d.ts +2 -0
  171. package/types/src/ControlGroup/docs/examples/LayoutNone.d.ts +2 -0
  172. package/types/src/Date/Date.d.ts +3 -3
  173. package/types/src/Date/Icon.d.ts +0 -1
  174. package/types/src/Date/docs/examples/Basic.d.ts +2 -0
  175. package/types/src/Date/docs/examples/Controlled.d.ts +10 -0
  176. package/types/src/Date/docs/examples/CustomDate.d.ts +2 -0
  177. package/types/src/Date/docs/examples/Disabled.d.ts +2 -0
  178. package/types/src/Date/docs/examples/HighlightToday.d.ts +10 -0
  179. package/types/src/DefinitionList/docs/examples/Basic.d.ts +2 -0
  180. package/types/src/DefinitionList/docs/examples/Customize.d.ts +2 -0
  181. package/types/src/Dropdown/docs/examples/Basic.d.ts +2 -0
  182. package/types/src/Dropdown/docs/examples/BasicMenu.d.ts +2 -0
  183. package/types/src/Dropdown/docs/examples/ControlledDropdown.d.ts +2 -0
  184. package/types/src/Dropdown/docs/examples/Dialog.d.ts +2 -0
  185. package/types/src/Dropdown/docs/examples/OtherToggles.d.ts +2 -0
  186. package/types/src/Dropdown/docs/examples/ScrollContainer.d.ts +2 -0
  187. package/types/src/Dropdown/docs/examples/ScrollingMenu.d.ts +2 -0
  188. package/types/src/Dropdown/docs/examples/prisma/Basic.d.ts +2 -0
  189. package/types/src/Dropdown/docs/examples/prisma/BasicMenu.d.ts +2 -0
  190. package/types/src/Dropdown/docs/examples/prisma/ControlledDropdown.d.ts +2 -0
  191. package/types/src/Dropdown/docs/examples/prisma/Dialog.d.ts +2 -0
  192. package/types/src/Dropdown/docs/examples/prisma/OtherToggles.d.ts +2 -0
  193. package/types/src/Dropdown/docs/examples/prisma/ScrollingMenu.d.ts +2 -0
  194. package/types/src/File/Icon.d.ts +0 -1
  195. package/types/src/File/IconCloud.d.ts +0 -1
  196. package/types/src/File/PaperClip.d.ts +0 -1
  197. package/types/src/File/Retry.d.ts +0 -1
  198. package/types/src/File/Trash.d.ts +0 -1
  199. package/types/src/File/docs/examples/CustomChildren.d.ts +12 -0
  200. package/types/src/File/docs/examples/CustomizedMessages.d.ts +1 -0
  201. package/types/src/File/docs/examples/Disabled.d.ts +12 -0
  202. package/types/src/File/docs/examples/DropAnywhere.d.ts +15 -0
  203. package/types/src/File/docs/examples/Error.d.ts +1 -0
  204. package/types/src/File/docs/examples/FullScreen.d.ts +15 -0
  205. package/types/src/File/docs/examples/Multi.d.ts +16 -0
  206. package/types/src/File/docs/examples/Progress.d.ts +15 -0
  207. package/types/src/File/docs/examples/Single.d.ts +12 -0
  208. package/types/src/File/docs/examples/prisma/Disabled.d.ts +12 -0
  209. package/types/src/File/docs/examples/prisma/Error.d.ts +1 -0
  210. package/types/src/File/docs/examples/prisma/Progress.d.ts +1 -0
  211. package/types/src/FormRows/docs/examples/Basic.d.ts +12 -0
  212. package/types/src/FormRows/docs/examples/Header.d.ts +12 -0
  213. package/types/src/FormRows/docs/examples/Menu.d.ts +13 -0
  214. package/types/src/FormRows/docs/examples/ReorderOnly.d.ts +10 -0
  215. package/types/src/Heading/docs/examples/Basic.d.ts +2 -0
  216. package/types/src/Image/docs/examples/Basic.d.ts +2 -0
  217. package/types/src/JSONTree/docs/examples/Basic.d.ts +1 -0
  218. package/types/src/JSONTree/docs/examples/Events.d.ts +13 -0
  219. package/types/src/Layer/docs/examples/Basic.d.ts +2 -0
  220. package/types/src/Link/docs/examples/Basic.d.ts +2 -0
  221. package/types/src/Link/docs/examples/Disabled.d.ts +2 -0
  222. package/types/src/Link/docs/examples/Inline.d.ts +2 -0
  223. package/types/src/Link/docs/examples/NewTab.d.ts +2 -0
  224. package/types/src/List/docs/examples/Decimal.d.ts +2 -0
  225. package/types/src/List/docs/examples/Disc.d.ts +2 -0
  226. package/types/src/List/docs/examples/LowerAlpha.d.ts +2 -0
  227. package/types/src/List/docs/examples/UpperAlpha.d.ts +2 -0
  228. package/types/src/Markdown/docs/examples/Basic.d.ts +2 -0
  229. package/types/src/Markdown/docs/examples/I18n.d.ts +2 -0
  230. package/types/src/Markdown/docs/examples/RenderProps.d.ts +2 -0
  231. package/types/src/Markdown/renderers/MarkdownCode.d.ts +0 -1
  232. package/types/src/Markdown/renderers/MarkdownCodeBlock.d.ts +0 -1
  233. package/types/src/Markdown/renderers/MarkdownImage.d.ts +0 -1
  234. package/types/src/Menu/Divider.d.ts +0 -1
  235. package/types/src/Menu/docs/examples/Basic.d.ts +2 -0
  236. package/types/src/Menu/docs/examples/Complex.d.ts +2 -0
  237. package/types/src/Menu/docs/examples/Descriptions.d.ts +2 -0
  238. package/types/src/Menu/docs/examples/Disabled.d.ts +2 -0
  239. package/types/src/Menu/docs/examples/Dividers.d.ts +2 -0
  240. package/types/src/Menu/docs/examples/Headings.d.ts +2 -0
  241. package/types/src/Menu/docs/examples/Icons.d.ts +2 -0
  242. package/types/src/Menu/docs/examples/Links.d.ts +2 -0
  243. package/types/src/Menu/docs/examples/MatchRanges.d.ts +2 -0
  244. package/types/src/Menu/docs/examples/Selectable.d.ts +2 -0
  245. package/types/src/Menu/docs/examples/SelectableWithIcons.d.ts +2 -0
  246. package/types/src/Menu/docs/examples/Truncate.d.ts +2 -0
  247. package/types/src/Message/Link.d.ts +2 -0
  248. package/types/src/Message/Message.d.ts +6 -1
  249. package/types/src/Message/docs/examples/Basic.d.ts +2 -0
  250. package/types/src/Message/docs/examples/Content.d.ts +2 -0
  251. package/types/src/Message/docs/examples/Fill.d.ts +2 -0
  252. package/types/src/Message/docs/examples/Removable.d.ts +2 -0
  253. package/types/src/Message/docs/examples/prisma/Title.d.ts +2 -0
  254. package/types/src/MessageBar/MessageBar.d.ts +28 -0
  255. package/types/src/MessageBar/docs/examples/Types.d.ts +2 -0
  256. package/types/src/MessageBar/index.d.ts +2 -0
  257. package/types/src/Modal/Modal.d.ts +3 -0
  258. package/types/src/Modal/ModalContext.d.ts +6 -0
  259. package/types/src/Modal/docs/examples/Basic.d.ts +2 -0
  260. package/types/src/Modal/docs/examples/InitialFocus.d.ts +2 -0
  261. package/types/src/Modal/docs/examples/TypicalUsage.d.ts +2 -0
  262. package/types/src/Modal/docs/examples/Undismissable.d.ts +2 -0
  263. package/types/src/Modal/docs/examples/prisma/TypicalUsage.d.ts +2 -0
  264. package/types/src/Monogram/Monogram.d.ts +2 -2
  265. package/types/src/Monogram/docs/examples/BackgroundAuto.d.ts +1 -0
  266. package/types/src/Monogram/docs/examples/BackgroundCustom.d.ts +1 -0
  267. package/types/src/Monogram/docs/examples/Basic.d.ts +1 -0
  268. package/types/src/Monogram/docs/examples/Interactive.d.ts +1 -0
  269. package/types/src/Monogram/docs/examples/Size.d.ts +1 -0
  270. package/types/src/Multiselect/Multiselect.d.ts +1 -0
  271. package/types/src/Multiselect/docs/examples/Children.d.ts +10 -0
  272. package/types/src/Multiselect/docs/examples/Compact.d.ts +2 -0
  273. package/types/src/Multiselect/docs/examples/Controlled.d.ts +10 -0
  274. package/types/src/Multiselect/docs/examples/CustomizeSelected.d.ts +10 -0
  275. package/types/src/Multiselect/docs/examples/Disabled.d.ts +10 -0
  276. package/types/src/Multiselect/docs/examples/Error.d.ts +10 -0
  277. package/types/src/Multiselect/docs/examples/Fetching.d.ts +23 -0
  278. package/types/src/Multiselect/docs/examples/Headings.d.ts +1 -0
  279. package/types/src/Multiselect/docs/examples/Icons.d.ts +2 -0
  280. package/types/src/Multiselect/docs/examples/LoadMoreOnScrollBottom.d.ts +26 -0
  281. package/types/src/Multiselect/docs/examples/NewValues.d.ts +10 -0
  282. package/types/src/Multiselect/docs/examples/TabInput.d.ts +10 -0
  283. package/types/src/Multiselect/docs/examples/Uncontrolled.d.ts +2 -0
  284. package/types/src/Number/IncrementIcon.d.ts +0 -1
  285. package/types/src/Number/Number.d.ts +3 -3
  286. package/types/src/Number/docs/examples/Basic.d.ts +10 -0
  287. package/types/src/Number/docs/examples/Disabled.d.ts +2 -0
  288. package/types/src/Number/docs/examples/Error.d.ts +2 -0
  289. package/types/src/Number/docs/examples/Limits.d.ts +10 -0
  290. package/types/src/Number/docs/examples/Locale.d.ts +10 -0
  291. package/types/src/Number/docs/examples/Uncontrolled.d.ts +2 -0
  292. package/types/src/Paginator/PageSeparator.d.ts +0 -1
  293. package/types/src/Paginator/docs/examples/Basic.d.ts +2 -0
  294. package/types/src/Paragraph/docs/examples/Basic.d.ts +2 -0
  295. package/types/src/Popover/Popover.d.ts +1 -2
  296. package/types/src/Popover/docs/examples/Basic.d.ts +2 -0
  297. package/types/src/Progress/docs/examples/Basic.d.ts +2 -0
  298. package/types/src/Progress/docs/examples/prisma/Type.d.ts +2 -0
  299. package/types/src/RadioBar/Option.d.ts +13 -3
  300. package/types/src/RadioBar/RadioBar.d.ts +5 -3
  301. package/types/src/RadioBar/docs/examples/AdornmentAriaExamples.d.ts +2 -0
  302. package/types/src/RadioBar/docs/examples/Basic.d.ts +2 -0
  303. package/types/src/RadioBar/docs/examples/Disabled.d.ts +2 -0
  304. package/types/src/RadioBar/docs/examples/Error.d.ts +2 -0
  305. package/types/src/RadioBar/docs/examples/Uncontrolled.d.ts +2 -0
  306. package/types/src/RadioList/docs/examples/Basic.d.ts +2 -0
  307. package/types/src/RadioList/docs/examples/Composing.d.ts +2 -0
  308. package/types/src/RadioList/docs/examples/Disabled.d.ts +2 -0
  309. package/types/src/RadioList/docs/examples/Error.d.ts +2 -0
  310. package/types/src/RadioList/docs/examples/Row.d.ts +2 -0
  311. package/types/src/RadioList/docs/examples/Uncontrolled.d.ts +2 -0
  312. package/types/src/Resize/docs/examples/Appearance.d.ts +2 -0
  313. package/types/src/Resize/docs/examples/Percentage.d.ts +2 -0
  314. package/types/src/Resize/docs/examples/SizingInner.d.ts +2 -0
  315. package/types/src/Resize/docs/examples/SizingOuter.d.ts +2 -0
  316. package/types/src/Resize/docs/examples/Typical.d.ts +2 -0
  317. package/types/src/ScreenReaderContent/docs/examples/Basic.d.ts +2 -0
  318. package/types/src/Scroll/docs/examples/Controlled.d.ts +13 -0
  319. package/types/src/Scroll/docs/examples/Uncontrolled.d.ts +2 -0
  320. package/types/src/ScrollContainerContext/docs/examples/Consumer.d.ts +2 -0
  321. package/types/src/ScrollContainerContext/docs/examples/Provider.d.ts +2 -0
  322. package/types/src/Search/docs/examples/Controlled.d.ts +2 -0
  323. package/types/src/Search/docs/examples/Loading.d.ts +2 -0
  324. package/types/src/Search/docs/examples/Options.d.ts +2 -0
  325. package/types/src/Search/docs/examples/Results.d.ts +2 -0
  326. package/types/src/Select/Select.d.ts +8 -3
  327. package/types/src/Select/SelectBase.d.ts +17 -5
  328. package/types/src/Select/docs/examples/Appearance.d.ts +14 -0
  329. package/types/src/Select/docs/examples/Basic.d.ts +10 -0
  330. package/types/src/Select/docs/examples/Children.d.ts +10 -0
  331. package/types/src/Select/docs/examples/Descriptions.d.ts +10 -0
  332. package/types/src/Select/docs/examples/Error.d.ts +2 -0
  333. package/types/src/Select/docs/examples/Fetching.d.ts +23 -0
  334. package/types/src/Select/docs/examples/Filter.d.ts +10 -0
  335. package/types/src/Select/docs/examples/Headings.d.ts +10 -0
  336. package/types/src/Select/docs/examples/Icons.d.ts +10 -0
  337. package/types/src/Select/docs/examples/LoadMoreOnScrollBottom.d.ts +25 -0
  338. package/types/src/Select/docs/examples/Prefix.d.ts +10 -0
  339. package/types/src/Select/docs/examples/Truncate.d.ts +10 -0
  340. package/types/src/Select/docs/examples/Uncontrolled.d.ts +2 -0
  341. package/types/src/Select/docs/examples/prisma/Appearance.d.ts +14 -0
  342. package/types/src/Select/matchUtils.d.ts +12 -0
  343. package/types/src/SidePanel/docs/examples/Basic.d.ts +2 -0
  344. package/types/src/SidePanel/docs/examples/ChangeSize.d.ts +2 -0
  345. package/types/src/SidePanel/docs/examples/Composition.d.ts +2 -0
  346. package/types/src/Slider/Slider.d.ts +3 -3
  347. package/types/src/Slider/docs/examples/Basic.d.ts +2 -0
  348. package/types/src/Slider/docs/examples/Controlled.d.ts +12 -0
  349. package/types/src/Slider/docs/examples/CustomLabels.d.ts +12 -0
  350. package/types/src/Slider/docs/examples/Disabled.d.ts +2 -0
  351. package/types/src/Slider/docs/examples/StepMarks.d.ts +2 -0
  352. package/types/src/Slider/docs/examples/prisma/Error.d.ts +2 -0
  353. package/types/src/SlidingPanels/docs/examples/Basic.d.ts +11 -0
  354. package/types/src/SlidingPanels/docs/examples/Dropdown.d.ts +11 -0
  355. package/types/src/SlidingPanels/docs/examples/Modal.d.ts +14 -0
  356. package/types/src/StaticContent/docs/examples/Basic.d.ts +2 -0
  357. package/types/src/StaticContent/docs/examples/FieldValue.d.ts +2 -0
  358. package/types/src/StepBar/docs/examples/Basic.d.ts +2 -0
  359. package/types/src/StepBar/docs/examples/prisma/Error.d.ts +2 -0
  360. package/types/src/Switch/CheckIcon.d.ts +0 -1
  361. package/types/src/Switch/Switch.d.ts +7 -7
  362. package/types/src/Switch/docs/examples/Basic.d.ts +10 -0
  363. package/types/src/Switch/docs/examples/Disabled.d.ts +10 -0
  364. package/types/src/Switch/docs/examples/Error.d.ts +2 -0
  365. package/types/src/TabBar/docs/examples/Basic.d.ts +2 -0
  366. package/types/src/TabBar/docs/examples/IconsInline.d.ts +2 -0
  367. package/types/src/TabBar/docs/examples/IconsSmall.d.ts +2 -0
  368. package/types/src/TabBar/docs/examples/Tooltips.d.ts +2 -0
  369. package/types/src/TabBar/docs/examples/Vertical.d.ts +2 -0
  370. package/types/src/TabBar/docs/examples/VerticalSmallIcons.d.ts +2 -0
  371. package/types/src/TabBar/docs/examples/WithCount.d.ts +2 -0
  372. package/types/src/TabBar/docs/examples/prisma/Context.d.ts +2 -0
  373. package/types/src/TabBar/docs/examples/prisma/Disabled.d.ts +2 -0
  374. package/types/src/TabLayout/docs/examples/AutoActivate.d.ts +2 -0
  375. package/types/src/TabLayout/docs/examples/Controlled.d.ts +2 -0
  376. package/types/src/TabLayout/docs/examples/Icons.d.ts +2 -0
  377. package/types/src/TabLayout/docs/examples/Uncontrolled.d.ts +2 -0
  378. package/types/src/TabLayout/docs/examples/Vertical.d.ts +2 -0
  379. package/types/src/TabLayout/docs/examples/VerticalIcons.d.ts +2 -0
  380. package/types/src/TabLayout/docs/examples/prisma/Context.d.ts +2 -0
  381. package/types/src/Table/DragHandle.d.ts +0 -1
  382. package/types/src/Table/HeadExpandRowsIcon.d.ts +0 -1
  383. package/types/src/Table/Toggle.d.ts +0 -1
  384. package/types/src/Table/docs/examples/Basic.d.ts +2 -0
  385. package/types/src/Table/docs/examples/Click.d.ts +16 -0
  386. package/types/src/Table/docs/examples/ClickRows.d.ts +16 -0
  387. package/types/src/Table/docs/examples/Complex.d.ts +39 -0
  388. package/types/src/Table/docs/examples/DockedHeader.d.ts +2 -0
  389. package/types/src/Table/docs/examples/ExpandableRows.d.ts +2 -0
  390. package/types/src/Table/docs/examples/ExpandableRowsControlled.d.ts +2 -0
  391. package/types/src/Table/docs/examples/FixedHeader.d.ts +2 -0
  392. package/types/src/Table/docs/examples/HeadDropdownCell.d.ts +18 -0
  393. package/types/src/Table/docs/examples/ReorderColumns.d.ts +21 -0
  394. package/types/src/Table/docs/examples/ReorderRows.d.ts +21 -0
  395. package/types/src/Table/docs/examples/Resizable.d.ts +23 -0
  396. package/types/src/Table/docs/examples/ResizableFill.d.ts +23 -0
  397. package/types/src/Table/docs/examples/Selectable.d.ts +18 -0
  398. package/types/src/Table/docs/examples/SortableColumns.d.ts +12 -0
  399. package/types/src/Table/docs/examples/prisma/Basic.d.ts +2 -0
  400. package/types/src/Table/docs/examples/prisma/Complex.d.ts +48 -0
  401. package/types/src/Table/docs/examples/prisma/DockedHeader.d.ts +2 -0
  402. package/types/src/Table/docs/examples/prisma/RowActions.d.ts +39 -0
  403. package/types/src/Text/IconOutlinedHide.d.ts +0 -1
  404. package/types/src/Text/IconOutlinedView.d.ts +0 -1
  405. package/types/src/Text/Text.d.ts +10 -3
  406. package/types/src/Text/docs/examples/Basic.d.ts +10 -0
  407. package/types/src/Text/docs/examples/CustomizedIcon.d.ts +2 -0
  408. package/types/src/Text/docs/examples/Disabled.d.ts +2 -0
  409. package/types/src/Text/docs/examples/Error.d.ts +10 -0
  410. package/types/src/Text/docs/examples/Inline.d.ts +10 -0
  411. package/types/src/Text/docs/examples/Multiline.d.ts +10 -0
  412. package/types/src/Text/docs/examples/Password.d.ts +10 -0
  413. package/types/src/Text/docs/examples/Search.d.ts +10 -0
  414. package/types/src/Text/docs/examples/Uncontrolled.d.ts +2 -0
  415. package/types/src/Text/docs/examples/prisma/Multiline.d.ts +10 -0
  416. package/types/src/Text/docs/examples/prisma/Search.d.ts +10 -0
  417. package/types/src/Tooltip/InfoIcon.d.ts +0 -1
  418. package/types/src/Tooltip/docs/examples/Basic.d.ts +2 -0
  419. package/types/src/Tooltip/docs/examples/ContentRelationship.d.ts +2 -0
  420. package/types/src/Tooltip/docs/examples/Controlled.d.ts +12 -0
  421. package/types/src/Tooltip/docs/examples/CustomContent.d.ts +2 -0
  422. package/types/src/Tooltip/docs/examples/CustomDelay.d.ts +2 -0
  423. package/types/src/TransitionOpen/TransitionOpen.d.ts +1 -0
  424. package/types/src/TransitionOpen/docs/examples/ExpandHeight.d.ts +2 -0
  425. package/types/src/TransitionOpen/docs/examples/ExpandWidth.d.ts +2 -0
  426. package/types/src/TransitionOpen/docs/examples/None.d.ts +2 -0
  427. package/types/src/TransitionOpen/docs/examples/SlideFromBottom.d.ts +2 -0
  428. package/types/src/TransitionOpen/docs/examples/SlideFromLeft.d.ts +2 -0
  429. package/types/src/TransitionOpen/docs/examples/SlideFromRight.d.ts +2 -0
  430. package/types/src/TransitionOpen/docs/examples/SlideFromTop.d.ts +2 -0
  431. package/types/src/WaitSpinner/docs/examples/Basic.d.ts +2 -0
  432. package/types/src/WaitSpinner/docs/examples/prisma/Basic.d.ts +2 -0
  433. package/types/src/fixtures/FetchOptions.d.ts +2 -0
  434. package/types/src/fixtures/text.d.ts +1 -0
  435. package/types/src/icons/Alert.d.ts +0 -1
  436. package/types/src/icons/AlertFilled.d.ts +0 -1
  437. package/types/src/icons/CaretDown.d.ts +0 -1
  438. package/types/src/icons/CaretRight.d.ts +0 -1
  439. package/types/src/icons/Check.d.ts +0 -1
  440. package/types/src/icons/ChevronDown.d.ts +0 -1
  441. package/types/src/icons/ChevronLeft.d.ts +0 -1
  442. package/types/src/icons/ChevronRight.d.ts +0 -1
  443. package/types/src/icons/CrossMark.d.ts +0 -1
  444. package/types/src/icons/External.d.ts +0 -1
  445. package/types/src/icons/InfoFilled.d.ts +0 -1
  446. package/types/src/icons/More.d.ts +0 -1
  447. package/types/src/icons/MoreVertical.d.ts +0 -1
  448. package/types/src/icons/Plus.d.ts +0 -1
  449. package/types/src/icons/SVG.d.ts +0 -1
  450. package/types/src/icons/Search.d.ts +0 -1
  451. package/types/src/icons/Sort.d.ts +0 -1
  452. package/types/src/icons/SortedDown.d.ts +0 -1
  453. package/types/src/icons/SortedUp.d.ts +0 -1
  454. package/types/src/icons/Success.d.ts +0 -1
  455. package/types/src/icons/SuccessFilled.d.ts +0 -1
  456. package/types/src/icons/WarningFilled.d.ts +0 -1
  457. package/types/src/utils/types.d.ts +0 -1
  458. package/unit-test-setup-testing-library.ts +9 -0
  459. package/usePrevious.js +2 -2
  460. package/types/src/Message/Banner.d.ts +0 -8
package/Number.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 137);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 144);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 12:
104
+ /***/ 11:
105
105
  /***/ (function(module, exports) {
106
106
 
107
107
  module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 137:
111
+ /***/ 144:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -139,7 +139,7 @@ var keyboard_ = __webpack_require__(9);
139
139
  var i18n_ = __webpack_require__(5);
140
140
 
141
141
  // EXTERNAL MODULE: external "@splunk/react-icons/SVG"
142
- var SVG_ = __webpack_require__(23);
142
+ var SVG_ = __webpack_require__(24);
143
143
  var SVG_default = /*#__PURE__*/__webpack_require__.n(SVG_);
144
144
 
145
145
  // CONCATENATED MODULE: ./src/Number/IncrementIcon.tsx
@@ -166,11 +166,11 @@ var Button_ = __webpack_require__(17);
166
166
  var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
167
167
 
168
168
  // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
169
- var Clickable_ = __webpack_require__(12);
169
+ var Clickable_ = __webpack_require__(11);
170
170
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
171
171
 
172
172
  // EXTERNAL MODULE: external "@splunk/react-ui/Text"
173
- var Text_ = __webpack_require__(21);
173
+ var Text_ = __webpack_require__(23);
174
174
  var Text_default = /*#__PURE__*/__webpack_require__.n(Text_);
175
175
 
176
176
  // CONCATENATED MODULE: ./src/Number/NumberStyles.ts
@@ -779,14 +779,14 @@ module.exports = require("react");
779
779
 
780
780
  /***/ }),
781
781
 
782
- /***/ 21:
782
+ /***/ 23:
783
783
  /***/ (function(module, exports) {
784
784
 
785
785
  module.exports = require("@splunk/react-ui/Text");
786
786
 
787
787
  /***/ }),
788
788
 
789
- /***/ 23:
789
+ /***/ 24:
790
790
  /***/ (function(module, exports) {
791
791
 
792
792
  module.exports = require("@splunk/react-icons/SVG");
package/Paginator.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 115);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 121);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 115:
104
+ /***/ 101:
105
+ /***/ (function(module, exports) {
106
+
107
+ module.exports = require("@splunk/react-icons/More");
108
+
109
+ /***/ }),
110
+
111
+ /***/ 121:
105
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
113
 
107
114
  "use strict";
@@ -120,7 +127,7 @@ var external_prop_types_ = __webpack_require__(1);
120
127
  var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
121
128
 
122
129
  // EXTERNAL MODULE: external "@splunk/ui-utils/format"
123
- var format_ = __webpack_require__(40);
130
+ var format_ = __webpack_require__(41);
124
131
 
125
132
  // EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
126
133
  var i18n_ = __webpack_require__(5);
@@ -133,7 +140,7 @@ var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
133
140
  var themes_ = __webpack_require__(0);
134
141
 
135
142
  // EXTERNAL MODULE: external "@splunk/react-icons/More"
136
- var More_ = __webpack_require__(93);
143
+ var More_ = __webpack_require__(101);
137
144
  var More_default = /*#__PURE__*/__webpack_require__.n(More_);
138
145
 
139
146
  // EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
@@ -209,7 +216,7 @@ function PageSeparator() {
209
216
  var external_lodash_ = __webpack_require__(4);
210
217
 
211
218
  // EXTERNAL MODULE: external "@splunk/react-ui/ButtonSimple"
212
- var ButtonSimple_ = __webpack_require__(43);
219
+ var ButtonSimple_ = __webpack_require__(45);
213
220
  var ButtonSimple_default = /*#__PURE__*/__webpack_require__.n(ButtonSimple_);
214
221
 
215
222
  // CONCATENATED MODULE: ./src/Paginator/ButtonStyles.ts
@@ -341,7 +348,7 @@ _defineProperty(Button_PaginatorButton, "defaultProps", defaultProps);
341
348
 
342
349
  /* harmony default export */ var Button = (Button_PaginatorButton);
343
350
  // EXTERNAL MODULE: ./src/icons/ChevronLeft.tsx
344
- var ChevronLeft = __webpack_require__(54);
351
+ var ChevronLeft = __webpack_require__(59);
345
352
 
346
353
  // EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
347
354
  var ChevronRight = __webpack_require__(27);
@@ -603,14 +610,14 @@ module.exports = require("lodash");
603
610
 
604
611
  /***/ }),
605
612
 
606
- /***/ 40:
613
+ /***/ 41:
607
614
  /***/ (function(module, exports) {
608
615
 
609
616
  module.exports = require("@splunk/ui-utils/format");
610
617
 
611
618
  /***/ }),
612
619
 
613
- /***/ 43:
620
+ /***/ 45:
614
621
  /***/ (function(module, exports) {
615
622
 
616
623
  module.exports = require("@splunk/react-ui/ButtonSimple");
@@ -624,14 +631,14 @@ module.exports = require("@splunk/ui-utils/i18n");
624
631
 
625
632
  /***/ }),
626
633
 
627
- /***/ 54:
634
+ /***/ 59:
628
635
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
629
636
 
630
637
  "use strict";
631
638
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronLeft; });
632
639
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
633
640
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
634
- /* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
641
+ /* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(60);
635
642
  /* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__);
636
643
  /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
637
644
  /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
@@ -674,13 +681,6 @@ function ChevronLeft(props) {
674
681
 
675
682
  /***/ }),
676
683
 
677
- /***/ 55:
678
- /***/ (function(module, exports) {
679
-
680
- module.exports = require("@splunk/react-icons/ChevronLeft");
681
-
682
- /***/ }),
683
-
684
684
  /***/ 6:
685
685
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
686
686
 
@@ -706,6 +706,13 @@ function SVG(props) {
706
706
 
707
707
  /***/ }),
708
708
 
709
+ /***/ 60:
710
+ /***/ (function(module, exports) {
711
+
712
+ module.exports = require("@splunk/react-icons/ChevronLeft");
713
+
714
+ /***/ }),
715
+
709
716
  /***/ 7:
710
717
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
711
718
 
@@ -829,13 +836,6 @@ Icon.defaultProps = defaultProps;
829
836
 
830
837
  module.exports = require("@splunk/react-ui/Box");
831
838
 
832
- /***/ }),
833
-
834
- /***/ 93:
835
- /***/ (function(module, exports) {
836
-
837
- module.exports = require("@splunk/react-icons/More");
838
-
839
839
  /***/ })
840
840
 
841
841
  /******/ });
package/Paragraph.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 157);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 165);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 157:
104
+ /***/ 165:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
package/Popover.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 131);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 138);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 11:
104
+ /***/ 12:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -128,7 +128,7 @@ function updateReactRef(ref, current) {
128
128
 
129
129
  /***/ }),
130
130
 
131
- /***/ 131:
131
+ /***/ 138:
132
132
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
133
133
 
134
134
  "use strict";
@@ -148,7 +148,7 @@ var external_prop_types_ = __webpack_require__(1);
148
148
  var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
149
149
 
150
150
  // EXTERNAL MODULE: external "react-dom"
151
- var external_react_dom_ = __webpack_require__(63);
151
+ var external_react_dom_ = __webpack_require__(68);
152
152
 
153
153
  // EXTERNAL MODULE: external "lodash"
154
154
  var external_lodash_ = __webpack_require__(4);
@@ -160,11 +160,11 @@ var themes_ = __webpack_require__(0);
160
160
  var Animation_ = __webpack_require__(30);
161
161
 
162
162
  // EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
163
- var EventListener_ = __webpack_require__(14);
163
+ var EventListener_ = __webpack_require__(15);
164
164
  var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
165
165
 
166
166
  // EXTERNAL MODULE: external "@splunk/react-ui/Layer"
167
- var Layer_ = __webpack_require__(50);
167
+ var Layer_ = __webpack_require__(55);
168
168
  var Layer_default = /*#__PURE__*/__webpack_require__.n(Layer_);
169
169
 
170
170
  // EXTERNAL MODULE: external "@splunk/react-ui/ScrollContainerContext"
@@ -172,7 +172,7 @@ var ScrollContainerContext_ = __webpack_require__(35);
172
172
  var ScrollContainerContext_default = /*#__PURE__*/__webpack_require__.n(ScrollContainerContext_);
173
173
 
174
174
  // EXTERNAL MODULE: external "@splunk/ui-utils/focus"
175
- var focus_ = __webpack_require__(25);
175
+ var focus_ = __webpack_require__(26);
176
176
 
177
177
  // CONCATENATED MODULE: ./src/Popover/getPlacement.ts
178
178
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
@@ -516,7 +516,7 @@ var StyledLowerRightCorner = external_styled_components_default.a.div.withConfig
516
516
  })(["position:fixed;right:0;bottom:0;"]);
517
517
 
518
518
  // EXTERNAL MODULE: ./src/utils/updateReactRef.ts
519
- var updateReactRef = __webpack_require__(11);
519
+ var updateReactRef = __webpack_require__(12);
520
520
 
521
521
  // CONCATENATED MODULE: ./src/Popover/Popover.tsx
522
522
  function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
@@ -1132,7 +1132,7 @@ PopoverWithTheme.propTypes = Popover_Popover.propTypes;
1132
1132
 
1133
1133
  /***/ }),
1134
1134
 
1135
- /***/ 14:
1135
+ /***/ 15:
1136
1136
  /***/ (function(module, exports) {
1137
1137
 
1138
1138
  module.exports = require("@splunk/react-ui/EventListener");
@@ -1153,7 +1153,7 @@ module.exports = require("react");
1153
1153
 
1154
1154
  /***/ }),
1155
1155
 
1156
- /***/ 25:
1156
+ /***/ 26:
1157
1157
  /***/ (function(module, exports) {
1158
1158
 
1159
1159
  module.exports = require("@splunk/ui-utils/focus");
@@ -1188,14 +1188,14 @@ module.exports = require("lodash");
1188
1188
 
1189
1189
  /***/ }),
1190
1190
 
1191
- /***/ 50:
1191
+ /***/ 55:
1192
1192
  /***/ (function(module, exports) {
1193
1193
 
1194
1194
  module.exports = require("@splunk/react-ui/Layer");
1195
1195
 
1196
1196
  /***/ }),
1197
1197
 
1198
- /***/ 63:
1198
+ /***/ 68:
1199
1199
  /***/ (function(module, exports) {
1200
1200
 
1201
1201
  module.exports = require("react-dom");
package/Progress.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 158);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 166);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 158:
104
+ /***/ 166:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -130,11 +130,11 @@ var external_styled_components_ = __webpack_require__(3);
130
130
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
131
131
 
132
132
  // EXTERNAL MODULE: external "tinycolor2"
133
- var external_tinycolor2_ = __webpack_require__(44);
133
+ var external_tinycolor2_ = __webpack_require__(46);
134
134
  var external_tinycolor2_default = /*#__PURE__*/__webpack_require__.n(external_tinycolor2_);
135
135
 
136
136
  // EXTERNAL MODULE: external "@splunk/react-ui/Tooltip"
137
- var Tooltip_ = __webpack_require__(46);
137
+ var Tooltip_ = __webpack_require__(48);
138
138
  var Tooltip_default = /*#__PURE__*/__webpack_require__.n(Tooltip_);
139
139
 
140
140
  // EXTERNAL MODULE: external "@splunk/react-ui/Box"
@@ -340,14 +340,14 @@ module.exports = require("lodash");
340
340
 
341
341
  /***/ }),
342
342
 
343
- /***/ 44:
343
+ /***/ 46:
344
344
  /***/ (function(module, exports) {
345
345
 
346
346
  module.exports = require("tinycolor2");
347
347
 
348
348
  /***/ }),
349
349
 
350
- /***/ 46:
350
+ /***/ 48:
351
351
  /***/ (function(module, exports) {
352
352
 
353
353
  module.exports = require("@splunk/react-ui/Tooltip");
package/RadioBar.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 123);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 129);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 12:
104
+ /***/ 11:
105
105
  /***/ (function(module, exports) {
106
106
 
107
107
  module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 123:
111
+ /***/ 129:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -146,7 +146,7 @@ var external_styled_components_ = __webpack_require__(3);
146
146
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
147
147
 
148
148
  // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
149
- var Clickable_ = __webpack_require__(12);
149
+ var Clickable_ = __webpack_require__(11);
150
150
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
151
151
 
152
152
  // CONCATENATED MODULE: ./src/RadioBar/OptionStyles.ts
@@ -156,7 +156,7 @@ var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
156
156
  var StyledClickable = external_styled_components_default()(Clickable_default.a).withConfig({
157
157
  displayName: "OptionStyles__StyledClickable",
158
158
  componentId: "fyq77p-0"
159
- })(["border-radius:3px;flex:1 1 auto;display:flex;justify-content:center;align-items:center;color:", ";padding:2px 12px;height:calc(", " - 6px);position:relative;& + &{margin-left:2px;}", " ", " &:focus{color:", ";box-shadow:", ";z-index:2;&:active{background-color:", ";}}", " ", ""], themes_["variables"].contentColorDefault, themes_["variables"].inputHeight, function (_ref) {
159
+ })(["border-radius:3px;flex:1 1 auto;display:flex;justify-content:center;align-items:center;color:", ";padding:2px 12px;height:calc(", " - 6px);position:relative;gap:8px;& + &{margin-left:2px;}", " ", " &:focus{color:", ";box-shadow:", ";z-index:2;&:active{background-color:", ";}}", " ", ""], themes_["variables"].contentColorDefault, themes_["variables"].inputHeight, function (_ref) {
160
160
  var $selected = _ref.$selected;
161
161
  return $selected && Object(external_styled_components_["css"])(["color:", ";background-color:", ";box-shadow:", ";"], themes_["variables"].contentColorActive, Object(themes_["pick"])({
162
162
  dark: 'rgba(255, 255, 255, 0.2)',
@@ -181,7 +181,13 @@ var StyledIcon = external_styled_components_default.a.div.withConfig({
181
181
  var StyledLabel = external_styled_components_default.a.div.withConfig({
182
182
  displayName: "OptionStyles__StyledLabel",
183
183
  componentId: "fyq77p-2"
184
- })(["flex:0 1 auto;", " &:not(:first-child){margin-left:8px;}"], themes_["mixins"].ellipsis);
184
+ })(["flex:0 1 auto;", " padding:", ";&:not(:first-child){margin-left:8px;}"], themes_["mixins"].ellipsis, Object(themes_["pick"])({
185
+ enterprise: '0 12px'
186
+ }));
187
+ var StyledAdornment = external_styled_components_default.a.div.withConfig({
188
+ displayName: "OptionStyles__StyledAdornment",
189
+ componentId: "fyq77p-3"
190
+ })(["flex:0 0 auto;"]);
185
191
 
186
192
  // CONCATENATED MODULE: ./src/RadioBar/RadioBarContext.tsx
187
193
 
@@ -202,6 +208,8 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
202
208
 
203
209
  var propTypes = {
204
210
  disabled: external_prop_types_default.a.bool,
211
+ startAdornment: external_prop_types_default.a.node,
212
+ endAdornment: external_prop_types_default.a.node,
205
213
  icon: external_prop_types_default.a.node,
206
214
  label: external_prop_types_default.a.string,
207
215
 
@@ -214,11 +222,13 @@ var propTypes = {
214
222
 
215
223
  function Option(_ref) {
216
224
  var disabled = _ref.disabled,
217
- label = _ref.label,
218
225
  icon = _ref.icon,
226
+ label = _ref.label,
219
227
  selected = _ref.selected,
228
+ startAdornment = _ref.startAdornment,
229
+ endAdornment = _ref.endAdornment,
220
230
  value = _ref.value,
221
- otherProps = _objectWithoutProperties(_ref, ["disabled", "label", "icon", "selected", "value"]);
231
+ otherProps = _objectWithoutProperties(_ref, ["disabled", "icon", "label", "selected", "startAdornment", "endAdornment", "value"]);
222
232
 
223
233
  // @docs-props-type OptionPropsBase
224
234
  var _useContext = Object(external_react_["useContext"])(RadioBar_RadioBarContext),
@@ -226,6 +236,8 @@ function Option(_ref) {
226
236
  appearanceContext = _useContext.appearance,
227
237
  errorContext = _useContext.error;
228
238
 
239
+ if (false) {}
240
+
229
241
  if (appearanceContext === 'prisma') {
230
242
  return /*#__PURE__*/external_react_default.a.createElement(StyledClickable, _extends({
231
243
  "data-test": "option",
@@ -242,7 +254,7 @@ function Option(_ref) {
242
254
  $selected: selected,
243
255
  tabIndex: selected ? -1 : undefined,
244
256
  disabled: disabled
245
- }), icon && /*#__PURE__*/external_react_default.a.createElement(StyledIcon, null, icon), label && /*#__PURE__*/external_react_default.a.createElement(StyledLabel, null, label));
257
+ }), icon && /*#__PURE__*/external_react_default.a.createElement(StyledIcon, null, icon), startAdornment && /*#__PURE__*/external_react_default.a.createElement(StyledAdornment, null, startAdornment), label && /*#__PURE__*/external_react_default.a.createElement(StyledLabel, null, label), endAdornment && /*#__PURE__*/external_react_default.a.createElement(StyledAdornment, null, endAdornment));
246
258
  }
247
259
 
248
260
  return /*#__PURE__*/external_react_default.a.createElement(Button_default.a, _extends({
@@ -250,7 +262,6 @@ function Option(_ref) {
250
262
  "data-test-value": value,
251
263
  appearance: appearanceContext,
252
264
  disabled: disabled,
253
- label: label,
254
265
  icon: icon,
255
266
  selected: selected,
256
267
  value: value,
@@ -265,7 +276,7 @@ function Option(_ref) {
265
276
  role: "radio",
266
277
  "aria-checked": selected,
267
278
  tabIndex: selected ? -1 : undefined
268
- }));
279
+ }), startAdornment && /*#__PURE__*/external_react_default.a.createElement(StyledAdornment, null, startAdornment), label && /*#__PURE__*/external_react_default.a.createElement(StyledLabel, null, label), endAdornment && /*#__PURE__*/external_react_default.a.createElement(StyledAdornment, null, endAdornment));
269
280
  }
270
281
 
271
282
  Option.propTypes = propTypes;
@@ -331,7 +342,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
331
342
  /** @public */
332
343
 
333
344
  var RadioBar_propTypes = {
334
- appearance: external_prop_types_default.a.oneOf(['default', 'pill', 'flat']),
345
+ appearance: external_prop_types_default.a.oneOf(['default', 'pill']),
335
346
  children: external_prop_types_default.a.node,
336
347
  defaultValue: external_prop_types_default.a.any,
337
348
  describedBy: external_prop_types_default.a.string,
@@ -426,6 +437,8 @@ var RadioBar_RadioBar = /*#__PURE__*/function (_Component) {
426
437
  value = _this$props2.value,
427
438
  otherProps = RadioBar_objectWithoutProperties(_this$props2, ["appearance", "children", "describedBy", "error", "labelledBy", "splunkTheme", "value"]);
428
439
 
440
+ if (false) {}
441
+
429
442
  var selectedValue = this.isControlled() ? value : this.state.value;
430
443
  var isPrisma = splunkTheme.isPrisma;
431
444
  var disabled = true;
package/RadioList.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 124);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 130);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,7 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 124:
111
+ /***/ 130:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
package/Resize.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 159);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 167);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 11:
104
+ /***/ 12:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -131,18 +131,18 @@ function updateReactRef(ref, current) {
131
131
  /***/ 14:
132
132
  /***/ (function(module, exports) {
133
133
 
134
- module.exports = require("@splunk/react-ui/EventListener");
134
+ module.exports = require("@splunk/react-ui/ScreenReaderContent");
135
135
 
136
136
  /***/ }),
137
137
 
138
138
  /***/ 15:
139
139
  /***/ (function(module, exports) {
140
140
 
141
- module.exports = require("@splunk/react-ui/ScreenReaderContent");
141
+ module.exports = require("@splunk/react-ui/EventListener");
142
142
 
143
143
  /***/ }),
144
144
 
145
- /***/ 159:
145
+ /***/ 167:
146
146
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
147
147
 
148
148
  "use strict";
@@ -164,11 +164,11 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
164
164
  var external_lodash_ = __webpack_require__(4);
165
165
 
166
166
  // EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
167
- var EventListener_ = __webpack_require__(14);
167
+ var EventListener_ = __webpack_require__(15);
168
168
  var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
169
169
 
170
170
  // EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
171
- var ScreenReaderContent_ = __webpack_require__(15);
171
+ var ScreenReaderContent_ = __webpack_require__(14);
172
172
  var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
173
173
 
174
174
  // EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
@@ -267,7 +267,7 @@ var StyledResize = external_styled_components_default.a.button.withConfig({
267
267
  }));
268
268
 
269
269
  // EXTERNAL MODULE: ./src/utils/updateReactRef.ts
270
- var updateReactRef = __webpack_require__(11);
270
+ var updateReactRef = __webpack_require__(12);
271
271
 
272
272
  // CONCATENATED MODULE: ./src/Resize/Resize.tsx
273
273
  function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }