@vaneui/ui 0.3.1-alpha.20251110140105.0a5a63e → 0.3.1-alpha.20251110155311.4ef4158
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/components/ui/theme/badgeTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/buttonTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/defaults.d.ts.map +1 -1
- package/dist/components/ui/theme/inputTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/layout/radiusTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/sectionTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/size/gapTheme.d.ts +3 -1
- package/dist/components/ui/theme/size/gapTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/size/pxTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/size/pyTheme.d.ts +1 -0
- package/dist/components/ui/theme/size/pyTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/stackTheme.d.ts.map +1 -1
- package/dist/index.esm.js +87 -70
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +87 -70
- package/dist/index.js.map +1 -1
- package/dist/ui.css +54 -0
- package/package.json +1 -1
- package/dist/components/ui/classes/layoutClasses.d.ts +0 -6
- package/dist/components/ui/classes/layoutClasses.d.ts.map +0 -1
package/dist/ui.css
CHANGED
|
@@ -1625,6 +1625,15 @@
|
|
|
1625
1625
|
.\[--gap-unit\:6\] {
|
|
1626
1626
|
--gap-unit: 6;
|
|
1627
1627
|
}
|
|
1628
|
+
.\[--gap-unit\:8\] {
|
|
1629
|
+
--gap-unit: 8;
|
|
1630
|
+
}
|
|
1631
|
+
.\[--gap-unit\:10\] {
|
|
1632
|
+
--gap-unit: 10;
|
|
1633
|
+
}
|
|
1634
|
+
.\[--gap-unit\:12\] {
|
|
1635
|
+
--gap-unit: 12;
|
|
1636
|
+
}
|
|
1628
1637
|
.\[--lh\:1\.2\] {
|
|
1629
1638
|
--lh: 1.2;
|
|
1630
1639
|
}
|
|
@@ -2430,6 +2439,31 @@
|
|
|
2430
2439
|
--fs-unit: 33;
|
|
2431
2440
|
}
|
|
2432
2441
|
}
|
|
2442
|
+
.max-laptop\:\[--gap-unit\:3\] {
|
|
2443
|
+
@media (width < 64rem) {
|
|
2444
|
+
--gap-unit: 3;
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
.max-laptop\:\[--gap-unit\:5\] {
|
|
2448
|
+
@media (width < 64rem) {
|
|
2449
|
+
--gap-unit: 5;
|
|
2450
|
+
}
|
|
2451
|
+
}
|
|
2452
|
+
.max-laptop\:\[--gap-unit\:6\] {
|
|
2453
|
+
@media (width < 64rem) {
|
|
2454
|
+
--gap-unit: 6;
|
|
2455
|
+
}
|
|
2456
|
+
}
|
|
2457
|
+
.max-laptop\:\[--gap-unit\:8\] {
|
|
2458
|
+
@media (width < 64rem) {
|
|
2459
|
+
--gap-unit: 8;
|
|
2460
|
+
}
|
|
2461
|
+
}
|
|
2462
|
+
.max-laptop\:\[--gap-unit\:10\] {
|
|
2463
|
+
@media (width < 64rem) {
|
|
2464
|
+
--gap-unit: 10;
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2433
2467
|
.max-laptop\:\[--py-unit\:3\] {
|
|
2434
2468
|
@media (width < 64rem) {
|
|
2435
2469
|
--py-unit: 3;
|
|
@@ -2535,6 +2569,26 @@
|
|
|
2535
2569
|
--fs-unit: 30;
|
|
2536
2570
|
}
|
|
2537
2571
|
}
|
|
2572
|
+
.max-tablet\:\[--gap-unit\:2\] {
|
|
2573
|
+
@media (width < 48rem) {
|
|
2574
|
+
--gap-unit: 2;
|
|
2575
|
+
}
|
|
2576
|
+
}
|
|
2577
|
+
.max-tablet\:\[--gap-unit\:4\] {
|
|
2578
|
+
@media (width < 48rem) {
|
|
2579
|
+
--gap-unit: 4;
|
|
2580
|
+
}
|
|
2581
|
+
}
|
|
2582
|
+
.max-tablet\:\[--gap-unit\:6\] {
|
|
2583
|
+
@media (width < 48rem) {
|
|
2584
|
+
--gap-unit: 6;
|
|
2585
|
+
}
|
|
2586
|
+
}
|
|
2587
|
+
.max-tablet\:\[--gap-unit\:8\] {
|
|
2588
|
+
@media (width < 48rem) {
|
|
2589
|
+
--gap-unit: 8;
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2538
2592
|
.max-tablet\:\[--py-unit\:2\] {
|
|
2539
2593
|
@media (width < 48rem) {
|
|
2540
2594
|
--py-unit: 2;
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { SizeKey } from "../props";
|
|
2
|
-
export declare const layoutGapClasses: Record<SizeKey, string>;
|
|
3
|
-
export declare const layoutPaddingClasses: Record<SizeKey, string>;
|
|
4
|
-
export declare const uiPaddingClasses: Record<SizeKey, string>;
|
|
5
|
-
export declare const uiGapClasses: Record<SizeKey, string>;
|
|
6
|
-
//# sourceMappingURL=layoutClasses.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"layoutClasses.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/classes/layoutClasses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAMpD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAMxD,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAMpD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAMhD,CAAC"}
|