@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
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.MoleculesIcon = 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: "16", height: "16", viewBox: "0 0 16 16" }, props),
11
11
  react_1.default.createElement("path", { d: "M13.625 11.375C13.2277 11.3769 12.8386 11.4878 12.5 11.6956L10.7619 9.95188C11.1663 9.38137 11.3835 8.69932 11.3835 8C11.3835 7.30068 11.1663 6.61863 10.7619 6.04813L12.5 4.30438C12.8386 4.51216 13.2277 4.62306 13.625 4.625C14.07 4.625 14.505 4.49304 14.875 4.24581C15.245 3.99857 15.5334 3.64717 15.7037 3.23604C15.874 2.8249 15.9186 2.3725 15.8318 1.93605C15.745 1.49959 15.5307 1.09868 15.216 0.784011C14.9013 0.469343 14.5004 0.255051 14.064 0.168234C13.6275 0.0814174 13.1751 0.125975 12.764 0.296272C12.3528 0.466569 12.0014 0.754957 11.7542 1.12497C11.507 1.49498 11.375 1.92999 11.375 2.375C11.3769 2.77227 11.4878 3.1614 11.6956 3.5L9.95188 5.23813C9.38137 4.83369 8.69932 4.61645 8 4.61645C7.30068 4.61645 6.61863 4.83369 6.04813 5.23813L4.30438 3.5C4.51216 3.1614 4.62306 2.77227 4.625 2.375C4.625 1.92999 4.49304 1.49498 4.24581 1.12497C3.99857 0.754957 3.64717 0.466569 3.23604 0.296272C2.8249 0.125975 2.3725 0.0814174 1.93605 0.168234C1.49959 0.255051 1.09868 0.469343 0.784011 0.784011C0.469343 1.09868 0.255051 1.49959 0.168234 1.93605C0.0814174 2.3725 0.125975 2.8249 0.296272 3.23604C0.466569 3.64717 0.754957 3.99857 1.12497 4.24581C1.49498 4.49304 1.92999 4.625 2.375 4.625C2.77227 4.62306 3.1614 4.51216 3.5 4.30438L5.23813 6.04813C4.83369 6.61863 4.61645 7.30068 4.61645 8C4.61645 8.69932 4.83369 9.38137 5.23813 9.95188L3.5 11.6956C3.1614 11.4878 2.77227 11.3769 2.375 11.375C1.92999 11.375 1.49498 11.507 1.12497 11.7542C0.754957 12.0014 0.466569 12.3528 0.296272 12.764C0.125975 13.1751 0.0814174 13.6275 0.168234 14.064C0.255051 14.5004 0.469343 14.9013 0.784011 15.216C1.09868 15.5307 1.49959 15.745 1.93605 15.8318C2.3725 15.9186 2.8249 15.874 3.23604 15.7037C3.64717 15.5334 3.99857 15.245 4.24581 14.875C4.49304 14.505 4.625 14.07 4.625 13.625C4.62306 13.2277 4.51216 12.8386 4.30438 12.5L6.04813 10.7619C6.61863 11.1663 7.30068 11.3835 8 11.3835C8.69932 11.3835 9.38137 11.1663 9.95188 10.7619L11.6956 12.5C11.4878 12.8386 11.3769 13.2277 11.375 13.625C11.375 14.07 11.507 14.505 11.7542 14.875C12.0014 15.245 12.3528 15.5334 12.764 15.7037C13.1751 15.874 13.6275 15.9186 14.064 15.8318C14.5004 15.745 14.9013 15.5307 15.216 15.216C15.5307 14.9013 15.745 14.5004 15.8318 14.064C15.9186 13.6275 15.874 13.1751 15.7037 12.764C15.5334 12.3528 15.245 12.0014 14.875 11.7542C14.505 11.507 14.07 11.375 13.625 11.375ZM13.625 1.25C13.8475 1.25 14.065 1.31598 14.25 1.4396C14.435 1.56321 14.5792 1.73892 14.6644 1.94448C14.7495 2.15005 14.7718 2.37625 14.7284 2.59448C14.685 2.81271 14.5778 3.01316 14.4205 3.1705C14.2632 3.32783 14.0627 3.43498 13.8445 3.47838C13.6262 3.52179 13.4 3.49951 13.1945 3.41437C12.9889 3.32922 12.8132 3.18502 12.6896 3.00002C12.566 2.81501 12.5 2.59751 12.5 2.375C12.5 2.07663 12.6185 1.79048 12.8295 1.57951C13.0405 1.36853 13.3266 1.25 13.625 1.25ZM1.25 2.375C1.25 2.1525 1.31598 1.93499 1.4396 1.74998C1.56321 1.56498 1.73892 1.42078 1.94448 1.33564C2.15005 1.25049 2.37625 1.22821 2.59448 1.27162C2.81271 1.31503 3.01316 1.42217 3.1705 1.57951C3.32783 1.73684 3.43498 1.9373 3.47838 2.15552C3.52179 2.37375 3.49951 2.59995 3.41437 2.80552C3.32922 3.01109 3.18502 3.18679 3.00002 3.3104C2.81501 3.43402 2.59751 3.5 2.375 3.5C2.07663 3.5 1.79048 3.38147 1.57951 3.1705C1.36853 2.95952 1.25 2.67337 1.25 2.375ZM2.375 14.75C2.1525 14.75 1.93499 14.684 1.74998 14.5604C1.56498 14.4368 1.42078 14.2611 1.33564 14.0555C1.25049 13.85 1.22821 13.6238 1.27162 13.4055C1.31503 13.1873 1.42217 12.9868 1.57951 12.8295C1.73684 12.6722 1.9373 12.565 2.15552 12.5216C2.37375 12.4782 2.59995 12.5005 2.80552 12.5856C3.01109 12.6708 3.18679 12.815 3.3104 13C3.43402 13.185 3.5 13.4025 3.5 13.625C3.5 13.9234 3.38147 14.2095 3.1705 14.4205C2.95952 14.6315 2.67337 14.75 2.375 14.75ZM8 10.25C7.55499 10.25 7.11998 10.118 6.74997 9.87081C6.37996 9.62357 6.09157 9.27217 5.92127 8.86104C5.75097 8.4499 5.70642 7.99751 5.79323 7.56105C5.88005 7.12459 6.09434 6.72368 6.40901 6.40901C6.72368 6.09434 7.12459 5.88005 7.56105 5.79323C7.99751 5.70642 8.4499 5.75097 8.86104 5.92127C9.27217 6.09157 9.62357 6.37996 9.87081 6.74997C10.118 7.11998 10.25 7.55499 10.25 8C10.25 8.59674 10.0129 9.16903 9.59099 9.59099C9.16903 10.0129 8.59674 10.25 8 10.25ZM13.625 14.75C13.4025 14.75 13.185 14.684 13 14.5604C12.815 14.4368 12.6708 14.2611 12.5856 14.0555C12.5005 13.85 12.4782 13.6238 12.5216 13.4055C12.565 13.1873 12.6722 12.9868 12.8295 12.8295C12.9868 12.6722 13.1873 12.565 13.4055 12.5216C13.6238 12.4782 13.85 12.5005 14.0555 12.5856C14.2611 12.6708 14.4368 12.815 14.5604 13C14.684 13.185 14.75 13.4025 14.75 13.625C14.75 13.9234 14.6315 14.2095 14.4205 14.4205C14.2095 14.6315 13.9234 14.75 13.625 14.75Z" })));
