@crystallize/design-system 1.24.11 → 1.24.12
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/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.24.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7eb18e2: It was found that then a dialog has the modal prop set to true, after closing it in Safari the UI is not responsive. I guess radix was keeping the events and did not clear state after closing it. Upgrading to version 1.0.5 seems to fixed the issue.
|
|
8
|
+
|
|
3
9
|
## 1.24.11
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystallize/design-system",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.12",
|
|
4
4
|
"types": "./dist/index.d.ts",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@lexical/yjs": "0.12.4",
|
|
40
40
|
"@radix-ui/react-checkbox": "1.0.1",
|
|
41
41
|
"@radix-ui/react-collapsible": "1.0.0",
|
|
42
|
-
"@radix-ui/react-dialog": "1.0.
|
|
42
|
+
"@radix-ui/react-dialog": "1.0.5",
|
|
43
43
|
"@radix-ui/react-dropdown-menu": "2.0.6",
|
|
44
44
|
"@radix-ui/react-popover": "1.0.0",
|
|
45
45
|
"@radix-ui/react-progress": "^1.0.1",
|