@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/UnifiedThingInspector.control */
3
- /* ============================================= */
1
+ /* =========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/UnifiedThingInspector */
3
+ /* Base theme */
4
+ /* =========================================================== */
4
5
 
5
6
  .sapSuiteUti {
6
7
  margin: 0 auto;
@@ -24,16 +25,16 @@
24
25
 
25
26
  /* sap.m.Page header restyling */
26
27
  /* removes blue line */
27
- .sap-desktop .sapSuiteUti .sapMBar.sapMPageHeader:before {
28
+ .sap-desktop .sapSuiteUti .sapMBar.sapMPageHeader::before {
28
29
  display: none;
29
30
  }
30
31
 
31
- /* changes header buttons style for desktop*/
32
+ /* changes header buttons style for desktop */
32
33
  .sap-desktop .sapSuiteUti .sapMBar.sapMPageHeader .sapMBtn {
33
34
  border-image: none;
34
35
  }
35
36
 
36
- /* Internal Header object styles*/
37
+ /* Internal Header object styles */
37
38
  .sapSuiteUtiHeader {
38
39
  position: relative;
39
40
  height: 64px;
@@ -67,15 +68,17 @@
67
68
  left: 40px;
68
69
  }
69
70
 
70
- /* End of internal Header object styles*/
71
+ /* End of internal Header object styles */
71
72
 
72
73
  @media screen and (min-width:30px) and (max-width:1024px) {
74
+
73
75
  .sapSuiteUtiKpiBox .sapMScrollContScroll {
74
76
  float: left;
75
77
  }
76
78
  }
77
79
 
78
80
  @media screen and (min-width:1024px) {
81
+
79
82
  .sapSuiteUtiKpiBox.sapSuiteUtiKpiLT3 .sapMScrollContScroll {
80
83
  clear: both;
81
84
  float: right;
@@ -86,7 +89,7 @@
86
89
  border-style: solid;
87
90
  border-width: 1px;
88
91
  box-sizing: border-box;
89
- border-color: @sapUiGroupContentBorderColor;
92
+ border-color: var(--sapGroup_ContentBorderColor);
90
93
  }
91
94
 
92
95
  .sapSuiteUtiKpiBox .sapSuiteKTile {
@@ -107,4 +110,4 @@
107
110
 
108
111
  .sapSuiteUtiScThree .sapSuiteKTile {
109
112
  width: 33.33%;
110
- }
113
+ }
@@ -1,6 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control sap.suite.ui.commons/VerticalNavigationBar.control */
3
- /* ============================================= */
1
+ /* =========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/VerticalNavigationBar */
3
+ /* Base theme */
4
+ /* =========================================================== */
4
5
 
5
6
  @_sap_suite_ui_commons_VerticalNavigationBar_BgRGBA: rgba(255, 255, 255, .85);
6
7
  @_sap_suite_ui_commons_VerticalNavigationBar_BorderColor: #848484;
@@ -24,13 +25,13 @@
24
25
  }
25
26
 
26
27
  .sapSuiteTvNavBarItem.sapUiUx3NavBarItemSel {
27
- background-color: @sapHighlightColor;
28
+ background-color: var(--sapHighlightColor);
28
29
  color: @sapUiTextInverted;
29
30
  font: bold 14px arial;
30
31
  }
31
32
 
32
33
  .sapSuiteTvNavBarItemLink:hover, .sapSuiteTvNavBarItemLink:focus {
33
- background-color: @sapHighlightColor;
34
+ background-color: var(--sapHighlightColor);
34
35
  color: @sapUiTextInverted;
35
36
  }
36
37
 
@@ -51,7 +52,6 @@
51
52
  text-decoration: none;
52
53
  text-transform: none;
53
54
  box-sizing: border-box;
54
- -moz-box-sizing: border-box;
55
55
  }
56
56
 
57
57
  .sapSuiteTvNavBarItem.sapUiUx3NavBarItemSel>a {
@@ -73,11 +73,6 @@
73
73
  text-overflow: ellipsis;
74
74
  max-width: 100%;
75
75
  box-sizing: border-box;
76
- -moz-box-sizing: border-box;
77
- }
78
-
79
- .sapSuiteTvNavBarItemQty {
80
-
81
76
  }
82
77
 
83
78
  .sapSuiteTvNavBarItemTltp.sapUiRtt {
@@ -90,11 +85,11 @@
90
85
  }
91
86
 
92
87
  .sapSuiteTvNavBarItemTltp .sapUiRttContentContainer {
93
- padding: 0px;
88
+ padding: 0;
94
89
  }
95
90
 
96
91
  .sapSuiteTvNavBarItemTltp .sapUiRttContent {
97
- min-width: 0px;
98
- padding: 0px 5px 0px 5px;
92
+ min-width: 0;
93
+ padding: 0 5px 0 5px;
99
94
  color: @sapUiLightText;
100
- }
95
+ }
@@ -1,6 +1,7 @@
1
- /* ========================================================= */
2
- /* CSS for control sap.suite.ui.commons/ViewRepeater.control */
3
- /* ========================================================= */
1
+ /* ================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ViewRepeater */
3
+ /* Base theme */
4
+ /* ================================================== */
4
5
 
