@mui/docs 7.3.4 → 7.3.6
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/Ad/Ad.d.ts +1 -2
- package/Ad/Ad.js +1 -1
- package/Ad/AdCarbon.d.ts +2 -3
- package/Ad/AdDisplay.d.ts +1 -2
- package/Ad/AdGuest.d.ts +1 -1
- package/Ad/AdInHouse.d.ts +1 -2
- package/Ad/AdInHouse.js +0 -2
- package/Ad/AdManager.d.ts +1 -1
- package/Ad/AdProvider.d.ts +1 -1
- package/Ad/ad.styles.d.ts +464 -281
- package/CHANGELOG.md +142 -0
- package/CodeCopy/CodeCopy.d.ts +1 -1
- package/CodeCopy/CodeCopyButton.d.ts +1 -2
- package/CodeCopy/CodeCopyButton.js +0 -2
- package/ComponentLinkHeader/ComponentLinkHeader.d.ts +1 -2
- package/ComponentLinkHeader/ComponentLinkHeader.js +1 -2
- package/DocsProvider/DocsProvider.d.ts +1 -1
- package/HighlightedCode/HighlightedCode.d.ts +1 -1
- package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +1 -2
- package/InfoCard/InfoCard.d.ts +2 -2
- package/NProgressBar/NProgressBar.js +0 -2
- package/SectionTitle/SectionTitle.d.ts +1 -2
- package/SectionTitle/SectionTitle.js +0 -2
- package/branding/BrandingProvider.d.ts +1 -1
- package/esm/Ad/Ad.d.ts +1 -2
- package/esm/Ad/Ad.js +1 -1
- package/esm/Ad/AdCarbon.d.ts +2 -3
- package/esm/Ad/AdDisplay.d.ts +1 -2
- package/esm/Ad/AdGuest.d.ts +1 -1
- package/esm/Ad/AdInHouse.d.ts +1 -2
- package/esm/Ad/AdInHouse.js +0 -1
- package/esm/Ad/AdManager.d.ts +1 -1
- package/esm/Ad/AdProvider.d.ts +1 -1
- package/esm/Ad/ad.styles.d.ts +464 -281
- package/esm/CodeCopy/CodeCopy.d.ts +1 -1
- package/esm/CodeCopy/CodeCopyButton.d.ts +1 -2
- package/esm/CodeCopy/CodeCopyButton.js +0 -1
- package/esm/ComponentLinkHeader/ComponentLinkHeader.d.ts +1 -2
- package/esm/ComponentLinkHeader/ComponentLinkHeader.js +1 -2
- package/esm/DocsProvider/DocsProvider.d.ts +1 -1
- package/esm/HighlightedCode/HighlightedCode.d.ts +1 -1
- package/esm/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +1 -2
- package/esm/InfoCard/InfoCard.d.ts +2 -2
- package/esm/NProgressBar/NProgressBar.js +0 -1
- package/esm/SectionTitle/SectionTitle.d.ts +1 -2
- package/esm/SectionTitle/SectionTitle.js +0 -1
- package/esm/branding/BrandingProvider.d.ts +1 -1
- package/esm/i18n/i18n.d.ts +1 -1
- package/esm/svgIcons/BundleSizeIcon.js +0 -1
- package/esm/svgIcons/FigmaIcon.js +0 -1
- package/esm/svgIcons/FileDownload.d.ts +1 -2
- package/esm/svgIcons/FileDownload.js +0 -1
- package/esm/svgIcons/JavaScript.d.ts +1 -2
- package/esm/svgIcons/JavaScript.js +0 -1
- package/esm/svgIcons/MarkdownIcon.d.ts +1 -2
- package/esm/svgIcons/MarkdownIcon.js +0 -1
- package/esm/svgIcons/MaterialDesignIcon.js +0 -1
- package/esm/svgIcons/SketchIcon.js +0 -1
- package/esm/svgIcons/TypeScript.d.ts +1 -2
- package/esm/svgIcons/TypeScript.js +0 -1
- package/esm/svgIcons/W3CIcon.js +0 -1
- package/i18n/i18n.d.ts +1 -1
- package/package.json +2 -2
- package/svgIcons/BundleSizeIcon.js +0 -2
- package/svgIcons/FigmaIcon.js +0 -2
- package/svgIcons/FileDownload.d.ts +1 -2
- package/svgIcons/FileDownload.js +0 -2
- package/svgIcons/JavaScript.d.ts +1 -2
- package/svgIcons/JavaScript.js +0 -2
- package/svgIcons/MarkdownIcon.d.ts +1 -2
- package/svgIcons/MarkdownIcon.js +0 -2
- package/svgIcons/MaterialDesignIcon.js +0 -2
- package/svgIcons/SketchIcon.js +0 -2
- package/svgIcons/TypeScript.d.ts +1 -2
- package/svgIcons/TypeScript.js +0 -2
- package/svgIcons/W3CIcon.js +0 -2
package/esm/Ad/ad.styles.d.ts
CHANGED
|
@@ -36,6 +36,9 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
36
36
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
37
37
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
38
38
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
39
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
40
|
+
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
41
|
+
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
39
42
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
40
43
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
41
44
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -62,17 +65,14 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
62
65
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
63
66
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
64
67
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
65
|
-
|
|
68
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
66
69
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
67
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
68
70
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
69
71
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
70
72
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
71
73
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
72
74
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
73
75
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
74
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
75
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
76
76
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
77
77
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
78
78
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -86,15 +86,12 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
86
86
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
87
87
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
88
88
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
89
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
90
89
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
91
90
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
92
91
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
93
92
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
94
93
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
95
94
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
96
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
97
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
98
95
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
99
96
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
100
97
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -121,8 +118,10 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
121
118
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
122
119
|
clear?: import("csstype").Property.Clear | undefined;
|
|
123
120
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
121
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
124
122
|
color?: import("csstype").Property.Color | undefined;
|
|
125
123
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
124
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
126
125
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
127
126
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
128
127
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -145,8 +144,16 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
145
144
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
146
145
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
147
146
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
147
|
+
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
148
|
+
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
149
|
+
d?: import("csstype").Property.D | undefined;
|
|
148
150
|
direction?: import("csstype").Property.Direction | undefined;
|
|
151
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
149
152
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
153
|
+
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
154
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
155
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
156
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
150
157
|
filter?: import("csstype").Property.Filter | undefined;
|
|
151
158
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
152
159
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -154,6 +161,8 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
154
161
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
155
162
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
156
163
|
float?: import("csstype").Property.Float | undefined;
|
|
164
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
165
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
157
166
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
158
167
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
159
168
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -163,7 +172,6 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
163
172
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
164
173
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
165
174
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
166
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
167
175
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
168
176
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
169
177
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -180,6 +188,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
180
188
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
181
189
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
182
190
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
191
|
+
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
183
192
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
184
193
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
185
194
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -200,12 +209,13 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
200
209
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
201
210
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
202
211
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
212
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
203
213
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
204
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
205
214
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
206
215
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
207
216
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
208
217
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
218
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
209
219
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
210
220
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
211
221
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -213,6 +223,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
213
223
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
214
224
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
215
225
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
226
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
216
227
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
217
228
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
218
229
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -227,6 +238,10 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
227
238
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
228
239
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
229
240
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
241
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
242
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
243
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
244
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
230
245
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
231
246
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
232
247
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -261,6 +276,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
261
276
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
262
277
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
263
278
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
279
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
264
280
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
265
281
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
266
282
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -296,25 +312,32 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
296
312
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
297
313
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
298
314
|
page?: import("csstype").Property.Page | undefined;
|
|
299
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
300
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
301
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
302
315
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
303
316
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
304
317
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
305
318
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
306
319
|
position?: import("csstype").Property.Position | undefined;
|
|
320
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
321
|
+
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
322
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
323
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
324
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
307
325
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
308
326
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
327
|
+
r?: import("csstype").Property.R<string | number> | undefined;
|
|
309
328
|
resize?: import("csstype").Property.Resize | undefined;
|
|
310
329
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
311
330
|
rotate?: import("csstype").Property.Rotate | undefined;
|
|
312
331
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
313
332
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
314
333
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
334
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
315
335
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
336
|
+
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
337
|
+
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
316
338
|
scale?: import("csstype").Property.Scale | undefined;
|
|
317
339
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
340
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
318
341
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
319
342
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
320
343
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -346,10 +369,28 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
346
369
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
347
370
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
348
371
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
372
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
373
|
+
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
374
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
375
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
376
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
377
|
+
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
378
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
379
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
380
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
381
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
382
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
383
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
384
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
349
385
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
350
386
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
351
387
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
352
388
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
389
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
390
|
+
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
391
|
+
textBox?: import("csstype").Property.TextBox | undefined;
|
|
392
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
393
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
353
394
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
354
395
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
355
396
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -367,10 +408,12 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
367
408
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
368
409
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
369
410
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
411
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
370
412
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
371
413
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
372
414
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
373
|
-
|
|
415
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
|
|
416
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
374
417
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
375
418
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
376
419
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -386,15 +429,16 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
386
429
|
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
387
430
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
388
431
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
432
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
389
433
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
390
434
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
391
435
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
392
436
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
437
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
393
438
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
394
439
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
395
440
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
396
441
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
397
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
398
442
|
widows?: import("csstype").Property.Widows | undefined;
|
|
399
443
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
400
444
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -402,6 +446,8 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
402
446
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
403
447
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
404
448
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
449
|
+
x?: import("csstype").Property.X<string | number> | undefined;
|
|
450
|
+
y?: import("csstype").Property.Y<string | number> | undefined;
|
|
405
451
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
406
452
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
407
453
|
all?: import("csstype").Property.All | undefined;
|
|
@@ -411,14 +457,20 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
411
457
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
412
458
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
413
459
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
460
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
414
461
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
415
462
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
463
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
464
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
416
465
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
417
466
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
418
467
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
419
468
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
469
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
420
470
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
421
471
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
472
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
473
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
422
474
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
423
475
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
424
476
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -460,6 +512,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
460
512
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
461
513
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
462
514
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
515
|
+
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
463
516
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
464
517
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
465
518
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -470,6 +523,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
470
523
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
471
524
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
472
525
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
526
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
473
527
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
474
528
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
475
529
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -481,6 +535,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
481
535
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
482
536
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
483
537
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
538
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
484
539
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
485
540
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
486
541
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -492,8 +547,6 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
492
547
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
493
548
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
494
549
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
495
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
496
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
497
550
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
498
551
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
499
552
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -502,7 +555,6 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
502
555
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
503
556
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
504
557
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
505
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
506
558
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
507
559
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
508
560
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -513,11 +565,15 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
513
565
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
514
566
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
515
567
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
568
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
569
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
516
570
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
517
571
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
518
572
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
519
573
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
520
|
-
|
|
574
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
575
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
576
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
521
577
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
522
578
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
523
579
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -636,6 +692,8 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
636
692
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
637
693
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
638
694
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
695
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
696
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
639
697
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
640
698
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
641
699
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -690,13 +748,14 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
690
748
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
691
749
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
692
750
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
693
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
751
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
|
|
694
752
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
695
753
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
696
754
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
697
755
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
698
756
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
699
757
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
758
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
700
759
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
701
760
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
702
761
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -717,7 +776,6 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
717
776
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
718
777
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
719
778
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
720
|
-
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
721
779
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
722
780
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
723
781
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -727,16 +785,22 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
727
785
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
728
786
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
729
787
|
clip?: import("csstype").Property.Clip | undefined;
|
|
788
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
730
789
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
731
790
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
732
791
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
733
792
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
793
|
+
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
734
794
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
735
795
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
736
796
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
737
797
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
738
798
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
739
799
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
800
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
801
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
802
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
803
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
740
804
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
741
805
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
742
806
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -754,9 +818,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
754
818
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
755
819
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
756
820
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
757
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
758
821
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
759
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
760
822
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
761
823
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
762
824
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -771,6 +833,8 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
771
833
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
772
834
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
773
835
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
836
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
837
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
774
838
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
775
839
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
776
840
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -778,20 +842,15 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
778
842
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
779
843
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
780
844
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
781
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
782
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
783
845
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
784
846
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
785
847
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
786
848
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
787
|
-
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
788
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
789
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
790
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
791
849
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
792
850
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
793
851
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
794
852
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
853
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
795
854
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
796
855
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
797
856
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -824,36 +883,9 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
824
883
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
825
884
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
826
885
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
827
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
828
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
829
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
830
886
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
831
887
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
832
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
833
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
834
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
835
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
836
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
837
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
838
888
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
839
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
840
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
841
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
842
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
843
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
844
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
845
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
846
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
847
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
848
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
849
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
850
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
851
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
852
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
853
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
854
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
855
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
856
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
857
889
|
};
|
|
858
890
|
poweredby: {
|
|
859
891
|
marginLeft: string;
|
|
@@ -867,6 +899,9 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
867
899
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
868
900
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
869
901
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
902
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
903
|
+
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
904
|
+
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
870
905
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
871
906
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
872
907
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -893,17 +928,14 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
893
928
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
894
929
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
895
930
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
896
|
-
|
|
931
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
897
932
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
898
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
899
933
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
900
934
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
901
935
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
902
936
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
903
937
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
904
938
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
905
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
906
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
907
939
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
908
940
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
909
941
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -917,15 +949,12 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
917
949
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
918
950
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
919
951
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
920
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
921
952
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
922
953
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
923
954
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
924
955
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
925
956
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
926
957
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
927
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
928
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
929
958
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
930
959
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
931
960
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -952,7 +981,9 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
952
981
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
953
982
|
clear?: import("csstype").Property.Clear | undefined;
|
|
954
983
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
984
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
955
985
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
986
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
956
987
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
957
988
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
958
989
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -975,8 +1006,16 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
975
1006
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
976
1007
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
977
1008
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
1009
|
+
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
1010
|
+
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
1011
|
+
d?: import("csstype").Property.D | undefined;
|
|
978
1012
|
direction?: import("csstype").Property.Direction | undefined;
|
|
1013
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
979
1014
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
1015
|
+
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
1016
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
1017
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
1018
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
980
1019
|
filter?: import("csstype").Property.Filter | undefined;
|
|
981
1020
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
982
1021
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -984,6 +1023,8 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
984
1023
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
985
1024
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
986
1025
|
float?: import("csstype").Property.Float | undefined;
|
|
1026
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
1027
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
987
1028
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
988
1029
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
989
1030
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -993,7 +1034,6 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
993
1034
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
994
1035
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
995
1036
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
996
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
997
1037
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
998
1038
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
999
1039
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -1009,6 +1049,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1009
1049
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
1010
1050
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
1011
1051
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
1052
|
+
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
1012
1053
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
1013
1054
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
1014
1055
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -1029,12 +1070,13 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1029
1070
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
1030
1071
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
1031
1072
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
1073
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
1032
1074
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
1033
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
1034
1075
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
1035
1076
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
1036
1077
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
1037
1078
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
1079
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
1038
1080
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
1039
1081
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
1040
1082
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -1042,6 +1084,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1042
1084
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
1043
1085
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
1044
1086
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
1087
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
1045
1088
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1046
1089
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
1047
1090
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -1055,6 +1098,10 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1055
1098
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1056
1099
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
1057
1100
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
1101
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
1102
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
1103
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
1104
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
1058
1105
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
1059
1106
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
1060
1107
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -1089,6 +1136,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1089
1136
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
1090
1137
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
1091
1138
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
1139
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
1092
1140
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
1093
1141
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
1094
1142
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -1124,25 +1172,32 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1124
1172
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
1125
1173
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
1126
1174
|
page?: import("csstype").Property.Page | undefined;
|
|
1127
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
1128
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
1129
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
1130
1175
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
1131
1176
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1132
1177
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1133
1178
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
1134
1179
|
position?: import("csstype").Property.Position | undefined;
|
|
1180
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
1181
|
+
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
1182
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
1183
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
1184
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
1135
1185
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
1136
1186
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
1187
|
+
r?: import("csstype").Property.R<string | number> | undefined;
|
|
1137
1188
|
resize?: import("csstype").Property.Resize | undefined;
|
|
1138
1189
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
1139
1190
|
rotate?: import("csstype").Property.Rotate | undefined;
|
|
1140
1191
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
1141
1192
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
1142
1193
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
1194
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
1143
1195
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
1196
|
+
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
1197
|
+
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
1144
1198
|
scale?: import("csstype").Property.Scale | undefined;
|
|
1145
1199
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
1200
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
1146
1201
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
1147
1202
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
1148
1203
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -1174,10 +1229,28 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1174
1229
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
1175
1230
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
1176
1231
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
1232
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
1233
|
+
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
1234
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
1235
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
1236
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
1237
|
+
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
1238
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
1239
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
1240
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
1241
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
1242
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
1243
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
1244
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
1177
1245
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1178
1246
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
1179
1247
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
1180
1248
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1249
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
1250
|
+
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
1251
|
+
textBox?: import("csstype").Property.TextBox | undefined;
|
|
1252
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
1253
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
1181
1254
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
1182
1255
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1183
1256
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -1195,10 +1268,12 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1195
1268
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
1196
1269
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
1197
1270
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1271
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
1198
1272
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
1199
1273
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
1200
1274
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1201
|
-
|
|
1275
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
|
|
1276
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
1202
1277
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
1203
1278
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
1204
1279
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -1214,15 +1289,16 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1214
1289
|
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
1215
1290
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1216
1291
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1292
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
1217
1293
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1218
1294
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1219
1295
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
1220
1296
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1297
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
1221
1298
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1222
1299
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
1223
1300
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
1224
1301
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1225
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1226
1302
|
widows?: import("csstype").Property.Widows | undefined;
|
|
1227
1303
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
1228
1304
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -1230,6 +1306,8 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1230
1306
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
1231
1307
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
1232
1308
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1309
|
+
x?: import("csstype").Property.X<string | number> | undefined;
|
|
1310
|
+
y?: import("csstype").Property.Y<string | number> | undefined;
|
|
1233
1311
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
1234
1312
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
1235
1313
|
all?: import("csstype").Property.All | undefined;
|
|
@@ -1239,14 +1317,20 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1239
1317
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
1240
1318
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
1241
1319
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
1320
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
1242
1321
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
1243
1322
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
1323
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
1324
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
1244
1325
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
1245
1326
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
1246
1327
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1247
1328
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
1329
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
1248
1330
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
1249
1331
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
1332
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
1333
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
1250
1334
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
1251
1335
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1252
1336
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -1288,6 +1372,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1288
1372
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
1289
1373
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
1290
1374
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
1375
|
+
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
1291
1376
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
1292
1377
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
1293
1378
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -1298,6 +1383,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1298
1383
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
1299
1384
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1300
1385
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1386
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
1301
1387
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1302
1388
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
1303
1389
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -1309,6 +1395,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1309
1395
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1310
1396
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1311
1397
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
1398
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1312
1399
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
1313
1400
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1314
1401
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -1320,8 +1407,6 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1320
1407
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
1321
1408
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
1322
1409
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
1323
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1324
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1325
1410
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
1326
1411
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
1327
1412
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -1330,7 +1415,6 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1330
1415
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
1331
1416
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
1332
1417
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1333
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
1334
1418
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
1335
1419
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1336
1420
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -1341,11 +1425,15 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1341
1425
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1342
1426
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1343
1427
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1428
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1429
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1344
1430
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
1345
1431
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1346
1432
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
1347
1433
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1348
|
-
|
|
1434
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1435
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1436
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1349
1437
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
1350
1438
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1351
1439
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -1464,6 +1552,8 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1464
1552
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
1465
1553
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1466
1554
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
1555
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
1556
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
1467
1557
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
1468
1558
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1469
1559
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -1518,13 +1608,14 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1518
1608
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1519
1609
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1520
1610
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
1521
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
1611
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
|
|
1522
1612
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1523
1613
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1524
1614
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1525
1615
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1526
1616
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1527
1617
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1618
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1528
1619
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1529
1620
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1530
1621
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1545,7 +1636,6 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1545
1636
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1546
1637
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
1547
1638
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1548
|
-
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
1549
1639
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1550
1640
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1551
1641
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -1555,16 +1645,22 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1555
1645
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1556
1646
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1557
1647
|
clip?: import("csstype").Property.Clip | undefined;
|
|
1648
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
1558
1649
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
1559
1650
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
1560
1651
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
1561
1652
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1653
|
+
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
1562
1654
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
1563
1655
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
1564
1656
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
1565
1657
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
1566
1658
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
1567
1659
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
1660
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
1661
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
1662
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
1663
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
1568
1664
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
1569
1665
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
1570
1666
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -1582,9 +1678,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1582
1678
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1583
1679
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1584
1680
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1585
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1586
1681
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1587
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1588
1682
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
1589
1683
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
1590
1684
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -1599,6 +1693,8 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1599
1693
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1600
1694
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1601
1695
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
1696
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1697
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1602
1698
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
1603
1699
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
1604
1700
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -1606,20 +1702,15 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1606
1702
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1607
1703
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1608
1704
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1609
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1610
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1611
1705
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1612
1706
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1613
1707
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1614
1708
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1615
|
-
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1616
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1617
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1618
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1619
1709
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1620
1710
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1621
1711
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1622
1712
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1713
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
1623
1714
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
1624
1715
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1625
1716
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -1652,36 +1743,9 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
1652
1743
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1653
1744
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1654
1745
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1655
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1656
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1657
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
1658
1746
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
1659
1747
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
1660
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
1661
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
1662
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
1663
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
1664
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
1665
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
1666
1748
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
1667
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
1668
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
1669
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
1670
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
1671
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
1672
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
1673
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
1674
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
1675
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
1676
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
1677
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
1678
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
1679
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
1680
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
1681
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
1682
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
1683
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
1684
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
1685
1749
|
};
|
|
1686
1750
|
};
|
|
1687
1751
|
export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
@@ -1709,6 +1773,9 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1709
1773
|
alignItems?: import("csstype").Property.AlignItems | readonly string[] | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
1710
1774
|
alignSelf?: import("csstype").Property.AlignSelf | readonly string[] | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
1711
1775
|
alignTracks?: import("csstype").Property.AlignTracks | readonly string[] | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
1776
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
1777
|
+
anchorName?: import("csstype").Property.AnchorName | readonly string[] | readonly import("csstype").Property.AnchorName[] | undefined;
|
|
1778
|
+
anchorScope?: import("csstype").Property.AnchorScope | readonly string[] | readonly import("csstype").Property.AnchorScope[] | undefined;
|
|
1712
1779
|
animationComposition?: import("csstype").Property.AnimationComposition | readonly string[] | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
1713
1780
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
1714
1781
|
animationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
@@ -1735,17 +1802,14 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1735
1802
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number> | undefined>[] | undefined;
|
|
1736
1803
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | readonly string[] | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
1737
1804
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
1738
|
-
|
|
1805
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
1739
1806
|
blockSize?: import("csstype").Property.BlockSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
1740
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
1741
1807
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | readonly string[] | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
1742
1808
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle | undefined>[] | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
1743
1809
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
1744
1810
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | readonly string[] | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
1745
1811
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
1746
1812
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
1747
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly NonNullable<import("csstype").Property.BorderBlockStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
1748
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
1749
1813
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | readonly string[] | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
1750
1814
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
1751
1815
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
@@ -1759,15 +1823,12 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1759
1823
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | import("csstype").Globals)[] | undefined;
|
|
1760
1824
|
borderImageSource?: import("csstype").Property.BorderImageSource | readonly string[] | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
1761
1825
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number> | undefined>[] | undefined;
|
|
1762
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
1763
1826
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
1764
1827
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
1765
1828
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
1766
1829
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | readonly string[] | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
1767
1830
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
1768
1831
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
1769
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly NonNullable<import("csstype").Property.BorderInlineStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
1770
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
1771
1832
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | readonly string[] | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
1772
1833
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle | undefined>[] | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
1773
1834
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
@@ -1794,8 +1855,10 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1794
1855
|
caretShape?: import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape | undefined>[] | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
1795
1856
|
clear?: import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear | undefined>[] | readonly import("csstype").Property.Clear[] | undefined;
|
|
1796
1857
|
clipPath?: import("csstype").Property.ClipPath | readonly string[] | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
1858
|
+
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
1797
1859
|
color: string | readonly string[];
|
|
1798
1860
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
1861
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters | undefined>[] | readonly import("csstype").Property.ColorInterpolationFilters[] | undefined;
|
|
1799
1862
|
colorScheme?: import("csstype").Property.ColorScheme | readonly string[] | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
1800
1863
|
columnCount?: import("csstype").Property.ColumnCount | readonly ((string & {}) | import("csstype").Globals | "auto")[] | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined;
|
|
1801
1864
|
columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
@@ -1811,16 +1874,24 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1811
1874
|
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | undefined;
|
|
1812
1875
|
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>[] | undefined;
|
|
1813
1876
|
containerName?: import("csstype").Property.ContainerName | readonly string[] | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
1814
|
-
containerType?: import("csstype").Property.ContainerType | readonly
|
|
1877
|
+
containerType?: import("csstype").Property.ContainerType | readonly string[] | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
1815
1878
|
content: string | readonly string[];
|
|
1816
1879
|
contentVisibility?: import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility | undefined>[] | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
1817
1880
|
counterIncrement?: import("csstype").Property.CounterIncrement | readonly string[] | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
1818
1881
|
counterReset?: import("csstype").Property.CounterReset | readonly string[] | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
1819
1882
|
counterSet?: import("csstype").Property.CounterSet | readonly string[] | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
1820
1883
|
cursor?: import("csstype").Property.Cursor | readonly string[] | readonly import("csstype").Property.Cursor[] | undefined;
|
|
1884
|
+
cx?: import("csstype").Property.Cx<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Cx<string | number> | undefined>[] | undefined;
|
|
1885
|
+
cy?: import("csstype").Property.Cy<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Cy<string | number> | undefined>[] | undefined;
|
|
1886
|
+
d?: import("csstype").Property.D | readonly string[] | readonly import("csstype").Property.D[] | undefined;
|
|
1821
1887
|
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
1822
1888
|
display?: import("csstype").Property.Display | readonly string[] | readonly import("csstype").Property.Display[] | undefined;
|
|
1889
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
1823
1890
|
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
1891
|
+
fieldSizing?: import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing | undefined>[] | readonly import("csstype").Property.FieldSizing[] | undefined;
|
|
1892
|
+
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
1893
|
+
fillOpacity?: import("csstype").Property.FillOpacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | undefined;
|
|
1894
|
+
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
1824
1895
|
filter?: import("csstype").Property.Filter | readonly string[] | readonly import("csstype").Property.Filter[] | undefined;
|
|
1825
1896
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined;
|
|
1826
1897
|
flexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
@@ -1828,6 +1899,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1828
1899
|
flexShrink?: import("csstype").Property.FlexShrink | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined;
|
|
1829
1900
|
flexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
1830
1901
|
float?: import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float | undefined>[] | readonly import("csstype").Property.Float[] | undefined;
|
|
1902
|
+
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
1903
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | undefined;
|
|
1831
1904
|
fontFamily?: import("csstype").Property.FontFamily | readonly string[] | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
1832
1905
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
1833
1906
|
fontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
@@ -1837,7 +1910,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1837
1910
|
fontSize?: import("csstype").Property.FontSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined;
|
|
1838
1911
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "from-font")[] | undefined;
|
|
1839
1912
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
1840
|
-
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
1841
1913
|
fontStyle?: import("csstype").Property.FontStyle | readonly string[] | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
1842
1914
|
fontSynthesis?: import("csstype").Property.FontSynthesis | readonly string[] | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
1843
1915
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition | undefined>[] | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
@@ -1854,6 +1926,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1854
1926
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
1855
1927
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly string[] | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
1856
1928
|
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
1929
|
+
fontWidth?: import("csstype").Property.FontWidth | readonly string[] | readonly import("csstype").Property.FontWidth[] | undefined;
|
|
1857
1930
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
1858
1931
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined;
|
|
1859
1932
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly string[] | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
@@ -1874,12 +1947,13 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1874
1947
|
imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
1875
1948
|
imageResolution?: import("csstype").Property.ImageResolution | readonly string[] | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
1876
1949
|
initialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[] | undefined;
|
|
1950
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign | undefined>[] | readonly import("csstype").Property.InitialLetterAlign[] | undefined;
|
|
1877
1951
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
1878
|
-
inputSecurity?: import("csstype").Property.InputSecurity | readonly NonNullable<import("csstype").Property.InputSecurity | undefined>[] | readonly import("csstype").Property.InputSecurity[] | undefined;
|
|
1879
1952
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
1880
1953
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
1881
1954
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
1882
1955
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
1956
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize | undefined>[] | readonly import("csstype").Property.InterpolateSize[] | undefined;
|
|
1883
1957
|
isolation?: import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation | undefined>[] | readonly import("csstype").Property.Isolation[] | undefined;
|
|
1884
1958
|
justifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
1885
1959
|
justifyItems?: import("csstype").Property.JustifyItems | readonly string[] | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
@@ -1887,6 +1961,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1887
1961
|
justifyTracks?: import("csstype").Property.JustifyTracks | readonly string[] | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
1888
1962
|
left?: import("csstype").Property.Left<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined;
|
|
1889
1963
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
1964
|
+
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
1890
1965
|
lineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
1891
1966
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined;
|
|
1892
1967
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
@@ -1902,6 +1977,10 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1902
1977
|
marginRight?: import("csstype").Property.MarginRight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined;
|
|
1903
1978
|
marginTop?: import("csstype").Property.MarginTop<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined;
|
|
1904
1979
|
marginTrim?: import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim | undefined>[] | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
1980
|
+
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
1981
|
+
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
1982
|
+
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
1983
|
+
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
1905
1984
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode | undefined>[] | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
1906
1985
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | undefined;
|
|
1907
1986
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | readonly string[] | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
@@ -1936,6 +2015,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1936
2015
|
motionRotation?: import("csstype").Property.OffsetRotate | readonly string[] | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
1937
2016
|
objectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
1938
2017
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | undefined;
|
|
2018
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | readonly string[] | readonly import("csstype").Property.ObjectViewBox[] | undefined;
|
|
1939
2019
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number> | undefined>[] | undefined;
|
|
1940
2020
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
1941
2021
|
offsetPath?: import("csstype").Property.OffsetPath | readonly string[] | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
@@ -1947,7 +2027,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1947
2027
|
orphans?: import("csstype").Property.Orphans | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.Orphans | undefined>[] | undefined;
|
|
1948
2028
|
outlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
1949
2029
|
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
1950
|
-
outlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
2030
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
1951
2031
|
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
1952
2032
|
overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor | undefined>[] | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
1953
2033
|
overflowBlock?: import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock | undefined>[] | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
@@ -1971,25 +2051,32 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
1971
2051
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined;
|
|
1972
2052
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined;
|
|
1973
2053
|
page?: import("csstype").Property.Page | readonly string[] | readonly import("csstype").Property.Page[] | undefined;
|
|
1974
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
1975
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
1976
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
1977
2054
|
paintOrder?: import("csstype").Property.PaintOrder | readonly string[] | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
1978
2055
|
perspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
1979
2056
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
1980
2057
|
pointerEvents?: import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents | undefined>[] | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
1981
2058
|
position?: import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | readonly import("csstype").Property.Position[] | undefined;
|
|
2059
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | readonly string[] | readonly import("csstype").Property.PositionAnchor[] | undefined;
|
|
2060
|
+
positionArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
2061
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
2062
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder | undefined>[] | readonly import("csstype").Property.PositionTryOrder[] | undefined;
|
|
2063
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | readonly string[] | readonly import("csstype").Property.PositionVisibility[] | undefined;
|
|
1982
2064
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
1983
2065
|
quotes?: import("csstype").Property.Quotes | readonly string[] | readonly import("csstype").Property.Quotes[] | undefined;
|
|
2066
|
+
r?: import("csstype").Property.R<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.R<string | number> | undefined>[] | undefined;
|
|
1984
2067
|
resize?: import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize | undefined>[] | readonly import("csstype").Property.Resize[] | undefined;
|
|
1985
2068
|
right?: import("csstype").Property.Right<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined;
|
|
1986
2069
|
rotate?: import("csstype").Property.Rotate | readonly string[] | readonly import("csstype").Property.Rotate[] | undefined;
|
|
1987
2070
|
rowGap?: import("csstype").Property.RowGap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined;
|
|
1988
2071
|
rubyAlign?: import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign | undefined>[] | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
1989
2072
|
rubyMerge?: import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge | undefined>[] | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
2073
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang | undefined>[] | readonly import("csstype").Property.RubyOverhang[] | undefined;
|
|
1990
2074
|
rubyPosition?: import("csstype").Property.RubyPosition | readonly string[] | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
2075
|
+
rx?: import("csstype").Property.Rx<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Rx<string | number> | undefined>[] | undefined;
|
|
2076
|
+
ry?: import("csstype").Property.Ry<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Ry<string | number> | undefined>[] | undefined;
|
|
1991
2077
|
scale?: import("csstype").Property.Scale | readonly ("none" | (string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.Scale | undefined>[] | undefined;
|
|
1992
2078
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior | undefined>[] | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
2079
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget | undefined>[] | readonly import("csstype").Property.ScrollInitialTarget[] | undefined;
|
|
1993
2080
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
1994
2081
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
1995
2082
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
@@ -2021,10 +2108,28 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2021
2108
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.ShapeImageThreshold | undefined>[] | undefined;
|
|
2022
2109
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | undefined;
|
|
2023
2110
|
shapeOutside?: import("csstype").Property.ShapeOutside | readonly string[] | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
2111
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
2112
|
+
speakAs?: import("csstype").Property.SpeakAs | readonly string[] | readonly import("csstype").Property.SpeakAs[] | undefined;
|
|
2113
|
+
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
2114
|
+
stopOpacity?: import("csstype").Property.StopOpacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | undefined;
|
|
2115
|
+
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
2116
|
+
strokeColor?: import("csstype").Property.StrokeColor | readonly string[] | readonly import("csstype").Property.StrokeColor[] | undefined;
|
|
2117
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
2118
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
2119
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
2120
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
2121
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
2122
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | undefined;
|
|
2123
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
2024
2124
|
tabSize?: import("csstype").Property.TabSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined;
|
|
2025
2125
|
tableLayout?: import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout | undefined>[] | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
2026
2126
|
textAlign?: import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
2027
2127
|
textAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
2128
|
+
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
2129
|
+
textAutospace?: import("csstype").Property.TextAutospace | readonly string[] | readonly import("csstype").Property.TextAutospace[] | undefined;
|
|
2130
|
+
textBox?: import("csstype").Property.TextBox | readonly string[] | readonly import("csstype").Property.TextBox[] | undefined;
|
|
2131
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | readonly string[] | readonly import("csstype").Property.TextBoxEdge[] | undefined;
|
|
2132
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim | undefined>[] | readonly import("csstype").Property.TextBoxTrim[] | undefined;
|
|
2028
2133
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | readonly string[] | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
2029
2134
|
textDecorationColor: string | readonly string[];
|
|
2030
2135
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
@@ -2042,10 +2147,12 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2042
2147
|
textRendering?: import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering | undefined>[] | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
2043
2148
|
textShadow?: import("csstype").Property.TextShadow | readonly string[] | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
2044
2149
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
2045
|
-
|
|
2150
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim | undefined>[] | readonly import("csstype").Property.TextSpacingTrim[] | undefined;
|
|
2151
|
+
textTransform?: import("csstype").Property.TextTransform | readonly string[] | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
2046
2152
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>[] | undefined;
|
|
2047
2153
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly string[] | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
2048
|
-
|
|
2154
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode | undefined>[] | readonly import("csstype").Property.TextWrapMode[] | undefined;
|
|
2155
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle | undefined>[] | readonly import("csstype").Property.TextWrapStyle[] | undefined;
|
|
2049
2156
|
timelineScope?: import("csstype").Property.TimelineScope | readonly string[] | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
2050
2157
|
top?: import("csstype").Property.Top<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined;
|
|
2051
2158
|
touchAction?: import("csstype").Property.TouchAction | readonly string[] | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
@@ -2061,15 +2168,16 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2061
2168
|
translate?: import("csstype").Property.Translate<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Translate<string | number> | undefined>[] | undefined;
|
|
2062
2169
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi | undefined>[] | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
2063
2170
|
userSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2171
|
+
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
2064
2172
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number> | undefined>[] | undefined;
|
|
2065
2173
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | readonly string[] | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
2066
2174
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number> | undefined>[] | undefined;
|
|
2067
2175
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | readonly string[] | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
2176
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | readonly string[] | readonly import("csstype").Property.ViewTransitionClass[] | undefined;
|
|
2068
2177
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | readonly string[] | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
2069
2178
|
visibility?: import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | readonly import("csstype").Property.Visibility[] | undefined;
|
|
2070
2179
|
whiteSpace?: import("csstype").Property.WhiteSpace | readonly string[] | readonly import("csstype").Property.WhiteSpace[] | undefined;
|
|
2071
2180
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse | undefined>[] | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
2072
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | readonly string[] | readonly import("csstype").Property.WhiteSpaceTrim[] | undefined;
|
|
2073
2181
|
widows?: import("csstype").Property.Widows | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.Widows | undefined>[] | undefined;
|
|
2074
2182
|
width?: import("csstype").Property.Width<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined;
|
|
2075
2183
|
willChange?: import("csstype").Property.WillChange | readonly string[] | readonly import("csstype").Property.WillChange[] | undefined;
|
|
@@ -2077,6 +2185,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2077
2185
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
2078
2186
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
2079
2187
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2188
|
+
x?: import("csstype").Property.X<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.X<string | number> | undefined>[] | undefined;
|
|
2189
|
+
y?: import("csstype").Property.Y<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Y<string | number> | undefined>[] | undefined;
|
|
2080
2190
|
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import("csstype").Globals | "auto")[] | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | undefined;
|
|
2081
2191
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import("csstype").Globals | "normal" | "reset")[] | undefined;
|
|
2082
2192
|
all?: import("csstype").Globals | readonly NonNullable<import("csstype").Globals | undefined>[] | readonly import("csstype").Globals[] | undefined;
|
|
@@ -2086,14 +2196,20 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2086
2196
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | undefined;
|
|
2087
2197
|
border?: import("csstype").Property.Border<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Border<string | number> | undefined>[] | undefined;
|
|
2088
2198
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBlock<string | number> | undefined>[] | undefined;
|
|
2199
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly string[] | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
2089
2200
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number> | undefined>[] | undefined;
|
|
2090
2201
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | undefined;
|
|
2202
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly string[] | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
2203
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
2091
2204
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined;
|
|
2092
2205
|
borderColor?: import("csstype").Property.BorderColor | readonly string[] | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
2093
2206
|
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined;
|
|
2094
2207
|
borderInline?: import("csstype").Property.BorderInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | undefined;
|
|
2208
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly string[] | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
2095
2209
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | undefined;
|
|
2096
2210
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | undefined;
|
|
2211
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly string[] | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
2212
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
2097
2213
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined;
|
|
2098
2214
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
2099
2215
|
borderRight?: import("csstype").Property.BorderRight<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined;
|
|
@@ -2135,6 +2251,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2135
2251
|
placeContent?: import("csstype").Property.PlaceContent | readonly string[] | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
2136
2252
|
placeItems?: import("csstype").Property.PlaceItems | readonly string[] | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
2137
2253
|
placeSelf?: import("csstype").Property.PlaceSelf | readonly string[] | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
2254
|
+
positionTry?: import("csstype").Property.PositionTry | readonly string[] | readonly import("csstype").Property.PositionTry[] | undefined;
|
|
2138
2255
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | undefined;
|
|
2139
2256
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>[] | undefined;
|
|
2140
2257
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number> | undefined>[] | undefined;
|
|
@@ -2145,6 +2262,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2145
2262
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | readonly string[] | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
2146
2263
|
textDecoration: string | number | readonly NonNullable<import("csstype").Property.TextDecoration<string | number> | undefined>[];
|
|
2147
2264
|
textEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
2265
|
+
textWrap?: import("csstype").Property.TextWrap | readonly string[] | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
2148
2266
|
transition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2149
2267
|
viewTimeline?: import("csstype").Property.ViewTimeline | readonly string[] | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
2150
2268
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
@@ -2156,6 +2274,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2156
2274
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly string[] | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
2157
2275
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly string[] | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
2158
2276
|
MozAppearance?: import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance | undefined>[] | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
2277
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
2159
2278
|
MozBinding?: import("csstype").Property.MozBinding | readonly string[] | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
2160
2279
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | readonly string[] | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
2161
2280
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | readonly string[] | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
@@ -2167,8 +2286,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2167
2286
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
2168
2287
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly string[] | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
2169
2288
|
MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
2170
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | readonly ((string & {}) | import("csstype").Globals | "auto")[] | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined;
|
|
2171
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
2172
2289
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly string[] | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
2173
2290
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly string[] | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
2174
2291
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
@@ -2177,7 +2294,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2177
2294
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly string[] | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
2178
2295
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly string[] | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
2179
2296
|
MozHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
2180
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | readonly string[] | readonly import("csstype").Property.MozImageRegion[] | undefined;
|
|
2181
2297
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
2182
2298
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
2183
2299
|
MozOrient?: import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient | undefined>[] | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
@@ -2188,11 +2304,15 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2188
2304
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>[] | undefined;
|
|
2189
2305
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
2190
2306
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
2307
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
2308
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
2191
2309
|
MozStackSizing?: import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing | undefined>[] | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
2192
2310
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined;
|
|
2193
2311
|
MozTextBlink?: import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink | undefined>[] | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
2194
2312
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly string[] | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
2195
|
-
|
|
2313
|
+
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
2314
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
2315
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
2196
2316
|
MozUserModify?: import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify | undefined>[] | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
2197
2317
|
MozUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2198
2318
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging | undefined>[] | readonly import("csstype").Property.MozWindowDragging[] | undefined;
|
|
@@ -2311,6 +2431,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2311
2431
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | readonly string[] | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
2312
2432
|
WebkitLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
2313
2433
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | readonly ("none" | (string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.WebkitLineClamp | undefined>[] | undefined;
|
|
2434
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
2435
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
2314
2436
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
2315
2437
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
2316
2438
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | readonly string[] | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -2365,13 +2487,14 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2365
2487
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
2366
2488
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2367
2489
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
2368
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
2490
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect | undefined>[] | readonly import("csstype").Property.WebkitUserSelect[] | undefined;
|
|
2369
2491
|
WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2370
2492
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | "none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
2371
2493
|
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined;
|
|
2372
2494
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
2373
2495
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined;
|
|
2374
2496
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | undefined;
|
|
2497
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2375
2498
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | readonly string[] | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
2376
2499
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | readonly string[] | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
2377
2500
|
msFlex?: import("csstype").Property.Flex<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined;
|
|
@@ -2392,7 +2515,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2392
2515
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly string[] | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
2393
2516
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | undefined;
|
|
2394
2517
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2395
|
-
azimuth?: import("csstype").Property.Azimuth | readonly string[] | readonly import("csstype").Property.Azimuth[] | undefined;
|
|
2396
2518
|
boxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
2397
2519
|
boxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
2398
2520
|
boxFlex?: import("csstype").Property.BoxFlex | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined;
|
|
@@ -2402,16 +2524,22 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2402
2524
|
boxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2403
2525
|
boxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2404
2526
|
clip?: import("csstype").Property.Clip | readonly string[] | readonly import("csstype").Property.Clip[] | undefined;
|
|
2527
|
+
fontStretch?: import("csstype").Property.FontStretch | readonly string[] | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
2405
2528
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number> | undefined>[] | undefined;
|
|
2406
2529
|
gridGap?: import("csstype").Property.GridGap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridGap<string | number> | undefined>[] | undefined;
|
|
2407
2530
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.GridRowGap<string | number> | undefined>[] | undefined;
|
|
2408
2531
|
imeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
2532
|
+
insetArea?: import("csstype").Property.PositionArea | readonly string[] | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
2409
2533
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | undefined;
|
|
2410
2534
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
2411
2535
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
2412
2536
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | undefined;
|
|
2413
2537
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
2414
2538
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
2539
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
2540
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
2541
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
2542
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | readonly string[] | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
2415
2543
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>[] | undefined;
|
|
2416
2544
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>[] | undefined;
|
|
2417
2545
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | readonly string[] | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
@@ -2429,9 +2557,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2429
2557
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
2430
2558
|
KhtmlOpacity?: import("csstype").Property.Opacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined;
|
|
2431
2559
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2432
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
2433
2560
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | readonly string[] | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
2434
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
2435
2561
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly string[] | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
2436
2562
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
2437
2563
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
@@ -2446,27 +2572,24 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2446
2572
|
MozBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2447
2573
|
MozBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2448
2574
|
MozBoxShadow?: import("csstype").Property.BoxShadow | readonly string[] | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
2575
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | readonly ((string & {}) | import("csstype").Globals | "auto")[] | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined;
|
|
2576
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
2449
2577
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge | undefined>[] | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
2450
2578
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon | undefined>[] | undefined;
|
|
2451
2579
|
MozOpacity?: import("csstype").Property.Opacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined;
|
|
2452
2580
|
MozOutline?: import("csstype").Property.Outline<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | undefined;
|
|
2453
2581
|
MozOutlineColor?: import("csstype").Property.OutlineColor | readonly string[] | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
2454
|
-
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly
|
|
2582
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
2455
2583
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
2456
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
2457
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
2458
2584
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
2459
2585
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly string[] | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
2460
2586
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly string[] | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
2461
2587
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
2462
|
-
MozTransform?: import("csstype").Property.Transform | readonly string[] | readonly import("csstype").Property.Transform[] | undefined;
|
|
2463
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
2464
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
2465
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2466
2588
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
2467
2589
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly string[] | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
2468
2590
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | readonly string[] | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
2469
2591
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2592
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus | undefined>[] | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
2470
2593
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
2471
2594
|
msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
2472
2595
|
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | "none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -2499,47 +2622,23 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2499
2622
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
2500
2623
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2501
2624
|
WebkitBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2502
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
2503
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
2504
|
-
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
2505
2625
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation | undefined>[] | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
2506
2626
|
colorRendering?: import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering | undefined>[] | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
2507
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
2508
|
-
fill?: import("csstype").Property.Fill | readonly string[] | readonly import("csstype").Property.Fill[] | undefined;
|
|
2509
|
-
fillOpacity?: import("csstype").Property.FillOpacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | undefined;
|
|
2510
|
-
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
2511
|
-
floodColor?: import("csstype").Property.FloodColor | readonly string[] | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
2512
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | undefined;
|
|
2513
2627
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly ((string & {}) | import("csstype").Globals | "auto")[] | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | undefined;
|
|
2514
|
-
lightingColor?: import("csstype").Property.LightingColor | readonly string[] | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
2515
|
-
marker?: import("csstype").Property.Marker | readonly string[] | readonly import("csstype").Property.Marker[] | undefined;
|
|
2516
|
-
markerEnd?: import("csstype").Property.MarkerEnd | readonly string[] | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
2517
|
-
markerMid?: import("csstype").Property.MarkerMid | readonly string[] | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
2518
|
-
markerStart?: import("csstype").Property.MarkerStart | readonly string[] | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
2519
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
2520
|
-
stopColor?: import("csstype").Property.StopColor | readonly string[] | readonly import("csstype").Property.StopColor[] | undefined;
|
|
2521
|
-
stopOpacity?: import("csstype").Property.StopOpacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | undefined;
|
|
2522
|
-
stroke?: import("csstype").Property.Stroke | readonly string[] | readonly import("csstype").Property.Stroke[] | undefined;
|
|
2523
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
2524
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
2525
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
2526
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
2527
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
2528
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly ((string & {}) | import("csstype").Globals)[] | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | undefined;
|
|
2529
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
2530
|
-
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
2531
|
-
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
2532
2628
|
":-moz-any()"?: unknown;
|
|
2533
2629
|
":-moz-dir"?: unknown;
|
|
2534
2630
|
":-webkit-any()"?: unknown;
|
|
2535
2631
|
"::cue"?: unknown;
|
|
2536
2632
|
"::cue-region"?: unknown;
|
|
2633
|
+
"::highlight"?: unknown;
|
|
2537
2634
|
"::part"?: unknown;
|
|
2635
|
+
"::picker"?: unknown;
|
|
2538
2636
|
"::slotted"?: unknown;
|
|
2539
2637
|
"::view-transition-group"?: unknown;
|
|
2540
2638
|
"::view-transition-image-pair"?: unknown;
|
|
2541
2639
|
"::view-transition-new"?: unknown;
|
|
2542
2640
|
"::view-transition-old"?: unknown;
|
|
2641
|
+
":active-view-transition-type"?: unknown;
|
|
2543
2642
|
":dir"?: unknown;
|
|
2544
2643
|
":has"?: unknown;
|
|
2545
2644
|
":host"?: unknown;
|
|
@@ -2552,6 +2651,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2552
2651
|
":nth-last-child"?: unknown;
|
|
2553
2652
|
":nth-last-of-type"?: unknown;
|
|
2554
2653
|
":nth-of-type"?: unknown;
|
|
2654
|
+
":state"?: unknown;
|
|
2555
2655
|
":where"?: unknown;
|
|
2556
2656
|
":-khtml-any-link"?: unknown;
|
|
2557
2657
|
":-moz-any-link"?: unknown;
|
|
@@ -2565,6 +2665,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2565
2665
|
":-ms-fullscreen"?: unknown;
|
|
2566
2666
|
":-ms-input-placeholder"?: unknown;
|
|
2567
2667
|
":-webkit-any-link"?: unknown;
|
|
2668
|
+
":-webkit-autofill"?: unknown;
|
|
2568
2669
|
":-webkit-full-screen"?: unknown;
|
|
2569
2670
|
"::-moz-placeholder"?: unknown;
|
|
2570
2671
|
"::-moz-progress-bar"?: unknown;
|
|
@@ -2589,6 +2690,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2589
2690
|
"::-ms-track"?: unknown;
|
|
2590
2691
|
"::-ms-value"?: unknown;
|
|
2591
2692
|
"::-webkit-backdrop"?: unknown;
|
|
2693
|
+
"::-webkit-file-upload-button"?: unknown;
|
|
2592
2694
|
"::-webkit-input-placeholder"?: unknown;
|
|
2593
2695
|
"::-webkit-progress-bar"?: unknown;
|
|
2594
2696
|
"::-webkit-progress-inner-value"?: unknown;
|
|
@@ -2598,20 +2700,29 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2598
2700
|
"::after"?: unknown;
|
|
2599
2701
|
"::backdrop"?: unknown;
|
|
2600
2702
|
"::before"?: unknown;
|
|
2703
|
+
"::checkmark"?: unknown;
|
|
2704
|
+
"::details-content"?: unknown;
|
|
2705
|
+
"::file-selector-button"?: unknown;
|
|
2601
2706
|
"::first-letter"?: unknown;
|
|
2602
2707
|
"::first-line"?: unknown;
|
|
2603
2708
|
"::grammar-error"?: unknown;
|
|
2604
2709
|
"::marker"?: unknown;
|
|
2710
|
+
"::picker-icon"?: unknown;
|
|
2605
2711
|
"::placeholder"?: unknown;
|
|
2712
|
+
"::scroll-marker"?: unknown;
|
|
2713
|
+
"::scroll-marker-group"?: unknown;
|
|
2606
2714
|
"::selection"?: unknown;
|
|
2607
2715
|
"::spelling-error"?: unknown;
|
|
2608
2716
|
"::target-text"?: unknown;
|
|
2609
2717
|
"::view-transition"?: unknown;
|
|
2610
2718
|
":active"?: unknown;
|
|
2719
|
+
":active-view-transition"?: unknown;
|
|
2611
2720
|
":after"?: unknown;
|
|
2612
2721
|
":any-link"?: unknown;
|
|
2722
|
+
":autofill"?: unknown;
|
|
2613
2723
|
":before"?: unknown;
|
|
2614
2724
|
":blank"?: unknown;
|
|
2725
|
+
":buffering"?: unknown;
|
|
2615
2726
|
":checked"?: unknown;
|
|
2616
2727
|
":current"?: unknown;
|
|
2617
2728
|
":default"?: unknown;
|
|
@@ -2629,6 +2740,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2629
2740
|
":focus-within"?: unknown;
|
|
2630
2741
|
":fullscreen"?: unknown;
|
|
2631
2742
|
":future"?: unknown;
|
|
2743
|
+
":has-slotted"?: unknown;
|
|
2632
2744
|
":hover"?: unknown;
|
|
2633
2745
|
":in-range"?: unknown;
|
|
2634
2746
|
":indeterminate"?: unknown;
|
|
@@ -2638,10 +2750,11 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2638
2750
|
":left"?: unknown;
|
|
2639
2751
|
":link"?: unknown;
|
|
2640
2752
|
":local-link"?: unknown;
|
|
2641
|
-
":
|
|
2642
|
-
":
|
|
2753
|
+
":modal"?: unknown;
|
|
2754
|
+
":muted"?: unknown;
|
|
2643
2755
|
":only-child"?: unknown;
|
|
2644
2756
|
":only-of-type"?: unknown;
|
|
2757
|
+
":open"?: unknown;
|
|
2645
2758
|
":optional"?: unknown;
|
|
2646
2759
|
":out-of-range"?: unknown;
|
|
2647
2760
|
":past"?: unknown;
|
|
@@ -2649,18 +2762,24 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2649
2762
|
":picture-in-picture"?: unknown;
|
|
2650
2763
|
":placeholder-shown"?: unknown;
|
|
2651
2764
|
":playing"?: unknown;
|
|
2765
|
+
":popover-open"?: unknown;
|
|
2652
2766
|
":read-only"?: unknown;
|
|
2653
2767
|
":read-write"?: unknown;
|
|
2654
2768
|
":required"?: unknown;
|
|
2655
2769
|
":right"?: unknown;
|
|
2656
2770
|
":root"?: unknown;
|
|
2657
2771
|
":scope"?: unknown;
|
|
2772
|
+
":seeking"?: unknown;
|
|
2773
|
+
":stalled"?: unknown;
|
|
2658
2774
|
":target"?: unknown;
|
|
2775
|
+
":target-current"?: unknown;
|
|
2659
2776
|
":target-within"?: unknown;
|
|
2660
2777
|
":user-invalid"?: unknown;
|
|
2661
2778
|
":user-valid"?: unknown;
|
|
2662
2779
|
":valid"?: unknown;
|
|
2663
2780
|
":visited"?: unknown;
|
|
2781
|
+
":volume-locked"?: unknown;
|
|
2782
|
+
":xr-overlay"?: unknown;
|
|
2664
2783
|
};
|
|
2665
2784
|
display: string;
|
|
2666
2785
|
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
@@ -2669,6 +2788,9 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2669
2788
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
2670
2789
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
2671
2790
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
2791
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
2792
|
+
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
2793
|
+
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
2672
2794
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
2673
2795
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2674
2796
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -2695,17 +2817,14 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2695
2817
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
2696
2818
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
2697
2819
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
2698
|
-
|
|
2820
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
2699
2821
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
2700
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
2701
2822
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
2702
2823
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
2703
2824
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
2704
2825
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
2705
2826
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
2706
2827
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
2707
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
2708
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
2709
2828
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
2710
2829
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
2711
2830
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -2719,15 +2838,12 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2719
2838
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
2720
2839
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
2721
2840
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
2722
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
2723
2841
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
2724
2842
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
2725
2843
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
2726
2844
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
2727
2845
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
2728
2846
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
2729
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
2730
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
2731
2847
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
2732
2848
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
2733
2849
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -2754,8 +2870,10 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2754
2870
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
2755
2871
|
clear?: import("csstype").Property.Clear | undefined;
|
|
2756
2872
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
2873
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
2757
2874
|
color?: import("csstype").Property.Color | undefined;
|
|
2758
2875
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
2876
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
2759
2877
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
2760
2878
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2761
2879
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -2778,8 +2896,16 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2778
2896
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
2779
2897
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
2780
2898
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
2899
|
+
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
2900
|
+
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
2901
|
+
d?: import("csstype").Property.D | undefined;
|
|
2781
2902
|
direction?: import("csstype").Property.Direction | undefined;
|
|
2903
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
2782
2904
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
2905
|
+
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
2906
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
2907
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
2908
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
2783
2909
|
filter?: import("csstype").Property.Filter | undefined;
|
|
2784
2910
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
2785
2911
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -2787,6 +2913,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2787
2913
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
2788
2914
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
2789
2915
|
float?: import("csstype").Property.Float | undefined;
|
|
2916
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
2917
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
2790
2918
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
2791
2919
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
2792
2920
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -2796,7 +2924,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2796
2924
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
2797
2925
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
2798
2926
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
2799
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
2800
2927
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
2801
2928
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
2802
2929
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -2813,6 +2940,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2813
2940
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
2814
2941
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
2815
2942
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
2943
|
+
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
2816
2944
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
2817
2945
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
2818
2946
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -2833,12 +2961,13 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2833
2961
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
2834
2962
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
2835
2963
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
2964
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
2836
2965
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
2837
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
2838
2966
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
2839
2967
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
2840
2968
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
2841
2969
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
2970
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
2842
2971
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
2843
2972
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
2844
2973
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -2846,6 +2975,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2846
2975
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
2847
2976
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
2848
2977
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
2978
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
2849
2979
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2850
2980
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
2851
2981
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -2860,6 +2990,10 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2860
2990
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
2861
2991
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
2862
2992
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
2993
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
2994
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
2995
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
2996
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
2863
2997
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
2864
2998
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
2865
2999
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -2894,6 +3028,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2894
3028
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
2895
3029
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
2896
3030
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
3031
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
2897
3032
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
2898
3033
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
2899
3034
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -2929,25 +3064,32 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2929
3064
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
2930
3065
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
2931
3066
|
page?: import("csstype").Property.Page | undefined;
|
|
2932
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
2933
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
2934
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
2935
3067
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
2936
3068
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2937
3069
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2938
3070
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
2939
3071
|
position?: import("csstype").Property.Position | undefined;
|
|
3072
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
3073
|
+
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
3074
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
3075
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
3076
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
2940
3077
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
2941
3078
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
3079
|
+
r?: import("csstype").Property.R<string | number> | undefined;
|
|
2942
3080
|
resize?: import("csstype").Property.Resize | undefined;
|
|
2943
3081
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
2944
3082
|
rotate?: import("csstype").Property.Rotate | undefined;
|
|
2945
3083
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
2946
3084
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
2947
3085
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
3086
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
2948
3087
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
3088
|
+
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
3089
|
+
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
2949
3090
|
scale?: import("csstype").Property.Scale | undefined;
|
|
2950
3091
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
3092
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
2951
3093
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
2952
3094
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
2953
3095
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -2979,10 +3121,28 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2979
3121
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
2980
3122
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
2981
3123
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
3124
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
3125
|
+
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
3126
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
3127
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
3128
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
3129
|
+
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
3130
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
3131
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
3132
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
3133
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
3134
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
3135
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
3136
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
2982
3137
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
2983
3138
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
2984
3139
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
2985
3140
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
3141
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
3142
|
+
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
3143
|
+
textBox?: import("csstype").Property.TextBox | undefined;
|
|
3144
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
3145
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
2986
3146
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
2987
3147
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2988
3148
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -3000,10 +3160,12 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3000
3160
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
3001
3161
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
3002
3162
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
3163
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
3003
3164
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
3004
3165
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
3005
3166
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
3006
|
-
|
|
3167
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
|
|
3168
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
3007
3169
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
3008
3170
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
3009
3171
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -3019,15 +3181,16 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3019
3181
|
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
3020
3182
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
3021
3183
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
3184
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
3022
3185
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
3023
3186
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
3024
3187
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
3025
3188
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
3189
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
3026
3190
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
3027
3191
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
3028
3192
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
3029
3193
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
3030
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
3031
3194
|
widows?: import("csstype").Property.Widows | undefined;
|
|
3032
3195
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
3033
3196
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -3035,6 +3198,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3035
3198
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
3036
3199
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
3037
3200
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
3201
|
+
x?: import("csstype").Property.X<string | number> | undefined;
|
|
3202
|
+
y?: import("csstype").Property.Y<string | number> | undefined;
|
|
3038
3203
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
3039
3204
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
3040
3205
|
all?: import("csstype").Property.All | undefined;
|
|
@@ -3044,14 +3209,20 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3044
3209
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
3045
3210
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
3046
3211
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
3212
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
3047
3213
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
3048
3214
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
3215
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
3216
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
3049
3217
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
3050
3218
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
3051
3219
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
3052
3220
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
3221
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
3053
3222
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
3054
3223
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
3224
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
3225
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
3055
3226
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
3056
3227
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
3057
3228
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -3093,6 +3264,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3093
3264
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
3094
3265
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
3095
3266
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
3267
|
+
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
3096
3268
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
3097
3269
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
3098
3270
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -3103,6 +3275,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3103
3275
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
3104
3276
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
3105
3277
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
3278
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
3106
3279
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
3107
3280
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
3108
3281
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -3114,6 +3287,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3114
3287
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
3115
3288
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
3116
3289
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
3290
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
3117
3291
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
3118
3292
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
3119
3293
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -3125,8 +3299,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3125
3299
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
3126
3300
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
3127
3301
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
3128
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
3129
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
3130
3302
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
3131
3303
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
3132
3304
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -3135,7 +3307,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3135
3307
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
3136
3308
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
3137
3309
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
3138
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
3139
3310
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
3140
3311
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
3141
3312
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -3146,11 +3317,15 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3146
3317
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
3147
3318
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
3148
3319
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
3320
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
3321
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
3149
3322
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
3150
3323
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
3151
3324
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
3152
3325
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
3153
|
-
|
|
3326
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
3327
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
3328
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
3154
3329
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
3155
3330
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
3156
3331
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -3269,6 +3444,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3269
3444
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
3270
3445
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
3271
3446
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
3447
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
3448
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
3272
3449
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
3273
3450
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
3274
3451
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -3323,13 +3500,14 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3323
3500
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
3324
3501
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
3325
3502
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
3326
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
3503
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
|
|
3327
3504
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
3328
3505
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
3329
3506
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
3330
3507
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
3331
3508
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
3332
3509
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
3510
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
3333
3511
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
3334
3512
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
3335
3513
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -3350,7 +3528,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3350
3528
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
3351
3529
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
3352
3530
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
3353
|
-
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
3354
3531
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
3355
3532
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
3356
3533
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -3360,16 +3537,22 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3360
3537
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
3361
3538
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
3362
3539
|
clip?: import("csstype").Property.Clip | undefined;
|
|
3540
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
3363
3541
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
3364
3542
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
3365
3543
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
3366
3544
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
3545
|
+
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
3367
3546
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
3368
3547
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
3369
3548
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
3370
3549
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
3371
3550
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
3372
3551
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
3552
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
3553
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
3554
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
3555
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
3373
3556
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
3374
3557
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
3375
3558
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -3387,9 +3570,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3387
3570
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
3388
3571
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
3389
3572
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
3390
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
3391
3573
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
3392
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
3393
3574
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
3394
3575
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
3395
3576
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -3404,6 +3585,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3404
3585
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
3405
3586
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
3406
3587
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
3588
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
3589
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
3407
3590
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
3408
3591
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
3409
3592
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -3411,20 +3594,15 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3411
3594
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
3412
3595
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
3413
3596
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
3414
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
3415
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
3416
3597
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
3417
3598
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
3418
3599
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
3419
3600
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
3420
|
-
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
3421
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
3422
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
3423
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
3424
3601
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
3425
3602
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
3426
3603
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
3427
3604
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
3605
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
3428
3606
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
3429
3607
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
3430
3608
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -3457,36 +3635,9 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3457
3635
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
3458
3636
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
3459
3637
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
3460
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
3461
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
3462
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
3463
3638
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
3464
3639
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
3465
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
3466
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
3467
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
3468
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
3469
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
3470
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
3471
3640
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
3472
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
3473
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
3474
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
3475
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
3476
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
3477
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
3478
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
3479
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
3480
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
3481
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
3482
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
3483
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
3484
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
3485
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
3486
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
3487
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
3488
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
3489
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
3490
3641
|
};
|
|
3491
3642
|
poweredby: {
|
|
3492
3643
|
marginTop: number;
|
|
@@ -3500,6 +3651,9 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3500
3651
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
3501
3652
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
3502
3653
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
3654
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
3655
|
+
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
3656
|
+
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
3503
3657
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
3504
3658
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
3505
3659
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -3526,17 +3680,14 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3526
3680
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
3527
3681
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
3528
3682
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
3529
|
-
|
|
3683
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
3530
3684
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
3531
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
3532
3685
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
3533
3686
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
3534
3687
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
3535
3688
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
3536
3689
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
3537
3690
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
3538
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
3539
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
3540
3691
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
3541
3692
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
3542
3693
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -3550,15 +3701,12 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3550
3701
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
3551
3702
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
3552
3703
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
3553
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
3554
3704
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
3555
3705
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
3556
3706
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
3557
3707
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
3558
3708
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
3559
3709
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
3560
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
3561
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
3562
3710
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
3563
3711
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
3564
3712
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -3585,7 +3733,9 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3585
3733
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
3586
3734
|
clear?: import("csstype").Property.Clear | undefined;
|
|
3587
3735
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
3736
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
3588
3737
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
3738
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
3589
3739
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
3590
3740
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
3591
3741
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -3608,8 +3758,16 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3608
3758
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
3609
3759
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
3610
3760
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
3761
|
+
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
3762
|
+
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
3763
|
+
d?: import("csstype").Property.D | undefined;
|
|
3611
3764
|
direction?: import("csstype").Property.Direction | undefined;
|
|
3765
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
3612
3766
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
3767
|
+
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
3768
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
3769
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
3770
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
3613
3771
|
filter?: import("csstype").Property.Filter | undefined;
|
|
3614
3772
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
3615
3773
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -3617,6 +3775,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3617
3775
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
3618
3776
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
3619
3777
|
float?: import("csstype").Property.Float | undefined;
|
|
3778
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
3779
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
3620
3780
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
3621
3781
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
3622
3782
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -3626,7 +3786,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3626
3786
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
3627
3787
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
3628
3788
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
3629
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
3630
3789
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
3631
3790
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
3632
3791
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -3642,6 +3801,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3642
3801
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
3643
3802
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
3644
3803
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
3804
|
+
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
3645
3805
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
3646
3806
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
3647
3807
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -3662,12 +3822,13 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3662
3822
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
3663
3823
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
3664
3824
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
3825
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
3665
3826
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
3666
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
3667
3827
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
3668
3828
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
3669
3829
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
3670
3830
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
3831
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
3671
3832
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
3672
3833
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
3673
3834
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -3675,6 +3836,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3675
3836
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
3676
3837
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
3677
3838
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
3839
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
3678
3840
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
3679
3841
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
3680
3842
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -3688,6 +3850,10 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3688
3850
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
3689
3851
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
3690
3852
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
3853
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
3854
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
3855
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
3856
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
3691
3857
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
3692
3858
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
3693
3859
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -3722,6 +3888,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3722
3888
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
3723
3889
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
3724
3890
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
3891
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
3725
3892
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
3726
3893
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
3727
3894
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -3757,25 +3924,32 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3757
3924
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
3758
3925
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
3759
3926
|
page?: import("csstype").Property.Page | undefined;
|
|
3760
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
3761
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
3762
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
3763
3927
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
3764
3928
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
3765
3929
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
3766
3930
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
3767
3931
|
position?: import("csstype").Property.Position | undefined;
|
|
3932
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
3933
|
+
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
3934
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
3935
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
3936
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
3768
3937
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
3769
3938
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
3939
|
+
r?: import("csstype").Property.R<string | number> | undefined;
|
|
3770
3940
|
resize?: import("csstype").Property.Resize | undefined;
|
|
3771
3941
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
3772
3942
|
rotate?: import("csstype").Property.Rotate | undefined;
|
|
3773
3943
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
3774
3944
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
3775
3945
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
3946
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
3776
3947
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
3948
|
+
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
3949
|
+
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
3777
3950
|
scale?: import("csstype").Property.Scale | undefined;
|
|
3778
3951
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
3952
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
3779
3953
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
3780
3954
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
3781
3955
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -3807,10 +3981,28 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3807
3981
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
3808
3982
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
3809
3983
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
3984
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
3985
|
+
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
3986
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
3987
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
3988
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
3989
|
+
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
3990
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
3991
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
3992
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
3993
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
3994
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
3995
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
3996
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
3810
3997
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
3811
3998
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
3812
3999
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
3813
4000
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
4001
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
4002
|
+
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
4003
|
+
textBox?: import("csstype").Property.TextBox | undefined;
|
|
4004
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
4005
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
3814
4006
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
3815
4007
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
3816
4008
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -3828,10 +4020,12 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3828
4020
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
3829
4021
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
3830
4022
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
4023
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
3831
4024
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
3832
4025
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
3833
4026
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
3834
|
-
|
|
4027
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
|
|
4028
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
3835
4029
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
3836
4030
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
3837
4031
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -3847,15 +4041,16 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3847
4041
|
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
3848
4042
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
3849
4043
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
4044
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
3850
4045
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
3851
4046
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
3852
4047
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
3853
4048
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
4049
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
3854
4050
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
3855
4051
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
3856
4052
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
3857
4053
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
3858
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
3859
4054
|
widows?: import("csstype").Property.Widows | undefined;
|
|
3860
4055
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
3861
4056
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -3863,6 +4058,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3863
4058
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
3864
4059
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
3865
4060
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
4061
|
+
x?: import("csstype").Property.X<string | number> | undefined;
|
|
4062
|
+
y?: import("csstype").Property.Y<string | number> | undefined;
|
|
3866
4063
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
3867
4064
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
3868
4065
|
all?: import("csstype").Property.All | undefined;
|
|
@@ -3872,14 +4069,20 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3872
4069
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
3873
4070
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
3874
4071
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
4072
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
3875
4073
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
3876
4074
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
4075
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
4076
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
3877
4077
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
3878
4078
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
3879
4079
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
3880
4080
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
4081
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
3881
4082
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
3882
4083
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
4084
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
4085
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
3883
4086
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
3884
4087
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
3885
4088
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -3921,6 +4124,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3921
4124
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
3922
4125
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
3923
4126
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
4127
|
+
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
3924
4128
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
3925
4129
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
3926
4130
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -3931,6 +4135,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3931
4135
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
3932
4136
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
3933
4137
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
4138
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
3934
4139
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
3935
4140
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
3936
4141
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -3942,6 +4147,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3942
4147
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
3943
4148
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
3944
4149
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
4150
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
3945
4151
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
3946
4152
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
3947
4153
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -3953,8 +4159,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3953
4159
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
3954
4160
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
3955
4161
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
3956
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
3957
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
3958
4162
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
3959
4163
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
3960
4164
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -3963,7 +4167,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3963
4167
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
3964
4168
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
3965
4169
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
3966
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
3967
4170
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
3968
4171
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
3969
4172
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -3974,11 +4177,15 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3974
4177
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
3975
4178
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
3976
4179
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
4180
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
4181
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
3977
4182
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
3978
4183
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
3979
4184
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
3980
4185
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
3981
|
-
|
|
4186
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
4187
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
4188
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
3982
4189
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
3983
4190
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
3984
4191
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -4097,6 +4304,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
4097
4304
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
4098
4305
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
4099
4306
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
4307
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
4308
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
4100
4309
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
4101
4310
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
4102
4311
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -4151,13 +4360,14 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
4151
4360
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
4152
4361
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
4153
4362
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
4154
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
4363
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
|
|
4155
4364
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
4156
4365
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
4157
4366
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
4158
4367
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
4159
4368
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
4160
4369
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
4370
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
4161
4371
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
4162
4372
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
4163
4373
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -4178,7 +4388,6 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
4178
4388
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
4179
4389
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
4180
4390
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
4181
|
-
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
4182
4391
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
4183
4392
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
4184
4393
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -4188,16 +4397,22 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
4188
4397
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
4189
4398
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
4190
4399
|
clip?: import("csstype").Property.Clip | undefined;
|
|
4400
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
4191
4401
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
4192
4402
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
4193
4403
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
4194
4404
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
4405
|
+
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
4195
4406
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
4196
4407
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
4197
4408
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
4198
4409
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
4199
4410
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
4200
4411
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
4412
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
4413
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
4414
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
4415
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
4201
4416
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
4202
4417
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
4203
4418
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -4215,9 +4430,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
4215
4430
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
4216
4431
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
4217
4432
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
4218
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
4219
4433
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
4220
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
4221
4434
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
4222
4435
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
4223
4436
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -4232,6 +4445,8 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
4232
4445
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
4233
4446
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
4234
4447
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
4448
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
4449
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
4235
4450
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
4236
4451
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
4237
4452
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -4239,20 +4454,15 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
4239
4454
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
4240
4455
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
4241
4456
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
4242
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
4243
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
4244
4457
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
4245
4458
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
4246
4459
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
4247
4460
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
4248
|
-
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
4249
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
4250
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
4251
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
4252
4461
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
4253
4462
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
4254
4463
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
4255
4464
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
4465
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
4256
4466
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
4257
4467
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
4258
4468
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -4285,36 +4495,9 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
4285
4495
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
4286
4496
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
4287
4497
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
4288
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
4289
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
4290
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
4291
4498
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
4292
4499
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
4293
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
4294
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
4295
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
4296
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
4297
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
4298
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
4299
4500
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
4300
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
4301
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
4302
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
4303
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
4304
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
4305
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
4306
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
4307
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
4308
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
4309
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
4310
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
4311
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
4312
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
4313
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
4314
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
4315
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
4316
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
4317
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
4318
4501
|
};
|
|
4319
4502
|
link: {
|
|
4320
4503
|
display: string;
|