@openui5/themelib_sap_horizon 1.108.1 → 1.108.2

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_horizon",
3
- "version": "1.108.1",
3
+ "version": "1.108.2",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
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.108.1",
18
- "@openui5/sap.m": "1.108.1",
19
- "@openui5/sap.tnt": "1.108.1",
20
- "@openui5/sap.ui.codeeditor": "1.108.1",
21
- "@openui5/sap.ui.commons": "1.108.1",
22
- "@openui5/sap.ui.core": "1.108.1",
23
- "@openui5/sap.ui.dt": "1.108.1",
24
- "@openui5/sap.ui.fl": "1.108.1",
25
- "@openui5/sap.ui.mdc": "1.108.1",
26
- "@openui5/sap.ui.integration": "1.108.1",
27
- "@openui5/sap.ui.layout": "1.108.1",
28
- "@openui5/sap.ui.rta": "1.108.1",
29
- "@openui5/sap.ui.suite": "1.108.1",
30
- "@openui5/sap.ui.table": "1.108.1",
31
- "@openui5/sap.ui.unified": "1.108.1",
32
- "@openui5/sap.ui.ux3": "1.108.1",
33
- "@openui5/sap.uxap": "1.108.1"
17
+ "@openui5/sap.f": "1.108.2",
18
+ "@openui5/sap.m": "1.108.2",
19
+ "@openui5/sap.tnt": "1.108.2",
20
+ "@openui5/sap.ui.codeeditor": "1.108.2",
21
+ "@openui5/sap.ui.commons": "1.108.2",
22
+ "@openui5/sap.ui.core": "1.108.2",
23
+ "@openui5/sap.ui.dt": "1.108.2",
24
+ "@openui5/sap.ui.fl": "1.108.2",
25
+ "@openui5/sap.ui.mdc": "1.108.2",
26
+ "@openui5/sap.ui.integration": "1.108.2",
27
+ "@openui5/sap.ui.layout": "1.108.2",
28
+ "@openui5/sap.ui.rta": "1.108.2",
29
+ "@openui5/sap.ui.suite": "1.108.2",
30
+ "@openui5/sap.ui.table": "1.108.2",
31
+ "@openui5/sap.ui.unified": "1.108.2",
32
+ "@openui5/sap.ui.ux3": "1.108.2",
33
+ "@openui5/sap.uxap": "1.108.2"
34
34
  }
35
35
  }
@@ -32,7 +32,7 @@
32
32
  box-sizing: border-box;
33
33
  }
34
34
 
35
- .sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
35
+ .sapMDialog > header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
36
36
  font-size: 1rem;
37
37
  }
38
38
 
@@ -50,7 +50,7 @@
50
50
  min-width: 4rem;
51
51
  }
52
52
 
53
- .sapMDialogTitle {
53
+ .sapMDialogTitleGroup {
54
54
  z-index: 3; // to hide the shadow from the header when there is sub-header
55
55
  }
56
56
 
@@ -83,7 +83,7 @@ html.sap-phone .sapMDialog {
83
83
  }
84
84
 
85
85
  // Responsive paddings
86
- .sapMDialogTitle, .sapMDialogSubHeader {
86
+ .sapMDialogTitleGroup, .sapMDialogSubHeader {
87
87
  .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
88
88
  .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
89
89
  &.sapMIBar {
@@ -35,7 +35,7 @@
35
35
  }
36
36
 
37
37
  /* overwrite text control styles */
38
- .sapUiSizeCompact .sapMListTblCell {
38
+ .sapMListTblCell {
39
39
  .sapMLnk,
40
40
  .sapMText,
41
41
  .sapMLabel,
@@ -32,7 +32,7 @@
32
32
  box-sizing: border-box;
33
33
  }
34
34
 
35
- .sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
35
+ .sapMDialog > header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
36
36
  font-size: 1rem;
37
37
  }
38
38
 
@@ -50,7 +50,7 @@
50
50
  min-width: 4rem;
51
51
  }
52
52
 
53
- .sapMDialogTitle {
53
+ .sapMDialogTitleGroup {
54
54
  z-index: 3; // to hide the shadow from the header when there is sub-header
55
55
  }
56
56
 
@@ -83,7 +83,7 @@ html.sap-phone .sapMDialog {
83
83
  }
84
84
 
85
85
  // Responsive paddings
86
- .sapMDialogTitle, .sapMDialogSubHeader {
86
+ .sapMDialogTitleGroup, .sapMDialogSubHeader {
87
87
  .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
88
88
  .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
89
89
  &.sapMIBar {
@@ -42,7 +42,7 @@
42
42
  }
43
43
 
44
44
  /* overwrite text control styles */
45
- .sapUiSizeCompact .sapMListTblCell {
45
+ .sapMListTblCell {
46
46
  .sapMLnk,
47
47
  .sapMText,
48
48
  .sapMLabel,
@@ -19,7 +19,7 @@
19
19
  box-sizing: border-box;
20
20
  }
21
21
 
22
- .sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
22
+ .sapMDialog > header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
23
23
  font-size: 1rem;
24
24
  }
25
25
 
@@ -37,7 +37,7 @@
37
37
  min-width: 4rem;
38
38
  }
39
39
 
40
- .sapMDialogTitle {
40
+ .sapMDialogTitleGroup {
41
41
  z-index: 3; // to hide the shadow from the header when there is sub-header
42
42
  }
43
43
 
@@ -70,7 +70,7 @@ html.sap-phone .sapMDialog {
70
70
  }
71
71
 
72
72
  // Responsive paddings
73
- .sapMDialogTitle, .sapMDialogSubHeader {
73
+ .sapMDialogTitleGroup, .sapMDialogSubHeader {
74
74
  .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
75
75
  .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
76
76
  &.sapMIBar {
@@ -45,7 +45,7 @@
45
45
  }
46
46
 
47
47
  /* overwrite text control styles */
48
- .sapUiSizeCompact .sapMListTblCell {
48
+ .sapMListTblCell {
49
49
  .sapMLnk,
50
50
  .sapMText,
51
51
  .sapMLabel,
@@ -19,7 +19,7 @@
19
19
  box-sizing: border-box;
20
20
  }
21
21
 
22
- .sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
22
+ .sapMDialog > header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
23
23
  font-size: 1rem;
24
24
  }
25
25
 
@@ -37,7 +37,7 @@
37
37
  min-width: 4rem;
38
38
  }
39
39
 
40
- .sapMDialogTitle {
40
+ .sapMDialogTitleGroup {
41
41
  z-index: 3; // to hide the shadow from the header when there is sub-header
42
42
  }
43
43
 
@@ -70,7 +70,7 @@ html.sap-phone .sapMDialog {
70
70
  }
71
71
 
72
72
  // Responsive paddings
73
- .sapMDialogTitle, .sapMDialogSubHeader {
73
+ .sapMDialogTitleGroup, .sapMDialogSubHeader {
74
74
  .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
75
75
  .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
76
76
  &.sapMIBar {
@@ -45,7 +45,7 @@
45
45
  }
46
46
 
47
47
  /* overwrite text control styles */
48
- .sapUiSizeCompact .sapMListTblCell {
48
+ .sapMListTblCell {
49
49
  .sapMLnk,
50
50
  .sapMText,
51
51
  .sapMLabel,
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.1</version>
9
+ <version>1.108.2</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.1</version>
9
+ <version>1.108.2</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.1</version>
9
+ <version>1.108.2</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.1</version>
9
+ <version>1.108.2</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12