@splunk/react-ui 4.6.0 → 4.9.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 (455) 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 +41 -3
  10. package/Calendar.js +35 -35
  11. package/Card.js +49 -49
  12. package/CardLayout.js +4 -4
  13. package/Chip.js +10 -10
  14. package/Clickable.js +5 -4
  15. package/CloseButton.js +8 -8
  16. package/Code.js +4 -4
  17. package/CollapsiblePanel.js +9 -9
  18. package/Color.js +20 -20
  19. package/ColumnLayout.js +4 -4
  20. package/ComboBox.js +8 -8
  21. package/Concertina.js +15 -15
  22. package/ControlGroup.js +12 -12
  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 +26 -26
  29. package/FormRows.js +13 -13
  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 +50 -15
  37. package/Menu.js +140 -75
  38. package/Message.js +246 -305
  39. package/MessageBar.d.ts +2 -0
  40. package/MessageBar.js +789 -0
  41. package/Modal.js +58 -53
  42. package/ModalLayer.js +5 -4
  43. package/Monogram.js +4 -4
  44. package/Multiselect.js +50 -41
  45. package/Number.js +8 -8
  46. package/Paginator.js +43 -43
  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 +44 -35
  59. package/SidePanel.js +6 -6
  60. package/Slider.js +14 -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 +57 -50
  68. package/Text.js +31 -30
  69. package/Tooltip.js +20 -16
  70. package/TransitionOpen.js +9 -9
  71. package/WaitSpinner.js +2 -2
  72. package/cypress/support/index.ts +1 -0
  73. package/package.json +16 -6
  74. package/stubs-splunkui.d.ts +1 -0
  75. package/types/src/Accordion/docs/examples/Controlled.d.ts +2 -0
  76. package/types/src/Accordion/docs/examples/FixedHeight.d.ts +2 -0
  77. package/types/src/Accordion/docs/examples/InDropdown.d.ts +2 -0
  78. package/types/src/Accordion/docs/examples/Inset.d.ts +2 -0
  79. package/types/src/Accordion/docs/examples/Uncontrolled.d.ts +2 -0
  80. package/types/src/Anchor/docs/examples/Basic.d.ts +2 -0
  81. package/types/src/Animation/Animation.d.ts +0 -1
  82. package/types/src/AnimationToggle/docs/examples/Provider.d.ts +11 -0
  83. package/types/src/AnimationToggle/docs/examples/ReducedMotionComponent.d.ts +2 -0
  84. package/types/src/AnimationToggle/docs/examples/ReducedMotionHook.d.ts +2 -0
  85. package/types/src/AnimationToggle/docs/examples/ToggleComponent.d.ts +9 -0
  86. package/types/src/AnimationToggle/docs/examples/ToggleHook.d.ts +2 -0
  87. package/types/src/Button/docs/examples/Basic.d.ts +2 -0
  88. package/types/src/Button/docs/examples/Block.d.ts +2 -0
  89. package/types/src/Button/docs/examples/Disabled.d.ts +2 -0
  90. package/types/src/Button/docs/examples/Icons.d.ts +2 -0
  91. package/types/src/Button/docs/examples/Menus.d.ts +2 -0
  92. package/types/src/Button/docs/examples/Selected.d.ts +2 -0
  93. package/types/src/Button/docs/examples/To.d.ts +2 -0
  94. package/types/src/Button/docs/examples/Truncated.d.ts +2 -0
  95. package/types/src/Button/docs/examples/prisma/Basic.d.ts +2 -0
  96. package/types/src/Button/docs/examples/prisma/Block.d.ts +2 -0
  97. package/types/src/Button/docs/examples/prisma/Disabled.d.ts +2 -0
  98. package/types/src/Button/docs/examples/prisma/Icons.d.ts +2 -0
  99. package/types/src/Button/docs/examples/prisma/Menus.d.ts +2 -0
  100. package/types/src/Button/docs/examples/prisma/To.d.ts +2 -0
  101. package/types/src/Button/docs/examples/prisma/Truncated.d.ts +2 -0
  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/Calendar/DateTable.d.ts +0 -1
  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/docs/examples/Basic.d.ts +2 -0
  113. package/types/src/CardLayout/docs/examples/Interactive.d.ts +28 -0
  114. package/types/src/Chip/docs/examples/Appearance.d.ts +2 -0
  115. package/types/src/Chip/docs/examples/Basic.d.ts +2 -0
  116. package/types/src/Chip/docs/examples/CustomColors.d.ts +2 -0
  117. package/types/src/Chip/docs/examples/Disabled.d.ts +2 -0
  118. package/types/src/Chip/docs/examples/Icon.d.ts +2 -0
  119. package/types/src/Chip/docs/examples/Removable.d.ts +2 -0
  120. package/types/src/Chip/docs/examples/prisma/Appearance.d.ts +2 -0
  121. package/types/src/Clickable/NavigationProvider.d.ts +1 -0
  122. package/types/src/Clickable/docs/examples/Basic.d.ts +2 -0
  123. package/types/src/Clickable/docs/examples/NavigationProvider.d.ts +2 -0
  124. package/types/src/Code/docs/examples/Default.d.ts +2 -0
  125. package/types/src/Code/docs/examples/HideIndent.d.ts +2 -0
  126. package/types/src/Code/docs/examples/Language.d.ts +2 -0
  127. package/types/src/CollapsiblePanel/docs/examples/BasicControlled.d.ts +2 -0
  128. package/types/src/CollapsiblePanel/docs/examples/BasicUncontrolled.d.ts +2 -0
  129. package/types/src/CollapsiblePanel/docs/examples/MultiControlled.d.ts +2 -0
  130. package/types/src/CollapsiblePanel/docs/examples/MultiUncontrolled.d.ts +2 -0
  131. package/types/src/CollapsiblePanel/docs/examples/TitleWithActions.d.ts +2 -0
  132. package/types/src/CollapsiblePanel/docs/examples/prisma/BasicControlled.d.ts +2 -0
  133. package/types/src/CollapsiblePanel/docs/examples/prisma/BasicUncontrolled.d.ts +2 -0
  134. package/types/src/CollapsiblePanel/docs/examples/prisma/Content.d.ts +1 -0
  135. package/types/src/CollapsiblePanel/docs/examples/prisma/MultiControlled.d.ts +2 -0
  136. package/types/src/CollapsiblePanel/docs/examples/prisma/MultiUncontrolled.d.ts +2 -0
  137. package/types/src/Color/Color.d.ts +3 -3
  138. package/types/src/Color/docs/examples/Controlled.d.ts +2 -0
  139. package/types/src/Color/docs/examples/Null.d.ts +2 -0
  140. package/types/src/Color/docs/examples/ThemeVariables.d.ts +1 -0
  141. package/types/src/Color/docs/examples/Transparent.d.ts +2 -0
  142. package/types/src/Color/docs/examples/Uncontrolled.d.ts +2 -0
  143. package/types/src/Color/docs/examples/prisma/Controlled.d.ts +2 -0
  144. package/types/src/Color/docs/examples/prisma/CustomizedPalette.d.ts +1 -0
  145. package/types/src/Color/docs/examples/prisma/HideInput.d.ts +2 -0
  146. package/types/src/Color/docs/examples/prisma/ThemeVariables.d.ts +1 -0
  147. package/types/src/Color/docs/examples/prisma/Uncontrolled.d.ts +2 -0
  148. package/types/src/ColumnLayout/docs/examples/AlignItems.d.ts +2 -0
  149. package/types/src/ColumnLayout/docs/examples/Basic.d.ts +2 -0
  150. package/types/src/ColumnLayout/docs/examples/Dividers.d.ts +2 -0
  151. package/types/src/ColumnLayout/docs/examples/Gutters.d.ts +2 -0
  152. package/types/src/ComboBox/docs/examples/Controlled.d.ts +2 -0
  153. package/types/src/ComboBox/docs/examples/Fetching.d.ts +2 -0
  154. package/types/src/ComboBox/docs/examples/Headings.d.ts +1 -0
  155. package/types/src/ComboBox/docs/examples/Label.d.ts +2 -0
  156. package/types/src/ComboBox/docs/examples/LoadMoreOnScrollBottom.d.ts +2 -0
  157. package/types/src/ComboBox/docs/examples/Uncontrolled.d.ts +2 -0
  158. package/types/src/Concertina/docs/examples/Basic.d.ts +2 -0
  159. package/types/src/Concertina/docs/examples/Disabled.d.ts +9 -0
  160. package/types/src/Concertina/docs/examples/Status.d.ts +2 -0
  161. package/types/src/ControlGroup/docs/examples/Basic.d.ts +2 -0
  162. package/types/src/ControlGroup/docs/examples/CustomizedLabelTarget.d.ts +10 -0
  163. package/types/src/ControlGroup/docs/examples/Error.d.ts +2 -0
  164. package/types/src/ControlGroup/docs/examples/HelpWithLinks.d.ts +2 -0
  165. package/types/src/ControlGroup/docs/examples/LabelTop.d.ts +2 -0
  166. package/types/src/ControlGroup/docs/examples/LayoutFill.d.ts +2 -0
  167. package/types/src/ControlGroup/docs/examples/LayoutFillJoin.d.ts +2 -0
  168. package/types/src/ControlGroup/docs/examples/LayoutNone.d.ts +2 -0
  169. package/types/src/Date/Icon.d.ts +0 -1
  170. package/types/src/Date/docs/examples/Basic.d.ts +2 -0
  171. package/types/src/Date/docs/examples/Controlled.d.ts +10 -0
  172. package/types/src/Date/docs/examples/CustomDate.d.ts +2 -0
  173. package/types/src/Date/docs/examples/Disabled.d.ts +2 -0
  174. package/types/src/Date/docs/examples/HighlightToday.d.ts +10 -0
  175. package/types/src/DefinitionList/docs/examples/Basic.d.ts +2 -0
  176. package/types/src/DefinitionList/docs/examples/Customize.d.ts +2 -0
  177. package/types/src/Dropdown/docs/examples/Basic.d.ts +2 -0
  178. package/types/src/Dropdown/docs/examples/BasicMenu.d.ts +2 -0
  179. package/types/src/Dropdown/docs/examples/ControlledDropdown.d.ts +2 -0
  180. package/types/src/Dropdown/docs/examples/Dialog.d.ts +2 -0
  181. package/types/src/Dropdown/docs/examples/OtherToggles.d.ts +2 -0
  182. package/types/src/Dropdown/docs/examples/ScrollContainer.d.ts +2 -0
  183. package/types/src/Dropdown/docs/examples/ScrollingMenu.d.ts +2 -0
  184. package/types/src/Dropdown/docs/examples/prisma/Basic.d.ts +2 -0
  185. package/types/src/Dropdown/docs/examples/prisma/BasicMenu.d.ts +2 -0
  186. package/types/src/Dropdown/docs/examples/prisma/ControlledDropdown.d.ts +2 -0
  187. package/types/src/Dropdown/docs/examples/prisma/Dialog.d.ts +2 -0
  188. package/types/src/Dropdown/docs/examples/prisma/OtherToggles.d.ts +2 -0
  189. package/types/src/Dropdown/docs/examples/prisma/ScrollingMenu.d.ts +2 -0
  190. package/types/src/File/Icon.d.ts +0 -1
  191. package/types/src/File/IconCloud.d.ts +0 -1
  192. package/types/src/File/PaperClip.d.ts +0 -1
  193. package/types/src/File/Retry.d.ts +0 -1
  194. package/types/src/File/Trash.d.ts +0 -1
  195. package/types/src/File/docs/examples/CustomChildren.d.ts +12 -0
  196. package/types/src/File/docs/examples/CustomizedMessages.d.ts +1 -0
  197. package/types/src/File/docs/examples/Disabled.d.ts +12 -0
  198. package/types/src/File/docs/examples/DropAnywhere.d.ts +15 -0
  199. package/types/src/File/docs/examples/Error.d.ts +1 -0
  200. package/types/src/File/docs/examples/FullScreen.d.ts +15 -0
  201. package/types/src/File/docs/examples/Multi.d.ts +16 -0
  202. package/types/src/File/docs/examples/Progress.d.ts +15 -0
  203. package/types/src/File/docs/examples/Single.d.ts +12 -0
  204. package/types/src/File/docs/examples/prisma/Disabled.d.ts +12 -0
  205. package/types/src/File/docs/examples/prisma/Error.d.ts +1 -0
  206. package/types/src/File/docs/examples/prisma/Progress.d.ts +1 -0
  207. package/types/src/FormRows/docs/examples/Basic.d.ts +12 -0
  208. package/types/src/FormRows/docs/examples/Header.d.ts +12 -0
  209. package/types/src/FormRows/docs/examples/Menu.d.ts +13 -0
  210. package/types/src/FormRows/docs/examples/ReorderOnly.d.ts +10 -0
  211. package/types/src/Heading/docs/examples/Basic.d.ts +2 -0
  212. package/types/src/Image/docs/examples/Basic.d.ts +2 -0
  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/Layer/docs/examples/Basic.d.ts +2 -0
  216. package/types/src/Link/docs/examples/Basic.d.ts +2 -0
  217. package/types/src/Link/docs/examples/Disabled.d.ts +2 -0
  218. package/types/src/Link/docs/examples/Inline.d.ts +2 -0
  219. package/types/src/Link/docs/examples/NewTab.d.ts +2 -0
  220. package/types/src/List/docs/examples/Decimal.d.ts +2 -0
  221. package/types/src/List/docs/examples/Disc.d.ts +2 -0
  222. package/types/src/List/docs/examples/LowerAlpha.d.ts +2 -0
  223. package/types/src/List/docs/examples/UpperAlpha.d.ts +2 -0
  224. package/types/src/Markdown/Markdown.d.ts +7 -1
  225. package/types/src/Markdown/docs/examples/Basic.d.ts +2 -0
  226. package/types/src/Markdown/docs/examples/I18n.d.ts +2 -0
  227. package/types/src/Markdown/docs/examples/RenderProps.d.ts +2 -0
  228. package/types/src/Markdown/renderers/MarkdownAnchorHeading.d.ts +15 -0
  229. package/types/src/Markdown/renderers/MarkdownCode.d.ts +0 -1
  230. package/types/src/Markdown/renderers/MarkdownCodeBlock.d.ts +0 -1
  231. package/types/src/Markdown/renderers/MarkdownImage.d.ts +0 -1
  232. package/types/src/Markdown/renderers/index.d.ts +2 -1
  233. package/types/src/Menu/Divider.d.ts +0 -1
  234. package/types/src/Menu/docs/examples/Basic.d.ts +2 -0
  235. package/types/src/Menu/docs/examples/Complex.d.ts +2 -0
  236. package/types/src/Menu/docs/examples/Descriptions.d.ts +2 -0
  237. package/types/src/Menu/docs/examples/Disabled.d.ts +2 -0
  238. package/types/src/Menu/docs/examples/Dividers.d.ts +2 -0
  239. package/types/src/Menu/docs/examples/Headings.d.ts +2 -0
  240. package/types/src/Menu/docs/examples/Icons.d.ts +2 -0
  241. package/types/src/Menu/docs/examples/Links.d.ts +2 -0
  242. package/types/src/Menu/docs/examples/MatchRanges.d.ts +2 -0
  243. package/types/src/Menu/docs/examples/Selectable.d.ts +2 -0
  244. package/types/src/Menu/docs/examples/SelectableWithIcons.d.ts +2 -0
  245. package/types/src/Menu/docs/examples/Truncate.d.ts +2 -0
  246. package/types/src/Message/Link.d.ts +2 -0
  247. package/types/src/Message/Message.d.ts +6 -1
  248. package/types/src/Message/docs/examples/Basic.d.ts +2 -0
  249. package/types/src/Message/docs/examples/Content.d.ts +2 -0
  250. package/types/src/Message/docs/examples/Fill.d.ts +2 -0
  251. package/types/src/Message/docs/examples/Removable.d.ts +2 -0
  252. package/types/src/Message/docs/examples/prisma/Title.d.ts +2 -0
  253. package/types/src/MessageBar/MessageBar.d.ts +28 -0
  254. package/types/src/MessageBar/docs/examples/Types.d.ts +2 -0
  255. package/types/src/MessageBar/index.d.ts +2 -0
  256. package/types/src/Modal/Modal.d.ts +1 -0
  257. package/types/src/Modal/docs/examples/Basic.d.ts +2 -0
  258. package/types/src/Modal/docs/examples/InitialFocus.d.ts +2 -0
  259. package/types/src/Modal/docs/examples/TypicalUsage.d.ts +2 -0
  260. package/types/src/Modal/docs/examples/Undismissable.d.ts +2 -0
  261. package/types/src/Modal/docs/examples/prisma/TypicalUsage.d.ts +2 -0
  262. package/types/src/Monogram/Monogram.d.ts +2 -2
  263. package/types/src/Monogram/docs/examples/BackgroundAuto.d.ts +1 -0
  264. package/types/src/Monogram/docs/examples/BackgroundCustom.d.ts +1 -0
  265. package/types/src/Monogram/docs/examples/Basic.d.ts +1 -0
  266. package/types/src/Monogram/docs/examples/Interactive.d.ts +1 -0
  267. package/types/src/Monogram/docs/examples/Size.d.ts +1 -0
  268. package/types/src/Multiselect/docs/examples/Children.d.ts +10 -0
  269. package/types/src/Multiselect/docs/examples/Compact.d.ts +2 -0
  270. package/types/src/Multiselect/docs/examples/Controlled.d.ts +10 -0
  271. package/types/src/Multiselect/docs/examples/CustomizeSelected.d.ts +10 -0
  272. package/types/src/Multiselect/docs/examples/Disabled.d.ts +10 -0
  273. package/types/src/Multiselect/docs/examples/Error.d.ts +10 -0
  274. package/types/src/Multiselect/docs/examples/Fetching.d.ts +23 -0
  275. package/types/src/Multiselect/docs/examples/Headings.d.ts +1 -0
  276. package/types/src/Multiselect/docs/examples/Icons.d.ts +2 -0
  277. package/types/src/Multiselect/docs/examples/LoadMoreOnScrollBottom.d.ts +26 -0
  278. package/types/src/Multiselect/docs/examples/NewValues.d.ts +10 -0
  279. package/types/src/Multiselect/docs/examples/TabInput.d.ts +10 -0
  280. package/types/src/Multiselect/docs/examples/Uncontrolled.d.ts +2 -0
  281. package/types/src/Number/IncrementIcon.d.ts +0 -1
  282. package/types/src/Number/Number.d.ts +3 -3
  283. package/types/src/Number/docs/examples/Basic.d.ts +10 -0
  284. package/types/src/Number/docs/examples/Disabled.d.ts +2 -0
  285. package/types/src/Number/docs/examples/Error.d.ts +2 -0
  286. package/types/src/Number/docs/examples/Limits.d.ts +10 -0
  287. package/types/src/Number/docs/examples/Locale.d.ts +10 -0
  288. package/types/src/Number/docs/examples/Uncontrolled.d.ts +2 -0
  289. package/types/src/Paginator/PageSeparator.d.ts +0 -1
  290. package/types/src/Paginator/docs/examples/Basic.d.ts +2 -0
  291. package/types/src/Paragraph/docs/examples/Basic.d.ts +2 -0
  292. package/types/src/Popover/Popover.d.ts +1 -2
  293. package/types/src/Popover/docs/examples/Basic.d.ts +2 -0
  294. package/types/src/Progress/docs/examples/Basic.d.ts +2 -0
  295. package/types/src/Progress/docs/examples/prisma/Type.d.ts +2 -0
  296. package/types/src/RadioBar/Option.d.ts +13 -3
  297. package/types/src/RadioBar/RadioBar.d.ts +2 -0
  298. package/types/src/RadioBar/docs/examples/AdornmentAriaExamples.d.ts +2 -0
  299. package/types/src/RadioBar/docs/examples/Basic.d.ts +2 -0
  300. package/types/src/RadioBar/docs/examples/Disabled.d.ts +2 -0
  301. package/types/src/RadioBar/docs/examples/Error.d.ts +2 -0
  302. package/types/src/RadioBar/docs/examples/Uncontrolled.d.ts +2 -0
  303. package/types/src/RadioList/docs/examples/Basic.d.ts +2 -0
  304. package/types/src/RadioList/docs/examples/Composing.d.ts +2 -0
  305. package/types/src/RadioList/docs/examples/Disabled.d.ts +2 -0
  306. package/types/src/RadioList/docs/examples/Error.d.ts +2 -0
  307. package/types/src/RadioList/docs/examples/Row.d.ts +2 -0
  308. package/types/src/RadioList/docs/examples/Uncontrolled.d.ts +2 -0
  309. package/types/src/Resize/docs/examples/Appearance.d.ts +2 -0
  310. package/types/src/Resize/docs/examples/Percentage.d.ts +2 -0
  311. package/types/src/Resize/docs/examples/SizingInner.d.ts +2 -0
  312. package/types/src/Resize/docs/examples/SizingOuter.d.ts +2 -0
  313. package/types/src/Resize/docs/examples/Typical.d.ts +2 -0
  314. package/types/src/ScreenReaderContent/docs/examples/Basic.d.ts +2 -0
  315. package/types/src/Scroll/docs/examples/Controlled.d.ts +13 -0
  316. package/types/src/Scroll/docs/examples/Uncontrolled.d.ts +2 -0
  317. package/types/src/ScrollContainerContext/docs/examples/Consumer.d.ts +2 -0
  318. package/types/src/ScrollContainerContext/docs/examples/Provider.d.ts +2 -0
  319. package/types/src/Search/docs/examples/Controlled.d.ts +2 -0
  320. package/types/src/Search/docs/examples/Loading.d.ts +2 -0
  321. package/types/src/Search/docs/examples/Options.d.ts +2 -0
  322. package/types/src/Search/docs/examples/Results.d.ts +2 -0
  323. package/types/src/Select/Select.d.ts +2 -2
  324. package/types/src/Select/SelectBase.d.ts +3 -3
  325. package/types/src/Select/docs/examples/Appearance.d.ts +14 -0
  326. package/types/src/Select/docs/examples/Basic.d.ts +10 -0
  327. package/types/src/Select/docs/examples/Children.d.ts +10 -0
  328. package/types/src/Select/docs/examples/Descriptions.d.ts +10 -0
  329. package/types/src/Select/docs/examples/Error.d.ts +2 -0
  330. package/types/src/Select/docs/examples/Fetching.d.ts +23 -0
  331. package/types/src/Select/docs/examples/Filter.d.ts +10 -0
  332. package/types/src/Select/docs/examples/Headings.d.ts +10 -0
  333. package/types/src/Select/docs/examples/Icons.d.ts +10 -0
  334. package/types/src/Select/docs/examples/LoadMoreOnScrollBottom.d.ts +25 -0
  335. package/types/src/Select/docs/examples/Prefix.d.ts +10 -0
  336. package/types/src/Select/docs/examples/Truncate.d.ts +10 -0
  337. package/types/src/Select/docs/examples/Uncontrolled.d.ts +2 -0
  338. package/types/src/Select/docs/examples/prisma/Appearance.d.ts +14 -0
  339. package/types/src/SidePanel/docs/examples/Basic.d.ts +2 -0
  340. package/types/src/SidePanel/docs/examples/ChangeSize.d.ts +2 -0
  341. package/types/src/SidePanel/docs/examples/Composition.d.ts +2 -0
  342. package/types/src/Slider/docs/examples/Basic.d.ts +2 -0
  343. package/types/src/Slider/docs/examples/Controlled.d.ts +12 -0
  344. package/types/src/Slider/docs/examples/CustomLabels.d.ts +12 -0
  345. package/types/src/Slider/docs/examples/Disabled.d.ts +2 -0
  346. package/types/src/Slider/docs/examples/StepMarks.d.ts +2 -0
  347. package/types/src/Slider/docs/examples/prisma/Error.d.ts +2 -0
  348. package/types/src/SlidingPanels/docs/examples/Basic.d.ts +11 -0
  349. package/types/src/SlidingPanels/docs/examples/Dropdown.d.ts +11 -0
  350. package/types/src/SlidingPanels/docs/examples/Modal.d.ts +14 -0
  351. package/types/src/StaticContent/docs/examples/Basic.d.ts +2 -0
  352. package/types/src/StaticContent/docs/examples/FieldValue.d.ts +2 -0
  353. package/types/src/StepBar/docs/examples/Basic.d.ts +2 -0
  354. package/types/src/StepBar/docs/examples/prisma/Error.d.ts +2 -0
  355. package/types/src/Switch/CheckIcon.d.ts +0 -1
  356. package/types/src/Switch/Switch.d.ts +7 -7
  357. package/types/src/Switch/docs/examples/Basic.d.ts +10 -0
  358. package/types/src/Switch/docs/examples/Disabled.d.ts +10 -0
  359. package/types/src/Switch/docs/examples/Error.d.ts +2 -0
  360. package/types/src/TabBar/docs/examples/Basic.d.ts +2 -0
  361. package/types/src/TabBar/docs/examples/IconsInline.d.ts +2 -0
  362. package/types/src/TabBar/docs/examples/IconsSmall.d.ts +2 -0
  363. package/types/src/TabBar/docs/examples/Tooltips.d.ts +2 -0
  364. package/types/src/TabBar/docs/examples/Vertical.d.ts +2 -0
  365. package/types/src/TabBar/docs/examples/VerticalSmallIcons.d.ts +2 -0
  366. package/types/src/TabBar/docs/examples/WithCount.d.ts +2 -0
  367. package/types/src/TabBar/docs/examples/prisma/Context.d.ts +2 -0
  368. package/types/src/TabBar/docs/examples/prisma/Disabled.d.ts +2 -0
  369. package/types/src/TabLayout/docs/examples/AutoActivate.d.ts +2 -0
  370. package/types/src/TabLayout/docs/examples/Controlled.d.ts +2 -0
  371. package/types/src/TabLayout/docs/examples/Icons.d.ts +2 -0
  372. package/types/src/TabLayout/docs/examples/Uncontrolled.d.ts +2 -0
  373. package/types/src/TabLayout/docs/examples/Vertical.d.ts +2 -0
  374. package/types/src/TabLayout/docs/examples/VerticalIcons.d.ts +2 -0
  375. package/types/src/TabLayout/docs/examples/prisma/Context.d.ts +2 -0
  376. package/types/src/Table/DragHandle.d.ts +0 -1
  377. package/types/src/Table/HeadExpandRowsIcon.d.ts +0 -1
  378. package/types/src/Table/Toggle.d.ts +0 -1
  379. package/types/src/Table/docs/examples/Basic.d.ts +2 -0
  380. package/types/src/Table/docs/examples/Click.d.ts +16 -0
  381. package/types/src/Table/docs/examples/ClickRows.d.ts +16 -0
  382. package/types/src/Table/docs/examples/Complex.d.ts +39 -0
  383. package/types/src/Table/docs/examples/DockedHeader.d.ts +2 -0
  384. package/types/src/Table/docs/examples/ExpandableRows.d.ts +2 -0
  385. package/types/src/Table/docs/examples/ExpandableRowsControlled.d.ts +2 -0
  386. package/types/src/Table/docs/examples/FixedHeader.d.ts +2 -0
  387. package/types/src/Table/docs/examples/HeadDropdownCell.d.ts +18 -0
  388. package/types/src/Table/docs/examples/ReorderColumns.d.ts +21 -0
  389. package/types/src/Table/docs/examples/ReorderRows.d.ts +21 -0
  390. package/types/src/Table/docs/examples/Resizable.d.ts +23 -0
  391. package/types/src/Table/docs/examples/ResizableFill.d.ts +23 -0
  392. package/types/src/Table/docs/examples/Selectable.d.ts +18 -0
  393. package/types/src/Table/docs/examples/SortableColumns.d.ts +12 -0
  394. package/types/src/Table/docs/examples/prisma/Basic.d.ts +2 -0
  395. package/types/src/Table/docs/examples/prisma/Complex.d.ts +48 -0
  396. package/types/src/Table/docs/examples/prisma/DockedHeader.d.ts +2 -0
  397. package/types/src/Table/docs/examples/prisma/RowActions.d.ts +39 -0
  398. package/types/src/Text/IconOutlinedHide.d.ts +0 -1
  399. package/types/src/Text/IconOutlinedView.d.ts +0 -1
  400. package/types/src/Text/Text.d.ts +5 -5
  401. package/types/src/Text/docs/examples/Basic.d.ts +10 -0
  402. package/types/src/Text/docs/examples/CustomizedIcon.d.ts +2 -0
  403. package/types/src/Text/docs/examples/Disabled.d.ts +2 -0
  404. package/types/src/Text/docs/examples/Error.d.ts +10 -0
  405. package/types/src/Text/docs/examples/Inline.d.ts +10 -0
  406. package/types/src/Text/docs/examples/Multiline.d.ts +10 -0
  407. package/types/src/Text/docs/examples/Password.d.ts +10 -0
  408. package/types/src/Text/docs/examples/Search.d.ts +10 -0
  409. package/types/src/Text/docs/examples/Uncontrolled.d.ts +2 -0
  410. package/types/src/Text/docs/examples/prisma/Multiline.d.ts +10 -0
  411. package/types/src/Text/docs/examples/prisma/Search.d.ts +10 -0
  412. package/types/src/Tooltip/InfoIcon.d.ts +0 -1
  413. package/types/src/Tooltip/Tooltip.d.ts +7 -5
  414. package/types/src/Tooltip/docs/examples/Basic.d.ts +2 -0
  415. package/types/src/Tooltip/docs/examples/ContentRelationship.d.ts +2 -0
  416. package/types/src/Tooltip/docs/examples/Controlled.d.ts +12 -0
  417. package/types/src/Tooltip/docs/examples/CustomContent.d.ts +2 -0
  418. package/types/src/Tooltip/docs/examples/CustomDelay.d.ts +2 -0
  419. package/types/src/TransitionOpen/docs/examples/ExpandHeight.d.ts +2 -0
  420. package/types/src/TransitionOpen/docs/examples/ExpandWidth.d.ts +2 -0
  421. package/types/src/TransitionOpen/docs/examples/None.d.ts +2 -0
  422. package/types/src/TransitionOpen/docs/examples/SlideFromBottom.d.ts +2 -0
  423. package/types/src/TransitionOpen/docs/examples/SlideFromLeft.d.ts +2 -0
  424. package/types/src/TransitionOpen/docs/examples/SlideFromRight.d.ts +2 -0
  425. package/types/src/TransitionOpen/docs/examples/SlideFromTop.d.ts +2 -0
  426. package/types/src/WaitSpinner/docs/examples/Basic.d.ts +2 -0
  427. package/types/src/WaitSpinner/docs/examples/prisma/Basic.d.ts +2 -0
  428. package/types/src/fixtures/FetchOptions.d.ts +2 -0
  429. package/types/src/fixtures/text.d.ts +1 -0
  430. package/types/src/icons/Alert.d.ts +0 -1
  431. package/types/src/icons/AlertFilled.d.ts +0 -1
  432. package/types/src/icons/CaretDown.d.ts +0 -1
  433. package/types/src/icons/CaretRight.d.ts +0 -1
  434. package/types/src/icons/Check.d.ts +0 -1
  435. package/types/src/icons/ChevronDown.d.ts +0 -1
  436. package/types/src/icons/ChevronLeft.d.ts +0 -1
  437. package/types/src/icons/ChevronRight.d.ts +0 -1
  438. package/types/src/icons/CrossMark.d.ts +0 -1
  439. package/types/src/icons/External.d.ts +0 -1
  440. package/types/src/icons/InfoFilled.d.ts +0 -1
  441. package/types/src/icons/More.d.ts +0 -1
  442. package/types/src/icons/MoreVertical.d.ts +0 -1
  443. package/types/src/icons/Plus.d.ts +0 -1
  444. package/types/src/icons/SVG.d.ts +0 -1
  445. package/types/src/icons/Search.d.ts +0 -1
  446. package/types/src/icons/Sort.d.ts +0 -1
  447. package/types/src/icons/SortedDown.d.ts +0 -1
  448. package/types/src/icons/SortedUp.d.ts +0 -1
  449. package/types/src/icons/Success.d.ts +0 -1
  450. package/types/src/icons/SuccessFilled.d.ts +0 -1
  451. package/types/src/icons/WarningFilled.d.ts +0 -1
  452. package/types/src/utils/types.d.ts +0 -1
  453. package/unit-test-setup-testing-library.ts +9 -0
  454. package/usePrevious.js +2 -2
  455. package/types/src/Message/Banner.d.ts +0 -8
