@yamada-ui/color-picker 2.0.0-next-20240513035416 → 2.0.0-next-20240513040311

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  "use client"
2
2
  import {
3
3
  ColorPicker
4
- } from "./chunk-KCV32DAB.mjs";
5
- import "./chunk-CR3JRFXA.mjs";
4
+ } from "./chunk-ONIOGROX.mjs";
5
+ import "./chunk-SBN7FEOE.mjs";
6
6
  import "./chunk-ZUPKUHBV.mjs";
7
7
  import "./chunk-RR6V37S5.mjs";
8
8
  import "./chunk-KKQ3MOXJ.mjs";
package/dist/index.js CHANGED
@@ -1816,9 +1816,9 @@ var useColorPicker = ({
1816
1816
  }) => {
1817
1817
  var _a;
1818
1818
  rest = (0, import_form_control4.useFormControlProps)(rest);
1819
- const formControlProps = (0, import_utils14.pickObject)(
1819
+ const { "aria-readonly": _ariaReadonly, ...formControlProps } = (0, import_utils14.pickObject)(
1820
1820
  rest,
1821
- (0, import_form_control4.getFormControlProperties)({ omit: ["aria-readonly"] })
1821
+ import_form_control4.formControlProperties
1822
1822
  );
1823
1823
  const { disabled, readOnly } = formControlProps;
1824
1824
  const [containerProps, inputProps] = (0, import_utils14.splitObject)(
@@ -2132,7 +2132,7 @@ var ColorPicker = (0, import_core12.forwardRef)(
2132
2132
  channelProps,
2133
2133
  portalProps = { isDisabled: true },
2134
2134
  ...computedProps
2135
- } = (0, import_core12.omitThemeProps)((0, import_utils15.omitObject)(mergedProps, ["withSwatch"]));
2135
+ } = (0, import_core12.omitThemeProps)(mergedProps, ["withSwatch"]);
2136
2136
  const {
2137
2137
  allowInput,
2138
2138
  eyeDropperSupported,