@taiga-ui/styles 5.0.0-canary.df52b8a → 5.0.0-canary.efd526e

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.
@@ -270,6 +270,7 @@ tui-textfield:where(*&) {
270
270
  font-size: inherit;
271
271
  user-select: none;
272
272
  line-height: var(--t-height);
273
+ letter-spacing: calc((max(1em, 0.75rem) - 1em) * 0.4);
273
274
  transition-duration: inherit;
274
275
  }
275
276
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@taiga-ui/styles",
3
- "version": "5.0.0-canary.df52b8a",
3
+ "version": "5.0.0-canary.efd526e",
4
4
  "description": "Framework-agnostic package with styles for Taiga UI",
5
5
  "license": "Apache-2.0",
6
6
  "exports": {
7
7
  "./*": "./*"
8
8
  },
9
9
  "peerDependencies": {
10
- "@taiga-ui/design-tokens": "~0.282.0"
10
+ "@taiga-ui/design-tokens": "~0.283.0"
11
11
  }
12
12
  }