package/Message.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 = 110);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 127);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 110:
104
+ /***/ 11:
105
+ /***/ (function(module, exports) {
106
+
107
+ module.exports = require("@splunk/react-ui/Clickable");
108
+
109
+ /***/ }),
110
+
111
+ /***/ 127:
105
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
113
 
107
114
  "use strict";
@@ -120,142 +127,14 @@ var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_)
120
127
  var external_prop_types_ = __webpack_require__(1);
121
128
  var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
122
129
 
123
- // EXTERNAL MODULE: ./src/icons/CrossMark.tsx
124
- var CrossMark = __webpack_require__(22);
130
+ // EXTERNAL MODULE: external "@splunk/react-ui/MessageBar"
131
+ var MessageBar_ = __webpack_require__(99);
132
+ var MessageBar_default = /*#__PURE__*/__webpack_require__.n(MessageBar_);
125
133
 
126
134
  // EXTERNAL MODULE: external "styled-components"
127
135
  var external_styled_components_ = __webpack_require__(3);
128
136
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
129
137
 
130
- // EXTERNAL MODULE: external "@splunk/react-ui/Box"
131
- var Box_ = __webpack_require__(8);
132
- var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
133
-
134
- // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
135
- var Clickable_ = __webpack_require__(12);
136
- var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
137
-
138
- // EXTERNAL MODULE: external "@splunk/themes"
139
- var themes_ = __webpack_require__(0);
140
-
141
- // CONCATENATED MODULE: ./src/Message/BannerStyles.ts
142
-
143
-
144
-
145
-
146
- var BannerContent = external_styled_components_default.a.div.withConfig({
147
- displayName: "BannerStyles__BannerContent",
148
- componentId: "sc-12z0t1m-0"
149
- })(["", ";padding:0 8px;text-align:center;margin-left:auto;", ""], themes_["mixins"].reset('inline'), Object(themes_["pick"])({
150
- prisma: Object(external_styled_components_["css"])(["color:", ";"], themes_["variables"].contentColorInverted)
151
- }));
152
- var BannerRemoveWrapper = external_styled_components_default()(Clickable_default.a).withConfig({
153
- displayName: "BannerStyles__BannerRemoveWrapper",
154
- componentId: "sc-12z0t1m-1"
155
- })(["", ";border:1px solid transparent;border-radius:", ";color:", ";cursor:pointer;margin-left:auto;padding:", ";", " &:hover,&:focus{background:", ";border:", ";color:", ";}&:active{", ";}", ""], themes_["mixins"].reset('flex'), Object(themes_["pick"])({
156
- prisma: '50%',
157
- enterprise: themes_["variables"].borderRadius
158
- }), Object(themes_["pick"])({
159
- prisma: themes_["variables"].contentColorInverted,
160
- enterprise: {
161
- dark: themes_["variables"].gray96,
162
- light: themes_["variables"].gray45
163
- }
164
- }), Object(themes_["pick"])({
165
- prisma: '10px',
166
- enterprise: '8px'
167
- }), Object(themes_["pick"])({
168
- enterprise: Object(external_styled_components_["css"])(["margin-top:1px;"])
169
- }), Object(themes_["pick"])({
170
- prisma: themes_["variables"].interactiveColorOverlayHover,
171
- enterprise: {
172
- dark: themes_["variables"].gray30,
173
- light: themes_["variables"].gray92
174
- }
175
- }), Object(themes_["pick"])({
176
- prisma: Object(external_styled_components_["css"])(["1px solid inherit"]),
177
- enterprise: Object(external_styled_components_["css"])(["1px solid ", ""], themes_["variables"].gray80)
178
- }), Object(themes_["pick"])({
179
- enterprise: {
180
- dark: themes_["variables"].gray96,
181
- light: themes_["variables"].linkColor
182
- }
183
- }), Object(themes_["pick"])({
184
- prisma: Object(external_styled_components_["css"])(["background:", ";"], themes_["variables"].interactiveColorOverlayActive),
185
- enterprise: Object(external_styled_components_["css"])(["box-shadow:", ";"], themes_["variables"].focusShadow)
186
- }), Object(themes_["pick"])({
187
- prisma: Object(external_styled_components_["css"])(["&:focus{box-shadow:0 0 0 3px ", ";}"], themes_["variables"].focusColor)
188
- }));
189
- var BannerWrapper = external_styled_components_default()(Box_default.a).withConfig({
190
- displayName: "BannerStyles__BannerWrapper",
191
- componentId: "sc-12z0t1m-2"
192
- })(["", ";display:flex;align-items:center;justify-content:center;min-height:40px;margin-bottom:", ";padding:", ";word-wrap:break-word;", ""], themes_["mixins"].reset('block'), themes_["variables"].spacingSmall, Object(themes_["pick"])({
193
- prisma: '0 8px 0 32px',
194
- enterprise: '0 8px 0 38px'
195
- }), Object(themes_["pickVariant"])('$type', {
196
- info: Object(external_styled_components_["css"])(["background-color:", ";"], Object(themes_["pick"])({
197
- prisma: themes_["variables"].contentColorActive,
198
- enterprise: {
199
- dark: themes_["mixins"].colorWithAlpha(themes_["variables"].infoColor, 0.5),
200
- light: themes_["variables"].infoColorL50
201
- }
202
- })),
203
- success: Object(external_styled_components_["css"])(["background-color:", ";"], Object(themes_["pick"])({
204
- prisma: themes_["variables"].accentColorPositive,
205
- enterprise: {
206
- dark: themes_["mixins"].colorWithAlpha(themes_["variables"].successColor, 0.5),
207
- light: themes_["variables"].successColorL50
208
- }
209
- })),
210
- warning: Object(external_styled_components_["css"])(["background-color:", ";"], Object(themes_["pick"])({
211
- prisma: themes_["variables"].accentColorWarning,
212
- enterprise: {
213
- dark: themes_["mixins"].colorWithAlpha(themes_["variables"].warningColor, 0.5),
214
- light: themes_["variables"].warningColorL50
215
- }
216
- })),
217
- error: Object(external_styled_components_["css"])(["background-color:", ";"], Object(themes_["pick"])({
218
- prisma: themes_["variables"].accentColorNegative,
219
- enterprise: {
220
- dark: themes_["mixins"].colorWithAlpha(themes_["variables"].errorColor, 0.5),
221
- light: themes_["variables"].errorColorL50
222
- }
223
- }))
224
- }));
225
-
226
- // CONCATENATED MODULE: ./src/Message/Banner.tsx
227
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
228
-
229
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
230
-
231
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
232
-
233
-
234
-
235
-
236
-
237
- var Banner_Banner = function Banner(_ref) {
238
- var children = _ref.children,
239
- type = _ref.type,
240
- onRequestRemove = _ref.onRequestRemove,
241
- otherProps = _objectWithoutProperties(_ref, ["children", "type", "onRequestRemove"]);
242
-
243
- return /*#__PURE__*/external_react_default.a.createElement(BannerWrapper, _extends({
244
- $type: type,
245
- "data-test-type": type,
246
- "data-test": "message"
247
- }, otherProps), /*#__PURE__*/external_react_default.a.createElement(BannerContent, {
248
- "data-test": "content"
249
- }, children), /*#__PURE__*/external_react_default.a.createElement(BannerRemoveWrapper, {
250
- "data-test": "remove",
251
- onClick: onRequestRemove
252
- }, /*#__PURE__*/external_react_default.a.createElement(CrossMark["a" /* default */], {
253
- prismaSize: "small",
254
- enterpriseSize: "12px"
255
- })));
256
- };
257
-
258
- /* harmony default export */ var Message_Banner = (Banner_Banner);
259
138
  // EXTERNAL MODULE: external "@splunk/react-ui/Link"
