lkd-web-kit 0.7.6 → 0.7.7

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.
@@ -15,7 +15,6 @@ const MyRadioGroup = ({
15
15
  return /* @__PURE__ */ jsxRuntime.jsx(core.Radio.Group, { ...radioGroupProps, children: /* @__PURE__ */ jsxRuntime.jsx(Container, { gap, children: options.map((option, index) => /* @__PURE__ */ jsxRuntime.jsx(
16
16
  core.Radio,
17
17
  {
18
- disabled: radioGroupProps.disabled || option.disabled,
19
18
  ...option
20
19
  },
21
20
  String(option.value) || String(index)
@@ -11,7 +11,6 @@ const MyRadioGroup = ({
11
11
  return /* @__PURE__ */ jsx(Radio.Group, { ...radioGroupProps, children: /* @__PURE__ */ jsx(Container, { gap, children: options.map((option, index) => /* @__PURE__ */ jsx(
12
12
  Radio,
13
13
  {
14
- disabled: radioGroupProps.disabled || option.disabled,
15
14
  ...option
16
15
  },
17
16
  String(option.value) || String(index)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lkd-web-kit",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "description": "A template for creating React component libraries with Vite.",
5
5
  "author": "LKD",
6
6
  "license": "MIT",
@@ -57,10 +57,10 @@
57
57
  "@mantine/dates": "^8.3.7",
58
58
  "@mantine/hooks": "^8.3.7",
59
59
  "@mantine/notifications": "^8.3.7",
60
- "@tanstack/react-query": "^5.90.7",
60
+ "@tanstack/react-query": "^5.90.9",
61
61
  "clsx": "^2.1.1",
62
62
  "ky": "^1.14.0",
63
- "next": "^16.0.1",
63
+ "next": "^16.0.3",
64
64
  "react": "^19.2.0",
65
65
  "react-dom": "^19.2.0",
66
66
  "react-hook-form": "^7.66.0",