welcome-ui 10.0.2 → 10.0.3

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.
@@ -982,7 +982,7 @@ const z = H(V), pe = U(
982
982
  hideOnClick: !c || c === "radio" || c === "radio-mark",
983
983
  ...i,
984
984
  onClick: (a) => {
985
- a.preventDefault(), a.stopPropagation(), o == null || o(a);
985
+ a.stopPropagation(), o == null || o(a);
986
986
  },
987
987
  ref: s,
988
988
  render: /* @__PURE__ */ l(n, { className: z("item", t), children: (() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "welcome-ui",
3
- "version": "10.0.2",
3
+ "version": "10.0.3",
4
4
  "description": "Customizable design system with react, typescript, tailwindcss and ariakit.",
5
5
  "files": [
6
6
  "dist"