260
139
  var Link_ = __webpack_require__(29);
261
140
  var Link_default = /*#__PURE__*/__webpack_require__.n(Link_);
@@ -263,18 +142,15 @@ var Link_default = /*#__PURE__*/__webpack_require__.n(Link_);
263
142
  // CONCATENATED MODULE: ./src/Message/LinkStyles.ts
264
143
 
265
144
 
266
-
267
145
  var StyledLink = external_styled_components_default()(Link_default.a).withConfig({
268
146
  displayName: "LinkStyles__StyledLink",
269
147
  componentId: "w06zjv-0"
270
- })(["margin:0 3px;text-decoration:underline;color:inherit;&:not([disabled]){cursor:pointer;&:focus{", " text-decoration:underline;&:active{box-shadow:none;text-decoration:underline;}}}"], Object(themes_["pick"])({
271
- prisma: Object(external_styled_components_["css"])(["box-shadow:", ";"], themes_["variables"].focusShadow)
272
- }));
148
+ })([""]);
273
149
 
274
150
  // CONCATENATED MODULE: ./src/Message/Link.tsx
275
- function Link_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Link_objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
151
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
276
152
 
277
- function Link_objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
153
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
278
154
 
279
155
 
280
156
 
@@ -287,18 +163,25 @@ var propTypes = {
287
163
  };
