@timeax/form-palette 0.0.10 → 0.0.11

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.mts CHANGED
@@ -709,7 +709,7 @@ interface VariantBaseProps<TValue> {
709
709
  * State flags.
710
710
  */
711
711
  disabled?: boolean;
712
- defaultValue?: TValue;
712
+ defaultValue?: any;
713
713
  readOnly?: boolean;
714
714
  required?: boolean;
715
715
  alias?: string;
package/dist/index.d.ts CHANGED
@@ -709,7 +709,7 @@ interface VariantBaseProps<TValue> {
709
709
  * State flags.
710
710
  */
711
711
  disabled?: boolean;
712
- defaultValue?: TValue;
712
+ defaultValue?: any;
713
713
  readOnly?: boolean;
714
714
  required?: boolean;
715
715
  alias?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timeax/form-palette",
3
3
  "private": false,
4
- "version": "0.0.10",
4
+ "version": "0.0.11",
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",