@taiga-ui/experimental 3.82.0 → 3.84.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/LICENSE +2 -2
- package/README.md +3 -3
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
|
|
176
176
|
END OF TERMS AND CONDITIONS
|
|
177
177
|
|
|
178
|
-
Copyright
|
|
178
|
+
Copyright 2024 Acpekt
|
|
179
179
|
|
|
180
180
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
181
|
you may not use this file except in compliance with the License.
|
|
@@ -187,4 +187,4 @@
|
|
|
187
187
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
188
188
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
189
189
|
See the License for the specific language governing permissions and
|
|
190
|
-
limitations under the License.
|
|
190
|
+
limitations under the License.
|
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 library with new version of components following updated design specs
|
|
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/experimental",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.84.0",
|
|
4
4
|
"description": "A package with Taiga UI experimental components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@angular/common": ">=12.0.0",
|
|
15
15
|
"@angular/core": ">=12.0.0",
|
|
16
|
-
"@taiga-ui/addon-commerce": "^3.
|
|
17
|
-
"@taiga-ui/cdk": "^3.
|
|
18
|
-
"@taiga-ui/core": "^3.
|
|
19
|
-
"@taiga-ui/kit": "^3.
|
|
16
|
+
"@taiga-ui/addon-commerce": "^3.84.0",
|
|
17
|
+
"@taiga-ui/cdk": "^3.84.0",
|
|
18
|
+
"@taiga-ui/core": "^3.84.0",
|
|
19
|
+
"@taiga-ui/kit": "^3.84.0",
|
|
20
20
|
"@tinkoff/ng-polymorpheus": "^4.3.0",
|
|
21
21
|
"rxjs": ">=6.0.0"
|
|
22
22
|
},
|