@splunk/react-ui 4.7.0 → 4.10.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 (421) hide show
  1. package/Accordion.js +4 -4
  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 +7 -31
  7. package/ButtonGroup.js +6 -27
  8. package/ButtonSimple.js +2 -2
  9. package/CHANGELOG.md +31 -0
  10. package/Calendar.js +2 -2
  11. package/Card.js +24 -50
  12. package/CardLayout.js +14 -35
  13. package/Chip.js +2 -2
  14. package/Clickable.js +3 -2
  15. package/CloseButton.js +2 -2
  16. package/Code.js +8 -5
  17. package/CollapsiblePanel.js +2 -2
  18. package/Color.js +4 -4
  19. package/ColumnLayout.js +2 -2
  20. package/ComboBox.js +2 -2
  21. package/Concertina.js +2 -2
  22. package/ControlGroup.js +10 -10
  23. package/Date.js +4 -4
  24. package/DefinitionList.js +2 -2
  25. package/Dropdown.js +2 -2
  26. package/EventListener.js +4 -4
  27. package/FetchOptions.js +8 -8
  28. package/File.js +7 -7
  29. package/FormRows.js +9 -9
  30. package/Heading.js +2 -2
  31. package/Image.js +6 -6
  32. package/JSONTree.js +38 -20
  33. package/Layer.js +6 -6
  34. package/Link.js +4 -4
  35. package/List.js +2 -2
  36. package/Markdown.js +62 -30
  37. package/Menu.js +14 -14
  38. package/Message.js +16 -16
  39. package/MessageBar.js +14 -14
  40. package/Modal.js +4 -4
  41. package/ModalLayer.js +16 -7
  42. package/Monogram.js +2 -2
  43. package/Multiselect.js +10 -10
  44. package/Number.js +2 -2
  45. package/Paginator.js +11 -14
  46. package/Paragraph.js +2 -2
  47. package/Popover.js +12 -7
  48. package/Progress.js +2 -2
  49. package/RadioBar.js +158 -41
  50. package/RadioList.js +2 -2
  51. package/Resize.js +2 -2
  52. package/ResultsMenu.js +6 -6
  53. package/ScreenReaderContent.js +2 -2
  54. package/Scroll.js +2 -2
  55. package/ScrollContainerContext.js +2 -2
  56. package/Search.js +4 -4
  57. package/Select.js +9 -9
  58. package/SidePanel.js +4 -4
  59. package/Slider.js +4 -4
  60. package/SlidingPanels.js +14 -5
  61. package/StaticContent.js +2 -2
  62. package/StepBar.js +2 -2
  63. package/Switch.js +2 -2
  64. package/TabBar.js +2 -2
  65. package/TabLayout.js +4 -4
  66. package/Table.js +22 -24
  67. package/Text.js +5 -4
  68. package/Tooltip.js +8 -4
  69. package/TransitionOpen.js +14 -5
  70. package/WaitSpinner.js +2 -2
  71. package/package.json +12 -6
  72. package/stubs-splunkui.d.ts +1 -0
  73. package/types/src/Accordion/AccordionContext.d.ts +0 -1
  74. package/types/src/Accordion/docs/examples/Controlled.d.ts +2 -0
  75. package/types/src/Accordion/docs/examples/FixedHeight.d.ts +2 -0
  76. package/types/src/Accordion/docs/examples/InDropdown.d.ts +2 -0
  77. package/types/src/Accordion/docs/examples/Inset.d.ts +2 -0
  78. package/types/src/Accordion/docs/examples/Uncontrolled.d.ts +2 -0
  79. package/types/src/Anchor/docs/examples/Basic.d.ts +2 -0
  80. package/types/src/AnimationToggle/docs/examples/Provider.d.ts +11 -0
  81. package/types/src/AnimationToggle/docs/examples/ReducedMotionComponent.d.ts +2 -0
  82. package/types/src/AnimationToggle/docs/examples/ReducedMotionHook.d.ts +2 -0
  83. package/types/src/AnimationToggle/docs/examples/ToggleComponent.d.ts +9 -0
  84. package/types/src/AnimationToggle/docs/examples/ToggleHook.d.ts +2 -0
  85. package/types/src/Button/Button.d.ts +0 -2
  86. package/types/src/Button/docs/examples/Basic.d.ts +2 -0
  87. package/types/src/Button/docs/examples/Block.d.ts +2 -0
  88. package/types/src/Button/docs/examples/Disabled.d.ts +2 -0
  89. package/types/src/Button/docs/examples/Icons.d.ts +2 -0
  90. package/types/src/Button/docs/examples/Menus.d.ts +2 -0
  91. package/types/src/Button/docs/examples/Selected.d.ts +2 -0
  92. package/types/src/Button/docs/examples/To.d.ts +2 -0
  93. package/types/src/Button/docs/examples/Truncated.d.ts +2 -0
  94. package/types/src/Button/docs/examples/prisma/Basic.d.ts +2 -0
  95. package/types/src/Button/docs/examples/prisma/Block.d.ts +2 -0
  96. package/types/src/Button/docs/examples/prisma/Disabled.d.ts +2 -0
  97. package/types/src/Button/docs/examples/prisma/Icons.d.ts +2 -0
  98. package/types/src/Button/docs/examples/prisma/Menus.d.ts +2 -0
  99. package/types/src/Button/docs/examples/prisma/To.d.ts +2 -0
  100. package/types/src/Button/docs/examples/prisma/Truncated.d.ts +2 -0
  101. package/types/src/ButtonGroup/ButtonGroupContext.d.ts +0 -1
  102. package/types/src/ButtonGroup/docs/examples/Basic.d.ts +1 -0
  103. package/types/src/ButtonGroup/docs/examples/prisma/Basic.d.ts +1 -0
  104. package/types/src/ButtonSimple/ButtonSimple.d.ts +2 -6
  105. package/types/src/Card/Card.d.ts +0 -2
  106. package/types/src/Card/docs/examples/Basic.d.ts +2 -0
  107. package/types/src/Card/docs/examples/Clickable.d.ts +2 -0
  108. package/types/src/Card/docs/examples/Full.d.ts +2 -0
  109. package/types/src/Card/docs/examples/Images.d.ts +2 -0
  110. package/types/src/Card/docs/examples/Selectable.d.ts +2 -0
  111. package/types/src/Card/docs/examples/prisma/Actions.d.ts +2 -0
  112. package/types/src/CardLayout/CardLayoutContext.d.ts +0 -1
  113. package/types/src/CardLayout/docs/examples/Basic.d.ts +2 -0
  114. package/types/src/CardLayout/docs/examples/Interactive.d.ts +28 -0
  115. package/types/src/Chip/docs/examples/Appearance.d.ts +2 -0
  116. package/types/src/Chip/docs/examples/Basic.d.ts +2 -0
  117. package/types/src/Chip/docs/examples/CustomColors.d.ts +2 -0
  118. package/types/src/Chip/docs/examples/Disabled.d.ts +2 -0
  119. package/types/src/Chip/docs/examples/Icon.d.ts +2 -0
  120. package/types/src/Chip/docs/examples/Removable.d.ts +2 -0
  121. package/types/src/Chip/docs/examples/prisma/Appearance.d.ts +2 -0
  122. package/types/src/Clickable/NavigationProvider.d.ts +1 -0
  123. package/types/src/Clickable/docs/examples/Basic.d.ts +2 -0
  124. package/types/src/Clickable/docs/examples/NavigationProvider.d.ts +2 -0
  125. package/types/src/Code/docs/examples/Default.d.ts +2 -0
  126. package/types/src/Code/docs/examples/HideIndent.d.ts +2 -0
  127. package/types/src/Code/docs/examples/Language.d.ts +2 -0
  128. package/types/src/CollapsiblePanel/docs/examples/BasicControlled.d.ts +2 -0
  129. package/types/src/CollapsiblePanel/docs/examples/BasicUncontrolled.d.ts +2 -0
  130. package/types/src/CollapsiblePanel/docs/examples/MultiControlled.d.ts +2 -0
  131. package/types/src/CollapsiblePanel/docs/examples/MultiUncontrolled.d.ts +2 -0
  132. package/types/src/CollapsiblePanel/docs/examples/TitleWithActions.d.ts +2 -0
  133. package/types/src/CollapsiblePanel/docs/examples/prisma/BasicControlled.d.ts +2 -0
  134. package/types/src/CollapsiblePanel/docs/examples/prisma/BasicUncontrolled.d.ts +2 -0
  135. package/types/src/CollapsiblePanel/docs/examples/prisma/Content.d.ts +1 -0
  136. package/types/src/CollapsiblePanel/docs/examples/prisma/MultiControlled.d.ts +2 -0
  137. package/types/src/CollapsiblePanel/docs/examples/prisma/MultiUncontrolled.d.ts +2 -0
  138. package/types/src/Color/Color.d.ts +3 -3
  139. package/types/src/Color/docs/examples/Controlled.d.ts +2 -0
  140. package/types/src/Color/docs/examples/Null.d.ts +2 -0
  141. package/types/src/Color/docs/examples/ThemeVariables.d.ts +1 -0
  142. package/types/src/Color/docs/examples/Transparent.d.ts +2 -0
  143. package/types/src/Color/docs/examples/Uncontrolled.d.ts +2 -0
  144. package/types/src/Color/docs/examples/prisma/Controlled.d.ts +2 -0
  145. package/types/src/Color/docs/examples/prisma/CustomizedPalette.d.ts +1 -0
  146. package/types/src/Color/docs/examples/prisma/HideInput.d.ts +2 -0
  147. package/types/src/Color/docs/examples/prisma/ThemeVariables.d.ts +1 -0
  148. package/types/src/Color/docs/examples/prisma/Uncontrolled.d.ts +2 -0
  149. package/types/src/ColumnLayout/docs/examples/AlignItems.d.ts +2 -0
  150. package/types/src/ColumnLayout/docs/examples/Basic.d.ts +2 -0
  151. package/types/src/ColumnLayout/docs/examples/Dividers.d.ts +2 -0
  152. package/types/src/ColumnLayout/docs/examples/Gutters.d.ts +2 -0
  153. package/types/src/ComboBox/docs/examples/Controlled.d.ts +2 -0
  154. package/types/src/ComboBox/docs/examples/Fetching.d.ts +2 -0
  155. package/types/src/ComboBox/docs/examples/Headings.d.ts +1 -0
  156. package/types/src/ComboBox/docs/examples/Label.d.ts +2 -0
  157. package/types/src/ComboBox/docs/examples/LoadMoreOnScrollBottom.d.ts +2 -0
  158. package/types/src/ComboBox/docs/examples/Uncontrolled.d.ts +2 -0
  159. package/types/src/Concertina/ConcertinaContext.d.ts +0 -1
  160. package/types/src/Concertina/docs/examples/Basic.d.ts +2 -0
  161. package/types/src/Concertina/docs/examples/Disabled.d.ts +9 -0
  162. package/types/src/Concertina/docs/examples/Status.d.ts +2 -0
  163. package/types/src/ControlGroup/docs/examples/Basic.d.ts +2 -0
  164. package/types/src/ControlGroup/docs/examples/CustomizedLabelTarget.d.ts +10 -0
  165. package/types/src/ControlGroup/docs/examples/Error.d.ts +2 -0
  166. package/types/src/ControlGroup/docs/examples/HelpWithLinks.d.ts +2 -0
  167. package/types/src/ControlGroup/docs/examples/LabelTop.d.ts +2 -0
  168. package/types/src/ControlGroup/docs/examples/LayoutFill.d.ts +2 -0
  169. package/types/src/ControlGroup/docs/examples/LayoutFillJoin.d.ts +2 -0
  170. package/types/src/ControlGroup/docs/examples/LayoutNone.d.ts +2 -0
  171. package/types/src/Date/docs/examples/Basic.d.ts +2 -0
  172. package/types/src/Date/docs/examples/Controlled.d.ts +10 -0
  173. package/types/src/Date/docs/examples/CustomDate.d.ts +2 -0
  174. package/types/src/Date/docs/examples/Disabled.d.ts +2 -0
  175. package/types/src/Date/docs/examples/HighlightToday.d.ts +10 -0
  176. package/types/src/DefinitionList/docs/examples/Basic.d.ts +2 -0
  177. package/types/src/DefinitionList/docs/examples/Customize.d.ts +2 -0
  178. package/types/src/Dropdown/docs/examples/Basic.d.ts +2 -0
  179. package/types/src/Dropdown/docs/examples/BasicMenu.d.ts +2 -0
  180. package/types/src/Dropdown/docs/examples/ControlledDropdown.d.ts +2 -0
  181. package/types/src/Dropdown/docs/examples/Dialog.d.ts +2 -0
  182. package/types/src/Dropdown/docs/examples/OtherToggles.d.ts +2 -0
  183. package/types/src/Dropdown/docs/examples/ScrollContainer.d.ts +2 -0
  184. package/types/src/Dropdown/docs/examples/ScrollingMenu.d.ts +2 -0
  185. package/types/src/Dropdown/docs/examples/prisma/Basic.d.ts +2 -0
  186. package/types/src/Dropdown/docs/examples/prisma/BasicMenu.d.ts +2 -0
  187. package/types/src/Dropdown/docs/examples/prisma/ControlledDropdown.d.ts +2 -0
  188. package/types/src/Dropdown/docs/examples/prisma/Dialog.d.ts +2 -0
  189. package/types/src/Dropdown/docs/examples/prisma/OtherToggles.d.ts +2 -0
  190. package/types/src/Dropdown/docs/examples/prisma/ScrollingMenu.d.ts +2 -0
  191. package/types/src/File/FileContext.d.ts +0 -1
  192. package/types/src/File/docs/examples/CustomChildren.d.ts +12 -0
  193. package/types/src/File/docs/examples/CustomizedMessages.d.ts +1 -0
  194. package/types/src/File/docs/examples/Disabled.d.ts +12 -0
  195. package/types/src/File/docs/examples/DropAnywhere.d.ts +15 -0
  196. package/types/src/File/docs/examples/Error.d.ts +1 -0
  197. package/types/src/File/docs/examples/FullScreen.d.ts +15 -0
  198. package/types/src/File/docs/examples/Multi.d.ts +16 -0
  199. package/types/src/File/docs/examples/Progress.d.ts +15 -0
  200. package/types/src/File/docs/examples/Single.d.ts +12 -0
  201. package/types/src/File/docs/examples/prisma/Disabled.d.ts +12 -0
  202. package/types/src/File/docs/examples/prisma/Error.d.ts +1 -0
  203. package/types/src/File/docs/examples/prisma/Progress.d.ts +1 -0
  204. package/types/src/FormRows/FormRowsContext.d.ts +0 -1
  205. package/types/src/FormRows/docs/examples/Basic.d.ts +12 -0
  206. package/types/src/FormRows/docs/examples/Header.d.ts +12 -0
  207. package/types/src/FormRows/docs/examples/Menu.d.ts +13 -0
  208. package/types/src/FormRows/docs/examples/ReorderOnly.d.ts +10 -0
  209. package/types/src/Heading/docs/examples/Basic.d.ts +2 -0
  210. package/types/src/Image/docs/examples/Basic.d.ts +2 -0
  211. package/types/src/JSONTree/JSONTree.d.ts +2 -2
  212. package/types/src/JSONTree/TreeNode.d.ts +1 -1
  213. package/types/src/JSONTree/docs/examples/Basic.d.ts +1 -0
  214. package/types/src/JSONTree/docs/examples/Events.d.ts +13 -0
  215. package/types/src/JSONTree/docs/examples/WithShiftModifier.d.ts +1 -0
  216. package/types/src/Layer/docs/examples/Basic.d.ts +2 -0
  217. package/types/src/Link/docs/examples/Basic.d.ts +2 -0
  218. package/types/src/Link/docs/examples/Disabled.d.ts +2 -0
  219. package/types/src/Link/docs/examples/Inline.d.ts +2 -0
  220. package/types/src/Link/docs/examples/NewTab.d.ts +2 -0
  221. package/types/src/List/docs/examples/Decimal.d.ts +2 -0
  222. package/types/src/List/docs/examples/Disc.d.ts +2 -0
  223. package/types/src/List/docs/examples/LowerAlpha.d.ts +2 -0
  224. package/types/src/List/docs/examples/UpperAlpha.d.ts +2 -0
  225. package/types/src/Markdown/Markdown.d.ts +9 -4
  226. package/types/src/Markdown/docs/examples/Basic.d.ts +2 -0
  227. package/types/src/Markdown/docs/examples/I18n.d.ts +2 -0
  228. package/types/src/Markdown/docs/examples/RenderProps.d.ts +2 -0
  229. package/types/src/Markdown/renderers/MarkdownAnchorHeading.d.ts +15 -0
  230. package/types/src/Markdown/renderers/index.d.ts +2 -1
  231. package/types/src/Menu/MenuContext.d.ts +0 -1
  232. package/types/src/Menu/docs/examples/Basic.d.ts +2 -0
  233. package/types/src/Menu/docs/examples/Complex.d.ts +2 -0
  234. package/types/src/Menu/docs/examples/Descriptions.d.ts +2 -0
  235. package/types/src/Menu/docs/examples/Disabled.d.ts +2 -0
  236. package/types/src/Menu/docs/examples/Dividers.d.ts +2 -0
  237. package/types/src/Menu/docs/examples/Headings.d.ts +2 -0
  238. package/types/src/Menu/docs/examples/Icons.d.ts +2 -0
  239. package/types/src/Menu/docs/examples/Links.d.ts +2 -0
  240. package/types/src/Menu/docs/examples/MatchRanges.d.ts +2 -0
  241. package/types/src/Menu/docs/examples/Selectable.d.ts +2 -0
  242. package/types/src/Menu/docs/examples/SelectableWithIcons.d.ts +2 -0
  243. package/types/src/Menu/docs/examples/Truncate.d.ts +2 -0
  244. package/types/src/Message/docs/examples/Basic.d.ts +2 -0
  245. package/types/src/Message/docs/examples/Content.d.ts +2 -0
  246. package/types/src/Message/docs/examples/Fill.d.ts +2 -0
  247. package/types/src/Message/docs/examples/Removable.d.ts +2 -0
  248. package/types/src/Message/docs/examples/prisma/Title.d.ts +2 -0
  249. package/types/src/MessageBar/docs/examples/Types.d.ts +2 -0
  250. package/types/src/Modal/ModalContext.d.ts +0 -1
  251. package/types/src/Modal/docs/examples/Basic.d.ts +2 -0
  252. package/types/src/Modal/docs/examples/InitialFocus.d.ts +2 -0
  253. package/types/src/Modal/docs/examples/TypicalUsage.d.ts +2 -0
  254. package/types/src/Modal/docs/examples/Undismissable.d.ts +2 -0
  255. package/types/src/Modal/docs/examples/prisma/TypicalUsage.d.ts +2 -0
  256. package/types/src/ModalLayer/ModalLayer.d.ts +2 -0
  257. package/types/src/Monogram/docs/examples/BackgroundAuto.d.ts +1 -0
  258. package/types/src/Monogram/docs/examples/BackgroundCustom.d.ts +1 -0
  259. package/types/src/Monogram/docs/examples/Basic.d.ts +1 -0
  260. package/types/src/Monogram/docs/examples/Interactive.d.ts +1 -0
  261. package/types/src/Monogram/docs/examples/Size.d.ts +1 -0
  262. package/types/src/Multiselect/docs/examples/Children.d.ts +10 -0
  263. package/types/src/Multiselect/docs/examples/Compact.d.ts +2 -0
  264. package/types/src/Multiselect/docs/examples/Controlled.d.ts +10 -0
  265. package/types/src/Multiselect/docs/examples/CustomizeSelected.d.ts +10 -0
  266. package/types/src/Multiselect/docs/examples/Disabled.d.ts +10 -0
  267. package/types/src/Multiselect/docs/examples/Error.d.ts +10 -0
  268. package/types/src/Multiselect/docs/examples/Fetching.d.ts +23 -0
  269. package/types/src/Multiselect/docs/examples/Headings.d.ts +1 -0
  270. package/types/src/Multiselect/docs/examples/Icons.d.ts +2 -0
  271. package/types/src/Multiselect/docs/examples/LoadMoreOnScrollBottom.d.ts +26 -0
  272. package/types/src/Multiselect/docs/examples/NewValues.d.ts +10 -0
  273. package/types/src/Multiselect/docs/examples/TabInput.d.ts +10 -0
  274. package/types/src/Multiselect/docs/examples/Uncontrolled.d.ts +2 -0
  275. package/types/src/Number/Number.d.ts +3 -3
  276. package/types/src/Number/docs/examples/Basic.d.ts +10 -0
  277. package/types/src/Number/docs/examples/Disabled.d.ts +2 -0
  278. package/types/src/Number/docs/examples/Error.d.ts +2 -0
  279. package/types/src/Number/docs/examples/Limits.d.ts +10 -0
  280. package/types/src/Number/docs/examples/Locale.d.ts +10 -0
  281. package/types/src/Number/docs/examples/Uncontrolled.d.ts +2 -0
  282. package/types/src/Paginator/docs/examples/Basic.d.ts +2 -0
  283. package/types/src/Paragraph/docs/examples/Basic.d.ts +2 -0
  284. package/types/src/Popover/Popover.d.ts +1 -0
  285. package/types/src/Popover/PopoverContext.d.ts +0 -1
  286. package/types/src/Popover/docs/examples/Basic.d.ts +2 -0
  287. package/types/src/Progress/docs/examples/Basic.d.ts +2 -0
  288. package/types/src/Progress/docs/examples/prisma/Type.d.ts +2 -0
  289. package/types/src/RadioBar/Option.d.ts +23 -5
  290. package/types/src/RadioBar/RadioBar.d.ts +6 -1
  291. package/types/src/RadioBar/RadioBarContext.d.ts +4 -2
  292. package/types/src/RadioBar/docs/examples/AdornmentAriaExamples.d.ts +2 -0
  293. package/types/src/RadioBar/docs/examples/Basic.d.ts +2 -0
  294. package/types/src/RadioBar/docs/examples/Disabled.d.ts +2 -0
  295. package/types/src/RadioBar/docs/examples/Error.d.ts +2 -0
  296. package/types/src/RadioBar/docs/examples/Uncontrolled.d.ts +2 -0
  297. package/types/src/RadioList/RadioListContext.d.ts +0 -1
  298. package/types/src/RadioList/docs/examples/Basic.d.ts +2 -0
  299. package/types/src/RadioList/docs/examples/Composing.d.ts +2 -0
  300. package/types/src/RadioList/docs/examples/Disabled.d.ts +2 -0
  301. package/types/src/RadioList/docs/examples/Error.d.ts +2 -0
  302. package/types/src/RadioList/docs/examples/Row.d.ts +2 -0
  303. package/types/src/RadioList/docs/examples/Uncontrolled.d.ts +2 -0
  304. package/types/src/Resize/docs/examples/Appearance.d.ts +2 -0
  305. package/types/src/Resize/docs/examples/Percentage.d.ts +2 -0
  306. package/types/src/Resize/docs/examples/SizingInner.d.ts +2 -0
  307. package/types/src/Resize/docs/examples/SizingOuter.d.ts +2 -0
  308. package/types/src/Resize/docs/examples/Typical.d.ts +2 -0
  309. package/types/src/ScreenReaderContent/docs/examples/Basic.d.ts +2 -0
  310. package/types/src/Scroll/docs/examples/Controlled.d.ts +13 -0
  311. package/types/src/Scroll/docs/examples/Uncontrolled.d.ts +2 -0
  312. package/types/src/ScrollContainerContext/docs/examples/Consumer.d.ts +2 -0
  313. package/types/src/ScrollContainerContext/docs/examples/Provider.d.ts +2 -0
  314. package/types/src/Search/docs/examples/Controlled.d.ts +2 -0
  315. package/types/src/Search/docs/examples/Loading.d.ts +2 -0
  316. package/types/src/Search/docs/examples/Options.d.ts +2 -0
  317. package/types/src/Search/docs/examples/Results.d.ts +2 -0
  318. package/types/src/Select/Select.d.ts +2 -2
  319. package/types/src/Select/SelectBase.d.ts +2 -2
  320. package/types/src/Select/docs/examples/Appearance.d.ts +14 -0
  321. package/types/src/Select/docs/examples/Basic.d.ts +10 -0
  322. package/types/src/Select/docs/examples/Children.d.ts +10 -0
  323. package/types/src/Select/docs/examples/Descriptions.d.ts +10 -0
  324. package/types/src/Select/docs/examples/Error.d.ts +2 -0
  325. package/types/src/Select/docs/examples/Fetching.d.ts +23 -0
  326. package/types/src/Select/docs/examples/Filter.d.ts +10 -0
  327. package/types/src/Select/docs/examples/Headings.d.ts +10 -0
  328. package/types/src/Select/docs/examples/Icons.d.ts +10 -0
  329. package/types/src/Select/docs/examples/LoadMoreOnScrollBottom.d.ts +25 -0
  330. package/types/src/Select/docs/examples/Prefix.d.ts +10 -0
  331. package/types/src/Select/docs/examples/Truncate.d.ts +10 -0
  332. package/types/src/Select/docs/examples/Uncontrolled.d.ts +2 -0
  333. package/types/src/Select/docs/examples/prisma/Appearance.d.ts +14 -0
  334. package/types/src/SidePanel/docs/examples/Basic.d.ts +2 -0
  335. package/types/src/SidePanel/docs/examples/ChangeSize.d.ts +2 -0
  336. package/types/src/SidePanel/docs/examples/Composition.d.ts +2 -0
  337. package/types/src/Slider/docs/examples/Basic.d.ts +2 -0
  338. package/types/src/Slider/docs/examples/Controlled.d.ts +12 -0
  339. package/types/src/Slider/docs/examples/CustomLabels.d.ts +12 -0
  340. package/types/src/Slider/docs/examples/Disabled.d.ts +2 -0
  341. package/types/src/Slider/docs/examples/StepMarks.d.ts +2 -0
  342. package/types/src/Slider/docs/examples/prisma/Error.d.ts +2 -0
  343. package/types/src/SlidingPanels/SlidingPanels.d.ts +2 -0
  344. package/types/src/SlidingPanels/docs/examples/Basic.d.ts +11 -0
  345. package/types/src/SlidingPanels/docs/examples/Dropdown.d.ts +11 -0
  346. package/types/src/SlidingPanels/docs/examples/Modal.d.ts +14 -0
  347. package/types/src/StaticContent/docs/examples/Basic.d.ts +2 -0
  348. package/types/src/StaticContent/docs/examples/FieldValue.d.ts +2 -0
  349. package/types/src/StepBar/StepBarContext.d.ts +0 -1
  350. package/types/src/StepBar/docs/examples/Basic.d.ts +2 -0
  351. package/types/src/StepBar/docs/examples/prisma/Error.d.ts +2 -0
  352. package/types/src/Switch/docs/examples/Basic.d.ts +10 -0
  353. package/types/src/Switch/docs/examples/Disabled.d.ts +10 -0
  354. package/types/src/Switch/docs/examples/Error.d.ts +2 -0
  355. package/types/src/TabBar/TabBarContext.d.ts +0 -1
  356. package/types/src/TabBar/docs/examples/Basic.d.ts +2 -0
  357. package/types/src/TabBar/docs/examples/IconsInline.d.ts +2 -0
  358. package/types/src/TabBar/docs/examples/IconsSmall.d.ts +2 -0
  359. package/types/src/TabBar/docs/examples/Tooltips.d.ts +2 -0
  360. package/types/src/TabBar/docs/examples/Vertical.d.ts +2 -0
  361. package/types/src/TabBar/docs/examples/VerticalSmallIcons.d.ts +2 -0
  362. package/types/src/TabBar/docs/examples/WithCount.d.ts +2 -0
  363. package/types/src/TabBar/docs/examples/prisma/Context.d.ts +2 -0
  364. package/types/src/TabBar/docs/examples/prisma/Disabled.d.ts +2 -0
  365. package/types/src/TabLayout/docs/examples/AutoActivate.d.ts +2 -0
  366. package/types/src/TabLayout/docs/examples/Controlled.d.ts +2 -0
  367. package/types/src/TabLayout/docs/examples/Icons.d.ts +2 -0
  368. package/types/src/TabLayout/docs/examples/Uncontrolled.d.ts +2 -0
  369. package/types/src/TabLayout/docs/examples/Vertical.d.ts +2 -0
  370. package/types/src/TabLayout/docs/examples/VerticalIcons.d.ts +2 -0
  371. package/types/src/TabLayout/docs/examples/prisma/Context.d.ts +2 -0
  372. package/types/src/Table/docs/examples/Basic.d.ts +2 -0
  373. package/types/src/Table/docs/examples/Click.d.ts +16 -0
  374. package/types/src/Table/docs/examples/ClickRows.d.ts +16 -0
  375. package/types/src/Table/docs/examples/Complex.d.ts +39 -0
  376. package/types/src/Table/docs/examples/DockedHeader.d.ts +2 -0
  377. package/types/src/Table/docs/examples/ExpandableRows.d.ts +2 -0
  378. package/types/src/Table/docs/examples/ExpandableRowsControlled.d.ts +2 -0
  379. package/types/src/Table/docs/examples/FixedHeader.d.ts +2 -0
  380. package/types/src/Table/docs/examples/HeadDropdownCell.d.ts +18 -0
  381. package/types/src/Table/docs/examples/ReorderColumns.d.ts +21 -0
  382. package/types/src/Table/docs/examples/ReorderRows.d.ts +21 -0
  383. package/types/src/Table/docs/examples/Resizable.d.ts +23 -0
  384. package/types/src/Table/docs/examples/ResizableFill.d.ts +23 -0
  385. package/types/src/Table/docs/examples/Selectable.d.ts +18 -0
  386. package/types/src/Table/docs/examples/SortableColumns.d.ts +12 -0
  387. package/types/src/Table/docs/examples/prisma/Basic.d.ts +2 -0
  388. package/types/src/Table/docs/examples/prisma/Complex.d.ts +48 -0
  389. package/types/src/Table/docs/examples/prisma/DockedHeader.d.ts +2 -0
  390. package/types/src/Table/docs/examples/prisma/RowActions.d.ts +39 -0
  391. package/types/src/Text/Text.d.ts +5 -5
  392. package/types/src/Text/docs/examples/Basic.d.ts +10 -0
  393. package/types/src/Text/docs/examples/CustomizedIcon.d.ts +2 -0
  394. package/types/src/Text/docs/examples/Disabled.d.ts +2 -0
  395. package/types/src/Text/docs/examples/Error.d.ts +10 -0
  396. package/types/src/Text/docs/examples/Inline.d.ts +10 -0
  397. package/types/src/Text/docs/examples/Multiline.d.ts +10 -0
  398. package/types/src/Text/docs/examples/Password.d.ts +10 -0
  399. package/types/src/Text/docs/examples/Search.d.ts +10 -0
  400. package/types/src/Text/docs/examples/Uncontrolled.d.ts +2 -0
  401. package/types/src/Text/docs/examples/prisma/Multiline.d.ts +10 -0
  402. package/types/src/Text/docs/examples/prisma/Search.d.ts +10 -0
  403. package/types/src/Tooltip/Tooltip.d.ts +7 -5
  404. package/types/src/Tooltip/docs/examples/Basic.d.ts +2 -0
  405. package/types/src/Tooltip/docs/examples/ContentRelationship.d.ts +2 -0
  406. package/types/src/Tooltip/docs/examples/Controlled.d.ts +12 -0
  407. package/types/src/Tooltip/docs/examples/CustomContent.d.ts +2 -0
  408. package/types/src/Tooltip/docs/examples/CustomDelay.d.ts +2 -0
  409. package/types/src/TransitionOpen/TransitionOpen.d.ts +2 -0
  410. package/types/src/TransitionOpen/docs/examples/ExpandHeight.d.ts +2 -0
  411. package/types/src/TransitionOpen/docs/examples/ExpandWidth.d.ts +2 -0
  412. package/types/src/TransitionOpen/docs/examples/None.d.ts +2 -0
  413. package/types/src/TransitionOpen/docs/examples/SlideFromBottom.d.ts +2 -0
  414. package/types/src/TransitionOpen/docs/examples/SlideFromLeft.d.ts +2 -0
  415. package/types/src/TransitionOpen/docs/examples/SlideFromRight.d.ts +2 -0
  416. package/types/src/TransitionOpen/docs/examples/SlideFromTop.d.ts +2 -0
  417. package/types/src/WaitSpinner/docs/examples/Basic.d.ts +2 -0
  418. package/types/src/WaitSpinner/docs/examples/prisma/Basic.d.ts +2 -0
  419. package/types/src/fixtures/FetchOptions.d.ts +2 -0
  420. package/types/src/fixtures/text.d.ts +1 -0
  421. package/usePrevious.js +2 -2
