@onemrvapublic/design-system 21.7.4-develop.1 → 21.7.4-develop.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.
@@ -1,5 +1,5 @@
1
1
  // Auto-generated — do not edit
2
- const VERSION = '21.7.4-develop.1';
2
+ const VERSION = '21.7.4-develop.2';
3
3
 
4
4
  const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
5
5
 
@@ -1 +1 @@
1
- {"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["// Auto-generated — do not edit\nexport const VERSION = '21.7.4-develop.1';\n","export { VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACO,MAAM,OAAO,GAAG;;ACChB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
1
+ {"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["// Auto-generated — do not edit\nexport const VERSION = '21.7.4-develop.2';\n","export { VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACO,MAAM,OAAO,GAAG;;ACChB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
@@ -6,6 +6,9 @@
6
6
  --sideNavWidthFull: 240px;
7
7
  --sideNavWidthCollapsed: 56px;
8
8
  --sideNavWidth: var(--sideNavWidthFull);
9
+ --mainContentSize: calc(
10
+ 100vh - var(--layout-header-height) - var(--layout-footer-height)
11
+ );
9
12
 
10
13
  position: relative;
11
14
 
@@ -176,7 +179,7 @@
176
179
  position: relative;
177
180
  width: 100%;
178
181
  overflow-y: auto;
179
- max-height: calc(100vh - var(--layout-header-height));
182
+ max-height: var(--mainContentSize);
180
183
  max-width: calc(100vw - var(--sideNavWidth));
181
184
  transition: max-width 0.3s ease;
182
185
 
@@ -191,7 +194,7 @@
191
194
  max-width: 1400px;
192
195
  margin-left: auto;
193
196
  margin-right: auto;
194
- min-height: calc(100vh - var(--layout-header-height));
197
+ min-height: calc(var(--mainContentSize) - 60px);
195
198
  }
196
199
  }
197
200
 
@@ -237,6 +240,12 @@
237
240
  width: 99% !important;
238
241
  }
239
242
  }
243
+
244
+ .onemrva-footer {
245
+ height: var(--layout-footer-height);
246
+ max-height: var(--layout-footer-height);
247
+ overflow: hidden;
248
+ }
240
249
  }
241
250
 
242
251
  nav a.disabled {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "21.7.4-develop.1",
3
+ "version": "21.7.4-develop.2",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,4 +1,4 @@
1
- declare const VERSION = "21.7.4-develop.1";
1
+ declare const VERSION = "21.7.4-develop.2";
2
2
 
3
3
  declare const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
4
4