@scbt-ecom/ui 0.27.1 → 0.27.2

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/ui.js CHANGED
@@ -41704,7 +41704,7 @@ const qY = ({
41704
41704
  disabled: r,
41705
41705
  ref: o,
41706
41706
  className: z(
41707
- "flex h-6 max-h-6 w-6 max-w-6 items-center justify-center rounded-full",
41707
+ "flex h-6 max-h-6 min-h-6 w-6 min-w-6 max-w-6 items-center justify-center rounded-full",
41708
41708
  "relative rounded-sm border-2 border-blue-grey-700 outline-none",
41709
41709
  'after:left-1/2 after:top-1/2 after:h-10 after:w-10 after:-translate-x-1/2 after:-translate-y-1/2 after:content-[""]',
41710
41710
  "after:absolute after:rounded-full [&:not(:disabled)]:hover:after:bg-color-primary-tr-hover",
@@ -41717,7 +41717,16 @@ const qY = ({
41717
41717
  t == null ? void 0 : t.root,
41718
41718
  e
41719
41719
  ),
41720
- children: /* @__PURE__ */ T.jsx(vC, { className: "h-6 w-6 rounded-sm bg-color-primary-default group-disabled:bg-color-primary-disabled", children: /* @__PURE__ */ T.jsx(Be, { name: "general/check", className: "size-6 text-icon-white" }) })
41720
+ children: /* @__PURE__ */ T.jsx(
41721
+ vC,
41722
+ {
41723
+ className: z(
41724
+ "h-6 w-6 rounded-sm bg-color-primary-default group-disabled:bg-color-primary-disabled",
41725
+ t == null ? void 0 : t.indicator
41726
+ ),
41727
+ children: /* @__PURE__ */ T.jsx(Be, { name: "general/check", className: "size-6 text-icon-white" })
41728
+ }
41729
+ )
41721
41730
  }
41722
41731
  )
41723
41732
  );