package/Clickable.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 = 140);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 138);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -128,7 +128,7 @@ function updateReactRef(ref, current) {
128
128
 
129
129
  /***/ }),
130
130
 
131
- /***/ 140:
131
+ /***/ 138:
132
132
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
133
133
 
134
134
  "use strict";
@@ -326,6 +326,7 @@ var Clickable_Clickable = /*#__PURE__*/function (_Component) {
326
326
 
327
327
  providedOnClick(e, {
328
328
  to: getPrefixedURL(_this.props.to, prefix),
329
+ originalTo: _this.props.to,
329
330
  openInNewContext: _this.props.openInNewContext,
330
331
  label: label
331
332
  });
package/CloseButton.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 = 155);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 153);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 155:
104
+ /***/ 153:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
package/Code.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 = 156);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 154);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 156:
104
+ /***/ 154:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -123,7 +123,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
123
123
  var external_lodash_ = __webpack_require__(4);
124
124
 
125
125
  // EXTERNAL MODULE: ./src/Code/prism/prism.empty
126
- var prism_empty = __webpack_require__(81);
126
+ var prism_empty = __webpack_require__(80);
127
127
  var prism_empty_default = /*#__PURE__*/__webpack_require__.n(prism_empty);
128
128
 
129
129
  // EXTERNAL MODULE: external "styled-components"
