@vaneui/ui 0.9.0-alpha.20260107153112.7883b1f → 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/ui.css CHANGED
@@ -887,6 +887,9 @@
887
887
  .bg-\(--bg-color\) {
888
888
  background-color: var(--bg-color);
889
889
  }
890
+ .bg-\(--border-color\) {
891
+ background-color: var(--border-color);
892
+ }
890
893
  .bg-\(--color-bg-filled-primary\) {
891
894
  background-color: var(--color-bg-filled-primary);
892
895
  }
@@ -1378,9 +1381,6 @@
1378
1381
  .\[--size-unit\:4\] {
1379
1382
  --size-unit: 4;
1380
1383
  }
1381
- .\[background\:var\(--border-color\)\] {
1382
- background: var(--border-color);
1383
- }
1384
1384
  .ring-inset {
1385
1385
  --tw-ring-inset: inset;
1386
1386
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/ui",
3
- "version": "0.9.0-alpha.20260107153112.7883b1f",
3
+ "version": "0.9.0-alpha.20260108132757.32cb331",
4
4
  "description": "A simple and lightweight UI component library for React, built with Tailwind CSS.",
5
5
  "author": "",
6
6
  "license": "ISC",