@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
@@ -2,7 +2,7 @@ import type { CatalogEntityConfig, PageData, PageProps, ResolvedNavItemWithLink,
2
2
  import type { ShikiTransformer } from '@shikijs/types';
3
3
  import type { Callback, TFunction as TFunc } from 'i18next';
4
4
  import type { To, Location, NavigateFunction } from 'react-router-dom';
5
- import type { CatalogConfig, ProductUiConfig } from '@redocly/theme/config';
5
+ import type { CatalogConfig, ProductUiConfig } from '../../config';
6
6
  import type { UseCatalogResponse, CatalogApiResults, CatalogApiParams, FilteredCatalog, UseCatalogSortResponse, UseCatalogSearchResponse } from './catalog';
7
7
  import type { UserMenuData } from './user-menu';
8
8
  import type { ItemState } from './sidebar';
@@ -1,5 +1,5 @@
1
1
  import type { ItemBadge, REDOCLY_ROUTE_RBAC } from '@redocly/config';
2
- import type { ProductConfig } from '@redocly/theme/config';
2
+ import type { ProductConfig } from '../../config';
3
3
  import type { AiSearchConversationRole } from '../constants/search';
4
4
  export type OperationParameter = {
5
5
  name: string | string[];
@@ -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 __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
36
26
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
37
27
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -15,28 +15,18 @@ 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.getFileIconByExt = getFileIconByExt;
37
27
  exports.getFileIconByLanguage = getFileIconByLanguage;
38
28
  const React = __importStar(require("react"));
39
- const CDNIcon_1 = require("@redocly/theme/icons/CDNIcon/CDNIcon");
29
+ const CDNIcon_1 = require("../../icons/CDNIcon/CDNIcon");
40
30
  // extension to icon name
41
31
  const fileIconMap = {
42
32
  yaml: 'yaml',
@@ -1,4 +1,4 @@
1
- import { UserClaims, OpenAPIServer } from '@redocly/theme/core/types';
1
+ import { UserClaims, OpenAPIServer } from '../core/types';
2
2
  export type SecurityDetails = {
3
3
  password?: string;
4
4
  username?: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const AddIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.AddIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M8.5 7.5V4H7.5V7.5H4V8.5H7.5V12H8.5V8.5H12V7.5H8.5Z" })));
12
12
  exports.AddIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export interface AiStarsGradientIconProps extends IconProps {
4
4
  background?: string;
5
5
  borderRadius?: string;
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.AiStarsGradientIcon = void 0;
18
18
  const react_1 = __importDefault(require("react"));
19
19
  const styled_components_1 = __importDefault(require("styled-components"));
20
- const utils_1 = require("@redocly/theme/core/utils");
20
+ const utils_1 = require("../../core/utils");
21
21
  const Icon = (props) => {
22
22
  const { color = '', background, borderRadius, padding, margin } = props, restProps = __rest(props, ["color", "background", "borderRadius", "padding", "margin"]);
23
23
  const resolvedColor = color.startsWith('var(')
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export interface AiStarsIconProps extends IconProps {
4
4
  background?: string;
5
5
  borderRadius?: string;
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.AiStarsIcon = void 0;
18
18
  const react_1 = __importDefault(require("react"));
19
19
  const styled_components_1 = __importDefault(require("styled-components"));
20
- const utils_1 = require("@redocly/theme/core/utils");
20
+ const utils_1 = require("../../core/utils");
21
21
  const Icon = (props) => {
22
22
  const { color, background, borderRadius, padding, margin } = props, restProps = __rest(props, ["color", "background", "borderRadius", "padding", "margin"]);
23
23
  return (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, restProps),
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const ArrowDownIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ArrowDownIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M12.295 8.295L8.5 12.085V2H7.5V12.085L3.705 8.295L3 9L8 14L13 9L12.295 8.295Z", fill: "#1A1C21" })));
12
12
  exports.ArrowDownIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const ArrowLeftIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ArrowLeftIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M7 13L7.705 12.295L3.915 8.5H14V7.5H3.915L7.705 3.705L7 3L2 8L7 13Z" })));
12
12
  exports.ArrowLeftIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const ArrowRightIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ArrowRightIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M9 3L8.285 3.6965L12.075 7.5H2V8.5H12.075L8.285 12.2865L9 13L14 8L9 3Z" })));
12
12
  exports.ArrowRightIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const ArrowUpRightIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ArrowUpRightIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M5 3V4H11.295L3 12.295L3.705 13L12 4.705V11H13V3H5Z" })));
12
12
  exports.ArrowUpRightIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const AscSortIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.AscSortIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M9 11L9.707 10.293L11.5 12.086V2H12.5V12.086L14.293 10.293L15 11L12 14L9 11Z", fill: "#22242B" }),
12
12
  react_1.default.createElement("path", { d: "M8 9H1V10H8V9Z", fill: "#22242B" }),
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const BareMetalServerIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.BareMetalServerIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M4.5 3.5C4.77614 3.5 5 3.27614 5 3C5 2.72386 4.77614 2.5 4.5 2.5C4.22386 2.5 4 2.72386 4 3C4 3.27614 4.22386 3.5 4.5 3.5Z" }),
12
12
  react_1.default.createElement("path", { d: "M13 5H3C2.73487 4.99972 2.48068 4.89428 2.2932 4.7068C2.10572 4.51932 2.00028 4.26513 2 4V2C2.00028 1.73487 2.10572 1.48068 2.2932 1.2932C2.48068 1.10572 2.73487 1.00028 3 1H13C13.2651 1.00028 13.5193 1.10572 13.7068 1.2932C13.8943 1.48068 13.9997 1.73487 14 2V4C13.9997 4.26513 13.8943 4.51932 13.7068 4.7068C13.5193 4.89428 13.2651 4.99972 13 5ZM3 2V4H13V2H3Z" }),
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const BookmarkAddIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.BookmarkAddIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M12 8V13.3757L8 11.3525L4 13.374V2H9V1H4C3.73478 1 3.48043 1.10536 3.29289 1.29289C3.10536 1.48043 3 1.73478 3 2V15L8 12.4732L13 15V8H12Z" }),
12
12
  react_1.default.createElement("path", { d: "M13 3V1H12V3H10V4H12V6H13V4H15V3H13Z" })));
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { CDNIconProps } from '@redocly/theme/icons/types';
2
+ import type { CDNIconProps } from '../../icons/types';
3
3
  export declare const CDNIcon: import("styled-components").StyledComponent<(props: CDNIconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -17,8 +17,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.CDNIcon = void 0;
18
18
  const react_1 = __importDefault(require("react"));
19
19
  const styled_components_1 = __importDefault(require("styled-components"));
20
- const utils_1 = require("@redocly/theme/core/utils");
21
- const constants_1 = require("@redocly/theme/core/constants");
20
+ const utils_1 = require("../../core/utils");
21
+ const constants_1 = require("../../core/constants");
22
22
  const Icon = (props) => {
23
23
  const { name, type, pack, mode, color } = props, rest = __rest(props, ["name", "type", "pack", "mode", "color"]);
24
24
  const cdnUrl = constants_1.ICONS_CDN_URL[pack || 'font-awesome'];
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const CardsIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CardsIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M4 0H1C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V4C0 4.26522 0.105357 4.51957 0.292893 4.70711C0.48043 4.89464 0.734784 5 1 5H4C4.26522 5 4.51957 4.89464 4.70711 4.70711C4.89464 4.51957 5 4.26522 5 4V1C5 0.734784 4.89464 0.48043 4.70711 0.292893C4.51957 0.105357 4.26522 0 4 0ZM4 4H1V1H4V4Z", fill: "#22242B" }),
12
12
  react_1.default.createElement("path", { d: "M11 0H8C7.73478 0 7.48043 0.105357 7.29289 0.292893C7.10536 0.48043 7 0.734784 7 1V4C7 4.26522 7.10536 4.51957 7.29289 4.70711C7.48043 4.89464 7.73478 5 8 5H11C11.2652 5 11.5196 4.89464 11.7071 4.70711C11.8946 4.51957 12 4.26522 12 4V1C12 0.734784 11.8946 0.48043 11.7071 0.292893C11.5196 0.105357 11.2652 0 11 0ZM11 4H8V1H11V4Z", fill: "#22242B" }),
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const CaretDownIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CaretDownIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 8 4", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M6.77566 0C7.04293 0 7.17678 0.323143 6.98779 0.512132L4.21205 3.28787C4.0949 3.40503 3.90495 3.40503 3.78779 3.28787L1.01205 0.512132C0.823064 0.323142 0.956914 0 1.22419 0H6.77566Z", fill: "#6E6F7A" })));
12
12
  exports.CaretDownIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const CaretUpIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CaretUpIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 8 4", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M1.22419 3.99573C0.956914 3.99573 0.823064 3.67259 1.01205 3.4836L3.78779 0.707863C3.90495 0.590706 4.0949 0.590706 4.21205 0.707863L6.98779 3.4836C7.17678 3.67259 7.04293 3.99573 6.77566 3.99573L1.22419 3.99573Z", fill: "#6E6F7A" })));
