@openui5/sap.f 1.125.0 → 1.126.1

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.
Files changed (106) hide show
  1. package/.reuse/dep5 +4 -4
  2. package/THIRDPARTY.txt +6 -6
  3. package/package.json +4 -4
  4. package/src/sap/f/.library +1 -1
  5. package/src/sap/f/Avatar.js +1 -1
  6. package/src/sap/f/AvatarGroup.js +1 -1
  7. package/src/sap/f/AvatarGroupItem.js +1 -1
  8. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  9. package/src/sap/f/CalendarInCard.js +1 -1
  10. package/src/sap/f/Card.js +1 -1
  11. package/src/sap/f/CardBase.js +1 -1
  12. package/src/sap/f/DynamicPage.js +2 -2
  13. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  14. package/src/sap/f/DynamicPageHeader.js +1 -1
  15. package/src/sap/f/DynamicPageTitle.js +1 -1
  16. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  19. package/src/sap/f/GridContainer.js +1 -1
  20. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  21. package/src/sap/f/GridContainerSettings.js +2 -2
  22. package/src/sap/f/GridList.js +1 -1
  23. package/src/sap/f/GridListItem.js +1 -1
  24. package/src/sap/f/IllustratedMessage.js +1 -1
  25. package/src/sap/f/Illustration.js +1 -1
  26. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  27. package/src/sap/f/ProductSwitch.js +1 -1
  28. package/src/sap/f/ProductSwitchItem.js +1 -1
  29. package/src/sap/f/SearchManager.js +1 -1
  30. package/src/sap/f/ShellBar.js +1 -1
  31. package/src/sap/f/SidePanel.js +1 -1
  32. package/src/sap/f/SidePanelItem.js +1 -1
  33. package/src/sap/f/cards/BaseHeader.js +6 -10
  34. package/src/sap/f/cards/Header.js +1 -1
  35. package/src/sap/f/cards/HeaderRenderer.js +4 -0
  36. package/src/sap/f/cards/NumericHeader.js +1 -1
  37. package/src/sap/f/cards/NumericHeaderRenderer.js +7 -2
  38. package/src/sap/f/cards/NumericIndicators.js +1 -1
  39. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  40. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  41. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  42. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/PlaceholderBase.js +2 -1
  46. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  47. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  48. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  49. package/src/sap/f/delegate/GridContainerItemNavigation.js +9 -6
  50. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  51. package/src/sap/f/dnd/GridDragOver.js +1 -1
  52. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  53. package/src/sap/f/library.js +2 -2
  54. package/src/sap/f/semantic/AddAction.js +1 -1
  55. package/src/sap/f/semantic/CloseAction.js +1 -1
  56. package/src/sap/f/semantic/CopyAction.js +1 -1
  57. package/src/sap/f/semantic/DeleteAction.js +1 -1
  58. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  59. package/src/sap/f/semantic/EditAction.js +1 -1
  60. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  61. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  62. package/src/sap/f/semantic/FlagAction.js +1 -1
  63. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  64. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  65. package/src/sap/f/semantic/MainAction.js +1 -1
  66. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  67. package/src/sap/f/semantic/NegativeAction.js +1 -1
  68. package/src/sap/f/semantic/PositiveAction.js +1 -1
  69. package/src/sap/f/semantic/PrintAction.js +1 -1
  70. package/src/sap/f/semantic/SemanticButton.js +1 -1
  71. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  72. package/src/sap/f/semantic/SemanticControl.js +1 -1
  73. package/src/sap/f/semantic/SemanticPage.js +1 -1
  74. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  75. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  76. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  77. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  78. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  79. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  80. package/src/sap/f/shellBar/CoPilot.js +1 -1
  81. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  82. package/src/sap/f/shellBar/Search.js +1 -1
  83. package/src/sap/f/themes/base/Card.less +11 -2
  84. package/src/sap/f/themes/sap_hcb/base_AvatarGroup.less +275 -0
  85. package/src/sap/f/themes/sap_hcb/base_CalendarPlaceholder.less +70 -0
  86. package/src/sap/f/themes/sap_hcb/base_Card.less +638 -0
  87. package/src/sap/f/themes/sap_hcb/base_CardLoading.less +268 -0
  88. package/src/sap/f/themes/sap_hcb/base_CardNumericIndicators.less +38 -0
  89. package/src/sap/f/themes/sap_hcb/base_DynamicPage.less +418 -0
  90. package/src/sap/f/themes/sap_hcb/base_DynamicPageHeader.less +66 -0
  91. package/src/sap/f/themes/sap_hcb/base_DynamicPageTitle.less +373 -0
  92. package/src/sap/f/themes/sap_hcb/base_FlexibleColumnLayout.less +281 -0
  93. package/src/sap/f/themes/sap_hcb/base_GridContainer.less +60 -0
  94. package/src/sap/f/themes/sap_hcb/base_GridDragAndDrop.less +5 -0
  95. package/src/sap/f/themes/sap_hcb/base_GridList.less +103 -0
  96. package/src/sap/f/themes/sap_hcb/base_GridListItem.less +111 -0
  97. package/src/sap/f/themes/sap_hcb/base_ListPlaceholder.less +53 -0
  98. package/src/sap/f/themes/sap_hcb/base_ObjectPlaceholder.less +43 -0
  99. package/src/sap/f/themes/sap_hcb/base_ProductSwitch.less +3 -0
  100. package/src/sap/f/themes/sap_hcb/base_ProductSwitchItem.less +160 -0
  101. package/src/sap/f/themes/sap_hcb/base_SemanticPage.less +34 -0
  102. package/src/sap/f/themes/sap_hcb/base_ShellBar.less +495 -0
  103. package/src/sap/f/themes/sap_hcb/base_SidePanel.less +858 -0
  104. package/src/sap/f/themes/sap_hcb/base_TablePlaceholder.less +34 -0
  105. package/src/sap/f/themes/sap_hcb/base_TimelinePlaceholder.less +79 -0
  106. package/src/sap/f/themes/sap_hcb/library.source.less +34 -1