5
6
  .suiteUiVrViewSwHolder {
6
7
  background-color: @sapUiLightBG;
@@ -27,7 +28,7 @@
27
28
 
28
29
  .suiteUiVr.suiteUiVrResp .sapUiRrFtr {
29
30
  position: absolute;
30
- bottom: 0px;
31
+ bottom: 0;
31
32
  }
32
33
 
33
34
  .suiteUiVr .sapUiRrBody ul {
@@ -40,17 +41,15 @@
40
41
  margin: 0;
41
42
  position: relative;
42
43
  box-sizing: border-box;
43
- -moz-box-sizing: border-box;
44
44
  }
45
45
 
46
- .suiteUiVrViewSw>.sapUiSegmentedButton>span:first-of-type>.sapUiBtnS {
46
+ .suiteUiVrViewSw > .sapUiSegmentedButton > span:first-of-type > .sapUiBtnS {
47
47
  border-radius: 0;
48
- -moz-border-radius: 0;
49
48
  }
50
49
 
51
- .suiteUiVr .sapUiRrDesignTransparent>.sapUiRrFtr {
50
+ .suiteUiVr .sapUiRrDesignTransparent > .sapUiRrFtr {
52
51
  width: auto;
53
52
  border: 1px solid @sapUiMediumBorder;
54
53
  height: 26px;
55
54
  margin-top: 3px;
56
- }
55
+ }
@@ -19,7 +19,6 @@
19
19
  @import "ChartTile.less";
20
20
  @import "CollaborationPopover.less";
21
21
  @import "DateRangeScroller.less";
22
- @import "DateRangeSlider.less";
23
22
  @import "DateRangeSliderInternal.less";
24
23
  @import "FacetOverview.less";
25
24
  @import "FeedItemHeader.less";
@@ -36,7 +35,6 @@
36
35
  @import "LinkActionSheet.less";
37
36
  @import "MicroProcessFlow.less";
38
37
  @import "MonitoringContent.less";
39
- @import "MonitoringTile.less";
40
38
  @import "NetworkGraph.less";
41
39
  @import "NetworkGroup.less";
42
40
  @import "NetworkLine.less";
@@ -1,7 +1,13 @@
1
+ /* ====================================================== */
2
+ /* CSS for control sap.suite.ui.commons/MicroProcessFlow */
3
+ /* Quartz Light theme */
4
+ /* ====================================================== */
5
+
1
6
  .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
2
- background-color: @sapButton_Hover_Background;
3
- border-color: @sapInformationBorderColor;
7
+ background-color: var(--sapButton_Hover_Background);
8
+ border-color: var(--sapInformationBorderColor);
9
+
4
10
  .sapSuiteUiCommonsMicroProcessFlowItemIcon {
5
- color: @sapButton_Hover_TextColor;
11
+ color: var(--sapButton_Hover_TextColor);
6
12
  }
7
13
  }
@@ -1,7 +1,7 @@
1
- /* ====================================================================== */
2
- /* CSS for sap.suite.ui.commons/ProcessFlowConnection.control */
3
- /* Belize Theme */
4
- /* ====================================================================== */
1
+ /* =========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlowConnection */
3
+ /* Quartz Light 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
+ }
@@ -1,14 +1,14 @@
1
- /* ==================================================================== */
2
- /* CSS for control sap.suite.ui.commons/ProcessFlowConnectionLabel */
3
- /* Belize Theme */
4
- /* ==================================================================== */
1
+ /* ================================================================ */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlowConnectionLabel */
3
+ /* Quartz Light theme */
4
+ /* ================================================================ */
5
5
 
6
6
  @_sap_suite_ui_commons_ProcessFlowConnectionLabel_BorderDimmed: lighten(@sapUiButtonBorderColor, 15);
7
7
 
8
8
  /* Regular */
9
9
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn > .sapMBtnInner {
10
- background-color: @sapUiButtonBackground;
11
- border-color: @sapUiButtonBorderColor;
10
+ background-color: var(--sapButton_Background);
11
+ border-color: var(--sapButton_BorderColor);
12
12
  text-shadow: @sapUiShadowText;
13
13
  }
14
14
 
@@ -18,7 +18,6 @@
18
18
  background-image: none;
19
19
  border-color: darken(@sapUiButtonBorderColor, 5);
20
20
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
21
- -webkit-box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
22
21
  }
