@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.js
CHANGED
|
@@ -11359,9 +11359,9 @@ var Webcam = memo7(
|
|
|
11359
11359
|
{
|
|
11360
11360
|
ref: containerRef,
|
|
11361
11361
|
className: cn(
|
|
11362
|
-
className,
|
|
11363
11362
|
"webcam relative z-[1] mx-auto flex h-[222px] w-[332px] items-center justify-center overflow-hidden rounded-[6px] text-center",
|
|
11364
|
-
"kiosko:h-[620px] kiosko:max-h-[620px] kiosko:w-[890px] kiosko:max-w-[890px]"
|
|
11363
|
+
"kiosko:h-[620px] kiosko:max-h-[620px] kiosko:w-[890px] kiosko:max-w-[890px]",
|
|
11364
|
+
className
|
|
11365
11365
|
),
|
|
11366
11366
|
style: isMirroredInCSS ? mirroredTransformStyle : void 0,
|
|
11367
11367
|
children: [
|