@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,67 +1,38 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/LinkActionSheet.control */
3
- /* ============================================= */
1
+ /* ===================================================== */
2
+ /* CSS for control sap.suite.ui.commons/LinkActionSheet */
3
+ /* Base theme */
4
+ /* ===================================================== */
5
+
6
+ .sapUILinkActionSheet > {
4
7
 
5
- .sapUILinkActionSheet> {
6
8
  .sapUILinkActionSheetLink,
7
9
  .sapUILinkActionSheetLink:visited,
8
10
  .sapUILinkActionSheetLink:active {
9
11
  display: block;
10
12
  border-top: 0.0625rem solid rgba(229, 229, 229, 0.2);
11
13
  height: 3rem;
12
- color: @sapUiLink;
14
+ color: var(--sapLinkColor);
13
15
  box-sizing: border-box;
14
- -moz-box-sizing: border-box;
15
16
  text-align: left;
16
17
  text-decoration: none;
17
18
  padding: 1rem 1rem 0 1rem;
18
- font-family: @sapUiFontFamily;
19
+ font-family: var(--sapFontFamily);
19
20
  font-size: 0.875rem;
20
21
  outline: none;
21
22
  }
22
23
  }
23
24
 
24
- .sapMActionSheetMixedButtons.sapUILinkActionSheet>.sapUILinkActionSheetLink {
25
+ .sapMActionSheetMixedButtons.sapUILinkActionSheet > .sapUILinkActionSheetLink {
25
26
  padding-left: 3rem;
26
27
  }
27
28
 
28
- .sapUILinkActionSheet>.sapUILinkActionSheetLink:active {
29
- color: @sapUiButtonActiveTextColor;
30
- background-color: @sapUiButtonActiveBackground;
31
- }
32
-
33
- html[data-sap-ui-browser^="ie"] {
34
- .sapUILinkActionSheet > .sapUILinkActionSheetLink {
35
- padding-left:1rem;
36
- }
37
-
38
- .sapUILinkActionSheetButton {
39
- text-align: left;
40
- }
41
-
29
+ .sapUILinkActionSheet > .sapUILinkActionSheetLink:active {
30
+ color: var(--sapButton_Active_TextColor);
31
+ background-color: var(--sapButton_Active_Background);
42
32
  }
43
33
 
44
34
  .sap-desktop .sapUILinkActionSheetLink:focus {
45
35
  outline: 1px dotted;
46
- outline-color: @sapUiContentFocusColor;
36
+ outline-color: var(--sapContent_FocusColor);
47
37
  outline-offset: -1px;
48
- }
49
-
50
- /* IE ignores outline-offset. Use an overlay. */
51
- .sap-desktop[data-sap-ui-browser^="ie"] {
52
- .sapUILinkActionSheetLink:focus {
53
- outline: none;
54
- position: relative;
55
- }
56
-
57
- .sapUILinkActionSheetLink:focus:before {
58
- content: " ";
59
- box-sizing: border-box;
60
- width: 100%;
61
- height: 100%;
62
- position: absolute;
63
- left: 0;
64
- top: 0;
65
- border: 1px dotted @sapUiContentFocusColor;
66
- }
67
- }
38
+ }
@@ -1,3 +1,8 @@
1
+ /* ====================================================== */
2
+ /* CSS for control sap.suite.ui.commons/MicroProcessFlow */
3
+ /* Base theme */
4
+ /* ====================================================== */
5
+
1
6
  .sapSuiteUiCommonsMicroProcessFlow {
2
7
  display: flex;
3
8
  flex-direction: row;
@@ -18,7 +23,6 @@
18
23
  display: flex;
19
24
  flex-direction: row;
20
25
  margin: 2px;
21
-
22
26
  width: 100%;
23
27
  }
24
28
 
@@ -35,9 +39,9 @@
35
39
  width: 18px;
36
40
  height: 18px;
37
41
  border-radius: 50%;
38
- border: 1px solid @sapUiNeutralBorder;
39
- color: @sapUiNeutralBorder;
40
- background-color: @sapUiGroupContentBackground;
42
+ border: 1px solid var(--sapNeutralBorderColor);
43
+ color: var(--sapNeutralBorderColor);
44
+ background-color: var(--sapGroup_ContentBackground);
41
45
  display: flex;
42
46
  align-items: center;
43
47
  justify-content: center;
@@ -50,100 +54,99 @@
50
54
 
51
55
  .sapSuiteUiCommonsMicroProcessFlowItemContent:focus,
52
56
  .sapSuiteUiCommonsMicroProcessFlowItem:focus {
53
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
57
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
54
58
  outline-offset: 1px;
55
59
  }
56
60
 
57
61
  .sapSuiteUiCommonsMicroProcessFlow:focus {
58
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
62
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
59
63
  outline-offset: 1px;
60
64
  }
61
65
 
62
-
63
66
  .sapSuiteUiCommonsMicroProcessFlowItem .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon):not(.sapFAvatarTypeIcon) {
64
67
  font-size: 0.75rem;
65
68
  }
66
69
 
67
70
  .sapSuiteUiCommonsMicroProcessFlowItemStandard {
68
- color: @sapUiNeutralBorder;
71
+ color: var(--sapNeutralBorderColor);
69
72
  }
70
73
 
71
74
  .sapSuiteUiCommonsMicroProcessFlowItemSuccess {
72
- border-color: @sapSuccessBorderColor;
73
- background-color: @sapButton_Success_Background;
75
+ border-color: var(--sapSuccessBorderColor);
76
+ background-color: var(--sapButton_Success_Background);
74
77
  }
75
78
 
76
79
  .sapSuiteUiCommonsMicroProcessFlowItemError {
77
- border-color: @sapErrorBorderColor;
78
- background-color: @sapButton_Negative_Background;
80
+ border-color: var(--sapErrorBorderColor);
81
+ background-color: var(--sapButton_Negative_Background);
79
82
  }
80
83
 
81
84
  .sapSuiteUiCommonsMicroProcessFlowItemWarning {
82
- border-color: @sapWarningBorderColor;
83
- background-color: @sapButton_Critical_Background;
85
+ border-color: var(--sapWarningBorderColor);
86
+ background-color: var(--sapButton_Critical_Background);
84
87
  }
85
88
 
86
89
  .sapSuiteUiCommonsMicroProcessFlowItemInformation {
87
- border-color: @sapInformationBorderColor;
88
- background-color: @sapInformationBackground;
90
+ border-color: var(--sapInformationBorderColor);
91
+ background-color: var(--sapInformationBackground);
89
92
  }
90
93
 
91
94
  .sapSuiteUiCommonsMicroProcessFlowItemNone {
92
- border-color: @sapNeutralBorderColor;
93
- background-color: @sapNeutralBackground;
95
+ border-color: var(--sapNeutralBorderColor);
96
+ background-color: var(--sapNeutralBackground);
94
97
  }
95
98
 
96
99
  .sapSuiteUiCommonsMicroProcessFlowItemError .sapSuiteUiCommonsMicroProcessFlowItemIcon{
97
- color: @sapContent_ContrastTextColor;
98
- text-shadow: @sapContent_ContrastTextShadow;
100
+ color: var(--sapContent_ContrastTextColor);
101
+ text-shadow: var(--sapContent_ContrastTextShadow);
99
102
  }
100
103
 
101
104
  .sapSuiteUiCommonsMicroProcessFlowItemInformation .sapSuiteUiCommonsMicroProcessFlowItemIcon {
102
- color: @sapInformativeTextColor;
105
+ color: var(--sapInformativeTextColor);
103
106
  }
104
107
 
105
108
  .sapSuiteUiCommonsMicroProcessFlowItemWarning .sapSuiteUiCommonsMicroProcessFlowItemIcon {
106
- color: @sapContent_ContrastTextColor;
107
- text-shadow: @sapContent_ContrastTextShadow;
109
+ color: var(--sapContent_ContrastTextColor);
110
+ text-shadow: var(--sapContent_ContrastTextShadow);
108
111
  }
109
112
 
110
113
  .sapSuiteUiCommonsMicroProcessFlowItemSuccess .sapSuiteUiCommonsMicroProcessFlowItemIcon {
111
- color: @sapContent_ContrastTextColor;
112
- text-shadow: @sapContent_ContrastTextShadow;
114
+ color: var(--sapContent_ContrastTextColor);
115
+ text-shadow: var(--sapContent_ContrastTextShadow);
113
116
  }
114
117
 
115
118
  .sapSuiteUiCommonsMicroProcessFlowItemNone .sapSuiteUiCommonsMicroProcessFlowItemIcon {
116
- color: @sapChart_Sequence_Neutral_Minus2;
119
+ color: var(--sapChart_Sequence_Neutral_Minus2);
117
120
  }
118
121
 
119
122
  .sapSuiteUiCommonsMicroProcessFlowItemSuccess:hover {
120
- background-color: @sapButton_Success_Hover_Background;
121
- border-color: @sapSuccessBorderColor;
122
- color: @sapButton_Success_Hover_TextColor;
123
+ background-color: var(--sapButton_Success_Hover_Background);
124
+ border-color: var(--sapSuccessBorderColor);
125
+ color: var(--sapButton_Success_Hover_TextColor);
123
126
  }
124
127
 
125
128
  .sapSuiteUiCommonsMicroProcessFlowItemWarning:hover {
126
- background-color: @sapButton_Critical_Hover_Background;
127
- border-color: @sapWarningBorderColor;
128
- color:@sapButton_Critical_Hover_TextColor
129
+ background-color: var(--sapButton_Critical_Hover_Background);
130
+ border-color: var(--sapWarningBorderColor);
131
+ color: var(--sapButton_Critical_Hover_TextColor);
129
132
  }
130
133
 
131
134
  .sapSuiteUiCommonsMicroProcessFlowItemError:hover {
132
- background-color: @sapButton_Negative_Hover_Background;
133
- border-color: @sapErrorBorderColor;
134
- color: @sapButton_Negative_Hover_TextColor;
135
+ background-color: var(--sapButton_Negative_Hover_Background);
136
+ border-color: var(--sapErrorBorderColor);
137
+ color: var(--sapButton_Negative_Hover_TextColor);
135
138
  }
136
139
 
137
140
  .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
138
- background-color: @sapButton_Information_Hover_Background;
139
- border-color: @sapInformationBorderColor;
140
- color: @sapButton_Information_Hover_TextColor;
141
+ background-color: var(--sapButton_Information_Hover_Background);
142
+ border-color: var(--sapInformationBorderColor);
143
+ color: var(--sapButton_Information_Hover_TextColor);
141
144
  }
