@apdesign/oms-agent 0.1.4 → 0.1.6
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-lib/oms-agent.mjs
CHANGED
|
@@ -6554,7 +6554,7 @@ function bu({
|
|
|
6554
6554
|
onStopInspecting: r,
|
|
6555
6555
|
onClearSelection: o
|
|
6556
6556
|
}) {
|
|
6557
|
-
const [s, i] = ce(!
|
|
6557
|
+
const [s, i] = ce(!1), [a, c] = ce(() => ({
|
|
6558
6558
|
width: window.innerWidth,
|
|
6559
6559
|
height: window.innerHeight
|
|
6560
6560
|
})), [u, l] = ce(() => pu() ?? du()), d = nt(!1), p = nt({
|
|
@@ -6592,7 +6592,7 @@ function bu({
|
|
|
6592
6592
|
const m = (_) => {
|
|
6593
6593
|
window.localStorage.setItem(ct, JSON.stringify(_));
|
|
6594
6594
|
};
|
|
6595
|
-
return /* @__PURE__ */ D("div", { "data-oms-agent-root": !0, children: [
|
|
6595
|
+
return /* @__PURE__ */ D("div", { id: "oms-agent-root", "data-oms-agent-root": !0, children: [
|
|
6596
6596
|
/* @__PURE__ */ N(
|
|
6597
6597
|
eu,
|
|
6598
6598
|
{
|