@sapui5/sap.suite.ui.commons 1.145.1 → 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 (214) 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 +83 -4
  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/CalculationBuilderInput.js +11 -0
  9. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
  10. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  11. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  12. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  13. package/src/sap/suite/ui/commons/ControlProxy.js +7 -4
  14. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  15. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  16. package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +3 -0
  17. package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +5 -1
  18. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +10 -10
  19. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +12 -10
  20. package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
  21. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  31. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +9 -6
  32. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/library.js +4 -4
  35. package/src/sap/suite/ui/commons/messagebundle.properties +16 -8
  36. package/src/sap/suite/ui/commons/messagebundle_ar.properties +11 -5
  37. package/src/sap/suite/ui/commons/messagebundle_bg.properties +11 -5
  38. package/src/sap/suite/ui/commons/messagebundle_ca.properties +10 -4
  39. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +11 -5
  40. package/src/sap/suite/ui/commons/messagebundle_cs.properties +7 -1
  41. package/src/sap/suite/ui/commons/messagebundle_cy.properties +11 -5
  42. package/src/sap/suite/ui/commons/messagebundle_da.properties +10 -4
  43. package/src/sap/suite/ui/commons/messagebundle_de.properties +8 -2
  44. package/src/sap/suite/ui/commons/messagebundle_el.properties +11 -5
  45. package/src/sap/suite/ui/commons/messagebundle_en.properties +11 -5
  46. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +11 -5
  47. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +9 -5
  48. package/src/sap/suite/ui/commons/messagebundle_es.properties +11 -5
  49. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +10 -4
  50. package/src/sap/suite/ui/commons/messagebundle_et.properties +6 -0
  51. package/src/sap/suite/ui/commons/messagebundle_fi.properties +10 -4
  52. package/src/sap/suite/ui/commons/messagebundle_fr.properties +11 -5
  53. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +11 -5
  54. package/src/sap/suite/ui/commons/messagebundle_hi.properties +11 -5
  55. package/src/sap/suite/ui/commons/messagebundle_hr.properties +10 -4
  56. package/src/sap/suite/ui/commons/messagebundle_hu.properties +9 -3
  57. package/src/sap/suite/ui/commons/messagebundle_id.properties +12 -6
  58. package/src/sap/suite/ui/commons/messagebundle_it.properties +11 -5
  59. package/src/sap/suite/ui/commons/messagebundle_iw.properties +11 -5
  60. package/src/sap/suite/ui/commons/messagebundle_ja.properties +9 -3
  61. package/src/sap/suite/ui/commons/messagebundle_kk.properties +10 -4
  62. package/src/sap/suite/ui/commons/messagebundle_ko.properties +10 -4
  63. package/src/sap/suite/ui/commons/messagebundle_lt.properties +11 -5
  64. package/src/sap/suite/ui/commons/messagebundle_lv.properties +11 -5
  65. package/src/sap/suite/ui/commons/messagebundle_mk.properties +9 -3
  66. package/src/sap/suite/ui/commons/messagebundle_ms.properties +11 -5
  67. package/src/sap/suite/ui/commons/messagebundle_nl.properties +8 -2
  68. package/src/sap/suite/ui/commons/messagebundle_no.properties +10 -4
  69. package/src/sap/suite/ui/commons/messagebundle_pl.properties +11 -5
  70. package/src/sap/suite/ui/commons/messagebundle_pt.properties +11 -5
  71. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +11 -5
  72. package/src/sap/suite/ui/commons/messagebundle_ro.properties +11 -5
  73. package/src/sap/suite/ui/commons/messagebundle_ru.properties +12 -6
  74. package/src/sap/suite/ui/commons/messagebundle_sh.properties +11 -5
  75. package/src/sap/suite/ui/commons/messagebundle_sk.properties +10 -4
  76. package/src/sap/suite/ui/commons/messagebundle_sl.properties +10 -4
  77. package/src/sap/suite/ui/commons/messagebundle_sr.properties +11 -5
  78. package/src/sap/suite/ui/commons/messagebundle_sv.properties +10 -4
  79. package/src/sap/suite/ui/commons/messagebundle_th.properties +11 -5
  80. package/src/sap/suite/ui/commons/messagebundle_tr.properties +8 -2
  81. package/src/sap/suite/ui/commons/messagebundle_uk.properties +14 -8
  82. package/src/sap/suite/ui/commons/messagebundle_vi.properties +11 -5
  83. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +11 -5
  84. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +11 -5
  85. package/src/sap/suite/ui/commons/networkgraph/Graph.js +149 -40
  86. package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
  87. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
  88. package/src/sap/suite/ui/commons/networkgraph/Line.js +110 -12
  89. package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
  90. package/src/sap/suite/ui/commons/networkgraph/Utils.js +249 -10
  91. package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
  92. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
  93. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +230 -82
  94. package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
  95. package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +12 -3
  96. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  97. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  98. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  99. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  100. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  101. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  102. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  103. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  104. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  105. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  106. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  107. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  108. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  109. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  110. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  111. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  112. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  113. package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
  114. package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
  115. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
  116. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
  117. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
  118. package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
  119. package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
  120. package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
  121. package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
  122. package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
  123. package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
  124. package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
  125. package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
  126. package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
  127. package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
  128. package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
  129. package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
  130. package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
  131. package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
  132. package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
  133. package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
  134. package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
  135. package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
  136. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
  137. package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
  138. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
  139. package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
  140. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
  141. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
  142. package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
  143. package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
  144. package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
  145. package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
  146. package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
  147. package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
  148. package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
  149. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
  150. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
  151. package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
  152. package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
  153. package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
  154. package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
  155. package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
  156. package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
  157. package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
  158. package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
  159. package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
  160. package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
  161. package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
  162. package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
  163. package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
  164. package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
  165. package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
  166. package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
  167. package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
  168. package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
  169. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
  170. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
  171. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
  172. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
  173. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
  174. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
  175. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
  176. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
  177. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
  178. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
  179. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
  180. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
  181. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
  182. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
  183. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
  184. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
  185. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
  186. package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
  187. package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
  188. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
  189. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
  190. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
  191. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
  192. package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
  193. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
  194. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
  195. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
  196. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
  197. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
  198. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
  199. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
  200. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
  201. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
  202. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
  203. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
  204. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
  205. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
  206. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
  207. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
  208. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
  209. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
  210. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
  211. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
  212. package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageConsumer.js +3 -3
  213. package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
  214. package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
