@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/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 = 121);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 126);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 121:
104
+ /***/ 126:
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__(84);
130
+ var Plus_ = __webpack_require__(91);
131
131
  var Plus_default = /*#__PURE__*/__webpack_require__.n(Plus_);
132
132
 
133
133
  // EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
@@ -174,17 +174,17 @@ function Plus(props) {
174
174
  }, props));
175
175
  }
176
176
  // EXTERNAL MODULE: external "react-sortable-hoc"
177
- var external_react_sortable_hoc_ = __webpack_require__(71);
177
+ var external_react_sortable_hoc_ = __webpack_require__(79);
178
178
 
179
179
  // EXTERNAL MODULE: external "lodash"
180
180
  var external_lodash_ = __webpack_require__(4);
181
181
 
182
182
  // EXTERNAL MODULE: external "@splunk/react-ui/CloseButton"
183
- var CloseButton_ = __webpack_require__(64);
183
+ var CloseButton_ = __webpack_require__(69);
184
184
  var CloseButton_default = /*#__PURE__*/__webpack_require__.n(CloseButton_);
185
185
 
186
186
  // EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
187
- var ScreenReaderContent_ = __webpack_require__(15);
187
+ var ScreenReaderContent_ = __webpack_require__(14);
188
188
  var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
189
189
 
190
190
  // EXTERNAL MODULE: external "styled-components"
@@ -705,7 +705,7 @@ FormRows_defineProperty(FormRows_FormRows, "Row", FormRows_Row);
705
705
 
706
706
  /***/ }),
707
707
 
708
- /***/ 15:
708
+ /***/ 14:
709
709
  /***/ (function(module, exports) {
710
710
 
711
711
  module.exports = require("@splunk/react-ui/ScreenReaderContent");
@@ -772,7 +772,7 @@ function SVG(props) {
772
772
 
773
773
  /***/ }),
774
774
 
775
- /***/ 64:
775
+ /***/ 69:
776
776
  /***/ (function(module, exports) {
777
777
 
778
778
  module.exports = require("@splunk/react-ui/CloseButton");
@@ -897,7 +897,7 @@ Icon.defaultProps = defaultProps;
897
897
 
898
898
  /***/ }),
899
899
 
900
- /***/ 71:
900
+ /***/ 79:
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
- /***/ 84:
914
+ /***/ 9:
915
915
  /***/ (function(module, exports) {
916
916
 
917
- module.exports = require("@splunk/react-icons/Plus");
917
+ module.exports = require("@splunk/ui-utils/keyboard");
918
918
 
919
919
  /***/ }),
920
920
 
921
- /***/ 9:
921
+ /***/ 91:
922
922
  /***/ (function(module, exports) {
923
923
 
924
- module.exports = require("@splunk/ui-utils/keyboard");
924
+ module.exports = require("@splunk/react-icons/Plus");
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 = 153);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 159);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 153:
104
+ /***/ 159:
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 = 154);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 160);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 12:
104
+ /***/ 11:
105
105
  /***/ (function(module, exports) {
106
106
 
107
107
  module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 154:
111
+ /***/ 160:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -130,28 +130,28 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
130
130
  var external_lodash_ = __webpack_require__(4);
131
131
 
132
132
  // EXTERNAL MODULE: external "@splunk/ui-utils/format"
133
- var format_ = __webpack_require__(40);
133
+ var format_ = __webpack_require__(41);
134
134
 
135
135
  // EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
136
136
  var i18n_ = __webpack_require__(5);
137
137
 
138
138
  // EXTERNAL MODULE: external "@splunk/react-ui/File"
139
- var File_ = __webpack_require__(85);
139
+ var File_ = __webpack_require__(92);
140
140
  var File_default = /*#__PURE__*/__webpack_require__.n(File_);
141
141
 
142
142
  // EXTERNAL MODULE: ./src/icons/CrossMark.tsx
143
- var CrossMark = __webpack_require__(22);
143
+ var CrossMark = __webpack_require__(20);
144
144
 
145
145
  // EXTERNAL MODULE: external "styled-components"
146
146
  var external_styled_components_ = __webpack_require__(3);
147
147
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
148
148
 
149
149
  // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
150
- var Clickable_ = __webpack_require__(12);
150
+ 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__(86);
154
+ var Message_ = __webpack_require__(93);
155
155
  var Message_default = /*#__PURE__*/__webpack_require__.n(Message_);
156
156
 
157
157
  // EXTERNAL MODULE: external "@splunk/themes"
@@ -447,14 +447,14 @@ module.exports = require("react");
447
447
 
448
448
  /***/ }),
449
449
 
450
- /***/ 22:
450
+ /***/ 20:
451
451
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
452
452
 
453
453
  "use strict";
