@open-condo/ui 1.24.0 → 1.24.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 CHANGED
@@ -69380,6 +69380,7 @@ function useModal_useModal() {
69380
69380
  var closeFn;
69381
69381
  var modal = /*#__PURE__*/external_react_default().createElement(Modal_useModal_HookModal, {
69382
69382
  key: modalCounter,
69383
+ ref: modalRef,
69383
69384
  afterClose: function afterClose() {
69384
69385
  var _closeFn;
69385
69386
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 20 Mar 2023 11:20:30 GMT
3
+ * Generated on Tue, 21 Mar 2023 12:40:56 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 20 Mar 2023 11:20:30 GMT
3
+ // Generated on Tue, 21 Mar 2023 12:40: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": "1.24.0",
11
+ "version": "1.24.1",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/open-condo-software/condo.git",