12
12
  exports.MoleculesIcon = (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 MoonIcon: 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.MoonIcon = 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.75126 2.7068C6.52204 3.68541 6.49085 4.69999 6.65953 5.69083C6.82821 6.68168 7.19334 7.62878 7.73346 8.47643C8.27357 9.32407 8.97776 10.0551 9.80458 10.6266C10.6314 11.1981 11.5642 11.5984 12.548 11.8041C12.0307 12.3392 11.4112 12.765 10.7263 13.0561C10.0413 13.3472 9.30482 13.4977 8.56056 13.4987C8.49131 13.4987 8.42146 13.5013 8.35166 13.4987C7.05599 13.4529 5.81731 12.9547 4.85075 12.0906C3.88418 11.2265 3.25081 10.0512 3.06063 8.76875C2.87044 7.48629 3.13547 6.17773 3.80967 5.07034C4.48387 3.96295 5.52466 3.12669 6.75126 2.7068ZM7.49001 1.5C7.46074 1.50005 7.43153 1.50266 7.40271 1.5078C5.81059 1.79059 4.37942 2.65251 3.38485 3.92753C2.39029 5.20254 1.90269 6.80048 2.01597 8.41355C2.12925 10.0266 2.8354 11.5407 3.9984 12.6642C5.1614 13.7877 6.69899 14.4412 8.31501 14.4986C8.39706 14.5016 8.47911 14.4986 8.56046 14.4986C9.60987 14.4992 10.644 14.2471 11.5754 13.7636C12.5068 13.2801 13.308 12.5794 13.9115 11.7208C13.9604 11.6469 13.9889 11.5613 13.9943 11.4728C13.9996 11.3842 13.9815 11.2958 13.9418 11.2165C13.902 11.1372 13.8421 11.0698 13.7681 11.021C13.694 10.9722 13.6084 10.9438 13.5198 10.9387C12.5209 10.851 11.5555 10.5349 10.6983 10.0146C9.84106 9.49439 9.11494 8.784 8.57605 7.93837C8.03716 7.09274 7.69993 6.13452 7.59045 5.13777C7.48096 4.14102 7.60213 3.13245 7.94461 2.19C7.97375 2.1146 7.98445 2.03332 7.97582 1.95295C7.96719 1.87257 7.93949 1.79542 7.89501 1.72792C7.85054 1.66042 7.79058 1.60452 7.72014 1.56487C7.64969 1.52523 7.57079 1.50299 7.49001 1.5Z" })));
12
12
  exports.MoonIcon = (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 NetworkIcon: 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.NetworkIcon = 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: "18", height: "18", viewBox: "0 0 18 18", fill: "none" }, props),
11
11
  react_1.default.createElement("rect", { width: "18", height: "18" }),
