@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
@@ -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 ChevronUpIcon: 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.ChevronUpIcon = 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 5L13 10L12.3 10.7L8 6.4L3.7 10.7L3 10L8 5Z" })));
12
12
  exports.ChevronUpIcon = (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 CircleDashIcon: 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.CircleDashIcon = 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: "M3.84997 2.35009C3.27647 2.79018 2.77103 3.31247 2.34997 3.90009L3.14997 4.50009C3.5172 3.99081 3.9549 3.53627 4.44997 3.15009L3.84997 2.35009Z" }),
12
12
  react_1.default.createElement("path", { d: "M2.29997 6.15009L1.34997 5.85009C1.10845 6.54077 0.98999 7.26847 0.999972 8.00009H1.99997C1.99794 7.37116 2.09929 6.74616 2.29997 6.15009Z" }),
@@ -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 ClaudeIcon: 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.ClaudeIcon = 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.03188 9.88255L6.60172 8.62367L6.64494 8.51434L6.60172 8.45352H6.47649L6.04701 8.43042L4.57865 8.39577L3.3052 8.34957L2.07142 8.29182L1.761 8.23408L1.46997 7.89915L1.49996 7.73207L1.761 7.57884L2.13492 7.60733L2.96126 7.65661L4.2012 7.7313L5.10074 7.77749L6.43328 7.89838H6.64494L6.67492 7.82369L6.60261 7.77749L6.54616 7.7313L5.26301 6.97212L3.87402 6.16983L3.14646 5.70785L2.75313 5.47379L2.5547 5.25435L2.46916 4.77544L2.82633 4.43204L3.30608 4.46052L3.42866 4.48901L3.91459 4.81548L4.95258 5.5169L6.30805 6.38849L6.50648 6.53248L6.58585 6.4832L6.59555 6.44855L6.50648 6.31843L5.76921 5.15503L4.98256 3.9716L4.63245 3.48114L4.53985 3.18702C4.50722 3.06614 4.48341 2.9645 4.48341 2.84054L4.88996 2.35855L5.11485 2.29541L5.65721 2.35855L5.88562 2.53179L6.22251 3.20473L6.7684 4.26419L7.61502 5.70477L7.86284 6.1321L7.99512 6.52786L8.04451 6.64874H8.13005V6.57944L8.19972 5.76791L8.32848 4.77159L8.45371 3.48961L8.49692 3.1285L8.70152 2.69579L9.10807 2.46172L9.42556 2.59415L9.6866 2.92061L9.65044 3.13158L9.49523 4.01241L9.19097 5.39217L8.99254 6.31612H9.10807L9.24036 6.20062L9.77567 5.58004L10.6752 4.59835L11.0721 4.20875L11.5351 3.77834L11.8323 3.57354H12.394L12.8076 4.1102L12.6224 4.66456L12.0439 5.30517L11.5642 5.84799L10.8763 6.65644L10.4468 7.3032L10.4865 7.35479L10.5888 7.34632L12.1427 7.05759L12.9822 6.92515L13.9841 6.77501L14.4374 6.9598L14.4868 7.14767L14.3086 7.53188L13.2371 7.76287L11.9804 7.9823L10.109 8.36882L10.0861 8.38345L10.1126 8.41194L10.9556 8.48123L11.3163 8.49817H12.1991L13.843 8.6052L14.2725 8.85312L14.53 9.15649L14.4868 9.38747L13.8253 9.68159L12.9329 9.4968L10.8498 9.06409L10.1355 8.90856H10.0367V8.96014L10.632 9.46832L11.7229 10.3284L13.089 11.4371L13.1586 11.7112L12.9831 11.9276L12.7979 11.9045L11.5977 11.116L11.1347 10.7611L10.0861 9.99035H10.0164V10.0712L10.2581 10.3799L11.5342 12.0546L11.6003 12.5682L11.5077 12.7352L11.177 12.8361L10.8137 12.7784L10.0667 11.8629L9.29592 10.8319L8.67418 9.90796L8.59834 9.94569L8.23147 13.3959L8.0595 13.5722L7.66264 13.7046L7.33193 13.4852L7.15644 13.1302L7.33193 12.4288L7.54359 11.5133L7.71556 10.7857L7.87077 9.88178L7.96337 9.5815L7.9572 9.56148L7.88136 9.56995L7.10088 10.5054L5.91385 11.906L4.97463 12.7837L4.74974 12.8615L4.35994 12.6852L4.3961 12.3703L4.61393 12.09L5.91385 10.6463L6.69785 9.75166L7.20406 9.23502L7.20053 9.16033H7.17055L3.71792 11.1176L3.10324 11.1869L2.83867 10.9705L2.8713 10.6155L2.99653 10.5001L4.03452 9.87639L4.031 9.87947L4.03188 9.88255Z" })));
12
12
  exports.ClaudeIcon = (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 CleanIcon: 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.CleanIcon = 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: "5 5 16 16", fill: "inherit", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M13.7499 13.75H16.3749V12.875H13.7499V13.75Z" }),
12
12
  react_1.default.createElement("path", { d: "M15.4999 17.25H18.1249V16.375H15.4999V17.25Z" }),
@@ -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 CloseFilledIcon: 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.CloseFilledIcon = 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 1C4.1 1 1 4.1 1 8C1 11.9 4.1 15 8 15C11.9 15 15 11.9 15 8C15 4.1 11.9 1 8 1ZM10.7 11.5L8 8.8L5.3 11.5L4.5 10.7L7.2 8L4.5 5.3L5.3 4.5L8 7.2L10.7 4.5L11.5 5.3L8.8 8L11.5 10.7L10.7 11.5Z" })));
12
12
  exports.CloseFilledIcon = (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 CloseIcon: 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.CloseIcon = 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 24 24", fill: "inherit", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("rect", { fill: "none" }),
12
12
  react_1.default.createElement("path", { d: "M18 7.05L16.95 6L12 10.95L7.05 6L6 7.05L10.95 12L6 16.95L7.05 18L12 13.05L16.95 18L18 16.95L13.05 12L18 7.05Z" })));
