@openui5/themelib_sap_horizon 1.128.0 → 1.130.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 (89) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_horizon/ActionSelect.less +13 -13
  4. package/src/sap/m/themes/sap_horizon/ActionSheet.less +12 -12
  5. package/src/sap/m/themes/sap_horizon/Avatar.less +12 -10
  6. package/src/sap/m/themes/sap_horizon/Bar.less +11 -9
  7. package/src/sap/m/themes/sap_horizon/Carousel.less +2 -0
  8. package/src/sap/m/themes/sap_horizon/ColorPalette.less +43 -16
  9. package/src/sap/m/themes/sap_horizon/ColumnListItem.less +5 -5
  10. package/src/sap/m/themes/sap_horizon/ComboBoxBase.less +3 -3
  11. package/src/sap/m/themes/sap_horizon/Dialog.less +29 -20
  12. package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +1 -1
  13. package/src/sap/m/themes/sap_horizon/GenericTile.less +21 -21
  14. package/src/sap/m/themes/sap_horizon/IconTabBar.less +279 -212
  15. package/src/sap/m/themes/sap_horizon/Link.less +13 -10
  16. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +0 -2
  17. package/src/sap/m/themes/sap_horizon/SlideTile.less +10 -10
  18. package/src/sap/m/themes/sap_horizon/SplitButton.less +18 -0
  19. package/src/sap/m/themes/sap_horizon/Token.less +27 -7
  20. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +11 -10
  21. package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +11 -11
  22. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -10
  23. package/src/sap/m/themes/sap_horizon_dark/Bar.less +12 -10
  24. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +2 -0
  25. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +42 -16
  26. package/src/sap/m/themes/sap_horizon_dark/ColumnListItem.less +5 -5
  27. package/src/sap/m/themes/sap_horizon_dark/ComboBoxBase.less +3 -3
  28. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +29 -21
  29. package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +1 -1
  30. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +24 -24
  31. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +217 -158
  32. package/src/sap/m/themes/sap_horizon_dark/Link.less +13 -10
  33. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +10 -10
  34. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +18 -0
  35. package/src/sap/m/themes/sap_horizon_dark/Token.less +28 -8
  36. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +4 -3
  37. package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +12 -12
  38. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +9 -8
  39. package/src/sap/m/themes/sap_horizon_hcb/Bar.less +12 -10
  40. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -0
  41. package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +25 -15
  42. package/src/sap/m/themes/sap_horizon_hcb/ColumnListItem.less +5 -5
  43. package/src/sap/m/themes/sap_horizon_hcb/ComboBoxBase.less +8 -8
  44. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +22 -13
  45. package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +1 -1
  46. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +5 -5
  47. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +90 -79
  48. package/src/sap/m/themes/sap_horizon_hcb/Link.less +12 -9
  49. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +6 -6
  50. package/src/sap/m/themes/sap_horizon_hcb/Token.less +29 -4
  51. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +4 -3
  52. package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +12 -12
  53. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +9 -8
  54. package/src/sap/m/themes/sap_horizon_hcw/Bar.less +12 -10
  55. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -0
  56. package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +25 -15
  57. package/src/sap/m/themes/sap_horizon_hcw/ColumnListItem.less +5 -6
  58. package/src/sap/m/themes/sap_horizon_hcw/ComboBoxBase.less +7 -7
  59. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +22 -13
  60. package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +1 -1
  61. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +6 -6
  62. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +95 -83
  63. package/src/sap/m/themes/sap_horizon_hcw/Link.less +12 -9
  64. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +6 -6
  65. package/src/sap/m/themes/sap_horizon_hcw/Token.less +29 -4
  66. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  67. package/src/sap/ui/core/themes/sap_horizon/base.less +515 -7
  68. package/src/sap/ui/core/themes/sap_horizon/global.less +453 -7
  69. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  70. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +517 -9
  71. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +453 -6
  72. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  73. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +524 -16
  74. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +453 -6
  75. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  76. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +521 -13
  77. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +453 -6
  78. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +0 -14
  79. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +0 -14
  80. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +0 -10
  81. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +0 -10
  82. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +0 -1
  83. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +0 -1
  84. package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +0 -1
  85. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +1 -1
  86. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +0 -1
  87. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +0 -1
  88. package/src/sap/ui/integration/themes/sap_horizon/Paginator.less +0 -5
  89. package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +0 -5
@@ -84,14 +84,14 @@
84
84
  background: transparent;
85
85
  }
86
86
 
87
- .sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
87
+ .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
88
88
  &:not(.sapMGTLineModePress):hover {
89
89
  background: @sapTile_Hover_Background;
90
90
  box-shadow: @sapContent_Shadow2;
91
91
  }
92
92
  }
93
93
 
