@kaizen/components 0.0.0-canary-react-19-peer-20250303031741 → 0.0.0-canary-react-19-peer-20250303225703
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "0.0.0-canary-react-19-peer-
|
|
3
|
+
"version": "0.0.0-canary-react-19-peer-20250303225703",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"@floating-ui/react-dom": "^2.1.2",
|
|
106
|
-
"@headlessui/react": "
|
|
106
|
+
"@headlessui/react": "^2.2.0",
|
|
107
107
|
"@internationalized/date": "^3.6.0",
|
|
108
108
|
"@popperjs/core": "^2.11.8",
|
|
109
109
|
"@reach/tabs": "^0.18.0",
|
|
@@ -185,8 +185,8 @@
|
|
|
185
185
|
"svgo": "^3.3.2",
|
|
186
186
|
"tslib": "^2.8.1",
|
|
187
187
|
"tsx": "^4.19.2",
|
|
188
|
-
"@kaizen/
|
|
189
|
-
"@kaizen/
|
|
188
|
+
"@kaizen/package-bundler": "2.0.4",
|
|
189
|
+
"@kaizen/design-tokens": "0.0.0-canary-react-19-peer-20250303225703"
|
|
190
190
|
},
|
|
191
191
|
"devDependenciesComments": {
|
|
192
192
|
"sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",
|
|
@@ -136,7 +136,7 @@ export const GenericModal = ({
|
|
|
136
136
|
afterEnter={onAfterEnterHandler}
|
|
137
137
|
afterLeave={onAfterLeaveHandler}
|
|
138
138
|
data-generic-modal-transition-wrapper
|
|
139
|
-
onClick={(e: React.MouseEvent): void => e.stopPropagation()}
|
|
139
|
+
// onClick={(e: React.MouseEvent): void => e.stopPropagation()}
|
|
140
140
|
>
|
|
141
141
|
<FocusLock
|
|
142
142
|
disabled={focusLockDisabled}
|