@ws-ui/icons 0.2.3 → 1.1.1
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 +6 -4
- package/dist/assets/4DIcons.d.ts +369 -339
- package/dist/index.cjs.js +2 -27
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.es.js +1054 -1592
- package/dist/index.es.js.map +1 -0
- package/dist/package.json +27 -7
- package/package.json +27 -7
package/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Get Icons
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
- to get the icons please add a `.secrets.env` to the root folder of the project with `TD_USERNAME` and `TD_PASSWORD`
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
- download and lint the new icons by running
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
```bash
|
|
8
|
+
npm run download:icons
|
|
9
|
+
```
|