23
22
 
24
23
  /* Disabled */
@@ -29,42 +28,48 @@
29
28
  /* Dimmed */
30
29
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
31
30
  background-image: none;
32
- background-color: @sapUiButtonBackground;
31
+ background-color: var(--sapButton_Background);
33
32
  border-color: @_sap_suite_ui_commons_ProcessFlowConnectionLabel_BorderDimmed;
34
33
  }
35
34
 
36
35
  /* Hover */
37
36
  .sapSuiteUiCommonsProcessFlowConnectionLabel:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
38
- background-color: @sapUiButtonHoverBackground;
39
- border-color: @sapUiButtonHoverBorderColor;
37
+ background-color: var(--sapButton_Hover_Background);
38
+ border-color: var(--sapButton_Hover_BorderColor);
40
39
  }
41
40
 
42
41
  /* Configure inner text element of Label for specific state. */
43
42
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner {
44
- color: @sapUiNegativeText;
43
+ color: var(--sapNegativeTextColor);
45
44
  }
45
+
46
46
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner {
47
- color: @sapUiCriticalText;
47
+ color: var(--sapCriticalTextColor);
48
48
  }
49
+
49
50
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner {
50
- color: @sapUiPositiveText;
51
+ color: var(--sapPositiveTextColor);
51
52
  }
53
+
52
54
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner {
53
- color: @sapUiButtonTextColor;
55
+ color: var(--sapButton_TextColor);
54
56
  }
55
57
 
56
58
  /* Configure inner icon element of Label for specific state. */
57
59
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner > .sapMBtnIcon {
58
- color: @sapUiNegativeElement;
60
+ color: var(--sapNegativeElementColor);
59
61
  }
62
+
60
63
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner > .sapMBtnIcon {
61
- color: @sapUiCriticalElement;
64
+ color: var(--sapCriticalElementColor);
62
65
  }
66
+
63
67
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner > .sapMBtnIcon {
64
- color: @sapUiPositiveElement;
68
+ color: var(--sapPositiveElementColor);
65
69
  }
70
+
66
71
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner > .sapMBtnIcon {
67
- color: @sapUiNeutralElement;
72
+ color: var(--sapNeutralElementColor);
68
73
  }
69
74
 
70
75
  /* handle the keyboard press event for active state (both text and icon) */