@@ -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 CloseOutlineIcon: 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.CloseOutlineIcon = 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({ xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", fill: "none" }, props),
11
11
  react_1.default.createElement("g", null,
12
12
  react_1.default.createElement("path", { d: "M7 0.875C3.5875 0.875 0.875 3.5875 0.875 7C0.875 10.4125 3.5875 13.125 7 13.125C10.4125 13.125 13.125 10.4125 13.125 7C13.125 3.5875 10.4125 0.875 7 0.875ZM7 12.25C4.1125 12.25 1.75 9.8875 1.75 7C1.75 4.1125 4.1125 1.75 7 1.75C9.8875 1.75 12.25 4.1125 12.25 7C12.25 9.8875 9.8875 12.25 7 12.25Z" }),
@@ -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 CloudUploadIcon: 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.CloudUploadIcon = 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.50001 8.99979L6.20501 9.70479L7.50001 8.41479V14.4998H8.50001V8.41479L9.79501 9.70479L10.5 8.99979L8.00001 6.49979L5.50001 8.99979Z" }),
12
12
  react_1.default.createElement("path", { d: "M11.75 10.9998H11.5V9.99979H11.75C12.3467 10.0237 12.9285 9.80949 13.3674 9.40442C13.8062 8.99934 14.0661 8.43652 14.09 7.83979C14.1139 7.24305 13.8997 6.66127 13.4946 6.22243C13.0896 5.7836 12.5267 5.52365 11.93 5.49979H11.5L11.45 5.08979C11.3391 4.24801 10.9259 3.47526 10.2876 2.91548C9.64916 2.3557 8.82906 2.04706 7.98001 2.04706C7.13095 2.04706 6.31085 2.3557 5.67246 2.91548C5.03407 3.47526 4.62093 4.24801 4.51001 5.08979L4.50001 5.49979H4.07001C3.47327 5.52365 2.91045 5.7836 2.50538 6.22243C2.1003 6.66127 1.88614 7.24305 1.91001 7.83979C1.93387 8.43652 2.19382 8.99934 2.63265 9.40442C3.07149 9.80949 3.65327 10.0237 4.25001 9.99979H4.50001V10.9998H4.25001C3.44821 10.9947 2.67659 10.6934 2.0835 10.1538C1.49041 9.61425 1.11771 8.87447 1.03707 8.07672C0.956428 7.27898 1.17353 6.47957 1.64663 5.83221C2.11974 5.18485 2.81545 4.73523 3.60001 4.56979C3.81586 3.56305 4.37042 2.66077 5.17116 2.01352C5.9719 1.36627 6.97038 1.01318 8.00001 1.01318C9.02963 1.01318 10.0281 1.36627 10.8288 2.01352C11.6296 2.66077 12.1842 3.56305 12.4 4.56979C13.1846 4.73523 13.8803 5.18485 14.3534 5.83221C14.8265 6.47957 15.0436 7.27898 14.9629 8.07672C14.8823 8.87447 14.5096 9.61425 13.9165 10.1538C13.3234 10.6934 12.5518 10.9947 11.75 10.9998Z" })));
@@ -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 CodeIcon: 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.CodeIcon = 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: "M15.5 8.00002L12 11.5L11.295 10.795L14.085 8.00002L11.295 5.20502L12 4.50002L15.5 8.00002Z" }),
12
12
  react_1.default.createElement("path", { d: "M0.5 8.00002L4 4.50002L4.705 5.20502L1.915 8.00002L4.705 10.795L4 11.5L0.5 8.00002Z" }),