94
- html.sap-desktop .sapMGT.sapMGTLineMode:active{
94
+ .sapMGT.sapMGTLineMode:active{
95
95
  background-color: @sapTile_Active_Background;
96
96
  outline: 0.125rem solid @sapContent_FocusColor !important;
97
97
  outline-offset: -0.125rem;
@@ -153,7 +153,7 @@ html.sap-desktop .sapMGT.sapMGTLineMode:active{
153
153
 
154
154
  /************************ LINE MODE FLOATING VIEW *****************/
155
155
 
156
- .sapUiMedia-GenericTileDeviceSet-large.sap-desktop {
156
+ .sapUiMedia-GenericTileDeviceSet-large {
157
157
  .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
158
158
  &:focus, &.sapMGTLineModePress {
159
159
  .sapMGTLineStyleHelperInner:before {
@@ -170,7 +170,7 @@ html.sap-desktop .sapMGT.sapMGTLineMode:active{
170
170
  }
171
171
  }
172
172
  .sapUiMedia-GenericTileDeviceSet-large {
173
- &.sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
173
+ .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
174
174
  &:hover .sapMGTLineStyleHelperInner {
175
175
  background: @sapUiTileHoverBackground;
176
176
  }
@@ -240,8 +240,8 @@ html.sap-desktop .sapMGT.sapMGTLineMode:active{
240
240
  text-shadow: @sapUiShadowText;
241
241
  }
242
242
 
243
- html.sap-desktop .sapMGTWithoutImageHoverOverlay,
244
- html.sap-desktop .sapMGTWithImageHoverOverlay {
243
+ .sapMGTWithoutImageHoverOverlay,
244
+ .sapMGTWithImageHoverOverlay {
245
245
  z-index: 1;
246
246
  position: absolute;
247
247
  pointer-events: none;
@@ -281,7 +281,7 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
281
281
  background: fade(@sapUiTileActiveBackground, 20%);
282
282
  }
283
283
 
284
- html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
284
+ .sapMGT:hover:not(.sapMGTPressActive) {
285
285
  box-shadow: 0 0 0 1px fade(@sapUiContentShadowColor, 30);
286
286
  transition: background 0.2s;
287
287
 
@@ -300,14 +300,14 @@ html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
300
300
  }
301
301
  }
302
302
 
303
- html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus
303
+ .sapMGTActionButtonPress.sapMGT:focus
304
304
  {
305
305
  .sapMGTFocusDiv{
306
306
  box-shadow: none;
307
307
  }
308
308
  }
309
309
 
310
- html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
310
+ .sapMGTActionButtonPress.sapMGT:active
311
311
  {
312
312
  .sapMGTFocusDiv{
313
313
  border: none;
@@ -315,7 +315,7 @@ html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
315
315
  }
316
316
  }
317
317
 
318
- html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
318
+ .sapMGTActionButtonPress.sapMGT:focus-visible
319
319
  {
320
320
  .sapMGTFocusDiv{
321
321
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
@@ -323,8 +323,8 @@ html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
323
323
  }
324
324
  }
325
325
 
326
- html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
327
- html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
326
+ .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
327
+ .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
328
328
  &:after {
329
329
  content: "";
330
330
  .sapMGTOverlayMixin();
@@ -416,21 +416,21 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
416
416
  }
417
417
  }
418
418
 
419
- .sap-desktop .sapMGT.sapMGTLineMode.sapMGTInfoRendered:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
419
+ .sapMGT.sapMGTLineMode.sapMGTInfoRendered:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
420
420
  border: transparent !important;
421
421
  }
422
422
 
423
- .sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
423
+ .sapMGT.sapMGTLineMode:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
424
424
  background: @sapTile_Hover_Background;
425
425
  border: 1px solid @sapTile_BorderColor !important;
426
426
  box-shadow: @sapContent_Shadow2 !important;
427
427
  }
428
428
 
429
- html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
429
+ .sapMGT:hover:not(.sapMGTPressActive) {
430
430
  box-shadow: @sapContent_Shadow2 !important;
431
431
  }
432
432
 
433
- html.sap-desktop .sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
433
+ .sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
434
434
  border: none !important;
435
435
  }
436
436
 
@@ -440,12 +440,12 @@ html.sap-desktop .sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
440
440
  margin-right: 1px;
441
441
  }
442
442
 
443
- html.sap-desktop .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv, html.sap-desktop .sapMGT:focus .sapMGTFocusDiv, html.sap-desktop .sapMGT:active .sapMGTFocusDiv, html.sap-desktop .sapMGTLineModePress .sapMGTFocusDiv {
443
+ .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv, .sapMGT:focus .sapMGTFocusDiv, .sapMGT:active .sapMGTFocusDiv, .sapMGTLineModePress .sapMGTFocusDiv {
444
444
  border-radius: @sapTile_BorderCornerRadius;
445
445
  inset: -1px;
446
446
  }
447
447
 
448
- html.sap-desktop .sapMGT:active{
448
+ .sapMGT:active{
449
449
  background-color: @sapTile_Active_Background;
450
450
  border: 0.0625rem solid @sapTile_Interactive_BorderColor;
451
451
  &.sapMGTIconMode{
@@ -461,17 +461,17 @@ html.sap-desktop .sapMGT:active{
461
461
  }
462
462
  }
463
463
 
464
- html.sap-desktop .sapMGT:focus .sapMGTFocusDiv{
464
+ .sapMGT:focus .sapMGTFocusDiv{
465
465
  border-radius: @sapTile_BorderCornerRadius;
466
466
  box-shadow: none;
467
467
  inset: -1px;
468
468
  }
469
469
 
470
- html.sap-desktop .sapMGT.sapMGTOneByOne:focus .sapMGTFocusDiv{
470
+ .sapMGT.sapMGTOneByOne:focus .sapMGTFocusDiv{
471
471
  inset: 0;
472
472
  }
473
473
 
474
- html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv:after {
474
+ .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv:after {
475
475
  border: none;
476
476
  border-radius: @sapElement_BorderCornerRadius;
477
477
  }