@taiga-ui/styles 5.0.0-rc.5 → 5.0.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.
@@ -132,6 +132,7 @@
132
132
  inline-size: var(--t-size);
133
133
  min-inline-size: var(--t-size);
134
134
  font-size: 0 !important;
135
+ font-variant-ligatures: none !important;
135
136
  padding: 0;
136
137
 
137
138
  &&[data-icon-start]::after {
@@ -53,6 +53,8 @@
53
53
  z-index: 2;
54
54
 
55
55
  --t-group-mask: none;
56
+ --t-group-mask-end: none;
57
+ --t-group-mask-start: none;
56
58
  }
57
59
 
58
60
  &:has(:invalid:not([data-mode])),
@@ -60,18 +62,24 @@
60
62
  z-index: 2;
61
63
 
62
64
  --t-group-mask: none;
65
+ --t-group-mask-end: none;
66
+ --t-group-mask-start: none;
63
67
  }
64
68
 
65
69
  &:has(:focus-visible) {
66
70
  z-index: 3;
67
71
 
68
72
  --t-group-mask: none;
73
+ --t-group-mask-end: none;
74
+ --t-group-mask-start: none;
69
75
  }
70
76
 
71
77
  &:has([data-focus='true']) {
72
78
  z-index: 3;
73
79
 
74
80
  --t-group-mask: none;
81
+ --t-group-mask-end: none;
82
+ --t-group-mask-start: none;
75
83
  }
76
84
 
77
85
  &:checked:not([data-mode]),
@@ -79,12 +87,16 @@
79
87
  z-index: 4;
80
88
 
81
89
  --t-group-mask: none;
90
+ --t-group-mask-end: none;
91
+ --t-group-mask-start: none;
82
92
  }
83
93
 
84
94
  &:has([tuiBlock]:checked) {
85
95
  z-index: 4;
86
96
 
87
97
  --t-group-mask: none;
98
+ --t-group-mask-end: none;
99
+ --t-group-mask-start: none;
88
100
  }
89
101
 
90
102
  &:not(:last-child) {
@@ -69,7 +69,7 @@
69
69
  }
70
70
 
71
71
  &[data-size='s'] {
72
- padding: 0.375rem var(--tui-padding-s);
72
+ padding: 0.375rem 0.5rem;
73
73
  font: var(--tui-typography-body-s);
74
74
  border-radius: var(--tui-radius-m);
75
75
 
@@ -79,7 +79,7 @@
79
79
 
80
80
  &::before {
81
81
  inset-block-start: 0.5rem;
82
- inset-inline-start: -0.875rem;
82
+ inset-inline-start: -1rem;
83
83
  font-size: 1rem;
84
84
  }
85
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/styles",
3
- "version": "5.0.0-rc.5",
3
+ "version": "5.0.0",
4
4
  "description": "Framework-agnostic package with styles for Taiga UI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,6 +25,6 @@
25
25
  "./*": "./*"
26
26
  },
27
27
  "peerDependencies": {
28
- "@taiga-ui/design-tokens": "~0.287.0"
28
+ "@taiga-ui/design-tokens": "~0.291.0"
29
29
  }
30
30
  }