@@ -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 ContrastIcon: 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.ContrastIcon = 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: "M14.685 5.92C14.5508 5.48498 14.3732 5.06454 14.155 4.665C13.8323 4.07201 13.4265 3.52818 12.95 3.05C11.971 2.07111 10.7237 1.40449 9.36586 1.13445C8.00801 0.864415 6.60058 1.00308 5.32154 1.53291C4.0425 2.06275 2.94929 2.95996 2.18015 4.11109C1.41101 5.26221 1.00049 6.61556 1.00049 8C1.00049 9.38444 1.41101 10.7378 2.18015 11.8889C2.94929 13.04 4.0425 13.9373 5.32154 14.4671C6.60058 14.9969 8.00801 15.1356 9.36586 14.8656C10.7237 14.5955 11.971 13.9289 12.95 12.95C13.4265 12.4718 13.8323 11.928 14.155 11.335C14.3732 10.9355 14.5508 10.515 14.685 10.08C15.1065 8.72538 15.1065 7.27463 14.685 5.92ZM1.99998 8C1.99998 6.4087 2.63212 4.88258 3.75734 3.75736C4.88256 2.63214 6.40868 2 7.99998 2V14C6.40868 14 4.88256 13.3679 3.75734 12.2426C2.63212 11.1174 1.99998 9.5913 1.99998 8Z" })));
12
12
  exports.ContrastIcon = (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 CookieIcon: 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.CookieIcon = 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 11.5C5.55228 11.5 6 11.0523 6 10.5C6 9.94771 5.55228 9.5 5 9.5C4.44772 9.5 4 9.94771 4 10.5C4 11.0523 4.44772 11.5 5 11.5Z" }),
12
12
  react_1.default.createElement("path", { d: "M11.5 11C12.0523 11 12.5 10.5523 12.5 10C12.5 9.44771 12.0523 9 11.5 9C10.9477 9 10.5 9.44771 10.5 10C10.5 10.5523 10.9477 11 11.5 11Z" }),
@@ -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 CopyIcon: 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.CopyIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.16667 2.66667C5.16667 2.57462 5.24129 2.5 5.33333 2.5H12C12.092 2.5 12.1667 2.57462 12.1667 2.66667V10.6667C12.1667 10.7587 12.092 10.8333 12 10.8333H10H5.33333C5.24129 10.8333 5.16667 10.7587 5.16667 10.6667V4.66667V2.66667ZM4.16667 4.16667V2.66667C4.16667 2.02233 4.689 1.5 5.33333 1.5H12C12.6443 1.5 13.1667 2.02233 13.1667 2.66667V10.6667C13.1667 11.311 12.6443 11.8333 12 11.8333H10.5V13.3333C10.5 13.6428 10.3771 13.9395 10.1583 14.1583C9.9395 14.3771 9.64275 14.5 9.33333 14.5H2.66667C2.35725 14.5 2.0605 14.3771 1.84171 14.1583C1.62292 13.9395 1.5 13.6428 1.5 13.3333V5.33333C1.5 5.02391 1.62292 4.72717 1.84171 4.50838C2.0605 4.28958 2.35725 4.16667 2.66667 4.16667H4.16667ZM9.5 11.8333V13.3333C9.5 13.3775 9.48244 13.4199 9.45118 13.4512C9.41993 13.4824 9.37754 13.5 9.33333 13.5H2.66667C2.62246 13.5 2.58007 13.4824 2.54882 13.4512C2.51756 13.4199 2.5 13.3775 2.5 13.3333V5.33333C2.5 5.28913 2.51756 5.24674 2.54882 5.21548C2.58007 5.18423 2.62246 5.16667 2.66667 5.16667H4.16667V10.6667C4.16667 11.311 4.689 11.8333 5.33333 11.8333H9.5Z" })));
12
12
  exports.CopyIcon = (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 CopyLinkIcon: 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.CopyLinkIcon = 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.9737 9.50005C5.48436 9.50016 5.00598 9.35513 4.59907 9.08332C4.19217 8.81151 3.87501 8.42512 3.68773 7.97304C3.50045 7.52096 3.45145 7.02348 3.54693 6.54355C3.64242 6.06361 3.87809 5.62278 4.22415 5.2768L6.7768 2.72465C7.24077 2.26065 7.87006 1.99996 8.52624 1.99994C9.18241 1.99992 9.81172 2.26056 10.2757 2.72453C10.7397 3.1885 11.0004 3.81779 11.0004 4.47397C11.0005 5.13014 10.7398 5.75945 10.2759 6.22345L9.9997 6.49975L9.2918 5.7933L9.57065 5.51435C9.84599 5.23762 10.0004 4.86301 10 4.47263C9.99967 4.08224 9.84456 3.70793 9.5687 3.4317C9.28782 3.16364 8.91447 3.01408 8.5262 3.01408C8.13793 3.01408 7.76458 3.16364 7.4837 3.4317L4.93135 5.9837C4.79443 6.12056 4.68582 6.28305 4.61172 6.46189C4.53762 6.64073 4.49948 6.83242 4.49948 7.026C4.49948 7.21959 4.53762 7.41128 4.61172 7.59012C4.68582 7.76896 4.79443 7.93145 4.93135 8.0683C5.21223 8.33636 5.58558 8.48592 5.97385 8.48592C6.36212 8.48592 6.73547 8.33636 7.01635 8.0683L7.7235 8.77555C7.49421 9.00599 7.2215 9.18867 6.92115 9.31303C6.6208 9.43739 6.29878 9.50096 5.9737 9.50005Z" }),
12
12
  react_1.default.createElement("path", { d: "M9.9737 8.50005C9.48436 8.50016 9.00598 8.35513 8.59907 8.08332C8.19217 7.81151 7.87501 7.42512 7.68773 6.97304C7.50045 6.52096 7.45145 6.02348 7.54693 5.54355C7.64242 5.06361 7.87809 4.62278 8.22415 4.2768L8.50045 4.0005L9.2076 4.7078L8.9313 4.98395C8.79442 5.12081 8.68583 5.28329 8.61175 5.46212C8.53767 5.64095 8.49954 5.83261 8.49954 6.02618C8.49954 6.21974 8.53767 6.41141 8.61175 6.59024C8.68583 6.76906 8.79442 6.93154 8.9313 7.0684C9.21218 7.33646 9.58553 7.48602 9.9738 7.48602C10.3621 7.48602 10.7354 7.33646 11.0163 7.0684C11.1463 6.9384 13.3809 4.70375 13.5689 4.51615C13.8449 4.23954 14 3.86474 14 3.47398C14 3.08322 13.8449 2.70842 13.5689 2.4318C13.2881 2.16374 12.9147 2.01418 12.5265 2.01418C12.1382 2.01418 11.7648 2.16374 11.4839 2.4318L10.7768 1.72455C11.2409 1.26126 11.87 1.00118 12.5258 1.00147C13.1816 1.00175 13.8104 1.26239 14.2742 1.72609C14.7379 2.18979 14.9985 2.81863 14.9989 3.47442C14.9992 4.13021 14.7391 4.7593 14.2759 5.22345C14.0876 5.41145 11.8539 7.64485 11.724 7.7752C11.4946 8.00572 11.2218 8.18847 10.9214 8.31289C10.621 8.43731 10.2989 8.50092 9.9737 8.50005Z" }),
@@ -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 CurveAutoColonIcon: 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.CurveAutoColonIcon = 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.74999 4.00001H10.05C10.1739 4.60703 10.5188 5.14642 11.0178 5.5136C11.5168 5.88079 12.1344 6.04962 12.7508 5.98735C13.3672 5.92508 13.9385 5.63615 14.354 5.17658C14.7694 4.71701 14.9995 4.11954 14.9995 3.50001C14.9995 2.88047 14.7694 2.283 14.354 1.82343C13.9385 1.36386 13.3672 1.07493 12.7508 1.01267C12.1344 0.950396 11.5168 1.11922 11.0178 1.48641C10.5188 1.85359 10.1739 2.39298 10.05 3.00001H4.74999C4.02065 3.00001 3.32117 3.28974 2.80545 3.80546C2.28972 4.32119 1.99999 5.02066 1.99999 5.75001C1.99999 6.47935 2.28972 7.17882 2.80545 7.69455C3.32117 8.21027 4.02065 8.50001 4.74999 8.50001H10.25C10.7141 8.50001 11.1592 8.68438 11.4874 9.01257C11.8156 9.34076 12 9.78588 12 10.25C12 10.7141 11.8156 11.1593 11.4874 11.4874C11.1592 11.8156 10.7141 12 10.25 12H5.94999C5.82609 11.393 5.4812 10.8536 4.9822 10.4864C4.4832 10.1192 3.86563 9.9504 3.24923 10.0127C2.63283 10.0749 2.06151 10.3639 1.64603 10.8234C1.23054 11.283 1.0005 11.8805 1.0005 12.5C1.0005 13.1195 1.23054 13.717 1.64603 14.1766C2.06151 14.6362 2.63283 14.9251 3.24923 14.9873C3.86563 15.0496 4.4832 14.8808 4.9822 14.5136C5.4812 14.1464 5.82609 13.607 5.94999 13H10.25C10.9793 13 11.6788 12.7103 12.1945 12.1945C12.7103 11.6788 13 10.9794 13 10.25C13 9.52066 12.7103 8.82119 12.1945 8.30546C11.6788 7.78974 10.9793 7.50001 10.25 7.50001H4.74999C4.28586 7.50001 3.84075 7.31563 3.51256 6.98744C3.18437 6.65925 2.99999 6.21413 2.99999 5.75001C2.99999 5.28588 3.18437 4.84076 3.51256 4.51257C3.84075 4.18438 4.28586 4.00001 4.74999 4.00001ZM12.5 2.00001C12.7967 2.00001 13.0867 2.08798 13.3333 2.2528C13.58 2.41762 13.7723 2.65189 13.8858 2.92598C13.9993 3.20007 14.029 3.50167 13.9712 3.79264C13.9133 4.08361 13.7704 4.35089 13.5607 4.56067C13.3509 4.77044 13.0836 4.91331 12.7926 4.97118C12.5017 5.02906 12.2001 4.99936 11.926 4.88582C11.6519 4.77229 11.4176 4.58003 11.2528 4.33336C11.088 4.08669 11 3.79668 11 3.50001C11 3.10218 11.158 2.72065 11.4393 2.43935C11.7206 2.15804 12.1022 2.00001 12.5 2.00001ZM3.49999 14C3.20332 14 2.91331 13.912 2.66664 13.7472C2.41996 13.5824 2.22771 13.3481 2.11417 13.074C2.00064 12.7999 1.97094 12.4983 2.02882 12.2074C2.08669 11.9164 2.22955 11.6491 2.43933 11.4393C2.64911 11.2296 2.91639 11.0867 3.20736 11.0288C3.49833 10.971 3.79993 11.0007 4.07402 11.1142C4.34811 11.2277 4.58238 11.42 4.7472 11.6667C4.91202 11.9133 4.99999 12.2033 4.99999 12.5C4.99999 12.8978 4.84196 13.2794 4.56065 13.5607C4.27935 13.842 3.89782 14 3.49999 14Z", fill: "#1A1C21" })));
12
12
  exports.CurveAutoColonIcon = (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 DataFormatIcon: 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.DataFormatIcon = 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: "M13 5.5H9V6.5H13V5.5Z" }),
12
12
  react_1.default.createElement("path", { d: "M7 9.5H3V10.5H7V9.5Z" }),
@@ -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 DataRefineryIcon: 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.DataRefineryIcon = 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({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none" }, props),
11
11
  react_1.default.createElement("path", { d: "M3.0625 13.125C2.62985 13.125 2.20692 12.9967 1.84719 12.7563C1.48746 12.516 1.20708 12.1743 1.04151 11.7746C0.875948 11.3749 0.832628 10.9351 0.917033 10.5107C1.00144 10.0864 1.20978 9.69663 1.5157 9.3907C1.82163 9.08478 2.21141 8.87644 2.63574 8.79203C3.06007 8.70763 3.49991 8.75095 3.89962 8.91651C4.29933 9.08208 4.64097 9.36246 4.88134 9.72219C5.12171 10.0819 5.25 10.5049 5.25 10.9375C5.24932 11.5175 5.01863 12.0735 4.60854 12.4835C4.19845 12.8936 3.64245 13.1243 3.0625 13.125ZM3.0625 9.625C2.80291 9.625 2.54915 9.70198 2.33331 9.8462C2.11748 9.99042 1.94925 10.1954 1.84991 10.4352C1.75057 10.6751 1.72458 10.939 1.77522 11.1936C1.82586 11.4482 1.95087 11.682 2.13442 11.8656C2.31798 12.0491 2.55184 12.1741 2.80645 12.2248C3.06105 12.2754 3.32494 12.2494 3.56477 12.1501C3.8046 12.0508 4.00959 11.8825 4.1538 11.6667C4.29802 11.4508 4.375 11.1971 4.375 10.9375C4.37462 10.5895 4.23622 10.2559 3.99016 10.0098C3.7441 9.76379 3.41048 9.62538 3.0625 9.625Z", fill: "#3B3C45" }),
12
12
  react_1.default.createElement("path", { d: "M10.5 11.375H6.125V10.5H10.5V7.4375H3.5C3.26801 7.43726 3.04559 7.34499 2.88155 7.18095C2.71751 7.01691 2.62524 6.79449 2.625 6.5625V3.5C2.62524 3.26801 2.71751 3.04559 2.88155 2.88155C3.04559 2.71751 3.26801 2.62524 3.5 2.625H7.875V3.5H3.5V6.5625H10.5C10.732 6.56274 10.9544 6.65501 11.1185 6.81905C11.2825 6.98309 11.3748 7.20551 11.375 7.4375V10.5C11.3748 10.732 11.2825 10.9544 11.1185 11.1184C10.9544 11.2825 10.732 11.3748 10.5 11.375Z", fill: "#3B3C45" }),
@@ -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 DatabaseIcon: 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.DatabaseIcon = 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: "M8 2.01318C5.35105 2.01318 2.5 2.63918 2.5 4.01318V13.0132C2.5 14.3872 5.35105 15.0132 8 15.0132C10.649 15.0132 13.5 14.3872 13.5 13.0132V4.01318C13.5 2.63918 10.649 2.01318 8 2.01318ZM8 3.01318C10.8988 3.01318 12.3974 3.73023 12.4984 4.01318C12.3974 4.29613 10.8988 5.01318 8 5.01318C5.07935 5.01318 3.5803 4.28538 3.5 4.02198V4.01953C3.5803 3.74098 5.07935 3.01318 8 3.01318ZM3.5 5.22703C4.56395 5.76073 6.3213 6.01318 8 6.01318C9.6787 6.01318 11.4361 5.76073 12.5 5.22703V7.00683C12.4197 7.28538 10.9207 8.01318 8 8.01318C5.07495 8.01318 3.57545 7.28318 3.5 7.01318V5.22703ZM3.5 8.22703C4.56395 8.76073 6.3213 9.01318 8 9.01318C9.6787 9.01318 11.4361 8.76073 12.5 8.22703V10.0068C12.4197 10.2854 10.9207 11.0132 8 11.0132C5.07495 11.0132 3.57545 10.2832 3.5 10.0132V8.22703ZM8 14.0132C5.07495 14.0132 3.57545 13.2832 3.5 13.0132V11.227C4.56395 11.7607 6.3213 12.0132 8 12.0132C9.6787 12.0132 11.4361 11.7607 12.5 11.227V13.0068C12.4197 13.2854 10.9207 14.0132 8 14.0132Z" })));
12
12
  exports.DatabaseIcon = (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 DescSortIcon: 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.DescSortIcon = 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 3H1V4H8V3Z", 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 DeselectIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  }, "data-component-name">;
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.DeselectIcon = 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({ "data-component-name": "icons/DeselectIcon", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M14.4966 10.5H9.49658V11.5H14.4966V10.5Z", fill: "currentColor" }),
12
12
  react_1.default.createElement("path", { d: "M10.5 3.64746H1.5V4.64746H10.5V3.64746Z", fill: "currentColor" }),
@@ -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 DocumentAddIcon: 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.DocumentAddIcon = 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: "M15 11.9999H13V9.99993H12V11.9999H10V12.9999H12V14.9999H13V12.9999H15V11.9999Z" }),
12
12
  react_1.default.createElement("path", { d: "M8 13.9999H4V1.99993H8V4.99993C8.00077 5.26491 8.10637 5.51882 8.29374 5.70619C8.48111 5.89356 8.73502 5.99916 9 5.99993H12V7.99993H13V4.99993C13.0018 4.93421 12.9893 4.86889 12.9634 4.80847C12.9375 4.74804 12.8988 4.69395 12.85 4.64993L9.35 1.14993C9.30599 1.10109 9.2519 1.06239 9.19147 1.03649C9.13104 1.01059 9.06572 0.99812 9 0.999928H4C3.73502 1.00069 3.48111 1.1063 3.29374 1.29367C3.10637 1.48104 3.00077 1.73495 3 1.99993V13.9999C3.00077 14.2649 3.10637 14.5188 3.29374 14.7062C3.48111 14.8936 3.73502 14.9992 4 14.9999H8V13.9999ZM9 2.19993L11.8 4.99993H9V2.19993Z" })));
@@ -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 DocumentBlankIcon: 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.DocumentBlankIcon = 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.85 4.64993L9.35 1.14993C9.30601 1.10107 9.25192 1.06236 9.19149 1.03646C9.13106 1.01056 9.06572 0.998095 9 0.999933H4C3.73502 1.00071 3.48112 1.10632 3.29375 1.29369C3.10638 1.48105 3.00078 1.73496 3 1.99993V13.9999C3.00078 14.2649 3.10638 14.5188 3.29375 14.7062C3.48112 14.8935 3.73502 14.9992 4 14.9999H12C12.265 14.9992 12.5189 14.8935 12.7062 14.7062C12.8936 14.5188 12.9992 14.2649 13 13.9999V4.99993C13.0018 4.93421 12.9894 4.86887 12.9635 4.80844C12.9376 4.74801 12.8989 4.69393 12.85 4.64993ZM9 2.19993L11.8 4.99993H9V2.19993ZM12 13.9999H4V1.99993H8V4.99993C8.00078 5.26491 8.10638 5.51881 8.29375 5.70618C8.48112 5.89355 8.73502 5.99916 9 5.99993H12V13.9999Z" })));
12
12
  exports.DocumentBlankIcon = (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 DocumentCssIcon: 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.DocumentCssIcon = 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("g", { id: "iconCSS" },
12
12
  react_1.default.createElement("path", { id: "Vector", d: "M3.33329 2L2.89996 4.22667H11.96L11.6666 5.66667H2.61329L2.17329 7.88667H11.2333L10.7266 10.4267L7.07329 11.6333L3.90662 10.4267L4.12662 9.33333H1.89996L1.37329 12L6.60662 14L12.64 12L13.44 7.98L13.6 7.17333L14.6266 2H3.33329Z", fill: "#3B3C45" }))));
