@openui5/themelib_sap_belize 1.96.7 → 1.96.8

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_belize",
3
- "version": "1.96.7",
3
+ "version": "1.96.8",
4
4
  "description": "OpenUI5 Theme Library sap_belize",
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.96.7",
18
- "@openui5/sap.m": "1.96.7",
19
- "@openui5/sap.tnt": "1.96.7",
20
- "@openui5/sap.ui.codeeditor": "1.96.7",
21
- "@openui5/sap.ui.commons": "1.96.7",
22
- "@openui5/sap.ui.core": "1.96.7",
23
- "@openui5/sap.ui.dt": "1.96.7",
24
- "@openui5/sap.ui.fl": "1.96.7",
25
- "@openui5/sap.ui.mdc": "1.96.7",
26
- "@openui5/sap.ui.integration": "1.96.7",
27
- "@openui5/sap.ui.layout": "1.96.7",
28
- "@openui5/sap.ui.rta": "1.96.7",
29
- "@openui5/sap.ui.suite": "1.96.7",
30
- "@openui5/sap.ui.table": "1.96.7",
31
- "@openui5/sap.ui.unified": "1.96.7",
32
- "@openui5/sap.ui.ux3": "1.96.7",
33
- "@openui5/sap.uxap": "1.96.7"
17
+ "@openui5/sap.f": "1.96.8",
18
+ "@openui5/sap.m": "1.96.8",
19
+ "@openui5/sap.tnt": "1.96.8",
20
+ "@openui5/sap.ui.codeeditor": "1.96.8",
21
+ "@openui5/sap.ui.commons": "1.96.8",
22
+ "@openui5/sap.ui.core": "1.96.8",
23
+ "@openui5/sap.ui.dt": "1.96.8",
24
+ "@openui5/sap.ui.fl": "1.96.8",
25
+ "@openui5/sap.ui.mdc": "1.96.8",
26
+ "@openui5/sap.ui.integration": "1.96.8",
27
+ "@openui5/sap.ui.layout": "1.96.8",
28
+ "@openui5/sap.ui.rta": "1.96.8",
29
+ "@openui5/sap.ui.suite": "1.96.8",
30
+ "@openui5/sap.ui.table": "1.96.8",
31
+ "@openui5/sap.ui.unified": "1.96.8",
32
+ "@openui5/sap.ui.ux3": "1.96.8",
33
+ "@openui5/sap.uxap": "1.96.8"
34
34
  }
35
35
  }
@@ -4,6 +4,7 @@
4
4
  /* ============================= */
5
5
 
6
6
  @_sap_m_Dialog_NoStateHeaderShadow: inset 0 -0.0625rem darken(@sapUiGroupContentBackground, 8);
7
+ @_sap_m_Dialog_InformationHeaderShadow: inset 0 -0.125rem @sapUiNeutralBorder;
7
8
 
8
9
  // This parameter is used in sap.m.Select. TODO: remove it when it is removed from there.
9
10
  @_sap_m_Dialog_HeaderShadowColor: darken(@sapUiGroupContentBackground, 8);
@@ -13,7 +14,7 @@
13
14
  background-color: @sapUiGroupContentBackground;
14
15
  }
15
16
 
16
- .sapMDialog.sapMMessageDialog > .sapMDialogTitle .sapMIBar {
17
+ .sapMDialog.sapMMessageDialog:not(.sapMDialogError):not(.sapMDialogWarning):not(.sapMDialogSuccess):not(.sapMDialogInformation):not(.sapMMessageBoxError):not(.sapMMessageBoxWarning):not(.sapMMessageBoxSuccess):not(.sapMMessageBoxInfo):not(.sapMMessageBoxQuestion) > .sapMDialogTitle .sapMIBar {
17
18
  box-shadow: inset 0 -0.125rem darken(@sapUiGroupContentBackground, 8);
18
19
  }
19
20
 
@@ -21,6 +22,13 @@
21
22
  font-size: 1rem;
22
23
  }
23
24
 
25
+ .sapMDialogInformation > header {
26
+
27
+ &.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
28
+ color: @sapUiNeutralElement;
29
+ }
30
+ }
31
+
24
32
  .sapMDialogResizeHandler::before {
25
33
  content: attr(data-sap-ui-icon-content);
26
34
  color: @sapUiButtonEmphasizedBackground;
@@ -0,0 +1,7 @@
1
+ /* ================================= */
2
+ /* CSS for control sap.m/MessageBox */
3
+ /* Belize theme */
4
+ /* ================================= */
5
+
6
+ @_sap_m_MessageBox_InformationShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
7
+ @_sap_m_MessageBox_QuestionShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
@@ -20,6 +20,7 @@
20
20
  @import "ColorPalette.less";
21
21
  @import "CustomTile.less";
22
22
  @import "Dialog.less";
23
+ @import "MessageBox.less";
23
24
  @import "MessagePage.less";
24
25
  @import "GenericTag.less";
25
26
  @import "GenericTile.less";
@@ -0,0 +1,7 @@
1
+ /* ================================= */
2
+ /* CSS for control sap.m/MessageBox */
3
+ /* Belize theme */
4
+ /* ================================= */
5
+
6
+ @_sap_m_MessageBox_InformationShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
7
+ @_sap_m_MessageBox_QuestionShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
@@ -33,6 +33,7 @@
33
33
  @import "Image.less";
34
34
  @import "ImageContent.less";
35
35
  @import "InputBase.less";
36
+ @import "MessageBox.less";
36
37
 
37
38
  /* note: the following three files are not in alphabetical order and should be imported after InputBase.less */
38
39
  @import "ComboBoxTextField.less";
@@ -0,0 +1,7 @@
1
+ /* ================================= */
2
+ /* CSS for control sap.m/MessageBox */
3
+ /* Belize theme */
4
+ /* ================================= */
5
+
6
+ @_sap_m_MessageBox_InformationShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
7
+ @_sap_m_MessageBox_QuestionShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
@@ -33,6 +33,7 @@
33
33
  @import "Image.less";
34
34
  @import "ImageContent.less";
35
35
  @import "InputBase.less";
36
+ @import "MessageBox.less";
36
37
 
37
38
  /* note: the following three files are not in alphabetical order and should be imported after InputBase.less */
38
39
  @import "ComboBoxTextField.less";
@@ -0,0 +1,7 @@
1
+ /* ================================= */
2
+ /* CSS for control sap.m/MessageBox */
3
+ /* Belize theme */
4
+ /* ================================= */
5
+
6
+ @_sap_m_MessageBox_InformationShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
7
+ @_sap_m_MessageBox_QuestionShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
@@ -18,6 +18,7 @@
18
18
  @import "IconTabBar.less";
19
19
  @import "Link.less";
20
20
  @import "ListItemBase.less";
21
+ @import "MessageBox.less";
21
22
  @import "NewsContent.less";
22
23
  @import "NotificationListItem.less";
23
24
  @import "ObjectMarker.less";
@@ -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.96.7</version>
9
+ <version>1.96.8</version>
10
10
 
11
11
  <documentation>SAPUI5 belize 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.96.7</version>
9
+ <version>1.96.8</version>
10
10
 
11
11
  <documentation>SAPUI5 belize 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.96.7</version>
9
+ <version>1.96.8</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white 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.96.7</version>
9
+ <version>1.96.8</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus theme library.</documentation>
12
12