@yamada-ui/color-picker 1.4.10 → 1.4.11-dev-20241124015916
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/use-color-picker.d.mts +1 -1
- package/dist/use-color-picker.d.ts +1 -1
- package/dist/use-color-selector.d.mts +1 -1
- package/dist/use-color-selector.d.ts +1 -1
- package/dist/use-color-slider.d.mts +1 -1
- package/dist/use-color-slider.d.ts +1 -1
- package/dist/use-saturation-slider.d.mts +1 -1
- package/dist/use-saturation-slider.d.ts +1 -1
- package/package.json +7 -7
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as react from 'react';
|
2
|
-
import { HTMLUIProps,
|
2
|
+
import { HTMLUIProps, PropGetter, CSSUIObject, ThemeProps } 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,
|
2
|
+
import { HTMLUIProps, PropGetter, CSSUIObject, ThemeProps } 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,
|
2
|
+
import { HTMLUIProps, PropGetter, RequiredPropGetter, CSSUIObject, 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,
|
2
|
+
import { HTMLUIProps, PropGetter, RequiredPropGetter, CSSUIObject, 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';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/color-picker",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.11-dev-20241124015916",
|
4
4
|
"description": "Yamada UI color picker component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -36,12 +36,12 @@
|
|
36
36
|
"url": "https://github.com/yamada-ui/yamada-ui/issues"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@yamada-ui/button": "1.0.
|
40
|
-
"@yamada-ui/core": "1.15.
|
41
|
-
"@yamada-ui/form-control": "2.1.
|
42
|
-
"@yamada-ui/icon": "1.1.
|
43
|
-
"@yamada-ui/input": "1.0.
|
44
|
-
"@yamada-ui/popover": "1.4.
|
39
|
+
"@yamada-ui/button": "1.0.51-dev-20241124015916",
|
40
|
+
"@yamada-ui/core": "1.15.6-dev-20241124015916",
|
41
|
+
"@yamada-ui/form-control": "2.1.8-dev-20241124015916",
|
42
|
+
"@yamada-ui/icon": "1.1.14-dev-20241124015916",
|
43
|
+
"@yamada-ui/input": "1.0.48-dev-20241124015916",
|
44
|
+
"@yamada-ui/popover": "1.4.4-dev-20241124015916",
|
45
45
|
"@yamada-ui/portal": "1.0.24",
|
46
46
|
"@yamada-ui/use-controllable-state": "1.0.23",
|
47
47
|
"@yamada-ui/use-disclosure": "1.1.0",
|