@taiga-ui/kit 4.52.0-canary.536e4ff → 4.52.0-canary.d626d20
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.52.0-canary.
|
|
3
|
+
"version": "4.52.0-canary.d626d20",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -413,12 +413,6 @@
|
|
|
413
413
|
"esm": "./esm2022/components/rating/taiga-ui-kit-components-rating.mjs",
|
|
414
414
|
"default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
|
|
415
415
|
},
|
|
416
|
-
"./components/routable-dialog": {
|
|
417
|
-
"types": "./components/routable-dialog/index.d.ts",
|
|
418
|
-
"esm2022": "./esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs",
|
|
419
|
-
"esm": "./esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs",
|
|
420
|
-
"default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
|
|
421
|
-
},
|
|
422
416
|
"./components/segmented": {
|
|
423
417
|
"types": "./components/segmented/index.d.ts",
|
|
424
418
|
"esm2022": "./esm2022/components/segmented/taiga-ui-kit-components-segmented.mjs",
|
|
@@ -431,6 +425,12 @@
|
|
|
431
425
|
"esm": "./esm2022/components/select/taiga-ui-kit-components-select.mjs",
|
|
432
426
|
"default": "./fesm2022/taiga-ui-kit-components-select.mjs"
|
|
433
427
|
},
|
|
428
|
+
"./components/routable-dialog": {
|
|
429
|
+
"types": "./components/routable-dialog/index.d.ts",
|
|
430
|
+
"esm2022": "./esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs",
|
|
431
|
+
"esm": "./esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs",
|
|
432
|
+
"default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
|
|
433
|
+
},
|
|
434
434
|
"./components/slider": {
|
|
435
435
|
"types": "./components/slider/index.d.ts",
|
|
436
436
|
"esm2022": "./esm2022/components/slider/taiga-ui-kit-components-slider.mjs",
|