@vaneui/ui 0.9.0-alpha.20260114165342.10a91f9 → 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.
@@ -2,7 +2,7 @@
2
2
  * Auto-generated prop descriptions from JSDoc comments.
3
3
  * DO NOT EDIT MANUALLY - Run 'npm run props:generate' to regenerate.
4
4
  *
5
- * Generated on: 2026-01-14T16:53:43.904Z
5
+ * Generated on: 2026-01-15T08:40:57.882Z
6
6
  */
7
7
  export interface PropDescription {
8
8
  description: string;
package/dist/index.esm.js CHANGED
@@ -241,7 +241,7 @@ const ComponentCategories = {
241
241
  * Auto-generated prop descriptions from JSDoc comments.
242
242
  * DO NOT EDIT MANUALLY - Run 'npm run props:generate' to regenerate.
243
243
  *
244
- * Generated on: 2026-01-14T16:53:43.904Z
244
+ * Generated on: 2026-01-15T08:40:57.882Z
245
245
  */
246
246
  const PropDescriptions = {
247
247
  "appearance": {
package/dist/index.js CHANGED
@@ -243,7 +243,7 @@ const ComponentCategories = {
243
243
  * Auto-generated prop descriptions from JSDoc comments.
244
244
  * DO NOT EDIT MANUALLY - Run 'npm run props:generate' to regenerate.
245
245
  *
246
- * Generated on: 2026-01-14T16:53:43.904Z
246
+ * Generated on: 2026-01-15T08:40:57.882Z
247
247
  */
248
248
  const PropDescriptions = {
249
249
  "appearance": {
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.20260114165342.10a91f9",
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",