@coffic/cosy-ui 0.6.24 → 0.6.26

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,11 @@
4
4
  [![简体中文](https://img.shields.io/badge/中文文档-gray)](README-zh.md)
5
5
  [![DEV](https://img.shields.io/badge/DEV-gray)](README-dev.md)
6
6
  [![NPM](https://img.shields.io/badge/NPM-orange)](https://www.npmjs.com/package/@coffic/cosy-ui)
7
+ ![NPM Downloads](https://img.shields.io/npm/dm/%40coffic%2Fcosy-ui)
8
+ ![NPM Version](https://img.shields.io/npm/v/%40coffic%2Fcosy-ui)
7
9
  [![Coffic](https://img.shields.io/badge/Coffic-green)](https://coffic.cn)
8
10
  [![Maintainer](https://img.shields.io/badge/Maintainer-blue)](https://github.com/nookery)
11
+ ![GitHub License](https://img.shields.io/github/license/cofficlab/cosy-ui)
9
12
 
10
13
  This is an Astro component library that provides a unified UI style for multiple projects under the same organization.
11
14
 
@@ -24,4 +27,4 @@ Usage in Astro components:
24
27
  import { Button } from "@coffic/cosy-ui";
25
28
  ---
26
29
  <Button>Hi</Button>
27
- ```
30
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffic/cosy-ui",
3
- "version": "0.6.24",
3
+ "version": "0.6.26",
4
4
  "description": "An astro component library",
5
5
  "author": {
6
6
  "name": "nookery",