@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
@@ -131,10 +131,6 @@
131
131
  line-height: 2.75rem;
132
132
  }
133
133
 
134
- .sapUiColorPicker-ColorPickerMatrix.sapUnifiedColorPicker .sapUiColorPicker-ColorPickerCircle:after {
135
- border-color: @sapUiFieldBorderColor;
136
- }
137
-
138
134
  .sapUiColorPicker-ColorPickerMatrix {
139
135
  &.sapUnifiedColorPicker{
140
136
  .sapUiColorPicker-ColorPickerCircle {
@@ -143,7 +139,6 @@
143
139
  &:after {
144
140
  width: 5px;
145
141
  height: 5px;
146
- border: 0.125rem solid @sapUiFieldBackground;
147
142
  }
148
143
  }
149
144
  }
@@ -144,6 +144,36 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
144
144
  color: @sapUiBaseText;
145
145
  }
146
146
 
147
+ .sapUiCalYearPicker,
148
+ .sapUiCalMonthPicker {
149
+ .sapUiCalItem {
150
+ outline: 0.0625rem solid @sapUiButtonLiteBorderColor;
151
+ outline-offset: -0.125rem;
152
+ background: @sapUiButtonLiteBackground;
153
+ color: @sapUiButtonLiteTextColor;
154
+
155
+ &:hover {
156
+ outline: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
157
+ color: @sapUiButtonLiteHoverTextColor;
158
+
159
+ &.sapUiCalItemSel,
160
+ &.sapUiCalItemSelBetween,
161
+ &.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd) {
162
+ outline: 0.0625rem solid @sapUiButtonSelectedHoverBorderColor;
163
+ background: @sapUiButtonSelectedHoverBackground;
164
+ }
165
+ }
166
+
167
+ &.sapUiCalItemSel,
168
+ &.sapUiCalItemSelBetween,
169
+ &.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(:hover) {
170
+ outline: 0.0625rem solid @sapUiButtonSelectedBorderColor;
171
+ background: @sapUiButtonSelectedBackground;
172
+ color: @sapUiButtonSelectedTextColor;
173
+ }
174
+ }
175
+ }
176
+
147
177
  /* make outline for days on number to prevent it around week number */
148
178
  /* hide outline for all devices, but enable later for desktop */
149
179
  .sapUiCalItem:focus {
@@ -151,30 +181,47 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
151
181
  overflow: visible;
152
182
  }
153
183
 
154
- html.sap-desktop .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemWeekEnd):focus {
155
- background-color: @sapUiLegendWorkingBackground;
184
+ html.sap-desktop {
185
+ .sapUiCalMonthPicker,
186
+ .sapUiCalYearPicker {
187
+ .sapUiCalItem {
188
+ &:focus::before {
189
+ content: '';
190
+ position: absolute;
191
+ box-sizing: border-box;
192
+ left: 0.125rem;
193
+ top: 0.125rem;
194
+ right: 0.125rem;
195
+ bottom: 0.125rem;
196
+ border: 0.125rem dotted @sapUiContentFocusColor;
197
+ border-radius: 0.375rem;
198
+ }
199
+
200
+ &:focus {
201
+ outline: 0.0625rem solid @sapUiButtonLiteBorderColor;
202
+ }
203
+
204
+ &.sapUiCalItemSel,
205
+ &.sapUiCalItemSelBetween {
206
+ &:focus:not(:hover) {
207
+ background: @sapUiButtonSelectedBackground;
208
+ }
209
+ &:focus:hover {
210
+ background: @sapUiButtonSelectedHoverBackground;
211
+ }
212
+ }
213
+ }
214
+ }
156
215
  }
157
216
 
158
217
  html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText{
159
218
  outline-offset: -0.45rem;
160
219
  }
161
220
 
162
- html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:focus,
163
- html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:focus {
164
- border: 0.125rem dotted @sapUiContentFocusColor;
165
- }
166
-
167
221
  html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
168
222
  color: @sapUiContentSelectedTextColor;
169
223
  }
170
224
 
171
- html.sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
172
- html.sap-desktop .sapUiCalYearPicker .sapUiCalItemSel:focus {
173
- outline-color: @sapUiContentSelectedTextColor;
174
- background-color: @sapUiContentSelectedBackground;
175
- color: @sapUiContentSelectedTextColor;
176
- }
177
-
178
225
  html.sap-desktop .sapUiSizeCompact .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