@@ -139,10 +139,13 @@ var themes_ = __webpack_require__(0);
139
139
  var Styled = external_styled_components_default.a.pre.withConfig({
140
140
  displayName: "CodeStyles__Styled",
141
141
  componentId: "sc-1eq4k68-0"
142
- })(["", ";", " line-height:17px;text-align:left;tab-size:4;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;hyphens:none;overflow-x:auto;margin-bottom:1.3em;&:focus-visible{outline:solid ", ";}"], themes_["mixins"].reset('block'), Object(themes_["pick"])({
142
+ })(["", ";", " line-height:", ";text-align:left;tab-size:4;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;hyphens:none;overflow-x:auto;margin-bottom:1.3em;&:focus-visible{outline:solid ", ";}"], themes_["mixins"].reset('block'), Object(themes_["pick"])({
143
143
  enterprise: {
144
144
  dark: Object(external_styled_components_["css"])(["color:", ";"], themes_["variables"].gray92)
145
145
  }
146
+ }), Object(themes_["pick"])({
147
+ enterprise: '17px',
148
+ prisma: themes_["variables"].lineHeight
146
149
  }), themes_["variables"].focusColor);
147
150
  var StyledCode = external_styled_components_default.a.code.withConfig({
148
151
  displayName: "CodeStyles__StyledCode",
@@ -378,7 +381,7 @@ module.exports = require("lodash");
378
381
 
379
382
  /***/ }),
380
383
 
381
- /***/ 81:
384
+ /***/ 80:
382
385
  /***/ (function(module, exports, __webpack_require__) {
383
386
 
384
387
 
@@ -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 = 155);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -115,7 +115,7 @@ module.exports = require("@splunk/react-ui/Clickable");
115
115
 
116
116
  /***/ }),
