@ws-ui/icons 0.2.2 → 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 +4 -22
- package/dist/assets/4DIcons.d.ts +339 -339
- package/dist/assets/IconType.d.ts +0 -1
- package/dist/assets/index.d.ts +2 -1
- package/dist/index.cjs.js +5 -8
- package/dist/index.es.js +95 -109
- package/dist/package.json +21 -0
- package/package.json +6 -32
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.es.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,25 +1,7 @@
|
|
|
1
|
-
#
|
|
1
|
+
# icons
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This library was generated with [Nx](https://nx.dev).
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Running unit tests
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
npm run download:icons
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
- to work locally with this icons in webstudio run
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
yalc publish
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
on this project and run
|
|
18
|
-
|
|
19
|
-
```bash
|
|
20
|
-
yalc add @ws-ui/icons
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
in webstudio
|
|
24
|
-
|
|
25
|
-
- please bump the version on `package.json` so the package gets published locally
|
|
7
|
+
Run `nx test icons` to execute the unit tests via [Vitest](https://vitest.dev/).
|