@taiga-ui/icons 3.39.1 → 3.40.0-canary.fda819a
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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
[](https://discord.gg/Us8d8JVaTg)
|
|
6
6
|
|
|
7
7
|
[Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
|
|
8
|
-
[Core team](https://github.com/
|
|
8
|
+
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)
|
|
9
9
|
|
|
10
10
|
> A set of vector icons used by Taiga UI
|
|
11
11
|
|
|
12
|
-
It's a part of [**Taiga UI**](https://github.com/
|
|
13
|
-
of multiple base libraries and several add-ons
|
|
12
|
+
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
|
|
13
|
+
consisting of multiple base libraries and several add-ons
|
|
14
14
|
|
|
15
15
|
## How to install
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.0-canary.fda819a",
|
|
4
4
|
"description": "Feather icons for Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"svg",
|
|
9
9
|
"feather"
|
|
10
10
|
],
|
|
11
|
-
"homepage": "https://github.com/
|
|
12
|
-
"repository": "https://github.com/
|
|
11
|
+
"homepage": "https://github.com/taiga-family/taiga-ui",
|
|
12
|
+
"repository": "https://github.com/taiga-family/taiga-ui",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@taiga-ui/cdk": ">=3.
|
|
15
|
+
"@taiga-ui/cdk": ">=3.40.0"
|
|
16
16
|
},
|
|
17
17
|
"main": "bundles/taiga-ui-icons.umd.js",
|
|
18
18
|
"module": "fesm2015/taiga-ui-icons.js",
|