142
145
 
143
146
  .sapSuiteUiCommonsMicroProcessFlowItemNone:hover {
144
- background-color: @sapChart_Sequence_Neutral_Plus2;
145
- border-color: @sapChart_Sequence_Neutral_BorderColor;
146
- color: @sapChart_Sequence_Neutral_Minus2;
147
+ background-color: var(--sapChart_Sequence_Neutral_Plus2);
148
+ border-color: var(--sapChart_Sequence_Neutral_BorderColor);
149
+ color: var(--sapChart_Sequence_Neutral_Minus2);
147
150
  }
148
151
 
149
152
  .sapSuiteUiCommonsMicroProcessFlowItemWrapper {
@@ -156,7 +159,7 @@
156
159
 
157
160
  .sapSuiteUiCommonsMicroProcessFlowItemSeparator {
158
161
  height: 1px;
159
- background-color: @sapUiContentForegroundBorderColor;
162
+ background-color: var(--sapContent_ForegroundBorderColor);
160
163
  margin-left: 3px;
161
164
  margin-right: 3px;
162
165
  flex-grow: 1;
@@ -185,7 +188,7 @@
185
188
  .sapSuiteUiCommonsMicroProcessFlowItemOnHoldElement {
186
189
  width: 4px;
187
190
  height: 20px;
188
- background-color: @sapUiNegativeElement;
191
+ background-color: var(--sapNegativeElementColor);
189
192
  }
190
193
 
191
194
  .sapSuiteUiCommonsMicroProcessFlowItemIntermediary {
@@ -209,8 +212,9 @@
209
212
  .sapSuiteUiCommonsMicroProcessFlowItemPressed:hover .sapSuiteUiCommonsMicroProcessFlowItemIcon{
210
213
  color:var(--sapContent_ContrastIconColor);
211
214
  }
215
+
212
216
  .sapSuiteUiCommonsMicroProcessFlowItemPressed:hover .sapSuiteUiCommonsMicroProcessFlowItem {
213
- background-color: @sapUiHighlight;
217
+ background-color: var(--sapHighlightColor);
214
218
  }
215
219
 
216
220
  .sapSuiteUiCommonsMicroProcessFlowItemHiddenSeparator {
@@ -239,11 +243,11 @@
239
243
 
240
244
  .sapSuiteUiCommonsMicroProcessFlowArrow {
241
245
  cursor: pointer;
242
- color: @sapUiContentIconColor;
246
+ color: var(--sapContent_IconColor);
243
247
  }
244
248
 
245
249
  .sapSuiteUiCommonsMicroProcessFlowArrow:hover {
246
- color: @sapUiHighlight;
250
+ color: var(--sapHighlightColor);
247
251
  }
248
252
 
249
253
  .sapSuiteUiCommonsMicroProcessFlowLeftLabel {
@@ -260,4 +264,4 @@
260
264
 
261
265
  .sapSuiteUiCommonsMicroProcessFlowScroller:focus {
262
266
  outline: none;
263
- }
267
+ }
@@ -1,7 +1,7 @@
1
-
2
- /* ============================================= */
3
- /* CSS for control sap.suite.ui.commons/MonitoringContent.control */
4
- /* ============================================= */
1
+ /* ======================================================= */
2
+ /* CSS for control sap.suite.ui.commons/MonitoringContent */
3
+ /* Base theme */
4
+ /* ======================================================= */
5
5
 
6
6
  .sapSuiteUiCommonsMC {
7
7
  position: relative;
@@ -79,4 +79,4 @@
79
79
  .sapSuiteUiCommonsMCIcon.Loading,
80
80
  .sapSuiteUiCommonsMCIcon.Failed {
81
81
  opacity: 0.25;
82
- }
82
+ }
@@ -1,9 +1,11 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/NetworkGraph */
3
- /* ============================================= */
4
- .sapMSelectList li[data-islast="true"],
5
- .sapMSelectList li[data-islast="true"] {
6
- border-bottom: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapUiContentForegroundBorderColor;
1
+ /* ================================================== */
2
+ /* CSS for control sap.suite.ui.commons/NetworkGraph */
3
+ /* Base theme */
4
+ /* ================================================== */
5
+
6
+ .sapMSelectList li[data-islast='true'],
7
+ .sapMSelectList li[data-islast='true'] {
8
+ border-bottom: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapContent_ForegroundBorderColor);
7
9
  }
8
10
 
9
11
  .sapSuiteUiCommonsNetworkGraph {
@@ -18,15 +20,13 @@
18
20
  }
19
21
 
20
22
  .sapSuiteUiCommonsNetworkGraph:focus {
21
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
22
- outline-offset: 0px;
23
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
24
+ outline-offset: 0;
23
25
  }
24
26
 
25
27
  .sapSuiteUiCommonsNetworkGraphPanning {
26
28
  cursor: move;
27
29
  cursor: grabbing;
28
- cursor: -moz-grabbing;
29
- cursor: -webkit-grabbing;
30
30
  }
31
31
 
32
32
  .sapSuiteUiCommonsNetworkGraphEventWrapper {
@@ -35,12 +35,12 @@
35
35
  }
36
36
 
37
37
  .sapSuiteUiCommonsNetworkGraphContentWrapperAccessibility {
38
- position:absolute;
38
+ position: absolute;
39
39
  left:-10000px;
40
- top:auto;
41
- width:1px;
42
- height:1px;
43
- overflow:hidden;
40
+ top: auto;
41
+ width: 1px;
42
+ height: 1px;
43
+ overflow: hidden;
44
44
  }
45
45
 
46
46
  .sapSuiteUiCommonsNetworkGraphScroller {
@@ -58,7 +58,7 @@
58
58
 
59
59
  .sapSuiteUiCommonsNetworkGraphInnerScrollerCenter.sapSuiteUiCommonsNetworkGraphInnerScrollerNoMargin {
60
60
  margin: 0;
61
- height:fit-content;
61
+ height: fit-content;
62
62
  min-height: 0;
63
63
  }
64
64
 
@@ -67,15 +67,15 @@
67
67
  }
68
68
 
69
69
  .sapSuiteUiCommonsNetworkGraphBackgroundWhite {
70
- background-color: @sapUiGroupContentBackground;
70
+ background-color: var(--sapGroup_ContentBackground);
71
71
  }
72
72
 
73
73
  .sapSuiteUiCommonsNetworkGraphBackgroundDefault {
74
- background-color: @sapUiBaseBG;
74
+ background-color: var(--sapBackgroundColor);
75
75
  }
76
76
 
77
77
  .sapSuiteFlickerFreeRect {
78
- fill: @sapUiBaseBG;
78
+ fill: var(--sapBackgroundColor);
79
79
  width: 1000px;
80
80
  height: 1000px;
81
81
  }
@@ -92,14 +92,12 @@
92
92
  flex-shrink: 0;
93
93
  overflow: hidden;
94
94
  position: absolute;
95
- //margin: auto;
96
-
97
95
  transform-origin: top left;
98
96
  pointer-events: none;
99
97
  }
100
98
 
101
99
  .sapSuiteUiCommonsNetworkGraphContainerOverlay {
102
- background-color: @sapUiListBackground;
100
+ background-color: var(--sapList_Background);
103
101
  width: 100%;
104
102
  height: 100%;
105
103
  }
@@ -109,11 +107,17 @@
109
107
  pointer-events: none;
110
108
  }
111
109
 
110
+ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphIcon {
111
+ transform-box: fill-box;
112
+ transform-origin: center;
113
+ transform: scaleX(-1);
114
+ }
115
+
112
116
  .sapSuiteUiCommonsNetworkGraphSvg .sapSuiteUiCommonsNetworkGraphIcon,
113
117
  .sapSuiteUiCommonsNetworkGraphDivActionButton .sapSuiteUiCommonsNetworkGraphIcon,
114
118
  .sapSuiteUiCommonsNetworkTopGroup .sapSuiteUiCommonsNetworkGraphIcon,
115
119
  .sapSuiteUiCommonsNetworkGroupHeader .sapSuiteUiCommonsNetworkGraphIcon {
116
- font-family: @sapUiContentIconFontFamily;
120
+ font-family: var(--sapContent_IconFontFamily);
117
121
  }
118
122
 
119
123
  .sapSuiteUiCommonsNetworkGraphLegend {
@@ -132,7 +136,7 @@
132
136
  }
133
137
 
134
138
  .sapSuiteUiCommonsNetworkGraphContentWrapper:focus {
135
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
139
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
136
140
  outline-offset: 1px;
137
141
  }
138
142
 
@@ -140,15 +144,12 @@
140
144
  outline: none;
141
145
  }
142
146
 
143
- //** Legend **//
147
+ /** Legend **/
144
148
  .sapSuiteUiCommonsNetworkGraphLegendLine {
145
149
  display: flex;
146
150
  flex-direction: row;
147
151
  align-items: center;
148
152
  margin-bottom: 2px;
149
-
150
- width: -webkit-fit-content;
151
- width: -moz-fit-content;
152
153
  width: fit-content;
153
154
  }
154
155
 
@@ -162,15 +163,15 @@
162
163
  }
