@s_mart/form 8.0.4 → 8.0.5

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -704,6 +704,7 @@ type SelectV2Props<T extends FieldValues | string | number> = Omit<SelectProps$1
704
704
  * <Select clearable />
705
705
  */
706
706
  clearable?: boolean;
707
+ placeholder?: string;
707
708
  defaultValue?: T;
708
709
  /**
709
710
  * Define a key unica da option
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s_mart/form",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "main": "./dist/index.mjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",
@@ -13,7 +13,7 @@
13
13
  "@hookform/resolvers": "^3.1.0",
14
14
  "lodash-es": "^4.17.21",
15
15
  "tsup": "8.0.2",
16
- "@s_mart/regular-icons": "6.0.2",
16
+ "@s_mart/regular-icons": "6.0.3",
17
17
  "@s_mart/solid-icons": "6.0.1"
18
18
  },
19
19
  "peerDependencies": {