288
164
 
289
165
  /**
166
+ * @deprecated `Message.Link` is deprecated and will be removed in a future major version. Use `Link` instead.
167
+ *
290
168
  * A `Link` styled to work with `Message`'s `banner` appearance.
291
169
  */
292
170
  function Link(_ref) {
293
171
  var children = _ref.children,
294
- otherProps = Link_objectWithoutProperties(_ref, ["children"]);
172
+ otherProps = _objectWithoutProperties(_ref, ["children"]);
295
173
 
296
174
  // @docs-props-type LinkPropsBase
175
+ if (false) {}
176
+
297
177
  return /*#__PURE__*/external_react_default.a.createElement(StyledLink, otherProps, children);
298
178
  }
299
179
 
300
180
  Link.propTypes = propTypes;
301
181
  /* harmony default export */ var Message_Link = (Link);
182
+ // EXTERNAL MODULE: external "@splunk/themes"
183
+ var themes_ = __webpack_require__(0);
184
+
302
185
  // CONCATENATED MODULE: ./src/Message/TitleStyles.ts
303
186
 
304
187
 
@@ -334,6 +217,14 @@ function Title(_ref) {
334
217
 
335
218
  Title.propTypes = Title_propTypes;
336
219
  /* harmony default export */ var Message_Title = (Title);
220
+ // EXTERNAL MODULE: external "@splunk/react-ui/Box"
221
+ var Box_ = __webpack_require__(8);
222
+ var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
223
+
224
+ // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
225
+ var Clickable_ = __webpack_require__(11);
226
+ var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
227
+
337
228
  // CONCATENATED MODULE: ./src/Message/MessageStyles.ts
338
229
 
339
230
 
@@ -473,138 +364,23 @@ var StyledBox = external_styled_components_default()(Box_default.a).withConfig({
473
364
  }))
