@openui5/themelib_sap_fiori_3 1.110.0 → 1.111.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_fiori_3",
3
- "version": "1.110.0",
3
+ "version": "1.111.0",
4
4
  "description": "OpenUI5 Theme Library sap_fiori_3",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.110.0",
18
- "@openui5/sap.m": "1.110.0",
19
- "@openui5/sap.tnt": "1.110.0",
20
- "@openui5/sap.ui.codeeditor": "1.110.0",
21
- "@openui5/sap.ui.commons": "1.110.0",
22
- "@openui5/sap.ui.core": "1.110.0",
23
- "@openui5/sap.ui.dt": "1.110.0",
24
- "@openui5/sap.ui.fl": "1.110.0",
25
- "@openui5/sap.ui.mdc": "1.110.0",
26
- "@openui5/sap.ui.integration": "1.110.0",
27
- "@openui5/sap.ui.layout": "1.110.0",
28
- "@openui5/sap.ui.rta": "1.110.0",
29
- "@openui5/sap.ui.suite": "1.110.0",
30
- "@openui5/sap.ui.table": "1.110.0",
31
- "@openui5/sap.ui.unified": "1.110.0",
32
- "@openui5/sap.ui.ux3": "1.110.0",
33
- "@openui5/sap.uxap": "1.110.0"
17
+ "@openui5/sap.f": "1.111.0",
18
+ "@openui5/sap.m": "1.111.0",
19
+ "@openui5/sap.tnt": "1.111.0",
20
+ "@openui5/sap.ui.codeeditor": "1.111.0",
21
+ "@openui5/sap.ui.commons": "1.111.0",
22
+ "@openui5/sap.ui.core": "1.111.0",
23
+ "@openui5/sap.ui.dt": "1.111.0",
24
+ "@openui5/sap.ui.fl": "1.111.0",
25
+ "@openui5/sap.ui.mdc": "1.111.0",
26
+ "@openui5/sap.ui.integration": "1.111.0",
27
+ "@openui5/sap.ui.layout": "1.111.0",
28
+ "@openui5/sap.ui.rta": "1.111.0",
29
+ "@openui5/sap.ui.suite": "1.111.0",
30
+ "@openui5/sap.ui.table": "1.111.0",
31
+ "@openui5/sap.ui.unified": "1.111.0",
32
+ "@openui5/sap.ui.ux3": "1.111.0",
33
+ "@openui5/sap.uxap": "1.111.0"
34
34
  }
35
35
  }
@@ -75,4 +75,30 @@
75
75
  vertical-align: middle;
76
76
  }
77
77
  }
78
+ }
79
+
80
+ .sapMListTblCell {
81
+ .sapMObjStatus {
82
+ display: inline-table;
83
+
84
+ .sapMObjStatusText {
85
+ line-height: 2rem;
86
+ vertical-align: middle;
87
+ }
88
+
89
+ .sapMObjStatusIcon {
90
+ line-height: 2rem;
91
+ }
92
+ }
93
+ .sapMObjStatus.sapMObjStatusInverted {
94
+ display: inline-table;
95
+
96
+ .sapMObjStatusText {
97
+ line-height: 1rem;
98
+ vertical-align: middle;
99
+ }
100
+ .sapMObjStatusIcon {
101
+ line-height: 1rem;
102
+ }
103
+ }
78
104
  }
@@ -257,6 +257,12 @@ html.sap-desktop {
257
257
  width: 1.75rem;
258
258
  }
259
259
  }
260
+ &.sapMSwtOn .sapMSwtText.sapMSwtTextOff {
261
+ left: 3.75rem;
262
+ }
263
+ &.sapMSwtOff .sapMSwtText.sapMSwtTextOn {
264
+ left: -0.125rem;
265
+ }
260
266
  }
261
267
  }
262
268
  }
@@ -23,4 +23,11 @@
23
23
  /* make the focus visible on all sides */
24
24
  .sapMSticky .sapMLIBShowSeparator:first-child > td {
25
25
  border-top-color: transparent;
26
+ }
27
+
28
+ /* overwrite text control styles */
29
+ .sapMListTblCell {
30
+ .sapMObjectAttributeDiv {
31
+ line-height: 1.5rem;
32
+ }
26
33
  }
@@ -74,4 +74,30 @@
74
74
  vertical-align: middle;
75
75
  }
76
76
  }
77
+ }
78
+
79
+ .sapMListTblCell {
80
+ .sapMObjStatus {
81
+ display: inline-table;
82
+
83
+ .sapMObjStatusText {
84
+ line-height: 2rem;
85
+ vertical-align: middle;
86
+ }
87
+
88
+ .sapMObjStatusIcon {
89
+ line-height: 2rem;
90
+ }
91
+ }
92
+ .sapMObjStatus.sapMObjStatusInverted {
93
+ display: inline-table;
94
+
95
+ .sapMObjStatusText {
96
+ line-height: 1rem;
97
+ vertical-align: middle;
98
+ }
99
+ .sapMObjStatusIcon {
100
+ line-height: 1rem;
101
+ }
102
+ }
77
103
  }
@@ -257,6 +257,12 @@ html.sap-desktop {
257
257
  width: 1.75rem;
258
258
  }
259
259
  }
260
+ &.sapMSwtOn .sapMSwtText.sapMSwtTextOff {
261
+ left: 3.75rem;
262
+ }
263
+ &.sapMSwtOff .sapMSwtText.sapMSwtTextOn {
264
+ left: -0.125rem;
265
+ }
260
266
  }
261
267
  }
262
268
  }
@@ -317,4 +317,29 @@ html.sap-desktop .sapMObjStatusActive:focus {
317
317
  line-height: 0.875rem;
318
318
  }
