@openui5/themelib_sap_belize 1.98.0 → 1.101.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.
Files changed (36) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_belize/ComboBoxBase.less +0 -5
  4. package/src/sap/m/themes/sap_belize/InputBase.less +0 -32
  5. package/src/sap/m/themes/sap_belize/Popover.less +7 -0
  6. package/src/sap/m/themes/sap_belize/Token.less +5 -1
  7. package/src/sap/m/themes/sap_belize_hcb/ComboBoxBase.less +0 -12
  8. package/src/sap/m/themes/sap_belize_hcb/InputBase.less +0 -33
  9. package/src/sap/m/themes/sap_belize_hcb/Popover.less +10 -3
  10. package/src/sap/m/themes/sap_belize_hcb/Token.less +8 -0
  11. package/src/sap/m/themes/sap_belize_hcb/ValueStateHeader.less +4 -0
  12. package/src/sap/m/themes/sap_belize_hcb/library.source.less +0 -1
  13. package/src/sap/m/themes/sap_belize_hcw/ComboBoxBase.less +0 -12
  14. package/src/sap/m/themes/sap_belize_hcw/InputBase.less +0 -34
  15. package/src/sap/m/themes/sap_belize_hcw/Popover.less +10 -3
  16. package/src/sap/m/themes/sap_belize_hcw/Token.less +8 -0
  17. package/src/sap/m/themes/sap_belize_hcw/ValueStateHeader.less +4 -0
  18. package/src/sap/m/themes/sap_belize_hcw/library.source.less +0 -1
  19. package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
  20. package/src/sap/ui/core/themes/sap_belize/base.less +565 -76
  21. package/src/sap/ui/core/themes/sap_belize/global.less +171 -9
  22. package/src/sap/ui/core/themes/sap_belize/shared.less +1 -2
  23. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
  24. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +566 -17
  25. package/src/sap/ui/core/themes/sap_belize_hcb/global.less +171 -9
  26. package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +1 -1
  27. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
  28. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +565 -16
  29. package/src/sap/ui/core/themes/sap_belize_hcw/global.less +171 -9
  30. package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +1 -1
  31. package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
  32. package/src/sap/ui/core/themes/sap_belize_plus/base.less +16 -16
  33. package/src/sap/ui/table/themes/sap_belize_hcb/Table.less +3 -3
  34. package/src/sap/ui/table/themes/sap_belize_hcw/Table.less +3 -3
  35. package/src/sap/m/themes/sap_belize_hcb/SuggestionsPopover.less +0 -15
  36. package/src/sap/m/themes/sap_belize_hcw/SuggestionsPopover.less +0 -15
@@ -103,12 +103,15 @@
103
103
  @sapUiContentNonInteractiveIconColor: @sapContent_NonInteractiveIconColor;
104
104
  @sapUiContentMarkerIconColor: @sapContent_MarkerIconColor;
105
105
  @sapUiContentMarkerTextColor: @sapContent_MarkerTextColor;
106
+ @sapUiContentMeasureIndicatorColor: @sapContent_MeasureIndicatorColor;
107
+ @sapUiContentSelectedMeasureIndicatorColor: @sapContent_Selected_MeasureIndicatorColor;
106
108
  @sapUiContentPlaceholderloadingBackground: @sapContent_Placeholderloading_Background;
107
109
  @sapUiContentPlaceholderloadingGradient: @sapContent_Placeholderloading_Gradient;
108
110
  @sapUiContentImagePlaceholderBackground: @sapContent_ImagePlaceholderBackground;
109
111
  @sapUiContentImagePlaceholderForegroundColor: @sapContent_ImagePlaceholderForegroundColor;
110
112
  @sapUiContentRatedColor: @sapContent_RatedColor;
111
113
  @sapUiContentUnratedColor: @sapContent_UnratedColor;
114
+ @sapUiContentBusyColor: @sapContent_BusyColor;
112
115
  @sapUiContentFocusColor: @sapContent_FocusColor;
113
116
  @sapUiContentFocusStyle: @sapContent_FocusStyle;
114
117
  @sapUiContentFocusWidth: @sapContent_FocusWidth;