@@ -1 +1 @@
1
- export { DocumentCssIcon } from '@redocly/theme/icons/DocumentCssIcon/DocumentCssIcon';
1
+ export { DocumentCssIcon } from '../../icons/DocumentCssIcon/DocumentCssIcon';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DocumentCssIcon = void 0;
4
- var DocumentCssIcon_1 = require("@redocly/theme/icons/DocumentCssIcon/DocumentCssIcon");
4
+ var DocumentCssIcon_1 = require("../../icons/DocumentCssIcon/DocumentCssIcon");
5
5
  Object.defineProperty(exports, "DocumentCssIcon", { enumerable: true, get: function () { return DocumentCssIcon_1.DocumentCssIcon; } });
6
6
  //# sourceMappingURL=index.js.map
@@ -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 DocumentGraphqlIcon: 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.DocumentGraphqlIcon = 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("g", { id: "iconGraphQL" },
12
12
  react_1.default.createElement("g", { id: "Vector" },
@@ -1 +1 @@
1
- export { DocumentGraphqlIcon } from '@redocly/theme/icons/DocumentGraphqlIcon/DocumentGraphqlIcon';
1
+ export { DocumentGraphqlIcon } from '../../icons/DocumentGraphqlIcon/DocumentGraphqlIcon';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DocumentGraphqlIcon = void 0;
4
- var DocumentGraphqlIcon_1 = require("@redocly/theme/icons/DocumentGraphqlIcon/DocumentGraphqlIcon");
4
+ var DocumentGraphqlIcon_1 = require("../../icons/DocumentGraphqlIcon/DocumentGraphqlIcon");
5
5
  Object.defineProperty(exports, "DocumentGraphqlIcon", { enumerable: true, get: function () { return DocumentGraphqlIcon_1.DocumentGraphqlIcon; } });
6
6
  //# sourceMappingURL=index.js.map
@@ -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 DocumentHtmlIcon: 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.DocumentHtmlIcon = 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("g", { id: "iconHTML" },
12
12
  react_1.default.createElement("path", { id: "Vector", d: "M8.00005 11.7067L10.7134 10.9533L11.08 6.88667H6.25338L6.13338 5.53333H11.2L11.3334 4.20667H4.66671L5.04005 8.21333H9.63338L9.48005 9.93333L8.00005 10.3333L6.52005 9.93333L6.42671 8.82667H5.09338L5.28671 10.9533L8.00005 11.7067ZM2.71338 2H13.2867L12.3334 12.8L8.00005 14L3.66671 12.8L2.71338 2Z", fill: "#3B3C45" }))));
