@vaneui/ui 0.3.1-alpha.20251110144303.5af7508 → 0.3.1-alpha.20251115130358.c59f986

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/ui.css CHANGED
@@ -82,6 +82,10 @@
82
82
  --color-gray-950: oklch(13% 0.028 261.692);
83
83
  --color-white: #fff;
84
84
  --spacing: 0.25rem;
85
+ --container-sm: 24rem;
86
+ --container-md: 28rem;
87
+ --container-lg: 32rem;
88
+ --container-xl: 36rem;
85
89
  --container-3xl: 48rem;
86
90
  --container-4xl: 56rem;
87
91
  --container-5xl: 64rem;
@@ -543,6 +547,18 @@
543
547
  .max-w-7xl {
544
548
  max-width: var(--container-7xl);
545
549
  }
550
+ .max-w-lg {
551
+ max-width: var(--container-lg);
552
+ }
553
+ .max-w-md {
554
+ max-width: var(--container-md);
555
+ }
556
+ .max-w-sm {
557
+ max-width: var(--container-sm);
558
+ }
559
+ .max-w-xl {
560
+ max-width: var(--container-xl);
561
+ }
546
562
  .transform {
547
563
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
548
564
  }
@@ -1625,6 +1641,15 @@
1625
1641
  .\[--gap-unit\:6\] {
1626
1642
  --gap-unit: 6;
1627
1643
  }
1644
+ .\[--gap-unit\:8\] {
1645
+ --gap-unit: 8;
1646
+ }
1647
+ .\[--gap-unit\:10\] {
1648
+ --gap-unit: 10;
1649
+ }
1650
+ .\[--gap-unit\:12\] {
1651
+ --gap-unit: 12;
1652
+ }
1628
1653
  .\[--lh\:1\.2\] {
1629
1654
  --lh: 1.2;
1630
1655
  }
@@ -1655,6 +1680,18 @@
1655
1680
  .\[--py-unit\:0\.5\] {
1656
1681
  --py-unit: 0.5;
1657
1682
  }
1683
+ .\[--py-unit\:0\.6\] {
1684
+ --py-unit: 0.6;
1685
+ }
1686
+ .\[--py-unit\:0\.8\] {
1687
+ --py-unit: 0.8;
1688
+ }
1689
+ .\[--py-unit\:1\.2\] {
1690
+ --py-unit: 1.2;
1691
+ }
1692
+ .\[--py-unit\:1\.4\] {
1693
+ --py-unit: 1.4;
1694
+ }
1658
1695
  .\[--py-unit\:1\.5\] {
1659
1696
  --py-unit: 1.5;
1660
1697
  }
@@ -2430,6 +2467,31 @@
2430
2467
  --fs-unit: 33;
2431
2468
  }
2432
2469
  }
2470
+ .max-laptop\:\[--gap-unit\:3\] {
2471
+ @media (width < 64rem) {
2472
+ --gap-unit: 3;
2473
+ }
2474
+ }
2475
+ .max-laptop\:\[--gap-unit\:5\] {
2476
+ @media (width < 64rem) {
2477
+ --gap-unit: 5;
2478
+ }
2479
+ }
2480
+ .max-laptop\:\[--gap-unit\:6\] {
2481
+ @media (width < 64rem) {
2482
+ --gap-unit: 6;
2483
+ }
2484
+ }
2485
+ .max-laptop\:\[--gap-unit\:8\] {
2486
+ @media (width < 64rem) {
2487
+ --gap-unit: 8;
2488
+ }
2489
+ }
2490
+ .max-laptop\:\[--gap-unit\:10\] {
2491
+ @media (width < 64rem) {
2492
+ --gap-unit: 10;
2493
+ }
2494
+ }
2433
2495
  .max-laptop\:\[--py-unit\:3\] {
2434
2496
  @media (width < 64rem) {
2435
2497
  --py-unit: 3;
@@ -2535,6 +2597,26 @@
2535
2597
  --fs-unit: 30;
2536
2598
  }
2537
2599
  }
2600
+ .max-tablet\:\[--gap-unit\:2\] {
2601
+ @media (width < 48rem) {
2602
+ --gap-unit: 2;
2603
+ }
2604
+ }
2605
+ .max-tablet\:\[--gap-unit\:4\] {
2606
+ @media (width < 48rem) {
2607
+ --gap-unit: 4;
2608
+ }
2609
+ }
2610
+ .max-tablet\:\[--gap-unit\:6\] {
2611
+ @media (width < 48rem) {
2612
+ --gap-unit: 6;
2613
+ }
2614
+ }
2615
+ .max-tablet\:\[--gap-unit\:8\] {
2616
+ @media (width < 48rem) {
2617
+ --gap-unit: 8;
2618
+ }
2619
+ }
2538
2620
  .max-tablet\:\[--py-unit\:2\] {
2539
2621
  @media (width < 48rem) {
2540
2622
  --py-unit: 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/ui",
3
- "version": "0.3.1-alpha.20251110144303.5af7508",
3
+ "version": "0.3.1-alpha.20251115130358.c59f986",
4
4
  "description": "A simple and lightweight UI component library for React, built with Tailwind CSS.",
5
5
  "author": "",
6
6
  "license": "ISC",