@chekinapp/ui 0.0.102 → 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 CHANGED
@@ -11707,9 +11707,9 @@ var Webcam = (0, import_react85.memo)(
11707
11707
  {
11708
11708
  ref: containerRef,
11709
11709
  className: cn(
11710
- className,
11711
11710
  "webcam relative z-[1] mx-auto flex h-[222px] w-[332px] items-center justify-center overflow-hidden rounded-[6px] text-center",
11712
- "kiosko:h-[620px] kiosko:max-h-[620px] kiosko:w-[890px] kiosko:max-w-[890px]"
11711
+ "kiosko:h-[620px] kiosko:max-h-[620px] kiosko:w-[890px] kiosko:max-w-[890px]",
11712
+ className
11713
11713
  ),
11714
11714
  style: isMirroredInCSS ? mirroredTransformStyle : void 0,
11715
11715
  children: [
@@ -12108,7 +12108,7 @@ function ResponsiveSheet({
12108
12108
  descriptionClassName,
12109
12109
  showCloseButton = true,
12110
12110
  showDrawerHandle = true,
12111
- closeOnOverlayClick = true,
12111
+ closeOnOverlayClick = false,
12112
12112
  closeOnEscape = true,
12113
12113
  disableDrag = false
12114
12114
  }) {