@mindtris/ui 0.1.17 → 0.1.18

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.mjs CHANGED
@@ -12291,8 +12291,8 @@ function SelectItem({ className, children, ...props }) {
12291
12291
  ),
12292
12292
  ...props,
12293
12293
  children: [
12294
- /* @__PURE__ */ jsx69(SelectPrimitive.ItemText, { children }),
12295
- /* @__PURE__ */ jsx69(SelectPrimitive.ItemIndicator, { className: "absolute right-2.5 top-1/2 -translate-y-1/2 inline-flex h-5 w-5 shrink-0 items-center justify-center rounded-full bg-primary", children: /* @__PURE__ */ jsx69(Check6, { className: "h-3 w-3 text-primary-foreground", "aria-hidden": true }) })
12294
+ /* @__PURE__ */ jsx69("span", { className: "absolute right-2.5 top-1/2 -translate-y-1/2 flex h-5 w-5 shrink-0 items-center justify-center pointer-events-none", children: /* @__PURE__ */ jsx69(SelectPrimitive.ItemIndicator, { asChild: true, children: /* @__PURE__ */ jsx69("div", { className: "flex h-5 w-5 items-center justify-center rounded-full bg-primary shadow-sm", children: /* @__PURE__ */ jsx69(Check6, { className: "h-3 w-3 text-white", strokeWidth: 3, "aria-hidden": true }) }) }) }),
12295
+ /* @__PURE__ */ jsx69(SelectPrimitive.ItemText, { children })
12296
12296
  ]
12297
12297
  }
12298
12298
  );