@@ -149,6 +152,7 @@
149
152
  @sapUiContentSelectedBackground: @sapContent_Selected_Background;
150
153
  @sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
151
154
  @sapUiContentSelectedForegroundColor: @sapContent_Selected_ForegroundColor;
155
+ @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
152
156
 
153
157
  @sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
154
158
  @sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
@@ -173,6 +177,8 @@
173
177
 
174
178
  @sapUiFontLightFamily: @sapFontLightFamily;
175
179
  @sapUiFontBoldFamily: @sapFontBoldFamily;
180
+ @sapUiFontSemiboldFamily: @sapFontSemiboldFamily;
181
+ @sapUiFontSemiboldDuplexFamily: @sapFontSemiboldDuplexFamily;
176
182
  @sapUiFontBlackFamily: @sapFontBlackFamily;
177
183
  @sapUiFontHeaderFamily: @sapFontHeaderFamily;
178
184
  @sapMFontSmallSize: @sapFontSmallSize;
@@ -184,11 +190,11 @@
184
190
  @sapMFontHeader5Size: @sapFontHeader5Size;
185
191
  @sapMFontHeader6Size: @sapFontHeader6Size;
186
192
 
187
- @sapUiLinkHover: @sapLink_Hover_Color;
188
- @sapUiLinkActive: @sapLink_Active_Color;
189
- @sapUiLinkVisited: @sapLink_Visited_Color;
190
- @sapUiLinkInverted: @sapLink_InvertedColor;
191
- @sapUiLinkSubtle: @sapLink_SubtleColor;
193
+ @sapUiLinkHoverColor: @sapLink_Hover_Color;
194
+ @sapUiLinkActiveColor: @sapLink_Active_Color;
195
+ @sapUiLinkVisitedColor: @sapLink_Visited_Color;
196
+ @sapUiLinkInvertedColor: @sapLink_InvertedColor;
197
+ @sapUiLinkSubtleColor: @sapLink_SubtleColor;
192
198
 
193
199
  @sapUiShellBackground: @sapShell_Background;
194
200
  @sapUiShellBackgroundImage: @sapShell_BackgroundImage;
@@ -222,6 +228,37 @@
222
228
  @sapUiShellInformativeColor: @sapShell_InformativeColor;
223
229
  @sapUiShellNeutralColor: @sapShell_NeutralColor;
224
230
 
231
+ @sapUiAvatar1Background: @sapAvatar_1_Background;
232
+ @sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
233
+ @sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
234
+ @sapUiAvatar2Background: @sapAvatar_2_Background;
235
+ @sapUiAvatar2BorderColor: @sapAvatar_2_BorderColor;
236
+ @sapUiAvatar2TextColor: @sapAvatar_2_TextColor;
237
+ @sapUiAvatar3Background: @sapAvatar_3_Background;
238
+ @sapUiAvatar3BorderColor: @sapAvatar_3_BorderColor;
239
+ @sapUiAvatar3TextColor: @sapAvatar_3_TextColor;
240
+ @sapUiAvatar4Background: @sapAvatar_4_Background;
241
+ @sapUiAvatar4BorderColor: @sapAvatar_4_BorderColor;
242
+ @sapUiAvatar4TextColor: @sapAvatar_4_TextColor;
243
+ @sapUiAvatar5Background: @sapAvatar_5_Background;
244
+ @sapUiAvatar5BorderColor: @sapAvatar_5_BorderColor;
245
+ @sapUiAvatar5TextColor: @sapAvatar_5_TextColor;
246
+ @sapUiAvatar6Background: @sapAvatar_6_Background;
247
+ @sapUiAvatar6BorderColor: @sapAvatar_6_BorderColor;
248
+ @sapUiAvatar6TextColor: @sapAvatar_6_TextColor;
249
+ @sapUiAvatar7Background: @sapAvatar_7_Background;
250
+ @sapUiAvatar7BorderColor: @sapAvatar_7_BorderColor;
251
+ @sapUiAvatar7TextColor: @sapAvatar_7_TextColor;
252
+ @sapUiAvatar8Background: @sapAvatar_8_Background;
253
+ @sapUiAvatar8BorderColor: @sapAvatar_8_BorderColor;
254
+ @sapUiAvatar8TextColor: @sapAvatar_8_TextColor;
255
+ @sapUiAvatar9Background: @sapAvatar_9_Background;
256
+ @sapUiAvatar9BorderColor: @sapAvatar_9_BorderColor;
257
+ @sapUiAvatar9TextColor: @sapAvatar_9_TextColor;
258
+ @sapUiAvatar10Background: @sapAvatar_10_Background;
259
+ @sapUiAvatar10BorderColor: @sapAvatar_10_BorderColor;
260
+ @sapUiAvatar10TextColor: @sapAvatar_10_TextColor;
261
+
225
262
  @sapUiButtonBackground: @sapButton_Background;
