@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.
@@ -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-07T16:19:42.428Z
5
+ * Generated on: 2026-01-08T13:27:58.939Z
6
6
  */
7
7
  export interface PropDescription {
8
8
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/theme/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,aAoT3B,CAAC"}
1
+ {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/theme/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,aA0S3B,CAAC"}
package/dist/index.esm.js CHANGED
@@ -237,7 +237,7 @@ const ComponentCategories = {
237
237
  * Auto-generated prop descriptions from JSDoc comments.
238
238
  * DO NOT EDIT MANUALLY - Run 'npm run props:generate' to regenerate.
239
239
  *
240
- * Generated on: 2026-01-07T16:19:42.428Z
240
+ * Generated on: 2026-01-08T13:27:58.939Z
241
241
  */
242
242
  const PropDescriptions = {
243
243
  "appearance": {
@@ -4377,7 +4377,6 @@ const themeDefaults = {
4377
4377
  itemsCenter: true,
4378
4378
  gap: true,
4379
4379
  outline: true,
4380
- primary: true,
4381
4380
  sharp: true,
4382
4381
  },
4383
4382
  section: {
@@ -4385,7 +4384,6 @@ const themeDefaults = {
4385
4384
  flex: true,
4386
4385
  column: true,
4387
4386
  outline: true,
4388
- primary: true,
4389
4387
  itemsStart: true,
4390
4388
  gap: true,
4391
4389
  padding: true,
@@ -4405,7 +4403,6 @@ const themeDefaults = {
4405
4403
  noBorder: true,
4406
4404
  noRing: true,
4407
4405
  outline: true,
4408
- primary: true,
4409
4406
  sharp: true,
4410
4407
  },
4411
4408
  row: {
@@ -4417,7 +4414,6 @@ const themeDefaults = {
4417
4414
  noBorder: true,
4418
4415
  noRing: true,
4419
4416
  outline: true,
4420
- primary: true,
4421
4417
  sharp: true,
4422
4418
  },
4423
4419
  col: {
@@ -4428,48 +4424,42 @@ const themeDefaults = {
4428
4424
  noBorder: true,
4429
4425
  noRing: true,
4430
4426
  outline: true,
4431
- primary: true,
4432
4427
  sharp: true,
4433
4428
  },
4434
4429
  grid2: {
4435
4430
  md: true,
4436
4431
  grid: true,
4437
4432
  gap: true,
4438
- sharp: true,
4439
4433
  outline: true,
4440
- primary: true,
4434
+ sharp: true,
4441
4435
  },
4442
4436
  grid3: {
4443
4437
  md: true,
4444
4438
  grid: true,
4445
4439
  gap: true,
4446
- sharp: true,
4447
4440
  outline: true,
4448
- primary: true,
4441
+ sharp: true,
4449
4442
  },
4450
4443
  grid4: {
4451
4444
  md: true,
4452
4445
  grid: true,
4453
4446
  gap: true,
4454
- sharp: true,
4455
4447
  outline: true,
4456
- primary: true,
4448
+ sharp: true,
4457
4449
  },
4458
4450
  grid5: {
4459
4451
  md: true,
4460
4452
  grid: true,
4461
4453
  gap: true,
4462
- sharp: true,
4463
4454
  outline: true,
4464
- primary: true,
4455
+ sharp: true,
4465
4456
  },
4466
4457
  grid6: {
4467
4458
  md: true,
4468
4459
  grid: true,
4469
4460
  gap: true,
4470
- sharp: true,
4471
4461
  outline: true,
4472
- primary: true,
4462
+ sharp: true,
4473
4463
  },
4474
4464
  divider: {
4475
4465
  md: true,
@@ -5013,7 +5003,7 @@ const defaultDividerTheme = new ComponentTheme("div", "vane-divider h-(--bw) w-f
5013
5003
  },
5014
5004
  appearance: {
5015
5005
  // CSS-based approach: uses --border-color variable for divider background
5016
- background: new SimpleConsumerTheme({ base: '[background:var(--border-color)]' }, 'bg'),
5006
+ background: new SimpleConsumerTheme({ base: 'bg-(--border-color)' }, 'bg'),
5017
5007
  },
5018
5008
  layout: defaultLayoutsThemes,
5019
5009
  }, themeDefaults.divider, DIVIDER_CATEGORIES, undefined, 'layout');