@openui5/themelib_sap_belize 1.108.16 → 1.108.18

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 (29) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_belize_hcb/Card.less +1 -1
  4. package/src/sap/f/themes/sap_belize_hcw/Card.less +1 -1
  5. package/src/sap/m/themes/sap_belize/Panel.less +5 -0
  6. package/src/sap/m/themes/sap_belize/TextArea.less +10 -0
  7. package/src/sap/m/themes/sap_belize/library.source.less +1 -0
  8. package/src/sap/m/themes/sap_belize_hcb/Avatar.less +2 -0
  9. package/src/sap/m/themes/sap_belize_hcb/Panel.less +5 -0
  10. package/src/sap/m/themes/sap_belize_hcb/TextArea.less +9 -1
  11. package/src/sap/m/themes/sap_belize_hcw/Avatar.less +2 -0
  12. package/src/sap/m/themes/sap_belize_hcw/Panel.less +5 -0
  13. package/src/sap/m/themes/sap_belize_hcw/TextArea.less +9 -1
  14. package/src/sap/tnt/themes/sap_belize_hcb/NavigationList.less +0 -1
  15. package/src/sap/tnt/themes/sap_belize_hcw/NavigationList.less +0 -1
  16. package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
  17. package/src/sap/ui/core/themes/sap_belize/base.less +1008 -46
  18. package/src/sap/ui/core/themes/sap_belize/global.less +114 -8
  19. package/src/sap/ui/core/themes/sap_belize/shared.less +7 -90
  20. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
  21. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +997 -56
  22. package/src/sap/ui/core/themes/sap_belize_hcb/global.less +114 -8
  23. package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +7 -90
  24. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
  25. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +992 -52
  26. package/src/sap/ui/core/themes/sap_belize_hcw/global.less +114 -8
  27. package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +7 -90
  28. package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
  29. package/src/sap/ui/core/themes/sap_belize_plus/base.less +57 -12
package/THIRDPARTY.txt CHANGED
@@ -478,7 +478,7 @@ License: Apache-2.0
478
478
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
479
479
  Contained in: lib/jsdoc/ui5/plugin.js
480
480
 
481
- Component: SAP Theming Base Content, version: 11.1.40
481
+ Component: SAP Theming Base Content, version: 11.4.2
482
482
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
483
483
  License: Apache-2.0
484
484
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_belize",
3
- "version": "1.108.16",
3
+ "version": "1.108.18",
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.108.16",
18
- "@openui5/sap.m": "1.108.16",
19
- "@openui5/sap.tnt": "1.108.16",
20
- "@openui5/sap.ui.codeeditor": "1.108.16",
21
- "@openui5/sap.ui.commons": "1.108.16",
22
- "@openui5/sap.ui.core": "1.108.16",
23
- "@openui5/sap.ui.dt": "1.108.16",
24
- "@openui5/sap.ui.fl": "1.108.16",
25
- "@openui5/sap.ui.mdc": "1.108.16",
26
- "@openui5/sap.ui.integration": "1.108.16",
27
- "@openui5/sap.ui.layout": "1.108.16",
28
- "@openui5/sap.ui.rta": "1.108.16",
29
- "@openui5/sap.ui.suite": "1.108.16",
30
- "@openui5/sap.ui.table": "1.108.16",
31
- "@openui5/sap.ui.unified": "1.108.16",
32
- "@openui5/sap.ui.ux3": "1.108.16",
33
- "@openui5/sap.uxap": "1.108.16"
17
+ "@openui5/sap.f": "1.108.18",
18
+ "@openui5/sap.m": "1.108.18",
19
+ "@openui5/sap.tnt": "1.108.18",
20
+ "@openui5/sap.ui.codeeditor": "1.108.18",
21
+ "@openui5/sap.ui.commons": "1.108.18",
22
+ "@openui5/sap.ui.core": "1.108.18",
23
+ "@openui5/sap.ui.dt": "1.108.18",
24
+ "@openui5/sap.ui.fl": "1.108.18",
25
+ "@openui5/sap.ui.mdc": "1.108.18",
26
+ "@openui5/sap.ui.integration": "1.108.18",
27
+ "@openui5/sap.ui.layout": "1.108.18",
28
+ "@openui5/sap.ui.rta": "1.108.18",
29
+ "@openui5/sap.ui.suite": "1.108.18",
30
+ "@openui5/sap.ui.table": "1.108.18",
31
+ "@openui5/sap.ui.unified": "1.108.18",
32
+ "@openui5/sap.ui.ux3": "1.108.18",
33
+ "@openui5/sap.uxap": "1.108.18"
34
34
  }
