@onemrvapublic/design-system 20.0.0-develop.1 → 20.0.0-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "20.0.0-develop.1",
3
+ "version": "20.0.0-develop.2",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -128,6 +128,10 @@
128
128
  "types": "./mat-paginator/index.d.ts",
129
129
  "default": "./fesm2022/onemrvapublic-design-system-mat-paginator.mjs"
130
130
  },
131
+ "./mat-panel": {
132
+ "types": "./mat-panel/index.d.ts",
133
+ "default": "./fesm2022/onemrvapublic-design-system-mat-panel.mjs"
134
+ },
131
135
  "./mat-pop-over": {
132
136
  "types": "./mat-pop-over/index.d.ts",
133
137
  "default": "./fesm2022/onemrvapublic-design-system-mat-pop-over.mjs"
@@ -136,10 +140,6 @@
136
140
  "types": "./mat-progress-bar/index.d.ts",
137
141
  "default": "./fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs"
138
142
  },
139
- "./mat-panel": {
140
- "types": "./mat-panel/index.d.ts",
141
- "default": "./fesm2022/onemrvapublic-design-system-mat-panel.mjs"
142
- },
143
143
  "./mat-select-search": {
144
144
  "types": "./mat-select-search/index.d.ts",
145
145
  "default": "./fesm2022/onemrvapublic-design-system-mat-select-search.mjs"