@yamada-ui/color-picker 2.0.0-next-20240519101740 → 2.0.0-next-20240526044804

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install @yamada-ui/color-picker
20
20
 
21
21
  ## Contribution
22
22
 
23
- Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](./CONTRIBUTING.md) to assist you.
23
+ Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](https://github.com/yamada-ui/yamada-ui/blob/main/CONTRIBUTING.md) to assist you.
24
24
 
25
25
  ## License
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/color-picker",
3
- "version": "2.0.0-next-20240519101740",
3
+ "version": "2.0.0-next-20240526044804",
4
4
  "description": "Yamada UI color picker component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -8,7 +8,7 @@
8
8
  "react",
9
9
  "emotion",
10
10
  "component",
11
- "accordion",
11
+ "color-picker",
12
12
  "ui",
13
13
  "uikit",
14
14
  "styled",
@@ -36,19 +36,19 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/button": "1.0.28",
40
- "@yamada-ui/core": "1.6.7",
41
- "@yamada-ui/form-control": "1.1.0",
39
+ "@yamada-ui/button": "1.0.29-next-20240526044804",
40
+ "@yamada-ui/core": "1.7.0-next-20240526044804",
41
+ "@yamada-ui/form-control": "1.1.1-next-20240526044804",
42
42
  "@yamada-ui/use-disclosure": "1.0.13",
43
- "@yamada-ui/icon": "1.0.25",
44
- "@yamada-ui/input": "1.0.30-next-20240519101740",
45
- "@yamada-ui/popover": "1.1.2",
43
+ "@yamada-ui/icon": "1.0.26-next-20240526044804",
44
+ "@yamada-ui/input": "1.0.31-next-20240526044804",
45
+ "@yamada-ui/popover": "1.2.0-next-20240526044804",
46
46
  "@yamada-ui/portal": "1.0.14",
47
47
  "@yamada-ui/use-controllable-state": "1.0.13",
48
- "@yamada-ui/use-eye-dropper": "^1.0.10",
48
+ "@yamada-ui/use-eye-dropper": "^1.0.11-next-20240526044804",
49
49
  "@yamada-ui/use-latest-ref": "^1.0.1",
50
50
  "@yamada-ui/use-outside-click": "1.0.13",
51
- "@yamada-ui/use-pan-event": "^1.0.15-next-20240519101740",
51
+ "@yamada-ui/use-pan-event": "^1.0.15",
52
52
  "@yamada-ui/use-size": "^1.0.13",
53
53
  "@yamada-ui/utils": "1.2.0"
54
54
  },