@scbt-ecom/ui 0.7.7 → 0.7.9

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/hybrid.js CHANGED
@@ -1501,7 +1501,7 @@ const q = /* @__PURE__ */ L(ye), Qe = {
1501
1501
  defaultVariants: {
1502
1502
  intent: "twoItems"
1503
1503
  }
1504
- }), Ae = u("", {
1504
+ }), Ae = u("desktop:max-h-[98px]", {
1505
1505
  variants: {
1506
1506
  intent: {
1507
1507
  twoItems: "",
@@ -1536,7 +1536,7 @@ const q = /* @__PURE__ */ L(ye), Qe = {
1536
1536
  }), ze = u("border-blue-grey-500 pb-6 mobile:mb-6 mobile:border-b mobile:last:pb-0 mobile:last:mb-0", {
1537
1537
  variants: {
1538
1538
  intent: {
1539
- twoItems: " last:border-none desktop:ml-8 desktop:border-r desktop:pr-8 desktop:first:ml-0 desktop:last:pr-0 desktop:pb-3 desktop:first:w-[292px]",
1539
+ twoItems: "last:border-none desktop:ml-8 desktop:border-r desktop:pr-8 desktop:first:ml-0 desktop:last:pr-0 desktop:pb-3",
1540
1540
  fourItems: " mobile:last:border-none desktop:w-[264px] desktop:odd:border-b desktop:pb-0 desktop:odd:pb-3"
1541
1541
  }
1542
1542
  },
@@ -1571,7 +1571,7 @@ const q = /* @__PURE__ */ L(ye), Qe = {
1571
1571
  ]
1572
1572
  }), Re = ({ data: o, intent: e }) => {
1573
1573
  const { title: i, description: r, popoverText: n } = o;
1574
- return /* @__PURE__ */ t.jsx("li", { className: a(ze({ intent: e })), children: /* @__PURE__ */ t.jsxs("div", { children: [
1574
+ return /* @__PURE__ */ t.jsx("li", { className: a(ze({ intent: e })), children: /* @__PURE__ */ t.jsxs("div", { className: "desktop:max-w-[264px]", children: [
1575
1575
  /* @__PURE__ */ t.jsxs("div", { className: a("mb-2 flex items-center gap-2"), children: [
1576
1576
  /* @__PURE__ */ t.jsx("h4", { className: a("mob-title-bold-m text-color-dark"), children: i }),
1577
1577
  n && /* @__PURE__ */ t.jsx(te, { triggerElement: /* @__PURE__ */ t.jsx(x, { className: a("size-4 text-icon-blue-grey-600"), name: "info/helpCircle" }), children: n })