163
164
 
164
165
  .sapSuiteUiCommonsNetworkGraphLegendLine:hover {
165
- background-color: @sapUiButtonHoverBackground;
166
+ background-color: var(--sapButton_Hover_Background);
166
167
  }
167
168
 
168
169
  .sapSuiteUiCommonsNetworkGraphLegendColorLine {
169
170
  width: 10px;
170
171
  height: 10px;
171
172
  margin: 6px;
172
- background-color: @sapUiContentForegroundBorderColor;
173
- border: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapUiContentForegroundBorderColor;
173
+ background-color: var(--sapContent_ForegroundBorderColor);
174
+ border: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapContent_ForegroundBorderColor);
174
175
  flex-shrink: 0; /* Prevent shrinking */
175
176
  }
176
177
 
@@ -178,10 +179,10 @@
178
179
  margin-right: 5px;
179
180
  }
180
181
 
181
- //** Attributes **/
182
+ /** Attributes **/
182
183
  .sapSuiteUiCommonsNetworkGraphSvg .sapSuiteUiCommonsNetworkGraphAttribute {
183
- font-size: @sapMFontSmallSize;
184
- fill: @sapUiBaseText;
184
+ font-size: var(--sapFontSmallSize);
185
+ fill: var(--sapTextColor);
185
186
  }
