@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.
Files changed (80) hide show
  1. package/components/avatar/avatar-outline.directive.d.ts +3 -3
  2. package/components/badge/badge.directive.d.ts +2 -2
  3. package/components/block/block.directive.d.ts +4 -4
  4. package/components/block/block.options.d.ts +1 -1
  5. package/components/chip/chip.directive.d.ts +2 -4
  6. package/components/comment/comment.directive.d.ts +2 -2
  7. package/components/floating-container/floating-container.directive.d.ts +2 -2
  8. package/components/input-slider/input-slider.directive.d.ts +1 -1
  9. package/components/like/like.component.d.ts +2 -2
  10. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +2 -2
  11. package/components/pin/pin.directive.d.ts +2 -2
  12. package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
  13. package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
  14. package/components/slides/slides.directive.d.ts +4 -4
  15. package/components/status/status.directive.d.ts +2 -2
  16. package/directives/chevron/chevron.directive.d.ts +2 -3
  17. package/directives/fade/fade.directive.d.ts +1 -0
  18. package/directives/sensitive/sensitive.directive.d.ts +2 -2
  19. package/directives/shimmer/shimmer.directive.d.ts +3 -3
  20. package/directives/skeleton/skeleton.directive.d.ts +3 -3
  21. package/directives/tooltip/tooltip.directive.d.ts +2 -2
  22. package/fesm2022/taiga-ui-kit-components-avatar.mjs +20 -31
  23. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  24. package/fesm2022/taiga-ui-kit-components-badge.mjs +11 -18
  25. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  26. package/fesm2022/taiga-ui-kit-components-block.mjs +15 -22
  27. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  28. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +2 -2
  29. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  30. package/fesm2022/taiga-ui-kit-components-chip.mjs +13 -25
  31. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-kit-components-comment.mjs +11 -18
  33. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  34. package/fesm2022/taiga-ui-kit-components-filter.mjs +1 -1
  35. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  36. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +11 -17
  37. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
  38. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +10 -13
  39. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  40. package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
  41. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  42. package/fesm2022/taiga-ui-kit-components-message.mjs +6 -8
  43. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  44. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +8 -7
  45. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  46. package/fesm2022/taiga-ui-kit-components-pin.mjs +13 -17
  47. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  48. package/fesm2022/taiga-ui-kit-components-progress.mjs +21 -34
  49. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  50. package/fesm2022/taiga-ui-kit-components-radio.mjs +2 -2
  51. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  52. package/fesm2022/taiga-ui-kit-components-slides.mjs +12 -20
  53. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +1 -1
  54. package/fesm2022/taiga-ui-kit-components-status.mjs +10 -14
  55. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  56. package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -2
  57. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  58. package/fesm2022/taiga-ui-kit-components-tabs.mjs +6 -9
  59. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  60. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +6 -9
  61. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  62. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +11 -18
  63. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  64. package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -12
  65. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  66. package/fesm2022/taiga-ui-kit-directives-fade.mjs +6 -9
  67. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  68. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +11 -16
  69. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  70. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +22 -32
  71. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  72. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +25 -36
  73. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  74. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +11 -16
  75. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  76. package/package.json +20 -20
  77. package/styles/components/checkbox.less +1 -1
  78. package/styles/components/pin.less +0 -1
  79. package/styles/components/radio.less +1 -1
  80. 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.632a035",
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/status": {
301
- "types": "./components/status/index.d.ts",
302
- "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
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.0",
439
- "@maskito/core": "^3.11.0",
440
- "@maskito/kit": "^3.11.0",
441
- "@maskito/phone": "^3.11.0",
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",
@@ -47,7 +47,7 @@
47
47
  display: none;
48
48
  }
49
49
 
50
- &:disabled._readonly {
50
+ &:disabled._readonly._readonly {
51
51
  opacity: 1;
52
52
  pointer-events: none;
53
53
  }
@@ -13,7 +13,6 @@
13
13
  * @see-also
14
14
  * Compass
15
15
  */
16
- tui-pin,
17
16
  [tuiPin] {
18
17
  --t-size: 2rem;
19
18
 
@@ -29,7 +29,7 @@
29
29
  border-radius: 100%;
30
30
  color: var(--tui-text-primary-on-accent-1);
31
31
 
32
- &:disabled._readonly {
32
+ &:disabled._readonly._readonly {
33
33
  opacity: 1;
34
34
  }
35
35
 
@@ -63,7 +63,7 @@
63
63
  }
64
64
  }
65
65
 
66
- &:disabled._readonly {
66
+ &:disabled._readonly._readonly {
67
67
  opacity: 1;
68
68
  }
69
69