@mui/system 6.4.3 → 7.0.0-alpha.1
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/Box/Box.d.ts +22 -173
- package/Box/boxClasses.d.ts +3 -3
- package/Box/index.d.ts +4 -5
- package/CHANGELOG.md +70 -2227
- package/CSSProperties.d.ts +1 -3
- package/Container/Container.d.ts +2 -2
- package/Container/ContainerProps.d.ts +36 -36
- package/Container/containerClasses.d.ts +17 -17
- package/Container/createContainer.d.ts +10 -10
- package/Container/createContainer.js +1 -0
- package/Container/index.d.ts +4 -5
- package/DefaultPropsProvider/DefaultPropsProvider.d.ts +13 -7
- package/DefaultPropsProvider/index.d.ts +1 -1
- package/GlobalStyles/GlobalStyles.d.ts +11 -7
- package/GlobalStyles/index.d.ts +2 -2
- package/Grid/Grid.d.ts +2 -2
- package/Grid/GridProps.d.ts +89 -91
- package/Grid/createGrid.d.ts +8 -8
- package/Grid/createGrid.js +1 -0
- package/Grid/gridClasses.d.ts +15 -15
- package/Grid/gridGenerator.d.ts +37 -17
- package/Grid/index.d.ts +7 -7
- package/Grid/traverseBreakpoints.d.ts +3 -3
- package/InitColorSchemeScript/InitColorSchemeScript.d.ts +42 -42
- package/InitColorSchemeScript/index.d.ts +2 -2
- package/README.md +4 -4
- package/RtlProvider/index.d.ts +1 -4
- package/Stack/Stack.d.ts +2 -2
- package/Stack/StackProps.d.ts +44 -44
- package/Stack/createStack.d.ts +17 -14
- package/Stack/createStack.js +1 -0
- package/Stack/index.d.ts +5 -5
- package/Stack/stackClasses.d.ts +3 -3
- package/ThemeProvider/ThemeProvider.d.ts +1 -4
- package/ThemeProvider/index.d.ts +2 -2
- package/borders/borders.d.ts +2 -3
- package/borders/index.d.ts +2 -2
- package/breakpoints/breakpoints.d.ts +7 -19
- package/breakpoints/index.d.ts +2 -2
- package/colorManipulator/colorManipulator.d.ts +2 -7
- package/colorManipulator/index.d.ts +1 -1
- package/compose/compose.d.ts +2 -5
- package/compose/index.d.ts +1 -1
- package/createBox/createBox.d.ts +4 -8
- package/createBox/index.d.ts +1 -1
- package/createBreakpoints/createBreakpoints.d.ts +7 -14
- package/createBreakpoints/index.d.ts +1 -1
- package/createStyled/createStyled.d.ts +5 -17
- package/createStyled/index.d.ts +2 -2
- package/createTheme/applyStyles.d.ts +2 -2
- package/createTheme/createSpacing.d.ts +6 -6
- package/createTheme/createTheme.d.ts +11 -18
- package/createTheme/index.d.ts +4 -4
- package/createTheme/shape.d.ts +1 -4
- package/cssContainerQueries/cssContainerQueries.d.ts +9 -9
- package/cssContainerQueries/index.d.ts +3 -3
- package/cssGrid/cssGrid.d.ts +2 -3
- package/cssGrid/index.d.ts +2 -2
- package/cssVars/createCssVarsProvider.d.ts +89 -107
- package/cssVars/createCssVarsTheme.d.ts +12 -9
- package/cssVars/createGetCssVar.d.ts +1 -1
- package/cssVars/cssVarsParser.d.ts +7 -7
- package/cssVars/getColorSchemeSelector.d.ts +1 -1
- package/cssVars/index.d.ts +7 -7
- package/cssVars/prepareCssVars.d.ts +11 -11
- package/cssVars/prepareTypographyVars.d.ts +3 -7
- package/cssVars/useCurrentColorScheme.d.ts +43 -43
- package/display/display.d.ts +2 -3
- package/display/index.d.ts +2 -2
- package/esm/Box/Box.d.ts +72 -0
- package/esm/Box/boxClasses.d.ts +7 -0
- package/esm/Box/index.d.ts +4 -0
- package/esm/CSSProperties.d.ts +7 -0
- package/esm/Container/Container.d.ts +13 -0
- package/esm/Container/ContainerProps.d.ts +40 -0
- package/esm/Container/containerClasses.d.ts +22 -0
- package/esm/Container/createContainer.d.ts +18 -0
- package/esm/Container/createContainer.js +2 -0
- package/esm/Container/index.d.ts +4 -0
- package/esm/DefaultPropsProvider/DefaultPropsProvider.d.ts +18 -0
- package/esm/DefaultPropsProvider/index.d.ts +1 -0
- package/esm/GlobalStyles/GlobalStyles.d.ts +17 -0
- package/esm/GlobalStyles/index.d.ts +2 -0
- package/esm/Grid/Grid.d.ts +13 -0
- package/esm/Grid/GridProps.d.ts +103 -0
- package/esm/Grid/createGrid.d.ts +13 -0
- package/esm/Grid/createGrid.js +2 -0
- package/esm/Grid/gridClasses.d.ts +20 -0
- package/esm/Grid/gridGenerator.d.ts +42 -0
- package/esm/Grid/index.d.ts +7 -0
- package/esm/Grid/traverseBreakpoints.d.ts +7 -0
- package/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +51 -0
- package/esm/InitColorSchemeScript/index.d.ts +2 -0
- package/esm/RtlProvider/index.d.ts +8 -0
- package/esm/Stack/Stack.d.ts +14 -0
- package/esm/Stack/StackProps.d.ts +53 -0
- package/esm/Stack/createStack.d.ts +24 -0
- package/esm/Stack/createStack.js +2 -0
- package/esm/Stack/index.d.ts +5 -0
- package/esm/Stack/stackClasses.d.ts +8 -0
- package/esm/ThemeProvider/ThemeProvider.d.ts +24 -0
- package/esm/ThemeProvider/index.d.ts +2 -0
- package/esm/borders/borders.d.ts +13 -0
- package/esm/borders/index.d.ts +2 -0
- package/esm/breakpoints/breakpoints.d.ts +19 -0
- package/esm/breakpoints/index.d.ts +2 -0
- package/esm/colorManipulator/colorManipulator.d.ts +25 -0
- package/esm/colorManipulator/index.d.ts +1 -0
- package/esm/compose/compose.d.ts +2 -0
- package/esm/compose/index.d.ts +1 -0
- package/esm/createBox/createBox.d.ts +9 -0
- package/esm/createBox/index.d.ts +1 -0
- package/esm/createBreakpoints/createBreakpoints.d.ts +78 -0
- package/esm/createBreakpoints/index.d.ts +3 -0
- package/esm/createStyled/createStyled.d.ts +27 -0
- package/esm/createStyled/index.d.ts +2 -0
- package/esm/createTheme/applyStyles.d.ts +67 -0
- package/esm/createTheme/createSpacing.d.ts +10 -0
- package/esm/createTheme/createTheme.d.ts +54 -0
- package/esm/createTheme/index.d.ts +4 -0
- package/esm/createTheme/shape.d.ts +6 -0
- package/esm/cssContainerQueries/cssContainerQueries.d.ts +23 -0
- package/esm/cssContainerQueries/index.d.ts +3 -0
- package/esm/cssGrid/cssGrid.d.ts +2 -0
- package/esm/cssGrid/index.d.ts +2 -0
- package/esm/cssVars/createCssVarsProvider.d.ts +129 -0
- package/esm/cssVars/createCssVarsTheme.d.ts +15 -0
- package/esm/cssVars/createGetCssVar.d.ts +5 -0
- package/esm/cssVars/cssVarsParser.d.ts +64 -0
- package/esm/cssVars/getColorSchemeSelector.d.ts +1 -0
- package/esm/cssVars/index.d.ts +7 -0
- package/esm/cssVars/prepareCssVars.d.ts +16 -0
- package/esm/cssVars/prepareTypographyVars.d.ts +4 -0
- package/esm/cssVars/useCurrentColorScheme.d.ts +54 -0
- package/esm/display/display.d.ts +2 -0
- package/esm/display/index.d.ts +2 -0
- package/esm/flexbox/flexbox.d.ts +2 -0
- package/esm/flexbox/index.d.ts +2 -0
- package/esm/getThemeValue/getThemeValue.d.ts +1 -0
- package/esm/getThemeValue/index.d.ts +2 -0
- package/esm/index.d.ts +79 -0
- package/esm/index.js +7 -0
- package/esm/memoTheme.d.ts +12 -0
- package/esm/memoize/index.d.ts +1 -0
- package/esm/memoize/memoize.d.ts +1 -0
- package/esm/merge/index.d.ts +1 -0
- package/esm/merge/merge.d.ts +1 -0
- package/esm/package.json +1 -0
- package/esm/palette/index.d.ts +2 -0
- package/esm/palette/palette.d.ts +4 -0
- package/esm/positions/index.d.ts +2 -0
- package/esm/positions/positions.d.ts +2 -0
- package/esm/preprocessStyles.d.ts +5 -0
- package/esm/propsToClassKey/index.d.ts +1 -0
- package/esm/propsToClassKey/propsToClassKey.d.ts +1 -0
- package/esm/responsivePropType/index.d.ts +1 -0
- package/esm/responsivePropType/responsivePropType.d.ts +2 -0
- package/esm/shadows/index.d.ts +1 -0
- package/esm/shadows/shadows.d.ts +2 -0
- package/esm/sizing/index.d.ts +2 -0
- package/esm/sizing/sizing.d.ts +11 -0
- package/esm/spacing/index.d.ts +2 -0
- package/esm/spacing/spacing.d.ts +18 -0
- package/esm/style/index.d.ts +2 -0
- package/esm/style/style.d.ts +19 -0
- package/esm/styleFunctionSx/AliasesCSSProperties.d.ts +269 -0
- package/esm/styleFunctionSx/OverwriteCSSProperties.d.ts +54 -0
- package/esm/styleFunctionSx/StandardCssProperties.d.ts +2 -0
- package/esm/styleFunctionSx/defaultSxConfig.d.ts +15 -0
- package/esm/styleFunctionSx/extendSxProp.d.ts +4 -0
- package/esm/styleFunctionSx/index.d.ts +9 -0
- package/esm/styleFunctionSx/styleFunctionSx.d.ts +62 -0
- package/esm/styled/index.d.ts +1 -0
- package/esm/styled/styled.d.ts +3 -0
- package/esm/typography/index.d.ts +2 -0
- package/esm/typography/typography.d.ts +11 -0
- package/esm/useMediaQuery/index.d.ts +2 -0
- package/esm/useMediaQuery/useMediaQuery.d.ts +32 -0
- package/esm/useTheme/index.d.ts +2 -0
- package/esm/useTheme/useTheme.d.ts +2 -0
- package/esm/useThemeProps/getThemeProps.d.ts +16 -0
- package/esm/useThemeProps/index.d.ts +3 -0
- package/esm/useThemeProps/useThemeProps.d.ts +14 -0
- package/esm/useThemeWithoutDefault/index.d.ts +1 -0
- package/esm/useThemeWithoutDefault/useThemeWithoutDefault.d.ts +1 -0
- package/esm/version/index.d.ts +6 -0
- package/esm/version/index.js +5 -5
- package/flexbox/flexbox.d.ts +2 -3
- package/flexbox/index.d.ts +2 -2
- package/getThemeValue/getThemeValue.d.ts +1 -1
- package/getThemeValue/index.d.ts +2 -2
- package/index.d.ts +66 -115
- package/index.js +1 -1
- package/memoTheme.d.ts +3 -3
- package/memoize/index.d.ts +1 -1
- package/memoize/memoize.d.ts +1 -3
- package/merge/index.d.ts +1 -1
- package/merge/merge.d.ts +1 -1
- package/modern/Box/Box.d.ts +72 -0
- package/modern/Box/boxClasses.d.ts +7 -0
- package/modern/Box/index.d.ts +4 -0
- package/modern/CSSProperties.d.ts +7 -0
- package/modern/Container/Container.d.ts +13 -0
- package/modern/Container/ContainerProps.d.ts +40 -0
- package/modern/Container/containerClasses.d.ts +22 -0
- package/modern/Container/createContainer.d.ts +18 -0
- package/modern/Container/createContainer.js +2 -0
- package/modern/Container/index.d.ts +4 -0
- package/modern/DefaultPropsProvider/DefaultPropsProvider.d.ts +18 -0
- package/modern/DefaultPropsProvider/index.d.ts +1 -0
- package/modern/GlobalStyles/GlobalStyles.d.ts +17 -0
- package/modern/GlobalStyles/index.d.ts +2 -0
- package/modern/Grid/Grid.d.ts +13 -0
- package/modern/Grid/GridProps.d.ts +103 -0
- package/modern/Grid/createGrid.d.ts +13 -0
- package/modern/Grid/createGrid.js +2 -0
- package/modern/Grid/gridClasses.d.ts +20 -0
- package/modern/Grid/gridGenerator.d.ts +42 -0
- package/modern/Grid/index.d.ts +7 -0
- package/modern/Grid/traverseBreakpoints.d.ts +7 -0
- package/modern/InitColorSchemeScript/InitColorSchemeScript.d.ts +51 -0
- package/modern/InitColorSchemeScript/index.d.ts +2 -0
- package/modern/RtlProvider/index.d.ts +8 -0
- package/modern/Stack/Stack.d.ts +14 -0
- package/modern/Stack/StackProps.d.ts +53 -0
- package/modern/Stack/createStack.d.ts +24 -0
- package/modern/Stack/createStack.js +2 -0
- package/modern/Stack/index.d.ts +5 -0
- package/modern/Stack/stackClasses.d.ts +8 -0
- package/modern/ThemeProvider/ThemeProvider.d.ts +24 -0
- package/modern/ThemeProvider/index.d.ts +2 -0
- package/modern/borders/borders.d.ts +13 -0
- package/modern/borders/index.d.ts +2 -0
- package/modern/breakpoints/breakpoints.d.ts +19 -0
- package/modern/breakpoints/index.d.ts +2 -0
- package/modern/colorManipulator/colorManipulator.d.ts +25 -0
- package/modern/colorManipulator/index.d.ts +1 -0
- package/modern/compose/compose.d.ts +2 -0
- package/modern/compose/index.d.ts +1 -0
- package/modern/createBox/createBox.d.ts +9 -0
- package/modern/createBox/index.d.ts +1 -0
- package/modern/createBreakpoints/createBreakpoints.d.ts +78 -0
- package/modern/createBreakpoints/index.d.ts +3 -0
- package/modern/createStyled/createStyled.d.ts +27 -0
- package/modern/createStyled/index.d.ts +2 -0
- package/modern/createTheme/applyStyles.d.ts +67 -0
- package/modern/createTheme/createSpacing.d.ts +10 -0
- package/modern/createTheme/createTheme.d.ts +54 -0
- package/modern/createTheme/index.d.ts +4 -0
- package/modern/createTheme/shape.d.ts +6 -0
- package/modern/cssContainerQueries/cssContainerQueries.d.ts +23 -0
- package/modern/cssContainerQueries/index.d.ts +3 -0
- package/modern/cssGrid/cssGrid.d.ts +2 -0
- package/modern/cssGrid/index.d.ts +2 -0
- package/modern/cssVars/createCssVarsProvider.d.ts +129 -0
- package/modern/cssVars/createCssVarsTheme.d.ts +15 -0
- package/modern/cssVars/createGetCssVar.d.ts +5 -0
- package/modern/cssVars/cssVarsParser.d.ts +64 -0
- package/modern/cssVars/getColorSchemeSelector.d.ts +1 -0
- package/modern/cssVars/index.d.ts +7 -0
- package/modern/cssVars/prepareCssVars.d.ts +16 -0
- package/modern/cssVars/prepareTypographyVars.d.ts +4 -0
- package/modern/cssVars/useCurrentColorScheme.d.ts +54 -0
- package/modern/display/display.d.ts +2 -0
- package/modern/display/index.d.ts +2 -0
- package/modern/flexbox/flexbox.d.ts +2 -0
- package/modern/flexbox/index.d.ts +2 -0
- package/modern/getThemeValue/getThemeValue.d.ts +1 -0
- package/modern/getThemeValue/index.d.ts +2 -0
- package/modern/index.d.ts +79 -0
- package/modern/index.js +1 -1
- package/modern/memoTheme.d.ts +12 -0
- package/modern/memoize/index.d.ts +1 -0
- package/modern/memoize/memoize.d.ts +1 -0
- package/modern/merge/index.d.ts +1 -0
- package/modern/merge/merge.d.ts +1 -0
- package/modern/package.json +1 -0
- package/modern/palette/index.d.ts +2 -0
- package/modern/palette/palette.d.ts +4 -0
- package/modern/positions/index.d.ts +2 -0
- package/modern/positions/positions.d.ts +2 -0
- package/modern/preprocessStyles.d.ts +5 -0
- package/modern/propsToClassKey/index.d.ts +1 -0
- package/modern/propsToClassKey/propsToClassKey.d.ts +1 -0
- package/modern/responsivePropType/index.d.ts +1 -0
- package/modern/responsivePropType/responsivePropType.d.ts +2 -0
- package/modern/shadows/index.d.ts +1 -0
- package/modern/shadows/shadows.d.ts +2 -0
- package/modern/sizing/index.d.ts +2 -0
- package/modern/sizing/sizing.d.ts +11 -0
- package/modern/spacing/index.d.ts +2 -0
- package/modern/spacing/spacing.d.ts +18 -0
- package/modern/style/index.d.ts +2 -0
- package/modern/style/style.d.ts +19 -0
- package/modern/styleFunctionSx/AliasesCSSProperties.d.ts +269 -0
- package/modern/styleFunctionSx/OverwriteCSSProperties.d.ts +54 -0
- package/modern/styleFunctionSx/StandardCssProperties.d.ts +2 -0
- package/modern/styleFunctionSx/defaultSxConfig.d.ts +15 -0
- package/modern/styleFunctionSx/extendSxProp.d.ts +4 -0
- package/modern/styleFunctionSx/index.d.ts +9 -0
- package/modern/styleFunctionSx/styleFunctionSx.d.ts +62 -0
- package/modern/styled/index.d.ts +1 -0
- package/modern/styled/styled.d.ts +3 -0
- package/modern/typography/index.d.ts +2 -0
- package/modern/typography/typography.d.ts +11 -0
- package/modern/useMediaQuery/index.d.ts +2 -0
- package/modern/useMediaQuery/useMediaQuery.d.ts +32 -0
- package/modern/useTheme/index.d.ts +2 -0
- package/modern/useTheme/useTheme.d.ts +2 -0
- package/modern/useThemeProps/getThemeProps.d.ts +16 -0
- package/modern/useThemeProps/index.d.ts +3 -0
- package/modern/useThemeProps/useThemeProps.d.ts +14 -0
- package/modern/useThemeWithoutDefault/index.d.ts +1 -0
- package/modern/useThemeWithoutDefault/useThemeWithoutDefault.d.ts +1 -0
- package/modern/version/index.d.ts +6 -0
- package/modern/version/index.js +5 -5
- package/package.json +36 -6
- package/palette/index.d.ts +2 -2
- package/palette/palette.d.ts +2 -3
- package/positions/index.d.ts +2 -2
- package/positions/positions.d.ts +2 -3
- package/preprocessStyles.d.ts +4 -4
- package/propsToClassKey/index.d.ts +1 -1
- package/propsToClassKey/propsToClassKey.d.ts +1 -1
- package/responsivePropType/index.d.ts +1 -1
- package/responsivePropType/responsivePropType.d.ts +1 -2
- package/shadows/index.d.ts +1 -1
- package/shadows/shadows.d.ts +2 -3
- package/sizing/index.d.ts +2 -2
- package/sizing/sizing.d.ts +2 -3
- package/spacing/index.d.ts +2 -2
- package/spacing/spacing.d.ts +15 -78
- package/style/index.d.ts +2 -2
- package/style/style.d.ts +8 -16
- package/styleFunctionSx/AliasesCSSProperties.d.ts +268 -268
- package/styleFunctionSx/OverwriteCSSProperties.d.ts +52 -52
- package/styleFunctionSx/StandardCssProperties.d.ts +1 -1
- package/styleFunctionSx/defaultSxConfig.d.ts +3 -8
- package/styleFunctionSx/extendSxProp.d.ts +4 -3
- package/styleFunctionSx/index.d.ts +9 -13
- package/styleFunctionSx/styleFunctionSx.d.ts +14 -41
- package/styled/index.d.ts +1 -1
- package/styled/styled.d.ts +2 -4
- package/tsconfig.build.tsbuildinfo +1 -0
- package/typography/index.d.ts +2 -2
- package/typography/typography.d.ts +2 -3
- package/useMediaQuery/index.d.ts +2 -2
- package/useMediaQuery/useMediaQuery.d.ts +27 -27
- package/useTheme/index.d.ts +2 -2
- package/useTheme/useTheme.d.ts +2 -3
- package/useThemeProps/getThemeProps.d.ts +8 -9
- package/useThemeProps/index.d.ts +3 -4
- package/useThemeProps/useThemeProps.d.ts +6 -12
- package/useThemeWithoutDefault/index.d.ts +1 -1
- package/useThemeWithoutDefault/useThemeWithoutDefault.d.ts +1 -1
- package/version/index.d.ts +1 -1
- package/version/index.js +5 -5
- package/Box/package.json +0 -6
- package/Container/package.json +0 -6
- package/DefaultPropsProvider/package.json +0 -6
- package/GlobalStyles/package.json +0 -6
- package/Grid/package.json +0 -6
- package/InitColorSchemeScript/package.json +0 -6
- package/RtlProvider/package.json +0 -6
- package/Stack/package.json +0 -6
- package/ThemeProvider/package.json +0 -6
- package/borders/package.json +0 -6
- package/breakpoints/package.json +0 -6
- package/colorManipulator/package.json +0 -6
- package/compose/package.json +0 -6
- package/createBox/package.json +0 -6
- package/createBreakpoints/package.json +0 -6
- package/createStyled/package.json +0 -6
- package/createTheme/package.json +0 -6
- package/cssContainerQueries/package.json +0 -6
- package/cssGrid/package.json +0 -6
- package/cssVars/package.json +0 -6
- package/display/package.json +0 -6
- package/flexbox/package.json +0 -6
- package/getThemeValue/package.json +0 -6
- package/memoize/package.json +0 -6
- package/merge/package.json +0 -6
- package/palette/package.json +0 -6
- package/positions/package.json +0 -6
- package/propsToClassKey/package.json +0 -6
- package/responsivePropType/package.json +0 -6
- package/shadows/package.json +0 -6
- package/sizing/package.json +0 -6
- package/spacing/package.json +0 -6
- package/style/package.json +0 -6
- package/styleFunctionSx/package.json +0 -6
- package/styled/package.json +0 -6
- package/typography/package.json +0 -6
- package/useMediaQuery/package.json +0 -6
- package/useTheme/package.json +0 -6
- package/useThemeProps/package.json +0 -6
- package/useThemeWithoutDefault/package.json +0 -6
- package/version/package.json +0 -6
|
@@ -1,269 +1,269 @@
|
|
|
1
|
-
import { StandardCSSProperties } from
|
|
1
|
+
import { StandardCSSProperties } from "./StandardCssProperties.js";
|
|
2
2
|
export interface AliasesCSSProperties {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
}
|
|
3
|
+
/**
|
|
4
|
+
* The **`background-color`** CSS property sets the background color of an element.
|
|
5
|
+
*
|
|
6
|
+
* **Initial value**: `transparent`
|
|
7
|
+
*
|
|
8
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
9
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
10
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
11
|
+
*
|
|
12
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/background-color
|
|
13
|
+
*/
|
|
14
|
+
bgcolor?: StandardCSSProperties['backgroundColor'];
|
|
15
|
+
/**
|
|
16
|
+
* The **`margin`** CSS property sets the margin on all four sides of an element. It is a shorthand for `margin-top`, `margin-right`, `margin-bottom`, and `margin-left`.
|
|
17
|
+
*
|
|
18
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
19
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
20
|
+
* | **1** | **1** | **1** | **12** | **3** |
|
|
21
|
+
*
|
|
22
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin
|
|
23
|
+
*/
|
|
24
|
+
m?: StandardCSSProperties['margin'];
|
|
25
|
+
/**
|
|
26
|
+
* The **`margin-top`** CSS property sets the margin on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer.
|
|
27
|
+
*
|
|
28
|
+
* **Initial value**: `0`
|
|
29
|
+
*
|
|
30
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
31
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
32
|
+
* | **1** | **1** | **1** | **12** | **3** |
|
|
33
|
+
*
|
|
34
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-top
|
|
35
|
+
*/
|
|
36
|
+
mt?: StandardCSSProperties['marginTop'];
|
|
37
|
+
/**
|
|
38
|
+
* The **`margin-right`** CSS property sets the margin on the right side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.
|
|
39
|
+
*
|
|
40
|
+
* **Initial value**: `0`
|
|
41
|
+
*
|
|
42
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
43
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
44
|
+
* | **1** | **1** | **1** | **12** | **3** |
|
|
45
|
+
*
|
|
46
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-right
|
|
47
|
+
*/
|
|
48
|
+
mr?: StandardCSSProperties['marginRight'];
|
|
49
|
+
/**
|
|
50
|
+
* The **`margin-bottom`** CSS property sets the margin on the bottom of an element. A positive value places it farther from its neighbors, while a negative value places it closer.
|
|
51
|
+
*
|
|
52
|
+
* **Initial value**: `0`
|
|
53
|
+
*
|
|
54
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
55
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
56
|
+
* | **1** | **1** | **1** | **12** | **3** |
|
|
57
|
+
*
|
|
58
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-bottom
|
|
59
|
+
*/
|
|
60
|
+
mb?: StandardCSSProperties['marginBottom'];
|
|
61
|
+
/**
|
|
62
|
+
* The **`margin-left`** CSS property sets the margin on the left side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.
|
|
63
|
+
*
|
|
64
|
+
* **Initial value**: `0`
|
|
65
|
+
*
|
|
66
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
67
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
68
|
+
* | **1** | **1** | **1** | **12** | **3** |
|
|
69
|
+
*
|
|
70
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-left
|
|
71
|
+
*/
|
|
72
|
+
ml?: StandardCSSProperties['marginLeft'];
|
|
73
|
+
/**
|
|
74
|
+
* The **`mx`** property is shorthand for using both **`margin-left`** and **`margin-right`** CSS properties. They set the margin on the left and right side of an element. A positive value places it
|
|
75
|
+
* farther from its neighbors, while a negative value places it closer.
|
|
76
|
+
*
|
|
77
|
+
* **Initial value**: `0`
|
|
78
|
+
*
|
|
79
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
80
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
81
|
+
* | **1** | **1** | **1** | **12** | **3** |
|
|
82
|
+
*
|
|
83
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-left
|
|
84
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-right
|
|
85
|
+
*/
|
|
86
|
+
mx?: StandardCSSProperties['marginLeft'];
|
|
87
|
+
/**
|
|
88
|
+
* The **`marginX`** property is shorthand for using both **`margin-left`** and **`margin-right`** CSS properties. They set the margin on the left and right side of an element. A positive value
|
|
89
|
+
* places it farther from its neighbors, while a negative value places it closer.
|
|
90
|
+
*
|
|
91
|
+
* **Initial value**: `0`
|
|
92
|
+
*
|
|
93
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
94
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
95
|
+
* | **1** | **1** | **1** | **12** | **3** |
|
|
96
|
+
*
|
|
97
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-left
|
|
98
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-right
|
|
99
|
+
*/
|
|
100
|
+
marginX?: StandardCSSProperties['marginLeft'];
|
|
101
|
+
/**
|
|
102
|
+
* The **`my`** property is shorthand for using both **`margin-top`** and **`margin-bottom`** CSS properties. They set the margin on the top and bottom of an element. A positive value places it
|
|
103
|
+
* farther from its neighbors, while a negative value places it closer.
|
|
104
|
+
*
|
|
105
|
+
* **Initial value**: `0`
|
|
106
|
+
*
|
|
107
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
108
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
109
|
+
* | **1** | **1** | **1** | **12** | **3** |
|
|
110
|
+
*
|
|
111
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-top
|
|
112
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-bottom
|
|
113
|
+
*/
|
|
114
|
+
my?: StandardCSSProperties['marginTop'];
|
|
115
|
+
/**
|
|
116
|
+
* The **`marginY`** property is shorthand for using both **`margin-top`** and **`margin-bottom`** CSS properties. They set the margin on the top and bottom of an element. A positive value places
|
|
117
|
+
* it farther from its neighbors, while a negative value places it closer.
|
|
118
|
+
*
|
|
119
|
+
* **Initial value**: `0`
|
|
120
|
+
*
|
|
121
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
122
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
123
|
+
* | **1** | **1** | **1** | **12** | **3** |
|
|
124
|
+
*
|
|
125
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-top
|
|
126
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-bottom
|
|
127
|
+
*/
|
|
128
|
+
marginY?: StandardCSSProperties['marginTop'];
|
|
129
|
+
/**
|
|
130
|
+
* The **`padding`** CSS property sets the padding on all four sides of an element. It is a shorthand for `padding-top`, `padding-right`, `padding-bottom`, and `padding-left`.
|
|
131
|
+
*
|
|
132
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
133
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
134
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
135
|
+
*
|
|
136
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding
|
|
137
|
+
*/
|
|
138
|
+
p?: StandardCSSProperties['padding'];
|
|
139
|
+
/**
|
|
140
|
+
* The **`padding-top`** CSS property sets the height of the padding at the top of an element.
|
|
141
|
+
*
|
|
142
|
+
* **Initial value**: `0`
|
|
143
|
+
*
|
|
144
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
145
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
146
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
147
|
+
*
|
|
148
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-top
|
|
149
|
+
*/
|
|
150
|
+
pt?: StandardCSSProperties['paddingTop'];
|
|
151
|
+
/**
|
|
152
|
+
* The **`padding-right`** CSS property sets the width of the padding at the right side of an element.
|
|
153
|
+
*
|
|
154
|
+
* **Initial value**: `0`
|
|
155
|
+
*
|
|
156
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
157
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
158
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
159
|
+
*
|
|
160
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-right
|
|
161
|
+
*/
|
|
162
|
+
pr?: StandardCSSProperties['paddingRight'];
|
|
163
|
+
/**
|
|
164
|
+
* The **`padding-bottom`** CSS property sets the height of the padding on the bottom of an element.
|
|
165
|
+
*
|
|
166
|
+
* **Initial value**: `0`
|
|
167
|
+
*
|
|
168
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
169
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
170
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
171
|
+
*
|
|
172
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-bottom
|
|
173
|
+
*/
|
|
174
|
+
pb?: StandardCSSProperties['paddingBottom'];
|
|
175
|
+
/**
|
|
176
|
+
* The **`padding-left`** CSS property sets the width of the padding at the left side of an element.
|
|
177
|
+
*
|
|
178
|
+
* **Initial value**: `0`
|
|
179
|
+
*
|
|
180
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
181
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
182
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
183
|
+
*
|
|
184
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-left
|
|
185
|
+
*/
|
|
186
|
+
pl?: StandardCSSProperties['paddingLeft'];
|
|
187
|
+
/**
|
|
188
|
+
* The **`px`** property is shorthand for the CSS properties **`padding-left`** and **`padding-right`**. They set the width of the padding at the left and right side of an element.
|
|
189
|
+
*
|
|
190
|
+
* **Initial value**: `0`
|
|
191
|
+
*
|
|
192
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
193
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
194
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
195
|
+
*
|
|
196
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-left
|
|
197
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-right
|
|
198
|
+
*/
|
|
199
|
+
px?: StandardCSSProperties['paddingLeft'];
|
|
200
|
+
/**
|
|
201
|
+
* The **`paddingX`** property is shorthand for the CSS properties **`padding-left`** and **`padding-right`**. They set the width of the padding at the left and right sides of an element.
|
|
202
|
+
*
|
|
203
|
+
* **Initial value**: `0`
|
|
204
|
+
*
|
|
205
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
206
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
207
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
208
|
+
*
|
|
209
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-left
|
|
210
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-right
|
|
211
|
+
*/
|
|
212
|
+
paddingX?: StandardCSSProperties['paddingLeft'];
|
|
213
|
+
/**
|
|
214
|
+
* The **`py`** property is shorthand for the CSS properties **`padding-top`** and **`padding-bottom`**. They set the width of the padding at the top and bottom of an element.
|
|
215
|
+
*
|
|
216
|
+
* **Initial value**: `0`
|
|
217
|
+
*
|
|
218
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
219
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
220
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
221
|
+
*
|
|
222
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-top
|
|
223
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-bottom
|
|
224
|
+
*/
|
|
225
|
+
py?: StandardCSSProperties['paddingTop'];
|
|
226
|
+
/**
|
|
227
|
+
* The **`paddingY`** property is shorthand for the CSS properties **`padding-top`** and **`padding-bottom`**. They set the width of the padding at the top and bottom of an element.
|
|
228
|
+
*
|
|
229
|
+
* **Initial value**: `0`
|
|
230
|
+
*
|
|
231
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
232
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
233
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
234
|
+
*
|
|
235
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-top
|
|
236
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-bottom
|
|
237
|
+
*/
|
|
238
|
+
paddingY?: StandardCSSProperties['paddingTop'];
|
|
239
|
+
/**
|
|
240
|
+
* The **`typography`** property is shorthand for the CSS properties **`font-family`**, **`font-weight`**, **`font-size`**, **`line-height`**, **`letter-spacing`** and **`text-transform``**.
|
|
241
|
+
* It takes the values defined under `theme.typography` and spreads them on the element.
|
|
242
|
+
*
|
|
243
|
+
* **Initial value**: `0`
|
|
244
|
+
*
|
|
245
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
246
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
247
|
+
* | **2** | **1** | **1** | **12** | **5.5** |
|
|
248
|
+
*
|
|
249
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/font-family
|
|
250
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/font-weight
|
|
251
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/font-size
|
|
252
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/line-height
|
|
253
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/letter-spacing
|
|
254
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/text-transform
|
|
255
|
+
*/
|
|
256
|
+
typography?: string;
|
|
257
|
+
/**
|
|
258
|
+
* The **`displayPrint`** property sets the display value for the element when the page is printed.
|
|
259
|
+
*
|
|
260
|
+
* **Initial value**: `inline`
|
|
261
|
+
*
|
|
262
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
263
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
264
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
265
|
+
*
|
|
266
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/display
|
|
267
|
+
*/
|
|
268
|
+
displayPrint?: StandardCSSProperties['display'];
|
|
269
|
+
}
|