@onereach/styles 27.0.2-beta.6102.0 → 27.0.2-beta.6104.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.
@@ -1,66 +1,81 @@
1
1
  {
2
2
  "theme": {
3
- "animation": {
4
- "circular-loader": "circular-loader 1400ms linear infinite",
5
- "linear-loader": "linear-loader 1400ms linear infinite",
6
- "skeleton-loader": "skeleton-loader 1400ms linear infinite",
7
- "pulse": "pulse 1s ease-in-out infinite"
8
- },
9
- "aria": {
10
- "busy": "busy=\"true\"",
11
- "checked": "checked=\"true\"",
12
- "disabled": "disabled=\"true\"",
13
- "expanded": "expanded=\"true\"",
14
- "hidden": "hidden=\"true\"",
15
- "pressed": "pressed=\"true\"",
16
- "readonly": "readonly=\"true\"",
17
- "required": "required=\"true\"",
18
- "selected": "selected=\"true\""
3
+ "tokens": {
4
+ "min-button-width": "var(--or-t-min-button-width, 96px)",
5
+ "confirm-dialog-width": "var(--or-t-confirm-dialog-width, 320px)",
6
+ "confirm-dialog-action-width": "var(--or-t-confirm-dialog-action-width, 128px)",
7
+ "max-select-dropdown-height": "var(--or-t-max-select-dropdown-height, 172px)",
8
+ "desktop-toast-width": "var(--or-t-desktop-toast-width, 512px)",
9
+ "mobile-toast-width": "var(--or-t-mobile-toast-width, 343px)"
19
10
  },
20
- "aspectRatio": {
21
- "auto": "auto",
22
- "square": "1 / 1",
23
- "video": "16 / 9"
11
+ "screens": {},
12
+ "spacing": {
13
+ "0": "var(--or-s-none)",
14
+ "none": "0px",
15
+ "0*": "calc(var(--or-s-none) - 1px)",
16
+ "xs": "var(--or-s-xs)",
17
+ "xs*": "calc(var(--or-s-xs) - 1px)",
18
+ "sm": "var(--or-s-sm)",
19
+ "sm*": "calc(var(--or-s-sm) - 1px)",
20
+ "md": "var(--or-s-md)",
21
+ "md*": "calc(var(--or-s-md) - 1px)",
22
+ "xl": "var(--or-s-xl)",
23
+ "xl*": "calc(var(--or-s-xl) - 1px)",
24
+ "3xl": "var(--or-s-3xl)",
25
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
26
+ "4xl": "var(--or-s-4xl)",
27
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
28
+ "lg": "var(--or-s-lg)",
29
+ "lg*": "calc(var(--or-s-lg) - 1px)",
30
+ "2xl": "var(--or-s-2xl)",
31
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
32
+ "sm+": "var(--or-s-smplus)",
33
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
34
+ "md+": "var(--or-s-mdplus)",
35
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
36
+ "lg+": "var(--or-s-lgplus)",
37
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
38
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
39
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
40
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
41
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
42
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
43
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
44
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
45
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
46
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
47
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
48
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
49
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
50
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
51
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
52
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)"
24
53
  },
25
- "backgroundColor": {
54
+ "colors": {},
55
+ "textColor": {
26
56
  "white": "var(--or-c-white)",
27
57
  "black": "var(--or-c-black)",
28
58
  "primary": "var(--or-c-primary-light)",
29
59
  "on-primary": "var(--or-c-on-primary-light)",
30
- "primary-container": "var(--or-c-primary-container-light)",
31
60
  "on-primary-container": "var(--or-c-on-primary-container-light)",
32
61
  "secondary": "var(--or-c-secondary-light)",
33
62
  "on-secondary": "var(--or-c-on-secondary-light)",
34
- "secondary-container": "var(--or-c-secondary-container-light)",
35
63
  "on-secondary-container": "var(--or-c-on-secondary-container-light)",
36
64
  "tertiary": "var(--or-c-tertiary-light)",
37
65
  "on-tertiary": "var(--or-c-on-tertiary-light)",
38
- "tertiary-container": "var(--or-c-tertiary-container-light)",
39
66
  "on-tertiary-container": "var(--or-c-on-tertiary-container-light)",
40
67
  "error": "var(--or-c-error-light)",
41
68
  "on-error": "var(--or-c-on-error-light)",
42
- "error-container": "var(--or-c-error-container-light)",
43
69
  "on-error-container": "var(--or-c-on-error-container-light)",
44
70
  "success": "var(--or-c-success-light)",
45
71
  "on-success": "var(--or-c-on-success-light)",
46
- "success-container": "var(--or-c-success-container-light)",
47
72
  "on-success-container": "var(--or-c-on-success-container-light)",
48
73
  "warning": "var(--or-c-warning-light)",
49
74
  "on-warning": "var(--or-c-on-warning-light)",
50
- "warning-container": "var(--or-c-warning-container-light)",
51
75
  "on-warning-container": "var(--or-c-on-warning-container-light)",
52
- "background": "var(--or-c-background-light)",
53
76
  "on-background": "var(--or-c-on-background-light)",
54
- "surface": "var(--or-c-surface-light)",
55
- "surface-1": "var(--or-c-surface-1-light)",
56
- "surface-2": "var(--or-c-surface-2-light)",
57
- "surface-3": "var(--or-c-surface-3-light)",
58
- "surface-4": "var(--or-c-surface-4-light)",
59
- "surface-5": "var(--or-c-surface-5-light)",
60
77
  "on-surface": "var(--or-c-on-surface-light)",
61
- "surface-variant": "var(--or-c-surface-variant-light)",
62
78
  "on-surface-variant": "var(--or-c-on-surface-variant-light)",
63
- "inverse-surface": "var(--or-c-inverse-surface-light)",
64
79
  "inverse-on-surface": "var(--or-c-inverse-on-surface-light)",
65
80
  "inverse-primary": "var(--or-c-inverse-primary-light)",
66
81
  "outline": "var(--or-c-outline-light)",
@@ -70,40 +85,25 @@
70
85
  "primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
71
86
  "primary-dark": "var(--or-c-primary-dark)",
72
87
  "on-primary-dark": "var(--or-c-on-primary-dark)",
73
- "primary-container-dark": "var(--or-c-primary-container-dark)",
74
88
  "on-primary-container-dark": "var(--or-c-on-primary-container-dark)",
75
89
  "secondary-dark": "var(--or-c-secondary-dark)",
76
90
  "on-secondary-dark": "var(--or-c-on-secondary-dark)",
77
- "secondary-container-dark": "var(--or-c-secondary-container-dark)",
78
91
  "on-secondary-container-dark": "var(--or-c-on-secondary-container-dark)",
79
92
  "tertiary-dark": "var(--or-c-tertiary-dark)",
80
93
  "on-tertiary-dark": "var(--or-c-on-tertiary-dark)",
81
- "tertiary-container-dark": "var(--or-c-tertiary-container-dark)",
82
94
  "on-tertiary-container-dark": "var(--or-c-on-tertiary-container-dark)",
83
95
  "error-dark": "var(--or-c-error-dark)",
84
96
  "on-error-dark": "var(--or-c-on-error-dark)",
85
- "error-container-dark": "var(--or-c-error-container-dark)",
86
97
  "on-error-container-dark": "var(--or-c-on-error-container-dark)",
87
98
  "success-dark": "var(--or-c-success-dark)",
88
99
  "on-success-dark": "var(--or-c-on-success-dark)",
89
- "success-container-dark": "var(--or-c-success-container-dark)",
90
100
  "on-success-container-dark": "var(--or-c-on-success-container-dark)",
91
101
  "warning-dark": "var(--or-c-warning-dark)",
92
102
  "on-warning-dark": "var(--or-c-on-warning-dark)",
93
- "warning-container-dark": "var(--or-c-warning-container-dark)",
94
103
  "on-warning-container-dark": "var(--or-c-on-warning-container-dark)",
95
- "background-dark": "var(--or-c-background-dark)",
96
104
  "on-background-dark": "var(--or-c-on-background-dark)",
97
- "surface-dark": "var(--or-c-surface-dark)",
98
- "surface-1-dark": "var(--or-c-surface-1-dark)",
99
- "surface-2-dark": "var(--or-c-surface-2-dark)",
100
- "surface-3-dark": "var(--or-c-surface-3-dark)",
101
- "surface-4-dark": "var(--or-c-surface-4-dark)",
102
- "surface-5-dark": "var(--or-c-surface-5-dark)",
103
105
  "on-surface-dark": "var(--or-c-on-surface-dark)",
104
- "surface-variant-dark": "var(--or-c-surface-variant-dark)",
105
106
  "on-surface-variant-dark": "var(--or-c-on-surface-variant-dark)",
106
- "inverse-surface-dark": "var(--or-c-inverse-surface-dark)",
107
107
  "inverse-on-surface-dark": "var(--or-c-inverse-on-surface-dark)",
108
108
  "inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
109
109
  "outline-dark": "var(--or-c-outline-dark)",
@@ -165,24 +165,12 @@
165
165
  "custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
166
166
  "custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
167
167
  "custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
168
- "custom-colors-custom-1-container": "var(--or-c-custom-colors-custom-1-container-light)",
169
- "custom-colors-custom-2-container": "var(--or-c-custom-colors-custom-2-container-light)",
170
- "custom-colors-custom-3-container": "var(--or-c-custom-colors-custom-3-container-light)",
171
- "custom-colors-custom-4-container": "var(--or-c-custom-colors-custom-4-container-light)",
172
- "custom-colors-custom-5-container": "var(--or-c-custom-colors-custom-5-container-light)",
173
- "custom-colors-custom-6-container": "var(--or-c-custom-colors-custom-6-container-light)",
174
168
  "custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
175
169
  "custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
176
170
  "custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
177
171
  "custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
178
172
  "custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
179
173
  "custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
180
- "custom-colors-custom-1-container-dark": "var(--or-c-custom-colors-custom-1-container-dark)",
181
- "custom-colors-custom-2-container-dark": "var(--or-c-custom-colors-custom-2-container-dark)",
182
- "custom-colors-custom-3-container-dark": "var(--or-c-custom-colors-custom-3-container-dark)",
183
- "custom-colors-custom-4-container-dark": "var(--or-c-custom-colors-custom-4-container-dark)",
184
- "custom-colors-custom-5-container-dark": "var(--or-c-custom-colors-custom-5-container-dark)",
185
- "custom-colors-custom-6-container-dark": "var(--or-c-custom-colors-custom-6-container-dark)",
186
174
  "error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
187
175
  "error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
188
176
  "error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
@@ -325,67 +313,49 @@
325
313
  "outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
326
314
  "outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
327
315
  "outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
328
- "surface-variant-1": "var(--or-c-surface-variant-1-light)",
329
- "surface-variant-1-dark": "var(--or-c-surface-variant-1-dark)",
330
316
  "transparent": "transparent",
331
317
  "current": "currentColor",
332
318
  "inherit": "inherit"
333
319
  },
334
- "backgroundImage": {
335
- "skeletons-gradient": "var(--or-c-skeletons-gradient-light)",
336
- "skeletons-gradient-dark": "var(--or-c-skeletons-gradient-dark)"
337
- },
338
- "backgroundPosition": {
339
- "bottom": "bottom",
340
- "center": "center",
341
- "left": "left",
342
- "left-bottom": "left bottom",
343
- "left-top": "left top",
344
- "right": "right",
345
- "right-bottom": "right bottom",
346
- "right-top": "right top",
347
- "top": "top"
348
- },
349
- "backgroundSize": {
350
- "auto": "auto",
351
- "cover": "cover",
352
- "contain": "contain"
353
- },
354
- "blur": {
355
- "0": "0",
356
- "none": "",
357
- "sm": "4px",
358
- "DEFAULT": "8px",
359
- "md": "12px",
360
- "lg": "16px",
361
- "xl": "24px",
362
- "2xl": "40px",
363
- "3xl": "64px"
364
- },
365
- "borderColor": {
320
+ "backgroundColor": {
366
321
  "white": "var(--or-c-white)",
367
322
  "black": "var(--or-c-black)",
368
323
  "primary": "var(--or-c-primary-light)",
369
324
  "on-primary": "var(--or-c-on-primary-light)",
325
+ "primary-container": "var(--or-c-primary-container-light)",
370
326
  "on-primary-container": "var(--or-c-on-primary-container-light)",
371
327
  "secondary": "var(--or-c-secondary-light)",
372
328
  "on-secondary": "var(--or-c-on-secondary-light)",
329
+ "secondary-container": "var(--or-c-secondary-container-light)",
373
330
  "on-secondary-container": "var(--or-c-on-secondary-container-light)",
374
331
  "tertiary": "var(--or-c-tertiary-light)",
375
332
  "on-tertiary": "var(--or-c-on-tertiary-light)",
333
+ "tertiary-container": "var(--or-c-tertiary-container-light)",
376
334
  "on-tertiary-container": "var(--or-c-on-tertiary-container-light)",
377
335
  "error": "var(--or-c-error-light)",
378
336
  "on-error": "var(--or-c-on-error-light)",
337
+ "error-container": "var(--or-c-error-container-light)",
379
338
  "on-error-container": "var(--or-c-on-error-container-light)",
380
339
  "success": "var(--or-c-success-light)",
381
340
  "on-success": "var(--or-c-on-success-light)",
341
+ "success-container": "var(--or-c-success-container-light)",
382
342
  "on-success-container": "var(--or-c-on-success-container-light)",
383
343
  "warning": "var(--or-c-warning-light)",
384
344
  "on-warning": "var(--or-c-on-warning-light)",
345
+ "warning-container": "var(--or-c-warning-container-light)",
385
346
  "on-warning-container": "var(--or-c-on-warning-container-light)",
347
+ "background": "var(--or-c-background-light)",
386
348
  "on-background": "var(--or-c-on-background-light)",
349
+ "surface": "var(--or-c-surface-light)",
350
+ "surface-1": "var(--or-c-surface-1-light)",
351
+ "surface-2": "var(--or-c-surface-2-light)",
352
+ "surface-3": "var(--or-c-surface-3-light)",
353
+ "surface-4": "var(--or-c-surface-4-light)",
354
+ "surface-5": "var(--or-c-surface-5-light)",
387
355
  "on-surface": "var(--or-c-on-surface-light)",
356
+ "surface-variant": "var(--or-c-surface-variant-light)",
388
357
  "on-surface-variant": "var(--or-c-on-surface-variant-light)",
358
+ "inverse-surface": "var(--or-c-inverse-surface-light)",
389
359
  "inverse-on-surface": "var(--or-c-inverse-on-surface-light)",
390
360
  "inverse-primary": "var(--or-c-inverse-primary-light)",
391
361
  "outline": "var(--or-c-outline-light)",
@@ -395,25 +365,40 @@
395
365
  "primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
396
366
  "primary-dark": "var(--or-c-primary-dark)",
397
367
  "on-primary-dark": "var(--or-c-on-primary-dark)",
368
+ "primary-container-dark": "var(--or-c-primary-container-dark)",
398
369
  "on-primary-container-dark": "var(--or-c-on-primary-container-dark)",
399
370
  "secondary-dark": "var(--or-c-secondary-dark)",
400
371
  "on-secondary-dark": "var(--or-c-on-secondary-dark)",
372
+ "secondary-container-dark": "var(--or-c-secondary-container-dark)",
401
373
  "on-secondary-container-dark": "var(--or-c-on-secondary-container-dark)",
402
374
  "tertiary-dark": "var(--or-c-tertiary-dark)",
403
375
  "on-tertiary-dark": "var(--or-c-on-tertiary-dark)",
376
+ "tertiary-container-dark": "var(--or-c-tertiary-container-dark)",
404
377
  "on-tertiary-container-dark": "var(--or-c-on-tertiary-container-dark)",
405
378
  "error-dark": "var(--or-c-error-dark)",
406
379
  "on-error-dark": "var(--or-c-on-error-dark)",
380
+ "error-container-dark": "var(--or-c-error-container-dark)",
407
381
  "on-error-container-dark": "var(--or-c-on-error-container-dark)",
408
382
  "success-dark": "var(--or-c-success-dark)",
409
383
  "on-success-dark": "var(--or-c-on-success-dark)",
384
+ "success-container-dark": "var(--or-c-success-container-dark)",
410
385
  "on-success-container-dark": "var(--or-c-on-success-container-dark)",
411
386
  "warning-dark": "var(--or-c-warning-dark)",
412
387
  "on-warning-dark": "var(--or-c-on-warning-dark)",
388
+ "warning-container-dark": "var(--or-c-warning-container-dark)",
413
389
  "on-warning-container-dark": "var(--or-c-on-warning-container-dark)",
390
+ "background-dark": "var(--or-c-background-dark)",
414
391
  "on-background-dark": "var(--or-c-on-background-dark)",
392
+ "surface-dark": "var(--or-c-surface-dark)",
393
+ "surface-1-dark": "var(--or-c-surface-1-dark)",
394
+ "surface-2-dark": "var(--or-c-surface-2-dark)",
395
+ "surface-3-dark": "var(--or-c-surface-3-dark)",
396
+ "surface-4-dark": "var(--or-c-surface-4-dark)",
397
+ "surface-5-dark": "var(--or-c-surface-5-dark)",
415
398
  "on-surface-dark": "var(--or-c-on-surface-dark)",
399
+ "surface-variant-dark": "var(--or-c-surface-variant-dark)",
416
400
  "on-surface-variant-dark": "var(--or-c-on-surface-variant-dark)",
401
+ "inverse-surface-dark": "var(--or-c-inverse-surface-dark)",
417
402
  "inverse-on-surface-dark": "var(--or-c-inverse-on-surface-dark)",
418
403
  "inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
419
404
  "outline-dark": "var(--or-c-outline-dark)",
@@ -475,12 +460,24 @@
475
460
  "custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
476
461
  "custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
477
462
  "custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
463
+ "custom-colors-custom-1-container": "var(--or-c-custom-colors-custom-1-container-light)",
464
+ "custom-colors-custom-2-container": "var(--or-c-custom-colors-custom-2-container-light)",
465
+ "custom-colors-custom-3-container": "var(--or-c-custom-colors-custom-3-container-light)",
466
+ "custom-colors-custom-4-container": "var(--or-c-custom-colors-custom-4-container-light)",
467
+ "custom-colors-custom-5-container": "var(--or-c-custom-colors-custom-5-container-light)",
468
+ "custom-colors-custom-6-container": "var(--or-c-custom-colors-custom-6-container-light)",
478
469
  "custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
479
470
  "custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
480
471
  "custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
481
472
  "custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
482
473
  "custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
483
474
  "custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
475
+ "custom-colors-custom-1-container-dark": "var(--or-c-custom-colors-custom-1-container-dark)",
476
+ "custom-colors-custom-2-container-dark": "var(--or-c-custom-colors-custom-2-container-dark)",
477
+ "custom-colors-custom-3-container-dark": "var(--or-c-custom-colors-custom-3-container-dark)",
478
+ "custom-colors-custom-4-container-dark": "var(--or-c-custom-colors-custom-4-container-dark)",
479
+ "custom-colors-custom-5-container-dark": "var(--or-c-custom-colors-custom-5-container-dark)",
480
+ "custom-colors-custom-6-container-dark": "var(--or-c-custom-colors-custom-6-container-dark)",
484
481
  "error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
485
482
  "error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
486
483
  "error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
@@ -623,191 +620,40 @@
623
620
  "outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
624
621
  "outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
625
622
  "outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
623
+ "surface-variant-1": "var(--or-c-surface-variant-1-light)",
624
+ "surface-variant-1-dark": "var(--or-c-surface-variant-1-dark)",
626
625
  "transparent": "transparent",
627
626
  "current": "currentColor",
628
627
  "inherit": "inherit"
629
628
  },
630
- "borderRadius": {
631
- "0": "0px",
632
- "none": "0px",
633
- "sm": "var(--or-r-sm)",
634
- "md": "var(--or-r-md)",
635
- "lg": "var(--or-r-lg)",
636
- "xl": "var(--or-r-xl)",
637
- "full": "9999px"
638
- },
639
- "borderWidth": {
640
- "0": "0px",
641
- "1": "1px",
642
- "2": "2px",
643
- "4": "4px"
644
- },
645
- "boxShadow": {
646
- "none": "0 0 #00000000",
647
- "modal": "0 0 1px 0 rgba(0 0 0 / 0.2), 0 26px 80px 0 rgba(0 0 0 / 0.2)",
648
- "contextual": "-1px 0 20px 0 rgba(24 28 34 / 0.05), 0 1px 5px 0 rgba(0 0 0 / 0.15)",
649
- "card": "0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
650
- "button": "inset 0 -1px 0 0 rgba(0 0 0 / 0.1), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
651
- "modal-dark": "0 4px 4px 0 rgba(0 0 0 / 0.15), 0 26px 80px 0 rgba(0 0 0 / 0.6), inset 0 0 1px 0 rgba(255 255 255 / 0.2)",
652
- "contextual-dark": "0 4px 4px 0 rgba(0 0 0 / 0.25), -1px 0 20px 0 rgba(24 28 34 / 0.05), inset 0 0 1px 0 rgba(255 255 255 / 0.4)",
653
- "card-dark": "0 2px 1px -1px rgba(0 0 0 / 0.2), 0 1px 1px 0 rgba(0 0 0 / 0.14), 0 0 1px 0 rgba(255 255 255 / 0.3)",
654
- "button-dark": "inset 0 -1px 0 0 rgba(255 255 255 / 0.2), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
655
- "DEFAULT": "0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)"
656
- },
657
- "brightness": {
658
- "0": "0",
659
- "50": ".5",
660
- "75": ".75",
661
- "90": ".9",
662
- "95": ".95",
663
- "100": "1",
664
- "105": "1.05",
665
- "110": "1.1",
666
- "125": "1.25",
667
- "150": "1.5",
668
- "200": "2"
669
- },
670
- "colors": {},
671
- "columns": {
672
- "1": "1",
673
- "2": "2",
674
- "3": "3",
675
- "4": "4",
676
- "5": "5",
677
- "6": "6",
678
- "7": "7",
679
- "8": "8",
680
- "9": "9",
681
- "10": "10",
682
- "11": "11",
683
- "12": "12",
684
- "auto": "auto",
685
- "3xs": "16rem",
686
- "2xs": "18rem",
687
- "xs": "20rem",
688
- "sm": "24rem",
689
- "md": "28rem",
690
- "lg": "32rem",
691
- "xl": "36rem",
692
- "2xl": "42rem",
693
- "3xl": "48rem",
694
- "4xl": "56rem",
695
- "5xl": "64rem",
696
- "6xl": "72rem",
697
- "7xl": "80rem"
698
- },
699
- "container": {},
700
- "content": {
701
- "checkbox-checked": "\"check_small\"",
702
- "checkbox-indeterminate": "\"check_indeterminate_small\""
629
+ "backgroundImage": {
630
+ "skeletons-gradient": "var(--or-c-skeletons-gradient-light)",
631
+ "skeletons-gradient-dark": "var(--or-c-skeletons-gradient-dark)"
703
632
  },
704
- "contrast": {
705
- "0": "0",
706
- "50": ".5",
707
- "75": ".75",
708
- "100": "1",
709
- "125": "1.25",
710
- "150": "1.5",
711
- "200": "2"
712
- },
713
- "cursor": {
714
- "auto": "auto",
715
- "default": "default",
716
- "pointer": "pointer",
717
- "wait": "wait",
718
- "text": "text",
719
- "move": "move",
720
- "help": "help",
721
- "not-allowed": "not-allowed",
722
- "none": "none",
723
- "context-menu": "context-menu",
724
- "progress": "progress",
725
- "cell": "cell",
726
- "crosshair": "crosshair",
727
- "vertical-text": "vertical-text",
728
- "alias": "alias",
729
- "copy": "copy",
730
- "no-drop": "no-drop",
731
- "grab": "grab",
732
- "grabbing": "grabbing",
733
- "all-scroll": "all-scroll",
734
- "col-resize": "col-resize",
735
- "row-resize": "row-resize",
736
- "n-resize": "n-resize",
737
- "e-resize": "e-resize",
738
- "s-resize": "s-resize",
739
- "w-resize": "w-resize",
740
- "ne-resize": "ne-resize",
741
- "nw-resize": "nw-resize",
742
- "se-resize": "se-resize",
743
- "sw-resize": "sw-resize",
744
- "ew-resize": "ew-resize",
745
- "ns-resize": "ns-resize",
746
- "nesw-resize": "nesw-resize",
747
- "nwse-resize": "nwse-resize",
748
- "zoom-in": "zoom-in",
749
- "zoom-out": "zoom-out"
750
- },
751
- "dropShadow": {
752
- "sm": "0 1px 1px rgb(0 0 0 / 0.05)",
753
- "DEFAULT": [
754
- "0 1px 2px rgb(0 0 0 / 0.1)",
755
- "0 1px 1px rgb(0 0 0 / 0.06)"
756
- ],
757
- "md": [
758
- "0 4px 3px rgb(0 0 0 / 0.07)",
759
- "0 2px 2px rgb(0 0 0 / 0.06)"
760
- ],
761
- "lg": [
762
- "0 10px 8px rgb(0 0 0 / 0.04)",
763
- "0 4px 3px rgb(0 0 0 / 0.1)"
764
- ],
765
- "xl": [
766
- "0 20px 13px rgb(0 0 0 / 0.03)",
767
- "0 8px 5px rgb(0 0 0 / 0.08)"
768
- ],
769
- "2xl": "0 25px 25px rgb(0 0 0 / 0.15)",
770
- "none": "0 0 #0000"
771
- },
772
- "fill": {
633
+ "borderColor": {
773
634
  "white": "var(--or-c-white)",
774
635
  "black": "var(--or-c-black)",
775
636
  "primary": "var(--or-c-primary-light)",
776
637
  "on-primary": "var(--or-c-on-primary-light)",
777
- "primary-container": "var(--or-c-primary-container-light)",
778
638
  "on-primary-container": "var(--or-c-on-primary-container-light)",
779
639
  "secondary": "var(--or-c-secondary-light)",
780
640
  "on-secondary": "var(--or-c-on-secondary-light)",
781
- "secondary-container": "var(--or-c-secondary-container-light)",
782
641
  "on-secondary-container": "var(--or-c-on-secondary-container-light)",
783
642
  "tertiary": "var(--or-c-tertiary-light)",
784
643
  "on-tertiary": "var(--or-c-on-tertiary-light)",
785
- "tertiary-container": "var(--or-c-tertiary-container-light)",
786
644
  "on-tertiary-container": "var(--or-c-on-tertiary-container-light)",
787
645
  "error": "var(--or-c-error-light)",
788
646
  "on-error": "var(--or-c-on-error-light)",
789
- "error-container": "var(--or-c-error-container-light)",
790
647
  "on-error-container": "var(--or-c-on-error-container-light)",
791
648
  "success": "var(--or-c-success-light)",
792
649
  "on-success": "var(--or-c-on-success-light)",
793
- "success-container": "var(--or-c-success-container-light)",
794
650
  "on-success-container": "var(--or-c-on-success-container-light)",
795
651
  "warning": "var(--or-c-warning-light)",
796
652
  "on-warning": "var(--or-c-on-warning-light)",
797
- "warning-container": "var(--or-c-warning-container-light)",
798
653
  "on-warning-container": "var(--or-c-on-warning-container-light)",
799
- "background": "var(--or-c-background-light)",
800
654
  "on-background": "var(--or-c-on-background-light)",
801
- "surface": "var(--or-c-surface-light)",
802
- "surface-1": "var(--or-c-surface-1-light)",
803
- "surface-2": "var(--or-c-surface-2-light)",
804
- "surface-3": "var(--or-c-surface-3-light)",
805
- "surface-4": "var(--or-c-surface-4-light)",
806
- "surface-5": "var(--or-c-surface-5-light)",
807
655
  "on-surface": "var(--or-c-on-surface-light)",
808
- "surface-variant": "var(--or-c-surface-variant-light)",
809
656
  "on-surface-variant": "var(--or-c-on-surface-variant-light)",
810
- "inverse-surface": "var(--or-c-inverse-surface-light)",
811
657
  "inverse-on-surface": "var(--or-c-inverse-on-surface-light)",
812
658
  "inverse-primary": "var(--or-c-inverse-primary-light)",
813
659
  "outline": "var(--or-c-outline-light)",
@@ -817,40 +663,25 @@
817
663
  "primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
818
664
  "primary-dark": "var(--or-c-primary-dark)",
819
665
  "on-primary-dark": "var(--or-c-on-primary-dark)",
820
- "primary-container-dark": "var(--or-c-primary-container-dark)",
821
666
  "on-primary-container-dark": "var(--or-c-on-primary-container-dark)",
822
667
  "secondary-dark": "var(--or-c-secondary-dark)",
823
668
  "on-secondary-dark": "var(--or-c-on-secondary-dark)",
824
- "secondary-container-dark": "var(--or-c-secondary-container-dark)",
825
669
  "on-secondary-container-dark": "var(--or-c-on-secondary-container-dark)",
826
670
  "tertiary-dark": "var(--or-c-tertiary-dark)",
827
671
  "on-tertiary-dark": "var(--or-c-on-tertiary-dark)",
828
- "tertiary-container-dark": "var(--or-c-tertiary-container-dark)",
829
672
  "on-tertiary-container-dark": "var(--or-c-on-tertiary-container-dark)",
830
673
  "error-dark": "var(--or-c-error-dark)",
831
674
  "on-error-dark": "var(--or-c-on-error-dark)",
832
- "error-container-dark": "var(--or-c-error-container-dark)",
833
675
  "on-error-container-dark": "var(--or-c-on-error-container-dark)",
834
676
  "success-dark": "var(--or-c-success-dark)",
835
677
  "on-success-dark": "var(--or-c-on-success-dark)",
836
- "success-container-dark": "var(--or-c-success-container-dark)",
837
678
  "on-success-container-dark": "var(--or-c-on-success-container-dark)",
838
679
  "warning-dark": "var(--or-c-warning-dark)",
839
680
  "on-warning-dark": "var(--or-c-on-warning-dark)",
840
- "warning-container-dark": "var(--or-c-warning-container-dark)",
841
681
  "on-warning-container-dark": "var(--or-c-on-warning-container-dark)",
842
- "background-dark": "var(--or-c-background-dark)",
843
682
  "on-background-dark": "var(--or-c-on-background-dark)",
844
- "surface-dark": "var(--or-c-surface-dark)",
845
- "surface-1-dark": "var(--or-c-surface-1-dark)",
846
- "surface-2-dark": "var(--or-c-surface-2-dark)",
847
- "surface-3-dark": "var(--or-c-surface-3-dark)",
848
- "surface-4-dark": "var(--or-c-surface-4-dark)",
849
- "surface-5-dark": "var(--or-c-surface-5-dark)",
850
683
  "on-surface-dark": "var(--or-c-on-surface-dark)",
851
- "surface-variant-dark": "var(--or-c-surface-variant-dark)",
852
684
  "on-surface-variant-dark": "var(--or-c-on-surface-variant-dark)",
853
- "inverse-surface-dark": "var(--or-c-inverse-surface-dark)",
854
685
  "inverse-on-surface-dark": "var(--or-c-inverse-on-surface-dark)",
855
686
  "inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
856
687
  "outline-dark": "var(--or-c-outline-dark)",
@@ -912,24 +743,12 @@
912
743
  "custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
913
744
  "custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
914
745
  "custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
915
- "custom-colors-custom-1-container": "var(--or-c-custom-colors-custom-1-container-light)",
916
- "custom-colors-custom-2-container": "var(--or-c-custom-colors-custom-2-container-light)",
917
- "custom-colors-custom-3-container": "var(--or-c-custom-colors-custom-3-container-light)",
918
- "custom-colors-custom-4-container": "var(--or-c-custom-colors-custom-4-container-light)",
919
- "custom-colors-custom-5-container": "var(--or-c-custom-colors-custom-5-container-light)",
920
- "custom-colors-custom-6-container": "var(--or-c-custom-colors-custom-6-container-light)",
921
746
  "custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
922
747
  "custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
923
748
  "custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
924
749
  "custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
925
750
  "custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
926
751
  "custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
927
- "custom-colors-custom-1-container-dark": "var(--or-c-custom-colors-custom-1-container-dark)",
928
- "custom-colors-custom-2-container-dark": "var(--or-c-custom-colors-custom-2-container-dark)",
929
- "custom-colors-custom-3-container-dark": "var(--or-c-custom-colors-custom-3-container-dark)",
930
- "custom-colors-custom-4-container-dark": "var(--or-c-custom-colors-custom-4-container-dark)",
931
- "custom-colors-custom-5-container-dark": "var(--or-c-custom-colors-custom-5-container-dark)",
932
- "custom-colors-custom-6-container-dark": "var(--or-c-custom-colors-custom-6-container-dark)",
933
752
  "error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
934
753
  "error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
935
754
  "error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
@@ -1072,655 +891,327 @@
1072
891
  "outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
1073
892
  "outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
1074
893
  "outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
1075
- "surface-variant-1": "var(--or-c-surface-variant-1-light)",
1076
- "surface-variant-1-dark": "var(--or-c-surface-variant-1-dark)"
1077
- },
1078
- "flex": {
1079
- "1": "1 1 0%",
1080
- "auto": "1 1 auto",
1081
- "initial": "0 1 auto",
1082
- "none": "none"
1083
- },
1084
- "flexGrow": {
1085
- "0": "0",
1086
- "DEFAULT": "1"
1087
- },
1088
- "flexShrink": {
1089
- "0": "0",
1090
- "DEFAULT": "1"
1091
- },
1092
- "fontFamily": {
1093
- "headline-1": "Inter",
1094
- "headline-2": "Inter",
1095
- "headline-3": "Inter",
1096
- "headline-4": "Inter",
1097
- "button": "Inter",
1098
- "body-1-regular": "Inter",
1099
- "body-1-semibold": "Inter",
1100
- "body-1-bold": "Inter",
1101
- "body-2-regular": "Inter",
1102
- "body-2-semibold": "Inter",
1103
- "body-2-bold": "Inter",
1104
- "caption-regular": "Inter",
1105
- "caption-semibold": "Inter",
1106
- "caption-bold": "Inter",
1107
- "mobile-button": "Inter",
1108
- "mobile-body-2-regular": "Inter",
1109
- "mobile-body-2-semibold": "Inter",
1110
- "mobile-body-2-bold": "Inter",
1111
- "display-large": "Inter",
1112
- "display-medium": "Inter",
1113
- "display-small": "Inter",
1114
- "mobile-display-large": "Inter",
1115
- "mobile-display-medium": "Inter",
1116
- "mobile-display-small": "Inter",
1117
- "mobile-headline-1": "Inter",
1118
- "mobile-headline-2": "Inter",
1119
- "mobile-headline-3": "Inter",
1120
- "mobile-headline-4": "Inter",
1121
- "mobile-body-1-bold": "Inter",
1122
- "mobile-body-1-semibold": "Inter",
1123
- "mobile-body-1-regular": "Inter",
1124
- "mobile-caption-regular": "Inter",
1125
- "mobile-caption-semibold": "Inter",
1126
- "mobile-caption-bold": "Inter",
894
+ "transparent": "transparent",
895
+ "current": "currentColor",
1127
896
  "inherit": "inherit"
1128
897
  },
1129
- "fontSize": {
1130
- "headline-1": [
1131
- "24px",
1132
- {
1133
- "lineHeight": "29px"
1134
- }
1135
- ],
1136
- "headline-2": [
1137
- "20px",
1138
- {
1139
- "lineHeight": "24px"
1140
- }
1141
- ],
1142
- "headline-3": [
1143
- "16px",
1144
- {
1145
- "lineHeight": "24px"
1146
- }
1147
- ],
1148
- "headline-4": [
1149
- "14px",
1150
- {
1151
- "lineHeight": "21px"
1152
- }
1153
- ],
1154
- "button": [
1155
- "14px",
1156
- {
1157
- "lineHeight": "20px"
1158
- }
1159
- ],
1160
- "body-1-regular": [
1161
- "16px",
1162
- {
1163
- "lineHeight": "24px"
1164
- }
1165
- ],
1166
- "body-1-semibold": [
1167
- "16px",
1168
- {
1169
- "lineHeight": "24px"
1170
- }
1171
- ],
1172
- "body-1-bold": [
1173
- "16px",
1174
- {
1175
- "lineHeight": "24px"
1176
- }
1177
- ],
1178
- "body-2-regular": [
1179
- "14px",
1180
- {
1181
- "lineHeight": "21px"
1182
- }
1183
- ],
1184
- "body-2-semibold": [
1185
- "14px",
1186
- {
1187
- "lineHeight": "21px"
1188
- }
1189
- ],
1190
- "body-2-bold": [
1191
- "14px",
1192
- {
1193
- "lineHeight": "21px"
1194
- }
1195
- ],
1196
- "caption-regular": [
1197
- "12px",
1198
- {
1199
- "lineHeight": "18px"
1200
- }
1201
- ],
1202
- "caption-semibold": [
1203
- "12px",
1204
- {
1205
- "lineHeight": "18px"
1206
- }
1207
- ],
1208
- "caption-bold": [
1209
- "12px",
1210
- {
1211
- "lineHeight": "18px"
1212
- }
1213
- ],
1214
- "mobile-button": [
1215
- "16px",
1216
- {
1217
- "lineHeight": "24px"
1218
- }
1219
- ],
1220
- "mobile-body-2-regular": [
1221
- "16px",
1222
- {
1223
- "lineHeight": "24px"
1224
- }
1225
- ],
1226
- "mobile-body-2-semibold": [
1227
- "16px",
1228
- {
1229
- "lineHeight": "24px"
1230
- }
1231
- ],
1232
- "mobile-body-2-bold": [
1233
- "16px",
1234
- {
1235
- "lineHeight": "24px"
1236
- }
1237
- ],
1238
- "display-large": [
1239
- "57px",
1240
- {
1241
- "lineHeight": "64px"
1242
- }
1243
- ],
1244
- "display-medium": [
1245
- "45px",
1246
- {
1247
- "lineHeight": "52px"
1248
- }
1249
- ],
1250
- "display-small": [
1251
- "36px",
1252
- {
1253
- "lineHeight": "44px"
1254
- }
1255
- ],
1256
- "mobile-display-large": [
1257
- "36px",
1258
- {
1259
- "lineHeight": "40px"
1260
- }
1261
- ],
1262
- "mobile-display-medium": [
1263
- "32px",
1264
- {
1265
- "lineHeight": "36px"
1266
- }
1267
- ],
1268
- "mobile-display-small": [
1269
- "28px",
1270
- {
1271
- "lineHeight": "32px"
1272
- }
1273
- ],
1274
- "mobile-headline-1": [
1275
- "24px",
1276
- {
1277
- "lineHeight": "29px"
1278
- }
1279
- ],
1280
- "mobile-headline-2": [
1281
- "20px",
1282
- {
1283
- "lineHeight": "24px"
1284
- }
1285
- ],
1286
- "mobile-headline-3": [
1287
- "16px",
1288
- {
1289
- "lineHeight": "24px"
1290
- }
1291
- ],
1292
- "mobile-headline-4": [
1293
- "16px",
1294
- {
1295
- "lineHeight": "24px"
1296
- }
1297
- ],
1298
- "mobile-body-1-bold": [
1299
- "16px",
1300
- {
1301
- "lineHeight": "24px"
1302
- }
1303
- ],
1304
- "mobile-body-1-semibold": [
1305
- "16px",
1306
- {
1307
- "lineHeight": "24px"
1308
- }
1309
- ],
1310
- "mobile-body-1-regular": [
1311
- "16px",
1312
- {
1313
- "lineHeight": "24px"
1314
- }
1315
- ],
1316
- "mobile-caption-regular": [
1317
- "12px",
1318
- {
1319
- "lineHeight": "18px"
1320
- }
1321
- ],
1322
- "mobile-caption-semibold": [
1323
- "12px",
1324
- {
1325
- "lineHeight": "18px"
1326
- }
1327
- ],
1328
- "mobile-caption-bold": [
1329
- "12px",
1330
- {
1331
- "lineHeight": "18px"
1332
- }
1333
- ],
1334
- "inherit": [
1335
- "inherit",
1336
- {
1337
- "lineHeight": "inherit"
1338
- }
1339
- ]
1340
- },
1341
- "fontWeight": {
1342
- "headline-1": "700",
1343
- "headline-2": "700",
1344
- "headline-3": "700",
1345
- "headline-4": "700",
1346
- "button": "600",
1347
- "body-1-regular": "400",
1348
- "body-1-semibold": "600",
1349
- "body-1-bold": "700",
1350
- "body-2-regular": "400",
1351
- "body-2-semibold": "600",
1352
- "body-2-bold": "700",
1353
- "caption-regular": "400",
1354
- "caption-semibold": "600",
1355
- "caption-bold": "700",
1356
- "mobile-button": "600",
1357
- "mobile-body-2-regular": "400",
1358
- "mobile-body-2-semibold": "600",
1359
- "mobile-body-2-bold": "700",
1360
- "display-large": "400",
1361
- "display-medium": "400",
1362
- "display-small": "500",
1363
- "mobile-display-large": "400",
1364
- "mobile-display-medium": "400",
1365
- "mobile-display-small": "500",
1366
- "mobile-headline-1": "700",
1367
- "mobile-headline-2": "700",
1368
- "mobile-headline-3": "700",
1369
- "mobile-headline-4": "700",
1370
- "mobile-body-1-bold": "700",
1371
- "mobile-body-1-semibold": "600",
1372
- "mobile-body-1-regular": "400",
1373
- "mobile-caption-regular": "400",
1374
- "mobile-caption-semibold": "600",
1375
- "mobile-caption-bold": "700",
1376
- "inherit": "inherit"
1377
- },
1378
- "gradientColorStopPositions": {
1379
- "0%": "0%",
1380
- "5%": "5%",
1381
- "10%": "10%",
1382
- "15%": "15%",
1383
- "20%": "20%",
1384
- "25%": "25%",
1385
- "30%": "30%",
1386
- "35%": "35%",
1387
- "40%": "40%",
1388
- "45%": "45%",
1389
- "50%": "50%",
1390
- "55%": "55%",
1391
- "60%": "60%",
1392
- "65%": "65%",
1393
- "70%": "70%",
1394
- "75%": "75%",
1395
- "80%": "80%",
1396
- "85%": "85%",
1397
- "90%": "90%",
1398
- "95%": "95%",
1399
- "100%": "100%"
1400
- },
1401
- "grayscale": {
1402
- "0": "0",
1403
- "DEFAULT": "100%"
1404
- },
1405
- "gridAutoColumns": {
1406
- "auto": "auto",
1407
- "min": "min-content",
1408
- "max": "max-content",
1409
- "fr": "minmax(0, 1fr)"
1410
- },
1411
- "gridAutoRows": {
1412
- "auto": "auto",
1413
- "min": "min-content",
1414
- "max": "max-content",
1415
- "fr": "minmax(0, 1fr)"
1416
- },
1417
- "gridColumn": {
1418
- "auto": "auto",
1419
- "span-1": "span 1 / span 1",
1420
- "span-2": "span 2 / span 2",
1421
- "span-3": "span 3 / span 3",
1422
- "span-4": "span 4 / span 4",
1423
- "span-5": "span 5 / span 5",
1424
- "span-6": "span 6 / span 6",
1425
- "span-7": "span 7 / span 7",
1426
- "span-8": "span 8 / span 8",
1427
- "span-9": "span 9 / span 9",
1428
- "span-10": "span 10 / span 10",
1429
- "span-11": "span 11 / span 11",
1430
- "span-12": "span 12 / span 12",
1431
- "span-full": "1 / -1"
1432
- },
1433
- "gridColumnEnd": {
1434
- "1": "1",
1435
- "2": "2",
1436
- "3": "3",
1437
- "4": "4",
1438
- "5": "5",
1439
- "6": "6",
1440
- "7": "7",
1441
- "8": "8",
1442
- "9": "9",
1443
- "10": "10",
1444
- "11": "11",
1445
- "12": "12",
1446
- "13": "13",
1447
- "auto": "auto"
1448
- },
1449
- "gridColumnStart": {
1450
- "1": "1",
1451
- "2": "2",
1452
- "3": "3",
1453
- "4": "4",
1454
- "5": "5",
1455
- "6": "6",
1456
- "7": "7",
1457
- "8": "8",
1458
- "9": "9",
1459
- "10": "10",
1460
- "11": "11",
1461
- "12": "12",
1462
- "13": "13",
1463
- "auto": "auto"
1464
- },
1465
- "gridRow": {
1466
- "auto": "auto",
1467
- "span-1": "span 1 / span 1",
1468
- "span-2": "span 2 / span 2",
1469
- "span-3": "span 3 / span 3",
1470
- "span-4": "span 4 / span 4",
1471
- "span-5": "span 5 / span 5",
1472
- "span-6": "span 6 / span 6",
1473
- "span-7": "span 7 / span 7",
1474
- "span-8": "span 8 / span 8",
1475
- "span-9": "span 9 / span 9",
1476
- "span-10": "span 10 / span 10",
1477
- "span-11": "span 11 / span 11",
1478
- "span-12": "span 12 / span 12",
1479
- "span-full": "1 / -1"
1480
- },
1481
- "gridRowEnd": {
1482
- "1": "1",
1483
- "2": "2",
1484
- "3": "3",
1485
- "4": "4",
1486
- "5": "5",
1487
- "6": "6",
1488
- "7": "7",
1489
- "8": "8",
1490
- "9": "9",
1491
- "10": "10",
1492
- "11": "11",
1493
- "12": "12",
1494
- "13": "13",
1495
- "auto": "auto"
1496
- },
1497
- "gridRowStart": {
1498
- "1": "1",
1499
- "2": "2",
1500
- "3": "3",
1501
- "4": "4",
1502
- "5": "5",
1503
- "6": "6",
1504
- "7": "7",
1505
- "8": "8",
1506
- "9": "9",
1507
- "10": "10",
1508
- "11": "11",
1509
- "12": "12",
1510
- "13": "13",
1511
- "auto": "auto"
1512
- },
1513
- "gridTemplateColumns": {
1514
- "1": "repeat(1, minmax(0, 1fr))",
1515
- "2": "repeat(2, minmax(0, 1fr))",
1516
- "3": "repeat(3, minmax(0, 1fr))",
1517
- "4": "repeat(4, minmax(0, 1fr))",
1518
- "5": "repeat(5, minmax(0, 1fr))",
1519
- "6": "repeat(6, minmax(0, 1fr))",
1520
- "7": "repeat(7, minmax(0, 1fr))",
1521
- "8": "repeat(8, minmax(0, 1fr))",
1522
- "9": "repeat(9, minmax(0, 1fr))",
1523
- "10": "repeat(10, minmax(0, 1fr))",
1524
- "11": "repeat(11, minmax(0, 1fr))",
1525
- "12": "repeat(12, minmax(0, 1fr))",
1526
- "none": "none",
1527
- "subgrid": "subgrid"
1528
- },
1529
- "gridTemplateRows": {
1530
- "1": "repeat(1, minmax(0, 1fr))",
1531
- "2": "repeat(2, minmax(0, 1fr))",
1532
- "3": "repeat(3, minmax(0, 1fr))",
1533
- "4": "repeat(4, minmax(0, 1fr))",
1534
- "5": "repeat(5, minmax(0, 1fr))",
1535
- "6": "repeat(6, minmax(0, 1fr))",
1536
- "7": "repeat(7, minmax(0, 1fr))",
1537
- "8": "repeat(8, minmax(0, 1fr))",
1538
- "9": "repeat(9, minmax(0, 1fr))",
1539
- "10": "repeat(10, minmax(0, 1fr))",
1540
- "11": "repeat(11, minmax(0, 1fr))",
1541
- "12": "repeat(12, minmax(0, 1fr))",
1542
- "none": "none",
1543
- "subgrid": "subgrid"
1544
- },
1545
- "hueRotate": {
1546
- "0": "0deg",
1547
- "15": "15deg",
1548
- "30": "30deg",
1549
- "60": "60deg",
1550
- "90": "90deg",
1551
- "180": "180deg"
1552
- },
1553
- "invert": {
1554
- "0": "0",
1555
- "DEFAULT": "100%"
1556
- },
1557
- "keyframes": {
1558
- "circular-loader": {
1559
- "0%": {
1560
- "transform": "rotate(0deg)",
1561
- "strokeDasharray": "0, 200",
1562
- "strokeDashoffset": "0"
1563
- },
1564
- "50%": {
1565
- "transform": "rotate(180deg)",
1566
- "strokeDasharray": "100, 200",
1567
- "strokeDashoffset": "calc((50% - 2px) * -3.14)"
1568
- },
1569
- "100%": {
1570
- "transform": "rotate(360deg)",
1571
- "strokeDasharray": "100, 200",
1572
- "strokeDashoffset": "calc((100% - 2px) * -3.14)"
1573
- }
1574
- },
1575
- "linear-loader": {
1576
- "0%": {
1577
- "strokeDasharray": "25%, 100%",
1578
- "strokeDashoffset": "0"
1579
- },
1580
- "100%": {
1581
- "strokeDasharray": "25%, 100%",
1582
- "strokeDashoffset": "calc((100% - 0px) * -2.5)"
1583
- }
1584
- },
1585
- "skeleton-loader": {
1586
- "0%": {
1587
- "backgroundPosition": "100% 50%"
1588
- },
1589
- "100%": {
1590
- "backgroundPosition": "-100% 50%"
1591
- }
1592
- },
1593
- "pulse": {
1594
- "0%": {
1595
- "opacity": 0
1596
- },
1597
- "25%": {
1598
- "opacity": 0.5
1599
- },
1600
- "50%": {
1601
- "opacity": 1
1602
- },
1603
- "75%": {
1604
- "opacity": 0.5
1605
- },
1606
- "100%": {
1607
- "opacity": 0
1608
- }
1609
- }
1610
- },
1611
- "letterSpacing": {
1612
- "tighter": "-0.05em",
1613
- "tight": "-0.025em",
1614
- "normal": "0em",
1615
- "wide": "0.025em",
1616
- "wider": "0.05em",
1617
- "widest": "0.1em"
1618
- },
1619
- "lineHeight": {
1620
- "3": ".75rem",
1621
- "4": "1rem",
1622
- "5": "1.25rem",
1623
- "6": "1.5rem",
1624
- "7": "1.75rem",
1625
- "8": "2rem",
1626
- "9": "2.25rem",
1627
- "10": "2.5rem",
1628
- "none": "1",
1629
- "tight": "1.25",
1630
- "snug": "1.375",
1631
- "normal": "1.5",
1632
- "relaxed": "1.625",
1633
- "loose": "2"
1634
- },
1635
- "listStyleType": {
1636
- "none": "none",
1637
- "disc": "disc",
1638
- "decimal": "decimal"
1639
- },
1640
- "listStyleImage": {
1641
- "none": "none"
1642
- },
1643
- "lineClamp": {
1644
- "1": "1",
1645
- "2": "2",
1646
- "3": "3",
1647
- "4": "4",
1648
- "5": "5",
1649
- "6": "6"
1650
- },
1651
- "objectPosition": {
1652
- "bottom": "bottom",
1653
- "center": "center",
1654
- "left": "left",
1655
- "left-bottom": "left bottom",
1656
- "left-top": "left top",
1657
- "right": "right",
1658
- "right-bottom": "right bottom",
1659
- "right-top": "right top",
1660
- "top": "top"
1661
- },
1662
- "opacity": {
1663
- "0": "0",
1664
- "5": "0.05",
1665
- "10": "0.1",
1666
- "15": "0.15",
1667
- "20": "0.2",
1668
- "25": "0.25",
1669
- "30": "0.3",
1670
- "35": "0.35",
1671
- "40": "0.4",
1672
- "45": "0.45",
1673
- "50": "0.5",
1674
- "55": "0.55",
1675
- "60": "0.6",
1676
- "65": "0.65",
1677
- "70": "0.7",
1678
- "75": "0.75",
1679
- "80": "0.8",
1680
- "85": "0.85",
1681
- "90": "0.9",
1682
- "95": "0.95",
1683
- "100": "1"
1684
- },
1685
- "order": {
1686
- "1": "1",
1687
- "2": "2",
1688
- "3": "3",
1689
- "4": "4",
1690
- "5": "5",
1691
- "6": "6",
1692
- "7": "7",
1693
- "8": "8",
1694
- "9": "9",
1695
- "10": "10",
1696
- "11": "11",
1697
- "12": "12",
1698
- "first": "-9999",
1699
- "last": "9999",
1700
- "none": "0"
898
+ "outlineColor": {
899
+ "white": "var(--or-c-white)",
900
+ "black": "var(--or-c-black)",
901
+ "primary": "var(--or-c-primary-light)",
902
+ "secondary": "var(--or-c-secondary-light)",
903
+ "tertiary": "var(--or-c-tertiary-light)",
904
+ "error": "var(--or-c-error-light)",
905
+ "success": "var(--or-c-success-light)",
906
+ "warning": "var(--or-c-warning-light)",
907
+ "inverse-primary": "var(--or-c-inverse-primary-light)",
908
+ "outline": "var(--or-c-outline-light)",
909
+ "primary-opacity-0-08": "var(--or-c-primary-opacity-0-08-light)",
910
+ "primary-opacity-0-12": "var(--or-c-primary-opacity-0-12-light)",
911
+ "primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
912
+ "primary-dark": "var(--or-c-primary-dark)",
913
+ "secondary-dark": "var(--or-c-secondary-dark)",
914
+ "tertiary-dark": "var(--or-c-tertiary-dark)",
915
+ "error-dark": "var(--or-c-error-dark)",
916
+ "success-dark": "var(--or-c-success-dark)",
917
+ "warning-dark": "var(--or-c-warning-dark)",
918
+ "inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
919
+ "outline-dark": "var(--or-c-outline-dark)",
920
+ "primary-opacity-0-08-dark": "var(--or-c-primary-opacity-0-08-dark)",
921
+ "primary-opacity-0-12-dark": "var(--or-c-primary-opacity-0-12-dark)",
922
+ "primary-opacity-0-16-dark": "var(--or-c-primary-opacity-0-16-dark)",
923
+ "primary-hover": "var(--or-c-primary-hover-light)",
924
+ "error-hover": "var(--or-c-error-hover-light)",
925
+ "success-hover": "var(--or-c-success-hover-light)",
926
+ "warning-hover": "var(--or-c-warning-hover-light)",
927
+ "error-opacity-0-08": "var(--or-c-error-opacity-0-08-light)",
928
+ "error-opacity-0-12": "var(--or-c-error-opacity-0-12-light)",
929
+ "error-opacity-0-16": "var(--or-c-error-opacity-0-16-light)",
930
+ "primary-hover-dark": "var(--or-c-primary-hover-dark)",
931
+ "error-hover-dark": "var(--or-c-error-hover-dark)",
932
+ "success-hover-dark": "var(--or-c-success-hover-dark)",
933
+ "warning-hover-dark": "var(--or-c-warning-hover-dark)",
934
+ "error-opacity-0-08-dark": "var(--or-c-error-opacity-0-08-dark)",
935
+ "error-opacity-0-12-dark": "var(--or-c-error-opacity-0-12-dark)",
936
+ "error-opacity-0-16-dark": "var(--or-c-error-opacity-0-16-dark)",
937
+ "disabled": "var(--or-c-disabled-light)",
938
+ "disabled-dark": "var(--or-c-disabled-dark)",
939
+ "success-opacity-0-08": "var(--or-c-success-opacity-0-08-light)",
940
+ "success-opacity-0-12": "var(--or-c-success-opacity-0-12-light)",
941
+ "success-opacity-0-16": "var(--or-c-success-opacity-0-16-light)",
942
+ "warning-opacity-0-08": "var(--or-c-warning-opacity-0-08-light)",
943
+ "warning-opacity-0-12": "var(--or-c-warning-opacity-0-12-light)",
944
+ "warning-opacity-0-16": "var(--or-c-warning-opacity-0-16-light)",
945
+ "success-opacity-0-08-dark": "var(--or-c-success-opacity-0-08-dark)",
946
+ "success-opacity-0-12-dark": "var(--or-c-success-opacity-0-12-dark)",
947
+ "success-opacity-0-16-dark": "var(--or-c-success-opacity-0-16-dark)",
948
+ "warning-opacity-0-08-dark": "var(--or-c-warning-opacity-0-08-dark)",
949
+ "warning-opacity-0-12-dark": "var(--or-c-warning-opacity-0-12-dark)",
950
+ "warning-opacity-0-16-dark": "var(--or-c-warning-opacity-0-16-dark)",
951
+ "overlay": "var(--or-c-overlay-light)",
952
+ "overlay-dark": "var(--or-c-overlay-dark)",
953
+ "outline-variant": "var(--or-c-outline-variant-light)",
954
+ "outline-variant-dark": "var(--or-c-outline-variant-dark)",
955
+ "primary-hover-opacity-0-08": "var(--or-c-primary-hover-opacity-0-08-light)",
956
+ "primary-hover-opacity-0-12": "var(--or-c-primary-hover-opacity-0-12-light)",
957
+ "primary-hover-opacity-0-16": "var(--or-c-primary-hover-opacity-0-16-light)",
958
+ "primary-hover-opacity-0-32": "var(--or-c-primary-hover-opacity-0-32-light)",
959
+ "primary-hover-opacity-0-48": "var(--or-c-primary-hover-opacity-0-48-light)",
960
+ "primary-hover-opacity-0-64": "var(--or-c-primary-hover-opacity-0-64-light)",
961
+ "primary-hover-opacity-0-80": "var(--or-c-primary-hover-opacity-0-80-light)",
962
+ "primary-hover-opacity-0-96": "var(--or-c-primary-hover-opacity-0-96-light)",
963
+ "primary-hover-opacity-0-08-dark": "var(--or-c-primary-hover-opacity-0-08-dark)",
964
+ "primary-hover-opacity-0-12-dark": "var(--or-c-primary-hover-opacity-0-12-dark)",
965
+ "primary-hover-opacity-0-16-dark": "var(--or-c-primary-hover-opacity-0-16-dark)",
966
+ "primary-hover-opacity-0-32-dark": "var(--or-c-primary-hover-opacity-0-32-dark)",
967
+ "primary-hover-opacity-0-48-dark": "var(--or-c-primary-hover-opacity-0-48-dark)",
968
+ "primary-hover-opacity-0-64-dark": "var(--or-c-primary-hover-opacity-0-64-dark)",
969
+ "primary-hover-opacity-0-80-dark": "var(--or-c-primary-hover-opacity-0-80-dark)",
970
+ "primary-hover-opacity-0-96-dark": "var(--or-c-primary-hover-opacity-0-96-dark)",
971
+ "custom-colors-custom-1": "var(--or-c-custom-colors-custom-1-light)",
972
+ "custom-colors-custom-2": "var(--or-c-custom-colors-custom-2-light)",
973
+ "custom-colors-custom-3": "var(--or-c-custom-colors-custom-3-light)",
974
+ "custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
975
+ "custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
976
+ "custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
977
+ "custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
978
+ "custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
979
+ "custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
980
+ "custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
981
+ "custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
982
+ "custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
983
+ "error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
984
+ "error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
985
+ "error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
986
+ "error-opacity-0-80": "var(--or-c-error-opacity-0-80-light)",
987
+ "error-opacity-0-96": "var(--or-c-error-opacity-0-96-light)",
988
+ "success-opacity-0-32": "var(--or-c-success-opacity-0-32-light)",
989
+ "success-opacity-0-48": "var(--or-c-success-opacity-0-48-light)",
990
+ "success-opacity-0-64": "var(--or-c-success-opacity-0-64-light)",
991
+ "success-opacity-0-80": "var(--or-c-success-opacity-0-80-light)",
992
+ "success-opacity-0-96": "var(--or-c-success-opacity-0-96-light)",
993
+ "warning-opacity-0-32": "var(--or-c-warning-opacity-0-32-light)",
994
+ "warning-opacity-0-48": "var(--or-c-warning-opacity-0-48-light)",
995
+ "warning-opacity-0-64": "var(--or-c-warning-opacity-0-64-light)",
996
+ "warning-opacity-0-80": "var(--or-c-warning-opacity-0-80-light)",
997
+ "warning-opacity-0-96": "var(--or-c-warning-opacity-0-96-light)",
998
+ "custom-colors-custom-1-opacity-0-96": "var(--or-c-custom-colors-custom-1-opacity-0-96-light)",
999
+ "custom-colors-custom-1-opacity-0-80": "var(--or-c-custom-colors-custom-1-opacity-0-80-light)",
1000
+ "custom-colors-custom-1-opacity-0-64": "var(--or-c-custom-colors-custom-1-opacity-0-64-light)",
1001
+ "custom-colors-custom-1-opacity-0-48": "var(--or-c-custom-colors-custom-1-opacity-0-48-light)",
1002
+ "custom-colors-custom-1-opacity-0-32": "var(--or-c-custom-colors-custom-1-opacity-0-32-light)",
1003
+ "custom-colors-custom-1-opacity-0-16": "var(--or-c-custom-colors-custom-1-opacity-0-16-light)",
1004
+ "custom-colors-custom-1-opacity-0-12": "var(--or-c-custom-colors-custom-1-opacity-0-12-light)",
1005
+ "custom-colors-custom-1-opacity-0-08": "var(--or-c-custom-colors-custom-1-opacity-0-08-light)",
1006
+ "custom-colors-custom-2-opacity-0-96": "var(--or-c-custom-colors-custom-2-opacity-0-96-light)",
1007
+ "custom-colors-custom-2-opacity-0-80": "var(--or-c-custom-colors-custom-2-opacity-0-80-light)",
1008
+ "custom-colors-custom-2-opacity-0-64": "var(--or-c-custom-colors-custom-2-opacity-0-64-light)",
1009
+ "custom-colors-custom-2-opacity-0-48": "var(--or-c-custom-colors-custom-2-opacity-0-48-light)",
1010
+ "custom-colors-custom-2-opacity-0-32": "var(--or-c-custom-colors-custom-2-opacity-0-32-light)",
1011
+ "custom-colors-custom-2-opacity-0-16": "var(--or-c-custom-colors-custom-2-opacity-0-16-light)",
1012
+ "custom-colors-custom-2-opacity-0-12": "var(--or-c-custom-colors-custom-2-opacity-0-12-light)",
1013
+ "custom-colors-custom-2-opacity-0-08": "var(--or-c-custom-colors-custom-2-opacity-0-08-light)",
1014
+ "custom-colors-custom-3-opacity-0-96": "var(--or-c-custom-colors-custom-3-opacity-0-96-light)",
1015
+ "custom-colors-custom-3-opacity-0-80": "var(--or-c-custom-colors-custom-3-opacity-0-80-light)",
1016
+ "custom-colors-custom-3-opacity-0-64": "var(--or-c-custom-colors-custom-3-opacity-0-64-light)",
1017
+ "custom-colors-custom-3-opacity-0-48": "var(--or-c-custom-colors-custom-3-opacity-0-48-light)",
1018
+ "custom-colors-custom-3-opacity-0-32": "var(--or-c-custom-colors-custom-3-opacity-0-32-light)",
1019
+ "custom-colors-custom-3-opacity-0-16": "var(--or-c-custom-colors-custom-3-opacity-0-16-light)",
1020
+ "custom-colors-custom-3-opacity-0-12": "var(--or-c-custom-colors-custom-3-opacity-0-12-light)",
1021
+ "custom-colors-custom-3-opacity-0-08": "var(--or-c-custom-colors-custom-3-opacity-0-08-light)",
1022
+ "custom-colors-custom-4-opacity-0-96": "var(--or-c-custom-colors-custom-4-opacity-0-96-light)",
1023
+ "custom-colors-custom-4-opacity-0-80": "var(--or-c-custom-colors-custom-4-opacity-0-80-light)",
1024
+ "custom-colors-custom-4-opacity-0-64": "var(--or-c-custom-colors-custom-4-opacity-0-64-light)",
1025
+ "custom-colors-custom-4-opacity-0-48": "var(--or-c-custom-colors-custom-4-opacity-0-48-light)",
1026
+ "custom-colors-custom-4-opacity-0-32": "var(--or-c-custom-colors-custom-4-opacity-0-32-light)",
1027
+ "custom-colors-custom-4-opacity-0-16": "var(--or-c-custom-colors-custom-4-opacity-0-16-light)",
1028
+ "custom-colors-custom-4-opacity-0-12": "var(--or-c-custom-colors-custom-4-opacity-0-12-light)",
1029
+ "custom-colors-custom-4-opacity-0-08": "var(--or-c-custom-colors-custom-4-opacity-0-08-light)",
1030
+ "custom-colors-custom-5-opacity-0-96": "var(--or-c-custom-colors-custom-5-opacity-0-96-light)",
1031
+ "custom-colors-custom-5-opacity-0-80": "var(--or-c-custom-colors-custom-5-opacity-0-80-light)",
1032
+ "custom-colors-custom-5-opacity-0-64": "var(--or-c-custom-colors-custom-5-opacity-0-64-light)",
1033
+ "custom-colors-custom-5-opacity-0-48": "var(--or-c-custom-colors-custom-5-opacity-0-48-light)",
1034
+ "custom-colors-custom-5-opacity-0-32": "var(--or-c-custom-colors-custom-5-opacity-0-32-light)",
1035
+ "custom-colors-custom-5-opacity-0-16": "var(--or-c-custom-colors-custom-5-opacity-0-16-light)",
1036
+ "custom-colors-custom-5-opacity-0-12": "var(--or-c-custom-colors-custom-5-opacity-0-12-light)",
1037
+ "custom-colors-custom-5-opacity-0-08": "var(--or-c-custom-colors-custom-5-opacity-0-08-light)",
1038
+ "custom-colors-custom-6-opacity-0-96": "var(--or-c-custom-colors-custom-6-opacity-0-96-light)",
1039
+ "custom-colors-custom-6-opacity-0-80": "var(--or-c-custom-colors-custom-6-opacity-0-80-light)",
1040
+ "custom-colors-custom-6-opacity-0-64": "var(--or-c-custom-colors-custom-6-opacity-0-64-light)",
1041
+ "custom-colors-custom-6-opacity-0-48": "var(--or-c-custom-colors-custom-6-opacity-0-48-light)",
1042
+ "custom-colors-custom-6-opacity-0-32": "var(--or-c-custom-colors-custom-6-opacity-0-32-light)",
1043
+ "custom-colors-custom-6-opacity-0-16": "var(--or-c-custom-colors-custom-6-opacity-0-16-light)",
1044
+ "custom-colors-custom-6-opacity-0-12": "var(--or-c-custom-colors-custom-6-opacity-0-12-light)",
1045
+ "custom-colors-custom-6-opacity-0-08": "var(--or-c-custom-colors-custom-6-opacity-0-08-light)",
1046
+ "outline-opacity-0-96": "var(--or-c-outline-opacity-0-96-light)",
1047
+ "outline-opacity-0-80": "var(--or-c-outline-opacity-0-80-light)",
1048
+ "outline-opacity-0-64": "var(--or-c-outline-opacity-0-64-light)",
1049
+ "outline-opacity-0-48": "var(--or-c-outline-opacity-0-48-light)",
1050
+ "outline-opacity-0-32": "var(--or-c-outline-opacity-0-32-light)",
1051
+ "outline-opacity-0-16": "var(--or-c-outline-opacity-0-16-light)",
1052
+ "outline-opacity-0-12": "var(--or-c-outline-opacity-0-12-light)",
1053
+ "outline-opacity-0-08": "var(--or-c-outline-opacity-0-08-light)",
1054
+ "error-opacity-0-32-dark": "var(--or-c-error-opacity-0-32-dark)",
1055
+ "error-opacity-0-48-dark": "var(--or-c-error-opacity-0-48-dark)",
1056
+ "error-opacity-0-64-dark": "var(--or-c-error-opacity-0-64-dark)",
1057
+ "error-opacity-0-80-dark": "var(--or-c-error-opacity-0-80-dark)",
1058
+ "error-opacity-0-96-dark": "var(--or-c-error-opacity-0-96-dark)",
1059
+ "success-opacity-0-32-dark": "var(--or-c-success-opacity-0-32-dark)",
1060
+ "success-opacity-0-48-dark": "var(--or-c-success-opacity-0-48-dark)",
1061
+ "success-opacity-0-64-dark": "var(--or-c-success-opacity-0-64-dark)",
1062
+ "success-opacity-0-80-dark": "var(--or-c-success-opacity-0-80-dark)",
1063
+ "success-opacity-0-96-dark": "var(--or-c-success-opacity-0-96-dark)",
1064
+ "warning-opacity-0-32-dark": "var(--or-c-warning-opacity-0-32-dark)",
1065
+ "warning-opacity-0-48-dark": "var(--or-c-warning-opacity-0-48-dark)",
1066
+ "warning-opacity-0-64-dark": "var(--or-c-warning-opacity-0-64-dark)",
1067
+ "warning-opacity-0-80-dark": "var(--or-c-warning-opacity-0-80-dark)",
1068
+ "warning-opacity-0-96-dark": "var(--or-c-warning-opacity-0-96-dark)",
1069
+ "custom-colors-custom-1-opacity-0-96-dark": "var(--or-c-custom-colors-custom-1-opacity-0-96-dark)",
1070
+ "custom-colors-custom-1-opacity-0-80-dark": "var(--or-c-custom-colors-custom-1-opacity-0-80-dark)",
1071
+ "custom-colors-custom-1-opacity-0-64-dark": "var(--or-c-custom-colors-custom-1-opacity-0-64-dark)",
1072
+ "custom-colors-custom-1-opacity-0-48-dark": "var(--or-c-custom-colors-custom-1-opacity-0-48-dark)",
1073
+ "custom-colors-custom-1-opacity-0-32-dark": "var(--or-c-custom-colors-custom-1-opacity-0-32-dark)",
1074
+ "custom-colors-custom-1-opacity-0-16-dark": "var(--or-c-custom-colors-custom-1-opacity-0-16-dark)",
1075
+ "custom-colors-custom-1-opacity-0-12-dark": "var(--or-c-custom-colors-custom-1-opacity-0-12-dark)",
1076
+ "custom-colors-custom-1-opacity-0-08-dark": "var(--or-c-custom-colors-custom-1-opacity-0-08-dark)",
1077
+ "custom-colors-custom-2-opacity-0-96-dark": "var(--or-c-custom-colors-custom-2-opacity-0-96-dark)",
1078
+ "custom-colors-custom-2-opacity-0-80-dark": "var(--or-c-custom-colors-custom-2-opacity-0-80-dark)",
1079
+ "custom-colors-custom-2-opacity-0-64-dark": "var(--or-c-custom-colors-custom-2-opacity-0-64-dark)",
1080
+ "custom-colors-custom-2-opacity-0-48-dark": "var(--or-c-custom-colors-custom-2-opacity-0-48-dark)",
1081
+ "custom-colors-custom-2-opacity-0-32-dark": "var(--or-c-custom-colors-custom-2-opacity-0-32-dark)",
1082
+ "custom-colors-custom-2-opacity-0-16-dark": "var(--or-c-custom-colors-custom-2-opacity-0-16-dark)",
1083
+ "custom-colors-custom-2-opacity-0-12-dark": "var(--or-c-custom-colors-custom-2-opacity-0-12-dark)",
1084
+ "custom-colors-custom-2-opacity-0-08-dark": "var(--or-c-custom-colors-custom-2-opacity-0-08-dark)",
1085
+ "custom-colors-custom-3-opacity-0-96-dark": "var(--or-c-custom-colors-custom-3-opacity-0-96-dark)",
1086
+ "custom-colors-custom-3-opacity-0-80-dark": "var(--or-c-custom-colors-custom-3-opacity-0-80-dark)",
1087
+ "custom-colors-custom-3-opacity-0-64-dark": "var(--or-c-custom-colors-custom-3-opacity-0-64-dark)",
1088
+ "custom-colors-custom-3-opacity-0-48-dark": "var(--or-c-custom-colors-custom-3-opacity-0-48-dark)",
1089
+ "custom-colors-custom-3-opacity-0-32-dark": "var(--or-c-custom-colors-custom-3-opacity-0-32-dark)",
1090
+ "custom-colors-custom-3-opacity-0-16-dark": "var(--or-c-custom-colors-custom-3-opacity-0-16-dark)",
1091
+ "custom-colors-custom-3-opacity-0-12-dark": "var(--or-c-custom-colors-custom-3-opacity-0-12-dark)",
1092
+ "custom-colors-custom-3-opacity-0-08-dark": "var(--or-c-custom-colors-custom-3-opacity-0-08-dark)",
1093
+ "custom-colors-custom-4-opacity-0-96-dark": "var(--or-c-custom-colors-custom-4-opacity-0-96-dark)",
1094
+ "custom-colors-custom-4-opacity-0-80-dark": "var(--or-c-custom-colors-custom-4-opacity-0-80-dark)",
1095
+ "custom-colors-custom-4-opacity-0-64-dark": "var(--or-c-custom-colors-custom-4-opacity-0-64-dark)",
1096
+ "custom-colors-custom-4-opacity-0-48-dark": "var(--or-c-custom-colors-custom-4-opacity-0-48-dark)",
1097
+ "custom-colors-custom-4-opacity-0-32-dark": "var(--or-c-custom-colors-custom-4-opacity-0-32-dark)",
1098
+ "custom-colors-custom-4-opacity-0-16-dark": "var(--or-c-custom-colors-custom-4-opacity-0-16-dark)",
1099
+ "custom-colors-custom-4-opacity-0-12-dark": "var(--or-c-custom-colors-custom-4-opacity-0-12-dark)",
1100
+ "custom-colors-custom-4-opacity-0-08-dark": "var(--or-c-custom-colors-custom-4-opacity-0-08-dark)",
1101
+ "custom-colors-custom-5-opacity-0-96-dark": "var(--or-c-custom-colors-custom-5-opacity-0-96-dark)",
1102
+ "custom-colors-custom-5-opacity-0-80-dark": "var(--or-c-custom-colors-custom-5-opacity-0-80-dark)",
1103
+ "custom-colors-custom-5-opacity-0-64-dark": "var(--or-c-custom-colors-custom-5-opacity-0-64-dark)",
1104
+ "custom-colors-custom-5-opacity-0-48-dark": "var(--or-c-custom-colors-custom-5-opacity-0-48-dark)",
1105
+ "custom-colors-custom-5-opacity-0-32-dark": "var(--or-c-custom-colors-custom-5-opacity-0-32-dark)",
1106
+ "custom-colors-custom-5-opacity-0-16-dark": "var(--or-c-custom-colors-custom-5-opacity-0-16-dark)",
1107
+ "custom-colors-custom-5-opacity-0-12-dark": "var(--or-c-custom-colors-custom-5-opacity-0-12-dark)",
1108
+ "custom-colors-custom-5-opacity-0-08-dark": "var(--or-c-custom-colors-custom-5-opacity-0-08-dark)",
1109
+ "custom-colors-custom-6-opacity-0-96-dark": "var(--or-c-custom-colors-custom-6-opacity-0-96-dark)",
1110
+ "custom-colors-custom-6-opacity-0-80-dark": "var(--or-c-custom-colors-custom-6-opacity-0-80-dark)",
1111
+ "custom-colors-custom-6-opacity-0-64-dark": "var(--or-c-custom-colors-custom-6-opacity-0-64-dark)",
1112
+ "custom-colors-custom-6-opacity-0-48-dark": "var(--or-c-custom-colors-custom-6-opacity-0-48-dark)",
1113
+ "custom-colors-custom-6-opacity-0-32-dark": "var(--or-c-custom-colors-custom-6-opacity-0-32-dark)",
1114
+ "custom-colors-custom-6-opacity-0-16-dark": "var(--or-c-custom-colors-custom-6-opacity-0-16-dark)",
1115
+ "custom-colors-custom-6-opacity-0-12-dark": "var(--or-c-custom-colors-custom-6-opacity-0-12-dark)",
1116
+ "custom-colors-custom-6-opacity-0-08-dark": "var(--or-c-custom-colors-custom-6-opacity-0-08-dark)",
1117
+ "outline-opacity-0-96-dark": "var(--or-c-outline-opacity-0-96-dark)",
1118
+ "outline-opacity-0-80-dark": "var(--or-c-outline-opacity-0-80-dark)",
1119
+ "outline-opacity-0-64-dark": "var(--or-c-outline-opacity-0-64-dark)",
1120
+ "outline-opacity-0-48-dark": "var(--or-c-outline-opacity-0-48-dark)",
1121
+ "outline-opacity-0-32-dark": "var(--or-c-outline-opacity-0-32-dark)",
1122
+ "outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
1123
+ "outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
1124
+ "outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
1125
+ "transparent": "transparent",
1126
+ "current": "currentColor",
1127
+ "inherit": "inherit"
1701
1128
  },
1702
- "outlineColor": {
1129
+ "fill": {
1703
1130
  "white": "var(--or-c-white)",
1704
1131
  "black": "var(--or-c-black)",
1705
1132
  "primary": "var(--or-c-primary-light)",
1133
+ "on-primary": "var(--or-c-on-primary-light)",
1134
+ "primary-container": "var(--or-c-primary-container-light)",
1135
+ "on-primary-container": "var(--or-c-on-primary-container-light)",
1706
1136
  "secondary": "var(--or-c-secondary-light)",
1137
+ "on-secondary": "var(--or-c-on-secondary-light)",
1138
+ "secondary-container": "var(--or-c-secondary-container-light)",
1139
+ "on-secondary-container": "var(--or-c-on-secondary-container-light)",
1707
1140
  "tertiary": "var(--or-c-tertiary-light)",
1141
+ "on-tertiary": "var(--or-c-on-tertiary-light)",
1142
+ "tertiary-container": "var(--or-c-tertiary-container-light)",
1143
+ "on-tertiary-container": "var(--or-c-on-tertiary-container-light)",
1708
1144
  "error": "var(--or-c-error-light)",
1145
+ "on-error": "var(--or-c-on-error-light)",
1146
+ "error-container": "var(--or-c-error-container-light)",
1147
+ "on-error-container": "var(--or-c-on-error-container-light)",
1709
1148
  "success": "var(--or-c-success-light)",
1149
+ "on-success": "var(--or-c-on-success-light)",
1150
+ "success-container": "var(--or-c-success-container-light)",
1151
+ "on-success-container": "var(--or-c-on-success-container-light)",
1710
1152
  "warning": "var(--or-c-warning-light)",
1153
+ "on-warning": "var(--or-c-on-warning-light)",
1154
+ "warning-container": "var(--or-c-warning-container-light)",
1155
+ "on-warning-container": "var(--or-c-on-warning-container-light)",
1156
+ "background": "var(--or-c-background-light)",
1157
+ "on-background": "var(--or-c-on-background-light)",
1158
+ "surface": "var(--or-c-surface-light)",
1159
+ "surface-1": "var(--or-c-surface-1-light)",
1160
+ "surface-2": "var(--or-c-surface-2-light)",
1161
+ "surface-3": "var(--or-c-surface-3-light)",
1162
+ "surface-4": "var(--or-c-surface-4-light)",
1163
+ "surface-5": "var(--or-c-surface-5-light)",
1164
+ "on-surface": "var(--or-c-on-surface-light)",
1165
+ "surface-variant": "var(--or-c-surface-variant-light)",
1166
+ "on-surface-variant": "var(--or-c-on-surface-variant-light)",
1167
+ "inverse-surface": "var(--or-c-inverse-surface-light)",
1168
+ "inverse-on-surface": "var(--or-c-inverse-on-surface-light)",
1711
1169
  "inverse-primary": "var(--or-c-inverse-primary-light)",
1712
1170
  "outline": "var(--or-c-outline-light)",
1171
+ "on-disabled": "var(--or-c-on-disabled-light)",
1713
1172
  "primary-opacity-0-08": "var(--or-c-primary-opacity-0-08-light)",
1714
1173
  "primary-opacity-0-12": "var(--or-c-primary-opacity-0-12-light)",
1715
1174
  "primary-opacity-0-16": "var(--or-c-primary-opacity-0-16-light)",
1716
1175
  "primary-dark": "var(--or-c-primary-dark)",
1176
+ "on-primary-dark": "var(--or-c-on-primary-dark)",
1177
+ "primary-container-dark": "var(--or-c-primary-container-dark)",
1178
+ "on-primary-container-dark": "var(--or-c-on-primary-container-dark)",
1717
1179
  "secondary-dark": "var(--or-c-secondary-dark)",
1180
+ "on-secondary-dark": "var(--or-c-on-secondary-dark)",
1181
+ "secondary-container-dark": "var(--or-c-secondary-container-dark)",
1182
+ "on-secondary-container-dark": "var(--or-c-on-secondary-container-dark)",
1718
1183
  "tertiary-dark": "var(--or-c-tertiary-dark)",
1184
+ "on-tertiary-dark": "var(--or-c-on-tertiary-dark)",
1185
+ "tertiary-container-dark": "var(--or-c-tertiary-container-dark)",
1186
+ "on-tertiary-container-dark": "var(--or-c-on-tertiary-container-dark)",
1719
1187
  "error-dark": "var(--or-c-error-dark)",
1188
+ "on-error-dark": "var(--or-c-on-error-dark)",
1189
+ "error-container-dark": "var(--or-c-error-container-dark)",
1190
+ "on-error-container-dark": "var(--or-c-on-error-container-dark)",
1720
1191
  "success-dark": "var(--or-c-success-dark)",
1192
+ "on-success-dark": "var(--or-c-on-success-dark)",
1193
+ "success-container-dark": "var(--or-c-success-container-dark)",
1194
+ "on-success-container-dark": "var(--or-c-on-success-container-dark)",
1721
1195
  "warning-dark": "var(--or-c-warning-dark)",
1196
+ "on-warning-dark": "var(--or-c-on-warning-dark)",
1197
+ "warning-container-dark": "var(--or-c-warning-container-dark)",
1198
+ "on-warning-container-dark": "var(--or-c-on-warning-container-dark)",
1199
+ "background-dark": "var(--or-c-background-dark)",
1200
+ "on-background-dark": "var(--or-c-on-background-dark)",
1201
+ "surface-dark": "var(--or-c-surface-dark)",
1202
+ "surface-1-dark": "var(--or-c-surface-1-dark)",
1203
+ "surface-2-dark": "var(--or-c-surface-2-dark)",
1204
+ "surface-3-dark": "var(--or-c-surface-3-dark)",
1205
+ "surface-4-dark": "var(--or-c-surface-4-dark)",
1206
+ "surface-5-dark": "var(--or-c-surface-5-dark)",
1207
+ "on-surface-dark": "var(--or-c-on-surface-dark)",
1208
+ "surface-variant-dark": "var(--or-c-surface-variant-dark)",
1209
+ "on-surface-variant-dark": "var(--or-c-on-surface-variant-dark)",
1210
+ "inverse-surface-dark": "var(--or-c-inverse-surface-dark)",
1211
+ "inverse-on-surface-dark": "var(--or-c-inverse-on-surface-dark)",
1722
1212
  "inverse-primary-dark": "var(--or-c-inverse-primary-dark)",
1723
1213
  "outline-dark": "var(--or-c-outline-dark)",
1214
+ "on-disabled-dark": "var(--or-c-on-disabled-dark)",
1724
1215
  "primary-opacity-0-08-dark": "var(--or-c-primary-opacity-0-08-dark)",
1725
1216
  "primary-opacity-0-12-dark": "var(--or-c-primary-opacity-0-12-dark)",
1726
1217
  "primary-opacity-0-16-dark": "var(--or-c-primary-opacity-0-16-dark)",
@@ -1778,12 +1269,24 @@
1778
1269
  "custom-colors-custom-4": "var(--or-c-custom-colors-custom-4-light)",
1779
1270
  "custom-colors-custom-5": "var(--or-c-custom-colors-custom-5-light)",
1780
1271
  "custom-colors-custom-6": "var(--or-c-custom-colors-custom-6-light)",
1272
+ "custom-colors-custom-1-container": "var(--or-c-custom-colors-custom-1-container-light)",
1273
+ "custom-colors-custom-2-container": "var(--or-c-custom-colors-custom-2-container-light)",
1274
+ "custom-colors-custom-3-container": "var(--or-c-custom-colors-custom-3-container-light)",
1275
+ "custom-colors-custom-4-container": "var(--or-c-custom-colors-custom-4-container-light)",
1276
+ "custom-colors-custom-5-container": "var(--or-c-custom-colors-custom-5-container-light)",
1277
+ "custom-colors-custom-6-container": "var(--or-c-custom-colors-custom-6-container-light)",
1781
1278
  "custom-colors-custom-1-dark": "var(--or-c-custom-colors-custom-1-dark)",
1782
1279
  "custom-colors-custom-2-dark": "var(--or-c-custom-colors-custom-2-dark)",
1783
1280
  "custom-colors-custom-3-dark": "var(--or-c-custom-colors-custom-3-dark)",
1784
1281
  "custom-colors-custom-4-dark": "var(--or-c-custom-colors-custom-4-dark)",
1785
1282
  "custom-colors-custom-5-dark": "var(--or-c-custom-colors-custom-5-dark)",
1786
1283
  "custom-colors-custom-6-dark": "var(--or-c-custom-colors-custom-6-dark)",
1284
+ "custom-colors-custom-1-container-dark": "var(--or-c-custom-colors-custom-1-container-dark)",
1285
+ "custom-colors-custom-2-container-dark": "var(--or-c-custom-colors-custom-2-container-dark)",
1286
+ "custom-colors-custom-3-container-dark": "var(--or-c-custom-colors-custom-3-container-dark)",
1287
+ "custom-colors-custom-4-container-dark": "var(--or-c-custom-colors-custom-4-container-dark)",
1288
+ "custom-colors-custom-5-container-dark": "var(--or-c-custom-colors-custom-5-container-dark)",
1289
+ "custom-colors-custom-6-container-dark": "var(--or-c-custom-colors-custom-6-container-dark)",
1787
1290
  "error-opacity-0-32": "var(--or-c-error-opacity-0-32-light)",
1788
1291
  "error-opacity-0-48": "var(--or-c-error-opacity-0-48-light)",
1789
1292
  "error-opacity-0-64": "var(--or-c-error-opacity-0-64-light)",
@@ -1926,107 +1429,8 @@
1926
1429
  "outline-opacity-0-16-dark": "var(--or-c-outline-opacity-0-16-dark)",
1927
1430
  "outline-opacity-0-12-dark": "var(--or-c-outline-opacity-0-12-dark)",
1928
1431
  "outline-opacity-0-08-dark": "var(--or-c-outline-opacity-0-08-dark)",
1929
- "transparent": "transparent",
1930
- "current": "currentColor",
1931
- "inherit": "inherit"
1932
- },
1933
- "outlineOffset": {
1934
- "0": "0px",
1935
- "1": "1px",
1936
- "2": "2px",
1937
- "4": "4px",
1938
- "8": "8px"
1939
- },
1940
- "outlineWidth": {
1941
- "0": "0px",
1942
- "1": "1px",
1943
- "2": "2px",
1944
- "10": "10px"
1945
- },
1946
- "ringOffsetWidth": {
1947
- "0": "0px",
1948
- "1": "1px",
1949
- "2": "2px",
1950
- "4": "4px",
1951
- "8": "8px"
1952
- },
1953
- "ringWidth": {
1954
- "0": "0px",
1955
- "1": "1px",
1956
- "2": "2px",
1957
- "4": "4px",
1958
- "8": "8px",
1959
- "DEFAULT": "3px"
1960
- },
1961
- "rotate": {
1962
- "0": "0deg",
1963
- "1": "1deg",
1964
- "2": "2deg",
1965
- "3": "3deg",
1966
- "6": "6deg",
1967
- "12": "12deg",
1968
- "45": "45deg",
1969
- "90": "90deg",
1970
- "180": "180deg"
1971
- },
1972
- "saturate": {
1973
- "0": "0",
1974
- "50": ".5",
1975
- "100": "1",
1976
- "150": "1.5",
1977
- "200": "2"
1978
- },
1979
- "scale": {
1980
- "0": "0",
1981
- "50": ".5",
1982
- "75": ".75",
1983
- "90": ".9",
1984
- "95": ".95",
1985
- "100": "1",
1986
- "105": "1.05",
1987
- "110": "1.1",
1988
- "125": "1.25",
1989
- "150": "1.5"
1990
- },
1991
- "screens": {},
1992
- "sepia": {
1993
- "0": "0",
1994
- "DEFAULT": "100%"
1995
- },
1996
- "skew": {
1997
- "0": "0deg",
1998
- "1": "1deg",
1999
- "2": "2deg",
2000
- "3": "3deg",
2001
- "6": "6deg",
2002
- "12": "12deg"
2003
- },
2004
- "spacing": {
2005
- "0": "var(--or-s-none)",
2006
- "none": "0px",
2007
- "0*": "calc(var(--or-s-none) - 1px)",
2008
- "xs": "var(--or-s-xs)",
2009
- "xs*": "calc(var(--or-s-xs) - 1px)",
2010
- "sm": "var(--or-s-sm)",
2011
- "sm*": "calc(var(--or-s-sm) - 1px)",
2012
- "md": "var(--or-s-md)",
2013
- "md*": "calc(var(--or-s-md) - 1px)",
2014
- "xl": "var(--or-s-xl)",
2015
- "xl*": "calc(var(--or-s-xl) - 1px)",
2016
- "3xl": "var(--or-s-3xl)",
2017
- "3xl*": "calc(var(--or-s-3xl) - 1px)",
2018
- "4xl": "var(--or-s-4xl)",
2019
- "4xl*": "calc(var(--or-s-4xl) - 1px)",
2020
- "lg": "var(--or-s-lg)",
2021
- "lg*": "calc(var(--or-s-lg) - 1px)",
2022
- "2xl": "var(--or-s-2xl)",
2023
- "2xl*": "calc(var(--or-s-2xl) - 1px)",
2024
- "sm+": "var(--or-s-smplus)",
2025
- "sm+*": "calc(var(--or-s-smplus) - 1px)",
2026
- "md+": "var(--or-s-mdplus)",
2027
- "md+*": "calc(var(--or-s-mdplus) - 1px)",
2028
- "lg+": "var(--or-s-lgplus)",
2029
- "lg+*": "calc(var(--or-s-lgplus) - 1px)"
1432
+ "surface-variant-1": "var(--or-c-surface-variant-1-light)",
1433
+ "surface-variant-1-dark": "var(--or-c-surface-variant-1-dark)"
2030
1434
  },
2031
1435
  "stroke": {
2032
1436
  "white": "var(--or-c-white)",
@@ -2334,14 +1738,706 @@
2334
1738
  "surface-variant-1": "var(--or-c-surface-variant-1-light)",
2335
1739
  "surface-variant-1-dark": "var(--or-c-surface-variant-1-dark)"
2336
1740
  },
2337
- "strokeWidth": {
1741
+ "content": {
1742
+ "checkbox-checked": "\"check_small\"",
1743
+ "checkbox-indeterminate": "\"check_indeterminate_small\""
1744
+ },
1745
+ "animation": {
1746
+ "circular-loader": "circular-loader 1400ms linear infinite",
1747
+ "linear-loader": "linear-loader 1400ms linear infinite",
1748
+ "skeleton-loader": "skeleton-loader 1400ms linear infinite",
1749
+ "pulse": "pulse 1s ease-in-out infinite"
1750
+ },
1751
+ "keyframes": {
1752
+ "circular-loader": {
1753
+ "0%": {
1754
+ "transform": "rotate(0deg)",
1755
+ "strokeDasharray": "0, 200",
1756
+ "strokeDashoffset": "0"
1757
+ },
1758
+ "50%": {
1759
+ "transform": "rotate(180deg)",
1760
+ "strokeDasharray": "100, 200",
1761
+ "strokeDashoffset": "calc((50% - 2px) * -3.14)"
1762
+ },
1763
+ "100%": {
1764
+ "transform": "rotate(360deg)",
1765
+ "strokeDasharray": "100, 200",
1766
+ "strokeDashoffset": "calc((100% - 2px) * -3.14)"
1767
+ }
1768
+ },
1769
+ "linear-loader": {
1770
+ "0%": {
1771
+ "strokeDasharray": "25%, 100%",
1772
+ "strokeDashoffset": "0"
1773
+ },
1774
+ "100%": {
1775
+ "strokeDasharray": "25%, 100%",
1776
+ "strokeDashoffset": "calc((100% - 0px) * -2.5)"
1777
+ }
1778
+ },
1779
+ "skeleton-loader": {
1780
+ "0%": {
1781
+ "backgroundPosition": "100% 50%"
1782
+ },
1783
+ "100%": {
1784
+ "backgroundPosition": "-100% 50%"
1785
+ }
1786
+ },
1787
+ "pulse": {
1788
+ "0%": {
1789
+ "opacity": 0
1790
+ },
1791
+ "25%": {
1792
+ "opacity": 0.5
1793
+ },
1794
+ "50%": {
1795
+ "opacity": 1
1796
+ },
1797
+ "75%": {
1798
+ "opacity": 0.5
1799
+ },
1800
+ "100%": {
1801
+ "opacity": 0
1802
+ }
1803
+ }
1804
+ },
1805
+ "borderRadius": {
1806
+ "0": "0px",
1807
+ "none": "0px",
1808
+ "sm": "var(--or-r-sm)",
1809
+ "md": "var(--or-r-md)",
1810
+ "lg": "var(--or-r-lg)",
1811
+ "xl": "var(--or-r-xl)",
1812
+ "full": "9999px"
1813
+ },
1814
+ "borderWidth": {
1815
+ "0": "0px",
1816
+ "1": "1px",
1817
+ "2": "2px",
1818
+ "4": "4px"
1819
+ },
1820
+ "boxShadow": {
1821
+ "none": "0 0 #00000000",
1822
+ "modal": "0 0 1px 0 rgba(0 0 0 / 0.2), 0 26px 80px 0 rgba(0 0 0 / 0.2)",
1823
+ "contextual": "-1px 0 20px 0 rgba(24 28 34 / 0.05), 0 1px 5px 0 rgba(0 0 0 / 0.15)",
1824
+ "card": "0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1825
+ "button": "inset 0 -1px 0 0 rgba(0 0 0 / 0.1), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1826
+ "modal-dark": "0 4px 4px 0 rgba(0 0 0 / 0.15), 0 26px 80px 0 rgba(0 0 0 / 0.6), inset 0 0 1px 0 rgba(255 255 255 / 0.2)",
1827
+ "contextual-dark": "0 4px 4px 0 rgba(0 0 0 / 0.25), -1px 0 20px 0 rgba(24 28 34 / 0.05), inset 0 0 1px 0 rgba(255 255 255 / 0.4)",
1828
+ "card-dark": "0 2px 1px -1px rgba(0 0 0 / 0.2), 0 1px 1px 0 rgba(0 0 0 / 0.14), 0 0 1px 0 rgba(255 255 255 / 0.3)",
1829
+ "button-dark": "inset 0 -1px 0 0 rgba(255 255 255 / 0.2), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1830
+ "DEFAULT": "0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)"
1831
+ },
1832
+ "fontFamily": {
1833
+ "headline-1": "Inter",
1834
+ "headline-2": "Inter",
1835
+ "headline-3": "Inter",
1836
+ "headline-4": "Inter",
1837
+ "button": "Inter",
1838
+ "body-1-regular": "Inter",
1839
+ "body-1-semibold": "Inter",
1840
+ "body-1-bold": "Inter",
1841
+ "body-2-regular": "Inter",
1842
+ "body-2-semibold": "Inter",
1843
+ "body-2-bold": "Inter",
1844
+ "caption-regular": "Inter",
1845
+ "caption-semibold": "Inter",
1846
+ "caption-bold": "Inter",
1847
+ "mobile-button": "Inter",
1848
+ "mobile-body-2-regular": "Inter",
1849
+ "mobile-body-2-semibold": "Inter",
1850
+ "mobile-body-2-bold": "Inter",
1851
+ "display-large": "Inter",
1852
+ "display-medium": "Inter",
1853
+ "display-small": "Inter",
1854
+ "mobile-display-large": "Inter",
1855
+ "mobile-display-medium": "Inter",
1856
+ "mobile-display-small": "Inter",
1857
+ "mobile-headline-1": "Inter",
1858
+ "mobile-headline-2": "Inter",
1859
+ "mobile-headline-3": "Inter",
1860
+ "mobile-headline-4": "Inter",
1861
+ "mobile-body-1-bold": "Inter",
1862
+ "mobile-body-1-semibold": "Inter",
1863
+ "mobile-body-1-regular": "Inter",
1864
+ "mobile-caption-regular": "Inter",
1865
+ "mobile-caption-semibold": "Inter",
1866
+ "mobile-caption-bold": "Inter",
1867
+ "inherit": "inherit"
1868
+ },
1869
+ "fontSize": {
1870
+ "headline-1": [
1871
+ "24px",
1872
+ {
1873
+ "lineHeight": "29px"
1874
+ }
1875
+ ],
1876
+ "headline-2": [
1877
+ "20px",
1878
+ {
1879
+ "lineHeight": "24px"
1880
+ }
1881
+ ],
1882
+ "headline-3": [
1883
+ "16px",
1884
+ {
1885
+ "lineHeight": "24px"
1886
+ }
1887
+ ],
1888
+ "headline-4": [
1889
+ "14px",
1890
+ {
1891
+ "lineHeight": "21px"
1892
+ }
1893
+ ],
1894
+ "button": [
1895
+ "14px",
1896
+ {
1897
+ "lineHeight": "20px"
1898
+ }
1899
+ ],
1900
+ "body-1-regular": [
1901
+ "16px",
1902
+ {
1903
+ "lineHeight": "24px"
1904
+ }
1905
+ ],
1906
+ "body-1-semibold": [
1907
+ "16px",
1908
+ {
1909
+ "lineHeight": "24px"
1910
+ }
1911
+ ],
1912
+ "body-1-bold": [
1913
+ "16px",
1914
+ {
1915
+ "lineHeight": "24px"
1916
+ }
1917
+ ],
1918
+ "body-2-regular": [
1919
+ "14px",
1920
+ {
1921
+ "lineHeight": "21px"
1922
+ }
1923
+ ],
1924
+ "body-2-semibold": [
1925
+ "14px",
1926
+ {
1927
+ "lineHeight": "21px"
1928
+ }
1929
+ ],
1930
+ "body-2-bold": [
1931
+ "14px",
1932
+ {
1933
+ "lineHeight": "21px"
1934
+ }
1935
+ ],
1936
+ "caption-regular": [
1937
+ "12px",
1938
+ {
1939
+ "lineHeight": "18px"
1940
+ }
1941
+ ],
1942
+ "caption-semibold": [
1943
+ "12px",
1944
+ {
1945
+ "lineHeight": "18px"
1946
+ }
1947
+ ],
1948
+ "caption-bold": [
1949
+ "12px",
1950
+ {
1951
+ "lineHeight": "18px"
1952
+ }
1953
+ ],
1954
+ "mobile-button": [
1955
+ "16px",
1956
+ {
1957
+ "lineHeight": "24px"
1958
+ }
1959
+ ],
1960
+ "mobile-body-2-regular": [
1961
+ "16px",
1962
+ {
1963
+ "lineHeight": "24px"
1964
+ }
1965
+ ],
1966
+ "mobile-body-2-semibold": [
1967
+ "16px",
1968
+ {
1969
+ "lineHeight": "24px"
1970
+ }
1971
+ ],
1972
+ "mobile-body-2-bold": [
1973
+ "16px",
1974
+ {
1975
+ "lineHeight": "24px"
1976
+ }
1977
+ ],
1978
+ "display-large": [
1979
+ "57px",
1980
+ {
1981
+ "lineHeight": "64px"
1982
+ }
1983
+ ],
1984
+ "display-medium": [
1985
+ "45px",
1986
+ {
1987
+ "lineHeight": "52px"
1988
+ }
1989
+ ],
1990
+ "display-small": [
1991
+ "36px",
1992
+ {
1993
+ "lineHeight": "44px"
1994
+ }
1995
+ ],
1996
+ "mobile-display-large": [
1997
+ "36px",
1998
+ {
1999
+ "lineHeight": "40px"
2000
+ }
2001
+ ],
2002
+ "mobile-display-medium": [
2003
+ "32px",
2004
+ {
2005
+ "lineHeight": "36px"
2006
+ }
2007
+ ],
2008
+ "mobile-display-small": [
2009
+ "28px",
2010
+ {
2011
+ "lineHeight": "32px"
2012
+ }
2013
+ ],
2014
+ "mobile-headline-1": [
2015
+ "24px",
2016
+ {
2017
+ "lineHeight": "29px"
2018
+ }
2019
+ ],
2020
+ "mobile-headline-2": [
2021
+ "20px",
2022
+ {
2023
+ "lineHeight": "24px"
2024
+ }
2025
+ ],
2026
+ "mobile-headline-3": [
2027
+ "16px",
2028
+ {
2029
+ "lineHeight": "24px"
2030
+ }
2031
+ ],
2032
+ "mobile-headline-4": [
2033
+ "16px",
2034
+ {
2035
+ "lineHeight": "24px"
2036
+ }
2037
+ ],
2038
+ "mobile-body-1-bold": [
2039
+ "16px",
2040
+ {
2041
+ "lineHeight": "24px"
2042
+ }
2043
+ ],
2044
+ "mobile-body-1-semibold": [
2045
+ "16px",
2046
+ {
2047
+ "lineHeight": "24px"
2048
+ }
2049
+ ],
2050
+ "mobile-body-1-regular": [
2051
+ "16px",
2052
+ {
2053
+ "lineHeight": "24px"
2054
+ }
2055
+ ],
2056
+ "mobile-caption-regular": [
2057
+ "12px",
2058
+ {
2059
+ "lineHeight": "18px"
2060
+ }
2061
+ ],
2062
+ "mobile-caption-semibold": [
2063
+ "12px",
2064
+ {
2065
+ "lineHeight": "18px"
2066
+ }
2067
+ ],
2068
+ "mobile-caption-bold": [
2069
+ "12px",
2070
+ {
2071
+ "lineHeight": "18px"
2072
+ }
2073
+ ],
2074
+ "inherit": [
2075
+ "inherit",
2076
+ {
2077
+ "lineHeight": "inherit"
2078
+ }
2079
+ ]
2080
+ },
2081
+ "fontWeight": {
2082
+ "headline-1": "700",
2083
+ "headline-2": "700",
2084
+ "headline-3": "700",
2085
+ "headline-4": "700",
2086
+ "button": "600",
2087
+ "body-1-regular": "400",
2088
+ "body-1-semibold": "600",
2089
+ "body-1-bold": "700",
2090
+ "body-2-regular": "400",
2091
+ "body-2-semibold": "600",
2092
+ "body-2-bold": "700",
2093
+ "caption-regular": "400",
2094
+ "caption-semibold": "600",
2095
+ "caption-bold": "700",
2096
+ "mobile-button": "600",
2097
+ "mobile-body-2-regular": "400",
2098
+ "mobile-body-2-semibold": "600",
2099
+ "mobile-body-2-bold": "700",
2100
+ "display-large": "400",
2101
+ "display-medium": "400",
2102
+ "display-small": "500",
2103
+ "mobile-display-large": "400",
2104
+ "mobile-display-medium": "400",
2105
+ "mobile-display-small": "500",
2106
+ "mobile-headline-1": "700",
2107
+ "mobile-headline-2": "700",
2108
+ "mobile-headline-3": "700",
2109
+ "mobile-headline-4": "700",
2110
+ "mobile-body-1-bold": "700",
2111
+ "mobile-body-1-semibold": "600",
2112
+ "mobile-body-1-regular": "400",
2113
+ "mobile-caption-regular": "400",
2114
+ "mobile-caption-semibold": "600",
2115
+ "mobile-caption-bold": "700",
2116
+ "inherit": "inherit"
2117
+ },
2118
+ "outlineWidth": {
2119
+ "0": "0px",
2120
+ "1": "1px",
2121
+ "2": "2px",
2122
+ "10": "10px"
2123
+ },
2124
+ "transitionDuration": {
2125
+ "short": "100ms",
2126
+ "medium": "250ms",
2127
+ "long": "400ms"
2128
+ },
2129
+ "transitionTimingFunction": {
2130
+ "standard": "cubic-bezier(0.2, 0, 0, 1)"
2131
+ },
2132
+ "accentColor": {
2133
+ "auto": "auto"
2134
+ },
2135
+ "aria": {
2136
+ "busy": "busy=\"true\"",
2137
+ "checked": "checked=\"true\"",
2138
+ "disabled": "disabled=\"true\"",
2139
+ "expanded": "expanded=\"true\"",
2140
+ "hidden": "hidden=\"true\"",
2141
+ "pressed": "pressed=\"true\"",
2142
+ "readonly": "readonly=\"true\"",
2143
+ "required": "required=\"true\"",
2144
+ "selected": "selected=\"true\""
2145
+ },
2146
+ "aspectRatio": {
2147
+ "auto": "auto",
2148
+ "square": "1 / 1",
2149
+ "video": "16 / 9"
2150
+ },
2151
+ "backdropBlur": {
2152
+ "0": "0",
2153
+ "none": "",
2154
+ "sm": "4px",
2155
+ "DEFAULT": "8px",
2156
+ "md": "12px",
2157
+ "lg": "16px",
2158
+ "xl": "24px",
2159
+ "2xl": "40px",
2160
+ "3xl": "64px"
2161
+ },
2162
+ "backdropBrightness": {
2163
+ "0": "0",
2164
+ "50": ".5",
2165
+ "75": ".75",
2166
+ "90": ".9",
2167
+ "95": ".95",
2168
+ "100": "1",
2169
+ "105": "1.05",
2170
+ "110": "1.1",
2171
+ "125": "1.25",
2172
+ "150": "1.5",
2173
+ "200": "2"
2174
+ },
2175
+ "backdropContrast": {
2176
+ "0": "0",
2177
+ "50": ".5",
2178
+ "75": ".75",
2179
+ "100": "1",
2180
+ "125": "1.25",
2181
+ "150": "1.5",
2182
+ "200": "2"
2183
+ },
2184
+ "backdropGrayscale": {
2185
+ "0": "0",
2186
+ "DEFAULT": "100%"
2187
+ },
2188
+ "backdropHueRotate": {
2189
+ "0": "0deg",
2190
+ "15": "15deg",
2191
+ "30": "30deg",
2192
+ "60": "60deg",
2193
+ "90": "90deg",
2194
+ "180": "180deg"
2195
+ },
2196
+ "backdropInvert": {
2197
+ "0": "0",
2198
+ "DEFAULT": "100%"
2199
+ },
2200
+ "backdropOpacity": {
2201
+ "0": "0",
2202
+ "5": "0.05",
2203
+ "10": "0.1",
2204
+ "15": "0.15",
2205
+ "20": "0.2",
2206
+ "25": "0.25",
2207
+ "30": "0.3",
2208
+ "35": "0.35",
2209
+ "40": "0.4",
2210
+ "45": "0.45",
2211
+ "50": "0.5",
2212
+ "55": "0.55",
2213
+ "60": "0.6",
2214
+ "65": "0.65",
2215
+ "70": "0.7",
2216
+ "75": "0.75",
2217
+ "80": "0.8",
2218
+ "85": "0.85",
2219
+ "90": "0.9",
2220
+ "95": "0.95",
2221
+ "100": "1"
2222
+ },
2223
+ "backdropSaturate": {
2224
+ "0": "0",
2225
+ "50": ".5",
2226
+ "100": "1",
2227
+ "150": "1.5",
2228
+ "200": "2"
2229
+ },
2230
+ "backdropSepia": {
2231
+ "0": "0",
2232
+ "DEFAULT": "100%"
2233
+ },
2234
+ "backgroundOpacity": {
2235
+ "0": "0",
2236
+ "5": "0.05",
2237
+ "10": "0.1",
2238
+ "15": "0.15",
2239
+ "20": "0.2",
2240
+ "25": "0.25",
2241
+ "30": "0.3",
2242
+ "35": "0.35",
2243
+ "40": "0.4",
2244
+ "45": "0.45",
2245
+ "50": "0.5",
2246
+ "55": "0.55",
2247
+ "60": "0.6",
2248
+ "65": "0.65",
2249
+ "70": "0.7",
2250
+ "75": "0.75",
2251
+ "80": "0.8",
2252
+ "85": "0.85",
2253
+ "90": "0.9",
2254
+ "95": "0.95",
2255
+ "100": "1"
2256
+ },
2257
+ "backgroundPosition": {
2258
+ "bottom": "bottom",
2259
+ "center": "center",
2260
+ "left": "left",
2261
+ "left-bottom": "left bottom",
2262
+ "left-top": "left top",
2263
+ "right": "right",
2264
+ "right-bottom": "right bottom",
2265
+ "right-top": "right top",
2266
+ "top": "top"
2267
+ },
2268
+ "backgroundSize": {
2269
+ "auto": "auto",
2270
+ "cover": "cover",
2271
+ "contain": "contain"
2272
+ },
2273
+ "blur": {
2274
+ "0": "0",
2275
+ "none": "",
2276
+ "sm": "4px",
2277
+ "DEFAULT": "8px",
2278
+ "md": "12px",
2279
+ "lg": "16px",
2280
+ "xl": "24px",
2281
+ "2xl": "40px",
2282
+ "3xl": "64px"
2283
+ },
2284
+ "borderOpacity": {
2285
+ "0": "0",
2286
+ "5": "0.05",
2287
+ "10": "0.1",
2288
+ "15": "0.15",
2289
+ "20": "0.2",
2290
+ "25": "0.25",
2291
+ "30": "0.3",
2292
+ "35": "0.35",
2293
+ "40": "0.4",
2294
+ "45": "0.45",
2295
+ "50": "0.5",
2296
+ "55": "0.55",
2297
+ "60": "0.6",
2298
+ "65": "0.65",
2299
+ "70": "0.7",
2300
+ "75": "0.75",
2301
+ "80": "0.8",
2302
+ "85": "0.85",
2303
+ "90": "0.9",
2304
+ "95": "0.95",
2305
+ "100": "1"
2306
+ },
2307
+ "borderSpacing": {
2308
+ "0": "var(--or-s-none)",
2309
+ "none": "0px",
2310
+ "0*": "calc(var(--or-s-none) - 1px)",
2311
+ "xs": "var(--or-s-xs)",
2312
+ "xs*": "calc(var(--or-s-xs) - 1px)",
2313
+ "sm": "var(--or-s-sm)",
2314
+ "sm*": "calc(var(--or-s-sm) - 1px)",
2315
+ "md": "var(--or-s-md)",
2316
+ "md*": "calc(var(--or-s-md) - 1px)",
2317
+ "xl": "var(--or-s-xl)",
2318
+ "xl*": "calc(var(--or-s-xl) - 1px)",
2319
+ "3xl": "var(--or-s-3xl)",
2320
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
2321
+ "4xl": "var(--or-s-4xl)",
2322
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
2323
+ "lg": "var(--or-s-lg)",
2324
+ "lg*": "calc(var(--or-s-lg) - 1px)",
2325
+ "2xl": "var(--or-s-2xl)",
2326
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
2327
+ "sm+": "var(--or-s-smplus)",
2328
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
2329
+ "md+": "var(--or-s-mdplus)",
2330
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
2331
+ "lg+": "var(--or-s-lgplus)",
2332
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
2333
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
2334
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
2335
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
2336
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
2337
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
2338
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
2339
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
2340
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
2341
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
2342
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
2343
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
2344
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
2345
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
2346
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
2347
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)"
2348
+ },
2349
+ "boxShadowColor": {},
2350
+ "brightness": {
2338
2351
  "0": "0",
2352
+ "50": ".5",
2353
+ "75": ".75",
2354
+ "90": ".9",
2355
+ "95": ".95",
2356
+ "100": "1",
2357
+ "105": "1.05",
2358
+ "110": "1.1",
2359
+ "125": "1.25",
2360
+ "150": "1.5",
2361
+ "200": "2"
2362
+ },
2363
+ "caretColor": {},
2364
+ "columns": {
2339
2365
  "1": "1",
2340
- "2": "2"
2366
+ "2": "2",
2367
+ "3": "3",
2368
+ "4": "4",
2369
+ "5": "5",
2370
+ "6": "6",
2371
+ "7": "7",
2372
+ "8": "8",
2373
+ "9": "9",
2374
+ "10": "10",
2375
+ "11": "11",
2376
+ "12": "12",
2377
+ "auto": "auto",
2378
+ "3xs": "16rem",
2379
+ "2xs": "18rem",
2380
+ "xs": "20rem",
2381
+ "sm": "24rem",
2382
+ "md": "28rem",
2383
+ "lg": "32rem",
2384
+ "xl": "36rem",
2385
+ "2xl": "42rem",
2386
+ "3xl": "48rem",
2387
+ "4xl": "56rem",
2388
+ "5xl": "64rem",
2389
+ "6xl": "72rem",
2390
+ "7xl": "80rem"
2341
2391
  },
2342
- "supports": {},
2343
- "data": {},
2344
- "textColor": {
2392
+ "container": {},
2393
+ "contrast": {
2394
+ "0": "0",
2395
+ "50": ".5",
2396
+ "75": ".75",
2397
+ "100": "1",
2398
+ "125": "1.25",
2399
+ "150": "1.5",
2400
+ "200": "2"
2401
+ },
2402
+ "cursor": {
2403
+ "auto": "auto",
2404
+ "default": "default",
2405
+ "pointer": "pointer",
2406
+ "wait": "wait",
2407
+ "text": "text",
2408
+ "move": "move",
2409
+ "help": "help",
2410
+ "not-allowed": "not-allowed",
2411
+ "none": "none",
2412
+ "context-menu": "context-menu",
2413
+ "progress": "progress",
2414
+ "cell": "cell",
2415
+ "crosshair": "crosshair",
2416
+ "vertical-text": "vertical-text",
2417
+ "alias": "alias",
2418
+ "copy": "copy",
2419
+ "no-drop": "no-drop",
2420
+ "grab": "grab",
2421
+ "grabbing": "grabbing",
2422
+ "all-scroll": "all-scroll",
2423
+ "col-resize": "col-resize",
2424
+ "row-resize": "row-resize",
2425
+ "n-resize": "n-resize",
2426
+ "e-resize": "e-resize",
2427
+ "s-resize": "s-resize",
2428
+ "w-resize": "w-resize",
2429
+ "ne-resize": "ne-resize",
2430
+ "nw-resize": "nw-resize",
2431
+ "se-resize": "se-resize",
2432
+ "sw-resize": "sw-resize",
2433
+ "ew-resize": "ew-resize",
2434
+ "ns-resize": "ns-resize",
2435
+ "nesw-resize": "nesw-resize",
2436
+ "nwse-resize": "nwse-resize",
2437
+ "zoom-in": "zoom-in",
2438
+ "zoom-out": "zoom-out"
2439
+ },
2440
+ "divideColor": {
2345
2441
  "white": "var(--or-c-white)",
2346
2442
  "black": "var(--or-c-black)",
2347
2443
  "primary": "var(--or-c-primary-light)",
@@ -2606,6 +2702,1100 @@
2606
2702
  "current": "currentColor",
2607
2703
  "inherit": "inherit"
2608
2704
  },
2705
+ "divideOpacity": {
2706
+ "0": "0",
2707
+ "5": "0.05",
2708
+ "10": "0.1",
2709
+ "15": "0.15",
2710
+ "20": "0.2",
2711
+ "25": "0.25",
2712
+ "30": "0.3",
2713
+ "35": "0.35",
2714
+ "40": "0.4",
2715
+ "45": "0.45",
2716
+ "50": "0.5",
2717
+ "55": "0.55",
2718
+ "60": "0.6",
2719
+ "65": "0.65",
2720
+ "70": "0.7",
2721
+ "75": "0.75",
2722
+ "80": "0.8",
2723
+ "85": "0.85",
2724
+ "90": "0.9",
2725
+ "95": "0.95",
2726
+ "100": "1"
2727
+ },
2728
+ "divideWidth": {
2729
+ "0": "0px",
2730
+ "1": "1px",
2731
+ "2": "2px",
2732
+ "4": "4px"
2733
+ },
2734
+ "dropShadow": {
2735
+ "sm": "0 1px 1px rgb(0 0 0 / 0.05)",
2736
+ "DEFAULT": [
2737
+ "0 1px 2px rgb(0 0 0 / 0.1)",
2738
+ "0 1px 1px rgb(0 0 0 / 0.06)"
2739
+ ],
2740
+ "md": [
2741
+ "0 4px 3px rgb(0 0 0 / 0.07)",
2742
+ "0 2px 2px rgb(0 0 0 / 0.06)"
2743
+ ],
2744
+ "lg": [
2745
+ "0 10px 8px rgb(0 0 0 / 0.04)",
2746
+ "0 4px 3px rgb(0 0 0 / 0.1)"
2747
+ ],
2748
+ "xl": [
2749
+ "0 20px 13px rgb(0 0 0 / 0.03)",
2750
+ "0 8px 5px rgb(0 0 0 / 0.08)"
2751
+ ],
2752
+ "2xl": "0 25px 25px rgb(0 0 0 / 0.15)",
2753
+ "none": "0 0 #0000"
2754
+ },
2755
+ "flex": {
2756
+ "1": "1 1 0%",
2757
+ "auto": "1 1 auto",
2758
+ "initial": "0 1 auto",
2759
+ "none": "none"
2760
+ },
2761
+ "flexBasis": {
2762
+ "0": "var(--or-s-none)",
2763
+ "auto": "auto",
2764
+ "none": "0px",
2765
+ "0*": "calc(var(--or-s-none) - 1px)",
2766
+ "xs": "var(--or-s-xs)",
2767
+ "xs*": "calc(var(--or-s-xs) - 1px)",
2768
+ "sm": "var(--or-s-sm)",
2769
+ "sm*": "calc(var(--or-s-sm) - 1px)",
2770
+ "md": "var(--or-s-md)",
2771
+ "md*": "calc(var(--or-s-md) - 1px)",
2772
+ "xl": "var(--or-s-xl)",
2773
+ "xl*": "calc(var(--or-s-xl) - 1px)",
2774
+ "3xl": "var(--or-s-3xl)",
2775
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
2776
+ "4xl": "var(--or-s-4xl)",
2777
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
2778
+ "lg": "var(--or-s-lg)",
2779
+ "lg*": "calc(var(--or-s-lg) - 1px)",
2780
+ "2xl": "var(--or-s-2xl)",
2781
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
2782
+ "sm+": "var(--or-s-smplus)",
2783
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
2784
+ "md+": "var(--or-s-mdplus)",
2785
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
2786
+ "lg+": "var(--or-s-lgplus)",
2787
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
2788
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
2789
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
2790
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
2791
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
2792
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
2793
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
2794
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
2795
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
2796
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
2797
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
2798
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
2799
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
2800
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
2801
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
2802
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
2803
+ "1/2": "50%",
2804
+ "1/3": "33.333333%",
2805
+ "2/3": "66.666667%",
2806
+ "1/4": "25%",
2807
+ "2/4": "50%",
2808
+ "3/4": "75%",
2809
+ "1/5": "20%",
2810
+ "2/5": "40%",
2811
+ "3/5": "60%",
2812
+ "4/5": "80%",
2813
+ "1/6": "16.666667%",
2814
+ "2/6": "33.333333%",
2815
+ "3/6": "50%",
2816
+ "4/6": "66.666667%",
2817
+ "5/6": "83.333333%",
2818
+ "1/12": "8.333333%",
2819
+ "2/12": "16.666667%",
2820
+ "3/12": "25%",
2821
+ "4/12": "33.333333%",
2822
+ "5/12": "41.666667%",
2823
+ "6/12": "50%",
2824
+ "7/12": "58.333333%",
2825
+ "8/12": "66.666667%",
2826
+ "9/12": "75%",
2827
+ "10/12": "83.333333%",
2828
+ "11/12": "91.666667%",
2829
+ "full": "100%"
2830
+ },
2831
+ "flexGrow": {
2832
+ "0": "0",
2833
+ "DEFAULT": "1"
2834
+ },
2835
+ "flexShrink": {
2836
+ "0": "0",
2837
+ "DEFAULT": "1"
2838
+ },
2839
+ "gap": {
2840
+ "0": "var(--or-s-none)",
2841
+ "none": "0px",
2842
+ "0*": "calc(var(--or-s-none) - 1px)",
2843
+ "xs": "var(--or-s-xs)",
2844
+ "xs*": "calc(var(--or-s-xs) - 1px)",
2845
+ "sm": "var(--or-s-sm)",
2846
+ "sm*": "calc(var(--or-s-sm) - 1px)",
2847
+ "md": "var(--or-s-md)",
2848
+ "md*": "calc(var(--or-s-md) - 1px)",
2849
+ "xl": "var(--or-s-xl)",
2850
+ "xl*": "calc(var(--or-s-xl) - 1px)",
2851
+ "3xl": "var(--or-s-3xl)",
2852
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
2853
+ "4xl": "var(--or-s-4xl)",
2854
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
2855
+ "lg": "var(--or-s-lg)",
2856
+ "lg*": "calc(var(--or-s-lg) - 1px)",
2857
+ "2xl": "var(--or-s-2xl)",
2858
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
2859
+ "sm+": "var(--or-s-smplus)",
2860
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
2861
+ "md+": "var(--or-s-mdplus)",
2862
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
2863
+ "lg+": "var(--or-s-lgplus)",
2864
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
2865
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
2866
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
2867
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
2868
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
2869
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
2870
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
2871
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
2872
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
2873
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
2874
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
2875
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
2876
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
2877
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
2878
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
2879
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)"
2880
+ },
2881
+ "gradientColorStops": {},
2882
+ "gradientColorStopPositions": {
2883
+ "0%": "0%",
2884
+ "5%": "5%",
2885
+ "10%": "10%",
2886
+ "15%": "15%",
2887
+ "20%": "20%",
2888
+ "25%": "25%",
2889
+ "30%": "30%",
2890
+ "35%": "35%",
2891
+ "40%": "40%",
2892
+ "45%": "45%",
2893
+ "50%": "50%",
2894
+ "55%": "55%",
2895
+ "60%": "60%",
2896
+ "65%": "65%",
2897
+ "70%": "70%",
2898
+ "75%": "75%",
2899
+ "80%": "80%",
2900
+ "85%": "85%",
2901
+ "90%": "90%",
2902
+ "95%": "95%",
2903
+ "100%": "100%"
2904
+ },
2905
+ "grayscale": {
2906
+ "0": "0",
2907
+ "DEFAULT": "100%"
2908
+ },
2909
+ "gridAutoColumns": {
2910
+ "auto": "auto",
2911
+ "min": "min-content",
2912
+ "max": "max-content",
2913
+ "fr": "minmax(0, 1fr)"
2914
+ },
2915
+ "gridAutoRows": {
2916
+ "auto": "auto",
2917
+ "min": "min-content",
2918
+ "max": "max-content",
2919
+ "fr": "minmax(0, 1fr)"
2920
+ },
2921
+ "gridColumn": {
2922
+ "auto": "auto",
2923
+ "span-1": "span 1 / span 1",
2924
+ "span-2": "span 2 / span 2",
2925
+ "span-3": "span 3 / span 3",
2926
+ "span-4": "span 4 / span 4",
2927
+ "span-5": "span 5 / span 5",
2928
+ "span-6": "span 6 / span 6",
2929
+ "span-7": "span 7 / span 7",
2930
+ "span-8": "span 8 / span 8",
2931
+ "span-9": "span 9 / span 9",
2932
+ "span-10": "span 10 / span 10",
2933
+ "span-11": "span 11 / span 11",
2934
+ "span-12": "span 12 / span 12",
2935
+ "span-full": "1 / -1"
2936
+ },
2937
+ "gridColumnEnd": {
2938
+ "1": "1",
2939
+ "2": "2",
2940
+ "3": "3",
2941
+ "4": "4",
2942
+ "5": "5",
2943
+ "6": "6",
2944
+ "7": "7",
2945
+ "8": "8",
2946
+ "9": "9",
2947
+ "10": "10",
2948
+ "11": "11",
2949
+ "12": "12",
2950
+ "13": "13",
2951
+ "auto": "auto"
2952
+ },
2953
+ "gridColumnStart": {
2954
+ "1": "1",
2955
+ "2": "2",
2956
+ "3": "3",
2957
+ "4": "4",
2958
+ "5": "5",
2959
+ "6": "6",
2960
+ "7": "7",
2961
+ "8": "8",
2962
+ "9": "9",
2963
+ "10": "10",
2964
+ "11": "11",
2965
+ "12": "12",
2966
+ "13": "13",
2967
+ "auto": "auto"
2968
+ },
2969
+ "gridRow": {
2970
+ "auto": "auto",
2971
+ "span-1": "span 1 / span 1",
2972
+ "span-2": "span 2 / span 2",
2973
+ "span-3": "span 3 / span 3",
2974
+ "span-4": "span 4 / span 4",
2975
+ "span-5": "span 5 / span 5",
2976
+ "span-6": "span 6 / span 6",
2977
+ "span-7": "span 7 / span 7",
2978
+ "span-8": "span 8 / span 8",
2979
+ "span-9": "span 9 / span 9",
2980
+ "span-10": "span 10 / span 10",
2981
+ "span-11": "span 11 / span 11",
2982
+ "span-12": "span 12 / span 12",
2983
+ "span-full": "1 / -1"
2984
+ },
2985
+ "gridRowEnd": {
2986
+ "1": "1",
2987
+ "2": "2",
2988
+ "3": "3",
2989
+ "4": "4",
2990
+ "5": "5",
2991
+ "6": "6",
2992
+ "7": "7",
2993
+ "8": "8",
2994
+ "9": "9",
2995
+ "10": "10",
2996
+ "11": "11",
2997
+ "12": "12",
2998
+ "13": "13",
2999
+ "auto": "auto"
3000
+ },
3001
+ "gridRowStart": {
3002
+ "1": "1",
3003
+ "2": "2",
3004
+ "3": "3",
3005
+ "4": "4",
3006
+ "5": "5",
3007
+ "6": "6",
3008
+ "7": "7",
3009
+ "8": "8",
3010
+ "9": "9",
3011
+ "10": "10",
3012
+ "11": "11",
3013
+ "12": "12",
3014
+ "13": "13",
3015
+ "auto": "auto"
3016
+ },
3017
+ "gridTemplateColumns": {
3018
+ "1": "repeat(1, minmax(0, 1fr))",
3019
+ "2": "repeat(2, minmax(0, 1fr))",
3020
+ "3": "repeat(3, minmax(0, 1fr))",
3021
+ "4": "repeat(4, minmax(0, 1fr))",
3022
+ "5": "repeat(5, minmax(0, 1fr))",
3023
+ "6": "repeat(6, minmax(0, 1fr))",
3024
+ "7": "repeat(7, minmax(0, 1fr))",
3025
+ "8": "repeat(8, minmax(0, 1fr))",
3026
+ "9": "repeat(9, minmax(0, 1fr))",
3027
+ "10": "repeat(10, minmax(0, 1fr))",
3028
+ "11": "repeat(11, minmax(0, 1fr))",
3029
+ "12": "repeat(12, minmax(0, 1fr))",
3030
+ "none": "none",
3031
+ "subgrid": "subgrid"
3032
+ },
3033
+ "gridTemplateRows": {
3034
+ "1": "repeat(1, minmax(0, 1fr))",
3035
+ "2": "repeat(2, minmax(0, 1fr))",
3036
+ "3": "repeat(3, minmax(0, 1fr))",
3037
+ "4": "repeat(4, minmax(0, 1fr))",
3038
+ "5": "repeat(5, minmax(0, 1fr))",
3039
+ "6": "repeat(6, minmax(0, 1fr))",
3040
+ "7": "repeat(7, minmax(0, 1fr))",
3041
+ "8": "repeat(8, minmax(0, 1fr))",
3042
+ "9": "repeat(9, minmax(0, 1fr))",
3043
+ "10": "repeat(10, minmax(0, 1fr))",
3044
+ "11": "repeat(11, minmax(0, 1fr))",
3045
+ "12": "repeat(12, minmax(0, 1fr))",
3046
+ "none": "none",
3047
+ "subgrid": "subgrid"
3048
+ },
3049
+ "height": {
3050
+ "0": "var(--or-s-none)",
3051
+ "auto": "auto",
3052
+ "none": "0px",
3053
+ "0*": "calc(var(--or-s-none) - 1px)",
3054
+ "xs": "var(--or-s-xs)",
3055
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3056
+ "sm": "var(--or-s-sm)",
3057
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3058
+ "md": "var(--or-s-md)",
3059
+ "md*": "calc(var(--or-s-md) - 1px)",
3060
+ "xl": "var(--or-s-xl)",
3061
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3062
+ "3xl": "var(--or-s-3xl)",
3063
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3064
+ "4xl": "var(--or-s-4xl)",
3065
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3066
+ "lg": "var(--or-s-lg)",
3067
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3068
+ "2xl": "var(--or-s-2xl)",
3069
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3070
+ "sm+": "var(--or-s-smplus)",
3071
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3072
+ "md+": "var(--or-s-mdplus)",
3073
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3074
+ "lg+": "var(--or-s-lgplus)",
3075
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3076
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3077
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3078
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3079
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3080
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3081
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3082
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3083
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3084
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3085
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3086
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3087
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3088
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3089
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3090
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
3091
+ "1/2": "50%",
3092
+ "1/3": "33.333333%",
3093
+ "2/3": "66.666667%",
3094
+ "1/4": "25%",
3095
+ "2/4": "50%",
3096
+ "3/4": "75%",
3097
+ "1/5": "20%",
3098
+ "2/5": "40%",
3099
+ "3/5": "60%",
3100
+ "4/5": "80%",
3101
+ "1/6": "16.666667%",
3102
+ "2/6": "33.333333%",
3103
+ "3/6": "50%",
3104
+ "4/6": "66.666667%",
3105
+ "5/6": "83.333333%",
3106
+ "full": "100%",
3107
+ "screen": "100vh",
3108
+ "svh": "100svh",
3109
+ "lvh": "100lvh",
3110
+ "dvh": "100dvh",
3111
+ "min": "min-content",
3112
+ "max": "max-content",
3113
+ "fit": "fit-content"
3114
+ },
3115
+ "hueRotate": {
3116
+ "0": "0deg",
3117
+ "15": "15deg",
3118
+ "30": "30deg",
3119
+ "60": "60deg",
3120
+ "90": "90deg",
3121
+ "180": "180deg"
3122
+ },
3123
+ "inset": {
3124
+ "0": "var(--or-s-none)",
3125
+ "auto": "auto",
3126
+ "none": "0px",
3127
+ "0*": "calc(var(--or-s-none) - 1px)",
3128
+ "xs": "var(--or-s-xs)",
3129
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3130
+ "sm": "var(--or-s-sm)",
3131
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3132
+ "md": "var(--or-s-md)",
3133
+ "md*": "calc(var(--or-s-md) - 1px)",
3134
+ "xl": "var(--or-s-xl)",
3135
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3136
+ "3xl": "var(--or-s-3xl)",
3137
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3138
+ "4xl": "var(--or-s-4xl)",
3139
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3140
+ "lg": "var(--or-s-lg)",
3141
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3142
+ "2xl": "var(--or-s-2xl)",
3143
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3144
+ "sm+": "var(--or-s-smplus)",
3145
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3146
+ "md+": "var(--or-s-mdplus)",
3147
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3148
+ "lg+": "var(--or-s-lgplus)",
3149
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3150
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3151
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3152
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3153
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3154
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3155
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3156
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3157
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3158
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3159
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3160
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3161
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3162
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3163
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3164
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
3165
+ "1/2": "50%",
3166
+ "1/3": "33.333333%",
3167
+ "2/3": "66.666667%",
3168
+ "1/4": "25%",
3169
+ "2/4": "50%",
3170
+ "3/4": "75%",
3171
+ "full": "100%"
3172
+ },
3173
+ "invert": {
3174
+ "0": "0",
3175
+ "DEFAULT": "100%"
3176
+ },
3177
+ "letterSpacing": {
3178
+ "tighter": "-0.05em",
3179
+ "tight": "-0.025em",
3180
+ "normal": "0em",
3181
+ "wide": "0.025em",
3182
+ "wider": "0.05em",
3183
+ "widest": "0.1em"
3184
+ },
3185
+ "lineHeight": {
3186
+ "3": ".75rem",
3187
+ "4": "1rem",
3188
+ "5": "1.25rem",
3189
+ "6": "1.5rem",
3190
+ "7": "1.75rem",
3191
+ "8": "2rem",
3192
+ "9": "2.25rem",
3193
+ "10": "2.5rem",
3194
+ "none": "1",
3195
+ "tight": "1.25",
3196
+ "snug": "1.375",
3197
+ "normal": "1.5",
3198
+ "relaxed": "1.625",
3199
+ "loose": "2"
3200
+ },
3201
+ "listStyleType": {
3202
+ "none": "none",
3203
+ "disc": "disc",
3204
+ "decimal": "decimal"
3205
+ },
3206
+ "listStyleImage": {
3207
+ "none": "none"
3208
+ },
3209
+ "margin": {
3210
+ "0": "var(--or-s-none)",
3211
+ "auto": "auto",
3212
+ "none": "0px",
3213
+ "0*": "calc(var(--or-s-none) - 1px)",
3214
+ "xs": "var(--or-s-xs)",
3215
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3216
+ "sm": "var(--or-s-sm)",
3217
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3218
+ "md": "var(--or-s-md)",
3219
+ "md*": "calc(var(--or-s-md) - 1px)",
3220
+ "xl": "var(--or-s-xl)",
3221
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3222
+ "3xl": "var(--or-s-3xl)",
3223
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3224
+ "4xl": "var(--or-s-4xl)",
3225
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3226
+ "lg": "var(--or-s-lg)",
3227
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3228
+ "2xl": "var(--or-s-2xl)",
3229
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3230
+ "sm+": "var(--or-s-smplus)",
3231
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3232
+ "md+": "var(--or-s-mdplus)",
3233
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3234
+ "lg+": "var(--or-s-lgplus)",
3235
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3236
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3237
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3238
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3239
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3240
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3241
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3242
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3243
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3244
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3245
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3246
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3247
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3248
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3249
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3250
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)"
3251
+ },
3252
+ "lineClamp": {
3253
+ "1": "1",
3254
+ "2": "2",
3255
+ "3": "3",
3256
+ "4": "4",
3257
+ "5": "5",
3258
+ "6": "6"
3259
+ },
3260
+ "maxHeight": {
3261
+ "0": "var(--or-s-none)",
3262
+ "none": "none",
3263
+ "0*": "calc(var(--or-s-none) - 1px)",
3264
+ "xs": "var(--or-s-xs)",
3265
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3266
+ "sm": "var(--or-s-sm)",
3267
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3268
+ "md": "var(--or-s-md)",
3269
+ "md*": "calc(var(--or-s-md) - 1px)",
3270
+ "xl": "var(--or-s-xl)",
3271
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3272
+ "3xl": "var(--or-s-3xl)",
3273
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3274
+ "4xl": "var(--or-s-4xl)",
3275
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3276
+ "lg": "var(--or-s-lg)",
3277
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3278
+ "2xl": "var(--or-s-2xl)",
3279
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3280
+ "sm+": "var(--or-s-smplus)",
3281
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3282
+ "md+": "var(--or-s-mdplus)",
3283
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3284
+ "lg+": "var(--or-s-lgplus)",
3285
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3286
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3287
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3288
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3289
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3290
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3291
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3292
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3293
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3294
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3295
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3296
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3297
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3298
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3299
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3300
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
3301
+ "full": "100%",
3302
+ "screen": "100vh",
3303
+ "svh": "100svh",
3304
+ "lvh": "100lvh",
3305
+ "dvh": "100dvh",
3306
+ "min": "min-content",
3307
+ "max": "max-content",
3308
+ "fit": "fit-content"
3309
+ },
3310
+ "maxWidth": {
3311
+ "0": "var(--or-s-none)",
3312
+ "none": "none",
3313
+ "0*": "calc(var(--or-s-none) - 1px)",
3314
+ "xs": "20rem",
3315
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3316
+ "sm": "24rem",
3317
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3318
+ "md": "28rem",
3319
+ "md*": "calc(var(--or-s-md) - 1px)",
3320
+ "xl": "36rem",
3321
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3322
+ "3xl": "48rem",
3323
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3324
+ "4xl": "56rem",
3325
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3326
+ "lg": "32rem",
3327
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3328
+ "2xl": "42rem",
3329
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3330
+ "sm+": "var(--or-s-smplus)",
3331
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3332
+ "md+": "var(--or-s-mdplus)",
3333
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3334
+ "lg+": "var(--or-s-lgplus)",
3335
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3336
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3337
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3338
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3339
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3340
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3341
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3342
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3343
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3344
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3345
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3346
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3347
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3348
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3349
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3350
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
3351
+ "5xl": "64rem",
3352
+ "6xl": "72rem",
3353
+ "7xl": "80rem",
3354
+ "full": "100%",
3355
+ "min": "min-content",
3356
+ "max": "max-content",
3357
+ "fit": "fit-content",
3358
+ "prose": "65ch"
3359
+ },
3360
+ "minHeight": {
3361
+ "0": "var(--or-s-none)",
3362
+ "none": "0px",
3363
+ "0*": "calc(var(--or-s-none) - 1px)",
3364
+ "xs": "var(--or-s-xs)",
3365
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3366
+ "sm": "var(--or-s-sm)",
3367
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3368
+ "md": "var(--or-s-md)",
3369
+ "md*": "calc(var(--or-s-md) - 1px)",
3370
+ "xl": "var(--or-s-xl)",
3371
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3372
+ "3xl": "var(--or-s-3xl)",
3373
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3374
+ "4xl": "var(--or-s-4xl)",
3375
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3376
+ "lg": "var(--or-s-lg)",
3377
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3378
+ "2xl": "var(--or-s-2xl)",
3379
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3380
+ "sm+": "var(--or-s-smplus)",
3381
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3382
+ "md+": "var(--or-s-mdplus)",
3383
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3384
+ "lg+": "var(--or-s-lgplus)",
3385
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3386
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3387
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3388
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3389
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3390
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3391
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3392
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3393
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3394
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3395
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3396
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3397
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3398
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3399
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3400
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
3401
+ "full": "100%",
3402
+ "screen": "100vh",
3403
+ "svh": "100svh",
3404
+ "lvh": "100lvh",
3405
+ "dvh": "100dvh",
3406
+ "min": "min-content",
3407
+ "max": "max-content",
3408
+ "fit": "fit-content"
3409
+ },
3410
+ "minWidth": {
3411
+ "0": "var(--or-s-none)",
3412
+ "none": "0px",
3413
+ "0*": "calc(var(--or-s-none) - 1px)",
3414
+ "xs": "var(--or-s-xs)",
3415
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3416
+ "sm": "var(--or-s-sm)",
3417
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3418
+ "md": "var(--or-s-md)",
3419
+ "md*": "calc(var(--or-s-md) - 1px)",
3420
+ "xl": "var(--or-s-xl)",
3421
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3422
+ "3xl": "var(--or-s-3xl)",
3423
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3424
+ "4xl": "var(--or-s-4xl)",
3425
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3426
+ "lg": "var(--or-s-lg)",
3427
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3428
+ "2xl": "var(--or-s-2xl)",
3429
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3430
+ "sm+": "var(--or-s-smplus)",
3431
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3432
+ "md+": "var(--or-s-mdplus)",
3433
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3434
+ "lg+": "var(--or-s-lgplus)",
3435
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3436
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3437
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3438
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3439
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3440
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3441
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3442
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3443
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3444
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3445
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3446
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3447
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3448
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3449
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3450
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
3451
+ "full": "100%",
3452
+ "min": "min-content",
3453
+ "max": "max-content",
3454
+ "fit": "fit-content"
3455
+ },
3456
+ "objectPosition": {
3457
+ "bottom": "bottom",
3458
+ "center": "center",
3459
+ "left": "left",
3460
+ "left-bottom": "left bottom",
3461
+ "left-top": "left top",
3462
+ "right": "right",
3463
+ "right-bottom": "right bottom",
3464
+ "right-top": "right top",
3465
+ "top": "top"
3466
+ },
3467
+ "opacity": {
3468
+ "0": "0",
3469
+ "5": "0.05",
3470
+ "10": "0.1",
3471
+ "15": "0.15",
3472
+ "20": "0.2",
3473
+ "25": "0.25",
3474
+ "30": "0.3",
3475
+ "35": "0.35",
3476
+ "40": "0.4",
3477
+ "45": "0.45",
3478
+ "50": "0.5",
3479
+ "55": "0.55",
3480
+ "60": "0.6",
3481
+ "65": "0.65",
3482
+ "70": "0.7",
3483
+ "75": "0.75",
3484
+ "80": "0.8",
3485
+ "85": "0.85",
3486
+ "90": "0.9",
3487
+ "95": "0.95",
3488
+ "100": "1"
3489
+ },
3490
+ "order": {
3491
+ "1": "1",
3492
+ "2": "2",
3493
+ "3": "3",
3494
+ "4": "4",
3495
+ "5": "5",
3496
+ "6": "6",
3497
+ "7": "7",
3498
+ "8": "8",
3499
+ "9": "9",
3500
+ "10": "10",
3501
+ "11": "11",
3502
+ "12": "12",
3503
+ "first": "-9999",
3504
+ "last": "9999",
3505
+ "none": "0"
3506
+ },
3507
+ "outlineOffset": {
3508
+ "0": "0px",
3509
+ "1": "1px",
3510
+ "2": "2px",
3511
+ "4": "4px",
3512
+ "8": "8px"
3513
+ },
3514
+ "padding": {
3515
+ "0": "var(--or-s-none)",
3516
+ "none": "0px",
3517
+ "0*": "calc(var(--or-s-none) - 1px)",
3518
+ "xs": "var(--or-s-xs)",
3519
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3520
+ "sm": "var(--or-s-sm)",
3521
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3522
+ "md": "var(--or-s-md)",
3523
+ "md*": "calc(var(--or-s-md) - 1px)",
3524
+ "xl": "var(--or-s-xl)",
3525
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3526
+ "3xl": "var(--or-s-3xl)",
3527
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3528
+ "4xl": "var(--or-s-4xl)",
3529
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3530
+ "lg": "var(--or-s-lg)",
3531
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3532
+ "2xl": "var(--or-s-2xl)",
3533
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3534
+ "sm+": "var(--or-s-smplus)",
3535
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3536
+ "md+": "var(--or-s-mdplus)",
3537
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3538
+ "lg+": "var(--or-s-lgplus)",
3539
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3540
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3541
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3542
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3543
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3544
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3545
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3546
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3547
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3548
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3549
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3550
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3551
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3552
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3553
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3554
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)"
3555
+ },
3556
+ "placeholderColor": {},
3557
+ "placeholderOpacity": {
3558
+ "0": "0",
3559
+ "5": "0.05",
3560
+ "10": "0.1",
3561
+ "15": "0.15",
3562
+ "20": "0.2",
3563
+ "25": "0.25",
3564
+ "30": "0.3",
3565
+ "35": "0.35",
3566
+ "40": "0.4",
3567
+ "45": "0.45",
3568
+ "50": "0.5",
3569
+ "55": "0.55",
3570
+ "60": "0.6",
3571
+ "65": "0.65",
3572
+ "70": "0.7",
3573
+ "75": "0.75",
3574
+ "80": "0.8",
3575
+ "85": "0.85",
3576
+ "90": "0.9",
3577
+ "95": "0.95",
3578
+ "100": "1"
3579
+ },
3580
+ "ringColor": {
3581
+ "DEFAULT": "#3b82f6"
3582
+ },
3583
+ "ringOffsetColor": {},
3584
+ "ringOffsetWidth": {
3585
+ "0": "0px",
3586
+ "1": "1px",
3587
+ "2": "2px",
3588
+ "4": "4px",
3589
+ "8": "8px"
3590
+ },
3591
+ "ringOpacity": {
3592
+ "0": "0",
3593
+ "5": "0.05",
3594
+ "10": "0.1",
3595
+ "15": "0.15",
3596
+ "20": "0.2",
3597
+ "25": "0.25",
3598
+ "30": "0.3",
3599
+ "35": "0.35",
3600
+ "40": "0.4",
3601
+ "45": "0.45",
3602
+ "50": "0.5",
3603
+ "55": "0.55",
3604
+ "60": "0.6",
3605
+ "65": "0.65",
3606
+ "70": "0.7",
3607
+ "75": "0.75",
3608
+ "80": "0.8",
3609
+ "85": "0.85",
3610
+ "90": "0.9",
3611
+ "95": "0.95",
3612
+ "100": "1",
3613
+ "DEFAULT": "0.5"
3614
+ },
3615
+ "ringWidth": {
3616
+ "0": "0px",
3617
+ "1": "1px",
3618
+ "2": "2px",
3619
+ "4": "4px",
3620
+ "8": "8px",
3621
+ "DEFAULT": "3px"
3622
+ },
3623
+ "rotate": {
3624
+ "0": "0deg",
3625
+ "1": "1deg",
3626
+ "2": "2deg",
3627
+ "3": "3deg",
3628
+ "6": "6deg",
3629
+ "12": "12deg",
3630
+ "45": "45deg",
3631
+ "90": "90deg",
3632
+ "180": "180deg"
3633
+ },
3634
+ "saturate": {
3635
+ "0": "0",
3636
+ "50": ".5",
3637
+ "100": "1",
3638
+ "150": "1.5",
3639
+ "200": "2"
3640
+ },
3641
+ "scale": {
3642
+ "0": "0",
3643
+ "50": ".5",
3644
+ "75": ".75",
3645
+ "90": ".9",
3646
+ "95": ".95",
3647
+ "100": "1",
3648
+ "105": "1.05",
3649
+ "110": "1.1",
3650
+ "125": "1.25",
3651
+ "150": "1.5"
3652
+ },
3653
+ "scrollMargin": {
3654
+ "0": "var(--or-s-none)",
3655
+ "none": "0px",
3656
+ "0*": "calc(var(--or-s-none) - 1px)",
3657
+ "xs": "var(--or-s-xs)",
3658
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3659
+ "sm": "var(--or-s-sm)",
3660
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3661
+ "md": "var(--or-s-md)",
3662
+ "md*": "calc(var(--or-s-md) - 1px)",
3663
+ "xl": "var(--or-s-xl)",
3664
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3665
+ "3xl": "var(--or-s-3xl)",
3666
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3667
+ "4xl": "var(--or-s-4xl)",
3668
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3669
+ "lg": "var(--or-s-lg)",
3670
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3671
+ "2xl": "var(--or-s-2xl)",
3672
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3673
+ "sm+": "var(--or-s-smplus)",
3674
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3675
+ "md+": "var(--or-s-mdplus)",
3676
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3677
+ "lg+": "var(--or-s-lgplus)",
3678
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3679
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3680
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3681
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3682
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3683
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3684
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3685
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3686
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3687
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3688
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3689
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3690
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3691
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3692
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3693
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)"
3694
+ },
3695
+ "scrollPadding": {
3696
+ "0": "var(--or-s-none)",
3697
+ "none": "0px",
3698
+ "0*": "calc(var(--or-s-none) - 1px)",
3699
+ "xs": "var(--or-s-xs)",
3700
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3701
+ "sm": "var(--or-s-sm)",
3702
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3703
+ "md": "var(--or-s-md)",
3704
+ "md*": "calc(var(--or-s-md) - 1px)",
3705
+ "xl": "var(--or-s-xl)",
3706
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3707
+ "3xl": "var(--or-s-3xl)",
3708
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3709
+ "4xl": "var(--or-s-4xl)",
3710
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3711
+ "lg": "var(--or-s-lg)",
3712
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3713
+ "2xl": "var(--or-s-2xl)",
3714
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3715
+ "sm+": "var(--or-s-smplus)",
3716
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3717
+ "md+": "var(--or-s-mdplus)",
3718
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3719
+ "lg+": "var(--or-s-lgplus)",
3720
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3721
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3722
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3723
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3724
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3725
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3726
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3727
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3728
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3729
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3730
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3731
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3732
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3733
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3734
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3735
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)"
3736
+ },
3737
+ "sepia": {
3738
+ "0": "0",
3739
+ "DEFAULT": "100%"
3740
+ },
3741
+ "skew": {
3742
+ "0": "0deg",
3743
+ "1": "1deg",
3744
+ "2": "2deg",
3745
+ "3": "3deg",
3746
+ "6": "6deg",
3747
+ "12": "12deg"
3748
+ },
3749
+ "space": {
3750
+ "0": "var(--or-s-none)",
3751
+ "none": "0px",
3752
+ "0*": "calc(var(--or-s-none) - 1px)",
3753
+ "xs": "var(--or-s-xs)",
3754
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3755
+ "sm": "var(--or-s-sm)",
3756
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3757
+ "md": "var(--or-s-md)",
3758
+ "md*": "calc(var(--or-s-md) - 1px)",
3759
+ "xl": "var(--or-s-xl)",
3760
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3761
+ "3xl": "var(--or-s-3xl)",
3762
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3763
+ "4xl": "var(--or-s-4xl)",
3764
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3765
+ "lg": "var(--or-s-lg)",
3766
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3767
+ "2xl": "var(--or-s-2xl)",
3768
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3769
+ "sm+": "var(--or-s-smplus)",
3770
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3771
+ "md+": "var(--or-s-mdplus)",
3772
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3773
+ "lg+": "var(--or-s-lgplus)",
3774
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3775
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3776
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3777
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3778
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3779
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3780
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3781
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3782
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3783
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3784
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3785
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3786
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3787
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3788
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3789
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)"
3790
+ },
3791
+ "strokeWidth": {
3792
+ "0": "0",
3793
+ "1": "1",
3794
+ "2": "2"
3795
+ },
3796
+ "supports": {},
3797
+ "data": {},
3798
+ "textDecorationColor": {},
2609
3799
  "textDecorationThickness": {
2610
3800
  "0": "0px",
2611
3801
  "1": "1px",
@@ -2615,6 +3805,71 @@
2615
3805
  "auto": "auto",
2616
3806
  "from-font": "from-font"
2617
3807
  },
3808
+ "textIndent": {
3809
+ "0": "var(--or-s-none)",
3810
+ "none": "0px",
3811
+ "0*": "calc(var(--or-s-none) - 1px)",
3812
+ "xs": "var(--or-s-xs)",
3813
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3814
+ "sm": "var(--or-s-sm)",
3815
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3816
+ "md": "var(--or-s-md)",
3817
+ "md*": "calc(var(--or-s-md) - 1px)",
3818
+ "xl": "var(--or-s-xl)",
3819
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3820
+ "3xl": "var(--or-s-3xl)",
3821
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3822
+ "4xl": "var(--or-s-4xl)",
3823
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3824
+ "lg": "var(--or-s-lg)",
3825
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3826
+ "2xl": "var(--or-s-2xl)",
3827
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3828
+ "sm+": "var(--or-s-smplus)",
3829
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3830
+ "md+": "var(--or-s-mdplus)",
3831
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3832
+ "lg+": "var(--or-s-lgplus)",
3833
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3834
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3835
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3836
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3837
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3838
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3839
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3840
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3841
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3842
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3843
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3844
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3845
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3846
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3847
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3848
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)"
3849
+ },
3850
+ "textOpacity": {
3851
+ "0": "0",
3852
+ "5": "0.05",
3853
+ "10": "0.1",
3854
+ "15": "0.15",
3855
+ "20": "0.2",
3856
+ "25": "0.25",
3857
+ "30": "0.3",
3858
+ "35": "0.35",
3859
+ "40": "0.4",
3860
+ "45": "0.45",
3861
+ "50": "0.5",
3862
+ "55": "0.55",
3863
+ "60": "0.6",
3864
+ "65": "0.65",
3865
+ "70": "0.7",
3866
+ "75": "0.75",
3867
+ "80": "0.8",
3868
+ "85": "0.85",
3869
+ "90": "0.9",
3870
+ "95": "0.95",
3871
+ "100": "1"
3872
+ },
2618
3873
  "textUnderlineOffset": {
2619
3874
  "0": "0px",
2620
3875
  "1": "1px",
@@ -2645,22 +3900,213 @@
2645
3900
  "700": "700ms",
2646
3901
  "1000": "1000ms"
2647
3902
  },
2648
- "transitionDuration": {
2649
- "short": "100ms",
2650
- "medium": "250ms",
2651
- "long": "400ms"
2652
- },
2653
3903
  "transitionProperty": {
2654
3904
  "none": "none",
2655
3905
  "all": "all",
2656
- "DEFAULT": "color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
2657
- "colors": "color, background-color, border-color, outline-color, text-decoration-color, fill, stroke",
3906
+ "DEFAULT": "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
3907
+ "colors": "color, background-color, border-color, text-decoration-color, fill, stroke",
2658
3908
  "opacity": "opacity",
2659
3909
  "shadow": "box-shadow",
2660
3910
  "transform": "transform"
2661
3911
  },
2662
- "transitionTimingFunction": {
2663
- "standard": "cubic-bezier(0.2, 0, 0, 1)"
3912
+ "translate": {
3913
+ "0": "var(--or-s-none)",
3914
+ "none": "0px",
3915
+ "0*": "calc(var(--or-s-none) - 1px)",
3916
+ "xs": "var(--or-s-xs)",
3917
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3918
+ "sm": "var(--or-s-sm)",
3919
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3920
+ "md": "var(--or-s-md)",
3921
+ "md*": "calc(var(--or-s-md) - 1px)",
3922
+ "xl": "var(--or-s-xl)",
3923
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3924
+ "3xl": "var(--or-s-3xl)",
3925
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3926
+ "4xl": "var(--or-s-4xl)",
3927
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3928
+ "lg": "var(--or-s-lg)",
3929
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3930
+ "2xl": "var(--or-s-2xl)",
3931
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3932
+ "sm+": "var(--or-s-smplus)",
3933
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3934
+ "md+": "var(--or-s-mdplus)",
3935
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3936
+ "lg+": "var(--or-s-lgplus)",
3937
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3938
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3939
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3940
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3941
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3942
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3943
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3944
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3945
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3946
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3947
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3948
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3949
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
3950
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
3951
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
3952
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
3953
+ "1/2": "50%",
3954
+ "1/3": "33.333333%",
3955
+ "2/3": "66.666667%",
3956
+ "1/4": "25%",
3957
+ "2/4": "50%",
3958
+ "3/4": "75%",
3959
+ "full": "100%"
3960
+ },
3961
+ "size": {
3962
+ "0": "var(--or-s-none)",
3963
+ "auto": "auto",
3964
+ "none": "0px",
3965
+ "0*": "calc(var(--or-s-none) - 1px)",
3966
+ "xs": "var(--or-s-xs)",
3967
+ "xs*": "calc(var(--or-s-xs) - 1px)",
3968
+ "sm": "var(--or-s-sm)",
3969
+ "sm*": "calc(var(--or-s-sm) - 1px)",
3970
+ "md": "var(--or-s-md)",
3971
+ "md*": "calc(var(--or-s-md) - 1px)",
3972
+ "xl": "var(--or-s-xl)",
3973
+ "xl*": "calc(var(--or-s-xl) - 1px)",
3974
+ "3xl": "var(--or-s-3xl)",
3975
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
3976
+ "4xl": "var(--or-s-4xl)",
3977
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
3978
+ "lg": "var(--or-s-lg)",
3979
+ "lg*": "calc(var(--or-s-lg) - 1px)",
3980
+ "2xl": "var(--or-s-2xl)",
3981
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
3982
+ "sm+": "var(--or-s-smplus)",
3983
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
3984
+ "md+": "var(--or-s-mdplus)",
3985
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
3986
+ "lg+": "var(--or-s-lgplus)",
3987
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
3988
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
3989
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
3990
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
3991
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
3992
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
3993
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
3994
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
3995
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
3996
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
3997
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
3998
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
3999
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
4000
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
4001
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
4002
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
4003
+ "1/2": "50%",
4004
+ "1/3": "33.333333%",
4005
+ "2/3": "66.666667%",
4006
+ "1/4": "25%",
4007
+ "2/4": "50%",
4008
+ "3/4": "75%",
4009
+ "1/5": "20%",
4010
+ "2/5": "40%",
4011
+ "3/5": "60%",
4012
+ "4/5": "80%",
4013
+ "1/6": "16.666667%",
4014
+ "2/6": "33.333333%",
4015
+ "3/6": "50%",
4016
+ "4/6": "66.666667%",
4017
+ "5/6": "83.333333%",
4018
+ "1/12": "8.333333%",
4019
+ "2/12": "16.666667%",
4020
+ "3/12": "25%",
4021
+ "4/12": "33.333333%",
4022
+ "5/12": "41.666667%",
4023
+ "6/12": "50%",
4024
+ "7/12": "58.333333%",
4025
+ "8/12": "66.666667%",
4026
+ "9/12": "75%",
4027
+ "10/12": "83.333333%",
4028
+ "11/12": "91.666667%",
4029
+ "full": "100%",
4030
+ "min": "min-content",
4031
+ "max": "max-content",
4032
+ "fit": "fit-content"
4033
+ },
4034
+ "width": {
4035
+ "0": "var(--or-s-none)",
4036
+ "auto": "auto",
4037
+ "none": "0px",
4038
+ "0*": "calc(var(--or-s-none) - 1px)",
4039
+ "xs": "var(--or-s-xs)",
4040
+ "xs*": "calc(var(--or-s-xs) - 1px)",
4041
+ "sm": "var(--or-s-sm)",
4042
+ "sm*": "calc(var(--or-s-sm) - 1px)",
4043
+ "md": "var(--or-s-md)",
4044
+ "md*": "calc(var(--or-s-md) - 1px)",
4045
+ "xl": "var(--or-s-xl)",
4046
+ "xl*": "calc(var(--or-s-xl) - 1px)",
4047
+ "3xl": "var(--or-s-3xl)",
4048
+ "3xl*": "calc(var(--or-s-3xl) - 1px)",
4049
+ "4xl": "var(--or-s-4xl)",
4050
+ "4xl*": "calc(var(--or-s-4xl) - 1px)",
4051
+ "lg": "var(--or-s-lg)",
4052
+ "lg*": "calc(var(--or-s-lg) - 1px)",
4053
+ "2xl": "var(--or-s-2xl)",
4054
+ "2xl*": "calc(var(--or-s-2xl) - 1px)",
4055
+ "sm+": "var(--or-s-smplus)",
4056
+ "sm+*": "calc(var(--or-s-smplus) - 1px)",
4057
+ "md+": "var(--or-s-mdplus)",
4058
+ "md+*": "calc(var(--or-s-mdplus) - 1px)",
4059
+ "lg+": "var(--or-s-lgplus)",
4060
+ "lg+*": "calc(var(--or-s-lgplus) - 1px)",
4061
+ "or-tw4-legacy-0-a": "calc(var(--or-s-none) - 1px)",
4062
+ "or-tw4-legacy-xs-a": "calc(var(--or-s-xs) - 1px)",
4063
+ "or-tw4-legacy-sm-a": "calc(var(--or-s-sm) - 1px)",
4064
+ "or-tw4-legacy-md-a": "calc(var(--or-s-md) - 1px)",
4065
+ "or-tw4-legacy-xl-a": "calc(var(--or-s-xl) - 1px)",
4066
+ "or-tw4-legacy-3xl-a": "calc(var(--or-s-3xl) - 1px)",
4067
+ "or-tw4-legacy-4xl-a": "calc(var(--or-s-4xl) - 1px)",
4068
+ "or-tw4-legacy-lg-a": "calc(var(--or-s-lg) - 1px)",
4069
+ "or-tw4-legacy-2xl-a": "calc(var(--or-s-2xl) - 1px)",
4070
+ "or-tw4-legacy-sm-b": "var(--or-s-smplus)",
4071
+ "or-tw4-legacy-sm-b-a": "calc(var(--or-s-smplus) - 1px)",
4072
+ "or-tw4-legacy-md-b": "var(--or-s-mdplus)",
4073
+ "or-tw4-legacy-md-b-a": "calc(var(--or-s-mdplus) - 1px)",
4074
+ "or-tw4-legacy-lg-b": "var(--or-s-lgplus)",
4075
+ "or-tw4-legacy-lg-b-a": "calc(var(--or-s-lgplus) - 1px)",
4076
+ "1/2": "50%",
4077
+ "1/3": "33.333333%",
4078
+ "2/3": "66.666667%",
4079
+ "1/4": "25%",
4080
+ "2/4": "50%",
4081
+ "3/4": "75%",
4082
+ "1/5": "20%",
4083
+ "2/5": "40%",
4084
+ "3/5": "60%",
4085
+ "4/5": "80%",
4086
+ "1/6": "16.666667%",
4087
+ "2/6": "33.333333%",
4088
+ "3/6": "50%",
4089
+ "4/6": "66.666667%",
4090
+ "5/6": "83.333333%",
4091
+ "1/12": "8.333333%",
4092
+ "2/12": "16.666667%",
4093
+ "3/12": "25%",
4094
+ "4/12": "33.333333%",
4095
+ "5/12": "41.666667%",
4096
+ "6/12": "50%",
4097
+ "7/12": "58.333333%",
4098
+ "8/12": "66.666667%",
4099
+ "9/12": "75%",
4100
+ "10/12": "83.333333%",
4101
+ "11/12": "91.666667%",
4102
+ "full": "100%",
4103
+ "screen": "100vw",
4104
+ "svw": "100svw",
4105
+ "lvw": "100lvw",
4106
+ "dvw": "100dvw",
4107
+ "min": "min-content",
4108
+ "max": "max-content",
4109
+ "fit": "fit-content"
2664
4110
  },
2665
4111
  "willChange": {
2666
4112
  "auto": "auto",
@@ -2676,14 +4122,219 @@
2676
4122
  "40": "40",
2677
4123
  "50": "50",
2678
4124
  "auto": "auto"
2679
- },
2680
- "tokens": {
2681
- "min-button-width": "var(--or-t-min-button-width, 96px)",
2682
- "confirm-dialog-width": "var(--or-t-confirm-dialog-width, 320px)",
2683
- "confirm-dialog-action-width": "var(--or-t-confirm-dialog-action-width, 128px)",
2684
- "max-select-dropdown-height": "var(--or-t-max-select-dropdown-height, 172px)",
2685
- "desktop-toast-width": "var(--or-t-desktop-toast-width, 512px)",
2686
- "mobile-toast-width": "var(--or-t-mobile-toast-width, 343px)"
2687
4125
  }
2688
- }
4126
+ },
4127
+ "corePlugins": [
4128
+ "preflight",
4129
+ "container",
4130
+ "accessibility",
4131
+ "pointerEvents",
4132
+ "visibility",
4133
+ "position",
4134
+ "inset",
4135
+ "isolation",
4136
+ "zIndex",
4137
+ "order",
4138
+ "gridColumn",
4139
+ "gridColumnStart",
4140
+ "gridColumnEnd",
4141
+ "gridRow",
4142
+ "gridRowStart",
4143
+ "gridRowEnd",
4144
+ "float",
4145
+ "clear",
4146
+ "margin",
4147
+ "boxSizing",
4148
+ "lineClamp",
4149
+ "display",
4150
+ "aspectRatio",
4151
+ "size",
4152
+ "height",
4153
+ "maxHeight",
4154
+ "minHeight",
4155
+ "width",
4156
+ "minWidth",
4157
+ "maxWidth",
4158
+ "flex",
4159
+ "flexShrink",
4160
+ "flexGrow",
4161
+ "flexBasis",
4162
+ "tableLayout",
4163
+ "captionSide",
4164
+ "borderCollapse",
4165
+ "borderSpacing",
4166
+ "transformOrigin",
4167
+ "translate",
4168
+ "rotate",
4169
+ "skew",
4170
+ "scale",
4171
+ "transform",
4172
+ "animation",
4173
+ "cursor",
4174
+ "touchAction",
4175
+ "userSelect",
4176
+ "resize",
4177
+ "scrollSnapType",
4178
+ "scrollSnapAlign",
4179
+ "scrollSnapStop",
4180
+ "scrollMargin",
4181
+ "scrollPadding",
4182
+ "listStylePosition",
4183
+ "listStyleType",
4184
+ "listStyleImage",
4185
+ "appearance",
4186
+ "columns",
4187
+ "breakBefore",
4188
+ "breakInside",
4189
+ "breakAfter",
4190
+ "gridAutoColumns",
4191
+ "gridAutoFlow",
4192
+ "gridAutoRows",
4193
+ "gridTemplateColumns",
4194
+ "gridTemplateRows",
4195
+ "flexDirection",
4196
+ "flexWrap",
4197
+ "placeContent",
4198
+ "placeItems",
4199
+ "alignContent",
4200
+ "alignItems",
4201
+ "justifyContent",
4202
+ "justifyItems",
4203
+ "gap",
4204
+ "space",
4205
+ "divideWidth",
4206
+ "divideStyle",
4207
+ "divideColor",
4208
+ "divideOpacity",
4209
+ "placeSelf",
4210
+ "alignSelf",
4211
+ "justifySelf",
4212
+ "overflow",
4213
+ "overscrollBehavior",
4214
+ "scrollBehavior",
4215
+ "textOverflow",
4216
+ "hyphens",
4217
+ "whitespace",
4218
+ "textWrap",
4219
+ "wordBreak",
4220
+ "borderRadius",
4221
+ "borderWidth",
4222
+ "borderStyle",
4223
+ "borderColor",
4224
+ "borderOpacity",
4225
+ "backgroundColor",
4226
+ "backgroundOpacity",
4227
+ "backgroundImage",
4228
+ "gradientColorStops",
4229
+ "boxDecorationBreak",
4230
+ "backgroundSize",
4231
+ "backgroundAttachment",
4232
+ "backgroundClip",
4233
+ "backgroundPosition",
4234
+ "backgroundRepeat",
4235
+ "backgroundOrigin",
4236
+ "fill",
4237
+ "stroke",
4238
+ "strokeWidth",
4239
+ "objectFit",
4240
+ "objectPosition",
4241
+ "padding",
4242
+ "textAlign",
4243
+ "textIndent",
4244
+ "verticalAlign",
4245
+ "fontFamily",
4246
+ "fontSize",
4247
+ "fontWeight",
4248
+ "textTransform",
4249
+ "fontStyle",
4250
+ "fontVariantNumeric",
4251
+ "lineHeight",
4252
+ "letterSpacing",
4253
+ "textColor",
4254
+ "textOpacity",
4255
+ "textDecoration",
4256
+ "textDecorationColor",
4257
+ "textDecorationStyle",
4258
+ "textDecorationThickness",
4259
+ "textUnderlineOffset",
4260
+ "fontSmoothing",
4261
+ "placeholderColor",
4262
+ "placeholderOpacity",
4263
+ "caretColor",
4264
+ "accentColor",
4265
+ "opacity",
4266
+ "backgroundBlendMode",
4267
+ "mixBlendMode",
4268
+ "boxShadow",
4269
+ "boxShadowColor",
4270
+ "outlineStyle",
4271
+ "outlineWidth",
4272
+ "outlineOffset",
4273
+ "outlineColor",
4274
+ "ringWidth",
4275
+ "ringColor",
4276
+ "ringOpacity",
4277
+ "ringOffsetWidth",
4278
+ "ringOffsetColor",
4279
+ "blur",
4280
+ "brightness",
4281
+ "contrast",
4282
+ "dropShadow",
4283
+ "grayscale",
4284
+ "hueRotate",
4285
+ "invert",
4286
+ "saturate",
4287
+ "sepia",
4288
+ "filter",
4289
+ "backdropBlur",
4290
+ "backdropBrightness",
4291
+ "backdropContrast",
4292
+ "backdropGrayscale",
4293
+ "backdropHueRotate",
4294
+ "backdropInvert",
4295
+ "backdropOpacity",
4296
+ "backdropSaturate",
4297
+ "backdropSepia",
4298
+ "backdropFilter",
4299
+ "transitionProperty",
4300
+ "transitionDelay",
4301
+ "transitionDuration",
4302
+ "transitionTimingFunction",
4303
+ "willChange",
4304
+ "contain",
4305
+ "content",
4306
+ "forcedColorAdjust"
4307
+ ],
4308
+ "plugins": [
4309
+ {},
4310
+ {},
4311
+ {},
4312
+ {},
4313
+ {},
4314
+ {},
4315
+ {},
4316
+ {},
4317
+ {},
4318
+ {},
4319
+ {},
4320
+ {},
4321
+ {},
4322
+ {}
4323
+ ],
4324
+ "darkMode": [
4325
+ "variant",
4326
+ "&:is(.dark *, [data-theme=\"dark\"] *)"
4327
+ ],
4328
+ "content": {
4329
+ "relative": false,
4330
+ "files": [],
4331
+ "extract": {},
4332
+ "transform": {}
4333
+ },
4334
+ "presets": [],
4335
+ "prefix": "",
4336
+ "important": false,
4337
+ "separator": ":",
4338
+ "safelist": [],
4339
+ "blocklist": []
2689
4340
  }