@taiga-ui/kit 4.26.0-canary.5dcdb9b → 4.26.1

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.26.0-canary.5dcdb9b",
3
+ "version": "4.26.1",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -347,12 +347,6 @@
347
347
  "esm": "./esm2022/components/tabs/taiga-ui-kit-components-tabs.mjs",
348
348
  "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
349
349
  },
350
- "./components/tiles": {
351
- "types": "./components/tiles/index.d.ts",
352
- "esm2022": "./esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs",
353
- "esm": "./esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs",
354
- "default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
355
- },
356
350
  "./components/tree": {
357
351
  "types": "./components/tree/index.d.ts",
358
352
  "esm2022": "./esm2022/components/tree/taiga-ui-kit-components-tree.mjs",
@@ -371,24 +365,30 @@
371
365
  "esm": "./esm2022/directives/button-group/taiga-ui-kit-directives-button-group.mjs",
372
366
  "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
373
367
  },
368
+ "./components/tiles": {
369
+ "types": "./components/tiles/index.d.ts",
370
+ "esm2022": "./esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs",
371
+ "esm": "./esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs",
372
+ "default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
373
+ },
374
374
  "./directives/button-select": {
375
375
  "types": "./directives/button-select/index.d.ts",
376
376
  "esm2022": "./esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs",
377
377
  "esm": "./esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs",
378
378
  "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
379
379
  },
380
- "./directives/connected": {
381
- "types": "./directives/connected/index.d.ts",
382
- "esm2022": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
383
- "esm": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
384
- "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
385
- },
386
380
  "./directives/chevron": {
387
381
  "types": "./directives/chevron/index.d.ts",
388
382
  "esm2022": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
389
383
  "esm": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
390
384
  "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
391
385
  },
386
+ "./directives/connected": {
387
+ "types": "./directives/connected/index.d.ts",
388
+ "esm2022": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
389
+ "esm": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
390
+ "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
391
+ },
392
392
  "./directives/copy": {
393
393
  "types": "./directives/copy/index.d.ts",
394
394
  "esm2022": "./esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs",
@@ -535,9 +535,9 @@
535
535
  "@ng-web-apis/intersection-observer": "^4.11.1",
536
536
  "@ng-web-apis/mutation-observer": "^4.11.1",
537
537
  "@ng-web-apis/resize-observer": "^4.11.1",
538
- "@taiga-ui/cdk": "^4.26.0",
539
- "@taiga-ui/core": "^4.26.0",
540
- "@taiga-ui/i18n": "^4.26.0",
538
+ "@taiga-ui/cdk": "^4.26.1",
539
+ "@taiga-ui/core": "^4.26.1",
540
+ "@taiga-ui/i18n": "^4.26.1",
541
541
  "@taiga-ui/polymorpheus": "^4.8.0",
542
542
  "rxjs": ">=7.0.0"
543
543
  },