@redocly/theme 0.74.2-pingfed.3 → 0.81.2-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1858) hide show
  1. package/lib/components/Admonition/Admonition.d.ts +12 -0
  2. package/lib/components/Admonition/Admonition.js +119 -0
  3. package/lib/components/Admonition/variables.d.ts +1 -0
  4. package/lib/components/Admonition/variables.js +100 -0
  5. package/lib/components/Badge/Badge.d.ts +5 -0
  6. package/lib/components/Badge/Badge.js +49 -0
  7. package/lib/components/Breadcrumbs/Breadcrumb.d.ts +5 -3
  8. package/lib/components/Breadcrumbs/Breadcrumb.js +4 -5
  9. package/lib/components/Breadcrumbs/Breadcrumbs.js +7 -6
  10. package/lib/components/Breadcrumbs/variables.js +20 -0
  11. package/lib/components/Button/Button.d.ts +9 -8
  12. package/lib/components/Button/Button.js +106 -88
  13. package/lib/components/Button/variables.dark.d.ts +1 -0
  14. package/lib/components/Button/variables.dark.js +30 -0
  15. package/lib/components/Button/variables.js +221 -0
  16. package/lib/components/Buttons/CopyButton.d.ts +16 -0
  17. package/lib/components/Buttons/CopyButton.js +53 -0
  18. package/lib/components/Buttons/EditPageButton.d.ts +6 -0
  19. package/lib/components/Buttons/EditPageButton.js +45 -0
  20. package/lib/components/Buttons/EmailButton.d.ts +7 -0
  21. package/lib/components/Buttons/EmailButton.js +18 -0
  22. package/lib/components/Buttons/NewTabButton.d.ts +7 -0
  23. package/lib/components/Buttons/NewTabButton.js +18 -0
  24. package/lib/components/Catalog/Catalog.d.ts +2 -3
  25. package/lib/components/Catalog/Catalog.js +40 -77
  26. package/lib/components/Catalog/CatalogActions.d.ts +9 -0
  27. package/lib/components/Catalog/CatalogActions.js +71 -0
  28. package/lib/components/Catalog/CatalogCard.d.ts +5 -3
  29. package/lib/components/Catalog/CatalogCard.js +49 -79
  30. package/lib/components/Catalog/CatalogHighlight.d.ts +5 -0
  31. package/lib/components/Catalog/CatalogHighlight.js +71 -0
  32. package/lib/components/Catalog/CatalogInfoBlock.d.ts +12 -0
  33. package/lib/components/Catalog/CatalogInfoBlock.js +48 -0
  34. package/lib/components/Catalog/variables.js +106 -0
  35. package/lib/components/CodeBlock/CodeBlock.d.ts +9 -10
  36. package/lib/components/CodeBlock/CodeBlock.js +29 -22
  37. package/lib/components/CodeBlock/CodeBlockContainer.d.ts +0 -1
  38. package/lib/components/CodeBlock/CodeBlockContainer.js +98 -105
  39. package/lib/components/CodeBlock/CodeBlockControls.d.ts +11 -10
  40. package/lib/components/CodeBlock/CodeBlockControls.js +44 -64
  41. package/lib/components/CodeBlock/CodeBlockTabs.d.ts +7 -0
  42. package/lib/components/CodeBlock/CodeBlockTabs.js +122 -0
  43. package/lib/components/CodeBlock/variables.js +95 -0
  44. package/lib/components/ColorModeSwitcher/ColorModeIcon.js +27 -0
  45. package/lib/components/ColorModeSwitcher/ColorModeSwitcher.d.ts +3 -3
  46. package/lib/components/ColorModeSwitcher/ColorModeSwitcher.js +9 -70
  47. package/lib/components/DatePicker/DatePicker.d.ts +5 -0
  48. package/lib/components/DatePicker/DatePicker.js +75 -0
  49. package/lib/components/DatePicker/variables.d.ts +1 -0
  50. package/lib/components/DatePicker/variables.js +24 -0
  51. package/lib/components/Dropdown/Dropdown.d.ts +11 -18
  52. package/lib/components/Dropdown/Dropdown.js +34 -63
  53. package/lib/components/Dropdown/DropdownMenu.d.ts +12 -0
  54. package/lib/components/Dropdown/DropdownMenu.js +53 -0
  55. package/lib/components/Dropdown/DropdownMenuItem.d.ts +19 -0
  56. package/lib/components/Dropdown/DropdownMenuItem.js +137 -0
  57. package/lib/components/Dropdown/variables.js +44 -0
  58. package/lib/components/Feedback/Comment.d.ts +13 -2
  59. package/lib/components/Feedback/Comment.js +62 -56
  60. package/lib/components/Feedback/Feedback.d.ts +3 -3
  61. package/lib/components/Feedback/Feedback.js +40 -43
  62. package/lib/components/Feedback/Mood.d.ts +25 -2
  63. package/lib/components/Feedback/Mood.js +51 -73
  64. package/lib/components/Feedback/Rating.d.ts +24 -2
  65. package/lib/components/Feedback/Rating.js +40 -42
  66. package/lib/components/Feedback/Reasons.d.ts +10 -2
  67. package/lib/components/Feedback/Reasons.js +15 -15
  68. package/lib/components/Feedback/ReportDialog.d.ts +13 -2
  69. package/lib/components/Feedback/ReportDialog.js +28 -40
  70. package/lib/components/Feedback/Scale.d.ts +26 -2
  71. package/lib/components/Feedback/Scale.js +53 -66
  72. package/lib/components/Feedback/Sentiment.d.ts +24 -2
  73. package/lib/components/Feedback/Sentiment.js +55 -76
  74. package/lib/components/Feedback/Stars.d.ts +1 -1
  75. package/lib/components/Feedback/Stars.js +9 -9
  76. package/lib/components/Feedback/variables.d.ts +1 -0
  77. package/lib/components/Feedback/variables.js +34 -0
  78. package/lib/components/Filter/Filter.d.ts +3 -9
  79. package/lib/components/Filter/Filter.js +14 -182
  80. package/lib/components/Filter/FilterCheckboxes.d.ts +3 -0
  81. package/lib/components/Filter/FilterCheckboxes.js +43 -0
  82. package/lib/components/Filter/FilterContent.d.ts +5 -6
  83. package/lib/components/Filter/FilterContent.js +33 -39
  84. package/lib/components/Filter/FilterDateRange.d.ts +3 -0
  85. package/lib/components/Filter/FilterDateRange.js +62 -0
  86. package/lib/components/Filter/FilterInput.d.ts +7 -0
  87. package/lib/components/Filter/FilterInput.js +62 -0
  88. package/lib/components/Filter/FilterOption.d.ts +4 -0
  89. package/lib/components/Filter/FilterOption.js +22 -0
  90. package/lib/components/Filter/FilterOptionLabel.d.ts +3 -0
  91. package/lib/components/Filter/FilterOptionLabel.js +18 -0
  92. package/lib/components/Filter/FilterOptions.d.ts +3 -0
  93. package/lib/components/Filter/FilterOptions.js +16 -0
  94. package/lib/components/Filter/FilterPopover.d.ts +6 -9
  95. package/lib/components/Filter/FilterPopover.js +14 -56
  96. package/lib/components/Filter/FilterSelect.d.ts +3 -0
  97. package/lib/components/Filter/FilterSelect.js +63 -0
  98. package/lib/components/Filter/FilterTitle.d.ts +3 -0
  99. package/lib/components/Filter/FilterTitle.js +15 -0
  100. package/lib/components/Filter/variables.js +98 -0
  101. package/lib/components/Footer/Footer.d.ts +3 -8
  102. package/lib/components/Footer/Footer.js +47 -29
  103. package/lib/components/Footer/FooterColumn.d.ts +3 -7
  104. package/lib/components/Footer/FooterColumn.js +42 -75
  105. package/lib/components/Footer/FooterCopyright.d.ts +2 -2
  106. package/lib/components/Footer/FooterCopyright.js +14 -10
  107. package/lib/components/Footer/FooterItem.d.ts +8 -0
  108. package/lib/components/Footer/FooterItem.js +65 -0
  109. package/lib/components/Footer/FooterLogo.d.ts +4 -0
  110. package/lib/components/Footer/FooterLogo.js +18 -0
  111. package/lib/components/Footer/variables.js +62 -0
  112. package/lib/components/Image/Image.d.ts +1 -2
  113. package/lib/components/Image/Image.js +2 -10
  114. package/lib/components/JsonViewer/JsonViewer.d.ts +2 -6
  115. package/lib/components/JsonViewer/JsonViewer.js +34 -167
  116. package/lib/components/JsonViewer/helpers.d.ts +8 -0
  117. package/lib/components/JsonViewer/helpers.js +131 -0
  118. package/lib/components/LanguagePicker/LanguagePicker.d.ts +9 -0
  119. package/lib/components/LanguagePicker/LanguagePicker.js +79 -0
  120. package/lib/components/LanguagePicker/variables.js +37 -0
  121. package/lib/components/LastUpdated/LastUpdated.d.ts +2 -2
  122. package/lib/components/LastUpdated/LastUpdated.js +8 -8
  123. package/lib/components/LastUpdated/variables.js +11 -0
  124. package/lib/components/Link/Link.d.ts +13 -0
  125. package/lib/components/Link/Link.js +55 -0
  126. package/lib/components/Loading/Loading.d.ts +5 -0
  127. package/lib/components/Loading/Loading.js +25 -0
  128. package/lib/components/Logo/Logo.d.ts +8 -0
  129. package/lib/components/Logo/Logo.js +46 -0
  130. package/lib/components/Logo/variables.js +17 -0
  131. package/lib/components/Markdown/Markdown.d.ts +5 -0
  132. package/lib/components/Markdown/Markdown.js +298 -0
  133. package/lib/components/Markdown/styles/baseTable.d.ts +1 -0
  134. package/lib/components/Markdown/styles/baseTable.js +64 -0
  135. package/lib/components/Markdown/styles/headingAnchor.d.ts +2 -0
  136. package/lib/components/Markdown/styles/headingAnchor.js +37 -0
  137. package/lib/components/Markdown/styles/links.d.ts +1 -0
  138. package/lib/components/Markdown/styles/links.js +23 -0
  139. package/lib/components/Markdown/variables.d.ts +1 -0
  140. package/lib/components/Markdown/variables.js +99 -0
  141. package/lib/components/Menu/Menu.d.ts +7 -8
  142. package/lib/components/Menu/Menu.js +13 -10
  143. package/lib/components/Menu/MenuContainer.d.ts +5 -2
  144. package/lib/components/Menu/MenuContainer.js +51 -4
  145. package/lib/components/Menu/MenuItem.d.ts +3 -3
  146. package/lib/components/Menu/MenuItem.js +227 -32
  147. package/lib/components/Menu/MenuMobile.d.ts +7 -0
  148. package/lib/components/Menu/MenuMobile.js +153 -0
  149. package/lib/components/Menu/variables.d.ts +2 -0
  150. package/lib/components/Menu/variables.dark.d.ts +1 -0
  151. package/lib/components/Menu/variables.dark.js +11 -0
  152. package/lib/components/Menu/variables.js +178 -0
  153. package/lib/components/Navbar/Navbar.d.ts +3 -14
  154. package/lib/components/Navbar/Navbar.js +68 -118
  155. package/lib/components/Navbar/NavbarItem.d.ts +5 -17
  156. package/lib/components/Navbar/NavbarItem.js +48 -59
  157. package/lib/components/Navbar/NavbarLogo.d.ts +4 -0
  158. package/lib/components/Navbar/NavbarLogo.js +18 -0
  159. package/lib/components/Navbar/NavbarMenu.d.ts +5 -3
  160. package/lib/components/Navbar/NavbarMenu.js +4 -4
  161. package/lib/components/Navbar/variables.js +54 -0
  162. package/lib/components/PageNavigation/NextButton.d.ts +3 -3
  163. package/lib/components/PageNavigation/NextButton.js +24 -10
  164. package/lib/components/PageNavigation/PageNavigation.d.ts +3 -3
  165. package/lib/components/PageNavigation/PageNavigation.js +2 -2
  166. package/lib/components/PageNavigation/PreviousButton.d.ts +3 -3
  167. package/lib/components/PageNavigation/PreviousButton.js +24 -13
  168. package/lib/components/Panel/Panel.d.ts +15 -5
  169. package/lib/components/Panel/Panel.js +57 -14
  170. package/lib/components/Panel/PanelBody.js +1 -3
  171. package/lib/components/Panel/PanelHeader.d.ts +3 -2
  172. package/lib/components/Panel/PanelHeader.js +8 -5
  173. package/lib/components/Panel/PanelHeaderTitle.js +1 -0
  174. package/lib/components/Panel/variables.js +410 -0
  175. package/lib/components/Portal/Portal.d.ts +7 -0
  176. package/lib/components/Portal/Portal.js +18 -0
  177. package/lib/components/Product/Product.d.ts +3 -2
  178. package/lib/components/Product/Product.js +3 -3
  179. package/lib/components/Product/ProductPicker.d.ts +2 -2
  180. package/lib/components/Product/ProductPicker.js +51 -68
  181. package/lib/components/Product/variables.d.ts +1 -0
  182. package/lib/components/Product/variables.js +39 -0
  183. package/lib/components/Scorecard/variables.d.ts +1 -0
  184. package/lib/components/Scorecard/variables.dark.d.ts +1 -0
  185. package/lib/components/Scorecard/variables.dark.js +20 -0
  186. package/lib/components/Scorecard/variables.js +24 -0
  187. package/lib/components/Search/Search.d.ts +4 -2
  188. package/lib/components/Search/Search.js +6 -59
  189. package/lib/components/Search/SearchDialog.d.ts +5 -3
  190. package/lib/components/Search/SearchDialog.js +94 -71
  191. package/lib/components/Search/SearchHighlight.d.ts +2 -0
  192. package/lib/components/Search/SearchHighlight.js +46 -0
  193. package/lib/components/Search/SearchInput.d.ts +11 -0
  194. package/lib/components/Search/SearchInput.js +55 -0
  195. package/lib/components/Search/SearchItem.d.ts +10 -5
  196. package/lib/components/Search/SearchItem.js +81 -55
  197. package/lib/components/Search/SearchRecent.d.ts +7 -0
  198. package/lib/components/Search/SearchRecent.js +122 -0
  199. package/lib/components/Search/SearchShortcut.d.ts +8 -0
  200. package/lib/components/Search/SearchShortcut.js +51 -0
  201. package/lib/components/Search/SearchSuggestedPages.d.ts +6 -0
  202. package/lib/components/Search/SearchSuggestedPages.js +91 -0
  203. package/lib/components/Search/SearchTrigger.d.ts +4 -2
  204. package/lib/components/Search/SearchTrigger.js +54 -35
  205. package/lib/components/Search/variables.js +98 -0
  206. package/lib/components/Segmented/Segmented.d.ts +15 -0
  207. package/lib/components/Segmented/Segmented.js +76 -0
  208. package/lib/components/Segmented/variables.d.ts +1 -0
  209. package/lib/components/Segmented/variables.dark.d.ts +1 -0
  210. package/lib/components/Segmented/variables.dark.js +9 -0
  211. package/lib/components/Segmented/variables.js +26 -0
  212. package/lib/components/Select/Select.d.ts +5 -2
  213. package/lib/components/Select/Select.js +33 -21
  214. package/lib/components/Select/variables.js +37 -0
  215. package/lib/components/Sidebar/Sidebar.d.ts +19 -5
  216. package/lib/components/Sidebar/Sidebar.js +91 -12
  217. package/lib/components/Sidebar/variables.d.ts +1 -0
  218. package/lib/components/Sidebar/variables.js +60 -0
  219. package/lib/components/SidebarActions/ChangeViewButton.d.ts +3 -2
  220. package/lib/components/SidebarActions/ChangeViewButton.js +12 -3
  221. package/lib/components/SidebarActions/SidebarActions.d.ts +3 -10
  222. package/lib/components/SidebarActions/SidebarActions.js +25 -24
  223. package/lib/components/SidebarActions/styled.d.ts +6 -10
  224. package/lib/components/SidebarActions/styled.js +22 -69
  225. package/lib/components/SidebarLogo/SidebarLogo.js +1 -1
  226. package/lib/components/StatusCode/StatusCode.d.ts +5 -0
  227. package/lib/components/StatusCode/StatusCode.js +40 -0
  228. package/lib/components/StatusCode/variables.d.ts +1 -0
  229. package/lib/components/StatusCode/variables.dark.d.ts +1 -0
  230. package/lib/components/StatusCode/variables.dark.js +8 -0
  231. package/lib/components/StatusCode/variables.js +16 -0
  232. package/lib/components/TableOfContent/TableOfContent.d.ts +3 -3
  233. package/lib/components/TableOfContent/TableOfContent.js +40 -36
  234. package/lib/components/TableOfContent/variables.js +49 -0
  235. package/lib/components/Tag/Tag.d.ts +7 -4
  236. package/lib/components/Tag/Tag.js +27 -6
  237. package/lib/components/Tag/variables.dark.d.ts +1 -0
  238. package/lib/components/Tag/variables.dark.js +19 -0
  239. package/lib/components/Tag/variables.js +188 -0
  240. package/lib/components/Tags/CounterTag.d.ts +5 -0
  241. package/lib/components/Tags/CounterTag.js +18 -0
  242. package/lib/components/Tags/HttpTag.d.ts +5 -0
  243. package/lib/components/Tags/HttpTag.js +29 -0
  244. package/lib/components/Tags/variables.d.ts +1 -0
  245. package/lib/components/Tags/variables.js +21 -0
  246. package/lib/components/Tooltip/Tooltip.d.ts +2 -2
  247. package/lib/components/Tooltip/Tooltip.js +4 -4
  248. package/lib/components/Tooltip/variables.js +21 -0
  249. package/lib/components/Typography/H1.js +1 -1
  250. package/lib/components/Typography/H2.js +1 -1
  251. package/lib/components/Typography/H3.js +1 -1
  252. package/lib/components/Typography/H4.d.ts +1 -0
  253. package/lib/components/Typography/H4.js +18 -0
  254. package/lib/components/Typography/Typography.js +1 -1
  255. package/lib/components/UserMenu/LoginButton.d.ts +6 -0
  256. package/lib/components/UserMenu/LoginButton.js +18 -0
  257. package/lib/components/UserMenu/LogoutMenuItem.d.ts +6 -0
  258. package/lib/components/UserMenu/LogoutMenuItem.js +23 -0
  259. package/lib/components/UserMenu/UserAvatar.d.ts +9 -0
  260. package/lib/components/UserMenu/UserAvatar.js +47 -0
  261. package/lib/components/UserMenu/UserInfoMenuItem.d.ts +9 -0
  262. package/lib/components/UserMenu/UserInfoMenuItem.js +54 -0
  263. package/lib/components/UserMenu/UserMenu.d.ts +6 -0
  264. package/lib/components/UserMenu/UserMenu.js +92 -0
  265. package/lib/components/UserMenu/UserMenuMobile.d.ts +6 -0
  266. package/lib/components/UserMenu/UserMenuMobile.js +54 -0
  267. package/lib/components/UserMenu/variables.d.ts +1 -0
  268. package/lib/components/UserMenu/variables.js +64 -0
  269. package/lib/components/VersionPicker/VersionPicker.d.ts +10 -0
  270. package/lib/components/VersionPicker/VersionPicker.js +111 -0
  271. package/lib/components/VersionPicker/variables.d.ts +1 -0
  272. package/lib/components/VersionPicker/variables.js +42 -0
  273. package/lib/config.d.ts +2 -2569
  274. package/lib/config.js +0 -635
  275. package/lib/core/constants/common.d.ts +22 -0
  276. package/lib/core/constants/common.js +30 -0
  277. package/lib/core/constants/environments.d.ts +9 -0
  278. package/lib/core/constants/environments.js +14 -0
  279. package/lib/core/constants/index.d.ts +2 -0
  280. package/lib/core/constants/index.js +19 -0
  281. package/lib/core/contexts/ThemeDataContext.d.ts +12 -0
  282. package/lib/core/contexts/ThemeDataContext.js +6 -0
  283. package/lib/core/contexts/index.d.ts +1 -0
  284. package/lib/core/contexts/index.js +18 -0
  285. package/lib/core/hoc/index.d.ts +1 -0
  286. package/lib/core/hoc/index.js +18 -0
  287. package/lib/core/hoc/typedMemo.d.ts +1 -0
  288. package/lib/core/hoc/typedMemo.js +6 -0
  289. package/lib/core/hooks/__mocks__/index.d.ts +24 -0
  290. package/lib/core/hooks/__mocks__/index.js +41 -0
  291. package/lib/core/hooks/__mocks__/search/use-recent-searches.d.ts +6 -0
  292. package/lib/core/hooks/__mocks__/search/use-recent-searches.js +12 -0
  293. package/lib/core/hooks/__mocks__/search/use-suggested-pages.d.ts +5 -0
  294. package/lib/core/hooks/__mocks__/search/use-suggested-pages.js +12 -0
  295. package/lib/core/hooks/__mocks__/use-controlled-state.d.ts +2 -0
  296. package/lib/core/hooks/__mocks__/use-controlled-state.js +6 -0
  297. package/lib/core/hooks/__mocks__/use-mobile-menu.d.ts +2 -0
  298. package/lib/core/hooks/__mocks__/use-mobile-menu.js +6 -0
  299. package/lib/core/hooks/__mocks__/use-theme-config.d.ts +9 -0
  300. package/lib/core/hooks/__mocks__/use-theme-config.js +12 -0
  301. package/lib/core/hooks/__mocks__/use-theme-hooks.d.ts +56 -0
  302. package/lib/core/hooks/__mocks__/use-theme-hooks.js +77 -0
  303. package/lib/core/hooks/__tests__/mocks/mock-intersection-observer.js +79 -0
  304. package/lib/core/hooks/feedback/use-report-dialog.d.ts +13 -0
  305. package/lib/core/hooks/feedback/use-report-dialog.js +44 -0
  306. package/lib/core/hooks/index.d.ts +29 -0
  307. package/lib/core/hooks/index.js +46 -0
  308. package/lib/core/hooks/menu/__mocks__/use-mobile-menu-items.d.ts +2 -0
  309. package/lib/core/hooks/menu/__mocks__/use-mobile-menu-items.js +34 -0
  310. package/lib/core/hooks/menu/use-collapse.d.ts +32 -0
  311. package/lib/core/hooks/menu/use-collapse.js +174 -0
  312. package/lib/core/hooks/menu/use-menu-item-expanded.d.ts +3 -0
  313. package/lib/core/hooks/menu/use-menu-item-expanded.js +26 -0
  314. package/lib/core/hooks/menu/use-mobile-menu-items.d.ts +10 -0
  315. package/lib/core/hooks/menu/use-mobile-menu-items.js +84 -0
  316. package/lib/core/hooks/menu/use-mobile-menu-levels.d.ts +5 -0
  317. package/lib/core/hooks/menu/use-mobile-menu-levels.js +45 -0
  318. package/lib/core/hooks/menu/use-nested-menu.d.ts +21 -0
  319. package/lib/core/hooks/menu/use-nested-menu.js +73 -0
  320. package/lib/core/hooks/search/use-recent-searches.d.ts +5 -0
  321. package/lib/core/hooks/search/use-recent-searches.js +39 -0
  322. package/lib/core/hooks/search/use-suggested-pages.d.ts +6 -0
  323. package/lib/core/hooks/search/use-suggested-pages.js +12 -0
  324. package/lib/core/hooks/use-active-heading.js +80 -0
  325. package/lib/core/hooks/use-active-section-id.js +44 -0
  326. package/lib/core/hooks/use-codeblock-tabs-controls.d.ts +13 -0
  327. package/lib/core/hooks/use-codeblock-tabs-controls.js +56 -0
  328. package/lib/core/hooks/use-color-switcher.d.ts +7 -0
  329. package/lib/core/hooks/use-color-switcher.js +33 -0
  330. package/lib/core/hooks/use-control.js +16 -0
  331. package/lib/core/hooks/use-controlled-state.d.ts +1 -0
  332. package/lib/core/hooks/use-controlled-state.js +17 -0
  333. package/lib/core/hooks/use-dialog-hotkeys.js +45 -0
  334. package/lib/core/hooks/use-focus-trap.d.ts +2 -0
  335. package/lib/core/hooks/use-focus-trap.js +35 -0
  336. package/lib/core/hooks/use-full-height.js +48 -0
  337. package/lib/core/hooks/use-language-picker.d.ts +6 -0
  338. package/lib/core/hooks/use-language-picker.js +23 -0
  339. package/lib/core/hooks/use-mobile-menu.d.ts +5 -0
  340. package/lib/core/hooks/use-mobile-menu.js +17 -0
  341. package/lib/core/hooks/use-modal-scroll-lock.d.ts +1 -0
  342. package/lib/core/hooks/use-modal-scroll-lock.js +24 -0
  343. package/lib/core/hooks/use-mount.js +12 -0
  344. package/lib/core/hooks/use-navbar-height.js +21 -0
  345. package/lib/core/hooks/use-outside-click.d.ts +2 -0
  346. package/lib/core/hooks/use-outside-click.js +22 -0
  347. package/lib/core/hooks/use-product-picker.d.ts +5 -0
  348. package/lib/core/hooks/use-product-picker.js +24 -0
  349. package/lib/core/hooks/use-search.d.ts +5 -0
  350. package/lib/core/hooks/use-search.js +44 -0
  351. package/lib/core/hooks/use-tabs.d.ts +14 -0
  352. package/lib/core/hooks/use-tabs.js +57 -0
  353. package/lib/core/hooks/use-theme-config.d.ts +2 -0
  354. package/lib/core/hooks/use-theme-config.js +22 -0
  355. package/lib/core/hooks/use-theme-hooks.d.ts +2 -0
  356. package/lib/core/hooks/use-theme-hooks.js +31 -0
  357. package/lib/core/hooks/use-unmount.js +14 -0
  358. package/lib/core/index.d.ts +7 -0
  359. package/lib/core/index.js +24 -0
  360. package/lib/core/styles/dark.js +302 -0
  361. package/lib/core/styles/global.js +1202 -0
  362. package/lib/core/styles/index.d.ts +2 -0
  363. package/lib/core/styles/index.js +19 -0
  364. package/lib/core/templates/Markdown.d.ts +17 -0
  365. package/lib/core/templates/Markdown.js +69 -0
  366. package/lib/core/types/breadcrumb.d.ts +1 -0
  367. package/lib/core/types/breadcrumb.js +3 -0
  368. package/lib/core/types/catalog.d.ts +43 -0
  369. package/lib/core/types/feedback.d.ts +19 -0
  370. package/lib/core/types/filter.d.ts +9 -0
  371. package/lib/core/types/filter.js +3 -0
  372. package/lib/core/types/hooks.d.ts +73 -0
  373. package/lib/core/types/hooks.js +3 -0
  374. package/lib/core/types/i18n.d.ts +10 -0
  375. package/lib/core/types/i18n.js +3 -0
  376. package/lib/core/types/index.d.ts +12 -0
  377. package/lib/core/types/index.js +29 -0
  378. package/lib/core/types/navbar.d.ts +7 -0
  379. package/lib/core/types/navbar.js +3 -0
  380. package/lib/core/types/search.d.ts +25 -0
  381. package/lib/core/types/search.js +3 -0
  382. package/lib/core/types/select-option.d.ts +4 -0
  383. package/lib/core/types/select-option.js +3 -0
  384. package/lib/core/types/sidebar.d.ts +59 -0
  385. package/lib/core/types/sidebar.js +3 -0
  386. package/lib/core/types/user-menu.d.ts +12 -0
  387. package/lib/core/types/user-menu.js +3 -0
  388. package/lib/core/utils/attribute-parser.d.ts +1 -0
  389. package/lib/core/utils/attribute-parser.js +14 -0
  390. package/lib/core/utils/change-text-casing.d.ts +3 -0
  391. package/lib/core/utils/change-text-casing.js +19 -0
  392. package/lib/core/utils/clipboard-service.js +33 -0
  393. package/lib/core/utils/details.d.ts +1 -0
  394. package/lib/core/utils/details.js +41 -0
  395. package/lib/core/utils/dom.d.ts +2 -0
  396. package/lib/core/utils/dom.js +14 -0
  397. package/lib/core/utils/format-date-without-timezone.d.ts +1 -0
  398. package/lib/core/utils/format-date-without-timezone.js +13 -0
  399. package/lib/core/utils/get-navbar-element.js +15 -0
  400. package/lib/core/utils/get-scorecard-color-variable.d.ts +1 -0
  401. package/lib/core/utils/get-scorecard-color-variable.js +15 -0
  402. package/lib/core/utils/index.d.ts +26 -0
  403. package/lib/core/utils/index.js +43 -0
  404. package/lib/core/utils/is-url.js +37 -0
  405. package/lib/core/utils/js-utils.d.ts +8 -0
  406. package/lib/core/utils/js-utils.js +28 -0
  407. package/lib/core/utils/load-and-navigate.d.ts +3 -0
  408. package/lib/core/utils/load-and-navigate.js +49 -0
  409. package/lib/core/utils/markdoc.d.ts +2 -0
  410. package/lib/core/utils/markdoc.js +8 -0
  411. package/lib/core/utils/media-css.d.ts +6 -0
  412. package/lib/core/utils/media-css.js +5 -0
  413. package/lib/core/utils/menu.d.ts +9 -0
  414. package/lib/core/utils/menu.js +95 -0
  415. package/lib/core/utils/replace-hash-in-color.js +8 -0
  416. package/lib/core/utils/toc.d.ts +4 -0
  417. package/lib/core/utils/toc.js +41 -0
  418. package/lib/core/utils/type-guards.d.ts +5 -0
  419. package/lib/core/utils/type-guards.js +24 -0
  420. package/lib/core/utils/urls.d.ts +27 -0
  421. package/lib/core/utils/urls.js +104 -0
  422. package/lib/core/utils/with-load-progress.d.ts +1 -0
  423. package/lib/core/utils/with-load-progress.js +39 -0
  424. package/lib/icons/AddIcon/AddIcon.d.ts +9 -0
  425. package/lib/icons/AddIcon/AddIcon.js +22 -0
  426. package/lib/icons/ArrowLeftIcon/ArrowLeftIcon.d.ts +9 -0
  427. package/lib/icons/ArrowLeftIcon/ArrowLeftIcon.js +22 -0
  428. package/lib/icons/ArrowRightIcon/ArrowRightIcon.d.ts +9 -0
  429. package/lib/icons/ArrowRightIcon/ArrowRightIcon.js +22 -0
  430. package/lib/icons/ArrowUpRightIcon/ArrowUpRightIcon.d.ts +9 -0
  431. package/lib/icons/ArrowUpRightIcon/ArrowUpRightIcon.js +22 -0
  432. package/lib/icons/BareMetalServerIcon/BareMetalServerIcon.d.ts +9 -0
  433. package/lib/icons/BareMetalServerIcon/BareMetalServerIcon.js +27 -0
  434. package/lib/icons/BookmarkAddIcon/BookmarkAddIcon.d.ts +9 -0
  435. package/lib/icons/BookmarkAddIcon/BookmarkAddIcon.js +22 -0
  436. package/lib/icons/CharacterIcon/CharacterIcon.d.ts +9 -0
  437. package/lib/icons/CharacterIcon/CharacterIcon.js +24 -0
  438. package/lib/icons/CheckboxIcon/CheckboxIcon.js +5 -11
  439. package/lib/icons/CheckboxIcon/variables.d.ts +1 -0
  440. package/lib/icons/CheckboxIcon/variables.dark.d.ts +1 -0
  441. package/lib/icons/CheckboxIcon/variables.dark.js +10 -0
  442. package/lib/icons/CheckboxIcon/variables.js +22 -0
  443. package/lib/icons/CheckmarkFilledIcon/CheckmarkFilledIcon.d.ts +9 -0
  444. package/lib/icons/CheckmarkFilledIcon/CheckmarkFilledIcon.js +22 -0
  445. package/lib/icons/CheckmarkIcon/CheckmarkIcon.d.ts +9 -0
  446. package/lib/icons/CheckmarkIcon/CheckmarkIcon.js +22 -0
  447. package/lib/icons/ChevronDownIcon/ChevronDownIcon.d.ts +9 -0
  448. package/lib/icons/ChevronDownIcon/ChevronDownIcon.js +23 -0
  449. package/lib/icons/ChevronLeftIcon/ChevronLeftIcon.d.ts +9 -0
  450. package/lib/icons/ChevronLeftIcon/ChevronLeftIcon.js +22 -0
  451. package/lib/icons/ChevronRightIcon/ChevronRightIcon.d.ts +9 -0
  452. package/lib/icons/ChevronRightIcon/ChevronRightIcon.js +22 -0
  453. package/lib/icons/ChevronSortIcon/ChevronSortIcon.d.ts +11 -0
  454. package/lib/icons/ChevronSortIcon/ChevronSortIcon.js +22 -0
  455. package/lib/icons/ChevronUpIcon/ChevronUpIcon.d.ts +9 -0
  456. package/lib/icons/ChevronUpIcon/ChevronUpIcon.js +23 -0
  457. package/lib/icons/CircleDashIcon/CircleDashIcon.d.ts +9 -0
  458. package/lib/icons/CircleDashIcon/CircleDashIcon.js +31 -0
  459. package/lib/icons/CleanIcon/CleanIcon.d.ts +9 -0
  460. package/lib/icons/CleanIcon/CleanIcon.js +25 -0
  461. package/lib/icons/CloseFilledIcon/CloseFilledIcon.d.ts +9 -0
  462. package/lib/icons/CloseFilledIcon/CloseFilledIcon.js +21 -0
  463. package/lib/icons/CloseIcon/CloseIcon.d.ts +7 -3
  464. package/lib/icons/CloseIcon/CloseIcon.js +13 -6
  465. package/lib/icons/CloudUploadIcon/CloudUploadIcon.d.ts +9 -0
  466. package/lib/icons/CloudUploadIcon/CloudUploadIcon.js +23 -0
  467. package/lib/icons/CodeIcon/CodeIcon.d.ts +9 -0
  468. package/lib/icons/CodeIcon/CodeIcon.js +24 -0
  469. package/lib/icons/ContrastIcon/ContrastIcon.d.ts +9 -0
  470. package/lib/icons/ContrastIcon/ContrastIcon.js +22 -0
  471. package/lib/icons/CookieIcon/CookieIcon.d.ts +9 -0
  472. package/lib/icons/CookieIcon/CookieIcon.js +29 -0
  473. package/lib/icons/CopyIcon/CopyIcon.d.ts +8 -5
  474. package/lib/icons/CopyIcon/CopyIcon.js +12 -6
  475. package/lib/icons/CopyLinkIcon/CopyLinkIcon.d.ts +9 -0
  476. package/lib/icons/CopyLinkIcon/CopyLinkIcon.js +24 -0
  477. package/lib/icons/DataFormatIcon/DataFormatIcon.d.ts +9 -0
  478. package/lib/icons/DataFormatIcon/DataFormatIcon.js +26 -0
  479. package/lib/icons/DatabaseIcon/DatabaseIcon.d.ts +9 -0
  480. package/lib/icons/DatabaseIcon/DatabaseIcon.js +22 -0
  481. package/lib/icons/DeselectIcon/DeselectIcon.d.ts +4 -6
  482. package/lib/icons/DeselectIcon/DeselectIcon.js +11 -4
  483. package/lib/icons/DocumentBlankIcon/DocumentBlankIcon.d.ts +9 -0
  484. package/lib/icons/DocumentBlankIcon/DocumentBlankIcon.js +22 -0
  485. package/lib/icons/DocumentIcon/DocumentIcon.d.ts +9 -0
  486. package/lib/icons/DocumentIcon/DocumentIcon.js +24 -0
  487. package/lib/icons/DocumentIcon/index.d.ts +1 -0
  488. package/lib/icons/DocumentIcon/index.js +6 -0
  489. package/lib/icons/DownloadIcon/DownloadIcon.d.ts +9 -0
  490. package/lib/icons/DownloadIcon/DownloadIcon.js +23 -0
  491. package/lib/icons/EditIcon/EditIcon.d.ts +8 -5
  492. package/lib/icons/EditIcon/EditIcon.js +13 -8
  493. package/lib/icons/EmailIcon/EmailIcon.d.ts +9 -0
  494. package/lib/icons/EmailIcon/EmailIcon.js +22 -0
  495. package/lib/icons/ErrorIcon/ErrorIcon.d.ts +7 -2
  496. package/lib/icons/ErrorIcon/ErrorIcon.js +11 -3
  497. package/lib/icons/FaceDissatisfiedIcon/FaceDissatisfiedIcon.d.ts +9 -0
  498. package/lib/icons/FaceDissatisfiedIcon/FaceDissatisfiedIcon.js +25 -0
  499. package/lib/icons/FaceNeutralIcon/FaceNeutralIcon.d.ts +9 -0
  500. package/lib/icons/FaceNeutralIcon/FaceNeutralIcon.js +25 -0
  501. package/lib/icons/FaceSatisfiedIcon/FaceSatisfiedIcon.d.ts +9 -0
  502. package/lib/icons/FaceSatisfiedIcon/FaceSatisfiedIcon.js +25 -0
  503. package/lib/icons/FileIcon/FileIcon.d.ts +8 -6
  504. package/lib/icons/FileIcon/FileIcon.js +13 -12
  505. package/lib/icons/FileStorageIcon/FileStorageIcon.d.ts +9 -0
  506. package/lib/icons/FileStorageIcon/FileStorageIcon.js +24 -0
  507. package/lib/icons/FilterIcon/FilterIcon.d.ts +9 -0
  508. package/lib/icons/FilterIcon/FilterIcon.js +22 -0
  509. package/lib/icons/FolderAddIcon/FolderAddIcon.d.ts +9 -0
  510. package/lib/icons/FolderAddIcon/FolderAddIcon.js +23 -0
  511. package/lib/icons/FolderMoveToIcon/FolderMoveToIcon.d.ts +9 -0
  512. package/lib/icons/FolderMoveToIcon/FolderMoveToIcon.js +23 -0
  513. package/lib/icons/GlobalOutlinedIcon/GlobalOutlinedIcon.d.ts +9 -0
  514. package/lib/icons/GlobalOutlinedIcon/GlobalOutlinedIcon.js +22 -0
  515. package/lib/icons/GridIcon/GridIcon.d.ts +9 -0
  516. package/lib/icons/GridIcon/GridIcon.js +25 -0
  517. package/lib/icons/HorizontalViewIcon/HorizontalViewIcon.d.ts +9 -0
  518. package/lib/icons/HorizontalViewIcon/HorizontalViewIcon.js +23 -0
  519. package/lib/icons/IBMCloudHyperProtectCryptoServicesIcon/IBMCloudHyperProtectCryptoServicesIcon.d.ts +9 -0
  520. package/lib/icons/IBMCloudHyperProtectCryptoServicesIcon/IBMCloudHyperProtectCryptoServicesIcon.js +24 -0
  521. package/lib/icons/InformationFilledIcon/InformationFilledIcon.d.ts +9 -0
  522. package/lib/icons/InformationFilledIcon/InformationFilledIcon.js +22 -0
  523. package/lib/icons/InformationIcon/InformationIcon.d.ts +9 -0
  524. package/lib/icons/InformationIcon/InformationIcon.js +24 -0
  525. package/lib/icons/JsonIcon/JsonIcon.d.ts +9 -0
  526. package/lib/icons/JsonIcon/JsonIcon.js +25 -0
  527. package/lib/icons/LaunchIcon/LaunchIcon.d.ts +9 -0
  528. package/lib/icons/LaunchIcon/LaunchIcon.js +23 -0
  529. package/lib/icons/LinkIcon/LinkIcon.d.ts +9 -0
  530. package/lib/icons/LinkIcon/LinkIcon.js +23 -0
  531. package/lib/icons/LogoutIcon/LogoutIcon.d.ts +7 -3
  532. package/lib/icons/LogoutIcon/LogoutIcon.js +14 -8
  533. package/lib/icons/MaximizeIcon/MaximizeIcon.d.ts +9 -0
  534. package/lib/icons/MaximizeIcon/MaximizeIcon.js +23 -0
  535. package/lib/icons/MenuIcon/MenuIcon.d.ts +9 -0
  536. package/lib/icons/MenuIcon/MenuIcon.js +22 -0
  537. package/lib/icons/MinimizeIcon/MinimizeIcon.d.ts +9 -0
  538. package/lib/icons/MinimizeIcon/MinimizeIcon.js +23 -0
  539. package/lib/icons/MobileSidebarIcon/MobileSidebarIcon.d.ts +9 -0
  540. package/lib/icons/MobileSidebarIcon/MobileSidebarIcon.js +27 -0
  541. package/lib/icons/MoonIcon/MoonIcon.d.ts +9 -0
  542. package/lib/icons/MoonIcon/MoonIcon.js +22 -0
  543. package/lib/icons/OverflowMenuHorizontalIcon/OverflowMenuHorizontalIcon.d.ts +9 -0
  544. package/lib/icons/OverflowMenuHorizontalIcon/OverflowMenuHorizontalIcon.js +24 -0
  545. package/lib/icons/OverflowMenuVerticalIcon/OverflowMenuVerticalIcon.d.ts +9 -0
  546. package/lib/icons/OverflowMenuVerticalIcon/OverflowMenuVerticalIcon.js +24 -0
  547. package/lib/icons/PlusCustomIcon/PlusCustomIcon.d.ts +9 -0
  548. package/lib/icons/PlusCustomIcon/PlusCustomIcon.js +23 -0
  549. package/lib/icons/RecentlyViewedIcon/RecentlyViewedIcon.d.ts +9 -0
  550. package/lib/icons/RecentlyViewedIcon/RecentlyViewedIcon.js +23 -0
  551. package/lib/icons/RenewIcon/RenewIcon.d.ts +9 -0
  552. package/lib/icons/RenewIcon/RenewIcon.js +23 -0
  553. package/lib/icons/RestartIcon/RestartIcon.d.ts +9 -0
  554. package/lib/icons/RestartIcon/RestartIcon.js +22 -0
  555. package/lib/icons/RocketIcon/RocketIcon.d.ts +8 -6
  556. package/lib/icons/RocketIcon/RocketIcon.js +13 -5
  557. package/lib/icons/SaveIcon/SaveIcon.d.ts +9 -0
  558. package/lib/icons/SaveIcon/SaveIcon.js +22 -0
  559. package/lib/icons/SearchIcon/SearchIcon.d.ts +9 -0
  560. package/lib/icons/SearchIcon/SearchIcon.js +22 -0
  561. package/lib/icons/SecurityIcon/SecurityIcon.d.ts +9 -0
  562. package/lib/icons/SecurityIcon/SecurityIcon.js +23 -0
  563. package/lib/icons/SelectIcon/SelectIcon.d.ts +4 -5
  564. package/lib/icons/SelectIcon/SelectIcon.js +11 -4
  565. package/lib/icons/SidePanelCloseIcon/SidePanelCloseIcon.d.ts +9 -0
  566. package/lib/icons/SidePanelCloseIcon/SidePanelCloseIcon.js +22 -0
  567. package/lib/icons/SidePanelOpenIcon/SidePanelOpenIcon.d.ts +9 -0
  568. package/lib/icons/SidePanelOpenIcon/SidePanelOpenIcon.js +22 -0
  569. package/lib/icons/Spinner/Spinner.d.ts +11 -0
  570. package/lib/icons/Spinner/Spinner.js +41 -0
  571. package/lib/icons/SpinnerIcon/SpinnerIcon.d.ts +2 -5
  572. package/lib/icons/SpinnerIcon/SpinnerIcon.js +12 -8
  573. package/lib/icons/StarFilledIcon/StarFilledIcon.d.ts +9 -0
  574. package/lib/icons/StarFilledIcon/StarFilledIcon.js +22 -0
  575. package/lib/icons/StarIcon/StarIcon.d.ts +9 -0
  576. package/lib/icons/StarIcon/StarIcon.js +22 -0
  577. package/lib/icons/SubtractIcon/SubtractIcon.d.ts +9 -0
  578. package/lib/icons/SubtractIcon/SubtractIcon.js +22 -0
  579. package/lib/icons/SunIcon/SunIcon.d.ts +9 -0
  580. package/lib/icons/SunIcon/SunIcon.js +30 -0
  581. package/lib/icons/TableBuiltIcon/TableBuiltIcon.d.ts +9 -0
  582. package/lib/icons/TableBuiltIcon/TableBuiltIcon.js +22 -0
  583. package/lib/icons/TimeIcon/TimeIcon.d.ts +9 -0
  584. package/lib/icons/TimeIcon/TimeIcon.js +23 -0
  585. package/lib/icons/TrashCanIcon/TrashCanIcon.d.ts +9 -0
  586. package/lib/icons/TrashCanIcon/TrashCanIcon.js +26 -0
  587. package/lib/icons/UserIcon/UserIcon.d.ts +9 -0
  588. package/lib/icons/UserIcon/UserIcon.js +23 -0
  589. package/lib/icons/ValueVariableIcon/ValueVariableIcon.d.ts +9 -0
  590. package/lib/icons/ValueVariableIcon/ValueVariableIcon.js +23 -0
  591. package/lib/icons/VerticalViewIcon/VerticalViewIcon.d.ts +9 -0
  592. package/lib/icons/VerticalViewIcon/VerticalViewIcon.js +23 -0
  593. package/lib/icons/ViewIcon/ViewIcon.d.ts +9 -0
  594. package/lib/icons/ViewIcon/ViewIcon.js +23 -0
  595. package/lib/icons/ViewOffIcon/ViewOffIcon.d.ts +9 -0
  596. package/lib/icons/ViewOffIcon/ViewOffIcon.js +24 -0
  597. package/lib/icons/WarningAltIcon/WarningAltIcon.d.ts +9 -0
  598. package/lib/icons/WarningAltIcon/WarningAltIcon.js +24 -0
  599. package/lib/icons/WarningFilledIcon/WarningFilledIcon.d.ts +9 -0
  600. package/lib/icons/WarningFilledIcon/WarningFilledIcon.js +22 -0
  601. package/lib/icons/WarningSquareIcon/WarningSquareIcon.d.ts +9 -0
  602. package/lib/icons/WarningSquareIcon/WarningSquareIcon.js +24 -0
  603. package/lib/icons/types.d.ts +6 -0
  604. package/lib/index.d.ts +206 -9
  605. package/lib/index.js +245 -9
  606. package/lib/layouts/DocumentationLayout.d.ts +17 -0
  607. package/lib/layouts/DocumentationLayout.js +66 -0
  608. package/lib/layouts/Forbidden.js +5 -4
  609. package/lib/layouts/NotFound.js +24 -19
  610. package/lib/layouts/OIDCForbidden.js +5 -4
  611. package/lib/layouts/RootLayout.js +3 -5
  612. package/lib/layouts/ThreePanelLayout.d.ts +11 -0
  613. package/lib/layouts/ThreePanelLayout.js +84 -0
  614. package/lib/markdoc/attributes/code-snippet-file.d.ts +5 -0
  615. package/lib/markdoc/attributes/code-snippet-file.js +16 -0
  616. package/lib/markdoc/attributes/img-src.d.ts +5 -0
  617. package/lib/markdoc/attributes/img-src.js +16 -0
  618. package/lib/markdoc/attributes/img-srcset.d.ts +5 -0
  619. package/lib/markdoc/attributes/img-srcset.js +16 -0
  620. package/lib/markdoc/attributes/relative-path.d.ts +5 -0
  621. package/lib/markdoc/attributes/relative-path.js +16 -0
  622. package/lib/markdoc/attributes/svg-content.d.ts +5 -0
  623. package/lib/markdoc/attributes/svg-content.js +16 -0
  624. package/lib/markdoc/components/Admonition/Admonition.d.ts +3 -0
  625. package/lib/markdoc/components/Admonition/Admonition.js +13 -0
  626. package/lib/markdoc/components/CodeBlock/CodeBlock.d.ts +3 -0
  627. package/lib/markdoc/components/CodeBlock/CodeBlock.js +13 -0
  628. package/lib/markdoc/components/Heading/Heading.js +48 -0
  629. package/lib/markdoc/components/HtmlBlock/HtmlBlock.d.ts +4 -0
  630. package/lib/markdoc/components/HtmlBlock/HtmlBlock.js +32 -0
  631. package/lib/markdoc/components/InlineSvg/InlineSvg.d.ts +4 -0
  632. package/lib/markdoc/components/InlineSvg/InlineSvg.js +32 -0
  633. package/lib/markdoc/components/MarkdocExample/MarkdocExample.d.ts +11 -0
  634. package/lib/markdoc/components/MarkdocExample/MarkdocExample.js +47 -0
  635. package/lib/markdoc/components/Mermaid/Mermaid.js +27 -0
  636. package/lib/markdoc/components/Mermaid/variables.d.ts +1 -0
  637. package/lib/markdoc/components/Mermaid/variables.dark.d.ts +1 -0
  638. package/lib/markdoc/components/Mermaid/variables.dark.js +8 -0
  639. package/lib/markdoc/components/Mermaid/variables.js +16 -0
  640. package/lib/markdoc/components/Tabs/Tab.d.ts +12 -0
  641. package/lib/markdoc/components/Tabs/Tab.js +98 -0
  642. package/lib/markdoc/components/Tabs/Tabs.d.ts +14 -0
  643. package/lib/markdoc/components/Tabs/Tabs.js +79 -0
  644. package/lib/markdoc/components/Tabs/variables.d.ts +1 -0
  645. package/lib/markdoc/components/Tabs/variables.js +70 -0
  646. package/lib/markdoc/components/default.d.ts +9 -0
  647. package/lib/markdoc/components/default.js +26 -0
  648. package/lib/markdoc/default.d.ts +9 -0
  649. package/lib/markdoc/default.js +59 -0
  650. package/lib/markdoc/tags/admonition.d.ts +2 -0
  651. package/lib/markdoc/tags/admonition.js +14 -0
  652. package/lib/markdoc/tags/code-snippet.d.ts +2 -0
  653. package/lib/markdoc/tags/code-snippet.js +60 -0
  654. package/lib/markdoc/tags/debug.d.ts +2 -0
  655. package/lib/markdoc/tags/debug.js +20 -0
  656. package/lib/markdoc/tags/html.d.ts +2 -0
  657. package/lib/markdoc/tags/html.js +25 -0
  658. package/lib/markdoc/tags/inline-svg.d.ts +2 -0
  659. package/lib/markdoc/tags/inline-svg.js +16 -0
  660. package/lib/markdoc/tags/markdoc-example.d.ts +2 -0
  661. package/lib/markdoc/tags/markdoc-example.js +32 -0
  662. package/lib/markdoc/tags/partial.d.ts +2 -0
  663. package/lib/markdoc/tags/partial.js +36 -0
  664. package/lib/markdoc/tags/tab.d.ts +2 -0
  665. package/lib/markdoc/tags/tab.js +13 -0
  666. package/lib/markdoc/tags/tabs.d.ts +2 -0
  667. package/lib/markdoc/tags/tabs.js +27 -0
  668. package/lib/markdoc/tags/types.d.ts +5 -0
  669. package/package.json +22 -12
  670. package/src/components/Admonition/Admonition.tsx +125 -0
  671. package/src/components/Admonition/variables.ts +97 -0
  672. package/src/components/Badge/Badge.tsx +24 -0
  673. package/src/components/Breadcrumbs/Breadcrumb.tsx +6 -6
  674. package/src/components/Breadcrumbs/Breadcrumbs.tsx +7 -6
  675. package/src/components/Breadcrumbs/variables.ts +17 -0
  676. package/src/components/Button/Button.tsx +133 -107
  677. package/src/components/Button/variables.dark.ts +27 -0
  678. package/src/components/Button/variables.ts +218 -0
  679. package/src/components/Buttons/CopyButton.tsx +75 -0
  680. package/src/components/Buttons/EditPageButton.tsx +56 -0
  681. package/src/components/Buttons/EmailButton.tsx +28 -0
  682. package/src/components/Buttons/NewTabButton.tsx +28 -0
  683. package/src/components/Catalog/Catalog.tsx +56 -99
  684. package/src/components/Catalog/CatalogActions.tsx +66 -0
  685. package/src/components/Catalog/CatalogCard.tsx +77 -100
  686. package/src/components/Catalog/CatalogHighlight.tsx +56 -0
  687. package/src/components/Catalog/CatalogInfoBlock.tsx +83 -0
  688. package/src/components/Catalog/variables.ts +103 -0
  689. package/src/components/CodeBlock/CodeBlock.tsx +54 -47
  690. package/src/components/CodeBlock/CodeBlockContainer.tsx +99 -108
  691. package/src/components/CodeBlock/CodeBlockControls.tsx +81 -132
  692. package/src/components/CodeBlock/CodeBlockTabs.tsx +133 -0
  693. package/src/components/CodeBlock/variables.ts +92 -0
  694. package/src/components/ColorModeSwitcher/ColorModeIcon.tsx +28 -0
  695. package/src/components/ColorModeSwitcher/ColorModeSwitcher.tsx +19 -63
  696. package/src/components/DatePicker/DatePicker.tsx +74 -0
  697. package/src/components/DatePicker/variables.ts +21 -0
  698. package/src/components/Dropdown/Dropdown.tsx +68 -93
  699. package/src/components/Dropdown/DropdownMenu.tsx +75 -0
  700. package/src/components/Dropdown/DropdownMenuItem.tsx +179 -0
  701. package/src/components/Dropdown/variables.ts +41 -0
  702. package/src/components/Feedback/Comment.tsx +97 -65
  703. package/src/components/Feedback/Feedback.tsx +61 -73
  704. package/src/components/Feedback/Mood.tsx +117 -105
  705. package/src/components/Feedback/Rating.tsx +91 -67
  706. package/src/components/Feedback/Reasons.tsx +25 -16
  707. package/src/components/Feedback/ReportDialog.tsx +50 -25
  708. package/src/components/Feedback/Scale.tsx +92 -68
  709. package/src/components/Feedback/Sentiment.tsx +121 -110
  710. package/src/components/Feedback/Stars.tsx +15 -16
  711. package/src/components/Feedback/variables.ts +31 -0
  712. package/src/components/Filter/Filter.tsx +16 -259
  713. package/src/components/Filter/FilterCheckboxes.tsx +58 -0
  714. package/src/components/Filter/FilterContent.tsx +43 -53
  715. package/src/components/Filter/FilterDateRange.tsx +97 -0
  716. package/src/components/Filter/FilterInput.tsx +73 -0
  717. package/src/components/Filter/FilterOption.tsx +16 -0
  718. package/src/components/Filter/FilterOptionLabel.tsx +12 -0
  719. package/src/components/Filter/FilterOptions.tsx +10 -0
  720. package/src/components/Filter/FilterPopover.tsx +21 -77
  721. package/src/components/Filter/FilterSelect.tsx +83 -0
  722. package/src/components/Filter/FilterTitle.tsx +9 -0
  723. package/src/components/Filter/variables.ts +95 -0
  724. package/src/components/Footer/Footer.tsx +66 -47
  725. package/src/components/Footer/FooterColumn.tsx +54 -106
  726. package/src/components/Footer/FooterCopyright.tsx +17 -11
  727. package/src/components/Footer/FooterItem.tsx +94 -0
  728. package/src/components/Footer/FooterLogo.tsx +13 -0
  729. package/src/components/Footer/variables.ts +59 -0
  730. package/src/components/Image/Image.tsx +2 -12
  731. package/src/components/JsonViewer/JsonViewer.tsx +47 -177
  732. package/src/components/JsonViewer/helpers.tsx +207 -0
  733. package/src/components/LanguagePicker/LanguagePicker.tsx +99 -0
  734. package/src/components/LanguagePicker/variables.ts +34 -0
  735. package/src/components/LastUpdated/LastUpdated.tsx +8 -9
  736. package/src/components/LastUpdated/variables.ts +8 -0
  737. package/src/components/Link/Link.tsx +38 -0
  738. package/src/components/Loading/Loading.tsx +27 -0
  739. package/src/components/Logo/Logo.tsx +50 -0
  740. package/src/components/Logo/variables.ts +14 -0
  741. package/src/components/Markdown/Markdown.tsx +278 -0
  742. package/src/components/Markdown/styles/baseTable.ts +61 -0
  743. package/src/components/Markdown/styles/headingAnchor.ts +35 -0
  744. package/src/components/Markdown/styles/links.ts +20 -0
  745. package/src/components/Markdown/variables.ts +96 -0
  746. package/src/components/Menu/Menu.tsx +34 -16
  747. package/src/components/Menu/MenuContainer.tsx +44 -8
  748. package/src/components/Menu/MenuItem.tsx +295 -36
  749. package/src/components/Menu/MenuMobile.tsx +182 -0
  750. package/src/components/Menu/variables.dark.ts +8 -0
  751. package/src/components/Menu/variables.ts +176 -0
  752. package/src/components/Navbar/Navbar.tsx +83 -130
  753. package/src/components/Navbar/NavbarItem.tsx +82 -91
  754. package/src/components/Navbar/NavbarLogo.tsx +13 -0
  755. package/src/components/Navbar/NavbarMenu.tsx +14 -10
  756. package/src/components/Navbar/variables.ts +51 -0
  757. package/src/components/PageNavigation/NextButton.tsx +39 -20
  758. package/src/components/PageNavigation/PageNavigation.tsx +7 -6
  759. package/src/components/PageNavigation/PreviousButton.tsx +39 -23
  760. package/src/components/Panel/Panel.tsx +111 -0
  761. package/src/components/Panel/PanelBody.ts +1 -3
  762. package/src/components/Panel/PanelHeader.ts +14 -7
  763. package/src/components/Panel/PanelHeaderTitle.ts +1 -0
  764. package/src/components/Panel/variables.ts +408 -0
  765. package/src/components/Portal/Portal.tsx +20 -0
  766. package/src/components/Product/Product.tsx +5 -5
  767. package/src/components/Product/ProductPicker.tsx +67 -76
  768. package/src/components/Product/variables.ts +36 -0
  769. package/src/components/Scorecard/variables.dark.ts +17 -0
  770. package/src/components/Scorecard/variables.ts +21 -0
  771. package/src/components/Search/Search.tsx +13 -47
  772. package/src/components/Search/SearchDialog.tsx +121 -85
  773. package/src/components/Search/SearchHighlight.tsx +20 -0
  774. package/src/components/Search/SearchInput.tsx +84 -0
  775. package/src/components/Search/SearchItem.tsx +119 -94
  776. package/src/components/Search/SearchRecent.tsx +129 -0
  777. package/src/components/Search/SearchShortcut.tsx +32 -0
  778. package/src/components/Search/SearchSuggestedPages.tsx +84 -0
  779. package/src/components/Search/SearchTrigger.tsx +69 -42
  780. package/src/components/Search/variables.ts +95 -0
  781. package/src/components/Segmented/Segmented.tsx +88 -0
  782. package/src/components/Segmented/variables.dark.ts +6 -0
  783. package/src/components/Segmented/variables.ts +23 -0
  784. package/src/components/Select/Select.tsx +67 -49
  785. package/src/components/Select/variables.ts +34 -0
  786. package/src/components/Sidebar/Sidebar.tsx +123 -15
  787. package/src/components/Sidebar/variables.ts +57 -0
  788. package/src/components/SidebarActions/ChangeViewButton.tsx +22 -6
  789. package/src/components/SidebarActions/SidebarActions.tsx +36 -46
  790. package/src/components/SidebarActions/styled.tsx +21 -110
  791. package/src/components/SidebarLogo/SidebarLogo.tsx +1 -1
  792. package/src/components/StatusCode/StatusCode.ts +32 -0
  793. package/src/components/StatusCode/variables.dark.ts +5 -0
  794. package/src/components/StatusCode/variables.ts +13 -0
  795. package/src/components/TableOfContent/TableOfContent.tsx +51 -42
  796. package/src/components/TableOfContent/variables.ts +46 -0
  797. package/src/components/Tag/Tag.tsx +40 -9
  798. package/src/components/Tag/variables.dark.ts +16 -0
  799. package/src/components/Tag/variables.ts +185 -0
  800. package/src/components/Tags/CounterTag.tsx +13 -0
  801. package/src/components/Tags/HttpTag.tsx +24 -0
  802. package/src/components/Tags/variables.ts +18 -0
  803. package/src/components/Tooltip/Tooltip.tsx +6 -6
  804. package/src/components/Tooltip/variables.ts +18 -0
  805. package/src/components/Typography/CompactTypography.ts +1 -1
  806. package/src/components/Typography/H1.ts +1 -1
  807. package/src/components/Typography/H2.ts +1 -1
  808. package/src/components/Typography/H3.ts +1 -1
  809. package/src/components/Typography/H4.ts +13 -0
  810. package/src/components/Typography/Typography.ts +1 -1
  811. package/src/components/UserMenu/LoginButton.tsx +31 -0
  812. package/src/components/UserMenu/LogoutMenuItem.tsx +37 -0
  813. package/src/components/UserMenu/UserAvatar.tsx +63 -0
  814. package/src/components/UserMenu/UserInfoMenuItem.tsx +73 -0
  815. package/src/components/UserMenu/UserMenu.tsx +130 -0
  816. package/src/components/UserMenu/UserMenuMobile.tsx +63 -0
  817. package/src/components/UserMenu/variables.ts +61 -0
  818. package/src/components/VersionPicker/VersionPicker.tsx +110 -0
  819. package/src/components/VersionPicker/variables.ts +39 -0
  820. package/src/config.ts +31 -779
  821. package/src/core/constants/common.ts +25 -0
  822. package/src/core/constants/environments.ts +9 -0
  823. package/src/core/constants/index.ts +2 -0
  824. package/src/core/contexts/ThemeDataContext.tsx +15 -0
  825. package/src/core/contexts/index.ts +1 -0
  826. package/src/core/hoc/index.ts +1 -0
  827. package/src/core/hoc/typedMemo.ts +3 -0
  828. package/src/core/hooks/__mocks__/index.ts +24 -0
  829. package/src/core/hooks/__mocks__/search/use-recent-searches.ts +8 -0
  830. package/src/core/hooks/__mocks__/search/use-suggested-pages.ts +8 -0
  831. package/src/core/hooks/__mocks__/use-controlled-state.ts +1 -0
  832. package/src/core/hooks/__mocks__/use-mobile-menu.ts +1 -0
  833. package/src/core/hooks/__mocks__/use-theme-config.ts +8 -0
  834. package/src/core/hooks/__mocks__/use-theme-hooks.ts +75 -0
  835. package/src/core/hooks/feedback/use-report-dialog.ts +56 -0
  836. package/src/core/hooks/index.ts +29 -0
  837. package/src/core/hooks/menu/__mocks__/use-mobile-menu-items.ts +30 -0
  838. package/src/core/hooks/menu/use-collapse.ts +212 -0
  839. package/src/core/hooks/menu/use-menu-item-expanded.ts +31 -0
  840. package/src/core/hooks/menu/use-mobile-menu-items.ts +110 -0
  841. package/src/core/hooks/menu/use-mobile-menu-levels.ts +50 -0
  842. package/src/core/hooks/menu/use-nested-menu.ts +78 -0
  843. package/src/core/hooks/search/use-recent-searches.ts +47 -0
  844. package/src/core/hooks/search/use-suggested-pages.ts +7 -0
  845. package/src/core/hooks/use-active-section-id.ts +54 -0
  846. package/src/core/hooks/use-codeblock-tabs-controls.ts +68 -0
  847. package/src/core/hooks/use-color-switcher.ts +34 -0
  848. package/src/core/hooks/use-controlled-state.ts +23 -0
  849. package/src/core/hooks/use-focus-trap.ts +39 -0
  850. package/src/core/hooks/use-language-picker.ts +31 -0
  851. package/src/core/hooks/use-mobile-menu.ts +17 -0
  852. package/src/core/hooks/use-modal-scroll-lock.ts +21 -0
  853. package/src/core/hooks/use-navbar-height.ts +25 -0
  854. package/src/core/hooks/use-outside-click.ts +23 -0
  855. package/src/core/hooks/use-product-picker.ts +20 -0
  856. package/src/core/hooks/use-search.ts +43 -0
  857. package/src/core/hooks/use-tabs.ts +62 -0
  858. package/src/core/hooks/use-theme-config.ts +31 -0
  859. package/src/core/hooks/use-theme-hooks.ts +31 -0
  860. package/src/core/index.ts +7 -0
  861. package/src/core/styles/dark.ts +300 -0
  862. package/src/core/styles/global.ts +1224 -0
  863. package/src/core/styles/index.ts +2 -0
  864. package/src/core/templates/Markdown.tsx +68 -0
  865. package/src/core/types/breadcrumb.ts +1 -0
  866. package/src/core/types/catalog.ts +39 -0
  867. package/src/core/types/feedback.ts +27 -0
  868. package/src/core/types/filter.ts +9 -0
  869. package/src/core/types/hooks.ts +113 -0
  870. package/src/core/types/i18n.ts +142 -0
  871. package/src/core/types/index.ts +12 -0
  872. package/src/core/types/markdown.ts +5 -0
  873. package/src/core/types/navbar.ts +7 -0
  874. package/src/core/types/search.ts +25 -0
  875. package/src/core/types/select-option.ts +4 -0
  876. package/src/core/types/sidebar.ts +70 -0
  877. package/src/core/types/user-menu.ts +12 -0
  878. package/src/core/utils/attribute-parser.ts +11 -0
  879. package/src/core/utils/change-text-casing.ts +18 -0
  880. package/src/core/utils/details.ts +43 -0
  881. package/src/core/utils/dom.ts +9 -0
  882. package/src/core/utils/format-date-without-timezone.ts +9 -0
  883. package/src/core/utils/get-scorecard-color-variable.ts +18 -0
  884. package/src/core/utils/index.ts +26 -0
  885. package/src/core/utils/js-utils.ts +25 -0
  886. package/src/core/utils/load-and-navigate.ts +46 -0
  887. package/src/core/utils/markdoc.ts +5 -0
  888. package/src/core/utils/media-css.ts +7 -0
  889. package/src/core/utils/menu.ts +123 -0
  890. package/src/core/utils/toc.ts +42 -0
  891. package/src/core/utils/type-guards.ts +19 -0
  892. package/src/core/utils/urls.ts +123 -0
  893. package/src/core/utils/with-load-progress.ts +25 -0
  894. package/src/icons/AddIcon/AddIcon.tsx +23 -0
  895. package/src/icons/ArrowLeftIcon/ArrowLeftIcon.tsx +30 -0
  896. package/src/icons/ArrowRightIcon/ArrowRightIcon.tsx +23 -0
  897. package/src/icons/ArrowUpRightIcon/ArrowUpRightIcon.tsx +23 -0
  898. package/src/icons/BareMetalServerIcon/BareMetalServerIcon.tsx +28 -0
  899. package/src/icons/BookmarkAddIcon/BookmarkAddIcon.tsx +23 -0
  900. package/src/icons/CharacterIcon/CharacterIcon.tsx +25 -0
  901. package/src/icons/CheckboxIcon/CheckboxIcon.tsx +10 -13
  902. package/src/icons/CheckboxIcon/variables.dark.ts +7 -0
  903. package/src/icons/CheckboxIcon/variables.ts +19 -0
  904. package/src/icons/CheckmarkFilledIcon/CheckmarkFilledIcon.tsx +23 -0
  905. package/src/icons/CheckmarkIcon/CheckmarkIcon.tsx +23 -0
  906. package/src/icons/ChevronDownIcon/ChevronDownIcon.tsx +24 -0
  907. package/src/icons/ChevronLeftIcon/ChevronLeftIcon.tsx +23 -0
  908. package/src/icons/ChevronRightIcon/ChevronRightIcon.tsx +23 -0
  909. package/src/icons/ChevronSortIcon/ChevronSortIcon.tsx +36 -0
  910. package/src/icons/ChevronUpIcon/ChevronUpIcon.tsx +24 -0
  911. package/src/icons/CircleDashIcon/CircleDashIcon.tsx +32 -0
  912. package/src/icons/CleanIcon/CleanIcon.tsx +26 -0
  913. package/src/icons/CloseFilledIcon/CloseFilledIcon.tsx +22 -0
  914. package/src/icons/CloseIcon/CloseIcon.tsx +15 -4
  915. package/src/icons/CloudUploadIcon/CloudUploadIcon.tsx +24 -0
  916. package/src/icons/CodeIcon/CodeIcon.tsx +25 -0
  917. package/src/icons/ContrastIcon/ContrastIcon.tsx +23 -0
  918. package/src/icons/CookieIcon/CookieIcon.tsx +30 -0
  919. package/src/icons/CopyIcon/CopyIcon.tsx +14 -19
  920. package/src/icons/CopyLinkIcon/CopyLinkIcon.tsx +25 -0
  921. package/src/icons/DataFormatIcon/DataFormatIcon.tsx +27 -0
  922. package/src/icons/DatabaseIcon/DatabaseIcon.tsx +23 -0
  923. package/src/icons/DeselectIcon/DeselectIcon.tsx +14 -9
  924. package/src/icons/DocumentBlankIcon/DocumentBlankIcon.tsx +23 -0
  925. package/src/icons/DocumentIcon/DocumentIcon.tsx +32 -0
  926. package/src/icons/DocumentIcon/index.ts +1 -0
  927. package/src/icons/DownloadIcon/DownloadIcon.tsx +24 -0
  928. package/src/icons/EditIcon/EditIcon.tsx +16 -22
  929. package/src/icons/EmailIcon/EmailIcon.tsx +23 -0
  930. package/src/icons/ErrorIcon/ErrorIcon.tsx +15 -7
  931. package/src/icons/FaceDissatisfiedIcon/FaceDissatisfiedIcon.tsx +26 -0
  932. package/src/icons/FaceNeutralIcon/FaceNeutralIcon.tsx +26 -0
  933. package/src/icons/FaceSatisfiedIcon/FaceSatisfiedIcon.tsx +26 -0
  934. package/src/icons/FileIcon/FileIcon.tsx +14 -24
  935. package/src/icons/FileStorageIcon/FileStorageIcon.tsx +25 -0
  936. package/src/icons/FilterIcon/FilterIcon.tsx +26 -0
  937. package/src/icons/FolderAddIcon/FolderAddIcon.tsx +24 -0
  938. package/src/icons/FolderMoveToIcon/FolderMoveToIcon.tsx +24 -0
  939. package/src/icons/GlobalOutlinedIcon/GlobalOutlinedIcon.tsx +23 -0
  940. package/src/icons/GridIcon/GridIcon.tsx +38 -0
  941. package/src/icons/HorizontalViewIcon/HorizontalViewIcon.tsx +24 -0
  942. package/src/icons/IBMCloudHyperProtectCryptoServicesIcon/IBMCloudHyperProtectCryptoServicesIcon.tsx +26 -0
  943. package/src/icons/InformationFilledIcon/InformationFilledIcon.tsx +23 -0
  944. package/src/icons/InformationIcon/InformationIcon.tsx +25 -0
  945. package/src/icons/JsonIcon/JsonIcon.tsx +33 -0
  946. package/src/icons/LaunchIcon/LaunchIcon.tsx +24 -0
  947. package/src/icons/LinkIcon/LinkIcon.tsx +24 -0
  948. package/src/icons/LogoutIcon/LogoutIcon.tsx +16 -12
  949. package/src/icons/MaximizeIcon/MaximizeIcon.tsx +24 -0
  950. package/src/icons/MenuIcon/MenuIcon.tsx +27 -0
  951. package/src/icons/MinimizeIcon/MinimizeIcon.tsx +24 -0
  952. package/src/icons/MobileSidebarIcon/MobileSidebarIcon.tsx +34 -0
  953. package/src/icons/MoonIcon/MoonIcon.tsx +23 -0
  954. package/src/icons/OverflowMenuHorizontalIcon/OverflowMenuHorizontalIcon.tsx +25 -0
  955. package/src/icons/OverflowMenuVerticalIcon/OverflowMenuVerticalIcon.tsx +25 -0
  956. package/src/icons/PlusCustomIcon/PlusCustomIcon.tsx +31 -0
  957. package/src/icons/RadioCheckButtonIcon/RadioCheckButtonIcon.tsx +1 -0
  958. package/src/icons/RecentlyViewedIcon/RecentlyViewedIcon.tsx +24 -0
  959. package/src/icons/RenewIcon/RenewIcon.tsx +24 -0
  960. package/src/icons/RestartIcon/RestartIcon.tsx +23 -0
  961. package/src/icons/RocketIcon/RocketIcon.tsx +16 -24
  962. package/src/icons/SaveIcon/SaveIcon.tsx +23 -0
  963. package/src/icons/SearchIcon/SearchIcon.tsx +23 -0
  964. package/src/icons/SecurityIcon/SecurityIcon.tsx +24 -0
  965. package/src/icons/SelectIcon/SelectIcon.tsx +14 -8
  966. package/src/icons/SidePanelCloseIcon/SidePanelCloseIcon.tsx +23 -0
  967. package/src/icons/SidePanelOpenIcon/SidePanelOpenIcon.tsx +23 -0
  968. package/src/icons/Spinner/Spinner.tsx +19 -0
  969. package/src/icons/SpinnerIcon/SpinnerIcon.tsx +14 -9
  970. package/src/icons/StarFilledIcon/StarFilledIcon.tsx +23 -0
  971. package/src/icons/StarIcon/StarIcon.tsx +23 -0
  972. package/src/icons/SubtractIcon/SubtractIcon.tsx +30 -0
  973. package/src/icons/SunIcon/SunIcon.tsx +31 -0
  974. package/src/icons/TableBuiltIcon/TableBuiltIcon.tsx +23 -0
  975. package/src/icons/TimeIcon/TimeIcon.tsx +24 -0
  976. package/src/icons/TrashCanIcon/TrashCanIcon.tsx +27 -0
  977. package/src/icons/UserIcon/UserIcon.tsx +30 -0
  978. package/src/icons/ValueVariableIcon/ValueVariableIcon.tsx +24 -0
  979. package/src/icons/VerticalViewIcon/VerticalViewIcon.tsx +24 -0
  980. package/src/icons/ViewIcon/ViewIcon.tsx +24 -0
  981. package/src/icons/ViewOffIcon/ViewOffIcon.tsx +25 -0
  982. package/src/icons/WarningAltIcon/WarningAltIcon.tsx +25 -0
  983. package/src/icons/WarningFilledIcon/WarningFilledIcon.tsx +23 -0
  984. package/src/icons/WarningSquareIcon/WarningSquareIcon.tsx +25 -0
  985. package/src/icons/types.ts +7 -0
  986. package/src/index.ts +234 -10
  987. package/src/layouts/DocumentationLayout.tsx +96 -0
  988. package/src/layouts/Forbidden.tsx +10 -4
  989. package/src/layouts/NotFound.tsx +38 -22
  990. package/src/layouts/OIDCForbidden.tsx +4 -3
  991. package/src/layouts/RootLayout.tsx +4 -7
  992. package/src/layouts/ThreePanelLayout.tsx +55 -0
  993. package/src/markdoc/attributes/code-snippet-file.ts +9 -0
  994. package/src/markdoc/attributes/img-src.ts +9 -0
  995. package/src/markdoc/attributes/img-srcset.ts +9 -0
  996. package/src/markdoc/attributes/relative-path.ts +9 -0
  997. package/src/markdoc/attributes/svg-content.ts +9 -0
  998. package/src/markdoc/components/Admonition/Admonition.tsx +10 -0
  999. package/src/markdoc/components/CodeBlock/CodeBlock.tsx +10 -0
  1000. package/src/markdoc/components/Heading/Heading.tsx +51 -0
  1001. package/src/markdoc/components/HtmlBlock/HtmlBlock.tsx +5 -0
  1002. package/src/markdoc/components/InlineSvg/InlineSvg.tsx +10 -0
  1003. package/src/markdoc/components/MarkdocExample/MarkdocExample.tsx +36 -0
  1004. package/src/markdoc/components/Mermaid/Mermaid.tsx +42 -0
  1005. package/src/markdoc/components/Mermaid/variables.dark.ts +5 -0
  1006. package/src/markdoc/components/Mermaid/variables.ts +13 -0
  1007. package/src/markdoc/components/Tabs/Tab.tsx +97 -0
  1008. package/src/markdoc/components/Tabs/Tabs.tsx +105 -0
  1009. package/src/markdoc/components/Tabs/variables.ts +67 -0
  1010. package/src/markdoc/components/default.ts +9 -0
  1011. package/src/markdoc/default.ts +30 -0
  1012. package/src/markdoc/tags/admonition.ts +12 -0
  1013. package/src/markdoc/tags/code-snippet.ts +66 -0
  1014. package/src/markdoc/tags/debug.ts +17 -0
  1015. package/src/markdoc/tags/html.ts +22 -0
  1016. package/src/markdoc/tags/inline-svg.ts +15 -0
  1017. package/src/markdoc/tags/markdoc-example.ts +38 -0
  1018. package/src/markdoc/tags/partial.ts +47 -0
  1019. package/src/markdoc/tags/tab.ts +11 -0
  1020. package/src/markdoc/tags/tabs.ts +26 -0
  1021. package/src/markdoc/tags/types.ts +6 -0
  1022. package/src/settings.yaml +1 -1
  1023. package/lib/components/Breadcrumbs/index.d.ts +0 -3
  1024. package/lib/components/Breadcrumbs/index.js +0 -20
  1025. package/lib/components/Breadcrumbs/styledVariables.js +0 -20
  1026. package/lib/components/Button/index.d.ts +0 -2
  1027. package/lib/components/Button/index.js +0 -19
  1028. package/lib/components/Button/styledVariables.js +0 -118
  1029. package/lib/components/Cards/Card.d.ts +0 -9
  1030. package/lib/components/Cards/Card.js +0 -38
  1031. package/lib/components/Cards/CardsBlock.d.ts +0 -1
  1032. package/lib/components/Cards/CardsBlock.js +0 -16
  1033. package/lib/components/Cards/index.d.ts +0 -2
  1034. package/lib/components/Cards/index.js +0 -19
  1035. package/lib/components/Catalog/index.d.ts +0 -4
  1036. package/lib/components/Catalog/index.js +0 -21
  1037. package/lib/components/Catalog/styledVariables.js +0 -97
  1038. package/lib/components/Catalog/useCatalog.d.ts +0 -4
  1039. package/lib/components/Catalog/useCatalog.js +0 -317
  1040. package/lib/components/CodeBlock/CodeBlockControlButton.d.ts +0 -4
  1041. package/lib/components/CodeBlock/CodeBlockControlButton.js +0 -52
  1042. package/lib/components/CodeBlock/index.d.ts +0 -5
  1043. package/lib/components/CodeBlock/index.js +0 -22
  1044. package/lib/components/CodeBlock/styledVariables.js +0 -94
  1045. package/lib/components/ColorModeSwitcher/index.d.ts +0 -1
  1046. package/lib/components/ColorModeSwitcher/index.js +0 -18
  1047. package/lib/components/CopyButton/CopyButton.d.ts +0 -15
  1048. package/lib/components/CopyButton/CopyButton.js +0 -53
  1049. package/lib/components/CopyButton/index.d.ts +0 -1
  1050. package/lib/components/CopyButton/index.js +0 -18
  1051. package/lib/components/Dropdown/index.d.ts +0 -2
  1052. package/lib/components/Dropdown/index.js +0 -19
  1053. package/lib/components/Dropdown/styledVariables.js +0 -30
  1054. package/lib/components/EditPageButton/EditPageButton.d.ts +0 -5
  1055. package/lib/components/EditPageButton/EditPageButton.js +0 -43
  1056. package/lib/components/EditPageButton/index.d.ts +0 -1
  1057. package/lib/components/EditPageButton/index.js +0 -18
  1058. package/lib/components/Feedback/Emotions.d.ts +0 -4
  1059. package/lib/components/Feedback/Emotions.js +0 -57
  1060. package/lib/components/Feedback/Thumbs.d.ts +0 -3
  1061. package/lib/components/Feedback/Thumbs.js +0 -49
  1062. package/lib/components/Feedback/index.d.ts +0 -10
  1063. package/lib/components/Feedback/index.js +0 -37
  1064. package/lib/components/Feedback/types.d.ts +0 -128
  1065. package/lib/components/Feedback/useReportDialog.d.ts +0 -13
  1066. package/lib/components/Feedback/useReportDialog.js +0 -46
  1067. package/lib/components/Filter/FilterTag.d.ts +0 -7
  1068. package/lib/components/Filter/FilterTag.js +0 -33
  1069. package/lib/components/Filter/FilterTags.d.ts +0 -7
  1070. package/lib/components/Filter/FilterTags.js +0 -29
  1071. package/lib/components/Filter/index.d.ts +0 -6
  1072. package/lib/components/Filter/index.js +0 -23
  1073. package/lib/components/Filter/styledVariables.js +0 -111
  1074. package/lib/components/Footer/CustomFooter.d.ts +0 -8
  1075. package/lib/components/Footer/CustomFooter.js +0 -35
  1076. package/lib/components/Footer/CustomFooterNavItem.d.ts +0 -8
  1077. package/lib/components/Footer/CustomFooterNavItem.js +0 -33
  1078. package/lib/components/Footer/FooterColumns.d.ts +0 -10
  1079. package/lib/components/Footer/FooterColumns.js +0 -46
  1080. package/lib/components/Footer/index.d.ts +0 -5
  1081. package/lib/components/Footer/index.js +0 -22
  1082. package/lib/components/Footer/styledVariables.js +0 -61
  1083. package/lib/components/Image/index.d.ts +0 -1
  1084. package/lib/components/Image/index.js +0 -18
  1085. package/lib/components/JsonViewer/index.d.ts +0 -1
  1086. package/lib/components/JsonViewer/index.js +0 -18
  1087. package/lib/components/LastUpdated/index.d.ts +0 -2
  1088. package/lib/components/LastUpdated/index.js +0 -19
  1089. package/lib/components/LastUpdated/styledVariables.js +0 -11
  1090. package/lib/components/Markdown/Admonition.d.ts +0 -12
  1091. package/lib/components/Markdown/Admonition.js +0 -60
  1092. package/lib/components/Markdown/ContainerWrapper.d.ts +0 -3
  1093. package/lib/components/Markdown/ContainerWrapper.js +0 -27
  1094. package/lib/components/Markdown/Details.d.ts +0 -7
  1095. package/lib/components/Markdown/Details.js +0 -17
  1096. package/lib/components/Markdown/Heading.js +0 -48
  1097. package/lib/components/Markdown/MarkdownLayout.d.ts +0 -17
  1098. package/lib/components/Markdown/MarkdownLayout.js +0 -47
  1099. package/lib/components/Markdown/MarkdownWrapper.d.ts +0 -8
  1100. package/lib/components/Markdown/MarkdownWrapper.js +0 -421
  1101. package/lib/components/Markdown/Mermaid.js +0 -23
  1102. package/lib/components/Markdown/PageWrapper.d.ts +0 -1
  1103. package/lib/components/Markdown/PageWrapper.js +0 -16
  1104. package/lib/components/Markdown/Sup.d.ts +0 -4
  1105. package/lib/components/Markdown/Sup.js +0 -14
  1106. package/lib/components/Markdown/index.d.ts +0 -10
  1107. package/lib/components/Markdown/index.js +0 -27
  1108. package/lib/components/Markdown/styledVariables.d.ts +0 -3
  1109. package/lib/components/Markdown/styledVariables.js +0 -285
  1110. package/lib/components/Menu/MenuGroup.d.ts +0 -10
  1111. package/lib/components/Menu/MenuGroup.js +0 -107
  1112. package/lib/components/Menu/MenuItemLabel.d.ts +0 -3
  1113. package/lib/components/Menu/MenuItemLabel.js +0 -51
  1114. package/lib/components/Menu/MenuItemSwitch.d.ts +0 -4
  1115. package/lib/components/Menu/MenuItemSwitch.js +0 -40
  1116. package/lib/components/Menu/MenuLink.d.ts +0 -2
  1117. package/lib/components/Menu/MenuLink.js +0 -16
  1118. package/lib/components/Menu/MenuLinkItem.d.ts +0 -3
  1119. package/lib/components/Menu/MenuLinkItem.js +0 -16
  1120. package/lib/components/Menu/MobileMenu.d.ts +0 -4
  1121. package/lib/components/Menu/MobileMenu.js +0 -144
  1122. package/lib/components/Menu/MobileMenuGroup.d.ts +0 -9
  1123. package/lib/components/Menu/MobileMenuGroup.js +0 -61
  1124. package/lib/components/Menu/constants.d.ts +0 -5
  1125. package/lib/components/Menu/constants.js +0 -10
  1126. package/lib/components/Menu/hooks/use-mobile-menu-items.d.ts +0 -2
  1127. package/lib/components/Menu/hooks/use-mobile-menu-items.js +0 -80
  1128. package/lib/components/Menu/hooks/use-mobile-menu-levels.d.ts +0 -5
  1129. package/lib/components/Menu/hooks/use-mobile-menu-levels.js +0 -46
  1130. package/lib/components/Menu/index.d.ts +0 -13
  1131. package/lib/components/Menu/index.js +0 -30
  1132. package/lib/components/Menu/styledVariables.d.ts +0 -2
  1133. package/lib/components/Menu/styledVariables.js +0 -103
  1134. package/lib/components/Menu/types.d.ts +0 -4
  1135. package/lib/components/Menu/utils.d.ts +0 -8
  1136. package/lib/components/Menu/utils.js +0 -76
  1137. package/lib/components/Navbar/BurgerButton.d.ts +0 -5
  1138. package/lib/components/Navbar/BurgerButton.js +0 -29
  1139. package/lib/components/Navbar/index.d.ts +0 -5
  1140. package/lib/components/Navbar/index.js +0 -22
  1141. package/lib/components/Navbar/styledVariables.js +0 -42
  1142. package/lib/components/NavbarLogo/NavbarLogo.d.ts +0 -10
  1143. package/lib/components/NavbarLogo/NavbarLogo.js +0 -34
  1144. package/lib/components/NavbarLogo/index.d.ts +0 -2
  1145. package/lib/components/NavbarLogo/index.js +0 -19
  1146. package/lib/components/NavbarLogo/styledVariables.js +0 -17
  1147. package/lib/components/OpenApiDocs/ClearButton.d.ts +0 -8
  1148. package/lib/components/OpenApiDocs/ClearButton.js +0 -48
  1149. package/lib/components/OpenApiDocs/DevOnboardingTryItSecurity.d.ts +0 -3
  1150. package/lib/components/OpenApiDocs/DevOnboardingTryItSecurity.js +0 -178
  1151. package/lib/components/OpenApiDocs/Dropdown.d.ts +0 -28
  1152. package/lib/components/OpenApiDocs/Dropdown.js +0 -150
  1153. package/lib/components/OpenApiDocs/ScorecardBadges.d.ts +0 -11
  1154. package/lib/components/OpenApiDocs/ScorecardBadges.js +0 -58
  1155. package/lib/components/OpenApiDocs/TryItSecurityApps.d.ts +0 -7
  1156. package/lib/components/OpenApiDocs/TryItSecurityApps.js +0 -15
  1157. package/lib/components/OpenApiDocs/hooks/AfterOpenApiOperationSummary.d.ts +0 -1
  1158. package/lib/components/OpenApiDocs/hooks/AfterOpenApiOperationSummary.js +0 -11
  1159. package/lib/components/OpenApiDocs/hooks/BeforeOpenApiOperationSummary.d.ts +0 -1
  1160. package/lib/components/OpenApiDocs/hooks/BeforeOpenApiOperationSummary.js +0 -11
  1161. package/lib/components/OpenApiDocs/hooks/OpenApiTryItSecurityPanel.d.ts +0 -1
  1162. package/lib/components/OpenApiDocs/hooks/OpenApiTryItSecurityPanel.js +0 -14
  1163. package/lib/components/OpenApiDocs/index.d.ts +0 -10
  1164. package/lib/components/OpenApiDocs/index.js +0 -27
  1165. package/lib/components/PageNavigation/index.d.ts +0 -3
  1166. package/lib/components/PageNavigation/index.js +0 -20
  1167. package/lib/components/Panel/PanelComponent.d.ts +0 -13
  1168. package/lib/components/Panel/PanelComponent.js +0 -65
  1169. package/lib/components/Panel/index.d.ts +0 -6
  1170. package/lib/components/Panel/index.js +0 -23
  1171. package/lib/components/Panel/styledVariables.js +0 -482
  1172. package/lib/components/Product/index.d.ts +0 -3
  1173. package/lib/components/Product/index.js +0 -20
  1174. package/lib/components/Product/styledVariables.d.ts +0 -2
  1175. package/lib/components/Product/styledVariables.js +0 -42
  1176. package/lib/components/Profile/AuthUserProfile.d.ts +0 -2
  1177. package/lib/components/Profile/AuthUserProfile.js +0 -22
  1178. package/lib/components/Profile/LoginLink.d.ts +0 -5
  1179. package/lib/components/Profile/LoginLink.js +0 -37
  1180. package/lib/components/Profile/MobileUserProfile.d.ts +0 -2
  1181. package/lib/components/Profile/MobileUserProfile.js +0 -64
  1182. package/lib/components/Profile/Profile.d.ts +0 -15
  1183. package/lib/components/Profile/Profile.js +0 -86
  1184. package/lib/components/Profile/UserProfile.d.ts +0 -3
  1185. package/lib/components/Profile/UserProfile.js +0 -107
  1186. package/lib/components/Profile/UserProfileData.d.ts +0 -9
  1187. package/lib/components/Profile/UserProfileData.js +0 -35
  1188. package/lib/components/Profile/index.d.ts +0 -10
  1189. package/lib/components/Profile/index.js +0 -28
  1190. package/lib/components/Profile/styledVariables.d.ts +0 -2
  1191. package/lib/components/Profile/styledVariables.js +0 -55
  1192. package/lib/components/Profile/types.d.ts +0 -12
  1193. package/lib/components/Profile/types.js +0 -3
  1194. package/lib/components/Scorecard/Card.d.ts +0 -5
  1195. package/lib/components/Scorecard/Card.js +0 -37
  1196. package/lib/components/Scorecard/Gauge.d.ts +0 -11
  1197. package/lib/components/Scorecard/Gauge.js +0 -61
  1198. package/lib/components/Scorecard/StatusByLevelWidget.d.ts +0 -12
  1199. package/lib/components/Scorecard/StatusByLevelWidget.js +0 -83
  1200. package/lib/components/Search/CancelSearch.d.ts +0 -5
  1201. package/lib/components/Search/CancelSearch.js +0 -48
  1202. package/lib/components/Search/ClearIcon.d.ts +0 -3
  1203. package/lib/components/Search/ClearIcon.js +0 -26
  1204. package/lib/components/Search/ClockBackwardsIcon.d.ts +0 -3
  1205. package/lib/components/Search/ClockBackwardsIcon.js +0 -26
  1206. package/lib/components/Search/Input.d.ts +0 -1
  1207. package/lib/components/Search/Input.js +0 -27
  1208. package/lib/components/Search/InputWrapper.d.ts +0 -11
  1209. package/lib/components/Search/InputWrapper.js +0 -80
  1210. package/lib/components/Search/MobileSearchTrigger.d.ts +0 -5
  1211. package/lib/components/Search/MobileSearchTrigger.js +0 -52
  1212. package/lib/components/Search/Popover.d.ts +0 -1
  1213. package/lib/components/Search/Popover.js +0 -35
  1214. package/lib/components/Search/ProductTag.d.ts +0 -6
  1215. package/lib/components/Search/ProductTag.js +0 -61
  1216. package/lib/components/Search/RecentSearches.d.ts +0 -5
  1217. package/lib/components/Search/RecentSearches.js +0 -126
  1218. package/lib/components/Search/SearchIcon.d.ts +0 -3
  1219. package/lib/components/Search/SearchIcon.js +0 -26
  1220. package/lib/components/Search/Shortcut.d.ts +0 -6
  1221. package/lib/components/Search/Shortcut.js +0 -51
  1222. package/lib/components/Search/ShortcutKey.d.ts +0 -8
  1223. package/lib/components/Search/ShortcutKey.js +0 -26
  1224. package/lib/components/Search/SuggestedPages.d.ts +0 -4
  1225. package/lib/components/Search/SuggestedPages.js +0 -104
  1226. package/lib/components/Search/index.d.ts +0 -19
  1227. package/lib/components/Search/index.js +0 -36
  1228. package/lib/components/Search/styledVariables.js +0 -98
  1229. package/lib/components/Search/utils.d.ts +0 -2
  1230. package/lib/components/Search/utils.js +0 -46
  1231. package/lib/components/Select/index.d.ts +0 -2
  1232. package/lib/components/Select/index.js +0 -19
  1233. package/lib/components/Select/styledVariables.js +0 -34
  1234. package/lib/components/Separator/Separator.d.ts +0 -3
  1235. package/lib/components/Separator/Separator.js +0 -28
  1236. package/lib/components/Separator/SeparatorItem.d.ts +0 -3
  1237. package/lib/components/Separator/SeparatorItem.js +0 -31
  1238. package/lib/components/Separator/SeparatorLine.d.ts +0 -1
  1239. package/lib/components/Separator/SeparatorLine.js +0 -20
  1240. package/lib/components/Separator/index.d.ts +0 -3
  1241. package/lib/components/Separator/index.js +0 -20
  1242. package/lib/components/Sidebar/ApiCallItem.d.ts +0 -7
  1243. package/lib/components/Sidebar/ApiCallItem.js +0 -47
  1244. package/lib/components/Sidebar/BackButton.d.ts +0 -7
  1245. package/lib/components/Sidebar/BackButton.js +0 -42
  1246. package/lib/components/Sidebar/Drilldown.d.ts +0 -9
  1247. package/lib/components/Sidebar/Drilldown.js +0 -45
  1248. package/lib/components/Sidebar/DrilldownMenu.d.ts +0 -3
  1249. package/lib/components/Sidebar/DrilldownMenu.js +0 -75
  1250. package/lib/components/Sidebar/DrilldownMenuItem.d.ts +0 -3
  1251. package/lib/components/Sidebar/DrilldownMenuItem.js +0 -37
  1252. package/lib/components/Sidebar/FooterWrapper.d.ts +0 -3
  1253. package/lib/components/Sidebar/FooterWrapper.js +0 -22
  1254. package/lib/components/Sidebar/HeaderWrapper.d.ts +0 -1
  1255. package/lib/components/Sidebar/HeaderWrapper.js +0 -16
  1256. package/lib/components/Sidebar/MobileSidebarButton.d.ts +0 -3
  1257. package/lib/components/Sidebar/MobileSidebarButton.js +0 -46
  1258. package/lib/components/Sidebar/MobileSidebarIcon.d.ts +0 -4
  1259. package/lib/components/Sidebar/MobileSidebarIcon.js +0 -16
  1260. package/lib/components/Sidebar/SidebarItemIcon.d.ts +0 -1
  1261. package/lib/components/Sidebar/SidebarItemIcon.js +0 -16
  1262. package/lib/components/Sidebar/SidebarLayout.d.ts +0 -18
  1263. package/lib/components/Sidebar/SidebarLayout.js +0 -82
  1264. package/lib/components/Sidebar/VersionPicker.d.ts +0 -11
  1265. package/lib/components/Sidebar/VersionPicker.js +0 -117
  1266. package/lib/components/Sidebar/index.d.ts +0 -15
  1267. package/lib/components/Sidebar/index.js +0 -32
  1268. package/lib/components/Sidebar/styledVariables.d.ts +0 -2
  1269. package/lib/components/Sidebar/styledVariables.js +0 -222
  1270. package/lib/components/Sidebar/types.d.ts +0 -48
  1271. package/lib/components/Sidebar/types.js +0 -8
  1272. package/lib/components/SidebarActions/CollapseSidebarButton.d.ts +0 -7
  1273. package/lib/components/SidebarActions/CollapseSidebarButton.js +0 -53
  1274. package/lib/components/SidebarActions/ToggleRightPanelButton.d.ts +0 -7
  1275. package/lib/components/SidebarActions/ToggleRightPanelButton.js +0 -13
  1276. package/lib/components/SidebarActions/index.d.ts +0 -4
  1277. package/lib/components/SidebarActions/index.js +0 -24
  1278. package/lib/components/SidebarLogo/index.d.ts +0 -1
  1279. package/lib/components/SidebarLogo/index.js +0 -18
  1280. package/lib/components/TableOfContent/index.d.ts +0 -2
  1281. package/lib/components/TableOfContent/index.js +0 -19
  1282. package/lib/components/TableOfContent/styledVariables.js +0 -47
  1283. package/lib/components/TableOfContent/utils.d.ts +0 -4
  1284. package/lib/components/TableOfContent/utils.js +0 -41
  1285. package/lib/components/Tabs/Tab.d.ts +0 -9
  1286. package/lib/components/Tabs/Tab.js +0 -58
  1287. package/lib/components/Tabs/Tabs.d.ts +0 -12
  1288. package/lib/components/Tabs/Tabs.js +0 -89
  1289. package/lib/components/Tabs/index.d.ts +0 -2
  1290. package/lib/components/Tabs/index.js +0 -19
  1291. package/lib/components/Tag/index.d.ts +0 -2
  1292. package/lib/components/Tag/index.js +0 -19
  1293. package/lib/components/Tag/styledVariables.js +0 -148
  1294. package/lib/components/Tiles/ThinTile.d.ts +0 -5
  1295. package/lib/components/Tiles/ThinTile.js +0 -126
  1296. package/lib/components/Tiles/TileHeader.d.ts +0 -3
  1297. package/lib/components/Tiles/TileHeader.js +0 -20
  1298. package/lib/components/Tiles/TileText.d.ts +0 -3
  1299. package/lib/components/Tiles/TileText.js +0 -19
  1300. package/lib/components/Tiles/WideTile.d.ts +0 -7
  1301. package/lib/components/Tiles/WideTile.js +0 -116
  1302. package/lib/components/Tiles/index.d.ts +0 -4
  1303. package/lib/components/Tiles/index.js +0 -21
  1304. package/lib/components/Tiles/types.d.ts +0 -17
  1305. package/lib/components/Tiles/types.js +0 -3
  1306. package/lib/components/Tooltip/index.d.ts +0 -2
  1307. package/lib/components/Tooltip/index.js +0 -19
  1308. package/lib/components/Tooltip/styledVariables.js +0 -21
  1309. package/lib/components/Typography/index.d.ts +0 -7
  1310. package/lib/components/Typography/index.js +0 -24
  1311. package/lib/components/index.d.ts +0 -29
  1312. package/lib/components/index.js +0 -46
  1313. package/lib/globalStyle.js +0 -1000
  1314. package/lib/hooks/__tests__/mocks/MockIntersectionObserver.js +0 -79
  1315. package/lib/hooks/index.d.ts +0 -9
  1316. package/lib/hooks/index.js +0 -26
  1317. package/lib/hooks/useActiveHeading.js +0 -80
  1318. package/lib/hooks/useActiveSectionId.js +0 -44
  1319. package/lib/hooks/useControl.js +0 -16
  1320. package/lib/hooks/useDialogHotKeys.js +0 -45
  1321. package/lib/hooks/useFullHeight.js +0 -48
  1322. package/lib/hooks/useMobileMenu.d.ts +0 -2
  1323. package/lib/hooks/useMobileMenu.js +0 -18
  1324. package/lib/hooks/useModalScrollLock.d.ts +0 -1
  1325. package/lib/hooks/useModalScrollLock.js +0 -16
  1326. package/lib/hooks/useMount.js +0 -12
  1327. package/lib/hooks/useNavbarHeight.js +0 -21
  1328. package/lib/hooks/useOutsideClick.d.ts +0 -2
  1329. package/lib/hooks/useOutsideClick.js +0 -22
  1330. package/lib/hooks/useThemeConfig.d.ts +0 -4
  1331. package/lib/hooks/useThemeConfig.js +0 -17
  1332. package/lib/hooks/useUnmount.js +0 -14
  1333. package/lib/i18n/LanguagePicker.d.ts +0 -9
  1334. package/lib/i18n/LanguagePicker.js +0 -99
  1335. package/lib/i18n/index.d.ts +0 -2
  1336. package/lib/i18n/index.js +0 -21
  1337. package/lib/i18n/styledVariables.js +0 -40
  1338. package/lib/icons/AlertIcon/AlertIcon.d.ts +0 -10
  1339. package/lib/icons/AlertIcon/AlertIcon.js +0 -51
  1340. package/lib/icons/AlertIcon/index.d.ts +0 -2
  1341. package/lib/icons/AlertIcon/index.js +0 -6
  1342. package/lib/icons/AnchorIcon/AnchorIcon.d.ts +0 -7
  1343. package/lib/icons/AnchorIcon/AnchorIcon.js +0 -23
  1344. package/lib/icons/AnchorIcon/index.d.ts +0 -2
  1345. package/lib/icons/AnchorIcon/index.js +0 -6
  1346. package/lib/icons/ArrowIcon/ArrowIcon.d.ts +0 -8
  1347. package/lib/icons/ArrowIcon/ArrowIcon.js +0 -60
  1348. package/lib/icons/ArrowIcon/index.d.ts +0 -2
  1349. package/lib/icons/ArrowIcon/index.js +0 -6
  1350. package/lib/icons/BurgerIcon/BurgerIcon.d.ts +0 -5
  1351. package/lib/icons/BurgerIcon/BurgerIcon.js +0 -15
  1352. package/lib/icons/BurgerIcon/index.d.ts +0 -1
  1353. package/lib/icons/BurgerIcon/index.js +0 -6
  1354. package/lib/icons/CheckboxIcon/index.d.ts +0 -1
  1355. package/lib/icons/CheckboxIcon/index.js +0 -6
  1356. package/lib/icons/CloseIcon/index.d.ts +0 -1
  1357. package/lib/icons/CloseIcon/index.js +0 -6
  1358. package/lib/icons/CollapseIcon/CollapseIcon.d.ts +0 -7
  1359. package/lib/icons/CollapseIcon/CollapseIcon.js +0 -22
  1360. package/lib/icons/CollapseIcon/index.d.ts +0 -1
  1361. package/lib/icons/CollapseIcon/index.js +0 -18
  1362. package/lib/icons/ColorModeIcon/ColorModeIcon.js +0 -33
  1363. package/lib/icons/ColorModeIcon/index.d.ts +0 -2
  1364. package/lib/icons/ColorModeIcon/index.js +0 -6
  1365. package/lib/icons/CopyIcon/index.d.ts +0 -1
  1366. package/lib/icons/CopyIcon/index.js +0 -18
  1367. package/lib/icons/DeselectIcon/index.d.ts +0 -1
  1368. package/lib/icons/DeselectIcon/index.js +0 -18
  1369. package/lib/icons/DissatisfiedIcon/DissatisfiedIcon.d.ts +0 -4
  1370. package/lib/icons/DissatisfiedIcon/DissatisfiedIcon.js +0 -18
  1371. package/lib/icons/DissatisfiedIcon/index.d.ts +0 -1
  1372. package/lib/icons/DissatisfiedIcon/index.js +0 -18
  1373. package/lib/icons/EditIcon/index.d.ts +0 -1
  1374. package/lib/icons/EditIcon/index.js +0 -18
  1375. package/lib/icons/ErrorIcon/index.d.ts +0 -1
  1376. package/lib/icons/ErrorIcon/index.js +0 -18
  1377. package/lib/icons/ExpandIcon/ExpandIcon.d.ts +0 -6
  1378. package/lib/icons/ExpandIcon/ExpandIcon.js +0 -22
  1379. package/lib/icons/ExpandIcon/index.d.ts +0 -1
  1380. package/lib/icons/ExpandIcon/index.js +0 -6
  1381. package/lib/icons/ExternalIcon/ExternalIcon.d.ts +0 -5
  1382. package/lib/icons/ExternalIcon/ExternalIcon.js +0 -22
  1383. package/lib/icons/ExternalIcon/index.d.ts +0 -1
  1384. package/lib/icons/ExternalIcon/index.js +0 -18
  1385. package/lib/icons/FileIcon/index.d.ts +0 -1
  1386. package/lib/icons/FileIcon/index.js +0 -18
  1387. package/lib/icons/LanguageIcon/LanguageIcon.d.ts +0 -4
  1388. package/lib/icons/LanguageIcon/LanguageIcon.js +0 -14
  1389. package/lib/icons/LanguageIcon/index.d.ts +0 -1
  1390. package/lib/icons/LanguageIcon/index.js +0 -18
  1391. package/lib/icons/LogoutIcon/index.d.ts +0 -1
  1392. package/lib/icons/LogoutIcon/index.js +0 -6
  1393. package/lib/icons/NeutralIcon/NeutralIcon.d.ts +0 -4
  1394. package/lib/icons/NeutralIcon/NeutralIcon.js +0 -18
  1395. package/lib/icons/NeutralIcon/index.d.ts +0 -1
  1396. package/lib/icons/NeutralIcon/index.js +0 -18
  1397. package/lib/icons/PlusIcon/PlusIcon.d.ts +0 -5
  1398. package/lib/icons/PlusIcon/PlusIcon.js +0 -16
  1399. package/lib/icons/PlusIcon/index.d.ts +0 -1
  1400. package/lib/icons/PlusIcon/index.js +0 -18
  1401. package/lib/icons/PointingArrowIcon/PointingArrowIcon.d.ts +0 -4
  1402. package/lib/icons/PointingArrowIcon/PointingArrowIcon.js +0 -15
  1403. package/lib/icons/PointingArrowIcon/index.d.ts +0 -1
  1404. package/lib/icons/PointingArrowIcon/index.js +0 -18
  1405. package/lib/icons/RadioCheckButtonIcon/index.d.ts +0 -1
  1406. package/lib/icons/RadioCheckButtonIcon/index.js +0 -18
  1407. package/lib/icons/ReportIcon/ReportIcon.d.ts +0 -6
  1408. package/lib/icons/ReportIcon/ReportIcon.js +0 -19
  1409. package/lib/icons/ReportIcon/index.d.ts +0 -1
  1410. package/lib/icons/ReportIcon/index.js +0 -18
  1411. package/lib/icons/RocketIcon/index.d.ts +0 -1
  1412. package/lib/icons/RocketIcon/index.js +0 -18
  1413. package/lib/icons/SatisfiedIcon/SatisfiedIcon.d.ts +0 -4
  1414. package/lib/icons/SatisfiedIcon/SatisfiedIcon.js +0 -18
  1415. package/lib/icons/SatisfiedIcon/index.d.ts +0 -1
  1416. package/lib/icons/SatisfiedIcon/index.js +0 -18
  1417. package/lib/icons/SelectIcon/index.d.ts +0 -1
  1418. package/lib/icons/SelectIcon/index.js +0 -18
  1419. package/lib/icons/ShelfIcon/ShelfIcon.d.ts +0 -12
  1420. package/lib/icons/ShelfIcon/ShelfIcon.js +0 -52
  1421. package/lib/icons/ShelfIcon/index.d.ts +0 -2
  1422. package/lib/icons/ShelfIcon/index.js +0 -6
  1423. package/lib/icons/SpinnerIcon/index.d.ts +0 -1
  1424. package/lib/icons/SpinnerIcon/index.js +0 -6
  1425. package/lib/icons/ThumbDownIcon/index.d.ts +0 -1
  1426. package/lib/icons/ThumbDownIcon/index.js +0 -18
  1427. package/lib/icons/ThumbUpIcon/index.d.ts +0 -1
  1428. package/lib/icons/ThumbUpIcon/index.js +0 -18
  1429. package/lib/icons/index.d.ts +0 -26
  1430. package/lib/icons/index.js +0 -43
  1431. package/lib/layouts/index.d.ts +0 -5
  1432. package/lib/layouts/index.js +0 -22
  1433. package/lib/mocks/Feedback/useSubmitFeedback.d.ts +0 -1
  1434. package/lib/mocks/Feedback/useSubmitFeedback.js +0 -18
  1435. package/lib/mocks/Link.d.ts +0 -2
  1436. package/lib/mocks/Link.js +0 -27
  1437. package/lib/mocks/Profile/useProfileProps.d.ts +0 -1
  1438. package/lib/mocks/Profile/useProfileProps.js +0 -17
  1439. package/lib/mocks/Sidebar/getMenuType.d.ts +0 -2
  1440. package/lib/mocks/Sidebar/getMenuType.js +0 -10
  1441. package/lib/mocks/Sidebar/types.d.ts +0 -11
  1442. package/lib/mocks/Sidebar/types.js +0 -11
  1443. package/lib/mocks/Sidebar/useBreadcrumbs.d.ts +0 -4
  1444. package/lib/mocks/Sidebar/useBreadcrumbs.js +0 -8
  1445. package/lib/mocks/Sidebar/useDrilldown.d.ts +0 -8
  1446. package/lib/mocks/Sidebar/useDrilldown.js +0 -19
  1447. package/lib/mocks/Sidebar/useMenuGroup.d.ts +0 -6
  1448. package/lib/mocks/Sidebar/useMenuGroup.js +0 -17
  1449. package/lib/mocks/Sidebar/useSidebarItems.d.ts +0 -3
  1450. package/lib/mocks/Sidebar/useSidebarItems.js +0 -8
  1451. package/lib/mocks/constants/index.d.ts +0 -2
  1452. package/lib/mocks/constants/index.js +0 -6
  1453. package/lib/mocks/hooks/index.d.ts +0 -35
  1454. package/lib/mocks/hooks/index.js +0 -109
  1455. package/lib/mocks/hooks/usePageData.d.ts +0 -6
  1456. package/lib/mocks/hooks/usePageData.js +0 -11
  1457. package/lib/mocks/media-css.d.ts +0 -5
  1458. package/lib/mocks/media-css.js +0 -5
  1459. package/lib/mocks/search.d.ts +0 -32
  1460. package/lib/mocks/search.js +0 -46
  1461. package/lib/mocks/telemetry.d.ts +0 -2
  1462. package/lib/mocks/telemetry.js +0 -7
  1463. package/lib/mocks/types/index.d.ts +0 -1
  1464. package/lib/mocks/types/index.js +0 -3
  1465. package/lib/mocks/types.d.ts +0 -3
  1466. package/lib/mocks/types.js +0 -4
  1467. package/lib/mocks/useGlobalData.d.ts +0 -1
  1468. package/lib/mocks/useGlobalData.js +0 -8
  1469. package/lib/mocks/usePreloadHistory.d.ts +0 -3
  1470. package/lib/mocks/usePreloadHistory.js +0 -13
  1471. package/lib/mocks/utils.d.ts +0 -7
  1472. package/lib/mocks/utils.js +0 -22
  1473. package/lib/types/config.d.ts +0 -5
  1474. package/lib/types/config.js +0 -3
  1475. package/lib/types/portal/index.d.ts +0 -3
  1476. package/lib/types/portal/index.js +0 -19
  1477. package/lib/types/portal/src/shared/constants.d.ts +0 -21
  1478. package/lib/types/portal/src/shared/constants.js +0 -26
  1479. package/lib/types/portal/src/shared/types/activeItem.d.ts +0 -3
  1480. package/lib/types/portal/src/shared/types/activeItem.js +0 -3
  1481. package/lib/types/portal/src/shared/types/catalog.d.ts +0 -43
  1482. package/lib/types/portal/src/shared/types/feedback.d.ts +0 -13
  1483. package/lib/types/portal/src/shared/types/nav.d.ts +0 -173
  1484. package/lib/types/portal/src/shared/types/nav.js +0 -8
  1485. package/lib/types/portal/src/shared/types/searchDocument.d.ts +0 -21
  1486. package/lib/types/portal/src/shared/types/searchDocument.js +0 -5
  1487. package/lib/ui/ArrowBack.d.ts +0 -5
  1488. package/lib/ui/ArrowBack.js +0 -21
  1489. package/lib/ui/Background.d.ts +0 -7
  1490. package/lib/ui/Background.js +0 -21
  1491. package/lib/ui/Box.d.ts +0 -6
  1492. package/lib/ui/Box.js +0 -22
  1493. package/lib/ui/Burger.d.ts +0 -8
  1494. package/lib/ui/Burger.js +0 -32
  1495. package/lib/ui/Checkbox.d.ts +0 -1
  1496. package/lib/ui/Checkbox.js +0 -70
  1497. package/lib/ui/Dropdown.d.ts +0 -8
  1498. package/lib/ui/Dropdown.js +0 -114
  1499. package/lib/ui/Flex.d.ts +0 -10
  1500. package/lib/ui/Flex.js +0 -21
  1501. package/lib/ui/Highlight.d.ts +0 -5
  1502. package/lib/ui/Highlight.js +0 -63
  1503. package/lib/ui/Jumbotron.d.ts +0 -18
  1504. package/lib/ui/Jumbotron.js +0 -51
  1505. package/lib/ui/darkColors.js +0 -251
  1506. package/lib/ui/index.d.ts +0 -9
  1507. package/lib/ui/index.js +0 -27
  1508. package/lib/utils/ClipboardService.js +0 -33
  1509. package/lib/utils/getNavbarElement.js +0 -15
  1510. package/lib/utils/index.d.ts +0 -13
  1511. package/lib/utils/index.js +0 -30
  1512. package/lib/utils/isUrl.js +0 -37
  1513. package/lib/utils/jsUtils.d.ts +0 -4
  1514. package/lib/utils/jsUtils.js +0 -21
  1515. package/lib/utils/jsonToHtml.d.ts +0 -4
  1516. package/lib/utils/jsonToHtml.js +0 -180
  1517. package/lib/utils/media-css.d.ts +0 -12
  1518. package/lib/utils/media-css.js +0 -13
  1519. package/lib/utils/replaceHashInColor.js +0 -8
  1520. package/lib/utils/urls.d.ts +0 -11
  1521. package/lib/utils/urls.js +0 -55
  1522. package/src/components/Breadcrumbs/index.ts +0 -3
  1523. package/src/components/Breadcrumbs/styledVariables.ts +0 -17
  1524. package/src/components/Button/index.ts +0 -2
  1525. package/src/components/Button/styledVariables.ts +0 -115
  1526. package/src/components/Cards/Card.tsx +0 -54
  1527. package/src/components/Cards/CardsBlock.tsx +0 -10
  1528. package/src/components/Cards/index.ts +0 -2
  1529. package/src/components/Catalog/index.ts +0 -4
  1530. package/src/components/Catalog/styledVariables.ts +0 -94
  1531. package/src/components/Catalog/useCatalog.ts +0 -373
  1532. package/src/components/CodeBlock/CodeBlockControlButton.tsx +0 -28
  1533. package/src/components/CodeBlock/index.ts +0 -5
  1534. package/src/components/CodeBlock/styledVariables.ts +0 -91
  1535. package/src/components/ColorModeSwitcher/index.ts +0 -1
  1536. package/src/components/CopyButton/CopyButton.tsx +0 -79
  1537. package/src/components/CopyButton/index.ts +0 -1
  1538. package/src/components/Dropdown/index.ts +0 -2
  1539. package/src/components/Dropdown/styledVariables.ts +0 -27
  1540. package/src/components/EditPageButton/EditPageButton.tsx +0 -54
  1541. package/src/components/EditPageButton/index.ts +0 -1
  1542. package/src/components/Feedback/Emotions.tsx +0 -38
  1543. package/src/components/Feedback/Thumbs.tsx +0 -27
  1544. package/src/components/Feedback/index.ts +0 -10
  1545. package/src/components/Feedback/types.ts +0 -115
  1546. package/src/components/Feedback/useReportDialog.ts +0 -57
  1547. package/src/components/Filter/FilterTag.tsx +0 -37
  1548. package/src/components/Filter/FilterTags.tsx +0 -39
  1549. package/src/components/Filter/index.ts +0 -6
  1550. package/src/components/Filter/styledVariables.ts +0 -108
  1551. package/src/components/Footer/CustomFooter.tsx +0 -46
  1552. package/src/components/Footer/CustomFooterNavItem.tsx +0 -41
  1553. package/src/components/Footer/FooterColumns.tsx +0 -56
  1554. package/src/components/Footer/index.ts +0 -5
  1555. package/src/components/Footer/styledVariables.ts +0 -58
  1556. package/src/components/Image/index.ts +0 -1
  1557. package/src/components/JsonViewer/index.ts +0 -1
  1558. package/src/components/LastUpdated/index.ts +0 -2
  1559. package/src/components/LastUpdated/styledVariables.ts +0 -8
  1560. package/src/components/Markdown/Admonition.tsx +0 -86
  1561. package/src/components/Markdown/ContainerWrapper.tsx +0 -21
  1562. package/src/components/Markdown/Details.tsx +0 -24
  1563. package/src/components/Markdown/Heading.tsx +0 -47
  1564. package/src/components/Markdown/MarkdownLayout.tsx +0 -75
  1565. package/src/components/Markdown/MarkdownWrapper.tsx +0 -404
  1566. package/src/components/Markdown/Mermaid.tsx +0 -38
  1567. package/src/components/Markdown/PageWrapper.tsx +0 -10
  1568. package/src/components/Markdown/Sup.tsx +0 -17
  1569. package/src/components/Markdown/index.ts +0 -10
  1570. package/src/components/Markdown/styledVariables.ts +0 -284
  1571. package/src/components/Menu/MenuGroup.tsx +0 -122
  1572. package/src/components/Menu/MenuItemLabel.tsx +0 -46
  1573. package/src/components/Menu/MenuItemSwitch.tsx +0 -61
  1574. package/src/components/Menu/MenuLink.tsx +0 -11
  1575. package/src/components/Menu/MenuLinkItem.tsx +0 -30
  1576. package/src/components/Menu/MobileMenu.tsx +0 -151
  1577. package/src/components/Menu/MobileMenuGroup.tsx +0 -93
  1578. package/src/components/Menu/constants.ts +0 -5
  1579. package/src/components/Menu/hooks/use-mobile-menu-items.ts +0 -96
  1580. package/src/components/Menu/hooks/use-mobile-menu-levels.ts +0 -50
  1581. package/src/components/Menu/index.ts +0 -13
  1582. package/src/components/Menu/styledVariables.ts +0 -101
  1583. package/src/components/Menu/types.ts +0 -4
  1584. package/src/components/Menu/utils.ts +0 -110
  1585. package/src/components/Navbar/BurgerButton.tsx +0 -34
  1586. package/src/components/Navbar/index.ts +0 -5
  1587. package/src/components/Navbar/styledVariables.ts +0 -39
  1588. package/src/components/NavbarLogo/NavbarLogo.tsx +0 -48
  1589. package/src/components/NavbarLogo/index.ts +0 -2
  1590. package/src/components/NavbarLogo/styledVariables.ts +0 -14
  1591. package/src/components/OpenApiDocs/ClearButton.tsx +0 -32
  1592. package/src/components/OpenApiDocs/DevOnboardingTryItSecurity.tsx +0 -176
  1593. package/src/components/OpenApiDocs/Dropdown.tsx +0 -202
  1594. package/src/components/OpenApiDocs/ScorecardBadges.tsx +0 -83
  1595. package/src/components/OpenApiDocs/TryItSecurityApps.tsx +0 -17
  1596. package/src/components/OpenApiDocs/hooks/AfterOpenApiOperationSummary.tsx +0 -9
  1597. package/src/components/OpenApiDocs/hooks/BeforeOpenApiOperationSummary.tsx +0 -9
  1598. package/src/components/OpenApiDocs/hooks/OpenApiTryItSecurityPanel.tsx +0 -12
  1599. package/src/components/OpenApiDocs/index.ts +0 -10
  1600. package/src/components/PageNavigation/index.ts +0 -3
  1601. package/src/components/Panel/Panel.ts +0 -34
  1602. package/src/components/Panel/PanelComponent.tsx +0 -79
  1603. package/src/components/Panel/index.ts +0 -6
  1604. package/src/components/Panel/styledVariables.ts +0 -480
  1605. package/src/components/Product/index.ts +0 -3
  1606. package/src/components/Product/styledVariables.ts +0 -40
  1607. package/src/components/Profile/AuthUserProfile.tsx +0 -25
  1608. package/src/components/Profile/LoginLink.tsx +0 -46
  1609. package/src/components/Profile/MobileUserProfile.tsx +0 -79
  1610. package/src/components/Profile/Profile.tsx +0 -85
  1611. package/src/components/Profile/UserProfile.tsx +0 -118
  1612. package/src/components/Profile/UserProfileData.tsx +0 -40
  1613. package/src/components/Profile/index.ts +0 -10
  1614. package/src/components/Profile/styledVariables.ts +0 -53
  1615. package/src/components/Profile/types.ts +0 -12
  1616. package/src/components/Scorecard/Card.tsx +0 -33
  1617. package/src/components/Scorecard/Gauge.tsx +0 -52
  1618. package/src/components/Scorecard/StatusByLevelWidget.tsx +0 -71
  1619. package/src/components/Search/CancelSearch.tsx +0 -32
  1620. package/src/components/Search/ClearIcon.tsx +0 -34
  1621. package/src/components/Search/ClockBackwardsIcon.tsx +0 -26
  1622. package/src/components/Search/Input.tsx +0 -21
  1623. package/src/components/Search/InputWrapper.tsx +0 -89
  1624. package/src/components/Search/MobileSearchTrigger.tsx +0 -38
  1625. package/src/components/Search/Popover.tsx +0 -29
  1626. package/src/components/Search/ProductTag.tsx +0 -46
  1627. package/src/components/Search/RecentSearches.tsx +0 -130
  1628. package/src/components/Search/SearchIcon.tsx +0 -39
  1629. package/src/components/Search/Shortcut.tsx +0 -34
  1630. package/src/components/Search/ShortcutKey.tsx +0 -27
  1631. package/src/components/Search/SuggestedPages.tsx +0 -96
  1632. package/src/components/Search/index.ts +0 -19
  1633. package/src/components/Search/styledVariables.ts +0 -95
  1634. package/src/components/Search/utils.tsx +0 -20
  1635. package/src/components/Select/index.ts +0 -2
  1636. package/src/components/Select/styledVariables.ts +0 -31
  1637. package/src/components/Separator/Separator.tsx +0 -34
  1638. package/src/components/Separator/SeparatorItem.tsx +0 -28
  1639. package/src/components/Separator/SeparatorLine.tsx +0 -14
  1640. package/src/components/Separator/index.ts +0 -3
  1641. package/src/components/Sidebar/ApiCallItem.tsx +0 -53
  1642. package/src/components/Sidebar/BackButton.tsx +0 -50
  1643. package/src/components/Sidebar/Drilldown.tsx +0 -49
  1644. package/src/components/Sidebar/DrilldownMenu.tsx +0 -65
  1645. package/src/components/Sidebar/DrilldownMenuItem.tsx +0 -41
  1646. package/src/components/Sidebar/FooterWrapper.tsx +0 -16
  1647. package/src/components/Sidebar/HeaderWrapper.tsx +0 -10
  1648. package/src/components/Sidebar/MobileSidebarButton.tsx +0 -41
  1649. package/src/components/Sidebar/MobileSidebarIcon.tsx +0 -18
  1650. package/src/components/Sidebar/SidebarItemIcon.tsx +0 -10
  1651. package/src/components/Sidebar/SidebarLayout.tsx +0 -109
  1652. package/src/components/Sidebar/VersionPicker.tsx +0 -112
  1653. package/src/components/Sidebar/index.ts +0 -15
  1654. package/src/components/Sidebar/styledVariables.ts +0 -220
  1655. package/src/components/Sidebar/types.ts +0 -52
  1656. package/src/components/SidebarActions/CollapseSidebarButton.tsx +0 -45
  1657. package/src/components/SidebarActions/ToggleRightPanelButton.tsx +0 -25
  1658. package/src/components/SidebarActions/index.tsx +0 -4
  1659. package/src/components/SidebarLogo/index.ts +0 -1
  1660. package/src/components/TableOfContent/index.ts +0 -2
  1661. package/src/components/TableOfContent/styledVariables.ts +0 -44
  1662. package/src/components/TableOfContent/utils.ts +0 -42
  1663. package/src/components/Tabs/Tab.tsx +0 -69
  1664. package/src/components/Tabs/Tabs.tsx +0 -79
  1665. package/src/components/Tabs/index.ts +0 -2
  1666. package/src/components/Tag/index.ts +0 -2
  1667. package/src/components/Tag/styledVariables.ts +0 -145
  1668. package/src/components/Tiles/ThinTile.tsx +0 -136
  1669. package/src/components/Tiles/TileHeader.ts +0 -14
  1670. package/src/components/Tiles/TileText.tsx +0 -13
  1671. package/src/components/Tiles/WideTile.tsx +0 -140
  1672. package/src/components/Tiles/index.ts +0 -4
  1673. package/src/components/Tiles/types.ts +0 -19
  1674. package/src/components/Tooltip/index.ts +0 -2
  1675. package/src/components/Tooltip/styledVariables.ts +0 -18
  1676. package/src/components/Typography/index.ts +0 -7
  1677. package/src/components/index.ts +0 -29
  1678. package/src/globalStyle.ts +0 -1016
  1679. package/src/hooks/index.ts +0 -9
  1680. package/src/hooks/useActiveSectionId.ts +0 -54
  1681. package/src/hooks/useMobileMenu.ts +0 -16
  1682. package/src/hooks/useModalScrollLock.ts +0 -12
  1683. package/src/hooks/useNavbarHeight.ts +0 -25
  1684. package/src/hooks/useOutsideClick.ts +0 -23
  1685. package/src/hooks/useThemeConfig.ts +0 -26
  1686. package/src/i18n/LanguagePicker.tsx +0 -120
  1687. package/src/i18n/index.ts +0 -2
  1688. package/src/i18n/styledVariables.ts +0 -37
  1689. package/src/icons/AlertIcon/AlertIcon.tsx +0 -111
  1690. package/src/icons/AlertIcon/index.ts +0 -2
  1691. package/src/icons/AnchorIcon/AnchorIcon.tsx +0 -36
  1692. package/src/icons/AnchorIcon/index.ts +0 -2
  1693. package/src/icons/ArrowIcon/ArrowIcon.tsx +0 -61
  1694. package/src/icons/ArrowIcon/index.ts +0 -2
  1695. package/src/icons/BurgerIcon/BurgerIcon.tsx +0 -12
  1696. package/src/icons/BurgerIcon/index.ts +0 -1
  1697. package/src/icons/CheckboxIcon/index.ts +0 -1
  1698. package/src/icons/CloseIcon/index.ts +0 -1
  1699. package/src/icons/CollapseIcon/CollapseIcon.tsx +0 -40
  1700. package/src/icons/CollapseIcon/index.tsx +0 -1
  1701. package/src/icons/ColorModeIcon/ColorModeIcon.tsx +0 -57
  1702. package/src/icons/ColorModeIcon/index.ts +0 -2
  1703. package/src/icons/CopyIcon/index.ts +0 -1
  1704. package/src/icons/DeselectIcon/index.ts +0 -1
  1705. package/src/icons/DissatisfiedIcon/DissatisfiedIcon.tsx +0 -28
  1706. package/src/icons/DissatisfiedIcon/index.ts +0 -1
  1707. package/src/icons/EditIcon/index.ts +0 -1
  1708. package/src/icons/ErrorIcon/index.ts +0 -1
  1709. package/src/icons/ExpandIcon/ExpandIcon.tsx +0 -39
  1710. package/src/icons/ExpandIcon/index.ts +0 -1
  1711. package/src/icons/ExternalIcon/ExternalIcon.tsx +0 -44
  1712. package/src/icons/ExternalIcon/index.ts +0 -1
  1713. package/src/icons/FileIcon/index.ts +0 -1
  1714. package/src/icons/LanguageIcon/LanguageIcon.tsx +0 -15
  1715. package/src/icons/LanguageIcon/index.ts +0 -1
  1716. package/src/icons/LogoutIcon/index.ts +0 -1
  1717. package/src/icons/NeutralIcon/NeutralIcon.tsx +0 -25
  1718. package/src/icons/NeutralIcon/index.ts +0 -1
  1719. package/src/icons/PlusIcon/PlusIcon.tsx +0 -25
  1720. package/src/icons/PlusIcon/index.ts +0 -1
  1721. package/src/icons/PointingArrowIcon/PointingArrowIcon.tsx +0 -16
  1722. package/src/icons/PointingArrowIcon/index.ts +0 -1
  1723. package/src/icons/RadioCheckButtonIcon/index.ts +0 -1
  1724. package/src/icons/ReportIcon/ReportIcon.tsx +0 -36
  1725. package/src/icons/ReportIcon/index.ts +0 -1
  1726. package/src/icons/RocketIcon/index.tsx +0 -1
  1727. package/src/icons/SatisfiedIcon/SatisfiedIcon.tsx +0 -41
  1728. package/src/icons/SatisfiedIcon/index.ts +0 -1
  1729. package/src/icons/SelectIcon/index.ts +0 -1
  1730. package/src/icons/ShelfIcon/ShelfIcon.tsx +0 -47
  1731. package/src/icons/ShelfIcon/index.ts +0 -2
  1732. package/src/icons/SpinnerIcon/index.ts +0 -1
  1733. package/src/icons/ThumbDownIcon/index.ts +0 -1
  1734. package/src/icons/ThumbUpIcon/index.ts +0 -1
  1735. package/src/icons/index.ts +0 -26
  1736. package/src/layouts/index.ts +0 -5
  1737. package/src/mocks/Feedback/useSubmitFeedback.tsx +0 -4
  1738. package/src/mocks/Link.tsx +0 -17
  1739. package/src/mocks/Profile/useProfileProps.tsx +0 -12
  1740. package/src/mocks/Sidebar/getMenuType.ts +0 -6
  1741. package/src/mocks/Sidebar/types.ts +0 -15
  1742. package/src/mocks/Sidebar/useBreadcrumbs.ts +0 -3
  1743. package/src/mocks/Sidebar/useDrilldown.tsx +0 -12
  1744. package/src/mocks/Sidebar/useMenuGroup.tsx +0 -10
  1745. package/src/mocks/Sidebar/useSidebarItems.tsx +0 -7
  1746. package/src/mocks/constants/index.ts +0 -2
  1747. package/src/mocks/hooks/index.ts +0 -118
  1748. package/src/mocks/hooks/usePageData.ts +0 -12
  1749. package/src/mocks/media-css.ts +0 -1
  1750. package/src/mocks/search.ts +0 -66
  1751. package/src/mocks/telemetry.ts +0 -5
  1752. package/src/mocks/types/index.ts +0 -1
  1753. package/src/mocks/types.ts +0 -5
  1754. package/src/mocks/useGlobalData.tsx +0 -3
  1755. package/src/mocks/usePreloadHistory.ts +0 -9
  1756. package/src/mocks/utils.ts +0 -22
  1757. package/src/types/config.ts +0 -5
  1758. package/src/types/portal/index.ts +0 -3
  1759. package/src/types/portal/src/shared/constants.ts +0 -21
  1760. package/src/types/portal/src/shared/types/activeItem.ts +0 -1
  1761. package/src/types/portal/src/shared/types/catalog.ts +0 -44
  1762. package/src/types/portal/src/shared/types/feedback.ts +0 -22
  1763. package/src/types/portal/src/shared/types/i18n.d.ts +0 -5
  1764. package/src/types/portal/src/shared/types/markdown.ts +0 -6
  1765. package/src/types/portal/src/shared/types/nav.ts +0 -191
  1766. package/src/types/portal/src/shared/types/searchDocument.ts +0 -23
  1767. package/src/ui/ArrowBack.tsx +0 -33
  1768. package/src/ui/Background.tsx +0 -16
  1769. package/src/ui/Box.tsx +0 -37
  1770. package/src/ui/Burger.tsx +0 -39
  1771. package/src/ui/Checkbox.tsx +0 -64
  1772. package/src/ui/Dropdown.tsx +0 -131
  1773. package/src/ui/Flex.tsx +0 -24
  1774. package/src/ui/Highlight.tsx +0 -48
  1775. package/src/ui/Jumbotron.tsx +0 -57
  1776. package/src/ui/darkColors.tsx +0 -248
  1777. package/src/ui/index.tsx +0 -12
  1778. package/src/utils/index.ts +0 -13
  1779. package/src/utils/jsUtils.ts +0 -18
  1780. package/src/utils/jsonToHtml.ts +0 -234
  1781. package/src/utils/media-css.ts +0 -16
  1782. package/src/utils/urls.ts +0 -54
  1783. /package/lib/components/Breadcrumbs/{styledVariables.d.ts → variables.d.ts} +0 -0
  1784. /package/lib/components/Button/{styledVariables.d.ts → variables.d.ts} +0 -0
  1785. /package/lib/components/Catalog/{styledVariables.d.ts → variables.d.ts} +0 -0
  1786. /package/lib/components/CodeBlock/{styledVariables.d.ts → variables.d.ts} +0 -0
  1787. /package/lib/{icons/ColorModeIcon → components/ColorModeSwitcher}/ColorModeIcon.d.ts +0 -0
  1788. /package/lib/components/Dropdown/{styledVariables.d.ts → variables.d.ts} +0 -0
  1789. /package/lib/components/Filter/{styledVariables.d.ts → variables.d.ts} +0 -0
  1790. /package/lib/components/Footer/{styledVariables.d.ts → variables.d.ts} +0 -0
  1791. /package/lib/{i18n/styledVariables.d.ts → components/LanguagePicker/variables.d.ts} +0 -0
  1792. /package/lib/components/LastUpdated/{styledVariables.d.ts → variables.d.ts} +0 -0
  1793. /package/lib/components/{NavbarLogo/styledVariables.d.ts → Logo/variables.d.ts} +0 -0
  1794. /package/lib/components/Navbar/{styledVariables.d.ts → variables.d.ts} +0 -0
  1795. /package/lib/components/Panel/{styledVariables.d.ts → variables.d.ts} +0 -0
  1796. /package/lib/components/Search/{styledVariables.d.ts → variables.d.ts} +0 -0
  1797. /package/lib/components/Select/{styledVariables.d.ts → variables.d.ts} +0 -0
  1798. /package/lib/components/TableOfContent/{styledVariables.d.ts → variables.d.ts} +0 -0
  1799. /package/lib/components/Tag/{styledVariables.d.ts → variables.d.ts} +0 -0
  1800. /package/lib/components/Tooltip/{styledVariables.d.ts → variables.d.ts} +0 -0
  1801. /package/lib/{hooks/__tests__/mocks/MockIntersectionObserver.d.ts → core/hooks/__tests__/mocks/mock-intersection-observer.d.ts} +0 -0
  1802. /package/lib/{hooks/useActiveHeading.d.ts → core/hooks/use-active-heading.d.ts} +0 -0
  1803. /package/lib/{hooks/useActiveSectionId.d.ts → core/hooks/use-active-section-id.d.ts} +0 -0
  1804. /package/lib/{hooks/useControl.d.ts → core/hooks/use-control.d.ts} +0 -0
  1805. /package/lib/{hooks/useDialogHotKeys.d.ts → core/hooks/use-dialog-hotkeys.d.ts} +0 -0
  1806. /package/lib/{hooks/useFullHeight.d.ts → core/hooks/use-full-height.d.ts} +0 -0
  1807. /package/lib/{hooks/useMount.d.ts → core/hooks/use-mount.d.ts} +0 -0
  1808. /package/lib/{hooks/useNavbarHeight.d.ts → core/hooks/use-navbar-height.d.ts} +0 -0
  1809. /package/lib/{hooks/useUnmount.d.ts → core/hooks/use-unmount.d.ts} +0 -0
  1810. /package/lib/{ui/darkColors.d.ts → core/styles/dark.d.ts} +0 -0
  1811. /package/lib/{globalStyle.d.ts → core/styles/global.d.ts} +0 -0
  1812. /package/lib/{types/portal/src/shared → core}/types/catalog.js +0 -0
  1813. /package/lib/{types/portal/src/shared → core}/types/feedback.js +0 -0
  1814. /package/lib/{types/portal/src/shared → core}/types/markdown.d.ts +0 -0
  1815. /package/lib/{types/portal/src/shared → core}/types/markdown.js +0 -0
  1816. /package/lib/{utils → core/utils}/args-typecheck.d.ts +0 -0
  1817. /package/lib/{utils → core/utils}/args-typecheck.js +0 -0
  1818. /package/lib/{utils → core/utils}/class-names.d.ts +0 -0
  1819. /package/lib/{utils → core/utils}/class-names.js +0 -0
  1820. /package/lib/{utils/ClipboardService.d.ts → core/utils/clipboard-service.d.ts} +0 -0
  1821. /package/lib/{utils → core/utils}/color.d.ts +0 -0
  1822. /package/lib/{utils → core/utils}/color.js +0 -0
  1823. /package/lib/{utils → core/utils}/css-variables.d.ts +0 -0
  1824. /package/lib/{utils → core/utils}/css-variables.js +0 -0
  1825. /package/lib/{utils/getNavbarElement.d.ts → core/utils/get-navbar-element.d.ts} +0 -0
  1826. /package/lib/{utils → core/utils}/highlight.d.ts +0 -0
  1827. /package/lib/{utils → core/utils}/highlight.js +0 -0
  1828. /package/lib/{utils/isUrl.d.ts → core/utils/is-url.d.ts} +0 -0
  1829. /package/lib/{utils/replaceHashInColor.d.ts → core/utils/replace-hash-in-color.d.ts} +0 -0
  1830. /package/lib/{utils → core/utils}/tags-parser.d.ts +0 -0
  1831. /package/lib/{utils → core/utils}/tags-parser.js +0 -0
  1832. /package/lib/{utils → core/utils}/text-transform.d.ts +0 -0
  1833. /package/lib/{utils → core/utils}/text-transform.js +0 -0
  1834. /package/lib/{utils → core/utils}/theme-helpers.d.ts +0 -0
  1835. /package/lib/{utils → core/utils}/theme-helpers.js +0 -0
  1836. /package/lib/{components/Feedback → icons}/types.js +0 -0
  1837. /package/lib/{components/Markdown → markdoc/components/Heading}/Heading.d.ts +0 -0
  1838. /package/lib/{components/Markdown → markdoc/components/Mermaid}/Mermaid.d.ts +0 -0
  1839. /package/lib/{components/Menu → markdoc/tags}/types.js +0 -0
  1840. /package/src/{hooks/__tests__/mocks/MockIntersectionObserver.ts → core/hooks/__tests__/mocks/mock-intersection-observer.ts} +0 -0
  1841. /package/src/{hooks/useActiveHeading.ts → core/hooks/use-active-heading.ts} +0 -0
  1842. /package/src/{hooks/useControl.ts → core/hooks/use-control.ts} +0 -0
  1843. /package/src/{hooks/useDialogHotKeys.ts → core/hooks/use-dialog-hotkeys.ts} +0 -0
  1844. /package/src/{hooks/useFullHeight.ts → core/hooks/use-full-height.ts} +0 -0
  1845. /package/src/{hooks/useMount.ts → core/hooks/use-mount.ts} +0 -0
  1846. /package/src/{hooks/useUnmount.ts → core/hooks/use-unmount.ts} +0 -0
  1847. /package/src/{utils → core/utils}/args-typecheck.ts +0 -0
  1848. /package/src/{utils → core/utils}/class-names.ts +0 -0
  1849. /package/src/{utils/ClipboardService.ts → core/utils/clipboard-service.ts} +0 -0
  1850. /package/src/{utils → core/utils}/color.ts +0 -0
  1851. /package/src/{utils → core/utils}/css-variables.ts +0 -0
  1852. /package/src/{utils/getNavbarElement.ts → core/utils/get-navbar-element.ts} +0 -0
  1853. /package/src/{utils → core/utils}/highlight.ts +0 -0
  1854. /package/src/{utils/isUrl.ts → core/utils/is-url.ts} +0 -0
  1855. /package/src/{utils/replaceHashInColor.ts → core/utils/replace-hash-in-color.ts} +0 -0
  1856. /package/src/{utils → core/utils}/tags-parser.ts +0 -0
  1857. /package/src/{utils → core/utils}/text-transform.ts +0 -0
  1858. /package/src/{utils → core/utils}/theme-helpers.ts +0 -0
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.InformationFilledIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M8 1C6.61553 1 5.26216 1.41054 4.11101 2.17971C2.95987 2.94888 2.06266 4.04213 1.53285 5.32122C1.00303 6.6003 0.86441 8.00776 1.13451 9.36563C1.4046 10.7235 2.07129 11.9708 3.05026 12.9497C4.02922 13.9287 5.2765 14.5954 6.63437 14.8655C7.99224 15.1356 9.3997 14.997 10.6788 14.4672C11.9579 13.9373 13.0511 13.0401 13.8203 11.889C14.5895 10.7378 15 9.38447 15 8C15 6.14348 14.2625 4.36301 12.9497 3.05025C11.637 1.7375 9.85652 1 8 1ZM8 4C8.14834 4 8.29334 4.04399 8.41668 4.1264C8.54002 4.20881 8.63615 4.32594 8.69291 4.46299C8.74968 4.60003 8.76453 4.75083 8.73559 4.89632C8.70665 5.0418 8.63522 5.17544 8.53033 5.28033C8.42544 5.38522 8.29181 5.45665 8.14632 5.48559C8.00083 5.51453 7.85004 5.49968 7.71299 5.44291C7.57595 5.38614 7.45881 5.29001 7.3764 5.16668C7.29399 5.04334 7.25 4.89834 7.25 4.75C7.25 4.55109 7.32902 4.36032 7.46967 4.21967C7.61033 4.07902 7.80109 4 8 4ZM10 12.0625H6V10.9375H7.4375V8.0625H6.5V6.9375H8.5625V10.9375H10V12.0625Z" })));
12
+ exports.InformationFilledIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
13
+ 'data-component-name': 'icons/InformationFilledIcon/InformationFilledIcon',
14
+ })) `
15
+ path {
16
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
17
+ }
18
+
19
+ height: ${({ size }) => size || '16px'};
20
+ width: ${({ size }) => size || '16px'};
21
+ `;
22
+ //# sourceMappingURL=InformationFilledIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const InformationIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.InformationIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M8.5 11V7H6.5V8H7.5V11H6V12H10V11H8.5Z" }),
12
+ react_1.default.createElement("path", { d: "M8 4C7.85167 4 7.70666 4.04399 7.58333 4.1264C7.45999 4.20881 7.36386 4.32595 7.30709 4.46299C7.25033 4.60004 7.23548 4.75084 7.26441 4.89632C7.29335 5.04181 7.36478 5.17544 7.46967 5.28033C7.57456 5.38522 7.7082 5.45665 7.85369 5.48559C7.99917 5.51453 8.14997 5.49968 8.28701 5.44291C8.42406 5.38615 8.54119 5.29002 8.6236 5.16668C8.70602 5.04334 8.75 4.89834 8.75 4.75C8.75 4.55109 8.67098 4.36033 8.53033 4.21967C8.38968 4.07902 8.19892 4 8 4Z" }),
13
+ react_1.default.createElement("path", { d: "M8 15C6.61553 15 5.26216 14.5895 4.11101 13.8203C2.95987 13.0511 2.06266 11.9579 1.53285 10.6788C1.00303 9.3997 0.86441 7.99224 1.13451 6.63437C1.4046 5.2765 2.07129 4.02922 3.05026 3.05026C4.02922 2.07129 5.2765 1.4046 6.63437 1.13451C7.99224 0.86441 9.3997 1.00303 10.6788 1.53285C11.9579 2.06266 13.0511 2.95987 13.8203 4.11101C14.5895 5.26216 15 6.61553 15 8C15 9.85652 14.2625 11.637 12.9497 12.9497C11.637 14.2625 9.85652 15 8 15ZM8 2C6.81332 2 5.65328 2.3519 4.66658 3.01119C3.67989 3.67047 2.91085 4.60755 2.45673 5.7039C2.0026 6.80026 1.88378 8.00666 2.11529 9.17054C2.3468 10.3344 2.91825 11.4035 3.75736 12.2426C4.59648 13.0818 5.66558 13.6532 6.82946 13.8847C7.99335 14.1162 9.19975 13.9974 10.2961 13.5433C11.3925 13.0892 12.3295 12.3201 12.9888 11.3334C13.6481 10.3467 14 9.18669 14 8C14 6.4087 13.3679 4.88258 12.2426 3.75736C11.1174 2.63214 9.5913 2 8 2Z" })));
14
+ exports.InformationIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
15
+ 'data-component-name': 'icons/InformationIcon/InformationIcon',
16
+ })) `
17
+ path {
18
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
19
+ }
20
+
21
+ height: ${({ size }) => size || '16px'};
22
+ width: ${({ size }) => size || '16px'};
23
+ `;
24
+ //# sourceMappingURL=InformationIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const JsonIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.JsonIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M15.5 5.5V10.5H14.5L13.5 7.5V10.5H12.5V5.5H13.5L14.5 8.5V5.5H15.5Z" }),
12
+ react_1.default.createElement("path", { d: "M10.6667 10.5H9.33325C9.11234 10.4997 8.90054 10.4119 8.74433 10.2557C8.58812 10.0995 8.50025 9.88766 8.5 9.66675V6.33325C8.50025 6.11234 8.58812 5.90054 8.74433 5.74433C8.90054 5.58812 9.11234 5.50025 9.33325 5.5H10.6667C10.8877 5.50025 11.0995 5.58812 11.2557 5.74433C11.4119 5.90054 11.4997 6.11234 11.5 6.33325V9.66675C11.4997 9.88766 11.4119 10.0995 11.2557 10.2557C11.0995 10.4119 10.8877 10.4997 10.6667 10.5ZM9.5 9.5H10.5V6.5H9.5V9.5Z" }),
13
+ react_1.default.createElement("path", { d: "M6.66675 10.5H4.5V9.5H6.5V8.5H5.5C5.23486 8.49974 4.98066 8.39429 4.79319 8.20681C4.60571 8.01934 4.50026 7.76514 4.5 7.5V6.33325C4.50025 6.11234 4.58812 5.90054 4.74433 5.74433C4.90054 5.58812 5.11234 5.50025 5.33325 5.5H7.5V6.5H5.5V7.5H6.5C6.76514 7.50026 7.01934 7.60571 7.20681 7.79319C7.39429 7.98066 7.49974 8.23486 7.5 8.5V9.66675C7.49975 9.88766 7.41188 10.0995 7.25567 10.2557C7.09946 10.4119 6.88766 10.4997 6.66675 10.5Z" }),
14
+ react_1.default.createElement("path", { d: "M2.66675 10.5H1.33325C1.11234 10.4997 0.900541 10.4119 0.744331 10.2557C0.588121 10.0995 0.500251 9.88766 0.5 9.66675V8.5H1.5V9.5H2.5V5.5H3.5V9.66675C3.49975 9.88766 3.41188 10.0995 3.25567 10.2557C3.09946 10.4119 2.88766 10.4997 2.66675 10.5Z" })));
15
+ exports.JsonIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
16
+ 'data-component-name': 'icons/JsonIcon/JsonIcon',
17
+ })) `
18
+ path {
19
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
20
+ }
21
+
22
+ height: ${({ size }) => size || '16px'};
23
+ width: ${({ size }) => size || '16px'};
24
+ `;
25
+ //# sourceMappingURL=JsonIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const LaunchIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.LaunchIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M13 14H3C2.73489 13.9996 2.48075 13.8942 2.29329 13.7067C2.10583 13.5193 2.00036 13.2651 2 13V3C2.00036 2.73489 2.10583 2.48075 2.29329 2.29329C2.48075 2.10583 2.73489 2.00036 3 2H8V3H3V13H13V8H14V13C13.9996 13.2651 13.8942 13.5193 13.7067 13.7067C13.5193 13.8942 13.2651 13.9996 13 14Z" }),
12
+ react_1.default.createElement("path", { d: "M10 1V2H13.293L9 6.293L9.707 7L14 2.707V6H15V1H10Z" })));
13
+ exports.LaunchIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
14
+ 'data-component-name': 'icons/LaunchIcon/LaunchIcon',
15
+ })) `
16
+ path {
17
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
18
+ }
19
+
20
+ height: ${({ size }) => size || '16px'};
21
+ width: ${({ size }) => size || '16px'};
22
+ `;
23
+ //# sourceMappingURL=LaunchIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const LinkIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.LinkIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M14.625 3.37992C14.3463 3.10024 14.0151 2.87833 13.6505 2.72692C13.2858 2.5755 12.8949 2.49756 12.5 2.49756C12.1052 2.49756 11.7142 2.5755 11.3496 2.72692C10.9849 2.87833 10.6537 3.10024 10.375 3.37992L11.085 4.08992C11.2712 3.90378 11.4922 3.75611 11.7354 3.65537C11.9786 3.55463 12.2393 3.50278 12.5025 3.50278C12.7658 3.50278 13.0264 3.55463 13.2697 3.65537C13.5129 3.75611 13.7339 3.90378 13.92 4.08992C14.1062 4.27607 14.2538 4.49706 14.3546 4.74028C14.4553 4.98349 14.5072 5.24417 14.5072 5.50742C14.5072 5.77068 14.4553 6.03135 14.3546 6.27457C14.2538 6.51778 14.1062 6.73878 13.92 6.92492L9.92002 10.9249C9.54473 11.3009 9.03548 11.5123 8.50428 11.5128C7.97309 11.5133 7.46346 11.3027 7.08752 10.9274C6.71157 10.5521 6.5001 10.0429 6.49964 9.51169C6.49917 8.98049 6.70973 8.47087 7.08502 8.09492L7.79002 7.38492L7.08502 6.67492L6.37502 7.38492C6.09534 7.66363 5.87343 7.99481 5.72201 8.35947C5.57059 8.72412 5.49265 9.11508 5.49265 9.50992C5.49265 9.90477 5.57059 10.2957 5.72201 10.6604C5.87343 11.025 6.09534 11.3562 6.37502 11.6349C6.94076 12.1934 7.70505 12.5045 8.50002 12.4999C8.89637 12.5016 9.28913 12.4246 9.65558 12.2736C10.022 12.1225 10.3549 11.9004 10.635 11.6199L14.635 7.61992C15.1955 7.0561 15.5093 6.29286 15.5074 5.49785C15.5055 4.70285 15.1881 3.9411 14.625 3.37992Z" }),
12
+ react_1.default.createElement("path", { d: "M2.09502 12.4099C1.90831 12.2241 1.76016 12.0032 1.65907 11.7599C1.55798 11.5167 1.50593 11.2559 1.50593 10.9924C1.50593 10.729 1.55798 10.4682 1.65907 10.2249C1.76016 9.98165 1.90831 9.76076 2.09502 9.57492L6.09502 5.57492C6.28085 5.38822 6.50174 5.24007 6.745 5.13898C6.98826 5.03788 7.24909 4.98584 7.51252 4.98584C7.77594 4.98584 8.03677 5.03788 8.28003 5.13898C8.52329 5.24007 8.74418 5.38822 8.93002 5.57492C9.11554 5.76222 9.26158 5.98486 9.35949 6.22963C9.4574 6.47441 9.50519 6.73634 9.50002 6.99992C9.50154 7.26433 9.45062 7.52641 9.35021 7.771C9.2498 8.0156 9.10188 8.23786 8.91502 8.42492L7.85502 9.49992L8.56501 10.2099L9.62502 9.14992C10.1893 8.58568 10.5063 7.82039 10.5063 7.02242C10.5063 6.22446 10.1893 5.45917 9.62502 4.89492C9.06077 4.33068 8.29548 4.01368 7.49752 4.01368C6.69955 4.01368 5.93426 4.33068 5.37002 4.89492L1.37002 8.89492C1.08958 9.17373 0.867037 9.50522 0.715177 9.87033C0.563316 10.2354 0.485138 10.627 0.485138 11.0224C0.485138 11.4179 0.563316 11.8094 0.715177 12.1745C0.867037 12.5396 1.08958 12.8711 1.37002 13.1499C1.93943 13.7042 2.70546 14.0099 3.50002 13.9999C4.30157 14.0007 5.07087 13.6843 5.64002 13.1199L4.93002 12.4099C4.74418 12.5966 4.52329 12.7448 4.28003 12.8459C4.03677 12.947 3.77594 12.999 3.51252 12.999C3.24909 12.999 2.98826 12.947 2.745 12.8459C2.50174 12.7448 2.28085 12.5966 2.09502 12.4099Z" })));
13
+ exports.LinkIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
14
+ 'data-component-name': 'icons/LinkIcon/LinkIcon',
15
+ })) `
16
+ path {
17
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
18
+ }
19
+
20
+ height: ${({ size }) => size || '16px'};
21
+ width: ${({ size }) => size || '16px'};
22
+ `;
23
+ //# sourceMappingURL=LinkIcon.js.map
@@ -1,5 +1,9 @@
1
1
  import React from 'react';
