@open-condo/ui 1.12.2 → 1.12.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
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.12.2"};
47812
+ var package_namespaceObject = {"i8":"1.12.3"};
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
@@ -8,7 +8,7 @@
8
8
  "React",
9
9
  "components"
10
10
  ],
11
- "version": "1.12.2",
11
+ "version": "1.12.3",
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.0",
119
+ "@open-condo/icons": "1.0.1",
120
120
  "antd": "^4.24.3",
121
121
  "classnames": "^2.3.2",
122
122
  "react-markdown": "^6",