@taiga-ui/icons 2.22.0 → 2.26.0
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 +7 -3
- package/all.d.ts +180 -178
- package/bundles/taiga-ui-icons-scripts.umd.js +368 -0
- package/bundles/taiga-ui-icons-scripts.umd.js.map +1 -0
- package/bundles/taiga-ui-icons-scripts.umd.min.js +2 -0
- package/bundles/taiga-ui-icons-scripts.umd.min.js.map +1 -0
- package/bundles/taiga-ui-icons.umd.js +181 -177
- package/bundles/taiga-ui-icons.umd.js.map +1 -1
- package/bundles/taiga-ui-icons.umd.min.js +1 -1
- package/bundles/taiga-ui-icons.umd.min.js.map +1 -1
- package/esm2015/all.js +181 -179
- package/esm2015/scripts/convert-all-compile-file-to-all-file.js +48 -0
- package/esm2015/scripts/delete-all-to-compile-file.js +10 -0
- package/esm2015/scripts/index.js +6 -0
- package/esm2015/scripts/post-prettier-format.js +9 -0
- package/esm2015/scripts/prepare-all-to-compile-file.js +13 -0
- package/esm2015/scripts/rollup-svgo.js +32 -0
- package/esm2015/scripts/taiga-ui-icons-scripts.js +5 -0
- package/esm5/all.js +181 -179
- package/esm5/scripts/convert-all-compile-file-to-all-file.js +54 -0
- package/esm5/scripts/delete-all-to-compile-file.js +10 -0
- package/esm5/scripts/index.js +6 -0
- package/esm5/scripts/post-prettier-format.js +10 -0
- package/esm5/scripts/prepare-all-to-compile-file.js +25 -0
- package/esm5/scripts/rollup-svgo.js +44 -0
- package/esm5/scripts/taiga-ui-icons-scripts.js +5 -0
- package/fesm2015/taiga-ui-icons-scripts.js +115 -0
- package/fesm2015/taiga-ui-icons-scripts.js.map +1 -0
- package/fesm2015/taiga-ui-icons.js +180 -178
- package/fesm2015/taiga-ui-icons.js.map +1 -1
- package/fesm5/taiga-ui-icons-scripts.js +144 -0
- package/fesm5/taiga-ui-icons-scripts.js.map +1 -0
- package/fesm5/taiga-ui-icons.js +180 -178
- package/fesm5/taiga-ui-icons.js.map +1 -1
- package/package.json +1 -1
- package/scripts/convert-all-compile-file-to-all-file.d.ts +8 -0
- package/scripts/delete-all-to-compile-file.d.ts +1 -0
- package/scripts/index.d.ts +5 -0
- package/scripts/package.json +13 -0
- package/scripts/post-prettier-format.d.ts +1 -0
- package/scripts/prepare-all-to-compile-file.d.ts +1 -0
- package/scripts/rollup-svgo.d.ts +8 -0
- package/scripts/taiga-ui-icons-scripts.d.ts +4 -0
- package/scripts/taiga-ui-icons-scripts.metadata.json +1 -0
- package/src/tuiIconBellOffLarge.svg +5 -5
- package/src/tuiIconClose.svg +14 -0
- package/src/tuiIconCode.svg +2 -2
- package/src/tuiIconCodeLarge.svg +2 -2
- package/src/tuiIconElectron.svg +6 -6
- package/src/tuiIconMaestro.svg +3 -3
- package/src/tuiIconMastercard.svg +3 -3
- package/src/tuiIconMir.svg +7 -7
- package/src/tuiIconRotate.svg +29 -0
- package/src/tuiIconVisa.svg +5 -5
- package/taiga-ui-icons.metadata.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
[](https://bundlephobia.com/result?p=@taiga-ui/icons)
|
|
5
5
|
[](https://discord.gg/Us8d8JVaTg)
|
|
6
6
|
|
|
7
|
-
[Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
|
|
7
|
+
[Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
|
|
8
|
+
[CDK Wiki](https://github.com/TinkoffCreditSystems/taiga-ui/wiki) •
|
|
9
|
+
[Core team](https://github.com/TinkoffCreditSystems/taiga-ui/#core-team)
|
|
8
10
|
|
|
9
11
|
> A set of vector icons used by Taiga UI
|
|
10
12
|
|
|
11
|
-
It's a part of [**Taiga UI**](https://github.com/TinkoffCreditSystems/taiga-ui) that is fully-treeshakable Angular UI
|
|
13
|
+
It's a part of [**Taiga UI**](https://github.com/TinkoffCreditSystems/taiga-ui) that is fully-treeshakable Angular UI
|
|
14
|
+
Kit consisting of multiple base libraries and several add-ons
|
|
12
15
|
|
|
13
16
|
## How to install
|
|
14
17
|
|
|
@@ -16,7 +19,8 @@ It's a part of [**Taiga UI**](https://github.com/TinkoffCreditSystems/taiga-ui)
|
|
|
16
19
|
npm i @taiga-ui/icons
|
|
17
20
|
```
|
|
18
21
|
|
|
19
|
-
Don't forget that Taiga UI is fully-treeshakable. **You can import even just one entity from our library** and be sure
|
|
22
|
+
Don't forget that Taiga UI is fully-treeshakable. **You can import even just one entity from our library** and be sure
|
|
23
|
+
that there is no redundant code in your bundle. Bundlphobia badge shows size of the whole library.
|
|
20
24
|
|
|
21
25
|
## Docs
|
|
22
26
|
|