474
365
  }));
475
366
 
476
- // EXTERNAL MODULE: external "@splunk/react-icons/Error"
477
- var Error_ = __webpack_require__(68);
478
- var Error_default = /*#__PURE__*/__webpack_require__.n(Error_);
479
-
480
- // EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
481
- var ThemedIcon = __webpack_require__(7);
482
-
483
- // EXTERNAL MODULE: ./src/icons/SVG.tsx
484
- var SVG = __webpack_require__(6);
485
-
486
- // CONCATENATED MODULE: ./src/icons/AlertFilled.tsx
487
- function AlertFilled_extends() { AlertFilled_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return AlertFilled_extends.apply(this, arguments); }
488
-
489
-
490
-
491
-
492
-
493
-
494
- function Prisma24(_ref) {
495
- var otherProps = AlertFilled_extends({}, _ref);
496
-
497
- return /*#__PURE__*/external_react_default.a.createElement(SVG["a" /* default */], AlertFilled_extends({
498
- viewBox: "0 0 24 24"
499
- }, otherProps), /*#__PURE__*/external_react_default.a.createElement("path", {
500
- fillRule: "evenodd",
501
- clipRule: "evenodd",
502
- d: "M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12ZM11.0001 7.9906V12.0001C11.0001 12.5524 11.4478 13.0001 12.0001 13.0001C12.5524 13.0001 13.0001 12.5524 13.0001 12.0001V7.9906C13.0001 7.43832 12.5524 6.9906 12.0001 6.9906C11.4478 6.9906 11.0001 7.43832 11.0001 7.9906ZM12.0001 17.0001C12.6628 17.0001 13.2001 16.4628 13.2001 15.8001C13.2001 15.1374 12.6628 14.6001 12.0001 14.6001C11.3373 14.6001 10.8001 15.1374 10.8001 15.8001C10.8001 16.4628 11.3373 17.0001 12.0001 17.0001Z",
503
- fill: "currentColor"
504
- }));
505
- }
506
-
507
- function AlertFilled(props) {
508
- return /*#__PURE__*/external_react_default.a.createElement(ThemedIcon["a" /* default */], AlertFilled_extends({
509
- Enterprise: Error_default.a,
510
- Prisma24: Prisma24
511
- }, props));
512
- }
513
- // EXTERNAL MODULE: external "@splunk/react-icons/InfoCircle"
514
- var InfoCircle_ = __webpack_require__(92);
515
- var InfoCircle_default = /*#__PURE__*/__webpack_require__.n(InfoCircle_);
516
-
517
- // CONCATENATED MODULE: ./src/icons/InfoFilled.tsx
518
- function InfoFilled_extends() { InfoFilled_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return InfoFilled_extends.apply(this, arguments); }
519
-
520
-
521
-
522
-
523
-
524
-
525
- function InfoFilled_Prisma24(_ref) {
526
- var otherProps = InfoFilled_extends({}, _ref);
527
-
528
- return /*#__PURE__*/external_react_default.a.createElement(SVG["a" /* default */], InfoFilled_extends({
529
- viewBox: "0 0 24 24"
530
- }, otherProps), /*#__PURE__*/external_react_default.a.createElement("path", {
531
- fillRule: "evenodd",
532
- clipRule: "evenodd",
533
- d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM11.0001 16.0094V11.9999C11.0001 11.4476 11.4478 10.9999 12.0001 10.9999C12.5524 10.9999 13.0001 11.4476 13.0001 11.9999V16.0094C13.0001 16.5617 12.5524 17.0094 12.0001 17.0094C11.4478 17.0094 11.0001 16.5617 11.0001 16.0094ZM12 6.9999C12.6628 6.9999 13.2 7.53716 13.2 8.1999C13.2 8.86264 12.6628 9.3999 12 9.3999C11.3373 9.3999 10.8 8.86264 10.8 8.1999C10.8 7.53716 11.3373 6.9999 12 6.9999Z",
534
- fill: "currentColor"
535
- }));
536
- }
537
-
538
- function InfoFilled(props) {
539
- return /*#__PURE__*/external_react_default.a.createElement(ThemedIcon["a" /* default */], InfoFilled_extends({
540
- Enterprise: InfoCircle_default.a,
541
- Prisma24: InfoFilled_Prisma24
542
- }, props));
543
- }
544
- // EXTERNAL MODULE: external "@splunk/react-icons/Success"
545
- var Success_ = __webpack_require__(69);
546
- var Success_default = /*#__PURE__*/__webpack_require__.n(Success_);
547
-
548
- // CONCATENATED MODULE: ./src/icons/SuccessFilled.tsx
549
- function SuccessFilled_extends() { SuccessFilled_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return SuccessFilled_extends.apply(this, arguments); }
550
-
551
-
552
-
553
-
554
-
555
-
556
- function SuccessFilled_Prisma24(_ref) {
557
- var otherProps = SuccessFilled_extends({}, _ref);
558
-
559
- return /*#__PURE__*/external_react_default.a.createElement(SVG["a" /* default */], SuccessFilled_extends({
560
- viewBox: "0 0 24 24"
561
- }, otherProps), /*#__PURE__*/external_react_default.a.createElement("path", {
562
- fillRule: "evenodd",
563
- clipRule: "evenodd",
564
- d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM16.8738 8.62627C17.2643 9.01679 17.2643 9.64996 16.8738 10.0405L11.5853 15.329C10.9996 15.9147 10.0499 15.9148 9.46414 15.3291L7.12637 12.9921C6.73579 12.6016 6.7357 11.9684 7.12616 11.5779C7.51663 11.1873 8.1498 11.1872 8.54038 11.5776L10.5246 13.5613L15.4596 8.62627C15.8501 8.23574 16.4833 8.23574 16.8738 8.62627Z",
565
- fill: "currentColor"
566
- }));
567
- }
568
-
569
- function SuccessFilled(props) {
570
- return /*#__PURE__*/external_react_default.a.createElement(ThemedIcon["a" /* default */], SuccessFilled_extends({
571
- Enterprise: Success_default.a,
572
- Prisma24: SuccessFilled_Prisma24
573
- }, props));
574
- }
575
- // EXTERNAL MODULE: external "@splunk/react-icons/Warning"
576
- var Warning_ = __webpack_require__(93);
577
- var Warning_default = /*#__PURE__*/__webpack_require__.n(Warning_);
578
-
579
- // CONCATENATED MODULE: ./src/icons/WarningFilled.tsx
580
- function WarningFilled_extends() { WarningFilled_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return WarningFilled_extends.apply(this, arguments); }
581
-
582
-
583
-
367
+ // EXTERNAL MODULE: ./src/icons/AlertFilled.tsx
368
+ var AlertFilled = __webpack_require__(72);
584
369
 
