@taiga-ui/kit 5.16.0 → 5.17.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 (45) hide show
  1. package/components/preview/preview.component.d.ts +1 -0
  2. package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
  3. package/fesm2022/taiga-ui-kit-components-avatar.mjs +9 -9
  4. package/fesm2022/taiga-ui-kit-components-badge.mjs +2 -2
  5. package/fesm2022/taiga-ui-kit-components-block.mjs +2 -2
  6. package/fesm2022/taiga-ui-kit-components-chip.mjs +2 -2
  7. package/fesm2022/taiga-ui-kit-components-comment.mjs +3 -3
  8. package/fesm2022/taiga-ui-kit-components-compass.mjs +2 -2
  9. package/fesm2022/taiga-ui-kit-components-copy.mjs +2 -2
  10. package/fesm2022/taiga-ui-kit-components-files.mjs +5 -5
  11. package/fesm2022/taiga-ui-kit-components-input-color.mjs +2 -2
  12. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +3 -3
  13. package/fesm2022/taiga-ui-kit-components-input-date.mjs +4 -4
  14. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -2
  15. package/fesm2022/taiga-ui-kit-components-input-month.mjs +4 -4
  16. package/fesm2022/taiga-ui-kit-components-input-number.mjs +3 -3
  17. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +2 -2
  18. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +3 -3
  19. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +2 -2
  20. package/fesm2022/taiga-ui-kit-components-input-time.mjs +3 -3
  21. package/fesm2022/taiga-ui-kit-components-like.mjs +2 -2
  22. package/fesm2022/taiga-ui-kit-components-message.mjs +2 -2
  23. package/fesm2022/taiga-ui-kit-components-pin.mjs +3 -3
  24. package/fesm2022/taiga-ui-kit-components-preview.mjs +11 -5
  25. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  26. package/fesm2022/taiga-ui-kit-components-progress.mjs +6 -6
  27. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +2 -2
  28. package/fesm2022/taiga-ui-kit-components-segmented.mjs +3 -3
  29. package/fesm2022/taiga-ui-kit-components-shrink-wrap.mjs +2 -2
  30. package/fesm2022/taiga-ui-kit-components-status.mjs +3 -3
  31. package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -2
  32. package/fesm2022/taiga-ui-kit-components-tabs.mjs +3 -3
  33. package/fesm2022/taiga-ui-kit-components-textarea.mjs +3 -3
  34. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  35. package/fesm2022/taiga-ui-kit-components-tiles.mjs +4 -4
  36. package/fesm2022/taiga-ui-kit-components-toast.mjs +2 -2
  37. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +3 -3
  38. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -2
  39. package/fesm2022/taiga-ui-kit-directives-connected.mjs +3 -3
  40. package/fesm2022/taiga-ui-kit-directives-fade.mjs +3 -3
  41. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +3 -3
  42. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +2 -2
  43. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +3 -3
  44. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +2 -2
  45. package/package.json +100 -100
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.16.0",
3
+ "version": "5.17.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.3.0",
44
44
  "@ng-web-apis/platform": "^5.3.0",
45
45
  "@ng-web-apis/resize-observer": "^5.3.0",
46
- "@taiga-ui/cdk": "5.16.0",
47
- "@taiga-ui/core": "5.16.0",
48
- "@taiga-ui/i18n": "5.16.0",
46
+ "@taiga-ui/cdk": "5.17.0",
47
+ "@taiga-ui/core": "5.17.0",
48
+ "@taiga-ui/i18n": "5.17.0",
49
49
  "@taiga-ui/polymorpheus": "^5.0.1",
50
- "@taiga-ui/styles": "5.16.0",
50
+ "@taiga-ui/styles": "5.17.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
- "./directives": {
64
- "types": "./directives/index.d.ts",
65
- "default": "./fesm2022/taiga-ui-kit-directives.mjs"
66
- },
67
63
  "./components": {
68
64
  "types": "./components/index.d.ts",
69
65
  "default": "./fesm2022/taiga-ui-kit-components.mjs"
@@ -72,6 +68,10 @@
72
68
  "types": "./pipes/index.d.ts",
73
69
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
74
70
  },
