@open-condo/ui 1.13.0 → 1.13.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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -48382,7 +48382,7 @@ var isString_default = /*#__PURE__*/__webpack_require__.n(lodash_isString);
|
|
|
48382
48382
|
var identity = __webpack_require__(23059);
|
|
48383
48383
|
var identity_default = /*#__PURE__*/__webpack_require__.n(identity);
|
|
48384
48384
|
;// CONCATENATED MODULE: ./package.json
|
|
48385
|
-
var package_namespaceObject = {"i8":"1.13.
|
|
48385
|
+
var package_namespaceObject = {"i8":"1.13.1"};
|
|
48386
48386
|
;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
|
|
48387
48387
|
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; }
|
|
48388
48388
|
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"React",
|
|
9
9
|
"components"
|
|
10
10
|
],
|
|
11
|
-
"version": "1.13.
|
|
11
|
+
"version": "1.13.1",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
14
|
"url": "git+https://github.com/open-condo-software/condo.git"
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"@ant-design/icons": "^4.7.0",
|
|
119
|
-
"@open-condo/icons": "1.0
|
|
119
|
+
"@open-condo/icons": "1.1.0",
|
|
120
120
|
"antd": "^4.24.3",
|
|
121
121
|
"classnames": "^2.3.2",
|
|
122
122
|
"react-markdown": "^6",
|