@onemrvapublic/design-system 20.6.3-develop.1 → 20.6.3-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.
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.2",
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"
@@ -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"
@@ -172,9 +176,9 @@
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"
179
+ "./mat-task-list": {
180
+ "types": "./mat-task-list/index.d.ts",
181
+ "default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
178
182
  },
179
183
  "./mat-timepicker": {
180
184
  "types": "./mat-timepicker/index.d.ts",
@@ -184,10 +188,6 @@
184
188
  "types": "./mat-toast/index.d.ts",
185
189
  "default": "./fesm2022/onemrvapublic-design-system-mat-toast.mjs"
186
190
  },
187
- "./mat-task-list": {
188
- "types": "./mat-task-list/index.d.ts",
189
- "default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
190
- },
191
191
  "./mat-tooltip": {
192
192
  "types": "./mat-tooltip/index.d.ts",
193
193
  "default": "./fesm2022/onemrvapublic-design-system-mat-tooltip.mjs"