hasting-swatchcart-module 1.0.38 → 1.0.39

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/main.js CHANGED
@@ -22569,19 +22569,19 @@ const _f = ({
22569
22569
  placeholder: "Search",
22570
22570
  value: l,
22571
22571
  onChange: (k) => c(k.target.value),
22572
- className: `\r
22573
- h-full w-full rounded-2xl border border-[var(--border)] bg-[var(--background)]\r
22574
- px-4 pr-8 text-sm text-black placeholder-[var(--text-muted)]\r
22575
- transition focus:border-[var(--main-accent-color)] focus:outline-none\r
22572
+ className: `
22573
+ h-full w-full rounded-2xl border border-[var(--border)] bg-[var(--background)]
22574
+ px-4 pr-8 text-sm text-black placeholder-[var(--text-muted)]
22575
+ transition focus:border-[var(--main-accent-color)] focus:outline-none
22576
22576
  `
22577
22577
  }
22578
22578
  ),
22579
22579
  /* @__PURE__ */ p(
22580
22580
  "div",
22581
22581
  {
22582
- className: `\r
22583
- pointer-events-none absolute right-3 top-1/2 -translate-y-1/2 sm:right-4\r
22584
- [&_svg_path]:stroke-[var(--svg-dark)]\r
22582
+ className: `
22583
+ pointer-events-none absolute right-3 top-1/2 -translate-y-1/2 sm:right-4
22584
+ [&_svg_path]:stroke-[var(--svg-dark)]
22585
22585
  `,
22586
22586
  children: /* @__PURE__ */ p(Tp, { width: 20, height: 20 })
22587
22587
  }