35
35
  }
@@ -6,7 +6,7 @@
6
6
  @_sap_f_Card_BoxShadow: none;
7
7
  @_sap_f_Card_HeaderBorder: 1px solid @sapUiTileBorderColor;
8
8
 
9
- .sapFCard .sapFCardHeader.sapFCardClickable {
9
+ .sapFCard .sapFCardHeader.sapFCardSectionClickable {
10
10
  &:hover {
11
11
  .sapFCardNumericIndicatorsMain {
12
12
  .sapMNCValue,
@@ -6,7 +6,7 @@
6
6
  @_sap_f_Card_BoxShadow: none;
7
7
  @_sap_f_Card_HeaderBorder: 1px solid @sapUiTileBorderColor;
8
8
 
9
- .sapFCard .sapFCardHeader.sapFCardClickable {
9
+ .sapFCard .sapFCardHeader.sapFCardSectionClickable {
10
10
  &:hover {
11
11
  .sapFCardNumericIndicatorsMain {
12
12
  .sapMNCValue,
@@ -26,6 +26,11 @@
26
26
  border-bottom: 1px solid @sapUiGroupTitleBorderColor;
27
27
  }
28
28
 
29
+ .sapMPanel .sapMPanelWrappingDiv .sapMPanelHdr,
30
+ .sapMPanel .sapMPanelWrappingDivTb .sapMIBar.sapMTB {
31
+ margin-left: 3rem;
32
+ }
33
+
29
34
  .sapMPanelContent:not(.sapMPanelBGTransparent) {
30
35
  border-bottom: 1px solid @sapUiGroupTitleBorderColor;
31
36
  }
@@ -0,0 +1,10 @@
1
+ /* =============================== */
2
+ /* CSS for control sap.m/TextArea */
3
+ /* Belize theme */
4
+ /* =============================== */
5
+
6
+ @_sapMTextAreaPadding: 0.5625rem 0.6875rem;
7
+ @_sapMTextAreaReadonlyPadding: 0.5625rem 0.6875rem;
8
+ @_sapMTextAreaValueStateSuccessPadding: 0.5625rem 0.6875rem;
9
+ @_sapMTextAreaValueStateInformationPadding: 0.5rem 0.625rem;
10
+ @_sapMTextAreaValueStateErrorWarningPadding: 0.5rem 0.625rem;
@@ -78,6 +78,7 @@
78
78
  @import "Table.less";
79
79
  @import "TabStrip.less";
80
80
  @import "Text.less";
81
+ @import "TextArea.less";
81
82
  @import "TileContent.less";
82
83
  @import "TileContainer.less";
83
84
  @import "TimePicker.less";
@@ -3,6 +3,8 @@
3
3
  /* High Contrast Black theme */
4
4
  /* ============================= */
5
5
 
6
+ @_sap_m_Avatar_Hover_Box_Shadow_Offset: 0px;
7
+
6
8
  .sapFAvatarImageContain,
7
9
  .sapFAvatarIcon,
8
10
  .sapFAvatarInitials {
@@ -19,6 +19,11 @@
19
19
  border-bottom: 1px solid @sapUiGroupTitleBorderColor;
20
20
  }
21
21
 
22
+ .sapMPanel .sapMPanelWrappingDiv .sapMPanelHdr,
23
+ .sapMPanel .sapMPanelWrappingDivTb .sapMIBar.sapMTB {
24
+ margin-left: 3rem;
25
+ }
26
+
22
27
  .sapMPanelWrappingDiv .sapUiIcon {
23
28
  width: 2.5rem;
24
29
  font-size: 1.375rem;
@@ -1,8 +1,16 @@
1
1
  /* ================================= */
2
- /* CSS for control sap.m/TextArea */
2
+ /* CSS for control sap.m/TextArea */
3
3
  /* Belize High Contrast Black theme */
4
4
  /* ================================= */
5
5
 
6
+ @_sapMTextAreaPadding: 0.5625rem 0.6875rem;
7
+ @_sapMTextAreaReadonlyPadding: 0.5625rem 0.6875rem;
8
+ @_sapMTextAreaValueStateSuccessPadding: 0.5625rem 0.6875rem;
9
+ @_sapMTextAreaValueStateInformationPadding: 0.5625rem 0.6875rem;
10
+ @_sapMTextAreaValueStateInformationPadding_Compact: 0.125rem 0.4375rem;
11
+ @_sapMTextAreaValueStateErrorWarningPadding: 0.5625rem 0.6875rem;
12
+ @_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.125rem 0.4375rem;
13
+
6
14
  .sapMFocus.sapMTextArea {
7
15
  & .sapMInputBaseContentWrapper {
8
16
  .sapMInputBaseInner {
@@ -3,6 +3,8 @@
3
3
  /* High Contrast White theme */
4
4
  /* ============================= */
5
5
 
6
+ @_sap_m_Avatar_Hover_Box_Shadow_Offset: 0px;
7
+
6
8
  .sapFAvatarImageContain,
7
9
  .sapFAvatarIcon,
8
10
  .sapFAvatarInitials {
@@ -19,6 +19,11 @@
19
19
  border-bottom: 1px solid @sapUiGroupTitleBorderColor;
20
20
  }
21
21
 
22
+ .sapMPanel .sapMPanelWrappingDiv .sapMPanelHdr,
23
+ .sapMPanel .sapMPanelWrappingDivTb .sapMIBar.sapMTB {
24
+ margin-left: 3rem;
25
+ }
26
+
22
27
  .sapMPanelWrappingDiv .sapUiIcon {
23
28
  width: 2.5rem;
24
29
  font-size: 1.375rem;
@@ -1,8 +1,16 @@
1
1
  /* ================================= */
2
- /* CSS for control sap.m/TextArea */
2
+ /* CSS for control sap.m/TextArea */
3
3
  /* Belize High Contrast White theme */
4
4
  /* ================================= */
5
5
 
6
+ @_sapMTextAreaPadding: 0.5625rem 0.6875rem;
7
+ @_sapMTextAreaReadonlyPadding: 0.5625rem 0.6875rem;
8
+ @_sapMTextAreaValueStateSuccessPadding: 0.5625rem 0.6875rem;
9
+ @_sapMTextAreaValueStateInformationPadding: 0.5625rem 0.6875rem;
10
+ @_sapMTextAreaValueStateInformationPadding_Compact: 0.125rem 0.4375rem;
11
+ @_sapMTextAreaValueStateErrorWarningPadding: 0.5625rem 0.6875rem;
12
+ @_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.125rem 0.4375rem;
13
+
6
14
  .sapMFocus.sapMTextArea {
7
15
  & .sapMInputBaseContentWrapper {
8
16
  .sapMInputBaseInner {
@@ -3,6 +3,5 @@
3
3
  /* Belize High Contrast Black theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_tnt_NavigationList_ItemFocusBorder: 0.125rem dotted @sapUiContentFocusColor;
7
6
  @_sap_tnt_NavigationList_SelectedItemBorderColor: transparent;
8
7
  @_sap_tnt_NavigationList_Collapsed_SelectedGroupBorderColor: @sapUiListSelectionBorderColor;
@@ -3,6 +3,5 @@
3
3
  /* Belize High Contrast White theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_tnt_NavigationList_ItemFocusBorder: 0.125rem dotted @sapUiContentFocusColor;
7
6
  @_sap_tnt_NavigationList_SelectedItemBorderColor: transparent;
8
7
  @_sap_tnt_NavigationList_Collapsed_SelectedGroupBorderColor: @sapUiListSelectionBorderColor;
@@ -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.108.16</version>
9
+ <version>1.108.18</version>
10
10
 
11
11
  <documentation>SAPUI5 belize theme library.</documentation>
12
12