monkey-style-guide-v2 0.0.6 → 0.0.7

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.
@@ -31,7 +31,7 @@
31
31
  }
32
32
 
33
33
  @mixin sizes() {
34
- @each $key, $value in $mecx-gray {
34
+ @each $key, $value in $mecx-sizes {
35
35
  &-#{$key} {
36
36
  font-size: $value !important;
37
37
  }
@@ -126,11 +126,24 @@ a {
126
126
  (
127
127
  size: f-size(xl),
128
128
  weight: f-weight(bold),
129
- height: f-lh(super)
129
+ height: f-lh(super),
130
+ color: f-cl-gray(900)
130
131
  )
131
132
  );
132
133
  }
133
134
 
135
+ .mecx-subtitle-page {
136
+ @include mecx-font(
137
+ (
138
+ size: f-size(xs),
139
+ weight: f-weight(regular),
140
+ height: f-lh(med),
141
+ color: f-cl-gray(700)
142
+ )
143
+ );
144
+ letter-spacing: 0.48px;
145
+ }
146
+
134
147
  .mecx-description {
135
148
  @include mecx-font(
136
149
  (
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide-v2",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.1.2",
6
6
  "@angular/core": "^18.1.2",
Binary file