@public-ui/react-hook-form-adapter 3.0.7-rc.0 → 4.0.0-alpha.0

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.d.cts CHANGED
@@ -1793,7 +1793,7 @@ type Toast = {
1793
1793
  render?: ToastRenderFunction;
1794
1794
  label: LabelPropType;
1795
1795
  type: AlertTypePropType;
1796
- variant?: AlertVariantPropType;
1796
+ variant?: 'card';
1797
1797
  onClose?: () => void;
1798
1798
  };
1799
1799
 
package/dist/index.d.mts CHANGED
@@ -1793,7 +1793,7 @@ type Toast = {
1793
1793
  render?: ToastRenderFunction;
1794
1794
  label: LabelPropType;
1795
1795
  type: AlertTypePropType;
1796
- variant?: AlertVariantPropType;
1796
+ variant?: 'card';
1797
1797
  onClose?: () => void;
1798
1798
  };
1799
1799
 
package/dist/index.d.ts CHANGED
@@ -1793,7 +1793,7 @@ type Toast = {
1793
1793
  render?: ToastRenderFunction;
1794
1794
  label: LabelPropType;
1795
1795
  type: AlertTypePropType;
1796
- variant?: AlertVariantPropType;
1796
+ variant?: 'card';
1797
1797
  onClose?: () => void;
1798
1798
  };
1799
1799
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react-hook-form-adapter",
3
- "version": "3.0.7-rc.0",
3
+ "version": "4.0.0-alpha.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -57,13 +57,13 @@
57
57
  "react-hook-form": "7.63.0",
58
58
  "typescript": "5.9.2",
59
59
  "unbuild": "3.6.1",
60
- "@public-ui/components": "3.0.7-rc.0",
61
- "@public-ui/react-v19": "3.0.7-rc.0"
60
+ "@public-ui/components": "4.0.0-alpha.0",
61
+ "@public-ui/react-v19": "4.0.0-alpha.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "react": "^19",
65
65
  "react-hook-form": "^7",
66
- "@public-ui/react-v19": "3.0.7-rc.0"
66
+ "@public-ui/react-v19": "4.0.0-alpha.0"
67
67
  },
68
68
  "sideEffects": false,
69
69
  "type": "module",