@@ -1,22 +1,21 @@
1
- /* ================================================================ */
2
- /* CSS for sap.suite.ui.commons/ProcessFlowNode.control */
3
- /* High Contrast Black theme */
4
- /* ================================================================ */
1
+ /* ===================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlowNode */
3
+ /* Quartz High Contrast Black theme */
4
+ /* ===================================================== */
5
5
 
6
- @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular: @sapUiContentForegroundBorderColor;
7
- @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular: @sapUiGroupContentBackground;
6
+ @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular: var(--sapContent_ForegroundBorderColor);
7
+ @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular: var(--sapGroup_ContentBackground);
8
8
  @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned: lighten(@sapUiContentForegroundBorderColor, 8);
9
- @_sap_suite_ui_commons_ProcessFlowNode_TextColorPlanned: @sapUiGroupTitleTextColor;
10
- @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHighlighted: @sapUiGroupContentBackground;
11
- @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed: @sapUiGroupContentBackground;
9
+ @_sap_suite_ui_commons_ProcessFlowNode_TextColorPlanned: var(--sapGroup_TitleTextColor);
10
+ @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHighlighted: var(--sapGroup_ContentBackground);
11
+ @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed: var(--sapGroup_ContentBackground);
12
12
  @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed: lighten(@sapUiContentForegroundBorderColor, 15);
13
13
  @_sap_suite_ui_commons_ProcessFlowNode_TextColorDimmed: lighten(@sapUiGroupTitleTextColor, 20);
14
14
  @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover: darken(@sapUiGroupContentBackground, 5);
15
- @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused: @sapUiGroupContentBackground;
16
- @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused: @sapUiAccent6;
15
+ @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused: var(--sapGroup_ContentBackground);
16
+ @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused: var(--sapAccentColor6);
17
17
  @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed: lighten(@sapUiAccent6, 35);
