@yahoo/uds-v5-wip 1.53.0 → 1.55.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/Props.d.ts +0 -5
- package/dist/config/dist/component-config.d.ts +79 -42
- package/dist/config/dist/component-refs.d.ts +0 -13
- package/dist/config/dist/component-resolution.d.ts +1 -1
- package/dist/config/dist/consts/defaultColors.d.ts +1 -2
- package/dist/config/dist/createComponent.js +1 -1
- package/dist/config/dist/createConfig.d.ts +0 -12
- package/dist/config/dist/createConfig.js +11 -3
- package/dist/config/dist/defineComponent.d.ts +0 -7
- package/dist/config/dist/defineStyleProp.d.ts +1 -31
- package/dist/config/dist/index.d.ts +2 -2
- package/dist/config/dist/index.js +0 -1
- package/dist/config/dist/refs.js +16 -8
- package/dist/config/dist/resolveStyleProp.d.ts +0 -7
- package/dist/config/dist/serialize.d.ts +1 -2
- package/dist/config/dist/style-prop-runtime.d.ts +1 -0
- package/dist/config/dist/types/css-values.d.ts +1 -2
- package/dist/config/dist/types.d.ts +1 -2
- package/dist/config.d.ts +185 -185
- package/dist/core/dist/createComponent.js +1 -1
- package/dist/core/dist/getStyles.js +1 -1
- package/dist/foundational-presets/dist/defaultPreset.d.ts +186 -185
- package/dist/foundational-presets/dist/motion.d.ts +2 -1
- package/dist/loader/dist/packages/core/dist/getStyles.js +1 -1
- package/dist/remotion/dist/components/image-slide.d.ts +2 -1
- package/dist/remotion/dist/components/image-slide.js +3 -3
- package/dist/remotion/dist/components/index.js +7 -7
- package/dist/remotion/dist/components/lower-third.d.ts +2 -1
- package/dist/remotion/dist/components/lower-third.js +5 -5
- package/dist/remotion/dist/components/quote-card.d.ts +2 -1
- package/dist/remotion/dist/components/quote-card.js +4 -4
- package/dist/remotion/dist/components/split-screen.d.ts +2 -1
- package/dist/remotion/dist/components/split-screen.js +7 -7
- package/dist/remotion/dist/components/stat-card.d.ts +2 -1
- package/dist/remotion/dist/components/stat-card.js +3 -3
- package/dist/remotion/dist/components/text-overlay.d.ts +2 -1
- package/dist/remotion/dist/components/text-overlay.js +2 -2
- package/dist/remotion/dist/components/title-card.d.ts +2 -1
- package/dist/remotion/dist/components/title-card.js +3 -3
- package/dist/remotion/dist/components/typing-text.d.ts +2 -1
- package/dist/remotion/dist/components/typing-text.js +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/dist/config.d.ts
CHANGED
|
@@ -35,9 +35,50 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
}>, {
|
|
38
|
+
opacity: {
|
|
39
|
+
0: string;
|
|
40
|
+
5: string;
|
|
41
|
+
10: string;
|
|
42
|
+
20: string;
|
|
43
|
+
40: string;
|
|
44
|
+
60: string;
|
|
45
|
+
80: string;
|
|
46
|
+
25: string;
|
|
47
|
+
30: string;
|
|
48
|
+
50: string;
|
|
49
|
+
70: string;
|
|
50
|
+
75: string;
|
|
51
|
+
90: string;
|
|
52
|
+
95: string;
|
|
53
|
+
100: string;
|
|
54
|
+
};
|
|
55
|
+
scale: {
|
|
56
|
+
0: string;
|
|
57
|
+
50: string;
|
|
58
|
+
75: string;
|
|
59
|
+
90: string;
|
|
60
|
+
95: string;
|
|
61
|
+
100: string;
|
|
62
|
+
105: string;
|
|
63
|
+
110: string;
|
|
64
|
+
125: string;
|
|
65
|
+
150: string;
|
|
66
|
+
200: string;
|
|
67
|
+
};
|
|
68
|
+
rotate: {
|
|
69
|
+
0: string;
|
|
70
|
+
1: string;
|
|
71
|
+
2: string;
|
|
72
|
+
3: string;
|
|
73
|
+
6: string;
|
|
74
|
+
12: string;
|
|
75
|
+
90: string;
|
|
76
|
+
45: string;
|
|
77
|
+
180: string;
|
|
78
|
+
};
|
|
38
79
|
color: {
|
|
39
|
-
transparent: string;
|
|
40
80
|
inherit: string;
|
|
81
|
+
transparent: string;
|
|
41
82
|
current: string;
|
|
42
83
|
"always/black": string;
|
|
43
84
|
"always/white": string;
|
|
@@ -60,16 +101,22 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
60
101
|
inverse: string;
|
|
61
102
|
"on-inverse": string;
|
|
62
103
|
};
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
104
|
+
borderColor: {
|
|
105
|
+
brand: string;
|
|
106
|
+
accent: string;
|
|
107
|
+
alert: string;
|
|
108
|
+
positive: string;
|
|
109
|
+
warning: string;
|
|
110
|
+
primary: string;
|
|
111
|
+
secondary: string;
|
|
112
|
+
tertiary: string;
|
|
113
|
+
inverse: string;
|
|
114
|
+
surface: string;
|
|
115
|
+
"brand-wash": string;
|
|
116
|
+
"accent-wash": string;
|
|
117
|
+
"alert-wash": string;
|
|
118
|
+
"positive-wash": string;
|
|
119
|
+
"warning-wash": string;
|
|
73
120
|
};
|
|
74
121
|
position: {
|
|
75
122
|
auto: string;
|
|
@@ -81,111 +128,17 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
81
128
|
"2/4": string;
|
|
82
129
|
"3/4": string;
|
|
83
130
|
};
|
|
84
|
-
flex: {
|
|
85
|
-
1: string;
|
|
86
|
-
initial: string;
|
|
87
|
-
auto: string;
|
|
88
|
-
none: string;
|
|
89
|
-
};
|
|
90
|
-
rotate: {
|
|
91
|
-
0: string;
|
|
92
|
-
1: string;
|
|
93
|
-
2: string;
|
|
94
|
-
3: string;
|
|
95
|
-
6: string;
|
|
96
|
-
12: string;
|
|
97
|
-
90: string;
|
|
98
|
-
45: string;
|
|
99
|
-
180: string;
|
|
100
|
-
};
|
|
101
|
-
scale: {
|
|
102
|
-
0: string;
|
|
103
|
-
50: string;
|
|
104
|
-
75: string;
|
|
105
|
-
90: string;
|
|
106
|
-
95: string;
|
|
107
|
-
100: string;
|
|
108
|
-
105: string;
|
|
109
|
-
110: string;
|
|
110
|
-
125: string;
|
|
111
|
-
150: string;
|
|
112
|
-
200: string;
|
|
113
|
-
};
|
|
114
|
-
translate: {
|
|
115
|
-
0: string;
|
|
116
|
-
1: string;
|
|
117
|
-
2: string;
|
|
118
|
-
full: string;
|
|
119
|
-
"1/2": string;
|
|
120
|
-
"1/3": string;
|
|
121
|
-
"2/3": string;
|
|
122
|
-
"1/4": string;
|
|
123
|
-
"3/4": string;
|
|
124
|
-
4: string;
|
|
125
|
-
8: string;
|
|
126
|
-
0.5: string;
|
|
127
|
-
1.5: string;
|
|
128
|
-
2.5: string;
|
|
129
|
-
3: string;
|
|
130
|
-
3.5: string;
|
|
131
|
-
5: string;
|
|
132
|
-
6: string;
|
|
133
|
-
7: string;
|
|
134
|
-
9: string;
|
|
135
|
-
10: string;
|
|
136
|
-
11: string;
|
|
137
|
-
12: string;
|
|
138
|
-
14: string;
|
|
139
|
-
16: string;
|
|
140
|
-
20: string;
|
|
141
|
-
24: string;
|
|
142
|
-
28: string;
|
|
143
|
-
32: string;
|
|
144
|
-
36: string;
|
|
145
|
-
40: string;
|
|
146
|
-
44: string;
|
|
147
|
-
48: string;
|
|
148
|
-
52: string;
|
|
149
|
-
56: string;
|
|
150
|
-
60: string;
|
|
151
|
-
64: string;
|
|
152
|
-
72: string;
|
|
153
|
-
80: string;
|
|
154
|
-
96: string;
|
|
155
|
-
};
|
|
156
|
-
animation: {
|
|
157
|
-
none: string;
|
|
158
|
-
spin: string;
|
|
159
|
-
ping: string;
|
|
160
|
-
};
|
|
161
|
-
opacity: {
|
|
162
|
-
0: string;
|
|
163
|
-
5: string;
|
|
164
|
-
10: string;
|
|
165
|
-
20: string;
|
|
166
|
-
40: string;
|
|
167
|
-
60: string;
|
|
168
|
-
80: string;
|
|
169
|
-
25: string;
|
|
170
|
-
30: string;
|
|
171
|
-
50: string;
|
|
172
|
-
70: string;
|
|
173
|
-
75: string;
|
|
174
|
-
90: string;
|
|
175
|
-
95: string;
|
|
176
|
-
100: string;
|
|
177
|
-
};
|
|
178
131
|
size: {
|
|
179
132
|
auto: string;
|
|
180
133
|
full: string;
|
|
134
|
+
max: string;
|
|
135
|
+
min: string;
|
|
181
136
|
"1/2": string;
|
|
182
137
|
"1/3": string;
|
|
183
138
|
"2/3": string;
|
|
184
139
|
"1/4": string;
|
|
185
140
|
"2/4": string;
|
|
186
141
|
"3/4": string;
|
|
187
|
-
min: string;
|
|
188
|
-
max: string;
|
|
189
142
|
fit: string;
|
|
190
143
|
"1/5": string;
|
|
191
144
|
"2/5": string;
|
|
@@ -197,6 +150,11 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
197
150
|
"4/6": string;
|
|
198
151
|
"5/6": string;
|
|
199
152
|
};
|
|
153
|
+
animation: {
|
|
154
|
+
none: string;
|
|
155
|
+
ping: string;
|
|
156
|
+
spin: string;
|
|
157
|
+
};
|
|
200
158
|
bg: {
|
|
201
159
|
overlay: string;
|
|
202
160
|
brand: string;
|
|
@@ -218,32 +176,6 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
218
176
|
"positive-wash": string;
|
|
219
177
|
"warning-wash": string;
|
|
220
178
|
};
|
|
221
|
-
radius: {
|
|
222
|
-
none: string;
|
|
223
|
-
sm: string;
|
|
224
|
-
md: string;
|
|
225
|
-
lg: string;
|
|
226
|
-
xl: string;
|
|
227
|
-
full: string;
|
|
228
|
-
xs: string;
|
|
229
|
-
};
|
|
230
|
-
borderColor: {
|
|
231
|
-
brand: string;
|
|
232
|
-
accent: string;
|
|
233
|
-
alert: string;
|
|
234
|
-
positive: string;
|
|
235
|
-
warning: string;
|
|
236
|
-
primary: string;
|
|
237
|
-
secondary: string;
|
|
238
|
-
tertiary: string;
|
|
239
|
-
inverse: string;
|
|
240
|
-
surface: string;
|
|
241
|
-
"brand-wash": string;
|
|
242
|
-
"accent-wash": string;
|
|
243
|
-
"alert-wash": string;
|
|
244
|
-
"positive-wash": string;
|
|
245
|
-
"warning-wash": string;
|
|
246
|
-
};
|
|
247
179
|
borderWidth: {
|
|
248
180
|
none: string;
|
|
249
181
|
thin: string;
|
|
@@ -252,19 +184,16 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
252
184
|
};
|
|
253
185
|
divideWidth: {
|
|
254
186
|
0: string;
|
|
255
|
-
2: string;
|
|
256
|
-
reverse: string;
|
|
257
187
|
4: string;
|
|
188
|
+
reverse: string;
|
|
189
|
+
2: string;
|
|
258
190
|
8: string;
|
|
259
191
|
};
|
|
260
|
-
|
|
192
|
+
flex: {
|
|
261
193
|
none: string;
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
xl: string;
|
|
266
|
-
"2xl": string;
|
|
267
|
-
"3xl": string;
|
|
194
|
+
initial: string;
|
|
195
|
+
auto: string;
|
|
196
|
+
1: string;
|
|
268
197
|
};
|
|
269
198
|
flexGrow: {
|
|
270
199
|
0: string;
|
|
@@ -273,12 +202,29 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
273
202
|
flexShrink: {
|
|
274
203
|
0: string;
|
|
275
204
|
};
|
|
205
|
+
aspectRatio: {
|
|
206
|
+
square: string;
|
|
207
|
+
landscape: string;
|
|
208
|
+
portrait: string;
|
|
209
|
+
widescreen: string;
|
|
210
|
+
ultrawide: string;
|
|
211
|
+
golden: string;
|
|
212
|
+
};
|
|
213
|
+
zIndex: {
|
|
214
|
+
0: string;
|
|
215
|
+
auto: string;
|
|
216
|
+
10: string;
|
|
217
|
+
20: string;
|
|
218
|
+
40: string;
|
|
219
|
+
30: string;
|
|
220
|
+
50: string;
|
|
221
|
+
};
|
|
276
222
|
spacing: {
|
|
277
223
|
0: string;
|
|
224
|
+
4: string;
|
|
278
225
|
1: string;
|
|
279
226
|
2: string;
|
|
280
227
|
px: string;
|
|
281
|
-
4: string;
|
|
282
228
|
8: string;
|
|
283
229
|
0.5: string;
|
|
284
230
|
1.5: string;
|
|
@@ -310,62 +256,57 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
310
256
|
80: string;
|
|
311
257
|
96: string;
|
|
312
258
|
};
|
|
313
|
-
|
|
259
|
+
w: {
|
|
260
|
+
screen: string;
|
|
261
|
+
svw: string;
|
|
262
|
+
lvw: string;
|
|
263
|
+
dvw: string;
|
|
264
|
+
};
|
|
265
|
+
outlineWidth: {
|
|
314
266
|
0: string;
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
30: string;
|
|
320
|
-
50: string;
|
|
267
|
+
4: string;
|
|
268
|
+
1: string;
|
|
269
|
+
2: string;
|
|
270
|
+
8: string;
|
|
321
271
|
};
|
|
322
272
|
outlineOffset: {
|
|
323
273
|
0: string;
|
|
274
|
+
4: string;
|
|
324
275
|
1: string;
|
|
325
276
|
2: string;
|
|
326
|
-
4: string;
|
|
327
277
|
8: string;
|
|
328
278
|
};
|
|
329
279
|
ringWidth: {
|
|
330
280
|
0: string;
|
|
331
|
-
|
|
281
|
+
4: string;
|
|
332
282
|
inset: string;
|
|
283
|
+
1: string;
|
|
333
284
|
2: string;
|
|
334
|
-
4: string;
|
|
335
285
|
8: string;
|
|
336
286
|
};
|
|
337
287
|
ringOffsetWidth: {
|
|
338
288
|
0: string;
|
|
289
|
+
4: string;
|
|
339
290
|
1: string;
|
|
340
291
|
2: string;
|
|
341
|
-
4: string;
|
|
342
292
|
8: string;
|
|
343
293
|
};
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
dvw: string;
|
|
294
|
+
shadow: {
|
|
295
|
+
none: string;
|
|
296
|
+
sm: string;
|
|
297
|
+
md: string;
|
|
298
|
+
lg: string;
|
|
299
|
+
xl: string;
|
|
300
|
+
"2xl": string;
|
|
301
|
+
"2xs": string;
|
|
302
|
+
xs: string;
|
|
303
|
+
inner: string;
|
|
355
304
|
};
|
|
356
305
|
strokeWidth: {
|
|
357
306
|
0: string;
|
|
358
307
|
1: string;
|
|
359
308
|
2: string;
|
|
360
309
|
};
|
|
361
|
-
skew: {
|
|
362
|
-
0: string;
|
|
363
|
-
1: string;
|
|
364
|
-
2: string;
|
|
365
|
-
3: string;
|
|
366
|
-
6: string;
|
|
367
|
-
12: string;
|
|
368
|
-
};
|
|
369
310
|
fontFamily: {
|
|
370
311
|
sans: string;
|
|
371
312
|
serif: string;
|
|
@@ -373,8 +314,8 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
373
314
|
};
|
|
374
315
|
fontWeight: {
|
|
375
316
|
normal: string;
|
|
376
|
-
bold: string;
|
|
377
317
|
thin: string;
|
|
318
|
+
bold: string;
|
|
378
319
|
medium: string;
|
|
379
320
|
extralight: string;
|
|
380
321
|
light: string;
|
|
@@ -391,8 +332,8 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
391
332
|
widest: string;
|
|
392
333
|
};
|
|
393
334
|
lineHeight: {
|
|
394
|
-
normal: string;
|
|
395
335
|
none: string;
|
|
336
|
+
normal: string;
|
|
396
337
|
tight: string;
|
|
397
338
|
relaxed: string;
|
|
398
339
|
};
|
|
@@ -401,23 +342,82 @@ declare const defaultPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierF
|
|
|
401
342
|
sm: string;
|
|
402
343
|
md: string;
|
|
403
344
|
lg: string;
|
|
404
|
-
xs: string;
|
|
405
345
|
"2xs": string;
|
|
346
|
+
xs: string;
|
|
406
347
|
};
|
|
407
|
-
|
|
348
|
+
blur: {
|
|
349
|
+
none: string;
|
|
350
|
+
sm: string;
|
|
351
|
+
md: string;
|
|
352
|
+
lg: string;
|
|
353
|
+
xl: string;
|
|
354
|
+
"2xl": string;
|
|
355
|
+
"3xl": string;
|
|
356
|
+
};
|
|
357
|
+
translate: {
|
|
408
358
|
0: string;
|
|
359
|
+
4: string;
|
|
360
|
+
full: string;
|
|
409
361
|
1: string;
|
|
410
362
|
2: string;
|
|
411
|
-
|
|
363
|
+
"1/2": string;
|
|
364
|
+
"1/3": string;
|
|
365
|
+
"2/3": string;
|
|
366
|
+
"1/4": string;
|
|
367
|
+
"3/4": string;
|
|
412
368
|
8: string;
|
|
369
|
+
0.5: string;
|
|
370
|
+
1.5: string;
|
|
371
|
+
2.5: string;
|
|
372
|
+
3: string;
|
|
373
|
+
3.5: string;
|
|
374
|
+
5: string;
|
|
375
|
+
6: string;
|
|
376
|
+
7: string;
|
|
377
|
+
9: string;
|
|
378
|
+
10: string;
|
|
379
|
+
11: string;
|
|
380
|
+
12: string;
|
|
381
|
+
14: string;
|
|
382
|
+
16: string;
|
|
383
|
+
20: string;
|
|
384
|
+
24: string;
|
|
385
|
+
28: string;
|
|
386
|
+
32: string;
|
|
387
|
+
36: string;
|
|
388
|
+
40: string;
|
|
389
|
+
44: string;
|
|
390
|
+
48: string;
|
|
391
|
+
52: string;
|
|
392
|
+
56: string;
|
|
393
|
+
60: string;
|
|
394
|
+
64: string;
|
|
395
|
+
72: string;
|
|
396
|
+
80: string;
|
|
397
|
+
96: string;
|
|
413
398
|
};
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
399
|
+
radius: {
|
|
400
|
+
none: string;
|
|
401
|
+
sm: string;
|
|
402
|
+
md: string;
|
|
403
|
+
lg: string;
|
|
404
|
+
xl: string;
|
|
405
|
+
xs: string;
|
|
406
|
+
full: string;
|
|
407
|
+
};
|
|
408
|
+
h: {
|
|
409
|
+
screen: string;
|
|
410
|
+
svh: string;
|
|
411
|
+
lvh: string;
|
|
412
|
+
dvh: string;
|
|
413
|
+
};
|
|
414
|
+
skew: {
|
|
415
|
+
0: string;
|
|
416
|
+
1: string;
|
|
417
|
+
2: string;
|
|
418
|
+
3: string;
|
|
419
|
+
6: string;
|
|
420
|
+
12: string;
|
|
421
421
|
};
|
|
422
422
|
}, {}, {}, {}, GetModifierFromInput<{
|
|
423
423
|
readonly colorMode: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { applySlotOverrides, assertTransformedConfig, buildSlotProps, buildUntransformedSlotProps, inferComponentNameFromRenderFn, mergeMotionConfig, mergeRootClassName, mergeSlotMotionProps, partitionMergedProps } from "./createComponent.boundaries.js";
|
|
2
1
|
import { processStyleProps } from "./getStyles.js";
|
|
3
2
|
import { createComponentStyler } from "./getComponentStyles.js";
|
|
3
|
+
import { applySlotOverrides, assertTransformedConfig, buildSlotProps, buildUntransformedSlotProps, inferComponentNameFromRenderFn, mergeMotionConfig, mergeRootClassName, mergeSlotMotionProps, partitionMergedProps } from "./createComponent.boundaries.js";
|
|
4
4
|
import { createElement } from "react";
|
|
5
5
|
//#region ../core/dist/createComponent.js
|
|
6
6
|
function createPrimitiveRenderFn(tag) {
|
|
@@ -3,8 +3,8 @@ import "../../utils/dist/index.js";
|
|
|
3
3
|
import { expandCompositeStyles, getCompositeStylesConfig } from "./compositeStyles.js";
|
|
4
4
|
import { propMappings } from "./style-prop-data.js";
|
|
5
5
|
import { stylePropsTwMap } from "./generated/stylePropsTwMap.js";
|
|
6
|
-
import { colorPropToOpacityProp } from "./color-opacity-map.js";
|
|
7
6
|
import { modifierMappings } from "./modifier-mappings.js";
|
|
7
|
+
import { colorPropToOpacityProp } from "./color-opacity-map.js";
|
|
8
8
|
import { clsx } from "clsx";
|
|
9
9
|
//#region ../core/dist/getStyles.js
|
|
10
10
|
/** Convert kebab-case CSS property to camelCase for React inline styles.
|