186
187
 
187
188
  .sapSuiteUiCommonsNetworkGraphSvg .sapSuiteUiCommonsNetworkGraphAttributeValue {
@@ -193,19 +194,19 @@
193
194
  }
194
195
 
195
196
  .sapSuiteUiCommonsNetworkGraphLegendColorLine.sapSuiteUiCommonsNetworkElementSuccess {
196
- background-color: @sapUiSuccessBorder;
197
+ background-color: var(--sapSuccessBorderColor);
197
198
  }
198
199
 
199
200
  .sapSuiteUiCommonsNetworkGraphLegendColorLine.sapSuiteUiCommonsNetworkElementError {
200
- background-color: @sapUiErrorBorder;
201
+ background-color: var(--sapErrorBorderColor);
201
202
  }
202
203
 
203
204
  .sapSuiteUiCommonsNetworkGraphLegendColorLine.sapSuiteUiCommonsNetworkElementInformation {
204
- background-color: @sapUiHighlight;
205
+ background-color: var(--sapHighlightColor);
205
206
  }
206
207
 
207
208
  .sapSuiteUiCommonsNetworkGraphLegendColorLine.sapSuiteUiCommonsNetworkElementWarning {
208
- background-color: @sapUiWarningBorder;
209
+ background-color: var(--sapWarningBorderColor);
209
210
  }
