@openui5/themelib_sap_horizon 1.132.1 → 1.133.1

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 (111) hide show
  1. package/.reuse/dep5 +2 -2
  2. package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
  3. package/THIRDPARTY.txt +55 -67
  4. package/package.json +18 -18
  5. package/src/sap/m/themes/sap_horizon/Button.less +11 -0
  6. package/src/sap/m/themes/sap_horizon/Link.less +4 -0
  7. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +9 -0
  8. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -0
  9. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +6 -0
  10. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +11 -0
  11. package/src/sap/m/themes/sap_horizon/Panel.less +5 -5
  12. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +1 -1
  13. package/src/sap/m/themes/sap_horizon/RadioButton.less +17 -1
  14. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -2
  15. package/src/sap/m/themes/sap_horizon/Select.less +174 -174
  16. package/src/sap/m/themes/sap_horizon/SlideTile.less +43 -36
  17. package/src/sap/m/themes/sap_horizon/Slider.less +38 -33
  18. package/src/sap/m/themes/sap_horizon/SliderTooltip.less +8 -8
  19. package/src/sap/m/themes/sap_horizon/SplitButton.less +1 -2
  20. package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -1
  21. package/src/sap/m/themes/sap_horizon/Title.less +1 -1
  22. package/src/sap/m/themes/sap_horizon/ToggleButton.less +9 -5
  23. package/src/sap/m/themes/sap_horizon/Token.less +1 -2
  24. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -5
  25. package/src/sap/m/themes/sap_horizon_dark/Button.less +11 -0
  26. package/src/sap/m/themes/sap_horizon_dark/Link.less +4 -0
  27. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +9 -0
  28. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +4 -0
  29. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +6 -0
  30. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +11 -0
  31. package/src/sap/m/themes/sap_horizon_dark/Panel.less +5 -5
  32. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +1 -1
  33. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +17 -1
  34. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +2 -2
  35. package/src/sap/m/themes/sap_horizon_dark/Select.less +175 -173
  36. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +42 -36
  37. package/src/sap/m/themes/sap_horizon_dark/Slider.less +37 -32
  38. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +9 -9
  39. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +1 -2
  40. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -1
  41. package/src/sap/m/themes/sap_horizon_dark/Title.less +1 -1
  42. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +9 -5
  43. package/src/sap/m/themes/sap_horizon_dark/Token.less +1 -1
  44. package/src/sap/m/themes/sap_horizon_hcb/Link.less +4 -0
  45. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +1 -1
  46. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +9 -0
  47. package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +4 -0
  48. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +6 -0
  49. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +11 -0
  50. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +3 -3
  51. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +2 -0
  52. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +1 -1
  53. package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -30
  54. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +27 -19
  55. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +36 -35
  56. package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +11 -13
  57. package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +1 -1
  58. package/src/sap/m/themes/sap_horizon_hcb/SplitContainer.less +10 -7
  59. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +2 -2
  60. package/src/sap/m/themes/sap_horizon_hcb/Title.less +1 -1
  61. package/src/sap/m/themes/sap_horizon_hcw/Link.less +4 -0
  62. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +1 -1
  63. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +9 -0
  64. package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +4 -0
  65. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +6 -0
  66. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +11 -0
  67. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +3 -3
  68. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +2 -0
  69. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +1 -1
  70. package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -29
  71. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +28 -21
  72. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +36 -35
  73. package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +11 -13
  74. package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +1 -1
  75. package/src/sap/m/themes/sap_horizon_hcw/SplitContainer.less +10 -7
  76. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +2 -2
  77. package/src/sap/m/themes/sap_horizon_hcw/Title.less +1 -1
  78. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +17 -8
  79. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -3
  80. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +17 -8
  81. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -3
  82. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +17 -9
  83. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
  84. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +17 -9
  85. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
  86. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  87. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  88. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  89. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  90. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  92. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  93. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  94. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  95. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  96. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  97. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  98. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +7 -0
  99. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +56 -21
  100. package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +0 -4
  101. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +56 -22
  102. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +0 -4
  103. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +63 -22
  104. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +0 -5
  105. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +63 -22
  106. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +0 -5
  107. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -1
  108. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -1
  109. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -1
  110. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -1
  111. package/LICENSES/Unicode-DFS-2015.txt +0 -51
