@redocly/theme 0.56.2 → 0.56.3

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 (653) hide show
  1. package/lib/components/Admonition/Admonition.js +11 -21
  2. package/lib/components/Badge/Badge.js +7 -17
  3. package/lib/components/Breadcrumbs/Breadcrumb.js +1 -1
  4. package/lib/components/Breadcrumbs/Breadcrumbs.js +2 -2
  5. package/lib/components/Button/Button.js +8 -18
  6. package/lib/components/Button/ButtonGroup.d.ts +1 -1
  7. package/lib/components/Buttons/CopyButton.d.ts +2 -2
  8. package/lib/components/Buttons/CopyButton.js +12 -22
  9. package/lib/components/Buttons/EditPageButton.js +3 -3
  10. package/lib/components/Buttons/EmailButton.js +2 -2
  11. package/lib/components/Buttons/NewTabButton.js +2 -2
  12. package/lib/components/Catalog/Catalog.d.ts +2 -2
  13. package/lib/components/Catalog/Catalog.js +12 -12
  14. package/lib/components/Catalog/CatalogActionsRow.d.ts +1 -1
  15. package/lib/components/Catalog/CatalogActionsRow.js +3 -3
  16. package/lib/components/Catalog/CatalogCardView/CatalogCard.d.ts +1 -1
  17. package/lib/components/Catalog/CatalogCardView/CatalogCard.js +9 -9
  18. package/lib/components/Catalog/CatalogCardView/CatalogCardView.d.ts +1 -1
  19. package/lib/components/Catalog/CatalogCardView/CatalogCardView.js +1 -1
  20. package/lib/components/Catalog/CatalogEntities.d.ts +1 -1
  21. package/lib/components/Catalog/CatalogEntities.js +14 -24
  22. package/lib/components/Catalog/CatalogEntitiesEmptyState.js +1 -1
  23. package/lib/components/Catalog/CatalogEntity/CatalogEntity.d.ts +1 -1
  24. package/lib/components/Catalog/CatalogEntity/CatalogEntity.js +15 -15
  25. package/lib/components/Catalog/CatalogEntity/CatalogEntityLinks.d.ts +1 -1
  26. package/lib/components/Catalog/CatalogEntity/CatalogEntityLinks.js +4 -4
  27. package/lib/components/Catalog/CatalogEntity/CatalogEntityMetadata.d.ts +1 -1
  28. package/lib/components/Catalog/CatalogEntity/CatalogEntityMetadata.js +12 -22
  29. package/lib/components/Catalog/CatalogEntity/CatalogEntityMethodAndPath.d.ts +1 -1
  30. package/lib/components/Catalog/CatalogEntity/CatalogEntityMethodAndPath.js +2 -2
  31. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/ApiDescriptionProperty.d.ts +1 -1
  32. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/ApiDescriptionProperty.js +2 -2
  33. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/CatalogEntityProperties.d.ts +1 -1
  34. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/CatalogEntityProperties.js +9 -9
  35. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/ContactProperty.d.ts +1 -1
  36. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/ContactProperty.js +3 -3
  37. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/DomainsProperty.d.ts +1 -1
  38. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/DomainsProperty.js +3 -3
  39. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/EntityTypeProperty.d.ts +1 -1
  40. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/EntityTypeProperty.js +4 -4
  41. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/FormatProperty.d.ts +1 -1
  42. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/FormatProperty.js +3 -3
  43. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/GitProperty.d.ts +1 -1
  44. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/GitProperty.js +4 -4
  45. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/OwnersProperty.d.ts +1 -1
  46. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/OwnersProperty.js +3 -3
  47. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/TagsProperty.d.ts +1 -1
  48. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/TagsProperty.js +3 -3
  49. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/UserEmailProperty.d.ts +1 -1
  50. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/UserEmailProperty.js +3 -3
  51. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityDefaultRelations.d.ts +1 -1
  52. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityDefaultRelations.js +4 -4
  53. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityRelations.d.ts +1 -1
  54. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityRelations.js +10 -20
  55. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityRelationsTable.d.ts +2 -2
  56. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityRelationsTable.js +6 -6
  57. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityTeamRelations.d.ts +1 -1
  58. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityTeamRelations.js +8 -8
  59. package/lib/components/Catalog/CatalogEntity/CatalogEntitySchema.d.ts +1 -1
  60. package/lib/components/Catalog/CatalogEntity/CatalogEntitySchema.js +2 -2
  61. package/lib/components/Catalog/CatalogEntityIcon.js +6 -6
  62. package/lib/components/Catalog/CatalogEntityTypeIcon.js +1 -1
  63. package/lib/components/Catalog/CatalogEntityTypeTag.d.ts +1 -1
  64. package/lib/components/Catalog/CatalogEntityTypeTag.js +2 -2
  65. package/lib/components/Catalog/CatalogPageDescription.js +3 -3
  66. package/lib/components/Catalog/CatalogSelector.d.ts +2 -2
  67. package/lib/components/Catalog/CatalogSelector.js +4 -4
  68. package/lib/components/Catalog/CatalogSortButton.d.ts +1 -1
  69. package/lib/components/Catalog/CatalogSortButton.js +12 -22
  70. package/lib/components/Catalog/CatalogTableView/CatalogDomainsCell.js +1 -1
  71. package/lib/components/Catalog/CatalogTableView/CatalogEntityCell.d.ts +1 -1
  72. package/lib/components/Catalog/CatalogTableView/CatalogEntityCell.js +2 -2
  73. package/lib/components/Catalog/CatalogTableView/CatalogEntityRelationCell.d.ts +1 -1
  74. package/lib/components/Catalog/CatalogTableView/CatalogEntityRelationCell.js +1 -1
  75. package/lib/components/Catalog/CatalogTableView/CatalogOwnersCell.js +1 -1
  76. package/lib/components/Catalog/CatalogTableView/CatalogTableHeaderCell.d.ts +2 -2
  77. package/lib/components/Catalog/CatalogTableView/CatalogTableHeaderCell.js +10 -20
  78. package/lib/components/Catalog/CatalogTableView/CatalogTableView.d.ts +1 -1
  79. package/lib/components/Catalog/CatalogTableView/CatalogTableView.js +7 -7
  80. package/lib/components/Catalog/CatalogTableView/CatalogTableViewRow.js +6 -6
  81. package/lib/components/Catalog/CatalogTableView/CatalogTagsCell.d.ts +1 -1
  82. package/lib/components/Catalog/CatalogTableView/CatalogTagsCell.js +1 -1
  83. package/lib/components/Catalog/CatalogTableView/CatalogUserEntityCell.js +1 -1
  84. package/lib/components/Catalog/CatalogTagsWithTooltip.d.ts +1 -1
  85. package/lib/components/Catalog/CatalogTagsWithTooltip.js +4 -4
  86. package/lib/components/Catalog/CatalogViewModeToggle.d.ts +1 -1
  87. package/lib/components/Catalog/CatalogViewModeToggle.js +9 -19
  88. package/lib/components/CatalogClassic/CatalogClassic.d.ts +1 -1
  89. package/lib/components/CatalogClassic/CatalogClassic.js +9 -9
  90. package/lib/components/CatalogClassic/CatalogClassicActions.d.ts +1 -1
  91. package/lib/components/CatalogClassic/CatalogClassicActions.js +12 -22
  92. package/lib/components/CatalogClassic/CatalogClassicCard.d.ts +1 -1
  93. package/lib/components/CatalogClassic/CatalogClassicCard.js +14 -24
  94. package/lib/components/CatalogClassic/CatalogClassicHighlight.js +7 -17
  95. package/lib/components/CatalogClassic/CatalogClassicInfoBlock.js +4 -4
  96. package/lib/components/CatalogClassic/CatalogClassicVirtualizedGroups.d.ts +1 -1
  97. package/lib/components/CatalogClassic/CatalogClassicVirtualizedGroups.js +11 -21
  98. package/lib/components/CodeBlock/CodeBlock.d.ts +1 -1
  99. package/lib/components/CodeBlock/CodeBlock.js +12 -22
  100. package/lib/components/CodeBlock/CodeBlockContainer.js +8 -18
  101. package/lib/components/CodeBlock/CodeBlockControls.d.ts +1 -1
  102. package/lib/components/CodeBlock/CodeBlockControls.js +11 -11
  103. package/lib/components/CodeBlock/CodeBlockDropdown.d.ts +1 -1
  104. package/lib/components/CodeBlock/CodeBlockDropdown.js +7 -7
  105. package/lib/components/CodeBlock/CodeBlockTabs.d.ts +1 -1
  106. package/lib/components/CodeBlock/CodeBlockTabs.js +12 -22
  107. package/lib/components/ColorModeSwitcher/ColorModeIcon.js +3 -3
  108. package/lib/components/ColorModeSwitcher/ColorModeSwitcher.js +3 -3
  109. package/lib/components/Dropdown/Dropdown.js +10 -20
  110. package/lib/components/Dropdown/DropdownMenu.d.ts +1 -1
  111. package/lib/components/Dropdown/DropdownMenu.js +1 -1
  112. package/lib/components/Dropdown/DropdownMenuItem.d.ts +1 -1
  113. package/lib/components/Dropdown/DropdownMenuItem.js +8 -18
  114. package/lib/components/Feedback/Comment.js +10 -20
  115. package/lib/components/Feedback/Feedback.d.ts +1 -1
  116. package/lib/components/Feedback/Feedback.js +14 -24
  117. package/lib/components/Feedback/Mood.js +15 -25
  118. package/lib/components/Feedback/Rating.js +13 -23
  119. package/lib/components/Feedback/Reasons.js +8 -18
  120. package/lib/components/Feedback/ReportDialog.d.ts +1 -1
  121. package/lib/components/Feedback/ReportDialog.js +3 -3
  122. package/lib/components/Feedback/Scale.js +13 -23
  123. package/lib/components/Feedback/Sentiment.js +14 -24
  124. package/lib/components/Feedback/Stars.js +9 -19
  125. package/lib/components/Filter/Filter.d.ts +1 -1
  126. package/lib/components/Filter/Filter.js +3 -3
  127. package/lib/components/Filter/FilterCheckboxes.d.ts +1 -1
  128. package/lib/components/Filter/FilterCheckboxes.js +8 -8
  129. package/lib/components/Filter/FilterContent.d.ts +2 -2
  130. package/lib/components/Filter/FilterContent.js +12 -22
  131. package/lib/components/Filter/FilterDateRange.d.ts +1 -1
  132. package/lib/components/Filter/FilterDateRange.js +5 -5
  133. package/lib/components/Filter/FilterInput.js +9 -19
  134. package/lib/components/Filter/FilterPopover.d.ts +2 -2
  135. package/lib/components/Filter/FilterPopover.js +3 -3
  136. package/lib/components/Filter/FilterSelect.d.ts +1 -1
  137. package/lib/components/Filter/FilterSelect.js +7 -7
  138. package/lib/components/Footer/Footer.js +5 -5
  139. package/lib/components/Footer/FooterColumn.js +3 -3
  140. package/lib/components/Footer/FooterCopyright.js +2 -2
  141. package/lib/components/Footer/FooterItem.js +5 -5
  142. package/lib/components/Image/Image.js +9 -19
  143. package/lib/components/JsonViewer/JsonViewer.d.ts +1 -1
  144. package/lib/components/JsonViewer/JsonViewer.js +8 -18
  145. package/lib/components/JsonViewer/helpers.js +9 -19
  146. package/lib/components/LanguagePicker/LanguagePicker.js +7 -7
  147. package/lib/components/LastUpdated/LastUpdated.js +9 -19
  148. package/lib/components/Link/Link.js +8 -18
  149. package/lib/components/LoadMore/LoadMore.js +1 -1
  150. package/lib/components/Loaders/Loading.js +2 -2
  151. package/lib/components/Logo/Logo.d.ts +1 -1
  152. package/lib/components/Logo/Logo.js +3 -3
  153. package/lib/components/Markdown/Markdown.js +11 -21
  154. package/lib/components/Marker/Marker.d.ts +1 -1
  155. package/lib/components/Marker/Marker.js +7 -17
  156. package/lib/components/Menu/Menu.d.ts +1 -1
  157. package/lib/components/Menu/Menu.js +3 -3
  158. package/lib/components/Menu/MenuContainer.d.ts +1 -1
  159. package/lib/components/Menu/MenuContainer.js +7 -17
  160. package/lib/components/Menu/MenuItem.d.ts +1 -1
  161. package/lib/components/Menu/MenuItem.js +18 -28
  162. package/lib/components/Menu/MenuMobile.js +17 -27
  163. package/lib/components/Navbar/Navbar.js +13 -13
  164. package/lib/components/Navbar/NavbarItem.js +8 -8
  165. package/lib/components/Navbar/NavbarLogo.d.ts +1 -1
  166. package/lib/components/Navbar/NavbarLogo.js +1 -1
  167. package/lib/components/Navbar/NavbarMenu.js +2 -2
  168. package/lib/components/PageActions/PageActions.js +16 -26
  169. package/lib/components/PageActions/PageActionsMenuItem.d.ts +1 -1
  170. package/lib/components/PageActions/PageActionsMenuItem.js +1 -1
  171. package/lib/components/PageNavigation/NavigationButton.js +3 -3
  172. package/lib/components/PageNavigation/NextButton.js +10 -20
  173. package/lib/components/PageNavigation/PageNavigation.js +3 -3
  174. package/lib/components/PageNavigation/PreviousButton.js +3 -3
  175. package/lib/components/Panel/Panel.d.ts +1 -1
  176. package/lib/components/Panel/Panel.js +12 -22
  177. package/lib/components/Panel/PanelBody.js +7 -17
  178. package/lib/components/Portal/Portal.js +1 -1
  179. package/lib/components/Product/Product.d.ts +1 -1
  180. package/lib/components/Product/ProductPicker.js +7 -7
  181. package/lib/components/Search/FilterFields/SearchFilterFieldSelect.d.ts +1 -1
  182. package/lib/components/Search/FilterFields/SearchFilterFieldSelect.js +10 -20
  183. package/lib/components/Search/FilterFields/SearchFilterFieldTags.d.ts +1 -1
  184. package/lib/components/Search/FilterFields/SearchFilterFieldTags.js +1 -1
  185. package/lib/components/Search/Search.js +3 -3
  186. package/lib/components/Search/SearchAiConversationInput.js +11 -21
  187. package/lib/components/Search/SearchAiDialog.d.ts +2 -2
  188. package/lib/components/Search/SearchAiDialog.js +14 -24
  189. package/lib/components/Search/SearchAiMessage.d.ts +1 -1
  190. package/lib/components/Search/SearchAiMessage.js +7 -7
  191. package/lib/components/Search/SearchAiResponse.d.ts +1 -1
  192. package/lib/components/Search/SearchAiResponse.js +12 -12
  193. package/lib/components/Search/SearchDialog.js +28 -38
  194. package/lib/components/Search/SearchFilter.d.ts +1 -1
  195. package/lib/components/Search/SearchFilter.js +11 -21
  196. package/lib/components/Search/SearchFilterField.d.ts +1 -1
  197. package/lib/components/Search/SearchFilterField.js +5 -5
  198. package/lib/components/Search/SearchGroups.d.ts +1 -1
  199. package/lib/components/Search/SearchGroups.js +8 -18
  200. package/lib/components/Search/SearchHighlight.js +7 -17
  201. package/lib/components/Search/SearchInput.js +6 -6
  202. package/lib/components/Search/SearchItem.d.ts +1 -1
  203. package/lib/components/Search/SearchItem.js +14 -24
  204. package/lib/components/Search/SearchRecent.js +12 -22
  205. package/lib/components/Search/SearchShortcut.js +7 -17
  206. package/lib/components/Search/SearchSuggestedPages.js +10 -20
  207. package/lib/components/Search/SearchTrigger.js +11 -21
  208. package/lib/components/Segmented/Segmented.d.ts +1 -1
  209. package/lib/components/Segmented/Segmented.js +8 -18
  210. package/lib/components/Select/Select.d.ts +1 -1
  211. package/lib/components/Select/Select.js +13 -23
  212. package/lib/components/Select/SelectInput.d.ts +1 -1
  213. package/lib/components/Select/SelectInput.js +10 -20
  214. package/lib/components/Sidebar/Sidebar.d.ts +1 -1
  215. package/lib/components/Sidebar/Sidebar.js +10 -20
  216. package/lib/components/SidebarActions/ChangeViewButton.d.ts +1 -1
  217. package/lib/components/SidebarActions/ChangeViewButton.js +5 -5
  218. package/lib/components/SidebarActions/SidebarActions.js +6 -6
  219. package/lib/components/SidebarActions/styled.js +8 -18
  220. package/lib/components/SkipContent/SkipContent.js +9 -19
  221. package/lib/components/Switch/Switch.js +7 -17
  222. package/lib/components/TableOfContent/TableOfContent.d.ts +1 -1
  223. package/lib/components/TableOfContent/TableOfContent.js +9 -19
  224. package/lib/components/Tag/Tag.js +2 -2
  225. package/lib/components/Tags/CounterTag.d.ts +1 -1
  226. package/lib/components/Tags/CounterTag.js +1 -1
  227. package/lib/components/Tags/HttpTag.d.ts +1 -1
  228. package/lib/components/Tags/HttpTag.js +1 -1
  229. package/lib/components/Tooltip/Tooltip.js +8 -18
  230. package/lib/components/Tooltip/TooltipWrapper.d.ts +1 -1
  231. package/lib/components/Tooltip/TooltipWrapper.js +2 -2
  232. package/lib/components/Typography/CompactTypography.d.ts +1 -1
  233. package/lib/components/Typography/CompactTypography.js +1 -1
  234. package/lib/components/Typography/H1.js +1 -1
  235. package/lib/components/Typography/H2.js +1 -1
  236. package/lib/components/Typography/H3.js +1 -1
  237. package/lib/components/Typography/H4.js +1 -1
  238. package/lib/components/UserMenu/LoginButton.js +2 -2
  239. package/lib/components/UserMenu/LogoutMenuItem.js +3 -3
  240. package/lib/components/UserMenu/UserAvatar.js +1 -1
  241. package/lib/components/UserMenu/UserInfoMenuItem.js +2 -2
  242. package/lib/components/UserMenu/UserMenu.js +9 -9
  243. package/lib/components/UserMenu/UserMenuMobile.js +4 -4
  244. package/lib/components/VersionPicker/VersionPicker.d.ts +2 -2
  245. package/lib/components/VersionPicker/VersionPicker.js +10 -20
  246. package/lib/core/hooks/catalog/useCatalogTableHeaderCellActions.d.ts +1 -1
  247. package/lib/core/hooks/use-page-actions.js +4 -4
  248. package/lib/core/styles/dark.js +12 -12
  249. package/lib/core/styles/global.js +39 -39
  250. package/lib/core/templates/Markdown.js +12 -22
  251. package/lib/core/types/catalog.d.ts +1 -1
  252. package/lib/core/types/hooks.d.ts +1 -1
  253. package/lib/core/types/search.d.ts +1 -1
  254. package/lib/core/utils/download-code-walkthrough.js +7 -17
  255. package/lib/core/utils/get-file-icon.js +8 -18
  256. package/lib/ext/configure.d.ts +1 -1
  257. package/lib/icons/AddIcon/AddIcon.d.ts +1 -1
  258. package/lib/icons/AddIcon/AddIcon.js +1 -1
  259. package/lib/icons/AiStarsGradientIcon/AiStarsGradientIcon.d.ts +1 -1
  260. package/lib/icons/AiStarsGradientIcon/AiStarsGradientIcon.js +1 -1
  261. package/lib/icons/AiStarsIcon/AiStarsIcon.d.ts +1 -1
  262. package/lib/icons/AiStarsIcon/AiStarsIcon.js +1 -1
  263. package/lib/icons/ArrowDownIcon/ArrowDownIcon.d.ts +1 -1
  264. package/lib/icons/ArrowDownIcon/ArrowDownIcon.js +1 -1
  265. package/lib/icons/ArrowLeftIcon/ArrowLeftIcon.d.ts +1 -1
  266. package/lib/icons/ArrowLeftIcon/ArrowLeftIcon.js +1 -1
  267. package/lib/icons/ArrowRightIcon/ArrowRightIcon.d.ts +1 -1
  268. package/lib/icons/ArrowRightIcon/ArrowRightIcon.js +1 -1
  269. package/lib/icons/ArrowUpRightIcon/ArrowUpRightIcon.d.ts +1 -1
  270. package/lib/icons/ArrowUpRightIcon/ArrowUpRightIcon.js +1 -1
  271. package/lib/icons/AscSortIcon/AscSortIcon.d.ts +1 -1
  272. package/lib/icons/AscSortIcon/AscSortIcon.js +1 -1
  273. package/lib/icons/BareMetalServerIcon/BareMetalServerIcon.d.ts +1 -1
  274. package/lib/icons/BareMetalServerIcon/BareMetalServerIcon.js +1 -1
  275. package/lib/icons/BookmarkAddIcon/BookmarkAddIcon.d.ts +1 -1
  276. package/lib/icons/BookmarkAddIcon/BookmarkAddIcon.js +1 -1
  277. package/lib/icons/CDNIcon/CDNIcon.d.ts +1 -1
  278. package/lib/icons/CDNIcon/CDNIcon.js +2 -2
  279. package/lib/icons/CardsIcon/CardsIcon.d.ts +1 -1
  280. package/lib/icons/CardsIcon/CardsIcon.js +1 -1
  281. package/lib/icons/CaretDownIcon/CaretDownIcon.d.ts +1 -1
  282. package/lib/icons/CaretDownIcon/CaretDownIcon.js +1 -1
  283. package/lib/icons/CaretUpIcon/CaretUpIcon.d.ts +1 -1
  284. package/lib/icons/CaretUpIcon/CaretUpIcon.js +1 -1
  285. package/lib/icons/CertificateIcon/CertificateIcon.d.ts +1 -1
  286. package/lib/icons/CertificateIcon/CertificateIcon.js +1 -1
  287. package/lib/icons/CharacterIcon/CharacterIcon.d.ts +1 -1
  288. package/lib/icons/CharacterIcon/CharacterIcon.js +1 -1
  289. package/lib/icons/ChatGptIcon/ChatGptIcon.d.ts +1 -1
  290. package/lib/icons/ChatGptIcon/ChatGptIcon.js +1 -1
  291. package/lib/icons/ChatIcon/ChatIcon.d.ts +1 -1
  292. package/lib/icons/ChatIcon/ChatIcon.js +1 -1
  293. package/lib/icons/CheckboxFilledIcon/CheckboxFilledIcon.d.ts +1 -1
  294. package/lib/icons/CheckboxFilledIcon/CheckboxFilledIcon.js +1 -1
  295. package/lib/icons/CheckmarkFilledIcon/CheckmarkFilledIcon.d.ts +1 -1
  296. package/lib/icons/CheckmarkFilledIcon/CheckmarkFilledIcon.js +1 -1
  297. package/lib/icons/CheckmarkIcon/CheckmarkIcon.d.ts +1 -1
  298. package/lib/icons/CheckmarkIcon/CheckmarkIcon.js +1 -1
  299. package/lib/icons/CheckmarkOutlineIcon/CheckmarkOutlineIcon.d.ts +1 -1
  300. package/lib/icons/CheckmarkOutlineIcon/CheckmarkOutlineIcon.js +1 -1
  301. package/lib/icons/ChevronDownIcon/ChevronDownIcon.d.ts +1 -1
  302. package/lib/icons/ChevronDownIcon/ChevronDownIcon.js +1 -1
  303. package/lib/icons/ChevronLeftIcon/ChevronLeftIcon.d.ts +1 -1
  304. package/lib/icons/ChevronLeftIcon/ChevronLeftIcon.js +1 -1
  305. package/lib/icons/ChevronRightIcon/ChevronRightIcon.d.ts +1 -1
  306. package/lib/icons/ChevronRightIcon/ChevronRightIcon.js +1 -1
  307. package/lib/icons/ChevronSortIcon/ChevronSortIcon.js +1 -1
  308. package/lib/icons/ChevronUpIcon/ChevronUpIcon.d.ts +1 -1
  309. package/lib/icons/ChevronUpIcon/ChevronUpIcon.js +1 -1
  310. package/lib/icons/CircleDashIcon/CircleDashIcon.d.ts +1 -1
  311. package/lib/icons/CircleDashIcon/CircleDashIcon.js +1 -1
  312. package/lib/icons/ClaudeIcon/ClaudeIcon.d.ts +1 -1
  313. package/lib/icons/ClaudeIcon/ClaudeIcon.js +1 -1
  314. package/lib/icons/CleanIcon/CleanIcon.d.ts +1 -1
  315. package/lib/icons/CleanIcon/CleanIcon.js +1 -1
  316. package/lib/icons/CloseFilledIcon/CloseFilledIcon.d.ts +1 -1
  317. package/lib/icons/CloseFilledIcon/CloseFilledIcon.js +1 -1
  318. package/lib/icons/CloseIcon/CloseIcon.d.ts +1 -1
  319. package/lib/icons/CloseIcon/CloseIcon.js +1 -1
  320. package/lib/icons/CloseOutlineIcon/CloseOutlineIcon.d.ts +1 -1
  321. package/lib/icons/CloseOutlineIcon/CloseOutlineIcon.js +1 -1
  322. package/lib/icons/CloudUploadIcon/CloudUploadIcon.d.ts +1 -1
  323. package/lib/icons/CloudUploadIcon/CloudUploadIcon.js +1 -1
  324. package/lib/icons/CodeIcon/CodeIcon.d.ts +1 -1
  325. package/lib/icons/CodeIcon/CodeIcon.js +1 -1
  326. package/lib/icons/ContrastIcon/ContrastIcon.d.ts +1 -1
  327. package/lib/icons/ContrastIcon/ContrastIcon.js +1 -1
  328. package/lib/icons/CookieIcon/CookieIcon.d.ts +1 -1
  329. package/lib/icons/CookieIcon/CookieIcon.js +1 -1
  330. package/lib/icons/CopyIcon/CopyIcon.d.ts +1 -1
  331. package/lib/icons/CopyIcon/CopyIcon.js +1 -1
  332. package/lib/icons/CopyLinkIcon/CopyLinkIcon.d.ts +1 -1
  333. package/lib/icons/CopyLinkIcon/CopyLinkIcon.js +1 -1
  334. package/lib/icons/CurveAutoColonIcon/CurveAutoColonIcon.d.ts +1 -1
  335. package/lib/icons/CurveAutoColonIcon/CurveAutoColonIcon.js +1 -1
  336. package/lib/icons/DataFormatIcon/DataFormatIcon.d.ts +1 -1
  337. package/lib/icons/DataFormatIcon/DataFormatIcon.js +1 -1
  338. package/lib/icons/DataRefineryIcon/DataRefineryIcon.d.ts +1 -1
  339. package/lib/icons/DataRefineryIcon/DataRefineryIcon.js +1 -1
  340. package/lib/icons/DatabaseIcon/DatabaseIcon.d.ts +1 -1
  341. package/lib/icons/DatabaseIcon/DatabaseIcon.js +1 -1
  342. package/lib/icons/DescSortIcon/DescSortIcon.d.ts +1 -1
  343. package/lib/icons/DescSortIcon/DescSortIcon.js +1 -1
  344. package/lib/icons/DeselectIcon/DeselectIcon.d.ts +1 -1
  345. package/lib/icons/DeselectIcon/DeselectIcon.js +1 -1
  346. package/lib/icons/DocumentAddIcon/DocumentAddIcon.d.ts +1 -1
  347. package/lib/icons/DocumentAddIcon/DocumentAddIcon.js +1 -1
  348. package/lib/icons/DocumentBlankIcon/DocumentBlankIcon.d.ts +1 -1
  349. package/lib/icons/DocumentBlankIcon/DocumentBlankIcon.js +1 -1
  350. package/lib/icons/DocumentCssIcon/DocumentCssIcon.d.ts +1 -1
  351. package/lib/icons/DocumentCssIcon/DocumentCssIcon.js +1 -1
  352. package/lib/icons/DocumentCssIcon/index.d.ts +1 -1
  353. package/lib/icons/DocumentCssIcon/index.js +1 -1
  354. package/lib/icons/DocumentGraphqlIcon/DocumentGraphqlIcon.d.ts +1 -1
  355. package/lib/icons/DocumentGraphqlIcon/DocumentGraphqlIcon.js +1 -1
  356. package/lib/icons/DocumentGraphqlIcon/index.d.ts +1 -1
  357. package/lib/icons/DocumentGraphqlIcon/index.js +1 -1
  358. package/lib/icons/DocumentHtmlIcon/DocumentHtmlIcon.d.ts +1 -1
  359. package/lib/icons/DocumentHtmlIcon/DocumentHtmlIcon.js +1 -1
  360. package/lib/icons/DocumentHtmlIcon/index.d.ts +1 -1
  361. package/lib/icons/DocumentHtmlIcon/index.js +1 -1
  362. package/lib/icons/DocumentIcon/DocumentIcon.d.ts +1 -1
  363. package/lib/icons/DocumentIcon/DocumentIcon.js +1 -1
  364. package/lib/icons/DocumentIcon/index.d.ts +1 -1
  365. package/lib/icons/DocumentIcon/index.js +1 -1
  366. package/lib/icons/DocumentJavaIcon/DocumentJavaIcon.d.ts +1 -1
  367. package/lib/icons/DocumentJavaIcon/DocumentJavaIcon.js +1 -1
  368. package/lib/icons/DocumentJavaIcon/index.d.ts +1 -1
  369. package/lib/icons/DocumentJavaIcon/index.js +1 -1
  370. package/lib/icons/DocumentJsIcon/DocumentJsIcon.d.ts +1 -1
  371. package/lib/icons/DocumentJsIcon/DocumentJsIcon.js +1 -1
  372. package/lib/icons/DocumentJsIcon/index.d.ts +1 -1
  373. package/lib/icons/DocumentJsIcon/index.js +1 -1
  374. package/lib/icons/DocumentJsonIcon/DocumentJsonIcon.d.ts +1 -1
  375. package/lib/icons/DocumentJsonIcon/DocumentJsonIcon.js +1 -1
  376. package/lib/icons/DocumentJsonIcon/index.d.ts +1 -1
  377. package/lib/icons/DocumentJsonIcon/index.js +1 -1
  378. package/lib/icons/DocumentMarkdownIcon/DocumentMarkdownIcon.d.ts +1 -1
  379. package/lib/icons/DocumentMarkdownIcon/DocumentMarkdownIcon.js +1 -1
  380. package/lib/icons/DocumentMarkdownIcon/index.d.ts +1 -1
  381. package/lib/icons/DocumentMarkdownIcon/index.js +1 -1
  382. package/lib/icons/DocumentPythonIcon/DocumentPythonIcon.d.ts +1 -1
  383. package/lib/icons/DocumentPythonIcon/DocumentPythonIcon.js +1 -1
  384. package/lib/icons/DocumentPythonIcon/index.d.ts +1 -1
  385. package/lib/icons/DocumentPythonIcon/index.js +1 -1
  386. package/lib/icons/DocumentReactIcon/DocumentReactIcon.d.ts +1 -1
  387. package/lib/icons/DocumentReactIcon/DocumentReactIcon.js +1 -1
  388. package/lib/icons/DocumentReactIcon/index.d.ts +1 -1
  389. package/lib/icons/DocumentReactIcon/index.js +1 -1
  390. package/lib/icons/DocumentShellIcon/DocumentShellIcon.d.ts +1 -1
  391. package/lib/icons/DocumentShellIcon/DocumentShellIcon.js +1 -1
  392. package/lib/icons/DocumentShellIcon/index.d.ts +1 -1
  393. package/lib/icons/DocumentShellIcon/index.js +1 -1
  394. package/lib/icons/DocumentTsIcon/DocumentTsIcon.d.ts +1 -1
  395. package/lib/icons/DocumentTsIcon/DocumentTsIcon.js +1 -1
  396. package/lib/icons/DocumentTsIcon/index.d.ts +1 -1
  397. package/lib/icons/DocumentTsIcon/index.js +1 -1
  398. package/lib/icons/DocumentYamlIcon/DocumentYamlIcon.d.ts +1 -1
  399. package/lib/icons/DocumentYamlIcon/DocumentYamlIcon.js +1 -1
  400. package/lib/icons/DocumentYamlIcon/index.d.ts +1 -1
  401. package/lib/icons/DocumentYamlIcon/index.js +1 -1
  402. package/lib/icons/DownloadIcon/DownloadIcon.d.ts +1 -1
  403. package/lib/icons/DownloadIcon/DownloadIcon.js +1 -1
  404. package/lib/icons/DraggableIcon/DraggableIcon.d.ts +1 -1
  405. package/lib/icons/DraggableIcon/DraggableIcon.js +1 -1
  406. package/lib/icons/EditIcon/EditIcon.d.ts +1 -1
  407. package/lib/icons/EditIcon/EditIcon.js +1 -1
  408. package/lib/icons/EmailIcon/EmailIcon.d.ts +1 -1
  409. package/lib/icons/EmailIcon/EmailIcon.js +1 -1
  410. package/lib/icons/EntityTypeIcon/EntityTypeIcon.d.ts +1 -1
  411. package/lib/icons/EntityTypeIcon/EntityTypeIcon.js +1 -1
  412. package/lib/icons/ErrorFilledIcon/ErrorFilledIcon.d.ts +1 -1
  413. package/lib/icons/ErrorFilledIcon/ErrorFilledIcon.js +1 -1
  414. package/lib/icons/ErrorIcon/ErrorIcon.d.ts +1 -1
  415. package/lib/icons/ErrorIcon/ErrorIcon.js +1 -1
  416. package/lib/icons/ExportIcon/ExportIcon.d.ts +1 -1
  417. package/lib/icons/ExportIcon/ExportIcon.js +1 -1
  418. package/lib/icons/FaceDissatisfiedIcon/FaceDissatisfiedIcon.d.ts +1 -1
  419. package/lib/icons/FaceDissatisfiedIcon/FaceDissatisfiedIcon.js +1 -1
  420. package/lib/icons/FaceNeutralIcon/FaceNeutralIcon.d.ts +1 -1
  421. package/lib/icons/FaceNeutralIcon/FaceNeutralIcon.js +1 -1
  422. package/lib/icons/FaceSatisfiedIcon/FaceSatisfiedIcon.d.ts +1 -1
  423. package/lib/icons/FaceSatisfiedIcon/FaceSatisfiedIcon.js +1 -1
  424. package/lib/icons/FileIcon/FileIcon.d.ts +1 -1
  425. package/lib/icons/FileIcon/FileIcon.js +1 -1
  426. package/lib/icons/FileStorageIcon/FileStorageIcon.d.ts +1 -1
  427. package/lib/icons/FileStorageIcon/FileStorageIcon.js +1 -1
  428. package/lib/icons/FilterIcon/FilterIcon.d.ts +1 -1
  429. package/lib/icons/FilterIcon/FilterIcon.js +1 -1
  430. package/lib/icons/FlowIcon/FlowIcon.d.ts +1 -1
  431. package/lib/icons/FlowIcon/FlowIcon.js +1 -1
  432. package/lib/icons/FolderAddIcon/FolderAddIcon.d.ts +1 -1
  433. package/lib/icons/FolderAddIcon/FolderAddIcon.js +1 -1
  434. package/lib/icons/FolderIcon/FolderIcon.d.ts +1 -1
  435. package/lib/icons/FolderIcon/FolderIcon.js +1 -1
  436. package/lib/icons/FolderMoveToIcon/FolderMoveToIcon.d.ts +1 -1
  437. package/lib/icons/FolderMoveToIcon/FolderMoveToIcon.js +1 -1
  438. package/lib/icons/GenericIcon/GenericIcon.js +11 -21
  439. package/lib/icons/GithubIcon/GithubIcon.d.ts +1 -1
  440. package/lib/icons/GithubIcon/GithubIcon.js +1 -1
  441. package/lib/icons/GlobalOutlinedIcon/GlobalOutlinedIcon.d.ts +1 -1
  442. package/lib/icons/GlobalOutlinedIcon/GlobalOutlinedIcon.js +1 -1
  443. package/lib/icons/GraphIcon/GraphIcon.d.ts +1 -1
  444. package/lib/icons/GraphIcon/GraphIcon.js +1 -1
  445. package/lib/icons/GraphqlIcon/GraphqlIcon.d.ts +1 -1
  446. package/lib/icons/GraphqlIcon/GraphqlIcon.js +1 -1
  447. package/lib/icons/GraphqlIcon/index.d.ts +1 -1
  448. package/lib/icons/GraphqlIcon/index.js +1 -1
  449. package/lib/icons/GridIcon/GridIcon.d.ts +1 -1
  450. package/lib/icons/GridIcon/GridIcon.js +1 -1
  451. package/lib/icons/HexagonIcon/HexagonIcon.d.ts +1 -1
  452. package/lib/icons/HexagonIcon/HexagonIcon.js +1 -1
  453. package/lib/icons/HorizontalViewIcon/HorizontalViewIcon.d.ts +1 -1
  454. package/lib/icons/HorizontalViewIcon/HorizontalViewIcon.js +1 -1
  455. package/lib/icons/IBMCloudHyperProtectCryptoServicesIcon/IBMCloudHyperProtectCryptoServicesIcon.d.ts +1 -1
  456. package/lib/icons/IBMCloudHyperProtectCryptoServicesIcon/IBMCloudHyperProtectCryptoServicesIcon.js +1 -1
  457. package/lib/icons/InformationFilledIcon/InformationFilledIcon.d.ts +1 -1
  458. package/lib/icons/InformationFilledIcon/InformationFilledIcon.js +1 -1
  459. package/lib/icons/InformationIcon/InformationIcon.d.ts +1 -1
  460. package/lib/icons/InformationIcon/InformationIcon.js +1 -1
  461. package/lib/icons/JsonIcon/JsonIcon.d.ts +1 -1
  462. package/lib/icons/JsonIcon/JsonIcon.js +1 -1
  463. package/lib/icons/KafkaIcon/KafkaIcon.d.ts +1 -1
  464. package/lib/icons/KafkaIcon/KafkaIcon.js +1 -1
  465. package/lib/icons/LaunchIcon/LaunchIcon.d.ts +1 -1
  466. package/lib/icons/LaunchIcon/LaunchIcon.js +1 -1
  467. package/lib/icons/LinkIcon/LinkIcon.d.ts +1 -1
  468. package/lib/icons/LinkIcon/LinkIcon.js +1 -1
  469. package/lib/icons/LogoutIcon/LogoutIcon.d.ts +1 -1
  470. package/lib/icons/LogoutIcon/LogoutIcon.js +1 -1
  471. package/lib/icons/MarkdownFullIcon/MarkdownFullIcon.d.ts +1 -1
  472. package/lib/icons/MarkdownFullIcon/MarkdownFullIcon.js +1 -1
  473. package/lib/icons/MaximizeIcon/MaximizeIcon.d.ts +1 -1
  474. package/lib/icons/MaximizeIcon/MaximizeIcon.js +1 -1
  475. package/lib/icons/MenuIcon/MenuIcon.d.ts +1 -1
  476. package/lib/icons/MenuIcon/MenuIcon.js +1 -1
  477. package/lib/icons/MinimizeIcon/MinimizeIcon.d.ts +1 -1
  478. package/lib/icons/MinimizeIcon/MinimizeIcon.js +1 -1
  479. package/lib/icons/MobileSidebarIcon/MobileSidebarIcon.d.ts +1 -1
  480. package/lib/icons/MobileSidebarIcon/MobileSidebarIcon.js +1 -1
  481. package/lib/icons/MoleculesIcon/MoleculesIcon.d.ts +1 -1
  482. package/lib/icons/MoleculesIcon/MoleculesIcon.js +1 -1
  483. package/lib/icons/MoonIcon/MoonIcon.d.ts +1 -1
  484. package/lib/icons/MoonIcon/MoonIcon.js +1 -1
  485. package/lib/icons/NetworkIcon/NetworkIcon.d.ts +1 -1
  486. package/lib/icons/NetworkIcon/NetworkIcon.js +1 -1
  487. package/lib/icons/NoneIcon/NoneIcon.d.ts +1 -1
  488. package/lib/icons/NotesIcon/NotesIcon.d.ts +1 -1
  489. package/lib/icons/NotesIcon/NotesIcon.js +1 -1
  490. package/lib/icons/OverflowMenuHorizontalIcon/OverflowMenuHorizontalIcon.d.ts +1 -1
  491. package/lib/icons/OverflowMenuHorizontalIcon/OverflowMenuHorizontalIcon.js +1 -1
  492. package/lib/icons/OverflowMenuVerticalIcon/OverflowMenuVerticalIcon.d.ts +1 -1
  493. package/lib/icons/OverflowMenuVerticalIcon/OverflowMenuVerticalIcon.js +1 -1
  494. package/lib/icons/PeopleIcon/PeopleIcon.d.ts +1 -1
  495. package/lib/icons/PeopleIcon/PeopleIcon.js +1 -1
  496. package/lib/icons/PlaylistIcon/PlaylistIcon.d.ts +1 -1
  497. package/lib/icons/PlaylistIcon/PlaylistIcon.js +1 -1
  498. package/lib/icons/PlusCustomIcon/PlusCustomIcon.d.ts +1 -1
  499. package/lib/icons/PlusCustomIcon/PlusCustomIcon.js +1 -1
  500. package/lib/icons/RabbitMQIcon/RabbitMQIcon.d.ts +1 -1
  501. package/lib/icons/RabbitMQIcon/RabbitMQIcon.js +1 -1
  502. package/lib/icons/RecentlyViewedIcon/RecentlyViewedIcon.d.ts +1 -1
  503. package/lib/icons/RecentlyViewedIcon/RecentlyViewedIcon.js +1 -1
  504. package/lib/icons/RenewIcon/RenewIcon.d.ts +1 -1
  505. package/lib/icons/RenewIcon/RenewIcon.js +1 -1
  506. package/lib/icons/ResetIcon/ResetIcon.d.ts +1 -1
  507. package/lib/icons/ResetIcon/ResetIcon.js +1 -1
  508. package/lib/icons/RestartIcon/RestartIcon.d.ts +1 -1
  509. package/lib/icons/RestartIcon/RestartIcon.js +1 -1
  510. package/lib/icons/ReturnKeyIcon/ReturnKeyIcon.d.ts +1 -1
  511. package/lib/icons/ReturnKeyIcon/ReturnKeyIcon.js +1 -1
  512. package/lib/icons/RocketIcon/RocketIcon.d.ts +1 -1
  513. package/lib/icons/RocketIcon/RocketIcon.js +1 -1
  514. package/lib/icons/SaveIcon/SaveIcon.d.ts +1 -1
  515. package/lib/icons/SaveIcon/SaveIcon.js +1 -1
  516. package/lib/icons/SearchIcon/SearchIcon.d.ts +1 -1
  517. package/lib/icons/SearchIcon/SearchIcon.js +1 -1
  518. package/lib/icons/SecurityIcon/SecurityIcon.d.ts +1 -1
  519. package/lib/icons/SecurityIcon/SecurityIcon.js +1 -1
  520. package/lib/icons/SelectIcon/SelectIcon.d.ts +1 -1
  521. package/lib/icons/SelectIcon/SelectIcon.js +1 -1
  522. package/lib/icons/SendIcon/SendIcon.d.ts +1 -1
  523. package/lib/icons/SendIcon/SendIcon.js +1 -1
  524. package/lib/icons/SettingsCogIcon/SettingsCogIcon.d.ts +1 -1
  525. package/lib/icons/SettingsCogIcon/SettingsCogIcon.js +1 -1
  526. package/lib/icons/SettingsIcon/SettingsIcon.d.ts +1 -1
  527. package/lib/icons/SettingsIcon/SettingsIcon.js +1 -1
  528. package/lib/icons/SidePanelCloseIcon/SidePanelCloseIcon.d.ts +1 -1
  529. package/lib/icons/SidePanelCloseIcon/SidePanelCloseIcon.js +1 -1
  530. package/lib/icons/SidePanelOpenIcon/SidePanelOpenIcon.d.ts +1 -1
  531. package/lib/icons/SidePanelOpenIcon/SidePanelOpenIcon.js +1 -1
  532. package/lib/icons/SlackIcon/SlackIcon.d.ts +1 -1
  533. package/lib/icons/SlackIcon/SlackIcon.js +1 -1
  534. package/lib/icons/SortIcon/SortIcon.d.ts +1 -1
  535. package/lib/icons/SortIcon/SortIcon.js +1 -1
  536. package/lib/icons/Spinner/Spinner.d.ts +1 -1
  537. package/lib/icons/Spinner/Spinner.js +8 -18
  538. package/lib/icons/SpinnerIcon/SpinnerIcon.d.ts +1 -1
  539. package/lib/icons/SpinnerIcon/SpinnerIcon.js +1 -1
  540. package/lib/icons/StarFilledIcon/StarFilledIcon.d.ts +1 -1
  541. package/lib/icons/StarFilledIcon/StarFilledIcon.js +1 -1
  542. package/lib/icons/StarIcon/StarIcon.d.ts +1 -1
  543. package/lib/icons/StarIcon/StarIcon.js +1 -1
  544. package/lib/icons/SubtractIcon/SubtractIcon.d.ts +1 -1
  545. package/lib/icons/SubtractIcon/SubtractIcon.js +1 -1
  546. package/lib/icons/SunIcon/SunIcon.d.ts +1 -1
  547. package/lib/icons/SunIcon/SunIcon.js +1 -1
  548. package/lib/icons/TableBuiltIcon/TableBuiltIcon.d.ts +1 -1
  549. package/lib/icons/TableBuiltIcon/TableBuiltIcon.js +1 -1
  550. package/lib/icons/TableIcon/TableIcon.d.ts +1 -1
  551. package/lib/icons/TableIcon/TableIcon.js +1 -1
  552. package/lib/icons/TagsIcon/TagsIcon.d.ts +1 -1
  553. package/lib/icons/TagsIcon/TagsIcon.js +1 -1
  554. package/lib/icons/TaskViewIcon/TaskViewIcon.d.ts +1 -1
  555. package/lib/icons/TaskViewIcon/TaskViewIcon.js +1 -1
  556. package/lib/icons/TimeIcon/TimeIcon.d.ts +1 -1
  557. package/lib/icons/TimeIcon/TimeIcon.js +1 -1
  558. package/lib/icons/TrashCanIcon/TrashCanIcon.d.ts +1 -1
  559. package/lib/icons/TrashCanIcon/TrashCanIcon.js +1 -1
  560. package/lib/icons/UserIcon/UserIcon.d.ts +1 -1
  561. package/lib/icons/UserIcon/UserIcon.js +1 -1
  562. package/lib/icons/ValueVariableIcon/ValueVariableIcon.d.ts +1 -1
  563. package/lib/icons/ValueVariableIcon/ValueVariableIcon.js +1 -1
  564. package/lib/icons/VerticalViewIcon/VerticalViewIcon.d.ts +1 -1
  565. package/lib/icons/VerticalViewIcon/VerticalViewIcon.js +1 -1
  566. package/lib/icons/ViewIcon/ViewIcon.d.ts +1 -1
  567. package/lib/icons/ViewIcon/ViewIcon.js +1 -1
  568. package/lib/icons/ViewOffIcon/ViewOffIcon.d.ts +1 -1
  569. package/lib/icons/ViewOffIcon/ViewOffIcon.js +1 -1
  570. package/lib/icons/WarningAltFilled/WarningAltFilled.d.ts +1 -1
  571. package/lib/icons/WarningAltFilled/WarningAltFilled.js +1 -1
  572. package/lib/icons/WarningAltFilledIcon/WarningAltFilledIcon.d.ts +1 -1
  573. package/lib/icons/WarningAltFilledIcon/WarningAltFilledIcon.js +1 -1
  574. package/lib/icons/WarningAltIcon/WarningAltIcon.d.ts +1 -1
  575. package/lib/icons/WarningAltIcon/WarningAltIcon.js +1 -1
  576. package/lib/icons/WarningFilledIcon/WarningFilledIcon.d.ts +1 -1
  577. package/lib/icons/WarningFilledIcon/WarningFilledIcon.js +1 -1
  578. package/lib/icons/WarningSquareIcon/WarningSquareIcon.d.ts +1 -1
  579. package/lib/icons/WarningSquareIcon/WarningSquareIcon.js +1 -1
  580. package/lib/icons/WorkflowAutomationIcon/WorkflowAutomationIcon.d.ts +1 -1
  581. package/lib/icons/WorkflowAutomationIcon/WorkflowAutomationIcon.js +1 -1
  582. package/lib/index.d.ts +267 -267
  583. package/lib/index.js +274 -284
  584. package/lib/layouts/CodeWalkthroughLayout.js +1 -1
  585. package/lib/layouts/DocumentationLayout.js +5 -5
  586. package/lib/layouts/Forbidden.js +2 -2
  587. package/lib/layouts/InternalServerErrorLayout.js +3 -3
  588. package/lib/layouts/NotFound.js +3 -3
  589. package/lib/layouts/OIDCForbidden.js +8 -18
  590. package/lib/layouts/PageLayout.js +2 -2
  591. package/lib/layouts/RootLayout.js +3 -3
  592. package/lib/layouts/ThreePanelLayout.js +8 -18
  593. package/lib/markdoc/components/Admonition/Admonition.d.ts +1 -1
  594. package/lib/markdoc/components/Admonition/Admonition.js +1 -1
  595. package/lib/markdoc/components/Cards/Card.js +4 -4
  596. package/lib/markdoc/components/Cards/CardIcon.js +1 -1
  597. package/lib/markdoc/components/Cards/Cards.js +7 -17
  598. package/lib/markdoc/components/CodeBlock/CodeBlock.d.ts +1 -1
  599. package/lib/markdoc/components/CodeBlock/CodeBlock.js +1 -1
  600. package/lib/markdoc/components/CodeGroup/CodeGroup.js +10 -20
  601. package/lib/markdoc/components/CodeWalkthrough/CodeContainer.js +9 -19
  602. package/lib/markdoc/components/CodeWalkthrough/CodeFilters.js +1 -1
  603. package/lib/markdoc/components/CodeWalkthrough/CodePanel.js +13 -23
  604. package/lib/markdoc/components/CodeWalkthrough/CodePanelHeader.js +14 -24
  605. package/lib/markdoc/components/CodeWalkthrough/CodePanelPreview.js +10 -20
  606. package/lib/markdoc/components/CodeWalkthrough/CodePanelToolbar.js +9 -19
  607. package/lib/markdoc/components/CodeWalkthrough/CodeStep.js +9 -19
  608. package/lib/markdoc/components/CodeWalkthrough/CodeToggle.js +10 -20
  609. package/lib/markdoc/components/CodeWalkthrough/CodeWalkthrough.js +11 -21
  610. package/lib/markdoc/components/CodeWalkthrough/Input.js +8 -18
  611. package/lib/markdoc/components/Heading/Heading.js +11 -21
  612. package/lib/markdoc/components/HtmlBlock/HtmlBlock.js +7 -17
  613. package/lib/markdoc/components/Icon/Icon.d.ts +1 -1
  614. package/lib/markdoc/components/Icon/Icon.js +2 -2
  615. package/lib/markdoc/components/Image/Image.d.ts +1 -1
  616. package/lib/markdoc/components/Image/Image.js +1 -1
  617. package/lib/markdoc/components/InlineSvg/InlineSvg.js +7 -17
  618. package/lib/markdoc/components/MarkdocExample/MarkdocExample.js +8 -18
  619. package/lib/markdoc/components/Mermaid/Mermaid.js +1 -1
  620. package/lib/markdoc/components/Tabs/Tab.d.ts +1 -1
  621. package/lib/markdoc/components/Tabs/Tab.js +2 -2
  622. package/lib/markdoc/components/Tabs/TabList.d.ts +2 -2
  623. package/lib/markdoc/components/Tabs/TabList.js +12 -22
  624. package/lib/markdoc/components/Tabs/Tabs.js +9 -19
  625. package/lib/markdoc/components/default.d.ts +22 -22
  626. package/lib/markdoc/components/default.js +22 -22
  627. package/lib/markdoc/default.d.ts +6 -6
  628. package/lib/markdoc/default.js +31 -41
  629. package/lib/markdoc/tags/admonition.d.ts +1 -1
  630. package/lib/markdoc/tags/card.d.ts +1 -1
  631. package/lib/markdoc/tags/card.js +1 -1
  632. package/lib/markdoc/tags/cards.d.ts +1 -1
  633. package/lib/markdoc/tags/code-group.d.ts +1 -1
  634. package/lib/markdoc/tags/code-snippet.d.ts +1 -1
  635. package/lib/markdoc/tags/code-snippet.js +1 -1
  636. package/lib/markdoc/tags/code-step.d.ts +1 -1
  637. package/lib/markdoc/tags/code-toggle.d.ts +1 -1
  638. package/lib/markdoc/tags/code-walkthrough.d.ts +1 -1
  639. package/lib/markdoc/tags/code-walkthrough.js +3 -3
  640. package/lib/markdoc/tags/debug.d.ts +1 -1
  641. package/lib/markdoc/tags/html.d.ts +1 -1
  642. package/lib/markdoc/tags/icon.d.ts +1 -1
  643. package/lib/markdoc/tags/img.d.ts +1 -1
  644. package/lib/markdoc/tags/inline-svg.d.ts +1 -1
  645. package/lib/markdoc/tags/inline-svg.js +1 -1
  646. package/lib/markdoc/tags/input.d.ts +1 -1
  647. package/lib/markdoc/tags/markdoc-example.d.ts +1 -1
  648. package/lib/markdoc/tags/partial.d.ts +1 -1
  649. package/lib/markdoc/tags/partial.js +2 -2
  650. package/lib/markdoc/tags/tab.d.ts +1 -1
  651. package/lib/markdoc/tags/tabs.d.ts +1 -1
  652. package/lib/markdoc/tags/tabs.js +1 -1
  653. package/package.json +1 -1
