@open-condo/ui 2.31.1 → 2.31.2

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/dist/index.js CHANGED
@@ -47376,7 +47376,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
47376
47376
  var isString = __webpack_require__(8138);
47377
47377
  var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
47378
47378
  ;// CONCATENATED MODULE: ./package.json
47379
- var package_namespaceObject = {"rE":"2.31.1"};
47379
+ var package_namespaceObject = {"rE":"2.31.2"};
47380
47380
  ;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
47381
47381
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
47382
47382
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 16 Dec 2024 08:04:28 GMT
3
+ * Generated on Tue, 14 Jan 2025 12:08:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 16 Dec 2024 08:04:28 GMT
3
+ // Generated on Tue, 14 Jan 2025 12:08:42 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "React",
9
9
  "components"
10
10
  ],
11
- "version": "2.31.1",
11
+ "version": "2.31.2",
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",
@@ -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",