@onemrvapublic/design-system 20.5.1-develop.2 → 20.6.0-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.
package/index.d.ts CHANGED
@@ -186,8 +186,6 @@ declare class OnemrvaDrawerService {
186
186
  declare class OnemrvaLeftSidenavService {
187
187
  private originalItems;
188
188
  readonly items: WritableSignal<NavItem$1[]>;
189
- private router;
190
- constructor();
191
189
  setOriginal(items: NavItem$1[]): void;
192
190
  updateItems(items: NavItem$1[]): void;
193
191
  reset(): void;
package/layout/index.d.ts CHANGED
@@ -158,8 +158,6 @@ declare class OnemrvaDrawerService {
158
158
  declare class OnemrvaLeftSidenavService {
159
159
  private originalItems;
160
160
  readonly items: WritableSignal<NavItem[]>;
161
- private router;
162
- constructor();
163
161
  setOriginal(items: NavItem[]): void;
164
162
  updateItems(items: NavItem[]): void;
165
163
  reset(): void;
@@ -27,18 +27,16 @@
27
27
  border-left: 0.5rem solid transparent;
28
28
 
29
29
  &.active {
30
- button {
31
- border-left: 0.5rem solid var(--mat-sys-tertiary);
32
- font-weight: 600;
33
- mat-icon {
34
- font-variation-settings:
35
- 'FILL' 1,
36
- 'wght' 600,
37
- 'GRAD' 0,
38
- 'opsz' 24;
39
- }
40
- background: var(--mat-sys-surface-container-low);
30
+ border-left: 0.5rem solid var(--mat-sys-tertiary);
31
+ font-weight: 600;
32
+ mat-icon {
33
+ font-variation-settings:
34
+ 'FILL' 1,
35
+ 'wght' 600,
36
+ 'GRAD' 0,
37
+ 'opsz' 24;
41
38
  }
39
+ background: var(--mat-sys-surface-container-low);
42
40
  }
43
41
  &:hover,
44
42
  &:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "20.5.1-develop.2",
3
+ "version": "20.6.0-develop.1",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,14 +40,18 @@
40
40
  "./package.json": {
41
41
  "default": "./package.json"
42
42
  },
43
- "./mat-address": {
44
- "types": "./mat-address/index.d.ts",
45
- "default": "./fesm2022/onemrvapublic-design-system-mat-address.mjs"
43
+ "./flag-icon": {
44
+ "types": "./flag-icon/index.d.ts",
45
+ "default": "./fesm2022/onemrvapublic-design-system-flag-icon.mjs"
46
46
  },
47
47
  "./layout": {
48
48
  "types": "./layout/index.d.ts",
49
49
  "default": "./fesm2022/onemrvapublic-design-system-layout.mjs"
50
50
  },
51
+ "./mat-address": {
52
+ "types": "./mat-address/index.d.ts",
53
+ "default": "./fesm2022/onemrvapublic-design-system-mat-address.mjs"
54
+ },
51
55
  "./mat-avatar": {
52
56
  "types": "./mat-avatar/index.d.ts",
53
57
  "default": "./fesm2022/onemrvapublic-design-system-mat-avatar.mjs"
@@ -60,30 +64,26 @@
60
64
  "types": "./mat-carousel/index.d.ts",
61
65
  "default": "./fesm2022/onemrvapublic-design-system-mat-carousel.mjs"
62
66
  },
63
- "./flag-icon": {
64
- "types": "./flag-icon/index.d.ts",
65
- "default": "./fesm2022/onemrvapublic-design-system-flag-icon.mjs"
66
- },
67
67
  "./mat-choice-chip": {
68
68
  "types": "./mat-choice-chip/index.d.ts",
69
69
  "default": "./fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs"
70
70
  },
71
- "./mat-copy-to-clipboard": {
72
- "types": "./mat-copy-to-clipboard/index.d.ts",
73
- "default": "./fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs"
74
- },
75
71
  "./mat-country-item": {
76
72
  "types": "./mat-country-item/index.d.ts",
77
73
  "default": "./fesm2022/onemrvapublic-design-system-mat-country-item.mjs"
78
74
  },
79
- "./mat-empty-row": {
80
- "types": "./mat-empty-row/index.d.ts",
81
- "default": "./fesm2022/onemrvapublic-design-system-mat-empty-row.mjs"
82
- },
83
75
  "./mat-datepicker-header": {
84
76
  "types": "./mat-datepicker-header/index.d.ts",
85
77
  "default": "./fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs"
86
78
  },
79
+ "./mat-copy-to-clipboard": {
80
+ "types": "./mat-copy-to-clipboard/index.d.ts",
81
+ "default": "./fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs"
82
+ },
83
+ "./mat-empty-row": {
84
+ "types": "./mat-empty-row/index.d.ts",
85
+ "default": "./fesm2022/onemrvapublic-design-system-mat-empty-row.mjs"
86
+ },
87
87
  "./mat-file-upload": {
88
88
  "types": "./mat-file-upload/index.d.ts",
89
89
  "default": "./fesm2022/onemrvapublic-design-system-mat-file-upload.mjs"
@@ -104,22 +104,22 @@
104
104
  "types": "./mat-input-enterprise-number/index.d.ts",
105
105
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs"
106
106
  },
107
- "./mat-input-phone": {
108
- "types": "./mat-input-phone/index.d.ts",
109
- "default": "./fesm2022/onemrvapublic-design-system-mat-input-phone.mjs"
110
- },
111
107
  "./mat-input-iban": {
112
108
  "types": "./mat-input-iban/index.d.ts",
113
109
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-iban.mjs"
114
110
  },
115
- "./mat-message-box": {
116
- "types": "./mat-message-box/index.d.ts",
117
- "default": "./fesm2022/onemrvapublic-design-system-mat-message-box.mjs"
111
+ "./mat-input-phone": {
112
+ "types": "./mat-input-phone/index.d.ts",
113
+ "default": "./fesm2022/onemrvapublic-design-system-mat-input-phone.mjs"
118
114
  },
119
115
  "./mat-multi-select": {
120
116
  "types": "./mat-multi-select/index.d.ts",
121
117
  "default": "./fesm2022/onemrvapublic-design-system-mat-multi-select.mjs"
122
118
  },
119
+ "./mat-message-box": {
120
+ "types": "./mat-message-box/index.d.ts",
121
+ "default": "./fesm2022/onemrvapublic-design-system-mat-message-box.mjs"
122
+ },
123
123
  "./mat-navigation": {
124
124
  "types": "./mat-navigation/index.d.ts",
125
125
  "default": "./fesm2022/onemrvapublic-design-system-mat-navigation.mjs"
@@ -168,6 +168,10 @@
168
168
  "types": "./mat-stepper/index.d.ts",
169
169
  "default": "./fesm2022/onemrvapublic-design-system-mat-stepper.mjs"
170
170
  },
171
+ "./mat-table-of-content": {
172
+ "types": "./mat-table-of-content/index.d.ts",
173
+ "default": "./fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs"
174
+ },
171
175
  "./mat-sticker": {
172
176
  "types": "./mat-sticker/index.d.ts",
173
177
  "default": "./fesm2022/onemrvapublic-design-system-mat-sticker.mjs"
@@ -176,10 +180,6 @@
176
180
  "types": "./mat-task-list/index.d.ts",
177
181
  "default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
178
182
  },
179
- "./mat-table-of-content": {
180
- "types": "./mat-table-of-content/index.d.ts",
181
- "default": "./fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs"
182
- },
183
183
  "./mat-timepicker": {
184
184
  "types": "./mat-timepicker/index.d.ts",
185
185
  "default": "./fesm2022/onemrvapublic-design-system-mat-timepicker.mjs"