@@ -1 +1 @@
1
- export { DocumentHtmlIcon } from '@redocly/theme/icons/DocumentHtmlIcon/DocumentHtmlIcon';
1
+ export { DocumentHtmlIcon } from '../../icons/DocumentHtmlIcon/DocumentHtmlIcon';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DocumentHtmlIcon = void 0;
4
- var DocumentHtmlIcon_1 = require("@redocly/theme/icons/DocumentHtmlIcon/DocumentHtmlIcon");
4
+ var DocumentHtmlIcon_1 = require("../../icons/DocumentHtmlIcon/DocumentHtmlIcon");
5
5
  Object.defineProperty(exports, "DocumentHtmlIcon", { enumerable: true, get: function () { return DocumentHtmlIcon_1.DocumentHtmlIcon; } });
6
6
  //# sourceMappingURL=index.js.map
@@ -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 DocumentIcon: 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.DocumentIcon = 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.85 4.65L9.35 1.15C9.25 1.05 9.15 1 9 1H4C3.45 1 3 1.45 3 2V14C3 14.55 3.45 15 4 15H12C12.55 15 13 14.55 13 14V5C13 4.85 12.95 4.75 12.85 4.65ZM9 2.2L11.8 5H9V2.2ZM12 14H4V2H8V5C8 5.55 8.45 6 9 6H12V14Z" }),
12
12
  react_1.default.createElement("path", { d: "M11 11H5V12H11V11Z" }),
