beacon-ui 3.7.2 → 3.7.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beacon-ui",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
4
4
  "description": "Beacon Design System - Components and tokens",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -947,41 +947,40 @@
947
947
  }
948
948
  .text-heading-h1 {
949
949
  font-family: var(--font-primary);
950
- font-weight: var(--font-weight-primary-semibold);
951
- text-transform: capitalize;
950
+ font-weight: var(--font-weight-primary-medium);
952
951
  font-size: var(--fonts-heading-h1-text-size);
953
952
  line-height: var(--fonts-heading-h1-line-height);
953
+ letter-spacing: -3%;
954
954
  }
955
955
  .text-heading-h2 {
956
956
  font-family: var(--font-primary);
957
- font-weight: var(--font-weight-primary-semibold);
958
- text-transform: capitalize;
957
+ font-weight: var(--font-weight-primary-medium);
959
958
  font-size: var(--fonts-heading-h2-text-size);
960
959
  line-height: var(--fonts-heading-h2-line-height);
960
+ letter-spacing: -2%;
961
961
  }
962
962
  .text-heading-h3 {
963
963
  font-family: var(--font-primary);
964
- font-weight: var(--font-weight-primary-semibold);
965
- text-transform: capitalize;
964
+ font-weight: var(--font-weight-primary-medium);
966
965
  font-size: var(--fonts-heading-h3-text-size);
967
966
  line-height: var(--fonts-heading-h3-line-height);
967
+ letter-spacing: -2%;
968
968
  }
969
969
  .text-heading-h4 {
970
970
  font-family: var(--font-secondary);
971
- font-weight: var(--font-weight-secondary-semibold);
971
+ font-weight: var(--font-weight-primary-medium);
972
972
  font-size: var(--fonts-heading-h4-text-size);
973
973
  line-height: var(--fonts-heading-h4-line-height);
974
974
  }
975
975
  .text-heading-h5 {
976
976
  font-family: var(--font-secondary);
977
- font-weight: var(--font-weight-secondary-semibold);
977
+ font-weight: var(--font-weight-primary-medium);
978
978
  font-size: var(--fonts-heading-h5-text-size);
979
979
  line-height: var(--fonts-heading-h5-line-height);
980
980
  }
981
981
  .text-heading-h6 {
982
982
  font-family: var(--font-secondary);
983
- font-weight: var(--font-weight-secondary-semibold);
984
- text-transform: capitalize;
983
+ font-weight: var(--font-weight-primary-medium);
985
984
  font-size: var(--fonts-heading-h6-text-size);
986
985
  line-height: var(--fonts-heading-h6-line-height);
987
986
  }
@@ -993,7 +992,7 @@
993
992
  }
994
993
  .text-body1-medium {
995
994
  font-family: var(--font-secondary);
996
- font-weight: var(--font-weight-secondary-regular);
995
+ font-weight: var(--font-weight-primary-medium);
997
996
  font-size: var(--fonts-body-extra-small-text-size);
998
997
  line-height: var(--fonts-body-extra-small-line-height);
999
998
  }
@@ -28,41 +28,40 @@
28
28
  }
29
29
  .text-heading-h1 {
30
30
  font-family: var(--font-primary);
31
- font-weight: var(--font-weight-primary-semibold);
32
- text-transform: capitalize;
31
+ font-weight: var(--font-weight-primary-medium);
33
32
  font-size: var(--fonts-heading-h1-text-size);
34
33
  line-height: var(--fonts-heading-h1-line-height);
34
+ letter-spacing: -3%;
35
35
  }
36
36
  .text-heading-h2 {
37
37
  font-family: var(--font-primary);
38
- font-weight: var(--font-weight-primary-semibold);
39
- text-transform: capitalize;
38
+ font-weight: var(--font-weight-primary-medium);
40
39
  font-size: var(--fonts-heading-h2-text-size);
41
40
  line-height: var(--fonts-heading-h2-line-height);
41
+ letter-spacing: -2%;
42
42
  }
43
43
  .text-heading-h3 {
44
44
  font-family: var(--font-primary);
45
- font-weight: var(--font-weight-primary-semibold);
46
- text-transform: capitalize;
45
+ font-weight: var(--font-weight-primary-medium);
47
46
  font-size: var(--fonts-heading-h3-text-size);
48
47
  line-height: var(--fonts-heading-h3-line-height);
48
+ letter-spacing: -2%;
49
49
  }
50
50
  .text-heading-h4 {
51
51
  font-family: var(--font-secondary);
52
- font-weight: var(--font-weight-secondary-semibold);
52
+ font-weight: var(--font-weight-primary-medium);
53
53
  font-size: var(--fonts-heading-h4-text-size);
54
54
  line-height: var(--fonts-heading-h4-line-height);
55
55
  }
56
56
  .text-heading-h5 {
57
57
  font-family: var(--font-secondary);
58
- font-weight: var(--font-weight-secondary-semibold);
58
+ font-weight: var(--font-weight-primary-medium);
59
59
  font-size: var(--fonts-heading-h5-text-size);
60
60
  line-height: var(--fonts-heading-h5-line-height);
61
61
  }
62
62
  .text-heading-h6 {
63
63
  font-family: var(--font-secondary);
64
- font-weight: var(--font-weight-secondary-semibold);
65
- text-transform: capitalize;
64
+ font-weight: var(--font-weight-primary-medium);
66
65
  font-size: var(--fonts-heading-h6-text-size);
67
66
  line-height: var(--fonts-heading-h6-line-height);
68
67
  }
@@ -74,7 +73,7 @@
74
73
  }
75
74
  .text-body1-medium {
76
75
  font-family: var(--font-secondary);
77
- font-weight: var(--font-weight-secondary-regular);
76
+ font-weight: var(--font-weight-primary-medium);
78
77
  font-size: var(--fonts-body-extra-small-text-size);
79
78
  line-height: var(--fonts-body-extra-small-line-height);
80
79
  }