@openui5/themelib_sap_horizon 1.132.1 → 1.134.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.
Files changed (194) hide show
  1. package/.reuse/dep5 +2 -9
  2. package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
  3. package/THIRDPARTY.txt +45 -78
  4. package/package.json +18 -18
  5. package/src/sap/f/themes/sap_horizon/Card.less +14 -19
  6. package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +5 -0
  8. package/src/sap/f/themes/sap_horizon_dark/Card.less +8 -13
  9. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
  10. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +5 -0
  11. package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -8
  12. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +5 -0
  13. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +0 -1
  14. package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -8
  15. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +5 -0
  16. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +0 -1
  17. package/src/sap/m/themes/sap_horizon/Avatar.less +13 -0
  18. package/src/sap/m/themes/sap_horizon/Button.less +17 -0
  19. package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -25
  20. package/src/sap/m/themes/sap_horizon/Link.less +4 -0
  21. package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
  22. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +9 -0
  23. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -0
  24. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +6 -0
  25. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +11 -0
  26. package/src/sap/m/themes/sap_horizon/Panel.less +5 -5
  27. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +1 -1
  28. package/src/sap/m/themes/sap_horizon/RadioButton.less +17 -1
  29. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -2
  30. package/src/sap/m/themes/sap_horizon/Select.less +174 -174
  31. package/src/sap/m/themes/sap_horizon/SlideTile.less +43 -36
  32. package/src/sap/m/themes/sap_horizon/Slider.less +38 -33
  33. package/src/sap/m/themes/sap_horizon/SliderTooltip.less +8 -8
  34. package/src/sap/m/themes/sap_horizon/SplitButton.less +72 -56
  35. package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -1
  36. package/src/sap/m/themes/sap_horizon/StandardTile.less +2 -2
  37. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +6 -1
  38. package/src/sap/m/themes/sap_horizon/Switch.less +109 -91
  39. package/src/sap/m/themes/sap_horizon/TabContainer.less +2 -0
  40. package/src/sap/m/themes/sap_horizon/TabStrip.less +48 -20
  41. package/src/sap/m/themes/sap_horizon/Table.less +5 -5
  42. package/src/sap/m/themes/sap_horizon/Text.less +3 -2
  43. package/src/sap/m/themes/sap_horizon/TextArea.less +2 -1
  44. package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -4
  45. package/src/sap/m/themes/sap_horizon/TileContent.less +3 -3
  46. package/src/sap/m/themes/sap_horizon/Title.less +1 -1
  47. package/src/sap/m/themes/sap_horizon/ToggleButton.less +62 -46
  48. package/src/sap/m/themes/sap_horizon/Token.less +1 -2
  49. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -5
  50. package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +10 -6
  51. package/src/sap/m/themes/sap_horizon/WheelSlider.less +38 -14
  52. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +13 -0
  53. package/src/sap/m/themes/sap_horizon_dark/Button.less +17 -0
  54. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -37
  55. package/src/sap/m/themes/sap_horizon_dark/Link.less +4 -0
  56. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
  57. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +9 -0
  58. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +4 -0
  59. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +6 -0
  60. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +11 -0
  61. package/src/sap/m/themes/sap_horizon_dark/Panel.less +5 -5
  62. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +1 -1
  63. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +17 -1
  64. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +2 -2
  65. package/src/sap/m/themes/sap_horizon_dark/Select.less +175 -173
  66. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +42 -36
  67. package/src/sap/m/themes/sap_horizon_dark/Slider.less +37 -32
  68. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +9 -9
  69. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +71 -56
  70. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -1
  71. package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +2 -2
  72. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -1
  73. package/src/sap/m/themes/sap_horizon_dark/Switch.less +108 -89
  74. package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +2 -0
  75. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +50 -21
  76. package/src/sap/m/themes/sap_horizon_dark/Table.less +4 -4
  77. package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -2
  78. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +2 -1
  79. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -3
  80. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +3 -3
  81. package/src/sap/m/themes/sap_horizon_dark/Title.less +1 -1
  82. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +61 -46
  83. package/src/sap/m/themes/sap_horizon_dark/Token.less +1 -1
  84. package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +10 -6
  85. package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +34 -11
  86. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +14 -0
  87. package/src/sap/m/themes/sap_horizon_hcb/Button.less +8 -0
  88. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +0 -9
  89. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
  90. package/src/sap/m/themes/sap_horizon_hcb/Link.less +4 -0
  91. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +1 -1
  92. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +9 -0
  93. package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +4 -0
  94. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +6 -0
  95. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +51 -40
  96. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +3 -3
  97. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +2 -0
  98. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +1 -1
  99. package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -30
  100. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +27 -19
  101. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +36 -35
  102. package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +11 -13
  103. package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +4 -3
  104. package/src/sap/m/themes/sap_horizon_hcb/SplitContainer.less +10 -7
  105. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +2 -2
  106. package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +2 -0
  107. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +108 -90
  108. package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +5 -2
  109. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +44 -17
  110. package/src/sap/m/themes/sap_horizon_hcb/Table.less +6 -6
  111. package/src/sap/m/themes/sap_horizon_hcb/Text.less +2 -1
  112. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +11 -8
  113. package/src/sap/m/themes/sap_horizon_hcb/Tile.less +9 -9
  114. package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +5 -5
  115. package/src/sap/m/themes/sap_horizon_hcb/Title.less +1 -1
  116. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -5
  117. package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +9 -6
  118. package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +22 -5
  119. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -0
  120. package/src/sap/m/themes/sap_horizon_hcw/Button.less +8 -0
  121. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +0 -9
  122. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
  123. package/src/sap/m/themes/sap_horizon_hcw/Link.less +4 -0
  124. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +1 -1
  125. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +9 -0
  126. package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +4 -0
  127. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +6 -0
  128. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +51 -40
  129. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +3 -3
  130. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +2 -0
  131. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +1 -1
  132. package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -29
  133. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +28 -21
  134. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +36 -35
  135. package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +11 -13
  136. package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +4 -3
  137. package/src/sap/m/themes/sap_horizon_hcw/SplitContainer.less +10 -7
  138. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +2 -2
  139. package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +2 -0
  140. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +108 -90
  141. package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +5 -2
  142. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +44 -17
  143. package/src/sap/m/themes/sap_horizon_hcw/Table.less +6 -6
  144. package/src/sap/m/themes/sap_horizon_hcw/Text.less +2 -1
  145. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +11 -8
  146. package/src/sap/m/themes/sap_horizon_hcw/Tile.less +9 -9
  147. package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +5 -5
  148. package/src/sap/m/themes/sap_horizon_hcw/Title.less +1 -1
  149. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +5 -5
  150. package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +10 -6
  151. package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +22 -5
  152. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +24 -8
  153. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -3
  154. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +24 -8
  155. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -3
  156. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +24 -9
  157. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
  158. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +24 -9
  159. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
  160. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  161. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  162. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  163. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  164. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  165. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  166. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  167. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  168. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  169. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  170. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  171. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  172. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
  173. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
  174. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +7 -0
  175. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +56 -21
  176. package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +0 -4
  177. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +56 -22
  178. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +0 -4
  179. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +63 -22
  180. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +0 -5
  181. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +63 -22
  182. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +0 -5
  183. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -1
  184. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
  185. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -1
  186. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
  187. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -1
  188. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
  189. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -1
  190. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
  191. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
  192. package/LICENSES/Unicode-DFS-2015.txt +0 -51
  193. package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
  194. package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
