@taiga-ui/styles 5.8.0-canary.fac3204 → 5.9.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.
@@ -116,7 +116,9 @@
116
116
  }
117
117
  }
118
118
 
119
- // hide an element visually without hiding it from screen readers
119
+ /**
120
+ * @deprecated remove in v6
121
+ */
120
122
  .sr-only() {
121
123
  position: absolute;
122
124
  clip: rect(1px, 1px, 1px, 1px);
@@ -113,7 +113,9 @@
113
113
  }
114
114
  }
115
115
 
116
- // hide an element visually without hiding it from screen readers
116
+ /**
117
+ * @deprecated remove in v6
118
+ */
117
119
  @mixin sr-only() {
118
120
  position: absolute;
119
121
  clip: rect(1px, 1px, 1px, 1px);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/styles",
3
- "version": "5.8.0-canary.fac3204",
3
+ "version": "5.9.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.301.0"
28
+ "@taiga-ui/design-tokens": "~0.302.0"
29
29
  }
30
30
  }