rbro-tat-uds 1.4.2 → 1.4.3
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -5904,7 +5904,7 @@ const ht = w.div`
|
|
5904
5904
|
disabled: i = !1,
|
5905
5905
|
message: a = !1,
|
5906
5906
|
messageText: s = "Personalizeaza parametrii produsului in pasul anterior.",
|
5907
|
-
messageIcon: d
|
5907
|
+
messageIcon: d,
|
5908
5908
|
buttonOnClick: h,
|
5909
5909
|
...C
|
5910
5910
|
}) => /* @__PURE__ */ r.jsx(
|
@@ -5917,7 +5917,7 @@ const ht = w.div`
|
|
5917
5917
|
$message: a,
|
5918
5918
|
...C,
|
5919
5919
|
children: a ? /* @__PURE__ */ r.jsxs("div", { style: { display: "flex", gap: 10 }, children: [
|
5920
|
-
/* @__PURE__ */ r.jsx(H, { icon: d, size: 20, color: t.gray_500 }),
|
5920
|
+
!!d && /* @__PURE__ */ r.jsx(H, { icon: d, size: 20, color: t.gray_500 }),
|
5921
5921
|
/* @__PURE__ */ r.jsx("span", { style: { color: t.gray_600 }, children: s })
|
5922
5922
|
] }) : /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
5923
5923
|
n && n.length && /* @__PURE__ */ r.jsx("span", { children: n }),
|