117
117
 
118
- /***/ 157:
118
+ /***/ 155:
119
119
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
120
120
 
121
121
  "use strict";
package/Color.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 = 136);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 134);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 136:
111
+ /***/ 134:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -132,7 +132,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
132
132
  var external_lodash_ = __webpack_require__(4);
133
133
 
134
134
  // EXTERNAL MODULE: external "@splunk/themes/SplunkThemeProvider"
135
- var SplunkThemeProvider_ = __webpack_require__(85);
135
+ var SplunkThemeProvider_ = __webpack_require__(83);
136
136
  var SplunkThemeProvider_default = /*#__PURE__*/__webpack_require__.n(SplunkThemeProvider_);
137
137
 
138
138
  // EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
@@ -1419,7 +1419,7 @@ Icon.defaultProps = defaultProps;
1419
1419
 
1420
1420
  /***/ }),
1421
1421
 
1422
- /***/ 85:
1422
+ /***/ 83:
1423
1423
  /***/ (function(module, exports) {
1424
1424
 
1425
1425
  module.exports = require("@splunk/themes/SplunkThemeProvider");
package/ColumnLayout.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 = 121);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 123:
104
+ /***/ 121:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
package/ComboBox.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 = 156);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -135,7 +135,7 @@ module.exports = require("@splunk/react-ui/Menu");
135
135
 
