@taiga-ui/kit 4.27.1-canary.841b87f → 4.28.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.28.0",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -347,18 +347,18 @@
|
|
|
347
347
|
"esm": "./esm2022/components/switch/taiga-ui-kit-components-switch.mjs",
|
|
348
348
|
"default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
|
|
349
349
|
},
|
|
350
|
-
"./components/tabs": {
|
|
351
|
-
"types": "./components/tabs/index.d.ts",
|
|
352
|
-
"esm2022": "./esm2022/components/tabs/taiga-ui-kit-components-tabs.mjs",
|
|
353
|
-
"esm": "./esm2022/components/tabs/taiga-ui-kit-components-tabs.mjs",
|
|
354
|
-
"default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
|
|
355
|
-
},
|
|
356
350
|
"./components/tiles": {
|
|
357
351
|
"types": "./components/tiles/index.d.ts",
|
|
358
352
|
"esm2022": "./esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs",
|
|
359
353
|
"esm": "./esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs",
|
|
360
354
|
"default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
|
|
361
355
|
},
|
|
356
|
+
"./components/tabs": {
|
|
357
|
+
"types": "./components/tabs/index.d.ts",
|
|
358
|
+
"esm2022": "./esm2022/components/tabs/taiga-ui-kit-components-tabs.mjs",
|
|
359
|
+
"esm": "./esm2022/components/tabs/taiga-ui-kit-components-tabs.mjs",
|
|
360
|
+
"default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
|
|
361
|
+
},
|
|
362
362
|
"./components/tree": {
|
|
363
363
|
"types": "./components/tree/index.d.ts",
|
|
364
364
|
"esm2022": "./esm2022/components/tree/taiga-ui-kit-components-tree.mjs",
|
|
@@ -541,9 +541,9 @@
|
|
|
541
541
|
"@ng-web-apis/intersection-observer": "^4.11.1",
|
|
542
542
|
"@ng-web-apis/mutation-observer": "^4.11.1",
|
|
543
543
|
"@ng-web-apis/resize-observer": "^4.11.1",
|
|
544
|
-
"@taiga-ui/cdk": "^4.
|
|
545
|
-
"@taiga-ui/core": "^4.
|
|
546
|
-
"@taiga-ui/i18n": "^4.
|
|
544
|
+
"@taiga-ui/cdk": "^4.28.0",
|
|
545
|
+
"@taiga-ui/core": "^4.28.0",
|
|
546
|
+
"@taiga-ui/i18n": "^4.28.0",
|
|
547
547
|
"@taiga-ui/polymorpheus": "^4.8.0",
|
|
548
548
|
"rxjs": ">=7.0.0"
|
|
549
549
|
},
|