@yahoo/uds-v5-wip 1.36.1 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/dist/component-resolution.d.ts +1 -1
- package/dist/config/dist/consts/defaultColors.d.ts +2 -1
- package/dist/config/dist/createConfig.d.ts +13 -1
- package/dist/config/dist/defineComponent.d.ts +1 -0
- package/dist/config/dist/defineStyleProp.d.ts +12 -1
- package/dist/config/dist/index.d.ts +1 -1
- package/dist/config/dist/index.js +1 -0
- package/dist/config/dist/refs.js +1 -0
- package/dist/config/dist/resolveStyleProp.d.ts +7 -0
- package/dist/config/dist/serialize.d.ts +2 -1
- package/dist/config/dist/types/css-values.d.ts +2 -1
- package/dist/config/dist/types.d.ts +2 -1
- package/dist/config.d.ts +184 -184
- package/dist/{_virtual → foundational-presets/dist/_virtual}/_rolldown/runtime.js +1 -1
- package/dist/foundational-presets/dist/boldVibrant.d.ts +370 -369
- package/dist/foundational-presets/dist/brutalist.d.ts +370 -369
- package/dist/foundational-presets/dist/candy.d.ts +370 -369
- package/dist/foundational-presets/dist/cleanMinimalist.d.ts +370 -369
- package/dist/foundational-presets/dist/corporate.d.ts +370 -369
- package/dist/foundational-presets/dist/darkMoody.d.ts +370 -369
- package/dist/foundational-presets/dist/defaultPreset.d.ts +199 -198
- package/dist/foundational-presets/dist/forest.d.ts +370 -369
- package/dist/foundational-presets/dist/highContrast.d.ts +370 -369
- package/dist/foundational-presets/dist/lavender.d.ts +370 -369
- package/dist/foundational-presets/dist/luxury.d.ts +370 -369
- package/dist/foundational-presets/dist/monochrome.d.ts +370 -369
- package/dist/foundational-presets/dist/motion.d.ts +2 -1
- package/dist/foundational-presets/dist/neonCyber.d.ts +370 -369
- package/dist/foundational-presets/dist/newspaper.d.ts +370 -369
- package/dist/foundational-presets/dist/ocean.d.ts +370 -369
- package/dist/foundational-presets/dist/slate.d.ts +370 -369
- package/dist/foundational-presets/dist/style-props.js +1 -1
- package/dist/foundational-presets/dist/sunset.d.ts +370 -369
- package/dist/foundational-presets/dist/terminal.d.ts +370 -369
- package/dist/foundational-presets/dist/warmOrganic.d.ts +370 -369
- package/dist/loader/dist/loader.d.ts +2 -1
- package/dist/loader/dist/next.d.ts +2 -1
- package/dist/presets/dist/boldVibrant.d.ts +2 -1
- package/dist/presets/dist/brutalist.d.ts +2 -1
- package/dist/presets/dist/candy.d.ts +2 -1
- package/dist/presets/dist/cleanMinimalist.d.ts +2 -1
- package/dist/presets/dist/corporate.d.ts +2 -1
- package/dist/presets/dist/darkMoody.d.ts +2 -1
- package/dist/presets/dist/defaultPreset.d.ts +2 -1
- package/dist/presets/dist/forest.d.ts +2 -1
- package/dist/presets/dist/highContrast.d.ts +2 -1
- package/dist/presets/dist/lavender.d.ts +2 -1
- package/dist/presets/dist/luxury.d.ts +2 -1
- package/dist/presets/dist/monochrome.d.ts +2 -1
- package/dist/presets/dist/neonCyber.d.ts +2 -1
- package/dist/presets/dist/newspaper.d.ts +2 -1
- package/dist/presets/dist/ocean.d.ts +2 -1
- package/dist/presets/dist/slate.d.ts +2 -1
- package/dist/presets/dist/sunset.d.ts +2 -1
- package/dist/presets/dist/terminal.d.ts +2 -1
- package/dist/presets/dist/warmOrganic.d.ts +2 -1
- package/dist/remotion/dist/components/image-slide.d.ts +2 -1
- package/dist/remotion/dist/components/lower-third.d.ts +2 -1
- package/dist/remotion/dist/components/quote-card.d.ts +2 -1
- package/dist/remotion/dist/components/split-screen.d.ts +2 -1
- package/dist/remotion/dist/components/stat-card.d.ts +2 -1
- package/dist/remotion/dist/components/text-overlay.d.ts +2 -1
- package/dist/remotion/dist/components/title-card.d.ts +2 -1
- package/dist/remotion/dist/components/typing-text.d.ts +2 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -2,6 +2,7 @@ import { GetModifierFromInput, UdsConfig } from "../../config/dist/createConfig.
|
|
|
2
2
|
import * as _$_uds_types0 from "@uds/types";
|
|
3
3
|
|
|
4
4
|
//#region ../foundational-presets/dist/defaultPreset.d.ts
|
|
5
|
+
//#region src/defaultPreset.d.ts
|
|
5
6
|
declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierFromInput<{
|
|
6
7
|
readonly colorMode: {
|
|
7
8
|
readonly options: {
|
|
@@ -30,10 +31,51 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
|
|
|
30
31
|
};
|
|
31
32
|
};
|
|
32
33
|
}>, {
|
|
34
|
+
opacity: {
|
|
35
|
+
0: string;
|
|
36
|
+
5: string;
|
|
37
|
+
10: string;
|
|
38
|
+
20: string;
|
|
39
|
+
40: string;
|
|
40
|
+
60: string;
|
|
41
|
+
80: string;
|
|
42
|
+
25: string;
|
|
43
|
+
30: string;
|
|
44
|
+
50: string;
|
|
45
|
+
70: string;
|
|
46
|
+
75: string;
|
|
47
|
+
90: string;
|
|
48
|
+
95: string;
|
|
49
|
+
100: string;
|
|
50
|
+
};
|
|
51
|
+
scale: {
|
|
52
|
+
0: string;
|
|
53
|
+
50: string;
|
|
54
|
+
75: string;
|
|
55
|
+
90: string;
|
|
56
|
+
95: string;
|
|
57
|
+
100: string;
|
|
58
|
+
105: string;
|
|
59
|
+
110: string;
|
|
60
|
+
125: string;
|
|
61
|
+
150: string;
|
|
62
|
+
200: string;
|
|
63
|
+
};
|
|
64
|
+
rotate: {
|
|
65
|
+
0: string;
|
|
66
|
+
1: string;
|
|
67
|
+
2: string;
|
|
68
|
+
3: string;
|
|
69
|
+
6: string;
|
|
70
|
+
12: string;
|
|
71
|
+
90: string;
|
|
72
|
+
45: string;
|
|
73
|
+
180: string;
|
|
74
|
+
};
|
|
33
75
|
color: {
|
|
34
76
|
inherit: string;
|
|
35
|
-
current: string;
|
|
36
77
|
transparent: string;
|
|
78
|
+
current: string;
|
|
37
79
|
"always/black": string;
|
|
38
80
|
"always/white": string;
|
|
39
81
|
brand: string;
|
|
@@ -55,23 +97,7 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
|
|
|
55
97
|
inverse: string;
|
|
56
98
|
"on-inverse": string;
|
|
57
99
|
};
|
|
58
|
-
|
|
59
|
-
sans: string;
|
|
60
|
-
serif: string;
|
|
61
|
-
mono: string;
|
|
62
|
-
};
|
|
63
|
-
fontWeight: {
|
|
64
|
-
bold: string;
|
|
65
|
-
thin: string;
|
|
66
|
-
medium: string;
|
|
67
|
-
extralight: string;
|
|
68
|
-
light: string;
|
|
69
|
-
normal: string;
|
|
70
|
-
semibold: string;
|
|
71
|
-
extrabold: string;
|
|
72
|
-
black: string;
|
|
73
|
-
};
|
|
74
|
-
bg: {
|
|
100
|
+
borderColor: {
|
|
75
101
|
brand: string;
|
|
76
102
|
accent: string;
|
|
77
103
|
alert: string;
|
|
@@ -82,17 +108,51 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
|
|
|
82
108
|
tertiary: string;
|
|
83
109
|
inverse: string;
|
|
84
110
|
surface: string;
|
|
85
|
-
"elevation-1": string;
|
|
86
|
-
"elevation-2": string;
|
|
87
|
-
"elevation-3": string;
|
|
88
111
|
"brand-wash": string;
|
|
89
112
|
"accent-wash": string;
|
|
90
113
|
"alert-wash": string;
|
|
91
114
|
"positive-wash": string;
|
|
92
115
|
"warning-wash": string;
|
|
93
|
-
overlay: string;
|
|
94
116
|
};
|
|
95
|
-
|
|
117
|
+
position: {
|
|
118
|
+
auto: string;
|
|
119
|
+
full: string;
|
|
120
|
+
"1/2": string;
|
|
121
|
+
"1/3": string;
|
|
122
|
+
"2/3": string;
|
|
123
|
+
"1/4": string;
|
|
124
|
+
"2/4": string;
|
|
125
|
+
"3/4": string;
|
|
126
|
+
};
|
|
127
|
+
size: {
|
|
128
|
+
auto: string;
|
|
129
|
+
full: string;
|
|
130
|
+
max: string;
|
|
131
|
+
min: string;
|
|
132
|
+
"1/2": string;
|
|
133
|
+
"1/3": string;
|
|
134
|
+
"2/3": string;
|
|
135
|
+
"1/4": string;
|
|
136
|
+
"2/4": string;
|
|
137
|
+
"3/4": string;
|
|
138
|
+
fit: string;
|
|
139
|
+
"1/5": string;
|
|
140
|
+
"2/5": string;
|
|
141
|
+
"3/5": string;
|
|
142
|
+
"4/5": string;
|
|
143
|
+
"1/6": string;
|
|
144
|
+
"2/6": string;
|
|
145
|
+
"3/6": string;
|
|
146
|
+
"4/6": string;
|
|
147
|
+
"5/6": string;
|
|
148
|
+
};
|
|
149
|
+
animation: {
|
|
150
|
+
none: string;
|
|
151
|
+
ping: string;
|
|
152
|
+
spin: string;
|
|
153
|
+
};
|
|
154
|
+
bg: {
|
|
155
|
+
overlay: string;
|
|
96
156
|
brand: string;
|
|
97
157
|
accent: string;
|
|
98
158
|
alert: string;
|
|
@@ -103,6 +163,9 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
|
|
|
103
163
|
tertiary: string;
|
|
104
164
|
inverse: string;
|
|
105
165
|
surface: string;
|
|
166
|
+
"elevation-1": string;
|
|
167
|
+
"elevation-2": string;
|
|
168
|
+
"elevation-3": string;
|
|
106
169
|
"brand-wash": string;
|
|
107
170
|
"accent-wash": string;
|
|
108
171
|
"alert-wash": string;
|
|
@@ -115,62 +178,49 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
|
|
|
115
178
|
medium: string;
|
|
116
179
|
thick: string;
|
|
117
180
|
};
|
|
118
|
-
outlineWidth: {
|
|
119
|
-
0: string;
|
|
120
|
-
1: string;
|
|
121
|
-
2: string;
|
|
122
|
-
4: string;
|
|
123
|
-
8: string;
|
|
124
|
-
};
|
|
125
|
-
outlineOffset: {
|
|
126
|
-
0: string;
|
|
127
|
-
1: string;
|
|
128
|
-
2: string;
|
|
129
|
-
4: string;
|
|
130
|
-
8: string;
|
|
131
|
-
};
|
|
132
181
|
divideWidth: {
|
|
133
182
|
0: string;
|
|
183
|
+
4: string;
|
|
134
184
|
reverse: string;
|
|
135
185
|
2: string;
|
|
136
|
-
4: string;
|
|
137
186
|
8: string;
|
|
138
187
|
};
|
|
139
|
-
|
|
140
|
-
|
|
188
|
+
flex: {
|
|
189
|
+
none: string;
|
|
190
|
+
initial: string;
|
|
191
|
+
auto: string;
|
|
141
192
|
1: string;
|
|
142
|
-
inset: string;
|
|
143
|
-
2: string;
|
|
144
|
-
4: string;
|
|
145
|
-
8: string;
|
|
146
193
|
};
|
|
147
|
-
|
|
194
|
+
flexGrow: {
|
|
148
195
|
0: string;
|
|
149
196
|
1: string;
|
|
150
|
-
2: string;
|
|
151
|
-
4: string;
|
|
152
|
-
8: string;
|
|
153
197
|
};
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
normal: string;
|
|
157
|
-
tight: string;
|
|
158
|
-
relaxed: string;
|
|
198
|
+
flexShrink: {
|
|
199
|
+
0: string;
|
|
159
200
|
};
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
201
|
+
aspectRatio: {
|
|
202
|
+
square: string;
|
|
203
|
+
landscape: string;
|
|
204
|
+
portrait: string;
|
|
205
|
+
widescreen: string;
|
|
206
|
+
ultrawide: string;
|
|
207
|
+
golden: string;
|
|
208
|
+
};
|
|
209
|
+
zIndex: {
|
|
210
|
+
0: string;
|
|
211
|
+
auto: string;
|
|
212
|
+
10: string;
|
|
213
|
+
20: string;
|
|
214
|
+
40: string;
|
|
215
|
+
30: string;
|
|
216
|
+
50: string;
|
|
167
217
|
};
|
|
168
218
|
spacing: {
|
|
169
219
|
0: string;
|
|
220
|
+
4: string;
|
|
170
221
|
1: string;
|
|
171
222
|
px: string;
|
|
172
223
|
2: string;
|
|
173
|
-
4: string;
|
|
174
224
|
8: string;
|
|
175
225
|
0.5: string;
|
|
176
226
|
1.5: string;
|
|
@@ -202,182 +252,115 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
|
|
|
202
252
|
80: string;
|
|
203
253
|
96: string;
|
|
204
254
|
};
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
"2/3": string;
|
|
211
|
-
"1/4": string;
|
|
212
|
-
"2/4": string;
|
|
213
|
-
"3/4": string;
|
|
214
|
-
};
|
|
215
|
-
aspectRatio: {
|
|
216
|
-
square: string;
|
|
217
|
-
landscape: string;
|
|
218
|
-
portrait: string;
|
|
219
|
-
widescreen: string;
|
|
220
|
-
ultrawide: string;
|
|
221
|
-
golden: string;
|
|
255
|
+
w: {
|
|
256
|
+
screen: string;
|
|
257
|
+
svw: string;
|
|
258
|
+
lvw: string;
|
|
259
|
+
dvw: string;
|
|
222
260
|
};
|
|
223
|
-
|
|
261
|
+
outlineWidth: {
|
|
262
|
+
0: string;
|
|
263
|
+
4: string;
|
|
224
264
|
1: string;
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
initial: string;
|
|
265
|
+
2: string;
|
|
266
|
+
8: string;
|
|
228
267
|
};
|
|
229
|
-
|
|
268
|
+
outlineOffset: {
|
|
230
269
|
0: string;
|
|
270
|
+
4: string;
|
|
231
271
|
1: string;
|
|
272
|
+
2: string;
|
|
273
|
+
8: string;
|
|
232
274
|
};
|
|
233
|
-
|
|
275
|
+
ringWidth: {
|
|
234
276
|
0: string;
|
|
277
|
+
4: string;
|
|
278
|
+
inset: string;
|
|
279
|
+
1: string;
|
|
280
|
+
2: string;
|
|
281
|
+
8: string;
|
|
235
282
|
};
|
|
236
|
-
|
|
283
|
+
ringOffsetWidth: {
|
|
237
284
|
0: string;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
60: string;
|
|
243
|
-
80: string;
|
|
244
|
-
25: string;
|
|
245
|
-
30: string;
|
|
246
|
-
50: string;
|
|
247
|
-
70: string;
|
|
248
|
-
75: string;
|
|
249
|
-
90: string;
|
|
250
|
-
95: string;
|
|
251
|
-
100: string;
|
|
285
|
+
4: string;
|
|
286
|
+
1: string;
|
|
287
|
+
2: string;
|
|
288
|
+
8: string;
|
|
252
289
|
};
|
|
253
|
-
|
|
290
|
+
shadow: {
|
|
291
|
+
none: string;
|
|
254
292
|
sm: string;
|
|
255
293
|
md: string;
|
|
256
294
|
lg: string;
|
|
257
295
|
xl: string;
|
|
258
|
-
|
|
259
|
-
|
|
296
|
+
"2xl": string;
|
|
297
|
+
"2xs": string;
|
|
260
298
|
xs: string;
|
|
299
|
+
inner: string;
|
|
261
300
|
};
|
|
262
|
-
|
|
301
|
+
strokeWidth: {
|
|
302
|
+
0: string;
|
|
303
|
+
1: string;
|
|
304
|
+
2: string;
|
|
305
|
+
};
|
|
306
|
+
fontFamily: {
|
|
307
|
+
sans: string;
|
|
308
|
+
serif: string;
|
|
309
|
+
mono: string;
|
|
310
|
+
};
|
|
311
|
+
fontWeight: {
|
|
312
|
+
normal: string;
|
|
313
|
+
thin: string;
|
|
314
|
+
bold: string;
|
|
315
|
+
medium: string;
|
|
316
|
+
extralight: string;
|
|
317
|
+
light: string;
|
|
318
|
+
semibold: string;
|
|
319
|
+
extrabold: string;
|
|
320
|
+
black: string;
|
|
321
|
+
};
|
|
322
|
+
letterSpacing: {
|
|
323
|
+
normal: string;
|
|
324
|
+
tight: string;
|
|
325
|
+
tighter: string;
|
|
326
|
+
wide: string;
|
|
327
|
+
wider: string;
|
|
328
|
+
widest: string;
|
|
329
|
+
};
|
|
330
|
+
lineHeight: {
|
|
263
331
|
none: string;
|
|
264
|
-
|
|
265
|
-
|
|
332
|
+
normal: string;
|
|
333
|
+
tight: string;
|
|
334
|
+
relaxed: string;
|
|
266
335
|
};
|
|
267
|
-
|
|
336
|
+
textShadow: {
|
|
337
|
+
none: string;
|
|
268
338
|
sm: string;
|
|
269
339
|
md: string;
|
|
270
340
|
lg: string;
|
|
271
|
-
xl: string;
|
|
272
|
-
"2xl": string;
|
|
273
|
-
none: string;
|
|
274
|
-
xs: string;
|
|
275
341
|
"2xs": string;
|
|
276
|
-
|
|
342
|
+
xs: string;
|
|
277
343
|
};
|
|
278
344
|
blur: {
|
|
345
|
+
none: string;
|
|
279
346
|
sm: string;
|
|
280
347
|
md: string;
|
|
281
348
|
lg: string;
|
|
282
349
|
xl: string;
|
|
283
350
|
"2xl": string;
|
|
284
|
-
none: string;
|
|
285
351
|
"3xl": string;
|
|
286
352
|
};
|
|
287
|
-
textShadow: {
|
|
288
|
-
sm: string;
|
|
289
|
-
md: string;
|
|
290
|
-
lg: string;
|
|
291
|
-
none: string;
|
|
292
|
-
xs: string;
|
|
293
|
-
"2xs": string;
|
|
294
|
-
};
|
|
295
|
-
zIndex: {
|
|
296
|
-
0: string;
|
|
297
|
-
auto: string;
|
|
298
|
-
10: string;
|
|
299
|
-
20: string;
|
|
300
|
-
40: string;
|
|
301
|
-
30: string;
|
|
302
|
-
50: string;
|
|
303
|
-
};
|
|
304
|
-
size: {
|
|
305
|
-
auto: string;
|
|
306
|
-
full: string;
|
|
307
|
-
"1/2": string;
|
|
308
|
-
"1/3": string;
|
|
309
|
-
"2/3": string;
|
|
310
|
-
"1/4": string;
|
|
311
|
-
"2/4": string;
|
|
312
|
-
"3/4": string;
|
|
313
|
-
min: string;
|
|
314
|
-
max: string;
|
|
315
|
-
fit: string;
|
|
316
|
-
"1/5": string;
|
|
317
|
-
"2/5": string;
|
|
318
|
-
"3/5": string;
|
|
319
|
-
"4/5": string;
|
|
320
|
-
"1/6": string;
|
|
321
|
-
"2/6": string;
|
|
322
|
-
"3/6": string;
|
|
323
|
-
"4/6": string;
|
|
324
|
-
"5/6": string;
|
|
325
|
-
};
|
|
326
|
-
w: {
|
|
327
|
-
screen: string;
|
|
328
|
-
svw: string;
|
|
329
|
-
lvw: string;
|
|
330
|
-
dvw: string;
|
|
331
|
-
};
|
|
332
|
-
h: {
|
|
333
|
-
screen: string;
|
|
334
|
-
svh: string;
|
|
335
|
-
lvh: string;
|
|
336
|
-
dvh: string;
|
|
337
|
-
};
|
|
338
|
-
rotate: {
|
|
339
|
-
0: string;
|
|
340
|
-
1: string;
|
|
341
|
-
2: string;
|
|
342
|
-
3: string;
|
|
343
|
-
6: string;
|
|
344
|
-
12: string;
|
|
345
|
-
90: string;
|
|
346
|
-
45: string;
|
|
347
|
-
180: string;
|
|
348
|
-
};
|
|
349
|
-
scale: {
|
|
350
|
-
0: string;
|
|
351
|
-
50: string;
|
|
352
|
-
75: string;
|
|
353
|
-
90: string;
|
|
354
|
-
95: string;
|
|
355
|
-
100: string;
|
|
356
|
-
105: string;
|
|
357
|
-
110: string;
|
|
358
|
-
125: string;
|
|
359
|
-
150: string;
|
|
360
|
-
200: string;
|
|
361
|
-
};
|
|
362
|
-
skew: {
|
|
363
|
-
0: string;
|
|
364
|
-
1: string;
|
|
365
|
-
2: string;
|
|
366
|
-
3: string;
|
|
367
|
-
6: string;
|
|
368
|
-
12: string;
|
|
369
|
-
};
|
|
370
353
|
translate: {
|
|
371
354
|
0: string;
|
|
372
|
-
|
|
355
|
+
4: string;
|
|
373
356
|
full: string;
|
|
357
|
+
1: string;
|
|
374
358
|
"1/2": string;
|
|
375
359
|
"1/3": string;
|
|
376
360
|
"2/3": string;
|
|
377
361
|
"1/4": string;
|
|
378
362
|
"3/4": string;
|
|
379
363
|
2: string;
|
|
380
|
-
4: string;
|
|
381
364
|
8: string;
|
|
382
365
|
0.5: string;
|
|
383
366
|
1.5: string;
|
|
@@ -409,10 +392,28 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
|
|
|
409
392
|
80: string;
|
|
410
393
|
96: string;
|
|
411
394
|
};
|
|
412
|
-
|
|
395
|
+
radius: {
|
|
396
|
+
none: string;
|
|
397
|
+
sm: string;
|
|
398
|
+
md: string;
|
|
399
|
+
lg: string;
|
|
400
|
+
xl: string;
|
|
401
|
+
xs: string;
|
|
402
|
+
full: string;
|
|
403
|
+
};
|
|
404
|
+
h: {
|
|
405
|
+
screen: string;
|
|
406
|
+
svh: string;
|
|
407
|
+
lvh: string;
|
|
408
|
+
dvh: string;
|
|
409
|
+
};
|
|
410
|
+
skew: {
|
|
413
411
|
0: string;
|
|
414
412
|
1: string;
|
|
415
413
|
2: string;
|
|
414
|
+
3: string;
|
|
415
|
+
6: string;
|
|
416
|
+
12: string;
|
|
416
417
|
};
|
|
417
418
|
}, {}, {}, {}, GetModifierFromInput<{
|
|
418
419
|
readonly colorMode: {
|