@open-condo/ui 2.38.0 → 2.39.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 CHANGED
@@ -47377,7 +47377,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
47377
47377
  var isString = __webpack_require__(8138);
47378
47378
  var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
47379
47379
  ;// CONCATENATED MODULE: ./package.json
47380
- var package_namespaceObject = {"rE":"2.38.0"};
47380
+ var package_namespaceObject = {"rE":"2.39.0"};
47381
47381
  ;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
47382
47382
  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; }
47383
47383
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 11 Apr 2025 15:41:21 GMT
3
+ * Generated on Mon, 14 Apr 2025 12:36:17 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 11 Apr 2025 15:41:21 GMT
3
+ // Generated on Mon, 14 Apr 2025 12:36:17 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.38.0",
11
+ "version": "2.39.0",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/open-condo-software/condo.git",
@@ -66,6 +66,9 @@
66
66
  ],
67
67
  "events": [
68
68
  "dist/events.d.ts"
69
+ ],
70
+ "hooks": [
71
+ "dist/hooks.d.ts"
69
72
  ]
70
73
  }
71
74
  },
@@ -127,7 +130,6 @@
127
130
  "access": "public"
128
131
  },
129
132
  "dependencies": {
130
- "@ant-design/icons": "^4.7.0",
131
133
  "@open-condo/icons": "^1.16.0",
132
134
  "antd": "^4.24.12",
133
135
  "classnames": "^2.3.2",