@pixpilot/formily-shadcn 0.30.2 → 0.30.3

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,7 +1,7 @@
1
- import * as react1619 from "react";
2
- import * as _pixpilot_shadcn_ui415 from "@pixpilot/shadcn-ui";
1
+ import * as react35 from "react";
2
+ import * as _pixpilot_shadcn_ui19 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/slider-input.d.ts
5
- declare const SliderInput: react1619.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui415.SliderInputProps>, "ref"> & react1619.RefAttributes<unknown>>;
5
+ declare const SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui19.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
6
6
  //#endregion
7
7
  export { SliderInput };
@@ -1,7 +1,7 @@
1
- import * as react1617 from "react";
2
- import * as _pixpilot_shadcn_ui414 from "@pixpilot/shadcn-ui";
1
+ import * as react673 from "react";
2
+ import * as _pixpilot_shadcn_ui300 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/slider-input.d.ts
5
- declare const SliderInput$1: react1617.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui414.SliderInputProps>, "ref"> & react1617.RefAttributes<unknown>>;
5
+ declare const SliderInput$1: react673.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui300.SliderInputProps>, "ref"> & react673.RefAttributes<unknown>>;
6
6
  //#endregion
7
7
  export { SliderInput$1 as SliderInput };
@@ -1,11 +1,11 @@
1
- import * as react1615 from "react";
2
- import * as _pixpilot_shadcn_ui413 from "@pixpilot/shadcn-ui";
1
+ import * as react33 from "react";
2
+ import * as _pixpilot_shadcn_ui18 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/slider-select.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: react1615.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui413.SliderSelectProps>, "ref"> & react1615.RefAttributes<unknown>>;
9
+ declare const SliderSelect: react33.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui18.SliderSelectProps>, "ref"> & react33.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { SliderSelect };
@@ -1,11 +1,11 @@
1
- import * as react1619 from "react";
2
- import * as _pixpilot_shadcn_ui415 from "@pixpilot/shadcn-ui";
1
+ import * as react669 from "react";
2
+ import * as _pixpilot_shadcn_ui298 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/slider-select.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: react1619.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui415.SliderSelectProps>, "ref"> & react1619.RefAttributes<unknown>>;
9
+ declare const SliderSelect$1: react669.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui298.SliderSelectProps>, "ref"> & react669.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { SliderSelect$1 as SliderSelect };
@@ -1,11 +1,11 @@
1
- import * as react1617 from "react";
2
- import * as _pixpilot_shadcn_ui414 from "@pixpilot/shadcn-ui";
1
+ import * as react27 from "react";
2
+ import * as _pixpilot_shadcn_ui17 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: react1617.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui414.SliderProps>, "ref"> & react1617.RefAttributes<unknown>>;
9
+ declare const Slider: react27.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react27.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Slider };
@@ -1,11 +1,11 @@
1
- import * as react1615 from "react";
2
- import * as _pixpilot_shadcn_ui413 from "@pixpilot/shadcn-ui";
1
+ import * as react671 from "react";
2
+ import * as _pixpilot_shadcn_ui299 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: react1615.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui413.SliderProps>, "ref"> & react1615.RefAttributes<unknown>>;
9
+ declare const Slider$1: react671.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui299.SliderProps>, "ref"> & react671.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Slider$1 as Slider };
@@ -1,4 +1,4 @@
1
- import * as react22 from "react";
1
+ import * as react20 from "react";
2
2
  import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
3
3
 
4
4
  //#region src/components/switch.d.ts
@@ -6,6 +6,6 @@ import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
6
6
  * Formily-connected Switch component
7
7
  * Toggle switch for boolean values
8
8
  */
9
- declare const Switch: react22.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react22.RefAttributes<HTMLButtonElement>>, "ref"> & react22.RefAttributes<unknown>>;
9
+ declare const Switch: react20.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react20.RefAttributes<HTMLButtonElement>>, "ref"> & react20.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Switch };
@@ -1,4 +1,4 @@
1
- import * as react16 from "react";
1
+ import * as react23 from "react";
2
2
  import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/tags-input-inline.d.ts
@@ -10,6 +10,6 @@ import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
10
10
  * Based on DiceUI's tags-input for inline tag editing with keyboard navigation
11
11
  * and validation support.
12
12
  */
13
- declare const TagsInputInLine: react16.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui0.TagsInputProps> & react16.RefAttributes<unknown>>;
13
+ declare const TagsInputInLine: react23.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui0.TagsInputProps> & react23.RefAttributes<unknown>>;
14
14
  //#endregion
15
15
  export { TagsInputInLine };
@@ -1,9 +1,9 @@
1
- import * as react18 from "react";
1
+ import * as react16 from "react";
2
2
 
3
3
  //#region src/components/textarea.d.ts
4
4
  /**
5
5
  * Formily-connected Textarea component
6
6
  */
7
- declare const Textarea: react18.ForwardRefExoticComponent<Omit<Partial<react18.ClassAttributes<HTMLTextAreaElement> & react18.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react18.RefAttributes<unknown>>;
7
+ declare const Textarea: react16.ForwardRefExoticComponent<Omit<Partial<react16.ClassAttributes<HTMLTextAreaElement> & react16.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react16.RefAttributes<unknown>>;
8
8
  //#endregion
9
9
  export { Textarea };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/formily-shadcn",
3
3
  "type": "module",
4
- "version": "0.30.2",
4
+ "version": "0.30.3",
5
5
  "description": "Formily integration for shadcn/ui components",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  "lucide-react": "^0.562.0",
42
42
  "pretty-bytes": "^7.1.0",
43
43
  "@pixpilot/shadcn": "0.7.0",
44
- "@pixpilot/shadcn-ui": "0.37.0"
44
+ "@pixpilot/shadcn-ui": "0.37.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@storybook/react": "^8.6.14",
@@ -57,8 +57,8 @@
57
57
  "@internal/eslint-config": "0.3.0",
58
58
  "@internal/prettier-config": "0.0.1",
59
59
  "@internal/tsconfig": "0.1.0",
60
- "@internal/vitest-config": "0.1.0",
61
- "@internal/tsdown-config": "0.1.0"
60
+ "@internal/tsdown-config": "0.1.0",
61
+ "@internal/vitest-config": "0.1.0"
62
62
  },
63
63
  "prettier": "@internal/prettier-config",
64
64
  "scripts": {