@bcc-code/design-tokens 5.1.52 → 5.1.54

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/README.md CHANGED
@@ -26,7 +26,7 @@ When designers add or update PrimeVue component tokens via Figma:
26
26
 
27
27
  1. **Export from Figma** — Component tokens land in `tokens/aura/component.json`
28
28
  2. **Add theme overrides (recommended)** — For light/dark differentiation, add the component to both `tokens/aura/component/light.json` and `tokens/aura/component/dark.json`. Without these, the component will use the same tokens in both themes.
29
- 3. **Run the build** — `node export-tokens/build.js`
29
+ 3. **Run the build** — `node run build`
30
30
  4. **Check warnings** — The build will warn about components missing theme overrides
31
31
 
32
32
  Component tokens are automatically picked up from `component.json` — no manual list to maintain.
@@ -4144,13 +4144,13 @@ export default {
4144
4144
  "background": "{color.transparent}",
4145
4145
  "border": {
4146
4146
  "color": "{color.border.default}",
4147
- "width": "{border-width.1}"
4147
+ "width": "{border-width.0}"
4148
4148
  }
4149
4149
  },
4150
4150
  "tab": {
4151
4151
  "border": {
4152
4152
  "color": "{color.border.default}",
4153
- "width": "{border-width.1}"
4153
+ "width": "{border-width.0}"
4154
4154
  },
4155
4155
  "active": {
4156
4156
  "border": {
@@ -4144,13 +4144,13 @@ export default {
4144
4144
  "background": "{color.transparent}",
4145
4145
  "border": {
4146
4146
  "color": "{color.border.default}",
4147
- "width": "{border-width.1}"
4147
+ "width": "{border-width.0}"
4148
4148
  }
4149
4149
  },
4150
4150
  "tab": {
4151
4151
  "border": {
4152
4152
  "color": "{color.border.default}",
4153
- "width": "{border-width.1}"
4153
+ "width": "{border-width.0}"
4154
4154
  },
4155
4155
  "active": {
4156
4156
  "border": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.52",
3
+ "version": "5.1.54",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {