@connectif/ui-components 8.0.0 → 8.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/components/alert/Alert.d.ts +6 -4
  3. package/dist/components/avatar/Avatar.d.ts +8 -4
  4. package/dist/components/button/Button.d.ts +20 -11
  5. package/dist/components/button/ButtonGroup.d.ts +3 -1
  6. package/dist/components/button/ButtonWithActions.d.ts +7 -5
  7. package/dist/components/button/IconButton.d.ts +12 -6
  8. package/dist/components/button/IconToggleButton.d.ts +40 -5
  9. package/dist/components/button/MenuButton.d.ts +6 -4
  10. package/dist/components/button/MenuIconButton.d.ts +7 -5
  11. package/dist/components/button/ToggleButton.d.ts +1 -0
  12. package/dist/components/button/ToggleButton.theme.d.ts +3 -2
  13. package/dist/components/card/Card.d.ts +9 -1
  14. package/dist/components/card/CardImage.d.ts +3 -1
  15. package/dist/components/card/EnhancedCard.d.ts +5 -2
  16. package/dist/components/chart/IncrementLabel.d.ts +6 -3
  17. package/dist/components/chart/LineChart.d.ts +3 -1
  18. package/dist/components/chat/ChatMessage.d.ts +3 -1
  19. package/dist/components/chip/Chip.d.ts +21 -862
  20. package/dist/components/chip/ChipViewer.d.ts +5 -11
  21. package/dist/components/chip/MenuChip.d.ts +4 -2
  22. package/dist/components/dialog/ConfirmationDialog.d.ts +2 -1
  23. package/dist/components/dialog/Dialog.d.ts +3 -1
  24. package/dist/components/divider/Divider.d.ts +4 -1
  25. package/dist/components/formatter/CurrencyFormatter.d.ts +3 -1
  26. package/dist/components/formatter/PercentageFormatter.d.ts +3 -1
  27. package/dist/components/icon/Icon.d.ts +4 -2
  28. package/dist/components/info/InfoBox.d.ts +2 -1
  29. package/dist/components/input/Checkbox.d.ts +3 -1
  30. package/dist/components/input/ColorPicker.d.ts +3 -1
  31. package/dist/components/input/InputHelperText.d.ts +4 -2
  32. package/dist/components/input/InputLabel.d.ts +4 -2
  33. package/dist/components/input/ItemSelector.d.ts +3 -1
  34. package/dist/components/input/NumberField.d.ts +4 -2
  35. package/dist/components/input/PageSelector.d.ts +6 -0
  36. package/dist/components/input/Radio.d.ts +6 -2
  37. package/dist/components/input/Select.d.ts +4 -2
  38. package/dist/components/input/TextEditor.d.ts +3 -1
  39. package/dist/components/input/TextField.d.ts +9 -3
  40. package/dist/components/input/TextFieldContainer.d.ts +4 -2
  41. package/dist/components/input/autocomplete/Autocomplete.d.ts +9 -3
  42. package/dist/components/input/date-interval-picker/DateIntervalPicker.d.ts +1 -0
  43. package/dist/components/input/date-interval-picker/DateIntervalPickerPopover.d.ts +3 -4
  44. package/dist/components/input/date-range-picker/DateRangePicker.d.ts +40 -0
  45. package/dist/components/input/date-range-picker/DateRangePickerPopover.d.ts +16 -0
  46. package/dist/components/input/index.d.ts +2 -0
  47. package/dist/components/layout/CollapsiblePanel.d.ts +3 -1
  48. package/dist/components/layout/CollapsiblePanelSwitcher.d.ts +6 -2
  49. package/dist/components/layout/Container.d.ts +1 -0
  50. package/dist/components/layout/Stepper.d.ts +3 -2
  51. package/dist/components/layout/ToolBox.d.ts +2 -1
  52. package/dist/components/list/BaseListItem.d.ts +9 -4
  53. package/dist/components/list/ListItemButton.d.ts +2 -2
  54. package/dist/components/loader/Loader.d.ts +2 -2
  55. package/dist/components/overlay/DonutFocusOverlay.d.ts +3 -1
  56. package/dist/components/popover/Popover.d.ts +8 -4
  57. package/dist/components/progress/CircularProgress.d.ts +6 -9
  58. package/dist/components/progress/DonutProgress.d.ts +3 -1
  59. package/dist/components/progress/LinearProgress.d.ts +3 -1
  60. package/dist/components/scrollable/Carousel.d.ts +3 -1
  61. package/dist/components/skeleton/Skeleton.d.ts +4 -1
  62. package/dist/components/snackbar/Snackbar.d.ts +4 -2
  63. package/dist/components/tab/TabButton.d.ts +3 -1
  64. package/dist/components/tab/Tabs.d.ts +6 -2
  65. package/dist/components/toolbar/ToolbarTitle.d.ts +3 -1
  66. package/dist/components/tooltip/Tooltip.d.ts +6 -3
  67. package/dist/components/typography/TextMarker.d.ts +3 -1
  68. package/dist/components/widget/WidgetLegendItem.d.ts +6 -2
  69. package/dist/components/window/MinimizableWindow.d.ts +4 -2
  70. package/dist/i18n/en.d.ts +3 -0
  71. package/dist/i18n/es.d.ts +3 -0
  72. package/dist/i18n/fr.d.ts +3 -0
  73. package/dist/i18n/it.d.ts +3 -0
  74. package/dist/i18n/pt.d.ts +3 -0
  75. package/dist/index.js +1128 -802
  76. package/dist/models/ComparisonInterval.d.ts +2 -1
  77. package/dist/models/DateInterval.d.ts +2 -1
  78. package/dist/theme/CustomTheme.d.ts +1 -0
  79. package/dist/theme/Typography.d.ts +186 -3
  80. package/dist/tsconfig.build.tsbuildinfo +1 -1
  81. package/dist/utils/DateUtils.d.ts +2 -1
  82. package/package.json +1 -1