319
319
  }
320
+ }
321
+
322
+ .sapMListTblCell {
323
+ .sapMObjStatus {
324
+ display: inline-table;
325
+
326
+ .sapMObjStatusText {
327
+ line-height: 2rem;
328
+ vertical-align: middle;
329
+ }
330
+
331
+ .sapMObjStatusIcon {
332
+ line-height: 2rem;
333
+ }
334
+ }
335
+ .sapMObjStatus.sapMObjStatusInverted {
336
+ display: inline-table;
337
+
338
+ .sapMObjStatusText {
339
+ vertical-align: middle;
340
+ }
341
+ .sapMObjStatusIcon {
342
+ line-height: 0.875rem;
343
+ }
344
+ }
320
345
  }
@@ -263,6 +263,12 @@ html.sap-desktop {
263
263
  width: 1.75rem;
264
264
  }
265
265
  }
266
+ &.sapMSwtOn .sapMSwtText.sapMSwtTextOff {
267
+ left: 3.75rem;
268
+ }
269
+ &.sapMSwtOff .sapMSwtText.sapMSwtTextOn {
270
+ left: -0.125rem;
271
+ }
266
272
  }
267
273
  }
268
274
  }
@@ -317,4 +317,29 @@ html.sap-desktop .sapMObjStatusActive:focus {
317
317
  line-height: 0.875rem;
318
318
  }
319
319
  }
320
+ }
321
+
322
+ .sapMListTblCell {
323
+ .sapMObjStatus {
324
+ display: inline-table;
325
+
326
+ .sapMObjStatusText {
327
+ line-height: 2rem;
328
+ vertical-align: middle;
329
+ }
330
+
331
+ .sapMObjStatusIcon {
332
+ line-height: 2rem;
333
+ }
334
+ }
335
+ .sapMObjStatus.sapMObjStatusInverted {
336
+ display: inline-table;
337
+
338
+ .sapMObjStatusText {
339
+ vertical-align: middle;
340
+ }
341
+ .sapMObjStatusIcon {
342
+ line-height: 0.875rem;
343
+ }
344
+ }
320
345
  }
@@ -263,6 +263,12 @@ html.sap-desktop {
263
263
  width: 1.75rem;
264
264
  }
265
265
  }
266
+ &.sapMSwtOn .sapMSwtText.sapMSwtTextOff {
267
+ left: 3.75rem;
268
+ }
269
+ &.sapMSwtOff .sapMSwtText.sapMSwtTextOn {
270
+ left: -0.125rem;
271
+ }
266
272
  }
267
273
  }
268
274
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.110.0</version>
9
+ <version>1.111.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Fiori 3 theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.110.0</version>
9
+ <version>1.111.0</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz dark black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.110.0</version>
9
+ <version>1.111.0</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.110.0</version>
9
+ <version>1.111.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -8,4 +8,5 @@
8
8
  @import "../../../../../sap/ui/core/themes/sap_fiori_3_hcw/base.less";
9
9
  @import "../../../../../sap/ui/core/themes/sap_fiori_3_hcw/global.less";
10
10
 
11
+ @import "AnalyticsCloudContent.less";
11
12
  @import "Paginator.less";
@@ -0,0 +1,27 @@
1
+ /* ============================================== */
2
+ /* CSS for control sap.ui.unified/CalendarLegend */
3
+ /* Quartz High Contrast Black theme */
4
+ /* ============================================== */
5
+
6
+ .sapUiUnifiedLegendItem {
7
+ position: relative;
8
+
9
+ &:focus {
10
+ outline: none;
11
+ &::after {
12
+ content: "";
13
+ position: absolute;
14
+ box-sizing: border-box;
15
+ left: 0.0625rem;
16
+ top: 0.0625rem;
17
+ right: 0.0625rem;
18
+ bottom: 0.0625rem;
19
+ border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
20
+ pointer-events: none;
21
+ }
22
+ }
23
+
24
+ .sapUiUnifiedLegendSquare > .sapUiUnifiedLegendSquareColor {
25
+ border-radius: 0;
26
+ }
27
+ }
@@ -9,6 +9,7 @@
9
9
  @import "../../../../../sap/ui/core/themes/sap_fiori_3_hcb/global.less";
10
10
 
11
11
  @import "Calendar.less";
12
+ @import "CalendarLegend.less";
12
13
  @import "CalendarRow.less";
13
14
  @import "ColorPicker.less";
14
15
  @import "FileUploader.less";
@@ -0,0 +1,27 @@
1
+ /* ============================================== */
2
+ /* CSS for control sap.ui.unified/CalendarLegend */
3
+ /* Quartz High Contrast White theme */
4
+ /* ============================================== */
5
+
6
+ .sapUiUnifiedLegendItem {
7
+ position: relative;
8
+
9
+ &:focus {
10
+ outline: none;
11
+ &::after {
12
+ content: "";
13
+ position: absolute;
14
+ box-sizing: border-box;
15
+ left: 0.0625rem;
16
+ top: 0.0625rem;
17
+ right: 0.0625rem;
18
+ bottom: 0.0625rem;
19
+ border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
20
+ pointer-events: none;
21
+ }
22
+ }
23
+
24
+ .sapUiUnifiedLegendSquare > .sapUiUnifiedLegendSquareColor {
25
+ border-radius: 0;
26
+ }
27
+ }
@@ -9,6 +9,7 @@
9
9
  @import "../../../../../sap/ui/core/themes/sap_fiori_3_hcw/global.less";
10
10
 
11
11
  @import "Calendar.less";
12
+ @import "CalendarLegend.less";
12
13
  @import "CalendarRow.less";
13
14
  @import "ColorPicker.less";
14
15
  @import "FileUploader.less";