@scbt-ecom/ui 0.12.1 → 0.12.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/client.js CHANGED
@@ -415,7 +415,7 @@ const Cy = w.forwardRef(
415
415
  {
416
416
  ref: r,
417
417
  className: O(
418
- "group flex w-full cursor-pointer items-center justify-between gap-5 rounded-sm border border-solid border-transparent bg-color-transparent px-6 py-5 outline-0 focus:border-primary-default",
418
+ "group flex w-full cursor-pointer items-center justify-between gap-5 rounded-sm border border-solid border-transparent bg-color-transparent px-6 py-5 outline-0 focus-visible:border-primary-default",
419
419
  e == null ? void 0 : e.trigger
420
420
  ),
421
421
  ...n,
@@ -35624,7 +35624,7 @@ const OW = ({
35624
35624
  {
35625
35625
  "data-id": "banner-advantages",
35626
35626
  className: O(
35627
- "flex items-center justify-center rounded-md bg-color-blue-grey-100 p-4 desktop:absolute desktop:bottom-[-50px] desktop:right-1/2 desktop:translate-x-1/2 desktop:p-0",
35627
+ "flex items-center justify-center rounded-md bg-color-blue-grey-100 p-4 pb-8 desktop:absolute desktop:bottom-[-50px] desktop:right-1/2 desktop:translate-x-1/2 desktop:p-0",
35628
35628
  i == null ? void 0 : i.advantageContainer
35629
35629
  ),
35630
35630
  children: r && (r == null ? void 0 : r.length) > 0 && /* @__PURE__ */ b.jsx(Qb, { classes: i, advantagesList: r })