2
- export declare const Icon: () => React.JSX.Element;
3
- export declare const LogoutIcon: import("styled-components").StyledComponent<() => React.JSX.Element, any, {
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const LogoutIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
- }, "data-component-name">;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -3,15 +3,21 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.LogoutIcon = exports.Icon = void 0;
6
+ exports.LogoutIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const Icon = () => (react_1.default.createElement("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
10
- react_1.default.createElement("rect", { width: "18", height: "18", transform: "translate(11 11)" }),
11
- react_1.default.createElement("path", { d: "M14.375 27.875H21.125C21.4233 27.8747 21.7092 27.756 21.9201 27.5451C22.131 27.3342 22.2497 27.0483 22.25 26.75V25.0625H21.125V26.75H14.375V13.25H21.125V14.9375H22.25V13.25C22.2497 12.9517 22.131 12.6658 21.9201 12.4549C21.7092 12.244 21.4233 12.1253 21.125 12.125H14.375C14.0767 12.1253 13.7908 12.244 13.5799 12.4549C13.369 12.6658 13.2503 12.9517 13.25 13.25V26.75C13.2503 27.0483 13.369 27.3342 13.5799 27.5451C13.7908 27.756 14.0767 27.8747 14.375 27.875Z", fill: "#FF4D6D" }),
12
- react_1.default.createElement("path", { d: "M22.5796 22.5796L24.5968 20.5625H16.625V19.4375H24.5968L22.5796 17.4204L23.375 16.625L26.75 20L23.375 23.375L22.5796 22.5796Z", fill: "#FF4D6D" })));
13
- exports.Icon = Icon;
14
- exports.LogoutIcon = (0, styled_components_1.default)(exports.Icon).attrs(() => ({
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M3 15H9C9.26512 14.9997 9.5193 14.8942 9.70677 14.7068C9.89424 14.5193 9.9997 14.2651 10 14V12.5H9V14H3V2H9V3.5H10V2C9.9997 1.73488 9.89424 1.4807 9.70677 1.29323C9.5193 1.10576 9.26512 1.0003 9 1H3C2.73488 1.0003 2.4807 1.10576 2.29323 1.29323C2.10576 1.4807 2.0003 1.73488 2 2V14C2.0003 14.2651 2.10576 14.5193 2.29323 14.7068C2.4807 14.8942 2.73488 14.9997 3 15Z" }),
12
+ react_1.default.createElement("path", { d: "M10.293 10.293L12.086 8.5H5V7.5H12.086L10.293 5.707L11 5L14 8L11 11L10.293 10.293Z" })));
13
+ exports.LogoutIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
15
14
  'data-component-name': 'icons/LogoutIcon/LogoutIcon',
16
- })) ``;
15
+ })) `
16
+ path {
17
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
18
+ }
19
+
20
+ height: ${({ size }) => size || '16px'};
21
+ width: ${({ size }) => size || '16px'};
22
+ `;
17
23
  //# sourceMappingURL=LogoutIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const MaximizeIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.MaximizeIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M10 1V2H13.293L9 6.291L9.707 7L14 2.707V6H15V1H10Z" }),
