@taiga-ui/kit 5.3.0 → 5.4.0

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 (41) 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 +5 -5
  32. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +3 -3
  34. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -2
  35. package/fesm2022/taiga-ui-kit-directives-connected.mjs +3 -3
  36. package/fesm2022/taiga-ui-kit-directives-fade.mjs +3 -3
  37. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +3 -3
  38. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +2 -2
  39. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +3 -3
  40. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +2 -2
  41. package/package.json +120 -120
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -43,11 +43,11 @@
43
43
  "@ng-web-apis/mutation-observer": "^5.2.0",
44
44
  "@ng-web-apis/platform": "^5.2.0",
45
45
  "@ng-web-apis/resize-observer": "^5.2.0",
46
- "@taiga-ui/cdk": "5.3.0",
47
- "@taiga-ui/core": "5.3.0",
48
- "@taiga-ui/i18n": "5.3.0",
46
+ "@taiga-ui/cdk": "5.4.0",
47
+ "@taiga-ui/core": "5.4.0",
48
+ "@taiga-ui/i18n": "5.4.0",
49
49
  "@taiga-ui/polymorpheus": "^5.0.0",
50
- "@taiga-ui/styles": "5.3.0",
50
+ "@taiga-ui/styles": "5.4.0",
51
51
  "rxjs": ">=7.0.0"
52
52
  },
53
53
  "module": "fesm2022/taiga-ui-kit.mjs",
@@ -60,10 +60,6 @@
60
60
  "types": "./index.d.ts",
61
61
  "default": "./fesm2022/taiga-ui-kit.mjs"
62
62
  },
63
- "./components": {
64
- "types": "./components/index.d.ts",
65
- "default": "./fesm2022/taiga-ui-kit-components.mjs"
66
- },
67
63
  "./directives": {
68
64
  "types": "./directives/index.d.ts",
69
65
  "default": "./fesm2022/taiga-ui-kit-directives.mjs"
@@ -72,6 +68,10 @@
72
68
  "types": "./pipes/index.d.ts",
73
69
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
74
70
  },
71
+ "./components": {
72
+ "types": "./components/index.d.ts",
73
+ "default": "./fesm2022/taiga-ui-kit-components.mjs"
74
+ },
75
75
  "./tokens": {
76
76
  "types": "./tokens/index.d.ts",
77
77
  "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
@@ -80,6 +80,106 @@
80
80
  "types": "./utils/index.d.ts",
81
81
  "default": "./fesm2022/taiga-ui-kit-utils.mjs"
82
82
  },
83
+ "./directives/appearance-proxy": {
84
+ "types": "./directives/appearance-proxy/index.d.ts",
85
+ "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
86
+ },
87
+ "./directives/button-group": {
88
+ "types": "./directives/button-group/index.d.ts",
89
+ "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
90
+ },
91
+ "./directives/chevron": {
92
+ "types": "./directives/chevron/index.d.ts",
93
+ "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
94
+ },
95
+ "./directives/connected": {
96
+ "types": "./directives/connected/index.d.ts",
97
+ "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
98
+ },
99
+ "./directives/data-list-dropdown-manager": {
100
+ "types": "./directives/data-list-dropdown-manager/index.d.ts",
101
+ "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
102
+ },
103
+ "./directives/fade": {
104
+ "types": "./directives/fade/index.d.ts",
105
+ "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
106
+ },
107
+ "./directives/fluid-typography": {
108
+ "types": "./directives/fluid-typography/index.d.ts",
109
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
110
+ },
111
+ "./directives/highlight": {
112
+ "types": "./directives/highlight/index.d.ts",
113
+ "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
114
+ },
115
+ "./directives/password": {
116
+ "types": "./directives/password/index.d.ts",
117
+ "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
118
+ },
119
+ "./directives/present": {
120
+ "types": "./directives/present/index.d.ts",
121
+ "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
122
+ },
123
+ "./directives/sensitive": {
124
+ "types": "./directives/sensitive/index.d.ts",
125
+ "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
126
+ },
127
+ "./directives/shimmer": {
128
+ "types": "./directives/shimmer/index.d.ts",
129
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
130
+ },
131
+ "./directives/skeleton": {
132
+ "types": "./directives/skeleton/index.d.ts",
133
+ "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
134
+ },
135
+ "./directives/tooltip": {
136
+ "types": "./directives/tooltip/index.d.ts",
137
+ "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
138
+ },
139
+ "./directives/unfinished-validator": {
140
+ "types": "./directives/unfinished-validator/index.d.ts",
141
+ "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
142
+ },
143
+ "./directives/button-select": {
144
+ "types": "./directives/button-select/index.d.ts",
145
+ "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
146
+ },
147
+ "./directives/unmask-handler": {
148
+ "types": "./directives/unmask-handler/index.d.ts",
149
+ "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
150
+ },
151
+ "./pipes/auto-color": {
152
+ "types": "./pipes/auto-color/index.d.ts",
153
+ "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
154
+ },
155
+ "./pipes/emails": {
156
+ "types": "./pipes/emails/index.d.ts",
157
+ "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
158
+ },
159
+ "./pipes/flag": {
160
+ "types": "./pipes/flag/index.d.ts",
161
+ "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
162
+ },
163
+ "./pipes/hide-selected": {
164
+ "types": "./pipes/hide-selected/index.d.ts",
165
+ "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
166
+ },
167
+ "./pipes/initials": {
168
+ "types": "./pipes/initials/index.d.ts",
169
+ "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
170
+ },
171
+ "./pipes/sort-countries": {
172
+ "types": "./pipes/sort-countries/index.d.ts",
173
+ "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
174
+ },
175
+ "./pipes/stringify": {
176
+ "types": "./pipes/stringify/index.d.ts",
177
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
178
+ },
179
+ "./pipes/stringify-content": {
180
+ "types": "./pipes/stringify-content/index.d.ts",
181
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
182
+ },
83
183
  "./components/accordion": {
84
184
  "types": "./components/accordion/index.d.ts",
85
185
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
@@ -204,14 +304,14 @@
204
304
  "types": "./components/input-month/index.d.ts",
205
305
  "default": "./fesm2022/taiga-ui-kit-components-input-month.mjs"
206
306
  },
