rbro-tat-uds 1.5.60 → 1.5.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/index.cjs.js +8 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +11 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -15531,11 +15531,16 @@ const g0 = ({ children: e, ...r }) => a1.isValidElement(e) ? a1.cloneElement(e,
|
|
15531
15531
|
background-color: ${t.blue_500};
|
15532
15532
|
border: 2px solid ${t.white};
|
15533
15533
|
border-radius: 9999px;
|
15534
|
-
color: ${t.white};
|
15535
|
-
font-size: 14px;
|
15536
15534
|
font-weight: 500;
|
15537
15535
|
line-height: 120%;
|
15538
15536
|
padding: 0px 6px;
|
15537
|
+
align-items: center;
|
15538
|
+
gap: 6px;
|
15539
|
+
|
15540
|
+
& > span {
|
15541
|
+
color: ${t.white};
|
15542
|
+
font-size: 14px;
|
15543
|
+
}
|
15539
15544
|
}
|
15540
15545
|
|
15541
15546
|
& > .j8k2m5n9p4q7r3 {
|
@@ -15699,7 +15704,10 @@ const g0 = ({ children: e, ...r }) => a1.isValidElement(e) ? a1.cloneElement(e,
|
|
15699
15704
|
C || x || (_ = v.onClick) == null || _.call(v, b);
|
15700
15705
|
},
|
15701
15706
|
children: [
|
15702
|
-
w > 0 && !x && /* @__PURE__ */ i.
|
15707
|
+
w > 0 && !x && /* @__PURE__ */ i.jsxs("div", { className: "a7b2c9d4e8f5h3", children: [
|
15708
|
+
/* @__PURE__ */ i.jsx("span", { children: w }),
|
15709
|
+
/* @__PURE__ */ i.jsx(W, { icon: "grocery-2", size: 14, color: t.white })
|
15710
|
+
] }),
|
15703
15711
|
x ? /* @__PURE__ */ i.jsx("div", { children: /* @__PURE__ */ i.jsx(Z2, { style: { opacity: 0.4 }, speed: 2 }) }) : g === "default" ? /* @__PURE__ */ i.jsxs("div", { className: "j8k2m5n9p4q7r3", children: [
|
15704
15712
|
/* @__PURE__ */ i.jsx("div", { children: /* @__PURE__ */ i.jsx("img", { src: e, alt: r }) }),
|
15705
15713
|
/* @__PURE__ */ i.jsxs("div", { children: [
|