12
12
  exports.CaretUpIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const CertificateIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CertificateIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M10.5 6.4375L11.3365 8.05756L13.125 8.31744L11.8125 9.5L12.1498 11.25L10.5 10.2656L8.85019 11.25L9.1875 9.5L7.875 8.31744L9.7125 8.05756L10.5 6.4375Z", fill: "#1A1C21" }),
12
12
  react_1.default.createElement("path", { d: "M5.25 6H2.625V6.875H5.25V6Z", fill: "#1A1C21" }),
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const CharacterIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CharacterIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 13 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M13.5 7.5H11C10.7349 7.49964 10.4807 7.39417 10.2933 7.20671C10.1058 7.01925 10.0004 6.76511 10 6.5V3.5C10.0003 3.23488 10.1058 2.9807 10.2932 2.79323C10.4807 2.60576 10.7349 2.5003 11 2.5H13.5V3.5H11V6.5H13.5V7.5Z" }),
12
12
  react_1.default.createElement("path", { d: "M8 2.5H6V0.5H5V7.5H8C8.26511 7.49964 8.51925 7.39417 8.70671 7.20671C8.89417 7.01925 8.99964 6.76511 9 6.5V3.5C8.9997 3.23488 8.89424 2.9807 8.70677 2.79323C8.5193 2.60576 8.26512 2.5003 8 2.5ZM6 6.5V3.5H8V6.5H6Z" }),
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const ChatGptIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ChatGptIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M6.74887 6.55188V5.54033C6.74887 5.45514 6.78085 5.39123 6.85535 5.34869L8.88914 4.17742C9.16598 4.01771 9.49608 3.94322 9.83676 3.94322C11.1145 3.94322 11.9238 4.93348 11.9238 5.98758C11.9238 6.06209 11.9238 6.14729 11.9131 6.23248L9.80481 4.99731C9.67705 4.92281 9.54923 4.92281 9.42147 4.99731L6.74887 6.55188ZM11.4978 10.4916V8.0745C11.4978 7.9254 11.4339 7.81892 11.3061 7.7444L8.63354 6.18983L9.50666 5.68935C9.58118 5.64681 9.64509 5.64681 9.71961 5.68935L11.7534 6.86061C12.3391 7.20138 12.733 7.9254 12.733 8.62811C12.733 9.43732 12.2539 10.1827 11.4978 10.4915V10.4916ZM6.12066 8.36206L5.24754 7.85099C5.17304 7.80845 5.14106 7.74451 5.14106 7.65932V5.31682C5.14106 4.17753 6.01418 3.315 7.19612 3.315C7.64339 3.315 8.05856 3.4641 8.41003 3.73029L6.31241 4.94418C6.18468 5.01868 6.12077 5.12515 6.12077 5.27428V8.36214L6.12066 8.36206ZM8.00002 9.4481L6.74887 8.74537V7.25473L8.00002 6.55199L9.25109 7.25473V8.74537L8.00002 9.4481ZM8.80393 12.6851C8.35668 12.6851 7.9415 12.536 7.59004 12.2698L9.68764 11.0559C9.81539 10.9814 9.8793 10.8749 9.8793 10.7258V7.63795L10.7631 8.14902C10.8376 8.19156 10.8696 8.25547 10.8696 8.34069V10.6832C10.8696 11.8225 9.98578 12.685 8.80393 12.685V12.6851ZM6.28037 10.3106L4.24657 9.1394C3.66089 8.7986 3.26698 8.07461 3.26698 7.37188C3.26698 6.55199 3.75678 5.8173 4.51273 5.50849V7.93618C4.51273 8.08528 4.57667 8.19176 4.7044 8.26628L7.36642 9.81016L6.49329 10.3106C6.4188 10.3532 6.35486 10.3532 6.28037 10.3106ZM6.16331 12.0569C4.96009 12.0569 4.0763 11.1518 4.0763 10.0338C4.0763 9.94859 4.08697 9.86339 4.09756 9.7782L6.19518 10.9921C6.32291 11.0666 6.45075 11.0666 6.57849 10.9921L9.25109 9.44821V10.4598C9.25109 10.545 9.21913 10.6089 9.14461 10.6514L7.11084 11.8227C6.83398 11.9824 6.50388 12.0569 6.1632 12.0569H6.16331ZM8.80393 13.3239C10.0923 13.3239 11.1677 12.4082 11.4127 11.1943C12.6052 10.8855 13.3719 9.7675 13.3719 8.62822C13.3719 7.88283 13.0525 7.15884 12.4775 6.63707C12.5307 6.41345 12.5627 6.18983 12.5627 5.96632C12.5627 4.4437 11.3275 3.3043 9.90067 3.3043C9.61325 3.3043 9.33639 3.34684 9.05953 3.44273C8.58031 2.97421 7.92013 2.67609 7.19612 2.67609C5.90773 2.67609 4.83236 3.59175 4.58736 4.80564C3.39482 5.11446 2.62817 6.23248 2.62817 7.37176C2.62817 8.11715 2.94757 8.84115 3.52258 9.36291C3.46934 9.58653 3.43738 9.81016 3.43738 10.0337C3.43738 11.5563 4.67256 12.6957 6.09937 12.6957C6.38682 12.6957 6.66368 12.6531 6.94054 12.5573C7.41965 13.0258 8.07982 13.3239 8.80393 13.3239Z" })));
12
12
  exports.ChatGptIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const ChatIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ChatIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M13.305 22.5L12 21.75L15 16.5H19.5C19.8978 16.5 20.2794 16.342 20.5607 16.0607C20.842 15.7794 21 15.3978 21 15V6C21 5.60218 20.842 5.22064 20.5607 4.93934C20.2794 4.65804 19.8978 4.5 19.5 4.5H4.5C4.10218 4.5 3.72064 4.65804 3.43934 4.93934C3.15804 5.22064 3 5.60218 3 6V15C3 15.3978 3.15804 15.7794 3.43934 16.0607C3.72064 16.342 4.10218 16.5 4.5 16.5H11.25V18H4.5C3.70435 18 2.94129 17.6839 2.37868 17.1213C1.81607 16.5587 1.5 15.7956 1.5 15V6C1.5 5.20435 1.81607 4.44129 2.37868 3.87868C2.94129 3.31607 3.70435 3 4.5 3H19.5C20.2956 3 21.0587 3.31607 21.6213 3.87868C22.1839 4.44129 22.5 5.20435 22.5 6V15C22.5 15.7956 22.1839 16.5587 21.6213 17.1213C21.0587 17.6839 20.2956 18 19.5 18H15.87L13.305 22.5Z", fill: "#5F81FF" }),
