@ctlyst.id/voila-ui-core 3.0.0-beta.2 → 3.0.0-beta.4
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/atoms/flex.d.mts +10 -10
- package/dist/atoms/flex.d.ts +10 -10
- package/dist/atoms/grid.d.mts +30 -30
- package/dist/atoms/grid.d.ts +30 -30
- package/dist/atoms/position.d.mts +40 -40
- package/dist/atoms/position.d.ts +40 -40
- package/dist/atoms/sizes.d.mts +102 -102
- package/dist/atoms/sizes.d.ts +102 -102
- package/dist/atoms/space.d.mts +100 -100
- package/dist/atoms/space.d.ts +100 -100
- package/package.json +26 -16
package/dist/atoms/position.d.ts
CHANGED
|
@@ -38,43 +38,43 @@ declare const positionAtoms: rainbow_sprinkles.SprinklesFn<[{
|
|
|
38
38
|
default: string;
|
|
39
39
|
conditions: Record<string | number, string>;
|
|
40
40
|
};
|
|
41
|
-
|
|
41
|
+
auto: {
|
|
42
42
|
default: string;
|
|
43
43
|
conditions: Record<string | number, string>;
|
|
44
44
|
};
|
|
45
|
-
|
|
45
|
+
"100vh": {
|
|
46
46
|
default: string;
|
|
47
47
|
conditions: Record<string | number, string>;
|
|
48
48
|
};
|
|
49
|
-
|
|
49
|
+
"100vw": {
|
|
50
50
|
default: string;
|
|
51
51
|
conditions: Record<string | number, string>;
|
|
52
52
|
};
|
|
53
|
-
|
|
53
|
+
56: {
|
|
54
54
|
default: string;
|
|
55
55
|
conditions: Record<string | number, string>;
|
|
56
56
|
};
|
|
57
|
-
|
|
57
|
+
48: {
|
|
58
58
|
default: string;
|
|
59
59
|
conditions: Record<string | number, string>;
|
|
60
60
|
};
|
|
61
|
-
|
|
61
|
+
40: {
|
|
62
62
|
default: string;
|
|
63
63
|
conditions: Record<string | number, string>;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
32: {
|
|
66
66
|
default: string;
|
|
67
67
|
conditions: Record<string | number, string>;
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
24: {
|
|
70
70
|
default: string;
|
|
71
71
|
conditions: Record<string | number, string>;
|
|
72
72
|
};
|
|
73
|
-
|
|
73
|
+
20: {
|
|
74
74
|
default: string;
|
|
75
75
|
conditions: Record<string | number, string>;
|
|
76
76
|
};
|
|
77
|
-
|
|
77
|
+
16: {
|
|
78
78
|
default: string;
|
|
79
79
|
conditions: Record<string | number, string>;
|
|
80
80
|
};
|
|
@@ -275,43 +275,43 @@ declare const positionAtoms: rainbow_sprinkles.SprinklesFn<[{
|
|
|
275
275
|
default: string;
|
|
276
276
|
conditions: Record<string | number, string>;
|
|
277
277
|
};
|
|
278
|
-
|
|
278
|
+
auto: {
|
|
279
279
|
default: string;
|
|
280
280
|
conditions: Record<string | number, string>;
|
|
281
281
|
};
|
|
282
|
-
|
|
282
|
+
"100vh": {
|
|
283
283
|
default: string;
|
|
284
284
|
conditions: Record<string | number, string>;
|
|
285
285
|
};
|
|
286
|
-
|
|
286
|
+
"100vw": {
|
|
287
287
|
default: string;
|
|
288
288
|
conditions: Record<string | number, string>;
|
|
289
289
|
};
|
|
290
|
-
|
|
290
|
+
56: {
|
|
291
291
|
default: string;
|
|
292
292
|
conditions: Record<string | number, string>;
|
|
293
293
|
};
|
|
294
|
-
|
|
294
|
+
48: {
|
|
295
295
|
default: string;
|
|
296
296
|
conditions: Record<string | number, string>;
|
|
297
297
|
};
|
|
298
|
-
|
|
298
|
+
40: {
|
|
299
299
|
default: string;
|
|
300
300
|
conditions: Record<string | number, string>;
|
|
301
301
|
};
|
|
302
|
-
|
|
302
|
+
32: {
|
|
303
303
|
default: string;
|
|
304
304
|
conditions: Record<string | number, string>;
|
|
305
305
|
};
|
|
306
|
-
|
|
306
|
+
24: {
|
|
307
307
|
default: string;
|
|
308
308
|
conditions: Record<string | number, string>;
|
|
309
309
|
};
|
|
310
|
-
|
|
310
|
+
20: {
|
|
311
311
|
default: string;
|
|
312
312
|
conditions: Record<string | number, string>;
|
|
313
313
|
};
|
|
314
|
-
|
|
314
|
+
16: {
|
|
315
315
|
default: string;
|
|
316
316
|
conditions: Record<string | number, string>;
|
|
317
317
|
};
|
|
@@ -512,43 +512,43 @@ declare const positionAtoms: rainbow_sprinkles.SprinklesFn<[{
|
|
|
512
512
|
default: string;
|
|
513
513
|
conditions: Record<string | number, string>;
|
|
514
514
|
};
|
|
515
|
-
|
|
515
|
+
auto: {
|
|
516
516
|
default: string;
|
|
517
517
|
conditions: Record<string | number, string>;
|
|
518
518
|
};
|
|
519
|
-
|
|
519
|
+
"100vh": {
|
|
520
520
|
default: string;
|
|
521
521
|
conditions: Record<string | number, string>;
|
|
522
522
|
};
|
|
523
|
-
|
|
523
|
+
"100vw": {
|
|
524
524
|
default: string;
|
|
525
525
|
conditions: Record<string | number, string>;
|
|
526
526
|
};
|
|
527
|
-
|
|
527
|
+
56: {
|
|
528
528
|
default: string;
|
|
529
529
|
conditions: Record<string | number, string>;
|
|
530
530
|
};
|
|
531
|
-
|
|
531
|
+
48: {
|
|
532
532
|
default: string;
|
|
533
533
|
conditions: Record<string | number, string>;
|
|
534
534
|
};
|
|
535
|
-
|
|
535
|
+
40: {
|
|
536
536
|
default: string;
|
|
537
537
|
conditions: Record<string | number, string>;
|
|
538
538
|
};
|
|
539
|
-
|
|
539
|
+
32: {
|
|
540
540
|
default: string;
|
|
541
541
|
conditions: Record<string | number, string>;
|
|
542
542
|
};
|
|
543
|
-
|
|
543
|
+
24: {
|
|
544
544
|
default: string;
|
|
545
545
|
conditions: Record<string | number, string>;
|
|
546
546
|
};
|
|
547
|
-
|
|
547
|
+
20: {
|
|
548
548
|
default: string;
|
|
549
549
|
conditions: Record<string | number, string>;
|
|
550
550
|
};
|
|
551
|
-
|
|
551
|
+
16: {
|
|
552
552
|
default: string;
|
|
553
553
|
conditions: Record<string | number, string>;
|
|
554
554
|
};
|
|
@@ -749,43 +749,43 @@ declare const positionAtoms: rainbow_sprinkles.SprinklesFn<[{
|
|
|
749
749
|
default: string;
|
|
750
750
|
conditions: Record<string | number, string>;
|
|
751
751
|
};
|
|
752
|
-
|
|
752
|
+
auto: {
|
|
753
753
|
default: string;
|
|
754
754
|
conditions: Record<string | number, string>;
|
|
755
755
|
};
|
|
756
|
-
|
|
756
|
+
"100vh": {
|
|
757
757
|
default: string;
|
|
758
758
|
conditions: Record<string | number, string>;
|
|
759
759
|
};
|
|
760
|
-
|
|
760
|
+
"100vw": {
|
|
761
761
|
default: string;
|
|
762
762
|
conditions: Record<string | number, string>;
|
|
763
763
|
};
|
|
764
|
-
|
|
764
|
+
56: {
|
|
765
765
|
default: string;
|
|
766
766
|
conditions: Record<string | number, string>;
|
|
767
767
|
};
|
|
768
|
-
|
|
768
|
+
48: {
|
|
769
769
|
default: string;
|
|
770
770
|
conditions: Record<string | number, string>;
|
|
771
771
|
};
|
|
772
|
-
|
|
772
|
+
40: {
|
|
773
773
|
default: string;
|
|
774
774
|
conditions: Record<string | number, string>;
|
|
775
775
|
};
|
|
776
|
-
|
|
776
|
+
32: {
|
|
777
777
|
default: string;
|
|
778
778
|
conditions: Record<string | number, string>;
|
|
779
779
|
};
|
|
780
|
-
|
|
780
|
+
24: {
|
|
781
781
|
default: string;
|
|
782
782
|
conditions: Record<string | number, string>;
|
|
783
783
|
};
|
|
784
|
-
|
|
784
|
+
20: {
|
|
785
785
|
default: string;
|
|
786
786
|
conditions: Record<string | number, string>;
|
|
787
787
|
};
|
|
788
|
-
|
|
788
|
+
16: {
|
|
789
789
|
default: string;
|
|
790
790
|
conditions: Record<string | number, string>;
|
|
791
791
|
};
|