18
18
 
19
-
20
19
  /* border styles */
21
20
  .sapSuiteUiCommonsProcessFlowNodeBorderStandard {
22
21
  border-width: 0.0625rem;
@@ -28,96 +27,100 @@
28
27
  /* ----- */
29
28
  /* node0 */
30
29
  /* ----- */
31
- /* shadow for highlighted*/
30
+ /* shadow for highlighted */
32
31
  .sapSuiteUiCommonsShadowedDivBorderTop,
33
32
  .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
34
- top: 0rem;
35
- height: 0rem;
36
- min-height: 0rem;
37
- max-height: 0rem;
38
- line-height: 0rem;
33
+ top: 0;
34
+ height: 0;
35
+ min-height: 0;
36
+ max-height: 0;
37
+ line-height: 0;
39
38
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
40
39
  }
40
+
41
41
  .sapSuiteUiCommonsShadowedDivBorderRight {
42
- right: 0rem;
43
- top: 0rem;
44
- width: 0rem;
45
- min-width: 0rem;
46
- max-width: 0rem;
42
+ right: 0;
43
+ top: 0;
44
+ width: 0;
45
+ min-width: 0;
46
+ max-width: 0;
47
47
  height: 100%;
48
48
  min-height: 100%;
49
49
  max-height: 100%;
50
50
  line-height: 100%;
51
51
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
52
52
  }
53
+
53
54
  .sapSuiteUiCommonsShadowedDivBorderBottom {
54
- left: 0rem;
55
- bottom: 0rem;
55
+ left: 0;
56
+ bottom: 0;
56
57
  width: 100%;
57
58
  min-width: 100%;
58
59
  max-width: 100%;
59
- height: 0rem;
60
- min-height: 0rem;
61
- max-height: 0rem;
62
- line-height: 0rem;
60
+ height: 0;
61
+ min-height: 0;
62
+ max-height: 0;
63
+ line-height: 0;
63
64
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
64
65
  }
66
+
65
67
  .sapSuiteUiCommonsShadowedDivBorderLeft,
66
68
  .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
67
- left: 0rem;
68
- width: 0rem;
69
- min-width: 0rem;
70
- max-width: 0rem;
69
+ left: 0;
70
+ width: 0;
71
+ min-width: 0;
72
+ max-width: 0;
71
73
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
72
74
  }
75
+
73
76
  .sapSuiteUiCommonsShadowedDivFoldedCorner,
74
77
  .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
75
78
  position: absolute;
76
79
  border: none;
77
- height: 0rem;
78
- min-height: 0rem;
79
- max-height: 0rem;
80
- line-height: 0rem;
80
+ height: 0;
81
+ min-height: 0;
82
+ max-height: 0;
83
+ line-height: 0;
81
84
  transform: rotate(-45deg);
82
- -ms-transform: rotate(-45deg);
83
- -moz-transform: rotate(-45deg);
84
- -webkit-transform: rotate(-45deg);
85
85
  }
86
86
 
87
87
  .sapSuiteUiCommonsShadowedDivCommon {
88
88
  position: absolute;
89
89
  border: none;
90
90
  box-sizing: border-box;
91
- -moz-box-sizing: border-box;
92
- -webkit-box-sizing: border-box;
93
91
  }
94
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivBorderTop {
95
- left: 0rem;
92
+
93
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivBorderTop {
94
+ left: 0;
96
95
  width: 11rem;
97
96
  min-width: 11rem;
98
97
  max-width: 11rem;
99
98
  }
100
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
99
+
100
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
101
101
  left: 1rem;
102
102
  width: 10rem;
103
103
  min-width: 10rem;
104
104
  max-width: 10rem;
105
105
  }
106
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivBorderLeft {
107
- top: 0rem;
106
+
107
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivBorderLeft {
108
+ top: 0;
108
109
  height: 13.8125rem;
109
110
  min-height: 13.8125rem;
110
111
  max-height: 13.8125rem;
111
112
  line-height: 13.8125rem;
112
113
  }
113
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
114
+
115
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
114
116
  top: 1rem;
115
117
  height: 12.8125rem;
116
118
  min-height: 12.8125rem;
117
119
  max-height: 12.8125rem;
118
120
  line-height: 12.8125rem;
119
121
  }