package/.reuse/dep5 CHANGED
@@ -235,8 +235,8 @@ License: Apache-2.0
235
235
  Comment: these files belong to: Google-Caja JS HTML Sanitizer
236
236
 
237
237
  Files: src/sap.ui.core/src/sap/ui/core/cldr/*
238
- Copyright: 1991-2023 Unicode, Inc.
239
- License: Unicode-DFS-2015
238
+ Copyright: 1991-2024 Unicode, Inc.
239
+ License: LicenseRef-Unicode-3.0
240
240
  Comment: these files belong to: Unicode Common Locale Data Repository
241
241
 
242
242
  Files: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/*
@@ -0,0 +1,39 @@
1
+ UNICODE LICENSE V3
2
+
3
+ COPYRIGHT AND PERMISSION NOTICE
4
+
5
+ Copyright © 1991-2024 Unicode, Inc.
6
+
7
+ NOTICE TO USER: Carefully read the following legal agreement. BY
8
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
9
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
10
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
11
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
12
+
13
+ Permission is hereby granted, free of charge, to any person obtaining a
14
+ copy of data files and any associated documentation (the "Data Files") or
15
+ software and any associated documentation (the "Software") to deal in the
16
+ Data Files or Software without restriction, including without limitation
17
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
18
+ copies of the Data Files or Software, and to permit persons to whom the
19
+ Data Files or Software are furnished to do so, provided that either (a)
20
+ this copyright and permission notice appear with all copies of the Data
21
+ Files or Software, or (b) this copyright and permission notice appear in
22
+ associated Documentation.
23
+
24
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
25
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
27
+ THIRD PARTY RIGHTS.
28
+
29
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
30
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
31
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
32
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
33
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
34
+ FILES OR SOFTWARE.
35
+
36
+ Except as contained in this notice, the name of a copyright holder shall
37
+ not be used in advertising or otherwise to promote the sale, use or other
38
+ dealings in these Data Files or Software without prior written
39
+ authorization of the copyright holder.
package/THIRDPARTY.txt CHANGED
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.m:
8
8
 
9
- Component: purify.js, version: 3.1.7
9
+ Component: purify.js, version: 3.2.4
10
10
  Copyright: Mario Heiderich
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -187,10 +187,10 @@ License: Apache-2.0
187
187
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
188
188
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
189
189
 
190
- Component: Unicode Common Locale Data Repository, version: 44
191
- Copyright: 1991-2023 Unicode, Inc.
192
- License: Unicode-DFS-2015
193
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
190
+ Component: Unicode Common Locale Data Repository, version: 46.1.0
191
+ Copyright: 1991-2024 Unicode, Inc.
192
+ License: LicenseRef-Unicode-3.0
193
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
194
194
  Contained in: src/sap.ui.core/src/sap/ui/core/cldr/*
195
195
 
196
196
  Component: MobiScroll, version: 2.9.0
@@ -342,7 +342,7 @@ License: ISC
342
342
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
343
343
  Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
344
344
 
345
- Component: Time Zone Database, version: 2023d
345
+ Component: Time Zone Database, version: 2024b
346
346
  Copyright: Arthur David Olson, Paul Eggert and other contributors
347
347
  License: LicenseRef-tzdata-PublicDomain
348
348
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
@@ -966,6 +966,55 @@ END of license: LicenseRef-JSONinJSPublicDomain
966
966
  =================================
967
967
 
968
968
 
969
+ =================================
970
+ BEGIN of license: LicenseRef-Unicode-3.0
971
+ =================================
972
+
973
+ UNICODE LICENSE V3
974
+
975
+ COPYRIGHT AND PERMISSION NOTICE
976
+
977
+ Copyright © 1991-2024 Unicode, Inc.
978
+
979
+ NOTICE TO USER: Carefully read the following legal agreement. BY
980
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
981
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
982
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
983
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
984
+
985
+ Permission is hereby granted, free of charge, to any person obtaining a
986
+ copy of data files and any associated documentation (the "Data Files") or
987
+ software and any associated documentation (the "Software") to deal in the
988
+ Data Files or Software without restriction, including without limitation
989
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
990
+ copies of the Data Files or Software, and to permit persons to whom the
991
+ Data Files or Software are furnished to do so, provided that either (a)
992
+ this copyright and permission notice appear with all copies of the Data
993
+ Files or Software, or (b) this copyright and permission notice appear in
994
+ associated Documentation.
995
+
996
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
997
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
998
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
999
+ THIRD PARTY RIGHTS.
1000
+
1001
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
1002
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
1003
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1004
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1005
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
1006
+ FILES OR SOFTWARE.
1007
+
1008
+ Except as contained in this notice, the name of a copyright holder shall
1009
+ not be used in advertising or otherwise to promote the sale, use or other
1010
+ dealings in these Data Files or Software without prior written
1011
+ authorization of the copyright holder.
1012
+
1013
+ =================================
1014
+ END of license: LicenseRef-Unicode-3.0
1015
+ =================================
1016
+
1017
+
969
1018
  =================================
970
1019
  BEGIN of license: LicenseRef-tzdata-PublicDomain
971
1020
  =================================
@@ -1009,64 +1058,3 @@ OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1009
1058
  END of license: MIT
1010
1059
  =================================
1011
1060
 
1012
-
1013
- =================================
1014
- BEGIN of license: Unicode-DFS-2015
1015
- =================================
1016
-
1017
- UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
1018
-
1019
- Unicode Data Files include all data files under the directories http://www.unicode.org/Public/,
1020
- http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. Unicode
1021
- Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
1022
- Software includes any source code published in the Unicode Standard or under
1023
- the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/,
1024
- and http://www.unicode.org/cldr/data/.
1025
-
1026
- NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
1027
- INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
1028
- AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
1029
- BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
1030
- DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
1031
-
1032
- COPYRIGHT AND PERMISSION NOTICE
1033
-
1034
- Copyright © 1991-2015 Unicode, Inc. All rights reserved. Distributed under
1035
- the Terms of Use in http://www.unicode.org/copyright.html.
1036
-
1037
- Permission is hereby granted, free of charge, to any person obtaining a copy
1038
- of the Unicode data files and any associated documentation (the "Data Files")
1039
- or Unicode software and any associated documentation (the "Software") to deal
1040
- in the Data Files or Software without restriction, including without limitation
1041
- the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
1042
- of the Data Files or Software, and to permit persons to whom the Data Files
1043
- or Software are furnished to do so, provided that
1044
-
1045
- (a) this copyright and permission notice appear with all copies of the Data
1046
- Files or Software,
1047
-
1048
- (b) this copyright and permission notice appear in associated documentation,
1049
- and
1050
-
1051
- (c) there is clear notice in each modified Data File or in the Software as
1052
- well as in the documentation associated with the Data File(s) or Software
1053
- that the data or software has been modified.
1054
-
1055
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
1056
- KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1057
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
1058
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
1059
- BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
1060
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
1061
- IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
1062
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
1063
-
1064
- Except as contained in this notice, the name of a copyright holder shall not
1065
- be used in advertising or otherwise to promote the sale, use or other dealings
1066
- in these Data Files or Software without prior written authorization of the
1067
- copyright holder.
1068
-
1069
- =================================
1070
- END of license: Unicode-DFS-2015
1071
- =================================
1072
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.132.1",
3
+ "version": "1.133.1",
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.132.1",
18
- "@openui5/sap.m": "1.132.1",
19
- "@openui5/sap.tnt": "1.132.1",
20
- "@openui5/sap.ui.codeeditor": "1.132.1",
21
- "@openui5/sap.ui.commons": "1.132.1",
22
- "@openui5/sap.ui.core": "1.132.1",
23
- "@openui5/sap.ui.dt": "1.132.1",
24
- "@openui5/sap.ui.fl": "1.132.1",
25
- "@openui5/sap.ui.mdc": "1.132.1",
26
- "@openui5/sap.ui.integration": "1.132.1",
27
- "@openui5/sap.ui.layout": "1.132.1",
28
- "@openui5/sap.ui.rta": "1.132.1",
29
- "@openui5/sap.ui.suite": "1.132.1",
30
- "@openui5/sap.ui.table": "1.132.1",
31
- "@openui5/sap.ui.unified": "1.132.1",
32
- "@openui5/sap.ui.ux3": "1.132.1",
33
- "@openui5/sap.uxap": "1.132.1"
17
+ "@openui5/sap.f": "1.133.1",
18
+ "@openui5/sap.m": "1.133.1",
19
+ "@openui5/sap.tnt": "1.133.1",
20
+ "@openui5/sap.ui.codeeditor": "1.133.1",
21
+ "@openui5/sap.ui.commons": "1.133.1",
22
+ "@openui5/sap.ui.core": "1.133.1",
23
+ "@openui5/sap.ui.dt": "1.133.1",
24
+ "@openui5/sap.ui.fl": "1.133.1",
25
+ "@openui5/sap.ui.mdc": "1.133.1",
26
+ "@openui5/sap.ui.integration": "1.133.1",
27
+ "@openui5/sap.ui.layout": "1.133.1",
28
+ "@openui5/sap.ui.rta": "1.133.1",
29
+ "@openui5/sap.ui.suite": "1.133.1",
30
+ "@openui5/sap.ui.table": "1.133.1",
31
+ "@openui5/sap.ui.unified": "1.133.1",
32
+ "@openui5/sap.ui.ux3": "1.133.1",
33
+ "@openui5/sap.uxap": "1.133.1"
34
34
  }
35
35
  }
@@ -183,6 +183,17 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
183
183
  text-shadow: var(--sapContent_TextShadow);
184
184
  }
185
185
 
186
+ .sapMBtn {
187
+ .sapMBtnCritical,
188
+ .sapMBtnNegative,
189
+ .sapMBtnSuccess,
190
+ .sapMBtnNeutral {
191
+ &.sapMBtnInner.sapMBtnActive {
192
+ text-shadow: none;
193
+ }
194
+ }
195
+ }
196
+
186
197
  /* ---------------------------------------------------------------------*/
