@taiga-ui/kit 4.51.0-canary.2b42d75 → 4.51.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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.51.0
|
|
3
|
+
"version": "4.51.0",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -383,18 +383,18 @@
|
|
|
383
383
|
"esm": "./esm2022/components/push/taiga-ui-kit-components-push.mjs",
|
|
384
384
|
"default": "./fesm2022/taiga-ui-kit-components-push.mjs"
|
|
385
385
|
},
|
|
386
|
-
"./components/radio-list": {
|
|
387
|
-
"types": "./components/radio-list/index.d.ts",
|
|
388
|
-
"esm2022": "./esm2022/components/radio-list/taiga-ui-kit-components-radio-list.mjs",
|
|
389
|
-
"esm": "./esm2022/components/radio-list/taiga-ui-kit-components-radio-list.mjs",
|
|
390
|
-
"default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
|
|
391
|
-
},
|
|
392
386
|
"./components/radio": {
|
|
393
387
|
"types": "./components/radio/index.d.ts",
|
|
394
388
|
"esm2022": "./esm2022/components/radio/taiga-ui-kit-components-radio.mjs",
|
|
395
389
|
"esm": "./esm2022/components/radio/taiga-ui-kit-components-radio.mjs",
|
|
396
390
|
"default": "./fesm2022/taiga-ui-kit-components-radio.mjs"
|
|
397
391
|
},
|
|
392
|
+
"./components/radio-list": {
|
|
393
|
+
"types": "./components/radio-list/index.d.ts",
|
|
394
|
+
"esm2022": "./esm2022/components/radio-list/taiga-ui-kit-components-radio-list.mjs",
|
|
395
|
+
"esm": "./esm2022/components/radio-list/taiga-ui-kit-components-radio-list.mjs",
|
|
396
|
+
"default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
|
|
397
|
+
},
|
|
398
398
|
"./components/range": {
|
|
399
399
|
"types": "./components/range/index.d.ts",
|
|
400
400
|
"esm2022": "./esm2022/components/range/taiga-ui-kit-components-range.mjs",
|
|
@@ -581,6 +581,12 @@
|
|
|
581
581
|
"esm": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
|
|
582
582
|
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
583
583
|
},
|
|
584
|
+
"./directives/tooltip": {
|
|
585
|
+
"types": "./directives/tooltip/index.d.ts",
|
|
586
|
+
"esm2022": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
|
|
587
|
+
"esm": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
|
|
588
|
+
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
589
|
+
},
|
|
584
590
|
"./directives/unfinished-validator": {
|
|
585
591
|
"types": "./directives/unfinished-validator/index.d.ts",
|
|
586
592
|
"esm2022": "./esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs",
|
|
@@ -593,12 +599,6 @@
|
|
|
593
599
|
"esm": "./esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs",
|
|
594
600
|
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
595
601
|
},
|
|
596
|
-
"./directives/tooltip": {
|
|
597
|
-
"types": "./directives/tooltip/index.d.ts",
|
|
598
|
-
"esm2022": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
|
|
599
|
-
"esm": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
|
|
600
|
-
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
601
|
-
},
|
|
602
602
|
"./pipes/emails": {
|
|
603
603
|
"types": "./pipes/emails/index.d.ts",
|
|
604
604
|
"esm2022": "./esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs",
|