136
136
  /***/ }),
137
137
 
138
- /***/ 158:
138
+ /***/ 156:
139
139
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
140
140
 
141
141
  "use strict";
package/Concertina.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 = 122);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -135,7 +135,7 @@ function updateReactRef(ref, current) {
135
135
 
136
136
  /***/ }),
137
137
 
138
- /***/ 124:
138
+ /***/ 122:
139
139
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
140
140
 
141
141
  "use strict";
package/ControlGroup.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 = 141);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 139);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,14 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 14:
112
- /***/ (function(module, exports) {
113
-
114
- module.exports = require("@splunk/react-ui/ScreenReaderContent");
115
-
116
- /***/ }),
117
-
118
- /***/ 141:
111
+ /***/ 139:
119
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
120
113
 
121
114
  "use strict";
@@ -199,7 +192,7 @@ var StyledLabelWrapper = external_styled_components_default.a.div.withConfig({
199
192
  componentId: "wjnyif-2"
200
193
  })(["display:inline-flex;align-items:center;", ""], Object(themes_["pick"])({
201
194
  enterprise: Object(external_styled_components_["css"])(["justify-content:flex-end;"]),
202
- prisma: Object(external_styled_components_["css"])(["min-height:", ";"], themes_["variables"].inputHeight)
195
+ prisma: Object(external_styled_components_["css"])(["padding-bottom:", ";"], themes_["variables"].spacingXSmall)
203
196
  }));