12
12
  react_1.default.createElement("path", { d: "M18 7.5H6V9H18V7.5Z", fill: "#5F81FF" }),
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const CheckboxFilledIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CheckboxFilledIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M13 2.51172H3C2.73478 2.51172 2.48043 2.61708 2.29289 2.80461C2.10536 2.99215 2 3.2465 2 3.51172V13.5117C2 13.7769 2.10536 14.0313 2.29289 14.2188C2.48043 14.4064 2.73478 14.5117 3 14.5117H13C13.2652 14.5117 13.5196 14.4064 13.7071 14.2188C13.8946 14.0313 14 13.7769 14 13.5117V3.51172C14 3.2465 13.8946 2.99215 13.7071 2.80461C13.5196 2.61708 13.2652 2.51172 13 2.51172ZM7 11.2617L4.5 8.78307L5.2954 8.01172L7 9.68452L10.7044 6.01172L11.5002 6.80032L7 11.2617Z" })));
12
12
  exports.CheckboxFilledIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const CheckmarkFilledIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CheckmarkFilledIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
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 1ZM7 10.7954L4.5 8.2954L5.2953 7.5L7 9.2046L10.705 5.5L11.5029 6.29295L7 10.7954Z" })));
12
12
  exports.CheckmarkFilledIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const CheckmarkIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CheckmarkIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M6.5 12L2 7.49997L2.707 6.79297L6.5 10.5855L13.293 3.79297L14 4.49997L6.5 12Z" })));
