@taiga-ui/kit 4.52.0-canary.632a035 → 4.52.0-canary.669a014
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/components/avatar/avatar-outline.directive.d.ts +3 -3
- package/components/badge/badge.directive.d.ts +2 -2
- package/components/block/block.directive.d.ts +4 -4
- package/components/block/block.options.d.ts +1 -1
- package/components/chip/chip.directive.d.ts +2 -4
- package/components/comment/comment.directive.d.ts +2 -2
- package/components/floating-container/floating-container.directive.d.ts +2 -2
- package/components/input-slider/input-slider.directive.d.ts +1 -1
- package/components/like/like.component.d.ts +2 -2
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +2 -2
- package/components/pin/pin.directive.d.ts +2 -2
- package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
- package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
- package/components/slides/slides.directive.d.ts +4 -4
- package/components/status/status.directive.d.ts +2 -2
- package/directives/chevron/chevron.directive.d.ts +2 -3
- package/directives/fade/fade.directive.d.ts +1 -0
- package/directives/sensitive/sensitive.directive.d.ts +2 -2
- package/directives/shimmer/shimmer.directive.d.ts +3 -3
- package/directives/skeleton/skeleton.directive.d.ts +3 -3
- package/directives/tooltip/tooltip.directive.d.ts +2 -2
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +20 -31
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +11 -18
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +15 -22
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +13 -25
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +11 -18
- package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs +11 -17
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +10 -13
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +6 -8
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +8 -7
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pin.mjs +13 -17
- package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +21 -34
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slides.mjs +12 -20
- package/fesm2022/taiga-ui-kit-components-slides.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +10 -14
- package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +6 -9
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +6 -9
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +11 -18
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -12
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +6 -9
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +11 -16
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +22 -32
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +25 -36
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +11 -16
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/package.json +20 -20
- package/styles/components/checkbox.less +1 -1
- package/styles/components/pin.less +0 -1
- package/styles/components/radio.less +1 -1
- package/styles/components/switch.less +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.52.0-canary.
|
|
3
|
+
"version": "4.52.0-canary.669a014",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"types": "./components/avatar/index.d.ts",
|
|
54
54
|
"default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
|
|
55
55
|
},
|
|
56
|
-
"./components/badge": {
|
|
57
|
-
"types": "./components/badge/index.d.ts",
|
|
58
|
-
"default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
|
|
59
|
-
},
|
|
60
56
|
"./components/badge-notification": {
|
|
61
57
|
"types": "./components/badge-notification/index.d.ts",
|
|
62
58
|
"default": "./fesm2022/taiga-ui-kit-components-badge-notification.mjs"
|
|
63
59
|
},
|
|
60
|
+
"./components/badge": {
|
|
61
|
+
"types": "./components/badge/index.d.ts",
|
|
62
|
+
"default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
|
|
63
|
+
},
|
|
64
64
|
"./components/badged-content": {
|
|
65
65
|
"types": "./components/badged-content/index.d.ts",
|
|
66
66
|
"default": "./fesm2022/taiga-ui-kit-components-badged-content.mjs"
|
|
@@ -297,22 +297,22 @@
|
|
|
297
297
|
"types": "./components/slides/index.d.ts",
|
|
298
298
|
"default": "./fesm2022/taiga-ui-kit-components-slides.mjs"
|
|
299
299
|
},
|
|
300
|
-
"./components/
|
|
301
|
-
"types": "./components/
|
|
302
|
-
"default": "./fesm2022/taiga-ui-kit-components-
|
|
300
|
+
"./components/switch": {
|
|
301
|
+
"types": "./components/switch/index.d.ts",
|
|
302
|
+
"default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
|
|
303
303
|
},
|
|
304
304
|
"./components/stepper": {
|
|
305
305
|
"types": "./components/stepper/index.d.ts",
|
|
306
306
|
"default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
|
|
307
307
|
},
|
|
308
|
-
"./components/switch": {
|
|
309
|
-
"types": "./components/switch/index.d.ts",
|
|
310
|
-
"default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
|
|
311
|
-
},
|
|
312
308
|
"./components/tabs": {
|
|
313
309
|
"types": "./components/tabs/index.d.ts",
|
|
314
310
|
"default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
|
|
315
311
|
},
|
|
312
|
+
"./components/status": {
|
|
313
|
+
"types": "./components/status/index.d.ts",
|
|
314
|
+
"default": "./fesm2022/taiga-ui-kit-components-status.mjs"
|
|
315
|
+
},
|
|
316
316
|
"./components/textarea": {
|
|
317
317
|
"types": "./components/textarea/index.d.ts",
|
|
318
318
|
"default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
|
|
@@ -329,10 +329,6 @@
|
|
|
329
329
|
"types": "./directives/button-close/index.d.ts",
|
|
330
330
|
"default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
|
|
331
331
|
},
|
|
332
|
-
"./directives/button-group": {
|
|
333
|
-
"types": "./directives/button-group/index.d.ts",
|
|
334
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
335
|
-
},
|
|
336
332
|
"./directives/button-select": {
|
|
337
333
|
"types": "./directives/button-select/index.d.ts",
|
|
338
334
|
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
@@ -341,6 +337,10 @@
|
|
|
341
337
|
"types": "./directives/chevron/index.d.ts",
|
|
342
338
|
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
343
339
|
},
|
|
340
|
+
"./directives/button-group": {
|
|
341
|
+
"types": "./directives/button-group/index.d.ts",
|
|
342
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
343
|
+
},
|
|
344
344
|
"./directives/connected": {
|
|
345
345
|
"types": "./directives/connected/index.d.ts",
|
|
346
346
|
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
@@ -435,10 +435,10 @@
|
|
|
435
435
|
"@angular/core": ">=19.0.0",
|
|
436
436
|
"@angular/forms": ">=19.0.0",
|
|
437
437
|
"@angular/router": ">=19.0.0",
|
|
438
|
-
"@maskito/angular": "^3.11.
|
|
439
|
-
"@maskito/core": "^3.11.
|
|
440
|
-
"@maskito/kit": "^3.11.
|
|
441
|
-
"@maskito/phone": "^3.11.
|
|
438
|
+
"@maskito/angular": "^3.11.1",
|
|
439
|
+
"@maskito/core": "^3.11.1",
|
|
440
|
+
"@maskito/kit": "^3.11.1",
|
|
441
|
+
"@maskito/phone": "^3.11.1",
|
|
442
442
|
"@ng-web-apis/common": "^4.12.0",
|
|
443
443
|
"@ng-web-apis/intersection-observer": "^4.12.0",
|
|
444
444
|
"@ng-web-apis/mutation-observer": "^4.12.0",
|