trimble-terra 0.0.60 → 0.0.61
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/trimble-terra.js +2 -2
- package/package.json +1 -1
package/dist/trimble-terra.js
CHANGED
|
@@ -771,7 +771,7 @@ const Ve = ({
|
|
|
771
771
|
else if (a == "")
|
|
772
772
|
return null;
|
|
773
773
|
} else return null;
|
|
774
|
-
return /* @__PURE__ */ u.jsx(
|
|
774
|
+
return /* @__PURE__ */ u.jsx(
|
|
775
775
|
"svg",
|
|
776
776
|
{
|
|
777
777
|
...o,
|
|
@@ -782,7 +782,7 @@ const Ve = ({
|
|
|
782
782
|
style: { width: `${n}px` || "16px", height: `${n}px` || "16px" },
|
|
783
783
|
children: /* @__PURE__ */ u.jsx("use", { href: a && d })
|
|
784
784
|
}
|
|
785
|
-
)
|
|
785
|
+
);
|
|
786
786
|
}, Ki = ({
|
|
787
787
|
iconMachineName: a,
|
|
788
788
|
header: n,
|