@rarui/styles 1.31.0 → 1.31.1
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 +11 -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 +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -10261,7 +10261,7 @@ declare const styles$7: {
|
|
|
10261
10261
|
};
|
|
10262
10262
|
":after": {
|
|
10263
10263
|
top: "-.3125rem";
|
|
10264
|
-
left: "-.
|
|
10264
|
+
left: "-.3125rem";
|
|
10265
10265
|
height: "2.75rem";
|
|
10266
10266
|
width: "2.75rem";
|
|
10267
10267
|
};
|
|
@@ -10296,7 +10296,6 @@ declare const styles$7: {
|
|
|
10296
10296
|
};
|
|
10297
10297
|
}>;
|
|
10298
10298
|
input: string;
|
|
10299
|
-
icon: string;
|
|
10300
10299
|
slider: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10301
10300
|
size: {
|
|
10302
10301
|
large: {
|
|
@@ -10322,6 +10321,38 @@ declare const styles$7: {
|
|
|
10322
10321
|
};
|
|
10323
10322
|
};
|
|
10324
10323
|
}>;
|
|
10324
|
+
unchecked: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10325
|
+
size: {
|
|
10326
|
+
large: {
|
|
10327
|
+
left: "1rem";
|
|
10328
|
+
height: "1.5rem";
|
|
10329
|
+
width: "1.5rem";
|
|
10330
|
+
borderRadius: "0.75rem";
|
|
10331
|
+
};
|
|
10332
|
+
small: {
|
|
10333
|
+
left: "0.75rem";
|
|
10334
|
+
width: "1rem";
|
|
10335
|
+
height: "1rem";
|
|
10336
|
+
borderRadius: "0.5rem";
|
|
10337
|
+
};
|
|
10338
|
+
};
|
|
10339
|
+
}>;
|
|
10340
|
+
checked: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10341
|
+
size: {
|
|
10342
|
+
large: {
|
|
10343
|
+
left: "2.25rem";
|
|
10344
|
+
height: "1.5rem";
|
|
10345
|
+
width: "1.5rem";
|
|
10346
|
+
borderRadius: "0.75rem";
|
|
10347
|
+
};
|
|
10348
|
+
small: {
|
|
10349
|
+
left: "2rem";
|
|
10350
|
+
width: "1rem";
|
|
10351
|
+
height: "1rem";
|
|
10352
|
+
borderRadius: "0.5rem";
|
|
10353
|
+
};
|
|
10354
|
+
};
|
|
10355
|
+
}>;
|
|
10325
10356
|
};
|
|
10326
10357
|
export type ToggleVariants = RecipeVariants<typeof styles$7.toggle>;
|
|
10327
10358
|
export declare const toggle: {
|
|
@@ -10335,7 +10366,7 @@ export declare const toggle: {
|
|
|
10335
10366
|
};
|
|
10336
10367
|
":after": {
|
|
10337
10368
|
top: "-.3125rem";
|
|
10338
|
-
left: "-.
|
|
10369
|
+
left: "-.3125rem";
|
|
10339
10370
|
height: "2.75rem";
|
|
10340
10371
|
width: "2.75rem";
|
|
10341
10372
|
};
|
|
@@ -10367,7 +10398,6 @@ export declare const toggle: {
|
|
|
10367
10398
|
};
|
|
10368
10399
|
}>;
|
|
10369
10400
|
input: string;
|
|
10370
|
-
icon: string;
|
|
10371
10401
|
slider: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10372
10402
|
size: {
|
|
10373
10403
|
large: {
|
|
@@ -10393,6 +10423,38 @@ export declare const toggle: {
|
|
|
10393
10423
|
};
|
|
10394
10424
|
};
|
|
10395
10425
|
}>;
|
|
10426
|
+
unchecked: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10427
|
+
size: {
|
|
10428
|
+
large: {
|
|
10429
|
+
left: "1rem";
|
|
10430
|
+
height: "1.5rem";
|
|
10431
|
+
width: "1.5rem";
|
|
10432
|
+
borderRadius: "0.75rem";
|
|
10433
|
+
};
|
|
10434
|
+
small: {
|
|
10435
|
+
left: "0.75rem";
|
|
10436
|
+
width: "1rem";
|
|
10437
|
+
height: "1rem";
|
|
10438
|
+
borderRadius: "0.5rem";
|
|
10439
|
+
};
|
|
10440
|
+
};
|
|
10441
|
+
}>;
|
|
10442
|
+
checked: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10443
|
+
size: {
|
|
10444
|
+
large: {
|
|
10445
|
+
left: "2.25rem";
|
|
10446
|
+
height: "1.5rem";
|
|
10447
|
+
width: "1.5rem";
|
|
10448
|
+
borderRadius: "0.75rem";
|
|
10449
|
+
};
|
|
10450
|
+
small: {
|
|
10451
|
+
left: "2rem";
|
|
10452
|
+
width: "1rem";
|
|
10453
|
+
height: "1rem";
|
|
10454
|
+
borderRadius: "0.5rem";
|
|
10455
|
+
};
|
|
10456
|
+
};
|
|
10457
|
+
}>;
|
|
10396
10458
|
};
|
|
10397
10459
|
};
|
|
10398
10460
|
declare const styles$8: {
|