226
263
  @sapUiButtonBorderColor: @sapButton_BorderColor;
227
264
  @sapUiButtonBorderWidth: @sapButton_BorderWidth;
@@ -335,6 +372,7 @@
335
372
  @sapUiButtonInformationHoverTextColor: @sapButton_Information_Hover_TextColor;
336
373
  @sapUiButtonInformationActiveBackground: @sapButton_Information_Active_Background;
337
374
  @sapUiButtonInformationActiveBorderColor: @sapButton_Information_Active_BorderColor;
375
+ @sapUiButtonInformationActiveTextColor: @sapButton_Information_Active_TextColor;
338
376
  @sapUiButtonNeutralBackground: @sapButton_Neutral_Background;
339
377
  @sapUiButtonNeutralBorderColor: @sapButton_Neutral_BorderColor;
340
378
  @sapUiButtonNeutralTextColor: @sapButton_Neutral_TextColor;
@@ -344,21 +382,60 @@
344
382
  @sapUiButtonNeutralActiveBackground: @sapButton_Neutral_Active_Background;
345
383
  @sapUiButtonNeutralActiveBorderColor: @sapButton_Neutral_Active_BorderColor;
346
384
  @sapUiButtonNeutralActiveTextColor: @sapButton_Neutral_Active_TextColor;
347
- @sapUiButtonTrackSelectedBackground: @sapButton_Track_Selected_Background;
348
- @sapUiButtonTrackSelectedTextColor: @sapButton_Track_Selected_TextColor;
349
385
  @sapUiButtonTrackBackground: @sapButton_Track_Background;
386
+ @sapUiButtonTrackBorderColor: @sapButton_Track_BorderColor;
350
387
  @sapUiButtonTrackTextColor: @sapButton_Track_TextColor;
