@ui5/webcomponents-fiori 1.3.1 → 1.4.0
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/CHANGELOG.md +21 -0
- package/dist/IllustratedMessage.js +1 -0
- package/dist/ShellBar.js +1 -5
- package/dist/css/themes/FlexibleColumnLayout.css +1 -1
- package/dist/css/themes/MediaGallery.css +1 -1
- package/dist/css/themes/NotificationListGroupItem.css +1 -1
- package/dist/css/themes/NotificationListItem.css +1 -1
- package/dist/css/themes/NotificationPrioIcon.css +1 -1
- package/dist/css/themes/Page.css +1 -1
- package/dist/css/themes/ShellBar.css +1 -1
- package/dist/css/themes/SideNavigation.css +1 -1
- package/dist/css/themes/SideNavigationPopover.css +1 -1
- package/dist/css/themes/TimelineItem.css +1 -1
- package/dist/css/themes/UploadCollectionItem.css +1 -1
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.js +1 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/templates/MediaGalleryTemplate.lit.js +1 -1
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +1 -1
- package/dist/generated/templates/ShellBarTemplate.lit.js +2 -2
- package/dist/generated/templates/SideNavigationTemplate.lit.js +1 -1
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +15 -20
- package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/dist/generated/themes/MediaGallery.css.js +1 -1
- package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/dist/generated/themes/NotificationListItem.css.js +1 -1
- package/dist/generated/themes/NotificationPrioIcon.css.js +1 -1
- package/dist/generated/themes/Page.css.js +1 -1
- package/dist/generated/themes/ShellBar.css.js +1 -1
- package/dist/generated/themes/SideNavigation.css.js +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
- package/dist/generated/themes/TimelineItem.css.js +1 -1
- package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/package.json +7 -7
- package/src/BarcodeScannerDialog.hbs +0 -1
- package/src/FlexibleColumnLayout.hbs +1 -4
- package/src/IllustratedMessage.js +1 -0
- package/src/MediaGallery.hbs +1 -2
- package/src/NotificationListItem.hbs +1 -1
- package/src/ShellBar.hbs +1 -2
- package/src/ShellBar.js +1 -5
- package/src/SideNavigation.hbs +1 -0
- package/src/UploadCollectionItem.hbs +17 -1
- package/src/themes/FlexibleColumnLayout.css +0 -24
- package/src/themes/MediaGallery.css +59 -64
- package/src/themes/NotificationListGroupItem.css +2 -1
- package/src/themes/NotificationListItem.css +2 -9
- package/src/themes/NotificationPrioIcon.css +1 -1
- package/src/themes/Page.css +1 -1
- package/src/themes/ShellBar.css +86 -75
- package/src/themes/SideNavigation.css +37 -15
- package/src/themes/SideNavigationPopover.css +0 -10
- package/src/themes/TimelineItem.css +13 -13
- package/src/themes/UploadCollectionItem.css +30 -15
- package/src/themes/base/ShellBar-parameters.css +14 -0
- package/src/themes/base/SideNavigation-parameters.css +7 -1
- package/src/themes/base/TimelineItem-parameters.css +9 -1
- package/src/themes/base/UploadCollection-parameters.css +3 -0
- package/src/themes/sap_belize/parameters-bundle.css +1 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +0 -2
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +0 -2
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +26 -3
- package/src/themes/sap_horizon/SideNavigation-parameters.css +7 -1
- package/src/themes/sap_horizon/TimelineItem-parameters.css +9 -1
- package/src/themes/sap_horizon/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +26 -3
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +7 -1
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +9 -1
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +3 -2
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +2 -1
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +3 -2
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +2 -1
package/src/themes/ShellBar.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
justify-content: space-between;
|
|
14
14
|
align-items: center;
|
|
15
15
|
background: var(--sapShellColor);
|
|
16
|
-
height:
|
|
16
|
+
height: var(--_ui5_shellbar_root_height);
|
|
17
17
|
font-family: "72override", var(--sapFontFamily);
|
|
18
18
|
font-size: var(--sapFontSize);
|
|
19
19
|
font-weight: normal;
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
::slotted([ui5-button][slot="startButton"]) {
|
|
27
27
|
height: 2.25rem;
|
|
28
28
|
padding: 0;
|
|
29
|
-
margin-
|
|
29
|
+
margin-inline-start: 0.5rem;
|
|
30
30
|
border: none;
|
|
31
31
|
background: transparent;
|
|
32
32
|
outline-color: var(--_ui5_shellbar_logo_outline_color);
|
|
33
33
|
color: var(--sapShell_TextColor);
|
|
34
34
|
box-sizing: border-box;
|
|
35
35
|
cursor: pointer;
|
|
36
|
-
border-radius:
|
|
36
|
+
border-radius: var(--_ui5_shellbar_button_border_radius);
|
|
37
37
|
position: relative;
|
|
38
38
|
font-size: 0.75rem;
|
|
39
39
|
font-weight: bold;
|
|
@@ -64,6 +64,9 @@
|
|
|
64
64
|
color: var(--_ui5_shellbar_button_active_color);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-arrow {
|
|
68
|
+
border-top-color: var(--_ui5_shellbar_button_active_color);
|
|
69
|
+
}
|
|
67
70
|
|
|
68
71
|
.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus {
|
|
69
72
|
outline: var(--_ui5_shellbar_logo_outline);
|
|
@@ -90,7 +93,7 @@ slot[name="profile"] {
|
|
|
90
93
|
display: inline-block;
|
|
91
94
|
font-family: "72override", var(--sapFontFamily);
|
|
92
95
|
margin: 0;
|
|
93
|
-
font-size:
|
|
96
|
+
font-size: var(--_ui5_shellbar_menu_button_title_font_size);
|
|
94
97
|
white-space: nowrap;
|
|
95
98
|
overflow: hidden;
|
|
96
99
|
text-overflow: ellipsis;
|
|
@@ -103,11 +106,11 @@ slot[name="profile"] {
|
|
|
103
106
|
}
|
|
104
107
|
|
|
105
108
|
:host(:not([primary-title])) .ui5-shellbar-menu-button span {
|
|
106
|
-
margin-
|
|
109
|
+
margin-inline-start: 0;
|
|
107
110
|
}
|
|
108
111
|
|
|
109
112
|
:host([breakpoint-size="S"]) .ui5-shellbar-menu-button span {
|
|
110
|
-
margin-
|
|
113
|
+
margin-inline-start: .5rem;
|
|
111
114
|
}
|
|
112
115
|
|
|
113
116
|
.ui5-shellbar-secondary-title {
|
|
@@ -124,7 +127,7 @@ slot[name="profile"] {
|
|
|
124
127
|
|
|
125
128
|
.ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow {
|
|
126
129
|
display: inline-block;
|
|
127
|
-
margin-
|
|
130
|
+
margin-inline-start: 0.375rem;
|
|
128
131
|
width: 10px;
|
|
129
132
|
height: 10px;
|
|
130
133
|
width: 0px;
|
|
@@ -145,7 +148,7 @@ slot[name="profile"] {
|
|
|
145
148
|
|
|
146
149
|
.ui5-shellbar-overflow-container-middle {
|
|
147
150
|
align-self: center;
|
|
148
|
-
height:
|
|
151
|
+
height: var(--_ui5_shellbar_overflow_container_middle_height);
|
|
149
152
|
width: 0;
|
|
150
153
|
flex-shrink: 0;
|
|
151
154
|
}
|
|
@@ -167,51 +170,66 @@ slot[name="profile"] {
|
|
|
167
170
|
}
|
|
168
171
|
|
|
169
172
|
:host([breakpoint-size="S"]) .ui5-shellbar-root {
|
|
170
|
-
padding: 0
|
|
173
|
+
padding: 0 1rem;
|
|
171
174
|
}
|
|
172
175
|
|
|
173
176
|
:host([breakpoint-size="S"]) .ui5-shellbar-search-full-width-wrapper {
|
|
174
|
-
padding: 0
|
|
177
|
+
padding: 0 1rem;
|
|
175
178
|
}
|
|
176
179
|
|
|
177
180
|
:host([breakpoint-size="S"]) ::slotted([ui5-button][slot="startButton"]) {
|
|
178
|
-
margin-
|
|
181
|
+
margin-inline-end: 0;
|
|
179
182
|
}
|
|
180
183
|
|
|
181
184
|
:host([breakpoint-size="M"]) .ui5-shellbar-root {
|
|
182
|
-
padding: 0
|
|
185
|
+
padding: 0 2rem;
|
|
183
186
|
}
|
|
184
187
|
|
|
185
188
|
:host([breakpoint-size="M"]) .ui5-shellbar-search-full-width-wrapper {
|
|
186
|
-
padding: 0
|
|
189
|
+
padding: 0 2rem;
|
|
187
190
|
}
|
|
188
191
|
|
|
189
192
|
:host([breakpoint-size="L"]) .ui5-shellbar-root {
|
|
190
|
-
padding: 0
|
|
193
|
+
padding: 0 2rem;
|
|
191
194
|
}
|
|
192
195
|
|
|
193
196
|
:host([breakpoint-size="XL"]) .ui5-shellbar-root {
|
|
194
|
-
padding: 0
|
|
197
|
+
padding: 0 3rem;
|
|
195
198
|
}
|
|
196
199
|
|
|
197
200
|
:host([breakpoint-size="XXL"]) .ui5-shellbar-root {
|
|
198
|
-
padding: 0
|
|
201
|
+
padding: 0 3rem;
|
|
199
202
|
}
|
|
200
203
|
|
|
201
204
|
.ui5-shellbar-logo {
|
|
202
205
|
cursor: pointer;
|
|
203
206
|
max-height: 2rem;
|
|
207
|
+
overflow: hidden;
|
|
204
208
|
}
|
|
205
209
|
|
|
206
210
|
.ui5-shellbar-logo:focus {
|
|
207
211
|
outline: var(--_ui5_shellbar_logo_outline);
|
|
208
|
-
outline-offset: var(--
|
|
212
|
+
outline-offset: var(--_ui5_shellbar_logo_outline_offset);
|
|
213
|
+
border-radius: var(--_ui5_shellbar_logo_border_radius);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.ui5-shellbar-logo:hover {
|
|
217
|
+
box-shadow: var(--_ui5_shellbar_button_box_shadow);
|
|
218
|
+
border-radius: var(--_ui5_shellbar_logo_border_radius);
|
|
209
219
|
}
|
|
210
220
|
|
|
211
221
|
.ui5-shellbar-button {
|
|
212
222
|
width: 2.5rem;
|
|
213
223
|
}
|
|
214
224
|
|
|
225
|
+
.ui5-shellbar-search-button {
|
|
226
|
+
--_ui5_button_focused_border_radius: var(--_ui5_shellbar_search_button_border_radius);
|
|
227
|
+
--_ui5_shellbar_button_border_radius: var(--_ui5_shellbar_search_button_border_radius);
|
|
228
|
+
height: var(--_ui5_shellbar_search_button_size);
|
|
229
|
+
width: var(--_ui5_shellbar_search_button_size);
|
|
230
|
+
min-width: var(--_ui5_shellbar_search_button_size);
|
|
231
|
+
}
|
|
232
|
+
|
|
215
233
|
.ui5-shellbar-image-buttonImage {
|
|
216
234
|
border-radius: 50%;
|
|
217
235
|
width: 1.75rem;
|
|
@@ -231,8 +249,9 @@ slot[name="profile"] {
|
|
|
231
249
|
}
|
|
232
250
|
|
|
233
251
|
.ui5-shellbar-overflow-container-left {
|
|
252
|
+
padding: 0 0.125rem;
|
|
234
253
|
justify-content: flex-start;
|
|
235
|
-
margin-
|
|
254
|
+
margin-inline-end: 0.5rem;
|
|
236
255
|
max-width: 75%;
|
|
237
256
|
flex-shrink: 0;
|
|
238
257
|
flex-grow: 0;
|
|
@@ -252,24 +271,26 @@ slot[name="profile"] {
|
|
|
252
271
|
padding: 0.25rem 0.5rem;
|
|
253
272
|
cursor: text;
|
|
254
273
|
-webkit-user-select: text;
|
|
255
|
-
|
|
256
|
-
|
|
274
|
+
-moz-user-select: text;
|
|
275
|
+
-ms-user-select: text;
|
|
257
276
|
user-select: text;
|
|
258
277
|
}
|
|
259
278
|
|
|
260
279
|
.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive {
|
|
261
280
|
-webkit-user-select: none;
|
|
262
|
-
|
|
263
|
-
|
|
281
|
+
-moz-user-select: none;
|
|
282
|
+
-ms-user-select: none;
|
|
264
283
|
user-select: none;
|
|
265
284
|
cursor: pointer;
|
|
285
|
+
border: var(--_ui5_shellbar_button_border);
|
|
266
286
|
}
|
|
267
287
|
|
|
268
288
|
:host(:not([with-logo])) .ui5-shellbar-menu-button {
|
|
269
|
-
margin-
|
|
289
|
+
margin-inline-start: 0;
|
|
270
290
|
}
|
|
271
291
|
|
|
272
292
|
.ui5-shellbar-overflow-container-right {
|
|
293
|
+
padding: 0 0.125rem;
|
|
273
294
|
display: block;
|
|
274
295
|
overflow: hidden;
|
|
275
296
|
box-sizing: border-box;
|
|
@@ -283,12 +304,15 @@ slot[name="profile"] {
|
|
|
283
304
|
}
|
|
284
305
|
|
|
285
306
|
:host(:not([show-search-field])) .ui5-shellbar-overflow-container-right {
|
|
286
|
-
margin-
|
|
307
|
+
margin-inline-start: 8rem;
|
|
287
308
|
}
|
|
288
309
|
|
|
289
310
|
.ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child {
|
|
290
311
|
display: flex;
|
|
291
312
|
justify-content: flex-end;
|
|
313
|
+
height: inherit;
|
|
314
|
+
align-items: center;
|
|
315
|
+
float: var(--_ui5_shellbar_overflow_container_float);
|
|
292
316
|
}
|
|
293
317
|
|
|
294
318
|
.ui5-shellbar-overflow-button {
|
|
@@ -309,7 +333,7 @@ slot[name="profile"] {
|
|
|
309
333
|
}
|
|
310
334
|
|
|
311
335
|
:host([breakpoint-size="S"]) .ui5-shellbar-overflow-container-right {
|
|
312
|
-
margin-
|
|
336
|
+
margin-inline-start: 0;
|
|
313
337
|
}
|
|
314
338
|
|
|
315
339
|
.ui5-shellbar-overflow-button-shown {
|
|
@@ -322,16 +346,17 @@ slot[name="profile"] {
|
|
|
322
346
|
}
|
|
323
347
|
|
|
324
348
|
.ui5-shellbar-coPilot {
|
|
349
|
+
height: 100%;
|
|
325
350
|
background-color: transparent;
|
|
326
351
|
cursor: pointer;
|
|
327
352
|
}
|
|
328
353
|
|
|
329
354
|
:host([breakpoint-size="L"]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right {
|
|
330
|
-
margin-
|
|
355
|
+
margin-inline-start: 1rem;
|
|
331
356
|
}
|
|
332
357
|
|
|
333
358
|
:host([breakpoint-size="XL"]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right {
|
|
334
|
-
margin-
|
|
359
|
+
margin-inline-start: 1rem;
|
|
335
360
|
}
|
|
336
361
|
|
|
337
362
|
:host(:not([notifications-count])) .ui5-shellbar-bell-button {
|
|
@@ -345,6 +370,7 @@ slot[name="profile"] {
|
|
|
345
370
|
height: 1rem;
|
|
346
371
|
min-width: 1rem;
|
|
347
372
|
background: var(--sapContent_BadgeBackground);
|
|
373
|
+
border: var(--_ui5_shellbar_button_badge_border);
|
|
348
374
|
color: var(--sapContent_BadgeTextColor);
|
|
349
375
|
top: 0.125rem;
|
|
350
376
|
left: 1.5rem;
|
|
@@ -368,13 +394,14 @@ slot[name="profile"] {
|
|
|
368
394
|
}
|
|
369
395
|
|
|
370
396
|
.ui5-shellbar-menu-button {
|
|
371
|
-
margin-
|
|
397
|
+
margin-inline-start: 0.5rem;
|
|
372
398
|
}
|
|
373
399
|
|
|
374
400
|
.ui5-shellbar-search-field {
|
|
401
|
+
align-items: center;
|
|
375
402
|
flex-grow: 1;
|
|
376
403
|
min-width: 240px;
|
|
377
|
-
margin-
|
|
404
|
+
margin-inline-start: 0.5rem;
|
|
378
405
|
max-width: 25rem;
|
|
379
406
|
}
|
|
380
407
|
|
|
@@ -401,15 +428,20 @@ slot[name="profile"] {
|
|
|
401
428
|
}
|
|
402
429
|
|
|
403
430
|
::slotted([ui5-input]) {
|
|
404
|
-
background
|
|
405
|
-
border:
|
|
406
|
-
color: var(--
|
|
407
|
-
height:
|
|
431
|
+
background: var(--_ui5_shellbar_search_field_background);
|
|
432
|
+
border: var(--_ui5_shellbar_search_field_border);
|
|
433
|
+
color: var(--_ui5_shellbar_search_field_color);
|
|
434
|
+
height: 2.25rem;
|
|
408
435
|
width: 100%;
|
|
409
436
|
}
|
|
410
437
|
|
|
438
|
+
::slotted([ui5-input]:hover) {
|
|
439
|
+
background: var(--_ui5_shellbar_search_field_background_hover);
|
|
440
|
+
box-shadow: var(--_ui5_shellbar_search_field_box_shadow_hover);
|
|
441
|
+
}
|
|
442
|
+
|
|
411
443
|
::slotted([ui5-input][focused]) {
|
|
412
|
-
outline:
|
|
444
|
+
outline: var(--_ui5_shellbar_search_field_outline_focused);
|
|
413
445
|
}
|
|
414
446
|
|
|
415
447
|
::slotted([slot="logo"]) {
|
|
@@ -441,9 +473,11 @@ slot[name="profile"] {
|
|
|
441
473
|
position: relative;
|
|
442
474
|
outline: none;
|
|
443
475
|
box-sizing: border-box;
|
|
476
|
+
height: 100%;
|
|
444
477
|
}
|
|
445
478
|
|
|
446
479
|
.ui5-shellbar-copilot-wrapper:hover {
|
|
480
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
447
481
|
background: var(--sapShell_Hover_Background);
|
|
448
482
|
}
|
|
449
483
|
|
|
@@ -452,17 +486,27 @@ slot[name="profile"] {
|
|
|
452
486
|
background: var(--sapShell_Active_Background);
|
|
453
487
|
}
|
|
454
488
|
|
|
489
|
+
.ui5-shellbar-copilot-wrapper:hover::after,
|
|
455
490
|
.ui5-shellbar-copilot-wrapper:focus::after {
|
|
456
491
|
content: "";
|
|
457
492
|
position: absolute;
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
493
|
+
left: var(--_ui5_shellbar_copilot_focus_offset);
|
|
494
|
+
right: var(--_ui5_shellbar_copilot_focus_offset);
|
|
495
|
+
top: var(--_ui5_shellbar_copilot_focus_offset);
|
|
496
|
+
bottom: var(--_ui5_shellbar_copilot_focus_offset);
|
|
497
|
+
outline: none;
|
|
461
498
|
pointer-events: none;
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
499
|
+
border-radius: var(--_ui5_shellbar_logo_outline_border_radius);
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.ui5-shellbar-copilot-wrapper:hover::after {
|
|
503
|
+
background: transparent;
|
|
504
|
+
box-shadow: var(--sapContent_Interaction_Shadow);
|
|
505
|
+
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.ui5-shellbar-copilot-wrapper:focus::after {
|
|
509
|
+
border: var(--_ui5_shellbar_logo_outline);
|
|
466
510
|
}
|
|
467
511
|
|
|
468
512
|
.ui5-shellbar-co-pilot-placeholder {
|
|
@@ -494,41 +538,8 @@ slot[name="profile"] {
|
|
|
494
538
|
stop-opacity: 0.2;
|
|
495
539
|
}
|
|
496
540
|
|
|
497
|
-
:host [dir="rtl"] ::slotted([ui5-button][slot="startButton"]) {
|
|
498
|
-
margin-left: 0.5rem;
|
|
499
|
-
margin-right: 0;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
:host [dir="rtl"] .ui5-shellbar-menu-button {
|
|
503
|
-
margin-right: 0.5rem;
|
|
504
|
-
margin-left: 0;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
[dir="rtl"] .ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow {
|
|
508
|
-
margin-right: 0.375rem;
|
|
509
|
-
margin-left: 0;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
:host(:not([show-search-field])) [dir="rtl"] .ui5-shellbar-overflow-container-right {
|
|
513
|
-
margin-right: 8rem;
|
|
514
|
-
margin-left: 0;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
[dir="rtl"] .ui5-shellbar-overflow-container-right {
|
|
518
|
-
margin-left: 0;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
[dir="rtl"] .ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child {
|
|
522
|
-
float: left;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
:host([breakpoint-size="S"]) [dir="rtl"] .ui5-shellbar-overflow-container-right {
|
|
526
|
-
margin-right: 0;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
541
|
::slotted([ui5-button][slot="startButton"]) {
|
|
530
|
-
margin-
|
|
531
|
-
margin-left: 0;
|
|
542
|
+
margin-inline: 0 0.5rem;
|
|
532
543
|
justify-content: center;
|
|
533
544
|
align-items: center;
|
|
534
545
|
}
|
|
@@ -2,39 +2,61 @@
|
|
|
2
2
|
display: inline-block;
|
|
3
3
|
width: 15rem;
|
|
4
4
|
height: 100%;
|
|
5
|
-
border-right: var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor);
|
|
6
5
|
transition: width .25s;
|
|
7
|
-
--_ui5-tree-toggle-box-width:
|
|
6
|
+
--_ui5-tree-toggle-box-width: var(--_ui5_side_navigation_icon_padding);
|
|
7
|
+
--_ui5_list_item_icon_size: var(--_ui5_side_navigation_icon_size);
|
|
8
|
+
--_ui5-tree-toggle-icon-size: var(--_ui5_side_navigation_toggle_icon_size);
|
|
9
|
+
--_ui5_list_item_title_size: var(--sapFontLargeSize);
|
|
10
|
+
--_ui5_list_item_icon_padding-inline-end: var(--_ui5_side_navigation_icon_padding);
|
|
11
|
+
--_ui5-tree-indent-step: var(--_ui5_side_navigation_indent_step);
|
|
8
12
|
}
|
|
9
13
|
|
|
10
14
|
:host([collapsed]) {
|
|
11
|
-
width:
|
|
12
|
-
|
|
15
|
+
width: var(--_ui5_side_navigation_collapsed_state_width);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ui5-sn-root {
|
|
19
|
+
height: 100%;
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
box-sizing: border-box;
|
|
23
|
+
background: var(--sapList_Background);
|
|
24
|
+
border-right: var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor);
|
|
25
|
+
box-shadow: var(--sapContent_Shadow0);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.ui5-sn-items-tree {
|
|
29
|
+
overflow: auto;
|
|
13
30
|
}
|
|
14
31
|
|
|
15
32
|
.ui5-sn-bottom-content-border {
|
|
16
33
|
width: 100%;
|
|
17
|
-
padding: 0
|
|
34
|
+
padding: 0 1rem;
|
|
18
35
|
margin: 0.25rem 0;
|
|
19
36
|
display: flex;
|
|
20
37
|
justify-content: center;
|
|
21
38
|
box-sizing: border-box;
|
|
22
39
|
}
|
|
23
40
|
|
|
41
|
+
:host([collapsed]) .ui5-sn-bottom-content-border {
|
|
42
|
+
padding: 0 0.5rem;
|
|
43
|
+
}
|
|
44
|
+
|
|
24
45
|
.ui5-sn-bottom-content-border > span {
|
|
25
|
-
width:
|
|
46
|
+
width: 100%;
|
|
26
47
|
height: .125rem;
|
|
27
|
-
background: var(--
|
|
48
|
+
background: var(--_ui5_side_navigation_separator_backgound);
|
|
28
49
|
}
|
|
29
50
|
|
|
30
|
-
.ui5-sn-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
flex-direction: column;
|
|
34
|
-
background: var( --sapList_Background);
|
|
51
|
+
.ui5-sn-spacer {
|
|
52
|
+
flex: 1;
|
|
53
|
+
min-height: 0;
|
|
35
54
|
}
|
|
36
55
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
56
|
+
[ui5-tree]::part(toggle-icon) {
|
|
57
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
[ui5-tree]::part(icon) {
|
|
61
|
+
color: var(--_ui5_side_navigation_icon_color);
|
|
40
62
|
}
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
.ui5-side-navigation-popover [ui5-li][focused]:first-child::part(native-li)::after {
|
|
2
|
-
border-top-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
3
|
-
border-top-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.ui5-side-navigation-popover [ui5-li][focused]:last-child::part(native-li)::after {
|
|
7
|
-
border-bottom-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
8
|
-
border-bottom-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
1
|
.ui5-side-navigation-popover::part(content) {
|
|
12
2
|
padding: 0;
|
|
13
3
|
}
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
border: 1px solid var(--sapContent_NonInteractiveIconColor);
|
|
81
81
|
background-color: var(--sapContent_NonInteractiveIconColor);
|
|
82
82
|
border-radius: 50%;
|
|
83
|
-
width: .
|
|
84
|
-
height: .
|
|
83
|
+
width: 0.375rem;
|
|
84
|
+
height: 0.375rem;
|
|
85
85
|
position: absolute;
|
|
86
86
|
top: 0.9375rem;
|
|
87
87
|
left: 50%;
|
|
@@ -131,13 +131,13 @@
|
|
|
131
131
|
|
|
132
132
|
.ui5-tli-bubble {
|
|
133
133
|
background: var(--sapGroup_ContentBackground);
|
|
134
|
-
border: 1px solid var(--
|
|
134
|
+
border: 1px solid var(--_ui5_TimelineItem_bubble_border_color);
|
|
135
135
|
box-sizing: border-box;
|
|
136
|
-
border-radius:
|
|
136
|
+
border-radius: var(--_ui5_TimelineItem_bubble_border_radius);
|
|
137
137
|
flex: 1;
|
|
138
138
|
position: relative;
|
|
139
139
|
margin-left: .5rem;
|
|
140
|
-
padding: var(--
|
|
140
|
+
padding: var(--_ui5_TimelineItem_bubble_content_padding);
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
:host([layout="Horizontal"]) .ui5-tli-bubble {
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
.ui5-tli-bubble:focus::after {
|
|
153
153
|
content: "";
|
|
154
154
|
border: var(--_ui5_TimelineItem_bubble_border_width) var(--_ui5_TimelineItem_bubble_border_style) var(--sapContent_FocusColor);
|
|
155
|
-
border-radius: var(--
|
|
155
|
+
border-radius: var(--_ui5_TimelineItem_bubble_focus_border_radius);
|
|
156
156
|
position: absolute;
|
|
157
157
|
top: var(--_ui5_TimelineItem_bubble_border_top);
|
|
158
158
|
right: var(--_ui5_TimelineItem_bubble_border_right);
|
|
@@ -162,8 +162,8 @@
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
:host([layout="Horizontal"]) .ui5-tli-bubble:focus::after {
|
|
165
|
-
top:
|
|
166
|
-
left:
|
|
165
|
+
top: var(--_ui5_TimelineItem_horizontal_bubble_focus_top_offset);
|
|
166
|
+
left: var(--_ui5_TimelineItem_horizontal_bubble_focus_left_offset);
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
.ui5-tli-bubble-arrow {
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
.ui5-tli-bubble-arrow::before {
|
|
180
180
|
content: "";
|
|
181
181
|
background: var(--sapGroup_ContentBackground);
|
|
182
|
-
border: 1px solid var(--
|
|
182
|
+
border: 1px solid var(--_ui5_TimelineItem_bubble_border_color);
|
|
183
183
|
position: absolute;
|
|
184
184
|
top: 0;
|
|
185
185
|
left: 0;
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
.ui5-tli-title,
|
|
217
217
|
.ui5-tli-desc {
|
|
218
218
|
color: var(--sapTextColor);
|
|
219
|
-
font-family:
|
|
219
|
+
font-family: var(--sapFontFamily);
|
|
220
220
|
font-weight: 400;
|
|
221
221
|
font-size: var(--sapFontSize);
|
|
222
222
|
}
|
|
@@ -228,17 +228,17 @@
|
|
|
228
228
|
|
|
229
229
|
.ui5-tli-subtitle {
|
|
230
230
|
color: var(--sapContent_LabelColor);
|
|
231
|
-
font-family:
|
|
231
|
+
font-family: var(--sapFontFamily);
|
|
232
232
|
font-weight: 400;
|
|
233
233
|
font-size: var(--sapFontSmallSize);
|
|
234
|
-
padding-top:
|
|
234
|
+
padding-top: var(--_ui5_TimelineItem_bubble_content_subtitle_padding_top);
|
|
235
235
|
white-space: nowrap;
|
|
236
236
|
overflow: hidden;
|
|
237
237
|
text-overflow: ellipsis;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
.ui5-tli-desc {
|
|
241
|
-
padding-top:
|
|
241
|
+
padding-top: var(--_ui5_TimelineItem_bubble_content_description_padding_top);
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
[dir=rtl] .ui5-tli-bubble-arrow--left {
|
|
@@ -59,17 +59,19 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.ui5-uci-file-name {
|
|
62
|
-
width: 100%;
|
|
63
62
|
display: block;
|
|
64
63
|
font-family: "72override", var(--sapFontFamily);
|
|
65
64
|
font-size: var(--sapFontLargeSize);
|
|
66
|
-
color: var(--sapTextColor);
|
|
67
65
|
margin-bottom: 0.25rem;
|
|
68
66
|
white-space: nowrap;
|
|
69
67
|
text-overflow: ellipsis;
|
|
70
68
|
overflow: hidden;
|
|
71
69
|
}
|
|
72
70
|
|
|
71
|
+
.ui5-uci-file-name-text {
|
|
72
|
+
color: var(--sapList_TextColor);
|
|
73
|
+
}
|
|
74
|
+
|
|
73
75
|
[ui5-link].ui5-uci-file-name {
|
|
74
76
|
pointer-events: all;
|
|
75
77
|
}
|
|
@@ -80,9 +82,17 @@
|
|
|
80
82
|
font-size: var(--sapFontMediumSize);
|
|
81
83
|
color: var(--sapContent_LabelColor);
|
|
82
84
|
white-space: initial;
|
|
85
|
+
overflow: hidden;
|
|
86
|
+
text-overflow: ellipsis;
|
|
83
87
|
}
|
|
84
88
|
|
|
85
89
|
/* Edit mode */
|
|
90
|
+
|
|
91
|
+
.ui5-uci-edit-container {
|
|
92
|
+
display: flex;
|
|
93
|
+
align-items: center;
|
|
94
|
+
}
|
|
95
|
+
|
|
86
96
|
.ui5-uci-edit-container [ui5-input] {
|
|
87
97
|
width: 60%;
|
|
88
98
|
pointer-events: all;
|
|
@@ -111,19 +121,13 @@
|
|
|
111
121
|
|
|
112
122
|
.ui5-uci-edit-buttons {
|
|
113
123
|
pointer-events: all;
|
|
114
|
-
margin-
|
|
124
|
+
margin-inline-start: 1rem;
|
|
115
125
|
}
|
|
116
126
|
|
|
117
127
|
.ui5-uci-edit-rename-btn {
|
|
118
128
|
margin-right: 0.125rem;
|
|
119
129
|
}
|
|
120
130
|
|
|
121
|
-
/* Progress Box */
|
|
122
|
-
.ui5-uci-progress-box {
|
|
123
|
-
width: 20%;
|
|
124
|
-
min-width: 4rem;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
131
|
@media(max-width: 30rem) {
|
|
128
132
|
.ui5-uci-content-and-edit-container {
|
|
129
133
|
display: block;
|
|
@@ -142,14 +146,13 @@
|
|
|
142
146
|
width: 100%;
|
|
143
147
|
}
|
|
144
148
|
|
|
145
|
-
.ui5-uci-edit-buttons
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
margin-top: 0.75rem;
|
|
149
|
+
.ui5-uci-edit-buttons {
|
|
150
|
+
margin-inline-start: 0;
|
|
151
|
+
margin-block-start: var(--ui5_upload_collection_small_size_buttons_margin_block_start);
|
|
149
152
|
}
|
|
150
153
|
|
|
151
|
-
.ui5-uci-edit-buttons {
|
|
152
|
-
margin-
|
|
154
|
+
.ui5-uci-edit-buttons [ui5-button] {
|
|
155
|
+
margin-block-end: var(--ui5_upload_collection_button_margin_block_end);
|
|
153
156
|
}
|
|
154
157
|
}
|
|
155
158
|
|
|
@@ -164,3 +167,15 @@
|
|
|
164
167
|
display: flex;
|
|
165
168
|
justify-content: space-between;
|
|
166
169
|
}
|
|
170
|
+
|
|
171
|
+
[ui5-button] {
|
|
172
|
+
margin-inline: 0.5rem;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
[ui5-button]:first-of-type {
|
|
176
|
+
margin-inline-start: 0;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
[ui5-button]:last-of-type {
|
|
180
|
+
margin-inline-end: var(--ui5_upload_collection_last_button_inline_end);
|
|
181
|
+
}
|
|
@@ -1,10 +1,24 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
--_ui5_shellbar_root_height: 2.75rem;
|
|
2
3
|
--_ui5_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);
|
|
3
4
|
--_ui5_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_shellbar_logo_outline_color);
|
|
4
5
|
--_ui5_shellbar_outline_offset: -0.0625rem;
|
|
6
|
+
--_ui5_shellbar_logo_outline_offset: var(--_ui5_shellbar_outline_offset);
|
|
5
7
|
--_ui5_shellbar_button_box_shadow: none;
|
|
8
|
+
--_ui5_shellbar_button_border: none;
|
|
9
|
+
--_ui5_shellbar_button_border_radius: 0.25rem;
|
|
6
10
|
--_ui5_shellbar_button_active_color: var(--sapShell_Active_TextColor);
|
|
7
11
|
--_ui5_shellbar_logo_outline_border_radius: 0;
|
|
8
12
|
--_ui5_shellbar_copilot_stop_color1: #C0D9F2;
|
|
9
13
|
--_ui5_shellbar_copilot_stop_color2: #FFFFFF;
|
|
14
|
+
--_ui5_shellbar_copilot_focus_offset: 0;
|
|
15
|
+
--_ui5_shellbar_search_button_size: 2.25rem;
|
|
16
|
+
--_ui5_shellbar_search_field_height: 2.25rem;
|
|
17
|
+
--_ui5_shellbar_search_button_border_radius: 0.25rem;
|
|
18
|
+
--_ui5_shellbar_search_field_background: var(--sapShellColor);
|
|
19
|
+
--_ui5_shellbar_search_field_border: 1px solid var(--sapShell_InteractiveBorderColor);
|
|
20
|
+
--_ui5_shellbar_search_field_color: var(--sapShell_TextColor);
|
|
21
|
+
--_ui5_shellbar_search_field_outline_focused: 1px dotted var(--sapContent_ContrastFocusColor);
|
|
22
|
+
--_ui5_shellbar_overflow_container_middle_height: 2.5rem;
|
|
23
|
+
--_ui5_shellbar_menu_button_title_font_size: 0.75rem;
|
|
10
24
|
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--
|
|
2
|
+
--_ui5_side_navigation_separator_backgound: var(--sapList_GroupHeaderBorderColor);
|
|
3
|
+
--_ui5_side_navigation_icon_color: var(--sapContent_IconColor);
|
|
4
|
+
--_ui5_side_navigation_icon_size: 1rem;
|
|
5
|
+
--_ui5_side_navigation_toggle_icon_size: 1rem;
|
|
6
|
+
--_ui5_side_navigation_collapsed_state_width: 3.25rem;
|
|
7
|
+
--_ui5_side_navigation_indent_step: 2.25rem;
|
|
8
|
+
--_ui5_side_navigation_icon_padding: 1.125rem;
|
|
3
9
|
}
|