@pixpilot/formily-shadcn 0.52.0 → 0.53.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/components/Checkbox.d.ts +2 -2
- package/dist/components/DatePicker.d.cts +1 -1
- package/dist/components/DatePicker.d.ts +3 -3
- package/dist/components/Form.d.cts +2 -2
- package/dist/components/FormGrid.d.cts +2 -2
- package/dist/components/IconPicker.d.cts +3 -3
- package/dist/components/IconPicker.d.ts +3 -3
- package/dist/components/IconToggle.d.cts +2 -2
- package/dist/components/IconToggle.d.ts +2 -2
- package/dist/components/Input.d.cts +3 -3
- package/dist/components/Input.d.ts +3 -3
- package/dist/components/ObjectContainer.d.cts +1 -1
- package/dist/components/ObjectContainer.d.ts +1 -1
- package/dist/components/Rating.d.cts +4 -4
- package/dist/components/Separator.d.cts +2 -2
- package/dist/components/Switch.d.cts +2 -2
- package/dist/components/Switch.d.ts +2 -2
- package/dist/components/Textarea.d.cts +2 -2
- package/dist/components/Textarea.d.ts +2 -2
- package/dist/components/file-upload/FileUpload.d.cts +8 -8
- package/dist/components/file-upload/FileUploadInline.d.cts +8 -8
- package/dist/components/schema-field/schema-field-basics.d.cts +292 -292
- package/dist/components/schema-field/schema-field-basics.d.ts +11 -11
- package/dist/components/schema-field/schema-field-extended.d.cts +622 -622
- package/dist/components/schema-field/schema-field-extended.d.ts +11 -11
- package/dist/components/schema-field/schema-field.d.cts +401 -401
- package/dist/components/schema-field/schema-field.d.ts +11 -11
- package/dist/components/slider/Slider.d.cts +3 -3
- package/dist/components/slider/Slider.d.ts +3 -3
- package/dist/components/slider/SliderInput.d.cts +3 -3
- package/dist/components/slider/SliderInput.d.ts +3 -3
- package/dist/components/slider/SliderSelect.d.cts +3 -3
- package/dist/components/slider/SliderSelect.d.ts +3 -3
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +3 -3
|
@@ -115,7 +115,7 @@ declare const defaultComponentRegistry: {
|
|
|
115
115
|
value?: Date;
|
|
116
116
|
onChange?: (date: Date | undefined) => void;
|
|
117
117
|
placeholder?: string;
|
|
118
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
118
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
119
119
|
decorator: string;
|
|
120
120
|
};
|
|
121
121
|
FormGrid: {
|
|
@@ -217,7 +217,7 @@ declare const defaultComponents: {
|
|
|
217
217
|
value?: Date;
|
|
218
218
|
onChange?: (date: Date | undefined) => void;
|
|
219
219
|
placeholder?: string;
|
|
220
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
220
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
221
221
|
FormGrid: typeof FormGrid;
|
|
222
222
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
223
223
|
children?: react747.ReactNode | undefined;
|
|
@@ -287,7 +287,7 @@ declare const SchemaField: {
|
|
|
287
287
|
value?: Date;
|
|
288
288
|
onChange?: (date: Date | undefined) => void;
|
|
289
289
|
placeholder?: string;
|
|
290
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
290
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
291
291
|
FormGrid: typeof FormGrid;
|
|
292
292
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
293
293
|
children?: react747.ReactNode | undefined;
|
|
@@ -356,7 +356,7 @@ declare const SchemaField: {
|
|
|
356
356
|
value?: Date;
|
|
357
357
|
onChange?: (date: Date | undefined) => void;
|
|
358
358
|
placeholder?: string;
|
|
359
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
359
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
360
360
|
FormGrid: typeof FormGrid;
|
|
361
361
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
362
362
|
children?: react747.ReactNode | undefined;
|
|
@@ -425,7 +425,7 @@ declare const SchemaField: {
|
|
|
425
425
|
value?: Date;
|
|
426
426
|
onChange?: (date: Date | undefined) => void;
|
|
427
427
|
placeholder?: string;
|
|
428
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
428
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
429
429
|
FormGrid: typeof FormGrid;
|
|
430
430
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
431
431
|
children?: react747.ReactNode | undefined;
|
|
@@ -494,7 +494,7 @@ declare const SchemaField: {
|
|
|
494
494
|
value?: Date;
|
|
495
495
|
onChange?: (date: Date | undefined) => void;
|
|
496
496
|
placeholder?: string;
|
|
497
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
497
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
498
498
|
FormGrid: typeof FormGrid;
|
|
499
499
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
500
500
|
children?: react747.ReactNode | undefined;
|
|
@@ -563,7 +563,7 @@ declare const SchemaField: {
|
|
|
563
563
|
value?: Date;
|
|
564
564
|
onChange?: (date: Date | undefined) => void;
|
|
565
565
|
placeholder?: string;
|
|
566
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
566
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
567
567
|
FormGrid: typeof FormGrid;
|
|
568
568
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
569
569
|
children?: react747.ReactNode | undefined;
|
|
@@ -632,7 +632,7 @@ declare const SchemaField: {
|
|
|
632
632
|
value?: Date;
|
|
633
633
|
onChange?: (date: Date | undefined) => void;
|
|
634
634
|
placeholder?: string;
|
|
635
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
635
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
636
636
|
FormGrid: typeof FormGrid;
|
|
637
637
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
638
638
|
children?: react747.ReactNode | undefined;
|
|
@@ -701,7 +701,7 @@ declare const SchemaField: {
|
|
|
701
701
|
value?: Date;
|
|
702
702
|
onChange?: (date: Date | undefined) => void;
|
|
703
703
|
placeholder?: string;
|
|
704
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
704
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
705
705
|
FormGrid: typeof FormGrid;
|
|
706
706
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
707
707
|
children?: react747.ReactNode | undefined;
|
|
@@ -770,7 +770,7 @@ declare const SchemaField: {
|
|
|
770
770
|
value?: Date;
|
|
771
771
|
onChange?: (date: Date | undefined) => void;
|
|
772
772
|
placeholder?: string;
|
|
773
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
773
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
774
774
|
FormGrid: typeof FormGrid;
|
|
775
775
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
776
776
|
children?: react747.ReactNode | undefined;
|
|
@@ -839,7 +839,7 @@ declare const SchemaField: {
|
|
|
839
839
|
value?: Date;
|
|
840
840
|
onChange?: (date: Date | undefined) => void;
|
|
841
841
|
placeholder?: string;
|
|
842
|
-
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "
|
|
842
|
+
} & Omit<_pixpilot_shadcn_ui374.DatePickerProps, "selected" | "onSelect" | "mode">> & react747.RefAttributes<unknown>>;
|
|
843
843
|
FormGrid: typeof FormGrid;
|
|
844
844
|
FormItem: react747.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
845
845
|
children?: react747.ReactNode | undefined;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react34 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui23 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/Slider.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Formily-connected Slider component
|
|
7
7
|
* Range input for selecting numeric values
|
|
8
8
|
*/
|
|
9
|
-
declare const Slider:
|
|
9
|
+
declare const Slider: react34.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react34.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Slider };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react1816 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui485 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/Slider.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Formily-connected Slider component
|
|
7
7
|
* Range input for selecting numeric values
|
|
8
8
|
*/
|
|
9
|
-
declare const Slider$1:
|
|
9
|
+
declare const Slider$1: react1816.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui485.SliderProps>, "ref"> & react1816.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Slider$1 as Slider };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react36 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui24 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/SliderInput.d.ts
|
|
5
|
-
declare const SliderInput:
|
|
5
|
+
declare const SliderInput: react36.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui24.SliderInputProps>, "ref"> & react36.RefAttributes<unknown>>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SliderInput };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react1818 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui486 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/SliderInput.d.ts
|
|
5
|
-
declare const SliderInput$1:
|
|
5
|
+
declare const SliderInput$1: react1818.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui486.SliderInputProps>, "ref"> & react1818.RefAttributes<unknown>>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SliderInput$1 as SliderInput };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react32 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui22 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/SliderSelect.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Formily-connected SliderSelect component
|
|
7
7
|
* Discrete slider that maps between provided options
|
|
8
8
|
*/
|
|
9
|
-
declare const SliderSelect:
|
|
9
|
+
declare const SliderSelect: react32.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui22.SliderSelectProps>, "ref"> & react32.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { SliderSelect };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react1814 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui484 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/SliderSelect.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Formily-connected SliderSelect component
|
|
7
7
|
* Discrete slider that maps between provided options
|
|
8
8
|
*/
|
|
9
|
-
declare const SliderSelect$1:
|
|
9
|
+
declare const SliderSelect$1: react1814.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui484.SliderSelectProps>, "ref"> & react1814.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { SliderSelect$1 as SliderSelect };
|
package/dist/index.d.cts
CHANGED
|
@@ -44,7 +44,7 @@ import { JsonSchemaFormRenderer } from "./components/json-schema-form-renderer/J
|
|
|
44
44
|
import "./components/json-schema-form-renderer/index.cjs";
|
|
45
45
|
import { NumberInput } from "./components/number/NumberInput.cjs";
|
|
46
46
|
import "./components/number/index.cjs";
|
|
47
|
-
import { ObjectContainer } from "./components/ObjectContainer.cjs";
|
|
47
|
+
import { ObjectContainer, ObjectContainerProps, ObjectContainerVariant } from "./components/ObjectContainer.cjs";
|
|
48
48
|
import { ConnectedRadio, Radio } from "./components/Radio.cjs";
|
|
49
49
|
import { Rating } from "./components/Rating.cjs";
|
|
50
50
|
import { RichTextEditor } from "./components/RichTextEditor.cjs";
|
|
@@ -67,4 +67,4 @@ import { transformSchema } from "./utils/transform-schema.cjs";
|
|
|
67
67
|
import "./utils/index.cjs";
|
|
68
68
|
import { Field, FormConsumer, FormProvider, ISchema, ObjectField, VoidField } from "@formily/react";
|
|
69
69
|
import { Form as IForm, createForm } from "@formily/core";
|
|
70
|
-
export { ArrayBase, type ArrayBaseMixins, ArrayCards, ArrayCollapse, ArrayDialog, ArrayInline, ArrayPopover, ArrayTags, ArrayTagsProps, ArrayToggleGroup, ArrayToggleGroupProps, AvatarUpload, Checkbox, ColorSelect, Column, Combobox, ConnectedRadio, DatePicker, DragHandle, Field, FileUpload, FileUploadInline, FomFileUpload, Form, FormConsumer, FormGrid, FormItem, FormLayoutOptions, FormProvider, FormSettings, type IArrayBaseOperationProps, type IArrayBaseProps, type IForm, type ISchema, IconPicker, IconToggle, Input, JsonSchemaField, JsonSchemaFieldBasics, JsonSchemaFieldExtended, JsonSchemaForm, JsonSchemaFormBasic, JsonSchemaFormComponent, JsonSchemaFormComponents, JsonSchemaFormExtended, JsonSchemaFormProps, JsonSchemaFormRenderer, JsonSchemaFormRendererProps, NumberInput, ObjectContainer, ObjectField, Radio, Rating, RichTextEditor, Row, SchemaField, SchemaFieldBasics, SchemaFieldExtended, Select, Separator, Slider, SliderInput, SliderSelect, SortableContainer, SortableItem, Switch, TagsInputInLine, Textarea, ToggleGroup, VoidField, basicComponentRegistry, basicComponents, createForm, defaultComponentRegistry, defaultComponents, extendedComponentRegistry, extendedComponents, transformSchema };
|
|
70
|
+
export { ArrayBase, type ArrayBaseMixins, ArrayCards, ArrayCollapse, ArrayDialog, ArrayInline, ArrayPopover, ArrayTags, ArrayTagsProps, ArrayToggleGroup, ArrayToggleGroupProps, AvatarUpload, Checkbox, ColorSelect, Column, Combobox, ConnectedRadio, DatePicker, DragHandle, Field, FileUpload, FileUploadInline, FomFileUpload, Form, FormConsumer, FormGrid, FormItem, FormLayoutOptions, FormProvider, FormSettings, type IArrayBaseOperationProps, type IArrayBaseProps, type IForm, type ISchema, IconPicker, IconToggle, Input, JsonSchemaField, JsonSchemaFieldBasics, JsonSchemaFieldExtended, JsonSchemaForm, JsonSchemaFormBasic, JsonSchemaFormComponent, JsonSchemaFormComponents, JsonSchemaFormExtended, JsonSchemaFormProps, JsonSchemaFormRenderer, JsonSchemaFormRendererProps, NumberInput, ObjectContainer, ObjectContainerProps, ObjectContainerVariant, ObjectField, Radio, Rating, RichTextEditor, Row, SchemaField, SchemaFieldBasics, SchemaFieldExtended, Select, Separator, Slider, SliderInput, SliderSelect, SortableContainer, SortableItem, Switch, TagsInputInLine, Textarea, ToggleGroup, VoidField, basicComponentRegistry, basicComponents, createForm, defaultComponentRegistry, defaultComponents, extendedComponentRegistry, extendedComponents, transformSchema };
|
package/dist/index.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ import { JsonSchemaFormRenderer } from "./components/json-schema-form-renderer/J
|
|
|
44
44
|
import "./components/json-schema-form-renderer/index.js";
|
|
45
45
|
import { NumberInput } from "./components/number/NumberInput.js";
|
|
46
46
|
import "./components/number/index.js";
|
|
47
|
-
import { ObjectContainer } from "./components/ObjectContainer.js";
|
|
47
|
+
import { ObjectContainer, ObjectContainerProps, ObjectContainerVariant } from "./components/ObjectContainer.js";
|
|
48
48
|
import { ConnectedRadio, Radio } from "./components/Radio.js";
|
|
49
49
|
import { Rating } from "./components/Rating.js";
|
|
50
50
|
import { RichTextEditor } from "./components/RichTextEditor.js";
|
|
@@ -67,4 +67,4 @@ import { transformSchema } from "./utils/transform-schema.js";
|
|
|
67
67
|
import "./utils/index.js";
|
|
68
68
|
import { Field, FormConsumer, FormProvider, ISchema, ObjectField, VoidField } from "@formily/react";
|
|
69
69
|
import { Form as IForm, createForm } from "@formily/core";
|
|
70
|
-
export { ArrayBase, type ArrayBaseMixins, ArrayCards, ArrayCollapse, ArrayDialog, ArrayInline, ArrayPopover, ArrayTags, ArrayTagsProps, ArrayToggleGroup, ArrayToggleGroupProps, AvatarUpload, Checkbox, ColorSelect, Column, Combobox, ConnectedRadio, DatePicker, DragHandle, Field, FileUpload, FileUploadInline, FomFileUpload, Form, FormConsumer, FormGrid, FormItem, FormLayoutOptions, FormProvider, FormSettings, type IArrayBaseOperationProps, type IArrayBaseProps, type IForm, type ISchema, IconPicker, IconToggle, Input, JsonSchemaField, JsonSchemaFieldBasics, JsonSchemaFieldExtended, JsonSchemaForm, JsonSchemaFormBasic, JsonSchemaFormComponent, JsonSchemaFormComponents, JsonSchemaFormExtended, JsonSchemaFormProps, JsonSchemaFormRenderer, JsonSchemaFormRendererProps, NumberInput, ObjectContainer, ObjectField, Radio, Rating, RichTextEditor, Row, SchemaField, SchemaFieldBasics, SchemaFieldExtended, Select, Separator, Slider, SliderInput, SliderSelect, SortableContainer, SortableItem, Switch, TagsInputInLine, Textarea, ToggleGroup, VoidField, basicComponentRegistry, basicComponents, createForm, defaultComponentRegistry, defaultComponents, extendedComponentRegistry, extendedComponents, transformSchema };
|
|
70
|
+
export { ArrayBase, type ArrayBaseMixins, ArrayCards, ArrayCollapse, ArrayDialog, ArrayInline, ArrayPopover, ArrayTags, ArrayTagsProps, ArrayToggleGroup, ArrayToggleGroupProps, AvatarUpload, Checkbox, ColorSelect, Column, Combobox, ConnectedRadio, DatePicker, DragHandle, Field, FileUpload, FileUploadInline, FomFileUpload, Form, FormConsumer, FormGrid, FormItem, FormLayoutOptions, FormProvider, FormSettings, type IArrayBaseOperationProps, type IArrayBaseProps, type IForm, type ISchema, IconPicker, IconToggle, Input, JsonSchemaField, JsonSchemaFieldBasics, JsonSchemaFieldExtended, JsonSchemaForm, JsonSchemaFormBasic, JsonSchemaFormComponent, JsonSchemaFormComponents, JsonSchemaFormExtended, JsonSchemaFormProps, JsonSchemaFormRenderer, JsonSchemaFormRendererProps, NumberInput, ObjectContainer, ObjectContainerProps, ObjectContainerVariant, ObjectField, Radio, Rating, RichTextEditor, Row, SchemaField, SchemaFieldBasics, SchemaFieldExtended, Select, Separator, Slider, SliderInput, SliderSelect, SortableContainer, SortableItem, Switch, TagsInputInLine, Textarea, ToggleGroup, VoidField, basicComponentRegistry, basicComponents, createForm, defaultComponentRegistry, defaultComponents, extendedComponentRegistry, extendedComponents, transformSchema };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixpilot/formily-shadcn",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.53.0",
|
|
5
5
|
"description": "Formily integration for shadcn/ui components",
|
|
6
6
|
"author": "m.doaie <m.doaie@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"json-schema-traverse": "^1.0.0",
|
|
45
45
|
"lucide-react": "^0.562.0",
|
|
46
46
|
"pretty-bytes": "^7.1.0",
|
|
47
|
-
"@pixpilot/shadcn
|
|
48
|
-
"@pixpilot/shadcn": "0.
|
|
47
|
+
"@pixpilot/shadcn": "0.11.0",
|
|
48
|
+
"@pixpilot/shadcn-ui": "0.64.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@storybook/react": "^8.6.14",
|