@m4l/styles 0.0.22 → 0.0.23

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