@onemrvapublic/design-system 21.7.5 → 21.7.6-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.
@@ -1,5 +1,5 @@
1
1
  // Auto-generated — do not edit
2
- const VERSION = '21.7.5';
2
+ const VERSION = '21.7.6-develop.1';
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.5';\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.6-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,6 +1,6 @@
1
1
  :host {
2
2
  width: calc(100% - var(--double-spacer));
3
- display: block;
3
+ display: flex;
4
4
  padding: var(--spacer);
5
- text-align: right;
5
+ justify-content: flex-end;
6
6
  }
@@ -1,9 +1,8 @@
1
1
  :host {
2
2
  background-color: var(--mat-sys-surface);
3
3
  padding: 23px 32px;
4
- margin: 0 var(--spacer);
5
4
  border-radius: var(--border-radius);
6
- display: block;
7
- height: calc(100vh - 190px);
5
+ display: flex;
6
+ flex-grow: 1;
8
7
  overflow: auto;
9
8
  }
@@ -1,13 +1,17 @@
1
1
  :host {
2
- width: calc(100% - var(--double-spacer));
3
- display: block;
4
- padding: var(--spacer);
5
- margin: var(--spacer);
2
+ display: flex;
3
+ justify-content: space-between;
4
+ align-items: center;
5
+ padding: var(--double-spacer) 0;
6
6
 
7
7
  span:first-child {
8
- font: var(--mat-sys-title-large);
9
- color: var(--mat-sys-error);
10
- //@include mat.m2-typography-level($typography, 'subtitle-1');
11
- //color: mat.m2-get-color-from-palette(map.get($theme, 'error'), 500);
8
+ font: var(--mat-sys-title-medium);
9
+ font-size: 20px;
10
+ }
11
+
12
+ .close-drawer {
13
+ display: flex;
14
+ justify-content: center;
15
+ align-items: center;
12
16
  }
13
17
  }
@@ -1,4 +1,7 @@
1
1
  :host {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: var(--sideNavWidthFull);
2
5
  &.highlighted2 {
3
6
  .mobile-menu-item {
4
7
  transition: border-left 0.4s ease;
@@ -12,6 +15,7 @@
12
15
  }
13
16
  }
14
17
  .mobile-menu-item {
18
+ overflow: hidden;
15
19
  display: flex;
16
20
  width: 100%;
17
21
  background: var(--mat-sys-background);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "21.7.5",
3
+ "version": "21.7.6-develop.1",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -7,9 +7,8 @@ declare class OnemrvaMatNotificationComponent implements OnDestroy {
7
7
  readonly closable: _angular_core.InputSignal<boolean>;
8
8
  readonly id: _angular_core.InputSignal<string>;
9
9
  readonly dataCy: _angular_core.InputSignal<string>;
10
- _isOpen: boolean;
10
+ isOpen: _angular_core.ModelSignal<boolean>;
11
11
  readonly notificationClose: _angular_core.OutputEmitterRef<void>;
12
- protected readonly _closed: _angular_core.Signal<boolean>;
13
12
  private destroyNotifier$;
14
13
  isSmall: boolean;
15
14
  breakpointObserver: BreakpointObserver;
@@ -17,7 +16,7 @@ declare class OnemrvaMatNotificationComponent implements OnDestroy {
17
16
  ngOnDestroy(): void;
18
17
  closeNotification(): void;
19
18
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<OnemrvaMatNotificationComponent, never>;
20
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<OnemrvaMatNotificationComponent, "onemrva-mat-notification", never, { "message": { "alias": "message"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "dataCy": { "alias": "dataCy"; "required": false; "isSignal": true; }; }, { "notificationClose": "notificationClose"; }, never, ["*"], true, never>;
19
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OnemrvaMatNotificationComponent, "onemrva-mat-notification", never, { "message": { "alias": "message"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "dataCy": { "alias": "dataCy"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; }, { "isOpen": "isOpenChange"; "notificationClose": "notificationClose"; }, never, ["*"], true, never>;
21
20
  }
22
21
 
23
22
  export { OnemrvaMatNotificationComponent };
@@ -1,4 +1,4 @@
1
- declare const VERSION = "21.7.5";
1
+ declare const VERSION = "21.7.6-develop.1";
2
2
 
3
3
  declare const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
4
4