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