12
12
  exports.CheckmarkIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const CheckmarkOutlineIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CheckmarkOutlineIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M7 10.707L4.5 8.2065L5.2065 7.5L7 9.293L10.7925 5.5L11.5 6.2075L7 10.707Z" }),
12
12
  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 14C6.81332 14 5.65328 13.6481 4.66658 12.9888C3.67989 12.3295 2.91085 11.3925 2.45673 10.2961C2.0026 9.19974 1.88378 7.99334 2.11529 6.82946C2.3468 5.66557 2.91825 4.59647 3.75736 3.75736C4.59648 2.91824 5.66558 2.3468 6.82946 2.11529C7.99335 1.88378 9.19975 2.0026 10.2961 2.45672C11.3925 2.91085 12.3295 3.67988 12.9888 4.66658C13.6481 5.65327 14 6.81331 14 8C14 9.5913 13.3679 11.1174 12.2426 12.2426C11.1174 13.3679 9.5913 14 8 14Z" })));
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const ChevronDownIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ChevronDownIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M8 10.9998L3 5.9998L3.7 5.2998L8 9.5998L12.3 5.2998L13 5.9998L8 10.9998Z" })));
12
12
  exports.ChevronDownIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const ChevronLeftIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ChevronLeftIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M5 8L10 3L10.7 3.7L6.4 8L10.7 12.3L10 13L5 8Z" })));
12
12
  exports.ChevronLeftIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const ChevronRightIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ChevronRightIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
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
11
  react_1.default.createElement("path", { d: "M11 8L6.00002 13L5.30002 12.3L9.60002 8L5.30002 3.7L6.00002 3L11 8Z" })));
12
12
  exports.ChevronRightIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ChevronSortIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = ({ className, onClick }) => (react_1.default.createElement("svg", { className: className, onClick: onClick, xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 14 14", fill: "inherit" },
11
11
  react_1.default.createElement("path", { d: "M7 12.25L3.9375 9.1875L4.55437 8.57063L7 11.0119L9.44563 8.57063L10.0625 9.1875L7 12.25Z" }),
12
12
  react_1.default.createElement("path", { d: "M7 1.75L10.0625 4.8125L9.44563 5.42937L7 2.98812L4.55437 5.42937L3.9375 4.8125L7 1.75Z" })));