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

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.
@@ -38,7 +38,7 @@
38
38
  font-size: inherit;
39
39
  color: currentColor;
40
40
  outline: none;
41
- background: var(--mat-sys-surface-container-high);
41
+ background: var(--mat-sys-surface);
42
42
  line-height: var(--input-height);
43
43
  height: var(--input-height);
44
44
  padding: var(--spacer);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "20.6.3-develop.3",
3
+ "version": "20.6.3-develop.4",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -84,10 +84,6 @@
84
84
  "types": "./mat-empty-row/index.d.ts",
85
85
  "default": "./fesm2022/onemrvapublic-design-system-mat-empty-row.mjs"
86
86
  },
87
- "./mat-file-upload": {
88
- "types": "./mat-file-upload/index.d.ts",
89
- "default": "./fesm2022/onemrvapublic-design-system-mat-file-upload.mjs"
90
- },
91
87
  "./mat-input-address": {
92
88
  "types": "./mat-input-address/index.d.ts",
93
89
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-address.mjs"
@@ -96,6 +92,10 @@
96
92
  "types": "./mat-input-birthplace/index.d.ts",
97
93
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs"
98
94
  },
95
+ "./mat-file-upload": {
96
+ "types": "./mat-file-upload/index.d.ts",
97
+ "default": "./fesm2022/onemrvapublic-design-system-mat-file-upload.mjs"
98
+ },
99
99
  "./mat-input-country": {
100
100
  "types": "./mat-input-country/index.d.ts",
101
101
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-country.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-navigation": {
120
- "types": "./mat-navigation/index.d.ts",
121
- "default": "./fesm2022/onemrvapublic-design-system-mat-navigation.mjs"
122
- },
123
119
  "./mat-multi-select": {
124
120
  "types": "./mat-multi-select/index.d.ts",
125
121
  "default": "./fesm2022/onemrvapublic-design-system-mat-multi-select.mjs"
126
122
  },
123
+ "./mat-navigation": {
124
+ "types": "./mat-navigation/index.d.ts",
125
+ "default": "./fesm2022/onemrvapublic-design-system-mat-navigation.mjs"
126
+ },
127
127
  "./mat-notification": {
128
128
  "types": "./mat-notification/index.d.ts",
129
129
  "default": "./fesm2022/onemrvapublic-design-system-mat-notification.mjs"
@@ -156,6 +156,10 @@
156
156
  "types": "./mat-side-menu/index.d.ts",
157
157
  "default": "./fesm2022/onemrvapublic-design-system-mat-side-menu.mjs"
158
158
  },
159
+ "./mat-skeleton": {
160
+ "types": "./mat-skeleton/index.d.ts",
161
+ "default": "./fesm2022/onemrvapublic-design-system-mat-skeleton.mjs"
162
+ },
159
163
  "./mat-spinner": {
160
164
  "types": "./mat-spinner/index.d.ts",
161
165
  "default": "./fesm2022/onemrvapublic-design-system-mat-spinner.mjs"
@@ -168,22 +172,18 @@
168
172
  "types": "./mat-sticker/index.d.ts",
169
173
  "default": "./fesm2022/onemrvapublic-design-system-mat-sticker.mjs"
170
174
  },
171
- "./mat-skeleton": {
172
- "types": "./mat-skeleton/index.d.ts",
173
- "default": "./fesm2022/onemrvapublic-design-system-mat-skeleton.mjs"
174
- },
175
175
  "./mat-table-of-content": {
176
176
  "types": "./mat-table-of-content/index.d.ts",
177
177
  "default": "./fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs"
178
178
  },
179
- "./mat-timepicker": {
180
- "types": "./mat-timepicker/index.d.ts",
181
- "default": "./fesm2022/onemrvapublic-design-system-mat-timepicker.mjs"
182
- },
183
179
  "./mat-task-list": {
184
180
  "types": "./mat-task-list/index.d.ts",
185
181
  "default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
186
182
  },
183
+ "./mat-timepicker": {
184
+ "types": "./mat-timepicker/index.d.ts",
185
+ "default": "./fesm2022/onemrvapublic-design-system-mat-timepicker.mjs"
186
+ },
187
187
  "./mat-toast": {
188
188
  "types": "./mat-toast/index.d.ts",
189
189
  "default": "./fesm2022/onemrvapublic-design-system-mat-toast.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
- "./shared": {
200
- "types": "./shared/index.d.ts",
201
- "default": "./fesm2022/onemrvapublic-design-system-shared.mjs"
202
- },
203
199
  "./page-not-found": {
204
200
  "types": "./page-not-found/index.d.ts",
205
201
  "default": "./fesm2022/onemrvapublic-design-system-page-not-found.mjs"
202
+ },
203
+ "./shared": {
204
+ "types": "./shared/index.d.ts",
205
+ "default": "./fesm2022/onemrvapublic-design-system-shared.mjs"
206
206
  }
207
207
  },
208
208
  "module": "fesm2022/onemrvapublic-design-system.mjs",