@cfx-dev/ui-components 4.5.14 → 4.5.15

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.
@@ -9,7 +9,7 @@ export type TextWeight = 'thin' | 'normal' | 'bold' | 'bolder';
9
9
  export type TextSpecificOpacity = '0' | '25' | '50' | '75' | '100';
10
10
  export type TextOpacity = TextSpecificOpacity | OpacityRange;
11
11
  export type TextAs = 'span' | 'div' | 'p' | 'label' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
12
- export type TextLetterSpacing = 'normal' | 'large';
12
+ export type TextLetterSpacing = 'normal' | 'large' | 'xlarge';
13
13
  export type TextFamaly = 'primary' | 'secondary';
14
14
  interface TextPropsBase {
15
15
  as?: TextAs;
@@ -60,6 +60,7 @@
60
60
  @include ui.def('font-weight-boldest', 900);
61
61
  @include ui.def('letter-spacing-normal', -0.025em);
62
62
  @include ui.def('letter-spacing-large', 0);
63
+ @include ui.def('letter-spacing-xlarge', 1px);
63
64
  @include ui.def('font-family-primary', 'HelveticaNowText');
64
65
  @include ui.def('font-family-secondary', 'HelveticaNowDisplay');
65
66
  @include ui.define-color-token('text', ui.color('primary', 'pure'));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cfx-dev/ui-components",
3
3
  "private": false,
4
- "version": "4.5.14",
4
+ "version": "4.5.15",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "dist/main.js",