@bcc-code/design-tokens 2.0.10 → 2.0.11

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.
@@ -1,7 +0,0 @@
1
- import { definePreset } from "@primeuix/themes";
2
- import Aura from "@primeuix/themes/aura";
3
- import BCCAuraOverride from "./override";
4
-
5
- const BCCPreset = definePreset(Aura, BCCAuraOverride);
6
-
7
- export default BCCPreset
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "Design tokens with CSS variables, Tailwind v4, and framework presets.",
5
5
  "type": "module",
6
6
  "main": "build/bcc/cdn/variables.css",
@@ -15,7 +15,8 @@
15
15
  "./bcc/primevue": {
16
16
  "types": "./build/bcc/primevue/index.d.ts",
17
17
  "default": "./build/bcc/primevue/index.js"
18
- }
18
+ },
19
+ "./bcc/primevue/js": "./build/bcc/primevue/index.js"
19
20
  },
20
21
  "files": [
21
22
  "build/**/*",