388
+ @sapUiButtonTrackHoverBackground: @sapButton_Track_Hover_Background;
389
+ @sapUiButtonTrackHoverBorderColor: @sapButton_Track_Hover_BorderColor;
390
+ @sapUiButtonTrackSelectedBackground: @sapButton_Track_Selected_Background;
391
+ @sapUiButtonTrackSelectedBorderColor: @sapButton_Track_Selected_BorderColor;
392
+ @sapUiButtonTrackSelectedTextColor: @sapButton_Track_Selected_TextColor;
393
+ @sapUiButtonTrackSelectedHoverBackground: @sapButton_Track_Selected_Hover_Background;
394
+ @sapUiButtonTrackSelectedHoverBorderColor: @sapButton_Track_Selected_Hover_BorderColor;
395
+ @sapUiButtonHandleBackground: @sapButton_Handle_Background;
396
+ @sapUiButtonHandleBorderColor: @sapButton_Handle_BorderColor;
397
+ @sapUiButtonHandleTextColor: @sapButton_Handle_TextColor;
398
+ @sapUiButtonHandleHoverBackground: @sapButton_Handle_Hover_Background;
399
+ @sapUiButtonHandleHoverBorderColor: @sapButton_Handle_Hover_BorderColor;
400
+ @sapUiButtonHandleSelectedBackground: @sapButton_Handle_Selected_Background;
401
+ @sapUiButtonHandleSelectedBorderColor: @sapButton_Handle_Selected_BorderColor;
402
+ @sapUiButtonHandleSelectedTextColor: @sapButton_Handle_Selected_TextColor;
403
+ @sapUiButtonHandleSelectedHoverBackground: @sapButton_Handle_Selected_Hover_Background;
404
+ @sapUiButtonHandleSelectedHoverBorderColor: @sapButton_Handle_Selected_Hover_BorderColor;
405
+ @sapUiButtonTrackNegativeBackground: @sapButton_Track_Negative_Background;
406
+ @sapUiButtonTrackNegativeBorderColor: @sapButton_Track_Negative_BorderColor;
407
+ @sapUiButtonTrackNegativeTextColor: @sapButton_Track_Negative_TextColor;
408
+ @sapUiButtonTrackNegativeHoverBackground: @sapButton_Track_Negative_Hover_Background;
409
+ @sapUiButtonTrackNegativeHoverBorderColor: @sapButton_Track_Negative_Hover_BorderColor;
410
+ @sapUiButtonHandleNegativeBackground: @sapButton_Handle_Negative_Background;
411
+ @sapUiButtonHandleNegativeBorderColor: @sapButton_Handle_Negative_BorderColor;
412
+ @sapUiButtonHandleNegativeTextColor: @sapButton_Handle_Negative_TextColor;
413
+ @sapUiButtonHandleNegativeHoverBackground: @sapButton_Handle_Negative_Hover_Background;
414
+ @sapUiButtonHandleNegativeHoverBorderColor: @sapButton_Handle_Negative_Hover_BorderColor;
415
+ @sapUiButtonTrackPositiveBackground: @sapButton_Track_Positive_Background;
416
+ @sapUiButtonTrackPositiveBorderColor: @sapButton_Track_Positive_BorderColor;
417
+ @sapUiButtonTrackPositiveTextColor: @sapButton_Track_Positive_TextColor;
418
+ @sapUiButtonTrackPositiveHoverBackground: @sapButton_Track_Positive_Hover_Background;
419
+ @sapUiButtonTrackPositiveHoverBorderColor: @sapButton_Track_Positive_Hover_BorderColor;
420
+ @sapUiButtonHandlePositiveBackground: @sapButton_Handle_Positive_Background;
421
+ @sapUiButtonHandlePositiveBorderColor: @sapButton_Handle_Positive_BorderColor;
422
+ @sapUiButtonHandlePositiveTextColor: @sapButton_Handle_Positive_TextColor;
423
+ @sapUiButtonHandlePositiveHoverBackground: @sapButton_Handle_Positive_Hover_Background;
424
+ @sapUiButtonHandlePositiveHoverBorderColor: @sapButton_Handle_Positive_Hover_BorderColor;
351
425
  @sapUiButtonTokenBackground: @sapButton_TokenBackground;
352
426
  @sapUiButtonTokenBorderColor: @sapButton_TokenBorderColor;
353
427
 
354
428
  @sapUiFieldBackground: @sapField_Background;
429
+ @sapUiFieldBackgroundStyle: @sapField_BackgroundStyle;
355
430
  @sapUiFieldTextColor: @sapField_TextColor;
356
431
  @sapUiFieldPlaceholderTextColor: @sapField_PlaceholderTextColor;
357
432
  @sapUiFieldBorderColor: @sapField_BorderColor;
358
433
  @sapUiFieldHelpBackground: @sapField_HelpBackground;
359
434
  @sapUiFieldBorderWidth: @sapField_BorderWidth;
435
+ @sapUiFieldBorderStyle: @sapField_BorderStyle;
360
436
  @sapUiFieldBorderCornerRadius: @sapField_BorderCornerRadius;
361
437
  @sapUiFieldHoverBackground: @sapField_Hover_Background;
438
+ @sapUiFieldHoverBackgroundStyle: @sapField_Hover_BackgroundStyle;
362
439
  @sapUiFieldHoverBorderColor: @sapField_Hover_BorderColor;
363
440
  @sapUiFieldHoverHelpBackground: @sapField_Hover_HelpBackground;
364
441
  @sapUiFieldActiveBorderColor: @sapField_Active_BorderColor;
