@onemrvapublic/design-system 20.6.1-develop.2 → 20.6.1-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.
@@ -4,6 +4,7 @@
4
4
  display: flex;
5
5
  justify-content: space-between;
6
6
  width: 100%;
7
+ align-items: center;
7
8
  }
8
9
 
9
10
  .is-expandable {
@@ -31,7 +31,8 @@
31
31
  }
32
32
 
33
33
  mat-expansion-panel-header.mat-expansion-panel-header {
34
- padding: 0 var(--triple-spacer);
34
+ padding: var(--double-spacer) var(--triple-spacer);
35
+ height: auto;
35
36
  border-bottom-left-radius: 0;
36
37
  border-bottom-right-radius: 0;
37
38
  }
@@ -7,6 +7,7 @@
7
7
  text-overflow: ellipsis;
8
8
  white-space: nowrap;
9
9
  display: inline-flex;
10
+ flex-shrink: 0;
10
11
  align-items: center;
11
12
  cursor: default;
12
13
  background: var(--mat-sys-surface);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "20.6.1-develop.2",
3
+ "version": "20.6.1-develop.3",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -64,22 +64,22 @@
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
  },
75
- "./mat-datepicker-header": {
76
- "types": "./mat-datepicker-header/index.d.ts",
77
- "default": "./fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs"
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"
78
74
  },
79
75
  "./mat-country-item": {
80
76
  "types": "./mat-country-item/index.d.ts",
81
77
  "default": "./fesm2022/onemrvapublic-design-system-mat-country-item.mjs"
82
78
  },
79
+ "./mat-datepicker-header": {
80
+ "types": "./mat-datepicker-header/index.d.ts",
81
+ "default": "./fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs"
82
+ },
83
83
  "./mat-empty-row": {
84
84
  "types": "./mat-empty-row/index.d.ts",
85
85
  "default": "./fesm2022/onemrvapublic-design-system-mat-empty-row.mjs"
@@ -96,18 +96,22 @@
96
96
  "types": "./mat-input-birthplace/index.d.ts",
97
97
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs"
98
98
  },
99
+ "./mat-input-country": {
100
+ "types": "./mat-input-country/index.d.ts",
101
+ "default": "./fesm2022/onemrvapublic-design-system-mat-input-country.mjs"
102
+ },
99
103
  "./mat-input-enterprise-number": {
100
104
  "types": "./mat-input-enterprise-number/index.d.ts",
101
105
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs"
102
106
  },
103
- "./mat-input-phone": {
104
- "types": "./mat-input-phone/index.d.ts",
105
- "default": "./fesm2022/onemrvapublic-design-system-mat-input-phone.mjs"
106
- },
107
107
  "./mat-input-iban": {
108
108
  "types": "./mat-input-iban/index.d.ts",
109
109
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-iban.mjs"
110
110
  },
111
+ "./mat-input-phone": {
112
+ "types": "./mat-input-phone/index.d.ts",
113
+ "default": "./fesm2022/onemrvapublic-design-system-mat-input-phone.mjs"
114
+ },
111
115
  "./mat-message-box": {
112
116
  "types": "./mat-message-box/index.d.ts",
113
117
  "default": "./fesm2022/onemrvapublic-design-system-mat-message-box.mjs"
@@ -116,9 +120,9 @@
116
120
  "types": "./mat-multi-select/index.d.ts",
117
121
  "default": "./fesm2022/onemrvapublic-design-system-mat-multi-select.mjs"
118
122
  },
119
- "./mat-input-country": {
120
- "types": "./mat-input-country/index.d.ts",
121
- "default": "./fesm2022/onemrvapublic-design-system-mat-input-country.mjs"
123
+ "./mat-navigation": {
124
+ "types": "./mat-navigation/index.d.ts",
125
+ "default": "./fesm2022/onemrvapublic-design-system-mat-navigation.mjs"
122
126
  },
123
127
  "./mat-notification": {
124
128
  "types": "./mat-notification/index.d.ts",
@@ -128,10 +132,6 @@
128
132
  "types": "./mat-paginator/index.d.ts",
129
133
  "default": "./fesm2022/onemrvapublic-design-system-mat-paginator.mjs"
130
134
  },
131
- "./mat-navigation": {
132
- "types": "./mat-navigation/index.d.ts",
133
- "default": "./fesm2022/onemrvapublic-design-system-mat-navigation.mjs"
134
- },
135
135
  "./mat-panel": {
136
136
  "types": "./mat-panel/index.d.ts",
137
137
  "default": "./fesm2022/onemrvapublic-design-system-mat-panel.mjs"
@@ -140,13 +140,17 @@
140
140
  "types": "./mat-pop-over/index.d.ts",
141
141
  "default": "./fesm2022/onemrvapublic-design-system-mat-pop-over.mjs"
142
142
  },
143
+ "./mat-progress-bar": {
144
+ "types": "./mat-progress-bar/index.d.ts",
145
+ "default": "./fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs"
146
+ },
143
147
  "./mat-select-search": {
144
148
  "types": "./mat-select-search/index.d.ts",
145
149
  "default": "./fesm2022/onemrvapublic-design-system-mat-select-search.mjs"
146
150
  },
147
- "./mat-progress-bar": {
148
- "types": "./mat-progress-bar/index.d.ts",
149
- "default": "./fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs"
151
+ "./mat-selectable-box": {
152
+ "types": "./mat-selectable-box/index.d.ts",
153
+ "default": "./fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs"
150
154
  },
151
155
  "./mat-side-menu": {
152
156
  "types": "./mat-side-menu/index.d.ts",
@@ -160,26 +164,22 @@
160
164
  "types": "./mat-spinner/index.d.ts",
161
165
  "default": "./fesm2022/onemrvapublic-design-system-mat-spinner.mjs"
162
166
  },
163
- "./mat-selectable-box": {
164
- "types": "./mat-selectable-box/index.d.ts",
165
- "default": "./fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs"
167
+ "./mat-stepper": {
168
+ "types": "./mat-stepper/index.d.ts",
169
+ "default": "./fesm2022/onemrvapublic-design-system-mat-stepper.mjs"
166
170
  },
167
171
  "./mat-sticker": {
168
172
  "types": "./mat-sticker/index.d.ts",
169
173
  "default": "./fesm2022/onemrvapublic-design-system-mat-sticker.mjs"
170
174
  },
171
- "./mat-stepper": {
172
- "types": "./mat-stepper/index.d.ts",
173
- "default": "./fesm2022/onemrvapublic-design-system-mat-stepper.mjs"
175
+ "./mat-table-of-content": {
176
+ "types": "./mat-table-of-content/index.d.ts",
177
+ "default": "./fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs"
174
178
  },
175
179
  "./mat-task-list": {
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"
@@ -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",