454
454
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
455
455
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
456
456
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
457
- /* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26);
457
+ /* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22);
458
458
  /* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
459
459
  /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
460
460
  /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
@@ -497,7 +497,7 @@ function CrossMark(props) {
497
497
 
498
498
  /***/ }),
499
499
 
500
- /***/ 26:
500
+ /***/ 22:
501
501
  /***/ (function(module, exports) {
502
502
 
503
503
  module.exports = require("@splunk/react-icons/Close");
@@ -518,7 +518,7 @@ module.exports = require("lodash");
518
518
 
519
519
  /***/ }),
520
520
 
521
- /***/ 40:
521
+ /***/ 41:
522
522
  /***/ (function(module, exports) {
523
523
 
524
524
  module.exports = require("@splunk/ui-utils/format");
@@ -675,14 +675,14 @@ Icon.defaultProps = defaultProps;
675
675
 
676
676
  /***/ }),
677
677
 
678
- /***/ 85:
678
+ /***/ 92:
679
679
  /***/ (function(module, exports) {
680
680
 
681
681
  module.exports = require("@splunk/react-ui/File");
682
682
 
683
683
  /***/ }),
684
684
 
685
- /***/ 86:
685
+ /***/ 93:
686
686
  /***/ (function(module, exports) {
687
687
 
688
688
  module.exports = require("@splunk/react-ui/Message");
package/JSONTree.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 131);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 137);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 12:
104
+ /***/ 11:
105
105
  /***/ (function(module, exports) {
106
106
 
107
107
  module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 131:
111
+ /***/ 137:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -134,7 +134,7 @@ var external_styled_components_ = __webpack_require__(3);
134
134
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
135
135
 
136
136
  // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
137
- var Clickable_ = __webpack_require__(12);
137
+ var Clickable_ = __webpack_require__(11);
138
138
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
139
139
 
140
140
  // EXTERNAL MODULE: external "@splunk/themes"
package/Layer.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 = 174);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 181);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
94
94
 
95
95
  /***/ }),
96
96
 
97
- /***/ 107:
97
+ /***/ 113:
98
98
  /***/ (function(module, exports) {
99
99
 
100
100
  var g;
@@ -121,14 +121,14 @@ module.exports = g;
121
121
 
122
122
  /***/ }),
123
123
 
124
- /***/ 14:
124
+ /***/ 15:
125
125
  /***/ (function(module, exports) {
126
126
 
127
127
  module.exports = require("@splunk/react-ui/EventListener");
128
128
 
129
129
  /***/ }),
130
130
 
131
- /***/ 174:
131
+ /***/ 181:
132
132
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
133
133
 
134
134
  "use strict";
@@ -145,7 +145,7 @@ var external_react_ = __webpack_require__(2);
145
145
  var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
146
146
 
147
147
  // EXTERNAL MODULE: external "react-dom"
148
- var external_react_dom_ = __webpack_require__(65);
148
+ var external_react_dom_ = __webpack_require__(70);
149
149
 
150
150
  // EXTERNAL MODULE: external "prop-types"
151
151
  var external_prop_types_ = __webpack_require__(1);
@@ -158,11 +158,11 @@ var external_lodash_ = __webpack_require__(4);
158
158
  var keyboard_ = __webpack_require__(9);
159
159
 
160
160
  // EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
161
- var EventListener_ = __webpack_require__(14);
161
+ var EventListener_ = __webpack_require__(15);
162
162
  var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
163
163
 
164
164
  // EXTERNAL MODULE: ./src/Layer/LayerStack.tsx
165
- var LayerStack = __webpack_require__(72);
165
+ var LayerStack = __webpack_require__(80);
166
166
 
167
167
  // CONCATENATED MODULE: ./src/Layer/Layer.tsx
168
168
  function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
@@ -370,14 +370,14 @@ module.exports = require("lodash");
370
370
 
371
371
  /***/ }),
372
372
 
373
- /***/ 65:
373
+ /***/ 70:
374
374
  /***/ (function(module, exports) {
375
375
 
376
376
  module.exports = require("react-dom");
377
377
 
378
378
  /***/ }),
379
379
 
380
- /***/ 72:
380
+ /***/ 80:
381
381
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
382
382
 
383
383
  "use strict";
@@ -427,7 +427,7 @@ function LayerStackGlobalProvider(_ref) {
427
427
 
428
428
  LayerStackGlobalProvider.propTypes = propTypes;
429
429
 
430
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(107)))
430
+ /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(113)))
431
431
 
432
432
  /***/ }),
433
433
 