370
+ // EXTERNAL MODULE: ./src/icons/CrossMark.tsx
371
+ var CrossMark = __webpack_require__(20);
585
372
 
373
+ // EXTERNAL MODULE: ./src/icons/InfoFilled.tsx
374
+ var InfoFilled = __webpack_require__(73);
586
375
 
587
- function WarningFilled_Prisma24(_ref) {
588
- var otherProps = WarningFilled_extends({}, _ref);
376
+ // EXTERNAL MODULE: ./src/icons/SuccessFilled.tsx
377
+ var SuccessFilled = __webpack_require__(75);
589
378
 
590
- return /*#__PURE__*/external_react_default.a.createElement(SVG["a" /* default */], WarningFilled_extends({
591
- viewBox: "0 0 24 24"
592
- }, otherProps), /*#__PURE__*/external_react_default.a.createElement("path", {
593
- fillRule: "evenodd",
594
- clipRule: "evenodd",
595
- d: "M10.6827 2.82369C11.2341 1.72544 12.7659 1.72544 13.3173 2.82369L21.8338 19.7867C22.3412 20.7973 21.6254 22 20.5165 22H3.48349C2.37462 22 1.65878 20.7973 2.16616 19.7867L10.6827 2.82369ZM11.0002 13.6618V11.0133C11.0002 10.461 11.4479 10.0133 12.0002 10.0133C12.5525 10.0133 13.0002 10.461 13.0002 11.0133V13.6618C13.0002 14.2141 12.5525 14.6618 12.0002 14.6618C11.4479 14.6618 11.0002 14.2141 11.0002 13.6618ZM13.2002 16.9347C13.2002 17.5975 12.6629 18.1347 12.0002 18.1347C11.3374 18.1347 10.8002 17.5975 10.8002 16.9347C10.8002 16.272 11.3374 15.7347 12.0002 15.7347C12.6629 15.7347 13.2002 16.272 13.2002 16.9347Z",
596
- fill: "currentColor"
597
- }));
598
- }
379
+ // EXTERNAL MODULE: ./src/icons/WarningFilled.tsx
380
+ var WarningFilled = __webpack_require__(76);
599
381
 