@@ -371,24 +448,29 @@
371
448
  @sapUiFieldRequiredColor: @sapField_RequiredColor;
372
449
  @sapUiFieldInvalidColor: @sapField_InvalidColor;
373
450
  @sapUiFieldInvalidBackground: @sapField_InvalidBackground;
451
+ @sapUiFieldInvalidBackgroundStyle: @sapField_InvalidBackgroundStyle;
374
452
  @sapUiFieldInvalidBorderWidth: @sapField_InvalidBorderWidth;
375
453
  @sapUiFieldInvalidBorderStyle: @sapField_InvalidBorderStyle;
376
454
  @sapUiFieldWarningColor: @sapField_WarningColor;
377
455
  @sapUiFieldWarningBackground: @sapField_WarningBackground;
456
+ @sapUiFieldWarningBackgroundStyle: @sapField_WarningBackgroundStyle;
378
457
  @sapUiFieldWarningBorderWidth: @sapField_WarningBorderWidth;
379
458
  @sapUiFieldWarningBorderStyle: @sapField_WarningBorderStyle;
380
459
  @sapUiFieldSuccessColor: @sapField_SuccessColor;
381
460
  @sapUiFieldSuccessBackground: @sapField_SuccessBackground;
461
+ @sapUiFieldSuccessBackgroundStyle: @sapField_SuccessBackgroundStyle;
382
462
  @sapUiFieldSuccessBorderWidth: @sapField_SuccessBorderWidth;
383
463
  @sapUiFieldSuccessBorderStyle: @sapField_SuccessBorderStyle;
384
464
  @sapUiFieldInformationColor: @sapField_InformationColor;
385
465
  @sapUiFieldInformationBackground: @sapField_InformationBackground;
466
+ @sapUiFieldInformationBackgroundStyle: @sapField_InformationBackgroundStyle;
386
467
  @sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
387
468
  @sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
388
469
 
389
470
  @sapUiGroupTitleBackground: @sapGroup_TitleBackground;
390
471
  @sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
391
472
  @sapUiGroupTitleTextColor: @sapGroup_TitleTextColor;
473
+ @sapUiGroupTitleFontSize: @sapGroup_Title_FontSize;
392
474
  @sapUiGroupContentBackground: @sapGroup_ContentBackground;
393
475
  @sapUiGroupContentBorderColor: @sapGroup_ContentBorderColor;
394
476
  @sapUiGroupBorderWidth: @sapGroup_BorderWidth;
@@ -423,6 +505,45 @@
423
505
  @sapUiListTableFooterBorder: @sapList_TableFooterBorder;
424
506
  @sapUiListTableFixedBorderColor: @sapList_TableFixedBorderColor;
425
507
 