12
+ react_1.default.createElement("path", { d: "M7 9.708L6.296 9L2 13.293V10H1V15H6V14H2.707L7 9.708Z" })));
13
+ exports.MaximizeIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
14
+ 'data-component-name': 'icons/MaximizeIcon/MaximizeIcon',
15
+ })) `
16
+ path {
17
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
18
+ }
19
+
20
+ height: ${({ size }) => size || '16px'};
21
+ width: ${({ size }) => size || '16px'};
22
+ `;
23
+ //# sourceMappingURL=MaximizeIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const MenuIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.MenuIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 3.5H14.5V4.5H1.5V3.5ZM1.5 7.5H14.5V8.5H1.5V7.5ZM1.5 11.5H14.5V12.5H1.5V11.5Z" })));
12
+ exports.MenuIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
13
+ 'data-component-name': 'icons/MenuIcon/MenuIcon',
14
+ })) `
15
+ path {
16
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
17
+ }
18
+
19
+ height: ${({ size }) => size || '16px'};
20
+ width: ${({ size }) => size || '16px'};
21
+ `;
22
+ //# sourceMappingURL=MenuIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const MinimizeIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.MinimizeIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M2 9V10H5.293L1 14.291L1.707 15L6 10.707V14H7V9H2Z" }),
12
+ react_1.default.createElement("path", { d: "M15 1.708L14.296 1L10 5.293V2H9V7H14V6H10.707L15 1.708Z" })));
13
+ exports.MinimizeIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
14
+ 'data-component-name': 'icons/MinimizeIcon/MinimizeIcon',
15
+ })) `
16
+ path {
17
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
18
+ }
19
+
20
+ height: ${({ size }) => size || '16px'};
21
+ width: ${({ size }) => size || '16px'};
22
+ `;
23
+ //# sourceMappingURL=MinimizeIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const MobileSidebarIcon: import("styled-components").StyledComponent<(props: IconProps) => JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.MobileSidebarIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "25px", height: "25px", viewBox: "0 0 294.842 294.842" }, props),
11
+ react_1.default.createElement("path", { d: "M292.128,214.846c-2.342-2.344-6.143-2.344-8.484,0l-59.512,59.511V6c0-3.313-2.687-6-6-6s-6,2.687-6,6v268.356 l-59.513-59.512c-2.342-2.342-6.142-2.343-8.485,0.001c-2.343,2.343-2.343,6.142,0.001,8.485l69.755,69.754 c1.171,1.171,2.707,1.757,4.242,1.757s3.071-0.586,4.242-1.758l69.754-69.754C294.472,220.987,294.472,217.188,292.128,214.846z" }),
12
+ react_1.default.createElement("path", { d: "M6.956,12h180.137c3.313,0,6-2.687,6-6s-2.687-6-6-6H6.956c-3.313,0-6,2.687-6,6S3.643,12,6.956,12z" }),
13
+ react_1.default.createElement("path", { d: "M6.956,82.228h180.137c3.313,0,6-2.687,6-6s-2.687-6-6-6H6.956c-3.313,0-6,2.687-6,6S3.643,82.228,6.956,82.228z" }),
14
+ react_1.default.createElement("path", { d: "M6.956,152.456h180.137c3.313,0,6-2.687,6-6s-2.687-6-6-6H6.956c-3.313,0-6,2.687-6,6S3.643,152.456,6.956,152.456z" }),
15
+ react_1.default.createElement("path", { d: "M124.438,210.685H6.956c-3.313,0-6,2.687-6,6s2.687,6,6,6h117.482c3.313,0,6-2.687,6-6S127.752,210.685,124.438,210.685z" }),
16
+ react_1.default.createElement("path", { d: "M124.438,280.912H6.956c-3.313,0-6,2.687-6,6s2.687,6,6,6h117.482c3.313,0,6-2.687,6-6S127.752,280.912,124.438,280.912z" })));
17
+ exports.MobileSidebarIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
18
+ 'data-component-name': 'icons/MobileSidebarIcon/MobileSidebarIcon',
19
+ })) `
20
+ path {
21
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
22
+ }
23
+
24
+ height: ${({ size }) => size || '16px'};
25
+ width: ${({ size }) => size || '16px'};
26
+ `;
27
+ //# sourceMappingURL=MobileSidebarIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const MoonIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.MoonIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M6.75126 2.7068C6.52204 3.68541 6.49085 4.69999 6.65953 5.69083C6.82821 6.68168 7.19334 7.62878 7.73346 8.47643C8.27357 9.32407 8.97776 10.0551 9.80458 10.6266C10.6314 11.1981 11.5642 11.5984 12.548 11.8041C12.0307 12.3392 11.4112 12.765 10.7263 13.0561C10.0413 13.3472 9.30482 13.4977 8.56056 13.4987C8.49131 13.4987 8.42146 13.5013 8.35166 13.4987C7.05599 13.4529 5.81731 12.9547 4.85075 12.0906C3.88418 11.2265 3.25081 10.0512 3.06063 8.76875C2.87044 7.48629 3.13547 6.17773 3.80967 5.07034C4.48387 3.96295 5.52466 3.12669 6.75126 2.7068ZM7.49001 1.5C7.46074 1.50005 7.43153 1.50266 7.40271 1.5078C5.81059 1.79059 4.37942 2.65251 3.38485 3.92753C2.39029 5.20254 1.90269 6.80048 2.01597 8.41355C2.12925 10.0266 2.8354 11.5407 3.9984 12.6642C5.1614 13.7877 6.69899 14.4412 8.31501 14.4986C8.39706 14.5016 8.47911 14.4986 8.56046 14.4986C9.60987 14.4992 10.644 14.2471 11.5754 13.7636C12.5068 13.2801 13.308 12.5794 13.9115 11.7208C13.9604 11.6469 13.9889 11.5613 13.9943 11.4728C13.9996 11.3842 13.9815 11.2958 13.9418 11.2165C13.902 11.1372 13.8421 11.0698 13.7681 11.021C13.694 10.9722 13.6084 10.9438 13.5198 10.9387C12.5209 10.851 11.5555 10.5349 10.6983 10.0146C9.84106 9.49439 9.11494 8.784 8.57605 7.93837C8.03716 7.09274 7.69993 6.13452 7.59045 5.13777C7.48096 4.14102 7.60213 3.13245 7.94461 2.19C7.97375 2.1146 7.98445 2.03332 7.97582 1.95295C7.96719 1.87257 7.93949 1.79542 7.89501 1.72792C7.85054 1.66042 7.79058 1.60452 7.72014 1.56487C7.64969 1.52523 7.57079 1.50299 7.49001 1.5Z" })));
12
+ exports.MoonIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
13
+ 'data-component-name': 'icons/MoonIcon/MoonIcon',
14
+ })) `
15
+ path {
16
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
17
+ }
18
+
19
+ height: ${({ size }) => size || '16px'};
20
+ width: ${({ size }) => size || '16px'};
21
+ `;
22
+ //# sourceMappingURL=MoonIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const OverflowMenuHorizontalIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.OverflowMenuHorizontalIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M3.2 9.1998C3.86274 9.1998 4.4 8.66255 4.4 7.9998C4.4 7.33706 3.86274 6.7998 3.2 6.7998C2.53726 6.7998 2 7.33706 2 7.9998C2 8.66255 2.53726 9.1998 3.2 9.1998Z" }),
12
+ react_1.default.createElement("path", { d: "M8 9.1998C8.66274 9.1998 9.2 8.66255 9.2 7.9998C9.2 7.33706 8.66274 6.7998 8 6.7998C7.33726 6.7998 6.8 7.33706 6.8 7.9998C6.8 8.66255 7.33726 9.1998 8 9.1998Z" }),
13
+ react_1.default.createElement("path", { d: "M12.8 9.1998C13.4627 9.1998 14 8.66255 14 7.9998C14 7.33706 13.4627 6.7998 12.8 6.7998C12.1373 6.7998 11.6 7.33706 11.6 7.9998C11.6 8.66255 12.1373 9.1998 12.8 9.1998Z" })));
14
+ exports.OverflowMenuHorizontalIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
15
+ 'data-component-name': 'icons/OverflowMenuHorizontalIcon/OverflowMenuHorizontalIcon',
16
+ })) `
17
+ path {
18
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
19
+ }
20
+
21
+ height: ${({ size }) => size || '16px'};
22
+ width: ${({ size }) => size || '16px'};
23
+ `;
24
+ //# sourceMappingURL=OverflowMenuHorizontalIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const OverflowMenuVerticalIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.OverflowMenuVerticalIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M7.99999 4.4C8.66273 4.4 9.19999 3.86274 9.19999 3.2C9.19999 2.53726 8.66273 2 7.99999 2C7.33725 2 6.79999 2.53726 6.79999 3.2C6.79999 3.86274 7.33725 4.4 7.99999 4.4Z" }),
12
+ react_1.default.createElement("path", { d: "M7.99999 9.2C8.66273 9.2 9.19999 8.66274 9.19999 8C9.19999 7.33726 8.66273 6.8 7.99999 6.8C7.33725 6.8 6.79999 7.33726 6.79999 8C6.79999 8.66274 7.33725 9.2 7.99999 9.2Z" }),
13
+ react_1.default.createElement("path", { d: "M7.99999 14C8.66273 14 9.19999 13.4627 9.19999 12.8C9.19999 12.1373 8.66273 11.6 7.99999 11.6C7.33725 11.6 6.79999 12.1373 6.79999 12.8C6.79999 13.4627 7.33725 14 7.99999 14Z" })));
14
+ exports.OverflowMenuVerticalIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
15
+ 'data-component-name': 'icons/OverflowMenuVerticalIcon/OverflowMenuVerticalIcon',
16
+ })) `
17
+ path {
18
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
19
+ }
20
+
21
+ height: ${({ size }) => size || '16px'};
22
+ width: ${({ size }) => size || '16px'};
23
+ `;
24
+ //# sourceMappingURL=OverflowMenuVerticalIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const PlusCustomIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.PlusCustomIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("rect", { x: "2.5", y: "2.5", width: "19", height: "19", rx: "9.5", stroke: "#DCDDE5" }),
12
+ react_1.default.createElement("path", { d: "M12.5 11.5V8H11.5V11.5H8V12.5H11.5V16H12.5V12.5H16V11.5H12.5Z", fill: "#3B3C45" })));
13
+ exports.PlusCustomIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
14
+ 'data-component-name': 'icons/PlusCustomIcon/PlusCustomIcon',
15
+ })) `
16
+ path {
17
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
18
+ }
19
+
20
+ height: ${({ size }) => size || '16px'};
21
+ width: ${({ size }) => size || '16px'};
22
+ `;
23
+ //# sourceMappingURL=PlusCustomIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const RecentlyViewedIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.RecentlyViewedIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M10.295 11L7.5 8.205V3.5H8.5V7.79L11 10.295L10.295 11Z" }),
12
+ react_1.default.createElement("path", { d: "M8 1C7.06748 1.00013 6.14446 1.18739 5.28562 1.55068C4.42677 1.91397 3.64955 2.44591 3 3.115V1H2V5H6V4H3.54C4.47801 2.95765 5.75149 2.27676 7.13926 2.0756C8.52703 1.87444 9.94142 2.16571 11.1368 2.89882C12.3322 3.63193 13.233 4.76057 13.6829 6.08873C14.1327 7.41689 14.1032 8.86066 13.5993 10.1693C13.0955 11.4779 12.1492 12.5688 10.9249 13.2523C9.7005 13.9359 8.27537 14.1691 6.897 13.9113C5.51862 13.6535 4.27407 12.9211 3.3795 11.8412C2.48492 10.7614 1.99683 9.40227 2 8H1C1 9.38447 1.41054 10.7378 2.17971 11.889C2.94888 13.0401 4.04213 13.9373 5.32122 14.4672C6.6003 14.997 8.00776 15.1356 9.36563 14.8655C10.7235 14.5954 11.9708 13.9287 12.9497 12.9497C13.9287 11.9708 14.5954 10.7235 14.8655 9.36563C15.1356 8.00776 14.997 6.6003 14.4672 5.32122C13.9373 4.04213 13.0401 2.94888 11.889 2.17971C10.7378 1.41054 9.38447 1 8 1Z" })));
13
+ exports.RecentlyViewedIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
14
+ 'data-component-name': 'icons/RecentlyViewedIcon/RecentlyViewedIcon',
15
+ })) `
16
+ path {
17
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
18
+ }
19
+
20
+ height: ${({ size }) => size || '16px'};
21
+ width: ${({ size }) => size || '16px'};
22
+ `;
23
+ //# sourceMappingURL=RecentlyViewedIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const RenewIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.RenewIcon = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const styled_components_1 = __importDefault(require("styled-components"));
9
+ const utils_1 = require("../../core/utils");
10
+ const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
+ react_1.default.createElement("path", { d: "M6 4.99986H3.39C4.03668 4.00602 4.98721 3.24777 6.09991 2.83815C7.21262 2.42852 8.4279 2.38944 9.56462 2.72675C10.7013 3.06405 11.6986 3.75967 12.4078 4.70992C13.117 5.66017 13.5001 6.81415 13.5 7.99986H14.5C14.5014 6.6626 14.0903 5.35747 13.3227 4.26241C12.5552 3.16736 11.4686 2.33568 10.2111 1.88079C8.95358 1.4259 7.58637 1.36994 6.29589 1.72053C5.00541 2.07112 3.85447 2.8112 3 3.83986V1.99986H2V5.99986H6V4.99986Z" }),
12
+ react_1.default.createElement("path", { d: "M10 10.9999H12.61C11.9633 11.9937 11.0128 12.7519 9.90009 13.1616C8.78739 13.5712 7.5721 13.6103 6.43539 13.273C5.29867 12.9357 4.30139 12.24 3.59221 11.2898C2.88303 10.3395 2.49993 9.18556 2.5 7.99986H1.5C1.49863 9.33711 1.90973 10.6422 2.67727 11.7373C3.4448 12.8324 4.53141 13.664 5.78892 14.1189C7.04642 14.5738 8.41363 14.6298 9.70411 14.2792C10.9946 13.9286 12.1455 13.1885 13 12.1599V13.9999H14V9.99986H10V10.9999Z" })));
13
+ exports.RenewIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
14
+ 'data-component-name': 'icons/RenewIcon/RenewIcon',
15
+ })) `
16
+ path {
17
+ fill: ${({ color }) => (0, utils_1.getCssColorVariable)(color)};
18
+ }
19
+
20
+ height: ${({ size }) => size || '16px'};
21
+ width: ${({ size }) => size || '16px'};
22
+ `;
23
+ //# sourceMappingURL=RenewIcon.js.map
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../../icons/types';
3
+ export declare const RestartIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
+ 'data-component-name': string;
5
+ } & {
6
+ color?: string | undefined;
7
+ size?: string | undefined;
8
+ className?: string | undefined;
9
+ } & React.SVGProps<SVGSVGElement>, "data-component-name">;