@redocly/theme 0.4.14 → 0.4.16
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.
- package/{REAMDE.md → README.md} +0 -0
- package/{Button → lib/Button}/Button.d.ts +0 -0
- package/lib/Button/Button.js +156 -0
- package/{Button → lib/Button}/index.d.ts +0 -0
- package/{Button → lib/Button}/index.js +1 -0
- package/{Cards → lib/Cards}/Card.d.ts +0 -0
- package/lib/Cards/Card.js +36 -0
- package/{Cards → lib/Cards}/CardsBlock.d.ts +0 -0
- package/lib/Cards/CardsBlock.js +15 -0
- package/{CodeBlock → lib/CodeBlock}/CodeBlock.d.ts +0 -0
- package/lib/CodeBlock/CodeBlock.js +103 -0
- package/{CodeBlock → lib/CodeBlock}/index.d.ts +0 -0
- package/{CodeBlock → lib/CodeBlock}/index.js +1 -0
- package/{ColorModeSwitcher → lib/ColorModeSwitcher}/ColorModeSwitcher.d.ts +0 -0
- package/{ColorModeSwitcher → lib/ColorModeSwitcher}/ColorModeSwitcher.js +22 -36
- package/{ColorModeSwitcher → lib/ColorModeSwitcher}/index.d.ts +0 -0
- package/{ColorModeSwitcher → lib/ColorModeSwitcher}/index.js +1 -0
- package/{CopyButton → lib/CopyButton}/CopyButton.d.ts +0 -0
- package/lib/CopyButton/CopyButton.js +50 -0
- package/{CopyButton → lib/CopyButton}/CopyButtonWrapper.d.ts +0 -0
- package/{CopyButton → lib/CopyButton}/CopyButtonWrapper.js +14 -15
- package/{CopyButton → lib/CopyButton}/index.d.ts +0 -0
- package/{CopyButton → lib/CopyButton}/index.js +1 -0
- package/{EditPageButton → lib/EditPageButton}/EditPageButton.d.ts +0 -0
- package/lib/EditPageButton/EditPageButton.js +32 -0
- package/{EditPageButton → lib/EditPageButton}/index.d.ts +0 -0
- package/{EditPageButton → lib/EditPageButton}/index.js +1 -0
- package/{Footer → lib/Footer}/CustomFooter.d.ts +0 -0
- package/lib/Footer/CustomFooter.js +35 -0
- package/{Footer → lib/Footer}/CustomFooterNavItem.d.ts +0 -0
- package/lib/Footer/CustomFooterNavItem.js +33 -0
- package/{Footer → lib/Footer}/Footer.d.ts +0 -0
- package/lib/Footer/Footer.js +35 -0
- package/{Footer → lib/Footer}/FooterColumn.d.ts +0 -0
- package/lib/Footer/FooterColumn.js +54 -0
- package/{Footer → lib/Footer}/FooterColumns.d.ts +0 -0
- package/lib/Footer/FooterColumns.js +44 -0
- package/{Footer → lib/Footer}/FooterCopyright.d.ts +0 -0
- package/lib/Footer/FooterCopyright.js +26 -0
- package/{Footer → lib/Footer}/index.d.ts +0 -0
- package/{Footer → lib/Footer}/index.js +1 -0
- package/{JsonViewer → lib/JsonViewer}/JsonViewer.d.ts +0 -0
- package/lib/JsonViewer/JsonViewer.js +240 -0
- package/{JsonViewer → lib/JsonViewer}/index.d.ts +0 -0
- package/{JsonViewer → lib/JsonViewer}/index.js +1 -0
- package/lib/LastUpdated/LastUpdated.d.ts +14 -0
- package/lib/LastUpdated/LastUpdated.js +52 -0
- package/{Layout → lib/Layout}/PageLayout.d.ts +0 -0
- package/lib/Layout/PageLayout.js +29 -0
- package/{Layout → lib/Layout}/RootLayout.d.ts +0 -0
- package/lib/Layout/RootLayout.js +19 -0
- package/{Layout → lib/Layout}/index.d.ts +0 -0
- package/{Layout → lib/Layout}/index.js +1 -0
- package/{Markdown → lib/Markdown}/Admonition.d.ts +0 -0
- package/lib/Markdown/Admonition.js +53 -0
- package/{Markdown → lib/Markdown}/CodeSample/CodeSample.d.ts +0 -0
- package/lib/Markdown/CodeSample/CodeSample.js +211 -0
- package/{Markdown → lib/Markdown}/CodeSample/index.d.ts +0 -0
- package/{Markdown → lib/Markdown}/CodeSample/index.js +1 -0
- package/{Markdown → lib/Markdown}/ContainerWrapper.d.ts +0 -0
- package/lib/Markdown/ContainerWrapper.js +26 -0
- package/{Markdown → lib/Markdown}/Details.d.ts +0 -0
- package/lib/Markdown/Details.js +17 -0
- package/{Markdown → lib/Markdown}/Heading.d.ts +0 -0
- package/{Markdown → lib/Markdown}/Heading.js +9 -9
- package/{Markdown → lib/Markdown}/MarkdownLayout.d.ts +2 -3
- package/lib/Markdown/MarkdownLayout.js +30 -0
- package/{Markdown → lib/Markdown}/MarkdownWrapper.d.ts +0 -0
- package/lib/Markdown/MarkdownWrapper.js +391 -0
- package/{Markdown → lib/Markdown}/Mermaid.d.ts +0 -0
- package/lib/Markdown/Mermaid.js +19 -0
- package/{Markdown → lib/Markdown}/PageWrapper.d.ts +0 -0
- package/lib/Markdown/PageWrapper.js +15 -0
- package/{Markdown → lib/Markdown}/Sup.d.ts +0 -0
- package/lib/Markdown/Sup.js +14 -0
- package/{Markdown → lib/Markdown}/Tabs/Tab.d.ts +0 -0
- package/lib/Markdown/Tabs/Tab.js +28 -0
- package/{Markdown → lib/Markdown}/Tabs/Tabs.d.ts +0 -0
- package/lib/Markdown/Tabs/Tabs.js +62 -0
- package/{Markdown → lib/Markdown}/Tabs/index.d.ts +0 -0
- package/{Markdown → lib/Markdown}/Tabs/index.js +1 -0
- package/{Markdown → lib/Markdown}/index.d.ts +0 -0
- package/{Markdown → lib/Markdown}/index.js +1 -0
- package/{Navbar → lib/Navbar}/MobileNavbarDropdown.d.ts +0 -0
- package/lib/Navbar/MobileNavbarDropdown.js +30 -0
- package/{Navbar → lib/Navbar}/MobileNavbarItem.d.ts +1 -1
- package/lib/Navbar/MobileNavbarItem.js +106 -0
- package/{Navbar → lib/Navbar}/MobileNavbarMenu.d.ts +0 -0
- package/lib/Navbar/MobileNavbarMenu.js +92 -0
- package/{Navbar → lib/Navbar}/MobileNavbarMenuButton.d.ts +0 -0
- package/lib/Navbar/MobileNavbarMenuButton.js +18 -0
- package/{Navbar → lib/Navbar}/Navbar.d.ts +0 -0
- package/lib/Navbar/Navbar.js +75 -0
- package/{Navbar → lib/Navbar}/NavbarDropdown.d.ts +0 -0
- package/lib/Navbar/NavbarDropdown.js +38 -0
- package/{Navbar → lib/Navbar}/NavbarItem.d.ts +1 -1
- package/lib/Navbar/NavbarItem.js +72 -0
- package/{Navbar → lib/Navbar}/NavbarMenu.d.ts +0 -0
- package/lib/Navbar/NavbarMenu.js +34 -0
- package/{Navbar → lib/Navbar}/index.d.ts +0 -0
- package/{Navbar → lib/Navbar}/index.js +1 -0
- package/{NavbarLogo → lib/NavbarLogo}/NavbarLogo.d.ts +0 -0
- package/lib/NavbarLogo/NavbarLogo.js +24 -0
- package/{NavbarLogo → lib/NavbarLogo}/index.d.ts +0 -0
- package/{NavbarLogo → lib/NavbarLogo}/index.js +1 -0
- package/{OperationBadge → lib/OperationBadge}/OperationBadge.d.ts +0 -0
- package/lib/OperationBadge/OperationBadge.js +68 -0
- package/{OperationBadge → lib/OperationBadge}/index.d.ts +0 -0
- package/{OperationBadge → lib/OperationBadge}/index.js +1 -0
- package/{PageNavigation → lib/PageNavigation}/NextPageLink.d.ts +0 -0
- package/lib/PageNavigation/NextPageLink.js +26 -0
- package/lib/PageNavigation/PageNavigation.d.ts +2 -0
- package/lib/PageNavigation/PageNavigation.js +27 -0
- package/{PageNavigation → lib/PageNavigation}/PreviousPageLink.d.ts +0 -0
- package/lib/PageNavigation/PreviousPageLink.js +26 -0
- package/{PageNavigation → lib/PageNavigation}/index.d.ts +0 -0
- package/{PageNavigation → lib/PageNavigation}/index.js +1 -0
- package/{Panel → lib/Panel}/Panel.d.ts +0 -0
- package/lib/Panel/Panel.js +39 -0
- package/{Panel → lib/Panel}/PanelBody.d.ts +0 -0
- package/lib/Panel/PanelBody.js +59 -0
- package/{Panel → lib/Panel}/PanelComponent.d.ts +1 -1
- package/{Panel → lib/Panel}/PanelComponent.js +21 -36
- package/{Panel → lib/Panel}/PanelHeader.d.ts +0 -0
- package/lib/Panel/PanelHeader.js +33 -0
- package/{Panel → lib/Panel}/PanelHeaderTitle.d.ts +0 -0
- package/lib/Panel/PanelHeaderTitle.js +21 -0
- package/{Panel → lib/Panel}/index.d.ts +0 -0
- package/{Panel → lib/Panel}/index.js +1 -0
- package/{Profile → lib/Profile}/Profile.d.ts +0 -0
- package/lib/Profile/Profile.js +87 -0
- package/{Profile → lib/Profile}/index.d.ts +0 -0
- package/{Profile → lib/Profile}/index.js +1 -0
- package/{SamplesPanelControls → lib/SamplesPanelControls}/SamplesPanelControls.d.ts +0 -0
- package/lib/SamplesPanelControls/SamplesPanelControls.js +74 -0
- package/{SamplesPanelControls → lib/SamplesPanelControls}/index.d.ts +0 -0
- package/{SamplesPanelControls → lib/SamplesPanelControls}/index.js +1 -0
- package/{Search → lib/Search}/Autocomplete.d.ts +0 -0
- package/lib/Search/Autocomplete.js +105 -0
- package/{Search → lib/Search}/ClearIcon.d.ts +0 -0
- package/lib/Search/ClearIcon.js +26 -0
- package/{Search → lib/Search}/Input.d.ts +0 -0
- package/lib/Search/Input.js +30 -0
- package/{Search → lib/Search}/Parameters.d.ts +0 -0
- package/lib/Search/Parameters.js +55 -0
- package/{Search → lib/Search}/Popover.d.ts +0 -0
- package/lib/Search/Popover.js +26 -0
- package/{Search → lib/Search}/Search.d.ts +0 -0
- package/lib/Search/Search.js +27 -0
- package/{Search → lib/Search}/SearchIcon.d.ts +0 -0
- package/lib/Search/SearchIcon.js +27 -0
- package/{Search → lib/Search}/SearchItem.d.ts +0 -0
- package/lib/Search/SearchItem.js +98 -0
- package/{Search → lib/Search}/SidebarSearch.d.ts +0 -0
- package/lib/Search/SidebarSearch.js +20 -0
- package/{Search → lib/Search}/index.d.ts +0 -0
- package/{Search → lib/Search}/index.js +1 -0
- package/{Search → lib/Search}/utils.d.ts +0 -0
- package/{Search → lib/Search}/utils.js +8 -26
- package/{Sidebar → lib/Sidebar}/ApiCallItem.d.ts +0 -0
- package/lib/Sidebar/ApiCallItem.js +34 -0
- package/{Sidebar → lib/Sidebar}/ArrowBack.d.ts +0 -0
- package/lib/Sidebar/ArrowBack.js +22 -0
- package/{Sidebar → lib/Sidebar}/BackButton.d.ts +0 -0
- package/lib/Sidebar/BackButton.js +39 -0
- package/{Sidebar → lib/Sidebar}/Drilldown.d.ts +0 -0
- package/lib/Sidebar/Drilldown.js +43 -0
- package/{Sidebar → lib/Sidebar}/DrilldownMenu.d.ts +0 -0
- package/lib/Sidebar/DrilldownMenu.js +71 -0
- package/{Sidebar → lib/Sidebar}/DrilldownMenuItem.d.ts +0 -0
- package/lib/Sidebar/DrilldownMenuItem.js +42 -0
- package/{Sidebar → lib/Sidebar}/ExternalIcon.d.ts +0 -0
- package/lib/Sidebar/ExternalIcon.js +21 -0
- package/{Sidebar → lib/Sidebar}/Menu.d.ts +0 -0
- package/lib/Sidebar/Menu.js +17 -0
- package/{Sidebar → lib/Sidebar}/MenuContainer.d.ts +0 -0
- package/lib/Sidebar/MenuContainer.js +16 -0
- package/{Sidebar → lib/Sidebar}/MenuGroup.d.ts +0 -0
- package/lib/Sidebar/MenuGroup.js +88 -0
- package/{Sidebar → lib/Sidebar}/MenuItem.d.ts +0 -0
- package/{Sidebar → lib/Sidebar}/MenuItem.js +9 -14
- package/{Sidebar → lib/Sidebar}/MenuItemLabel.d.ts +0 -0
- package/lib/Sidebar/MenuItemLabel.js +46 -0
- package/{Sidebar → lib/Sidebar}/MenuLink.d.ts +0 -0
- package/lib/Sidebar/MenuLink.js +19 -0
- package/{Sidebar → lib/Sidebar}/MenuLinkItem.d.ts +0 -0
- package/lib/Sidebar/MenuLinkItem.js +15 -0
- package/{Sidebar → lib/Sidebar}/MobileSidebarButton.d.ts +0 -0
- package/lib/Sidebar/MobileSidebarButton.js +46 -0
- package/{Sidebar → lib/Sidebar}/Separator.d.ts +0 -0
- package/lib/Sidebar/Separator.js +18 -0
- package/{Sidebar → lib/Sidebar}/SeparatorItem.d.ts +0 -0
- package/lib/Sidebar/SeparatorItem.js +25 -0
- package/{Sidebar → lib/Sidebar}/SeparatorLine.d.ts +0 -0
- package/lib/Sidebar/SeparatorLine.js +15 -0
- package/{Sidebar → lib/Sidebar}/Sidebar.d.ts +0 -0
- package/lib/Sidebar/Sidebar.js +55 -0
- package/{Sidebar → lib/Sidebar}/SidebarLayout.d.ts +0 -0
- package/lib/Sidebar/SidebarLayout.js +31 -0
- package/{Sidebar → lib/Sidebar}/index.d.ts +0 -0
- package/{Sidebar → lib/Sidebar}/index.js +1 -0
- package/{Sidebar → lib/Sidebar}/types/DrilldownMenuProps.d.ts +0 -0
- package/{Sidebar → lib/Sidebar}/types/DrilldownMenuProps.js +1 -0
- package/{Sidebar → lib/Sidebar}/types/ItemState.d.ts +0 -0
- package/{Sidebar → lib/Sidebar}/types/ItemState.js +1 -0
- package/{Sidebar → lib/Sidebar}/types/MenuItemProps.d.ts +0 -0
- package/{Sidebar → lib/Sidebar}/types/MenuItemProps.js +1 -0
- package/{Sidebar → lib/Sidebar}/types/MenuStyle.d.ts +0 -0
- package/{Sidebar → lib/Sidebar}/types/MenuStyle.js +1 -0
- package/{Sidebar → lib/Sidebar}/types/NavItem.d.ts +0 -0
- package/{Sidebar → lib/Sidebar}/types/NavItem.js +1 -0
- package/{Sidebar → lib/Sidebar}/types/index.d.ts +0 -0
- package/{Sidebar → lib/Sidebar}/types/index.js +1 -0
- package/{SidebarLogo → lib/SidebarLogo}/SidebarLogo.d.ts +0 -0
- package/lib/SidebarLogo/SidebarLogo.js +31 -0
- package/{SidebarLogo → lib/SidebarLogo}/index.d.ts +0 -0
- package/{SidebarLogo → lib/SidebarLogo}/index.js +1 -0
- package/{SourceCode → lib/SourceCode}/SourceCode.d.ts +0 -0
- package/{SourceCode → lib/SourceCode}/SourceCode.js +14 -34
- package/{SourceCode → lib/SourceCode}/index.d.ts +0 -0
- package/{SourceCode → lib/SourceCode}/index.js +1 -0
- package/{TableOfContent → lib/TableOfContent}/TableOfContent.d.ts +0 -0
- package/lib/TableOfContent/TableOfContent.js +116 -0
- package/{TableOfContent → lib/TableOfContent}/index.d.ts +0 -0
- package/{TableOfContent → lib/TableOfContent}/index.js +1 -0
- package/{TableOfContent → lib/TableOfContent}/utils.d.ts +0 -0
- package/lib/TableOfContent/utils.js +41 -0
- package/{Tooltip → lib/Tooltip}/Tooltip.d.ts +0 -0
- package/lib/Tooltip/Tooltip.js +173 -0
- package/{Tooltip → lib/Tooltip}/index.d.ts +0 -0
- package/{Tooltip → lib/Tooltip}/index.js +1 -0
- package/{Typography → lib/Typography}/CompactTypography.d.ts +0 -0
- package/lib/Typography/CompactTypography.js +14 -0
- package/{Typography → lib/Typography}/Emphasis.d.ts +0 -0
- package/lib/Typography/Emphasis.js +13 -0
- package/{Typography → lib/Typography}/H1.d.ts +0 -0
- package/lib/Typography/H1.js +17 -0
- package/{Typography → lib/Typography}/H2.d.ts +0 -0
- package/lib/Typography/H2.js +17 -0
- package/{Typography → lib/Typography}/H3.d.ts +0 -0
- package/lib/Typography/H3.js +17 -0
- package/{Typography → lib/Typography}/SectionHeader.d.ts +0 -0
- package/lib/Typography/SectionHeader.js +19 -0
- package/{Typography → lib/Typography}/Typography.d.ts +0 -0
- package/lib/Typography/Typography.js +22 -0
- package/{Typography → lib/Typography}/index.d.ts +0 -0
- package/{Typography → lib/Typography}/index.js +1 -0
- package/{globalStyle.d.ts → lib/globalStyle.d.ts} +0 -0
- package/lib/globalStyle.js +1924 -0
- package/{hooks → lib/hooks}/__tests__/mocks/MockIntersectionObserver.d.ts +0 -0
- package/lib/hooks/__tests__/mocks/MockIntersectionObserver.js +79 -0
- package/{hooks → lib/hooks}/index.d.ts +0 -0
- package/{hooks → lib/hooks}/index.js +1 -0
- package/{hooks → lib/hooks}/useActiveHeading.d.ts +0 -0
- package/lib/hooks/useActiveHeading.js +85 -0
- package/{hooks → lib/hooks}/useActiveSectionId.d.ts +0 -0
- package/lib/hooks/useActiveSectionId.js +47 -0
- package/{hooks → lib/hooks}/useControl.d.ts +0 -0
- package/lib/hooks/useControl.js +16 -0
- package/{hooks → lib/hooks}/useDefaultThemeSettings.d.ts +0 -0
- package/{hooks → lib/hooks}/useDefaultThemeSettings.js +3 -2
- package/{hooks → lib/hooks}/useFullHeight.d.ts +0 -0
- package/{hooks → lib/hooks}/useFullHeight.js +13 -12
- package/{hooks → lib/hooks}/useMobileMenu.d.ts +0 -0
- package/lib/hooks/useMobileMenu.js +13 -0
- package/{hooks → lib/hooks}/useMount.d.ts +0 -0
- package/{hooks → lib/hooks}/useMount.js +4 -3
- package/{hooks → lib/hooks}/useNavbarHeight.d.ts +0 -0
- package/lib/hooks/useNavbarHeight.js +21 -0
- package/{hooks → lib/hooks}/useOutsideClick.d.ts +0 -0
- package/{hooks → lib/hooks}/useOutsideClick.js +5 -4
- package/{hooks → lib/hooks}/useUnmount.d.ts +0 -0
- package/{hooks → lib/hooks}/useUnmount.js +5 -4
- package/{icons → lib/icons}/AlertIcon/AlertIcon.d.ts +0 -0
- package/{icons → lib/icons}/AlertIcon/AlertIcon.js +22 -17
- package/{icons → lib/icons}/AlertIcon/index.d.ts +0 -0
- package/{icons → lib/icons}/AlertIcon/index.js +1 -0
- package/{icons → lib/icons}/ArrowIcon/ArrowIcon.d.ts +0 -0
- package/lib/icons/ArrowIcon/ArrowIcon.js +32 -0
- package/{icons → lib/icons}/ArrowIcon/index.d.ts +0 -0
- package/{icons → lib/icons}/ArrowIcon/index.js +1 -0
- package/{icons → lib/icons}/ColorModeIcon/ColorModeIcon.d.ts +0 -0
- package/{icons → lib/icons}/ColorModeIcon/ColorModeIcon.js +10 -11
- package/{icons → lib/icons}/ColorModeIcon/index.d.ts +0 -0
- package/{icons → lib/icons}/ColorModeIcon/index.js +1 -0
- package/{icons → lib/icons}/ShelfIcon/ShelfIcon.d.ts +0 -0
- package/lib/icons/ShelfIcon/ShelfIcon.js +52 -0
- package/{icons → lib/icons}/ShelfIcon/index.d.ts +0 -0
- package/{icons → lib/icons}/ShelfIcon/index.js +1 -0
- package/{icons → lib/icons}/index.d.ts +0 -0
- package/{icons → lib/icons}/index.js +1 -0
- package/{index.d.ts → lib/index.d.ts} +0 -0
- package/{index.js → lib/index.js} +1 -0
- package/{mocks → lib/mocks}/Link.d.ts +0 -0
- package/lib/mocks/Link.js +17 -0
- package/{mocks → lib/mocks}/constants/index.d.ts +0 -0
- package/{mocks → lib/mocks}/constants/index.js +1 -0
- package/{mocks → lib/mocks}/hooks/index.d.ts +0 -0
- package/{mocks → lib/mocks}/hooks/index.js +3 -2
- package/{mocks → lib/mocks}/hooks/usePageData.d.ts +0 -0
- package/{mocks → lib/mocks}/hooks/usePageData.js +1 -0
- package/{mocks → lib/mocks}/search.d.ts +0 -0
- package/{mocks → lib/mocks}/search.js +2 -1
- package/{mocks → lib/mocks}/types/index.d.ts +0 -0
- package/{mocks → lib/mocks}/types/index.js +1 -0
- package/lib/mocks/types.d.ts +14 -0
- package/{mocks → lib/mocks}/types.js +1 -0
- package/{mocks → lib/mocks}/usePreloadHistory.d.ts +0 -0
- package/{mocks → lib/mocks}/usePreloadHistory.js +3 -2
- package/{mocks → lib/mocks}/utils.d.ts +0 -0
- package/{mocks → lib/mocks}/utils.js +3 -2
- package/{ui → lib/ui}/Background.d.ts +0 -0
- package/lib/ui/Background.js +21 -0
- package/{ui → lib/ui}/Box.d.ts +0 -0
- package/lib/ui/Box.js +21 -0
- package/{ui → lib/ui}/Burger.d.ts +0 -0
- package/lib/ui/Burger.js +31 -0
- package/{ui → lib/ui}/Dropdown.d.ts +0 -0
- package/lib/ui/Dropdown.js +115 -0
- package/{ui → lib/ui}/Flex.d.ts +0 -0
- package/lib/ui/Flex.js +21 -0
- package/{ui → lib/ui}/Jumbotron.d.ts +0 -0
- package/lib/ui/Jumbotron.js +51 -0
- package/{ui → lib/ui}/Tiles/ThinTile.d.ts +1 -1
- package/lib/ui/Tiles/ThinTile.js +124 -0
- package/{ui → lib/ui}/Tiles/TileHeader.d.ts +0 -0
- package/lib/ui/Tiles/TileHeader.js +19 -0
- package/{ui → lib/ui}/Tiles/TileText.d.ts +0 -0
- package/lib/ui/Tiles/TileText.js +18 -0
- package/{ui → lib/ui}/Tiles/WideTile.d.ts +0 -0
- package/lib/ui/Tiles/WideTile.js +114 -0
- package/{ui → lib/ui}/Tiles/index.d.ts +0 -0
- package/{ui → lib/ui}/Tiles/index.js +1 -0
- package/{ui → lib/ui}/UniversalLink.d.ts +0 -0
- package/lib/ui/UniversalLink.js +79 -0
- package/{ui → lib/ui}/darkColors.d.ts +0 -0
- package/lib/ui/darkColors.js +70 -0
- package/{ui → lib/ui}/index.d.ts +0 -0
- package/{ui → lib/ui}/index.js +2 -4
- package/{utils → lib/utils}/ClipboardService.d.ts +0 -0
- package/{utils → lib/utils}/ClipboardService.js +11 -13
- package/{utils → lib/utils}/args-typecheck.d.ts +0 -0
- package/{utils → lib/utils}/args-typecheck.js +1 -0
- package/{utils → lib/utils}/class-names.d.ts +0 -0
- package/lib/utils/class-names.js +12 -0
- package/{utils → lib/utils}/color.d.ts +0 -0
- package/{utils → lib/utils}/color.js +7 -6
- package/{utils → lib/utils}/css-variables.d.ts +0 -0
- package/lib/utils/css-variables.js +6 -0
- package/{utils → lib/utils}/getNavbarElement.d.ts +0 -0
- package/{utils → lib/utils}/getNavbarElement.js +3 -2
- package/{utils → lib/utils}/highlight.d.ts +0 -0
- package/{utils → lib/utils}/highlight.js +10 -11
- package/{utils → lib/utils}/index.d.ts +0 -0
- package/{utils → lib/utils}/index.js +1 -0
- package/{utils → lib/utils}/isUrl.d.ts +0 -0
- package/{utils → lib/utils}/isUrl.js +6 -5
- package/{utils → lib/utils}/jsonToHtml.d.ts +0 -0
- package/lib/utils/jsonToHtml.js +180 -0
- package/{utils → lib/utils}/media-css.d.ts +0 -0
- package/lib/utils/media-css.js +13 -0
- package/{utils → lib/utils}/replaceHashInColor.d.ts +0 -0
- package/{utils → lib/utils}/replaceHashInColor.js +1 -0
- package/{utils → lib/utils}/theme-helpers.d.ts +0 -0
- package/lib/utils/theme-helpers.js +75 -0
- package/package.json +111 -4
- package/{src/settings.yaml → settings.yaml} +1 -1
- package/src/Button/Button.tsx +2 -1
- package/src/Cards/Card.tsx +1 -2
- package/src/CopyButton/CopyButtonWrapper.tsx +1 -2
- package/src/Footer/CustomFooter.tsx +1 -2
- package/src/Footer/CustomFooterNavItem.tsx +1 -2
- package/src/Footer/Footer.tsx +1 -2
- package/src/Footer/FooterColumn.tsx +1 -2
- package/src/Footer/FooterColumns.tsx +1 -2
- package/src/JsonViewer/JsonViewer.tsx +2 -1
- package/src/LastUpdated/LastUpdated.tsx +41 -5
- package/src/Markdown/Heading.tsx +2 -1
- package/src/Markdown/MarkdownLayout.tsx +3 -6
- package/src/Markdown/MarkdownWrapper.tsx +2 -1
- package/src/Markdown/Sup.tsx +2 -1
- package/src/Markdown/Tabs/Tabs.tsx +2 -1
- package/src/Navbar/MobileNavbarDropdown.tsx +1 -2
- package/src/Navbar/MobileNavbarItem.tsx +3 -4
- package/src/Navbar/MobileNavbarMenu.tsx +1 -2
- package/src/Navbar/Navbar.tsx +1 -2
- package/src/Navbar/NavbarDropdown.tsx +1 -2
- package/src/Navbar/NavbarItem.tsx +3 -4
- package/src/Navbar/NavbarMenu.tsx +1 -2
- package/src/NavbarLogo/NavbarLogo.tsx +1 -2
- package/src/PageNavigation/NextPageLink.tsx +1 -2
- package/src/PageNavigation/PageNavigation.tsx +3 -11
- package/src/PageNavigation/PreviousPageLink.tsx +3 -4
- package/src/Panel/PanelComponent.tsx +2 -2
- package/src/Panel/PanelHeader.ts +2 -1
- package/src/Search/Autocomplete.tsx +2 -2
- package/src/Search/ClearIcon.tsx +2 -1
- package/src/Search/Parameters.tsx +1 -2
- package/src/Search/SearchIcon.tsx +2 -1
- package/src/Search/SearchItem.tsx +1 -2
- package/src/Sidebar/ApiCallItem.tsx +1 -2
- package/src/Sidebar/Drilldown.tsx +1 -2
- package/src/Sidebar/DrilldownMenu.tsx +1 -2
- package/src/Sidebar/MenuGroup.tsx +1 -2
- package/src/Sidebar/MenuItem.tsx +1 -2
- package/src/Sidebar/MenuLink.tsx +1 -2
- package/src/Sidebar/MenuLinkItem.tsx +1 -2
- package/src/Sidebar/Separator.tsx +1 -2
- package/src/TableOfContent/TableOfContent.tsx +3 -4
- package/src/Tooltip/Tooltip.tsx +1 -0
- package/src/globalStyle.ts +28 -28
- package/src/hooks/__tests__/mocks/MockIntersectionObserver.ts +48 -0
- package/src/hooks/useActiveSectionId.ts +1 -0
- package/src/hooks/useDefaultThemeSettings.ts +1 -2
- package/src/hooks/useFullHeight.ts +2 -1
- package/src/hooks/useMobileMenu.ts +2 -1
- package/src/hooks/useNavbarHeight.ts +1 -0
- package/src/hooks/useOutsideClick.ts +2 -1
- package/src/mocks/hooks/index.ts +2 -2
- package/src/mocks/types.ts +8 -1
- package/src/types/portal/src/shared/constants.d.ts +33 -33
- package/src/types/portal/src/shared/types/markdown.d.ts +3 -3
- package/src/types/portal/src/shared/types/nav.d.ts +116 -106
- package/src/ui/Box.tsx +3 -2
- package/src/ui/Burger.tsx +2 -1
- package/src/ui/Dropdown.tsx +1 -2
- package/src/ui/Flex.tsx +2 -1
- package/src/ui/Tiles/ThinTile.tsx +2 -1
- package/src/ui/Tiles/WideTile.tsx +1 -2
- package/src/ui/UniversalLink.tsx +2 -1
- package/src/utils/theme-helpers.ts +1 -0
- package/Button/Button.js +0 -87
- package/Cards/Card.js +0 -25
- package/Cards/CardsBlock.js +0 -15
- package/CodeBlock/CodeBlock.js +0 -16
- package/CopyButton/CopyButton.js +0 -100
- package/EditPageButton/EditPageButton.js +0 -24
- package/Footer/CustomFooter.js +0 -31
- package/Footer/CustomFooterNavItem.js +0 -25
- package/Footer/Footer.js +0 -29
- package/Footer/FooterColumn.js +0 -31
- package/Footer/FooterColumns.js +0 -34
- package/Footer/FooterCopyright.js +0 -19
- package/JsonViewer/JsonViewer.js +0 -147
- package/LastUpdated/LastUpdated.d.ts +0 -5
- package/LastUpdated/LastUpdated.js +0 -27
- package/Layout/PageLayout.js +0 -22
- package/Layout/RootLayout.js +0 -24
- package/Markdown/Admonition.js +0 -31
- package/Markdown/CodeSample/CodeSample.js +0 -93
- package/Markdown/ContainerWrapper.js +0 -21
- package/Markdown/Details.js +0 -22
- package/Markdown/MarkdownLayout.js +0 -31
- package/Markdown/MarkdownWrapper.js +0 -43
- package/Markdown/Mermaid.js +0 -19
- package/Markdown/PageWrapper.js +0 -15
- package/Markdown/Sup.js +0 -19
- package/Markdown/Tabs/Tab.js +0 -24
- package/Markdown/Tabs/Tabs.js +0 -72
- package/Navbar/MobileNavbarDropdown.js +0 -21
- package/Navbar/MobileNavbarItem.js +0 -102
- package/Navbar/MobileNavbarMenu.js +0 -32
- package/Navbar/MobileNavbarMenuButton.js +0 -19
- package/Navbar/Navbar.js +0 -64
- package/Navbar/NavbarDropdown.js +0 -21
- package/Navbar/NavbarItem.js +0 -53
- package/Navbar/NavbarMenu.js +0 -29
- package/NavbarLogo/NavbarLogo.js +0 -24
- package/OperationBadge/OperationBadge.js +0 -16
- package/PageNavigation/NextPageLink.js +0 -28
- package/PageNavigation/PageNavigation.d.ts +0 -7
- package/PageNavigation/PageNavigation.js +0 -28
- package/PageNavigation/PreviousPageLink.js +0 -28
- package/Panel/Panel.js +0 -23
- package/Panel/PanelBody.js +0 -43
- package/Panel/PanelHeader.js +0 -24
- package/Panel/PanelHeaderTitle.js +0 -15
- package/Profile/Profile.js +0 -59
- package/SamplesPanelControls/SamplesPanelControls.js +0 -27
- package/Search/Autocomplete.js +0 -122
- package/Search/ClearIcon.js +0 -32
- package/Search/Input.js +0 -15
- package/Search/Parameters.js +0 -42
- package/Search/Popover.js +0 -15
- package/Search/Search.js +0 -29
- package/Search/SearchIcon.js +0 -32
- package/Search/SearchItem.js +0 -64
- package/Search/SidebarSearch.js +0 -17
- package/Sidebar/ApiCallItem.js +0 -29
- package/Sidebar/ArrowBack.js +0 -21
- package/Sidebar/BackButton.js +0 -22
- package/Sidebar/Drilldown.js +0 -50
- package/Sidebar/DrilldownMenu.js +0 -52
- package/Sidebar/DrilldownMenuItem.js +0 -25
- package/Sidebar/ExternalIcon.js +0 -23
- package/Sidebar/Menu.js +0 -15
- package/Sidebar/MenuContainer.js +0 -15
- package/Sidebar/MenuGroup.js +0 -95
- package/Sidebar/MenuItemLabel.js +0 -19
- package/Sidebar/MenuLink.js +0 -16
- package/Sidebar/MenuLinkItem.js +0 -31
- package/Sidebar/MobileSidebarButton.js +0 -25
- package/Sidebar/Separator.js +0 -23
- package/Sidebar/SeparatorItem.js +0 -16
- package/Sidebar/SeparatorLine.js +0 -15
- package/Sidebar/Sidebar.js +0 -24
- package/Sidebar/SidebarLayout.js +0 -52
- package/SidebarLogo/SidebarLogo.js +0 -25
- package/TableOfContent/TableOfContent.js +0 -81
- package/TableOfContent/utils.js +0 -62
- package/Tooltip/Tooltip.js +0 -98
- package/Typography/CompactTypography.js +0 -18
- package/Typography/Emphasis.js +0 -15
- package/Typography/H1.js +0 -16
- package/Typography/H2.js +0 -16
- package/Typography/H3.js +0 -16
- package/Typography/SectionHeader.js +0 -15
- package/Typography/Typography.js +0 -45
- package/globalStyle.js +0 -38
- package/hooks/__tests__/mocks/MockIntersectionObserver.js +0 -39
- package/hooks/useActiveHeading.js +0 -100
- package/hooks/useActiveSectionId.js +0 -65
- package/hooks/useControl.js +0 -32
- package/hooks/useMobileMenu.js +0 -29
- package/hooks/useNavbarHeight.js +0 -36
- package/icons/ArrowIcon/ArrowIcon.js +0 -33
- package/icons/ShelfIcon/ShelfIcon.js +0 -52
- package/mocks/Link.js +0 -27
- package/mocks/types.d.ts +0 -7
- package/ui/Background.js +0 -16
- package/ui/Box.js +0 -16
- package/ui/Burger.js +0 -23
- package/ui/Dropdown.js +0 -89
- package/ui/Flex.js +0 -31
- package/ui/Jumbotron.js +0 -44
- package/ui/Tiles/ThinTile.js +0 -114
- package/ui/Tiles/TileHeader.js +0 -15
- package/ui/Tiles/TileText.js +0 -15
- package/ui/Tiles/WideTile.js +0 -109
- package/ui/UniversalLink.js +0 -97
- package/ui/darkColors.js +0 -10
- package/utils/class-names.js +0 -15
- package/utils/css-variables.js +0 -8
- package/utils/jsonToHtml.js +0 -324
- package/utils/media-css.js +0 -50
- package/utils/theme-helpers.js +0 -121
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CustomFooterNavItem = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
const Link_1 = require("../mocks/Link");
|
|
10
|
+
function CustomFooterNavItem({ navItem }) {
|
|
11
|
+
const item = navItem;
|
|
12
|
+
return (react_1.default.createElement(FooterItem, { "data-component-name": "Navbar/NavbarItem" },
|
|
13
|
+
react_1.default.createElement(FooterLink, { to: item.link },
|
|
14
|
+
react_1.default.createElement(FooterLabel, null, item.label))));
|
|
15
|
+
}
|
|
16
|
+
exports.CustomFooterNavItem = CustomFooterNavItem;
|
|
17
|
+
const FooterItem = styled_components_1.default.li `
|
|
18
|
+
display: inline-block;
|
|
19
|
+
text-align: center;
|
|
20
|
+
line-height: var(--line-height-base);
|
|
21
|
+
font-size: var(--navbar-item-font-size);
|
|
22
|
+
margin: calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 3);
|
|
23
|
+
font-weight: var(--font-weight-regular);
|
|
24
|
+
`;
|
|
25
|
+
const FooterLink = (0, styled_components_1.default)(Link_1.Link) `
|
|
26
|
+
color: var(--footer-text-color);
|
|
27
|
+
text-decoration: none;
|
|
28
|
+
`;
|
|
29
|
+
const FooterLabel = styled_components_1.default.span `
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
vertical-align: middle;
|
|
32
|
+
`;
|
|
33
|
+
//# sourceMappingURL=CustomFooterNavItem.js.map
|
|
File without changes
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Footer = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
const FooterColumns_1 = require("../Footer/FooterColumns");
|
|
10
|
+
const FooterCopyright_1 = require("../Footer/FooterCopyright");
|
|
11
|
+
const utils_1 = require("../utils");
|
|
12
|
+
const useDefaultThemeSettings_1 = require("../hooks/useDefaultThemeSettings");
|
|
13
|
+
function Footer({ data: { columns, copyrightText } }) {
|
|
14
|
+
const { footer } = (0, useDefaultThemeSettings_1.useDefaultThemeSettings)();
|
|
15
|
+
if ((0, utils_1.isEmptyArray)(columns) || !copyrightText || (footer === null || footer === void 0 ? void 0 : footer.hide)) {
|
|
16
|
+
return null;
|
|
17
|
+
}
|
|
18
|
+
return (react_1.default.createElement(FooterContainer, { "data-component-name": "Footer/Footer" },
|
|
19
|
+
react_1.default.createElement(FooterColumns_1.FooterColumns, { columns: columns }),
|
|
20
|
+
react_1.default.createElement(FooterCopyright_1.FooterCopyright, { copyrightText: copyrightText })));
|
|
21
|
+
}
|
|
22
|
+
exports.Footer = Footer;
|
|
23
|
+
const FooterContainer = styled_components_1.default.footer `
|
|
24
|
+
font-size: var(--footer-font-size);
|
|
25
|
+
flex-shrink: 0;
|
|
26
|
+
background-color: var(--footer-background-color);
|
|
27
|
+
color: var(--footer-text-color);
|
|
28
|
+
font-family: var(--footer-font-family);
|
|
29
|
+
font-weight: var(--footer-font-weight);
|
|
30
|
+
a,
|
|
31
|
+
a:hover {
|
|
32
|
+
color: var(--footer-text-color);
|
|
33
|
+
}
|
|
34
|
+
`;
|
|
35
|
+
//# sourceMappingURL=Footer.js.map
|
|
File without changes
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.FooterColumn = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
const Link_1 = require("../mocks/Link");
|
|
10
|
+
function FooterColumn({ column }) {
|
|
11
|
+
var _a;
|
|
12
|
+
return (react_1.default.createElement(FooterColumnContainer, { "data-component-name": "Footer/FooterColumn" },
|
|
13
|
+
react_1.default.createElement(FooterColumnTitle, null, column.label), (_a = column === null || column === void 0 ? void 0 : column.items) === null || _a === void 0 ? void 0 :
|
|
14
|
+
_a.map((columnItem, columnItemIndex) => {
|
|
15
|
+
if (columnItem.type === 'error') {
|
|
16
|
+
return null;
|
|
17
|
+
}
|
|
18
|
+
return columnItem.type === 'separator' ? (react_1.default.createElement(FooterSeparator, { key: columnItem.label + '_' + columnItemIndex }, columnItem.label)) : (react_1.default.createElement(FooterLink, { key: columnItemIndex, to: columnItem.link, "data-cy": columnItem.label }, columnItem.label));
|
|
19
|
+
})));
|
|
20
|
+
}
|
|
21
|
+
exports.FooterColumn = FooterColumn;
|
|
22
|
+
const FooterColumnTitle = styled_components_1.default.p `
|
|
23
|
+
display: inline-block;
|
|
24
|
+
font-weight: var(--footer-title-font-weight);
|
|
25
|
+
font-size: var(--footer-title-font-size);
|
|
26
|
+
margin-bottom: var(--footer-title-margin-vertical);
|
|
27
|
+
font-family: var(--footer-font-family);
|
|
28
|
+
color: var(--footer-title-text-color);
|
|
29
|
+
`;
|
|
30
|
+
const FooterSeparator = styled_components_1.default.div `
|
|
31
|
+
opacity: 0.75;
|
|
32
|
+
margin: 10px 0 5px 0;
|
|
33
|
+
font-size: 0.75em;
|
|
34
|
+
text-transform: uppercase;
|
|
35
|
+
font-family: var(--footer-font-family);
|
|
36
|
+
`;
|
|
37
|
+
const FooterColumnContainer = styled_components_1.default.div `
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
text-align: left;
|
|
41
|
+
margin: var(--footer-column-margin-horizontal) var(--footer-column-margin-vertical);
|
|
42
|
+
width: var(--footer-column-width);
|
|
43
|
+
word-break: break-word;
|
|
44
|
+
`;
|
|
45
|
+
const FooterLink = (0, styled_components_1.default)(Link_1.Link) `
|
|
46
|
+
font-weight: var(--font-weight-bold);
|
|
47
|
+
padding: var(--footer-item-padding-vertical) var(--footer-item-padding-horizontal);
|
|
48
|
+
color: var(--footer-link-text-color);
|
|
49
|
+
text-decoration: none;
|
|
50
|
+
&:hover {
|
|
51
|
+
color: var(--footer-link-hover-color);
|
|
52
|
+
}
|
|
53
|
+
`;
|
|
54
|
+
//# sourceMappingURL=FooterColumn.js.map
|
|
File without changes
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.FooterRow = exports.FooterColumnsContainer = exports.FooterColumns = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
const FooterColumn_1 = require("../Footer/FooterColumn");
|
|
10
|
+
function FooterColumns({ columns }) {
|
|
11
|
+
if (!(columns === null || columns === void 0 ? void 0 : columns.length)) {
|
|
12
|
+
return null;
|
|
13
|
+
}
|
|
14
|
+
return (react_1.default.createElement(exports.FooterColumnsContainer, { "data-component-name": "Footer/FooterColumns" },
|
|
15
|
+
react_1.default.createElement(exports.FooterRow, null, columns.map((column, index) => (react_1.default.createElement(FooterColumn_1.FooterColumn, { key: `${column.label}_${index}`, column: column }))))));
|
|
16
|
+
}
|
|
17
|
+
exports.FooterColumns = FooterColumns;
|
|
18
|
+
exports.FooterColumnsContainer = styled_components_1.default.div `
|
|
19
|
+
padding: var(--footer-padding-vertical) var(--footer-padding-horizontal);
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
max-width: var(--footer-container-max-width);
|
|
24
|
+
margin: 0 auto;
|
|
25
|
+
|
|
26
|
+
${({ theme }) => theme.mediaQueries.small} {
|
|
27
|
+
padding: 5.625em 20px 3.9375em 20px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
${({ theme }) => theme.mediaQueries.print} {
|
|
31
|
+
color: black;
|
|
32
|
+
display: none;
|
|
33
|
+
}
|
|
34
|
+
`;
|
|
35
|
+
exports.FooterRow = styled_components_1.default.div `
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-wrap: wrap;
|
|
38
|
+
justify-content: flex-start;
|
|
39
|
+
|
|
40
|
+
${({ theme }) => theme.mediaQueries.small} {
|
|
41
|
+
justify-content: space-evenly;
|
|
42
|
+
}
|
|
43
|
+
`;
|
|
44
|
+
//# sourceMappingURL=FooterColumns.js.map
|
|
File without changes
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.FooterCopyright = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
function FooterCopyright({ copyrightText = '' }) {
|
|
10
|
+
return copyrightText ? (react_1.default.createElement(Wrapper, { "data-component-name": "Footer/FooterCopyright" }, copyrightText)) : null;
|
|
11
|
+
}
|
|
12
|
+
exports.FooterCopyright = FooterCopyright;
|
|
13
|
+
const Wrapper = styled_components_1.default.section `
|
|
14
|
+
display: flex;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
font-size: 0.875em;
|
|
17
|
+
padding: 1.5em 3em;
|
|
18
|
+
font-weight: var(--font-weight-bold);
|
|
19
|
+
background-color: var(--footer-background-color);
|
|
20
|
+
color: var(--footer-text-color);
|
|
21
|
+
text-align: center;
|
|
22
|
+
span {
|
|
23
|
+
max-width: var(--footer-container-max-width);
|
|
24
|
+
}
|
|
25
|
+
`;
|
|
26
|
+
//# sourceMappingURL=FooterCopyright.js.map
|
|
File without changes
|
|
@@ -18,3 +18,4 @@ __exportStar(require("../Footer/Footer"), exports);
|
|
|
18
18
|
__exportStar(require("../Footer/FooterColumn"), exports);
|
|
19
19
|
__exportStar(require("../Footer/FooterColumns"), exports);
|
|
20
20
|
__exportStar(require("../Footer/FooterCopyright"), exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
File without changes
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
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
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.StyledCodeBlock = exports.JsonViewerWrap = exports.JsonViewer = exports.Json = void 0;
|
|
30
|
+
const react_1 = __importStar(require("react"));
|
|
31
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
32
|
+
const CopyButton_1 = require("../CopyButton");
|
|
33
|
+
const SamplesPanelControls_1 = require("../SamplesPanelControls");
|
|
34
|
+
const utils_1 = require("../utils");
|
|
35
|
+
const hooks_1 = require("../hooks");
|
|
36
|
+
const CodeBlock_1 = require("../CodeBlock");
|
|
37
|
+
function JsonComponent({ data, jsonSampleExpandLevel, className, withLineNumbers, startLineNumber, onCopyClick, }) {
|
|
38
|
+
const node = (0, react_1.useRef)(null);
|
|
39
|
+
(0, hooks_1.useMount)(() => {
|
|
40
|
+
var _a;
|
|
41
|
+
(_a = node === null || node === void 0 ? void 0 : node.current) === null || _a === void 0 ? void 0 : _a.addEventListener('click', clickListener);
|
|
42
|
+
});
|
|
43
|
+
(0, hooks_1.useUnmount)(() => {
|
|
44
|
+
var _a;
|
|
45
|
+
(_a = node === null || node === void 0 ? void 0 : node.current) === null || _a === void 0 ? void 0 : _a.removeEventListener('click', clickListener);
|
|
46
|
+
});
|
|
47
|
+
const expandAll = () => {
|
|
48
|
+
var _a, _b;
|
|
49
|
+
const elements = (_a = node === null || node === void 0 ? void 0 : node.current) === null || _a === void 0 ? void 0 : _a.getElementsByClassName('collapsible');
|
|
50
|
+
for (const collapsed of Array.prototype.slice.call(elements)) {
|
|
51
|
+
const parentNode = collapsed.parentNode;
|
|
52
|
+
if (!parentNode)
|
|
53
|
+
continue;
|
|
54
|
+
parentNode.classList.remove('collapsed');
|
|
55
|
+
(_b = parentNode.querySelector('.collapser')) === null || _b === void 0 ? void 0 : _b.setAttribute('aria-label', 'collapse');
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
const collapseAll = () => {
|
|
59
|
+
var _a, _b;
|
|
60
|
+
const elements = (_a = node === null || node === void 0 ? void 0 : node.current) === null || _a === void 0 ? void 0 : _a.getElementsByClassName('collapsible');
|
|
61
|
+
// skip first item to avoid collapsing whole object/array
|
|
62
|
+
const elementsArr = Array.prototype.slice.call(elements, 1);
|
|
63
|
+
for (const expanded of elementsArr) {
|
|
64
|
+
const parentNode = expanded.parentNode;
|
|
65
|
+
if (!parentNode)
|
|
66
|
+
continue;
|
|
67
|
+
parentNode.classList.add('collapsed');
|
|
68
|
+
(_b = parentNode.querySelector('.collapser')) === null || _b === void 0 ? void 0 : _b.setAttribute('aria-label', 'expand');
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
const collapseElement = (target) => {
|
|
72
|
+
var _a, _b;
|
|
73
|
+
if (target.parentElement && target.className === 'collapser') {
|
|
74
|
+
const collapsed = target.parentElement.getElementsByClassName('collapsible')[0];
|
|
75
|
+
if ((_a = collapsed === null || collapsed === void 0 ? void 0 : collapsed.parentElement) === null || _a === void 0 ? void 0 : _a.classList.contains('collapsed')) {
|
|
76
|
+
collapsed.parentElement.classList.remove('collapsed');
|
|
77
|
+
target.setAttribute('aria-label', 'collapse');
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
(_b = collapsed === null || collapsed === void 0 ? void 0 : collapsed.parentElement) === null || _b === void 0 ? void 0 : _b.classList.add('collapsed');
|
|
81
|
+
target.setAttribute('aria-label', 'expand');
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
const clickListener = (event) => {
|
|
86
|
+
collapseElement(event.target);
|
|
87
|
+
};
|
|
88
|
+
const renderInner = ({ renderCopyButton }) => {
|
|
89
|
+
const showFoldingButtons = data && Object.values(data).some((value) => typeof value === 'object' && value !== null);
|
|
90
|
+
return (react_1.default.createElement(exports.JsonViewerWrap, { "data-cy": "json-viewer" },
|
|
91
|
+
react_1.default.createElement(SamplesPanelControls_1.SampleControls, { "data-cy": "buttons" },
|
|
92
|
+
renderCopyButton(),
|
|
93
|
+
showFoldingButtons && (react_1.default.createElement(react_1.default.Fragment, null,
|
|
94
|
+
react_1.default.createElement(SamplesPanelControls_1.SamplesControlButton, { onClick: expandAll, "data-cy": "expand-all" }, "Expand all"),
|
|
95
|
+
react_1.default.createElement(SamplesPanelControls_1.SamplesControlButton, { onClick: collapseAll, "data-cy": "collapse-all" }, "Collapse all")))),
|
|
96
|
+
react_1.default.createElement(exports.StyledCodeBlock, { className: withLineNumbers ? `${className} line-numbers` : className, ref: node, dangerouslySetInnerHTML: {
|
|
97
|
+
__html: (0, utils_1.jsonToHTML)(data, jsonSampleExpandLevel, startLineNumber),
|
|
98
|
+
} })));
|
|
99
|
+
};
|
|
100
|
+
return (react_1.default.createElement(CopyButton_1.CopyButtonWrapper, { "data-cy": "copy-button", data: data, onCopyClick: onCopyClick }, renderInner));
|
|
101
|
+
}
|
|
102
|
+
exports.Json = (0, react_1.memo)(JsonComponent);
|
|
103
|
+
exports.JsonViewer = (0, styled_components_1.default)(exports.Json).attrs(() => ({
|
|
104
|
+
'data-component-name': 'JsonViewer/JsonViewer',
|
|
105
|
+
})) `
|
|
106
|
+
.redoc-json code {
|
|
107
|
+
background-color: var(--panel-samples-code-block-background-color);
|
|
108
|
+
color: var(--text-color-inverse);
|
|
109
|
+
padding: inherit;
|
|
110
|
+
border: none;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
contain: content;
|
|
114
|
+
overflow-x: auto;
|
|
115
|
+
position: relative;
|
|
116
|
+
padding: 10px;
|
|
117
|
+
border-radius: var(--border-radius);
|
|
118
|
+
background-color: var(--panel-samples-code-block-background-color);
|
|
119
|
+
color: var(--text-color-inverse);
|
|
120
|
+
font-size: var(--code-font-size);
|
|
121
|
+
font-family: var(--code-font-family);
|
|
122
|
+
white-space: var(--code-wrap, pre);
|
|
123
|
+
|
|
124
|
+
&.line-numbers {
|
|
125
|
+
padding: 20px 20px 20px 3em;
|
|
126
|
+
|
|
127
|
+
*[data-line]:not(.collapsed *[data-line]) {
|
|
128
|
+
&:before {
|
|
129
|
+
content: attr(data-line);
|
|
130
|
+
position: absolute;
|
|
131
|
+
left: 0;
|
|
132
|
+
min-width: 2em;
|
|
133
|
+
text-align: right;
|
|
134
|
+
pointer-events: none;
|
|
135
|
+
user-select: none;
|
|
136
|
+
padding: 0 0.5em;
|
|
137
|
+
font-size: 13px;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.callback-function {
|
|
143
|
+
color: gray;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.ellipsis:after {
|
|
147
|
+
content: ' … ';
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.collapsible {
|
|
151
|
+
padding-left: 2ch;
|
|
152
|
+
display: inline-block;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.hoverable {
|
|
156
|
+
padding: 1px 2px;
|
|
157
|
+
display: inline-block;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.collapsed {
|
|
161
|
+
white-space: nowrap;
|
|
162
|
+
|
|
163
|
+
& > .collapser:after {
|
|
164
|
+
content: '+';
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.hovered {
|
|
169
|
+
background-color: rgba(235, 238, 249, 1);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.collapser {
|
|
173
|
+
--size: 15px;
|
|
174
|
+
--margin-right: 3px;
|
|
175
|
+
|
|
176
|
+
display: inline-block;
|
|
177
|
+
background-color: transparent;
|
|
178
|
+
border: 0;
|
|
179
|
+
padding: 1px;
|
|
180
|
+
color: #fff;
|
|
181
|
+
width: var(--size);
|
|
182
|
+
height: var(--size);
|
|
183
|
+
margin-left: calc((var(--size) + var(--margin-right)) * -1);
|
|
184
|
+
margin-right: var(--margin-right);
|
|
185
|
+
cursor: pointer;
|
|
186
|
+
user-select: none;
|
|
187
|
+
-webkit-user-select: none;
|
|
188
|
+
font-family: var(--code-font-family);
|
|
189
|
+
font-size: var(--code-font-size);
|
|
190
|
+
|
|
191
|
+
&:after {
|
|
192
|
+
content: '-';
|
|
193
|
+
display: flex;
|
|
194
|
+
align-items: center;
|
|
195
|
+
justify-content: center;
|
|
196
|
+
height: 100%;
|
|
197
|
+
width: 100%;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
&:focus {
|
|
201
|
+
outline: #fff dotted 1px;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.selected {
|
|
206
|
+
outline-width: 1px;
|
|
207
|
+
outline-style: dotted;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.collapsed > .collapsible {
|
|
211
|
+
display: none;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.ellipsis {
|
|
215
|
+
display: none;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.collapsed > .ellipsis {
|
|
219
|
+
display: inline;
|
|
220
|
+
}
|
|
221
|
+
`;
|
|
222
|
+
exports.JsonViewerWrap = styled_components_1.default.div `
|
|
223
|
+
display: flex;
|
|
224
|
+
flex-direction: column;
|
|
225
|
+
flex: 1;
|
|
226
|
+
|
|
227
|
+
&:hover > ${SamplesPanelControls_1.SampleControls} {
|
|
228
|
+
opacity: 1;
|
|
229
|
+
}
|
|
230
|
+
`;
|
|
231
|
+
exports.StyledCodeBlock = (0, styled_components_1.default)(CodeBlock_1.CodeBlock) `
|
|
232
|
+
flex: 1;
|
|
233
|
+
|
|
234
|
+
code {
|
|
235
|
+
font-family: var(--code-font-family);
|
|
236
|
+
font-size: 14px;
|
|
237
|
+
line-height: 18px;
|
|
238
|
+
}
|
|
239
|
+
`;
|
|
240
|
+
//# sourceMappingURL=JsonViewer.js.map
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const FORMATS: {
|
|
3
|
+
timeago: (date: Date, locale: string) => string;
|
|
4
|
+
iso: (date: Date) => string;
|
|
5
|
+
short: (date: Date, locale: string) => string;
|
|
6
|
+
long: (date: Date, locale: string) => string;
|
|
7
|
+
};
|
|
8
|
+
export interface LastUpdatedProps {
|
|
9
|
+
lastModified: Date;
|
|
10
|
+
format?: keyof typeof FORMATS;
|
|
11
|
+
locale?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare function LastUpdated(props: LastUpdatedProps): JSX.Element | null;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.LastUpdated = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
const timeago_js_1 = require("timeago.js");
|
|
10
|
+
const useDefaultThemeSettings_1 = require("../hooks/useDefaultThemeSettings");
|
|
11
|
+
const FORMATS = {
|
|
12
|
+
timeago: (date, locale) => (0, timeago_js_1.format)(date, locale),
|
|
13
|
+
iso: (date) => date.toISOString().split('T')[0],
|
|
14
|
+
short: (date, locale) => date.toLocaleDateString(locale, { month: 'short', day: 'numeric', year: 'numeric' }),
|
|
15
|
+
long: (date, locale) => date.toLocaleDateString(locale, { month: 'long', day: 'numeric', year: 'numeric' }),
|
|
16
|
+
};
|
|
17
|
+
function LastUpdated(props) {
|
|
18
|
+
const { lastUpdatedBlock } = (0, useDefaultThemeSettings_1.useDefaultThemeSettings)();
|
|
19
|
+
if (lastUpdatedBlock === null || lastUpdatedBlock === void 0 ? void 0 : lastUpdatedBlock.hide) {
|
|
20
|
+
return null;
|
|
21
|
+
}
|
|
22
|
+
const lastModified = props.lastModified;
|
|
23
|
+
const format = props.format || (lastUpdatedBlock === null || lastUpdatedBlock === void 0 ? void 0 : lastUpdatedBlock.format) || 'timeago';
|
|
24
|
+
const locale = props.locale || (lastUpdatedBlock === null || lastUpdatedBlock === void 0 ? void 0 : lastUpdatedBlock.locale) || 'en-US';
|
|
25
|
+
const isoDate = lastModified.toISOString().split('T')[0];
|
|
26
|
+
const lastUpdatedString = FORMATS[format](lastModified, locale);
|
|
27
|
+
const separator = format === 'timeago' ? ' ' : ' on ';
|
|
28
|
+
return (react_1.default.createElement(Wrapper, { "data-component-name": "LastUpdated/LastUpdated", rawOnPrint: format === 'timeago', "data-print-datetime": isoDate },
|
|
29
|
+
"Last updated",
|
|
30
|
+
separator,
|
|
31
|
+
react_1.default.createElement("time", { dateTime: isoDate }, lastUpdatedString)));
|
|
32
|
+
}
|
|
33
|
+
exports.LastUpdated = LastUpdated;
|
|
34
|
+
const Wrapper = styled_components_1.default.div `
|
|
35
|
+
color: var(--last-updated-text-color);
|
|
36
|
+
font-size: var(--last-updated-font-size);
|
|
37
|
+
font-family: var(--last-updated-font-family);
|
|
38
|
+
line-height: var(--last-updated-line-height);
|
|
39
|
+
padding-bottom: 30px;
|
|
40
|
+
|
|
41
|
+
${({ rawOnPrint }) => rawOnPrint &&
|
|
42
|
+
`@media print {
|
|
43
|
+
time {
|
|
44
|
+
display: none;
|
|
45
|
+
}
|
|
46
|
+
&::after {
|
|
47
|
+
content: attr(data-print-datetime);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
`}
|
|
51
|
+
`;
|
|
52
|
+
//# sourceMappingURL=LastUpdated.js.map
|
|
File without changes
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.PageLayout = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
function PageLayout({ sidebar, children, }) {
|
|
10
|
+
return (react_1.default.createElement(Container, { "data-component-name": "Layout/PageLayout" },
|
|
11
|
+
sidebar,
|
|
12
|
+
react_1.default.createElement(ContentContainer, null, children)));
|
|
13
|
+
}
|
|
14
|
+
exports.PageLayout = PageLayout;
|
|
15
|
+
const Container = styled_components_1.default.div `
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: row;
|
|
18
|
+
min-height: calc(100vh - var(--navbar-height));
|
|
19
|
+
`;
|
|
20
|
+
const ContentContainer = styled_components_1.default.div `
|
|
21
|
+
flex: 1 0 0;
|
|
22
|
+
/*
|
|
23
|
+
flex-basis is ignored for nested flex in Chrome, need to set width
|
|
24
|
+
See more here: https://stackoverflow.com/a/34355447
|
|
25
|
+
*/
|
|
26
|
+
width: 0;
|
|
27
|
+
max-width: 100%;
|
|
28
|
+
`;
|
|
29
|
+
//# sourceMappingURL=PageLayout.js.map
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.RootLayout = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
const Wrapper = styled_components_1.default.div ``;
|
|
10
|
+
function RootLayout({ navbar, footer, children, }) {
|
|
11
|
+
return (
|
|
12
|
+
// TODO: rewrite it to avoid passing components as props
|
|
13
|
+
react_1.default.createElement(Wrapper, { "data-component-name": "Layout/RootLayout" },
|
|
14
|
+
navbar,
|
|
15
|
+
children,
|
|
16
|
+
footer));
|
|
17
|
+
}
|
|
18
|
+
exports.RootLayout = RootLayout;
|
|
19
|
+
//# sourceMappingURL=RootLayout.js.map
|
|
File without changes
|
|
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("../Layout/RootLayout"), exports);
|
|
18
18
|
__exportStar(require("../Layout/PageLayout"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
File without changes
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Admonition = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
const AlertIcon_1 = require("../icons/AlertIcon/AlertIcon");
|
|
10
|
+
function Admonition({ type = 'info', name, children, }) {
|
|
11
|
+
return (react_1.default.createElement(Wrapper, { type: type, "data-component-name": "Markdown/Admonition" },
|
|
12
|
+
react_1.default.createElement(AlertIcon_1.AlertIcon, { type: type }),
|
|
13
|
+
name ? react_1.default.createElement(Heading, { type: type }, name) : null,
|
|
14
|
+
react_1.default.createElement(Content, null, children)));
|
|
15
|
+
}
|
|
16
|
+
exports.Admonition = Admonition;
|
|
17
|
+
const Wrapper = styled_components_1.default.div `
|
|
18
|
+
position: relative;
|
|
19
|
+
align-items: center;
|
|
20
|
+
margin: var(--admonition-margin-vertical) var(--admonition-margin-horizontal);
|
|
21
|
+
padding: var(--admonition-padding-vertical) var(--admonition-padding-horizontal);
|
|
22
|
+
padding-left: calc(var(--admonition-padding-horizontal) * 2 + var(--admonition-icon-size));
|
|
23
|
+
border-radius: var(--admonition-border-radius);
|
|
24
|
+
font-size: var(--admonition-font-size);
|
|
25
|
+
font-weight: var(--admonition-font-weight);
|
|
26
|
+
line-height: var(--admonition-line-height);
|
|
27
|
+
|
|
28
|
+
${({ type }) => `
|
|
29
|
+
background-color: var(--admonition-${type}-background-color);
|
|
30
|
+
color: var(--admonition-${type}-text-color);
|
|
31
|
+
border: var(--admonition-${type}-border);
|
|
32
|
+
`}
|
|
33
|
+
`;
|
|
34
|
+
const Heading = styled_components_1.default.h5 `
|
|
35
|
+
display: block;
|
|
36
|
+
margin: 0 0 10px;
|
|
37
|
+
|
|
38
|
+
letter-spacing: var(--admonition-heading-letter-spacing);
|
|
39
|
+
color: ${({ type }) => `var(--admonition-${type}-heading-text-color)`};
|
|
40
|
+
|
|
41
|
+
&& {
|
|
42
|
+
font-size: var(--admonition-heading-font-size);
|
|
43
|
+
font-weight: var(--admonition-heading-font-weight);
|
|
44
|
+
line-height: var(--admonition-line-height);
|
|
45
|
+
text-transform: var(--admonition-heading-transform);
|
|
46
|
+
}
|
|
47
|
+
`;
|
|
48
|
+
const Content = styled_components_1.default.div `
|
|
49
|
+
& > p:first-child {
|
|
50
|
+
margin-top: 0;
|
|
51
|
+
}
|
|
52
|
+
`;
|
|
53
|
+
//# sourceMappingURL=Admonition.js.map
|
|
File without changes
|