187
198
  /* Disabled, hover and active states: */
188
199
  /* ---------------------------------------------------------------------*/
@@ -61,4 +61,8 @@ html.sap-desktop .sapMLnk:not(.sapMLnkDsbl) {
61
61
 
62
62
  .sapMListTblRow.sapMLIBSelected .sapMLnk:not(.sapMLnkDsbl) {
63
63
  text-shadow: var(--sapContent_TextShadow);
64
+ }
65
+
66
+ .sapMLnk.sapMLnkLargeReactiveArea {
67
+ line-height: 1.5rem;
64
68
  }
@@ -5,6 +5,15 @@
5
5
 
6
6
  @_sap_m_ObjectAttribute_ListTextShadowColor: none;
7
7
 
8
+ .sapMObjectAttributeActive.sapMLnkLargeReactiveArea {
9
+ .sapMObjectAttributeTitle,
10
+ .sapMObjectAttributeColon,
11
+ .sapMObjectAttributeText,
12
+ .sapMObjectAttributeText > .sapMLnk {
13
+ line-height: 1.5rem;
14
+ }
15
+ }
16
+
8
17
  .sapMObjectAttributeActive .sapMObjectAttributeText:focus {
9
18
  position: relative;
10
19
  }
@@ -17,4 +17,8 @@
17
17
  }
18
18
  }
19
19
  }
20
+ }
21
+
22
+ .sapMObjectMarker.sapMLnkLargeReactiveArea > .sapUiIcon {
23
+ line-height: 1.5rem;
20
24
  }
@@ -3,6 +3,12 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
+ .sapMObjectNumber.sapMLnkLargeReactiveArea:not(.sapMObjectNumberLarge):not(.sapMObjectNumberInverted) {
7
+ .sapMObjectNumberInner {
8
+ line-height: 1.5rem;
9
+ }
10
+ }
11
+
6
12
  .sapMObjectNumberInverted {
7
13
  box-sizing: border-box;
8
14
 
@@ -7,6 +7,17 @@
7
7
  display: inline-block;
8
8
  }
9
9
 
10
+ .sapMObjStatus.sapMLnkLargeReactiveArea:not(.sapMObjectStatusLarge):not(.sapMObjStatusInverted) {
11
+ .sapMObjStatusTitle,
12
+ .sapMObjStatusIcon .sapUiIcon,
13
+ .sapMObjStatusText {
14
+ line-height: 1.5rem;
15
+ }
16
+ .sapMObjStatusIcon {
17
+ height: 1.5rem;
18
+ }
19
+ }
20
+
10
21
  .sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
11
22
 
12
23
  .sapMObjStatusText {
@@ -5,11 +5,11 @@
5
5
 
6
6
  .sapMPanel {
7
7
  min-height: 2.75rem;
8
- border-radius: var(--sapElement_BorderCornerRadius);
8
+ border-radius: @sapGroup_BorderCornerRadius;
9
9
 
10
10
  .sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
11
11
  .sapMPanelWrappingDivTb:not(.sapMPanelWrappingDivTbExpanded) {
12
- border-radius: var(--sapElement_BorderCornerRadius);
12
+ border-radius: @sapGroup_BorderCornerRadius;
13
13
  overflow: hidden;
14
14
  }
15
15
  }
@@ -38,13 +38,13 @@
38
38
  .sapMPanelWrappingDiv,
39
39
  /* do not want border if expanded and if only header text */
40
40
  .sapMPanelWrappingDivTb {
41
- border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
42
- background: var(--sapGroup_ContentBackground);
41
+ border-bottom: @sapGroup_TitleBorderWidth solid @sapUiGroupTitleBorderColor;
42
+ background: @sapGroup_ContentBackground;
43
43
  }
44
44
 
45
45
  .sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
46
46
  .sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
47
- border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
47
+ border-bottom: @sapGroup_TitleBorderWidth solid @sapUiGroupTitleBorderColor;
48
48
  }