@@ -72,23 +77,22 @@
72
77
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapMBtnActive,
73
78
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapMBtnActive,
74
79
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapMBtnActive {
75
- color: @sapUiButtonActiveTextColor;
76
- background-color: @sapUiButtonActiveBackground;
77
- border-color: @sapUiButtonActiveBorderColor;
80
+ color: var(--sapButton_Active_TextColor);
81
+ background-color: var(--sapButton_Active_Background);
82
+ border-color: var(--sapButton_Active_BorderColor);
78
83
  box-shadow: none;
79
- -webkit-box-shadow: none;
80
84
  text-shadow: none;
81
85
  outline-style: none;
82
86
  }
87
+
83
88
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon,
84
89
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon,
85
90
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon,
86
91
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon {
87
- color: @sapUiButtonActiveTextColor;
88
- background-color: @sapUiButtonActiveBackground;
89
- border-color: @sapUiButtonActiveBorderColor;
92
+ color: var(--sapButton_Active_TextColor);
93
+ background-color: var(--sapButton_Active_Background);
94
+ border-color: var(--sapButton_Active_BorderColor);
90
95
  box-shadow: none;
91
- -webkit-box-shadow: none;
92
96
  text-shadow: none;
93
97
  outline-style: none;
94
98
  }
@@ -98,23 +102,22 @@
98
102
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive,
99
103
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive,
100
104
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive {
101
- color: @sapUiButtonActiveTextColor;
102
- background-color: @sapUiButtonActiveBackground;
103
- border-color: @sapUiButtonActiveBorderColor;
105
+ color: var(--sapButton_Active_TextColor);
106
+ background-color: var(--sapButton_Active_Background);
107
+ border-color: var(--sapButton_Active_BorderColor);
104
108
  box-shadow: none;
105
- -webkit-box-shadow: none;
106
109
  text-shadow: none;
107
110
  outline-style: none;
108
111
  }
112
+
109
113
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon,
110
114
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon,
111
115
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon,
112
116
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon {
113
- color: @sapUiButtonActiveTextColor;
114
- background-color: @sapUiButtonActiveBackground;
115
- border-color: @sapUiButtonActiveBorderColor;
117
+ color: var(--sapButton_Active_TextColor);
118
+ background-color: var(--sapButton_Active_Background);
119
+ border-color: var(--sapButton_Active_BorderColor);
116
120
  box-shadow: none;
117
- -webkit-box-shadow: none;
118
121
  text-shadow: none;
119
122
  outline-style: none;
120
- }
123
+ }
@@ -1,7 +1,7 @@
1
- /* ================================================================== */
2
- /* CSS for sap.suite.ui.commons/ProcessFlowLaneHeader.control */
3
- /* Belize Theme */
4
- /* ================================================================== */
1
+ /* =========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlowLaneHeader */
3
+ /* Quartz Light theme */
4
+ /* =========================================================== */
5
5
 
6
6
  @_sap_suite_ui_commons_ProcessFlowLaneHeader_PositiveColor: lighten(@sapUiPositiveElement, 6);
7
7
  @_sap_suite_ui_commons_ProcessFlowLaneHeader_NegativeColor: lighten(@sapUiNegativeElement, 6);
@@ -10,92 +10,91 @@
10
10
 
11
11
  .suiteUiProcessFlowLaneHeaderDonutSvg {
12
12
  -webkit-tap-highlight-color: transparent;
13
- -webkit-transform: translate3d(0, 0, 0);
13
+ transform: translate3d(0, 0, 0);
14
14
  }
15
15
 
16
16
  .suiteUiProcessFlowLaneHeaderIconContainer {
17
17
  -webkit-tap-highlight-color: transparent;
18
- -webkit-transform: translate3d(0, 0, 0);
18
+ transform: translate3d(0, 0, 0);
19
19
  }
20
20
 
21
21
  .suiteUiProcessFlowLaneHeaderStartEndSymbolContainer {
22
22
  border: none;
23
23
  -webkit-tap-highlight-color: transparent;
24
- -webkit-transform: translate3d(0, 0, 0);
24
+ transform: translate3d(0, 0, 0);
25
25
  }
26
26
 
27
27
  .suiteUiProcessFlowLaneHeaderProcessSymbolContainer {
28
28
  border: none;
29
29
  -webkit-tap-highlight-color: transparent;
30
- -webkit-transform: translate3d(0, 0, 0);
30
+ transform: translate3d(0, 0, 0);
31
31
  }
