@taiga-ui/kit 5.3.0-canary.e895e55 → 5.4.0-canary.a8ee7ff
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.
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +9 -9
- package/fesm2022/taiga-ui-kit-components-badge.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-block.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-chip.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-comment.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-compass.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-copy.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-files.mjs +5 -5
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-like.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-message.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-pin.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-preview.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-progress.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-shrink-wrap.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-status.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-toast.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +2 -2
- package/package.json +42 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0-canary.a8ee7ff",
|
|
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.
|
|
47
|
-
"@taiga-ui/core": "5.
|
|
48
|
-
"@taiga-ui/i18n": "5.
|
|
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.
|
|
50
|
+
"@taiga-ui/styles": "5.4.0",
|
|
51
51
|
"rxjs": ">=7.0.0"
|
|
52
52
|
},
|
|
53
53
|
"module": "fesm2022/taiga-ui-kit.mjs",
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
"types": "./directives/index.d.ts",
|
|
69
69
|
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
70
70
|
},
|
|
71
|
-
"./pipes": {
|
|
72
|
-
"types": "./pipes/index.d.ts",
|
|
73
|
-
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
74
|
-
},
|
|
75
71
|
"./tokens": {
|
|
76
72
|
"types": "./tokens/index.d.ts",
|
|
77
73
|
"default": "./fesm2022/taiga-ui-kit-tokens.mjs"
|
|
78
74
|
},
|
|
75
|
+
"./pipes": {
|
|
76
|
+
"types": "./pipes/index.d.ts",
|
|
77
|
+
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
78
|
+
},
|
|
79
79
|
"./utils": {
|
|
80
80
|
"types": "./utils/index.d.ts",
|
|
81
81
|
"default": "./fesm2022/taiga-ui-kit-utils.mjs"
|
|
@@ -88,14 +88,14 @@
|
|
|
88
88
|
"types": "./components/action-bar/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/taiga-ui-kit-components-action-bar.mjs"
|
|
90
90
|
},
|
|
91
|
-
"./components/avatar": {
|
|
92
|
-
"types": "./components/avatar/index.d.ts",
|
|
93
|
-
"default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
|
|
94
|
-
},
|
|
95
91
|
"./components/badge": {
|
|
96
92
|
"types": "./components/badge/index.d.ts",
|
|
97
93
|
"default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
|
|
98
94
|
},
|
|
95
|
+
"./components/avatar": {
|
|
96
|
+
"types": "./components/avatar/index.d.ts",
|
|
97
|
+
"default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
|
|
98
|
+
},
|
|
99
99
|
"./components/badge-notification": {
|
|
100
100
|
"types": "./components/badge-notification/index.d.ts",
|
|
101
101
|
"default": "./fesm2022/taiga-ui-kit-components-badge-notification.mjs"
|
|
@@ -108,14 +108,14 @@
|
|
|
108
108
|
"types": "./components/block/index.d.ts",
|
|
109
109
|
"default": "./fesm2022/taiga-ui-kit-components-block.mjs"
|
|
110
110
|
},
|
|
111
|
-
"./components/breadcrumbs": {
|
|
112
|
-
"types": "./components/breadcrumbs/index.d.ts",
|
|
113
|
-
"default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
|
|
114
|
-
},
|
|
115
111
|
"./components/button-loading": {
|
|
116
112
|
"types": "./components/button-loading/index.d.ts",
|
|
117
113
|
"default": "./fesm2022/taiga-ui-kit-components-button-loading.mjs"
|
|
118
114
|
},
|
|
115
|
+
"./components/breadcrumbs": {
|
|
116
|
+
"types": "./components/breadcrumbs/index.d.ts",
|
|
117
|
+
"default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
|
|
118
|
+
},
|
|
119
119
|
"./components/calendar-month": {
|
|
120
120
|
"types": "./components/calendar-month/index.d.ts",
|
|
121
121
|
"default": "./fesm2022/taiga-ui-kit-components-calendar-month.mjs"
|
|
@@ -212,17 +212,17 @@
|
|
|
212
212
|
"types": "./components/input-number/index.d.ts",
|
|
213
213
|
"default": "./fesm2022/taiga-ui-kit-components-input-number.mjs"
|
|
214
214
|
},
|
|
215
|
-
"./components/input-phone": {
|
|
216
|
-
"types": "./components/input-phone/index.d.ts",
|
|
217
|
-
"default": "./fesm2022/taiga-ui-kit-components-input-phone.mjs"
|
|
215
|
+
"./components/input-phone-international": {
|
|
216
|
+
"types": "./components/input-phone-international/index.d.ts",
|
|
217
|
+
"default": "./fesm2022/taiga-ui-kit-components-input-phone-international.mjs"
|
|
218
218
|
},
|
|
219
219
|
"./components/input-pin": {
|
|
220
220
|
"types": "./components/input-pin/index.d.ts",
|
|
221
221
|
"default": "./fesm2022/taiga-ui-kit-components-input-pin.mjs"
|
|
222
222
|
},
|
|
223
|
-
"./components/input-phone
|
|
224
|
-
"types": "./components/input-phone
|
|
225
|
-
"default": "./fesm2022/taiga-ui-kit-components-input-phone
|
|
223
|
+
"./components/input-phone": {
|
|
224
|
+
"types": "./components/input-phone/index.d.ts",
|
|
225
|
+
"default": "./fesm2022/taiga-ui-kit-components-input-phone.mjs"
|
|
226
226
|
},
|
|
227
227
|
"./components/input-range": {
|
|
228
228
|
"types": "./components/input-range/index.d.ts",
|
|
@@ -296,14 +296,14 @@
|
|
|
296
296
|
"types": "./components/radio-list/index.d.ts",
|
|
297
297
|
"default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
|
|
298
298
|
},
|
|
299
|
-
"./components/range": {
|
|
300
|
-
"types": "./components/range/index.d.ts",
|
|
301
|
-
"default": "./fesm2022/taiga-ui-kit-components-range.mjs"
|
|
302
|
-
},
|
|
303
299
|
"./components/rating": {
|
|
304
300
|
"types": "./components/rating/index.d.ts",
|
|
305
301
|
"default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
|
|
306
302
|
},
|
|
303
|
+
"./components/range": {
|
|
304
|
+
"types": "./components/range/index.d.ts",
|
|
305
|
+
"default": "./fesm2022/taiga-ui-kit-components-range.mjs"
|
|
306
|
+
},
|
|
307
307
|
"./components/routable-dialog": {
|
|
308
308
|
"types": "./components/routable-dialog/index.d.ts",
|
|
309
309
|
"default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
|
|
@@ -332,14 +332,14 @@
|
|
|
332
332
|
"types": "./components/switch/index.d.ts",
|
|
333
333
|
"default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
|
|
334
334
|
},
|
|
335
|
-
"./components/tabs": {
|
|
336
|
-
"types": "./components/tabs/index.d.ts",
|
|
337
|
-
"default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
|
|
338
|
-
},
|
|
339
335
|
"./components/textarea": {
|
|
340
336
|
"types": "./components/textarea/index.d.ts",
|
|
341
337
|
"default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
|
|
342
338
|
},
|
|
339
|
+
"./components/tabs": {
|
|
340
|
+
"types": "./components/tabs/index.d.ts",
|
|
341
|
+
"default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
|
|
342
|
+
},
|
|
343
343
|
"./components/tiles": {
|
|
344
344
|
"types": "./components/tiles/index.d.ts",
|
|
345
345
|
"default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
|
|
@@ -368,14 +368,14 @@
|
|
|
368
368
|
"types": "./directives/button-select/index.d.ts",
|
|
369
369
|
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
370
370
|
},
|
|
371
|
-
"./directives/chevron": {
|
|
372
|
-
"types": "./directives/chevron/index.d.ts",
|
|
373
|
-
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
374
|
-
},
|
|
375
371
|
"./directives/connected": {
|
|
376
372
|
"types": "./directives/connected/index.d.ts",
|
|
377
373
|
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
378
374
|
},
|
|
375
|
+
"./directives/chevron": {
|
|
376
|
+
"types": "./directives/chevron/index.d.ts",
|
|
377
|
+
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
378
|
+
},
|
|
379
379
|
"./directives/data-list-dropdown-manager": {
|
|
380
380
|
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
381
381
|
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
@@ -384,22 +384,22 @@
|
|
|
384
384
|
"types": "./directives/fade/index.d.ts",
|
|
385
385
|
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
386
386
|
},
|
|
387
|
-
"./directives/highlight": {
|
|
388
|
-
"types": "./directives/highlight/index.d.ts",
|
|
389
|
-
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
390
|
-
},
|
|
391
387
|
"./directives/fluid-typography": {
|
|
392
388
|
"types": "./directives/fluid-typography/index.d.ts",
|
|
393
389
|
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
394
390
|
},
|
|
395
|
-
"./directives/
|
|
396
|
-
"types": "./directives/
|
|
397
|
-
"default": "./fesm2022/taiga-ui-kit-directives-
|
|
391
|
+
"./directives/highlight": {
|
|
392
|
+
"types": "./directives/highlight/index.d.ts",
|
|
393
|
+
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
398
394
|
},
|
|
399
395
|
"./directives/present": {
|
|
400
396
|
"types": "./directives/present/index.d.ts",
|
|
401
397
|
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
402
398
|
},
|
|
399
|
+
"./directives/password": {
|
|
400
|
+
"types": "./directives/password/index.d.ts",
|
|
401
|
+
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
402
|
+
},
|
|
403
403
|
"./directives/sensitive": {
|
|
404
404
|
"types": "./directives/sensitive/index.d.ts",
|
|
405
405
|
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|