508
+ @sapUiMessageErrorBorderColor: @sapMessage_ErrorBorderColor;
509
+ @sapUiMessageWarningBorderColor: @sapMessage_WarningBorderColor;
510
+ @sapUiMessageSuccessBorderColor: @sapMessage_SuccessBorderColor;
511
+ @sapUiMessageInformationBorderColor: @sapMessage_InformationBorderColor;
512
+
513
+ @sapUiPopoverBorderCornerRadius: @sapPopover_BorderCornerRadius;
514
+
515
+ @sapUiProgressBackground: @sapProgress_Background;
516
+ @sapUiProgressBorderColor: @sapProgress_BorderColor;
517
+ @sapUiProgressTextColor: @sapProgress_TextColor;
518
+ @sapUiProgressFontSize: @sapProgress_FontSize;
519
+ @sapUiProgressNegativeBackground: @sapProgress_NegativeBackground;
520
+ @sapUiProgressNegativeBorderColor: @sapProgress_NegativeBorderColor;
521
+ @sapUiProgressNegativeTextColor: @sapProgress_NegativeTextColor;
522
+ @sapUiProgressCriticalBackground: @sapProgress_CriticalBackground;
523
+ @sapUiProgressCriticalBorderColor: @sapProgress_CriticalBorderColor;
524
+ @sapUiProgressCriticalTextColor: @sapProgress_CriticalTextColor;
525
+ @sapUiProgressPositiveBackground: @sapProgress_PositiveBackground;
526
+ @sapUiProgressPositiveBorderColor: @sapProgress_PositiveBorderColor;
527
+ @sapUiProgressPositiveTextColor: @sapProgress_PositiveTextColor;
528
+ @sapUiProgressInformationBackground: @sapProgress_InformationBackground;
529
+ @sapUiProgressInformationBorderColor: @sapProgress_InformationBorderColor;
530
+ @sapUiProgressInformationTextColor: @sapProgress_InformationTextColor;
531
+ @sapUiProgressValueBackground: @sapProgress_Value_Background;
532
+ @sapUiProgressValueBorderColor: @sapProgress_Value_BorderColor;
533
+ @sapUiProgressValueTextColor: @sapProgress_Value_TextColor;
534
+ @sapUiProgressValueNegativeBackground: @sapProgress_Value_NegativeBackground;
535
+ @sapUiProgressValueNegativeBorderColor: @sapProgress_Value_NegativeBorderColor;
536
+ @sapUiProgressValueNegativeTextColor: @sapProgress_Value_NegativeTextColor;
537
+ @sapUiProgressValueCriticalBackground: @sapProgress_Value_CriticalBackground;
538
+ @sapUiProgressValueCriticalBorderColor: @sapProgress_Value_CriticalBorderColor;
539
+ @sapUiProgressValueCriticalTextColor: @sapProgress_Value_CriticalTextColor;
540
+ @sapUiProgressValuePositiveBackground: @sapProgress_Value_PositiveBackground;
541
+ @sapUiProgressValuePositiveBorderColor: @sapProgress_Value_PositiveBorderColor;
542
+ @sapUiProgressValuePositiveTextColor: @sapProgress_Value_PositiveTextColor;
543
+ @sapUiProgressValueInformationBackground: @sapProgress_Value_InformationBackground;
544
+ @sapUiProgressValueInformationBorderColor: @sapProgress_Value_InformationBorderColor;
545
+ @sapUiProgressValueInformationTextColor: @sapProgress_Value_InformationTextColor;
546
+
426
547
  @sapUiScrollBarFaceColor: @sapScrollBar_FaceColor;
427
548
  @sapUiScrollBarTrackColor: @sapScrollBar_TrackColor;
428
549
  @sapUiScrollBarBorderColor: @sapScrollBar_BorderColor;
@@ -430,6 +551,20 @@
430
551
  @sapUiScrollBarDimension: @sapScrollBar_Dimension;
431
552
  @sapUiScrollBarHoverFaceColor: @sapScrollBar_Hover_FaceColor;
432
553
 
554
+ @sapUiSliderBackground: @sapSlider_Background;
555
+ @sapUiSliderBorderColor: @sapSlider_BorderColor;
556
+ @sapUiSliderSelectedBackground: @sapSlider_Selected_Background;
557
+ @sapUiSliderSelectedBorderColor: @sapSlider_Selected_BorderColor;
558
+ @sapUiSliderHandleBackground: @sapSlider_HandleBackground;
559
+ @sapUiSliderHandleBorderColor: @sapSlider_HandleBorderColor;
560
+ @sapUiSliderRangeHandleBackground: @sapSlider_RangeHandleBackground;
561
+ @sapUiSliderHoverHandleBackground: @sapSlider_Hover_HandleBackground;
562
+ @sapUiSliderHoverHandleBorderColor: @sapSlider_Hover_HandleBorderColor;
563
+ @sapUiSliderHoverRangeHandleBackground: @sapSlider_Hover_RangeHandleBackground;
564
+ @sapUiSliderActiveHandleBackground: @sapSlider_Active_HandleBackground;
565
+ @sapUiSliderActiveHandleBorderColor: @sapSlider_Active_HandleBorderColor;
566
+ @sapUiSliderActiveRangeHandleBackground: @sapSlider_Active_RangeHandleBackground;
567
+
433
568
  @sapUiPageHeaderBackground: @sapPageHeader_Background;
434
569
  @sapUiPageHeaderBorderColor: @sapPageHeader_BorderColor;
