@yamada-ui/color-picker 1.4.16 → 1.4.17-dev-20250223070525

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,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { HTMLUIProps, PropGetter, CSSUIObject, ThemeProps } from '@yamada-ui/core';
2
+ import { HTMLUIProps, ThemeProps, CSSUIObject, PropGetter } from '@yamada-ui/core';
3
3
  import { ComboBoxProps, PopoverProps } from '@yamada-ui/popover';
4
4
  import { ColorSelectorProps } from './color-selector.mjs';
5
5
  import { UseColorSelectorBaseProps } from './use-color-selector.mjs';
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { HTMLUIProps, PropGetter, CSSUIObject, ThemeProps } from '@yamada-ui/core';
2
+ import { HTMLUIProps, ThemeProps, CSSUIObject, PropGetter } from '@yamada-ui/core';
3
3
  import { ComboBoxProps, PopoverProps } from '@yamada-ui/popover';
4
4
  import { ColorSelectorProps } from './color-selector.js';
5
5
  import { UseColorSelectorBaseProps } from './use-color-selector.js';
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { HTMLUIProps, PropGetter, RequiredPropGetter, CSSUIObject, ThemeProps } from '@yamada-ui/core';
2
+ import { HTMLUIProps, CSSUIObject, PropGetter, RequiredPropGetter, ThemeProps } from '@yamada-ui/core';
3
3
  import { FormControlOptions } from '@yamada-ui/form-control';
4
4
  import { InputProps } from '@yamada-ui/input';
5
5
  import { ColorFormat } from '@yamada-ui/utils';
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { HTMLUIProps, PropGetter, RequiredPropGetter, CSSUIObject, ThemeProps } from '@yamada-ui/core';
2
+ import { HTMLUIProps, CSSUIObject, PropGetter, RequiredPropGetter, ThemeProps } from '@yamada-ui/core';
3
3
  import { FormControlOptions } from '@yamada-ui/form-control';
4
4
  import { InputProps } from '@yamada-ui/input';
5
5
  import { ColorFormat } from '@yamada-ui/utils';
@@ -1,4 +1,4 @@
1
- import { HTMLUIProps, PropGetter, CSSUIProps } from '@yamada-ui/core';
1
+ import { HTMLUIProps, CSSUIProps, PropGetter } from '@yamada-ui/core';
2
2
  import { FormControlOptions } from '@yamada-ui/form-control';
3
3
 
4
4
  type ColorSliderChannel = "alpha" | "hue";
@@ -1,4 +1,4 @@
1
- import { HTMLUIProps, PropGetter, CSSUIProps } from '@yamada-ui/core';
1
+ import { HTMLUIProps, CSSUIProps, PropGetter } from '@yamada-ui/core';
2
2
  import { FormControlOptions } from '@yamada-ui/form-control';
3
3
 
4
4
  type ColorSliderChannel = "alpha" | "hue";
@@ -1,4 +1,4 @@
1
- import { HTMLUIProps, PropGetter, CSSUIProps } from '@yamada-ui/core';
1
+ import { HTMLUIProps, CSSUIProps, PropGetter } from '@yamada-ui/core';
2
2
  import { FormControlOptions } from '@yamada-ui/form-control';
3
3
 
4
4
  type Hsv = [number, number, number];
@@ -1,4 +1,4 @@
1
- import { HTMLUIProps, PropGetter, CSSUIProps } from '@yamada-ui/core';
1
+ import { HTMLUIProps, CSSUIProps, PropGetter } from '@yamada-ui/core';
2
2
  import { FormControlOptions } from '@yamada-ui/form-control';
3
3
 
4
4
  type Hsv = [number, number, number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/color-picker",
3
- "version": "1.4.16",
3
+ "version": "1.4.17-dev-20250223070525",
4
4
  "description": "Yamada UI color picker component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,21 +36,21 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/button": "1.0.56",
40
- "@yamada-ui/core": "1.17.1",
41
- "@yamada-ui/form-control": "2.1.13",
42
- "@yamada-ui/icon": "1.1.19",
43
- "@yamada-ui/input": "1.0.53",
44
- "@yamada-ui/popover": "1.5.1",
45
- "@yamada-ui/portal": "1.0.28",
46
- "@yamada-ui/use-controllable-state": "1.0.27",
47
- "@yamada-ui/use-disclosure": "1.1.4",
48
- "@yamada-ui/use-eye-dropper": "^1.0.25",
39
+ "@yamada-ui/button": "1.0.57-dev-20250223070525",
40
+ "@yamada-ui/core": "1.17.2-dev-20250223070525",
41
+ "@yamada-ui/form-control": "2.1.14-dev-20250223070525",
42
+ "@yamada-ui/icon": "1.1.20-dev-20250223070525",
43
+ "@yamada-ui/input": "1.0.54-dev-20250223070525",
44
+ "@yamada-ui/popover": "1.5.2-dev-20250223070525",
45
+ "@yamada-ui/portal": "1.0.29-dev-20250223070525",
46
+ "@yamada-ui/use-controllable-state": "1.0.28-dev-20250223070525",
47
+ "@yamada-ui/use-disclosure": "1.1.5-dev-20250223070525",
48
+ "@yamada-ui/use-eye-dropper": "^1.0.26-dev-20250223070525",
49
49
  "@yamada-ui/use-latest-ref": "^1.0.3",
50
- "@yamada-ui/use-outside-click": "1.0.27",
51
- "@yamada-ui/use-pan-event": "^1.0.29",
52
- "@yamada-ui/use-size": "^1.0.27",
53
- "@yamada-ui/utils": "1.7.0"
50
+ "@yamada-ui/use-outside-click": "1.0.28-dev-20250223070525",
51
+ "@yamada-ui/use-pan-event": "^1.0.30-dev-20250223070525",
52
+ "@yamada-ui/use-size": "^1.0.28-dev-20250223070525",
53
+ "@yamada-ui/utils": "1.7.1-dev-20250223070525"
54
54
  },
55
55
  "devDependencies": {
56
56
  "clean-package": "2.2.0",