@cakemail-org/ui-components-v2 2.2.90 → 2.2.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/data/theme/MuiAvatar.d.ts +87 -55
- package/dist/cjs/data/theme/MuiMenuItem.d.ts +87 -55
- package/dist/cjs/data/theme/MuiTableCell.d.ts +87 -55
- package/dist/cjs/data/theme/MuiTableHead.d.ts +87 -55
- package/dist/cjs/data/theme/MuiTablePagination.d.ts +87 -55
- package/dist/cjs/data/theme/MuiTextField.d.ts +348 -220
- package/dist/cjs/data/theme/MuiTooltip.d.ts +87 -55
- package/dist/cjs/factories/customDomains/index.d.ts +13 -0
- package/dist/cjs/factories/index.d.ts +1 -0
- package/dist/cjs/index.js +323 -86
- package/dist/cjs/models/customDomains/index.d.ts +22 -0
- package/dist/cjs/models/customDomains/types.d.ts +34 -0
- package/dist/cjs/models/index.d.ts +1 -0
- package/dist/cjs/models/pages/index.d.ts +2 -0
- package/dist/cjs/models/pages/types.d.ts +2 -0
- package/dist/cjs/services/customDomains/index.d.ts +18 -0
- package/dist/cjs/services/index.d.ts +1 -0
- package/dist/esm/data/theme/MuiAvatar.d.ts +87 -55
- package/dist/esm/data/theme/MuiMenuItem.d.ts +87 -55
- package/dist/esm/data/theme/MuiTableCell.d.ts +87 -55
- package/dist/esm/data/theme/MuiTableHead.d.ts +87 -55
- package/dist/esm/data/theme/MuiTablePagination.d.ts +87 -55
- package/dist/esm/data/theme/MuiTextField.d.ts +348 -220
- package/dist/esm/data/theme/MuiTooltip.d.ts +87 -55
- package/dist/esm/factories/customDomains/index.d.ts +13 -0
- package/dist/esm/factories/index.d.ts +1 -0
- package/dist/esm/index.js +318 -88
- package/dist/esm/models/customDomains/index.d.ts +22 -0
- package/dist/esm/models/customDomains/types.d.ts +34 -0
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/pages/index.d.ts +2 -0
- package/dist/esm/models/pages/types.d.ts +2 -0
- package/dist/esm/services/customDomains/index.d.ts +18 -0
- package/dist/esm/services/index.d.ts +1 -0
- package/package.json +2 -2
|
@@ -51,6 +51,9 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
51
51
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
52
52
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
53
53
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
54
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
55
|
+
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
56
|
+
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
54
57
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
55
58
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
56
59
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -77,17 +80,14 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
77
80
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
78
81
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
79
82
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
80
|
-
|
|
83
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
81
84
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
82
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
83
85
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
84
86
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
85
87
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
86
88
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
87
89
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
88
90
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
89
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
90
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
91
91
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
92
92
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
93
93
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -101,15 +101,12 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
101
101
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
102
102
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
103
103
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
104
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
105
104
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
106
105
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
107
106
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
108
107
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
109
108
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
110
109
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
111
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
112
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
113
110
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
114
111
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
115
112
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -136,8 +133,10 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
136
133
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
137
134
|
clear?: import("csstype").Property.Clear | undefined;
|
|
138
135
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
136
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
139
137
|
color?: import("csstype").Property.Color | undefined;
|
|
140
138
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
139
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
141
140
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
142
141
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
143
142
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -160,9 +159,17 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
160
159
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
161
160
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
162
161
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
162
|
+
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
163
|
+
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
164
|
+
d?: import("csstype").Property.D | undefined;
|
|
163
165
|
direction?: import("csstype").Property.Direction | undefined;
|
|
164
166
|
display?: import("csstype").Property.Display | undefined;
|
|
167
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
165
168
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
169
|
+
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
170
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
171
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
172
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
166
173
|
filter?: import("csstype").Property.Filter | undefined;
|
|
167
174
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
168
175
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -170,6 +177,8 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
170
177
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
171
178
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
172
179
|
float?: import("csstype").Property.Float | undefined;
|
|
180
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
181
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
173
182
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
174
183
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
175
184
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -179,7 +188,6 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
179
188
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
180
189
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
181
190
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
182
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
183
191
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
184
192
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
185
193
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -196,6 +204,7 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
196
204
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
197
205
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
198
206
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
207
|
+
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
199
208
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
200
209
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
201
210
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -216,12 +225,13 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
216
225
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
217
226
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
218
227
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
228
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
219
229
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
220
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
221
230
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
222
231
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
223
232
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
224
233
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
234
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
225
235
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
226
236
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
227
237
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -229,6 +239,7 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
229
239
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
230
240
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
231
241
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
242
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
232
243
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
233
244
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
234
245
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
@@ -243,6 +254,10 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
243
254
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
244
255
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
245
256
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
257
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
258
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
259
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
260
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
246
261
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
247
262
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
248
263
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -277,6 +292,7 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
277
292
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
278
293
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
279
294
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
295
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
280
296
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
281
297
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
282
298
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -312,25 +328,32 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
312
328
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
313
329
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
314
330
|
page?: import("csstype").Property.Page | undefined;
|
|
315
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
316
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
317
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
318
331
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
319
332
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
320
333
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
321
334
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
322
335
|
position?: import("csstype").Property.Position | undefined;
|
|
336
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
337
|
+
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
338
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
339
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
340
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
323
341
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
324
342
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
343
|
+
r?: import("csstype").Property.R<string | number> | undefined;
|
|
325
344
|
resize?: import("csstype").Property.Resize | undefined;
|
|
326
345
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
327
346
|
rotate?: import("csstype").Property.Rotate | undefined;
|
|
328
347
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
329
348
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
330
349
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
350
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
331
351
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
352
|
+
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
353
|
+
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
332
354
|
scale?: import("csstype").Property.Scale | undefined;
|
|
333
355
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
356
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
334
357
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
335
358
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
336
359
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -362,10 +385,28 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
362
385
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
363
386
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
364
387
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
388
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
389
|
+
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
390
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
391
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
392
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
393
|
+
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
394
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
395
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
396
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
397
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
398
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
399
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
400
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
365
401
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
366
402
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
367
403
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
368
404
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
405
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
406
|
+
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
407
|
+
textBox?: import("csstype").Property.TextBox | undefined;
|
|
408
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
409
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
369
410
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
370
411
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
371
412
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -383,10 +424,12 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
383
424
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
384
425
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
385
426
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
427
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
386
428
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
387
429
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
388
430
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
389
|
-
|
|
431
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
|
|
432
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
390
433
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
391
434
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
392
435
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -402,15 +445,16 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
402
445
|
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
403
446
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
404
447
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
448
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
405
449
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
406
450
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
407
451
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
408
452
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
453
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
409
454
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
410
455
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
411
456
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
412
457
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
413
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
414
458
|
widows?: import("csstype").Property.Widows | undefined;
|
|
415
459
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
416
460
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -418,6 +462,8 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
418
462
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
419
463
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
420
464
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
465
|
+
x?: import("csstype").Property.X<string | number> | undefined;
|
|
466
|
+
y?: import("csstype").Property.Y<string | number> | undefined;
|
|
421
467
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
422
468
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
423
469
|
all?: import("csstype").Property.All | undefined;
|
|
@@ -427,14 +473,20 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
427
473
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
428
474
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
429
475
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
476
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
430
477
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
431
478
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
479
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
480
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
432
481
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
433
482
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
434
483
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
435
484
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
485
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
436
486
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
437
487
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
488
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
489
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
438
490
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
439
491
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
440
492
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
@@ -474,6 +526,7 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
474
526
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
475
527
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
476
528
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
529
|
+
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
477
530
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
478
531
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
479
532
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -484,6 +537,7 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
484
537
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
485
538
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
486
539
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
540
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
487
541
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
488
542
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
489
543
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -495,6 +549,7 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
495
549
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
496
550
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
497
551
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
552
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
498
553
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
499
554
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
500
555
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -506,8 +561,6 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
506
561
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
507
562
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
508
563
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
509
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
510
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
511
564
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
512
565
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
513
566
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -516,7 +569,6 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
516
569
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
517
570
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
518
571
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
519
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
520
572
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
521
573
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
522
574
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -527,11 +579,15 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
527
579
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
528
580
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
529
581
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
582
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
583
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
530
584
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
531
585
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
532
586
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
533
587
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
534
|
-
|
|
588
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
589
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
590
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
535
591
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
536
592
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
537
593
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -650,6 +706,8 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
650
706
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
651
707
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
652
708
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
709
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
710
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
653
711
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
654
712
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
655
713
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -704,13 +762,14 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
704
762
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
705
763
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
706
764
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
707
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
765
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
|
|
708
766
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
709
767
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
710
768
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
711
769
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
712
770
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
713
771
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
772
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
714
773
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
715
774
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
716
775
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -731,7 +790,6 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
731
790
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
732
791
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
733
792
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
734
|
-
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
735
793
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
736
794
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
737
795
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -741,16 +799,22 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
741
799
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
742
800
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
743
801
|
clip?: import("csstype").Property.Clip | undefined;
|
|
802
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
744
803
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
745
804
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
746
805
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
747
806
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
807
|
+
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
748
808
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
749
809
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
750
810
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
751
811
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
752
812
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
753
813
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
814
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
815
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
816
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
817
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
754
818
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
755
819
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
756
820
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -768,9 +832,7 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
768
832
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
769
833
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
770
834
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
771
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
772
835
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
773
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
774
836
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
775
837
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
776
838
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -785,6 +847,8 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
785
847
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
786
848
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
787
849
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
850
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
851
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
788
852
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
789
853
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
790
854
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -792,20 +856,15 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
792
856
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
793
857
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
794
858
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
795
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
796
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
797
859
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
798
860
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
799
861
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
800
862
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
801
|
-
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
802
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
803
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
804
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
805
863
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
806
864
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
807
865
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
808
866
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
867
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
809
868
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
810
869
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
811
870
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -838,36 +897,9 @@ export default function getMuiMenuItem(theme: Theme): {
|
|
|
838
897
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
839
898
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
840
899
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
841
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
842
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
843
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
844
900
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
845
901
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
846
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
847
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
848
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
849
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
850
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
851
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
852
902
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
853
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
854
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
855
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
856
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
857
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
858
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
859
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
860
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
861
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
862
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
863
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
864
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
865
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
866
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
867
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
868
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
869
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
870
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
871
903
|
};
|
|
872
904
|
};
|
|
873
905
|
defaultProps: {
|