@mui/docs 9.0.0-alpha.1 → 9.0.0-alpha.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 (245) hide show
  1. package/Ad/Ad.js +33 -42
  2. package/Ad/AdCarbon.js +18 -27
  3. package/Ad/AdDisplay.js +22 -29
  4. package/Ad/AdGuest.js +8 -15
  5. package/Ad/AdInHouse.js +4 -11
  6. package/Ad/AdManager.js +8 -17
  7. package/Ad/AdProvider.js +5 -13
  8. package/Ad/ad.styles.js +5 -13
  9. package/Ad/index.js +6 -62
  10. package/AnalyticsProvider/AnalyticsProvider.d.ts +17 -0
  11. package/AnalyticsProvider/AnalyticsProvider.js +225 -0
  12. package/AnalyticsProvider/index.d.ts +1 -0
  13. package/AnalyticsProvider/index.js +1 -0
  14. package/CHANGELOG.md +65 -0
  15. package/CodeCopy/CodeCopy.js +10 -19
  16. package/CodeCopy/CodeCopyButton.js +9 -16
  17. package/CodeCopy/index.js +3 -40
  18. package/CodeCopy/useClipboardCopy.js +4 -12
  19. package/ComponentLinkHeader/ComponentLinkHeader.js +46 -54
  20. package/ComponentLinkHeader/index.js +2 -24
  21. package/DemoContext/DemoContext.d.ts +86 -0
  22. package/DemoContext/DemoContext.js +13 -0
  23. package/DemoContext/index.d.ts +2 -0
  24. package/DemoContext/index.js +1 -0
  25. package/DocsProvider/DocsProvider.js +9 -17
  26. package/DocsProvider/index.js +1 -16
  27. package/Document/Document.d.ts +16 -0
  28. package/Document/Document.js +147 -0
  29. package/Document/getInitialProps.d.ts +18 -0
  30. package/Document/getInitialProps.js +62 -0
  31. package/Document/index.d.ts +2 -0
  32. package/Document/index.js +2 -0
  33. package/GoogleAnalytics/GoogleAnalytics.d.ts +9 -0
  34. package/GoogleAnalytics/GoogleAnalytics.js +129 -0
  35. package/GoogleAnalytics/index.d.ts +1 -0
  36. package/GoogleAnalytics/index.js +1 -0
  37. package/HighlightedCode/HighlightedCode.js +18 -26
  38. package/HighlightedCode/index.js +1 -16
  39. package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.js +22 -31
  40. package/HighlightedCodeWithTabs/index.js +2 -24
  41. package/IconImage/IconImage.d.ts +11 -0
  42. package/IconImage/IconImage.js +83 -0
  43. package/IconImage/index.d.ts +1 -0
  44. package/IconImage/index.js +1 -0
  45. package/InfoCard/InfoCard.js +20 -29
  46. package/InfoCard/index.js +1 -16
  47. package/Link/Link.js +17 -25
  48. package/Link/MarkdownLinks.d.ts +2 -0
  49. package/Link/MarkdownLinks.js +84 -0
  50. package/Link/SkipLink.d.ts +1 -0
  51. package/Link/SkipLink.js +66 -0
  52. package/Link/index.d.ts +3 -1
  53. package/Link/index.js +3 -16
  54. package/MarkdownElement/MarkdownElement.js +178 -186
  55. package/MarkdownElement/index.js +1 -16
  56. package/MuiPage/MuiPage.d.ts +67 -0
  57. package/MuiPage/MuiPage.js +1 -0
  58. package/MuiPage/index.d.ts +1 -0
  59. package/MuiPage/index.js +1 -0
  60. package/NextNProgressBar/NextNProgressBar.d.ts +1 -0
  61. package/NextNProgressBar/NextNProgressBar.js +44 -0
  62. package/NextNProgressBar/index.d.ts +1 -0
  63. package/NextNProgressBar/index.js +1 -0
  64. package/PageContext/PageContext.d.ts +31 -0
  65. package/PageContext/PageContext.js +6 -0
  66. package/PageContext/index.d.ts +2 -0
  67. package/PageContext/index.js +1 -0
  68. package/SectionHeadline/SectionHeadline.d.ts +13 -0
  69. package/SectionHeadline/SectionHeadline.js +81 -0
  70. package/SectionHeadline/index.d.ts +2 -0
  71. package/SectionHeadline/index.js +2 -0
  72. package/SectionTitle/SectionTitle.js +7 -13
  73. package/SectionTitle/index.js +1 -16
  74. package/StyledEngineProvider/StyledEngineProvider.d.ts +9 -0
  75. package/StyledEngineProvider/StyledEngineProvider.js +44 -0
  76. package/StyledEngineProvider/index.d.ts +1 -0
  77. package/StyledEngineProvider/index.js +1 -0
  78. package/ThemeContext/ThemeContext.d.ts +92 -0
  79. package/ThemeContext/ThemeContext.js +200 -0
  80. package/ThemeContext/index.d.ts +1 -0
  81. package/ThemeContext/index.js +1 -0
  82. package/branding/BrandingCssVarsProvider.d.ts +23 -0
  83. package/branding/BrandingCssVarsProvider.js +170 -0
  84. package/branding/BrandingProvider.js +8 -15
  85. package/branding/brandingTheme.js +115 -126
  86. package/branding/index.d.ts +2 -1
  87. package/branding/index.js +3 -27
  88. package/codeStyling/codeStyling.d.ts +10 -0
  89. package/codeStyling/codeStyling.js +84 -0
  90. package/codeStyling/index.d.ts +1 -0
  91. package/codeStyling/index.js +1 -0
  92. package/codeVariant/codeVariant.d.ts +10 -0
  93. package/codeVariant/codeVariant.js +73 -0
  94. package/codeVariant/index.d.ts +1 -0
  95. package/codeVariant/index.js +1 -0
  96. package/constants/constants.d.ts +13 -0
  97. package/constants/constants.js +15 -0
  98. package/constants/index.d.ts +1 -0
  99. package/constants/index.js +1 -0
  100. package/createEmotionCache/createEmotionCache.d.ts +1 -0
  101. package/createEmotionCache/createEmotionCache.js +12 -0
  102. package/createEmotionCache/index.d.ts +1 -0
  103. package/createEmotionCache/index.js +1 -0
  104. package/findActivePage/findActivePage.d.ts +5 -0
  105. package/findActivePage/findActivePage.js +35 -0
  106. package/findActivePage/index.d.ts +1 -0
  107. package/findActivePage/index.js +1 -0
  108. package/getProductInfoFromUrl/getProductInfoFromUrl.d.ts +8 -0
  109. package/getProductInfoFromUrl/getProductInfoFromUrl.js +50 -0
  110. package/getProductInfoFromUrl/index.d.ts +2 -0
  111. package/getProductInfoFromUrl/index.js +1 -0
  112. package/globalSelector/globalSelector.d.ts +2 -0
  113. package/globalSelector/globalSelector.js +17 -0
  114. package/globalSelector/index.d.ts +1 -0
  115. package/globalSelector/index.js +1 -0
  116. package/helpers/helpers.d.ts +31 -0
  117. package/helpers/helpers.js +87 -0
  118. package/helpers/index.d.ts +2 -0
  119. package/helpers/index.js +1 -0
  120. package/i18n/i18n.js +17 -29
  121. package/i18n/index.js +1 -16
  122. package/mapApiPageTranslations/index.d.ts +1 -0
  123. package/mapApiPageTranslations/index.js +1 -0
  124. package/mapApiPageTranslations/mapApiPageTranslations.d.ts +11 -0
  125. package/mapApiPageTranslations/mapApiPageTranslations.js +46 -0
  126. package/nextFonts/index.js +8 -15
  127. package/package.json +265 -102
  128. package/svgIcons/BundleSizeIcon.js +5 -11
  129. package/svgIcons/FigmaIcon.js +8 -14
  130. package/svgIcons/FileDownload.js +5 -12
  131. package/svgIcons/JavaScript.js +5 -12
  132. package/svgIcons/MarkdownIcon.js +7 -14
  133. package/svgIcons/MaterialDesignIcon.js +6 -12
  134. package/svgIcons/SketchIcon.js +10 -16
  135. package/svgIcons/TypeScript.js +5 -12
  136. package/svgIcons/W3CIcon.js +6 -12
  137. package/translations/index.js +3 -10
  138. package/translations/translations.json +0 -1
  139. package/useLazyCSS/index.d.ts +1 -0
  140. package/useLazyCSS/index.js +1 -0
  141. package/useLazyCSS/useLazyCSS.d.ts +11 -0
  142. package/useLazyCSS/useLazyCSS.js +70 -0
  143. package/utils/index.d.ts +1 -0
  144. package/utils/index.js +2 -0
  145. package/utils/loadScript.js +1 -7
  146. package/Ad/Ad.d.mts +0 -5
  147. package/Ad/Ad.mjs +0 -226
  148. package/Ad/AdCarbon.d.mts +0 -2
  149. package/Ad/AdCarbon.mjs +0 -125
  150. package/Ad/AdDisplay.d.mts +0 -16
  151. package/Ad/AdDisplay.mjs +0 -86
  152. package/Ad/AdGuest.d.mts +0 -10
  153. package/Ad/AdGuest.mjs +0 -29
  154. package/Ad/AdInHouse.d.mts +0 -4
  155. package/Ad/AdInHouse.mjs +0 -14
  156. package/Ad/AdManager.d.mts +0 -19
  157. package/Ad/AdManager.mjs +0 -36
  158. package/Ad/AdProvider.d.mts +0 -15
  159. package/Ad/AdProvider.mjs +0 -24
  160. package/Ad/ad.styles.d.mts +0 -4512
  161. package/Ad/ad.styles.mjs +0 -91
  162. package/Ad/index.d.mts +0 -5
  163. package/Ad/index.mjs +0 -7
  164. package/CodeCopy/CodeCopy.d.mts +0 -22
  165. package/CodeCopy/CodeCopy.mjs +0 -172
  166. package/CodeCopy/CodeCopyButton.d.mts +0 -4
  167. package/CodeCopy/CodeCopyButton.mjs +0 -40
  168. package/CodeCopy/index.d.mts +0 -3
  169. package/CodeCopy/index.mjs +0 -3
  170. package/CodeCopy/useClipboardCopy.d.mts +0 -4
  171. package/CodeCopy/useClipboardCopy.mjs +0 -21
  172. package/ComponentLinkHeader/ComponentLinkHeader.d.mts +0 -8
  173. package/ComponentLinkHeader/ComponentLinkHeader.mjs +0 -197
  174. package/ComponentLinkHeader/index.d.mts +0 -2
  175. package/ComponentLinkHeader/index.mjs +0 -2
  176. package/DocsProvider/DocsProvider.d.mts +0 -24
  177. package/DocsProvider/DocsProvider.mjs +0 -31
  178. package/DocsProvider/index.d.mts +0 -1
  179. package/DocsProvider/index.mjs +0 -1
  180. package/HighlightedCode/HighlightedCode.d.mts +0 -14
  181. package/HighlightedCode/HighlightedCode.mjs +0 -67
  182. package/HighlightedCode/index.d.mts +0 -1
  183. package/HighlightedCode/index.mjs +0 -1
  184. package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.mts +0 -28
  185. package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.mjs +0 -362
  186. package/HighlightedCodeWithTabs/index.d.mts +0 -2
  187. package/HighlightedCodeWithTabs/index.mjs +0 -2
  188. package/InfoCard/InfoCard.d.mts +0 -22
  189. package/InfoCard/InfoCard.mjs +0 -87
  190. package/InfoCard/index.d.mts +0 -1
  191. package/InfoCard/index.mjs +0 -1
  192. package/Link/Link.d.mts +0 -25
  193. package/Link/Link.mjs +0 -75
  194. package/Link/index.d.mts +0 -1
  195. package/Link/index.mjs +0 -1
  196. package/MarkdownElement/MarkdownElement.d.mts +0 -7
  197. package/MarkdownElement/MarkdownElement.mjs +0 -847
  198. package/MarkdownElement/index.d.mts +0 -1
  199. package/MarkdownElement/index.mjs +0 -1
  200. package/NProgressBar/NProgressBar.d.mts +0 -6
  201. package/NProgressBar/NProgressBar.js +0 -98
  202. package/NProgressBar/index.d.mts +0 -2
  203. package/NProgressBar/index.d.ts +0 -2
  204. package/NProgressBar/index.js +0 -13
  205. package/NProgressBar/index.mjs +0 -1
  206. package/SectionTitle/SectionTitle.d.mts +0 -6
  207. package/SectionTitle/SectionTitle.mjs +0 -29
  208. package/SectionTitle/index.d.mts +0 -1
  209. package/SectionTitle/index.mjs +0 -1
  210. package/branding/BrandingProvider.d.mts +0 -9
  211. package/branding/BrandingProvider.mjs +0 -17
  212. package/branding/brandingTheme.d.mts +0 -147
  213. package/branding/brandingTheme.mjs +0 -1527
  214. package/branding/index.d.mts +0 -2
  215. package/branding/index.mjs +0 -2
  216. package/i18n/i18n.d.mts +0 -27
  217. package/i18n/i18n.mjs +0 -111
  218. package/i18n/index.d.mts +0 -1
  219. package/i18n/index.mjs +0 -1
  220. package/nextFonts/index.d.mts +0 -6
  221. package/nextFonts/index.mjs +0 -59
  222. package/svgIcons/BundleSizeIcon.d.mts +0 -4
  223. package/svgIcons/BundleSizeIcon.mjs +0 -13
  224. package/svgIcons/FigmaIcon.d.mts +0 -4
  225. package/svgIcons/FigmaIcon.mjs +0 -22
  226. package/svgIcons/FileDownload.d.mts +0 -6
  227. package/svgIcons/FileDownload.mjs +0 -13
  228. package/svgIcons/JavaScript.d.mts +0 -6
  229. package/svgIcons/JavaScript.mjs +0 -13
  230. package/svgIcons/MarkdownIcon.d.mts +0 -2
  231. package/svgIcons/MarkdownIcon.mjs +0 -22
  232. package/svgIcons/MaterialDesignIcon.d.mts +0 -4
  233. package/svgIcons/MaterialDesignIcon.mjs +0 -18
  234. package/svgIcons/SketchIcon.d.mts +0 -4
  235. package/svgIcons/SketchIcon.mjs +0 -27
  236. package/svgIcons/TypeScript.d.mts +0 -6
  237. package/svgIcons/TypeScript.mjs +0 -13
  238. package/svgIcons/W3CIcon.d.mts +0 -4
  239. package/svgIcons/W3CIcon.mjs +0 -15
  240. package/translations/index.d.mts +0 -3
  241. package/translations/index.mjs +0 -4
  242. package/utils/loadScript.d.mts +0 -1
  243. package/utils/loadScript.mjs +0 -7
  244. /package/{NProgressBar → NextNProgressBar}/NProgressBar.d.ts +0 -0
  245. /package/{NProgressBar/NProgressBar.mjs → NextNProgressBar/NProgressBar.js} +0 -0
