@taiga-ui/kit 4.16.0 → 4.17.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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.17.0",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -395,18 +395,18 @@
|
|
|
395
395
|
"esm": "./esm2022/directives/fade/taiga-ui-kit-directives-fade.mjs",
|
|
396
396
|
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
397
397
|
},
|
|
398
|
-
"./directives/fluid-typography": {
|
|
399
|
-
"types": "./directives/fluid-typography/index.d.ts",
|
|
400
|
-
"esm2022": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
401
|
-
"esm": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
402
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
403
|
-
},
|
|
404
398
|
"./directives/highlight": {
|
|
405
399
|
"types": "./directives/highlight/index.d.ts",
|
|
406
400
|
"esm2022": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
407
401
|
"esm": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
408
402
|
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
409
403
|
},
|
|
404
|
+
"./directives/fluid-typography": {
|
|
405
|
+
"types": "./directives/fluid-typography/index.d.ts",
|
|
406
|
+
"esm2022": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
407
|
+
"esm": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
408
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
409
|
+
},
|
|
410
410
|
"./directives/icon-badge": {
|
|
411
411
|
"types": "./directives/icon-badge/index.d.ts",
|
|
412
412
|
"esm2022": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
@@ -523,9 +523,9 @@
|
|
|
523
523
|
"@ng-web-apis/intersection-observer": "^4.11.1",
|
|
524
524
|
"@ng-web-apis/mutation-observer": "^4.11.1",
|
|
525
525
|
"@ng-web-apis/resize-observer": "^4.11.1",
|
|
526
|
-
"@taiga-ui/cdk": "^4.
|
|
527
|
-
"@taiga-ui/core": "^4.
|
|
528
|
-
"@taiga-ui/i18n": "^4.
|
|
526
|
+
"@taiga-ui/cdk": "^4.17.0",
|
|
527
|
+
"@taiga-ui/core": "^4.17.0",
|
|
528
|
+
"@taiga-ui/i18n": "^4.17.0",
|
|
529
529
|
"@taiga-ui/polymorpheus": "^4.7.4",
|
|
530
530
|
"rxjs": ">=7.0.0"
|
|
531
531
|
},
|