@taiga-ui/kit 4.46.0-canary.5b796cc → 4.46.0-canary.e004e4f

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.46.0-canary.5b796cc",
3
+ "version": "4.46.0-canary.e004e4f",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -545,12 +545,6 @@
545
545
  "esm": "./esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs",
546
546
  "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
547
547
  },
548
- "./directives/shimmer": {
549
- "types": "./directives/shimmer/index.d.ts",
550
- "esm2022": "./esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs",
551
- "esm": "./esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs",
552
- "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
553
- },
554
548
  "./directives/skeleton": {
555
549
  "types": "./directives/skeleton/index.d.ts",
556
550
  "esm2022": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
@@ -563,6 +557,12 @@
563
557
  "esm": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
564
558
  "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
565
559
  },
560
+ "./directives/shimmer": {
561
+ "types": "./directives/shimmer/index.d.ts",
562
+ "esm2022": "./esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs",
563
+ "esm": "./esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs",
564
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
565
+ },
566
566
  "./directives/unfinished-validator": {
567
567
  "types": "./directives/unfinished-validator/index.d.ts",
568
568
  "esm2022": "./esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs",