@redocly/theme 0.4.7 → 0.4.8
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/Button/Button.d.ts +3 -3
- package/Button/Button.js +3 -7
- package/Cards/Card.d.ts +1 -1
- package/Cards/Card.js +14 -7
- package/ColorModeSwitcher/ColorModeSwitcher.js +13 -25
- package/CopyButton/CopyButton.js +13 -24
- package/CopyButton/CopyButtonWrapper.d.ts +4 -3
- package/CopyButton/CopyButtonWrapper.js +15 -26
- package/EditPageButton/EditPageButton.js +13 -4
- package/Footer/CustomFooter.d.ts +1 -1
- package/Footer/CustomFooter.js +15 -6
- package/Footer/CustomFooterNavItem.js +13 -4
- package/Footer/Footer.js +13 -4
- package/Footer/FooterColumn.js +18 -9
- package/Footer/FooterColumns.js +13 -3
- package/Footer/FooterCopyright.js +13 -2
- package/JsonViewer/JsonViewer.d.ts +4 -3
- package/JsonViewer/JsonViewer.js +17 -34
- package/LastUpdated/LastUpdated.js +13 -4
- package/Layout/PageLayout.d.ts +3 -3
- package/Layout/PageLayout.js +13 -4
- package/Layout/RootLayout.d.ts +4 -4
- package/Layout/RootLayout.js +13 -5
- package/Markdown/Admonition.d.ts +2 -2
- package/Markdown/Admonition.js +13 -5
- package/Markdown/CodeSample/CodeSample.js +14 -7
- package/Markdown/Details.d.ts +2 -2
- package/Markdown/Details.js +2 -4
- package/Markdown/Heading.d.ts +1 -1
- package/Markdown/Heading.js +15 -29
- package/Markdown/MarkdownLayout.d.ts +3 -3
- package/Markdown/MarkdownLayout.js +13 -9
- package/Markdown/MarkdownWrapper.d.ts +1 -1
- package/Markdown/Mermaid.js +2 -2
- package/Markdown/Sup.d.ts +1 -1
- package/Markdown/Sup.js +13 -2
- package/Markdown/Tabs/Tab.js +13 -2
- package/Markdown/Tabs/Tabs.d.ts +1 -1
- package/Markdown/Tabs/Tabs.js +21 -34
- package/Navbar/MobileNavbarDropdown.js +13 -3
- package/Navbar/MobileNavbarItem.js +14 -31
- package/Navbar/MobileNavbarMenu.js +15 -6
- package/Navbar/Navbar.d.ts +5 -5
- package/Navbar/Navbar.js +13 -10
- package/Navbar/NavbarDropdown.js +13 -3
- package/Navbar/NavbarItem.js +14 -8
- package/Navbar/NavbarMenu.js +15 -4
- package/NavbarLogo/NavbarLogo.d.ts +1 -1
- package/NavbarLogo/NavbarLogo.js +14 -3
- package/PageNavigation/NextPageLink.js +14 -3
- package/PageNavigation/PageNavigation.js +13 -4
- package/PageNavigation/PreviousPageLink.js +14 -3
- package/Panel/PanelComponent.d.ts +3 -3
- package/Panel/PanelComponent.js +14 -31
- package/Panel/PanelHeader.d.ts +1 -1
- package/Profile/Profile.d.ts +2 -2
- package/Profile/Profile.js +15 -9
- package/Search/Autocomplete.d.ts +1 -1
- package/Search/Autocomplete.js +3 -30
- package/Search/ClearIcon.d.ts +1 -1
- package/Search/ClearIcon.js +2 -3
- package/Search/Parameters.js +17 -17
- package/Search/Search.js +13 -3
- package/Search/SearchIcon.d.ts +1 -1
- package/Search/SearchIcon.js +2 -3
- package/Search/SearchItem.js +13 -30
- package/Search/utils.js +2 -28
- package/Sidebar/ApiCallItem.d.ts +1 -1
- package/Sidebar/ApiCallItem.js +13 -7
- package/Sidebar/ArrowBack.js +13 -5
- package/Sidebar/BackButton.d.ts +2 -2
- package/Sidebar/BackButton.js +13 -4
- package/Sidebar/Drilldown.d.ts +3 -3
- package/Sidebar/Drilldown.js +2 -6
- package/Sidebar/DrilldownMenu.d.ts +3 -3
- package/Sidebar/DrilldownMenu.js +13 -10
- package/Sidebar/DrilldownMenuItem.d.ts +1 -1
- package/Sidebar/DrilldownMenuItem.js +13 -6
- package/Sidebar/ExternalIcon.js +13 -7
- package/Sidebar/MenuGroup.d.ts +3 -3
- package/Sidebar/MenuGroup.js +13 -8
- package/Sidebar/MenuItem.d.ts +1 -1
- package/Sidebar/MenuItem.js +13 -7
- package/Sidebar/MenuLink.d.ts +1 -1
- package/Sidebar/MenuLinkItem.d.ts +3 -3
- package/Sidebar/MenuLinkItem.js +2 -2
- package/Sidebar/Separator.d.ts +1 -1
- package/Sidebar/Separator.js +13 -4
- package/Sidebar/SidebarLayout.d.ts +3 -3
- package/Sidebar/SidebarLayout.js +13 -7
- package/Sidebar/types/DrilldownMenuProps.d.ts +1 -1
- package/Sidebar/types/ItemState.d.ts +2 -2
- package/Sidebar/types/MenuItemProps.d.ts +1 -1
- package/Sidebar/types/NavItem.d.ts +1 -1
- package/SidebarLogo/SidebarLogo.js +14 -3
- package/SourceCode/SourceCode.d.ts +2 -1
- package/SourceCode/SourceCode.js +19 -32
- package/TableOfContent/TableOfContent.d.ts +1 -1
- package/TableOfContent/TableOfContent.js +21 -35
- package/TableOfContent/utils.d.ts +1 -1
- package/TableOfContent/utils.js +1 -4
- package/Tooltip/Tooltip.d.ts +1 -2
- package/Tooltip/Tooltip.js +3 -4
- package/hooks/useFullHeight.d.ts +1 -1
- package/hooks/useMobileMenu.d.ts +1 -1
- package/hooks/useOutsideClick.d.ts +1 -1
- package/icons/AlertIcon/AlertIcon.js +17 -20
- package/icons/ArrowIcon/ArrowIcon.js +13 -4
- package/icons/ColorModeIcon/ColorModeIcon.js +15 -7
- package/icons/ShelfIcon/ShelfIcon.d.ts +2 -2
- package/icons/ShelfIcon/ShelfIcon.js +13 -4
- package/mocks/Link.js +2 -5
- package/package.json +1 -1
- package/src/Button/Button.tsx +4 -3
- package/src/Cards/Card.tsx +3 -3
- package/src/ColorModeSwitcher/ColorModeSwitcher.tsx +1 -1
- package/src/CopyButton/CopyButton.tsx +1 -1
- package/src/CopyButton/CopyButtonWrapper.tsx +8 -2
- package/src/EditPageButton/EditPageButton.tsx +0 -1
- package/src/Footer/CustomFooter.tsx +2 -2
- package/src/Footer/CustomFooterNavItem.tsx +0 -1
- package/src/Footer/Footer.tsx +0 -1
- package/src/Footer/FooterColumn.tsx +0 -1
- package/src/Footer/FooterColumns.tsx +0 -1
- package/src/Footer/FooterCopyright.tsx +0 -1
- package/src/JsonViewer/JsonViewer.tsx +5 -2
- package/src/LastUpdated/LastUpdated.tsx +0 -1
- package/src/Layout/PageLayout.tsx +3 -6
- package/src/Layout/RootLayout.tsx +4 -4
- package/src/Markdown/Admonition.tsx +2 -2
- package/src/Markdown/CodeSample/CodeSample.tsx +1 -1
- package/src/Markdown/Details.tsx +2 -2
- package/src/Markdown/Heading.tsx +2 -1
- package/src/Markdown/MarkdownLayout.tsx +3 -3
- package/src/Markdown/MarkdownWrapper.tsx +2 -1
- package/src/Markdown/Mermaid.tsx +0 -1
- package/src/Markdown/Sup.tsx +1 -1
- package/src/Markdown/Tabs/Tab.tsx +0 -1
- package/src/Markdown/Tabs/Tabs.tsx +2 -2
- package/src/Navbar/MobileNavbarDropdown.tsx +0 -1
- package/src/Navbar/MobileNavbarItem.tsx +1 -1
- package/src/Navbar/MobileNavbarMenu.tsx +0 -1
- package/src/Navbar/Navbar.tsx +6 -5
- package/src/Navbar/NavbarDropdown.tsx +0 -1
- package/src/Navbar/NavbarItem.tsx +0 -1
- package/src/Navbar/NavbarMenu.tsx +0 -1
- package/src/NavbarLogo/NavbarLogo.tsx +2 -2
- package/src/PageNavigation/NextPageLink.tsx +0 -1
- package/src/PageNavigation/PageNavigation.tsx +0 -1
- package/src/PageNavigation/PreviousPageLink.tsx +0 -1
- package/src/Panel/PanelComponent.tsx +6 -9
- package/src/Panel/PanelHeader.ts +1 -1
- package/src/Profile/Profile.tsx +1 -1
- package/src/Search/Autocomplete.tsx +2 -8
- package/src/Search/ClearIcon.tsx +1 -1
- package/src/Search/Parameters.tsx +0 -1
- package/src/Search/Search.tsx +0 -1
- package/src/Search/SearchIcon.tsx +1 -1
- package/src/Search/SearchItem.tsx +1 -1
- package/src/Search/utils.tsx +0 -1
- package/src/Sidebar/ApiCallItem.tsx +2 -2
- package/src/Sidebar/ArrowBack.tsx +0 -1
- package/src/Sidebar/BackButton.tsx +2 -5
- package/src/Sidebar/Drilldown.tsx +4 -3
- package/src/Sidebar/DrilldownMenu.tsx +4 -3
- package/src/Sidebar/DrilldownMenuItem.tsx +1 -2
- package/src/Sidebar/ExternalIcon.tsx +0 -1
- package/src/Sidebar/MenuGroup.tsx +4 -3
- package/src/Sidebar/MenuItem.tsx +2 -2
- package/src/Sidebar/MenuLink.tsx +3 -1
- package/src/Sidebar/MenuLinkItem.tsx +4 -6
- package/src/Sidebar/Separator.tsx +2 -2
- package/src/Sidebar/SidebarLayout.tsx +3 -3
- package/src/Sidebar/types/DrilldownMenuProps.ts +1 -1
- package/src/Sidebar/types/ItemState.ts +2 -2
- package/src/Sidebar/types/MenuItemProps.ts +1 -1
- package/src/Sidebar/types/NavItem.ts +1 -1
- package/src/SidebarLogo/SidebarLogo.tsx +0 -1
- package/src/SourceCode/SourceCode.tsx +8 -2
- package/src/TableOfContent/TableOfContent.tsx +4 -4
- package/src/TableOfContent/utils.ts +2 -5
- package/src/Tooltip/Tooltip.tsx +1 -1
- package/src/hooks/useFullHeight.ts +2 -1
- package/src/hooks/useMobileMenu.ts +2 -1
- package/src/hooks/useOutsideClick.ts +2 -1
- package/src/icons/AlertIcon/AlertIcon.tsx +0 -1
- package/src/icons/ArrowIcon/ArrowIcon.tsx +0 -1
- package/src/icons/ColorModeIcon/ColorModeIcon.tsx +0 -1
- package/src/icons/ShelfIcon/ShelfIcon.tsx +2 -2
- package/src/mocks/Link.tsx +0 -1
- package/src/types/portal/src/shared/types.d.ts +2 -1
- package/src/ui/Box.tsx +2 -8
- package/src/ui/Burger.tsx +1 -1
- package/src/ui/Dropdown.tsx +3 -2
- package/src/ui/Flex.tsx +4 -3
- package/src/ui/Tiles/ThinTile.tsx +4 -3
- package/src/ui/Tiles/WideTile.tsx +5 -4
- package/src/ui/UniversalLink.tsx +11 -11
- package/src/ui/darkColors.tsx +9 -1
- package/src/ui/index.tsx +2 -3
- package/ui/Box.d.ts +1 -1
- package/ui/Burger.d.ts +1 -1
- package/ui/Burger.js +13 -5
- package/ui/Dropdown.d.ts +1 -1
- package/ui/Dropdown.js +14 -32
- package/ui/Flex.d.ts +3 -3
- package/ui/Flex.js +2 -2
- package/ui/Tiles/ThinTile.d.ts +2 -1
- package/ui/Tiles/ThinTile.js +14 -30
- package/ui/Tiles/WideTile.d.ts +1 -1
- package/ui/Tiles/WideTile.js +14 -30
- package/ui/UniversalLink.d.ts +5 -5
- package/ui/UniversalLink.js +3 -26
- package/ui/darkColors.js +1 -1
- package/ui/index.d.ts +3 -3
package/ui/UniversalLink.js
CHANGED
|
@@ -14,29 +14,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
14
14
|
};
|
|
15
15
|
return __assign.apply(this, arguments);
|
|
16
16
|
};
|
|
17
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
-
if (k2 === undefined) k2 = k;
|
|
19
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
20
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
21
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
22
|
-
}
|
|
23
|
-
Object.defineProperty(o, k2, desc);
|
|
24
|
-
}) : (function(o, m, k, k2) {
|
|
25
|
-
if (k2 === undefined) k2 = k;
|
|
26
|
-
o[k2] = m[k];
|
|
27
|
-
}));
|
|
28
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
-
}) : function(o, v) {
|
|
31
|
-
o["default"] = v;
|
|
32
|
-
});
|
|
33
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
-
if (mod && mod.__esModule) return mod;
|
|
35
|
-
var result = {};
|
|
36
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
-
__setModuleDefault(result, mod);
|
|
38
|
-
return result;
|
|
39
|
-
};
|
|
40
17
|
var __read = (this && this.__read) || function (o, n) {
|
|
41
18
|
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
42
19
|
if (!m) return o;
|
|
@@ -58,7 +35,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
58
35
|
};
|
|
59
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60
37
|
exports.UniversalLink = exports.withPropsFilter = void 0;
|
|
61
|
-
var
|
|
38
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
62
39
|
var react_router_dom_1 = require("react-router-dom");
|
|
63
40
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
64
41
|
var isUrl_1 = require("../utils/isUrl");
|
|
@@ -85,13 +62,13 @@ var withPropsFilter = function (filterList) { return function (WrappedComponent)
|
|
|
85
62
|
var _b = __read(_a, 1), key = _b[0];
|
|
86
63
|
return !filterList.includes(key);
|
|
87
64
|
}));
|
|
88
|
-
return
|
|
65
|
+
return (0, jsx_runtime_1.jsx)(WrappedComponent, __assign({}, filteredProps));
|
|
89
66
|
};
|
|
90
67
|
}; };
|
|
91
68
|
exports.withPropsFilter = withPropsFilter;
|
|
92
69
|
exports.UniversalLink = (0, exports.withPropsFilter)(propsList)(function (props) {
|
|
93
70
|
var _a;
|
|
94
71
|
return (typeof props.to === 'string' && ((0, isUrl_1.isUrl)(props.to) || props.to.startsWith('mailto:'))) ||
|
|
95
|
-
props.external ? (
|
|
72
|
+
props.external ? ((0, jsx_runtime_1.jsx)(StyledExternalLink, __assign({ style: props.style, href: props.to, target: props.target || (props.external && '_blank') || '_self', className: "".concat(props.external ? 'external-url' : '', " ").concat(props.className), rel: props.rel, "data-cy": "universalLink-".concat(typeof props.children === 'string' ? props.children : 'with-nested-jsx') }, { children: props.children }))) : props.to == null ? ((0, jsx_runtime_1.jsx)("a", __assign({ onClick: props.onClick, className: props.className, style: props.style }, { children: props.children }))) : ((0, jsx_runtime_1.jsx)(Link_1.Link, __assign({}, props, { to: props.to, state: __assign({ previousPath: (_a = (0, react_router_dom_1.useLocation)()) === null || _a === void 0 ? void 0 : _a.pathname }, props.state) })));
|
|
96
73
|
});
|
|
97
74
|
var templateObject_1;
|
package/ui/darkColors.js
CHANGED
|
@@ -6,5 +6,5 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.darkMode = void 0;
|
|
8
8
|
var styled_components_1 = require("styled-components");
|
|
9
|
-
exports.darkMode = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n /**\n * @tokens Dark Colors\n * @presenter Color\n */\n --background-color: #0d1117;\n --footer-background-color: #16202e;\n --navbar-background-color: #16202e;\n --color-primary-500: #57a5fd;\n --color-primary-300: #15396e;\n --color-secondary-300: #22262e;\n --colors-translucent: rgb(50 63 75 / 40%);\n --inline-code-text-color: #f76663;\n --color-emphasis-400: #fff;\n --link-hover-text-color: #57a5fd;\n --link-text-color: #57a5fd;\n --code-block-background-color: #1e2633;\n --admonition-attention-background-color:
|
|
9
|
+
exports.darkMode = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n /**\n * @tokens Dark Colors\n * @presenter Color\n */\n --background-color: #0d1117;\n --footer-background-color: #16202e;\n --navbar-background-color: #16202e;\n --color-primary-500: #57a5fd;\n --color-primary-300: #15396e;\n --color-secondary-300: #22262e;\n --colors-translucent: rgb(50 63 75 / 40%);\n --inline-code-text-color: #f76663;\n --color-emphasis-400: #fff;\n --link-hover-text-color: #57a5fd;\n --link-text-color: #57a5fd;\n --code-block-background-color: #1e2633;\n --admonition-attention-background-color: var(--color-primary-300);\n --admonition-attention-icon-color: var(--color-emphasis-700);\n --admonition-warning-background-color: #614b17;\n --admonition-warning-icon-color: #4c3b12;\n --admonition-success-background-color: #267e74;\n --admonition-success-icon-color: #38b9a5;\n --admonition-danger-background-color: #d6524c;\n --admonition-danger-icon-color: #d13e37;\n --admonition-info-background-color: #696969;\n --admonition-info-icon-color: #505050;\n --inline-code-background-color: #1e2633;\n --toc-item-active-background-color: #1e2633;\n --sidebar-item-active-background-color: #1e2633;\n --panel-response-success-heading-background-color: #38b9a5;\n --panel-response-success-border-color: #38b9a5;\n --panel-response-error-heading-background-color: #d6524c;\n --panel-response-error-border-color: #d6524c;\n --panel-samples-heading-background-color: #1e2633;\n --panel-samples-body-background-color: #263041;\n --panel-samples-tabs-hover-background-color: #1e2633;\n --panel-samples-tabs-hover-border-color: #3f4f68;\n --panel-try-it-action-button-hover-border-color: #2b4cc4;\n --panel-try-it-action-button-hover-background-color: #2b4cc4;\n --panel-try-it-action-button-background-color: #0065fb;\n --button-background-color: #0065fb;\n --button-border-color: #0065fb;\n --button-hover-background-color: #2b4cc4;\n --button-hover-border-color: #2b4cc4;\n --search-popover-background-color: #1b2738;\n --search-highlight-text-color: #57a5fd;\n --search-item-active-background-color: #1f3559;\n --panel-try-it-nested-body-background-color: #263041;\n --panel-try-it-tabs-active-background-color: #11151d;\n --panel-try-it-tabs-hover-background-color: #141a26;\n --color-emphasis-100: #0065fb;\n --color-secondary-400: #696969;\n --color-emphasis-700: #fff;\n --color-emphasis-800: #fff;\n --copy-button-tooltip-text-color: #fff;\n --copy-button-tooltip-background-color: var(--tooltip-background-color);\n --tooltip-text-color: #fff;\n --md-table-head-background-color: var(--color-secondary-300);\n --wide-tile-background-color: #000000;\n --thin-tile-background-color: #000000;\n\n background-color: var(--background-color);\n color: var(--text-color);\n"], ["\n /**\n * @tokens Dark Colors\n * @presenter Color\n */\n --background-color: #0d1117;\n --footer-background-color: #16202e;\n --navbar-background-color: #16202e;\n --color-primary-500: #57a5fd;\n --color-primary-300: #15396e;\n --color-secondary-300: #22262e;\n --colors-translucent: rgb(50 63 75 / 40%);\n --inline-code-text-color: #f76663;\n --color-emphasis-400: #fff;\n --link-hover-text-color: #57a5fd;\n --link-text-color: #57a5fd;\n --code-block-background-color: #1e2633;\n --admonition-attention-background-color: var(--color-primary-300);\n --admonition-attention-icon-color: var(--color-emphasis-700);\n --admonition-warning-background-color: #614b17;\n --admonition-warning-icon-color: #4c3b12;\n --admonition-success-background-color: #267e74;\n --admonition-success-icon-color: #38b9a5;\n --admonition-danger-background-color: #d6524c;\n --admonition-danger-icon-color: #d13e37;\n --admonition-info-background-color: #696969;\n --admonition-info-icon-color: #505050;\n --inline-code-background-color: #1e2633;\n --toc-item-active-background-color: #1e2633;\n --sidebar-item-active-background-color: #1e2633;\n --panel-response-success-heading-background-color: #38b9a5;\n --panel-response-success-border-color: #38b9a5;\n --panel-response-error-heading-background-color: #d6524c;\n --panel-response-error-border-color: #d6524c;\n --panel-samples-heading-background-color: #1e2633;\n --panel-samples-body-background-color: #263041;\n --panel-samples-tabs-hover-background-color: #1e2633;\n --panel-samples-tabs-hover-border-color: #3f4f68;\n --panel-try-it-action-button-hover-border-color: #2b4cc4;\n --panel-try-it-action-button-hover-background-color: #2b4cc4;\n --panel-try-it-action-button-background-color: #0065fb;\n --button-background-color: #0065fb;\n --button-border-color: #0065fb;\n --button-hover-background-color: #2b4cc4;\n --button-hover-border-color: #2b4cc4;\n --search-popover-background-color: #1b2738;\n --search-highlight-text-color: #57a5fd;\n --search-item-active-background-color: #1f3559;\n --panel-try-it-nested-body-background-color: #263041;\n --panel-try-it-tabs-active-background-color: #11151d;\n --panel-try-it-tabs-hover-background-color: #141a26;\n --color-emphasis-100: #0065fb;\n --color-secondary-400: #696969;\n --color-emphasis-700: #fff;\n --color-emphasis-800: #fff;\n --copy-button-tooltip-text-color: #fff;\n --copy-button-tooltip-background-color: var(--tooltip-background-color);\n --tooltip-text-color: #fff;\n --md-table-head-background-color: var(--color-secondary-300);\n --wide-tile-background-color: #000000;\n --thin-tile-background-color: #000000;\n\n background-color: var(--background-color);\n color: var(--text-color);\n"])));
|
|
10
10
|
var templateObject_1;
|
package/ui/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { PropsWithChildren, ReactNode } from 'react';
|
|
2
2
|
export * from '../ui/Tiles';
|
|
3
3
|
export * from '../ui/Background';
|
|
4
4
|
export * from '../ui/Box';
|
|
@@ -6,5 +6,5 @@ export * from '../ui/Dropdown';
|
|
|
6
6
|
export * from '../ui/Flex';
|
|
7
7
|
export * from '../ui/Jumbotron';
|
|
8
8
|
export * from '../ui/UniversalLink';
|
|
9
|
-
export declare const LandingLayout: ({ children }:
|
|
10
|
-
export declare const EmptyLayout: ({ children }:
|
|
9
|
+
export declare const LandingLayout: ({ children }: PropsWithChildren<object>) => ReactNode;
|
|
10
|
+
export declare const EmptyLayout: ({ children }: PropsWithChildren<object>) => ReactNode;
|