600
- function WarningFilled(props) {
601
- return /*#__PURE__*/external_react_default.a.createElement(ThemedIcon["a" /* default */], WarningFilled_extends({
602
- Enterprise: Warning_default.a,
603
- Prisma24: WarningFilled_Prisma24
604
- }, props));
605
- }
606
382
  // CONCATENATED MODULE: ./src/Message/Message.tsx
607
- function Message_extends() { Message_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Message_extends.apply(this, arguments); }
383
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
608
384
 
609
385
  function Message_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = Message_objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
610
386
 
@@ -628,6 +404,12 @@ var Message_propTypes = {
628
404
  onRequestRemove: external_prop_types_default.a.func,
629
405
  type: external_prop_types_default.a.oneOf(['info', 'success', 'warning', 'error'])
630
406
  };
407
+ var TypeToIconMap = Object.freeze({
408
+ info: InfoFilled["a" /* default */],
409
+ warning: WarningFilled["a" /* default */],
410
+ error: AlertFilled["a" /* default */],
411
+ success: SuccessFilled["a" /* default */]
412
+ });
631
413
 
632
414
  function Message(_ref) {
633
415
  var _ref$appearance = _ref.appearance,
@@ -638,27 +420,26 @@ function Message(_ref) {
638
420
  onRequestRemove = _ref.onRequestRemove,
639
421
  otherProps = Message_objectWithoutProperties(_ref, ["appearance", "children", "type", "onRequestRemove"]);
640
422
 
641
- // double check this can only be button
423
+ // @docs-props-type MessagePropsBase
424
+ if (false) {} // double check this can only be button
425
+
426
+
642
427
  var handleRemoveClick = Object(external_react_["useCallback"])(function (e) {
643
428
  onRequestRemove === null || onRequestRemove === void 0 ? void 0 : onRequestRemove(e);
644
429
  }, [onRequestRemove]);
645
430
 
646
431
  if (appearance === 'banner') {
647
- return /*#__PURE__*/external_react_default.a.createElement(Message_Banner, Message_extends({
432
+ return /*#__PURE__*/external_react_default.a.createElement(MessageBar_default.a, _extends({
648
433
  type: type,
649
- onRequestRemove: handleRemoveClick
434
+ "data-test": "banner",
435
+ onRequestClose: handleRemoveClick
650
436
  }, otherProps), children);
651
437
  }
652
438
 
653
- var Icon = {
654
- info: InfoFilled,
655
- success: SuccessFilled,
656
- warning: WarningFilled,
657
- error: AlertFilled
658
- }[type];
439
+ var Icon = TypeToIconMap[type];
659
440
  var fillStyle = appearance === 'fill';
660
441
  var hasIcon = appearance === 'default' || appearance === 'fill';
661
- return /*#__PURE__*/external_react_default.a.createElement(StyledBox, Message_extends({
442
+ return /*#__PURE__*/external_react_default.a.createElement(StyledBox, _extends({
662
443
  $appearance: appearance,
663
444
  $fillStyle: fillStyle,
664
445
  $hasRemoveIcon: !!onRequestRemove,
@@ -695,13 +476,6 @@ Message.Link = Message_Link;
695
476
 
696
477
 
697
478
 
698
- /***/ }),
699
-
700
- /***/ 12:
701
- /***/ (function(module, exports) {
702
-
703
- module.exports = require("@splunk/react-ui/Clickable");
704
-
705
479
  /***/ }),
706
480
 
707
481
  /***/ 2:
@@ -711,14 +485,14 @@ module.exports = require("react");
711
485
 
712
486
  /***/ }),
713
487
 
714
- /***/ 22:
488
+ /***/ 20:
715
489
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
716
490
 
717
491
  "use strict";
718
492
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
719
493
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
720
494
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
721
- /* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26);
495
+ /* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22);
722
496
  /* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
723
497
  /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
724
498
  /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
@@ -761,7 +535,7 @@ function CrossMark(props) {
761
535
 
762
536
  /***/ }),
763
537
 
764
- /***/ 26:
538
+ /***/ 22:
765
539
  /***/ (function(module, exports) {
766
540
 
767
541
  module.exports = require("@splunk/react-icons/Close");
@@ -782,6 +556,20 @@ module.exports = require("styled-components");
782
556
 
783
557
  /***/ }),
784
558
 
559
+ /***/ 49:
560
+ /***/ (function(module, exports) {
561
+
562
+ module.exports = require("@splunk/react-icons/Error");
563
+
564
+ /***/ }),
565
+
566
+ /***/ 50:
567
+ /***/ (function(module, exports) {
568
+
569
+ module.exports = require("@splunk/react-icons/Success");
570
+
571
+ /***/ }),
572
+
785
573
  /***/ 6:
786
574
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
787
575
 
@@ -807,20 +595,6 @@ function SVG(props) {
807
595
 
808
596
  /***/ }),
809
597
 
810
- /***/ 68:
811
- /***/ (function(module, exports) {
812
-
813
- module.exports = require("@splunk/react-icons/Error");
814
-
815
- /***/ }),
816
-
817
- /***/ 69:
818
- /***/ (function(module, exports) {
819
-
820
- module.exports = require("@splunk/react-icons/Success");
821
-
822
- /***/ }),
823
-
824
598
  /***/ 7:
825
599
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
826
600
 
@@ -939,25 +713,192 @@ Icon.defaultProps = defaultProps;
939
713
 
940
714
  /***/ }),
941
715
 
942
- /***/ 8:
943
- /***/ (function(module, exports) {
716
+ /***/ 72:
717
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
944
718
 
945
- module.exports = require("@splunk/react-ui/Box");
719
+ "use strict";
720
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AlertFilled; });
721
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
722
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
723
+ /* harmony import */ var _splunk_react_icons_Error__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(49);
724
+ /* harmony import */ var _splunk_react_icons_Error__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Error__WEBPACK_IMPORTED_MODULE_1__);
725
+ /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
726
+ /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
727
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
728
+
729
+
730
+
731
+
732
+
733
+
734
+ function Prisma24(_ref) {
735
+ var otherProps = _extends({}, _ref);
736
+
737
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_SVG__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"], _extends({
738
+ viewBox: "0 0 24 24"
739
+ }, otherProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
740
+ fillRule: "evenodd",
741
+ clipRule: "evenodd",
742
+ d: "M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12ZM11.0001 7.9906V12.0001C11.0001 12.5524 11.4478 13.0001 12.0001 13.0001C12.5524 13.0001 13.0001 12.5524 13.0001 12.0001V7.9906C13.0001 7.43832 12.5524 6.9906 12.0001 6.9906C11.4478 6.9906 11.0001 7.43832 11.0001 7.9906ZM12.0001 17.0001C12.6628 17.0001 13.2001 16.4628 13.2001 15.8001C13.2001 15.1374 12.6628 14.6001 12.0001 14.6001C11.3373 14.6001 10.8001 15.1374 10.8001 15.8001C10.8001 16.4628 11.3373 17.0001 12.0001 17.0001Z",
743
+ fill: "currentColor"
744
+ }));
745
+ }
746
+
747
+ function AlertFilled(props) {
748
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ThemedIcon__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"], _extends({
749
+ Enterprise: _splunk_react_icons_Error__WEBPACK_IMPORTED_MODULE_1___default.a,
750
+ Prisma24: Prisma24
751
+ }, props));
752
+ }
753
+
754
+ /***/ }),
755
+
756
+ /***/ 73:
757
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
758
+
759
+ "use strict";
760
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return InfoFilled; });
761
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
762
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
763
+ /* harmony import */ var _splunk_react_icons_InfoCircle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(74);
764
+ /* harmony import */ var _splunk_react_icons_InfoCircle__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_InfoCircle__WEBPACK_IMPORTED_MODULE_1__);
765
+ /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
766
+ /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
767
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
768
+
769
+
770
+
771
+
772
+
773
+
774
+ function Prisma24(_ref) {
775
+ var otherProps = _extends({}, _ref);
776
+
777
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_SVG__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"], _extends({
778
+ viewBox: "0 0 24 24"
779
+ }, otherProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
780
+ fillRule: "evenodd",
781
+ clipRule: "evenodd",
782
+ d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM11.0001 16.0094V11.9999C11.0001 11.4476 11.4478 10.9999 12.0001 10.9999C12.5524 10.9999 13.0001 11.4476 13.0001 11.9999V16.0094C13.0001 16.5617 12.5524 17.0094 12.0001 17.0094C11.4478 17.0094 11.0001 16.5617 11.0001 16.0094ZM12 6.9999C12.6628 6.9999 13.2 7.53716 13.2 8.1999C13.2 8.86264 12.6628 9.3999 12 9.3999C11.3373 9.3999 10.8 8.86264 10.8 8.1999C10.8 7.53716 11.3373 6.9999 12 6.9999Z",
783
+ fill: "currentColor"
784
+ }));
785
+ }
786
+
787
+ function InfoFilled(props) {
788
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ThemedIcon__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"], _extends({
789
+ Enterprise: _splunk_react_icons_InfoCircle__WEBPACK_IMPORTED_MODULE_1___default.a,
790
+ Prisma24: Prisma24
791
+ }, props));
792
+ }
946
793
 
