@yamada-ui/native-select 0.4.9 → 0.4.10

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.
@@ -82,7 +82,7 @@ var NativeSelect = forwardRef(
82
82
  ui.select,
83
83
  {
84
84
  ref,
85
- className: cx("ui-native-select-field", className),
85
+ className: cx("ui-native-select__field", className),
86
86
  __css: {
87
87
  paddingEnd: "2rem",
88
88
  h: h != null ? h : height,
@@ -133,7 +133,7 @@ var NativeSelectIcon = ({
133
133
  return /* @__PURE__ */ jsx(
134
134
  ui.div,
135
135
  {
136
- className: cx("ui-native-select-icon", className),
136
+ className: cx("ui-native-select__icon", className),
137
137
  __css: css,
138
138
  ...rest,
139
139
  children: isValidElement(children) ? cloneChildren : /* @__PURE__ */ jsx(ChevronIcon, {})
package/dist/index.js CHANGED
@@ -90,7 +90,7 @@ var NativeSelect = (0, import_core.forwardRef)(
90
90
  import_core.ui.select,
91
91
  {
92
92
  ref,
93
- className: (0, import_utils.cx)("ui-native-select-field", className),
93
+ className: (0, import_utils.cx)("ui-native-select__field", className),
94
94
  __css: {
95
95
  paddingEnd: "2rem",
96
96
  h: h != null ? h : height,
@@ -141,7 +141,7 @@ var NativeSelectIcon = ({
141
141
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
142
142
  import_core.ui.div,
143
143
  {
144
- className: (0, import_utils.cx)("ui-native-select-icon", className),
144
+ className: (0, import_utils.cx)("ui-native-select__icon", className),
145
145
  __css: css,
146
146
  ...rest,
147
147
  children: (0, import_utils.isValidElement)(children) ? cloneChildren : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icon.ChevronIcon, {})
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  NativeOption,
4
4
  NativeOptionGroup,
5
5
  NativeSelect
6
- } from "./chunk-6KO77FUQ.mjs";
6
+ } from "./chunk-KRXIZKKG.mjs";
7
7
  export {
8
8
  NativeOption,
9
9
  NativeOptionGroup,
@@ -88,7 +88,7 @@ var NativeSelect = (0, import_core.forwardRef)(
88
88
  import_core.ui.select,
89
89
  {
90
90
  ref,
91
- className: (0, import_utils.cx)("ui-native-select-field", className),
91
+ className: (0, import_utils.cx)("ui-native-select__field", className),
92
92
  __css: {
93
93
  paddingEnd: "2rem",
94
94
  h: h != null ? h : height,
@@ -139,7 +139,7 @@ var NativeSelectIcon = ({
139
139
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
140
140
  import_core.ui.div,
141
141
  {
142
- className: (0, import_utils.cx)("ui-native-select-icon", className),
142
+ className: (0, import_utils.cx)("ui-native-select__icon", className),
143
143
  __css: css,
144
144
  ...rest,
145
145
  children: (0, import_utils.isValidElement)(children) ? cloneChildren : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icon.ChevronIcon, {})
@@ -3,7 +3,7 @@ import {
3
3
  NativeOption,
4
4
  NativeOptionGroup,
5
5
  NativeSelect
6
- } from "./chunk-6KO77FUQ.mjs";
6
+ } from "./chunk-KRXIZKKG.mjs";
7
7
  export {
8
8
  NativeOption,
9
9
  NativeOptionGroup,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/native-select",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "Yamada UI native select component",
5
5
  "keywords": [
6
6
  "yamada",