179
226
  outline-color: @sapUiContentContrastFocusColor;
180
227
  }
@@ -415,17 +462,11 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
415
462
 
416
463
  .sapUiCalMonthPicker,
417
464
  .sapUiCalYearPicker {
418
- .sapUiCalItem {
419
- color: @sapUiButtonLiteTextColor;
420
- }
421
- .sapUiCalItem.sapUiCalItemSel {
422
- font-family: @sapFontBoldFamily;
423
- }
424
465
  .sapUiCalItem.sapUiCalItemDsbl {
425
466
  opacity: @sapUiContentDisabledOpacity;
426
467
  }
427
468
  .sapUiCalItem:focus {
428
- line-height: 2.75rem;
469
+ line-height: 2.875rem;
429
470
  }
430
471
  }
431
472
 
@@ -433,7 +474,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
433
474
  .sapUiCalMonthPicker,
434
475
  .sapUiCalYearPicker {
435
476
  .sapUiCalItem:focus {
436
- line-height: 1.75rem;
477
+ line-height: 1.875rem;
437
478
  }
438
479
  }
439
480
  }
@@ -131,10 +131,6 @@
131
131
  line-height: 2.75rem;
132
132
  }
133
133
 
134
- .sapUiColorPicker-ColorPickerMatrix.sapUnifiedColorPicker .sapUiColorPicker-ColorPickerCircle:after {
135
- border-color: @sapUiFieldBorderColor;
136
- }
137
-
138
134
  .sapUiColorPicker-ColorPickerMatrix {
139
135
  &.sapUnifiedColorPicker{
140
136
  .sapUiColorPicker-ColorPickerCircle {
@@ -143,7 +139,6 @@
143
139
  &:after {
144
140
  width: 5px;
145
141
  height: 5px;
146
- border: 0.125rem solid @sapUiFieldBackground;
147
142
  }
148
143
  }
149
144
  }
@@ -84,7 +84,7 @@
84
84
  }
85
85
 
86
86
  // Styles suporting Table inside ObjectPageSubSection scenario
87
- .sapUiTableOnObjectPageAdjustmentsForSection.sapUxAPObjectPageSection .sapUxAPObjectPageSectionContainer .sapUxAPObjectPageSubSection .sapUxAPBlockContainer {
87
+ .sapUiTableOnObjectPageAdjustmentsForSection.sapUxAPObjectPageSection .sapUxAPObjectPageSectionContainer .sapUxAPObjectPageSubSection:not(.sapUiAdjustedSectionSubsectionWithoutTable) .sapUxAPBlockContainer {
88
88
  background: transparent;
89
89
  }
90
90
 
@@ -88,6 +88,6 @@
88
88
  background: transparent;
89
89
  }
90
90
 
91
- .sapUiTableOnObjectPageAdjustmentsForSection .sapUxAPBlockContainer > .sapUiRespGrid {
91
+ .sapUiTableOnObjectPageAdjustmentsForSection .sapUxAPObjectPageSubSection:not(.sapUiAdjustedSectionSubsectionWithoutTable) .sapUxAPBlockContainer > .sapUiRespGrid {
92
92
  padding: 0 0;
93
93
  }
@@ -59,6 +59,6 @@
59
59
  background: transparent;
60
60
  }
61
61
 
62
- .sapUiTableOnObjectPageAdjustmentsForSection .sapUxAPBlockContainer > .sapUiRespGrid {
62
+ .sapUiTableOnObjectPageAdjustmentsForSection .sapUxAPObjectPageSubSection:not(.sapUiAdjustedSectionSubsectionWithoutTable) .sapUxAPBlockContainer > .sapUiRespGrid {
63
63
  padding: 0 0;
64
64
  }
@@ -59,6 +59,6 @@
59
59
  background: transparent;
60
60
  }
61
61
 
62
- .sapUiTableOnObjectPageAdjustmentsForSection .sapUxAPBlockContainer > .sapUiRespGrid {
62
+ .sapUiTableOnObjectPageAdjustmentsForSection .sapUxAPObjectPageSubSection:not(.sapUiAdjustedSectionSubsectionWithoutTable) .sapUxAPBlockContainer > .sapUiRespGrid {
63
63
  padding: 0 0;
64
64
  }
@@ -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.