@vaneui/ui 0.9.0-alpha.20260107161941.dfd1c72 → 0.9.0-alpha.20260108132757.32cb331

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/index.js CHANGED
@@ -239,7 +239,7 @@ const ComponentCategories = {
239
239
  * Auto-generated prop descriptions from JSDoc comments.
240
240
  * DO NOT EDIT MANUALLY - Run 'npm run props:generate' to regenerate.
241
241
  *
242
- * Generated on: 2026-01-07T16:19:42.428Z
242
+ * Generated on: 2026-01-08T13:27:58.939Z
243
243
  */
244
244
  const PropDescriptions = {
245
245
  "appearance": {
@@ -4379,7 +4379,6 @@ const themeDefaults = {
4379
4379
  itemsCenter: true,
4380
4380
  gap: true,
4381
4381
  outline: true,
4382
- primary: true,
4383
4382
  sharp: true,
4384
4383
  },
4385
4384
  section: {
@@ -4387,7 +4386,6 @@ const themeDefaults = {
4387
4386
  flex: true,
4388
4387
  column: true,
4389
4388
  outline: true,
4390
- primary: true,
4391
4389
  itemsStart: true,
4392
4390
  gap: true,
4393
4391
  padding: true,
@@ -4407,7 +4405,6 @@ const themeDefaults = {
4407
4405
  noBorder: true,
4408
4406
  noRing: true,
4409
4407
  outline: true,
4410
- primary: true,
4411
4408
  sharp: true,
4412
4409
  },
4413
4410
  row: {
@@ -4419,7 +4416,6 @@ const themeDefaults = {
4419
4416
  noBorder: true,
4420
4417
  noRing: true,
4421
4418
  outline: true,
4422
- primary: true,
4423
4419
  sharp: true,
4424
4420
  },
4425
4421
  col: {
@@ -4430,48 +4426,42 @@ const themeDefaults = {
4430
4426
  noBorder: true,
4431
4427
  noRing: true,
4432
4428
  outline: true,
4433
- primary: true,
4434
4429
  sharp: true,
4435
4430
  },
4436
4431
  grid2: {
4437
4432
  md: true,
4438
4433
  grid: true,
4439
4434
  gap: true,
4440
- sharp: true,
4441
4435
  outline: true,
4442
- primary: true,
4436
+ sharp: true,
4443
4437
  },
4444
4438
  grid3: {
4445
4439
  md: true,
4446
4440
  grid: true,
4447
4441
  gap: true,
4448
- sharp: true,
4449
4442
  outline: true,
4450
- primary: true,
4443
+ sharp: true,
4451
4444
  },
4452
4445
  grid4: {
4453
4446
  md: true,
4454
4447
  grid: true,
4455
4448
  gap: true,
4456
- sharp: true,
4457
4449
  outline: true,
4458
- primary: true,
4450
+ sharp: true,
4459
4451
  },
4460
4452
  grid5: {
4461
4453
  md: true,
4462
4454
  grid: true,
4463
4455
  gap: true,
4464
- sharp: true,
4465
4456
  outline: true,
4466
- primary: true,
4457
+ sharp: true,
4467
4458
  },
4468
4459
  grid6: {
4469
4460
  md: true,
4470
4461
  grid: true,
4471
4462
  gap: true,
4472
- sharp: true,
4473
4463
  outline: true,
4474
- primary: true,
4464
+ sharp: true,
4475
4465
  },
4476
4466
  divider: {
4477
4467
  md: true,
@@ -5015,7 +5005,7 @@ const defaultDividerTheme = new ComponentTheme("div", "vane-divider h-(--bw) w-f
5015
5005
  },
5016
5006
  appearance: {
5017
5007
  // CSS-based approach: uses --border-color variable for divider background
5018
- background: new SimpleConsumerTheme({ base: '[background:var(--border-color)]' }, 'bg'),
5008
+ background: new SimpleConsumerTheme({ base: 'bg-(--border-color)' }, 'bg'),
5019
5009
  },
5020
5010
  layout: defaultLayoutsThemes,
5021
5011
  }, themeDefaults.divider, DIVIDER_CATEGORIES, undefined, 'layout');