@yahoo/uds-v5-wip 1.58.0 → 1.59.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.
Files changed (44) hide show
  1. package/dist/config/dist/createConfig.js +1 -1
  2. package/dist/core/dist/compositeStyles.d.ts +2 -1
  3. package/dist/core/dist/configurable-prop-helpers.d.ts +2 -1
  4. package/dist/core/dist/createComponent.d.ts +2 -1
  5. package/dist/core/dist/createComponentExample.d.ts +2 -1
  6. package/dist/core/dist/createProvider.d.ts +2 -1
  7. package/dist/core/dist/generated/stylePropsTwMap.d.ts +2 -1
  8. package/dist/core/dist/getComponentStyles.d.ts +2 -1
  9. package/dist/core/dist/getStyles.d.ts +2 -1
  10. package/dist/core/dist/modifier-mappings.d.ts +2 -1
  11. package/dist/core/dist/resolveMotionState.d.ts +2 -1
  12. package/dist/core/dist/style-prop-data.d.ts +2 -1
  13. package/dist/core/dist/transformPreset.d.ts +2 -1
  14. package/dist/core/dist/withDefaultStyleProps.d.ts +2 -1
  15. package/dist/loader/dist/_virtual/_rolldown/runtime.js +6 -0
  16. package/dist/loader/dist/loader/create-component-lowering.js +1 -1
  17. package/dist/loader/dist/loader/data-attr-transform.js +1 -1
  18. package/dist/loader/dist/loader/lower-new-api-primitive.js +0 -28
  19. package/dist/loader/dist/loader/style-transform.js +4 -4
  20. package/dist/loader/dist/loader.d.ts +2 -1
  21. package/dist/loader/dist/loader.js +3 -3
  22. package/dist/loader/dist/next.d.ts +2 -1
  23. package/dist/loader/dist/next.js +1 -1
  24. package/dist/loader/dist/node_modules/react/cjs/react-jsx-runtime.development.js +203 -0
  25. package/dist/loader/dist/node_modules/react/cjs/react-jsx-runtime.production.js +25 -0
  26. package/dist/loader/dist/node_modules/react/cjs/react.development.js +762 -0
  27. package/dist/loader/dist/node_modules/react/cjs/react.production.js +351 -0
  28. package/dist/loader/dist/node_modules/react/index.js +10 -0
  29. package/dist/loader/dist/node_modules/react/jsx-runtime.js +10 -0
  30. package/dist/loader/dist/packages/core/dist/color-opacity-map.js +33 -0
  31. package/dist/loader/dist/packages/core/dist/compositeStyles.js +43 -0
  32. package/dist/loader/dist/packages/core/dist/createComponent.js +6 -0
  33. package/dist/loader/dist/packages/core/dist/createProvider.js +7 -0
  34. package/dist/loader/dist/packages/core/dist/generated/stylePropsTwMap.js +570 -0
  35. package/dist/loader/dist/packages/core/dist/getComponentStyles.js +2 -0
  36. package/dist/loader/dist/packages/core/dist/getStyles.js +60 -0
  37. package/dist/loader/dist/packages/core/dist/index.js +6 -0
  38. package/dist/loader/dist/packages/core/dist/modifier-mappings.js +61 -0
  39. package/dist/loader/dist/packages/core/dist/style-prop-data.js +1257 -0
  40. package/dist/loader/dist/packages/core/dist/withDefaultStyleProps.js +1 -0
  41. package/dist/loader.js +1 -1
  42. package/dist/tsconfig.tsbuildinfo +1 -1
  43. package/package.json +3 -3
  44. package/dist/_virtual/_rolldown/runtime.js +0 -7
