@open-condo/ui 2.6.0 → 2.6.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
@@ -47018,7 +47018,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
47018
47018
  var isString = __webpack_require__(85505);
47019
47019
  var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
47020
47020
  ;// CONCATENATED MODULE: ./package.json
47021
- var package_namespaceObject = {"i8":"2.6.0"};
47021
+ var package_namespaceObject = {"i8":"2.6.2"};
47022
47022
  ;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
47023
47023
  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; }
47024
47024
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 01 Aug 2023 06:27:05 GMT
3
+ * Generated on Fri, 11 Aug 2023 08:30:56 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 01 Aug 2023 06:27:05 GMT
3
+ // Generated on Fri, 11 Aug 2023 08:30:56 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.6.0",
11
+ "version": "2.6.2",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/open-condo-software/condo.git",
@@ -121,7 +121,7 @@
121
121
  },
122
122
  "dependencies": {
123
123
  "@ant-design/icons": "^4.7.0",
124
- "@open-condo/icons": "^1.11.0",
124
+ "@open-condo/icons": "^1.11.2",
125
125
  "antd": "^4.24.12",
126
126
  "classnames": "^2.3.2",
127
127
  "react-markdown": "^6",