@pixpilot/formily-shadcn 0.8.2 → 0.8.4

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.
@@ -1,11 +1,11 @@
1
- import * as react784 from "react";
2
- import * as _radix_ui_react_separator18 from "@radix-ui/react-separator";
1
+ import * as react18 from "react";
2
+ import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
3
3
 
4
4
  //#region src/components/separator.d.ts
5
5
  /**
6
6
  * Formily-connected Separator component
7
7
  * A visual divider for content sections
8
8
  */
9
- declare const Separator: react784.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator18.SeparatorProps & react784.RefAttributes<HTMLDivElement>>, "ref"> & react784.RefAttributes<unknown>>;
9
+ declare const Separator: react18.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react18.RefAttributes<HTMLDivElement>>, "ref"> & react18.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Separator };
@@ -1,4 +1,4 @@
1
- import * as react787 from "react";
1
+ import * as react790 from "react";
2
2
  import { SliderProps } from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider.d.ts
@@ -7,6 +7,6 @@ import { SliderProps } from "@pixpilot/shadcn-ui";
7
7
  * Formily-connected Slider component
8
8
  * Range input for selecting numeric values
9
9
  */
10
- declare const Slider$1: react787.ForwardRefExoticComponent<Omit<Partial<SliderProps>, "ref"> & react787.RefAttributes<unknown>>;
10
+ declare const Slider$1: react790.ForwardRefExoticComponent<Omit<Partial<SliderProps>, "ref"> & react790.RefAttributes<unknown>>;
11
11
  //#endregion
12
12
  export { Slider$1 as Slider };
@@ -1,4 +1,4 @@
1
- import * as react789 from "react";
1
+ import * as react787 from "react";
2
2
  import * as _radix_ui_react_switch18 from "@radix-ui/react-switch";
3
3
 
4
4
  //#region src/components/switch.d.ts
@@ -6,6 +6,6 @@ import * as _radix_ui_react_switch18 from "@radix-ui/react-switch";
6
6
  * Formily-connected Switch component
7
7
  * Toggle switch for boolean values
8
8
  */
9
- declare const Switch: react789.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch18.SwitchProps & react789.RefAttributes<HTMLButtonElement>>, "ref"> & react789.RefAttributes<unknown>>;
9
+ declare const Switch: react787.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch18.SwitchProps & react787.RefAttributes<HTMLButtonElement>>, "ref"> & react787.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Switch };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/formily-shadcn",
3
3
  "type": "module",
4
- "version": "0.8.2",
4
+ "version": "0.8.4",
5
5
  "description": "Formily integration for shadcn/ui components",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -39,8 +39,8 @@
39
39
  "json-schema-traverse": "^1.0.0",
40
40
  "lucide-react": "^0.554.0",
41
41
  "pretty-bytes": "^7.1.0",
42
- "@pixpilot/shadcn": "0.3.1",
43
- "@pixpilot/shadcn-ui": "0.4.2"
42
+ "@pixpilot/shadcn": "0.3.2",
43
+ "@pixpilot/shadcn-ui": "0.4.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@storybook/react": "^10.0.8",
@@ -53,8 +53,8 @@
53
53
  "react-dom": "19.2.0",
54
54
  "tsdown": "^0.15.8",
55
55
  "typescript": "^5.9.3",
56
- "@internal/eslint-config": "0.3.0",
57
56
  "@internal/prettier-config": "0.0.1",
57
+ "@internal/eslint-config": "0.3.0",
58
58
  "@internal/tsconfig": "0.1.0",
59
59
  "@internal/tsdown-config": "0.1.0",
60
60
  "@internal/vitest-config": "0.1.0"