@open-condo/ui 2.32.1 → 2.33.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.32.1"};
47380
+ var package_namespaceObject = {"rE":"2.33.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 Wed, 26 Feb 2025 13:53:44 GMT
3
+ * Generated on Thu, 06 Mar 2025 08:44:22 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 26 Feb 2025 13:53:44 GMT
3
+ // Generated on Thu, 06 Mar 2025 08:44:22 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.32.1",
11
+ "version": "2.33.0",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/open-condo-software/condo.git",
@@ -53,7 +53,8 @@
53
53
  "./dist/": "./dist/",
54
54
  "./style-vars/css": "./dist/style-vars/variables.css",
55
55
  "./style-vars/less": "./dist/style-vars/variables.less",
56
- "./hooks": "./dist/hooks.js"
56
+ "./hooks": "./dist/hooks.js",
57
+ "./events": "./dist/events.js"
57
58
  },
58
59
  "typesVersions": {
59
60
  "*": {
@@ -62,6 +63,9 @@
62
63
  ],
63
64
  "colors": [
64
65
  "dist/colors/index.d.ts"
66
+ ],
67
+ "events": [
68
+ "dist/events.d.ts"
65
69
  ]
66
70
  }
67
71
  },
@@ -129,6 +133,7 @@
129
133
  "classnames": "^2.3.2",
130
134
  "react-markdown": "^6",
131
135
  "react-phone-input-2": "^2.15.1",
132
- "remark-gfm": "^1"
136
+ "remark-gfm": "^1",
137
+ "zod": "^3.24.2"
133
138
  }
134
139
  }