120
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
122
+
123
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
121
124
  left: -0.18125rem;
122
125
  top: 0.45rem;
123
126
  width: 1.2375rem;
@@ -125,7 +128,8 @@
125
128
  max-width: 1.2375rem;
126
129
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
127
130
  }
128
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
131
+
132
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
129
133
  left: -0.18125rem;
130
134
  top: 0.5rem;
131
135
  width: 1.25rem;
@@ -133,33 +137,38 @@
133
137
  max-width: 1.25rem;
134
138
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
135
139
  }
136
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivBorderTop {
137
- left: 0rem;
140
+
141
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivBorderTop {
142
+ left: 0;
138
143
  width: 9rem;
139
144
  min-width: 9rem;
140
145
  max-width: 9rem;
141
146
  }
142
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
147
+
148
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
143
149
  left: 1rem;
144
150
  width: 8rem;
145
151
  min-width: 8rem;
146
152
  max-width: 8rem;
147
153
  }
148
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivBorderLeft {
149
- top: 0rem;
154
+
155
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivBorderLeft {
156
+ top: 0;
150
157
  height: 12.1875rem;
151
158
  min-height: 12.1875rem;
152
159
  max-height: 12.1875rem;
153
160
  line-height: 12.1875rem;
154
161
  }
155
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
162
+
163
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
156
164
  top: 1rem;
157
165
  height: 11.1875rem;
158
166
  min-height: 11.1875rem;
159
167
  max-height: 11.1875rem;
160
168
  line-height: 11.1875rem;
161
169
  }
162
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
170
+
171
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
163
172
  left: -0.18125rem;
164
173
  top: 0.45rem;
165
174
  width: 1.2375rem;
@@ -167,7 +176,8 @@
167
176
  max-width: 1.2375rem;
168
177
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
169
178
  }
170
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
179
+
180
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
171
181
  left: -0.18125rem;
172
182
  top: 0.5rem;
173
183
  width: 1.25rem;
@@ -175,32 +185,37 @@
175
185
  max-width: 1.25rem;
176
186
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
177
187
  }
178
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivBorderTop {
179
- left: 0rem;
188
+
189
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivBorderTop {
190
+ left: 0;
180
191
  width: 6.5rem;
181
192
  min-width: 6.5rem;
182
193
  max-width: 6.5rem;
183
194
  }
184
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
195
+
196
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
185
197
  left: 0.75rem;
186
198
  width: 5.75rem;
187
199
  min-width: 5.75rem;
188
200
  max-width: 5.75rem;
189
201
  }
190
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivBorderLeft {
191
- top: 0rem;
202
+
203
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivBorderLeft {
204
+ top: 0;
192
205
  height: 8rem;
193
206
  min-height: 8rem;
194
207
  max-height: 8rem;
195
208
  line-height: 8rem;
196
209
  }
197
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
210
+
211
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
198
212
  top: 0.75rem;
199
213
  height: 7.25rem;
200
214
  min-height: 7.25rem;
201
215
  max-height: 7.25rem;
202
216
  line-height: 7.25rem;
203
217
  }
218
+
204
219
  .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
205
220
  left: -0.13125rem;
206
221
  top: 0.325rem;
@@ -209,7 +224,8 @@
209
224
  max-width: 0.89375rem;
210
225
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
211
226
  }
212
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
227
+
228
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
213
229
  left: -0.125rem;
214
230
  top: 0.375rem;
215
231
  width: 0.9375rem;
@@ -217,32 +233,37 @@
217
233
  max-width: 0.9375rem;
218
234
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
219
235
  }
220
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivBorderTop {
221
- left: 0rem;
236
+
237
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivBorderTop {
238
+ left: 0;
222
239
  width: 3rem;
223
240
  min-width: 3rem;
224
241
  max-width: 3rem;
225
242
  }
226
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
243
+
244
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
227
245
  left: 0.75rem;
228
246
  width: 2.25rem;
229
247
  min-width: 2.25rem;
230
248
  max-width: 2.25rem;
231
249
  }