435
570
  @sapUiPageHeaderTextColor: @sapPageHeader_TextColor;
@@ -447,6 +582,11 @@
447
582
  @sapUiObjectHeaderBackground: @sapObjectHeader_Background;
448
583
  @sapUiObjectHeaderHoverBackground: @sapObjectHeader_Hover_Background;
449
584
  @sapUiObjectHeaderBorderColor: @sapObjectHeader_BorderColor;
585
+ @sapUiObjectHeaderTitleTextColor: @sapObjectHeader_Title_TextColor;
586
+ @sapUiObjectHeaderTitleFontSize: @sapObjectHeader_Title_FontSize;
587
+ @sapUiObjectHeaderTitleSnappedFontSize: @sapObjectHeader_Title_SnappedFontSize;
588
+ @sapUiObjectHeaderTitleFontFamily: @sapObjectHeader_Title_FontFamily;
589
+ @sapUiObjectHeaderSubtitleTextColor: @sapObjectHeader_Subtitle_TextColor;
450
590
 
451
591
  @sapUiBlockLayerBackground: @sapBlockLayer_Background;
452
592
 
@@ -454,6 +594,7 @@
454
594
  @sapUiTileHoverBackground: @sapTile_Hover_Background;
455
595
  @sapUiTileActiveBackground: @sapTile_Active_Background;
456
596
  @sapUiTileBorderColor: @sapTile_BorderColor;
597
+ @sapUiTileBorderCornerRadius: @sapTile_BorderCornerRadius;
457
598
  @sapUiTileTitleTextColor: @sapTile_TitleTextColor;
458
599
  @sapUiTileTextColor: @sapTile_TextColor;
459
600
  @sapUiTileIconColor: @sapTile_IconColor;
@@ -495,34 +636,50 @@
495
636
  // =====================================
496
637
 
497
638
  @sapUiIndication1: @sapIndicationColor_1;
639
+ @sapUiIndication1Background: @sapIndicationColor_1_Background;
640
+ @sapUiIndication1BorderColor: @sapIndicationColor_1_BorderColor;
498
641
  @sapUiIndication1HoverBackground: @sapIndicationColor_1_Hover_Background;
499
642
  @sapUiIndication1ActiveBackground: @sapIndicationColor_1_Active_Background;
500
643
  @sapUiIndication1TextColor: @sapIndicationColor_1_TextColor;
501
644
  @sapUiIndication2: @sapIndicationColor_2;
645
+ @sapUiIndication2Background: @sapIndicationColor_2_Background;
646
+ @sapUiIndication2BorderColor: @sapIndicationColor_2_BorderColor;
502
647
  @sapUiIndication2HoverBackground: @sapIndicationColor_2_Hover_Background;
503
648
  @sapUiIndication2ActiveBackground: @sapIndicationColor_2_Active_Background;
504
649
  @sapUiIndication2TextColor: @sapIndicationColor_2_TextColor;
505
650
  @sapUiIndication3: @sapIndicationColor_3;
651
+ @sapUiIndication3Background: @sapIndicationColor_3_Background;
652
+ @sapUiIndication3BorderColor: @sapIndicationColor_3_BorderColor;
506
653
  @sapUiIndication3HoverBackground: @sapIndicationColor_3_Hover_Background;
507
654
  @sapUiIndication3ActiveBackground: @sapIndicationColor_3_Active_Background;
508
655
  @sapUiIndication3TextColor: @sapIndicationColor_3_TextColor;
509
656
  @sapUiIndication4: @sapIndicationColor_4;
657
+ @sapUiIndication4Background: @sapIndicationColor_4_Background;
658
+ @sapUiIndication4BorderColor: @sapIndicationColor_4_BorderColor;
510
659
  @sapUiIndication4HoverBackground: @sapIndicationColor_4_Hover_Background;
511
660
  @sapUiIndication4ActiveBackground: @sapIndicationColor_4_Active_Background;
512
661
  @sapUiIndication4TextColor: @sapIndicationColor_4_TextColor;
513
662
  @sapUiIndication5: @sapIndicationColor_5;
