@onemrvapublic/design-system-theme 19.1.1-develop.3 → 19.1.2-develop.1

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.
Files changed (2) hide show
  1. package/index.scss +0 -22
  2. package/package.json +1 -1
package/index.scss CHANGED
@@ -94,26 +94,6 @@
94
94
  @use './utilities/grid';
95
95
  @use './utilities/variables' as variables;
96
96
 
97
- @mixin reset() {
98
- @at-root {
99
- html,
100
- body {
101
- height: 100%;
102
-
103
- font-family: mat.m2-font-family(
104
- map.get(variables.$onemrva-theme, typography),
105
- body-1
106
- ); // HWKTMP for some reason the sans-serif version is configured somewhere but where...
107
-
108
- margin: 0;
109
- }
110
-
111
- mat-drawer-container {
112
- background-color: white !important;
113
- }
114
- }
115
- }
116
-
117
97
  @mixin font-theme($production: true) {
118
98
  @include fonts.theme(variables.$onemrva-theme, $production);
119
99
  }
@@ -171,7 +151,6 @@
171
151
 
172
152
  // Base for Web components
173
153
  @mixin base($production: true) {
174
- @include reset();
175
154
  @include fonts.theme(variables.$onemrva-theme, $production);
176
155
  @include links.theme(variables.$onemrva-theme);
177
156
  @include hacks.theme(variables.$onemrva-theme);
@@ -181,7 +160,6 @@
181
160
 
182
161
  // Load everything (size does not matter)
183
162
  @mixin onemrva($production: true) {
184
- @include reset();
185
163
  @include fonts.theme(variables.$onemrva-theme, $production);
186
164
  @include links.theme(variables.$onemrva-theme);
187
165
  @include hacks.theme(variables.$onemrva-theme);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v19.1.1-develop.3",
3
+ "version": "v19.1.2-develop.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },