@openfin/ui-library 0.31.3-alpha.20251110205221.154c3f9 → 0.31.3-alpha.20251120050723.56a10f6

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.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfin/ui-library",
3
3
  "description": "OpenFin UI Component Library",
4
- "version": "0.31.3-alpha.20251110205221.154c3f9",
4
+ "version": "0.31.3-alpha.20251120050723.56a10f6",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": {
@@ -52,6 +52,9 @@
52
52
  "build:types": "node scripts/generate-bem-types.js",
53
53
  "build:scss": "sass src/styles:dist/styles --style=compressed",
54
54
  "build:scss:dev": "sass src/styles:dist/styles --style=expanded",
55
+ "build:styles": "npm run build:scss && npm run build:types",
56
+ "build:styles:dev": "npm run build:scss:dev && npm run build:types",
57
+ "generate:tokens": "node scripts/generate-tokens.js",
55
58
  "build:dev": "webpack build --config webpack.config.js --mode development && yalc push",
56
59
  "build:watch": "webpack build --config webpack.config.js --mode development --watch",
57
60
  "test:ci": "jest",