@@ -1,51 +0,0 @@
1
- UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
2
-
3
- Unicode Data Files include all data files under the directories http://www.unicode.org/Public/,
4
- http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. Unicode
5
- Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
6
- Software includes any source code published in the Unicode Standard or under
7
- the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/,
8
- and http://www.unicode.org/cldr/data/.
9
-
10
- NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
11
- INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
12
- AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
13
- BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
14
- DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
15
-
16
- COPYRIGHT AND PERMISSION NOTICE
17
-
18
- Copyright © 1991-2015 Unicode, Inc. All rights reserved. Distributed under
19
- the Terms of Use in http://www.unicode.org/copyright.html.
20
-
21
- Permission is hereby granted, free of charge, to any person obtaining a copy
22
- of the Unicode data files and any associated documentation (the "Data Files")
23
- or Unicode software and any associated documentation (the "Software") to deal
24
- in the Data Files or Software without restriction, including without limitation
25
- the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
26
- of the Data Files or Software, and to permit persons to whom the Data Files
27
- or Software are furnished to do so, provided that
28
-
29
- (a) this copyright and permission notice appear with all copies of the Data
30
- Files or Software,
31
-
32
- (b) this copyright and permission notice appear in associated documentation,
33
- and
34
-
35
- (c) there is clear notice in each modified Data File or in the Software as
36
- well as in the documentation associated with the Data File(s) or Software
37
- that the data or software has been modified.
38
-
39
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
40
- KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
42
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
43
- BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
44
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
45
- IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
46
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
47
-
48
- Except as contained in this notice, the name of a copyright holder shall not
49
- be used in advertising or otherwise to promote the sale, use or other dealings
50
- in these Data Files or Software without prior written authorization of the
51
- copyright holder.
@@ -1,28 +0,0 @@
1
- /* ======================================== */
2
- /* CSS for control sap.f.cards/BaseHeader */
3
- /* Horizon High Contrast Black theme */
4
- /* ======================================== */
5
-
6
- .sapFCardHeader.sapFCardSectionClickable {
7
- &:hover {
8
- .sapFCardNumericIndicatorsMain {
9
- .sapMNCValue,
10
- .sapMNCIndicator,
11
- .sapMNCScale,
12
- .sapMNCIndIcon {
13
- color: @sapUiContentContrastTextColor;
14
- }
15
- }
16
- }
17
-
18
- &:active {
19
- .sapFCardNumericIndicatorsMain {
20
- .sapMNCValue,
21
- .sapMNCIndicator,
22
- .sapMNCScale,
23
- .sapMNCIndIcon {
24
- color: @sapUiContentContrastTextColor;
25
- }
26
- }
27
- }
28
- }
@@ -1,28 +0,0 @@
1
- /* ======================================== */
2
- /* CSS for control sap.f.cards/BaseHeader */
3
- /* Horizon High Contrast White theme */
4
- /* ======================================== */
5
-
6
- .sapFCardHeader.sapFCardSectionClickable {
7
- &:hover {
8
- .sapFCardNumericIndicatorsMain {
9
- .sapMNCValue,
10
- .sapMNCIndicator,
11
- .sapMNCScale,
12
- .sapMNCIndIcon {
13
- color: @sapUiContentContrastTextColor;
14
- }
15
- }
16
- }
17
-
18
- &:active {
19
- .sapFCardNumericIndicatorsMain {
20
- .sapMNCValue,
21
- .sapMNCIndicator,
22
- .sapMNCScale,
23
- .sapMNCIndIcon {
24
- color: @sapUiContentContrastTextColor;
25
- }
26
- }
27
- }
28
- }