rbro-tat-uds 1.5.59 → 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 +12 -4
- 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 {
|
@@ -15693,13 +15698,16 @@ const g0 = ({ children: e, ...r }) => a1.isValidElement(e) ? a1.cloneElement(e,
|
|
15693
15698
|
$featured: m,
|
15694
15699
|
$disabled: C,
|
15695
15700
|
$loading: x,
|
15701
|
+
...v,
|
15696
15702
|
onClick: (b) => {
|
15697
15703
|
var _;
|
15698
15704
|
C || x || (_ = v.onClick) == null || _.call(v, b);
|
15699
15705
|
},
|
15700
|
-
...v,
|
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: [
|