package/Link.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 = 161);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 12:
104
+ /***/ 11:
105
105
  /***/ (function(module, exports) {
106
106
 
107
107
  module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 155:
111
+ /***/ 161:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -137,11 +137,11 @@ var external_styled_components_ = __webpack_require__(3);
137
137
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
138
138
 
139
139
  // EXTERNAL MODULE: external "@splunk/react-icons/External"
140
- var External_ = __webpack_require__(54);
140
+ var External_ = __webpack_require__(58);
141
141
  var External_default = /*#__PURE__*/__webpack_require__.n(External_);
142
142
 
143
143
  // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
144
- var Clickable_ = __webpack_require__(12);
144
+ var Clickable_ = __webpack_require__(11);
145
145
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
146
146
 
147
147
  // EXTERNAL MODULE: external "@splunk/themes"
@@ -323,7 +323,7 @@ module.exports = require("@splunk/ui-utils/i18n");
323
323
 
324
324
  /***/ }),
325
325
 
326
- /***/ 54:
326
+ /***/ 58:
327
327
  /***/ (function(module, exports) {
328
328
 
329
329
  module.exports = require("@splunk/react-icons/External");
package/List.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 137);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 143);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 137:
104
+ /***/ 143:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
package/Markdown.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 = 109);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 115);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 109:
104
+ /***/ 115:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -119,6 +119,7 @@ __webpack_require__.d(renderers_namespaceObject, "MarkdownBlockquote", function(
119
119
  __webpack_require__.d(renderers_namespaceObject, "MarkdownCodeBlock", function() { return renderers_MarkdownCodeBlock; });
120
120
  __webpack_require__.d(renderers_namespaceObject, "MarkdownCode", function() { return renderers_MarkdownCode; });
121
121
  __webpack_require__.d(renderers_namespaceObject, "MarkdownHeading", function() { return renderers_MarkdownHeading; });
122
+ __webpack_require__.d(renderers_namespaceObject, "MarkdownAnchorHeading", function() { return renderers_MarkdownAnchorHeading; });
122
123
  __webpack_require__.d(renderers_namespaceObject, "MarkdownImage", function() { return renderers_MarkdownImage; });
123
124
  __webpack_require__.d(renderers_namespaceObject, "MarkdownItem", function() { return renderers_MarkdownItem; });
124
125
  __webpack_require__.d(renderers_namespaceObject, "MarkdownLink", function() { return renderers_MarkdownLink; });
@@ -134,11 +135,11 @@ var external_prop_types_ = __webpack_require__(1);
134
135
  var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
135
136
 
136
137
  // EXTERNAL MODULE: external "commonmark-react-renderer"
137
- var external_commonmark_react_renderer_ = __webpack_require__(87);
138
+ var external_commonmark_react_renderer_ = __webpack_require__(94);
138
139
  var external_commonmark_react_renderer_default = /*#__PURE__*/__webpack_require__.n(external_commonmark_react_renderer_);
139
140
 
140
141
  // EXTERNAL MODULE: external "commonmark"
141
- var external_commonmark_ = __webpack_require__(88);
142
+ var external_commonmark_ = __webpack_require__(95);
142
143
  var external_commonmark_default = /*#__PURE__*/__webpack_require__.n(external_commonmark_);
143
144
 
144
145
  // EXTERNAL MODULE: external "@splunk/react-ui/Box"
@@ -227,7 +228,7 @@ function MarkdownCode(_ref) {
227
228
  MarkdownCode.propTypes = MarkdownCode_propTypes;
228
229
  /* harmony default export */ var renderers_MarkdownCode = (MarkdownCode);
229
230
  // EXTERNAL MODULE: external "@splunk/react-ui/Code"
230
- var Code_ = __webpack_require__(89);
231
+ var Code_ = __webpack_require__(96);
231
232
  var Code_default = /*#__PURE__*/__webpack_require__.n(Code_);
232
233
 
233
234
  // EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
@@ -261,7 +262,7 @@ function MarkdownCodeBlock(_ref) {
261
262
  MarkdownCodeBlock.propTypes = MarkdownCodeBlock_propTypes;
262
263
  /* harmony default export */ var renderers_MarkdownCodeBlock = (MarkdownCodeBlock);
263
264
  // EXTERNAL MODULE: external "@splunk/react-ui/Heading"
264
- var Heading_ = __webpack_require__(66);
265
+ var Heading_ = __webpack_require__(55);
265
266
  var Heading_default = /*#__PURE__*/__webpack_require__.n(Heading_);
266
267
 
267
268
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownHeading.tsx
@@ -282,6 +283,32 @@ function MarkdownHeading(_ref) {
282
283
 
283
284
  MarkdownHeading.propTypes = MarkdownHeading_propTypes;
284
285
  /* harmony default export */ var renderers_MarkdownHeading = (MarkdownHeading);
286
+ // EXTERNAL MODULE: external "@splunk/react-ui/Anchor"
287
+ var Anchor_ = __webpack_require__(62);
288
+ var Anchor_default = /*#__PURE__*/__webpack_require__.n(Anchor_);
289
+
290
+ // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownAnchorHeading.tsx
291
+
292
+
293
+
294
+
295
+ var MarkdownAnchorHeading_propTypes = {
296
+ children: external_prop_types_default.a.node
297
+ };
298
+
299
+ function MarkdownAnchorHeading(_ref) {
300
+ var level = _ref.level,
301
+ children = _ref.children;
302
+ return /*#__PURE__*/external_react_default.a.createElement(Heading_default.a, {
303
+ level: Math.min(level, 4)
304
+ }, /*#__PURE__*/external_react_default.a.createElement(Anchor_default.a, {
305
+ name: children.toString().toLowerCase() // Remove all characters that are not letters or numbers, replace spaces with hyphens
306
+ .replace(/[^a-z0-9-. ]/g, '').replace(/[-. ]+/g, '-')
307
+ }, children));
308
+ }
309
+
310
+ MarkdownAnchorHeading.propTypes = MarkdownAnchorHeading_propTypes;
311
+ /* harmony default export */ var renderers_MarkdownAnchorHeading = (MarkdownAnchorHeading);
285
312
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownImage.tsx
286
313
 
287
314
 
@@ -332,7 +359,7 @@ function MarkdownLink(_ref) {
332
359
  MarkdownLink.propTypes = MarkdownLink_propTypes;
333
360
  /* harmony default export */ var renderers_MarkdownLink = (MarkdownLink);
334
361
  // EXTERNAL MODULE: external "@splunk/react-ui/List"
335
- var List_ = __webpack_require__(73);
362
+ var List_ = __webpack_require__(81);
336
363
  var List_default = /*#__PURE__*/__webpack_require__.n(List_);
337
364
 
338
365
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownList.tsx
@@ -370,7 +397,7 @@ function MarkdownItem(_ref) {
370
397
  MarkdownItem.propTypes = MarkdownItem_propTypes;
371
398
  /* harmony default export */ var renderers_MarkdownItem = (MarkdownItem);
372
399
  // EXTERNAL MODULE: external "@splunk/react-ui/Paragraph"
373
- var Paragraph_ = __webpack_require__(90);
400
+ var Paragraph_ = __webpack_require__(97);
374
401
  var Paragraph_default = /*#__PURE__*/__webpack_require__.n(Paragraph_);
375
402
 
376
403
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownParagraph.tsx
@@ -399,6 +426,7 @@ MarkdownParagraph.propTypes = MarkdownParagraph_propTypes;
399
426
 
400
427
 
401
428
 
429
+
402
430
  // CONCATENATED MODULE: ./src/Markdown/Markdown.tsx
403
431
  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); }
404
432
 
@@ -523,17 +551,17 @@ module.exports = require("@splunk/ui-utils/i18n");
523
551
 
524
552
  /***/ }),
525
553
 
526
- /***/ 66:
554
+ /***/ 55:
527
555
  /***/ (function(module, exports) {
528
556
 
529
557
  module.exports = require("@splunk/react-ui/Heading");
530
558
 
531
559
  /***/ }),
532
560
 
533
- /***/ 73:
561
+ /***/ 62:
534
562
  /***/ (function(module, exports) {
535
563
 
536
- module.exports = require("@splunk/react-ui/List");
564
+ module.exports = require("@splunk/react-ui/Anchor");
537
565
 
538
566
  /***/ }),
539
567
 
@@ -544,28 +572,35 @@ module.exports = require("@splunk/react-ui/Box");
544
572
 
545
573
  /***/ }),
546
574
 
547
- /***/ 87:
575
+ /***/ 81:
576
+ /***/ (function(module, exports) {
577
+
578
+ module.exports = require("@splunk/react-ui/List");
579
+
580
+ /***/ }),
581
+
582
+ /***/ 94:
548
583
  /***/ (function(module, exports) {
549
584
 
550
585
  module.exports = require("commonmark-react-renderer");
551
586
 
552
587
  /***/ }),
553
588
 
554
- /***/ 88:
589
+ /***/ 95:
555
590
  /***/ (function(module, exports) {
556
591
 
557
592
  module.exports = require("commonmark");
558
593
 
559
594
  /***/ }),
560
595
 
561
- /***/ 89:
596
+ /***/ 96:
562
597
  /***/ (function(module, exports) {
563
598
 
564
599
  module.exports = require("@splunk/react-ui/Code");
565
600
 
566
601
  /***/ }),
567
602
 
568
- /***/ 90:
603
+ /***/ 97:
569
604
  /***/ (function(module, exports) {
570
605
 
571
606
  module.exports = require("@splunk/react-ui/Paragraph");