@rarui/styles 2.5.0-rc.1 → 2.5.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/node_modules/@vanilla-extract/css/dist/vanilla-extract-css.cjs.d.d.ts +168 -0
- package/dist/node_modules/@vanilla-extract/dynamic/dist/vanilla-extract-dynamic.esm.js +1 -0
- package/dist/node_modules/@vanilla-extract/private/dist/vanilla-extract-private.esm.js +1 -0
- package/dist/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js +1 -0
- package/dist/node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.d.ts +28 -0
- package/dist/node_modules/csstype/index.d.d.ts +11245 -0
- package/dist/node_modules/rainbow-sprinkles/dist/createRuntimeFn-891c4670.esm.js +1 -0
- package/dist/node_modules/rainbow-sprinkles/dist/declarations/src/createRuntimeFn.d.d.ts +7 -0
- package/dist/node_modules/rainbow-sprinkles/dist/declarations/src/css.d.d.ts +6075 -0
- package/dist/node_modules/rainbow-sprinkles/dist/declarations/src/types.d.d.ts +137 -0
- package/dist/node_modules/tslib/tslib.es6.js +1 -0
- package/dist/packages/exhibition/divider/index.d.ts +4 -4
- package/dist/packages/exhibition/divider/index.js +1 -1
- package/dist/packages/exhibition/label/index.js +1 -1
- package/dist/packages/exhibition/text/index.js +1 -1
- package/dist/packages/exhibition/title/index.js +1 -1
- package/dist/packages/exhibition/tooltip/index.js +1 -1
- package/dist/packages/feedback/skeleton/index.js +1 -1
- package/dist/packages/feedback/toast/index.js +1 -1
- package/dist/packages/input/input/index.js +1 -1
- package/dist/packages/input/radioButton/index.js +1 -1
- package/dist/packages/input/toggle/index.js +1 -1
- package/dist/packages/layout/box/index.d.ts +108 -108
- package/dist/packages/layout/sidebar/index.d.ts +2 -2
- package/dist/packages/navigation/link/index.js +1 -1
- package/dist/packages/surface/card/index.d.ts +8 -8
- package/package.json +4 -4
|
@@ -5,18 +5,10 @@ declare const box: {
|
|
|
5
5
|
config: {
|
|
6
6
|
backgroundColor: {
|
|
7
7
|
values: {
|
|
8
|
-
overlay: {
|
|
9
|
-
default: string;
|
|
10
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
11
|
-
};
|
|
12
8
|
background: {
|
|
13
9
|
default: string;
|
|
14
10
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
15
11
|
};
|
|
16
|
-
transparent: {
|
|
17
|
-
default: string;
|
|
18
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
19
|
-
};
|
|
20
12
|
brand: {
|
|
21
13
|
default: string;
|
|
22
14
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -93,6 +85,10 @@ declare const box: {
|
|
|
93
85
|
default: string;
|
|
94
86
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
95
87
|
};
|
|
88
|
+
overlay: {
|
|
89
|
+
default: string;
|
|
90
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
91
|
+
};
|
|
96
92
|
press: {
|
|
97
93
|
default: string;
|
|
98
94
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -137,6 +133,10 @@ declare const box: {
|
|
|
137
133
|
default: string;
|
|
138
134
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
139
135
|
};
|
|
136
|
+
transparent: {
|
|
137
|
+
default: string;
|
|
138
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
139
|
+
};
|
|
140
140
|
};
|
|
141
141
|
staticScale: {
|
|
142
142
|
transparent: string;
|
|
@@ -177,18 +177,10 @@ declare const box: {
|
|
|
177
177
|
};
|
|
178
178
|
fill: {
|
|
179
179
|
values: {
|
|
180
|
-
overlay: {
|
|
181
|
-
default: string;
|
|
182
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
183
|
-
};
|
|
184
180
|
background: {
|
|
185
181
|
default: string;
|
|
186
182
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
187
183
|
};
|
|
188
|
-
transparent: {
|
|
189
|
-
default: string;
|
|
190
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
191
|
-
};
|
|
192
184
|
brand: {
|
|
193
185
|
default: string;
|
|
194
186
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -265,6 +257,10 @@ declare const box: {
|
|
|
265
257
|
default: string;
|
|
266
258
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
267
259
|
};
|
|
260
|
+
overlay: {
|
|
261
|
+
default: string;
|
|
262
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
263
|
+
};
|
|
268
264
|
press: {
|
|
269
265
|
default: string;
|
|
270
266
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -309,6 +305,10 @@ declare const box: {
|
|
|
309
305
|
default: string;
|
|
310
306
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
311
307
|
};
|
|
308
|
+
transparent: {
|
|
309
|
+
default: string;
|
|
310
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
311
|
+
};
|
|
312
312
|
currentColor: {
|
|
313
313
|
default: string;
|
|
314
314
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -354,10 +354,6 @@ declare const box: {
|
|
|
354
354
|
};
|
|
355
355
|
borderColor: {
|
|
356
356
|
values: {
|
|
357
|
-
transparent: {
|
|
358
|
-
default: string;
|
|
359
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
360
|
-
};
|
|
361
357
|
brand: {
|
|
362
358
|
default: string;
|
|
363
359
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -410,6 +406,10 @@ declare const box: {
|
|
|
410
406
|
default: string;
|
|
411
407
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
412
408
|
};
|
|
409
|
+
transparent: {
|
|
410
|
+
default: string;
|
|
411
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
412
|
+
};
|
|
413
413
|
};
|
|
414
414
|
staticScale: {
|
|
415
415
|
transparent: string;
|
|
@@ -533,10 +533,6 @@ declare const box: {
|
|
|
533
533
|
};
|
|
534
534
|
borderRadius: {
|
|
535
535
|
values: {
|
|
536
|
-
none: {
|
|
537
|
-
default: string;
|
|
538
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
539
|
-
};
|
|
540
536
|
button: {
|
|
541
537
|
default: string;
|
|
542
538
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -549,6 +545,10 @@ declare const box: {
|
|
|
549
545
|
default: string;
|
|
550
546
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
551
547
|
};
|
|
548
|
+
none: {
|
|
549
|
+
default: string;
|
|
550
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
551
|
+
};
|
|
552
552
|
"2xs": {
|
|
553
553
|
default: string;
|
|
554
554
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -595,10 +595,6 @@ declare const box: {
|
|
|
595
595
|
};
|
|
596
596
|
borderTopLeftRadius: {
|
|
597
597
|
values: {
|
|
598
|
-
none: {
|
|
599
|
-
default: string;
|
|
600
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
601
|
-
};
|
|
602
598
|
button: {
|
|
603
599
|
default: string;
|
|
604
600
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -611,6 +607,10 @@ declare const box: {
|
|
|
611
607
|
default: string;
|
|
612
608
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
613
609
|
};
|
|
610
|
+
none: {
|
|
611
|
+
default: string;
|
|
612
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
613
|
+
};
|
|
614
614
|
"2xs": {
|
|
615
615
|
default: string;
|
|
616
616
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -657,10 +657,6 @@ declare const box: {
|
|
|
657
657
|
};
|
|
658
658
|
borderTopRightRadius: {
|
|
659
659
|
values: {
|
|
660
|
-
none: {
|
|
661
|
-
default: string;
|
|
662
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
663
|
-
};
|
|
664
660
|
button: {
|
|
665
661
|
default: string;
|
|
666
662
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -673,6 +669,10 @@ declare const box: {
|
|
|
673
669
|
default: string;
|
|
674
670
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
675
671
|
};
|
|
672
|
+
none: {
|
|
673
|
+
default: string;
|
|
674
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
675
|
+
};
|
|
676
676
|
"2xs": {
|
|
677
677
|
default: string;
|
|
678
678
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -719,10 +719,6 @@ declare const box: {
|
|
|
719
719
|
};
|
|
720
720
|
borderBottomLeftRadius: {
|
|
721
721
|
values: {
|
|
722
|
-
none: {
|
|
723
|
-
default: string;
|
|
724
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
725
|
-
};
|
|
726
722
|
button: {
|
|
727
723
|
default: string;
|
|
728
724
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -735,6 +731,10 @@ declare const box: {
|
|
|
735
731
|
default: string;
|
|
736
732
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
737
733
|
};
|
|
734
|
+
none: {
|
|
735
|
+
default: string;
|
|
736
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
737
|
+
};
|
|
738
738
|
"2xs": {
|
|
739
739
|
default: string;
|
|
740
740
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -781,10 +781,6 @@ declare const box: {
|
|
|
781
781
|
};
|
|
782
782
|
borderBottomRightRadius: {
|
|
783
783
|
values: {
|
|
784
|
-
none: {
|
|
785
|
-
default: string;
|
|
786
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
787
|
-
};
|
|
788
784
|
button: {
|
|
789
785
|
default: string;
|
|
790
786
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -797,6 +793,10 @@ declare const box: {
|
|
|
797
793
|
default: string;
|
|
798
794
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
799
795
|
};
|
|
796
|
+
none: {
|
|
797
|
+
default: string;
|
|
798
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
799
|
+
};
|
|
800
800
|
"2xs": {
|
|
801
801
|
default: string;
|
|
802
802
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1090,10 +1090,6 @@ declare const box: {
|
|
|
1090
1090
|
};
|
|
1091
1091
|
padding: {
|
|
1092
1092
|
values: {
|
|
1093
|
-
none: {
|
|
1094
|
-
default: string;
|
|
1095
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1096
|
-
};
|
|
1097
1093
|
xs: {
|
|
1098
1094
|
default: string;
|
|
1099
1095
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1106,6 +1102,10 @@ declare const box: {
|
|
|
1106
1102
|
default: string;
|
|
1107
1103
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1108
1104
|
};
|
|
1105
|
+
none: {
|
|
1106
|
+
default: string;
|
|
1107
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1108
|
+
};
|
|
1109
1109
|
"2xs": {
|
|
1110
1110
|
default: string;
|
|
1111
1111
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1177,10 +1177,6 @@ declare const box: {
|
|
|
1177
1177
|
};
|
|
1178
1178
|
paddingTop: {
|
|
1179
1179
|
values: {
|
|
1180
|
-
none: {
|
|
1181
|
-
default: string;
|
|
1182
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1183
|
-
};
|
|
1184
1180
|
xs: {
|
|
1185
1181
|
default: string;
|
|
1186
1182
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1193,6 +1189,10 @@ declare const box: {
|
|
|
1193
1189
|
default: string;
|
|
1194
1190
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1195
1191
|
};
|
|
1192
|
+
none: {
|
|
1193
|
+
default: string;
|
|
1194
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1195
|
+
};
|
|
1196
1196
|
"2xs": {
|
|
1197
1197
|
default: string;
|
|
1198
1198
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1264,10 +1264,6 @@ declare const box: {
|
|
|
1264
1264
|
};
|
|
1265
1265
|
paddingBottom: {
|
|
1266
1266
|
values: {
|
|
1267
|
-
none: {
|
|
1268
|
-
default: string;
|
|
1269
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1270
|
-
};
|
|
1271
1267
|
xs: {
|
|
1272
1268
|
default: string;
|
|
1273
1269
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1280,6 +1276,10 @@ declare const box: {
|
|
|
1280
1276
|
default: string;
|
|
1281
1277
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1282
1278
|
};
|
|
1279
|
+
none: {
|
|
1280
|
+
default: string;
|
|
1281
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1282
|
+
};
|
|
1283
1283
|
"2xs": {
|
|
1284
1284
|
default: string;
|
|
1285
1285
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1351,10 +1351,6 @@ declare const box: {
|
|
|
1351
1351
|
};
|
|
1352
1352
|
paddingLeft: {
|
|
1353
1353
|
values: {
|
|
1354
|
-
none: {
|
|
1355
|
-
default: string;
|
|
1356
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1357
|
-
};
|
|
1358
1354
|
xs: {
|
|
1359
1355
|
default: string;
|
|
1360
1356
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1367,6 +1363,10 @@ declare const box: {
|
|
|
1367
1363
|
default: string;
|
|
1368
1364
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1369
1365
|
};
|
|
1366
|
+
none: {
|
|
1367
|
+
default: string;
|
|
1368
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1369
|
+
};
|
|
1370
1370
|
"2xs": {
|
|
1371
1371
|
default: string;
|
|
1372
1372
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1438,10 +1438,6 @@ declare const box: {
|
|
|
1438
1438
|
};
|
|
1439
1439
|
paddingRight: {
|
|
1440
1440
|
values: {
|
|
1441
|
-
none: {
|
|
1442
|
-
default: string;
|
|
1443
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1444
|
-
};
|
|
1445
1441
|
xs: {
|
|
1446
1442
|
default: string;
|
|
1447
1443
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1454,6 +1450,10 @@ declare const box: {
|
|
|
1454
1450
|
default: string;
|
|
1455
1451
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1456
1452
|
};
|
|
1453
|
+
none: {
|
|
1454
|
+
default: string;
|
|
1455
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1456
|
+
};
|
|
1457
1457
|
"2xs": {
|
|
1458
1458
|
default: string;
|
|
1459
1459
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1525,14 +1525,6 @@ declare const box: {
|
|
|
1525
1525
|
};
|
|
1526
1526
|
margin: {
|
|
1527
1527
|
values: {
|
|
1528
|
-
none: {
|
|
1529
|
-
default: string;
|
|
1530
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1531
|
-
};
|
|
1532
|
-
auto: {
|
|
1533
|
-
default: string;
|
|
1534
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1535
|
-
};
|
|
1536
1528
|
xs: {
|
|
1537
1529
|
default: string;
|
|
1538
1530
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1545,6 +1537,10 @@ declare const box: {
|
|
|
1545
1537
|
default: string;
|
|
1546
1538
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1547
1539
|
};
|
|
1540
|
+
none: {
|
|
1541
|
+
default: string;
|
|
1542
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1543
|
+
};
|
|
1548
1544
|
"2xs": {
|
|
1549
1545
|
default: string;
|
|
1550
1546
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1593,6 +1589,10 @@ declare const box: {
|
|
|
1593
1589
|
default: string;
|
|
1594
1590
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1595
1591
|
};
|
|
1592
|
+
auto: {
|
|
1593
|
+
default: string;
|
|
1594
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1595
|
+
};
|
|
1596
1596
|
};
|
|
1597
1597
|
staticScale: {
|
|
1598
1598
|
none: "0";
|
|
@@ -1617,14 +1617,6 @@ declare const box: {
|
|
|
1617
1617
|
};
|
|
1618
1618
|
marginTop: {
|
|
1619
1619
|
values: {
|
|
1620
|
-
none: {
|
|
1621
|
-
default: string;
|
|
1622
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1623
|
-
};
|
|
1624
|
-
auto: {
|
|
1625
|
-
default: string;
|
|
1626
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1627
|
-
};
|
|
1628
1620
|
xs: {
|
|
1629
1621
|
default: string;
|
|
1630
1622
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1637,6 +1629,10 @@ declare const box: {
|
|
|
1637
1629
|
default: string;
|
|
1638
1630
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1639
1631
|
};
|
|
1632
|
+
none: {
|
|
1633
|
+
default: string;
|
|
1634
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1635
|
+
};
|
|
1640
1636
|
"2xs": {
|
|
1641
1637
|
default: string;
|
|
1642
1638
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1685,6 +1681,10 @@ declare const box: {
|
|
|
1685
1681
|
default: string;
|
|
1686
1682
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1687
1683
|
};
|
|
1684
|
+
auto: {
|
|
1685
|
+
default: string;
|
|
1686
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1687
|
+
};
|
|
1688
1688
|
};
|
|
1689
1689
|
staticScale: {
|
|
1690
1690
|
none: "0";
|
|
@@ -1709,14 +1709,6 @@ declare const box: {
|
|
|
1709
1709
|
};
|
|
1710
1710
|
marginBottom: {
|
|
1711
1711
|
values: {
|
|
1712
|
-
none: {
|
|
1713
|
-
default: string;
|
|
1714
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1715
|
-
};
|
|
1716
|
-
auto: {
|
|
1717
|
-
default: string;
|
|
1718
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1719
|
-
};
|
|
1720
1712
|
xs: {
|
|
1721
1713
|
default: string;
|
|
1722
1714
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1729,6 +1721,10 @@ declare const box: {
|
|
|
1729
1721
|
default: string;
|
|
1730
1722
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1731
1723
|
};
|
|
1724
|
+
none: {
|
|
1725
|
+
default: string;
|
|
1726
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1727
|
+
};
|
|
1732
1728
|
"2xs": {
|
|
1733
1729
|
default: string;
|
|
1734
1730
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1777,6 +1773,10 @@ declare const box: {
|
|
|
1777
1773
|
default: string;
|
|
1778
1774
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1779
1775
|
};
|
|
1776
|
+
auto: {
|
|
1777
|
+
default: string;
|
|
1778
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1779
|
+
};
|
|
1780
1780
|
};
|
|
1781
1781
|
staticScale: {
|
|
1782
1782
|
none: "0";
|
|
@@ -1801,14 +1801,6 @@ declare const box: {
|
|
|
1801
1801
|
};
|
|
1802
1802
|
marginLeft: {
|
|
1803
1803
|
values: {
|
|
1804
|
-
none: {
|
|
1805
|
-
default: string;
|
|
1806
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1807
|
-
};
|
|
1808
|
-
auto: {
|
|
1809
|
-
default: string;
|
|
1810
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1811
|
-
};
|
|
1812
1804
|
xs: {
|
|
1813
1805
|
default: string;
|
|
1814
1806
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1821,6 +1813,10 @@ declare const box: {
|
|
|
1821
1813
|
default: string;
|
|
1822
1814
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1823
1815
|
};
|
|
1816
|
+
none: {
|
|
1817
|
+
default: string;
|
|
1818
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1819
|
+
};
|
|
1824
1820
|
"2xs": {
|
|
1825
1821
|
default: string;
|
|
1826
1822
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1869,6 +1865,10 @@ declare const box: {
|
|
|
1869
1865
|
default: string;
|
|
1870
1866
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1871
1867
|
};
|
|
1868
|
+
auto: {
|
|
1869
|
+
default: string;
|
|
1870
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1871
|
+
};
|
|
1872
1872
|
};
|
|
1873
1873
|
staticScale: {
|
|
1874
1874
|
none: "0";
|
|
@@ -1893,14 +1893,6 @@ declare const box: {
|
|
|
1893
1893
|
};
|
|
1894
1894
|
marginRight: {
|
|
1895
1895
|
values: {
|
|
1896
|
-
none: {
|
|
1897
|
-
default: string;
|
|
1898
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1899
|
-
};
|
|
1900
|
-
auto: {
|
|
1901
|
-
default: string;
|
|
1902
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1903
|
-
};
|
|
1904
1896
|
xs: {
|
|
1905
1897
|
default: string;
|
|
1906
1898
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1913,6 +1905,10 @@ declare const box: {
|
|
|
1913
1905
|
default: string;
|
|
1914
1906
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1915
1907
|
};
|
|
1908
|
+
none: {
|
|
1909
|
+
default: string;
|
|
1910
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1911
|
+
};
|
|
1916
1912
|
"2xs": {
|
|
1917
1913
|
default: string;
|
|
1918
1914
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1961,6 +1957,10 @@ declare const box: {
|
|
|
1961
1957
|
default: string;
|
|
1962
1958
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1963
1959
|
};
|
|
1960
|
+
auto: {
|
|
1961
|
+
default: string;
|
|
1962
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1963
|
+
};
|
|
1964
1964
|
};
|
|
1965
1965
|
staticScale: {
|
|
1966
1966
|
none: "0";
|
|
@@ -1985,10 +1985,6 @@ declare const box: {
|
|
|
1985
1985
|
};
|
|
1986
1986
|
gap: {
|
|
1987
1987
|
values: {
|
|
1988
|
-
none: {
|
|
1989
|
-
default: string;
|
|
1990
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1991
|
-
};
|
|
1992
1988
|
xs: {
|
|
1993
1989
|
default: string;
|
|
1994
1990
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -2001,6 +1997,10 @@ declare const box: {
|
|
|
2001
1997
|
default: string;
|
|
2002
1998
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2003
1999
|
};
|
|
2000
|
+
none: {
|
|
2001
|
+
default: string;
|
|
2002
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2003
|
+
};
|
|
2004
2004
|
"2xs": {
|
|
2005
2005
|
default: string;
|
|
2006
2006
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -2072,10 +2072,6 @@ declare const box: {
|
|
|
2072
2072
|
};
|
|
2073
2073
|
gridGap: {
|
|
2074
2074
|
values: {
|
|
2075
|
-
none: {
|
|
2076
|
-
default: string;
|
|
2077
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2078
|
-
};
|
|
2079
2075
|
xs: {
|
|
2080
2076
|
default: string;
|
|
2081
2077
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -2088,6 +2084,10 @@ declare const box: {
|
|
|
2088
2084
|
default: string;
|
|
2089
2085
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2090
2086
|
};
|
|
2087
|
+
none: {
|
|
2088
|
+
default: string;
|
|
2089
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2090
|
+
};
|
|
2091
2091
|
"2xs": {
|
|
2092
2092
|
default: string;
|
|
2093
2093
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -79,11 +79,11 @@ declare const sidebar: {
|
|
|
79
79
|
};
|
|
80
80
|
padding: {
|
|
81
81
|
values: {
|
|
82
|
-
|
|
82
|
+
medium: {
|
|
83
83
|
default: string;
|
|
84
84
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
85
85
|
};
|
|
86
|
-
|
|
86
|
+
none: {
|
|
87
87
|
default: string;
|
|
88
88
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
89
89
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as r}from"./rarui-link.css.js";var o={classnames:s({},r)};export{o as link};
|
|
@@ -18,18 +18,10 @@ declare const card: {
|
|
|
18
18
|
config: {
|
|
19
19
|
backgroundColor: {
|
|
20
20
|
values: {
|
|
21
|
-
overlay: {
|
|
22
|
-
default: string;
|
|
23
|
-
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
24
|
-
};
|
|
25
21
|
background: {
|
|
26
22
|
default: string;
|
|
27
23
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
28
24
|
};
|
|
29
|
-
transparent: {
|
|
30
|
-
default: string;
|
|
31
|
-
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
32
|
-
};
|
|
33
25
|
brand: {
|
|
34
26
|
default: string;
|
|
35
27
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
@@ -106,6 +98,10 @@ declare const card: {
|
|
|
106
98
|
default: string;
|
|
107
99
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
108
100
|
};
|
|
101
|
+
overlay: {
|
|
102
|
+
default: string;
|
|
103
|
+
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
104
|
+
};
|
|
109
105
|
press: {
|
|
110
106
|
default: string;
|
|
111
107
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
@@ -150,6 +146,10 @@ declare const card: {
|
|
|
150
146
|
default: string;
|
|
151
147
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
152
148
|
};
|
|
149
|
+
transparent: {
|
|
150
|
+
default: string;
|
|
151
|
+
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
152
|
+
};
|
|
153
153
|
};
|
|
154
154
|
staticScale: {
|
|
155
155
|
transparent: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rarui/styles",
|
|
3
|
-
"version": "2.5.0-rc.
|
|
3
|
+
"version": "2.5.0-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"url": "https://git.rarolabs.com.br/frontend/rarui/issues"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@rarui/rollup": "
|
|
39
|
-
"@rarui/tokens": "
|
|
38
|
+
"@rarui/rollup": "workspace:^",
|
|
39
|
+
"@rarui/tokens": "workspace:^",
|
|
40
40
|
"@types/jest": "^29.5.12",
|
|
41
41
|
"@vanilla-extract/dynamic": "^2.1.1",
|
|
42
42
|
"@vanilla-extract/jest-transform": "^1.1.9",
|
|
@@ -46,4 +46,4 @@
|
|
|
46
46
|
"ts-jest": "^29.2.5"
|
|
47
47
|
},
|
|
48
48
|
"stableVersion": "2.4.0"
|
|
49
|
-
}
|
|
49
|
+
}
|