@@ -0,0 +1,858 @@
1
+ /* =============================== */
2
+ /* CSS for control sap.f/SidePanel */
3
+ /* Base theme */
4
+ /* =============================== */
5
+
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiHighlight, fade(@sapUiHighlight, 0);
7
+ @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiHighlight, @sapUiHighlight;
8
+
9
+ /***** Desktop *****/
10
+
11
+ // Cozy
12
+ .sapFSP {
13
+ height: 100%;
14
+ display: flex;
15
+ margin: 0;
16
+ touch-action: none;
17
+
18
+ // Main content
19
+ .sapFSPMain {
20
+ flex: 1 1;
21
+ padding: 0.5rem;
22
+ overflow: hidden auto;
23
+ }
24
+
25
+ // Splitter
26
+ .sapFSPSplitterBar {
27
+ cursor: col-resize;
28
+ width: 1rem;
29
+ height: 100%;
30
+ display: inline-flex;
31
+ flex-direction: column;
32
+ justify-content: center;
33
+ align-items: center;
34
+ border-left: none;
35
+ border-right: none;
36
+ vertical-align: top;
37
+ color: @sapUiContentIconColor;
38
+ position: absolute;
39
+ left: -1rem;
40
+
41
+ &:focus {
42
+ outline: none;
43
+ }
44
+
45
+ &:focus:not(:active)::after {
46
+ content: "";
47
+ display: block;
48
+ position: absolute;
49
+ top: 0;
50
+ right: 0;
51
+ bottom: 0;
52
+ left: 0;
53
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
54
+ }
55
+
56
+ .sapFSPSplitterBarDecorationBefore {
57
+ width: 1rem;
58
+ height: 4rem;
59
+ background-image: linear-gradient(to top, @_sap_ui_layout_Splitter_BarDecorationColors);
60
+ background-size: 0.0625rem 100%;
61
+ background-repeat: no-repeat;
62
+ background-position: center;
63
+ }
64
+
65
+ .sapFSPSplitterBarDecorationAfter {
66
+ width: 1rem;
67
+ height: 4rem;
68
+ height: 4rem;
69
+ background-image: linear-gradient(to bottom, @_sap_ui_layout_Splitter_BarDecorationColors);
70
+ background-size: 0.0625rem 100%;
71
+ background-repeat: no-repeat;
72
+ background-position: center;
73
+ }
74
+
75
+ .sapFSPSplitterBarGrip {
76
+ cursor: col-resize;
77
+ width: 1.5rem;
78
+ height: 2rem;
79
+ line-height: 2rem;
80
+ position: relative;
81
+ z-index: 1;
82
+
83
+ .sapFSPSplitterBarGripIcon {
84
+ cursor: col-resize;
85
+ line-height: 1.625rem - @sapUiButtonBorderWidth - @sapUiButtonBorderWidth;
86
+ box-sizing: border-box;
87
+ height: 1.625rem;
88
+ width: 1.5rem;
89
+ margin-top: 3px;
90
+ border: @sapUiButtonBorderWidth solid @sapUiButtonLiteBorderColor;
91
+ border-radius: @sapUiButtonBorderCornerRadius;
92
+ background: @sapUiButtonLiteBackground;
93
+ }
94
+ }
95
+
96
+ &:active {
97
+ .sapFSPSplitterBarDecorationBefore {
98
+ flex-grow: 1;
99
+ background-image: linear-gradient(to top, @_sap_ui_layout_Splitter_BarActiveDecorationColors);
100
+ }
101
+ .sapFSPSplitterBarDecorationAfter {
102
+ flex-grow: 1;
103
+ background-image: linear-gradient(to bottom, @_sap_ui_layout_Splitter_BarActiveDecorationColors);
104
+ }
105
+ }
106
+
107
+ &:hover {
108
+ .sapFSPSplitterBarDecorationBefore,
109
+ .sapFSPSplitterBarDecorationAfter {
110
+ flex-grow: 1;
111
+ transition: all 0.1s ease-in;
112
+ }
113
+
114
+ .sapFSPSplitterBarGripIcon {
115
+ background: @sapUiButtonLiteBackground;
116
+ border-color: @sapUiButtonLiteBorderColor;
117
+ }
118
+ }
119
+ }
120
+
121
+ // Side panel
122
+ .sapFSPSide {
123
+ position: relative;
124
+ display: flex;
125
+ flex-direction: column;
126
+ align-items: stretch;
127
+ margin: 0.5rem 0 0.5rem 1rem;
128
+ min-width: 4.25rem;
129
+ width: 4.25rem;
130
+ min-height: 14rem;
131
+ z-index: 1;
132
+
133
+ .sapFSPSideInner {
134
+ box-sizing: border-box;
135
+ position: absolute;
136
+ top: 0;
137
+ right: 0;
138
+ height: 100%;
139
+ width: 100%;
140
+ display: flex;
141
+ flex-direction: row-reverse;
142
+ align-items: stretch;
143
+ border-radius: @sapUiTileBorderCornerRadius 0 0 @sapUiTileBorderCornerRadius;
144
+ box-shadow: 0 0 1rem fade(@sapUiContentShadowColor, 10);
145
+ background-color: @sapUiGroupContentBackground;
146
+ min-width: 4.25rem;
147
+ width: 100%;
148
+
149
+ .sapFSPExpanded {
150
+ width: 100%;
151
+ }
152
+
153
+ .sapFSPSideContent {
154
+ display: flex;
155
+ flex-direction: column;
156
+ flex-grow: 1;
157
+ width: auto;
158
+ overflow: hidden;
159
+ padding: 0.5rem 0 0.5rem 1rem;
160
+ z-index: 1;
161
+
162
+ .sapFSPSideContentHeader {
163
+ height: 2.25rem;
164
+ display: flex;
165
+ flex-direction: row;
166
+ align-items: center;
167
+ justify-content: space-between;
168
+ gap: 0.75rem;
169
+ margin-right: 1rem;
170
+
171
+ & > .sapUiIcon {
172
+ color: @sapUiContentIconColor;
173
+ }
174
+
175
+ .sapMTitle {
176
+ flex-grow: 2;
177
+ font-family: @sapUiFontBoldFamily;
178
+ font-size: @sapMFontHeader6Size;
179
+ font-style: normal;
180
+ font-weight: 700;
181
+ color: @sapUiBaseText;
182
+
183
+ & > span {
184
+ overflow: hidden;
185
+ text-overflow: ellipsis;
186
+ white-space: nowrap;
187
+ }
188
+ }
189
+ }
190
+
191
+ .sapFSPSideContentInner {
192
+ display: flex;
193
+ padding-right: 1rem;
194
+ overflow: hidden auto;
195
+ }
196
+ }
197
+ }
198
+
199
+ .sapFSPActionBar {
200
+ height: 100%;
201
+ min-width: 4.25rem;
202
+ width: 4.25rem;
203
+ overflow: hidden;
204
+ }
205
+
206
+ .sapFSPActionBarList {
207
+ margin: 0;
208
+ padding: 0;
209
+ display: flex;
210
+ flex-direction: column;
211
+ align-items: start;
212
+ margin-top: 4.25rem;
213
+ margin-bottom: 0.5rem;
214
+ gap: 2rem;
215
+
216
+ .sapFSPItem {
217
+ box-sizing: border-box;
218
+ display: flex;
219
+ align-items: center;
220
+ position: relative;
221
+ height: 3.125rem;
222
+ width: 100%;
223
+ padding: 0.1875rem 0.75rem;
224
+ gap: 0.75rem;
225
+ cursor: pointer;
226
+
227
+ .sapFSPItemText {
228
+ font-family: @sapUiFontSemiboldDuplexFamily;
229
+ font-size: @sapMFontHeader6Size;
230
+ font-style: normal;
231
+ font-weight: 600;
232
+ color: @sapUiBaseText;
233
+ overflow: hidden;
234
+ text-overflow: ellipsis;
235
+ white-space: nowrap;
236
+ }
237
+
238
+ .sapUiIcon {
239
+ display: flex;
240
+ flex-shrink: 0;
241
+ align-items: center;
242
+ justify-content: center;
243
+ font-size: @sapMFontHeader4Size;
244
+ background-color: @sapUiGroupContentBackground;
245
+ color: @sapUiContentSelectedForegroundColor;
246
+ width: 2.75rem;
247
+ height: 2.75rem;
248
+ box-sizing: border-box;
249
+ border-radius: 50%;
250
+ border: 0.0625rem solid @sapUiContentSelectedForegroundColor;
251
+ cursor: pointer;
252
+ }
253
+
254
+ &.sapFSPDisabled {
255
+ opacity: @sapUiContentDisabledOpacity;
256
+
257
+ &:hover {
258
+ background-color: initial;
259
+ }
260
+ }
261
+
262
+ &.sapFSPOverflowItem {
263
+ visibility: hidden;
264
+
265
+ .sapUiIcon {
266
+ color: @sapUiContentSelectedForegroundColor;
267
+ }
268
+
269
+ &:not(.sapFSPSelected):not(:hover) {
270
+ .sapUiIcon {
271
+ border: none;
272
+ }
273
+ }
274
+
275
+ &.sapFSPSelected {
276
+ &::before {
277
+ display: none;
278
+ }
279
+
280
+ .sapUiIcon {
281
+ border-color: @sapUiContentSelectedForegroundColor;
282
+ background-color: @sapUiListSelectionBackgroundColor;
283
+ color: @sapUiContentSelectedForegroundColor;
284
+ }
285
+ }
286
+ }
287
+
288
+ &:focus {
289
+ outline: none;
290
+
291
+ &::after {
292
+ content: "";
293
+ position: absolute;
294
+ box-sizing: border-box;
295
+ left: 0;
296
+ top: 0;
297
+ right: 0;
298
+ bottom: 0;
299
+ border: 0.0625rem dotted @sapUiContentFocusColor;
300
+ pointer-events: none;
301
+ }
302
+ }
303
+
304
+ &:hover {
305
+ background-color: @sapUiListHoverBackground;
306
+
307
+ &.sapFSPOverflowItem .sapUiIcon {
308
+ border-color: @sapUiContentSelectedForegroundColor;
309
+ }
310
+ }
311
+
312
+ &.sapFSPSelected {
313
+ &::before {
314
+ position: absolute;
315
+ left: 0;
316
+ content: "";
317
+ height: 3.125rem;
318
+ width: 0.1875rem;
319
+ background-color: @sapUiContentSelectedForegroundColor;
320
+ border-radius: 0 0.1875rem 0.1875rem 0;
321
+ }
322
+
323
+ .sapUiIcon {
324
+ border-color: @sapUiContentSelectedForegroundColor;
325
+ background-color: @sapUiContentSelectedForegroundColor;
326
+ color: @sapUiContentContrastIconColor;
327
+ }
328
+
329
+ &:focus::after {
330
+ border-left-color: transparent;
331
+ }
332
+ }
333
+ }
334
+ }
335
+
336
+ .sapFSPExpandCollapse {
337
+ position: absolute;
338
+ top: 0.25rem;
339
+ right: 1rem;
340
+ }
341
+ }
342
+
343
+ &.sapFSPActionBarExpanded {
344
+ &:not(.sapFSPSideContentExpanded) .sapFSPSide {
345
+ width: 20rem;
346
+ }
347
+
348
+ .sapFSPActionBar {
349
+ max-width: 100%;
350
+ width: 100%;
351
+ flex-shrink: 0;
352
+
353
+ .sapFSPActionBarList {
354
+ flex-grow: 0;
355
+ width: 100%;
356
+ }
357
+ }
358
+
359
+ &.sapFSPSideContentExpanded {
360
+ .sapFSPSide:not(.sapFSPSplitView) {
361
+ .sapFSPSideContent {
362
+ display: none;
363
+ }
364
+
365
+ .sapFSPActionBar {
366
+ min-width: 100%;
367
+ width: 100%;
368
+ border-left-width: 0;
369
+ }
370
+ }
371
+ }
372
+
373
+ }
374
+
375
+ &:not(.sapFSPSingleItem) .sapFSPSideContent {
376
+ border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
377
+ }
378
+
379
+ &.sapFSPSingleItem {
380
+ &.sapFSPSideContentExpanded {
381
+ .sapFSPExpandCollapse,
382
+ .sapFSPActionBar {
383
+ display: none;
384
+ }
385
+ }
386
+
387
+ .sapFSPExpanded {
388
+ display: none;
389
+ }
390
+ }
391
+
392
+ .sapFSPMinWidth,
393
+ .sapFSPMaxWidth {
394
+ position: absolute;
395
+ top: 0;
396
+ left: 0;
397
+ height: 0;
398
+ overflow: hidden;
399
+ }
400
+ }
401
+
402
+ .sapFSP.sapFSPSingleItem.sapFSPSideContentExpanded .sapFSPSide .sapFSPActionBarList {
403
+ width: 0;
404
+ padding: 0;
405
+ margin: 0;
406
+ overflow: hidden;
407
+ }
408
+
409
+ .sapFSPOverflowMenu .sapUiMnuItm {
410
+ .sapUiMnuItmIco {
411
+ color: @sapUiContentSelectedForegroundColor;
412
+ }
413
+
414
+ .sapUiMnuItmTxt {
415
+ font-family: @sapUiFontFamily;
416
+ font-size: @sapMFontHeader6Size;
417
+ font-style: normal;
418
+ font-weight: 600;
419
+ }
420
+
421
+ &.sapUiMnuItmDsbl {
422
+ .sapUiMnuItmTxt {
423
+ opacity: @sapUiContentDisabledOpacity;
424
+ }
425
+ }
426
+
427
+ &:not(.sapUiMnuItmHov:active) .sapUiMnuItmTxt,
428
+ &.sapUiMnuItmDsbl.sapUiMnuItmHov:active .sapUiMnuItmTxt {
429
+ color: @sapUiBaseText;
430
+ }
431
+ }
432
+
433
+ // Compact
434
+ .sapUiSizeCompact {
435
+ .sapFSP {
436
+ .sapFSPSide {
437
+ min-width: 4rem;
438
+ width: 4rem;
439
+ min-height: 13rem;
440
+
441
+ .sapFSPSideInner {
442
+ min-width: 4rem;
443
+ width: 100%;
444
+
445
+ .sapFSPActionBar {
446
+ min-width: 4rem;
447
+ width: 4rem;
448
+ }
449
+ }
450
+
451
+ .sapFSPActionBarList {
452
+ .sapFSPItem {
453
+ height: 2.375rem;
454
+ padding: 0.1875rem 1rem;
455
+
456
+ &.sapFSPSelected::before {
457
+ height: 2.375rem;
458
+ }
459
+
460
+ .sapUiIcon {
461
+ font-size: @sapMFontHeader5Size;
462
+ width: 2rem;
463
+ height: 2rem;
464
+ line-height: 1.75rem;
465
+ }
466
+ }
467
+ }
468
+
469
+ div.sapFSPSideContent .sapFSPSideContentHeader {
470
+ height: 2rem;
471
+ }
472
+
473
+ .sapFSPExpandCollapse {
474
+ top: 0.5rem;
475
+ right: 1rem;
476
+ }
477
+ }
478
+
479
+ &.sapFSPActionBarExpanded {
480
+ .sapFSPSideInner .sapFSPActionBar {
481
+ width: 100%;
482
+ max-width: 100%;
483
+ }
484
+ }
485
+ }
486
+ }
487
+
488
+ .sapFSP.sapFSPLeft {
489
+ flex-direction: row-reverse;
490
+ .sapFSPSide {
491
+ margin: 0.5rem 1rem 0.5rem 0;
492
+ .sapFSPSideInner {
493
+ border-radius: 0 @sapUiTileBorderCornerRadius @sapUiTileBorderCornerRadius 0;
494
+ flex-direction: row;
495
+ }
496
+ .sapFSPExpandCollapse {
497
+ right: auto;
498
+ left: 1rem;
499
+ }
500
+ .sapFSPActionBarList {
501
+ .sapFSPItem {
502
+ flex-direction: row-reverse;
503
+ &.sapFSPSelected {
504
+ &::before {
505
+ right: 0;
506
+ left: auto;
507
+ }
508
+ }
509
+ }
510
+ }
511
+ }
512
+ }
513
+
514
+ .sapFSP.sapFSPLeft:not(.sapFSPSingleItem) .sapFSPSideContent {
515
+ border-right: none;
516
+ border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
517
+ }
518
+
519
+ /***** Phone *****/
520
+
521
+ html.sap-phone {
522
+
523
+ // Cozy
524
+ .sapFSP {
525
+ flex-direction: column;
526
+
527
+ .sapFSPExpandCollapse {
528
+ display: none;
529
+ }
530
+
531
+ .sapFSPMain {
532
+ overflow: hidden auto;
533
+ margin-right: 0;
534
+ }
535
+
536
+ .sapFSPSide {
537
+ position: inherit;
538
+ border-radius: 0;
539
+ margin: 0;
540
+ flex-direction: column;
541
+ width: 100%;
542
+ height: 6.125rem;
543
+ min-height: initial;
544
+ overflow: hidden;
545
+ flex: 0 0 4.125rem;
546
+
547
+ .sapFSPSideInner {
548
+ position: inherit;
549
+ min-width: 100%;
550
+ width: auto;
551
+ overflow: hidden;
552
+ border-radius: 0;
553
+ border: none;
554
+ border-top: 0.0625rem solid @sapUiGroupContentBorderColor;
555
+
556
+ .sapFSPActionBar {
557
+ position: relative;
558
+ height: auto;
559
+ min-width: 100%;
560
+ width: 100%;
561
+ }
562
+
563
+ .sapFSPActionBarListWrapper {
564
+ overflow: auto hidden;
565
+ height: 6.125rem;
566
+ box-sizing: border-box;
567
+ flex-shrink: 0;
568
+ }
569
+
570
+ .sapFSPSideContent {
571
+ border-radius: 0;
572
+ border-width: 0;
573
+ padding: 0;
574
+
575
+ .sapFSPSideContentInner {
576
+ padding: 0.1875rem 1rem;
577
+ flex-wrap: wrap;
578
+ width: auto;
579
+ }
580
+
581
+ .sapFSPSideContentHeader {
582
+ text-align: center;
583
+ height: 2.25rem;
584
+ padding: 0.1875rem 1rem;
585
+ border-bottom: 0.0625rem solid @sapUiGroupContentBorderColor;
586
+ margin-right: 0;
587
+
588
+ & > .sapUiIcon {
589
+ width: 2.125rem;
590
+ visibility: hidden;
591
+ }
592
+ }
593
+ }
594
+
595
+ .sapFSPActionBarList {
596
+ display: flex;
597
+ align-items: center;
598
+ flex-direction: row;
599
+ border-radius: 0;
600
+ margin-top: 0;
601
+ margin-bottom: 0;
602
+ width: 100%;
603
+ gap: 0;
604
+ height: 6.125rem;
605
+
606
+ &.sapFSPCenteredItems {
607
+ justify-content: center;
608
+ }
609
+
610
+ .sapFSPItem {
611
+ margin: 0;
612
+ flex-direction: column;
613
+ padding: 0.875rem 0.125rem 0 0.125rem;
614
+ margin-left: 0;
615
+ width: 25vw;
616
+ min-width: 25vw;
617
+ height: 6.125rem;
618
+ gap: 0.4375rem;
619
+
620
+ &:hover {
621
+ background: none;
622
+ }
623
+
624
+ .sapUiIcon {
625
+ width: 2.875rem;
626
+ height: 2.375rem;
627
+ border-radius: 4rem;
628
+ }
629
+
630
+ &.sapFSPSelected::before {
631
+ left: 0;
632
+ top: 0;
633
+ width: 100%;
634
+ height: 0.1875rem;
635
+ border-radius: 0 0 0.1875rem 0.1875rem;
636
+ }
637
+
638
+ .sapFSPItemText {
639
+ display: -webkit-box;
640
+ -webkit-line-clamp: 2;
641
+ -webkit-box-orient: vertical;
642
+ margin: 0;
643
+ overflow: hidden;
644
+ white-space: normal;
645
+ text-overflow: ellipsis;
646
+ text-align: center;
647
+ width: 100%;
648
+ font-weight: 700;
649
+ font-size: 0.75rem;
650
+ height: 1.875rem;
651
+ }
652
+ }
653
+ }
654
+ }
655
+ }
656
+
657
+ &.sapFSPSingleItem .sapFSPSideContentHeader {
658
+ flex-direction: row-reverse;
659
+ justify-content: center;
660
+ }
661
+
662
+ &.sapFSPActionBarExpanded {
663
+ &.sapFSPSideContentExpanded .sapFSPSide:not(.sapFSPSplitView) .sapFSPSideContent {
664
+ display: flex;
665
+ }
666
+
667
+ .sapFSPSide {
668
+ flex: 0 0 6.125rem;
669
+ max-width: initial;
670
+ width: initial;
671
+
672
+ .sapFSPSideInner .sapFSPSideContent {
673
+ flex-grow: 1;
674
+ }
675
+ }
676
+ }
677
+
678
+ &.sapFSPSingleItem {
679
+ .sapFSPSide {
680
+ flex: 0 0 4.125rem;
681
+ width: 100%;
682
+
683
+ .sapFSPSideInner {
684
+ justify-content: center;
685
+ height: 100%;
686
+ width: 100%;
687
+
688
+ .sapFSPActionBarListWrapper {
689
+ height: inherit;
690
+ width: 100%;
691
+ display: flex;
692
+ border: none;
693
+
694
+ .sapFSPActionBarList {
695
+ height: inherit;
696
+
697
+ .sapFSPItem {
698
+ flex-direction: row;
699
+ width: 100%;
700
+ max-width: 100%;
701
+ height: inherit;
702
+ padding: 0.875rem 1rem;
703
+ align-items: center;
704
+ justify-content: center;
705
+ gap: 0.75rem;
706
+
707
+ .sapUiIcon {
708
+ border-width: 0;
709
+ width: 2.25rem;
710
+ }
711
+ .sapFSPItemText {
712
+ display: inline;
713
+ font-size: 0.875rem;
714
+ height: 1rem;
715
+ white-space: nowrap;
716
+ width: auto;
717
+ }
718
+
719
+ &.sapFSPSelected::before {
720
+ display: none;
721
+ }
722
+ }
723
+ }
724
+ }
725
+
726
+ .sapFSPSideContent .sapFSPSideContentHeader {
727
+ flex-direction: row-reverse;
728
+ justify-content: center;
729
+
730
+ > .sapUiIcon {
731
+ display: none;
732
+ }
733
+
734
+ .sapMTitle {
735
+ flex-grow: 0;
736
+ }
737
+ }
738
+ }
739
+ }
740
+
741
+ &.sapFSPSideContentExpanded .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
742
+ height: 0;
743
+ overflow: hidden;
744
+ border: none;
745
+ }
746
+ }
747
+
748
+ &.sapFSPSideContentExpanded .sapFSPSide {
749
+ flex: 0 0 100%;
750
+ position: absolute;
751
+ top: 0;
752
+ bottom: 0;
753
+ left: 0;
754
+ right: 0;
755
+ background: @sapBackgroundColor;
756
+ height: 100%;
757
+
758
+ .sapFSPSideInner {
759
+ display: flex;
760
+ flex-direction: column-reverse;
761
+ flex-wrap: nowrap;
762
+ align-items: stretch;
763
+ width: 100%;
764
+ border: none;
765
+
766
+ .sapFSPActionBarListWrapper {
767
+ border-top: 0.0625rem solid @sapUiGroupContentBorderColor;
768
+ }
769
+ }
770
+ }
771
+
772
+ &:not(.sapFSPActionBarExpanded):not(.sapFSPSingleItem) .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
773
+ height: 4.125rem;
774
+ width: 100%;
775
+ }
776
+ }
777
+
778
+ // Compact
779
+ .sapUiSizeCompact {
780
+ .sapFSP {
781
+ .sapFSPSide {
782
+ flex: 0 0 3.75rem;
783
+
784
+ .sapFSPSideInner {
785
+ .sapFSPActionBarListWrapper {
786
+ height: 5.5rem;
787
+ }
788
+
789
+ .sapFSPSideContent .sapFSPSideContentHeader {
790
+ padding: 0.5rem 1rem;
791
+ height: 1.625rem;
792
+ }
793
+
794
+ .sapFSPActionBarList {
795
+ height: 5.5rem;
796
+
797
+ .sapFSPItem {
798
+ height: 5.5rem;
799
+ padding-top: 0.875rem;
800
+
801
+ .sapUiIcon {
802
+ width: 2.75rem;
803
+ height: 2rem;
804
+ border-radius: 4rem;
805
+ }
806
+
807
+ .sapFSPItemText {
808
+ height: 1.75rem;
809
+ }
810
+ }
811
+ }
812
+ }
813
+ }
814
+
815
+ &.sapFSPActionBarExpanded .sapFSPSide {
816
+ flex: 0 0 5.5rem;
817
+ }
818
+
819
+ &.sapFSPSideContentExpanded .sapFSPSide {
820
+ height: 100%;
821
+
822
+ .sapFSPSideInner {
823
+ .sapFSPSideContentInner {
824
+ padding: 0.5rem 1rem;
825
+ }
826
+
827
+ .sapFSPSideContentHeader {
828
+ & > .sapUiIcon {
829
+ width: 2rem;
830
+ }
831
+ }
832
+ }
833
+ }
834
+
835
+ &:not(.sapFSPActionBarExpanded) .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
836
+ height: 3.75rem;
837
+ }
838
+
839
+ &.sapFSPSingleItem {
840
+ .sapFSPSide {
841
+ .sapFSPSideInner {
842
+ .sapFSPActionBarListWrapper .sapFSPActionBarList .sapFSPItem .sapUiIcon {
843
+ width: 2rem;
844
+ }
845
+
846
+ .sapFSPSideContent .sapFSPSideContentHeader > .sapUiIcon {
847
+ display: none;
848
+ }
849
+ }
850
+ }
851
+ &.sapFSPSideContentExpanded .sapFSPSide .sapFSPSideInner .sapFSPActionBarListWrapper {
852
+ height: 0;
853
+ overflow: hidden;
854
+ }
855
+ }
856
+ }
857
+ }
858
+ }