@rarui/styles 1.32.0-rc.3 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +66 -4
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +2 -3
package/dist/index.d.ts
CHANGED
|
@@ -10349,7 +10349,7 @@ declare const styles$7: {
|
|
|
10349
10349
|
};
|
|
10350
10350
|
":after": {
|
|
10351
10351
|
top: "-.3125rem";
|
|
10352
|
-
left: "-.
|
|
10352
|
+
left: "-.3125rem";
|
|
10353
10353
|
height: "2.75rem";
|
|
10354
10354
|
width: "2.75rem";
|
|
10355
10355
|
};
|
|
@@ -10384,7 +10384,6 @@ declare const styles$7: {
|
|
|
10384
10384
|
};
|
|
10385
10385
|
}>;
|
|
10386
10386
|
input: string;
|
|
10387
|
-
icon: string;
|
|
10388
10387
|
slider: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10389
10388
|
size: {
|
|
10390
10389
|
large: {
|
|
@@ -10410,6 +10409,38 @@ declare const styles$7: {
|
|
|
10410
10409
|
};
|
|
10411
10410
|
};
|
|
10412
10411
|
}>;
|
|
10412
|
+
unchecked: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10413
|
+
size: {
|
|
10414
|
+
large: {
|
|
10415
|
+
left: "1rem";
|
|
10416
|
+
height: "1.5rem";
|
|
10417
|
+
width: "1.5rem";
|
|
10418
|
+
borderRadius: "0.75rem";
|
|
10419
|
+
};
|
|
10420
|
+
small: {
|
|
10421
|
+
left: "0.75rem";
|
|
10422
|
+
width: "1rem";
|
|
10423
|
+
height: "1rem";
|
|
10424
|
+
borderRadius: "0.5rem";
|
|
10425
|
+
};
|
|
10426
|
+
};
|
|
10427
|
+
}>;
|
|
10428
|
+
checked: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10429
|
+
size: {
|
|
10430
|
+
large: {
|
|
10431
|
+
left: "2.25rem";
|
|
10432
|
+
height: "1.5rem";
|
|
10433
|
+
width: "1.5rem";
|
|
10434
|
+
borderRadius: "0.75rem";
|
|
10435
|
+
};
|
|
10436
|
+
small: {
|
|
10437
|
+
left: "2rem";
|
|
10438
|
+
width: "1rem";
|
|
10439
|
+
height: "1rem";
|
|
10440
|
+
borderRadius: "0.5rem";
|
|
10441
|
+
};
|
|
10442
|
+
};
|
|
10443
|
+
}>;
|
|
10413
10444
|
};
|
|
10414
10445
|
export type ToggleVariants = RecipeVariants<typeof styles$7.toggle>;
|
|
10415
10446
|
export declare const toggle: {
|
|
@@ -10423,7 +10454,7 @@ export declare const toggle: {
|
|
|
10423
10454
|
};
|
|
10424
10455
|
":after": {
|
|
10425
10456
|
top: "-.3125rem";
|
|
10426
|
-
left: "-.
|
|
10457
|
+
left: "-.3125rem";
|
|
10427
10458
|
height: "2.75rem";
|
|
10428
10459
|
width: "2.75rem";
|
|
10429
10460
|
};
|
|
@@ -10455,7 +10486,6 @@ export declare const toggle: {
|
|
|
10455
10486
|
};
|
|
10456
10487
|
}>;
|
|
10457
10488
|
input: string;
|
|
10458
|
-
icon: string;
|
|
10459
10489
|
slider: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10460
10490
|
size: {
|
|
10461
10491
|
large: {
|
|
@@ -10481,6 +10511,38 @@ export declare const toggle: {
|
|
|
10481
10511
|
};
|
|
10482
10512
|
};
|
|
10483
10513
|
}>;
|
|
10514
|
+
unchecked: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10515
|
+
size: {
|
|
10516
|
+
large: {
|
|
10517
|
+
left: "1rem";
|
|
10518
|
+
height: "1.5rem";
|
|
10519
|
+
width: "1.5rem";
|
|
10520
|
+
borderRadius: "0.75rem";
|
|
10521
|
+
};
|
|
10522
|
+
small: {
|
|
10523
|
+
left: "0.75rem";
|
|
10524
|
+
width: "1rem";
|
|
10525
|
+
height: "1rem";
|
|
10526
|
+
borderRadius: "0.5rem";
|
|
10527
|
+
};
|
|
10528
|
+
};
|
|
10529
|
+
}>;
|
|
10530
|
+
checked: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10531
|
+
size: {
|
|
10532
|
+
large: {
|
|
10533
|
+
left: "2.25rem";
|
|
10534
|
+
height: "1.5rem";
|
|
10535
|
+
width: "1.5rem";
|
|
10536
|
+
borderRadius: "0.75rem";
|
|
10537
|
+
};
|
|
10538
|
+
small: {
|
|
10539
|
+
left: "2rem";
|
|
10540
|
+
width: "1rem";
|
|
10541
|
+
height: "1rem";
|
|
10542
|
+
borderRadius: "0.5rem";
|
|
10543
|
+
};
|
|
10544
|
+
};
|
|
10545
|
+
}>;
|
|
10484
10546
|
};
|
|
10485
10547
|
};
|
|
10486
10548
|
declare const styles$8: {
|