@univerjs/sheets-conditional-formatting 0.2.1 → 0.2.3

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.
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # @univerjs/sheets-conditional-formatting
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@univerjs/sheets-conditional-formatting)](https://npmjs.org/packages/@univerjs/sheets-conditional-formatting)
4
- [![license](https://img.shields.io/npm/l/@univerjs/sheets-conditional-formatting)](https://img.shields.io/npm/l/@univerjs/sheets-conditional-formatting)
5
- ![CSS Included](https://img.shields.io/badge/CSS_Included-blue?logo=CSS3)
6
- ![i18n](https://img.shields.io/badge/zh--CN%20%7C%20en--US-cornflowerblue?label=i18n)
3
+ ## Package Overview
4
+
5
+ | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
6
+ | --- | --- | --- | --- | --- | :---: | :---: |
7
+ | `@univerjs/sheets-conditional-formatting` | `UniverSheetsConditionalFormatting` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ❌ | ❌ |
7
8
 
8
9
  ## Introduction
9
10
 
@@ -28,3 +29,9 @@ import { UniverSheetsConditionalFormattingPlugin } from '@univerjs/sheets-condit
28
29
 
29
30
  univer.registerPlugin(UniverSheetsConditionalFormattingPlugin);
30
31
  ```
32
+
33
+ <!-- Links -->
34
+ [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/sheets-conditional-formatting?style=flat-square
35
+ [npm-version-link]: https://npmjs.com/package/@univerjs/sheets-conditional-formatting
36
+ [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/sheets-conditional-formatting?style=flat-square
37
+ [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/sheets-conditional-formatting?style=flat-square