@univerjs/ui 0.1.3 → 0.1.4

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@univerjs/ui)](https://npmjs.org/package/@univerjs/ui)
4
4
  [![license](https://img.shields.io/npm/l/@univerjs/ui)](https://img.shields.io/npm/l/@univerjs/ui)
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)
5
7
 
6
8
  ## Introduction
7
9
 
@@ -19,6 +21,8 @@ npm install @univerjs/ui
19
21
  pnpm add @univerjs/ui
20
22
  ```
21
23
 
24
+ This package contains CSS and has the second highest priority. Please import it after `@univerjs/design` and before any other Univer style files.
25
+
22
26
  ### UI service
23
27
 
24
28
  UI services define a set of user interface services that run on the client side but are agnostic to the specific host environment (such as desktop browsers, mobile webviews, etc.). By injecting these services, business functionalities can invoke the same interfaces across different hosts without worrying about host disparities.