@zenkigen-inc/component-ui 1.0.0 → 1.0.1

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 +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- # @zenkigen-inc/components
1
+ # @zenkigen-inc/component-ui
2
2
 
3
3
  ## インストール
4
4
 
5
5
  ```bash
6
- yarn add @zenkigen-inc/components
6
+ yarn add @zenkigen-inc/component-ui
7
7
  ```
8
8
 
9
9
  ## 利用方法
10
10
 
11
11
  ```tsx
12
- import { Button } from 'zenkigen-component';
12
+ import { Button } from '@zenkigen-inc/component-ui';
13
13
 
14
14
  const Component = () => {
15
15
  return <Button>ボタン</Button>;
@@ -37,4 +37,4 @@ https://www.notion.so/zenkigen/5d4ebd0d93b74124a533cf167b852ec0
37
37
 
38
38
  ## ライセンス
39
39
 
40
- @zenkigen-inc/components は MIT ライセンスに基づいています。
40
+ @zenkigen-inc/component-ui は MIT ライセンスに基づいています。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenkigen-inc/component-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": "https://github.com/zenkigen/zenkigen-component",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -26,8 +26,8 @@
26
26
  "react": "^18.0.0"
27
27
  },
28
28
  "dependencies": {
29
- "@zenkigen-inc/component-icons": "1.0.0",
30
- "@zenkigen-inc/component-theme": "1.0.0",
29
+ "@zenkigen-inc/component-icons": "1.0.1",
30
+ "@zenkigen-inc/component-theme": "1.0.1",
31
31
  "clsx": "2.0.0"
32
32
  }
33
33
  }