@open-condo/ui 1.11.3 → 1.12.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/dist/index.js +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -47809,7 +47809,7 @@ var isString_default = /*#__PURE__*/__webpack_require__.n(lodash_isString);
|
|
|
47809
47809
|
var identity = __webpack_require__(23059);
|
|
47810
47810
|
var identity_default = /*#__PURE__*/__webpack_require__.n(identity);
|
|
47811
47811
|
;// CONCATENATED MODULE: ./package.json
|
|
47812
|
-
var package_namespaceObject = {"i8":"1.
|
|
47812
|
+
var package_namespaceObject = {"i8":"1.12.0"};
|
|
47813
47813
|
;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
|
|
47814
47814
|
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; }
|
|
47815
47815
|
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"UI",
|
|
8
8
|
"React"
|
|
9
9
|
],
|
|
10
|
-
"version": "1.
|
|
10
|
+
"version": "1.12.0",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git+https://github.com/open-condo-software/condo.git"
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"@babel/preset-react": "^7.18.6",
|
|
70
70
|
"@babel/preset-typescript": "^7.18.6",
|
|
71
71
|
"@mdx-js/react": "^1.6.22",
|
|
72
|
+
"@open-condo/tsconfig": "1.0.0",
|
|
72
73
|
"@storybook/addon-actions": "^6.5.10",
|
|
73
74
|
"@storybook/addon-docs": "^6.5.10",
|
|
74
75
|
"@storybook/addon-essentials": "^6.5.10",
|