663
+ @sapUiIndication5Background: @sapIndicationColor_5_Background;
664
+ @sapUiIndication5BorderColor: @sapIndicationColor_5_BorderColor;
514
665
  @sapUiIndication5HoverBackground: @sapIndicationColor_5_Hover_Background;
515
666
  @sapUiIndication5ActiveBackground: @sapIndicationColor_5_Active_Background;
516
667
  @sapUiIndication5TextColor: @sapIndicationColor_5_TextColor;
517
668
  @sapUiIndication6: @sapIndicationColor_6;
669
+ @sapUiIndication6Background: @sapIndicationColor_6_Background;
670
+ @sapUiIndication6BorderColor: @sapIndicationColor_6_BorderColor;
518
671
  @sapUiIndication6HoverBackground: @sapIndicationColor_6_Hover_Background;
519
672
  @sapUiIndication6ActiveBackground: @sapIndicationColor_6_Active_Background;
520
673
  @sapUiIndication6TextColor: @sapIndicationColor_6_TextColor;
521
674
  @sapUiIndication7: @sapIndicationColor_7;
675
+ @sapUiIndication7Background: @sapIndicationColor_7_Background;
676
+ @sapUiIndication7BorderColor: @sapIndicationColor_7_BorderColor;
522
677
  @sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
523
678
  @sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
524
679
  @sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
525
680
  @sapUiIndication8: @sapIndicationColor_8;
681
+ @sapUiIndication8Background: @sapIndicationColor_8_Background;
682
+ @sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
526
683
  @sapUiIndication8HoverBackground: @sapIndicationColor_8_Hover_Background;
527
684
  @sapUiIndication8ActiveBackground: @sapIndicationColor_8_Active_Background;
528
685
  @sapUiIndication8TextColor: @sapIndicationColor_8_TextColor;
@@ -637,8 +794,6 @@
637
794
  @sapUiShellBackgroundPatternColor: @sapShell_BackgroundPatternColor;
638
795
  @sapUiShellBackgroundGradient: @sapShell_BackgroundGradient;
639
796
 
640
- @sapUiGroupTitleFontSize: @sapGroup_Title_FontSize;
641
-
642
797
  @sapUiListHighlightColor: @sapList_HighlightColor;
643
798
 
644
799
 
@@ -940,6 +1095,13 @@
940
1095
  @sapUiUx3ExactLstRootExpandOffset: 0 3;
941
1096
  @sapUiUx3ExactLstContentTop: 25px;
942
1097
 
1098
+ // Link
1099
+ @sapUiLinkActive: @sapUiLinkActiveColor;
1100
+ @sapUiLinkVisited: @sapUiLinkVisitedColor;
1101
+ @sapUiLinkHover: @sapUiLinkHoverColor;
1102
+ @sapUiLinkInverted: @sapUiLinkInvertedColor;
1103
+ @sapUiLinkSubtle: @sapUiLinkSubtleColor;
1104
+
943
1105
  // Notification Bar
944
1106
  @sapUiNotificationBarBG: fade(@sapUiPrimary7, 98);
945
1107
  @sapUiNotifierSeparator: darken(@sapUiPrimary7, 20);
@@ -20,7 +20,6 @@ html.sap-phone *, html.sap-tablet:not(.sap-desktop) * { /* FIXME!!! (star rule
20
20
  -webkit-user-select: none;
21
21
  -moz-user-select: none;
22
22
  user-select: none;
23
- -webkit-user-drag: none;
24
23
  }
25
24
 
26
25
  html.sap-phone input, html.sap-phone textarea, html.sap-phone [contenteditable=true], html.sap-phone [contenteditable=true] > *, html.sap-phone .sapUiSelectable,
@@ -342,7 +341,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
342
341
  font-style: normal;
343
342
  font-weight: 700;
344
343
  unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
345
- src: local('Arial'), local('Helvetica'), local('sans-serif');
344
+ src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
346
345
  }
347
346
 
348
347
  @font-face {
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.98.0</version>
9
+ <version>1.101.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast black theme library.</documentation>
12
12