@timeax/form-palette 0.0.33 → 0.0.34

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.
@@ -1840,7 +1840,7 @@ type Density = "default" | "dense";
1840
1840
  * This uses Switch as the underlying control, but we keep
1841
1841
  * the API surface small and focused.
1842
1842
  */
1843
- interface ShadcnToggleUiProps extends Omit<React.ComponentProps<typeof Switch>, "checked" | "onCheckedChange" | "className"> {
1843
+ interface ShadcnToggleUiProps extends Omit<React.ComponentProps<typeof Switch>, "checked" | "onCheckedChange" | "className" | 'defaultValue' | 'onChange'> {
1844
1844
  /**
1845
1845
  * Visual size of the switch / text.
1846
1846
  * Default: "md".
@@ -1840,7 +1840,7 @@ type Density = "default" | "dense";
1840
1840
  * This uses Switch as the underlying control, but we keep
1841
1841
  * the API surface small and focused.
1842
1842
  */
1843
- interface ShadcnToggleUiProps extends Omit<React.ComponentProps<typeof Switch>, "checked" | "onCheckedChange" | "className"> {
1843
+ interface ShadcnToggleUiProps extends Omit<React.ComponentProps<typeof Switch>, "checked" | "onCheckedChange" | "className" | 'defaultValue' | 'onChange'> {
1844
1844
  /**
1845
1845
  * Visual size of the switch / text.
1846
1846
  * Default: "md".
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timeax/form-palette",
3
3
  "private": false,
4
- "version": "0.0.33",
4
+ "version": "0.0.34",
5
5
  "description": "This package extracts and standardizes the **form + input + variant system** from an existing Laravel/Inertia/React project into a **reusable, framework-friendly** library",
6
6
  "keywords": [
7
7
  "Form",