@taiga-ui/kit 4.23.0-canary.a2c368c → 4.23.0-canary.e4f96a9
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.23.0-canary.
|
|
3
|
+
"version": "4.23.0-canary.e4f96a9",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -299,18 +299,6 @@
|
|
|
299
299
|
"esm": "./esm2022/components/range/taiga-ui-kit-components-range.mjs",
|
|
300
300
|
"default": "./fesm2022/taiga-ui-kit-components-range.mjs"
|
|
301
301
|
},
|
|
302
|
-
"./components/rating": {
|
|
303
|
-
"types": "./components/rating/index.d.ts",
|
|
304
|
-
"esm2022": "./esm2022/components/rating/taiga-ui-kit-components-rating.mjs",
|
|
305
|
-
"esm": "./esm2022/components/rating/taiga-ui-kit-components-rating.mjs",
|
|
306
|
-
"default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
|
|
307
|
-
},
|
|
308
|
-
"./components/routable-dialog": {
|
|
309
|
-
"types": "./components/routable-dialog/index.d.ts",
|
|
310
|
-
"esm2022": "./esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs",
|
|
311
|
-
"esm": "./esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs",
|
|
312
|
-
"default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
|
|
313
|
-
},
|
|
314
302
|
"./components/segmented": {
|
|
315
303
|
"types": "./components/segmented/index.d.ts",
|
|
316
304
|
"esm2022": "./esm2022/components/segmented/taiga-ui-kit-components-segmented.mjs",
|
|
@@ -323,6 +311,18 @@
|
|
|
323
311
|
"esm": "./esm2022/components/slider/taiga-ui-kit-components-slider.mjs",
|
|
324
312
|
"default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
|
|
325
313
|
},
|
|
314
|
+
"./components/routable-dialog": {
|
|
315
|
+
"types": "./components/routable-dialog/index.d.ts",
|
|
316
|
+
"esm2022": "./esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs",
|
|
317
|
+
"esm": "./esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs",
|
|
318
|
+
"default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
|
|
319
|
+
},
|
|
320
|
+
"./components/rating": {
|
|
321
|
+
"types": "./components/rating/index.d.ts",
|
|
322
|
+
"esm2022": "./esm2022/components/rating/taiga-ui-kit-components-rating.mjs",
|
|
323
|
+
"esm": "./esm2022/components/rating/taiga-ui-kit-components-rating.mjs",
|
|
324
|
+
"default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
|
|
325
|
+
},
|
|
326
326
|
"./components/status": {
|
|
327
327
|
"types": "./components/status/index.d.ts",
|
|
328
328
|
"esm2022": "./esm2022/components/status/taiga-ui-kit-components-status.mjs",
|
|
@@ -431,18 +431,18 @@
|
|
|
431
431
|
"esm": "./esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs",
|
|
432
432
|
"default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
|
|
433
433
|
},
|
|
434
|
-
"./directives/present": {
|
|
435
|
-
"types": "./directives/present/index.d.ts",
|
|
436
|
-
"esm2022": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
437
|
-
"esm": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
438
|
-
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
439
|
-
},
|
|
440
434
|
"./directives/password": {
|
|
441
435
|
"types": "./directives/password/index.d.ts",
|
|
442
436
|
"esm2022": "./esm2022/directives/password/taiga-ui-kit-directives-password.mjs",
|
|
443
437
|
"esm": "./esm2022/directives/password/taiga-ui-kit-directives-password.mjs",
|
|
444
438
|
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
445
439
|
},
|
|
440
|
+
"./directives/present": {
|
|
441
|
+
"types": "./directives/present/index.d.ts",
|
|
442
|
+
"esm2022": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
443
|
+
"esm": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
444
|
+
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
445
|
+
},
|
|
446
446
|
"./directives/sensitive": {
|
|
447
447
|
"types": "./directives/sensitive/index.d.ts",
|
|
448
448
|
"esm2022": "./esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs",
|