@ws-ui/icons 0.0.23 → 0.0.24
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 +2 -3
- package/dist/assets/4DIcons.d.ts +716 -692
- package/dist/index.cjs.js +9 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1023 -939
- package/dist/index.es.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
npm run download:icons
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
- to work locally with this icons in webstudio run
|
|
11
|
+
- to work locally with this icons in webstudio run
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
yalc publish
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
on this project and run
|
|
17
|
+
on this project and run
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
20
|
yalc add @ws-ui/icons
|
|
@@ -23,4 +23,3 @@ yalc add @ws-ui/icons
|
|
|
23
23
|
in webstudio
|
|
24
24
|
|
|
25
25
|
- please bump the version on `package.json` so the package gets published locally
|
|
26
|
-
|