@taiga-ui/kit 5.4.0-canary.15a8161 → 5.4.0-canary.c194928

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 (40) hide show
  1. package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
  2. package/fesm2022/taiga-ui-kit-components-avatar.mjs +9 -9
  3. package/fesm2022/taiga-ui-kit-components-badge.mjs +2 -2
  4. package/fesm2022/taiga-ui-kit-components-block.mjs +2 -2
  5. package/fesm2022/taiga-ui-kit-components-chip.mjs +2 -2
  6. package/fesm2022/taiga-ui-kit-components-comment.mjs +3 -3
  7. package/fesm2022/taiga-ui-kit-components-compass.mjs +2 -2
  8. package/fesm2022/taiga-ui-kit-components-copy.mjs +2 -2
  9. package/fesm2022/taiga-ui-kit-components-files.mjs +5 -5
  10. package/fesm2022/taiga-ui-kit-components-input-color.mjs +2 -2
  11. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +2 -2
  12. package/fesm2022/taiga-ui-kit-components-input-date.mjs +2 -2
  13. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -2
  14. package/fesm2022/taiga-ui-kit-components-input-month.mjs +2 -2
  15. package/fesm2022/taiga-ui-kit-components-input-number.mjs +3 -3
  16. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +2 -2
  17. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +2 -2
  18. package/fesm2022/taiga-ui-kit-components-input-time.mjs +2 -2
  19. package/fesm2022/taiga-ui-kit-components-like.mjs +2 -2
  20. package/fesm2022/taiga-ui-kit-components-message.mjs +2 -2
  21. package/fesm2022/taiga-ui-kit-components-pin.mjs +3 -3
  22. package/fesm2022/taiga-ui-kit-components-preview.mjs +3 -3
  23. package/fesm2022/taiga-ui-kit-components-progress.mjs +6 -6
  24. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +2 -2
  25. package/fesm2022/taiga-ui-kit-components-segmented.mjs +3 -3
  26. package/fesm2022/taiga-ui-kit-components-shrink-wrap.mjs +2 -2
  27. package/fesm2022/taiga-ui-kit-components-status.mjs +3 -3
  28. package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -2
  29. package/fesm2022/taiga-ui-kit-components-tabs.mjs +3 -3
  30. package/fesm2022/taiga-ui-kit-components-tiles.mjs +4 -4
  31. package/fesm2022/taiga-ui-kit-components-toast.mjs +2 -2
  32. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +3 -3
  33. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -2
  34. package/fesm2022/taiga-ui-kit-directives-connected.mjs +3 -3
  35. package/fesm2022/taiga-ui-kit-directives-fade.mjs +3 -3
  36. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +3 -3
  37. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +2 -2
  38. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +3 -3
  39. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +2 -2
  40. package/package.json +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.4.0-canary.15a8161",
3
+ "version": "5.4.0-canary.c194928",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -68,14 +68,14 @@
68
68
  "types": "./directives/index.d.ts",
69
69
  "default": "./fesm2022/taiga-ui-kit-directives.mjs"
70
70
  },
71
- "./tokens": {
72
- "types": "./tokens/index.d.ts",
73
- "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
74
- },
75
71
  "./pipes": {
76
72
  "types": "./pipes/index.d.ts",
77
73
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
78
74
  },
75
+ "./tokens": {
76
+ "types": "./tokens/index.d.ts",
77
+ "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
78
+ },
79
79
  "./utils": {
80
80
  "types": "./utils/index.d.ts",
81
81
  "default": "./fesm2022/taiga-ui-kit-utils.mjs"
@@ -128,14 +128,14 @@
128
128
  "types": "./components/chip/index.d.ts",
129
129
  "default": "./fesm2022/taiga-ui-kit-components-chip.mjs"
130
130
  },