204
197
  var StyledLabelWrapperLeft = external_styled_components_default()(StyledLabelWrapper).withConfig({
205
198
  displayName: "ControlGroupStyles__StyledLabelWrapperLeft",
@@ -622,6 +615,13 @@ ControlGroupWithTheme.propTypes = ControlGroup_ControlGroup.propTypes;
622
615
 
623
616
 
624
617
 
618
+ /***/ }),
619
+
620
+ /***/ 14:
621
+ /***/ (function(module, exports) {
622
+
623
+ module.exports = require("@splunk/react-ui/ScreenReaderContent");
624
+
625
625
  /***/ }),
626
626
 
627
627
  /***/ 2:
package/Date.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 = 142);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 140);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -135,7 +135,7 @@ function updateReactRef(ref, current) {
135
135
 
136
136
  /***/ }),
137
137
 
138
- /***/ 142:
138
+ /***/ 140:
139
139
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
140
140
 
141
141
  "use strict";
@@ -168,7 +168,7 @@ var id_ = __webpack_require__(10);
168
168
  var keyboard_ = __webpack_require__(9);
169
169
 
170
170
  // EXTERNAL MODULE: external "@splunk/react-ui/Calendar"
171
- var Calendar_ = __webpack_require__(86);
171
+ var Calendar_ = __webpack_require__(84);
172
172
  var Calendar_default = /*#__PURE__*/__webpack_require__.n(Calendar_);
173
173
 
174
174
  // EXTERNAL MODULE: external "@splunk/react-ui/Popover"
@@ -618,7 +618,7 @@ module.exports = require("lodash");
618
618
 
619
619
  /***/ }),
620
620
 
621
- /***/ 86:
621
+ /***/ 84:
622
622
  /***/ (function(module, exports) {
623
623
 
624
624
  module.exports = require("@splunk/react-ui/Calendar");
package/DefinitionList.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 = 125);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 123);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 125:
104
+ /***/ 123:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
package/Dropdown.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 = 178);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 176);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -135,7 +135,7 @@ module.exports = require("@splunk/react-ui/Popover");
135
135
 
136
136
  /***/ }),
137
137
 
138
- /***/ 178:
138
+ /***/ 176:
139
139
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
140
140
 
141
141
  "use strict";
package/EventListener.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 = 179);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 177);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
94
94
 
95
95
  /***/ }),
96
96
 
97
- /***/ 179:
97
+ /***/ 177:
98
98
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
99
99
 
100
100
  "use strict";
@@ -113,7 +113,7 @@ var external_prop_types_ = __webpack_require__(1);
113
113
  var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
114
114
 
115
115
  // EXTERNAL MODULE: external "use-typed-event-listener"
116
- var external_use_typed_event_listener_ = __webpack_require__(87);
116
+ var external_use_typed_event_listener_ = __webpack_require__(85);
117
117
  var external_use_typed_event_listener_default = /*#__PURE__*/__webpack_require__.n(external_use_typed_event_listener_);
118
118
 
119
119
  // CONCATENATED MODULE: ./src/EventListener/EventListener.tsx
@@ -158,7 +158,7 @@ module.exports = require("react");
158
158
 
159
159
  /***/ }),
160
160
 
161
- /***/ 87:
161
+ /***/ 85:
162
162
  /***/ (function(module, exports) {
163
163
 
164
164
  module.exports = require("use-typed-event-listener");
package/FetchOptions.js CHANGED
@@ -82,19 +82,19 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 180);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 178);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 112:
90
+ /***/ 110:
91
91
  /***/ (function(module, exports) {
92
92
 
93
93
  module.exports = require("core-js/es/promise");
94
94
 
95
95
  /***/ }),
96
96
 
97
- /***/ 180:
97
+ /***/ 178:
98
98
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
99
99
 
100
100
  "use strict";
@@ -106,16 +106,16 @@ __webpack_require__.d(__webpack_exports__, "default", function() { return /* ree
106
106
  __webpack_require__.d(__webpack_exports__, "isMovieOption", function() { return /* reexport */ isMovieOption; });
107
107
 
108
108
  // EXTERNAL MODULE: external "core-js/es/promise"
109
- var promise_ = __webpack_require__(112);
109
+ var promise_ = __webpack_require__(110);
110
110
 
111
111
  // EXTERNAL MODULE: external "lodash"
112
112
  var external_lodash_ = __webpack_require__(4);
113
113
 
114
114
  // EXTERNAL MODULE: external "@splunk/ui-utils/promise"
115
- var ui_utils_promise_ = __webpack_require__(88);
115
+ var ui_utils_promise_ = __webpack_require__(86);
116
116
 
117
117
  // EXTERNAL MODULE: ./src/FetchOptions/movies.json
118
- var movies = __webpack_require__(56);
118
+ var movies = __webpack_require__(57);
119
119
 
120
120
  // CONCATENATED MODULE: ./src/FetchOptions/FetchOptions.tsx
121
121
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
@@ -342,14 +342,14 @@ module.exports = require("lodash");
342
342
 
343
343
  /***/ }),
344
344
 