@@ -15,23 +15,13 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
35
25
  var __importDefault = (this && this.__importDefault) || function (mod) {
36
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
37
27
  };
@@ -1,5 +1,5 @@
1
1
  import type { JSX } from 'react';
2
- import type { MdHeading } from '@redocly/theme/core/types';
2
+ import type { MdHeading } from '../../core/types';
3
3
  export type TableOfContentProps = {
4
4
  headings?: Array<MdHeading | null> | null | undefined;
5
5
  contentWrapper: HTMLDivElement | null;
@@ -15,23 +15,13 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
35
25
  var __importDefault = (this && this.__importDefault) || function (mod) {
36
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
37
27
  };
@@ -39,8 +29,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
29
  exports.TableOfContent = TableOfContent;
40
30
  const React = __importStar(require("react"));
41
31
  const styled_components_1 = __importDefault(require("styled-components"));
42
- const hooks_1 = require("@redocly/theme/core/hooks");
43
- const utils_1 = require("@redocly/theme/core/utils");
32
+ const hooks_1 = require("../../core/hooks");
33
+ const utils_1 = require("../../core/utils");
44
34
  function TableOfContent(props) {
45
35
  const { headings, contentWrapper, className } = props;
46
36
  const { useTranslate, useTelemetry } = (0, hooks_1.useThemeHooks)();
@@ -18,8 +18,8 @@ exports.ContentWrapper = void 0;
18
18
  exports.Tag = Tag;
19
19
  const react_1 = __importDefault(require("react"));
20
20
  const styled_components_1 = __importDefault(require("styled-components"));
21
- const CloseIcon_1 = require("@redocly/theme/icons/CloseIcon/CloseIcon");
22
- const CheckmarkFilledIcon_1 = require("@redocly/theme/icons/CheckmarkFilledIcon/CheckmarkFilledIcon");
21
+ const CloseIcon_1 = require("../../icons/CloseIcon/CloseIcon");
22
+ const CheckmarkFilledIcon_1 = require("../../icons/CheckmarkFilledIcon/CheckmarkFilledIcon");
23
23
  function Tag(_a) {
24
24
  var { children, color, icon, active, closable, tabIndex, onClick, onKeyDown, onClose, size, borderless, withStatusDot, statusDotColor = 'var(--tag-status-dot-color-default)', maxLength, textTransform } = _a, otherProps = __rest(_a, ["children", "color", "icon", "active", "closable", "tabIndex", "onClick", "onKeyDown", "onClose", "size", "borderless", "withStatusDot", "statusDotColor", "maxLength", "textTransform"]);
25
25
  const truncateText = (text, maxLen) => {
@@ -1,4 +1,4 @@
1
- import { Tag } from '@redocly/theme/components/Tag/Tag';
1
+ import { Tag } from '../../components/Tag/Tag';
2
2
  export declare const CounterTag: import("styled-components").StyledComponent<typeof Tag, any, {
3
3
  className: "tag-counter";
4
4
  'data-component-name': string;
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CounterTag = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
- const Tag_1 = require("@redocly/theme/components/Tag/Tag");
8
+ const Tag_1 = require("../../components/Tag/Tag");
9
9
  exports.CounterTag = (0, styled_components_1.default)(Tag_1.Tag).attrs({
10
10
  className: 'tag-counter',
11
11
  'data-component-name': 'Tags/CounterTag',
@@ -1,4 +1,4 @@
1
- import { Tag } from '@redocly/theme/components/Tag/Tag';
1
+ import { Tag } from '../../components/Tag/Tag';
2
2
  export declare const HttpTag: import("styled-components").StyledComponent<typeof Tag, any, {
3
3
  className: "tag-http";
4
4
  'data-component-name': string;
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.HttpTag = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
- const Tag_1 = require("@redocly/theme/components/Tag/Tag");
8
+ const Tag_1 = require("../../components/Tag/Tag");
9
9
  exports.HttpTag = (0, styled_components_1.default)(Tag_1.Tag).attrs({
10
10
  className: 'tag-http',
11
11
  'data-component-name': 'Tags/HttpTag',
@@ -15,29 +15,19 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
35
25
  Object.defineProperty(exports, "__esModule", { value: true });
36
26
  exports.Tooltip = void 0;
37
27
  exports.TooltipComponent = TooltipComponent;
38
28
  const react_1 = __importStar(require("react"));
39
29
  const styled_components_1 = __importStar(require("styled-components"));
40
- const hooks_1 = require("@redocly/theme/core/hooks");
30
+ const hooks_1 = require("../../core/hooks");
41
31
  function TooltipComponent({ children, isOpen, tip, withArrow = true, placement = 'top', className = 'default', width, dataTestId, disabled = false, }) {
42
32
  const ref = (0, react_1.useRef)(null);
43
33
  const { isOpened, handleOpen, handleClose } = (0, hooks_1.useControl)(isOpen);
@@ -1,5 +1,5 @@
1
1
  import type { JSX, ReactElement } from 'react';
2
- import type { TooltipProps } from '@redocly/theme/components/Tooltip/Tooltip';
2
+ import type { TooltipProps } from '../../components/Tooltip/Tooltip';
3
3
  export type TooltipWrapperProps = {
4
4
  children: ReactElement;
5
5
  tooltipTranslationKey: string;
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.TooltipWrapper = TooltipWrapper;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
8
  const react_1 = __importDefault(require("react"));
9
- const hooks_1 = require("@redocly/theme/core/hooks");
10
- const Tooltip_1 = require("@redocly/theme/components/Tooltip/Tooltip");
9
+ const hooks_1 = require("../../core/hooks");
10
+ const Tooltip_1 = require("../../components/Tooltip/Tooltip");
11
11
  function TooltipWrapper({ children, tooltipTranslationKey, placement = 'top', width = 'max-content', className = '', showOnHover = true, disabled = false, }) {
12
12
  const { useTranslate } = (0, hooks_1.useThemeHooks)();
13
13
  const tooltip = (0, hooks_1.useControl)();
@@ -1,4 +1,4 @@
1
- export declare const CompactTypography: import("styled-components").StyledComponent<"span", any, import("@redocly/theme/components/Typography/Typography").TypographyProps & {
1
+ export declare const CompactTypography: import("styled-components").StyledComponent<"span", any, import("../../components/Typography/Typography").TypographyProps & {
2
2
  mt: string;
3
3
  mb: string;
4
4
  'data-component-name': string;
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CompactTypography = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
- const Typography_1 = require("@redocly/theme/components/Typography/Typography");
8
+ const Typography_1 = require("../../components/Typography/Typography");
9
9
  exports.CompactTypography = (0, styled_components_1.default)(Typography_1.Typography).attrs(() => ({
10
10
  mt: '0em',
11
11
  mb: '0em',
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.H1 = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
- const utils_1 = require("@redocly/theme/core/utils");
8
+ const utils_1 = require("../../core/utils");
9
9
  exports.H1 = styled_components_1.default.h1.attrs(({ className }) => ({
10
10
  'data-component-name': 'Typography/H1',
11
11
  className,
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.H2 = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
- const utils_1 = require("@redocly/theme/core/utils");
8
+ const utils_1 = require("../../core/utils");
9
9
  exports.H2 = styled_components_1.default.h2.attrs(({ className }) => ({
10
10
  'data-component-name': 'Typography/H2',
11
11
  className,
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.H3 = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
- const utils_1 = require("@redocly/theme/core/utils");
8
+ const utils_1 = require("../../core/utils");
9
9
  exports.H3 = styled_components_1.default.h3.attrs(({ className }) => ({
10
10
  'data-component-name': 'Typography/H3',
11
11
  className,
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.H4 = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
- const utils_1 = require("@redocly/theme/core/utils");
8
+ const utils_1 = require("../../core/utils");
9
9
  exports.H4 = styled_components_1.default.h4.attrs(({ className }) => ({
10
10
  'data-component-name': 'Typography/H4',
11
11
  className,
@@ -5,8 +5,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.LoginButton = LoginButton;
7
7
  const react_1 = __importDefault(require("react"));
8
- const hooks_1 = require("@redocly/theme/core/hooks");
9
- const Button_1 = require("@redocly/theme/components/Button/Button");
8
+ const hooks_1 = require("../../core/hooks");
9
+ const Button_1 = require("../../components/Button/Button");
10
10
  function LoginButton({ href, className }) {
11
11
  const { useTranslate, useTelemetry } = (0, hooks_1.useThemeHooks)();
12
12
  const { translate } = useTranslate();
@@ -5,9 +5,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.LogoutMenuItem = LogoutMenuItem;
7
7
  const react_1 = __importDefault(require("react"));
8
- const hooks_1 = require("@redocly/theme/core/hooks");
9
- const LogoutIcon_1 = require("@redocly/theme/icons/LogoutIcon/LogoutIcon");
10
- const DropdownMenuItem_1 = require("@redocly/theme/components/Dropdown/DropdownMenuItem");
8
+ const hooks_1 = require("../../core/hooks");
9
+ const LogoutIcon_1 = require("../../icons/LogoutIcon/LogoutIcon");
10
+ const DropdownMenuItem_1 = require("../../components/Dropdown/DropdownMenuItem");
11
11
  function LogoutMenuItem({ iconOnly, className }) {
12
12
  const { useTranslate, useTelemetry, useUserMenu } = (0, hooks_1.useThemeHooks)();
13
13
  const { handleLogout } = useUserMenu();
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.UserAvatar = UserAvatar;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const UserIcon_1 = require("@redocly/theme/icons/UserIcon/UserIcon");
9
+ const UserIcon_1 = require("../../icons/UserIcon/UserIcon");
10
10
  function UserAvatar({ picture, className, height = 'var(--user-menu-navbar-button-height)', width = 'var(--user-menu-navbar-button-width)', }) {
11
11
  return (react_1.default.createElement(UserAvatarWrapper, { "data-component-name": "UserMenu/UserAvatar", className: className, height: height, width: width }, picture ? react_1.default.createElement("img", { src: picture, alt: "profile" }) : react_1.default.createElement(UserIcon_1.UserIcon, null)));
12
12
  }
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.UserInfoMenuItem = UserInfoMenuItem;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const DropdownMenuItem_1 = require("@redocly/theme/components/Dropdown/DropdownMenuItem");
10
- const UserAvatar_1 = require("@redocly/theme/components/UserMenu/UserAvatar");
9
+ const DropdownMenuItem_1 = require("../../components/Dropdown/DropdownMenuItem");
10
+ const UserAvatar_1 = require("../../components/UserMenu/UserAvatar");
11
11
  function UserInfoMenuItem({ name, picture, email, className, }) {
12
12
  return (react_1.default.createElement(UserInfoMenuItemWrapper, { className: className, role: "none" },
13
13
  react_1.default.createElement(react_1.default.Fragment, null,
@@ -6,15 +6,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.UserMenu = UserMenu;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const DropdownMenu_1 = require("@redocly/theme/components/Dropdown/DropdownMenu");
10
- const DropdownMenuItem_1 = require("@redocly/theme/components/Dropdown/DropdownMenuItem");
11
- const hooks_1 = require("@redocly/theme/core/hooks");
12
- const LoginButton_1 = require("@redocly/theme/components/UserMenu/LoginButton");
13
- const UserAvatar_1 = require("@redocly/theme/components/UserMenu/UserAvatar");
14
- const UserInfoMenuItem_1 = require("@redocly/theme/components/UserMenu/UserInfoMenuItem");
15
- const Dropdown_1 = require("@redocly/theme/components/Dropdown/Dropdown");
16
- const LogoutMenuItem_1 = require("@redocly/theme/components/UserMenu/LogoutMenuItem");
17
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const DropdownMenu_1 = require("../../components/Dropdown/DropdownMenu");
10
+ const DropdownMenuItem_1 = require("../../components/Dropdown/DropdownMenuItem");
11
+ const hooks_1 = require("../../core/hooks");
12
+ const LoginButton_1 = require("../../components/UserMenu/LoginButton");
13
+ const UserAvatar_1 = require("../../components/UserMenu/UserAvatar");
14
+ const UserInfoMenuItem_1 = require("../../components/UserMenu/UserInfoMenuItem");
15
+ const Dropdown_1 = require("../../components/Dropdown/Dropdown");
16
+ const LogoutMenuItem_1 = require("../../components/UserMenu/LogoutMenuItem");
17
+ const utils_1 = require("../../core/utils");
18
18
  function UserMenu({ className }) {
19
19
  const { userMenu } = (0, hooks_1.useThemeConfig)();
20
20
  const { useTranslate, useUserMenu } = (0, hooks_1.useThemeHooks)();
@@ -6,10 +6,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.UserMenuMobile = UserMenuMobile;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const hooks_1 = require("@redocly/theme/core/hooks");
10
- const UserAvatar_1 = require("@redocly/theme/components/UserMenu/UserAvatar");
11
- const LogoutMenuItem_1 = require("@redocly/theme/components/UserMenu/LogoutMenuItem");
12
- const LoginButton_1 = require("@redocly/theme/components/UserMenu/LoginButton");
9
+ const hooks_1 = require("../../core/hooks");
10
+ const UserAvatar_1 = require("../../components/UserMenu/UserAvatar");
11
+ const LogoutMenuItem_1 = require("../../components/UserMenu/LogoutMenuItem");
12
+ const LoginButton_1 = require("../../components/UserMenu/LoginButton");
13
13
  function UserMenuMobile({ className }) {
14
14
  const { useUserMenu } = (0, hooks_1.useThemeHooks)();
15
15
  const { userData, loginUrl } = useUserMenu();
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import type { Version } from '@redocly/config';
3
- import type { SelectProps } from '@redocly/theme/core/types/select';
4
- import { Select } from '@redocly/theme/components/Select/Select';
3
+ import type { SelectProps } from '../../core/types/select';
4
+ import { Select } from '../../components/Select/Select';
5
5
  export declare function VersionPicker(props: {
6
6
  versions?: Version[];
7
7
  onChange: (v: Version) => void;
@@ -15,23 +15,13 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
35
25
  var __importDefault = (this && this.__importDefault) || function (mod) {
36
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
37
27
  };
@@ -40,9 +30,9 @@ exports.VersionPickerSelect = void 0;
40
30
  exports.VersionPicker = VersionPicker;
41
31
  const React = __importStar(require("react"));
42
32
  const styled_components_1 = __importDefault(require("styled-components"));
43
- const hooks_1 = require("@redocly/theme/core/hooks");
44
- const Select_1 = require("@redocly/theme/components/Select/Select");
45
- const SelectInput_1 = require("@redocly/theme/components/Select/SelectInput");
33
+ const hooks_1 = require("../../core/hooks");
34
+ const Select_1 = require("../../components/Select/Select");
35
+ const SelectInput_1 = require("../../components/Select/SelectInput");
46
36
  function VersionPicker(props) {
47
37
  const themeConfig = (0, hooks_1.useThemeConfig)();
48
38
  const { versionPicker } = themeConfig;
@@ -1,4 +1,4 @@
1
- import { BaseEntity, CatalogColumn } from '@redocly/theme/components/Catalog/CatalogTableView/CatalogTableView';
1
+ import { BaseEntity, CatalogColumn } from '../../../components/Catalog/CatalogTableView/CatalogTableView';
2
2
  import { SortOption } from '../../types';
3
3
  type CatalogTableHeaderCellActionsProps<T extends BaseEntity> = {
4
4
  column: CatalogColumn<T>;
@@ -11,10 +11,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.usePageActions = usePageActions;
13
13
  const react_1 = require("react");
14
- const CopyIcon_1 = require("@redocly/theme/icons/CopyIcon/CopyIcon");
15
- const ChatGptIcon_1 = require("@redocly/theme/icons/ChatGptIcon/ChatGptIcon");
16
- const ClaudeIcon_1 = require("@redocly/theme/icons/ClaudeIcon/ClaudeIcon");
17
- const MarkdownFullIcon_1 = require("@redocly/theme/icons/MarkdownFullIcon/MarkdownFullIcon");
14
+ const CopyIcon_1 = require("../../icons/CopyIcon/CopyIcon");
15
+ const ChatGptIcon_1 = require("../../icons/ChatGptIcon/ChatGptIcon");
16
+ const ClaudeIcon_1 = require("../../icons/ClaudeIcon/ClaudeIcon");
17
+ const MarkdownFullIcon_1 = require("../../icons/MarkdownFullIcon/MarkdownFullIcon");
18
18
  const use_theme_hooks_1 = require("./use-theme-hooks");
19
19
  const use_theme_config_1 = require("./use-theme-config");
20
20
  const clipboard_service_1 = require("../utils/clipboard-service");
@@ -2,18 +2,18 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.darkMode = void 0;
4
4
  const styled_components_1 = require("styled-components");
5
- const variables_dark_1 = require("@redocly/theme/components/Scorecard/variables.dark");
6
- const variables_dark_2 = require("@redocly/theme/markdoc/components/Mermaid/variables.dark");
7
- const variables_dark_3 = require("@redocly/theme/components/Menu/variables.dark");
8
- const variables_dark_4 = require("@redocly/theme/components/Button/variables.dark");
9
- const variables_dark_5 = require("@redocly/theme/components/Segmented/variables.dark");
10
- const variables_dark_6 = require("@redocly/theme/icons/CheckboxIcon/variables.dark");
11
- const variables_dark_7 = require("@redocly/theme/components/Tag/variables.dark");
12
- const variables_dark_8 = require("@redocly/theme/components/StatusCode/variables.dark");
13
- const variables_dark_9 = require("@redocly/theme/components/Switch/variables.dark");
14
- const variables_dark_10 = require("@redocly/theme/markdoc/components/Cards/variables.dark");
15
- const variables_dark_11 = require("@redocly/theme/components/Catalog/variables.dark");
16
- const variables_dark_12 = require("@redocly/theme/components/PageActions/variables.dark");
5
+ const variables_dark_1 = require("../../components/Scorecard/variables.dark");
6
+ const variables_dark_2 = require("../../markdoc/components/Mermaid/variables.dark");
7
+ const variables_dark_3 = require("../../components/Menu/variables.dark");
8
+ const variables_dark_4 = require("../../components/Button/variables.dark");
9
+ const variables_dark_5 = require("../../components/Segmented/variables.dark");
10
+ const variables_dark_6 = require("../../icons/CheckboxIcon/variables.dark");
11
+ const variables_dark_7 = require("../../components/Tag/variables.dark");
12
+ const variables_dark_8 = require("../../components/StatusCode/variables.dark");
13
+ const variables_dark_9 = require("../../components/Switch/variables.dark");
14
+ const variables_dark_10 = require("../../markdoc/components/Cards/variables.dark");
15
+ const variables_dark_11 = require("../../components/Catalog/variables.dark");
16
+ const variables_dark_12 = require("../../components/PageActions/variables.dark");
17
17
  const replayDarkMode = (0, styled_components_1.css) `
18
18
  /**
19
19
  * @tokens Replay Colors
@@ -2,45 +2,45 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GlobalStyle = exports.styles = void 0;
4
4
  const styled_components_1 = require("styled-components");
5
- const variables_1 = require("@redocly/theme/components/LanguagePicker/variables");
6
- const variables_2 = require("@redocly/theme/components/Scorecard/variables");
7
- const variables_3 = require("@redocly/theme/components/Feedback/variables");
8
- const variables_4 = require("@redocly/theme/components/Sidebar/variables");
9
- const variables_5 = require("@redocly/theme/components/Breadcrumbs/variables");
10
- const variables_6 = require("@redocly/theme/components/Tag/variables");
11
- const variables_7 = require("@redocly/theme/components/TableOfContent/variables");
12
- const variables_8 = require("@redocly/theme/components/Catalog/variables");
13
- const variables_9 = require("@redocly/theme/components/Filter/variables");
14
- const variables_10 = require("@redocly/theme/components/CatalogClassic/variables");
15
- const variables_11 = require("@redocly/theme/components/Panel/variables");
16
- const variables_12 = require("@redocly/theme/components/Select/variables");
17
- const variables_13 = require("@redocly/theme/components/Dropdown/variables");
18
- const variables_14 = require("@redocly/theme/components/Tooltip/variables");
19
- const variables_15 = require("@redocly/theme/icons/CheckboxIcon/variables");
20
- const variables_16 = require("@redocly/theme/components/Admonition/variables");
21
- const variables_17 = require("@redocly/theme/components/Footer/variables");
22
- const variables_18 = require("@redocly/theme/components/Button/variables");
23
- const variables_19 = require("@redocly/theme/components/Navbar/variables");
24
- const variables_20 = require("@redocly/theme/components/Search/variables");
25
- const variables_21 = require("@redocly/theme/components/Menu/variables");
26
- const variables_22 = require("@redocly/theme/components/CodeBlock/variables");
27
- const variables_23 = require("@redocly/theme/components/Product/variables");
28
- const variables_24 = require("@redocly/theme/components/Markdown/variables");
29
- const variables_25 = require("@redocly/theme/markdoc/components/Tabs/variables");
30
- const variables_26 = require("@redocly/theme/markdoc/components/Mermaid/variables");
31
- const variables_27 = require("@redocly/theme/components/LastUpdated/variables");
32
- const variables_28 = require("@redocly/theme/components/Logo/variables");
33
- const variables_29 = require("@redocly/theme/components/StatusCode/variables");
34
- const variables_30 = require("@redocly/theme/components/Segmented/variables");
35
- const variables_31 = require("@redocly/theme/components/UserMenu/variables");
36
- const variables_32 = require("@redocly/theme/components/Tags/variables");
37
- const variables_33 = require("@redocly/theme/components/VersionPicker/variables");
38
- const variables_34 = require("@redocly/theme/components/DatePicker/variables");
39
- const variables_35 = require("@redocly/theme/components/Switch/variables");
40
- const variables_36 = require("@redocly/theme/markdoc/components/Cards/variables");
41
- const variables_37 = require("@redocly/theme/markdoc/components/CodeWalkthrough/variables");
42
- const variables_38 = require("@redocly/theme/components/SkipContent/variables");
43
- const variables_39 = require("@redocly/theme/components/PageActions/variables");
5
+ const variables_1 = require("../../components/LanguagePicker/variables");
6
+ const variables_2 = require("../../components/Scorecard/variables");
7
+ const variables_3 = require("../../components/Feedback/variables");
8
+ const variables_4 = require("../../components/Sidebar/variables");
9
+ const variables_5 = require("../../components/Breadcrumbs/variables");
10
+ const variables_6 = require("../../components/Tag/variables");
11
+ const variables_7 = require("../../components/TableOfContent/variables");
12
+ const variables_8 = require("../../components/Catalog/variables");
13
+ const variables_9 = require("../../components/Filter/variables");
14
+ const variables_10 = require("../../components/CatalogClassic/variables");
15
+ const variables_11 = require("../../components/Panel/variables");
16
+ const variables_12 = require("../../components/Select/variables");
17
+ const variables_13 = require("../../components/Dropdown/variables");
18
+ const variables_14 = require("../../components/Tooltip/variables");
19
+ const variables_15 = require("../../icons/CheckboxIcon/variables");
20
+ const variables_16 = require("../../components/Admonition/variables");
21
+ const variables_17 = require("../../components/Footer/variables");
22
+ const variables_18 = require("../../components/Button/variables");
23
+ const variables_19 = require("../../components/Navbar/variables");
24
+ const variables_20 = require("../../components/Search/variables");
25
+ const variables_21 = require("../../components/Menu/variables");
26
+ const variables_22 = require("../../components/CodeBlock/variables");
27
+ const variables_23 = require("../../components/Product/variables");
28
+ const variables_24 = require("../../components/Markdown/variables");
29
+ const variables_25 = require("../../markdoc/components/Tabs/variables");
30
+ const variables_26 = require("../../markdoc/components/Mermaid/variables");
31
+ const variables_27 = require("../../components/LastUpdated/variables");
32
+ const variables_28 = require("../../components/Logo/variables");
33
+ const variables_29 = require("../../components/StatusCode/variables");
34
+ const variables_30 = require("../../components/Segmented/variables");
35
+ const variables_31 = require("../../components/UserMenu/variables");
36
+ const variables_32 = require("../../components/Tags/variables");
37
+ const variables_33 = require("../../components/VersionPicker/variables");
38
+ const variables_34 = require("../../components/DatePicker/variables");
39
+ const variables_35 = require("../../components/Switch/variables");
40
+ const variables_36 = require("../../markdoc/components/Cards/variables");
41
+ const variables_37 = require("../../markdoc/components/CodeWalkthrough/variables");
42
+ const variables_38 = require("../../components/SkipContent/variables");
43
+ const variables_39 = require("../../components/PageActions/variables");
44
44
  const dark_1 = require("./dark");
45
45
  const themeColors = (0, styled_components_1.css) `
46
46
  /* === Palette === */
@@ -15,32 +15,22 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
35
25
  Object.defineProperty(exports, "__esModule", { value: true });
36
26
  exports.default = default_1;
37
27
  const React = __importStar(require("react"));
38
28
  const react_router_dom_1 = require("react-router-dom");
39
- const DocumentationLayout_1 = require("@redocly/theme/layouts/DocumentationLayout");
40
- const Markdown_1 = require("@redocly/theme/components/Markdown/Markdown");
41
- const TableOfContent_1 = require("@redocly/theme/components/TableOfContent/TableOfContent");
42
- const Feedback_1 = require("@redocly/theme/components/Feedback/Feedback");
43
- const CodeWalkthroughLayout_1 = require("@redocly/theme/layouts/CodeWalkthroughLayout");
29
+ const DocumentationLayout_1 = require("../../layouts/DocumentationLayout");
30
+ const Markdown_1 = require("../../components/Markdown/Markdown");
31
+ const TableOfContent_1 = require("../../components/TableOfContent/TableOfContent");
32
+ const Feedback_1 = require("../../components/Feedback/Feedback");
33
+ const CodeWalkthroughLayout_1 = require("../../layouts/CodeWalkthroughLayout");
44
34
  const dom_1 = require("../utils/dom");
45
35
  const details_1 = require("../utils/details");
46
36
  const use_theme_hooks_1 = require("../hooks/use-theme-hooks");
@@ -1,6 +1,6 @@
1
1
  import { InfiniteData, UseInfiniteQueryResult } from '@tanstack/react-query';
2
2
  import { CatalogEntityConfig, LayoutVariant } from '@redocly/config';
3
- import type { CatalogFilterConfig } from '@redocly/theme/config';
3
+ import type { CatalogFilterConfig } from '../../config';
4
4
  import { ENTITY_RELATION_TYPES } from '../constants/catalog';
5
5
  export type SortOption = 'title' | '-title' | 'type' | '-type';
6
6
  export type UseCatalogResponse = {