@redocly/theme 0.56.2 → 0.56.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (653) hide show
  1. package/lib/components/Admonition/Admonition.js +11 -21
  2. package/lib/components/Badge/Badge.js +7 -17
  3. package/lib/components/Breadcrumbs/Breadcrumb.js +1 -1
  4. package/lib/components/Breadcrumbs/Breadcrumbs.js +2 -2
  5. package/lib/components/Button/Button.js +8 -18
  6. package/lib/components/Button/ButtonGroup.d.ts +1 -1
  7. package/lib/components/Buttons/CopyButton.d.ts +2 -2
  8. package/lib/components/Buttons/CopyButton.js +12 -22
  9. package/lib/components/Buttons/EditPageButton.js +3 -3
  10. package/lib/components/Buttons/EmailButton.js +2 -2
  11. package/lib/components/Buttons/NewTabButton.js +2 -2
  12. package/lib/components/Catalog/Catalog.d.ts +2 -2
  13. package/lib/components/Catalog/Catalog.js +12 -12
  14. package/lib/components/Catalog/CatalogActionsRow.d.ts +1 -1
  15. package/lib/components/Catalog/CatalogActionsRow.js +3 -3
  16. package/lib/components/Catalog/CatalogCardView/CatalogCard.d.ts +1 -1
  17. package/lib/components/Catalog/CatalogCardView/CatalogCard.js +9 -9
  18. package/lib/components/Catalog/CatalogCardView/CatalogCardView.d.ts +1 -1
  19. package/lib/components/Catalog/CatalogCardView/CatalogCardView.js +1 -1
  20. package/lib/components/Catalog/CatalogEntities.d.ts +1 -1
  21. package/lib/components/Catalog/CatalogEntities.js +14 -24
  22. package/lib/components/Catalog/CatalogEntitiesEmptyState.js +1 -1
  23. package/lib/components/Catalog/CatalogEntity/CatalogEntity.d.ts +1 -1
  24. package/lib/components/Catalog/CatalogEntity/CatalogEntity.js +15 -15
  25. package/lib/components/Catalog/CatalogEntity/CatalogEntityLinks.d.ts +1 -1
  26. package/lib/components/Catalog/CatalogEntity/CatalogEntityLinks.js +4 -4
  27. package/lib/components/Catalog/CatalogEntity/CatalogEntityMetadata.d.ts +1 -1
  28. package/lib/components/Catalog/CatalogEntity/CatalogEntityMetadata.js +12 -22
  29. package/lib/components/Catalog/CatalogEntity/CatalogEntityMethodAndPath.d.ts +1 -1
  30. package/lib/components/Catalog/CatalogEntity/CatalogEntityMethodAndPath.js +2 -2
  31. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/ApiDescriptionProperty.d.ts +1 -1
  32. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/ApiDescriptionProperty.js +2 -2
  33. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/CatalogEntityProperties.d.ts +1 -1
  34. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/CatalogEntityProperties.js +9 -9
  35. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/ContactProperty.d.ts +1 -1
  36. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/ContactProperty.js +3 -3
  37. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/DomainsProperty.d.ts +1 -1
  38. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/DomainsProperty.js +3 -3
  39. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/EntityTypeProperty.d.ts +1 -1
  40. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/EntityTypeProperty.js +4 -4
  41. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/FormatProperty.d.ts +1 -1
  42. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/FormatProperty.js +3 -3
  43. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/GitProperty.d.ts +1 -1
  44. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/GitProperty.js +4 -4
  45. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/OwnersProperty.d.ts +1 -1
  46. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/OwnersProperty.js +3 -3
  47. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/TagsProperty.d.ts +1 -1
  48. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/TagsProperty.js +3 -3
  49. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/UserEmailProperty.d.ts +1 -1
  50. package/lib/components/Catalog/CatalogEntity/CatalogEntityProperties/UserEmailProperty.js +3 -3
  51. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityDefaultRelations.d.ts +1 -1
  52. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityDefaultRelations.js +4 -4
  53. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityRelations.d.ts +1 -1
  54. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityRelations.js +10 -20
  55. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityRelationsTable.d.ts +2 -2
  56. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityRelationsTable.js +6 -6
  57. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityTeamRelations.d.ts +1 -1
  58. package/lib/components/Catalog/CatalogEntity/CatalogEntityRelations/CatalogEntityTeamRelations.js +8 -8
  59. package/lib/components/Catalog/CatalogEntity/CatalogEntitySchema.d.ts +1 -1
  60. package/lib/components/Catalog/CatalogEntity/CatalogEntitySchema.js +2 -2
  61. package/lib/components/Catalog/CatalogEntityIcon.js +6 -6
  62. package/lib/components/Catalog/CatalogEntityTypeIcon.js +1 -1
  63. package/lib/components/Catalog/CatalogEntityTypeTag.d.ts +1 -1
  64. package/lib/components/Catalog/CatalogEntityTypeTag.js +2 -2
  65. package/lib/components/Catalog/CatalogPageDescription.js +3 -3
  66. package/lib/components/Catalog/CatalogSelector.d.ts +2 -2
  67. package/lib/components/Catalog/CatalogSelector.js +4 -4
  68. package/lib/components/Catalog/CatalogSortButton.d.ts +1 -1
  69. package/lib/components/Catalog/CatalogSortButton.js +12 -22
  70. package/lib/components/Catalog/CatalogTableView/CatalogDomainsCell.js +1 -1
  71. package/lib/components/Catalog/CatalogTableView/CatalogEntityCell.d.ts +1 -1
  72. package/lib/components/Catalog/CatalogTableView/CatalogEntityCell.js +2 -2
  73. package/lib/components/Catalog/CatalogTableView/CatalogEntityRelationCell.d.ts +1 -1
  74. package/lib/components/Catalog/CatalogTableView/CatalogEntityRelationCell.js +1 -1
  75. package/lib/components/Catalog/CatalogTableView/CatalogOwnersCell.js +1 -1
  76. package/lib/components/Catalog/CatalogTableView/CatalogTableHeaderCell.d.ts +2 -2
  77. package/lib/components/Catalog/CatalogTableView/CatalogTableHeaderCell.js +10 -20
  78. package/lib/components/Catalog/CatalogTableView/CatalogTableView.d.ts +1 -1
  79. package/lib/components/Catalog/CatalogTableView/CatalogTableView.js +7 -7
  80. package/lib/components/Catalog/CatalogTableView/CatalogTableViewRow.js +6 -6
  81. package/lib/components/Catalog/CatalogTableView/CatalogTagsCell.d.ts +1 -1
  82. package/lib/components/Catalog/CatalogTableView/CatalogTagsCell.js +1 -1
  83. package/lib/components/Catalog/CatalogTableView/CatalogUserEntityCell.js +1 -1
  84. package/lib/components/Catalog/CatalogTagsWithTooltip.d.ts +1 -1
  85. package/lib/components/Catalog/CatalogTagsWithTooltip.js +4 -4
  86. package/lib/components/Catalog/CatalogViewModeToggle.d.ts +1 -1
  87. package/lib/components/Catalog/CatalogViewModeToggle.js +9 -19
  88. package/lib/components/CatalogClassic/CatalogClassic.d.ts +1 -1
  89. package/lib/components/CatalogClassic/CatalogClassic.js +9 -9
  90. package/lib/components/CatalogClassic/CatalogClassicActions.d.ts +1 -1
  91. package/lib/components/CatalogClassic/CatalogClassicActions.js +12 -22
  92. package/lib/components/CatalogClassic/CatalogClassicCard.d.ts +1 -1
  93. package/lib/components/CatalogClassic/CatalogClassicCard.js +14 -24
  94. package/lib/components/CatalogClassic/CatalogClassicHighlight.js +7 -17
  95. package/lib/components/CatalogClassic/CatalogClassicInfoBlock.js +4 -4
  96. package/lib/components/CatalogClassic/CatalogClassicVirtualizedGroups.d.ts +1 -1
  97. package/lib/components/CatalogClassic/CatalogClassicVirtualizedGroups.js +11 -21
  98. package/lib/components/CodeBlock/CodeBlock.d.ts +1 -1
  99. package/lib/components/CodeBlock/CodeBlock.js +12 -22
  100. package/lib/components/CodeBlock/CodeBlockContainer.js +8 -18
  101. package/lib/components/CodeBlock/CodeBlockControls.d.ts +1 -1
  102. package/lib/components/CodeBlock/CodeBlockControls.js +11 -11
  103. package/lib/components/CodeBlock/CodeBlockDropdown.d.ts +1 -1
  104. package/lib/components/CodeBlock/CodeBlockDropdown.js +7 -7
  105. package/lib/components/CodeBlock/CodeBlockTabs.d.ts +1 -1
  106. package/lib/components/CodeBlock/CodeBlockTabs.js +12 -22
  107. package/lib/components/ColorModeSwitcher/ColorModeIcon.js +3 -3
  108. package/lib/components/ColorModeSwitcher/ColorModeSwitcher.js +3 -3
  109. package/lib/components/Dropdown/Dropdown.js +10 -20
  110. package/lib/components/Dropdown/DropdownMenu.d.ts +1 -1
  111. package/lib/components/Dropdown/DropdownMenu.js +1 -1
  112. package/lib/components/Dropdown/DropdownMenuItem.d.ts +1 -1
  113. package/lib/components/Dropdown/DropdownMenuItem.js +8 -18
  114. package/lib/components/Feedback/Comment.js +10 -20
  115. package/lib/components/Feedback/Feedback.d.ts +1 -1
  116. package/lib/components/Feedback/Feedback.js +14 -24
  117. package/lib/components/Feedback/Mood.js +15 -25
  118. package/lib/components/Feedback/Rating.js +13 -23
  119. package/lib/components/Feedback/Reasons.js +8 -18
  120. package/lib/components/Feedback/ReportDialog.d.ts +1 -1
  121. package/lib/components/Feedback/ReportDialog.js +3 -3
  122. package/lib/components/Feedback/Scale.js +13 -23
  123. package/lib/components/Feedback/Sentiment.js +14 -24
  124. package/lib/components/Feedback/Stars.js +9 -19
  125. package/lib/components/Filter/Filter.d.ts +1 -1
  126. package/lib/components/Filter/Filter.js +3 -3
  127. package/lib/components/Filter/FilterCheckboxes.d.ts +1 -1
  128. package/lib/components/Filter/FilterCheckboxes.js +8 -8
  129. package/lib/components/Filter/FilterContent.d.ts +2 -2
  130. package/lib/components/Filter/FilterContent.js +12 -22
  131. package/lib/components/Filter/FilterDateRange.d.ts +1 -1
  132. package/lib/components/Filter/FilterDateRange.js +5 -5
  133. package/lib/components/Filter/FilterInput.js +9 -19
  134. package/lib/components/Filter/FilterPopover.d.ts +2 -2
  135. package/lib/components/Filter/FilterPopover.js +3 -3
  136. package/lib/components/Filter/FilterSelect.d.ts +1 -1
  137. package/lib/components/Filter/FilterSelect.js +7 -7
  138. package/lib/components/Footer/Footer.js +5 -5
  139. package/lib/components/Footer/FooterColumn.js +3 -3
  140. package/lib/components/Footer/FooterCopyright.js +2 -2
  141. package/lib/components/Footer/FooterItem.js +5 -5
  142. package/lib/components/Image/Image.js +9 -19
  143. package/lib/components/JsonViewer/JsonViewer.d.ts +1 -1
  144. package/lib/components/JsonViewer/JsonViewer.js +8 -18
  145. package/lib/components/JsonViewer/helpers.js +9 -19
  146. package/lib/components/LanguagePicker/LanguagePicker.js +7 -7
  147. package/lib/components/LastUpdated/LastUpdated.js +9 -19
  148. package/lib/components/Link/Link.js +8 -18
  149. package/lib/components/LoadMore/LoadMore.js +1 -1
  150. package/lib/components/Loaders/Loading.js +2 -2
  151. package/lib/components/Logo/Logo.d.ts +1 -1
  152. package/lib/components/Logo/Logo.js +3 -3
  153. package/lib/components/Markdown/Markdown.js +11 -21
  154. package/lib/components/Marker/Marker.d.ts +1 -1
  155. package/lib/components/Marker/Marker.js +7 -17
  156. package/lib/components/Menu/Menu.d.ts +1 -1
  157. package/lib/components/Menu/Menu.js +3 -3
  158. package/lib/components/Menu/MenuContainer.d.ts +1 -1
  159. package/lib/components/Menu/MenuContainer.js +7 -17
  160. package/lib/components/Menu/MenuItem.d.ts +1 -1
  161. package/lib/components/Menu/MenuItem.js +18 -28
  162. package/lib/components/Menu/MenuMobile.js +17 -27
  163. package/lib/components/Navbar/Navbar.js +13 -13
  164. package/lib/components/Navbar/NavbarItem.js +8 -8
  165. package/lib/components/Navbar/NavbarLogo.d.ts +1 -1
  166. package/lib/components/Navbar/NavbarLogo.js +1 -1
  167. package/lib/components/Navbar/NavbarMenu.js +2 -2
  168. package/lib/components/PageActions/PageActions.js +16 -26
  169. package/lib/components/PageActions/PageActionsMenuItem.d.ts +1 -1
  170. package/lib/components/PageActions/PageActionsMenuItem.js +1 -1
  171. package/lib/components/PageNavigation/NavigationButton.js +3 -3
  172. package/lib/components/PageNavigation/NextButton.js +10 -20
  173. package/lib/components/PageNavigation/PageNavigation.js +3 -3
  174. package/lib/components/PageNavigation/PreviousButton.js +3 -3
  175. package/lib/components/Panel/Panel.d.ts +1 -1
  176. package/lib/components/Panel/Panel.js +12 -22
  177. package/lib/components/Panel/PanelBody.js +7 -17
  178. package/lib/components/Portal/Portal.js +1 -1
  179. package/lib/components/Product/Product.d.ts +1 -1
  180. package/lib/components/Product/ProductPicker.js +7 -7
  181. package/lib/components/Search/FilterFields/SearchFilterFieldSelect.d.ts +1 -1
  182. package/lib/components/Search/FilterFields/SearchFilterFieldSelect.js +10 -20
  183. package/lib/components/Search/FilterFields/SearchFilterFieldTags.d.ts +1 -1
  184. package/lib/components/Search/FilterFields/SearchFilterFieldTags.js +1 -1
  185. package/lib/components/Search/Search.js +3 -3
  186. package/lib/components/Search/SearchAiConversationInput.js +11 -21
  187. package/lib/components/Search/SearchAiDialog.d.ts +2 -2
  188. package/lib/components/Search/SearchAiDialog.js +14 -24
  189. package/lib/components/Search/SearchAiMessage.d.ts +1 -1
  190. package/lib/components/Search/SearchAiMessage.js +7 -7
  191. package/lib/components/Search/SearchAiResponse.d.ts +1 -1
  192. package/lib/components/Search/SearchAiResponse.js +12 -12
  193. package/lib/components/Search/SearchDialog.js +28 -38
  194. package/lib/components/Search/SearchFilter.d.ts +1 -1
  195. package/lib/components/Search/SearchFilter.js +11 -21
  196. package/lib/components/Search/SearchFilterField.d.ts +1 -1
  197. package/lib/components/Search/SearchFilterField.js +5 -5
  198. package/lib/components/Search/SearchGroups.d.ts +1 -1
  199. package/lib/components/Search/SearchGroups.js +8 -18
  200. package/lib/components/Search/SearchHighlight.js +7 -17
  201. package/lib/components/Search/SearchInput.js +6 -6
  202. package/lib/components/Search/SearchItem.d.ts +1 -1
  203. package/lib/components/Search/SearchItem.js +14 -24
  204. package/lib/components/Search/SearchRecent.js +12 -22
  205. package/lib/components/Search/SearchShortcut.js +7 -17
  206. package/lib/components/Search/SearchSuggestedPages.js +10 -20
  207. package/lib/components/Search/SearchTrigger.js +11 -21
  208. package/lib/components/Segmented/Segmented.d.ts +1 -1
  209. package/lib/components/Segmented/Segmented.js +8 -18
  210. package/lib/components/Select/Select.d.ts +1 -1
  211. package/lib/components/Select/Select.js +13 -23
  212. package/lib/components/Select/SelectInput.d.ts +1 -1
  213. package/lib/components/Select/SelectInput.js +10 -20
  214. package/lib/components/Sidebar/Sidebar.d.ts +1 -1
  215. package/lib/components/Sidebar/Sidebar.js +10 -20
  216. package/lib/components/SidebarActions/ChangeViewButton.d.ts +1 -1
  217. package/lib/components/SidebarActions/ChangeViewButton.js +5 -5
  218. package/lib/components/SidebarActions/SidebarActions.js +6 -6
  219. package/lib/components/SidebarActions/styled.js +8 -18
  220. package/lib/components/SkipContent/SkipContent.js +9 -19
  221. package/lib/components/Switch/Switch.js +7 -17
  222. package/lib/components/TableOfContent/TableOfContent.d.ts +1 -1
  223. package/lib/components/TableOfContent/TableOfContent.js +9 -19
  224. package/lib/components/Tag/Tag.js +2 -2
  225. package/lib/components/Tags/CounterTag.d.ts +1 -1
  226. package/lib/components/Tags/CounterTag.js +1 -1
  227. package/lib/components/Tags/HttpTag.d.ts +1 -1
  228. package/lib/components/Tags/HttpTag.js +1 -1
  229. package/lib/components/Tooltip/Tooltip.js +8 -18
  230. package/lib/components/Tooltip/TooltipWrapper.d.ts +1 -1
  231. package/lib/components/Tooltip/TooltipWrapper.js +2 -2
  232. package/lib/components/Typography/CompactTypography.d.ts +1 -1
  233. package/lib/components/Typography/CompactTypography.js +1 -1
  234. package/lib/components/Typography/H1.js +1 -1
  235. package/lib/components/Typography/H2.js +1 -1
  236. package/lib/components/Typography/H3.js +1 -1
  237. package/lib/components/Typography/H4.js +1 -1
  238. package/lib/components/UserMenu/LoginButton.js +2 -2
  239. package/lib/components/UserMenu/LogoutMenuItem.js +3 -3
  240. package/lib/components/UserMenu/UserAvatar.js +1 -1
  241. package/lib/components/UserMenu/UserInfoMenuItem.js +2 -2
  242. package/lib/components/UserMenu/UserMenu.js +9 -9
  243. package/lib/components/UserMenu/UserMenuMobile.js +4 -4
  244. package/lib/components/VersionPicker/VersionPicker.d.ts +2 -2
  245. package/lib/components/VersionPicker/VersionPicker.js +10 -20
  246. package/lib/core/hooks/catalog/useCatalogTableHeaderCellActions.d.ts +1 -1
  247. package/lib/core/hooks/use-page-actions.js +4 -4
  248. package/lib/core/styles/dark.js +12 -12
  249. package/lib/core/styles/global.js +39 -39
  250. package/lib/core/templates/Markdown.js +12 -22
  251. package/lib/core/types/catalog.d.ts +1 -1
  252. package/lib/core/types/hooks.d.ts +1 -1
  253. package/lib/core/types/search.d.ts +1 -1
  254. package/lib/core/utils/download-code-walkthrough.js +7 -17
  255. package/lib/core/utils/get-file-icon.js +8 -18
  256. package/lib/ext/configure.d.ts +1 -1
  257. package/lib/icons/AddIcon/AddIcon.d.ts +1 -1
  258. package/lib/icons/AddIcon/AddIcon.js +1 -1
  259. package/lib/icons/AiStarsGradientIcon/AiStarsGradientIcon.d.ts +1 -1
  260. package/lib/icons/AiStarsGradientIcon/AiStarsGradientIcon.js +1 -1
  261. package/lib/icons/AiStarsIcon/AiStarsIcon.d.ts +1 -1
  262. package/lib/icons/AiStarsIcon/AiStarsIcon.js +1 -1
  263. package/lib/icons/ArrowDownIcon/ArrowDownIcon.d.ts +1 -1
  264. package/lib/icons/ArrowDownIcon/ArrowDownIcon.js +1 -1
  265. package/lib/icons/ArrowLeftIcon/ArrowLeftIcon.d.ts +1 -1
  266. package/lib/icons/ArrowLeftIcon/ArrowLeftIcon.js +1 -1
  267. package/lib/icons/ArrowRightIcon/ArrowRightIcon.d.ts +1 -1
  268. package/lib/icons/ArrowRightIcon/ArrowRightIcon.js +1 -1
  269. package/lib/icons/ArrowUpRightIcon/ArrowUpRightIcon.d.ts +1 -1
  270. package/lib/icons/ArrowUpRightIcon/ArrowUpRightIcon.js +1 -1
  271. package/lib/icons/AscSortIcon/AscSortIcon.d.ts +1 -1
  272. package/lib/icons/AscSortIcon/AscSortIcon.js +1 -1
  273. package/lib/icons/BareMetalServerIcon/BareMetalServerIcon.d.ts +1 -1
  274. package/lib/icons/BareMetalServerIcon/BareMetalServerIcon.js +1 -1
  275. package/lib/icons/BookmarkAddIcon/BookmarkAddIcon.d.ts +1 -1
  276. package/lib/icons/BookmarkAddIcon/BookmarkAddIcon.js +1 -1
  277. package/lib/icons/CDNIcon/CDNIcon.d.ts +1 -1
  278. package/lib/icons/CDNIcon/CDNIcon.js +2 -2
  279. package/lib/icons/CardsIcon/CardsIcon.d.ts +1 -1
  280. package/lib/icons/CardsIcon/CardsIcon.js +1 -1
  281. package/lib/icons/CaretDownIcon/CaretDownIcon.d.ts +1 -1
  282. package/lib/icons/CaretDownIcon/CaretDownIcon.js +1 -1
  283. package/lib/icons/CaretUpIcon/CaretUpIcon.d.ts +1 -1
  284. package/lib/icons/CaretUpIcon/CaretUpIcon.js +1 -1
  285. package/lib/icons/CertificateIcon/CertificateIcon.d.ts +1 -1
  286. package/lib/icons/CertificateIcon/CertificateIcon.js +1 -1
  287. package/lib/icons/CharacterIcon/CharacterIcon.d.ts +1 -1
  288. package/lib/icons/CharacterIcon/CharacterIcon.js +1 -1
  289. package/lib/icons/ChatGptIcon/ChatGptIcon.d.ts +1 -1
  290. package/lib/icons/ChatGptIcon/ChatGptIcon.js +1 -1
  291. package/lib/icons/ChatIcon/ChatIcon.d.ts +1 -1
  292. package/lib/icons/ChatIcon/ChatIcon.js +1 -1
  293. package/lib/icons/CheckboxFilledIcon/CheckboxFilledIcon.d.ts +1 -1
  294. package/lib/icons/CheckboxFilledIcon/CheckboxFilledIcon.js +1 -1
  295. package/lib/icons/CheckmarkFilledIcon/CheckmarkFilledIcon.d.ts +1 -1
  296. package/lib/icons/CheckmarkFilledIcon/CheckmarkFilledIcon.js +1 -1
  297. package/lib/icons/CheckmarkIcon/CheckmarkIcon.d.ts +1 -1
  298. package/lib/icons/CheckmarkIcon/CheckmarkIcon.js +1 -1
  299. package/lib/icons/CheckmarkOutlineIcon/CheckmarkOutlineIcon.d.ts +1 -1
  300. package/lib/icons/CheckmarkOutlineIcon/CheckmarkOutlineIcon.js +1 -1
  301. package/lib/icons/ChevronDownIcon/ChevronDownIcon.d.ts +1 -1
  302. package/lib/icons/ChevronDownIcon/ChevronDownIcon.js +1 -1
  303. package/lib/icons/ChevronLeftIcon/ChevronLeftIcon.d.ts +1 -1
  304. package/lib/icons/ChevronLeftIcon/ChevronLeftIcon.js +1 -1
  305. package/lib/icons/ChevronRightIcon/ChevronRightIcon.d.ts +1 -1
  306. package/lib/icons/ChevronRightIcon/ChevronRightIcon.js +1 -1
  307. package/lib/icons/ChevronSortIcon/ChevronSortIcon.js +1 -1
  308. package/lib/icons/ChevronUpIcon/ChevronUpIcon.d.ts +1 -1
  309. package/lib/icons/ChevronUpIcon/ChevronUpIcon.js +1 -1
  310. package/lib/icons/CircleDashIcon/CircleDashIcon.d.ts +1 -1
  311. package/lib/icons/CircleDashIcon/CircleDashIcon.js +1 -1
  312. package/lib/icons/ClaudeIcon/ClaudeIcon.d.ts +1 -1
  313. package/lib/icons/ClaudeIcon/ClaudeIcon.js +1 -1
  314. package/lib/icons/CleanIcon/CleanIcon.d.ts +1 -1
  315. package/lib/icons/CleanIcon/CleanIcon.js +1 -1
  316. package/lib/icons/CloseFilledIcon/CloseFilledIcon.d.ts +1 -1
  317. package/lib/icons/CloseFilledIcon/CloseFilledIcon.js +1 -1
  318. package/lib/icons/CloseIcon/CloseIcon.d.ts +1 -1
  319. package/lib/icons/CloseIcon/CloseIcon.js +1 -1
  320. package/lib/icons/CloseOutlineIcon/CloseOutlineIcon.d.ts +1 -1
  321. package/lib/icons/CloseOutlineIcon/CloseOutlineIcon.js +1 -1
  322. package/lib/icons/CloudUploadIcon/CloudUploadIcon.d.ts +1 -1
  323. package/lib/icons/CloudUploadIcon/CloudUploadIcon.js +1 -1
  324. package/lib/icons/CodeIcon/CodeIcon.d.ts +1 -1
  325. package/lib/icons/CodeIcon/CodeIcon.js +1 -1
  326. package/lib/icons/ContrastIcon/ContrastIcon.d.ts +1 -1
  327. package/lib/icons/ContrastIcon/ContrastIcon.js +1 -1
  328. package/lib/icons/CookieIcon/CookieIcon.d.ts +1 -1
  329. package/lib/icons/CookieIcon/CookieIcon.js +1 -1
  330. package/lib/icons/CopyIcon/CopyIcon.d.ts +1 -1
  331. package/lib/icons/CopyIcon/CopyIcon.js +1 -1
  332. package/lib/icons/CopyLinkIcon/CopyLinkIcon.d.ts +1 -1
  333. package/lib/icons/CopyLinkIcon/CopyLinkIcon.js +1 -1
  334. package/lib/icons/CurveAutoColonIcon/CurveAutoColonIcon.d.ts +1 -1
  335. package/lib/icons/CurveAutoColonIcon/CurveAutoColonIcon.js +1 -1
  336. package/lib/icons/DataFormatIcon/DataFormatIcon.d.ts +1 -1
  337. package/lib/icons/DataFormatIcon/DataFormatIcon.js +1 -1
  338. package/lib/icons/DataRefineryIcon/DataRefineryIcon.d.ts +1 -1
  339. package/lib/icons/DataRefineryIcon/DataRefineryIcon.js +1 -1
  340. package/lib/icons/DatabaseIcon/DatabaseIcon.d.ts +1 -1
  341. package/lib/icons/DatabaseIcon/DatabaseIcon.js +1 -1
  342. package/lib/icons/DescSortIcon/DescSortIcon.d.ts +1 -1
  343. package/lib/icons/DescSortIcon/DescSortIcon.js +1 -1
  344. package/lib/icons/DeselectIcon/DeselectIcon.d.ts +1 -1
  345. package/lib/icons/DeselectIcon/DeselectIcon.js +1 -1
  346. package/lib/icons/DocumentAddIcon/DocumentAddIcon.d.ts +1 -1
  347. package/lib/icons/DocumentAddIcon/DocumentAddIcon.js +1 -1
  348. package/lib/icons/DocumentBlankIcon/DocumentBlankIcon.d.ts +1 -1
  349. package/lib/icons/DocumentBlankIcon/DocumentBlankIcon.js +1 -1
  350. package/lib/icons/DocumentCssIcon/DocumentCssIcon.d.ts +1 -1
  351. package/lib/icons/DocumentCssIcon/DocumentCssIcon.js +1 -1
  352. package/lib/icons/DocumentCssIcon/index.d.ts +1 -1
  353. package/lib/icons/DocumentCssIcon/index.js +1 -1
  354. package/lib/icons/DocumentGraphqlIcon/DocumentGraphqlIcon.d.ts +1 -1
  355. package/lib/icons/DocumentGraphqlIcon/DocumentGraphqlIcon.js +1 -1
  356. package/lib/icons/DocumentGraphqlIcon/index.d.ts +1 -1
  357. package/lib/icons/DocumentGraphqlIcon/index.js +1 -1
  358. package/lib/icons/DocumentHtmlIcon/DocumentHtmlIcon.d.ts +1 -1
  359. package/lib/icons/DocumentHtmlIcon/DocumentHtmlIcon.js +1 -1
  360. package/lib/icons/DocumentHtmlIcon/index.d.ts +1 -1
  361. package/lib/icons/DocumentHtmlIcon/index.js +1 -1
  362. package/lib/icons/DocumentIcon/DocumentIcon.d.ts +1 -1
  363. package/lib/icons/DocumentIcon/DocumentIcon.js +1 -1
  364. package/lib/icons/DocumentIcon/index.d.ts +1 -1
  365. package/lib/icons/DocumentIcon/index.js +1 -1
  366. package/lib/icons/DocumentJavaIcon/DocumentJavaIcon.d.ts +1 -1
  367. package/lib/icons/DocumentJavaIcon/DocumentJavaIcon.js +1 -1
  368. package/lib/icons/DocumentJavaIcon/index.d.ts +1 -1
  369. package/lib/icons/DocumentJavaIcon/index.js +1 -1
  370. package/lib/icons/DocumentJsIcon/DocumentJsIcon.d.ts +1 -1
  371. package/lib/icons/DocumentJsIcon/DocumentJsIcon.js +1 -1
  372. package/lib/icons/DocumentJsIcon/index.d.ts +1 -1
  373. package/lib/icons/DocumentJsIcon/index.js +1 -1
  374. package/lib/icons/DocumentJsonIcon/DocumentJsonIcon.d.ts +1 -1
  375. package/lib/icons/DocumentJsonIcon/DocumentJsonIcon.js +1 -1
  376. package/lib/icons/DocumentJsonIcon/index.d.ts +1 -1
  377. package/lib/icons/DocumentJsonIcon/index.js +1 -1
  378. package/lib/icons/DocumentMarkdownIcon/DocumentMarkdownIcon.d.ts +1 -1
  379. package/lib/icons/DocumentMarkdownIcon/DocumentMarkdownIcon.js +1 -1
  380. package/lib/icons/DocumentMarkdownIcon/index.d.ts +1 -1
  381. package/lib/icons/DocumentMarkdownIcon/index.js +1 -1
  382. package/lib/icons/DocumentPythonIcon/DocumentPythonIcon.d.ts +1 -1
  383. package/lib/icons/DocumentPythonIcon/DocumentPythonIcon.js +1 -1
  384. package/lib/icons/DocumentPythonIcon/index.d.ts +1 -1
  385. package/lib/icons/DocumentPythonIcon/index.js +1 -1
  386. package/lib/icons/DocumentReactIcon/DocumentReactIcon.d.ts +1 -1
  387. package/lib/icons/DocumentReactIcon/DocumentReactIcon.js +1 -1
  388. package/lib/icons/DocumentReactIcon/index.d.ts +1 -1
  389. package/lib/icons/DocumentReactIcon/index.js +1 -1
  390. package/lib/icons/DocumentShellIcon/DocumentShellIcon.d.ts +1 -1
  391. package/lib/icons/DocumentShellIcon/DocumentShellIcon.js +1 -1
  392. package/lib/icons/DocumentShellIcon/index.d.ts +1 -1
  393. package/lib/icons/DocumentShellIcon/index.js +1 -1
  394. package/lib/icons/DocumentTsIcon/DocumentTsIcon.d.ts +1 -1
  395. package/lib/icons/DocumentTsIcon/DocumentTsIcon.js +1 -1
  396. package/lib/icons/DocumentTsIcon/index.d.ts +1 -1
  397. package/lib/icons/DocumentTsIcon/index.js +1 -1
  398. package/lib/icons/DocumentYamlIcon/DocumentYamlIcon.d.ts +1 -1
  399. package/lib/icons/DocumentYamlIcon/DocumentYamlIcon.js +1 -1
  400. package/lib/icons/DocumentYamlIcon/index.d.ts +1 -1
  401. package/lib/icons/DocumentYamlIcon/index.js +1 -1
  402. package/lib/icons/DownloadIcon/DownloadIcon.d.ts +1 -1
  403. package/lib/icons/DownloadIcon/DownloadIcon.js +1 -1
  404. package/lib/icons/DraggableIcon/DraggableIcon.d.ts +1 -1
  405. package/lib/icons/DraggableIcon/DraggableIcon.js +1 -1
  406. package/lib/icons/EditIcon/EditIcon.d.ts +1 -1
  407. package/lib/icons/EditIcon/EditIcon.js +1 -1
  408. package/lib/icons/EmailIcon/EmailIcon.d.ts +1 -1
  409. package/lib/icons/EmailIcon/EmailIcon.js +1 -1
  410. package/lib/icons/EntityTypeIcon/EntityTypeIcon.d.ts +1 -1
  411. package/lib/icons/EntityTypeIcon/EntityTypeIcon.js +1 -1
  412. package/lib/icons/ErrorFilledIcon/ErrorFilledIcon.d.ts +1 -1
  413. package/lib/icons/ErrorFilledIcon/ErrorFilledIcon.js +1 -1
  414. package/lib/icons/ErrorIcon/ErrorIcon.d.ts +1 -1
  415. package/lib/icons/ErrorIcon/ErrorIcon.js +1 -1
  416. package/lib/icons/ExportIcon/ExportIcon.d.ts +1 -1
  417. package/lib/icons/ExportIcon/ExportIcon.js +1 -1
  418. package/lib/icons/FaceDissatisfiedIcon/FaceDissatisfiedIcon.d.ts +1 -1
  419. package/lib/icons/FaceDissatisfiedIcon/FaceDissatisfiedIcon.js +1 -1
  420. package/lib/icons/FaceNeutralIcon/FaceNeutralIcon.d.ts +1 -1
  421. package/lib/icons/FaceNeutralIcon/FaceNeutralIcon.js +1 -1
  422. package/lib/icons/FaceSatisfiedIcon/FaceSatisfiedIcon.d.ts +1 -1
  423. package/lib/icons/FaceSatisfiedIcon/FaceSatisfiedIcon.js +1 -1
  424. package/lib/icons/FileIcon/FileIcon.d.ts +1 -1
  425. package/lib/icons/FileIcon/FileIcon.js +1 -1
  426. package/lib/icons/FileStorageIcon/FileStorageIcon.d.ts +1 -1
  427. package/lib/icons/FileStorageIcon/FileStorageIcon.js +1 -1
  428. package/lib/icons/FilterIcon/FilterIcon.d.ts +1 -1
  429. package/lib/icons/FilterIcon/FilterIcon.js +1 -1
  430. package/lib/icons/FlowIcon/FlowIcon.d.ts +1 -1
  431. package/lib/icons/FlowIcon/FlowIcon.js +1 -1
  432. package/lib/icons/FolderAddIcon/FolderAddIcon.d.ts +1 -1
  433. package/lib/icons/FolderAddIcon/FolderAddIcon.js +1 -1
  434. package/lib/icons/FolderIcon/FolderIcon.d.ts +1 -1
  435. package/lib/icons/FolderIcon/FolderIcon.js +1 -1
  436. package/lib/icons/FolderMoveToIcon/FolderMoveToIcon.d.ts +1 -1
  437. package/lib/icons/FolderMoveToIcon/FolderMoveToIcon.js +1 -1
  438. package/lib/icons/GenericIcon/GenericIcon.js +11 -21
  439. package/lib/icons/GithubIcon/GithubIcon.d.ts +1 -1
  440. package/lib/icons/GithubIcon/GithubIcon.js +1 -1
  441. package/lib/icons/GlobalOutlinedIcon/GlobalOutlinedIcon.d.ts +1 -1
  442. package/lib/icons/GlobalOutlinedIcon/GlobalOutlinedIcon.js +1 -1
  443. package/lib/icons/GraphIcon/GraphIcon.d.ts +1 -1
  444. package/lib/icons/GraphIcon/GraphIcon.js +1 -1
  445. package/lib/icons/GraphqlIcon/GraphqlIcon.d.ts +1 -1
  446. package/lib/icons/GraphqlIcon/GraphqlIcon.js +1 -1
  447. package/lib/icons/GraphqlIcon/index.d.ts +1 -1
  448. package/lib/icons/GraphqlIcon/index.js +1 -1
  449. package/lib/icons/GridIcon/GridIcon.d.ts +1 -1
  450. package/lib/icons/GridIcon/GridIcon.js +1 -1
  451. package/lib/icons/HexagonIcon/HexagonIcon.d.ts +1 -1
  452. package/lib/icons/HexagonIcon/HexagonIcon.js +1 -1
  453. package/lib/icons/HorizontalViewIcon/HorizontalViewIcon.d.ts +1 -1
  454. package/lib/icons/HorizontalViewIcon/HorizontalViewIcon.js +1 -1
  455. package/lib/icons/IBMCloudHyperProtectCryptoServicesIcon/IBMCloudHyperProtectCryptoServicesIcon.d.ts +1 -1
  456. package/lib/icons/IBMCloudHyperProtectCryptoServicesIcon/IBMCloudHyperProtectCryptoServicesIcon.js +1 -1
  457. package/lib/icons/InformationFilledIcon/InformationFilledIcon.d.ts +1 -1
  458. package/lib/icons/InformationFilledIcon/InformationFilledIcon.js +1 -1
  459. package/lib/icons/InformationIcon/InformationIcon.d.ts +1 -1
  460. package/lib/icons/InformationIcon/InformationIcon.js +1 -1
  461. package/lib/icons/JsonIcon/JsonIcon.d.ts +1 -1
  462. package/lib/icons/JsonIcon/JsonIcon.js +1 -1
  463. package/lib/icons/KafkaIcon/KafkaIcon.d.ts +1 -1
  464. package/lib/icons/KafkaIcon/KafkaIcon.js +1 -1
  465. package/lib/icons/LaunchIcon/LaunchIcon.d.ts +1 -1
  466. package/lib/icons/LaunchIcon/LaunchIcon.js +1 -1
  467. package/lib/icons/LinkIcon/LinkIcon.d.ts +1 -1
  468. package/lib/icons/LinkIcon/LinkIcon.js +1 -1
  469. package/lib/icons/LogoutIcon/LogoutIcon.d.ts +1 -1
  470. package/lib/icons/LogoutIcon/LogoutIcon.js +1 -1
  471. package/lib/icons/MarkdownFullIcon/MarkdownFullIcon.d.ts +1 -1
  472. package/lib/icons/MarkdownFullIcon/MarkdownFullIcon.js +1 -1
  473. package/lib/icons/MaximizeIcon/MaximizeIcon.d.ts +1 -1
  474. package/lib/icons/MaximizeIcon/MaximizeIcon.js +1 -1
  475. package/lib/icons/MenuIcon/MenuIcon.d.ts +1 -1
  476. package/lib/icons/MenuIcon/MenuIcon.js +1 -1
  477. package/lib/icons/MinimizeIcon/MinimizeIcon.d.ts +1 -1
  478. package/lib/icons/MinimizeIcon/MinimizeIcon.js +1 -1
  479. package/lib/icons/MobileSidebarIcon/MobileSidebarIcon.d.ts +1 -1
  480. package/lib/icons/MobileSidebarIcon/MobileSidebarIcon.js +1 -1
  481. package/lib/icons/MoleculesIcon/MoleculesIcon.d.ts +1 -1
  482. package/lib/icons/MoleculesIcon/MoleculesIcon.js +1 -1
  483. package/lib/icons/MoonIcon/MoonIcon.d.ts +1 -1
  484. package/lib/icons/MoonIcon/MoonIcon.js +1 -1
  485. package/lib/icons/NetworkIcon/NetworkIcon.d.ts +1 -1
  486. package/lib/icons/NetworkIcon/NetworkIcon.js +1 -1
  487. package/lib/icons/NoneIcon/NoneIcon.d.ts +1 -1
  488. package/lib/icons/NotesIcon/NotesIcon.d.ts +1 -1
  489. package/lib/icons/NotesIcon/NotesIcon.js +1 -1
  490. package/lib/icons/OverflowMenuHorizontalIcon/OverflowMenuHorizontalIcon.d.ts +1 -1
  491. package/lib/icons/OverflowMenuHorizontalIcon/OverflowMenuHorizontalIcon.js +1 -1
  492. package/lib/icons/OverflowMenuVerticalIcon/OverflowMenuVerticalIcon.d.ts +1 -1
  493. package/lib/icons/OverflowMenuVerticalIcon/OverflowMenuVerticalIcon.js +1 -1
  494. package/lib/icons/PeopleIcon/PeopleIcon.d.ts +1 -1
  495. package/lib/icons/PeopleIcon/PeopleIcon.js +1 -1
  496. package/lib/icons/PlaylistIcon/PlaylistIcon.d.ts +1 -1
  497. package/lib/icons/PlaylistIcon/PlaylistIcon.js +1 -1
  498. package/lib/icons/PlusCustomIcon/PlusCustomIcon.d.ts +1 -1
  499. package/lib/icons/PlusCustomIcon/PlusCustomIcon.js +1 -1
  500. package/lib/icons/RabbitMQIcon/RabbitMQIcon.d.ts +1 -1
  501. package/lib/icons/RabbitMQIcon/RabbitMQIcon.js +1 -1
  502. package/lib/icons/RecentlyViewedIcon/RecentlyViewedIcon.d.ts +1 -1
  503. package/lib/icons/RecentlyViewedIcon/RecentlyViewedIcon.js +1 -1
  504. package/lib/icons/RenewIcon/RenewIcon.d.ts +1 -1
  505. package/lib/icons/RenewIcon/RenewIcon.js +1 -1
  506. package/lib/icons/ResetIcon/ResetIcon.d.ts +1 -1
  507. package/lib/icons/ResetIcon/ResetIcon.js +1 -1
  508. package/lib/icons/RestartIcon/RestartIcon.d.ts +1 -1
  509. package/lib/icons/RestartIcon/RestartIcon.js +1 -1
  510. package/lib/icons/ReturnKeyIcon/ReturnKeyIcon.d.ts +1 -1
  511. package/lib/icons/ReturnKeyIcon/ReturnKeyIcon.js +1 -1
  512. package/lib/icons/RocketIcon/RocketIcon.d.ts +1 -1
  513. package/lib/icons/RocketIcon/RocketIcon.js +1 -1
  514. package/lib/icons/SaveIcon/SaveIcon.d.ts +1 -1
  515. package/lib/icons/SaveIcon/SaveIcon.js +1 -1
  516. package/lib/icons/SearchIcon/SearchIcon.d.ts +1 -1
  517. package/lib/icons/SearchIcon/SearchIcon.js +1 -1
  518. package/lib/icons/SecurityIcon/SecurityIcon.d.ts +1 -1
  519. package/lib/icons/SecurityIcon/SecurityIcon.js +1 -1
  520. package/lib/icons/SelectIcon/SelectIcon.d.ts +1 -1
  521. package/lib/icons/SelectIcon/SelectIcon.js +1 -1
  522. package/lib/icons/SendIcon/SendIcon.d.ts +1 -1
  523. package/lib/icons/SendIcon/SendIcon.js +1 -1
  524. package/lib/icons/SettingsCogIcon/SettingsCogIcon.d.ts +1 -1
  525. package/lib/icons/SettingsCogIcon/SettingsCogIcon.js +1 -1
  526. package/lib/icons/SettingsIcon/SettingsIcon.d.ts +1 -1
  527. package/lib/icons/SettingsIcon/SettingsIcon.js +1 -1
  528. package/lib/icons/SidePanelCloseIcon/SidePanelCloseIcon.d.ts +1 -1
  529. package/lib/icons/SidePanelCloseIcon/SidePanelCloseIcon.js +1 -1
  530. package/lib/icons/SidePanelOpenIcon/SidePanelOpenIcon.d.ts +1 -1
  531. package/lib/icons/SidePanelOpenIcon/SidePanelOpenIcon.js +1 -1
  532. package/lib/icons/SlackIcon/SlackIcon.d.ts +1 -1
  533. package/lib/icons/SlackIcon/SlackIcon.js +1 -1
  534. package/lib/icons/SortIcon/SortIcon.d.ts +1 -1
  535. package/lib/icons/SortIcon/SortIcon.js +1 -1
  536. package/lib/icons/Spinner/Spinner.d.ts +1 -1
  537. package/lib/icons/Spinner/Spinner.js +8 -18
  538. package/lib/icons/SpinnerIcon/SpinnerIcon.d.ts +1 -1
  539. package/lib/icons/SpinnerIcon/SpinnerIcon.js +1 -1
  540. package/lib/icons/StarFilledIcon/StarFilledIcon.d.ts +1 -1
  541. package/lib/icons/StarFilledIcon/StarFilledIcon.js +1 -1
  542. package/lib/icons/StarIcon/StarIcon.d.ts +1 -1
  543. package/lib/icons/StarIcon/StarIcon.js +1 -1
  544. package/lib/icons/SubtractIcon/SubtractIcon.d.ts +1 -1
  545. package/lib/icons/SubtractIcon/SubtractIcon.js +1 -1
  546. package/lib/icons/SunIcon/SunIcon.d.ts +1 -1
  547. package/lib/icons/SunIcon/SunIcon.js +1 -1
  548. package/lib/icons/TableBuiltIcon/TableBuiltIcon.d.ts +1 -1
  549. package/lib/icons/TableBuiltIcon/TableBuiltIcon.js +1 -1
  550. package/lib/icons/TableIcon/TableIcon.d.ts +1 -1
  551. package/lib/icons/TableIcon/TableIcon.js +1 -1
  552. package/lib/icons/TagsIcon/TagsIcon.d.ts +1 -1
  553. package/lib/icons/TagsIcon/TagsIcon.js +1 -1
  554. package/lib/icons/TaskViewIcon/TaskViewIcon.d.ts +1 -1
  555. package/lib/icons/TaskViewIcon/TaskViewIcon.js +1 -1
  556. package/lib/icons/TimeIcon/TimeIcon.d.ts +1 -1
  557. package/lib/icons/TimeIcon/TimeIcon.js +1 -1
  558. package/lib/icons/TrashCanIcon/TrashCanIcon.d.ts +1 -1
  559. package/lib/icons/TrashCanIcon/TrashCanIcon.js +1 -1
  560. package/lib/icons/UserIcon/UserIcon.d.ts +1 -1
  561. package/lib/icons/UserIcon/UserIcon.js +1 -1
  562. package/lib/icons/ValueVariableIcon/ValueVariableIcon.d.ts +1 -1
  563. package/lib/icons/ValueVariableIcon/ValueVariableIcon.js +1 -1
  564. package/lib/icons/VerticalViewIcon/VerticalViewIcon.d.ts +1 -1
  565. package/lib/icons/VerticalViewIcon/VerticalViewIcon.js +1 -1
  566. package/lib/icons/ViewIcon/ViewIcon.d.ts +1 -1
  567. package/lib/icons/ViewIcon/ViewIcon.js +1 -1
  568. package/lib/icons/ViewOffIcon/ViewOffIcon.d.ts +1 -1
  569. package/lib/icons/ViewOffIcon/ViewOffIcon.js +1 -1
  570. package/lib/icons/WarningAltFilled/WarningAltFilled.d.ts +1 -1
  571. package/lib/icons/WarningAltFilled/WarningAltFilled.js +1 -1
  572. package/lib/icons/WarningAltFilledIcon/WarningAltFilledIcon.d.ts +1 -1
  573. package/lib/icons/WarningAltFilledIcon/WarningAltFilledIcon.js +1 -1
  574. package/lib/icons/WarningAltIcon/WarningAltIcon.d.ts +1 -1
  575. package/lib/icons/WarningAltIcon/WarningAltIcon.js +1 -1
  576. package/lib/icons/WarningFilledIcon/WarningFilledIcon.d.ts +1 -1
  577. package/lib/icons/WarningFilledIcon/WarningFilledIcon.js +1 -1
  578. package/lib/icons/WarningSquareIcon/WarningSquareIcon.d.ts +1 -1
  579. package/lib/icons/WarningSquareIcon/WarningSquareIcon.js +1 -1
  580. package/lib/icons/WorkflowAutomationIcon/WorkflowAutomationIcon.d.ts +1 -1
  581. package/lib/icons/WorkflowAutomationIcon/WorkflowAutomationIcon.js +1 -1
  582. package/lib/index.d.ts +267 -267
  583. package/lib/index.js +274 -284
  584. package/lib/layouts/CodeWalkthroughLayout.js +1 -1
  585. package/lib/layouts/DocumentationLayout.js +5 -5
  586. package/lib/layouts/Forbidden.js +2 -2
  587. package/lib/layouts/InternalServerErrorLayout.js +3 -3
  588. package/lib/layouts/NotFound.js +3 -3
  589. package/lib/layouts/OIDCForbidden.js +8 -18
  590. package/lib/layouts/PageLayout.js +2 -2
  591. package/lib/layouts/RootLayout.js +3 -3
  592. package/lib/layouts/ThreePanelLayout.js +8 -18
  593. package/lib/markdoc/components/Admonition/Admonition.d.ts +1 -1
  594. package/lib/markdoc/components/Admonition/Admonition.js +1 -1
  595. package/lib/markdoc/components/Cards/Card.js +4 -4
  596. package/lib/markdoc/components/Cards/CardIcon.js +1 -1
  597. package/lib/markdoc/components/Cards/Cards.js +7 -17
  598. package/lib/markdoc/components/CodeBlock/CodeBlock.d.ts +1 -1
  599. package/lib/markdoc/components/CodeBlock/CodeBlock.js +1 -1
  600. package/lib/markdoc/components/CodeGroup/CodeGroup.js +10 -20
  601. package/lib/markdoc/components/CodeWalkthrough/CodeContainer.js +9 -19
  602. package/lib/markdoc/components/CodeWalkthrough/CodeFilters.js +1 -1
  603. package/lib/markdoc/components/CodeWalkthrough/CodePanel.js +13 -23
  604. package/lib/markdoc/components/CodeWalkthrough/CodePanelHeader.js +14 -24
  605. package/lib/markdoc/components/CodeWalkthrough/CodePanelPreview.js +10 -20
  606. package/lib/markdoc/components/CodeWalkthrough/CodePanelToolbar.js +9 -19
  607. package/lib/markdoc/components/CodeWalkthrough/CodeStep.js +9 -19
  608. package/lib/markdoc/components/CodeWalkthrough/CodeToggle.js +10 -20
  609. package/lib/markdoc/components/CodeWalkthrough/CodeWalkthrough.js +11 -21
  610. package/lib/markdoc/components/CodeWalkthrough/Input.js +8 -18
  611. package/lib/markdoc/components/Heading/Heading.js +11 -21
  612. package/lib/markdoc/components/HtmlBlock/HtmlBlock.js +7 -17
  613. package/lib/markdoc/components/Icon/Icon.d.ts +1 -1
  614. package/lib/markdoc/components/Icon/Icon.js +2 -2
  615. package/lib/markdoc/components/Image/Image.d.ts +1 -1
  616. package/lib/markdoc/components/Image/Image.js +1 -1
  617. package/lib/markdoc/components/InlineSvg/InlineSvg.js +7 -17
  618. package/lib/markdoc/components/MarkdocExample/MarkdocExample.js +8 -18
  619. package/lib/markdoc/components/Mermaid/Mermaid.js +1 -1
  620. package/lib/markdoc/components/Tabs/Tab.d.ts +1 -1
  621. package/lib/markdoc/components/Tabs/Tab.js +2 -2
  622. package/lib/markdoc/components/Tabs/TabList.d.ts +2 -2
  623. package/lib/markdoc/components/Tabs/TabList.js +12 -22
  624. package/lib/markdoc/components/Tabs/Tabs.js +9 -19
  625. package/lib/markdoc/components/default.d.ts +22 -22
  626. package/lib/markdoc/components/default.js +22 -22
  627. package/lib/markdoc/default.d.ts +6 -6
  628. package/lib/markdoc/default.js +31 -41
  629. package/lib/markdoc/tags/admonition.d.ts +1 -1
  630. package/lib/markdoc/tags/card.d.ts +1 -1
  631. package/lib/markdoc/tags/card.js +1 -1
  632. package/lib/markdoc/tags/cards.d.ts +1 -1
  633. package/lib/markdoc/tags/code-group.d.ts +1 -1
  634. package/lib/markdoc/tags/code-snippet.d.ts +1 -1
  635. package/lib/markdoc/tags/code-snippet.js +1 -1
  636. package/lib/markdoc/tags/code-step.d.ts +1 -1
  637. package/lib/markdoc/tags/code-toggle.d.ts +1 -1
  638. package/lib/markdoc/tags/code-walkthrough.d.ts +1 -1
  639. package/lib/markdoc/tags/code-walkthrough.js +3 -3
  640. package/lib/markdoc/tags/debug.d.ts +1 -1
  641. package/lib/markdoc/tags/html.d.ts +1 -1
  642. package/lib/markdoc/tags/icon.d.ts +1 -1
  643. package/lib/markdoc/tags/img.d.ts +1 -1
  644. package/lib/markdoc/tags/inline-svg.d.ts +1 -1
  645. package/lib/markdoc/tags/inline-svg.js +1 -1
  646. package/lib/markdoc/tags/input.d.ts +1 -1
  647. package/lib/markdoc/tags/markdoc-example.d.ts +1 -1
  648. package/lib/markdoc/tags/partial.d.ts +1 -1
  649. package/lib/markdoc/tags/partial.js +2 -2
  650. package/lib/markdoc/tags/tab.d.ts +1 -1
  651. package/lib/markdoc/tags/tabs.d.ts +1 -1
  652. package/lib/markdoc/tags/tabs.js +1 -1
  653. package/package.json +1 -1