210
211
 
211
212
  .sapSuiteUiCommonsNetworkAlertWrapper {
@@ -214,33 +215,32 @@
214
215
  left: 0;
215
216
  width: 100%;
216
217
  height: 100%;
217
- background-color: @sapUiBaseText;
218
+ background-color: var(--sapTextColor);
218
219
  opacity: 0;
219
220
  pointer-events: none;
220
221
  transition: opacity ease-in-out;
221
-
222
222
  z-index: 500;
223
223
  }
224
224
 
225
225
  .sapSuiteUiCommonsNetworkAlertText {
226
226
  font-size: 1.375rem;
227
- color: @sapUiTileBackground;
227
+ color: var(--sapTile_Background);
228
228
  position: relative;
229
229
  margin: 0;
230
230
  top: 50%;
231
- -webkit-transform: translateY(-50%);
232
- -ms-transform: translateY(-50%);
233
231
  transform: translateY(-50%);
234
232
  text-align: center;
235
233
  }
236
234
 
237
- /* ============================================= */
238
- /* CSS for control sap.suite.ui.commons/GraphMap */
239
- /* ============================================= */
235
+ /* ============================================== */
236
+ /* CSS for control sap.suite.ui.commons/GraphMap */
237
+ /* ============================================== */
238
+
240
239
  .sapSuiteUiCommonsNetworkGraphMapDivNodes {
241
240
  pointer-events: none;
242
241
  transform-origin: top left;
243
242
  position: absolute;
243
+ width: 100%;
244
244
  }
245
245
 
246
246
  .sapSuiteUiCommonsNetworkGraphMapSvg {
@@ -258,7 +258,8 @@
258
258
  width: 100%;
259
259
  }
260
260
 
261
- html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
261
+ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups,
262
+ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivNodes {
262
263
  transform-origin: top right;
263
264
  }
264
265
 
@@ -269,7 +270,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
269
270
 
270
271
  .sapSuiteUiCommonsNetworkGraphMapBoundary {
271
272
  fill: none;
272
- stroke: @sapUiContentForegroundBorderColor;
273
+ stroke: var(--sapContent_ForegroundBorderColor);
273
274
  vector-effect: non-scaling-stroke;
274
275
  stroke-width: 2px;
275
276
  shape-rendering: crispEdges;
@@ -281,7 +282,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
281
282
  align-items: center;
282
283
  padding-left: 10px;
283
284
  padding-right: 10px;
284
- border-bottom: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapUiGroupTitleBorderColor;
285
+ border-bottom: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapGroup_TitleBorderColor);
285
286
  flex-shrink: 0;
286
287
  box-sizing: border-box;
287
288
  }
@@ -291,7 +292,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
291
292
  }
292
293
 
293
294
  .sapSuiteUiCommonsNetworkGraphMapNavigator {
294
- stroke: @sapUiActive;
295
+ stroke: var(--sapActiveColor);
295
296
  fill: none;
296
297
  stroke-width: 2px;
297
298
  vector-effect: non-scaling-stroke;
@@ -309,8 +310,8 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
309
310
  }
