@onemrvapublic/design-system-theme 18.2.1 → 18.2.2

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 -7
  2. package/package.json +1 -1
package/index.scss CHANGED
@@ -107,7 +107,6 @@
107
107
 
108
108
  body {
109
109
  margin: 0;
110
- // font-family: sans-serif;
111
110
  }
112
111
 
113
112
  mat-drawer-container {
@@ -149,12 +148,6 @@
149
148
 
150
149
  // Load everything (size does not matter)
151
150
  @mixin onemrva($production: true) {
152
- //@include mat.core-theme(variables.$onemrva-theme);
153
- //@include mat.all-component-themes(variables.$onemrva-theme);
154
- //@include mat.all-component-typographies(
155
- // map.get(variables.$onemrva-theme, typography)
156
- //);
157
-
158
151
  @include reset();
159
152
  @include fonts.theme(variables.$onemrva-theme, $production);
160
153
  @include links.theme(variables.$onemrva-theme);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v18.2.1",
3
+ "version": "v18.2.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },