@sapui5/sap.suite.ui.commons 1.146.0 → 1.147.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 (157) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +56 -2
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +8 -8
  15. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +5 -5
  16. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/library.js +4 -4
  30. package/src/sap/suite/ui/commons/messagebundle.properties +12 -8
  31. package/src/sap/suite/ui/commons/messagebundle_mk.properties +1 -1
  32. package/src/sap/suite/ui/commons/networkgraph/Graph.js +138 -27
  33. package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
  34. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
  35. package/src/sap/suite/ui/commons/networkgraph/Line.js +5 -1
  36. package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
  37. package/src/sap/suite/ui/commons/networkgraph/Utils.js +10 -0
  38. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
  39. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +213 -74
  40. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  43. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  44. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  45. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  46. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  47. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  48. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  49. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  50. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  51. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  52. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  53. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  54. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  55. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  56. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  57. package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
  58. package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
  59. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
  60. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
  61. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
  62. package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
  63. package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
  64. package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
  65. package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
  66. package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
  67. package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
  68. package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
  69. package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
  70. package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
  71. package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
  72. package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
  73. package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
  74. package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
  75. package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
  76. package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
  77. package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
  78. package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
  79. package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
  80. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
  81. package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
  82. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
  83. package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
  84. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
  85. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
  86. package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
  87. package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
  88. package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
  89. package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
  90. package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
  91. package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
  92. package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
  93. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
  94. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
  95. package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
  96. package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
  97. package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
  98. package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
  99. package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
  100. package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
  101. package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
  102. package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
  103. package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
  104. package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
  105. package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
  106. package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
  107. package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
  108. package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
  109. package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
  110. package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
  111. package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
  112. package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
  113. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
  114. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
  115. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
  116. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
  117. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
  118. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
  119. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
  120. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
  121. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
  122. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
  123. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
  124. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
  125. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
  126. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
  127. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
  128. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
  129. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
  130. package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
  131. package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
  132. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
  133. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
  134. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
  135. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
  136. package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
  137. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
  138. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
  139. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
  140. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
  141. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
  142. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
  143. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
  144. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
  145. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
  146. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
  147. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
  148. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
  149. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
  150. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
  151. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
  152. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
  153. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
  154. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
  155. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
  156. package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
  157. package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
@@ -1,6 +1,7 @@
1
- /* =========================================================== */
2
- /* CSS for control sap.suite.ui.commons/ComparisonTile.control */
3
- /* =========================================================== */
1
+ /* =============================================== */
2
+ /* CSS for control sap.suite.ui.commons/ChartTile */
3
+ /* Base theme */
4
+ /* =============================================== */
4
5
 
5
6
  .sapSuiteCmpTileContent {
6
7
  position: absolute;
@@ -39,7 +40,6 @@
39
40
  display: inline-block;
40
41
  max-width: 100%;
41
42
  box-sizing: border-box;
42
- -moz-box-sizing: border-box;
43
43
  }
44
44
 
45
45
  .sapSuiteCmpTileUnitInner {
@@ -102,13 +102,10 @@
102
102
  background-color: #e2e2e2;
103
103
  border-right: 1px solid white;
104
104
  box-sizing: border-box;
105
- -moz-box-sizing: border-box;
106
-
107
105
  }
108
106
 
109
107
  .sapSuiteCmpTileBarNoValue {
110
108
  background-color: #e2e2e2;
111
109
  border-left: 1px solid white;
112
110
  box-sizing: border-box;
113
- -moz-box-sizing: border-box;
114
- }
111
+ }
@@ -1,168 +1,178 @@
1
- .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnInner{
2
- background-color: @sapLegendBackgroundColor20;
3
- color: @sapLegendColor20;
4
- height: 90px;
5
- flex-direction: column;
6
- align-items: center;
7
- font-size: 15px;
1
+ /* ========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/CollaborationPopover */
3
+ /* Base theme */
4
+ /* ========================================================== */
5
+
6
+ .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnInner {
7
+ background-color: var(--sapLegendBackgroundColor20);
8
+ color: var(--sapLegendColor20);
9
+ height: 90px;
10
+ flex-direction: column;
11
+ align-items: center;
12
+ font-size: 15px;
8
13
  }
9
14
 
10
- .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnIcon::before{
11
- font-size: 25px;
12
- color: @sapLegendColor20;
15
+ .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnIcon::before {
16
+ font-size: 25px;
17
+ color: var(--sapLegendColor20);
13
18
  }
14
19
 
15
20
  .sapSuiteUiCollaborationBarMSTeamsButtonHorizontal .sapMBtnContent {
16
- white-space: normal !important;
17
- overflow: visible !important;
18
- line-height: 15px !important;
21
+ white-space: normal !important;
22
+ overflow: visible !important;
23
+ line-height: 15px !important;
19
24
  }
20
25
 
21
26
  .sapSuiteUiCollaborationBarEmailButtonHorizontal .sapMBtnInner {
22
- background-color: @sapLegendBackgroundColor6;
23
- color: @sapLegendColor6;
24
- height: 90px;
25
- flex-direction: column;
26
- align-items: center;
27
- font-size: 15px;
27
+ background-color: var(--sapLegendBackgroundColor6);
28
+ color: var(--sapLegendColor6);
29
+ height: 90px;
30
+ flex-direction: column;
31
+ align-items: center;
32
+ font-size: 15px;
28
33
  }
29
34
 
30
35
  .sapSuiteUiCollaborationBarEmailButtonHorizontal .sapMBtnIcon::before {
31
- font-size: 25px;
32
- color: @sapLegendColor6;
36
+ font-size: 25px;
37
+ color: var(--sapLegendColor6);
33
38
  }
34
39
 
35
40
  .sapSuiteUiCollaborationBarEmailButtonHorizontal .sapMBtnContent {
36
- white-space: normal !important;
37
- overflow: visible !important;
38
- line-height: 15px !important;
41
+ white-space: normal !important;
42
+ overflow: visible !important;
43
+ line-height: 15px !important;
39
44
  }
40
45
 
41
- .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnInner{
42
- background-color: @sapLegendBackgroundColor7;
43
- color: @sapLegendColor17;
44
- height: 90px;
45
- flex-direction: column;
46
- align-items: center;
47
- font-size: 15px;
46
+ .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnInner {
47
+ background-color: var(--sapLegendBackgroundColor7);
48
+ color: var(--sapLegendColor17);
49
+ height: 90px;
50
+ flex-direction: column;
51
+ align-items: center;
52
+ font-size: 15px;
48
53
  }
49
54
 
50
- .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnIcon::before{
51
- font-size: 25px;
52
- color: @sapLegendColor17;
55
+ .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnIcon::before {
56
+ font-size: 25px;
57
+ color: var(--sapLegendColor17);
53
58
  }
54
59
 
55
60
  .sapSuiteUiCollaborationBarCMButtonHorizontal .sapMBtnContent {
56
- white-space: normal !important;
57
- overflow: visible !important;
58
- line-height: 15px !important;
61
+ white-space: normal !important;
62
+ overflow: visible !important;
63
+ line-height: 15px !important;
59
64
  }
60
65
 
61
- .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnInner{
62
- background-color: @sapLegendBackgroundColor20;
63
- color: @sapLegendColor20;
64
- height: 60px;
65
- align-items: center;
66
- font-size: 15px;
66
+ .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnInner {
67
+ background-color: var(--sapLegendBackgroundColor20);
68
+ color: var(--sapLegendColor20);
69
+ height: 60px;
70
+ align-items: center;
71
+ font-size: 15px;
67
72
  }
68
73
 
69
- .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnIcon::before{
70
- font-size: 25px;
71
- color: @sapLegendColor20;
74
+ .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnIcon::before {
75
+ font-size: 25px;
76
+ color: var(--sapLegendColor20);
72
77
  }
73
78
 
74
79
  .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnIcon {
75
- margin-right: 15px;
80
+ margin-right: 15px;
76
81
  }
77
82
 
78
83
  .sapSuiteUiCollaborationBarMSTeamsButtonVertical .sapMBtnContent {
79
- white-space: normal !important;
80
- overflow: visible !important;
81
- line-height: 15px !important;
84
+ white-space: normal !important;
85
+ overflow: visible !important;
86
+ line-height: 15px !important;
82
87
  }
83
88
 
84
89
  .sapSuiteUiCollaborationBarEmailButtonVertical .sapMBtnInner {
85
- background-color: @sapLegendBackgroundColor6;
86
- color: @sapLegendColor6;
87
- height: 60px;
88
- align-items: center;
89
- font-size: 15px;
90
+ background-color: var(--sapLegendBackgroundColor6);
91
+ color: var(--sapLegendColor6);
92
+ height: 60px;
93
+ align-items: center;
94
+ font-size: 15px;
90
95
  }
91
96
 
92
97
  .sapSuiteUiCollaborationBarEmailButtonVertical .sapMBtnIcon::before {
93
- font-size: 25px;
94
- color: @sapLegendColor6;
98
+ font-size: 25px;
99
+ color: var(--sapLegendColor6);
95
100
  }
96
101
 
97
102
  .sapSuiteUiCollaborationBarEmailButtonVertical .sapMBtnIcon {
98
- margin-right: 15px;
103
+ margin-right: 15px;
99
104
  }
100
105
 
101
106
  .sapSuiteUiCollaborationBarEmailButtonVertical .sapMBtnContent {
102
- white-space: normal !important;
103
- overflow: visible !important;
104
- line-height: 15px !important;
107
+ white-space: normal !important;
108
+ overflow: visible !important;
109
+ line-height: 15px !important;
105
110
  }
106
111
 
107
- .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnInner{
108
- background-color: @sapLegendBackgroundColor7;
109
- color: @sapLegendColor17;
110
- height: 60px;
111
- align-items: center;
112
- font-size: 15px;
112
+ .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnInner {
113
+ background-color: var(--sapLegendBackgroundColor7);
114
+ color: var(--sapLegendColor17);
115
+ height: 60px;
116
+ align-items: center;
117
+ font-size: 15px;
113
118
  }
114
119
 
115
- .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnIcon::before{
116
- font-size: 25px;
117
- color: @sapLegendColor17;
120
+ .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnIcon::before {
121
+ font-size: 25px;
122
+ color: var(--sapLegendColor17);
118
123
  }
119
124
 
120
125
  .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnIcon {
121
- margin-right: 15px;
126
+ margin-right: 15px;
122
127
  }
123
128
 
124
129
  .sapSuiteUiCollaborationBarCMButtonVertical .sapMBtnContent {
125
- white-space: normal !important;
126
- overflow: visible !important;
127
- line-height: 15px !important;
130
+ white-space: normal !important;
131
+ overflow: visible !important;
132
+ line-height: 15px !important;
128
133
  }
129
134
 
130
135
  .sapSuiteUiCollaborationBarMsgStripHBox {
131
- background-color: @sapLegendBackgroundColor6 !important;
132
- background-image: none;
133
- border-radius: 10px !important;
134
- align-items: center !important;
136
+ background-color: var(--sapLegendBackgroundColor6) !important;
137
+ background-image: none;
138
+ border-radius: 10px !important;
139
+ align-items: center !important;
135
140
  }
136
141
 
137
142
  .sapSuiteCollaborationBarMsgStrip {
138
- background-color: @sapLegendBackgroundColor6 !important;
139
- border-width: 0px !important;
143
+ background-color: var(--sapLegendBackgroundColor6) !important;
144
+ border-width: 0 !important;
140
145
  }
141
146
 
142
147
  .sapSuiteCollaborationBarMenu {
143
- .sapSuiteUiCommonsCollaborationMail {
144
- .sapUiIcon {
145
- color: @sapLegendColor6;
146
- }
147
- }
148
-
149
- .sapSuiteUiCommonsCollaborationMSTeamsShare,
150
- .sapSuiteUiCommonsCollaborationChat,
151
- .sapSuiteUiCommonsCollaborationTab {
152
- .sapUiIcon {
153
- color: @sapLegendColor20;
154
- }
155
- }
156
-
157
- .sapSuiteUiCommonsCollaborationManager {
158
- .sapUiIcon {
159
- color: @sapLegendColor17;
160
- }
161
- }
162
-
163
- .sapSuiteUiCommonsCollaborationLink {
164
- .sapUiIcon {
165
- color: @sapLegendColor18;
166
- }
167
- }
168
- }
148
+
149
+ .sapSuiteUiCommonsCollaborationMail {
150
+
151
+ .sapUiIcon {
152
+ color: var(--sapLegendColor6);
153
+ }
154
+ }
155
+
156
+ .sapSuiteUiCommonsCollaborationMSTeamsShare,
157
+ .sapSuiteUiCommonsCollaborationChat,
158
+ .sapSuiteUiCommonsCollaborationTab {
159
+
160
+ .sapUiIcon {
161
+ color: var(--sapLegendColor20);
162
+ }
163
+ }
164
+
165
+ .sapSuiteUiCommonsCollaborationManager {
166
+
167
+ .sapUiIcon {
168
+ color: var(--sapLegendColor17);
169
+ }
170
+ }
171
+
172
+ .sapSuiteUiCommonsCollaborationLink {
173
+
174
+ .sapUiIcon {
175
+ color: var(--sapLegendColor18);
176
+ }
177
+ }
178
+ }
@@ -1,7 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/DateRangeScroller.control */
3
- /* ============================================= */
4
-
1
+ /* ======================================================= */
2
+ /* CSS for control sap.suite.ui.commons/DateRangeScroller */
3
+ /* Base theme */
4
+ /* ======================================================= */
5
5
 
6
6
  .sapSuiteUiCommonsDateRangeScrollerLabel {
7
7
  padding-left: 5px;
@@ -16,4 +16,4 @@
16
16
  height: 22px;
17
17
  width: 22px;
18
18
  background-position: 3px 3px;
19
- }
19
+ }
@@ -1,6 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/DateRangeSliderInternal.control */
3
- /* ============================================= */
1
+ /* ============================================================= */
2
+ /* CSS for control sap.suite.ui.commons/DateRangeSliderInternal */
3
+ /* Base theme */
4
+ /* ============================================================= */
4
5
 
5
6
  .sapSuiteUiCommonsDateRangeSlider{
6
7
  position: relative;
@@ -12,13 +13,13 @@
12
13
  width: 102px;
13
14
  top: 30px;
14
15
  bottom: -15px;
15
- background-image: url(img/bubble_1.png);
16
+ background-image: url('img/bubble_1.png');
16
17
  background-size: 102px 18px;
17
18
  }
18
19
 
19
- .sapSuiteUiCommonsDateRangeSliderBubbleLbl{
20
+ .sapSuiteUiCommonsDateRangeSliderBubbleLbl {
20
21
  position: absolute;
21
- left: 0px;
22
+ left: 0;
22
23
  width: 102px;
23
24
  top: -14px;
24
25
  text-align:center;
@@ -31,11 +32,10 @@
31
32
  text-align:center;
32
33
  }
33
34
 
34
- .sapUiSliHori.sapUiSli.sapUiSuiteDRSliBub{
35
+ .sapUiSliHori.sapUiSli.sapUiSuiteDRSliBub {
35
36
  height: 55px;
36
37
  }
37
38
 
38
-
39
39
  .sapUiSliGrip.sapUiSliGripPin:link,
40
40
  .sapUiSliGrip.sapUiSliGripPin:visited,
41
41
  .sapUiSliGrip.sapUiSliGripPin:active,
@@ -46,8 +46,7 @@
46
46
  outline: none;
47
47
  }
48
48
 
49
-
50
49
  .sapUiSliGrip.sapUiSliGripPin {
51
50
  border-color: @sapUiTextDisabled;
52
51
  cursor: default;
53
- }
52
+ }
@@ -1,13 +1,14 @@
1
- /* ========================================================== */
2
- /* CSS for control sap.suite.ui.commons/FacetOverview.control */
3
- /* ========================================================== */
1
+ /* =================================================== */
2
+ /* CSS for control sap.suite.ui.commons/FacetOverview */
3
+ /* Base theme */
4
+ /* =================================================== */
4
5
 
5
6
  .sapSuiteFov {
6
7
  position: relative;
7
8
  box-sizing: border-box;
8
9
  -moz-box-sizing: border-box;
9
10
  overflow: hidden;
10
- background-color: @sapUiGroupContentBackground;
11
+ background-color: var(--sapGroup_ContentBackground);
11
12
  }
12
13
 
13
14
  .sapSuiteFovTitle {
@@ -16,11 +17,11 @@
16
17
  margin-right: 1rem;
17
18
  height: 34px;
18
19
  font-size: 18px;
19
- font-family: @sapUiFontFamily;
20
+ font-family: var(--sapFontFamily);
20
21
  }
21
22
 
22
23
  .sapSuiteFov > .sapSuiteFovContent .sapMLabel {
23
- color: @sapUiContentLabelColor;
24
+ color: var(--sapContent_LabelColor);
24
25
  }
25
26
 
26
27
  .sapSuiteFovContent {
@@ -30,7 +31,6 @@
30
31
  margin-top: -47px;
31
32
  height: 100%;
32
33
  box-sizing: border-box;
33
- -moz-box-sizing: border-box;
34
34
  padding-bottom: 1rem;
35
35
  padding-top: 47px;
36
36
  }
@@ -49,7 +49,7 @@
49
49
  padding-left: 0.25rem;
50
50
  }
51
51
 
52
- html[dir=rtl] .sapSuiteFovHoverIcon {
52
+ html[dir='rtl'] .sapSuiteFovHoverIcon {
53
53
  text-align: left;
54
54
  }
55
55
 
@@ -68,5 +68,4 @@ html[dir=rtl] .sapSuiteFovHoverIcon {
68
68
  .sapSuiteFovClickable:focus .sapSuiteFovHoverIcon,
69
69
  .sapSuiteFovClickable:hover .sapSuiteFovHoverIcon {
70
70
  display: block;
71
- }
72
-
71
+ }
@@ -1,6 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/FeedItemHeader.control */
3
- /* ============================================= */
1
+ /* ==================================================== */
2
+ /* CSS for control sap.suite.ui.commons/FeedItemHeader */
3
+ /* Base theme */
4
+ /* ==================================================== */
4
5
 
5
6
  .sapSuiteUiCommonsFeedItemHeader {
6
7
  height: 100%;
@@ -27,7 +28,7 @@
27
28
  }
28
29
 
29
30
  .sapSuiteUiCommonsFeedItemHeaderTitle {
30
- font-family: Arial, Helvetica, sans-serif; /*TODO: Use LESS param*/
31
+ font-family: Arial, Helvetica, sans-serif; /* TODO: Use LESS param */
31
32
  font-size: 16px;
32
33
  font-weight: normal;
33
34
  color: #00679e;
@@ -42,7 +43,7 @@
42
43
  }
43
44
 
44
45
  .sapSuiteUiCommonsFeedItemHeaderDescription {
45
- font-family: Arial, Helvetica, sans-serif; /*TODO: Use LESS param*/
46
+ font-family: Arial, Helvetica, sans-serif; /* TODO: Use LESS param */
46
47
  font-size: 14px;
47
48
  font-weight: normal;
48
49
  color: #000000;
@@ -54,17 +55,13 @@
54
55
  .sapSuiteUiCommonsFeedItemHeaderDescriptionMultiCol {
55
56
  column-count:2;
56
57
  column-gap: 2rem;
57
- -webkit-column-count:2;
58
- -webkit-column-gap: 2rem;
59
- -moz-column-count:2;
60
- -moz-column-gap: 2rem;
61
58
  }
62
59
 
63
60
  .sapSuiteUiCommonsFeedItemHeaderLowerText {
64
- font-family: Arial, Helvetica, sans-serif; /*TODO: Use LESS param*/
61
+ font-family: Arial, Helvetica, sans-serif; /* TODO: Use LESS param */
65
62
  font-size: 14px;
66
63
  font-weight: normal;
67
- color: #FFFFFF; /*TODO: Use LESS param*/
64
+ color: #FFFFFF; /* TODO: Use LESS param */
68
65
  overflow: hidden;
69
66
  white-space: nowrap;
70
67
  text-overflow: ellipsis;
@@ -83,4 +80,4 @@
83
80
 
84
81
  .sapSuiteUiCommonsFeedItemHeaderHeight {
85
82
  height: 9.5rem;
86
- }
83
+ }
@@ -1,8 +1,9 @@
1
- /* ============================================= */
2
- /* CSS base theme for control sap.suite.ui.commons/FeedTile.control */
3
- /* ============================================= */
1
+ /* ============================================== */
2
+ /* CSS for control sap.suite.ui.commons/FeedTile */
3
+ /* Base theme */
4
+ /* ============================================== */
4
5
 
5
- .sapSuiteUiCommonsFeedTile{
6
+ .sapSuiteUiCommonsFeedTile {
6
7
  height: 100%;
7
8
  width: 100%;
8
9
  position: relative;
@@ -10,7 +11,7 @@
10
11
  border-radius: 0.25rem;
11
12
  }
12
13
 
13
- .sapSuiteUiCommonsFeedTileBackground{
14
+ .sapSuiteUiCommonsFeedTileBackground {
14
15
  height: 100%;
15
16
  width: 100%;
16
17
  background-size: 100%;
@@ -18,7 +19,7 @@
18
19
  position: absolute;
19
20
  }
20
21
 
21
- .sapSuiteUiCommonsFeedTileText{
22
+ .sapSuiteUiCommonsFeedTileText {
22
23
  position: relative;
23
24
  top: 53%;
24
25
  height: 47%;
@@ -28,11 +29,11 @@
28
29
  border-bottom-left-radius: 0.25rem;
29
30
  }
30
31
 
31
- .sapSuiteUiCommonsFeedTileTitle{
32
- font-family: 'OpenSans-Semibold', sans-serif; /*TODO: Use LESS param*/
33
- color: white; /*TODO: Use LESS param*/
32
+ .sapSuiteUiCommonsFeedTileTitle {
33
+ font-family: 'OpenSans-Semibold', sans-serif; /* TODO: Use LESS param */
34
+ color: white; /* TODO: Use LESS param */
34
35
  font-size: 1.125rem;
35
- padding: 8px 15px 0px 15px;
36
+ padding: 8px 15px 0 15px;
36
37
  word-wrap: break-word;
37
38
  overflow: hidden;
38
39
  height: 53%;
@@ -41,27 +42,26 @@
41
42
  .sapSuiteUiCommonsFeedTileLowerText {
42
43
  margin-top: 6px;
43
44
  font-size: .875rem;
44
- font-family: 'OpenSans-Regular', sans-serif; /*TODO: Use LESS param*/
45
- color: #cccccc; /*TODO: Use LESS param*/
45
+ font-family: 'OpenSans-Regular', sans-serif; /* TODO: Use LESS param */
46
+ color: #cccccc; /* TODO: Use LESS param */
46
47
  width: 100%;
47
48
  }
48
49
 
49
50
  .sapSuiteUiCommonsFeedTileSource,
50
- .sapSuiteUiCommonsFeedTileAge{
51
+ .sapSuiteUiCommonsFeedTileAge {
51
52
  box-sizing: border-box;
52
- -moz-box-sizing: border-box;
53
53
  display: inline-block;
54
54
  overflow: hidden;
55
55
  white-space: nowrap;
56
56
  text-overflow: ellipsis;
57
57
  }
58
58
 
59
- .sapSuiteUiCommonsFeedTileSource{
59
+ .sapSuiteUiCommonsFeedTileSource {
60
60
  width: 50%;
61
61
  padding-left: 15px;
62
62
  }
63
63
 
64
- .sapSuiteUiCommonsFeedTileAge{
64
+ .sapSuiteUiCommonsFeedTileAge {
65
65
  width: 50%;
66
66
  padding-right: 15px;
67
67
  text-align: end;
@@ -71,27 +71,23 @@
71
71
  display: none;
72
72
  }
73
73
 
74
- /* for slide animation from NavContainer*/
74
+ /* for slide animation from NavContainer */
75
75
 
76
76
  .sapSuiteFTItemCenter {
77
- -webkit-transform: translate3d(0px, 0px, 0px);
78
- transform: translate3d(0px, 0px, 0px);
77
+ transform: translate3d(0, 0, 0);
79
78
  border-radius: 0.25rem;
80
79
  }
80
+
81
81
  .sapSuiteFTItemRight {
82
- -webkit-transition-property: -webkit-transform;
83
- -webkit-transform: translate3d(100%, 0px, 0px);
84
- transform: translate3d(100%, 0px, 0px);
82
+ transform: translate3d(100%, 0, 0);
85
83
  transition-property: transform;
86
84
  }
85
+
87
86
  .sapSuiteFTItemLeft {
88
- -webkit-transition-property: -webkit-transform;
89
- -webkit-transform: translate3d(-100%, 0px, 0px);
90
87
  transition-property: transform;
91
- transform: translate3d(-100%, 0px, 0px);
88
+ transform: translate3d(-100%, 0, 0);
92
89
  }
93
90
 
94
91
  .sapSuiteFTItemSliding {
95
- -webkit-transition-duration: 0.4s;
96
92
  transition-duration: 0.4s;
97
- }
93
+ }
@@ -1,6 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/GenericTile.control */
3
- /* ============================================= */
1
+ /* ==================================================== */
2
+ /* CSS for control sap.suite.ui.commons/GenericTile2X2 */
3
+ /* Base theme */
4
+ /* ==================================================== */
4
5
 
5
6
  .sapSuiteGT2x2 {
6
7
  display: inline-block;
@@ -12,16 +13,15 @@
12
13
  outline: none;
13
14
  }
14
15
 
15
- .sapSuiteGT2x2 .sapSuiteGTHdrTxt>.sapSuiteGTTitle,
16
+ .sapSuiteGT2x2 .sapSuiteGTHdrTxt > .sapSuiteGTTitle,
16
17
  .sapSuiteGT2x2 .sapSuiteGTSubHdrTxt,
17
18
  .sapSuiteGT2x2 .sapSuiteGT .sapSuiteGTContent {
18
19
  -webkit-user-select: none;
19
- -moz-user-select: -moz-none;
20
- -ms-user-select: none;
20
+ user-select: none;
21
21
  }
22
22
 
23
- .sapSuiteGT2x2 .sapSuiteGTHdrTxt>.sapSuiteGTTitle,
24
- .sapSuiteGT2x2 .sapSuiteGenericTileFtrFldTxt>.sapSuiteGTFailed {
23
+ .sapSuiteGT2x2 .sapSuiteGTHdrTxt > .sapSuiteGTTitle,
24
+ .sapSuiteGT2x2 .sapSuiteGenericTileFtrFldTxt > .sapSuiteGTFailed {
25
25
  cursor: inherit;
26
26
  }
27
27
 
@@ -107,10 +107,10 @@
107
107
  position: absolute !important;
108
108
  opacity: 0.8;
109
109
  z-index: 1;
110
- top: 0px;
111
- right: 0px;
112
- left: 0px;
113
- bottom: 0px;
110
+ top: 0;
111
+ right: 0;
112
+ left: 0;
113
+ bottom: 0;
114
114
  }
115
115
 
116
116
  .sapSuiteGT2x2 .sapSuiteGenericTileLoading {
@@ -134,7 +134,7 @@
134
134
  width: 100%;
135
135
  }
136
136
 
137
- html[dir=rtl] .sapSuiteGT2x2 .sapSuiteGenericTileFtrFldTxt {
137
+ html[dir='rtl'] .sapSuiteGT2x2 .sapSuiteGenericTileFtrFldTxt {
138
138
  padding-right:0.5rem;
139
139
  }
140
140
 
@@ -144,6 +144,6 @@ html[dir=rtl] .sapSuiteGT2x2 .sapSuiteGenericTileFtrFldTxt {
144
144
  vertical-align: bottom;
145
145
  }
146
146
 
147
- .sapSuiteGT2x2 .sapSuiteGenericTileFtrFldIcn>.sapSuiteGTFtrFldIcnMrk {
147
+ .sapSuiteGT2x2 .sapSuiteGenericTileFtrFldIcn > .sapSuiteGTFtrFldIcnMrk {
148
148
  vertical-align: bottom;
149
- }
149
+ }