232
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivBorderLeft {
233
- top: 0rem;
250
+
251
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivBorderLeft {
252
+ top: 0;
234
253
  height: 3.75rem;
235
254
  min-height: 3.75rem;
236
255
  max-height: 3.75rem;
237
256
  line-height: 3.75rem;
238
257
  }
239
- .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
258
+
259
+ .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
240
260
  top: 0.75rem;
241
261
  height: 3rem;
242
262
  min-height: 3rem;
243
263
  max-height: 3rem;
244
264
  line-height: 3rem;
245
265
  }
266
+
246
267
  .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
247
268
  left: -0.13125rem;
248
269
  top: 0.325rem;
@@ -251,6 +272,7 @@
251
272
  max-width: 0.89375rem;
252
273
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
253
274
  }
275
+
254
276
  .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
255
277
  left: -0.125rem;
256
278
  top: 0.375rem;
@@ -295,7 +317,7 @@
295
317
  }
296
318
  .sapSuiteUiCommonsProcessFlowNodeDisplayStateHighlighted:not(.sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused) {
297
319
  background-color: @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHighlighted;
298
- border-color: @sapUiHighlight;
320
+ border-color: var(--sapHighlightColor);
299
321
  }
300
322
  .sapSuiteUiCommonsProcessFlowNodeDisplayStateDimmed:not(.sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused) {
301
323
  background-color: @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed;
@@ -304,7 +326,7 @@
304
326
  .sapSuiteUiCommonsProcessFlowNodeDisplayStateDimmed.sapSuiteUiCommonsProcessFlowNodeStatePlanned:not(.sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused) {
305
327
  border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
306
328
  }
307
- /* The focus div is an overlay of button which should not have background color*/
329
+ /* The focus div is an overlay of button which should not have background color */
308
330
  .sapSuiteUiCommonsProcessFlowNodeHover:not(.sapMBtnFocusDiv) {
309
331
  background-color: @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover !important;
310
332
  }
@@ -314,11 +336,11 @@
314
336
  .sapSuiteUiCommonsProcessFlowNodeDisplayStateDimmed.sapSuiteUiCommonsProcessFlowNodeHover {
315
337
  border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
316
338
  }
317
- /* The focus div is an overlay of button which should not have background color*/
339
+ /* The focus div is an overlay of button which should not have background color */
318
340
  .sapSuiteUiCommonsProcessFlowNodeActive:not(.sapMBtnFocusDiv) {
319
- border-color: @sapUiHighlight !important;
320
- background-color: @sapUiHighlight !important;
321
- color: @sapUiContentContrastTextColor !important;
341
+ border-color: var(--sapHighlightColor) !important;
342
+ background-color: var(--sapHighlightColor) !important;
343
+ color: var(--sapContent_ContrastTextColor) !important;
322
344
  }
323
345
  .sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused {
324
346
  background-color: @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused;
@@ -333,37 +355,44 @@
333
355
  background-color: transparent !important;
334
356
  }
335
357
 
336
- /* node corner states - dog ear*/
358
+ /* node corner states - dog ear */
337
359
  .sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateRegular {
338
360
  color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
339
361
  }
362
+
340
363
  .sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateRegular.sapSuiteUiCommonsProcessFlowFoldedCornerPlanned {
341
364
  color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
342
365
  }
366
+
343
367
  .sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateHighlighted {
344
- color: @sapUiHighlight;
368
+ color: var(--sapHighlightColor);
345
369
  }
370
+
346
371
  .sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateDimmed {
347
372
  color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
348
373
  }
374
+
349
375
  .sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateDimmed.sapSuiteUiCommonsProcessFlowFoldedCornerPlanned {
350
376
  color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
351
377
  }
378
+
352
379
  .sapSuiteUiCommonsProcessFlowFoldedCornerNodeActive {
353
- color: @sapUiContentContrastIconColor;
354
- border-color: @sapUiContentContrastIconColor;
380
+ color: var(--sapContent_ContrastIconColor);
381
+ border-color: var(--sapContent_ContrastIconColor);
355
382
  }
383
+
356
384
  .sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateFocused,
357
385
  .sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateFocused.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateRegular {
358
386
  color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused;
359
387
  }
388
+
360
389
  .sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateFocused.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateDimmed {
361
390
  color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed;
362
391
  }
363
392
 
364
393
  /* Focus */
365
394
  html.sap-desktop .sapSuiteUiCommonsProcessFlowNode0.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateNavigation {
366
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
395
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
367
396
  outline-offset: 0.0625rem !important;
368
397
  }
369
398
 
@@ -374,58 +403,75 @@ html.sap-desktop .sapSuiteUiCommonsProcessFlowNode0.sapSuiteUiCommonsProcessFlow
374
403
 
375
404
  /* Aggregated Node */
376
405
  .sapSuiteUiCommonsProcessFlowNodeAggregated {
377
- box-shadow: 0.25rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0rem 0rem -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.625rem 0rem 0rem -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.75rem 0rem 0rem -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
406
+ box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
378
407
  }
408
+
379
409
  .sapSuiteUiCommonsProcessFlowNodeAggregatedZoomLevel4 {
380
- box-shadow: 0.125rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.1875rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.3125rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
410
+ box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
381
411
  }
412
+
382
413
  .sapSuiteUiCommonsProcessFlowNodeAggregated.sapSuiteUiCommonsProcessFlowNodeDisplayStateHighlighted {
383
- box-shadow: 0.25rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0rem 0rem -0.1875rem @sapUiHighlight, 0.625rem 0rem 0rem -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0rem 0rem -0.375rem @sapUiHighlight;
414
+ box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.1875rem var(--sapHighlightColor), 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0 0 -0.375rem var(--sapHighlightColor);
384
415
  }
416
+
385
417
  .sapSuiteUiCommonsProcessFlowNodeAggregatedZoomLevel4.sapSuiteUiCommonsProcessFlowNodeDisplayStateHighlighted {
386
- box-shadow: 0.125rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0rem 0rem -0.0625rem @sapUiHighlight, 0.3125rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0rem 0rem -0.125rem @sapUiHighlight;
418
+ box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0 0 -0.0625rem var(--sapHighlightColor), 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.125rem var(--sapHighlightColor);
387
419
  }
420
+
388
421
  .sapSuiteUiCommonsProcessFlowNodeAggregated.sapSuiteUiCommonsProcessFlowNodeStatePlanned {
389
- box-shadow: 0.25rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0rem 0rem -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.625rem 0rem 0rem -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.75rem 0rem 0rem -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
422
+ box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
390
423
  }
424
+
391
425
  .sapSuiteUiCommonsProcessFlowNodeAggregatedZoomLevel4.sapSuiteUiCommonsProcessFlowNodeStatePlanned {
392
- box-shadow: 0.125rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.1875rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.3125rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
426
+ box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
393
427
  }
428
+
394
429
  .sapSuiteUiCommonsProcessFlowNodeAggregatedFocused {
395
- box-shadow: 0.25rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.375rem 0rem 0rem -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused, 0.625rem 0rem 0rem -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.75rem 0rem 0rem -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused;
430
+ box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused;
396
431
  }
432
+
397
433
  .sapSuiteUiCommonsProcessFlowNodeAggregatedFocusedZoomLevel4 {
398
- box-shadow: 0.125rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.1875rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused, 0.3125rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.375rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused;
434
+ box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused;
399
435
  }
436
+
400
437
  .sapSuiteUiCommonsProcessFlowNodeAggregatedFocused.sapSuiteUiCommonsProcessFlowNodeStateDimmed {
401
- box-shadow: 0.25rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0rem 0rem -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed, 0.625rem 0rem 0rem -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0rem 0rem -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed;
438
+ box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed;
402
439
  }
440
+
403
441
  .sapSuiteUiCommonsProcessFlowNodeAggregatedFocusedZoomLevel4.sapSuiteUiCommonsProcessFlowNodeStateDimmed {
404
- box-shadow: 0.125rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed, 0.3125rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed;
442
+ box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed;
405
443
  }
444
+
406
445
  .sapSuiteUiCommonsProcessFlowNodeAggregatedDimmed {
407
- box-shadow: 0.25rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0rem 0rem -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed, 0.625rem 0rem 0rem -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0rem 0rem -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
446
+ box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
408
447
  }
448
+
409
449
  .sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedZoomLevel4 {
410
- box-shadow: 0.125rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed, 0.3125rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
450
+ box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
411
451
  }
452
+
412
453
  .sapSuiteUiCommonsProcessFlowNodeAggregatedPressed,
413
454
  .sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedPressed {
414
- box-shadow: 0.25rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0rem 0rem -0.1875rem @sapUiHighlight, 0.625rem 0rem 0rem -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0rem 0rem -0.375rem @sapUiHighlight;
455
+ box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.1875rem var(--sapHighlightColor), 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0 0 -0.375rem var(--sapHighlightColor);
415
456
  }
457
+
416
458
  .sapSuiteUiCommonsProcessFlowNodeAggregatedPressedZoomLevel4,
417
459
  .sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedPressedZoomLevel4 {
418
- box-shadow: 0.125rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0rem 0rem -0.0625rem @sapUiHighlight, 0.3125rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0rem 0rem -0.125rem @sapUiHighlight;
460
+ box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0 0 -0.0625rem var(--sapHighlightColor), 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.125rem var(--sapHighlightColor);
419
461
  }
462
+
420
463
  .sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedHovered {
421
- box-shadow: 0.25rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0rem 0rem -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.625rem 0rem 0rem -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.75rem 0rem 0rem -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
464
+ box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
422
465
  }
466
+
423
467
  .sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedHoveredZoomLevel4 {
424
- box-shadow: 0.125rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.1875rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.3125rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
468
+ box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
425
469
  }
470
+
426
471
  .sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedHovered.sapSuiteUiCommonsProcessFlowNodeStatePlanned {
427
- box-shadow: 0.25rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0rem 0rem -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.625rem 0rem 0rem -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.75rem 0rem 0rem -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
472
+ box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
428
473
  }
474
+
429
475
  .sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedHoveredZoomLevel4.sapSuiteUiCommonsProcessFlowNodeStatePlanned {
430
- box-shadow: 0.125rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.1875rem 0rem 0rem -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.3125rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0rem 0rem -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
431
- }
476
+ box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
477
+ }
@@ -1,7 +1,7 @@
1
- /* ====================================================================== */
2
- /* CSS for sap.suite.ui.commons/ProcessFlowConnection.control */
3
- /* High Contrast White theme */
4
- /* ====================================================================== */
1
+ /* =========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlowConnection */
3
+ /* Quartz High Contrast White theme */
4
+ /* =========================================================== */
5
5
 
6
6
  @_sap_suite_ui_commons_ProcessFlowConnection_StateRegular: darken(@sapUiContentForegroundBorderColor, 15);
7
7
  @_sap_suite_ui_commons_ProcessFlowConnection_StateSelected: darken(@sapUiContentForegroundBorderColor, 30);
@@ -10,24 +10,31 @@
10
10
  .sapSuiteUiCommonsBorderLeftStateRegular {
11
11
  border-left-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateRegular;
12
12
  }
13
+
13
14
  .sapSuiteUiCommonsBorderLeftStateHighlighted {
14
- border-left-color: @sapUiHighlight;
15
+ border-left-color: var(--sapHighlightColor);
15
16
  }
17
+
16
18
  .sapSuiteUiCommonsBorderLeftStateDimmed {
17
19
  border-left-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateDimmed;
18
20
  }
21
+
19
22
  .sapSuiteUiCommonsBorderLeftStateSelected {
20
23
  border-left-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateSelected;
21
24
  }
25
+
22
26
  .sapSuiteUiCommonsBorderBottomStateRegular {
23
27
  border-bottom-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateRegular;
24
28
  }
29
+
25
30
  .sapSuiteUiCommonsBorderBottomStateHighlighted {
26
- border-bottom-color: @sapUiHighlight;
31
+ border-bottom-color: var(--sapHighlightColor);
27
32
  }
33
+
28
34
  .sapSuiteUiCommonsBorderBottomStateDimmed {
29
35
  border-bottom-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateDimmed;
30
36
  }
37
+
31
38
  .sapSuiteUiCommonsBorderBottomStateSelected {
32
39
  border-bottom-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateSelected;
33
- }
40
+ }