cc-ui-library 1.0.1 → 1.0.2

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 +1 -1
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- <h1 align="center">FireFlink UI</h1>
1
+ <h1 align="center">CC-UI-Library</h1>
2
2
 
3
- FireFlink UI is an open-source React component library.
3
+ CC-UI-Library is an open-source React component library.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  Install the package in your project directory with:
8
8
 
9
9
  ```bash
10
- npm install fireflink-ui
10
+ npm i cc-ui-library
11
11
  ```
12
12
 
13
13
  ## Documentation
@@ -17,7 +17,7 @@ npm install fireflink-ui
17
17
  ## Example
18
18
 
19
19
  ```bash
20
- import { Button } from 'fireflink-ui'
20
+ import { Button } from 'cc-ui-library'
21
21
 
22
22
  ...
23
23
  <Button label="Button Label" variant="primary" />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cc-ui-library",
3
3
  "description": "CC-UI-Library is an open-source React component library ",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
7
7
  "types": "lib/index.d.ts",