@yamada-ui/native-select 0.5.4 → 0.5.6

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.
@@ -57,4 +57,4 @@ type NativeOptionProps = Omit<HTMLUIProps<"option">, "children"> & {
57
57
  };
58
58
  declare const NativeOption: _yamada_ui_core.Component<"option", NativeOptionProps>;
59
59
 
60
- export { NativeOption, NativeOptionGroup, NativeOptionGroupProps, NativeOptionProps, NativeSelect, NativeSelectItem, NativeSelectProps };
60
+ export { NativeOption, NativeOptionGroup, type NativeOptionGroupProps, type NativeOptionProps, NativeSelect, type NativeSelectItem, type NativeSelectProps };
@@ -57,4 +57,4 @@ type NativeOptionProps = Omit<HTMLUIProps<"option">, "children"> & {
57
57
  };
58
58
  declare const NativeOption: _yamada_ui_core.Component<"option", NativeOptionProps>;
59
59
 
60
- export { NativeOption, NativeOptionGroup, NativeOptionGroupProps, NativeOptionProps, NativeSelect, NativeSelectItem, NativeSelectProps };
60
+ export { NativeOption, NativeOptionGroup, type NativeOptionGroupProps, type NativeOptionProps, NativeSelect, type NativeSelectItem, type NativeSelectProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/native-select",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "Yamada UI native select component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,10 +35,10 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.12.8",
39
- "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/form-control": "0.3.21",
41
- "@yamada-ui/icon": "0.3.18"
38
+ "@yamada-ui/core": "0.13.1",
39
+ "@yamada-ui/utils": "0.4.0",
40
+ "@yamada-ui/form-control": "0.3.23",
41
+ "@yamada-ui/icon": "0.3.20"
42
42
  },
43
43
  "devDependencies": {
44
44
  "react": "^18.0.0",