207
- "./components/input-month-range": {
208
- "types": "./components/input-month-range/index.d.ts",
209
- "default": "./fesm2022/taiga-ui-kit-components-input-month-range.mjs"
210
- },
211
307
  "./components/input-number": {
212
308
  "types": "./components/input-number/index.d.ts",
213
309
  "default": "./fesm2022/taiga-ui-kit-components-input-number.mjs"
214
310
  },
311
+ "./components/input-month-range": {
312
+ "types": "./components/input-month-range/index.d.ts",
313
+ "default": "./fesm2022/taiga-ui-kit-components-input-month-range.mjs"
314
+ },
215
315
  "./components/input-phone": {
216
316
  "types": "./components/input-phone/index.d.ts",
217
317
  "default": "./fesm2022/taiga-ui-kit-components-input-phone.mjs"
@@ -320,14 +420,6 @@
320
420
  "types": "./components/shrink-wrap/index.d.ts",
321
421
  "default": "./fesm2022/taiga-ui-kit-components-shrink-wrap.mjs"
322
422
  },
323
- "./components/status": {
324
- "types": "./components/status/index.d.ts",
325
- "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
326
- },
327
- "./components/stepper": {
328
- "types": "./components/stepper/index.d.ts",
329
- "default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
330
- },
331
423
  "./components/switch": {
332
424
  "types": "./components/switch/index.d.ts",
333
425
  "default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
@@ -336,6 +428,10 @@
336
428
  "types": "./components/tabs/index.d.ts",
337
429
  "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
338
430
  },
431
+ "./components/status": {
432
+ "types": "./components/status/index.d.ts",
433
+ "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
434
+ },
339
435
  "./components/textarea": {
340
436
  "types": "./components/textarea/index.d.ts",
341
437
  "default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
@@ -356,105 +452,9 @@
356
452
  "types": "./components/tree/index.d.ts",
357
453
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
358
454
  },
359
- "./directives/appearance-proxy": {
360
- "types": "./directives/appearance-proxy/index.d.ts",
361
- "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
362
- },
363
- "./directives/button-group": {
364
- "types": "./directives/button-group/index.d.ts",
365
- "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
366
- },
367
- "./directives/button-select": {
368
- "types": "./directives/button-select/index.d.ts",
369
- "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
370
- },
371
- "./directives/chevron": {
372
- "types": "./directives/chevron/index.d.ts",
373
- "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
374
- },
375
- "./directives/connected": {
376
- "types": "./directives/connected/index.d.ts",
377
- "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
378
- },
379
- "./directives/data-list-dropdown-manager": {
380
- "types": "./directives/data-list-dropdown-manager/index.d.ts",
381
- "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
382
- },
383
- "./directives/fade": {
384
- "types": "./directives/fade/index.d.ts",
385
- "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
386
- },
387
- "./directives/fluid-typography": {
388
- "types": "./directives/fluid-typography/index.d.ts",
389
- "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
390
- },
391
- "./directives/highlight": {
392
- "types": "./directives/highlight/index.d.ts",
393
- "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
394
- },
395
- "./directives/password": {
396
- "types": "./directives/password/index.d.ts",
397
- "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
398
- },
399
- "./directives/present": {
400
- "types": "./directives/present/index.d.ts",
401
- "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
402
- },
403
- "./directives/sensitive": {
404
- "types": "./directives/sensitive/index.d.ts",
405
- "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
406
- },
407
- "./directives/shimmer": {
408
- "types": "./directives/shimmer/index.d.ts",
409
- "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
410
- },
411
- "./directives/skeleton": {
412
- "types": "./directives/skeleton/index.d.ts",
413
- "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
414
- },
415
- "./directives/tooltip": {
416
- "types": "./directives/tooltip/index.d.ts",
417
- "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
418
- },
419
- "./directives/unfinished-validator": {
420
- "types": "./directives/unfinished-validator/index.d.ts",
421
- "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
422
- },
423
- "./directives/unmask-handler": {
424
- "types": "./directives/unmask-handler/index.d.ts",
425
- "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
426
- },
427
- "./pipes/auto-color": {
428
- "types": "./pipes/auto-color/index.d.ts",
429
- "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
430
- },
431
- "./pipes/emails": {
432
- "types": "./pipes/emails/index.d.ts",
433
- "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
434
- },
435
- "./pipes/flag": {
436
- "types": "./pipes/flag/index.d.ts",
437
- "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
438
- },
439
- "./pipes/hide-selected": {
440
- "types": "./pipes/hide-selected/index.d.ts",
441
- "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
442
- },
443
- "./pipes/initials": {
444
- "types": "./pipes/initials/index.d.ts",
445
- "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
446
- },
447
- "./pipes/sort-countries": {
448
- "types": "./pipes/sort-countries/index.d.ts",
449
- "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
450
- },
451
- "./pipes/stringify": {
452
- "types": "./pipes/stringify/index.d.ts",
453
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
454
- },
455
- "./pipes/stringify-content": {
456
- "types": "./pipes/stringify-content/index.d.ts",
457
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
455
+ "./components/stepper": {
456
+ "types": "./components/stepper/index.d.ts",
457
+ "default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
458
458
  }
459
459
  },
460
460
  "sideEffects": false,