345
- /***/ 56:
345
+ /***/ 57:
346
346
  /***/ (function(module) {
347
347
 
348
348
  module.exports = JSON.parse("{\"a\":[{\"id\":1,\"title\":\"10 Cloverfield Lane\"},{\"id\":2,\"title\":\"13 Hours: The Secret Soldiers of Benghazi\"},{\"id\":3,\"title\":\"20th Century Women\"},{\"id\":4,\"title\":\"A Monster Calls\"},{\"id\":5,\"title\":\"A Street Cat Named Bob\"},{\"id\":6,\"title\":\"Alice Through the Looking Glass\"},{\"id\":7,\"title\":\"Allied\"},{\"id\":8,\"title\":\"Almost Christmas\"},{\"id\":9,\"title\":\"American Pastoral\"},{\"id\":10,\"title\":\"Arrival\"},{\"id\":11,\"title\":\"Assassin's Creed\"},{\"id\":12,\"title\":\"Bad Moms\"},{\"id\":13,\"title\":\"Bad Santa 2\"},{\"id\":14,\"title\":\"Barbershop: The Next Cut\"},{\"id\":15,\"title\":\"Batman v Superman: Dawn of Justice\"},{\"id\":16,\"title\":\"Batman: The Killing Joke\"},{\"id\":17,\"title\":\"Ben-Hur\"},{\"id\":18,\"title\":\"Billy Lynn's Long Halftime Walk\"},{\"id\":19,\"title\":\"Blair Witch\"},{\"id\":20,\"title\":\"Bleed for This\"},{\"id\":21,\"title\":\"Bobby Sands: 66 Days\"},{\"id\":22,\"title\":\"Boo! A Madea Halloween\"},{\"id\":23,\"title\":\"Boonie Bears III\"},{\"id\":24,\"title\":\"Bridget Jones's Baby\"},{\"id\":25,\"title\":\"Café Society\"},{\"id\":26,\"title\":\"Captain America: Civil War\"},{\"id\":27,\"title\":\"Central Intelligence\"},{\"id\":28,\"title\":\"Collateral Beauty\"},{\"id\":29,\"title\":\"Criminal\"},{\"id\":30,\"title\":\"Dad's Army\"},{\"id\":31,\"title\":\"Deadpool\"},{\"id\":32,\"title\":\"Deepwater Horizon\"},{\"id\":33,\"title\":\"Demolition\"},{\"id\":34,\"title\":\"Dirty Grandpa\"},{\"id\":35,\"title\":\"Doctor Strange\"},{\"id\":36,\"title\":\"Don't Breathe\"},{\"id\":37,\"title\":\"Eddie the Eagle\"},{\"id\":38,\"title\":\"Elvis & Nixon\"},{\"id\":39,\"title\":\"Everybody Wants Some!!\"},{\"id\":40,\"title\":\"Fantastic Beasts and Where to Find Them\"},{\"id\":41,\"title\":\"Fences\"},{\"id\":42,\"title\":\"Fifty Shades of Black\"},{\"id\":43,\"title\":\"Finding Dory\"},{\"id\":44,\"title\":\"Florence Foster Jenkins\"},{\"id\":45,\"title\":\"Free State of Jones\"},{\"id\":46,\"title\":\"Genius\"},{\"id\":47,\"title\":\"Ghostbusters\"},{\"id\":48,\"title\":\"God's Not Dead 2\"},{\"id\":49,\"title\":\"Gods of Egypt\"},{\"id\":50,\"title\":\"Gold\"},{\"id\":51,\"title\":\"Green Room\"},{\"id\":52,\"title\":\"Grimsby\"},{\"id\":53,\"title\":\"Hacksaw Ridge\"},{\"id\":54,\"title\":\"Hail, Caesar!\"},{\"id\":55,\"title\":\"Hands of Stone\"},{\"id\":56,\"title\":\"Hardcore Henry\"},{\"id\":57,\"title\":\"Hell or High Water\"},{\"id\":58,\"title\":\"Hidden Figures\"},{\"id\":59,\"title\":\"Hillsong: Let Hope Rise\"},{\"id\":60,\"title\":\"How to Be Single\"},{\"id\":61,\"title\":\"I'm Not Ashamed\"},{\"id\":62,\"title\":\"Ice Age: Collision Course\"},{\"id\":63,\"title\":\"Incarnate\"},{\"id\":64,\"title\":\"Independence Day: Resurgence\"},{\"id\":65,\"title\":\"Inferno\"},{\"id\":66,\"title\":\"Jack Reacher: Never Go Back\"},{\"id\":67,\"title\":\"Jane Got a Gun\"},{\"id\":68,\"title\":\"Jason Bourne\"},{\"id\":69,\"title\":\"Keanu\"},{\"id\":70,\"title\":\"Keeping Up with the Joneses\"},{\"id\":71,\"title\":\"Kevin Hart: What Now?\"},{\"id\":72,\"title\":\"Knight of Cups\"},{\"id\":73,\"title\":\"Kubo and the Two Strings\"},{\"id\":74,\"title\":\"Kung Fu Panda 3\"},{\"id\":75,\"title\":\"La La Land\"},{\"id\":76,\"title\":\"Last Days in the Desert\"},{\"id\":77,\"title\":\"Lazer Team\"},{\"id\":78,\"title\":\"Lights Out\"},{\"id\":79,\"title\":\"Lion\"},{\"id\":80,\"title\":\"Live by Night\"},{\"id\":81,\"title\":\"London Has Fallen\"},{\"id\":82,\"title\":\"Loving\"},{\"id\":83,\"title\":\"Maggie's Plan\"},{\"id\":84,\"title\":\"Man Down\"},{\"id\":85,\"title\":\"Manchester by the Sea\"},{\"id\":86,\"title\":\"Masterminds\"},{\"id\":87,\"title\":\"Max Steel\"},{\"id\":88,\"title\":\"Me Before You\"},{\"id\":89,\"title\":\"Mechanic: Resurrection\"},{\"id\":90,\"title\":\"Meet the Blacks\"},{\"id\":91,\"title\":\"Middle School: The Worst Years of My Life\"},{\"id\":92,\"title\":\"Midnight Special\"},{\"id\":93,\"title\":\"Mike and Dave Need Wedding Dates\"},{\"id\":94,\"title\":\"Miracles from Heaven\"},{\"id\":95,\"title\":\"Misconduct\"},{\"id\":96,\"title\":\"Miss Peregrine's Home for Peculiar Children\"},{\"id\":97,\"title\":\"Miss Sloane\"},{\"id\":98,\"title\":\"Moana\"},{\"id\":99,\"title\":\"Money Monster\"},{\"id\":100,\"title\":\"Monster Hunt\"},{\"id\":101,\"title\":\"Moonlight\"},{\"id\":102,\"title\":\"Morgan\"},{\"id\":103,\"title\":\"Mother's Day\"},{\"id\":104,\"title\":\"My Big Fat Greek Wedding 2\"},{\"id\":105,\"title\":\"Neighbors 2: Sorority Rising\"},{\"id\":106,\"title\":\"Nerdland\"},{\"id\":107,\"title\":\"Nerve\"},{\"id\":108,\"title\":\"Nine Lives\"},{\"id\":109,\"title\":\"Nocturnal Animals\"},{\"id\":110,\"title\":\"Norm of the North\"},{\"id\":111,\"title\":\"Now You See Me 2\"},{\"id\":112,\"title\":\"Office Christmas Party\"},{\"id\":113,\"title\":\"Ouija: Origin of Evil\"},{\"id\":114,\"title\":\"Passengers\"},{\"id\":115,\"title\":\"Patriots Day\"},{\"id\":116,\"title\":\"Pete's Dragon\"},{\"id\":117,\"title\":\"Popstar: Never Stop Never Stopping\"},{\"id\":118,\"title\":\"Pride and Prejudice and Zombies\"},{\"id\":119,\"title\":\"Queen of Katwe\"},{\"id\":120,\"title\":\"Race\"},{\"id\":121,\"title\":\"Ratchet & Clank\"},{\"id\":122,\"title\":\"Ride Along 2\"},{\"id\":123,\"title\":\"Risen\"},{\"id\":124,\"title\":\"Rogue One\"},{\"id\":125,\"title\":\"Rules Don't Apply\"},{\"id\":126,\"title\":\"Sausage Party\"},{\"id\":127,\"title\":\"Shut In\"},{\"id\":128,\"title\":\"Silence\"},{\"id\":129,\"title\":\"Sing\"},{\"id\":130,\"title\":\"Snowden\"},{\"id\":131,\"title\":\"Solace\"},{\"id\":132,\"title\":\"Star Trek Beyond\"},{\"id\":133,\"title\":\"Storks\"},{\"id\":134,\"title\":\"Suicide Squad\"},{\"id\":135,\"title\":\"Sully\"},{\"id\":136,\"title\":\"Teenage Mutant Ninja Turtles: Out of the Shadows\"},{\"id\":137,\"title\":\"The 5th Wave\"},{\"id\":138,\"title\":\"The Accountant\"},{\"id\":139,\"title\":\"The Angry Birds Movie\"},{\"id\":140,\"title\":\"The BFG\"},{\"id\":141,\"title\":\"The Birth of a Nation\"},{\"id\":142,\"title\":\"The Boss\"},{\"id\":143,\"title\":\"The Boy\"},{\"id\":144,\"title\":\"The Bronze\"},{\"id\":145,\"title\":\"The Choice\"},{\"id\":146,\"title\":\"The Comedian\"},{\"id\":147,\"title\":\"The Conjuring 2\"},{\"id\":148,\"title\":\"The Darkness\"},{\"id\":149,\"title\":\"The Disappointments Room\"},{\"id\":150,\"title\":\"The Divergent Series: Allegiant\"},{\"id\":151,\"title\":\"The Edge of Seventeen\"},{\"id\":152,\"title\":\"The Finest Hours\"},{\"id\":153,\"title\":\"The Forest\"},{\"id\":154,\"title\":\"The Founder\"},{\"id\":155,\"title\":\"The Girl on the Train\"},{\"id\":156,\"title\":\"The Huntsman: Winter's War\"},{\"id\":157,\"title\":\"The Infiltrator\"},{\"id\":158,\"title\":\"The Jungle Book\"},{\"id\":159,\"title\":\"The Legend of Tarzan\"},{\"id\":160,\"title\":\"The Light Between Oceans\"},{\"id\":161,\"title\":\"The Magnificent Seven\"},{\"id\":162,\"title\":\"The Masked Saint\"},{\"id\":163,\"title\":\"The Mermaid\"},{\"id\":164,\"title\":\"The Monkey King 2\"},{\"id\":165,\"title\":\"The Neon Demon\"},{\"id\":166,\"title\":\"The Nice Guys\"},{\"id\":167,\"title\":\"The Other Side of the Door\"},{\"id\":168,\"title\":\"The Perfect Match\"},{\"id\":169,\"title\":\"The Purge: Election Year\"},{\"id\":170,\"title\":\"The Secret Life of Pets\"},{\"id\":171,\"title\":\"The Shallows\"},{\"id\":172,\"title\":\"The Witch\"},{\"id\":173,\"title\":\"The Young Messiah\"},{\"id\":174,\"title\":\"They're Watching\"},{\"id\":175,\"title\":\"Trolls\"},{\"id\":176,\"title\":\"Voyage of Time\"},{\"id\":177,\"title\":\"War Dogs\"},{\"id\":178,\"title\":\"Warcraft\"},{\"id\":179,\"title\":\"When the Bough Breaks\"},{\"id\":180,\"title\":\"Whiskey Tango Foxtrot\"},{\"id\":181,\"title\":\"Why Him?\"},{\"id\":182,\"title\":\"X-Men: Apocalypse\"},{\"id\":183,\"title\":\"Yoga Hosers\"},{\"id\":184,\"title\":\"Your Name\"},{\"id\":185,\"title\":\"Zoolander 2\"},{\"id\":186,\"title\":\"Zootopia\"}]}");
349
349
 
350
350
  /***/ }),
