@pixpilot/formily-shadcn 0.8.3 → 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 react388 from "react";
2
- import * as _radix_ui_react_separator9 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: react388.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator9.SeparatorProps & react388.RefAttributes<HTMLDivElement>>, "ref"> & react388.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 };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/formily-shadcn",
3
3
  "type": "module",
4
- "version": "0.8.3",
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.3"
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"