@taiga-ui/kit 5.3.0-canary.0bfb447 → 5.3.0-canary.e895e55

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 +113 -113
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.3.0-canary.0bfb447",
3
+ "version": "5.3.0-canary.e895e55",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -60,6 +60,10 @@
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
+ },
63
67
  "./directives": {
64
68
  "types": "./directives/index.d.ts",
65
69
  "default": "./fesm2022/taiga-ui-kit-directives.mjs"
@@ -76,110 +80,6 @@
76
80
  "types": "./utils/index.d.ts",
77
81
  "default": "./fesm2022/taiga-ui-kit-utils.mjs"
78
82
  },
79
- "./directives/appearance-proxy": {
80
- "types": "./directives/appearance-proxy/index.d.ts",
81
- "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
82
- },
83
- "./directives/button-group": {
84
- "types": "./directives/button-group/index.d.ts",
85
- "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
86
- },
87
- "./directives/button-select": {
88
- "types": "./directives/button-select/index.d.ts",
89
- "default": "./fesm2022/taiga-ui-kit-directives-button-select.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
- "./components": {
108
- "types": "./components/index.d.ts",
109
- "default": "./fesm2022/taiga-ui-kit-components.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/highlight": {
116
- "types": "./directives/highlight/index.d.ts",
117
- "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
118
- },
119
- "./directives/password": {
120
- "types": "./directives/password/index.d.ts",
121
- "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
122
- },
123
- "./directives/present": {
124
- "types": "./directives/present/index.d.ts",
125
- "default": "./fesm2022/taiga-ui-kit-directives-present.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
- "./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
- },
183
83
  "./components/accordion": {
184
84
  "types": "./components/accordion/index.d.ts",
185
85
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
@@ -292,14 +192,14 @@
292
192
  "types": "./components/input-date-range/index.d.ts",
293
193
  "default": "./fesm2022/taiga-ui-kit-components-input-date-range.mjs"
294
194
  },
295
- "./components/input-inline": {
296
- "types": "./components/input-inline/index.d.ts",
297
- "default": "./fesm2022/taiga-ui-kit-components-input-inline.mjs"
298
- },
299
195
  "./components/input-date-time": {
300
196
  "types": "./components/input-date-time/index.d.ts",
301
197
  "default": "./fesm2022/taiga-ui-kit-components-input-date-time.mjs"
302
198
  },
199
+ "./components/input-inline": {
200
+ "types": "./components/input-inline/index.d.ts",
201
+ "default": "./fesm2022/taiga-ui-kit-components-input-inline.mjs"
202
+ },
303
203
  "./components/input-month": {
304
204
  "types": "./components/input-month/index.d.ts",
305
205
  "default": "./fesm2022/taiga-ui-kit-components-input-month.mjs"
@@ -316,14 +216,14 @@
316
216
  "types": "./components/input-phone/index.d.ts",
317
217
  "default": "./fesm2022/taiga-ui-kit-components-input-phone.mjs"
318
218
  },
319
- "./components/input-phone-international": {
320
- "types": "./components/input-phone-international/index.d.ts",
321
- "default": "./fesm2022/taiga-ui-kit-components-input-phone-international.mjs"
322
- },
323
219
  "./components/input-pin": {
324
220
  "types": "./components/input-pin/index.d.ts",
325
221
  "default": "./fesm2022/taiga-ui-kit-components-input-pin.mjs"
326
222
  },
223
+ "./components/input-phone-international": {
224
+ "types": "./components/input-phone-international/index.d.ts",
225
+ "default": "./fesm2022/taiga-ui-kit-components-input-phone-international.mjs"
226
+ },
327
227
  "./components/input-range": {
328
228
  "types": "./components/input-range/index.d.ts",
329
229
  "default": "./fesm2022/taiga-ui-kit-components-input-range.mjs"
@@ -455,6 +355,106 @@
455
355
  "./components/tree": {
456
356
  "types": "./components/tree/index.d.ts",
457
357
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
358
+ },
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/highlight": {
388
+ "types": "./directives/highlight/index.d.ts",
389
+ "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
390
+ },
391
+ "./directives/fluid-typography": {
392
+ "types": "./directives/fluid-typography/index.d.ts",
393
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.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"
458
458
  }
459
459
  },
460
460
  "sideEffects": false,