351
351
 
352
- /***/ 88:
352
+ /***/ 86:
353
353
  /***/ (function(module, exports) {
354
354
 
355
355
  module.exports = require("@splunk/ui-utils/promise");
package/File.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 = 117);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 115);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -115,7 +115,7 @@ module.exports = require("@splunk/react-ui/Clickable");
115
115
 
116
116
  /***/ }),
117
117
 
118
- /***/ 117:
118
+ /***/ 115:
119
119
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
120
120
 
121
121
  "use strict";
@@ -154,7 +154,7 @@ var id_ = __webpack_require__(10);
154
154
  var format_ = __webpack_require__(41);
155
155
 
156
156
  // EXTERNAL MODULE: external "@splunk/react-ui/Progress"
157
- var Progress_ = __webpack_require__(89);
157
+ var Progress_ = __webpack_require__(87);
158
158
  var Progress_default = /*#__PURE__*/__webpack_require__.n(Progress_);
159
159
 
160
160
  // EXTERNAL MODULE: ./src/icons/CrossMark.tsx
@@ -242,7 +242,7 @@ var Clickable_ = __webpack_require__(11);
242
242
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
243
243
 
244
244
  // EXTERNAL MODULE: external "@splunk/themes/mixins"
245
- var mixins_ = __webpack_require__(90);
245
+ var mixins_ = __webpack_require__(88);
246
246
 
247
247
  // CONCATENATED MODULE: ./src/File/ItemStyles.ts
248
248
 
@@ -972,7 +972,7 @@ var File_File = /*#__PURE__*/function (_Component) {
972
972
  onChange: this.handleInputChange,
973
973
  onFocus: this.handleInputFocus,
974
974
  type: "file"
975
- }), !disabled && Object(i18n_["_"])('upload file'))), supportsMessage), !disabled && help && /*#__PURE__*/external_react_default.a.createElement(StyledHelp, {
975
+ }), !disabled && Object(i18n_["_"])('upload file'))), supportsMessage), !disabled && help && /*#__PURE__*/external_react_default.a.createElement(StyledHelp, {
976
976
  "data-test": "help"
977
977
  }, help), dragOverNotDisabled && this.state.dragOver && /*#__PURE__*/external_react_default.a.createElement(StyledWindowDrop, {
978
978
  "data-test": "file-window-drop",
@@ -1272,14 +1272,14 @@ module.exports = require("@splunk/react-ui/Box");
1272
1272
 
1273
1273
  /***/ }),
1274
1274
 
1275
- /***/ 89:
1275
+ /***/ 87:
1276
1276
  /***/ (function(module, exports) {
1277
1277
 
1278
1278
  module.exports = require("@splunk/react-ui/Progress");
1279
1279
 
1280
1280
  /***/ }),
1281
1281
 
1282
- /***/ 90:
1282
+ /***/ 88:
1283
1283
  /***/ (function(module, exports) {
1284
1284
 
1285
1285
  module.exports = require("@splunk/themes/mixins");
package/FormRows.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 = 126);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 124);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 126:
104
+ /***/ 124:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -127,7 +127,7 @@ var i18n_ = __webpack_require__(5);
127
127
  var keyboard_ = __webpack_require__(9);
128
128
 
129
129
  // EXTERNAL MODULE: external "@splunk/react-icons/Plus"
130
- var Plus_ = __webpack_require__(91);
130
+ var Plus_ = __webpack_require__(89);
131
131
  var Plus_default = /*#__PURE__*/__webpack_require__.n(Plus_);
132
132
 
133
133
  // EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
@@ -174,7 +174,7 @@ function Plus(props) {
174
174
  }, props));
175
175
  }
176
176
  // EXTERNAL MODULE: external "react-sortable-hoc"
177
- var external_react_sortable_hoc_ = __webpack_require__(78);
177
+ var external_react_sortable_hoc_ = __webpack_require__(77);
178
178
 
179
179
  // EXTERNAL MODULE: external "lodash"
180
180
  var external_lodash_ = __webpack_require__(4);
@@ -897,7 +897,7 @@ Icon.defaultProps = defaultProps;
897
897
 
898
898
  /***/ }),
899
899
 
900
- /***/ 78:
900
+ /***/ 77:
901
901
  /***/ (function(module, exports) {
902
902
 
903
903
  module.exports = require("react-sortable-hoc");
@@ -911,17 +911,17 @@ module.exports = require("@splunk/react-ui/Box");
911
911
 
912
912
  /***/ }),
913
913
 
914
- /***/ 9:
914
+ /***/ 89:
915
915
  /***/ (function(module, exports) {
916
916
 
917
- module.exports = require("@splunk/ui-utils/keyboard");
917
+ module.exports = require("@splunk/react-icons/Plus");
918
918
 
919
919
  /***/ }),
920
920
 
921
- /***/ 91:
921
+ /***/ 9:
922
922
  /***/ (function(module, exports) {
923
923
 
924
- module.exports = require("@splunk/react-icons/Plus");
924
+ module.exports = require("@splunk/ui-utils/keyboard");
925
925
 
926
926
  /***/ })
927
927
 
package/Heading.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 = 157);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 159:
104
+ /***/ 157:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
package/Image.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 = 160);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 158);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 160:
111
+ /***/ 158:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -136,7 +136,7 @@ var format_ = __webpack_require__(41);
136
136
  var i18n_ = __webpack_require__(5);
137
137
 
138
138
  // EXTERNAL MODULE: external "@splunk/react-ui/File"
139
- var File_ = __webpack_require__(92);
139
+ var File_ = __webpack_require__(90);
140
140
  var File_default = /*#__PURE__*/__webpack_require__.n(File_);
141
141
 
142
142
  // EXTERNAL MODULE: ./src/icons/CrossMark.tsx
@@ -151,7 +151,7 @@ var Clickable_ = __webpack_require__(11);
151
151
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
152
152
 
153
153
  // EXTERNAL MODULE: external "@splunk/react-ui/Message"
154
- var Message_ = __webpack_require__(93);
154
+ var Message_ = __webpack_require__(91);
155
155
  var Message_default = /*#__PURE__*/__webpack_require__.n(Message_);
156
156
 
157
157
  // EXTERNAL MODULE: external "@splunk/themes"
@@ -675,14 +675,14 @@ Icon.defaultProps = defaultProps;
675
675
 
676
676
  /***/ }),
677
677
 
678
- /***/ 92:
678
+ /***/ 90:
679
679
  /***/ (function(module, exports) {
680
680
 
681
681
  module.exports = require("@splunk/react-ui/File");
682
682
 
683
683
  /***/ }),
684
684
 
685
- /***/ 93:
685
+ /***/ 91:
686
686
  /***/ (function(module, exports) {
687
687
 
688
688
  module.exports = require("@splunk/react-ui/Message");