@@ -1 +0,0 @@
1
- export * from "./MarkdownElement.mjs";
@@ -1 +0,0 @@
1
- export * from "./MarkdownElement.mjs";
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- export interface NProgressBarProps {
3
- children?: React.ReactNode;
4
- }
5
- declare const NProgressBar: React.FunctionComponent<NProgressBarProps>;
6
- export default NProgressBar;
@@ -1,98 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var _propTypes = _interopRequireDefault(require("prop-types"));
9
- var _nprogress = _interopRequireDefault(require("nprogress"));
10
- var _NoSsr = require("@mui/base/NoSsr");
11
- var _exactProp = _interopRequireDefault(require("@mui/utils/exactProp"));
12
- var _GlobalStyles = _interopRequireDefault(require("@mui/material/GlobalStyles"));
13
- var _styles = require("@mui/material/styles");
14
- var _jsxRuntime = require("react/jsx-runtime");
15
- _nprogress.default.configure({
16
- barSelector: '.nprogress-bar',
17
- template: `
18
- <div class="nprogress-bar">
19
- <div></div>
20
- <div></div>
21
- </div>
22
- `
23
- });
24
- const muiNProgressPulse = (0, _styles.keyframes)`
25
- 30% {
26
- opacity: 0.6;
27
- }
28
-
29
- 60% {
30
- opacity: 0;
31
- }
32
-
33
- to {
34
- opacity: 0.6;
35
- }
36
- `;
37
-
38
- /**
39
- * Elegant and ready-to-use wrapper on top of https://github.com/rstacruz/nprogress/.
40
- * The implementation is highly inspired by the YouTube one.
41
- */
42
- function NProgressBar(props) {
43
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_NoSsr.NoSsr, {
44
- children: [props.children, /*#__PURE__*/(0, _jsxRuntime.jsx)(_GlobalStyles.default, {
45
- styles: theme => ({
46
- '#nprogress': {
47
- direction: 'ltr',
48
- pointerEvents: 'none',
49
- position: 'fixed',
50
- top: 0,
51
- left: 0,
52
- right: 0,
53
- height: 2,
54
- zIndex: (theme.vars || theme).zIndex.tooltip,
55
- backgroundColor: (theme.vars || theme).palette.primary[200],
56
- ...theme.applyStyles('dark', {
57
- backgroundColor: (theme.vars || theme).palette.primary[700]
58
- }),
59
- '& .nprogress-bar': {
60
- position: 'fixed',
61
- backgroundColor: (theme.vars || theme).palette.primary.main,
62
- top: 0,
63
- left: 0,
64
- right: 0,
65
- height: 2
66
- },
67
- '& .nprogress-bar > div': {
68
- position: 'absolute',
69
- top: 0,
70
- height: 2,
71
- boxShadow: `${(theme.vars || theme).palette.primary.main} 1px 0 6px 1px`,
72
- borderRadius: '100%',
73
- animation: `${muiNProgressPulse} 2s ease-out 0s infinite`
74
- },
75
- '& .nprogress-bar > div:first-of-type': {
76
- opacity: 0.6,
77
- width: 20,
78
- right: 0,
79
- clip: 'rect(-6px,22px,14px,10px)'
80
- },
81
- '& .nprogress-bar > div:last-of-type': {
82
- opacity: 0.6,
83
- width: 180,
84
- right: -80,
85
- clip: 'rect(-6px,90px,14px,-6px)'
86
- }
87
- }
88
- })
89
- })]
90
- });
91
- }
92
- process.env.NODE_ENV !== "production" ? NProgressBar.propTypes = {
93
- children: _propTypes.default.node
94
- } : void 0;
95
- if (process.env.NODE_ENV !== 'production') {
96
- process.env.NODE_ENV !== "production" ? NProgressBar.propTypes = (0, _exactProp.default)(NProgressBar.propTypes) : void 0;
97
- }
98
- var _default = exports.default = NProgressBar;
@@ -1,2 +0,0 @@
1
- export { default } from "./NProgressBar.mjs";
2
- export * from "./NProgressBar.mjs";
@@ -1,2 +0,0 @@
1
- export { default } from "./NProgressBar.js";
2
- export * from "./NProgressBar.js";
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "default", {
8
- enumerable: true,
9
- get: function () {
10
- return _NProgressBar.default;
11
- }
12
- });
13
- var _NProgressBar = _interopRequireDefault(require("./NProgressBar"));
@@ -1 +0,0 @@
1
- export { default } from "./NProgressBar.mjs";
@@ -1,6 +0,0 @@
1
- export interface SectionTitleProps<Hash extends string = string> {
2
- title: string;
3
- hash: Hash;
4
- level?: 'h2' | 'h3' | 'h4';
5
- }
6
- export declare function SectionTitle(props: SectionTitleProps): import("react/jsx-runtime").JSX.Element;
@@ -1,29 +0,0 @@
1
- var _span;
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export function SectionTitle(props) {
4
- const {
5
- title,
6
- hash,
7
- level: Level = 'h2'
8
- } = props;
9
- return /*#__PURE__*/_jsx(Level, {
10
- id: hash,
11
- style: {
12
- flexGrow: 1
13
- },
14
- children: /*#__PURE__*/_jsxs("a", {
15
- "aria-labelledby": hash,
16
- className: "title-link-to-anchor",
17
- href: `#${hash}`,
18
- tabIndex: -1,
19
- children: [title, _span || (_span = /*#__PURE__*/_jsx("span", {
20
- className: "anchor-icon",
21
- children: /*#__PURE__*/_jsx("svg", {
22
- children: /*#__PURE__*/_jsx("use", {
23
- xlinkHref: "#anchor-link-icon"
24
- })
25
- })
26
- }))]
27
- })
28
- });
29
- }
@@ -1 +0,0 @@
1
- export * from "./SectionTitle.mjs";
@@ -1 +0,0 @@
1
- export * from "./SectionTitle.mjs";
@@ -1,9 +0,0 @@
1
- import * as React from 'react';
2
- export interface BrandingProviderProps {
3
- children: React.ReactNode;
4
- /**
5
- * If not `undefined`, the provider is considered nesting and does not render NextNProgressBar & CssBaseline
6
- */
7
- mode?: 'light' | 'dark';
8
- }
9
- export declare function BrandingProvider(props: BrandingProviderProps): import("react/jsx-runtime").JSX.Element;
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- import { ThemeProvider, useTheme } from '@mui/material/styles';
3
- import { brandingDarkTheme, brandingLightTheme } from "./brandingTheme.mjs";
4
- import { jsx as _jsx } from "react/jsx-runtime";
5
- export function BrandingProvider(props) {
6
- const {
7
- children,
8
- mode: modeProp
9
- } = props;
10
- const upperTheme = useTheme();
11
- const mode = modeProp || upperTheme.palette.mode;
12
- const theme = mode === 'dark' ? brandingDarkTheme : brandingLightTheme;
13
- return /*#__PURE__*/_jsx(ThemeProvider, {
14
- theme: modeProp ? () => theme : theme,
15
- children: children
16
- });
17
- }
@@ -1,147 +0,0 @@
1
- import type { CSSObject } from '@mui/system';
2
- import { ThemeOptions, Theme } from '@mui/material/styles';
3
- interface ApplyDarkStyles {
4
- (scheme: CSSObject): CSSObject;
5
- }
6
- declare module '@mui/material/styles' {
7
- interface Theme {
8
- applyDarkStyles: ApplyDarkStyles;
9
- }
10
- interface ColorRange {
11
- 50: string;
12
- 100: string;
13
- 200: string;
14
- 300: string;
15
- 400: string;
16
- 500: string;
17
- 600: string;
18
- 700: string;
19
- 800: string;
20
- 900: string;
21
- }
22
- interface PaletteColor extends ColorRange {}
23
- interface Palette {
24
- primaryDark: PaletteColor;
25
- gradients: {
26
- radioSubtle: string;
27
- linearSubtle: string;
28
- };
29
- }
30
- interface TypeText {
31
- tertiary: string;
32
- }
33
- interface TypographyVariantsOptions {
34
- fontWeightSemiBold?: number;
35
- fontWeightExtraBold?: number;
36
- fontFamilyCode?: string;
37
- fontFamilySystem?: string;
38
- }
39
- interface TypographyVariants {
40
- fontWeightSemiBold: number;
41
- fontWeightExtraBold: number;
42
- fontFamilyCode: string;
43
- fontFamilySystem: string;
44
- }
45
- }
46
- declare module '@mui/material/Chip' {
47
- interface ChipPropsColorOverrides {
48
- grey: true;
49
- }
50
- }
51
- declare module '@mui/material/SvgIcon' {
52
- interface SvgIconPropsColorOverrides {
53
- danger: true;
54
- }
55
- interface SvgIconPropsSizeOverrides {
56
- xs: true;
57
- sm: true;
58
- md: true;
59
- lg: true;
60
- xl: true;
61
- xl2: true;
62
- xl3: true;
63
- xl4: true;
64
- }
65
- }
66
- export declare const blue: {
67
- 50: string;
68
- 100: string;
69
- 200: string;
70
- 300: string;
71
- 400: string;
72
- main: string;
73
- 500: string;
74
- 600: string;
75
- 700: string;
76
- 800: string;
77
- 900: string;
78
- };
79
- export declare const blueDark: {
80
- 50: string;
81
- 100: string;
82
- 200: string;
83
- 300: string;
84
- main: string;
85
- 400: string;
86
- 500: string;
87
- 600: string;
88
- 700: string;
89
- 800: string;
90
- 900: string;
91
- };
92
- export declare const grey: {
93
- 50: string;
94
- 100: string;
95
- 200: string;
96
- 300: string;
97
- 400: string;
98
- 500: string;
99
- 600: string;
100
- 700: string;
101
- 800: string;
102
- 900: string;
103
- };
104
- export declare const error: {
105
- 50: string;
106
- 100: string;
107
- 200: string;
108
- 300: string;
109
- 400: string;
110
- 500: string;
111
- main: string;
112
- 600: string;
113
- 700: string;
114
- 800: string;
115
- 900: string;
116
- };
117
- export declare const success: {
118
- 50: string;
119
- 100: string;
120
- 200: string;
121
- 300: string;
122
- 400: string;
123
- 500: string;
124
- 600: string;
125
- 700: string;
126
- 800: string;
127
- 900: string;
128
- };
129
- export declare const warning: {
130
- 50: string;
131
- 100: string;
132
- 200: string;
133
- 300: string;
134
- 400: string;
135
- 500: string;
136
- main: string;
137
- 600: string;
138
- 700: string;
139
- 800: string;
140
- 900: string;
141
- };
142
- export declare const getMetaThemeColor: (mode: "light" | "dark") => string;
143
- export declare const getDesignTokens: (mode: "light" | "dark") => ThemeOptions;
144
- export declare function getThemedComponents(): ThemeOptions;
145
- export declare const brandingDarkTheme: Theme;
146
- export declare const brandingLightTheme: Theme;
147
- export {};