310
311
 
311
312
  .sapSuiteUiCommonsNetworkGraphMapTitleText {
312
- font-size: @sapMFontLargeSize;
313
- color: @sapTextColor;
313
+ font-size: var(--sapFontLargeSize);
314
+ color: var(--sapTextColor);
314
315
  }
315
316
 
316
317
  .sapSuiteUiCommonsNetworkGraphMap {
@@ -321,7 +322,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
321
322
 
322
323
  .sapSuiteNetworkGraphErrorText {
323
324
  margin: 5px;
324
- color: @sapUiErrorBorder;
325
+ color: var(--sapErrorBorderColor);
325
326
  }
326
327
 
327
328
  .sapSuiteUiCommonsNetworkGraph.sapSuiteUiCommonsNetworkGraphLayered.sapSuiteUiCommonsNetworkGraphCrispEdges .sapSuiteUiCommonsNetworkGraphSvg path,
@@ -345,7 +346,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
345
346
  }
346
347
 
347
348
  .sapSuiteUiCommonsNetworkGraphLaneIcon {
348
- font-family: @sapUiContentIconFontFamily;
349
+ font-family: var(--sapContent_IconFontFamily);
349
350
  pointer-events: none;
350
351
  }
351
352
 
@@ -359,10 +360,8 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
359
360
  position: absolute;
360
361
  pointer-events: none;
361
362
  transform-origin: top left;
362
-
363
363
  width: 100%;
364
364
  height: 100%;
365
-
366
365
  z-index: 8;
367
366
  }
368
367
 
@@ -375,11 +374,9 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
375
374
  }
376
375
 
377
376
  .sapSuiteUiCommonsNetworkGraphDivGroups {
378
- //pointer-events: none;
379
377
  transform-origin: top left;
380
378
  position: absolute;
381
379
  overflow: hidden;
382
-
383
380
  width: 100%;
384
381
  }
385
382
 
@@ -407,7 +404,6 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
407
404
  margin-right: auto;
408
405
  margin-top: auto;
409
406
  margin-bottom: auto;
410
-
411
407
  display: flex;
412
408
  flex-direction: unset;
413
409
  align-items: center;
@@ -418,7 +414,6 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
418
414
  margin-right: auto;
419
415
  margin-top: auto;
420
416
  margin-bottom: auto;
421
-
422
417
  display: flex;
423
418
  flex-direction: unset;
424
419
  align-items: center;
@@ -437,6 +432,6 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
437
432
  }
438
433
 
439
434
  .sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkElementFocus {
440
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
435
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
441
436
  outline-offset: 1px;
442
- }
437
+ }