@chekinapp/ui 0.0.102 → 0.0.103
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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: [
|