@onemrvapublic/design-system 21.7.9 → 21.7.10-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.9';
2
+ const VERSION = '21.7.10-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.9';\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.10-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;;;;"}
@@ -181,6 +181,7 @@
181
181
  grid-area: main;
182
182
  position: relative;
183
183
  width: 100%;
184
+ height: 100vh;
184
185
  overflow-y: auto;
185
186
  max-height: var(--mainContentSize);
186
187
  max-width: calc(100vw - var(--sideNavWidth));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "21.7.9",
3
+ "version": "21.7.10-develop.2",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -15,7 +15,7 @@ declare class OnemrvaCollapsiblePageDivider {
15
15
  };
16
16
  readonly title: _angular_core.InputSignal<string>;
17
17
  readonly stickerColor: _angular_core.InputSignal<OnemrvaMatColor>;
18
- readonly stickerText: _angular_core.InputSignal<string>;
18
+ readonly stickerText: _angular_core.InputSignal<string | undefined>;
19
19
  readonly isCollapsed: _angular_core.ModelSignal<boolean>;
20
20
  toggle(): void;
21
21
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<OnemrvaCollapsiblePageDivider, never>;
@@ -1,4 +1,4 @@
1
- declare const VERSION = "21.7.9";
1
+ declare const VERSION = "21.7.10-develop.2";
2
2
 
3
3
  declare const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
4
4