@@ -1 +1 @@
1
- export { DocumentIcon } from '@redocly/theme/icons/DocumentIcon/DocumentIcon';
1
+ export { DocumentIcon } from '../../icons/DocumentIcon/DocumentIcon';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DocumentIcon = void 0;
4
- var DocumentIcon_1 = require("@redocly/theme/icons/DocumentIcon/DocumentIcon");
4
+ var DocumentIcon_1 = require("../../icons/DocumentIcon/DocumentIcon");
5
5
  Object.defineProperty(exports, "DocumentIcon", { enumerable: true, get: function () { return DocumentIcon_1.DocumentIcon; } });
6
6
  //# sourceMappingURL=index.js.map
@@ -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 DocumentJavaIcon: 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.DocumentJavaIcon = 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: "M2 13H14V14H2V13ZM14 2H3.5C3.36739 2 3.24021 2.05268 3.14645 2.14645C3.05268 2.24021 3 2.36739 3 2.5V9C3 9.53043 3.21071 10.0391 3.58579 10.4142C3.96086 10.7893 4.46957 11 5 11H10C10.5304 11 11.0391 10.7893 11.4142 10.4142C11.7893 10.0391 12 9.53043 12 9V7H14C14.2652 7 14.5196 6.89464 14.7071 6.70711C14.8946 6.51957 15 6.26522 15 6V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2ZM14 6H12V3H14V6Z", fill: "#3B3C45" })));
12
12
  exports.DocumentJavaIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1 +1 @@
1
- export { DocumentJavaIcon } from '@redocly/theme/icons/DocumentJavaIcon/DocumentJavaIcon';
1
+ export { DocumentJavaIcon } from '../../icons/DocumentJavaIcon/DocumentJavaIcon';