@cakemail-org/ui-components-v2 2.2.89 → 2.2.91

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.
@@ -10,6 +10,9 @@ export default function getMuiTableHead(theme: Theme): {
10
10
  alignItems?: import("csstype").Property.AlignItems | undefined;
11
11
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
12
12
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
13
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
14
+ anchorName?: import("csstype").Property.AnchorName | undefined;
15
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
13
16
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
14
17
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
15
18
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -36,17 +39,14 @@ export default function getMuiTableHead(theme: Theme): {
36
39
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
37
40
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
38
41
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
39
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
42
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
40
43
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
41
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
42
44
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
43
45
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
44
46
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
45
47
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
46
48
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
47
49
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
48
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
49
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
50
50
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
51
51
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
52
52
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -60,15 +60,12 @@ export default function getMuiTableHead(theme: Theme): {
60
60
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
61
61
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
62
62
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
63
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
64
63
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
65
64
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
66
65
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
67
66
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
68
67
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
69
68
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
70
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
71
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
72
69
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
73
70
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
74
71
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -95,7 +92,9 @@ export default function getMuiTableHead(theme: Theme): {
95
92
  caretShape?: import("csstype").Property.CaretShape | undefined;
96
93
  clear?: import("csstype").Property.Clear | undefined;
97
94
  clipPath?: import("csstype").Property.ClipPath | undefined;
95
+ clipRule?: import("csstype").Property.ClipRule | undefined;
98
96
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
97
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
99
98
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
100
99
  columnCount?: import("csstype").Property.ColumnCount | undefined;
101
100
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -118,9 +117,17 @@ export default function getMuiTableHead(theme: Theme): {
118
117
  counterReset?: import("csstype").Property.CounterReset | undefined;
119
118
  counterSet?: import("csstype").Property.CounterSet | undefined;
120
119
  cursor?: import("csstype").Property.Cursor | undefined;
120
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
121
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
122
+ d?: import("csstype").Property.D | undefined;
121
123
  direction?: import("csstype").Property.Direction | undefined;
122
124
  display?: import("csstype").Property.Display | undefined;
125
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
123
126
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
127
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
128
+ fill?: import("csstype").Property.Fill | undefined;
129
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
130
+ fillRule?: import("csstype").Property.FillRule | undefined;
124
131
  filter?: import("csstype").Property.Filter | undefined;
125
132
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
126
133
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -128,6 +135,8 @@ export default function getMuiTableHead(theme: Theme): {
128
135
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
129
136
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
130
137
  float?: import("csstype").Property.Float | undefined;
138
+ floodColor?: import("csstype").Property.FloodColor | undefined;
139
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
131
140
  fontFamily?: import("csstype").Property.FontFamily | undefined;
132
141
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
133
142
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -137,7 +146,6 @@ export default function getMuiTableHead(theme: Theme): {
137
146
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
138
147
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
139
148
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
140
- fontStretch?: import("csstype").Property.FontStretch | undefined;
141
149
  fontStyle?: import("csstype").Property.FontStyle | undefined;
142
150
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
143
151
  fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
@@ -154,6 +162,7 @@ export default function getMuiTableHead(theme: Theme): {
154
162
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
155
163
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
156
164
  fontWeight?: import("csstype").Property.FontWeight | undefined;
165
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
157
166
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
158
167
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
159
168
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -174,12 +183,13 @@ export default function getMuiTableHead(theme: Theme): {
174
183
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
175
184
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
176
185
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
186
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
177
187
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
178
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
179
188
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
180
189
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
181
190
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
182
191
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
192
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
183
193
  isolation?: import("csstype").Property.Isolation | undefined;
184
194
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
185
195
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -187,6 +197,7 @@ export default function getMuiTableHead(theme: Theme): {
187
197
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
188
198
  left?: import("csstype").Property.Left<string | number> | undefined;
189
199
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
200
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
190
201
  lineBreak?: import("csstype").Property.LineBreak | undefined;
191
202
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
192
203
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -202,6 +213,10 @@ export default function getMuiTableHead(theme: Theme): {
202
213
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
203
214
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
204
215
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
216
+ marker?: import("csstype").Property.Marker | undefined;
217
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
218
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
219
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
205
220
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
206
221
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
207
222
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -236,6 +251,7 @@ export default function getMuiTableHead(theme: Theme): {
236
251
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
237
252
  objectFit?: import("csstype").Property.ObjectFit | undefined;
238
253
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
254
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
239
255
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
240
256
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
241
257
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -271,25 +287,32 @@ export default function getMuiTableHead(theme: Theme): {
271
287
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
272
288
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
273
289
  page?: import("csstype").Property.Page | undefined;
274
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
275
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
276
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
277
290
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
278
291
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
279
292
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
280
293
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
281
294
  position?: import("csstype").Property.Position | undefined;
295
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
296
+ positionArea?: import("csstype").Property.PositionArea | undefined;
297
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
298
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
299
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
282
300
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
283
301
  quotes?: import("csstype").Property.Quotes | undefined;
302
+ r?: import("csstype").Property.R<string | number> | undefined;
284
303
  resize?: import("csstype").Property.Resize | undefined;
285
304
  right?: import("csstype").Property.Right<string | number> | undefined;
286
305
  rotate?: import("csstype").Property.Rotate | undefined;
287
306
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
288
307
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
289
308
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
309
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
290
310
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
311
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
312
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
291
313
  scale?: import("csstype").Property.Scale | undefined;
292
314
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
315
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
293
316
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
294
317
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
295
318
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -321,10 +344,28 @@ export default function getMuiTableHead(theme: Theme): {
321
344
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
322
345
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
323
346
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
347
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
348
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
349
+ stopColor?: import("csstype").Property.StopColor | undefined;
350
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
351
+ stroke?: import("csstype").Property.Stroke | undefined;
352
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
353
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
354
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
355
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
356
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
357
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
358
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
359
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
324
360
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
325
361
  tableLayout?: import("csstype").Property.TableLayout | undefined;
326
362
  textAlign?: import("csstype").Property.TextAlign | undefined;
327
363
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
364
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
365
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
366
+ textBox?: import("csstype").Property.TextBox | undefined;
367
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
368
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
328
369
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
329
370
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
330
371
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -342,10 +383,12 @@ export default function getMuiTableHead(theme: Theme): {
342
383
  textRendering?: import("csstype").Property.TextRendering | undefined;
343
384
  textShadow?: import("csstype").Property.TextShadow | undefined;
344
385
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
386
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
345
387
  textTransform?: import("csstype").Property.TextTransform | undefined;
346
388
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
347
389
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
348
- textWrap?: import("csstype").Property.TextWrap | undefined;
390
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
391
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
349
392
  timelineScope?: import("csstype").Property.TimelineScope | undefined;
350
393
  top?: import("csstype").Property.Top<string | number> | undefined;
351
394
  touchAction?: import("csstype").Property.TouchAction | undefined;
@@ -361,15 +404,16 @@ export default function getMuiTableHead(theme: Theme): {
361
404
  translate?: import("csstype").Property.Translate<string | number> | undefined;
362
405
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
363
406
  userSelect?: import("csstype").Property.UserSelect | undefined;
407
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
364
408
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
365
409
  viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
366
410
  viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
367
411
  viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
412
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
368
413
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
369
414
  visibility?: import("csstype").Property.Visibility | undefined;
370
415
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
371
416
  whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
372
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
373
417
  widows?: import("csstype").Property.Widows | undefined;
374
418
  width?: import("csstype").Property.Width<string | number> | undefined;
375
419
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -377,6 +421,8 @@ export default function getMuiTableHead(theme: Theme): {
377
421
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
378
422
  wordWrap?: import("csstype").Property.WordWrap | undefined;
379
423
  writingMode?: import("csstype").Property.WritingMode | undefined;
424
+ x?: import("csstype").Property.X<string | number> | undefined;
425
+ y?: import("csstype").Property.Y<string | number> | undefined;
380
426
  zIndex?: import("csstype").Property.ZIndex | undefined;
381
427
  zoom?: import("csstype").Property.Zoom | undefined;
382
428
  all?: import("csstype").Property.All | undefined;
@@ -386,14 +432,20 @@ export default function getMuiTableHead(theme: Theme): {
386
432
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
387
433
  border?: import("csstype").Property.Border<string | number> | undefined;
388
434
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
435
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
389
436
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
390
437
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
438
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
439
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
391
440
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
392
441
  borderColor?: import("csstype").Property.BorderColor | undefined;
393
442
  borderImage?: import("csstype").Property.BorderImage | undefined;
394
443
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
444
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
395
445
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
396
446
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
447
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
448
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
397
449
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
398
450
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
399
451
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -435,6 +487,7 @@ export default function getMuiTableHead(theme: Theme): {
435
487
  placeContent?: import("csstype").Property.PlaceContent | undefined;
436
488
  placeItems?: import("csstype").Property.PlaceItems | undefined;
437
489
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
490
+ positionTry?: import("csstype").Property.PositionTry | undefined;
438
491
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
439
492
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
440
493
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -445,6 +498,7 @@ export default function getMuiTableHead(theme: Theme): {
445
498
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
446
499
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
447
500
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
501
+ textWrap?: import("csstype").Property.TextWrap | undefined;
448
502
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
449
503
  viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
450
504
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
@@ -456,6 +510,7 @@ export default function getMuiTableHead(theme: Theme): {
456
510
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
457
511
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
458
512
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
513
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
459
514
  MozBinding?: import("csstype").Property.MozBinding | undefined;
460
515
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
461
516
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -467,8 +522,6 @@ export default function getMuiTableHead(theme: Theme): {
467
522
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
468
523
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
469
524
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
470
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
471
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
472
525
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
473
526
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
474
527
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -477,7 +530,6 @@ export default function getMuiTableHead(theme: Theme): {
477
530
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
478
531
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
479
532
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
480
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
481
533
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
482
534
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
483
535
  MozOrient?: import("csstype").Property.MozOrient | undefined;
@@ -488,11 +540,15 @@ export default function getMuiTableHead(theme: Theme): {
488
540
  MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
489
541
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
490
542
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
543
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
544
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
491
545
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
492
546
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
493
547
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
494
548
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
495
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
549
+ MozTransform?: import("csstype").Property.Transform | undefined;
550
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
551
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
496
552
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
497
553
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
498
554
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -611,6 +667,8 @@ export default function getMuiTableHead(theme: Theme): {
611
667
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
612
668
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
613
669
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
670
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
671
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
614
672
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
615
673
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
616
674
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -665,13 +723,14 @@ export default function getMuiTableHead(theme: Theme): {
665
723
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
666
724
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
667
725
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
668
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
726
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
669
727
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
670
728
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
671
729
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
672
730
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
673
731
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
674
732
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
733
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
675
734
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
676
735
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
677
736
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -692,7 +751,6 @@ export default function getMuiTableHead(theme: Theme): {
692
751
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
693
752
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
694
753
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
695
- azimuth?: import("csstype").Property.Azimuth | undefined;
696
754
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
697
755
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
698
756
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -702,16 +760,22 @@ export default function getMuiTableHead(theme: Theme): {
702
760
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
703
761
  boxPack?: import("csstype").Property.BoxPack | undefined;
704
762
  clip?: import("csstype").Property.Clip | undefined;
763
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
705
764
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
706
765
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
707
766
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
708
767
  imeMode?: import("csstype").Property.ImeMode | undefined;
768
+ insetArea?: import("csstype").Property.PositionArea | undefined;
709
769
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
710
770
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
711
771
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
712
772
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
713
773
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
714
774
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
775
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
776
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
777
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
778
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
715
779
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
716
780
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
717
781
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -729,9 +793,7 @@ export default function getMuiTableHead(theme: Theme): {
729
793
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
730
794
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
731
795
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
732
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
733
796
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
734
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
735
797
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
736
798
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
737
799
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -746,6 +808,8 @@ export default function getMuiTableHead(theme: Theme): {
746
808
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
747
809
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
748
810
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
811
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
812
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
749
813
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
750
814
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
751
815
  MozOpacity?: import("csstype").Property.Opacity | undefined;
@@ -753,20 +817,15 @@ export default function getMuiTableHead(theme: Theme): {
753
817
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
754
818
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
755
819
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
756
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
757
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
758
820
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
759
821
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
760
822
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
761
823
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
762
- MozTransform?: import("csstype").Property.Transform | undefined;
763
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
764
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
765
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
766
824
  MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
767
825
  MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
768
826
  MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
769
827
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
828
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
770
829
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
771
830
  msImeMode?: import("csstype").Property.ImeMode | undefined;
772
831
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -799,36 +858,9 @@ export default function getMuiTableHead(theme: Theme): {
799
858
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
800
859
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
801
860
  WebkitBoxPack?: import("csstype").Property.BoxPack | 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
861
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
806
862
  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
863
  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
864
  };
833
865
  "tr th": {
834
866
  fontWeight: string;