71
+ "./directives": {
72
+ "types": "./directives/index.d.ts",
73
+ "default": "./fesm2022/taiga-ui-kit-directives.mjs"
74
+ },
75
75
  "./tokens": {
76
76
  "types": "./tokens/index.d.ts",
77
77
  "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
@@ -80,74 +80,6 @@
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/button-select": {
92
- "types": "./directives/button-select/index.d.ts",
93
- "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
94
- },
95
- "./directives/chevron": {
96
- "types": "./directives/chevron/index.d.ts",
97
- "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
98
- },
99
- "./directives/connected": {
100
- "types": "./directives/connected/index.d.ts",
101
- "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
102
- },
103
- "./directives/data-list-dropdown-manager": {
104
- "types": "./directives/data-list-dropdown-manager/index.d.ts",
105
- "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
106
- },
107
- "./directives/fade": {
108
- "types": "./directives/fade/index.d.ts",
109
- "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
110
- },
111
- "./directives/fluid-typography": {
112
- "types": "./directives/fluid-typography/index.d.ts",
113
- "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
114
- },
115
- "./directives/present": {
116
- "types": "./directives/present/index.d.ts",
117
- "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
118
- },
119
- "./directives/password": {
120
- "types": "./directives/password/index.d.ts",
121
- "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
122
- },
123
- "./directives/highlight": {
124
- "types": "./directives/highlight/index.d.ts",
125
- "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
126
- },
127
- "./directives/sensitive": {
128
- "types": "./directives/sensitive/index.d.ts",
129
- "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
130
- },
131
- "./directives/shimmer": {
132
- "types": "./directives/shimmer/index.d.ts",
133
- "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
134
- },
135
- "./directives/skeleton": {
136
- "types": "./directives/skeleton/index.d.ts",
137
- "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
138
- },
139
- "./directives/tooltip": {
140
- "types": "./directives/tooltip/index.d.ts",
141
- "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
142
- },
143
- "./directives/unfinished-validator": {
144
- "types": "./directives/unfinished-validator/index.d.ts",
145
- "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.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
83
  "./components/accordion": {
152
84
  "types": "./components/accordion/index.d.ts",
153
85
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
@@ -204,14 +136,14 @@
204
136
  "types": "./components/comment/index.d.ts",
205
137
  "default": "./fesm2022/taiga-ui-kit-components-comment.mjs"
206
138
  },
207
- "./components/compass": {
208
- "types": "./components/compass/index.d.ts",
209
- "default": "./fesm2022/taiga-ui-kit-components-compass.mjs"
210
- },
211
139
  "./components/confirm": {
212
140
  "types": "./components/confirm/index.d.ts",
213
141
  "default": "./fesm2022/taiga-ui-kit-components-confirm.mjs"
214
142
  },
143
+ "./components/compass": {
144
+ "types": "./components/compass/index.d.ts",
145
+ "default": "./fesm2022/taiga-ui-kit-components-compass.mjs"
146
+ },
215
147
  "./components/copy": {
216
148
  "types": "./components/copy/index.d.ts",
217
149
  "default": "./fesm2022/taiga-ui-kit-components-copy.mjs"
@@ -232,25 +164,29 @@
232
164
  "types": "./components/files/index.d.ts",
233
165
  "default": "./fesm2022/taiga-ui-kit-components-files.mjs"
234
166
  },
235
- "./components/fullscreen": {
236
- "types": "./components/fullscreen/index.d.ts",
237
- "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
238
- },
239
167
  "./components/filter": {
240
168
  "types": "./components/filter/index.d.ts",
241
169
  "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
242
170
  },
171
+ "./components/fullscreen": {
172
+ "types": "./components/fullscreen/index.d.ts",
173
+ "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
174
+ },
243
175
  "./components/input-chip": {
244
176
  "types": "./components/input-chip/index.d.ts",
245
177
  "default": "./fesm2022/taiga-ui-kit-components-input-chip.mjs"
246
178
  },
179
+ "./components/input-color": {
180
+ "types": "./components/input-color/index.d.ts",
181
+ "default": "./fesm2022/taiga-ui-kit-components-input-color.mjs"
182
+ },
247
183
  "./components/input-date": {
248
184
  "types": "./components/input-date/index.d.ts",
249
185
  "default": "./fesm2022/taiga-ui-kit-components-input-date.mjs"
250
186
  },
251
- "./components/input-color": {
252
- "types": "./components/input-color/index.d.ts",
253
- "default": "./fesm2022/taiga-ui-kit-components-input-color.mjs"
187
+ "./components/input-date-multi": {
188
+ "types": "./components/input-date-multi/index.d.ts",
189
+ "default": "./fesm2022/taiga-ui-kit-components-input-date-multi.mjs"
254
190
  },
255
191
  "./components/input-date-range": {
256
192
  "types": "./components/input-date-range/index.d.ts",
@@ -260,10 +196,6 @@
260
196
  "types": "./components/input-date-time/index.d.ts",
261
197
  "default": "./fesm2022/taiga-ui-kit-components-input-date-time.mjs"
262
198
  },
263
- "./components/input-date-multi": {
264
- "types": "./components/input-date-multi/index.d.ts",
265
- "default": "./fesm2022/taiga-ui-kit-components-input-date-multi.mjs"
266
- },
267
199
  "./components/input-inline": {
268
200
  "types": "./components/input-inline/index.d.ts",
269
201
  "default": "./fesm2022/taiga-ui-kit-components-input-inline.mjs"
@@ -368,14 +300,14 @@
368
300
  "types": "./components/radio-list/index.d.ts",
369
301
  "default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
370
302
  },
371
- "./components/rating": {
372
- "types": "./components/rating/index.d.ts",
373
- "default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
374
- },
375
303
  "./components/range": {
376
304
  "types": "./components/range/index.d.ts",
377
305
  "default": "./fesm2022/taiga-ui-kit-components-range.mjs"
378
306
  },
307
+ "./components/rating": {
308
+ "types": "./components/rating/index.d.ts",
309
+ "default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
310
+ },
379
311
  "./components/routable-dialog": {
380
312
  "types": "./components/routable-dialog/index.d.ts",
381
313
  "default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
@@ -396,14 +328,14 @@
396
328
  "types": "./components/status/index.d.ts",
397
329
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
398
330
  },
399
- "./components/switch": {
400
- "types": "./components/switch/index.d.ts",
401
- "default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
402
- },
403
331
  "./components/stepper": {
404
332
  "types": "./components/stepper/index.d.ts",
405
333
  "default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
406
334
  },
335
+ "./components/switch": {
336
+ "types": "./components/switch/index.d.ts",
337
+ "default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
338
+ },
407
339
  "./components/tabs": {
408
340
  "types": "./components/tabs/index.d.ts",
409
341
  "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
@@ -456,9 +388,77 @@
456
388
  "types": "./pipes/stringify/index.d.ts",
457
389
  "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
458
390
  },
391
+ "./directives/appearance-proxy": {
392
+ "types": "./directives/appearance-proxy/index.d.ts",
393
+ "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
394
+ },
459
395
  "./pipes/stringify-content": {
460
396
  "types": "./pipes/stringify-content/index.d.ts",
461
397
  "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
398
+ },
399
+ "./directives/button-group": {
400
+ "types": "./directives/button-group/index.d.ts",
401
+ "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
402
+ },
403
+ "./directives/button-select": {
404
+ "types": "./directives/button-select/index.d.ts",
405
+ "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
406
+ },
407
+ "./directives/chevron": {
408
+ "types": "./directives/chevron/index.d.ts",
409
+ "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
410
+ },
411
+ "./directives/connected": {
412
+ "types": "./directives/connected/index.d.ts",
413
+ "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
414
+ },
415
+ "./directives/data-list-dropdown-manager": {
416
+ "types": "./directives/data-list-dropdown-manager/index.d.ts",
417
+ "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
418
+ },
419
+ "./directives/fade": {
420
+ "types": "./directives/fade/index.d.ts",
421
+ "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
422
+ },
423
+ "./directives/fluid-typography": {
424
+ "types": "./directives/fluid-typography/index.d.ts",
425
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
426
+ },
427
+ "./directives/highlight": {
428
+ "types": "./directives/highlight/index.d.ts",
429
+ "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
430
+ },
431
+ "./directives/password": {
432
+ "types": "./directives/password/index.d.ts",
433
+ "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
434
+ },
435
+ "./directives/present": {
436
+ "types": "./directives/present/index.d.ts",
437
+ "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
438
+ },
439
+ "./directives/sensitive": {
440
+ "types": "./directives/sensitive/index.d.ts",
441
+ "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
442
+ },
443
+ "./directives/shimmer": {
444
+ "types": "./directives/shimmer/index.d.ts",
445
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
446
+ },
447
+ "./directives/skeleton": {
448
+ "types": "./directives/skeleton/index.d.ts",
449
+ "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
450
+ },
451
+ "./directives/tooltip": {
452
+ "types": "./directives/tooltip/index.d.ts",
453
+ "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
454
+ },
455
+ "./directives/unfinished-validator": {
456
+ "types": "./directives/unfinished-validator/index.d.ts",
457
+ "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
458
+ },
459
+ "./directives/unmask-handler": {
460
+ "types": "./directives/unmask-handler/index.d.ts",
461
+ "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
462
462
  }
463
463
  },
464
464
  "sideEffects": false,