@yamada-ui/button 1.0.40-dev-20240823175732 → 1.0.40-dev-20240825044554

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.
Files changed (2) hide show
  1. package/README.md +7 -13
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -3,19 +3,13 @@
3
3
  ## Installation
4
4
 
5
5
  ```sh
6
- $ pnpm add @yamada-ui/button
7
- ```
8
-
9
- or
10
-
11
- ```sh
12
- $ yarn add @yamada-ui/button
13
- ```
14
-
15
- or
16
-
17
- ```sh
18
- $ npm install @yamada-ui/button
6
+ pnpm add @yamada-ui/button
7
+ # or
8
+ yarn add @yamada-ui/button
9
+ # or
10
+ npm install @yamada-ui/button
11
+ # or
12
+ bun add @yamada-ui/button
19
13
  ```
20
14
 
21
15
  ## Contribution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/button",
3
- "version": "1.0.40-dev-20240823175732",
3
+ "version": "1.0.40-dev-20240825044554",
4
4
  "description": "Yamada UI button components",
5
5
  "keywords": [
6
6
  "yamada",
@@ -31,22 +31,22 @@
31
31
  "homepage": "https://yamada-ui.com",
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "git+https://github.com/yamada-ui/yamada-ui",
34
+ "url": "https://github.com/yamada-ui/yamada-ui",
35
35
  "directory": "packages/components/button"
36
36
  },
37
37
  "bugs": {
38
38
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
39
39
  },
40
40
  "dependencies": {
41
- "@yamada-ui/core": "1.13.0-dev-20240823175732",
42
- "@yamada-ui/loading": "1.1.14-dev-20240823175732",
43
- "@yamada-ui/ripple": "1.0.36-dev-20240823175732",
44
- "@yamada-ui/utils": "1.4.0-dev-20240823175732"
41
+ "@yamada-ui/core": "1.13.0-dev-20240825044554",
42
+ "@yamada-ui/loading": "1.1.14-dev-20240825044554",
43
+ "@yamada-ui/ripple": "1.0.36-dev-20240825044554",
44
+ "@yamada-ui/utils": "1.4.0-dev-20240825044554"
45
45
  },
46
46
  "devDependencies": {
47
47
  "clean-package": "2.2.0",
48
48
  "react": "^18.3.1",
49
- "@yamada-ui/icon": "1.1.4-dev-20240823175732"
49
+ "@yamada-ui/icon": "1.1.4-dev-20240825044554"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": ">=18"