@@ -5,7 +5,11 @@ import { variants } from '../../theme/Typography';
5
5
  import { ChipProps as MuiChipProps } from '@mui/material/Chip';
6
6
  import { AvatarProps } from '../avatar';
7
7
  import { Link } from '@mui/material';
8
- type ChipVariant = 'default' | 'primary' | 'success' | 'error' | 'warning' | 'dark' | 'darker' | 'black';
8
+ export declare const chipVariants: readonly ["default", "primary", "success", "error", "warning", "dark", "darker", "black"];
9
+ type ChipVariant = (typeof chipVariants)[number];
10
+ declare const iconSizesMap: Record<keyof typeof sizeStyles, IconProps['size']>;
11
+ export declare const chipIconSizes: (keyof typeof iconSizesMap)[];
12
+ type ChipIconSize = (typeof chipIconSizes)[number];
9
13
  declare const sizeStyles: {
10
14
  XS: {
11
15
  borderRadius: string;
@@ -20,865 +24,20 @@ declare const sizeStyles: {
20
24
  height: string;
21
25
  };
22
26
  L: {
23
- accentColor?: import("csstype").Property.AccentColor | undefined;
24
- alignContent?: import("csstype").Property.AlignContent | undefined;
25
- alignItems?: import("csstype").Property.AlignItems | undefined;
26
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
27
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
28
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
29
- anchorName?: import("csstype").Property.AnchorName | undefined;
30
- anchorScope?: import("csstype").Property.AnchorScope | undefined;
31
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
32
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
33
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
34
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
35
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
36
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
37
- animationName?: import("csstype").Property.AnimationName | undefined;
38
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
39
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
40
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
41
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
42
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
43
- appearance?: import("csstype").Property.Appearance | undefined;
44
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
45
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
46
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
47
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
48
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
49
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
50
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
51
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
52
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
53
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
54
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
55
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
56
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
57
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
58
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
59
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
60
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
61
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
62
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
63
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
64
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
65
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
66
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
67
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
68
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
69
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
70
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
71
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
72
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
73
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
74
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
75
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
76
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
77
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
78
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
79
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
80
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
81
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
82
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
83
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
84
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
85
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
86
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
87
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
88
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
89
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
90
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
91
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
92
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
93
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
94
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
95
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
96
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
97
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
98
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
99
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
100
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
101
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
102
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
103
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
104
- breakInside?: import("csstype").Property.BreakInside | undefined;
105
- captionSide?: import("csstype").Property.CaptionSide | undefined;
106
- caretColor?: import("csstype").Property.CaretColor | undefined;
107
- caretShape?: import("csstype").Property.CaretShape | undefined;
108
- clear?: import("csstype").Property.Clear | undefined;
109
- clipPath?: import("csstype").Property.ClipPath | undefined;
110
- clipRule?: import("csstype").Property.ClipRule | undefined;
111
- color?: import("csstype").Property.Color | undefined;
112
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
113
- colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
114
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
115
- columnCount?: import("csstype").Property.ColumnCount | undefined;
116
- columnFill?: import("csstype").Property.ColumnFill | undefined;
117
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
118
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
119
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
120
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
121
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
122
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
123
- contain?: import("csstype").Property.Contain | undefined;
124
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
125
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
126
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
127
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
128
- containerName?: import("csstype").Property.ContainerName | undefined;
129
- containerType?: import("csstype").Property.ContainerType | undefined;
130
- content?: import("csstype").Property.Content | undefined;
131
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
132
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
133
- counterReset?: import("csstype").Property.CounterReset | undefined;
134
- counterSet?: import("csstype").Property.CounterSet | undefined;
135
- cursor?: import("csstype").Property.Cursor | undefined;
136
- cx?: import("csstype").Property.Cx<string | number> | undefined;
137
- cy?: import("csstype").Property.Cy<string | number> | undefined;
138
- d?: import("csstype").Property.D | undefined;
139
- direction?: import("csstype").Property.Direction | undefined;
140
- display?: import("csstype").Property.Display | undefined;
141
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
142
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
143
- fieldSizing?: import("csstype").Property.FieldSizing | undefined;
144
- fill?: import("csstype").Property.Fill | undefined;
145
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
146
- fillRule?: import("csstype").Property.FillRule | undefined;
147
- filter?: import("csstype").Property.Filter | undefined;
148
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
149
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
150
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
151
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
152
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
153
- float?: import("csstype").Property.Float | undefined;
154
- floodColor?: import("csstype").Property.FloodColor | undefined;
155
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
156
- fontFamily?: import("csstype").Property.FontFamily | undefined;
157
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
158
- fontKerning?: import("csstype").Property.FontKerning | undefined;
159
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
160
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
161
- fontPalette?: import("csstype").Property.FontPalette | undefined;
162
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
163
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
164
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
165
- fontStyle?: import("csstype").Property.FontStyle | undefined;
166
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
167
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
168
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
169
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
170
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
171
- fontVariant?: import("csstype").Property.FontVariant | undefined;
172
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
173
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
174
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
175
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
176
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
177
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
178
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
179
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
180
- fontWeight?: import("csstype").Property.FontWeight | undefined;
181
- fontWidth?: import("csstype").Property.FontWidth | undefined;
182
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
183
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
184
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
185
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
186
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
187
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
188
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
189
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
190
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
191
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
192
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
193
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
194
- height: import("csstype").Property.Height<string | number>;
195
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
196
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
197
- hyphens?: import("csstype").Property.Hyphens | undefined;
198
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
199
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
200
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
201
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
202
- initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
203
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
204
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
205
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
206
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
207
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
208
- interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
209
- isolation?: import("csstype").Property.Isolation | undefined;
210
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
211
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
212
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
213
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
214
- left?: import("csstype").Property.Left<string | number> | undefined;
215
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
216
- lightingColor?: import("csstype").Property.LightingColor | undefined;
217
- lineBreak?: import("csstype").Property.LineBreak | undefined;
218
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
219
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
220
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
221
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
222
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
223
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
224
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
225
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
226
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
227
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
228
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
229
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
230
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
231
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
232
- marker?: import("csstype").Property.Marker | undefined;
233
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
234
- markerMid?: import("csstype").Property.MarkerMid | undefined;
235
- markerStart?: import("csstype").Property.MarkerStart | undefined;
236
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
237
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
238
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
239
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
240
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
241
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
242
- maskClip?: import("csstype").Property.MaskClip | undefined;
243
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
244
- maskImage?: import("csstype").Property.MaskImage | undefined;
245
- maskMode?: import("csstype").Property.MaskMode | undefined;
246
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
247
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
248
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
249
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
250
- maskType?: import("csstype").Property.MaskType | undefined;
251
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
252
- mathDepth?: import("csstype").Property.MathDepth | undefined;
253
- mathShift?: import("csstype").Property.MathShift | undefined;
254
- mathStyle?: import("csstype").Property.MathStyle | undefined;
255
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
256
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
257
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
258
- maxLines?: import("csstype").Property.MaxLines | undefined;
259
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
260
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
261
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
262
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
263
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
264
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
265
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
266
- motionPath?: import("csstype").Property.OffsetPath | undefined;
267
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
268
- objectFit?: import("csstype").Property.ObjectFit | undefined;
269
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
270
- objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
271
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
272
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
273
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
274
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
275
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
276
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
277
- opacity?: import("csstype").Property.Opacity | undefined;
278
- order?: import("csstype").Property.Order | undefined;
279
- orphans?: import("csstype").Property.Orphans | undefined;
280
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
281
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
282
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
283
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
284
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
285
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
286
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
287
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
288
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
289
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
290
- overflowX?: import("csstype").Property.OverflowX | undefined;
291
- overflowY?: import("csstype").Property.OverflowY | undefined;
292
- overlay?: import("csstype").Property.Overlay | undefined;
293
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
294
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
295
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
296
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
297
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
298
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
299
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
300
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
301
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
302
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
303
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
304
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
305
- page?: import("csstype").Property.Page | undefined;
306
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
307
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
308
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
309
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
310
- position?: import("csstype").Property.Position | undefined;
311
- positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
312
- positionArea?: import("csstype").Property.PositionArea | undefined;
313
- positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
314
- positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
315
- positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
316
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
317
- quotes?: import("csstype").Property.Quotes | undefined;
318
- r?: import("csstype").Property.R<string | number> | undefined;
319
- resize?: import("csstype").Property.Resize | undefined;
320
- right?: import("csstype").Property.Right<string | number> | undefined;
321
- rotate?: import("csstype").Property.Rotate | undefined;
322
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
323
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
324
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
325
- rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
326
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
327
- rx?: import("csstype").Property.Rx<string | number> | undefined;
328
- ry?: import("csstype").Property.Ry<string | number> | undefined;
329
- scale?: import("csstype").Property.Scale | undefined;
330
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
331
- scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
332
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
333
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
334
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
335
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
336
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
337
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
338
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
339
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
340
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
341
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
342
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
343
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
344
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
345
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
346
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
347
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
348
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
349
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
350
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
351
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
352
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
353
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
354
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
355
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
356
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
357
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
358
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
359
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
360
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
361
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
362
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
363
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
364
- speakAs?: import("csstype").Property.SpeakAs | undefined;
365
- stopColor?: import("csstype").Property.StopColor | undefined;
366
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
367
- stroke?: import("csstype").Property.Stroke | undefined;
368
- strokeColor?: import("csstype").Property.StrokeColor | undefined;
369
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
370
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
371
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
372
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
373
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
374
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
375
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
376
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
377
- tableLayout?: import("csstype").Property.TableLayout | undefined;
378
- textAlign?: import("csstype").Property.TextAlign | undefined;
379
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
380
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
381
- textAutospace?: import("csstype").Property.TextAutospace | undefined;
382
- textBox?: import("csstype").Property.TextBox | undefined;
383
- textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
384
- textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
385
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
386
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
387
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
388
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
389
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
390
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
391
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
392
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
393
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
394
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
395
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
396
- textJustify?: import("csstype").Property.TextJustify | undefined;
397
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
398
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
399
- textRendering?: import("csstype").Property.TextRendering | undefined;
400
- textShadow?: import("csstype").Property.TextShadow | undefined;
401
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
402
- textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
403
- textTransform?: import("csstype").Property.TextTransform | undefined;
404
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
405
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
406
- textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
407
- textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
408
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
409
- top?: import("csstype").Property.Top<string | number> | undefined;
410
- touchAction?: import("csstype").Property.TouchAction | undefined;
411
- transform?: import("csstype").Property.Transform | undefined;
412
- transformBox?: import("csstype").Property.TransformBox | undefined;
413
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
414
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
415
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
416
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
417
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
418
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
419
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
420
- translate?: import("csstype").Property.Translate<string | number> | undefined;
421
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
422
- userSelect?: import("csstype").Property.UserSelect | undefined;
423
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
424
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
425
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
426
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
427
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
428
- viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
429
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
430
- visibility?: import("csstype").Property.Visibility | undefined;
431
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
432
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
433
- widows?: import("csstype").Property.Widows | undefined;
434
- width?: import("csstype").Property.Width<string | number> | undefined;
435
- willChange?: import("csstype").Property.WillChange | undefined;
436
- wordBreak?: import("csstype").Property.WordBreak | undefined;
437
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
438
- wordWrap?: import("csstype").Property.WordWrap | undefined;
439
- writingMode?: import("csstype").Property.WritingMode | undefined;
440
- x?: import("csstype").Property.X<string | number> | undefined;
441
- y?: import("csstype").Property.Y<string | number> | undefined;
442
- zIndex?: import("csstype").Property.ZIndex | undefined;
443
- zoom?: import("csstype").Property.Zoom | undefined;
444
- all?: import("csstype").Property.All | undefined;
445
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
446
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
447
- background?: import("csstype").Property.Background<string | number> | undefined;
448
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
449
- border?: import("csstype").Property.Border<string | number> | undefined;
450
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
451
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
452
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
453
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
454
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
455
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
456
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
457
- borderColor?: import("csstype").Property.BorderColor | undefined;
458
- borderImage?: import("csstype").Property.BorderImage | undefined;
459
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
460
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
461
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
462
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
463
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
464
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
465
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
466
- borderRadius: import("csstype").Property.BorderRadius<string | number>;
467
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
468
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
469
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
470
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
471
- caret?: import("csstype").Property.Caret | undefined;
472
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
473
- columns?: import("csstype").Property.Columns<string | number> | undefined;
474
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
475
- container?: import("csstype").Property.Container | undefined;
476
- flex?: import("csstype").Property.Flex<string | number> | undefined;
477
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
478
- font?: import("csstype").Property.Font | undefined;
479
- gap?: import("csstype").Property.Gap<string | number> | undefined;
480
- grid?: import("csstype").Property.Grid | undefined;
481
- gridArea?: import("csstype").Property.GridArea | undefined;
482
- gridColumn?: import("csstype").Property.GridColumn | undefined;
483
- gridRow?: import("csstype").Property.GridRow | undefined;
484
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
485
- inset?: import("csstype").Property.Inset<string | number> | undefined;
486
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
487
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
488
- lineClamp?: import("csstype").Property.LineClamp | undefined;
489
- listStyle?: import("csstype").Property.ListStyle | undefined;
490
- margin?: import("csstype").Property.Margin<string | number> | undefined;
491
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
492
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
493
- mask?: import("csstype").Property.Mask<string | number> | undefined;
494
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
495
- motion?: import("csstype").Property.Offset<string | number> | undefined;
496
- offset?: import("csstype").Property.Offset<string | number> | undefined;
497
- outline?: import("csstype").Property.Outline<string | number> | undefined;
498
- overflow?: import("csstype").Property.Overflow | undefined;
499
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
500
- padding?: import("csstype").Property.Padding<string | number> | undefined;
501
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
502
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
503
- placeContent?: import("csstype").Property.PlaceContent | undefined;
504
- placeItems?: import("csstype").Property.PlaceItems | undefined;
505
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
506
- positionTry?: import("csstype").Property.PositionTry | undefined;
507
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
508
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
509
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
510
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
511
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
512
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
513
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
514
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
515
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
516
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
517
- textWrap?: import("csstype").Property.TextWrap | undefined;
518
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
519
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
520
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
521
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
522
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
523
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
524
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
525
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
526
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
527
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
528
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
529
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
530
- MozBinding?: import("csstype").Property.MozBinding | undefined;
531
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
532
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
533
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
534
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
535
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
536
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
537
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
538
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
539
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
540
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
541
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
542
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
543
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
544
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
545
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
546
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
547
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
548
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
549
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
550
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
551
- MozOrient?: import("csstype").Property.MozOrient | undefined;
552
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
553
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
554
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
555
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
556
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
557
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
558
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
559
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
560
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
561
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
562
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
563
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
564
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
565
- MozTransform?: import("csstype").Property.Transform | undefined;
566
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
567
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
568
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
569
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
570
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
571
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
572
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
573
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
574
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
575
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
576
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
577
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
578
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
579
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
580
- msFilter?: import("csstype").Property.MsFilter | undefined;
581
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
582
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
583
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
584
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
585
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
586
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
587
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
588
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
589
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
590
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
591
- msHyphens?: import("csstype").Property.Hyphens | undefined;
592
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
593
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
594
- msOrder?: import("csstype").Property.Order | undefined;
595
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
596
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
597
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
598
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
599
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
600
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
601
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
602
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
603
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
604
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
605
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
606
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
607
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
608
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
609
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
610
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
611
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
612
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
613
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
614
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
615
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
616
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
617
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
618
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
619
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
620
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
621
- msTransform?: import("csstype").Property.Transform | undefined;
622
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
623
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
624
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
625
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
626
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
627
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
628
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
629
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
630
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
631
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
632
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
633
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
634
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
635
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
636
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
637
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
638
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
639
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
640
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
641
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
642
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
643
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
644
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
645
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
646
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
647
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
648
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
649
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
650
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
651
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
652
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
653
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
654
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
655
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
656
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
657
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
658
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
659
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
660
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
661
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
662
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
663
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
664
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
665
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
666
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
667
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
668
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
669
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
670
- WebkitFilter?: import("csstype").Property.Filter | undefined;
671
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
672
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
673
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
674
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
675
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
676
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
677
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
678
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
679
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
680
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
681
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
682
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
683
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
684
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
685
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
686
- WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
687
- WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
688
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
689
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
690
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
691
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
692
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
693
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
694
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
695
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
696
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
697
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
698
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
699
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
700
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
701
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
702
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
703
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
704
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
705
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
706
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
707
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
708
- WebkitOrder?: import("csstype").Property.Order | undefined;
709
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
710
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
711
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
712
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
713
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
714
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
715
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
716
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
717
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
718
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
719
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
720
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
721
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
722
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
723
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
724
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
725
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
726
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
727
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
728
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
729
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
730
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
731
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
732
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
733
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
734
- WebkitTransform?: import("csstype").Property.Transform | undefined;
735
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
736
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
737
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
738
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
739
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
740
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
741
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
742
- WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
743
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
744
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
745
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
746
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
747
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
748
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
749
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
750
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
751
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
752
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
753
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
754
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
755
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
756
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
757
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
758
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
759
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
760
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
761
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
762
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
763
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
764
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
765
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
766
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
767
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
768
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
769
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
770
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
771
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
772
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
773
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
774
- boxLines?: import("csstype").Property.BoxLines | undefined;
775
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
776
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
777
- boxPack?: import("csstype").Property.BoxPack | undefined;
778
- clip?: import("csstype").Property.Clip | undefined;
779
- fontStretch?: import("csstype").Property.FontStretch | undefined;
780
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
781
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
782
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
783
- imeMode?: import("csstype").Property.ImeMode | undefined;
784
- insetArea?: import("csstype").Property.PositionArea | undefined;
785
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
786
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
787
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
788
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
789
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
790
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
791
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
792
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
793
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
794
- positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
795
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
796
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
797
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
798
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
799
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
800
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
801
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
802
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
803
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
804
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
805
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
806
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
807
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
808
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
809
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
810
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
811
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
812
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
813
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
814
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
815
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
816
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
817
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
818
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
819
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
820
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
821
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
822
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
823
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
824
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
825
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
826
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
827
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
828
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
829
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
830
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
831
- MozOpacity?: import("csstype").Property.Opacity | undefined;
832
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
833
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
834
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
835
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
836
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
837
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
838
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
839
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
840
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
841
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
842
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
843
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
844
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
845
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
846
- msImeMode?: import("csstype").Property.ImeMode | undefined;
847
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
848
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
849
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
850
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
851
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
852
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
853
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
854
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
855
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
856
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
857
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
858
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
859
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
860
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
861
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
862
- OTransform?: import("csstype").Property.Transform | undefined;
863
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
864
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
865
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
866
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
867
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
868
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
869
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
870
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
871
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
872
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
873
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
874
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
875
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
876
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
877
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
878
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
879
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
27
+ fontFamily: "Source Sans Pro";
28
+ fontSize: string;
29
+ fontWeight: number;
30
+ fontStretch: string;
31
+ fontStyle: string;
32
+ lineHeight: string;
33
+ letterSpacing: string;
34
+ borderRadius: string;
35
+ height: string;
880
36
  };
881
37
  };
38
+ export declare const chipSizes: (keyof typeof sizeStyles)[];
39
+ type ChipSize = (typeof chipSizes)[number];
40
+ export declare const chipComponents: readonly ["span", "li", "a"];
882
41
  export type ChipProps = Pick<MuiChipProps, 'id' | 'label' | 'sx' | 'onClick' | 'onDelete' | 'onMouseEnter' | 'onMouseLeave'> & {
883
42
  /**
884
43
  * The icon to display
@@ -896,7 +55,7 @@ export type ChipProps = Pick<MuiChipProps, 'id' | 'label' | 'sx' | 'onClick' | '
896
55
  /**
897
56
  * The size of the icon
898
57
  */
899
- iconSize?: IconProps['size'];
58
+ iconSize?: ChipIconSize;
900
59
  /**
901
60
  * Tooltip for icon
902
61
  */
@@ -926,7 +85,7 @@ export type ChipProps = Pick<MuiChipProps, 'id' | 'label' | 'sx' | 'onClick' | '
926
85
  /**
927
86
  * The size of the chip.
928
87
  */
929
- size?: keyof typeof sizeStyles;
88
+ size?: ChipSize;
930
89
  /**
931
90
  * The variant of the typography.
932
91
  */
@@ -968,7 +127,7 @@ declare const Chip: React.ForwardRefExoticComponent<Pick<MuiChipProps, "label" |
968
127
  /**
969
128
  * The size of the icon
970
129
  */
971
- iconSize?: IconProps["size"];
130
+ iconSize?: ChipIconSize;
972
131
  /**
973
132
  * Tooltip for icon
974
133
  */
@@ -998,7 +157,7 @@ declare const Chip: React.ForwardRefExoticComponent<Pick<MuiChipProps, "label" |
998
157
  /**
999
158
  * The size of the chip.
1000
159
  */
1001
- size?: keyof typeof sizeStyles;
160
+ size?: ChipSize;
1002
161
  /**
1003
162
  * The variant of the typography.
1004
163
  */