@onemrvapublic/design-system-theme 18.2.4-develop.4 → 18.2.4-develop.6

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.
@@ -5,6 +5,8 @@
5
5
  @mixin theme($theme) {
6
6
  @include mat.expansion-base($theme);
7
7
  @include mat.expansion-theme($theme);
8
+ --mat-app-body-large-font: 16px;
9
+ --mat-expansion-container-text-size: 16px;
8
10
 
9
11
  .mat-expansion-panel {
10
12
  &:not([class*='mat-elevation-z']) {
package/index.scss CHANGED
@@ -136,7 +136,9 @@
136
136
  @include mat.core();
137
137
  @include mat.core-theme(variables.$onemrva-theme);
138
138
  @include mat.core-base(variables.$onemrva-theme);
139
- //@include mat.typography-hierarchy(variables.$onemrva-theme); // this breaks the font styles
139
+ @include mat.typography-hierarchy(
140
+ variables.$onemrva-theme
141
+ ); // this breaks the font styles
140
142
  }
141
143
 
142
144
  // Base for Web components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v18.2.4-develop.4",
3
+ "version": "v18.2.4-develop.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -19,6 +19,16 @@
19
19
 
20
20
  $typography: map.get($onemrva-theme, 'typography');
21
21
  @include mat.m2-typography-level($typography, 'body-1');
22
+ color: µ.grayscale($onemrva-theme, 900);
23
+
24
+ .mat-small {
25
+ @include mat.m2-typography-level($typography, 'body-2');
26
+ }
27
+
28
+ .mat-body-strong,
29
+ .mat-semibold {
30
+ font-weight: 600;
31
+ }
22
32
 
23
33
  .heading {
24
34
  @include mat.m2-typography-level($typography, 'headline-1');