@lunit/design-system 2.1.0 → 2.2.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.
- package/.babelrc.json +1 -1
- package/README.md +22 -21
- package/dist/cjs/components/Alert/index.js +1 -1
- package/dist/cjs/components/Alert/index.js.map +1 -1
- package/dist/cjs/components/Button/index.js +1 -1
- package/dist/cjs/components/Button/index.js.map +1 -1
- package/dist/cjs/components/Checkbox/index.js +1 -1
- package/dist/cjs/components/Checkbox/index.js.map +1 -1
- package/dist/cjs/components/Chip/index.js +1 -1
- package/dist/cjs/components/Chip/index.js.map +1 -1
- package/dist/cjs/components/DataTable/index.js.map +1 -1
- package/dist/cjs/components/DatePicker/index.js.map +1 -1
- package/dist/cjs/components/Dialog/index.js +1 -1
- package/dist/cjs/components/Dialog/index.js.map +1 -1
- package/dist/cjs/components/Dropdown/index.js +1 -1
- package/dist/cjs/components/Dropdown/index.js.map +1 -1
- package/dist/cjs/components/FormLabel/index.js +1 -1
- package/dist/cjs/components/FormLabel/index.js.map +1 -1
- package/dist/cjs/components/Radio/index.js +1 -1
- package/dist/cjs/components/Radio/index.js.map +1 -1
- package/dist/cjs/components/RadioGroup/index.js.map +1 -1
- package/dist/cjs/components/TextField/index.js +1 -1
- package/dist/cjs/components/TextField/index.js.map +1 -1
- package/dist/cjs/components/Toggle/index.js +1 -1
- package/dist/cjs/components/Toggle/index.js.map +1 -1
- package/dist/cjs/components/ToggleButton/index.js +1 -1
- package/dist/cjs/components/ToggleButton/index.js.map +1 -1
- package/dist/cjs/components/Tooltip/index.js.map +1 -1
- package/dist/cjs/components/Typography/index.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/components/Alert/Alert.js +8 -8
- package/dist/components/Alert/Alert.js.map +1 -1
- package/dist/components/Alert/Alert.styled.js +26 -26
- package/dist/components/Alert/Alert.styled.js.map +1 -1
- package/dist/components/Alert/Alert.utils.js +9 -9
- package/dist/components/Alert/Alert.utils.js.map +1 -1
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Button/Button.js +23 -17
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/Button/Button.styled.js +88 -88
- package/dist/components/Button/Button.styled.js.map +1 -1
- package/dist/components/Button/index.js +1 -1
- package/dist/components/Button/utils/getButtonPaddingBySizeAndKind.js +9 -9
- package/dist/components/Button/utils/getButtonPaddingBySizeAndKind.js.map +1 -1
- package/dist/components/Button/utils/getHoverStyle.js +1 -1
- package/dist/components/Button/utils/getHoverStyle.js.map +1 -1
- package/dist/components/Button/utils/getIconButtonPaddingBySizeAndKind.js +6 -12
- package/dist/components/Button/utils/getIconButtonPaddingBySizeAndKind.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +9 -9
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/Chip/Chip.js +29 -26
- package/dist/components/Chip/Chip.js.map +1 -1
- package/dist/components/Chip/Chip.styled.js +52 -52
- package/dist/components/Chip/Chip.styled.js.map +1 -1
- package/dist/components/Chip/consts.js +5 -5
- package/dist/components/Chip/index.js +1 -1
- package/dist/components/DataTable/DataTable.js +1 -1
- package/dist/components/DataTable/index.js +1 -1
- package/dist/components/DatePicker/DatePicker.js +1 -1
- package/dist/components/DatePicker/index.js +1 -1
- package/dist/components/Dialog/Dialog.js +18 -18
- package/dist/components/Dialog/Dialog.js.map +1 -1
- package/dist/components/Dialog/Dialog.styled.js +90 -90
- package/dist/components/Dialog/Dialog.styled.js.map +1 -1
- package/dist/components/Dialog/components/DialogAction.js +6 -6
- package/dist/components/Dialog/index.js +1 -1
- package/dist/components/Dropdown/Dropdown.js +23 -21
- package/dist/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/components/Dropdown/Dropdown.styled.js +85 -86
- package/dist/components/Dropdown/Dropdown.styled.js.map +1 -1
- package/dist/components/Dropdown/DropdownItem.js +14 -14
- package/dist/components/Dropdown/DropdownItem.js.map +1 -1
- package/dist/components/Dropdown/index.js +2 -2
- package/dist/components/Dropdown/index.js.map +1 -1
- package/dist/components/FormLabel/FormLabel.js +1 -1
- package/dist/components/FormLabel/FormLabel.styled.js +2 -2
- package/dist/components/FormLabel/FormLabel.styled.js.map +1 -1
- package/dist/components/FormLabel/index.js +1 -1
- package/dist/components/Radio/Radio.js +8 -8
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/RadioGroup/index.js +1 -1
- package/dist/components/TextField/TextField.js +8 -8
- package/dist/components/TextField/TextField.js.map +1 -1
- package/dist/components/TextField/TextField.style.js +112 -112
- package/dist/components/TextField/TextField.style.js.map +1 -1
- package/dist/components/TextField/TextFieldIcon.js +2 -2
- package/dist/components/TextField/TextFieldIcon.js.map +1 -1
- package/dist/components/TextField/index.js +1 -1
- package/dist/components/Toast/Toast.js +13 -13
- package/dist/components/Toast/Toast.js.map +1 -1
- package/dist/components/Toast/Toast.styled.js +26 -26
- package/dist/components/Toast/Toast.utils.js +3 -3
- package/dist/components/Toast/Toast.utils.js.map +1 -1
- package/dist/components/Toast/index.js +1 -1
- package/dist/components/Toggle/Toggle.js +3 -4
- package/dist/components/Toggle/Toggle.js.map +1 -1
- package/dist/components/Toggle/Toggle.styled.js +30 -30
- package/dist/components/Toggle/Toggle.styled.js.map +1 -1
- package/dist/components/Toggle/index.js +1 -1
- package/dist/components/ToggleButton/ToggleButton.js +6 -6
- package/dist/components/ToggleButton/ToggleButton.js.map +1 -1
- package/dist/components/ToggleButton/ToggleButton.styled.js +20 -20
- package/dist/components/ToggleButton/ToggleButton.styled.js.map +1 -1
- package/dist/components/ToggleButton/index.js +1 -1
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.js.map +1 -1
- package/dist/components/ToggleButtonGroup/index.js +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -1
- package/dist/components/Tooltip/index.js +1 -1
- package/dist/components/Typography/Typography.js +1 -1
- package/dist/components/Typography/Typography.js.map +1 -1
- package/dist/components/Typography/index.js +1 -1
- package/dist/foundation/Elevation/index.js +27 -27
- package/dist/foundation/Elevation/utils.js +1 -1
- package/dist/foundation/Elevation/utils.js.map +1 -1
- package/dist/foundation/Typography/index.js +35 -35
- package/dist/foundation/Typography/index.js.map +1 -1
- package/dist/foundation/Typography/tokens.js +136 -136
- package/dist/foundation/Typography/tokens.js.map +1 -1
- package/dist/foundation/colors/base/blue.js +12 -12
- package/dist/foundation/colors/base/green.js +12 -12
- package/dist/foundation/colors/base/grey.js +28 -28
- package/dist/foundation/colors/base/index.js +11 -11
- package/dist/foundation/colors/base/lunitGreen.js +11 -11
- package/dist/foundation/colors/base/lunitTeal.js +12 -12
- package/dist/foundation/colors/base/magenta.js +12 -12
- package/dist/foundation/colors/base/opacity.js +4 -4
- package/dist/foundation/colors/base/orange.js +12 -12
- package/dist/foundation/colors/base/purple.js +12 -12
- package/dist/foundation/colors/base/red.js +12 -12
- package/dist/foundation/colors/base/yellow.js +12 -12
- package/dist/foundation/colors/index.js +119 -121
- package/dist/foundation/colors/index.js.map +1 -1
- package/dist/foundation/colors/token/component.js +184 -212
- package/dist/foundation/colors/token/component.js.map +1 -1
- package/dist/foundation/colors/token/core.js +112 -133
- package/dist/foundation/colors/token/core.js.map +1 -1
- package/dist/foundation/colors/token/index.js +2 -2
- package/dist/foundation/index.js +5 -5
- package/dist/index.js +20 -20
- package/dist/theme.js +6 -6
- package/dist/types/components/Alert/Alert.d.ts +2 -2
- package/dist/types/components/Alert/Alert.styled.d.ts +1 -2
- package/dist/types/components/Alert/Alert.types.d.ts +2 -2
- package/dist/types/components/Alert/Alert.utils.d.ts +1 -1
- package/dist/types/components/Alert/index.d.ts +1 -1
- package/dist/types/components/Button/Button.d.ts +1 -1
- package/dist/types/components/Button/Button.styled.d.ts +249 -265
- package/dist/types/components/Button/Button.types.d.ts +16 -16
- package/dist/types/components/Button/index.d.ts +1 -1
- package/dist/types/components/Button/utils/getButtonPaddingBySizeAndKind.d.ts +4 -4
- package/dist/types/components/Button/utils/getHoverStyle.d.ts +2 -1
- package/dist/types/components/Button/utils/getIconButtonPaddingBySizeAndKind.d.ts +4 -4
- package/dist/types/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/components/Checkbox/index.d.ts +1 -1
- package/dist/types/components/Chip/Chip.d.ts +1 -1
- package/dist/types/components/Chip/Chip.styled.d.ts +6 -79
- package/dist/types/components/Chip/Chip.types.d.ts +15 -14
- package/dist/types/components/Chip/index.d.ts +1 -1
- package/dist/types/components/DataTable/index.d.ts +1 -1
- package/dist/types/components/DatePicker/index.d.ts +1 -1
- package/dist/types/components/Dialog/Dialog.d.ts +11 -11
- package/dist/types/components/Dialog/Dialog.styled.d.ts +3 -4
- package/dist/types/components/Dialog/components/DialogAction.d.ts +2 -2
- package/dist/types/components/Dialog/index.d.ts +2 -2
- package/dist/types/components/Dropdown/Dropdown.d.ts +2 -2
- package/dist/types/components/Dropdown/Dropdown.styled.d.ts +4 -39
- package/dist/types/components/Dropdown/Dropdown.types.d.ts +5 -5
- package/dist/types/components/Dropdown/DropdownItem.d.ts +3 -3
- package/dist/types/components/Dropdown/index.d.ts +3 -3
- package/dist/types/components/FormLabel/FormLabel.d.ts +1 -1
- package/dist/types/components/FormLabel/index.d.ts +1 -1
- package/dist/types/components/Radio/Radio.d.ts +1 -1
- package/dist/types/components/Radio/index.d.ts +1 -1
- package/dist/types/components/RadioGroup/index.d.ts +1 -1
- package/dist/types/components/TextField/TextField.d.ts +2 -2
- package/dist/types/components/TextField/TextField.style.d.ts +3 -4
- package/dist/types/components/TextField/TextField.types.d.ts +6 -6
- package/dist/types/components/TextField/TextFieldIcon.d.ts +2 -2
- package/dist/types/components/TextField/index.d.ts +2 -2
- package/dist/types/components/Toast/Toast.d.ts +2 -2
- package/dist/types/components/Toast/Toast.types.d.ts +3 -3
- package/dist/types/components/Toast/Toast.utils.d.ts +1 -1
- package/dist/types/components/Toast/index.d.ts +2 -2
- package/dist/types/components/Toggle/Toggle.d.ts +1 -1
- package/dist/types/components/Toggle/Toggle.styled.d.ts +2 -2
- package/dist/types/components/Toggle/Toggle.types.d.ts +3 -3
- package/dist/types/components/Toggle/index.d.ts +1 -1
- package/dist/types/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/dist/types/components/ToggleButton/ToggleButton.styled.d.ts +2 -34
- package/dist/types/components/ToggleButton/ToggleButton.types.d.ts +10 -10
- package/dist/types/components/ToggleButton/index.d.ts +1 -1
- package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/dist/types/components/ToggleButtonGroup/index.d.ts +1 -1
- package/dist/types/components/Tooltip/index.d.ts +1 -1
- package/dist/types/components/Typography/Typography.d.ts +6 -6
- package/dist/types/components/Typography/index.d.ts +1 -1
- package/dist/types/components/index.d.ts +2 -2
- package/dist/types/foundation/Elevation/index.d.ts +22 -22
- package/dist/types/foundation/Typography/index.d.ts +78 -78
- package/dist/types/foundation/Typography/tokens.d.ts +69 -69
- package/dist/types/foundation/colors/base/index.d.ts +11 -11
- package/dist/types/foundation/colors/index.d.ts +13 -20
- package/dist/types/foundation/colors/token/component.d.ts +1 -1
- package/dist/types/foundation/colors/token/core.d.ts +1 -1
- package/dist/types/foundation/colors/token/index.d.ts +2 -2
- package/dist/types/foundation/colors/types.d.ts +0 -7
- package/dist/types/foundation/index.d.ts +4 -11
- package/dist/types/foundation/spacing.d.ts +1 -1
- package/dist/types/index.d.ts +20 -20
- package/dist/types/theme.d.ts +1 -1
- package/package.json +22 -26
- package/src/components/Alert/Alert.styled.ts +39 -49
- package/src/components/Alert/Alert.tsx +10 -16
- package/src/components/Alert/Alert.types.ts +2 -2
- package/src/components/Alert/Alert.utils.ts +13 -22
- package/src/components/Alert/index.ts +1 -1
- package/src/components/Button/Button.styled.ts +98 -101
- package/src/components/Button/Button.tsx +71 -69
- package/src/components/Button/Button.types.ts +19 -21
- package/src/components/Button/index.ts +1 -1
- package/src/components/Button/utils/getButtonPaddingBySizeAndKind.ts +13 -13
- package/src/components/Button/utils/getHoverStyle.ts +4 -2
- package/src/components/Button/utils/getIconButtonPaddingBySizeAndKind.ts +10 -19
- package/src/components/Checkbox/Checkbox.tsx +13 -25
- package/src/components/Checkbox/index.ts +1 -1
- package/src/components/Chip/Chip.styled.ts +69 -72
- package/src/components/Chip/Chip.tsx +33 -55
- package/src/components/Chip/Chip.types.ts +18 -24
- package/src/components/Chip/consts.ts +5 -5
- package/src/components/Chip/index.ts +1 -1
- package/src/components/DataTable/DataTable.tsx +2 -2
- package/src/components/DataTable/index.ts +1 -1
- package/src/components/DatePicker/DatePicker.tsx +2 -2
- package/src/components/DatePicker/index.ts +1 -1
- package/src/components/Dialog/Dialog.styled.ts +112 -114
- package/src/components/Dialog/Dialog.tsx +41 -46
- package/src/components/Dialog/components/DialogAction.tsx +8 -8
- package/src/components/Dialog/index.ts +3 -3
- package/src/components/Dropdown/Dropdown.styled.tsx +88 -89
- package/src/components/Dropdown/Dropdown.tsx +29 -30
- package/src/components/Dropdown/Dropdown.types.ts +6 -5
- package/src/components/Dropdown/DropdownItem.tsx +18 -29
- package/src/components/Dropdown/index.ts +3 -7
- package/src/components/FormLabel/FormLabel.styled.ts +3 -3
- package/src/components/FormLabel/FormLabel.tsx +3 -3
- package/src/components/FormLabel/index.ts +1 -1
- package/src/components/Radio/Radio.tsx +12 -29
- package/src/components/Radio/index.ts +1 -1
- package/src/components/RadioGroup/index.ts +1 -1
- package/src/components/TextField/TextField.style.ts +123 -132
- package/src/components/TextField/TextField.tsx +50 -62
- package/src/components/TextField/TextField.types.ts +7 -8
- package/src/components/TextField/TextFieldIcon.tsx +4 -7
- package/src/components/TextField/index.ts +2 -2
- package/src/components/Toast/Toast.styled.ts +26 -26
- package/src/components/Toast/Toast.tsx +14 -28
- package/src/components/Toast/Toast.types.ts +3 -8
- package/src/components/Toast/Toast.utils.ts +5 -8
- package/src/components/Toast/index.tsx +2 -2
- package/src/components/Toggle/Toggle.styled.ts +31 -32
- package/src/components/Toggle/Toggle.tsx +5 -11
- package/src/components/Toggle/Toggle.types.ts +3 -3
- package/src/components/Toggle/index.ts +1 -1
- package/src/components/ToggleButton/ToggleButton.styled.ts +47 -49
- package/src/components/ToggleButton/ToggleButton.tsx +91 -97
- package/src/components/ToggleButton/ToggleButton.types.ts +10 -10
- package/src/components/ToggleButton/index.ts +1 -1
- package/src/components/ToggleButtonGroup/ToggleButtonGroup.tsx +3 -8
- package/src/components/ToggleButtonGroup/index.tsx +1 -1
- package/src/components/Tooltip/Tooltip.tsx +2 -2
- package/src/components/Tooltip/index.ts +1 -1
- package/src/components/Typography/Typography.tsx +7 -10
- package/src/components/Typography/index.ts +1 -1
- package/src/components/index.ts +2 -2
- package/src/foundation/Elevation/index.ts +27 -27
- package/src/foundation/Elevation/utils.ts +14 -8
- package/src/foundation/Typography/index.ts +58 -57
- package/src/foundation/Typography/tokens.ts +138 -138
- package/src/foundation/colors/base/blue.ts +12 -12
- package/src/foundation/colors/base/green.ts +12 -12
- package/src/foundation/colors/base/grey.ts +28 -28
- package/src/foundation/colors/base/index.ts +11 -11
- package/src/foundation/colors/base/lunitGreen.ts +11 -11
- package/src/foundation/colors/base/lunitTeal.ts +12 -12
- package/src/foundation/colors/base/magenta.ts +12 -12
- package/src/foundation/colors/base/opacity.ts +4 -4
- package/src/foundation/colors/base/orange.ts +12 -12
- package/src/foundation/colors/base/purple.ts +12 -12
- package/src/foundation/colors/base/red.ts +12 -12
- package/src/foundation/colors/base/yellow.ts +12 -12
- package/src/foundation/colors/index.ts +119 -120
- package/src/foundation/colors/token/component.ts +185 -213
- package/src/foundation/colors/token/core.ts +113 -134
- package/src/foundation/colors/token/index.ts +2 -2
- package/src/foundation/colors/types.ts +0 -7
- package/src/foundation/index.ts +8 -8
- package/src/foundation/spacing.ts +1 -1
- package/src/index.ts +20 -20
- package/src/stories/GettingStarted.mdx +9 -15
- package/src/stories/components/Alert/Alert.stories.tsx +39 -46
- package/src/stories/components/Button/BasicButton.stories.tsx +68 -59
- package/src/stories/components/Button/ButtonDocs.mdx +17 -41
- package/src/stories/components/Button/Color.stories.tsx +28 -51
- package/src/stories/components/Button/IconButton.stories.tsx +40 -47
- package/src/stories/components/Button/Kind.stories.tsx +100 -213
- package/src/stories/components/CheckBox/BasicCheckbox.stories.tsx +52 -71
- package/src/stories/components/CheckBox/CheckboxDocs.mdx +6 -6
- package/src/stories/components/Chip/Chip.stories.tsx +75 -75
- package/src/stories/components/Chip/ChipDocs.mdx +12 -13
- package/src/stories/components/DataTable/DataTable.stories.tsx +4 -4
- package/src/stories/components/DatePicker/DatePicker.stories.tsx +4 -4
- package/src/stories/components/Dialog/Dialog.stories.tsx +103 -124
- package/src/stories/components/Dialog/DialogDocs.mdx +7 -13
- package/src/stories/components/Dropdown/Dropdown.stories.tsx +96 -82
- package/src/stories/components/Dropdown/DropdownDocs.mdx +275 -0
- package/src/stories/components/Dropdown/DropdownExamples.stories.tsx +40 -47
- package/src/stories/components/Dropdown/DropdownItem.stories.tsx +113 -98
- package/src/stories/components/SelectControl/RadioGroup.stories.tsx +17 -30
- package/src/stories/components/SelectControl/RadioStatus.stories.tsx +16 -23
- package/src/stories/components/SelectControl/Toggle.stories.tsx +33 -78
- package/src/stories/components/TextField/BasicTextField.stories.tsx +44 -60
- package/src/stories/components/TextField/TextFieldDocs.mdx +8 -12
- package/src/stories/components/TextField/TextFieldMulti.stories.tsx +39 -58
- package/src/stories/components/TextField/TextFieldSingle.stories.tsx +74 -121
- package/src/stories/components/TextField/TextFieldSize.stories.tsx +35 -56
- package/src/stories/components/Toast/Toast.stories.tsx +39 -49
- package/src/stories/components/ToggleButton/Basic.stories.tsx +237 -235
- package/src/stories/components/ToggleButton/ToggleButtonDocs.mdx +10 -14
- package/src/stories/components/ToggleButton/ToggleButtonKind.stories.tsx +144 -203
- package/src/stories/components/ToggleButton/WithIcon.stories.tsx +87 -107
- package/src/stories/components/Tooltip/Tooltip.stories.tsx +4 -4
- package/src/stories/foundation/Elevation/Elevation.stories.tsx +48 -73
- package/src/stories/foundation/Elevation/styled.ts +3 -3
- package/src/stories/foundation/Typography/Typography.mdx +9 -13
- package/src/stories/foundation/Typography/Typography.stories.tsx +25 -41
- package/src/stories/foundation/Typography/TypographyGroup.tsx +14 -25
- package/src/stories/foundation/Typography/const.ts +13 -19
- package/src/stories/foundation/colors/ColorSystem.tsx +42 -40
- package/src/stories/foundation/colors/Colors.stories.tsx +40 -41
- package/src/stories/foundation/colors/Docs.mdx +73 -77
- package/src/stories/foundation/colors/Mui.stories.tsx +6 -8
- package/src/stories/foundation/colors/Token.inComponent.stories.tsx +81 -71
- package/src/stories/foundation/colors/TokenPaletteTable.stories.tsx +7 -7
- package/src/stories/foundation/colors/TokenPaletteTable.tsx +23 -49
- package/src/stories/foundation/colors/styled.ts +26 -26
- package/src/theme.ts +6 -6
- package/src/types.d.ts +1 -1
- package/tsconfig.build.json +1 -5
- package/tsconfig.json +0 -1
- package/src/stories/components/ToggleButton/Group.stories.tsx +0 -221
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
5
|
-
|
|
6
|
-
type KindStyleParams = Pick<ButtonProps, "kind" | "color"> & {
|
|
1
|
+
import { ColorToken } from '@/foundation/colors/types';
|
|
2
|
+
import type { ButtonProps } from './Button.types';
|
|
3
|
+
import type { ToggleButtonProps } from '../ToggleButton/ToggleButton.types';
|
|
4
|
+
import type { TypographyVariants } from '@mui/material/styles';
|
|
5
|
+
type KindStyleParams = Pick<ButtonProps, 'kind' | 'color'> & {
|
|
7
6
|
lunit_token: ColorToken;
|
|
8
7
|
};
|
|
9
8
|
type CustomButtonProps = ButtonProps & {
|
|
10
9
|
hasIconOnly: boolean;
|
|
11
10
|
};
|
|
12
|
-
type sizeStyleParams = Pick<CustomButtonProps,
|
|
13
|
-
typography:
|
|
11
|
+
type sizeStyleParams = Pick<CustomButtonProps, 'size' | 'hasIconOnly' | 'kind'> & Pick<ToggleButtonProps, 'selected'> & {
|
|
12
|
+
typography: TypographyVariants;
|
|
14
13
|
};
|
|
15
14
|
export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected, }: sizeStyleParams) => {
|
|
16
15
|
padding?: string | undefined;
|
|
@@ -29,6 +28,8 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
29
28
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
30
29
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
31
30
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
31
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
32
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
32
33
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
33
34
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
34
35
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -41,12 +42,12 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
41
42
|
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
|
42
43
|
backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
|
|
43
44
|
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
44
|
-
backgroundPositionX?: string | number | undefined;
|
|
45
|
-
backgroundPositionY?: string | number | undefined;
|
|
45
|
+
backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
|
|
46
|
+
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
46
47
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
47
|
-
backgroundSize?: string | number | undefined;
|
|
48
|
+
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
48
49
|
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
49
|
-
blockSize?: string | number | undefined;
|
|
50
|
+
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
50
51
|
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
51
52
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
52
53
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
@@ -57,18 +58,18 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
57
58
|
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
58
59
|
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
59
60
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
60
|
-
borderBottomLeftRadius?: string | number | undefined;
|
|
61
|
-
borderBottomRightRadius?: string | number | undefined;
|
|
61
|
+
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
62
|
+
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
62
63
|
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
|
|
63
64
|
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
|
|
64
65
|
borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
|
|
65
|
-
borderEndEndRadius?: string | number | undefined;
|
|
66
|
-
borderEndStartRadius?: string | number | undefined;
|
|
67
|
-
borderImageOutset?: string | number | undefined;
|
|
66
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
|
67
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
|
68
|
+
borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
|
|
68
69
|
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
|
|
69
70
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
70
71
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
71
|
-
borderImageWidth?: string | number | undefined;
|
|
72
|
+
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
72
73
|
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
73
74
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
74
75
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
@@ -84,15 +85,15 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
84
85
|
borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
|
|
85
86
|
borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
|
|
86
87
|
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
|
|
87
|
-
borderSpacing?: string | number | undefined;
|
|
88
|
-
borderStartEndRadius?: string | number | undefined;
|
|
89
|
-
borderStartStartRadius?: string | number | undefined;
|
|
88
|
+
borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
|
|
89
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
|
90
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
|
90
91
|
borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
|
|
91
|
-
borderTopLeftRadius?: string | number | undefined;
|
|
92
|
-
borderTopRightRadius?: string | number | undefined;
|
|
92
|
+
borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
93
|
+
borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
93
94
|
borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
|
|
94
95
|
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
|
|
95
|
-
bottom?: string | number | undefined;
|
|
96
|
+
bottom?: import("csstype").Property.Bottom<string | number> | undefined;
|
|
96
97
|
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
97
98
|
boxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
98
99
|
boxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
@@ -109,17 +110,17 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
109
110
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
110
111
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
111
112
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
112
|
-
columnGap?: string | number | undefined;
|
|
113
|
+
columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
113
114
|
columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
114
115
|
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
115
|
-
columnRuleWidth?: string | number | undefined;
|
|
116
|
+
columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
116
117
|
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
117
118
|
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
118
119
|
contain?: import("csstype").Property.Contain | undefined;
|
|
119
|
-
containIntrinsicBlockSize?: string | number | undefined;
|
|
120
|
-
containIntrinsicHeight?: string | number | undefined;
|
|
121
|
-
containIntrinsicInlineSize?: string | number | undefined;
|
|
122
|
-
containIntrinsicWidth?: string | number | undefined;
|
|
120
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
121
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
122
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
123
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
123
124
|
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
124
125
|
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
125
126
|
content?: import("csstype").Property.Content | undefined;
|
|
@@ -132,7 +133,7 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
132
133
|
display?: import("csstype").Property.Display | undefined;
|
|
133
134
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
134
135
|
filter?: import("csstype").Property.Filter | undefined;
|
|
135
|
-
flexBasis?: string | number | undefined;
|
|
136
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
136
137
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
137
138
|
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
138
139
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
@@ -144,12 +145,16 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
144
145
|
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
145
146
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
146
147
|
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
147
|
-
fontSize?: string | number | undefined;
|
|
148
|
+
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
148
149
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
149
150
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
150
151
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
151
152
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
152
153
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
154
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
155
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
156
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
157
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
153
158
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
154
159
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
155
160
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -161,16 +166,16 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
161
166
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
162
167
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
163
168
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
164
|
-
gridAutoColumns?: string | number | undefined;
|
|
169
|
+
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
165
170
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
166
|
-
gridAutoRows?: string | number | undefined;
|
|
171
|
+
gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
|
|
167
172
|
gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
|
|
168
173
|
gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
|
|
169
174
|
gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
|
|
170
175
|
gridRowStart?: import("csstype").Property.GridRowStart | undefined;
|
|
171
176
|
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
|
|
172
|
-
gridTemplateColumns?: string | number | undefined;
|
|
173
|
-
gridTemplateRows?: string | number | undefined;
|
|
177
|
+
gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
|
|
178
|
+
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
|
174
179
|
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
175
180
|
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
176
181
|
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
@@ -179,70 +184,71 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
179
184
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
180
185
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
181
186
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
182
|
-
inlineSize?: string | number | undefined;
|
|
187
|
+
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
183
188
|
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
184
|
-
insetBlockEnd?: string | number | undefined;
|
|
185
|
-
insetBlockStart?: string | number | undefined;
|
|
186
|
-
insetInlineEnd?: string | number | undefined;
|
|
187
|
-
insetInlineStart?: string | number | undefined;
|
|
189
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
190
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
191
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
192
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
188
193
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
189
194
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
190
195
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
191
196
|
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
192
197
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
193
|
-
left?: string | number | undefined;
|
|
198
|
+
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
194
199
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
195
200
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
196
|
-
lineHeight?: string | number | undefined;
|
|
201
|
+
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
197
202
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
198
203
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
199
204
|
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
200
205
|
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
201
|
-
marginBlockEnd?: string | number | undefined;
|
|
202
|
-
marginBlockStart?: string | number | undefined;
|
|
203
|
-
marginBottom?: string | number | undefined;
|
|
204
|
-
marginInlineEnd?: string | number | undefined;
|
|
205
|
-
marginInlineStart?: string | number | undefined;
|
|
206
|
-
marginLeft?: string | number | undefined;
|
|
207
|
-
marginRight?: string | number | undefined;
|
|
208
|
-
marginTop?: string | number | undefined;
|
|
206
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
207
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
208
|
+
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
|
209
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
210
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
211
|
+
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
|
212
|
+
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
213
|
+
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
209
214
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
210
215
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
211
|
-
maskBorderOutset?: string | number | undefined;
|
|
216
|
+
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
212
217
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
213
218
|
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
214
219
|
maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
215
|
-
maskBorderWidth?: string | number | undefined;
|
|
220
|
+
maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
216
221
|
maskClip?: import("csstype").Property.MaskClip | undefined;
|
|
217
222
|
maskComposite?: import("csstype").Property.MaskComposite | undefined;
|
|
218
223
|
maskImage?: import("csstype").Property.MaskImage | undefined;
|
|
219
224
|
maskMode?: import("csstype").Property.MaskMode | undefined;
|
|
220
225
|
maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
|
|
221
|
-
maskPosition?: string | number | undefined;
|
|
226
|
+
maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
|
|
222
227
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
223
|
-
maskSize?: string | number | undefined;
|
|
228
|
+
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
224
229
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
230
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
225
231
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
226
232
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
227
233
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
228
|
-
maxBlockSize?: string | number | undefined;
|
|
229
|
-
maxHeight?: string | number | undefined;
|
|
230
|
-
maxInlineSize?: string | number | undefined;
|
|
234
|
+
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
|
235
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
236
|
+
maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
231
237
|
maxLines?: import("csstype").Property.MaxLines | undefined;
|
|
232
|
-
maxWidth?: string | number | undefined;
|
|
233
|
-
minBlockSize?: string | number | undefined;
|
|
234
|
-
minHeight?: string | number | undefined;
|
|
235
|
-
minInlineSize?: string | number | undefined;
|
|
238
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
|
239
|
+
minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
|
|
240
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
|
241
|
+
minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
|
|
236
242
|
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
|
237
|
-
motionDistance?: string | number | undefined;
|
|
243
|
+
motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
238
244
|
motionPath?: import("csstype").Property.OffsetPath | undefined;
|
|
239
245
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
240
246
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
241
|
-
objectPosition?: string | number | undefined;
|
|
242
|
-
offsetAnchor?: string | number | undefined;
|
|
243
|
-
offsetDistance?: string | number | undefined;
|
|
247
|
+
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
248
|
+
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
249
|
+
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
244
250
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
245
|
-
offsetPosition?: string | number | undefined;
|
|
251
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
|
246
252
|
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
247
253
|
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
248
254
|
opacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -255,38 +261,39 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
255
261
|
overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
|
|
256
262
|
overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
|
|
257
263
|
overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
|
|
258
|
-
overflowClipMargin?: string | number | undefined;
|
|
264
|
+
overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
|
|
259
265
|
overflowInline?: import("csstype").Property.OverflowInline | undefined;
|
|
260
266
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
261
267
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
262
268
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
269
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
263
270
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
264
271
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
265
272
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
266
273
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
267
|
-
paddingBlockEnd?: string | number | undefined;
|
|
268
|
-
paddingBlockStart?: string | number | undefined;
|
|
269
|
-
paddingBottom?: string | number | undefined;
|
|
270
|
-
paddingInlineEnd?: string | number | undefined;
|
|
271
|
-
paddingInlineStart?: string | number | undefined;
|
|
272
|
-
paddingLeft?: string | number | undefined;
|
|
273
|
-
paddingRight?: string | number | undefined;
|
|
274
|
-
paddingTop?: string | number | undefined;
|
|
274
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
275
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
276
|
+
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
|
277
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
278
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
279
|
+
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
|
280
|
+
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
281
|
+
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
275
282
|
page?: import("csstype").Property.Page | undefined;
|
|
276
283
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
277
284
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
278
285
|
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
279
286
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
280
287
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
281
|
-
perspectiveOrigin?: string | number | undefined;
|
|
288
|
+
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
282
289
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
283
290
|
position?: import("csstype").Property.Position | undefined;
|
|
284
291
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
285
292
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
286
293
|
resize?: import("csstype").Property.Resize | undefined;
|
|
287
|
-
right?: string | number | undefined;
|
|
294
|
+
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
288
295
|
rotate?: import("csstype").Property.Rotate | undefined;
|
|
289
|
-
rowGap?: string | number | undefined;
|
|
296
|
+
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
290
297
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
291
298
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
292
299
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
@@ -300,14 +307,14 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
300
307
|
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
301
308
|
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
302
309
|
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
303
|
-
scrollPaddingBlockEnd?: string | number | undefined;
|
|
304
|
-
scrollPaddingBlockStart?: string | number | undefined;
|
|
305
|
-
scrollPaddingBottom?: string | number | undefined;
|
|
306
|
-
scrollPaddingInlineEnd?: string | number | undefined;
|
|
307
|
-
scrollPaddingInlineStart?: string | number | undefined;
|
|
308
|
-
scrollPaddingLeft?: string | number | undefined;
|
|
309
|
-
scrollPaddingRight?: string | number | undefined;
|
|
310
|
-
scrollPaddingTop?: string | number | undefined;
|
|
310
|
+
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
311
|
+
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
312
|
+
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
|
313
|
+
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
314
|
+
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
315
|
+
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
|
316
|
+
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
|
317
|
+
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
|
311
318
|
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
312
319
|
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
313
320
|
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
@@ -321,9 +328,9 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
321
328
|
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
322
329
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
323
330
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
324
|
-
shapeMargin?: string | number | undefined;
|
|
331
|
+
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
325
332
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
326
|
-
tabSize?: string | number | undefined;
|
|
333
|
+
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
327
334
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
328
335
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
329
336
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
@@ -333,11 +340,11 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
333
340
|
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
334
341
|
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
335
342
|
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
336
|
-
textDecorationThickness?: string | number | undefined;
|
|
343
|
+
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
337
344
|
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
338
345
|
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
339
346
|
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
340
|
-
textIndent?: string | number | undefined;
|
|
347
|
+
textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
|
|
341
348
|
textJustify?: import("csstype").Property.TextJustify | undefined;
|
|
342
349
|
textOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
343
350
|
textOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
@@ -345,27 +352,35 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
345
352
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
346
353
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
347
354
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
348
|
-
textUnderlineOffset?: string | number | undefined;
|
|
355
|
+
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
349
356
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
350
|
-
|
|
357
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
358
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
359
|
+
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
351
360
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
352
361
|
transform?: import("csstype").Property.Transform | undefined;
|
|
353
362
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
354
|
-
transformOrigin?: string | number | undefined;
|
|
363
|
+
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
355
364
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
365
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
356
366
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
357
367
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
358
368
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
359
369
|
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
360
|
-
translate?: string | number | undefined;
|
|
370
|
+
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
361
371
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
362
372
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
363
|
-
verticalAlign?: string | number | undefined;
|
|
373
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
374
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
375
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
376
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
364
377
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
365
378
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
366
379
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
380
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
381
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
367
382
|
widows?: import("csstype").Property.Widows | undefined;
|
|
368
|
-
width?: string | number | undefined;
|
|
383
|
+
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
369
384
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
370
385
|
wordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
371
386
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
@@ -373,71 +388,73 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
373
388
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
374
389
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
375
390
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
376
|
-
all?: import("csstype").
|
|
391
|
+
all?: import("csstype").Property.All | undefined;
|
|
377
392
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
393
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
394
|
+
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
395
|
+
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
396
|
+
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
397
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
398
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
399
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
400
|
+
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
385
401
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
386
402
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
387
|
-
borderInline?: string | number | undefined;
|
|
388
|
-
borderInlineEnd?: string | number | undefined;
|
|
389
|
-
borderInlineStart?: string | number | undefined;
|
|
390
|
-
borderLeft?: string | number | undefined;
|
|
391
|
-
borderRadius?: string | number | undefined;
|
|
392
|
-
borderRight?: string | number | undefined;
|
|
403
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
404
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
405
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
406
|
+
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
407
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
408
|
+
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
393
409
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
394
|
-
borderTop?: string | number | undefined;
|
|
395
|
-
borderWidth?: string | number | undefined;
|
|
410
|
+
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
|
411
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
396
412
|
caret?: import("csstype").Property.Caret | undefined;
|
|
397
|
-
columnRule?: string | number | undefined;
|
|
398
|
-
columns?: string | number | undefined;
|
|
399
|
-
containIntrinsicSize?: string | number | undefined;
|
|
413
|
+
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
414
|
+
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
415
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
|
400
416
|
container?: import("csstype").Property.Container | undefined;
|
|
401
|
-
flex?: string | number | undefined;
|
|
417
|
+
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
402
418
|
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
403
419
|
font?: import("csstype").Property.Font | undefined;
|
|
404
|
-
gap?: string | number | undefined;
|
|
420
|
+
gap?: import("csstype").Property.Gap<string | number> | undefined;
|
|
405
421
|
grid?: import("csstype").Property.Grid | undefined;
|
|
406
422
|
gridArea?: import("csstype").Property.GridArea | undefined;
|
|
407
423
|
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
408
424
|
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
409
425
|
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
410
|
-
inset?: string | number | undefined;
|
|
411
|
-
insetBlock?: string | number | undefined;
|
|
412
|
-
insetInline?: string | number | undefined;
|
|
426
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
427
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
428
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
413
429
|
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
414
430
|
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
415
|
-
margin?: string | number | undefined;
|
|
416
|
-
marginBlock?: string | number | undefined;
|
|
417
|
-
marginInline?: string | number | undefined;
|
|
418
|
-
mask?: string | number | undefined;
|
|
431
|
+
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
432
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
433
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
434
|
+
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
|
419
435
|
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
420
|
-
motion?: string | number | undefined;
|
|
421
|
-
offset?: string | number | undefined;
|
|
422
|
-
outline?: string | number | undefined;
|
|
436
|
+
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
|
437
|
+
offset?: import("csstype").Property.Offset<string | number> | undefined;
|
|
438
|
+
outline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
423
439
|
overflow?: import("csstype").Property.Overflow | undefined;
|
|
424
440
|
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
425
|
-
paddingBlock?: string | number | undefined;
|
|
426
|
-
paddingInline?: string | number | undefined;
|
|
441
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
442
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
427
443
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
428
444
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
429
445
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
430
|
-
scrollMargin?: string | number | undefined;
|
|
431
|
-
scrollMarginBlock?: string | number | undefined;
|
|
432
|
-
scrollMarginInline?: string | number | undefined;
|
|
433
|
-
scrollPadding?: string | number | undefined;
|
|
434
|
-
scrollPaddingBlock?: string | number | undefined;
|
|
435
|
-
scrollPaddingInline?: string | number | undefined;
|
|
436
|
-
scrollSnapMargin?: string | number | undefined;
|
|
446
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
447
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
448
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
449
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
450
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
451
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
452
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
437
453
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
438
|
-
textDecoration?: string | number | undefined;
|
|
454
|
+
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
439
455
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
440
456
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
457
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
441
458
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
442
459
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
443
460
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -447,7 +464,6 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
447
464
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
448
465
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
449
466
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
450
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
451
467
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
452
468
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
453
469
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -463,31 +479,27 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
463
479
|
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
464
480
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
465
481
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
466
|
-
MozColumnRuleWidth?: string | number | undefined;
|
|
482
|
+
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
467
483
|
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
468
484
|
MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
|
|
469
485
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
470
486
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
471
487
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
472
488
|
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
473
|
-
MozMarginEnd?: string | number | undefined;
|
|
474
|
-
MozMarginStart?: string | number | undefined;
|
|
489
|
+
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
490
|
+
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
475
491
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
476
492
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
493
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
494
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
495
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
496
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
497
|
+
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
498
|
+
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
481
499
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
482
|
-
MozTabSize?: string | number | undefined;
|
|
500
|
+
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
483
501
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
484
502
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
485
|
-
MozTransformOrigin?: string | number | undefined;
|
|
486
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
487
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
488
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
489
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
490
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
491
503
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
492
504
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
493
505
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -506,12 +518,12 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
506
518
|
msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
|
|
507
519
|
msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
|
|
508
520
|
msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
|
|
509
|
-
msGridColumns?: string | number | undefined;
|
|
510
|
-
msGridRows?: string | number | undefined;
|
|
521
|
+
msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
|
|
522
|
+
msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
|
|
511
523
|
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
|
|
512
524
|
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
|
|
513
525
|
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
|
|
514
|
-
msHyphenateLimitZone?: string | number | undefined;
|
|
526
|
+
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
515
527
|
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
516
528
|
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
517
529
|
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
@@ -543,7 +555,7 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
543
555
|
msTouchAction?: import("csstype").Property.TouchAction | undefined;
|
|
544
556
|
msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
|
|
545
557
|
msTransform?: import("csstype").Property.Transform | undefined;
|
|
546
|
-
msTransformOrigin?: string | number | undefined;
|
|
558
|
+
msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
547
559
|
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
548
560
|
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
549
561
|
msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -570,17 +582,17 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
570
582
|
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
571
583
|
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
572
584
|
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
573
|
-
WebkitBackgroundSize?: string | number | undefined;
|
|
585
|
+
WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
574
586
|
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
|
|
575
587
|
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
|
|
576
|
-
WebkitBorderBeforeWidth?: string | number | undefined;
|
|
577
|
-
WebkitBorderBottomLeftRadius?: string | number | undefined;
|
|
578
|
-
WebkitBorderBottomRightRadius?: string | number | undefined;
|
|
588
|
+
WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
|
589
|
+
WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
590
|
+
WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
579
591
|
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
580
|
-
WebkitBorderTopLeftRadius?: string | number | undefined;
|
|
581
|
-
WebkitBorderTopRightRadius?: string | number | undefined;
|
|
592
|
+
WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
593
|
+
WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
582
594
|
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
583
|
-
WebkitBoxReflect?: string | number | undefined;
|
|
595
|
+
WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
|
|
584
596
|
WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
585
597
|
WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
586
598
|
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
|
@@ -588,11 +600,11 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
588
600
|
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
589
601
|
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
590
602
|
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
591
|
-
WebkitColumnRuleWidth?: string | number | undefined;
|
|
603
|
+
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
592
604
|
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
593
605
|
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
594
606
|
WebkitFilter?: import("csstype").Property.Filter | undefined;
|
|
595
|
-
WebkitFlexBasis?: string | number | undefined;
|
|
607
|
+
WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
596
608
|
WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
597
609
|
WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
598
610
|
WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
@@ -607,36 +619,36 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
607
619
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
608
620
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
609
621
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
610
|
-
WebkitMarginEnd?: string | number | undefined;
|
|
611
|
-
WebkitMarginStart?: string | number | undefined;
|
|
622
|
+
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
623
|
+
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
612
624
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
613
|
-
WebkitMaskBoxImageOutset?: string | number | undefined;
|
|
625
|
+
WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
614
626
|
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
615
627
|
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
616
628
|
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
617
|
-
WebkitMaskBoxImageWidth?: string | number | undefined;
|
|
629
|
+
WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
618
630
|
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
|
|
619
631
|
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
|
|
620
632
|
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
|
|
621
633
|
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
|
|
622
|
-
WebkitMaskPosition?: string | number | undefined;
|
|
623
|
-
WebkitMaskPositionX?: string | number | undefined;
|
|
624
|
-
WebkitMaskPositionY?: string | number | undefined;
|
|
634
|
+
WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
|
|
635
|
+
WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
|
|
636
|
+
WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
|
|
625
637
|
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
|
|
626
638
|
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
|
|
627
639
|
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
|
|
628
|
-
WebkitMaskSize?: string | number | undefined;
|
|
629
|
-
WebkitMaxInlineSize?: string | number | undefined;
|
|
640
|
+
WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
|
|
641
|
+
WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
630
642
|
WebkitOrder?: import("csstype").Property.Order | undefined;
|
|
631
643
|
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
|
|
632
|
-
WebkitPaddingEnd?: string | number | undefined;
|
|
633
|
-
WebkitPaddingStart?: string | number | undefined;
|
|
644
|
+
WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
645
|
+
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
634
646
|
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
635
|
-
WebkitPerspectiveOrigin?: string | number | undefined;
|
|
647
|
+
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
636
648
|
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
637
649
|
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
638
650
|
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
639
|
-
WebkitShapeMargin?: string | number | undefined;
|
|
651
|
+
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
640
652
|
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
|
|
641
653
|
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
|
|
642
654
|
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
@@ -654,7 +666,7 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
654
666
|
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
655
667
|
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
|
|
656
668
|
WebkitTransform?: import("csstype").Property.Transform | undefined;
|
|
657
|
-
WebkitTransformOrigin?: string | number | undefined;
|
|
669
|
+
WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
658
670
|
WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
659
671
|
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
660
672
|
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
@@ -665,28 +677,28 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
665
677
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
666
678
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
667
679
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
668
|
-
MozColumnRule?: string | number | undefined;
|
|
669
|
-
MozColumns?: string | number | undefined;
|
|
670
|
-
|
|
680
|
+
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
681
|
+
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
682
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
671
683
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
672
684
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
673
|
-
msFlex?: string | number | undefined;
|
|
685
|
+
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
674
686
|
msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
|
|
675
687
|
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
|
|
676
688
|
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
|
|
677
689
|
msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
678
690
|
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
679
|
-
WebkitBorderBefore?: string | number | undefined;
|
|
691
|
+
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
|
|
680
692
|
WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
681
|
-
WebkitBorderRadius?: string | number | undefined;
|
|
682
|
-
WebkitColumnRule?: string | number | undefined;
|
|
683
|
-
WebkitColumns?: string | number | undefined;
|
|
684
|
-
WebkitFlex?: string | number | undefined;
|
|
693
|
+
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
694
|
+
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
695
|
+
WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
696
|
+
WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
685
697
|
WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
686
|
-
WebkitMask?: string | number | undefined;
|
|
698
|
+
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
|
|
687
699
|
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
|
|
688
700
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
689
|
-
WebkitTextStroke?: string | number | undefined;
|
|
701
|
+
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
690
702
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
691
703
|
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
692
704
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
@@ -698,18 +710,18 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
698
710
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
699
711
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
700
712
|
clip?: import("csstype").Property.Clip | undefined;
|
|
701
|
-
gridColumnGap?: string | number | undefined;
|
|
702
|
-
gridGap?: string | number | undefined;
|
|
703
|
-
gridRowGap?: string | number | undefined;
|
|
713
|
+
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
714
|
+
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
715
|
+
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
704
716
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
705
|
-
offsetBlock?: string | number | undefined;
|
|
706
|
-
offsetBlockEnd?: string | number | undefined;
|
|
707
|
-
offsetBlockStart?: string | number | undefined;
|
|
708
|
-
offsetInline?: string | number | undefined;
|
|
709
|
-
offsetInlineEnd?: string | number | undefined;
|
|
710
|
-
offsetInlineStart?: string | number | undefined;
|
|
711
|
-
scrollSnapCoordinate?: string | number | undefined;
|
|
712
|
-
scrollSnapDestination?: string | number | undefined;
|
|
717
|
+
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
718
|
+
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
719
|
+
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
720
|
+
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
721
|
+
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
722
|
+
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
723
|
+
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
724
|
+
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
713
725
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
714
726
|
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
715
727
|
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
@@ -725,15 +737,16 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
725
737
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
726
738
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
727
739
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
740
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
728
741
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
729
742
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
730
743
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
731
|
-
MozBackgroundSize?: string | number | undefined;
|
|
732
|
-
MozBorderRadius?: string | number | undefined;
|
|
733
|
-
MozBorderRadiusBottomleft?: string | number | undefined;
|
|
734
|
-
MozBorderRadiusBottomright?: string | number | undefined;
|
|
735
|
-
MozBorderRadiusTopleft?: string | number | undefined;
|
|
736
|
-
MozBorderRadiusTopright?: string | number | undefined;
|
|
744
|
+
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
745
|
+
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
746
|
+
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
747
|
+
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
748
|
+
MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
749
|
+
MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
737
750
|
MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
738
751
|
MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
739
752
|
MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -744,19 +757,24 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
744
757
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
745
758
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
746
759
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
747
|
-
MozOutline?: string | number | undefined;
|
|
760
|
+
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
748
761
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
749
|
-
MozOutlineRadius?: string | number | undefined;
|
|
750
|
-
MozOutlineRadiusBottomleft?: string | number | undefined;
|
|
751
|
-
MozOutlineRadiusBottomright?: string | number | undefined;
|
|
752
|
-
MozOutlineRadiusTopleft?: string | number | undefined;
|
|
753
|
-
MozOutlineRadiusTopright?: string | number | undefined;
|
|
754
762
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
755
763
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
764
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
765
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
756
766
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
757
767
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
758
768
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
759
769
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
770
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
771
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
772
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
773
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
774
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
775
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
776
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
777
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
760
778
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
761
779
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
762
780
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -768,14 +786,14 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
768
786
|
OAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
769
787
|
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
770
788
|
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
771
|
-
OBackgroundSize?: string | number | undefined;
|
|
789
|
+
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
772
790
|
OBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
773
791
|
OObjectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
774
|
-
OObjectPosition?: string | number | undefined;
|
|
775
|
-
OTabSize?: string | number | undefined;
|
|
792
|
+
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
793
|
+
OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
776
794
|
OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
777
795
|
OTransform?: import("csstype").Property.Transform | undefined;
|
|
778
|
-
OTransformOrigin?: string | number | undefined;
|
|
796
|
+
OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
779
797
|
OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
780
798
|
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
781
799
|
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
@@ -789,10 +807,8 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
789
807
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
790
808
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
791
809
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
792
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
793
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
794
810
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
795
|
-
baselineShift?: string | number | undefined;
|
|
811
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
796
812
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
797
813
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
798
814
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
@@ -812,25 +828,25 @@ export declare const sizeStyle: ({ size, kind, hasIconOnly, typography, selected
|
|
|
812
828
|
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
813
829
|
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
814
830
|
stroke?: import("csstype").Property.Stroke | undefined;
|
|
815
|
-
strokeDasharray?: string | number | undefined;
|
|
816
|
-
strokeDashoffset?: string | number | undefined;
|
|
831
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
832
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
817
833
|
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
818
834
|
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
819
835
|
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
820
836
|
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
821
|
-
strokeWidth?: string | number | undefined;
|
|
837
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
822
838
|
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
823
839
|
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
824
840
|
};
|
|
825
841
|
export declare const kindStyle: ({ kind, color, lunit_token }: KindStyleParams) => {
|
|
826
842
|
color?: string | undefined;
|
|
827
843
|
border?: string | undefined;
|
|
828
|
-
|
|
844
|
+
'&:hover'?: {
|
|
829
845
|
position: string;
|
|
830
846
|
zIndex: number;
|
|
831
847
|
backgroundColor: import("csstype").Property.Color | undefined;
|
|
832
848
|
} | undefined;
|
|
833
|
-
|
|
849
|
+
'&:hover:before'?: {
|
|
834
850
|
content: string;
|
|
835
851
|
position: string;
|
|
836
852
|
left: string;
|
|
@@ -841,7 +857,7 @@ export declare const kindStyle: ({ kind, color, lunit_token }: KindStyleParams)
|
|
|
841
857
|
backgroundColor: string;
|
|
842
858
|
borderRadius: string;
|
|
843
859
|
} | undefined;
|
|
844
|
-
|
|
860
|
+
'&.Mui-disabled'?: {
|
|
845
861
|
opacity: number;
|
|
846
862
|
border: string;
|
|
847
863
|
color: string;
|
|
@@ -858,8 +874,8 @@ export declare const commonStyle: ({ lunit_token }: {
|
|
|
858
874
|
readonly fontWeight: "500";
|
|
859
875
|
readonly borderRadius: "8px";
|
|
860
876
|
readonly textTransform: "initial";
|
|
861
|
-
readonly
|
|
862
|
-
readonly
|
|
877
|
+
readonly '&.Mui-focusVisible': {
|
|
878
|
+
readonly '&::after': {
|
|
863
879
|
readonly position: "absolute";
|
|
864
880
|
readonly width: "calc(100% + 6px)";
|
|
865
881
|
readonly height: "calc(100% + 6px)";
|
|
@@ -869,7 +885,7 @@ export declare const commonStyle: ({ lunit_token }: {
|
|
|
869
885
|
readonly boxSizing: "border-box";
|
|
870
886
|
};
|
|
871
887
|
};
|
|
872
|
-
readonly
|
|
888
|
+
readonly '&:hover:before': {
|
|
873
889
|
readonly content: "''";
|
|
874
890
|
readonly position: "absolute";
|
|
875
891
|
readonly left: 0;
|
|
@@ -882,45 +898,13 @@ export declare const commonStyle: ({ lunit_token }: {
|
|
|
882
898
|
};
|
|
883
899
|
};
|
|
884
900
|
export declare const iconStyle: ({ size, hasIconOnly, }: Pick<CustomButtonProps, "size" | "hasIconOnly">) => {
|
|
885
|
-
|
|
901
|
+
'& .MuiButton-startIcon': {
|
|
886
902
|
margin: number;
|
|
887
903
|
marginRight: string;
|
|
888
|
-
|
|
904
|
+
'*:nth-of-type(1)': {
|
|
889
905
|
fontSize: string;
|
|
890
906
|
};
|
|
891
907
|
};
|
|
892
908
|
};
|
|
893
|
-
export declare const CustomButton: import("@emotion/styled").StyledComponent<{
|
|
894
|
-
children?: import("react").ReactNode;
|
|
895
|
-
classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
|
|
896
|
-
color?: "inherit" | "primary" | "secondary" | "success" | "info" | "warning" | "error" | undefined;
|
|
897
|
-
disabled?: boolean | undefined;
|
|
898
|
-
disableElevation?: boolean | undefined;
|
|
899
|
-
disableFocusRipple?: boolean | undefined;
|
|
900
|
-
endIcon?: import("react").ReactNode;
|
|
901
|
-
fullWidth?: boolean | undefined;
|
|
902
|
-
href?: string | undefined;
|
|
903
|
-
size?: "small" | "medium" | "large" | undefined;
|
|
904
|
-
startIcon?: import("react").ReactNode;
|
|
905
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
906
|
-
variant?: "outlined" | "text" | "contained" | undefined;
|
|
907
|
-
} & Omit<{
|
|
908
|
-
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
909
|
-
centerRipple?: boolean | undefined;
|
|
910
|
-
children?: import("react").ReactNode;
|
|
911
|
-
classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
|
|
912
|
-
disabled?: boolean | undefined;
|
|
913
|
-
disableRipple?: boolean | undefined;
|
|
914
|
-
disableTouchRipple?: boolean | undefined;
|
|
915
|
-
focusRipple?: boolean | undefined;
|
|
916
|
-
focusVisibleClassName?: string | undefined;
|
|
917
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
918
|
-
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
919
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
920
|
-
tabIndex?: number | undefined;
|
|
921
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
922
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
923
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
924
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
925
|
-
}, "color" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "tabIndex" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "href" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "size" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & CustomButtonProps, {}, {}>;
|
|
909
|
+
export declare const CustomButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & (Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "color" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "tabIndex" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "loading" | "loadingIndicator" | "loadingPosition" | "size" | "startIcon"> & (import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & CustomButtonProps)), {}, {}>;
|
|
926
910
|
export {};
|