32
32
 
33
33
  .suiteUiProcessFlowLaneHeaderProcessSymbol {
34
34
  background-color: transparent;
35
35
  text-shadow: @sapUiShadowText;
36
- -webkit-text-shadow: @sapUiShadowText;
37
36
  -webkit-tap-highlight-color: transparent;
38
- -webkit-transform: translate3d(0, 0, 0);
37
+ transform: translate3d(0, 0, 0);
39
38
  }
40
39
 
41
40
  .suiteUiProcessFlowLaneHeaderProcessSymbolIcon,
42
41
  .suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon,
43
- .suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon:before {
42
+ .suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon::before {
44
43
  -webkit-tap-highlight-color: transparent;
45
- -webkit-transform: translate3d(0, 0, 0);
44
+ transform: translate3d(0, 0, 0);
46
45
  }
47
46
 
48
47
  .suiteUiProcessFlowLaneHeaderNoSelection {
49
48
  -webkit-tap-highlight-color: transparent;
50
- -webkit-transform: translate3d(0, 0, 0);
49
+ transform: translate3d(0, 0, 0);
51
50
  }
52
51
 
53
52
  .suiteUiCommonsProcessFlowHeaderIconFill {
54
- fill: @sapGroup_ContentBackground;
55
- stroke: @sapContent_ForegroundBorderColor;
53
+ fill: var(--sapGroup_ContentBackground);
54
+ stroke: var(--sapContent_ForegroundBorderColor);
56
55
  }
57
56
 
58
57
  .suiteUiCommonsProcessFlowHeaderPositiveColor {
59
- fill: @sapChart_Good;
58
+ fill: var(--sapChart_Good);
60
59
  }
61
60
 
62
61
  .suiteUiCommonsProcessFlowHeaderNegativeColor {
63
- fill: @sapChart_Bad;
62
+ fill: var(--sapChart_Bad);
64
63
  }
65
64
 
66
65
  .suiteUiCommonsProcessFlowHeaderNeutralColor {
67
- fill: @sapChart_Neutral;
66
+ fill: var(--sapChart_Neutral);
68
67
  }
69
68
 
70
69
  .suiteUiCommonsProcessFlowHeaderCriticalColor {
71
- fill: @sapChart_Critical;
70
+ fill: var(--sapChart_Critical);
72
71
  }
73
72
 
74
73
  .suiteUiCommonsProcessFlowHeaderPlannedColor {
75
- fill: @sapUiGroupContentBackground;
74
+ fill: var(--sapGroup_ContentBackground);
76
75
  }
77
76
 
78
77
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderPositiveColor {
79
- stroke: @sapChart_Good;
80
- fill: @sapGroup_ContentBackground;
78
+ stroke: var(--sapChart_Good);
79
+ fill: var(--sapGroup_ContentBackground);
81
80
  }
82
81
 
83
82
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderNegativeColor {
84
- stroke: @sapChart_Bad;
85
- fill: @sapGroup_ContentBackground;
83
+ stroke: var(--sapChart_Bad);
84
+ fill: var(--sapGroup_ContentBackground);
86
85
  }
87
86
 
88
87
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderNeutralColor {
89
- stroke: @sapChart_Neutral;
90
- fill: @sapGroup_ContentBackground;
88
+ stroke: var(--sapChart_Neutral);
89
+ fill: var(--sapGroup_ContentBackground);
91
90
  }
92
91
 
93
92
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderCriticalColor {
94
- stroke: @sapChart_Critical;
95
- fill: @sapGroup_ContentBackground;
93
+ stroke: var(--sapChart_Critical);
94
+ fill: var(--sapGroup_ContentBackground);
96
95
  }
97
96
 
98
97
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderPlannedColor {
99
- stroke: @sapUiGroupContentBackground;
100
- fill: @sapUiGroupContentBackground;
98
+ stroke: var(--sapGroup_ContentBackground);
99
+ fill: var(--sapGroup_ContentBackground);
101
100
  }