@helixui/library 3.0.0 → 3.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helixui/library",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "Enterprise Web Component Library built with Lit 3.x",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -53,6 +53,7 @@
53
53
  "dist/utilities/**",
54
54
  "dist/utils/**",
55
55
  "custom-elements.json",
56
+ "figma-inventory.json",
56
57
  "fouc.css"
57
58
  ],
58
59
  "customElements": "custom-elements.json",
@@ -95,6 +96,7 @@
95
96
  "axe-core": "^4.11.1",
96
97
  "playwright": "^1.50.0",
97
98
  "typescript": "^5.7.2",
99
+ "tsx": "^4.21.0",
98
100
  "vite": "^6.2.0",
99
101
  "vite-plugin-dts": "^4.5.4",
100
102
  "vitest": "^3.0.0"
@@ -118,8 +120,11 @@
118
120
  "test:smart": "bash ../../scripts/test-smart.sh",
119
121
  "test:shard": "bash ../../scripts/test-shard.sh",
120
122
  "test:component": "vitest run",
121
- "cem": "custom-elements-manifest analyze --litelement --globs \"src/components/**/*.ts\" --exclude \"**/*.stories.ts\" --exclude \"**/*.styles.ts\" && node ../../scripts/validate-cem.mjs",
123
+ "cem": "custom-elements-manifest analyze --litelement --globs \"src/components/**/*.ts\" --exclude \"**/*.stories.ts\" --exclude \"**/*.styles.ts\" && node ../../scripts/validate-cem.mjs && pnpm run figma:inventory",
122
124
  "cem:watch": "custom-elements-manifest analyze --litelement --globs \"src/components/**/*.ts\" --exclude \"**/*.stories.ts\" --exclude \"**/*.styles.ts\" --watch",
125
+ "figma:inventory": "tsx scripts/generate-figma-inventory.ts",
126
+ "figma:inventory:check": "tsx scripts/generate-figma-inventory.ts --check",
127
+ "test:scripts": "vitest run --config vitest.scripts.config.ts",
123
128
  "build:cdn": "node scripts/build-cdn.mjs",
124
129
  "generate:drupal-libraries": "tsx ../../scripts/generate-drupal-libraries.ts",
125
130
  "lint": "eslint src/",