@@ -0,0 +1,1257 @@
1
+ //#region ../loader/dist/packages/core/dist/style-prop-data.js
2
+ const propMappings = {
3
+ animation: {
4
+ classPrefix: "animation",
5
+ cssProperty: "animation",
6
+ defaultVarPrefix: "animation",
7
+ augmentType: "CustomAnimation"
8
+ },
9
+ motion: {
10
+ classPrefix: "motion",
11
+ cssProperty: "animation"
12
+ },
13
+ bg: {
14
+ classPrefix: "bg",
15
+ cssProperty: "background-color",
16
+ defaultVarPrefix: "bg",
17
+ augmentType: "CustomBackgroundColor"
18
+ },
19
+ bgOpacity: {
20
+ classPrefix: "",
21
+ augmentType: "CustomBackgroundColorOpacity"
22
+ },
23
+ colorOpacity: {
24
+ classPrefix: "",
25
+ augmentType: "CustomTextColorOpacity"
26
+ },
27
+ textDecorationColorOpacity: {
28
+ classPrefix: "",
29
+ augmentType: "CustomTextDecorationColorOpacity"
30
+ },
31
+ borderColorOpacity: {
32
+ classPrefix: "",
33
+ augmentType: "CustomBorderColorOpacity"
34
+ },
35
+ borderYColorOpacity: {
36
+ classPrefix: "",
37
+ augmentType: "CustomBorderYColorOpacity"
38
+ },
39
+ borderXColorOpacity: {
40
+ classPrefix: "",
41
+ augmentType: "CustomBorderXColorOpacity"
42
+ },
43
+ borderStartColorOpacity: {
44
+ classPrefix: "",
45
+ augmentType: "CustomBorderStartColorOpacity"
46
+ },
47
+ borderLeftColorOpacity: {
48
+ classPrefix: "",
49
+ augmentType: "CustomBorderLeftColorOpacity"
50
+ },
51
+ borderEndColorOpacity: {
52
+ classPrefix: "",
53
+ augmentType: "CustomBorderEndColorOpacity"
54
+ },
55
+ borderRightColorOpacity: {
56
+ classPrefix: "",
57
+ augmentType: "CustomBorderRightColorOpacity"
58
+ },
59
+ borderTopColorOpacity: {
60
+ classPrefix: "",
61
+ augmentType: "CustomBorderTopColorOpacity"
62
+ },
63
+ borderBottomColorOpacity: {
64
+ classPrefix: "",
65
+ augmentType: "CustomBorderBottomColorOpacity"
66
+ },
67
+ divideColorOpacity: {
68
+ classPrefix: "",
69
+ augmentType: "CustomDivideColorOpacity"
70
+ },
71
+ outlineColorOpacity: {
72
+ classPrefix: "",
73
+ augmentType: "CustomOutlineColorOpacity"
74
+ },
75
+ ringColorOpacity: {
76
+ classPrefix: "",
77
+ augmentType: "CustomRingColorOpacity"
78
+ },
79
+ ringOffsetColorOpacity: {
80
+ classPrefix: "",
81
+ augmentType: "CustomRingOffsetColorOpacity"
82
+ },
83
+ fillColorOpacity: {
84
+ classPrefix: "",
85
+ augmentType: "CustomFillColorOpacity"
86
+ },
87
+ strokeColorOpacity: {
88
+ classPrefix: "",
89
+ augmentType: "CustomStrokeColorOpacity"
90
+ },
91
+ shadowColorOpacity: {
92
+ classPrefix: "",
93
+ augmentType: "CustomShadowColorOpacity"
94
+ },
95
+ caretColorOpacity: {
96
+ classPrefix: "",
97
+ augmentType: "CustomCaretColorOpacity"
98
+ },
99
+ borderRadius: {
100
+ classPrefix: "rounded",
101
+ cssProperty: "border-radius",
102
+ defaultVarPrefix: "radius",
103
+ augmentType: "CustomBorderRadius"
104
+ },
105
+ borderRadiusTop: {
106
+ classPrefix: "rounded-t",
107
+ cssProperty: "border-top-left-radius",
108
+ defaultVarPrefix: "radius",
109
+ augmentType: "CustomBorderRadiusTop"
110
+ },
111
+ borderRadiusBottom: {
112
+ classPrefix: "rounded-b",
113
+ cssProperty: "border-bottom-left-radius",
114
+ defaultVarPrefix: "radius",
115
+ augmentType: "CustomBorderRadiusBottom"
116
+ },
117
+ borderRadiusStart: {
118
+ classPrefix: "rounded-s",
119
+ cssProperty: "border-start-start-radius",
120
+ defaultVarPrefix: "radius",
121
+ augmentType: "CustomBorderRadiusStart"
122
+ },
123
+ borderRadiusEnd: {
124
+ classPrefix: "rounded-e",
125
+ cssProperty: "border-end-start-radius",
126
+ defaultVarPrefix: "radius",
127
+ augmentType: "CustomBorderRadiusEnd"
128
+ },
129
+ borderRadiusTopStart: {
130
+ classPrefix: "rounded-ss",
131
+ cssProperty: "border-start-start-radius",
132
+ defaultVarPrefix: "radius",
133
+ augmentType: "CustomBorderRadiusTopStart"
134
+ },
135
+ borderRadiusTopEnd: {
136
+ classPrefix: "rounded-se",
137
+ cssProperty: "border-start-end-radius",
138
+ defaultVarPrefix: "radius",
139
+ augmentType: "CustomBorderRadiusTopEnd"
140
+ },
141
+ borderRadiusBottomStart: {
142
+ classPrefix: "rounded-es",
143
+ cssProperty: "border-end-start-radius",
144
+ defaultVarPrefix: "radius",
145
+ augmentType: "CustomBorderRadiusBottomStart"
146
+ },
147
+ borderRadiusBottomEnd: {
148
+ classPrefix: "rounded-ee",
149
+ cssProperty: "border-end-end-radius",
150
+ defaultVarPrefix: "radius",
151
+ augmentType: "CustomBorderRadiusBottomEnd"
152
+ },
153
+ borderColor: {
154
+ classPrefix: "border-color",
155
+ cssProperty: "border-color",
156
+ defaultVarPrefix: "border-color",
157
+ augmentType: "CustomBorderColor"
158
+ },
159
+ borderYColor: {
160
+ classPrefix: "border-y-color",
161
+ cssProperty: "border-block-color",
162
+ defaultVarPrefix: "border-color",
163
+ augmentType: "CustomBorderYColor"
164
+ },
165
+ borderXColor: {
166
+ classPrefix: "border-x-color",
167
+ cssProperty: "border-inline-color",
168
+ defaultVarPrefix: "border-color",
169
+ augmentType: "CustomBorderXColor"
170
+ },
171
+ borderStartColor: {
172
+ classPrefix: "border-s-color",
173
+ cssProperty: "border-inline-start-color",
174
+ defaultVarPrefix: "border-color",
175
+ augmentType: "CustomBorderStartColor"
176
+ },
177
+ borderLeftColor: {
178
+ classPrefix: "border-l-color",
179
+ cssProperty: "border-left-color",
180
+ defaultVarPrefix: "border-color",
181
+ augmentType: "CustomBorderLeftColor"
182
+ },
183
+ borderEndColor: {
184
+ classPrefix: "border-e-color",
185
+ cssProperty: "border-inline-end-color",
186
+ defaultVarPrefix: "border-color",
187
+ augmentType: "CustomBorderEndColor"
188
+ },
189
+ borderRightColor: {
190
+ classPrefix: "border-r-color",
191
+ cssProperty: "border-right-color",
192
+ defaultVarPrefix: "border-color",
193
+ augmentType: "CustomBorderRightColor"
194
+ },
195
+ borderTopColor: {
196
+ classPrefix: "border-t-color",
197
+ cssProperty: "border-top-color",
198
+ defaultVarPrefix: "border-color",
199
+ augmentType: "CustomBorderTopColor"
200
+ },
201
+ borderBottomColor: {
202
+ classPrefix: "border-b-color",
203
+ cssProperty: "border-bottom-color",
204
+ defaultVarPrefix: "border-color",
205
+ augmentType: "CustomBorderBottomColor"
206
+ },
207
+ border: {
208
+ classPrefix: "border",
209
+ cssProperty: "border-width"
210
+ },
211
+ borderBottom: {
212
+ classPrefix: "border-b",
213
+ cssProperty: "border-bottom-width"
214
+ },
215
+ borderTop: {
216
+ classPrefix: "border-t",
217
+ cssProperty: "border-top-width"
218
+ },
219
+ borderLeft: {
220
+ classPrefix: "border-l",
221
+ cssProperty: "border-left-width"
222
+ },
223
+ borderRight: {
224
+ classPrefix: "border-r",
225
+ cssProperty: "border-right-width"
226
+ },
227
+ borderStart: {
228
+ classPrefix: "border-s",
229
+ cssProperty: "border-inline-start-width"
230
+ },
231
+ borderEnd: {
232
+ classPrefix: "border-e",
233
+ cssProperty: "border-inline-end-width"
234
+ },
235
+ borderX: {
236
+ classPrefix: "border-x",
237
+ cssProperty: "border-inline-width"
238
+ },
239
+ borderY: {
240
+ classPrefix: "border-y",
241
+ cssProperty: "border-block-width"
242
+ },
243
+ borderWidth: {
244
+ classPrefix: "border-width",
245
+ cssProperty: "border-width",
246
+ defaultVarPrefix: "border-width",
247
+ augmentType: "CustomBorderWidth"
248
+ },
249
+ borderYWidth: {
250
+ classPrefix: "border-y-width",
251
+ cssProperty: "border-block-width",
252
+ defaultVarPrefix: "border-width",
253
+ augmentType: "CustomBorderYWidth"
254
+ },
255
+ borderXWidth: {
256
+ classPrefix: "border-x-width",
257
+ cssProperty: "border-inline-width",
258
+ defaultVarPrefix: "border-width",
259
+ augmentType: "CustomBorderXWidth"
260
+ },
261
+ borderStartWidth: {
262
+ classPrefix: "border-s-width",
263
+ cssProperty: "border-inline-start-width",
264
+ defaultVarPrefix: "border-width",
265
+ augmentType: "CustomBorderStartWidth"
266
+ },
267
+ borderLeftWidth: {
268
+ classPrefix: "border-l-width",
269
+ cssProperty: "border-left-width",
270
+ defaultVarPrefix: "border-width",
271
+ augmentType: "CustomBorderLeftWidth"
272
+ },
273
+ borderEndWidth: {
274
+ classPrefix: "border-e-width",
275
+ cssProperty: "border-inline-end-width",
276
+ defaultVarPrefix: "border-width",
277
+ augmentType: "CustomBorderEndWidth"
278
+ },
279
+ borderRightWidth: {
280
+ classPrefix: "border-r-width",
281
+ cssProperty: "border-right-width",
282
+ defaultVarPrefix: "border-width",
283
+ augmentType: "CustomBorderRightWidth"
284
+ },
285
+ borderTopWidth: {
286
+ classPrefix: "border-t-width",
287
+ cssProperty: "border-top-width",
288
+ defaultVarPrefix: "border-width",
289
+ augmentType: "CustomBorderTopWidth"
290
+ },
291
+ borderBottomWidth: {
292
+ classPrefix: "border-b-width",
293
+ cssProperty: "border-bottom-width",
294
+ defaultVarPrefix: "border-width",
295
+ augmentType: "CustomBorderBottomWidth"
296
+ },
297
+ color: {
298
+ classPrefix: "color",
299
+ cssProperty: "color",
300
+ defaultVarPrefix: "color",
301
+ augmentType: "CustomTextColor"
302
+ },
303
+ divideWidth: {
304
+ classPrefix: "divide",
305
+ cssProperty: "border-width",
306
+ defaultVarPrefix: "divide-width",
307
+ augmentType: "CustomDivideWidth"
308
+ },
309
+ divideColor: {
310
+ classPrefix: "divide-color",
311
+ cssProperty: "border-color",
312
+ defaultVarPrefix: "divide-color",
313
+ augmentType: "CustomDivideColor"
314
+ },
315
+ divideStyle: {
316
+ classPrefix: "divide",
317
+ cssProperty: "border-style"
318
+ },
319
+ mixBlendMode: {
320
+ classPrefix: "mix-blend",
321
+ cssProperty: "mix-blend-mode"
322
+ },
323
+ bgBlendMode: {
324
+ classPrefix: "bg-blend",
325
+ cssProperty: "background-blend-mode"
326
+ },
327
+ blur: {
328
+ classPrefix: "blur",
329
+ cssProperty: "filter",
330
+ defaultVarPrefix: "blur",
331
+ augmentType: "CustomBlur"
332
+ },
333
+ brightness: {
334
+ classPrefix: "brightness",
335
+ cssProperty: "filter"
336
+ },
337
+ contrast: {
338
+ classPrefix: "contrast",
339
+ cssProperty: "filter"
340
+ },
341
+ backdropBlur: {
342
+ classPrefix: "backdrop-blur",
343
+ cssProperty: "backdrop-filter",
344
+ defaultVarPrefix: "blur",
345
+ augmentType: "CustomBackdropBlur"
346
+ },
347
+ flex: {
348
+ classPrefix: "flex",
349
+ cssProperty: "flex",
350
+ defaultVarPrefix: "flex",
351
+ augmentType: "CustomFlex"
352
+ },
353
+ flexDirection: {
354
+ classPrefix: "flex",
355
+ cssProperty: "flex-direction"
356
+ },
357
+ flexGrow: {
358
+ classPrefix: "grow",
359
+ cssProperty: "flex-grow",
360
+ defaultVarPrefix: "flex-grow",
361
+ augmentType: "CustomFlexGrow"
362
+ },
363
+ flexShrink: {
364
+ classPrefix: "shrink",
365
+ cssProperty: "flex-shrink",
366
+ defaultVarPrefix: "flex-shrink",
367
+ augmentType: "CustomFlexShrink"
368
+ },
369
+ flexWrap: {
370
+ classPrefix: "flex",
371
+ cssProperty: "flex-wrap"
372
+ },
373
+ justifyContent: {
374
+ classPrefix: "justify",
375
+ cssProperty: "justify-content"
376
+ },
377
+ alignItems: {
378
+ classPrefix: "items",
379
+ cssProperty: "align-items"
380
+ },
381
+ alignSelf: {
382
+ classPrefix: "self",
383
+ cssProperty: "align-self"
384
+ },
385
+ alignContent: {
386
+ classPrefix: "content",
387
+ cssProperty: "align-content"
388
+ },
389
+ placeContent: {
390
+ classPrefix: "place-content",
391
+ cssProperty: "place-content"
392
+ },
393
+ placeItems: {
394
+ classPrefix: "place-items",
395
+ cssProperty: "place-items"
396
+ },
397
+ placeSelf: {
398
+ classPrefix: "place-self",
399
+ cssProperty: "place-self"
400
+ },
401
+ gridTemplateColumns: {
402
+ classPrefix: "grid-cols",
403
+ cssProperty: "grid-template-columns"
404
+ },
405
+ gridColumnSpan: {
406
+ classPrefix: "col-span",
407
+ cssProperty: "grid-column"
408
+ },
409
+ gridColumnStart: {
410
+ classPrefix: "col-start",
411
+ cssProperty: "grid-column-start"
412
+ },
413
+ gridColumnEnd: {
414
+ classPrefix: "col-end",
415
+ cssProperty: "grid-column-end"
416
+ },
417
+ gridTemplateRows: {
418
+ classPrefix: "grid-rows",
419
+ cssProperty: "grid-template-rows"
420
+ },
421
+ gridRowSpan: {
422
+ classPrefix: "row-span",
423
+ cssProperty: "grid-row"
424
+ },
425
+ gridRowStart: {
426
+ classPrefix: "row-start",
427
+ cssProperty: "grid-row-start"
428
+ },
429
+ gridRowEnd: {
430
+ classPrefix: "row-end",
431
+ cssProperty: "grid-row-end"
432
+ },
433
+ group: {
434
+ classPrefix: "group",
435
+ cssProperty: "container-type"
436
+ },
437
+ appearance: {
438
+ classPrefix: "appearance",
439
+ cssProperty: "appearance"
440
+ },
441
+ cursor: {
442
+ classPrefix: "cursor",
443
+ cssProperty: "cursor"
444
+ },
445
+ caretColor: {
446
+ classPrefix: "caret-color",
447
+ cssProperty: "caret-color",
448
+ defaultVarPrefix: "caret-color",
449
+ augmentType: "CustomCaretColor"
450
+ },
451
+ pointerEvents: {
452
+ classPrefix: "pointer-events",
453
+ cssProperty: "pointer-events"
454
+ },
455
+ resize: {
456
+ classPrefix: "resize",
457
+ cssProperty: "resize"
458
+ },
459
+ scrollBehavior: {
460
+ classPrefix: "scroll",
461
+ cssProperty: "scroll-behavior"
462
+ },
463
+ scrollSnap: {
464
+ classPrefix: "snap",
465
+ cssProperty: "scroll-snap-type"
466
+ },
467
+ scrollSnapGap: {
468
+ classPrefix: "scroll-m",
469
+ cssProperty: "scroll-margin",
470
+ defaultVarPrefix: "spacing",
471
+ augmentType: "CustomScrollSnapGap"
472
+ },
473
+ scrollSnapGapTop: {
474
+ classPrefix: "scroll-mt",
475
+ cssProperty: "scroll-margin-top",
476
+ defaultVarPrefix: "spacing",
477
+ augmentType: "CustomScrollSnapGapTop"
478
+ },
479
+ scrollSnapGapBottom: {
480
+ classPrefix: "scroll-mb",
481
+ cssProperty: "scroll-margin-bottom",
482
+ defaultVarPrefix: "spacing",
483
+ augmentType: "CustomScrollSnapGapBottom"
484
+ },
485
+ scrollSnapGapStart: {
486
+ classPrefix: "scroll-ms",
487
+ cssProperty: "scroll-margin-inline-start",
488
+ defaultVarPrefix: "spacing",
489
+ augmentType: "CustomScrollSnapGapStart"
490
+ },
491
+ scrollSnapGapEnd: {
492
+ classPrefix: "scroll-me",
493
+ cssProperty: "scroll-margin-inline-end",
494
+ defaultVarPrefix: "spacing",
495
+ augmentType: "CustomScrollSnapGapEnd"
496
+ },
497
+ scrollSnapGapX: {
498
+ classPrefix: "scroll-mx",
499
+ cssProperty: "scroll-margin-inline",
500
+ defaultVarPrefix: "spacing",
501
+ augmentType: "CustomScrollSnapGapX"
502
+ },
503
+ scrollSnapGapY: {
504
+ classPrefix: "scroll-my",
505
+ cssProperty: "scroll-margin-block",
506
+ defaultVarPrefix: "spacing",
507
+ augmentType: "CustomScrollSnapGapY"
508
+ },
509
+ scrollSnapSpacing: {
510
+ classPrefix: "scroll-p",
511
+ cssProperty: "scroll-padding",
512
+ defaultVarPrefix: "spacing",
513
+ augmentType: "CustomScrollSnapSpacing"
514
+ },
515
+ scrollSnapSpacingTop: {
516
+ classPrefix: "scroll-pt",
517
+ cssProperty: "scroll-padding-top",
518
+ defaultVarPrefix: "spacing",
519
+ augmentType: "CustomScrollSnapSpacingTop"
520
+ },
521
+ scrollSnapSpacingBottom: {
522
+ classPrefix: "scroll-pb",
523
+ cssProperty: "scroll-padding-bottom",
524
+ defaultVarPrefix: "spacing",
525
+ augmentType: "CustomScrollSnapSpacingBottom"
526
+ },
527
+ scrollSnapSpacingStart: {
528
+ classPrefix: "scroll-ps",
529
+ cssProperty: "scroll-padding-inline-start",
530
+ defaultVarPrefix: "spacing",
531
+ augmentType: "CustomScrollSnapSpacingStart"
532
+ },
533
+ scrollSnapSpacingEnd: {
534
+ classPrefix: "scroll-pe",
535
+ cssProperty: "scroll-padding-inline-end",
536
+ defaultVarPrefix: "spacing",
537
+ augmentType: "CustomScrollSnapSpacingEnd"
538
+ },
539
+ scrollSnapSpacingX: {
540
+ classPrefix: "scroll-px",
541
+ cssProperty: "scroll-padding-inline",
542
+ defaultVarPrefix: "spacing",
543
+ augmentType: "CustomScrollSnapSpacingX"
544
+ },
545
+ scrollSnapSpacingY: {
546
+ classPrefix: "scroll-py",
547
+ cssProperty: "scroll-padding-block",
548
+ defaultVarPrefix: "spacing",
549
+ augmentType: "CustomScrollSnapSpacingY"
550
+ },
551
+ scrollSnapAlign: {
552
+ classPrefix: "snap",
553
+ cssProperty: "scroll-snap-align"
554
+ },
555
+ scrollSnapStop: {
556
+ classPrefix: "snap",
557
+ cssProperty: "scroll-snap-stop"
558
+ },
559
+ scrollbarWidth: {
560
+ classPrefix: "scrollbar-width",
561
+ cssProperty: "scrollbar-width",
562
+ literalValues: [
563
+ "auto",
564
+ "thin",
565
+ "none"
566
+ ]
567
+ },
568
+ scrollbarColor: {
569
+ classPrefix: "scrollbar-color",
570
+ cssProperty: "scrollbar-color"
571
+ },
572
+ touchAction: {
573
+ classPrefix: "touch",
574
+ cssProperty: "touch-action"
575
+ },
576
+ userSelect: {
577
+ classPrefix: "select",
578
+ cssProperty: "user-select"
579
+ },
580
+ willChange: {
581
+ classPrefix: "will-change",
582
+ cssProperty: "will-change"
583
+ },
584
+ aspectRatio: {
585
+ classPrefix: "aspect",
586
+ cssProperty: "aspect-ratio",
587
+ defaultVarPrefix: "aspect",
588
+ augmentType: "CustomAspectRatio"
589
+ },
590
+ boxSizing: {
591
+ classPrefix: "box",
592
+ cssProperty: "box-sizing"
593
+ },
594
+ container: {
595
+ classPrefix: "container",
596
+ cssProperty: "container-type"
597
+ },
598
+ columns: {
599
+ classPrefix: "columns",
600
+ cssProperty: "columns"
601
+ },
602
+ display: {
603
+ classPrefix: "no-prefix",
604
+ cssProperty: "display"
605
+ },
606
+ isolate: {
607
+ classPrefix: "isolate",
608
+ cssProperty: "isolation"
609
+ },
610
+ objectFit: {
611
+ classPrefix: "object",
612
+ cssProperty: "object-fit"
613
+ },
614
+ objectPosition: {
615
+ classPrefix: "object",
616
+ cssProperty: "object-position"
617
+ },
618
+ overflow: {
619
+ classPrefix: "overflow",
620
+ cssProperty: "overflow"
621
+ },
622
+ overflowX: {
623
+ classPrefix: "overflow-x",
624
+ cssProperty: "overflow-x"
625
+ },
626
+ overflowY: {
627
+ classPrefix: "overflow-y",
628
+ cssProperty: "overflow-y"
629
+ },
630
+ overscrollBehavior: {
631
+ classPrefix: "overscroll",
632
+ cssProperty: "overscroll-behavior"
633
+ },
634
+ position: {
635
+ classPrefix: "no-prefix",
636
+ cssProperty: "position"
637
+ },
638
+ top: {
639
+ classPrefix: "top",
640
+ cssProperty: "top",
641
+ defaultVarPrefix: "spacing",
642
+ augmentType: "CustomTop"
643
+ },
644
+ bottom: {
645
+ classPrefix: "bottom",
646
+ cssProperty: "bottom",
647
+ defaultVarPrefix: "spacing",
648
+ augmentType: "CustomBottom"
649
+ },
650
+ left: {
651
+ classPrefix: "left",
652
+ cssProperty: "left",
653
+ defaultVarPrefix: "spacing",
654
+ augmentType: "CustomLeft"
655
+ },
656
+ right: {
657
+ classPrefix: "right",
658
+ cssProperty: "right",
659
+ defaultVarPrefix: "spacing",
660
+ augmentType: "CustomRight"
661
+ },
662
+ inset: {
663
+ classPrefix: "inset",
664
+ cssProperty: "inset",
665
+ defaultVarPrefix: "spacing",
666
+ augmentType: "CustomInset"
667
+ },
668
+ insetX: {
669
+ classPrefix: "inset-x",
670
+ cssProperty: "inset-inline",
671
+ defaultVarPrefix: "spacing",
672
+ augmentType: "CustomInsetX"
673
+ },
674
+ insetY: {
675
+ classPrefix: "inset-y",
676
+ cssProperty: "inset-block",
677
+ defaultVarPrefix: "spacing",
678
+ augmentType: "CustomInsetY"
679
+ },
680
+ visibility: {
681
+ classPrefix: "no-prefix",
682
+ cssProperty: "visibility"
683
+ },
684
+ zIndex: {
685
+ classPrefix: "z",
686
+ cssProperty: "z-index",
687
+ defaultVarPrefix: "z",
688
+ augmentType: "CustomZIndex"
689
+ },
690
+ listStyleImage: {
691
+ classPrefix: "list-image",
692
+ cssProperty: "list-style-image"
693
+ },
694
+ listStylePosition: {
695
+ classPrefix: "list",
696
+ cssProperty: "list-style-position"
697
+ },
698
+ listStyleType: {
699
+ classPrefix: "list",
700
+ cssProperty: "list-style-type"
701
+ },
702
+ opacity: {
703
+ classPrefix: "opacity",
704
+ cssProperty: "opacity",
705
+ defaultVarPrefix: "opacity",
706
+ augmentType: "CustomOpacity"
707
+ },
708
+ outlineWidth: {
709
+ classPrefix: "outline",
710
+ cssProperty: "outline-width",
711
+ defaultVarPrefix: "outline",
712
+ augmentType: "CustomOutlineWidth"
713
+ },
714
+ outlineColor: {
715
+ classPrefix: "outline-color",
716
+ cssProperty: "outline-color",
717
+ defaultVarPrefix: "outline-color",
718
+ augmentType: "CustomOutlineColor"
719
+ },
720
+ outlineStyle: {
721
+ classPrefix: "outline",
722
+ cssProperty: "outline-style"
723
+ },
724
+ outlineOffset: {
725
+ classPrefix: "outline-offset",
726
+ cssProperty: "outline-offset",
727
+ defaultVarPrefix: "outline-offset",
728
+ augmentType: "CustomOutlineOffset"
729
+ },
730
+ ringWidth: {
731
+ classPrefix: "ring",
732
+ cssProperty: "--tw-ring-width",
733
+ defaultVarPrefix: "ring",
734
+ augmentType: "CustomRingWidth"
735
+ },
736
+ ringColor: {
737
+ classPrefix: "ring-color",
738
+ cssProperty: "--tw-ring-color",
739
+ defaultVarPrefix: "ring-color",
740
+ augmentType: "CustomRingColor"
741
+ },
742
+ ringOffsetWidth: {
743
+ classPrefix: "ring-offset",
744
+ cssProperty: "--tw-ring-offset-width",
745
+ defaultVarPrefix: "ring-offset",
746
+ augmentType: "CustomRingOffsetWidth"
747
+ },
748
+ ringOffsetColor: {
749
+ classPrefix: "ring-offset-color",
750
+ cssProperty: "--tw-ring-offset-color",
751
+ defaultVarPrefix: "ring-offset-color",
752
+ augmentType: "CustomRingOffsetColor"
753
+ },
754
+ ringInset: {
755
+ classPrefix: "ring-inset",
756
+ cssProperty: "--tw-ring-inset"
757
+ },
758
+ shadow: {
759
+ classPrefix: "shadow",
760
+ cssProperty: "box-shadow",
761
+ defaultVarPrefix: "shadow",
762
+ augmentType: "CustomShadow"
763
+ },
764
+ shadowColor: {
765
+ classPrefix: "shadow-color",
766
+ cssProperty: "--tw-shadow-color",
767
+ defaultVarPrefix: "shadow-color",
768
+ augmentType: "CustomShadowColor"
769
+ },
770
+ height: {
771
+ classPrefix: "h",
772
+ cssProperty: "height",
773
+ defaultVarPrefix: "spacing",
774
+ augmentType: "CustomHeight"
775
+ },
776
+ minHeight: {
777
+ classPrefix: "min-h",
778
+ cssProperty: "min-height",
779
+ defaultVarPrefix: "spacing",
780
+ augmentType: "CustomMinHeight"
781
+ },
782
+ maxHeight: {
783
+ classPrefix: "max-h",
784
+ cssProperty: "max-height",
785
+ defaultVarPrefix: "spacing",
786
+ augmentType: "CustomMaxHeight"
787
+ },
788
+ width: {
789
+ classPrefix: "w",
790
+ cssProperty: "width",
791
+ defaultVarPrefix: "spacing",
792
+ augmentType: "CustomWidth"
793
+ },
794
+ minWidth: {
795
+ classPrefix: "min-w",
796
+ cssProperty: "min-width",
797
+ defaultVarPrefix: "spacing",
798
+ augmentType: "CustomMinWidth"
799
+ },
800
+ maxWidth: {
801
+ classPrefix: "max-w",
802
+ cssProperty: "max-width",
803
+ defaultVarPrefix: "spacing",
804
+ augmentType: "CustomMaxWidth"
805
+ },
806
+ spacing: {
807
+ classPrefix: "p",
808
+ cssProperty: "padding",
809
+ defaultVarPrefix: "spacing",
810
+ augmentType: "CustomSpacing"
811
+ },
812
+ spacingX: {
813
+ classPrefix: "px",
814
+ cssProperty: "padding-inline",
815
+ defaultVarPrefix: "spacing",
816
+ augmentType: "CustomSpacingX"
817
+ },
818
+ spacingY: {
819
+ classPrefix: "py",
820
+ cssProperty: "padding-block",
821
+ defaultVarPrefix: "spacing",
822
+ augmentType: "CustomSpacingY"
823
+ },
824
+ spacingRight: {
825
+ classPrefix: "pr",
826
+ cssProperty: "padding-right",
827
+ defaultVarPrefix: "spacing",
828
+ augmentType: "CustomSpacingRight"
829
+ },
830
+ spacingEnd: {
831
+ classPrefix: "pe",
832
+ cssProperty: "padding-inline-end",
833
+ defaultVarPrefix: "spacing",
834
+ augmentType: "CustomSpacingEnd"
835
+ },
836
+ spacingLeft: {
837
+ classPrefix: "pl",
838
+ cssProperty: "padding-left",
839
+ defaultVarPrefix: "spacing",
840
+ augmentType: "CustomSpacingLeft"
841
+ },
842
+ spacingStart: {
843
+ classPrefix: "ps",
844
+ cssProperty: "padding-inline-start",
845
+ defaultVarPrefix: "spacing",
846
+ augmentType: "CustomSpacingStart"
847
+ },
848
+ spacingTop: {
849
+ classPrefix: "pt",
850
+ cssProperty: "padding-top",
851
+ defaultVarPrefix: "spacing",
852
+ augmentType: "CustomSpacingTop"
853
+ },
854
+ spacingBottom: {
855
+ classPrefix: "pb",
856
+ cssProperty: "padding-bottom",
857
+ defaultVarPrefix: "spacing",
858
+ augmentType: "CustomSpacingBottom"
859
+ },
860
+ offset: {
861
+ classPrefix: "-m",
862
+ cssProperty: "margin",
863
+ defaultVarPrefix: "spacing",
864
+ augmentType: "CustomOffset"
865
+ },
866
+ offsetY: {
867
+ classPrefix: "-my",
868
+ cssProperty: "margin-block",
869
+ defaultVarPrefix: "spacing",
870
+ augmentType: "CustomOffsetY"
871
+ },
872
+ offsetX: {
873
+ classPrefix: "-mx",
874
+ cssProperty: "margin-inline",
875
+ defaultVarPrefix: "spacing",
876
+ augmentType: "CustomOffsetX"
877
+ },
878
+ offsetBottom: {
879
+ classPrefix: "-mb",
880
+ cssProperty: "margin-bottom",
881
+ defaultVarPrefix: "spacing",
882
+ augmentType: "CustomOffsetBottom"
883
+ },
884
+ offsetEnd: {
885
+ classPrefix: "-me",
886
+ cssProperty: "margin-inline-end",
887
+ defaultVarPrefix: "spacing",
888
+ augmentType: "CustomOffsetEnd"
889
+ },
890
+ offsetRight: {
891
+ classPrefix: "-mr",
892
+ cssProperty: "margin-right",
893
+ defaultVarPrefix: "spacing",
894
+ augmentType: "CustomOffsetRight"
895
+ },
896
+ offsetStart: {
897
+ classPrefix: "-ms",
898
+ cssProperty: "margin-inline-start",
899
+ defaultVarPrefix: "spacing",
900
+ augmentType: "CustomOffsetStart"
901
+ },
902
+ offsetLeft: {
903
+ classPrefix: "-ml",
904
+ cssProperty: "margin-left",
905
+ defaultVarPrefix: "spacing",
906
+ augmentType: "CustomOffsetLeft"
907
+ },
908
+ offsetTop: {
909
+ classPrefix: "-mt",
910
+ cssProperty: "margin-top",
911
+ defaultVarPrefix: "spacing",
912
+ augmentType: "CustomOffsetTop"
913
+ },
914
+ margin: {
915
+ classPrefix: "m",
916
+ cssProperty: "margin",
917
+ defaultVarPrefix: "spacing",
918
+ augmentType: "CustomMargin"
919
+ },
920
+ marginY: {
921
+ classPrefix: "my",
922
+ cssProperty: "margin-block",
923
+ defaultVarPrefix: "spacing",
924
+ augmentType: "CustomMarginY"
925
+ },
926
+ marginX: {
927
+ classPrefix: "mx",
928
+ cssProperty: "margin-inline",
929
+ defaultVarPrefix: "spacing",
930
+ augmentType: "CustomMarginX"
931
+ },
932
+ marginBottom: {
933
+ classPrefix: "mb",
934
+ cssProperty: "margin-bottom",
935
+ defaultVarPrefix: "spacing",
936
+ augmentType: "CustomMarginBottom"
937
+ },
938
+ marginEnd: {
939
+ classPrefix: "me",
940
+ cssProperty: "margin-inline-end",
941
+ defaultVarPrefix: "spacing",
942
+ augmentType: "CustomMarginEnd"
943
+ },
944
+ marginRight: {
945
+ classPrefix: "mr",
946
+ cssProperty: "margin-right",
947
+ defaultVarPrefix: "spacing",
948
+ augmentType: "CustomMarginRight"
949
+ },
950
+ marginStart: {
951
+ classPrefix: "ms",
952
+ cssProperty: "margin-inline-start",
953
+ defaultVarPrefix: "spacing",
954
+ augmentType: "CustomMarginStart"
955
+ },
956
+ marginLeft: {
957
+ classPrefix: "ml",
958
+ cssProperty: "margin-left",
959
+ defaultVarPrefix: "spacing",
960
+ augmentType: "CustomMarginLeft"
961
+ },
962
+ marginTop: {
963
+ classPrefix: "mt",
964
+ cssProperty: "margin-top",
965
+ defaultVarPrefix: "spacing",
966
+ augmentType: "CustomMarginTop"
967
+ },
968
+ gap: {
969
+ classPrefix: "gap",
970
+ cssProperty: "gap",
971
+ defaultVarPrefix: "spacing",
972
+ augmentType: "CustomGap"
973
+ },
974
+ gapX: {
975
+ classPrefix: "gap-x",
976
+ cssProperty: "column-gap",
977
+ defaultVarPrefix: "spacing",
978
+ augmentType: "CustomGapX"
979
+ },
980
+ gapY: {
981
+ classPrefix: "gap-y",
982
+ cssProperty: "row-gap",
983
+ defaultVarPrefix: "spacing",
984
+ augmentType: "CustomGapY"
985
+ },
986
+ fillColor: {
987
+ classPrefix: "fill",
988
+ cssProperty: "fill",
989
+ defaultVarPrefix: "fill-color",
990
+ augmentType: "CustomFillColor"
991
+ },
992
+ strokeColor: {
993
+ classPrefix: "stroke-color",
994
+ cssProperty: "stroke",
995
+ defaultVarPrefix: "stroke-color",
996
+ augmentType: "CustomStrokeColor"
997
+ },
998
+ strokeWidth: {
999
+ classPrefix: "stroke",
1000
+ cssProperty: "stroke-width",
1001
+ defaultVarPrefix: "stroke-width",
1002
+ augmentType: "CustomStrokeWidth"
1003
+ },
1004
+ tableBorderCollapse: {
1005
+ classPrefix: "border-collapse",
1006
+ cssProperty: "border-collapse"
1007
+ },
1008
+ tableBorderSpacing: {
1009
+ classPrefix: "border-spacing",
1010
+ cssProperty: "border-spacing",
1011
+ defaultVarPrefix: "spacing",
1012
+ augmentType: "CustomTableBorderSpacing"
1013
+ },
1014
+ tableBorderSpacingX: {
1015
+ classPrefix: "border-spacing-x",
1016
+ cssProperty: "border-spacing",
1017
+ defaultVarPrefix: "spacing",
1018
+ augmentType: "CustomTableBorderSpacingX"
1019
+ },
1020
+ tableBorderSpacingY: {
1021
+ classPrefix: "border-spacing-y",
1022
+ cssProperty: "border-spacing",
1023
+ defaultVarPrefix: "spacing",
1024
+ augmentType: "CustomTableBorderSpacingY"
1025
+ },
1026
+ tableLayout: {
1027
+ classPrefix: "table",
1028
+ cssProperty: "table-layout"
1029
+ },
1030
+ tableCaptionSide: {
1031
+ classPrefix: "caption",
1032
+ cssProperty: "caption-side"
1033
+ },
1034
+ scale: {
1035
+ classPrefix: "scale",
1036
+ cssProperty: "scale",
1037
+ defaultVarPrefix: "scale",
1038
+ augmentType: "CustomScale"
1039
+ },
1040
+ scaleX: {
1041
+ classPrefix: "scale-x",
1042
+ cssProperty: "scale",
1043
+ defaultVarPrefix: "scale",
1044
+ augmentType: "CustomScaleX"
1045
+ },
1046
+ scaleY: {
1047
+ classPrefix: "scale-y",
1048
+ cssProperty: "scale",
1049
+ defaultVarPrefix: "scale",
1050
+ augmentType: "CustomScaleY"
1051
+ },
1052
+ rotate: {
1053
+ classPrefix: "rotate",
1054
+ cssProperty: "rotate",
1055
+ defaultVarPrefix: "rotate",
1056
+ augmentType: "CustomRotate"
1057
+ },
1058
+ skewX: {
1059
+ classPrefix: "skew-x",
1060
+ cssProperty: "transform",
1061
+ defaultVarPrefix: "skew",
1062
+ augmentType: "CustomSkewX",
1063
+ arbitraryValueTemplate: {
1064
+ cssProperty: "transform",
1065
+ valueTemplate: "skewX(%s)"
1066
+ }
1067
+ },
1068
+ skewY: {
1069
+ classPrefix: "skew-y",
1070
+ cssProperty: "transform",
1071
+ defaultVarPrefix: "skew",
1072
+ augmentType: "CustomSkewY",
1073
+ arbitraryValueTemplate: {
1074
+ cssProperty: "transform",
1075
+ valueTemplate: "skewY(%s)"
1076
+ }
1077
+ },
1078
+ translateX: {
1079
+ classPrefix: "translate-x",
1080
+ cssProperty: "translate",
1081
+ defaultVarPrefix: "translate",
1082
+ augmentType: "CustomTranslateX",
1083
+ arbitraryValueTemplate: {
1084
+ cssProperty: "transform",
1085
+ valueTemplate: "translateX(%s)"
1086
+ }
1087
+ },
1088
+ translateY: {
1089
+ classPrefix: "translate-y",
1090
+ cssProperty: "translate",
1091
+ defaultVarPrefix: "translate",
1092
+ augmentType: "CustomTranslateY",
1093
+ arbitraryValueTemplate: {
1094
+ cssProperty: "transform",
1095
+ valueTemplate: "translateY(%s)"
1096
+ }
1097
+ },
1098
+ transformOrigin: {
1099
+ classPrefix: "origin",
1100
+ cssProperty: "transform-origin"
1101
+ },
1102
+ transition: {
1103
+ classPrefix: "transition",
1104
+ cssProperty: "transition-property",
1105
+ directCssProperty: "transition"
1106
+ },
1107
+ transitionDuration: {
1108
+ classPrefix: "duration",
1109
+ cssProperty: "transition-duration"
1110
+ },
1111
+ transitionTiming: {
1112
+ classPrefix: "ease",
1113
+ cssProperty: "transition-timing-function"
1114
+ },
1115
+ transitionDelay: {
1116
+ classPrefix: "delay",
1117
+ cssProperty: "transition-delay"
1118
+ },
1119
+ transitionBehavior: {
1120
+ classPrefix: "transition-behavior",
1121
+ cssProperty: "transition-behavior"
1122
+ },
1123
+ fontFamily: {
1124
+ classPrefix: "font-family",
1125
+ cssProperty: "font-family",
1126
+ defaultVarPrefix: "font-family",
1127
+ augmentType: "CustomFontFamily"
1128
+ },
1129
+ fontSize: {
1130
+ classPrefix: "font-size",
1131
+ cssProperty: "font-size",
1132
+ defaultVarPrefix: "font-size",
1133
+ augmentType: "CustomFontSize"
1134
+ },
1135
+ fontSmoothing: {
1136
+ classPrefix: "font-smoothing",
1137
+ cssProperty: "-webkit-font-smoothing"
1138
+ },
1139
+ fontStyle: {
1140
+ classPrefix: "no-prefix",
1141
+ cssProperty: "font-style"
1142
+ },
1143
+ fontWeight: {
1144
+ classPrefix: "font-weight",
1145
+ cssProperty: "font-weight",
1146
+ defaultVarPrefix: "font-weight",
1147
+ augmentType: "CustomFontWeight"
1148
+ },
1149
+ fontStretch: {
1150
+ classPrefix: "font-stretch",
1151
+ cssProperty: "font-stretch"
1152
+ },
1153
+ fontVariantNumeric: {
1154
+ classPrefix: "no-prefix",
1155
+ cssProperty: "font-variant-numeric"
1156
+ },
1157
+ letterSpacing: {
1158
+ classPrefix: "tracking",
1159
+ cssProperty: "letter-spacing",
1160
+ defaultVarPrefix: "tracking",
1161
+ augmentType: "CustomLetterSpacing"
1162
+ },
1163
+ lineClamp: {
1164
+ classPrefix: "line-clamp",
1165
+ cssProperty: "-webkit-line-clamp"
1166
+ },
1167
+ lineHeight: {
1168
+ classPrefix: "leading",
1169
+ cssProperty: "line-height",
1170
+ defaultVarPrefix: "leading",
1171
+ augmentType: "CustomLineHeight"
1172
+ },
1173
+ textAlign: {
1174
+ classPrefix: "text-align",
1175
+ cssProperty: "text-align",
1176
+ literalValues: [
1177
+ "left",
1178
+ "center",
1179
+ "right",
1180
+ "justify",
1181
+ "start",
1182
+ "end"
1183
+ ]
1184
+ },
1185
+ textDecorationLine: {
1186
+ classPrefix: "no-prefix",
1187
+ cssProperty: "text-decoration-line"
1188
+ },
1189
+ textDecorationColor: {
1190
+ classPrefix: "decoration-color",
1191
+ cssProperty: "text-decoration-color",
1192
+ defaultVarPrefix: "decoration-color",
1193
+ augmentType: "CustomTextDecorationColor"
1194
+ },
1195
+ textDecorationStyle: {
1196
+ classPrefix: "decoration",
1197
+ cssProperty: "text-decoration-style"
1198
+ },
1199
+ textDecorationThickness: {
1200
+ classPrefix: "decoration",
1201
+ cssProperty: "text-decoration-thickness"
1202
+ },
1203
+ textUnderlineOffset: {
1204
+ classPrefix: "underline-offset",
1205
+ cssProperty: "text-underline-offset"
1206
+ },
1207
+ textTransform: {
1208
+ classPrefix: "no-prefix",
1209
+ cssProperty: "text-transform"
1210
+ },
1211
+ textOverflow: {
1212
+ classPrefix: "text-overflow",
1213
+ cssProperty: "text-overflow"
1214
+ },
1215
+ textOverflowWrap: {
1216
+ classPrefix: "wrap",
1217
+ cssProperty: "overflow-wrap"
1218
+ },
1219
+ truncate: {
1220
+ classPrefix: "truncate",
1221
+ cssProperty: "text-overflow"
1222
+ },
1223
+ textWrap: {
1224
+ classPrefix: "text-wrap",
1225
+ cssProperty: "text-wrap"
1226
+ },
1227
+ indent: {
1228
+ classPrefix: "indent",
1229
+ cssProperty: "text-indent",
1230
+ defaultVarPrefix: "spacing",
1231
+ augmentType: "CustomIndent"
1232
+ },
1233
+ verticalAlign: {
1234
+ classPrefix: "align",
1235
+ cssProperty: "vertical-align"
1236
+ },
1237
+ whitespace: {
1238
+ classPrefix: "whitespace",
1239
+ cssProperty: "white-space"
1240
+ },
1241
+ break: {
1242
+ classPrefix: "break",
1243
+ cssProperty: "word-break"
1244
+ },
1245
+ hyphens: {
1246
+ classPrefix: "hyphens",
1247
+ cssProperty: "hyphens"
1248
+ },
1249
+ textShadow: {
1250
+ classPrefix: "text-shadow",
1251
+ cssProperty: "text-shadow",
1252
+ defaultVarPrefix: "text-shadow",
1253
+ augmentType: "CustomTextShadow"
1254
+ }
1255
+ };
1256
+ //#endregion
1257
+ export { propMappings };