131
- "./components/combo-box": {
132
- "types": "./components/combo-box/index.d.ts",
133
- "default": "./fesm2022/taiga-ui-kit-components-combo-box.mjs"
134
- },
135
131
  "./components/comment": {
136
132
  "types": "./components/comment/index.d.ts",
137
133
  "default": "./fesm2022/taiga-ui-kit-components-comment.mjs"
138
134
  },
135
+ "./components/combo-box": {
136
+ "types": "./components/combo-box/index.d.ts",
137
+ "default": "./fesm2022/taiga-ui-kit-components-combo-box.mjs"
138
+ },
139
139
  "./components/compass": {
140
140
  "types": "./components/compass/index.d.ts",
141
141
  "default": "./fesm2022/taiga-ui-kit-components-compass.mjs"
@@ -304,10 +304,6 @@
304
304
  "types": "./components/rating/index.d.ts",
305
305
  "default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
306
306
  },
307
- "./components/routable-dialog": {
308
- "types": "./components/routable-dialog/index.d.ts",
309
- "default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
310
- },
311
307
  "./components/segmented": {
312
308
  "types": "./components/segmented/index.d.ts",
313
309
  "default": "./fesm2022/taiga-ui-kit-components-segmented.mjs"
@@ -316,6 +312,10 @@
316
312
  "types": "./components/select/index.d.ts",
317
313
  "default": "./fesm2022/taiga-ui-kit-components-select.mjs"
318
314
  },
315
+ "./components/routable-dialog": {
316
+ "types": "./components/routable-dialog/index.d.ts",
317
+ "default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
318
+ },
319
319
  "./components/shrink-wrap": {
320
320
  "types": "./components/shrink-wrap/index.d.ts",
321
321
  "default": "./fesm2022/taiga-ui-kit-components-shrink-wrap.mjs"
@@ -340,10 +340,6 @@
340
340
  "types": "./components/textarea/index.d.ts",
341
341
  "default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
342
342
  },
343
- "./components/tiles": {
344
- "types": "./components/tiles/index.d.ts",
345
- "default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
346
- },
347
343
  "./components/timeline": {
348
344
  "types": "./components/timeline/index.d.ts",
349
345
  "default": "./fesm2022/taiga-ui-kit-components-timeline.mjs"
@@ -360,14 +356,14 @@
360
356
  "types": "./directives/appearance-proxy/index.d.ts",
361
357
  "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
362
358
  },
363
- "./directives/button-group": {
364
- "types": "./directives/button-group/index.d.ts",
365
- "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
366
- },
367
359
  "./directives/button-select": {
368
360
  "types": "./directives/button-select/index.d.ts",
369
361
  "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
370
362
  },
363
+ "./directives/button-group": {
364
+ "types": "./directives/button-group/index.d.ts",
365
+ "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
366
+ },
371
367
  "./directives/chevron": {
372
368
  "types": "./directives/chevron/index.d.ts",
373
369
  "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
@@ -384,6 +380,10 @@
384
380
  "types": "./directives/fade/index.d.ts",
385
381
  "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
386
382
  },
383
+ "./directives/fluid-typography": {
384
+ "types": "./directives/fluid-typography/index.d.ts",
385
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
386
+ },
387
387
  "./directives/highlight": {
388
388
  "types": "./directives/highlight/index.d.ts",
389
389
  "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
@@ -396,10 +396,6 @@
396
396
  "types": "./directives/present/index.d.ts",
397
397
  "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
398
398
  },
399
- "./directives/fluid-typography": {
400
- "types": "./directives/fluid-typography/index.d.ts",
401
- "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
402
- },
403
399
  "./directives/sensitive": {
404
400
  "types": "./directives/sensitive/index.d.ts",
405
401
  "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
@@ -424,6 +420,10 @@
424
420
  "types": "./directives/unmask-handler/index.d.ts",
425
421
  "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
426
422
  },
423
+ "./components/tiles": {
424
+ "types": "./components/tiles/index.d.ts",
425
+ "default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
426
+ },
427
427
  "./pipes/auto-color": {
428
428
  "types": "./pipes/auto-color/index.d.ts",
429
429
  "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"