@timeax/form-palette 0.0.39 → 0.1.1

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.
@@ -2925,6 +2925,7 @@ type FileVariantBaseProps = Pick<VariantBaseProps<FileItem[]>, "value" | "onValu
2925
2925
  dropIcon?: React.ReactNode;
2926
2926
  dropTitle?: React.ReactNode;
2927
2927
  dropDescription?: React.ReactNode;
2928
+ custom?: boolean;
2928
2929
  renderDropArea?: (ctx: {
2929
2930
  openPicker: () => void;
2930
2931
  isDragging: boolean;
@@ -2925,6 +2925,7 @@ type FileVariantBaseProps = Pick<VariantBaseProps<FileItem[]>, "value" | "onValu
2925
2925
  dropIcon?: React.ReactNode;
2926
2926
  dropTitle?: React.ReactNode;
2927
2927
  dropDescription?: React.ReactNode;
2928
+ custom?: boolean;
2928
2929
  renderDropArea?: (ctx: {
2929
2930
  openPicker: () => void;
2930
2931
  isDragging: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timeax/form-palette",
3
3
  "private": false,
4
- "version": "0.0.39",
4
+ "version": "0.1.1",
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",