12
12
  react_1.default.createElement("path", { d: "M16.3125 13.6036V4.39644C16.9659 4.16323 17.4375 3.54471 17.4375 2.8125C17.4375 1.88196 16.6805 1.125 15.75 1.125C14.8195 1.125 14.0625 1.88196 14.0625 2.8125C14.0625 3.03278 14.1078 3.2418 14.1847 3.43462L9 7.97141L3.81527 3.43485C3.89233 3.24174 3.9375 3.03278 3.9375 2.8125C3.9375 1.88196 3.18054 1.125 2.25 1.125C1.31946 1.125 0.5625 1.88196 0.5625 2.8125C0.5625 3.54476 1.0341 4.16329 1.6875 4.39616V13.6038C1.0341 13.8367 0.5625 14.4552 0.5625 15.1874C0.5625 16.118 1.31946 16.8749 2.25 16.8749C3.18054 16.8749 3.9375 16.118 3.9375 15.1874C3.9375 14.8125 3.81049 14.4692 3.6027 14.1888L6.60279 11.5636L7.93283 13.8911C7.55724 14.2009 7.3125 14.6636 7.3125 15.1874C7.3125 16.118 8.06946 16.8749 9 16.8749C9.93054 16.8749 10.6875 16.118 10.6875 15.1874C10.6875 14.6636 10.4426 14.2009 10.0672 13.8911L11.3972 11.5636L14.3973 14.1888C14.1895 14.4692 14.0625 14.8125 14.0625 15.1874C14.0625 16.118 14.8195 16.8749 15.75 16.8749C16.6805 16.8749 17.4375 16.118 17.4375 15.1874C17.4375 14.4552 16.9659 13.8367 16.3125 13.6036ZM15.75 2.25C16.0602 2.25 16.3125 2.50239 16.3125 2.8125C16.3125 3.12261 16.0602 3.375 15.75 3.375C15.4398 3.375 15.1875 3.12261 15.1875 2.8125C15.1875 2.50239 15.4398 2.25 15.75 2.25ZM13.6001 5.44101L11.1028 9.81135L9.85421 8.71875L13.6001 5.44101ZM8.14584 8.71875L6.89709 9.81135L4.39976 5.44101L8.14584 8.71875ZM2.25 2.25C2.56022 2.25 2.8125 2.50239 2.8125 2.8125C2.8125 3.12261 2.56022 3.375 2.25 3.375C1.93978 3.375 1.6875 3.12261 1.6875 2.8125C1.6875 2.50239 1.93978 2.25 2.25 2.25ZM2.25 15.75C1.93978 15.75 1.6875 15.4976 1.6875 15.1875C1.6875 14.8774 1.93978 14.625 2.25 14.625C2.56022 14.625 2.8125 14.8774 2.8125 15.1875C2.8125 15.4976 2.56022 15.75 2.25 15.75ZM2.8125 13.3855V4.93065L6.03343 10.5672L2.8125 13.3855ZM9 15.75C8.68978 15.75 8.4375 15.4976 8.4375 15.1875C8.4375 14.8774 8.68978 14.625 9 14.625C9.31022 14.625 9.5625 14.8774 9.5625 15.1875C9.5625 15.4976 9.31022 15.75 9 15.75ZM9 13.4915L7.46657 10.8078L9 9.46609L10.5334 10.8078L9 13.4915ZM15.1875 4.93042V13.3855L11.9666 10.5672L15.1875 4.93042ZM15.75 15.7501C15.4398 15.7501 15.1875 15.4977 15.1875 15.1876C15.1875 14.8774 15.4398 14.6251 15.75 14.6251C16.0602 14.6251 16.3125 14.8774 16.3125 15.1876C16.3125 15.4977 16.0602 15.7501 15.75 15.7501Z" })));
@@ -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 NoneIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
4
4
  'data-component-name': string;
5
5
  } & {
@@ -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 NotesIcon: 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.NotesIcon = 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: "18", height: "18", viewBox: "0 0 18 18", fill: "none" }, props),
11
11
  react_1.default.createElement("path", { d: "M15.25 5.875H10.25V7.125H15.25V5.875Z", fill: "currentColor" }),
