@chekinapp/ui 0.0.103 → 0.0.104
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -12108,7 +12108,7 @@ function ResponsiveSheet({
|
|
|
12108
12108
|
descriptionClassName,
|
|
12109
12109
|
showCloseButton = true,
|
|
12110
12110
|
showDrawerHandle = true,
|
|
12111
|
-
closeOnOverlayClick =
|
|
12111
|
+
closeOnOverlayClick = false,
|
|
12112
12112
|
closeOnEscape = true,
|
|
12113
12113
|
disableDrag = false
|
|
12114
12114
|
}) {
|