@biela.dev/core 1.7.7 → 1.7.8
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 +6 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -21
- package/dist/index.js.map +1 -1
- package/dist/lite.cjs +6 -21
- package/dist/lite.cjs.map +1 -1
- package/dist/lite.js +6 -21
- package/dist/lite.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -703,11 +703,10 @@ function DeviceFrame({
|
|
|
703
703
|
children: /* @__PURE__ */ jsxRuntime.jsx(DeviceErrorBoundary, { children })
|
|
704
704
|
}
|
|
705
705
|
),
|
|
706
|
-
DeviceSVGComponent && /* @__PURE__ */ jsxRuntime.
|
|
707
|
-
|
|
706
|
+
DeviceSVGComponent && /* @__PURE__ */ jsxRuntime.jsx("div", { ref: frameOverlayRef, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
707
|
+
DeviceSVGComponent,
|
|
708
708
|
{
|
|
709
|
-
|
|
710
|
-
className: "bielaframe-svg-overlay",
|
|
709
|
+
colorScheme,
|
|
711
710
|
style: {
|
|
712
711
|
position: "absolute",
|
|
713
712
|
top: 0,
|
|
@@ -715,24 +714,10 @@ function DeviceFrame({
|
|
|
715
714
|
width: frameTotalW,
|
|
716
715
|
height: frameTotalH,
|
|
717
716
|
pointerEvents: "none",
|
|
718
|
-
zIndex: 10
|
|
719
|
-
|
|
720
|
-
},
|
|
721
|
-
children: [
|
|
722
|
-
/* @__PURE__ */ jsxRuntime.jsx("style", { dangerouslySetInnerHTML: { __html: `.bielaframe-svg-overlay svg { width: 100% !important; height: 100% !important; }` } }),
|
|
723
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
724
|
-
DeviceSVGComponent,
|
|
725
|
-
{
|
|
726
|
-
colorScheme,
|
|
727
|
-
style: {
|
|
728
|
-
width: "100%",
|
|
729
|
-
height: "100%"
|
|
730
|
-
}
|
|
731
|
-
}
|
|
732
|
-
)
|
|
733
|
-
]
|
|
717
|
+
zIndex: 10
|
|
718
|
+
}
|
|
734
719
|
}
|
|
735
|
-
),
|
|
720
|
+
) }),
|
|
736
721
|
showSafeAreaOverlay && /* @__PURE__ */ jsxRuntime.jsx(
|
|
737
722
|
"div",
|
|
738
723
|
{
|