12
12
  react_1.default.createElement("path", { d: "M7.75 10.875H2.75V12.125H7.75V10.875Z", 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 OverflowMenuHorizontalIcon: 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.OverflowMenuHorizontalIcon = 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.2 9.1998C3.86274 9.1998 4.4 8.66255 4.4 7.9998C4.4 7.33706 3.86274 6.7998 3.2 6.7998C2.53726 6.7998 2 7.33706 2 7.9998C2 8.66255 2.53726 9.1998 3.2 9.1998Z" }),
12
12
  react_1.default.createElement("path", { d: "M8 9.1998C8.66274 9.1998 9.2 8.66255 9.2 7.9998C9.2 7.33706 8.66274 6.7998 8 6.7998C7.33726 6.7998 6.8 7.33706 6.8 7.9998C6.8 8.66255 7.33726 9.1998 8 9.1998Z" }),
@@ -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 OverflowMenuVerticalIcon: 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.OverflowMenuVerticalIcon = 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.99999 4.4C8.66273 4.4 9.19999 3.86274 9.19999 3.2C9.19999 2.53726 8.66273 2 7.99999 2C7.33725 2 6.79999 2.53726 6.79999 3.2C6.79999 3.86274 7.33725 4.4 7.99999 4.4Z" }),
12
12
  react_1.default.createElement("path", { d: "M7.99999 9.2C8.66273 9.2 9.19999 8.66274 9.19999 8C9.19999 7.33726 8.66273 6.8 7.99999 6.8C7.33725 6.8 6.79999 7.33726 6.79999 8C6.79999 8.66274 7.33725 9.2 7.99999 9.2Z" }),
@@ -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 PeopleIcon: 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.PeopleIcon = 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 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M14.625 6.875H13.5V8H14.625C15.0724 8.00049 15.5013 8.17844 15.8177 8.4948C16.1341 8.81116 16.312 9.2401 16.3125 9.6875V11.9375H17.4375V9.6875C17.4366 8.94184 17.14 8.22697 16.6128 7.69972C16.0855 7.17246 15.3707 6.87586 14.625 6.875Z", fill: "#1F7CFF" }),
12
12
  react_1.default.createElement("path", { d: "M13.5 1.25C13.8338 1.25 14.16 1.34897 14.4375 1.5344C14.715 1.71982 14.9313 1.98337 15.059 2.29172C15.1868 2.60007 15.2202 2.93937 15.1551 3.26671C15.09 3.59406 14.9292 3.89474 14.6932 4.13074C14.4572 4.36674 14.1566 4.52746 13.8292 4.59258C13.5019 4.65769 13.1626 4.62427 12.8542 4.49655C12.5459 4.36882 12.2823 4.15253 12.0969 3.87502C11.9115 3.59752 11.8125 3.27126 11.8125 2.9375C11.8125 2.48995 11.9903 2.06072 12.3068 1.74426C12.6232 1.42779 13.0524 1.25 13.5 1.25ZM13.5 0.125C12.9437 0.125 12.4 0.28995 11.9375 0.598992C11.4749 0.908033 11.1145 1.34729 10.9016 1.8612C10.6887 2.37512 10.633 2.94062 10.7415 3.48619C10.8501 4.03176 11.1179 4.5329 11.5113 4.92624C11.9046 5.31957 12.4057 5.58744 12.9513 5.69596C13.4969 5.80448 14.0624 5.74878 14.5763 5.53591C15.0902 5.32304 15.5295 4.96255 15.8385 4.50004C16.1475 4.03753 16.3125 3.49376 16.3125 2.9375C16.3125 2.19158 16.0162 1.47621 15.4887 0.948762C14.9613 0.421316 14.2459 0.125 13.5 0.125Z", fill: "#1F7CFF" }),
@@ -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 PlaylistIcon: 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.PlaylistIcon = 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 14 14", fill: "none" }, props),
11
11
  react_1.default.createElement("path", { d: "M9.625 2.625H1.75V3.5H9.625V2.625Z", fill: "#1A1C21" }),
12
12
  react_1.default.createElement("path", { d: "M9.625 5.25H1.75V6.125H9.625V5.25Z", 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 PlusCustomIcon: 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.PlusCustomIcon = 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("rect", { x: "2.5", y: "2.5", width: "19", height: "19", rx: "9.5", stroke: "#DCDDE5" }),
12
12
  react_1.default.createElement("path", { d: "M12.5 11.5V8H11.5V11.5H8V12.5H11.5V16H12.5V12.5H16V11.5H12.5Z", 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 RabbitMQIcon: 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.RabbitMQIcon = 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", { clipPath: "url(#clip0_15358_36168)" },
12
12
  react_1.default.createElement("path", { d: "M13.1 6.8695H9.555C9.2715 6.8355 9.0555 6.586 9.0555 6.292V2.572C9.056 2.255 8.7985 2 8.484 2H7.2435C6.926 2 6.671 2.2575 6.671 2.5725V6.3315C6.6555 6.6155 6.4215 6.8435 6.1405 6.8695H5.212C4.939 6.836 4.728 6.607 4.71 6.33V2.5725C4.71 2.255 4.4525 2 4.138 2H2.897C2.58 2 2.325 2.2575 2.325 2.5725V7.442V13.4275C2.325 13.745 2.5825 14 2.897 14H4.1375H7.2425H8.483H13.1025C13.42 14 13.675 13.7425 13.675 13.4275V7.442C13.673 7.125 13.4175 6.8695 13.1 6.8695ZM11.4665 10.9745C11.4665 11.292 11.209 11.5495 10.8945 11.5495H9.6545C9.3365 11.5495 9.081 11.292 9.081 10.9745V9.804C9.081 9.486 9.3385 9.2295 9.6545 9.2295H10.8945C11.2125 9.2295 11.4665 9.487 11.4665 9.804V10.9745Z", 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 RecentlyViewedIcon: 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.RecentlyViewedIcon = 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", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M10.295 11L7.5 8.205V3.5H8.5V7.79L11 10.295L10.295 11Z" }),
12
12
  react_1.default.createElement("path", { d: "M8 1C7.06748 1.00013 6.14446 1.18739 5.28562 1.55068C4.42677 1.91397 3.64955 2.44591 3 3.115V1H2V5H6V4H3.54C4.47801 2.95765 5.75149 2.27676 7.13926 2.0756C8.52703 1.87444 9.94142 2.16571 11.1368 2.89882C12.3322 3.63193 13.233 4.76057 13.6829 6.08873C14.1327 7.41689 14.1032 8.86066 13.5993 10.1693C13.0955 11.4779 12.1492 12.5688 10.9249 13.2523C9.7005 13.9359 8.27537 14.1691 6.897 13.9113C5.51862 13.6535 4.27407 12.9211 3.3795 11.8412C2.48492 10.7614 1.99683 9.40227 2 8H1C1 9.38447 1.41054 10.7378 2.17971 11.889C2.94888 13.0401 4.04213 13.9373 5.32122 14.4672C6.6003 14.997 8.00776 15.1356 9.36563 14.8655C10.7235 14.5954 11.9708 13.9287 12.9497 12.9497C13.9287 11.9708 14.5954 10.7235 14.8655 9.36563C15.1356 8.00776 14.997 6.6003 14.4672 5.32122C13.9373 4.04213 13.0401 2.94888 11.889 2.17971C10.7378 1.41054 9.38447 1 8 1Z" })));
@@ -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 RenewIcon: 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.RenewIcon = 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 4.99986H3.39C4.03668 4.00602 4.98721 3.24777 6.09991 2.83815C7.21262 2.42852 8.4279 2.38944 9.56462 2.72675C10.7013 3.06405 11.6986 3.75967 12.4078 4.70992C13.117 5.66017 13.5001 6.81415 13.5 7.99986H14.5C14.5014 6.6626 14.0903 5.35747 13.3227 4.26241C12.5552 3.16736 11.4686 2.33568 10.2111 1.88079C8.95358 1.4259 7.58637 1.36994 6.29589 1.72053C5.00541 2.07112 3.85447 2.8112 3 3.83986V1.99986H2V5.99986H6V4.99986Z" }),
12
12
  react_1.default.createElement("path", { d: "M10 10.9999H12.61C11.9633 11.9937 11.0128 12.7519 9.90009 13.1616C8.78739 13.5712 7.5721 13.6103 6.43539 13.273C5.29867 12.9357 4.30139 12.24 3.59221 11.2898C2.88303 10.3395 2.49993 9.18556 2.5 7.99986H1.5C1.49863 9.33711 1.90973 10.6422 2.67727 11.7373C3.4448 12.8324 4.53141 13.664 5.78892 14.1189C7.04642 14.5738 8.41363 14.6298 9.70411 14.2792C10.9946 13.9286 12.1455 13.1885 13 12.1599V13.9999H14V9.99986H10V10.9999Z" })));
@@ -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 ResetIcon: 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.ResetIcon = 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 14C10.1867 14 11.3467 13.6481 12.3334 12.9888C13.3201 12.3295 14.0892 11.3925 14.5433 10.2961C14.9974 9.19975 15.1162 7.99335 14.8847 6.82946C14.6532 5.66558 14.0818 4.59648 13.2426 3.75736C12.4035 2.91825 11.3344 2.3468 10.1705 2.11529C9.00666 1.88378 7.80026 2.0026 6.7039 2.45673C5.60754 2.91085 4.67047 3.67989 4.01118 4.66658C3.35189 5.65328 3 6.81331 3 8V11.1L1.2 9.3L0.5 10L3.5 13L6.5 10L5.8 9.3L4 11.1V8C4 7.0111 4.29324 6.0444 4.84265 5.22215C5.39206 4.39991 6.17295 3.75904 7.08658 3.38061C8.00021 3.00217 9.00555 2.90315 9.97545 3.09608C10.9454 3.289 11.8363 3.76521 12.5355 4.46447C13.2348 5.16373 13.711 6.05465 13.9039 7.02455C14.0969 7.99446 13.9978 8.99979 13.6194 9.91342C13.241 10.8271 12.6001 11.6079 11.7779 12.1574C10.9556 12.7068 9.98891 13 9 13V14Z", fill: "#1A1C21" })));
12
12
  exports.ResetIcon = (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 RestartIcon: 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.RestartIcon = 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 9C13 9.98891 12.7068 10.9556 12.1574 11.7779C11.6079 12.6001 10.8271 13.241 9.91342 13.6194C8.99979 13.9978 7.99446 14.0969 7.02455 13.9039C6.05465 13.711 5.16373 13.2348 4.46447 12.5355C3.76521 11.8363 3.289 10.9454 3.09608 9.97545C2.90315 9.00555 3.00217 8.00021 3.38061 7.08658C3.75904 6.17295 4.39991 5.39206 5.22215 4.84265C6.0444 4.29324 7.0111 4 8 4H11.0911L9.29885 5.7927L10 6.5L13 3.5L10 0.5L9.29885 1.207L11.0926 3H8C6.81331 3 5.65328 3.35189 4.66658 4.01118C3.67989 4.67047 2.91085 5.60754 2.45673 6.7039C2.0026 7.80026 1.88378 9.00666 2.11529 10.1705C2.3468 11.3344 2.91825 12.4035 3.75736 13.2426C4.59648 14.0818 5.66558 14.6532 6.82946 14.8847C7.99335 15.1162 9.19975 14.9974 10.2961 14.5433C11.3925 14.0892 12.3295 13.3201 12.9888 12.3334C13.6481 11.3467 14 10.1867 14 9H13Z" })));
12
12
  exports.RestartIcon = (0, styled_components_1.default)(Icon).attrs(() => ({
@@ -1,3 +1,3 @@
1
- export declare const ReturnKeyIcon: import("styled-components").StyledComponent<"span", any, import("@redocly/theme/components/Typography/Typography").TypographyProps & {
1
+ export declare const ReturnKeyIcon: import("styled-components").StyledComponent<"span", any, import("../../components/Typography/Typography").TypographyProps & {
2
2
  'data-component-name': string;
3
3
  }, "data-component-name">;
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ReturnKeyIcon = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
- const Typography_1 = require("@redocly/theme/components/Typography/Typography");
8
+ const Typography_1 = require("../../components/Typography/Typography");
9
9
  exports.ReturnKeyIcon = (0, styled_components_1.default)(Typography_1.Typography).attrs(() => ({
10
10
  'data-component-name': 'icons/ReturnKeyIcon/ReturnKeyIcon',
11
11
  })) `
@@ -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 RocketIcon: 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.RocketIcon = 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.64273 7.64733L3.64404 11.646L4.35115 12.3531L8.34984 8.35443L7.64273 7.64733Z" }),
12
12
  react_1.default.createElement("path", { d: "M8.5 15C8.43668 15.0002 8.3739 14.9883 8.315 14.965C8.23309 14.9324 8.16127 14.8786 8.10682 14.8093C8.05238 14.7399 8.01725 14.6574 8.005 14.57L7.505 11.07L8.505 10.93L8.88 13.565L10.5 12.26V8.50003C10.4996 8.43423 10.5122 8.369 10.5371 8.30808C10.562 8.24716 10.5987 8.19175 10.645 8.14503L12.68 6.11003C13.0993 5.69356 13.4319 5.19806 13.6585 4.65222C13.885 4.10638 14.0011 3.52103 14 2.93003V2.00003H13.07C12.479 1.99891 11.8937 2.11499 11.3478 2.34157C10.802 2.56814 10.3065 2.90071 9.89 3.32003L7.855 5.35503C7.80828 5.40137 7.75287 5.43803 7.69196 5.46292C7.63104 5.4878 7.56581 5.50041 7.5 5.50003H3.74L2.435 7.13003L5.07 7.50503L4.93 8.50503L1.43 8.00503C1.34267 7.99278 1.26014 7.95765 1.19077 7.90321C1.1214 7.84877 1.06766 7.77695 1.035 7.69503C1.00194 7.61254 0.991465 7.52274 1.00465 7.43485C1.01783 7.34697 1.0542 7.26419 1.11 7.19503L3.11 4.69503C3.15606 4.63519 3.21508 4.58655 3.28263 4.55278C3.35017 4.51901 3.42449 4.50097 3.5 4.50003H7.295L9.18 2.61003C9.68959 2.09758 10.2958 1.6914 10.9636 1.41503C11.6313 1.13865 12.3473 0.997596 13.07 1.00003H14C14.2652 1.00003 14.5196 1.10539 14.7071 1.29292C14.8946 1.48046 15 1.73481 15 2.00003V2.93003C15.0024 3.65271 14.8614 4.36869 14.585 5.03645C14.3086 5.7042 13.9024 6.31045 13.39 6.82003L11.5 8.70503V12.5C11.4997 12.5751 11.4824 12.6492 11.4495 12.7167C11.4166 12.7842 11.3689 12.8435 11.31 12.89L8.81 14.89C8.72203 14.9606 8.61278 14.9994 8.5 15Z" })));
@@ -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 SaveIcon: 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.SaveIcon = 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.855 4.64501L11.355 2.14501C11.3083 2.09867 11.2529 2.06201 11.192 2.03712C11.131 2.01224 11.0658 1.99963 11 2.00001H3C2.73478 2.00001 2.48043 2.10537 2.29289 2.2929C2.10536 2.48044 2 2.73479 2 3.00001V13C2 13.2652 2.10536 13.5196 2.29289 13.7071C2.48043 13.8947 2.73478 14 3 14H13C13.2652 14 13.5196 13.8947 13.7071 13.7071C13.8946 13.5196 14 13.2652 14 13V5.00001C14.0004 4.93421 13.9878 4.86897 13.9629 4.80806C13.938 4.74714 13.9013 4.69173 13.855 4.64501ZM6 3.00001H10V5.00001H6V3.00001ZM10 13H6V9.00001H10V13ZM11 13V9.00001C11 8.73479 10.8946 8.48044 10.7071 8.2929C10.5196 8.10537 10.2652 8.00001 10 8.00001H6C5.73478 8.00001 5.48043 8.10537 5.29289 8.2929C5.10536 8.48044 5 8.73479 5 9.00001V13H3V3.00001H5V5.00001C5 5.26523 5.10536 5.51958 5.29289 5.70712C5.48043 5.89465 5.73478 6.00001 6 6.00001H10C10.2652 6.00001 10.5196 5.89465 10.7071 5.70712C10.8946 5.51958 11 5.26523 11 5.00001V3.20501L13 5.20501V13H11Z" })));
12
12
  exports.SaveIcon = (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 SearchIcon: 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.SearchIcon = 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.5 13.7931L10.724 10.017C11.6313 8.9277 12.0838 7.5305 11.9872 6.11608C11.8907 4.70165 11.2525 3.37891 10.2055 2.423C9.15857 1.4671 7.78336 0.951637 6.36602 0.983845C4.94867 1.01605 3.5983 1.59345 2.59582 2.59593C1.59335 3.5984 1.01595 4.94877 0.983738 6.36612C0.95153 7.78347 1.46699 9.15867 2.4229 10.2057C3.3788 11.2526 4.70155 11.8908 6.11597 11.9873C7.53039 12.0839 8.92759 11.6314 10.0169 10.7241L13.793 14.5001L14.5 13.7931ZM2.00001 6.50012C2.00001 5.6101 2.26393 4.74007 2.7584 4.00005C3.25286 3.26003 3.95567 2.68325 4.77794 2.34266C5.6002 2.00207 6.505 1.91295 7.37792 2.08658C8.25083 2.26022 9.05266 2.6888 9.68199 3.31814C10.3113 3.94747 10.7399 4.7493 10.9135 5.62221C11.0872 6.49513 10.9981 7.39993 10.6575 8.22219C10.3169 9.04446 9.7401 9.74726 9.00008 10.2417C8.26006 10.7362 7.39003 11.0001 6.50001 11.0001C5.30694 10.9988 4.16312 10.5243 3.31949 9.68064C2.47587 8.83701 2.00133 7.69319 2.00001 6.50012Z" })));
12
12
  exports.SearchIcon = (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 SecurityIcon: 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.SecurityIcon = 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 8.295L5.705 7L5 7.705L7 9.705L11 5.705L10.295 5L7 8.295Z" }),
12
12
  react_1.default.createElement("path", { d: "M8 15L4.9121 13.3535C4.03174 12.8852 3.29552 12.186 2.78248 11.3309C2.26944 10.4758 1.99893 9.49718 2 8.5V2C2.00028 1.73487 2.10573 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 2V8.5C14.0011 9.49718 13.7306 10.4758 13.2175 11.3309C12.7045 12.186 11.9683 12.8852 11.0879 13.3535L8 15ZM3 2V8.5C2.99914 9.3159 3.22048 10.1166 3.64028 10.8163C4.06007 11.5159 4.66246 12.088 5.3828 12.4712L8 13.8666L10.6172 12.4712C11.3375 12.088 11.9399 11.5159 12.3597 10.8163C12.7795 10.1166 13.0009 9.3159 13 8.5V2H3Z" })));
@@ -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 SelectIcon: 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.SelectIcon = 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/SelectIcon", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M10.5 3.64746H1.5V4.64746H10.5V3.64746Z", fill: "currentColor" }),
12
12
  react_1.default.createElement("path", { d: "M10.5 6.64746H1.5V7.64746H10.5V6.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 SendIcon: 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.SendIcon = 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: "M13.0094 7.61066L3.38435 2.79816C3.30892 2.76043 3.22418 2.74532 3.14035 2.75463C3.05652 2.76394 2.97717 2.79729 2.91186 2.85066C2.84948 2.90294 2.80292 2.97158 2.77742 3.04886C2.75191 3.12615 2.74847 3.20902 2.76748 3.28816L3.92685 7.56253H8.87498V8.43753H3.92685L2.74998 12.6988C2.73214 12.7649 2.73006 12.8342 2.7439 12.9013C2.75774 12.9683 2.78712 13.0312 2.82968 13.0848C2.87223 13.1384 2.92677 13.1813 2.98891 13.21C3.05106 13.2387 3.11907 13.2524 3.18748 13.25C3.25597 13.2496 3.3234 13.2331 3.38435 13.2019L13.0094 8.38941C13.081 8.35269 13.1412 8.29692 13.1832 8.22821C13.2252 8.15951 13.2474 8.08055 13.2474 8.00003C13.2474 7.91951 13.2252 7.84056 13.1832 7.77185C13.1412 7.70315 13.081 7.64737 13.0094 7.61066Z", fill: "white" })));
12
12
  exports.SendIcon = (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 SettingsCogIcon: 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.SettingsCogIcon = 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) => {
11
11
  return (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
12
12
  react_1.default.createElement("path", { d: "M13.5 8.38008C13.5 8.25508 13.5 8.13008 13.5 8.00008C13.5 7.87008 13.5 7.74508 13.5 7.61508L14.46 6.77508C14.637 6.61911 14.7531 6.40559 14.7879 6.17228C14.8226 5.93897 14.7738 5.70088 14.65 5.50008L13.47 3.50008C13.3823 3.34821 13.2562 3.22207 13.1044 3.13431C12.9526 3.04655 12.7804 3.00026 12.605 3.00008C12.4963 2.99925 12.3882 3.01614 12.285 3.05008L11.07 3.46008C10.8602 3.32068 10.6414 3.19541 10.415 3.08508L10.16 1.82508C10.1143 1.59488 9.98905 1.3881 9.80623 1.24093C9.62341 1.09376 9.39466 1.01558 9.16 1.02008H6.82C6.58535 1.01558 6.3566 1.09376 6.17378 1.24093C5.99096 1.3881 5.86573 1.59488 5.82 1.82508L5.565 3.08508C5.33697 3.19538 5.11649 3.32066 4.905 3.46008L3.715 3.03008C3.61065 3.00289 3.50259 2.99276 3.395 3.00008C3.21964 3.00026 3.04741 3.04655 2.89559 3.13431C2.74376 3.22207 2.61769 3.34821 2.53 3.50008L1.35 5.50008C1.2333 5.70058 1.18993 5.93541 1.22733 6.16436C1.26473 6.39332 1.38057 6.60214 1.555 6.75508L2.5 7.62008C2.5 7.74508 2.5 7.87008 2.5 8.00008C2.5 8.13008 2.5 8.25508 2.5 8.38508L1.555 9.22508C1.37564 9.37908 1.25663 9.59165 1.2191 9.82505C1.18158 10.0585 1.22795 10.2976 1.35 10.5001L2.53 12.5001C2.61769 12.6519 2.74376 12.7781 2.89559 12.8659C3.04741 12.9536 3.21964 12.9999 3.395 13.0001C3.50368 13.0009 3.61176 12.984 3.715 12.9501L4.93 12.5401C5.13977 12.6795 5.35859 12.8048 5.585 12.9151L5.84 14.1751C5.88573 14.4053 6.01096 14.6121 6.19378 14.7592C6.3766 14.9064 6.60535 14.9846 6.84 14.9801H9.2C9.43466 14.9846 9.66341 14.9064 9.84623 14.7592C10.029 14.6121 10.1543 14.4053 10.2 14.1751L10.455 12.9151C10.683 12.8048 10.9035 12.6795 11.115 12.5401L12.325 12.9501C12.4282 12.984 12.5363 13.0009 12.645 13.0001C12.8204 12.9999 12.9926 12.9536 13.1444 12.8659C13.2962 12.7781 13.4223 12.6519 13.51 12.5001L14.65 10.5001C14.7667 10.2996 14.8101 10.0648 14.7727 9.8358C14.7353 9.60685 14.6194 9.39802 14.445 9.24508L13.5 8.38008ZM12.605 12.0001L10.89 11.4201C10.4885 11.7601 10.0297 12.026 9.535 12.2051L9.18 14.0001H6.82L6.465 12.2251C5.97422 12.0409 5.51786 11.7755 5.115 11.4401L3.395 12.0001L2.215 10.0001L3.575 8.80008C3.48255 8.28251 3.48255 7.75265 3.575 7.23508L2.215 6.00008L3.395 4.00008L5.11 4.58008C5.51147 4.24003 5.97031 3.97421 6.465 3.79508L6.82 2.00008H9.18L9.535 3.77508C10.0258 3.95929 10.4821 4.22465 10.885 4.56008L12.605 4.00008L13.785 6.00008L12.425 7.20008C12.5175 7.71765 12.5175 8.24751 12.425 8.76508L13.785 10.0001L12.605 12.0001Z", 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 SettingsIcon: import("styled-components").StyledComponent<(props: IconProps & {
4
4
  variant?: "circle" | "default";
5
5
  }) => React.JSX.Element, any, {
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.SettingsIcon = 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 { variant } = props, rest = __rest(props, ["variant"]);
23
23
  return (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), variant === 'circle' ? (react_1.default.createElement(react_1.default.Fragment, null,
@@ -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 SidePanelCloseIcon: 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.SidePanelCloseIcon = 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", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M14 2H2C1.45 2 1 2.45 1 3V13C1 13.55 1.45 14 2 14H14C14.55 14 15 13.55 15 13V3C15 2.45 14.55 2 14 2ZM5 13H2V3H5V13ZM14 7.5H8.9L10.7 5.7L10 5L7 8L10 11L10.7 10.3L8.9 8.5H14V13H6V3H14V7.5Z" })));
12
12
  exports.SidePanelCloseIcon = (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 SidePanelOpenIcon: 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.SidePanelOpenIcon = 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 2H2C1.45 2 1 2.45 1 3V13C1 13.55 1.45 14 2 14H14C14.55 14 15 13.55 15 13V3C15 2.45 14.55 2 14 2ZM5 13H2V3H5V13ZM14 13H6V8.5H11.1L9.3 10.3L10 11L13 8L10 5L9.3 5.7L11.1 7.5H6V3H14V13Z" })));
12
12
  exports.SidePanelOpenIcon = (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 SlackIcon: 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.SlackIcon = 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: "M3.6516 9.97873C3.65161 10.2904 3.5592 10.595 3.38606 10.8542C3.21292 11.1133 2.96682 11.3153 2.67889 11.4346C2.39095 11.5539 2.07412 11.5851 1.76845 11.5243C1.46278 11.4635 1.182 11.3134 0.961622 11.093C0.741246 10.8726 0.591169 10.5919 0.53037 10.2862C0.469572 9.98052 0.500782 9.66368 0.620054 9.37575C0.739327 9.08781 0.941305 8.84172 1.20044 8.66858C1.45959 8.49543 1.76425 8.40303 2.07591 8.40304H3.6516V9.97873Z", fill: "#555761" }),
12
12
  react_1.default.createElement("path", { d: "M4.4456 9.97873C4.44822 9.56254 4.61539 9.16429 4.91061 8.87092C5.20583 8.57756 5.60512 8.4129 6.02131 8.4129C6.43751 8.4129 6.8368 8.57756 7.13202 8.87092C7.42724 9.16429 7.59441 9.56254 7.59703 9.97873V13.9242C7.59834 14.1319 7.55855 14.3379 7.47995 14.5302C7.40135 14.7225 7.28549 14.8974 7.13904 15.0448C6.99259 15.1922 6.81844 15.3091 6.62662 15.3889C6.43479 15.4688 6.22908 15.5098 6.02131 15.5098C5.81355 15.5098 5.60783 15.4688 5.41601 15.3889C5.22418 15.3091 5.05004 15.1922 4.90359 15.0448C4.75714 14.8974 4.64128 14.7225 4.56268 14.5302C4.48408 14.3379 4.44429 14.1319 4.4456 13.9242V9.97873Z", fill: "#555761" }),
@@ -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 SortIcon: 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.SortIcon = 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 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8 9L8.707 8.293L10.5 10.086V0H11.5V10.086L13.293 8.293L14 9L11 12L8 9Z", fill: "#22242B" }),
12
12
  react_1.default.createElement("path", { d: "M7 7H0V8H7V7Z", fill: "#22242B" }),
@@ -1,4 +1,4 @@
1
- import type { IconProps } from '@redocly/theme/icons/types';
1
+ import type { IconProps } from '../../icons/types';
2
2
  export declare const Spinner: import("styled-components").StyledComponent<(props: IconProps) => import("react").JSX.Element, any, {
3
3
  'data-component-name': string;
4
4
  } & {