@@ -15,27 +15,17 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
35
25
  Object.defineProperty(exports, "__esModule", { value: true });
36
26
  exports.Spinner = void 0;
37
27
  const styled_components_1 = __importStar(require("styled-components"));
38
- const CircleDashIcon_1 = require("@redocly/theme/icons/CircleDashIcon/CircleDashIcon");
28
+ const CircleDashIcon_1 = require("../../icons/CircleDashIcon/CircleDashIcon");
39
29
  const rotate = (0, styled_components_1.keyframes) `
40
30
  0% {
41
31
  transform: rotate(0deg); }
@@ -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 SpinnerIcon: 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.SpinnerIcon = 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 -1 38 40", strokeOpacity: ".5" }, props),
11
11
  react_1.default.createElement("g", { fill: "none", fillRule: "evenodd" },
12
12
  react_1.default.createElement("g", { transform: "translate(1 1)", strokeWidth: "4" },
@@ -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 StarFilledIcon: 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.StarFilledIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8.00001 1L5.72501 5.61L0.640015 6.345L4.32001 9.935L3.45001 15L8.00001 12.61L12.55 15L11.68 9.935L15.36 6.35L10.275 5.61L8.00001 1Z" })));
12
12
  exports.StarFilledIcon = (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 StarIcon: 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.StarIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8.00001 3.26L9.38001 6.05L9.61001 6.55L10.11 6.625L13.19 7.07L11 9.22L10.625 9.585L10.715 10.085L11.24 13.15L8.48501 11.705L8.00001 11.5L7.53501 11.745L4.78001 13.17L5.28001 10.105L5.37001 9.605L5.00001 9.22L2.79001 7.045L5.87001 6.6L6.37001 6.525L6.60001 6.025L8.00001 3.26ZM8.00001 1L5.72501 5.61L0.640015 6.345L4.32001 9.935L3.45001 15L8.00001 12.61L12.55 15L11.68 9.935L15.36 6.35L10.275 5.61L8.00001 1Z" })));
12
12
  exports.StarIcon = (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 SubtractIcon: 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.SubtractIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M12 7.5H4V8.5H12V7.5Z" })));
12
12
  exports.SubtractIcon = (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 SunIcon: 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.SunIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8 6.00293C8.39556 6.00293 8.78224 6.12023 9.11114 6.33999C9.44004 6.55975 9.69638 6.87211 9.84776 7.23756C9.99913 7.60301 10.0387 8.00515 9.96157 8.39311C9.8844 8.78107 9.69392 9.13744 9.41421 9.41714C9.13451 9.69685 8.77814 9.88733 8.39018 9.9645C8.00222 10.0417 7.60009 10.0021 7.23463 9.85069C6.86918 9.69931 6.55682 9.44297 6.33706 9.11407C6.1173 8.78517 6 8.39849 6 8.00293C6.0006 7.47268 6.2115 6.96432 6.58644 6.58937C6.96139 6.21443 7.46975 6.00353 8 6.00293ZM8 5.00293C7.40666 5.00293 6.82664 5.17888 6.33329 5.50852C5.83994 5.83817 5.45542 6.3067 5.22836 6.85488C5.0013 7.40306 4.94189 8.00626 5.05764 8.5882C5.1734 9.17014 5.45912 9.70469 5.87868 10.1243C6.29824 10.5438 6.83279 10.8295 7.41473 10.9453C7.99667 11.061 8.59987 11.0016 9.14805 10.7746C9.69623 10.5475 10.1648 10.163 10.4944 9.66964C10.8241 9.17629 11 8.59627 11 8.00293C11 7.20728 10.6839 6.44422 10.1213 5.88161C9.55871 5.319 8.79565 5.00293 8 5.00293Z" }),
12
12
  react_1.default.createElement("path", { d: "M3.40382 2.6997L2.69679 3.40674L4.4497 5.15966L5.15674 4.45262L3.40382 2.6997Z" }),
@@ -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 TableBuiltIcon: 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.TableBuiltIcon = 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 4H12V2C11.9997 1.73489 11.8942 1.48072 11.7067 1.29326C11.5193 1.10579 11.2651 1.00033 11 1H2C1.73489 1.00033 1.48072 1.10579 1.29326 1.29326C1.10579 1.48072 1.00033 1.73489 1 2V11C1.00033 11.2651 1.10579 11.5193 1.29326 11.7067C1.48072 11.8942 1.73489 11.9997 2 12H4V14C4.00033 14.2651 4.10579 14.5193 4.29326 14.7067C4.48072 14.8942 4.73488 14.9997 5 15H14C14.2651 14.9997 14.5193 14.8942 14.7067 14.7067C14.8942 14.5193 14.9997 14.2651 15 14V5C14.9997 4.73488 14.8942 4.48072 14.7067 4.29326C14.5193 4.10579 14.2651 4.00033 14 4ZM11 11H7V8.5H11V11ZM11 7.5H7V5H11V7.5ZM6 7.5H2V5H6V7.5ZM11 2V4H2V2H11ZM2 11V8.5H6V11H2ZM14 14H5V12H11C11.2651 11.9997 11.5193 11.8942 11.7067 11.7067C11.8942 11.5193 11.9997 11.2651 12 11V5H14V14Z" })));
12
12
  exports.TableBuiltIcon = (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 TableIcon: 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.TableIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M13.5 1.5C13.5 1.23478 13.3946 0.98043 13.2071 0.792893C13.0196 0.605357 12.7652 0.5 12.5 0.5H1.5C1.23478 0.5 0.98043 0.605357 0.792893 0.792893C0.605357 0.98043 0.5 1.23478 0.5 1.5V12.5C0.5 12.7652 0.605357 13.0196 0.792893 13.2071C0.98043 13.3946 1.23478 13.5 1.5 13.5H12.5C12.7652 13.5 13.0196 13.3946 13.2071 13.2071C13.3946 13.0196 13.5 12.7652 13.5 12.5V1.5ZM12.5 1.5V3.5H1.5V1.5H12.5ZM12.5 12.5H1.5V10.5H12.5V12.5ZM12.5 9.5H1.5V7.5H12.5V9.5ZM12.5 6.5H1.5V4.5H12.5V6.5Z", fill: "#22242B" })));
12
12
  exports.TableIcon = (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 TagsIcon: 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.TagsIcon = 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: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M6.25 10C6.94036 10 7.5 9.44036 7.5 8.75C7.5 8.05964 6.94036 7.5 6.25 7.5C5.55964 7.5 5 8.05964 5 8.75C5 9.44036 5.55964 10 6.25 10Z", fill: "#555761" }),
12
12
  react_1.default.createElement("path", { d: "M10 18.75C9.91775 18.7505 9.83621 18.7347 9.76006 18.7036C9.68391 18.6725 9.61465 18.6267 9.55625 18.5687L2.86875 11.875C2.63401 11.6417 2.5014 11.3247 2.5 10.9937V6.25C2.5 5.91848 2.6317 5.60054 2.86612 5.36612C3.10054 5.1317 3.41848 5 3.75 5H8.49375C8.82474 5.0014 9.14166 5.13401 9.375 5.36875L16.0687 12.0563C16.1273 12.1144 16.1738 12.1835 16.2056 12.2596C16.2373 12.3358 16.2536 12.4175 16.2536 12.5C16.2536 12.5825 16.2373 12.6642 16.2056 12.7404C16.1738 12.8165 16.1273 12.8856 16.0687 12.9437L10.4437 18.5687C10.3853 18.6267 10.3161 18.6725 10.2399 18.7036C10.1638 18.7347 10.0823 18.7505 10 18.75ZM3.75 6.25V10.9937L10 17.2437L14.7437 12.5L8.49375 6.25H3.75Z", 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 TaskViewIcon: 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.TaskViewIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none" }, props),
11
11
  react_1.default.createElement("path", { d: "M9.625 11.375C10.1082 11.375 10.5 10.9832 10.5 10.5C10.5 10.0168 10.1082 9.625 9.625 9.625C9.14175 9.625 8.75 10.0168 8.75 10.5C8.75 10.9832 9.14175 11.375 9.625 11.375Z", fill: "#3B3C45" }),
12
12
  react_1.default.createElement("path", { d: "M13.0274 10.2718C12.757 9.58322 12.2906 8.98906 11.6858 8.563C11.081 8.13695 10.3644 7.89773 9.625 7.875C8.88555 7.89773 8.16903 8.13695 7.56424 8.563C6.95944 8.98906 6.49296 9.58322 6.22261 10.2718L6.125 10.5L6.22261 10.7282C6.49296 11.4168 6.95944 12.0109 7.56424 12.437C8.16903 12.863 8.88555 13.1023 9.625 13.125C10.3644 13.1023 11.081 12.863 11.6858 12.437C12.2906 12.0109 12.757 11.4168 13.0274 10.7282L13.125 10.5L13.0274 10.2718ZM9.625 12.25C9.27888 12.25 8.94054 12.1474 8.65275 11.9551C8.36497 11.7628 8.14066 11.4895 8.00821 11.1697C7.87576 10.8499 7.8411 10.4981 7.90863 10.1586C7.97615 9.81913 8.14282 9.50731 8.38756 9.26256C8.63231 9.01782 8.94413 8.85115 9.28359 8.78363C9.62306 8.7161 9.97493 8.75076 10.2947 8.88321C10.6145 9.01566 10.8878 9.23997 11.0801 9.52775C11.2724 9.81554 11.375 10.1539 11.375 10.5C11.3745 10.964 11.1899 11.4088 10.8619 11.7369C10.5338 12.0649 10.089 12.2495 9.625 12.25Z", 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 TimeIcon: 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.TimeIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8 15C6.61553 15 5.26216 14.5895 4.11101 13.8203C2.95987 13.0511 2.06266 11.9579 1.53285 10.6788C1.00303 9.3997 0.86441 7.99224 1.13451 6.63437C1.4046 5.2765 2.07129 4.02922 3.05026 3.05026C4.02922 2.07129 5.2765 1.4046 6.63437 1.13451C7.99224 0.86441 9.3997 1.00303 10.6788 1.53285C11.9579 2.06266 13.0511 2.95987 13.8203 4.11101C14.5895 5.26216 15 6.61553 15 8C15 9.85652 14.2625 11.637 12.9497 12.9497C11.637 14.2625 9.85652 15 8 15ZM8 2C6.81332 2 5.65328 2.3519 4.66658 3.01119C3.67989 3.67047 2.91085 4.60755 2.45673 5.7039C2.0026 6.80026 1.88378 8.00666 2.11529 9.17054C2.3468 10.3344 2.91825 11.4035 3.75736 12.2426C4.59648 13.0818 5.66558 13.6532 6.82946 13.8847C7.99335 14.1162 9.19975 13.9974 10.2961 13.5433C11.3925 13.0892 12.3295 12.3201 12.9888 11.3334C13.6481 10.3467 14 9.18669 14 8C14 6.4087 13.3679 4.88258 12.2426 3.75736C11.1174 2.63214 9.5913 2 8 2Z" }),
12
12
  react_1.default.createElement("path", { d: "M10.295 11L7.5 8.205V3.5H8.5V7.79L11 10.295L10.295 11Z" })));
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const TrashCanIcon: 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.TrashCanIcon = 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 6H6V12H7V6Z" }),
12
12
  react_1.default.createElement("path", { d: "M10 6H9V12H10V6Z" }),
@@ -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 UserIcon: 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.UserIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8 2C8.49445 2 8.9778 2.14662 9.38893 2.42133C9.80005 2.69603 10.1205 3.08648 10.3097 3.54329C10.4989 4.00011 10.5484 4.50277 10.452 4.98773C10.3555 5.47268 10.1174 5.91814 9.76777 6.26777C9.41814 6.6174 8.97268 6.8555 8.48773 6.95196C8.00277 7.04843 7.50011 6.99892 7.04329 6.8097C6.58648 6.62048 6.19603 6.30005 5.92133 5.88893C5.64662 5.4778 5.5 4.99445 5.5 4.5C5.5 3.83696 5.76339 3.20107 6.23223 2.73223C6.70107 2.26339 7.33696 2 8 2ZM8 1C7.30777 1 6.63108 1.20527 6.0555 1.58986C5.47993 1.97444 5.03133 2.52107 4.76642 3.16061C4.50152 3.80015 4.4322 4.50388 4.56725 5.18282C4.7023 5.86175 5.03564 6.48539 5.52513 6.97487C6.01461 7.46436 6.63825 7.7977 7.31718 7.93275C7.99612 8.0678 8.69985 7.99849 9.33939 7.73358C9.97893 7.46867 10.5256 7.02007 10.9101 6.4445C11.2947 5.86892 11.5 5.19223 11.5 4.5C11.5 3.57174 11.1313 2.6815 10.4749 2.02513C9.8185 1.36875 8.92826 1 8 1Z", fill: "#1A1C21" }),
12
12
  react_1.default.createElement("path", { d: "M13 15H12V12.5C12 12.1717 11.9353 11.8466 11.8097 11.5433C11.6841 11.24 11.4999 10.9644 11.2678 10.7322C11.0356 10.5001 10.76 10.3159 10.4567 10.1903C10.1534 10.0647 9.8283 10 9.5 10H6.5C5.83696 10 5.20107 10.2634 4.73223 10.7322C4.26339 11.2011 4 11.837 4 12.5V15H3V12.5C3 11.5717 3.36875 10.6815 4.02513 10.0251C4.6815 9.36875 5.57174 9 6.5 9H9.5C10.4283 9 11.3185 9.36875 11.9749 10.0251C12.6313 10.6815 13 11.5717 13 12.5V15Z", 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 ValueVariableIcon: 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.ValueVariableIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M4.14282 2C2.95936 2 1.99997 2.95939 1.99997 4.14286V6.61312C1.99997 7.03547 1.7628 7.42181 1.38676 7.61313C1.24248 7.68211 1.14282 7.82942 1.14282 8C1.14282 8.17057 1.24248 8.31791 1.38676 8.38683C1.7628 8.57814 1.99997 8.96454 1.99997 9.38686V11.8571C1.99997 13.0406 2.95936 14 4.14282 14C4.37951 14 4.57139 13.8081 4.57139 13.5714C4.57139 13.3348 4.37951 13.1429 4.14282 13.1429C3.43274 13.1429 2.85711 12.5672 2.85711 11.8571V9.38686C2.85711 8.85963 2.64758 8.3642 2.28997 8C2.64759 7.63581 2.85711 7.14037 2.85711 6.61312V4.14286C2.85711 3.43277 3.43274 2.85714 4.14282 2.85714C4.37951 2.85714 4.57139 2.66526 4.57139 2.42857C4.57139 2.19188 4.37951 2 4.14282 2ZM11.8571 2C13.0406 2 14 2.95939 14 4.14286V6.61312C14 7.03547 14.2371 7.42181 14.6132 7.61313C14.7574 7.68211 14.8571 7.82942 14.8571 8C14.8571 8.17057 14.7574 8.31791 14.6132 8.38683C14.2371 8.57814 14 8.96454 14 9.38686V11.8571C14 13.0406 13.0406 14 11.8571 14C11.6205 14 11.4285 13.8081 11.4285 13.5714C11.4285 13.3348 11.6205 13.1429 11.8571 13.1429C12.5672 13.1429 13.1428 12.5672 13.1428 11.8571V9.38686C13.1428 8.85963 13.3523 8.3642 13.71 8C13.3523 7.63581 13.1428 7.14037 13.1428 6.61312V4.14286C13.1428 3.43277 12.5672 2.85714 11.8571 2.85714C11.6205 2.85714 11.4285 2.66526 11.4285 2.42857C11.4285 2.19188 11.6205 2 11.8571 2Z" }),
12
12
  react_1.default.createElement("path", { d: "M5.14282 10.4507C5.14011 10.3693 5.15893 10.2886 5.1974 10.2167C5.23586 10.1449 5.2926 10.0845 5.36188 10.0416C5.43116 9.99875 5.51053 9.97491 5.59197 9.97253C5.67341 9.97015 5.75404 9.98931 5.82571 10.0281C5.8925 10.0638 5.95238 10.1029 6.00651 10.1455C6.06063 10.187 6.10785 10.2261 6.15046 10.2618C6.1872 10.2958 6.23516 10.3151 6.28519 10.316C6.34507 10.316 6.42338 10.2699 6.51896 10.1812C6.61454 10.0914 6.72049 9.97164 6.83334 9.82078C6.9485 9.67107 7.06481 9.51216 7.18458 9.34403C7.30434 9.17589 7.41489 9.00546 7.51854 8.83157L7.77879 8.38245C7.85019 8.25578 7.90201 8.15329 7.93195 8.07613C7.88445 7.87411 7.83339 7.67293 7.77879 7.4727C7.72422 7.27286 7.67316 7.07207 7.62563 6.87043C7.58427 6.70554 7.53312 6.54327 7.47247 6.38446C7.42248 6.25257 7.34957 6.13054 7.25713 6.02401C7.17471 5.92766 7.06937 5.85361 6.95081 5.80867C6.81131 5.76185 6.66596 5.73472 6.51896 5.72806C6.39217 5.72715 6.26562 5.73911 6.14124 5.76376V5.5392L7.79492 5.24209C8.02286 5.48841 8.2029 5.77506 8.3258 6.08735C8.38568 6.23706 8.4375 6.39022 8.47896 6.54683C8.52156 6.7023 8.56648 6.87273 8.61369 7.05929C8.70351 6.92685 8.81522 6.75988 8.94765 6.55489C9.08551 6.34321 9.2387 6.14191 9.40598 5.95262C9.57872 5.75454 9.76297 5.58987 9.95413 5.45743C10.1314 5.33112 10.3403 5.25657 10.5576 5.24209C10.7073 5.24209 10.842 5.28124 10.9618 5.3584C11.0827 5.43671 11.1426 5.55993 11.1426 5.72691C11.1426 6.05165 10.9802 6.21402 10.6566 6.21402C10.5403 6.21531 10.4255 6.1876 10.3226 6.13341C10.2205 6.0792 10.1066 6.05111 9.99098 6.05165C9.87583 6.05165 9.75721 6.10923 9.63054 6.22209C9.49724 6.34457 9.37684 6.4804 9.27124 6.62744C9.07212 6.90042 8.88575 7.18248 8.71273 7.4727L9.22633 9.60543C9.24678 9.74114 9.28272 9.87406 9.33343 10.0016C9.35969 10.0722 9.39617 10.1385 9.44168 10.1985C9.45808 10.2228 9.47933 10.2434 9.50411 10.2591C9.52889 10.2747 9.55665 10.2851 9.58563 10.2895C9.67502 10.2828 9.76005 10.2482 9.82861 10.1904C10.0197 10.0357 10.1867 9.8533 10.3238 9.64919C10.3837 9.56052 10.4309 9.47646 10.4677 9.39815L10.6831 9.5064C10.6142 9.65578 10.5296 9.79744 10.4309 9.92903C10.3081 10.1006 10.173 10.263 10.0267 10.415C9.8822 10.5655 9.72585 10.7041 9.55914 10.8296C9.39677 10.9493 9.24936 11.0058 9.11808 11C8.99903 11.0045 8.88293 10.9624 8.79449 10.8825C8.70702 10.8011 8.62828 10.7108 8.55957 10.6131C8.49245 10.4815 8.44142 10.3423 8.40756 10.1985C8.35614 10.0054 8.31082 9.81064 8.27167 9.61465C8.23128 9.41074 8.19251 9.20652 8.15536 9.00201C8.12866 8.83936 8.08624 8.6797 8.02869 8.52525L7.79492 8.95709C7.69785 9.13721 7.59018 9.31141 7.47247 9.47876C7.3458 9.65956 7.21682 9.84266 7.08439 10.0281C6.95957 10.2061 6.81467 10.3692 6.65255 10.514C6.49708 10.6522 6.34738 10.7685 6.20343 10.8653C6.06911 10.9583 5.90839 11.0055 5.7451 11C5.5928 11.0015 5.44525 10.947 5.33053 10.8468C5.27243 10.7983 5.22556 10.7378 5.19315 10.6694C5.16074 10.601 5.14357 10.5264 5.14282 10.4507Z" })));
@@ -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 VerticalViewIcon: 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.VerticalViewIcon = 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: "M6 15H2C1.73487 14.9997 1.48068 14.8943 1.2932 14.7068C1.10572 14.5193 1.00028 14.2651 1 14V2C1.00028 1.73487 1.10572 1.48068 1.2932 1.2932C1.48068 1.10572 1.73487 1.00028 2 1H6C6.26513 1.00028 6.51932 1.10572 6.7068 1.2932C6.89428 1.48068 6.99972 1.73487 7 2V14C6.99972 14.2651 6.89428 14.5193 6.7068 14.7068C6.51932 14.8943 6.26513 14.9997 6 15ZM2 2V14H6V2H2Z" }),
12
12
  react_1.default.createElement("path", { d: "M14 15H10C9.73487 14.9997 9.48068 14.8943 9.2932 14.7068C9.10572 14.5193 9.00028 14.2651 9 14V2C9.00028 1.73487 9.10572 1.48068 9.2932 1.2932C9.48068 1.10572 9.73487 1.00028 10 1H14C14.2651 1.00028 14.5193 1.10572 14.7068 1.2932C14.8943 1.48068 14.9997 1.73487 15 2V14C14.9997 14.2651 14.8943 14.5193 14.7068 14.7068C14.5193 14.8943 14.2651 14.9997 14 15ZM10 2V14H14V2H10Z" })));
@@ -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 ViewIcon: 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.ViewIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M15.47 7.83C14.8819 6.30882 13.861 4.99331 12.5334 4.04604C11.2058 3.09878 9.62971 2.56129 7.99997 2.5C6.37023 2.56129 4.79416 3.09878 3.46657 4.04604C2.13898 4.99331 1.11805 6.30882 0.52997 7.83C0.490254 7.93985 0.490254 8.06015 0.52997 8.17C1.11805 9.69118 2.13898 11.0067 3.46657 11.954C4.79416 12.9012 6.37023 13.4387 7.99997 13.5C9.62971 13.4387 11.2058 12.9012 12.5334 11.954C13.861 11.0067 14.8819 9.69118 15.47 8.17C15.5097 8.06015 15.5097 7.93985 15.47 7.83ZM7.99997 12.5C5.34997 12.5 2.54997 10.535 1.53497 8C2.54997 5.465 5.34997 3.5 7.99997 3.5C10.65 3.5 13.45 5.465 14.465 8C13.45 10.535 10.65 12.5 7.99997 12.5Z" }),
12
12
  react_1.default.createElement("path", { d: "M7.99997 5C7.40663 5 6.82661 5.17595 6.33326 5.50559C5.83991 5.83524 5.45539 6.30377 5.22833 6.85195C5.00127 7.40013 4.94186 8.00333 5.05761 8.58527C5.17337 9.16721 5.45909 9.70176 5.87865 10.1213C6.29821 10.5409 6.83276 10.8266 7.4147 10.9424C7.99664 11.0581 8.59984 10.9987 9.14802 10.7716C9.6962 10.5446 10.1647 10.1601 10.4944 9.66671C10.824 9.17336 11 8.59334 11 8C11 7.20435 10.6839 6.44129 10.1213 5.87868C9.55868 5.31607 8.79562 5 7.99997 5ZM7.99997 10C7.60441 10 7.21773 9.8827 6.88883 9.66294C6.55993 9.44318 6.30359 9.13082 6.15221 8.76537C6.00084 8.39991 5.96123 7.99778 6.0384 7.60982C6.11557 7.22186 6.30605 6.86549 6.58576 6.58579C6.86546 6.30608 7.22183 6.1156 7.60979 6.03843C7.99775 5.96126 8.39988 6.00087 8.76534 6.15224C9.13079 6.30362 9.44315 6.55996 9.66291 6.88886C9.88267 7.21776 9.99997 7.60444 9.99997 8C9.99997 8.53043 9.78926 9.03914 9.41418 9.41421C9.03911 9.78929 8.5304 10 7.99997 10Z" })));
@@ -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 ViewOffIcon: 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.ViewOffIcon = 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: "M2.62 11.255L3.335 10.545C2.55211 9.84206 1.93699 8.97234 1.535 8C2.55 5.465 5.35 3.5 8 3.5C8.68195 3.509 9.35772 3.63064 10 3.86L10.775 3.08C9.89633 2.70866 8.95385 2.51167 8 2.5C6.37026 2.56129 4.79419 3.09878 3.4666 4.04604C2.13901 4.99331 1.11808 6.30882 0.530001 7.83C0.490285 7.93985 0.490285 8.06015 0.530001 8.17C0.974124 9.34851 1.69021 10.4055 2.62 11.255Z" }),
12
12
  react_1.default.createElement("path", { d: "M6 7.865C6.03477 7.38586 6.24085 6.93524 6.58054 6.59554C6.92024 6.25584 7.37086 6.04977 7.85 6.015L8.755 5.105C8.24788 4.97147 7.71462 4.97321 7.20838 5.11003C6.70214 5.24685 6.24061 5.51399 5.8698 5.8848C5.49899 6.25561 5.23186 6.71714 5.09503 7.22338C4.95821 7.72962 4.95647 8.26288 5.09 8.77L6 7.865Z" }),
@@ -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 WarningAltFilled: 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.WarningAltFilled = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8.001 3.08571H7.999L2.32435 13.9983L2.3253 14H13.6747L13.6757 13.9983L8.001 3.08571ZM7.4375 6.00001H8.5625V10.5H7.4375V6.00001ZM8 13C7.85167 13 7.70666 12.956 7.58333 12.8736C7.45999 12.7912 7.36386 12.6741 7.30709 12.537C7.25033 12.4 7.23548 12.2492 7.26441 12.1037C7.29335 11.9582 7.36478 11.8246 7.46967 11.7197C7.57456 11.6148 7.7082 11.5434 7.85369 11.5144C7.99917 11.4855 8.14997 11.5003 8.28702 11.5571C8.42406 11.6139 8.54119 11.71 8.62361 11.8333C8.70602 11.9567 8.75 12.1017 8.75 12.25C8.75 12.4489 8.67099 12.6397 8.53033 12.7803C8.38968 12.921 8.19892 13 8 13Z" }),
12
12
  react_1.default.createElement("path", { d: "M14.5 15H1.5C1.4141 15 1.32965 14.9779 1.25478 14.9357C1.17992 14.8936 1.11718 14.8329 1.0726 14.7595C1.02802 14.686 1.00311 14.6024 1.00027 14.5165C0.997436 14.4307 1.01677 14.3455 1.0564 14.2693L7.5564 1.76931C7.59862 1.68812 7.66231 1.62008 7.74053 1.5726C7.81875 1.52511 7.9085 1.5 8 1.5C8.09151 1.5 8.18126 1.52511 8.25948 1.5726C8.3377 1.62008 8.40138 1.68812 8.4436 1.76931L14.9436 14.2693C14.9832 14.3455 15.0026 14.4307 14.9997 14.5165C14.9969 14.6024 14.972 14.686 14.9274 14.7595C14.8828 14.8329 14.8201 14.8936 14.7452 14.9357C14.6704 14.9779 14.5859 15 14.5 15ZM2.3253 14H13.6747L13.6757 13.9983L8.001 3.08571H7.999L2.32435 13.9983L2.3253 14Z" })));
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const WarningAltFilledIcon: 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.WarningAltFilledIcon = 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: "M8.001 2.83571H7.999L2.32435 13.7483L2.3253 13.75H13.6747L13.6757 13.7483L8.001 2.83571ZM7.4375 5.75001H8.5625V10.25H7.4375V5.75001ZM8 12.75C7.85167 12.75 7.70666 12.706 7.58333 12.6236C7.45999 12.5412 7.36386 12.4241 7.30709 12.287C7.25033 12.15 7.23548 11.9992 7.26441 11.8537C7.29335 11.7082 7.36478 11.5746 7.46967 11.4697C7.57456 11.3648 7.7082 11.2934 7.85369 11.2644C7.99917 11.2355 8.14997 11.2503 8.28702 11.3071C8.42406 11.3639 8.54119 11.46 8.62361 11.5833C8.70602 11.7067 8.75 11.8517 8.75 12C8.75 12.1989 8.67099 12.3897 8.53033 12.5303C8.38968 12.671 8.19892 12.75 8 12.75Z" }),
12
12
  react_1.default.createElement("path", { d: "M14.5 14.75H1.5C1.4141 14.75 1.32965 14.7279 1.25478 14.6857C1.17992 14.6436 1.11718 14.5829 1.0726 14.5095C1.02802 14.436 1.00311 14.3524 1.00027 14.2665C0.997436 14.1807 1.01677 14.0955 1.0564 14.0193L7.5564 1.51931C7.59862 1.43812 7.66231 1.37008 7.74053 1.3226C7.81875 1.27511 7.9085 1.25 8 1.25C8.09151 1.25 8.18126 1.27511 8.25948 1.3226C8.3377 1.37008 8.40138 1.43812 8.4436 1.51931L14.9436 14.0193C14.9832 14.0955 15.0026 14.1807 14.9997 14.2665C14.9969 14.3524 14.972 14.436 14.9274 14.5095C14.8828 14.5829 14.8201 14.6436 14.7452 14.6857C14.6704 14.7279 14.5859 14.75 14.5 14.75ZM2.3253 13.75H13.6747L13.6757 13.7483L8.001 2.83571H7.999L2.32435 13.7483L2.3253 13.75Z" })));
@@ -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 WarningAltIcon: 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.WarningAltIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8 11.5C7.85167 11.5 7.70666 11.544 7.58333 11.6264C7.45999 11.7088 7.36386 11.826 7.30709 11.963C7.25033 12.1 7.23548 12.2508 7.26441 12.3963C7.29335 12.5418 7.36478 12.6754 7.46967 12.7803C7.57456 12.8852 7.7082 12.9567 7.85369 12.9856C7.99917 13.0145 8.14997 12.9997 8.28702 12.9429C8.42406 12.8862 8.54119 12.79 8.62361 12.6667C8.70602 12.5433 8.75 12.3983 8.75 12.25C8.75 12.0511 8.67099 11.8603 8.53033 11.7197C8.38968 11.579 8.19892 11.5 8 11.5Z" }),
12
12
  react_1.default.createElement("path", { d: "M8.5 6.00001H7.5V10.5H8.5V6.00001Z" }),
@@ -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 WarningFilledIcon: 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.WarningFilledIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8 1C4.15 1 1 4.15 1 8C1 11.85 4.15 15 8 15C11.85 15 15 11.85 15 8C15 4.15 11.85 1 8 1ZM7.45 4H8.55V9.5H7.45V4ZM8 12.5C7.6 12.5 7.25 12.15 7.25 11.75C7.25 11.35 7.6 11 8 11C8.4 11 8.75 11.35 8.75 11.75C8.75 12.15 8.4 12.5 8 12.5Z" })));
12
12
  exports.WarningFilledIcon = (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 WarningSquareIcon: 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.WarningSquareIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
11
11
  react_1.default.createElement("path", { d: "M8 10C7.85166 10 7.70666 10.044 7.58332 10.1264C7.45999 10.2088 7.36386 10.3259 7.30709 10.463C7.25032 10.6 7.23547 10.7508 7.26441 10.8963C7.29335 11.0418 7.36478 11.1754 7.46967 11.2803C7.57456 11.3852 7.7082 11.4566 7.85368 11.4856C7.99917 11.5145 8.14997 11.4997 8.28701 11.4429C8.42406 11.3861 8.54119 11.29 8.6236 11.1667C8.70601 11.0433 8.75 10.8983 8.75 10.75C8.75 10.5511 8.67098 10.3603 8.53033 10.2197C8.38968 10.079 8.19891 10 8 10Z" }),
12
12
  react_1.default.createElement("path", { d: "M8.5 4.5H7.5V9H8.5V4.5Z" }),
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '@redocly/theme/icons/types';
2
+ import type { IconProps } from '../../icons/types';
3
3
  export declare const WorkflowAutomationIcon: 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.WorkflowAutomationIcon = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- const utils_1 = require("@redocly/theme/core/utils");
9
+ const utils_1 = require("../../core/utils");
10
10
  const Icon = (props) => (react_1.default.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none" }, props),
11
11
  react_1.default.createElement("path", { d: "M7 11.8125C5.425 11.8125 3.89375 11.025 2.975 9.625H5.25V8.75H1.75V12.25H2.625V10.6312C3.71875 11.9437 5.29375 12.6875 7 12.6875V11.8125Z", fill: "#1A1C21" }),
12
12
  react_1.default.createElement("path", { d: "M13.5625 10.0625V9.1875H12.6438C12.6 8.925 12.4688 8.6625 12.3375 8.4L12.9938 7.74375L12.3812 7.13125L11.725 7.7875C11.5062 7.65625 11.2437 7.525 10.9375 7.48125V6.5625H10.0625V7.48125C9.8 7.525 9.5375 7.65625 9.275 7.7875L8.61875 7.13125L8.00625 7.74375L8.6625 8.4C8.53125 8.61875 8.4 8.88125 8.35625 9.1875H7.4375V10.0625H8.35625C8.4 10.325 8.53125 10.5875 8.6625 10.85L8.00625 11.5062L8.61875 12.1188L9.275 11.4625C9.49375 11.5938 9.75625 11.725 10.0625 11.7688V12.6875H10.9375V11.7688C11.2 11.725 11.4625 11.5938 11.725 11.4625L12.3812 12.1188L12.9938 11.5062L12.3375 10.85C12.4688 10.6312 12.6 10.3687 12.6438 10.0625H13.5625ZM10.5 10.9375C9.75625 10.9375 9.1875 10.3687 9.1875 9.625C9.1875 8.88125 9.75625 8.3125 10.5 8.3125C11.2437 8.3125 11.8125 8.88125 11.8125 9.625C11.8125 10.3687 11.2437 10.9375 10.5 10.9375Z", fill: "#1A1C21" }),