@onemrvapublic/design-system 20.6.3-develop.1 → 20.6.3-develop.3

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
@@ -515,7 +515,7 @@ declare class OnemrvaMatAvatarModule {
515
515
 
516
516
  interface OnemrvaBreadcrumb {
517
517
  label: string;
518
- url: string;
518
+ url?: string;
519
519
  translate: boolean;
520
520
  }
521
521
 
@@ -7,7 +7,7 @@ import * as i3 from '@angular/router';
7
7
 
8
8
  interface OnemrvaBreadcrumb {
9
9
  label: string;
10
- url: string;
10
+ url?: string;
11
11
  translate: boolean;
12
12
  }
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "20.6.3-develop.1",
3
+ "version": "20.6.3-develop.3",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,14 +40,14 @@
40
40
  "./package.json": {
41
41
  "default": "./package.json"
42
42
  },
43
- "./layout": {
44
- "types": "./layout/index.d.ts",
45
- "default": "./fesm2022/onemrvapublic-design-system-layout.mjs"
46
- },
47
43
  "./flag-icon": {
48
44
  "types": "./flag-icon/index.d.ts",
49
45
  "default": "./fesm2022/onemrvapublic-design-system-flag-icon.mjs"
50
46
  },
47
+ "./layout": {
48
+ "types": "./layout/index.d.ts",
49
+ "default": "./fesm2022/onemrvapublic-design-system-layout.mjs"
50
+ },
51
51
  "./mat-address": {
52
52
  "types": "./mat-address/index.d.ts",
53
53
  "default": "./fesm2022/onemrvapublic-design-system-mat-address.mjs"
@@ -64,14 +64,14 @@
64
64
  "types": "./mat-carousel/index.d.ts",
65
65
  "default": "./fesm2022/onemrvapublic-design-system-mat-carousel.mjs"
66
66
  },
67
- "./mat-copy-to-clipboard": {
68
- "types": "./mat-copy-to-clipboard/index.d.ts",
69
- "default": "./fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs"
70
- },
71
67
  "./mat-choice-chip": {
72
68
  "types": "./mat-choice-chip/index.d.ts",
73
69
  "default": "./fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs"
74
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
75
  "./mat-country-item": {
76
76
  "types": "./mat-country-item/index.d.ts",
77
77
  "default": "./fesm2022/onemrvapublic-design-system-mat-country-item.mjs"
@@ -116,14 +116,14 @@
116
116
  "types": "./mat-message-box/index.d.ts",
117
117
  "default": "./fesm2022/onemrvapublic-design-system-mat-message-box.mjs"
118
118
  },
119
- "./mat-multi-select": {
120
- "types": "./mat-multi-select/index.d.ts",
121
- "default": "./fesm2022/onemrvapublic-design-system-mat-multi-select.mjs"
122
- },
123
119
  "./mat-navigation": {
124
120
  "types": "./mat-navigation/index.d.ts",
125
121
  "default": "./fesm2022/onemrvapublic-design-system-mat-navigation.mjs"
126
122
  },
123
+ "./mat-multi-select": {
124
+ "types": "./mat-multi-select/index.d.ts",
125
+ "default": "./fesm2022/onemrvapublic-design-system-mat-multi-select.mjs"
126
+ },
127
127
  "./mat-notification": {
128
128
  "types": "./mat-notification/index.d.ts",
129
129
  "default": "./fesm2022/onemrvapublic-design-system-mat-notification.mjs"
@@ -132,6 +132,10 @@
132
132
  "types": "./mat-paginator/index.d.ts",
133
133
  "default": "./fesm2022/onemrvapublic-design-system-mat-paginator.mjs"
134
134
  },
135
+ "./mat-panel": {
136
+ "types": "./mat-panel/index.d.ts",
137
+ "default": "./fesm2022/onemrvapublic-design-system-mat-panel.mjs"
138
+ },
135
139
  "./mat-pop-over": {
136
140
  "types": "./mat-pop-over/index.d.ts",
137
141
  "default": "./fesm2022/onemrvapublic-design-system-mat-pop-over.mjs"
@@ -152,10 +156,6 @@
152
156
  "types": "./mat-side-menu/index.d.ts",
153
157
  "default": "./fesm2022/onemrvapublic-design-system-mat-side-menu.mjs"
154
158
  },
155
- "./mat-skeleton": {
156
- "types": "./mat-skeleton/index.d.ts",
157
- "default": "./fesm2022/onemrvapublic-design-system-mat-skeleton.mjs"
158
- },
159
159
  "./mat-spinner": {
160
160
  "types": "./mat-spinner/index.d.ts",
161
161
  "default": "./fesm2022/onemrvapublic-design-system-mat-spinner.mjs"
@@ -168,26 +168,26 @@
168
168
  "types": "./mat-sticker/index.d.ts",
169
169
  "default": "./fesm2022/onemrvapublic-design-system-mat-sticker.mjs"
170
170
  },
171
+ "./mat-skeleton": {
172
+ "types": "./mat-skeleton/index.d.ts",
173
+ "default": "./fesm2022/onemrvapublic-design-system-mat-skeleton.mjs"
174
+ },
171
175
  "./mat-table-of-content": {
172
176
  "types": "./mat-table-of-content/index.d.ts",
173
177
  "default": "./fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs"
174
178
  },
175
- "./mat-panel": {
176
- "types": "./mat-panel/index.d.ts",
177
- "default": "./fesm2022/onemrvapublic-design-system-mat-panel.mjs"
178
- },
179
179
  "./mat-timepicker": {
180
180
  "types": "./mat-timepicker/index.d.ts",
181
181
  "default": "./fesm2022/onemrvapublic-design-system-mat-timepicker.mjs"
182
182
  },
183
- "./mat-toast": {
184
- "types": "./mat-toast/index.d.ts",
185
- "default": "./fesm2022/onemrvapublic-design-system-mat-toast.mjs"
186
- },
187
183
  "./mat-task-list": {
188
184
  "types": "./mat-task-list/index.d.ts",
189
185
  "default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
190
186
  },
187
+ "./mat-toast": {
188
+ "types": "./mat-toast/index.d.ts",
189
+ "default": "./fesm2022/onemrvapublic-design-system-mat-toast.mjs"
190
+ },
191
191
  "./mat-tooltip": {
192
192
  "types": "./mat-tooltip/index.d.ts",
193
193
  "default": "./fesm2022/onemrvapublic-design-system-mat-tooltip.mjs"
@@ -196,13 +196,13 @@
196
196
  "types": "./page-error/index.d.ts",
197
197
  "default": "./fesm2022/onemrvapublic-design-system-page-error.mjs"
198
198
  },
199
- "./page-not-found": {
200
- "types": "./page-not-found/index.d.ts",
201
- "default": "./fesm2022/onemrvapublic-design-system-page-not-found.mjs"
202
- },
203
199
  "./shared": {
204
200
  "types": "./shared/index.d.ts",
205
201
  "default": "./fesm2022/onemrvapublic-design-system-shared.mjs"
202
+ },
203
+ "./page-not-found": {
204
+ "types": "./page-not-found/index.d.ts",
205
+ "default": "./fesm2022/onemrvapublic-design-system-page-not-found.mjs"
206
206
  }
207
207
  },
208
208
  "module": "fesm2022/onemrvapublic-design-system.mjs",