49
49
 
50
50
  .sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
@@ -232,7 +232,7 @@
232
232
 
233
233
  /* Condensed */
234
234
  .sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
235
- padding: 0.4375rem 0;
235
+ padding: 0.375rem 1.25rem 0.375rem 0;
236
236
  margin: 0;
237
237
  }
238
238
 
@@ -87,7 +87,7 @@
87
87
 
88
88
  .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut {
89
89
  stroke: var(--sapField_Hover_BorderColor);
90
- fill: var(--sapContent_Selected_Hover_Background);
90
+ fill: var(--sapField_Selector_Hover_Background);
91
91
  }
92
92
 
93
93
  .sapMRb:focus::before {
@@ -140,6 +140,10 @@
140
140
  }
141
141
  }
142
142
 
143
+ .sapMRb.sapMRbErr .sapMRbHoverable:hover .sapMRbBOut {
144
+ fill: var(--sapField_Selector_Hover_InvalidBackground);
145
+ }
146
+
143
147
  .sapMRbWarn.sapMRbSel,
144
148
  .sapMRbWarn.sapMRbSel.sapMRbRo {
145
149
 
@@ -159,6 +163,10 @@
159
163
  }
160
164
  }
161
165
 
166
+ .sapMRb.sapMRbWarn .sapMRbHoverable:hover .sapMRbBOut {
167
+ fill: var(--sapField_Selector_Hover_WarningBackground);
168
+ }
169
+
162
170
  .sapMRbSucc.sapMRbSel,
163
171
  .sapMRbSucc.sapMRbSel.sapMRbRo {
164
172
 
@@ -178,6 +186,10 @@
178
186
  }
179
187
  }
180
188
 
189
+ .sapMRb.sapMRbSucc .sapMRbHoverable:hover .sapMRbBOut {
190
+ fill: var(--sapField_Selector_Hover_SuccessBackground);
191
+ }
192
+
181
193
  .sapMRbInfo.sapMRbSel,
182
194
  .sapMRbInfo.sapMRbSel.sapMRbRo {
183
195
 
@@ -197,6 +209,10 @@
197
209
  }
198
210
  }
199
211
 
212
+ .sapMRb.sapMRbInfo .sapMRbHoverable:hover .sapMRbBOut {
213
+ fill: var( --sapField_Selector_Hover_InformationBackground);
214
+ }
215
+
200
216
  .sapMRbRo .sapMRbBOut {
201
217
  stroke-dasharray: 4,2; /* parameter needed for the type of the dashes */
202
218
  }
@@ -76,7 +76,7 @@
76
76
 
77
77
  html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
78
78
  background: var(--sapButton_Hover_Background);
79
- border-radius: 0.5rem;
79
+ border-radius: var(--sapButton_Segment_BorderCornerRadius);
80
80
  border-color: var(--sapButton_Hover_BorderColor);
81
81
  }
82
82
 
@@ -260,7 +260,7 @@ html.sap-desktop {
260
260
  background: var(--sapButton_Selected_Background);
261
261
  color: var(--sapButton_Selected_TextColor);
262
262
  border-color: var(--sapButton_Selected_BorderColor);
263
- border-radius: 0.5rem;
263
+ border-radius: var(--sapButton_Segment_BorderCornerRadius);
264
264
  }
265
265
 
266
266
  .sapUiIcon {