@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/lite.cjs
CHANGED
|
@@ -793,11 +793,10 @@ function DeviceFrame({
|
|
|
793
793
|
children: /* @__PURE__ */ jsxRuntime.jsx(DeviceErrorBoundary, { children })
|
|
794
794
|
}
|
|
795
795
|
),
|
|
796
|
-
DeviceSVGComponent && /* @__PURE__ */ jsxRuntime.
|
|
797
|
-
|
|
796
|
+
DeviceSVGComponent && /* @__PURE__ */ jsxRuntime.jsx("div", { ref: frameOverlayRef, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
797
|
+
DeviceSVGComponent,
|
|
798
798
|
{
|
|
799
|
-
|
|
800
|
-
className: "bielaframe-svg-overlay",
|
|
799
|
+
colorScheme,
|
|
801
800
|
style: {
|
|
802
801
|
position: "absolute",
|
|
803
802
|
top: 0,
|
|
@@ -805,24 +804,10 @@ function DeviceFrame({
|
|
|
805
804
|
width: frameTotalW,
|
|
806
805
|
height: frameTotalH,
|
|
807
806
|
pointerEvents: "none",
|
|
808
|
-
zIndex: 10
|
|
809
|
-
|
|
810
|
-
},
|
|
811
|
-
children: [
|
|
812
|
-
/* @__PURE__ */ jsxRuntime.jsx("style", { dangerouslySetInnerHTML: { __html: `.bielaframe-svg-overlay svg { width: 100% !important; height: 100% !important; }` } }),
|
|
813
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
814
|
-
DeviceSVGComponent,
|
|
815
|
-
{
|
|
816
|
-
colorScheme,
|
|
817
|
-
style: {
|
|
818
|
-
width: "100%",
|
|
819
|
-
height: "100%"
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
)
|
|
823
|
-
]
|
|
807
|
+
zIndex: 10
|
|
808
|
+
}
|
|
824
809
|
}
|
|
825
|
-
),
|
|
810
|
+
) }),
|
|
826
811
|
showSafeAreaOverlay && /* @__PURE__ */ jsxRuntime.jsx(
|
|
827
812
|
"div",
|
|
828
813
|
{
|