947
794
  /***/ }),
948
795
 
949
- /***/ 92:
796
+ /***/ 74:
950
797
  /***/ (function(module, exports) {
951
798
 
952
799
  module.exports = require("@splunk/react-icons/InfoCircle");
953
800
 
954
801
  /***/ }),
955
802
 
956
- /***/ 93:
803
+ /***/ 75:
804
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
805
+
806
+ "use strict";
807
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return SuccessFilled; });
808
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
809
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
810
+ /* harmony import */ var _splunk_react_icons_Success__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50);
811
+ /* harmony import */ var _splunk_react_icons_Success__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Success__WEBPACK_IMPORTED_MODULE_1__);
812
+ /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
813
+ /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
814
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
815
+
816
+
817
+
818
+
819
+
820
+
821
+ function Prisma24(_ref) {
822
+ var otherProps = _extends({}, _ref);
823
+
824
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_SVG__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"], _extends({
825
+ viewBox: "0 0 24 24"
826
+ }, otherProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
827
+ fillRule: "evenodd",
828
+ clipRule: "evenodd",
829
+ d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM16.8738 8.62627C17.2643 9.01679 17.2643 9.64996 16.8738 10.0405L11.5853 15.329C10.9996 15.9147 10.0499 15.9148 9.46414 15.3291L7.12637 12.9921C6.73579 12.6016 6.7357 11.9684 7.12616 11.5779C7.51663 11.1873 8.1498 11.1872 8.54038 11.5776L10.5246 13.5613L15.4596 8.62627C15.8501 8.23574 16.4833 8.23574 16.8738 8.62627Z",
830
+ fill: "currentColor"
831
+ }));
832
+ }
833
+
834
+ function SuccessFilled(props) {
835
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ThemedIcon__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"], _extends({
836
+ Enterprise: _splunk_react_icons_Success__WEBPACK_IMPORTED_MODULE_1___default.a,
837
+ Prisma24: Prisma24
838
+ }, props));
839
+ }
840
+
841
+ /***/ }),
842
+
843
+ /***/ 76:
844
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
845
+
846
+ "use strict";
847
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return WarningFilled; });
848
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
849
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
850
+ /* harmony import */ var _splunk_react_icons_Warning__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77);
851
+ /* harmony import */ var _splunk_react_icons_Warning__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Warning__WEBPACK_IMPORTED_MODULE_1__);
852
+ /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
853
+ /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
854
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
855
+
856
+
857
+
858
+
859
+
860
+
861
+ function Prisma24(_ref) {
862
+ var otherProps = _extends({}, _ref);
863
+
864
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_SVG__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"], _extends({
865
+ viewBox: "0 0 24 24"
866
+ }, otherProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
867
+ fillRule: "evenodd",
868
+ clipRule: "evenodd",
869
+ d: "M10.6827 2.82369C11.2341 1.72544 12.7659 1.72544 13.3173 2.82369L21.8338 19.7867C22.3412 20.7973 21.6254 22 20.5165 22H3.48349C2.37462 22 1.65878 20.7973 2.16616 19.7867L10.6827 2.82369ZM11.0002 13.6618V11.0133C11.0002 10.461 11.4479 10.0133 12.0002 10.0133C12.5525 10.0133 13.0002 10.461 13.0002 11.0133V13.6618C13.0002 14.2141 12.5525 14.6618 12.0002 14.6618C11.4479 14.6618 11.0002 14.2141 11.0002 13.6618ZM13.2002 16.9347C13.2002 17.5975 12.6629 18.1347 12.0002 18.1347C11.3374 18.1347 10.8002 17.5975 10.8002 16.9347C10.8002 16.272 11.3374 15.7347 12.0002 15.7347C12.6629 15.7347 13.2002 16.272 13.2002 16.9347Z",
870
+ fill: "currentColor"
871
+ }));
872
+ }
873
+
874
+ function WarningFilled(props) {
875
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ThemedIcon__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"], _extends({
876
+ Enterprise: _splunk_react_icons_Warning__WEBPACK_IMPORTED_MODULE_1___default.a,
877
+ Prisma24: Prisma24
878
+ }, props));
879
+ }
880
+
881
+ /***/ }),
882
+
883
+ /***/ 77:
957
884
  /***/ (function(module, exports) {
958
885
 
959
886
  module.exports = require("@splunk/react-icons/Warning");
960
887
 
888
+ /***/ }),
889
+
890
+ /***/ 8:
891
+ /***/ (function(module, exports) {
892
+
893
+ module.exports = require("@splunk/react-ui/Box");
894
+
895
+ /***/ }),
896
+
897
+ /***/ 99:
898
+ /***/ (function(module, exports) {
899
+
900
+ module.exports = require("@splunk/react-ui/MessageBar");
901
+
961
902
  /***/ })
962
903
 
963
904
  /******/ });