@vaneui/ui 0.9.0-alpha.20260109124513.4547e77 → 0.9.0-alpha.20260115084056.5beaa60

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
@@ -579,6 +579,12 @@
579
579
  .max-w-xl {
580
580
  max-width: var(--container-xl);
581
581
  }
582
+ .min-w-64 {
583
+ min-width: calc(var(--spacing) * 64);
584
+ }
585
+ .flex-1 {
586
+ flex: 1;
587
+ }
582
588
  .transform {
583
589
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
584
590
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/ui",
3
- "version": "0.9.0-alpha.20260109124513.4547e77",
3
+ "version": "0.9.0-alpha.20260115084056.5beaa60",
4
4
  "description": "A simple and lightweight UI component library for React, built with Tailwind CSS.",
5
5
  "author": "",
6
6
  "license": "ISC",