@open-condo/ui 2.29.0 → 2.29.1
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
|
@@ -47374,7 +47374,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
|
|
|
47374
47374
|
var isString = __webpack_require__(8138);
|
|
47375
47375
|
var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
|
|
47376
47376
|
;// CONCATENATED MODULE: ./package.json
|
|
47377
|
-
var package_namespaceObject = {"rE":"2.29.
|
|
47377
|
+
var package_namespaceObject = {"rE":"2.29.1"};
|
|
47378
47378
|
;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
|
|
47379
47379
|
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; }
|
|
47380
47380
|
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"React",
|
|
9
9
|
"components"
|
|
10
10
|
],
|
|
11
|
-
"version": "2.29.
|
|
11
|
+
"version": "2.29.1",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
14
|
"url": "git+https://github.com/open-condo-software/condo.git",
|
|
@@ -34,7 +34,7 @@
|
|
|
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",
|
|
37
|
-
"build:sb": "
|
|
37
|
+
"build:sb": "storybook build",
|
|
38
38
|
"dev": "yarn build:deps && yarn build:tokens && storybook dev -p 6006",
|
|
39
39
|
"watch": "yarn build:deps && yarn build:tokens && webpack --config webpack.dev.js"
|
|
40
40
|
},
|