@open-condo/ui 2.31.1 → 2.32.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
@@ -8,7 +8,7 @@
8
8
  "React",
9
9
  "components"
10
10
  ],
11
- "version": "2.31.1",
11
+ "version": "2.32.0",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/open-condo-software/condo.git",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "scripts": {
31
31
  "build:deps": "turbo build --filter=@open-condo/ui^...",
32
- "build:styles": "find src/tokens -mindepth 1 -not -name 'tokens.json' -delete && node bin/prepare-tokens.js && node bin/buildStyleVars/runner.js --web less css",
33
- "build:colors": "find src/colors -mindepth 1 -not -name 'index.ts' -delete && node bin/generate-colors.js",
32
+ "build:styles": "rimraf -g 'src/tokens/!(tokens.json)' && node bin/prepare-tokens.js && node bin/buildStyleVars/runner.js --web less css",
33
+ "build:colors": "rimraf -g 'src/colors/!(index.ts)' && node bin/generate-colors.js",
34
34
  "build:tokens": "yarn build:styles && yarn build:colors",
35
35
  "build:lib": "webpack --config webpack.prod.js && tsc --project tsconfig.prod.json",
36
36
  "build": "yarn build:tokens && yarn build:lib",
@@ -92,7 +92,7 @@
92
92
  "babel": "^6.23.0",
93
93
  "babel-loader": "^8.2.5",
94
94
  "chromatic": "^6.9.0",
95
- "commander": "^9.4.0",
95
+ "commander": "^11.0.0",
96
96
  "copy-webpack-plugin": "^11.0.0",
97
97
  "css-loader": "^6.7.1",
98
98
  "css-minimizer-webpack-plugin": "^4.0.0",
@@ -107,6 +107,7 @@
107
107
  "quicktype-core": "^6.0.71",
108
108
  "react": "^16.13.1",
109
109
  "react-dom": "^16.13.1",
110
+ "rimraf": "^6.0.1",
110
111
  "source-map-loader": "^4.0.1",
111
112
  "storybook": "7.6.20",
112
113
  "style-dictionary": "^3.9.2",