@taiga-ui/kit 4.34.0-canary.7b7adbb → 4.34.0-canary.dafa48f
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.34.0-canary.
|
|
3
|
+
"version": "4.34.0-canary.dafa48f",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -293,18 +293,18 @@
|
|
|
293
293
|
"esm": "./esm2022/components/preview/taiga-ui-kit-components-preview.mjs",
|
|
294
294
|
"default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
|
|
295
295
|
},
|
|
296
|
-
"./components/progress": {
|
|
297
|
-
"types": "./components/progress/index.d.ts",
|
|
298
|
-
"esm2022": "./esm2022/components/progress/taiga-ui-kit-components-progress.mjs",
|
|
299
|
-
"esm": "./esm2022/components/progress/taiga-ui-kit-components-progress.mjs",
|
|
300
|
-
"default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
|
|
301
|
-
},
|
|
302
296
|
"./components/pulse": {
|
|
303
297
|
"types": "./components/pulse/index.d.ts",
|
|
304
298
|
"esm2022": "./esm2022/components/pulse/taiga-ui-kit-components-pulse.mjs",
|
|
305
299
|
"esm": "./esm2022/components/pulse/taiga-ui-kit-components-pulse.mjs",
|
|
306
300
|
"default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
|
|
307
301
|
},
|
|
302
|
+
"./components/progress": {
|
|
303
|
+
"types": "./components/progress/index.d.ts",
|
|
304
|
+
"esm2022": "./esm2022/components/progress/taiga-ui-kit-components-progress.mjs",
|
|
305
|
+
"esm": "./esm2022/components/progress/taiga-ui-kit-components-progress.mjs",
|
|
306
|
+
"default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
|
|
307
|
+
},
|
|
308
308
|
"./components/push": {
|
|
309
309
|
"types": "./components/push/index.d.ts",
|
|
310
310
|
"esm2022": "./esm2022/components/push/taiga-ui-kit-components-push.mjs",
|
|
@@ -479,6 +479,12 @@
|
|
|
479
479
|
"esm": "./esm2022/directives/password/taiga-ui-kit-directives-password.mjs",
|
|
480
480
|
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
481
481
|
},
|
|
482
|
+
"./directives/present": {
|
|
483
|
+
"types": "./directives/present/index.d.ts",
|
|
484
|
+
"esm2022": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
485
|
+
"esm": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
486
|
+
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
487
|
+
},
|
|
482
488
|
"./directives/sensitive": {
|
|
483
489
|
"types": "./directives/sensitive/index.d.ts",
|
|
484
490
|
"esm2022": "./esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs",
|
|
@@ -491,12 +497,6 @@
|
|
|
491
497
|
"esm": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
|
|
492
498
|
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
493
499
|
},
|
|
494
|
-
"./directives/present": {
|
|
495
|
-
"types": "./directives/present/index.d.ts",
|
|
496
|
-
"esm2022": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
497
|
-
"esm": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
498
|
-
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
499
|
-
},
|
|
500
500
|
"./directives/textarea-limit": {
|
|
501
501
|
"types": "./directives/textarea-limit/index.d.ts",
|
|
502
502
|
"esm2022": "./esm2022/directives/textarea-limit/taiga-ui-kit-directives-textarea-limit.mjs",
|