@openui5/themelib_sap_belize 1.136.1 → 1.138.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.
- package/REUSE.toml +0 -28
- package/THIRDPARTY.txt +1 -25
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize_base/Button.less +1 -1
- package/src/sap/tnt/themes/sap_belize_base/NavigationList.less +52 -87
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +17 -9
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +16 -8
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +16 -8
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +8 -5
package/REUSE.toml
CHANGED
|
@@ -238,27 +238,6 @@ SPDX-FileCopyrightText = [
|
|
|
238
238
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
239
239
|
SPDX-FileComment = "these files contain content from SAP and JUnit Reporter for QUnit: qunit-junit.js is overall written by SAP, but contains a modified copy of JUnit Reporter for QUnit (qunit-reporter-junit)"
|
|
240
240
|
|
|
241
|
-
[[annotations]]
|
|
242
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js"
|
|
243
|
-
precedence = "aggregate"
|
|
244
|
-
SPDX-FileCopyrightText = "2012 Matteo Spinelli"
|
|
245
|
-
SPDX-License-Identifier = "MIT"
|
|
246
|
-
SPDX-FileComment = "these files belong to: cubiq.org - iScroll"
|
|
247
|
-
|
|
248
|
-
[[annotations]]
|
|
249
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js"
|
|
250
|
-
precedence = "aggregate"
|
|
251
|
-
SPDX-FileCopyrightText = "2011 Matteo Spinelli"
|
|
252
|
-
SPDX-License-Identifier = "MIT"
|
|
253
|
-
SPDX-FileComment = "these files belong to: cubiq.org - iScroll Lite"
|
|
254
|
-
|
|
255
|
-
[[annotations]]
|
|
256
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js"
|
|
257
|
-
precedence = "aggregate"
|
|
258
|
-
SPDX-FileCopyrightText = "2012 Matteo Spinelli"
|
|
259
|
-
SPDX-License-Identifier = "MIT"
|
|
260
|
-
SPDX-FileComment = "these files belong to: cubiq.org - swipeview"
|
|
261
|
-
|
|
262
241
|
[[annotations]]
|
|
263
242
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js"
|
|
264
243
|
precedence = "aggregate"
|
|
@@ -308,13 +287,6 @@ SPDX-FileCopyrightText = "1991-2024 Unicode, Inc."
|
|
|
308
287
|
SPDX-License-Identifier = "LicenseRef-Unicode-3.0"
|
|
309
288
|
SPDX-FileComment = "these files belong to: Unicode Common Locale Data Repository"
|
|
310
289
|
|
|
311
|
-
[[annotations]]
|
|
312
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**"
|
|
313
|
-
precedence = "aggregate"
|
|
314
|
-
SPDX-FileCopyrightText = "2010-2013, Acid Media"
|
|
315
|
-
SPDX-License-Identifier = "MIT"
|
|
316
|
-
SPDX-FileComment = "these files belong to: MobiScroll"
|
|
317
|
-
|
|
318
290
|
[[annotations]]
|
|
319
291
|
path = [
|
|
320
292
|
"src/sap.ui.core/src/sap/ui/thirdparty/sinon.js",
|
package/THIRDPARTY.txt
CHANGED
|
@@ -133,24 +133,6 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
133
133
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
|
|
134
134
|
src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
|
|
135
135
|
|
|
136
|
-
Component: cubiq.org - iScroll, version: 4.2.5
|
|
137
|
-
Copyright: 2012 Matteo Spinelli
|
|
138
|
-
License: MIT
|
|
139
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
140
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js
|
|
141
|
-
|
|
142
|
-
Component: cubiq.org - iScroll Lite, version: 4.1.6
|
|
143
|
-
Copyright: 2011 Matteo Spinelli
|
|
144
|
-
License: MIT
|
|
145
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
146
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js
|
|
147
|
-
|
|
148
|
-
Component: cubiq.org - swipeview, version: 1.0
|
|
149
|
-
Copyright: 2012 Matteo Spinelli
|
|
150
|
-
License: MIT
|
|
151
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
152
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
|
|
153
|
-
|
|
154
136
|
Component: Zynga Scroller, version: 1.2.1-0-g5d43806
|
|
155
137
|
Copyright: 2011 Zynga Inc.
|
|
156
138
|
License: MIT
|
|
@@ -193,12 +175,6 @@ License: LicenseRef-Unicode-3.0
|
|
|
193
175
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
|
|
194
176
|
Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
|
|
195
177
|
|
|
196
|
-
Component: MobiScroll, version: 2.9.0
|
|
197
|
-
Copyright: 2010-2013, Acid Media
|
|
198
|
-
License: MIT
|
|
199
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
200
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**
|
|
201
|
-
|
|
202
178
|
Component: SinonJS, version: 1.14.1
|
|
203
179
|
Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
|
|
204
180
|
License: BSD-3-Clause
|
|
@@ -462,7 +438,7 @@ License: Apache-2.0
|
|
|
462
438
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
439
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
440
|
|
|
465
|
-
Component: SAP Theming Base Content, version: 11.
|
|
441
|
+
Component: SAP Theming Base Content, version: 11.31.0
|
|
466
442
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
443
|
License: Apache-2.0
|
|
468
444
|
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.
|
|
3
|
+
"version": "1.138.0",
|
|
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.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.138.0",
|
|
18
|
+
"@openui5/sap.m": "1.138.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.138.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.138.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.138.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.138.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.138.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.138.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.138.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.138.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.138.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.138.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.138.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.138.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.138.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.138.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.138.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -18,7 +18,10 @@
|
|
|
18
18
|
@_sap_tnt_NavigationList_LastItemBorderStyleColor: none;
|
|
19
19
|
@_sap_tnt_NavigationList_ItemBorderRadius: 0;
|
|
20
20
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0;
|
|
21
|
+
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.1875rem;
|
|
21
22
|
@_sap_tnt_NavigationList_ItemBottomMarginCompact: 0;
|
|
23
|
+
@_sap_tnt_NavigationList_ExpandIconWidth: 2rem;
|
|
24
|
+
@_sap_tnt_NavigationList_ExpandIconFontSize: 0.875rem;
|
|
22
25
|
@_sap_tnt_NavigationList_ItemTransition: none;
|
|
23
26
|
@_sap_tnt_NavigationList_NoIconsGroupPadding: 1rem;
|
|
24
27
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 1rem;
|
|
@@ -38,6 +41,7 @@
|
|
|
38
41
|
@_sap_tnt_NavigationList_Padding: 0;
|
|
39
42
|
@_sap_tnt_NavigationList_PaddingCompact: 0;
|
|
40
43
|
@_sap_tnt_NavigationList_PopupPadding: 0;
|
|
44
|
+
@_sap_tnt_NavigationList_ArrowPaddingCompact: 0.3125rem;
|
|
41
45
|
@_sap_tnt_NavigationList_ParentPopupBorderRadius: @sapUiPopoverBorderCornerRadius;
|
|
42
46
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 1rem;
|
|
43
47
|
@_sap_tnt_NavigationList_PopupIconWidth: 1rem;
|
|
@@ -469,38 +473,29 @@
|
|
|
469
473
|
}
|
|
470
474
|
}
|
|
471
475
|
|
|
472
|
-
.sapTntNLMenu.
|
|
473
|
-
box-shadow: @_sap_tnt_NavigationList_PopupBoxShadow;
|
|
476
|
+
.sapTntNLMenu.sapMMenu {
|
|
474
477
|
|
|
475
|
-
&:not(.
|
|
478
|
+
&:not(.sapMSubmenu) {
|
|
476
479
|
padding: @_sap_tnt_NavigationList_PopupPadding;
|
|
477
|
-
border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
&.sapUiSubmenu {
|
|
481
|
-
padding: 0.5rem;
|
|
482
480
|
}
|
|
483
481
|
|
|
484
|
-
.
|
|
482
|
+
.sapMMenuItemSubMenu:empty {
|
|
485
483
|
min-width: initial;
|
|
486
484
|
padding-inline-end: initial;
|
|
487
485
|
}
|
|
488
486
|
|
|
489
487
|
// parent menu
|
|
490
|
-
&:not(.
|
|
488
|
+
&:not(.sapMSubmenu) .sapMMenuList .sapMMenuItem {
|
|
491
489
|
font-weight: @_sap_tnt_NavigationList_GroupTextWeight;
|
|
492
490
|
|
|
493
|
-
.
|
|
494
|
-
position: relative !important;
|
|
495
|
-
width: auto;
|
|
496
|
-
|
|
491
|
+
.sapMMenuItemIcon {
|
|
497
492
|
.sapUiIcon {
|
|
498
493
|
color: @_sap_tnt_NavigationList_IconColor;
|
|
499
494
|
display: block;
|
|
500
495
|
}
|
|
501
496
|
}
|
|
502
497
|
|
|
503
|
-
.
|
|
498
|
+
.sapMMenuItemSubMenu {
|
|
504
499
|
position: static; // default one
|
|
505
500
|
display: flex;
|
|
506
501
|
align-items: center;
|
|
@@ -509,7 +504,7 @@
|
|
|
509
504
|
height: 100%;
|
|
510
505
|
padding-inline-start: 0.5rem;
|
|
511
506
|
padding-inline-end: 0;
|
|
512
|
-
min-width:
|
|
507
|
+
min-width: @_sap_tnt_NavigationList_ExpandIconWidth;
|
|
513
508
|
min-height: inherit;
|
|
514
509
|
|
|
515
510
|
&:empty {
|
|
@@ -518,17 +513,13 @@
|
|
|
518
513
|
|
|
519
514
|
.sapUiIconMirrorInRTL::after {
|
|
520
515
|
content: "\e1ed";
|
|
521
|
-
font-size:
|
|
516
|
+
font-size: @_sap_tnt_NavigationList_ExpandIconFontSize;
|
|
522
517
|
color: @_sap_tnt_NavigationList_IconColor;
|
|
523
518
|
}
|
|
524
519
|
}
|
|
525
520
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
&.sapUiMnuItmSubMnuOpen,
|
|
531
|
-
&.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
|
|
521
|
+
&.sapMMenuItemSubMenuOpen,
|
|
522
|
+
&.sapMMenuItemSubMenuOpen:hover {
|
|
532
523
|
border-bottom: none;
|
|
533
524
|
background-color: @sapUiListHoverBackground;
|
|
534
525
|
|
|
@@ -542,21 +533,17 @@
|
|
|
542
533
|
}
|
|
543
534
|
}
|
|
544
535
|
|
|
545
|
-
.
|
|
546
|
-
li.
|
|
536
|
+
.sapMMenuList {
|
|
537
|
+
li.sapMMenuItem {
|
|
547
538
|
display: flex;
|
|
548
539
|
align-items: center;
|
|
549
540
|
height: @_sap_tnt_NavigationList_ItemHeight;
|
|
550
|
-
padding-inline: 0.
|
|
541
|
+
padding-inline: 1rem 0.375rem;
|
|
551
542
|
border-radius: @_sap_tnt_NavigationList_ItemBorderRadius;
|
|
552
543
|
transition: @_sap_tnt_NavigationList_ItemTransition;
|
|
553
544
|
font-size: @sapMFontMediumSize;
|
|
554
545
|
|
|
555
|
-
.
|
|
556
|
-
display: none;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
.sapUiMnuItmTxt {
|
|
546
|
+
.sapMMenuItemText {
|
|
560
547
|
display: flex;
|
|
561
548
|
align-items: center;
|
|
562
549
|
margin: 0 !important;
|
|
@@ -569,54 +556,54 @@
|
|
|
569
556
|
outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
|
|
570
557
|
}
|
|
571
558
|
|
|
572
|
-
outline-offset: 0;
|
|
573
|
-
|
|
574
559
|
&:not(:last-child) {
|
|
575
|
-
margin-bottom:
|
|
560
|
+
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup;
|
|
576
561
|
border: @_sap_tnt_NavigationList_ItemBorderStyleColor;
|
|
577
562
|
border-width: @_sap_tnt_NavigationList_ItemBorderWidth;
|
|
578
563
|
}
|
|
564
|
+
|
|
565
|
+
.sapTntNLIExpandIcon {
|
|
566
|
+
margin: 0;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.sapTntNLIExternalLinkIcon {
|
|
570
|
+
margin-right: 0;
|
|
571
|
+
}
|
|
579
572
|
}
|
|
580
573
|
}
|
|
581
574
|
|
|
582
|
-
.
|
|
575
|
+
.sapMMenuItemIcon {
|
|
583
576
|
min-width: 1rem;
|
|
584
577
|
max-width: 1rem;
|
|
585
578
|
padding-inline-end: 0.5rem;
|
|
586
579
|
}
|
|
587
|
-
|
|
588
580
|
}
|
|
589
581
|
|
|
590
|
-
.sapTntNLMenu.
|
|
591
|
-
.
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
outline: none;
|
|
607
|
-
-webkit-user-select: none; /* Chrome all / Safari all */
|
|
608
|
-
-moz-user-select: none; /* Firefox all */
|
|
609
|
-
user-select: none;
|
|
610
|
-
}
|
|
582
|
+
.sapTntNLMenu.sapMMenu.sapMSubmenu {
|
|
583
|
+
padding: 0.5rem;
|
|
584
|
+
|
|
585
|
+
.sapMMenuList .sapMMenuItem {
|
|
586
|
+
padding-inline: 1rem;
|
|
587
|
+
|
|
588
|
+
.sapMMenuItemIcon {
|
|
589
|
+
display: none;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.sapTntNLIExtLinkOverflowIcon {
|
|
593
|
+
color: @_sap_tnt_NavigationList_ExpandIconColor;
|
|
594
|
+
padding-left: 0.5rem;
|
|
595
|
+
font-size: 0.875rem;
|
|
596
|
+
pointer-events: all;
|
|
597
|
+
outline: none;
|
|
611
598
|
}
|
|
612
599
|
}
|
|
613
600
|
}
|
|
614
601
|
|
|
615
|
-
.sapTntNLPopup .sapTntNLISecondLevel .sapMText{
|
|
602
|
+
.sapTntNLPopup .sapTntNLISecondLevel .sapMText {
|
|
616
603
|
padding-left: 0;
|
|
617
604
|
}
|
|
618
605
|
|
|
619
|
-
.
|
|
606
|
+
.sapTntNavMenuItemExternalLink a {
|
|
620
607
|
min-width: 100%;
|
|
621
608
|
height: 100%;
|
|
622
609
|
text-decoration: none;
|
|
@@ -627,24 +614,21 @@
|
|
|
627
614
|
align-items: center;
|
|
628
615
|
box-sizing: border-box;
|
|
629
616
|
color: @_sap_tnt_NavigationList_ExpandIconColor;
|
|
630
|
-
|
|
631
|
-
.sapTntNLIExternalLinkIcon::before {
|
|
632
|
-
margin-left: 0.8rem;
|
|
633
|
-
}
|
|
634
617
|
}
|
|
635
618
|
|
|
636
619
|
/* Compact size */
|
|
637
620
|
.sapUiSizeCompact {
|
|
638
621
|
|
|
639
|
-
.
|
|
640
|
-
padding: @
|
|
622
|
+
.sapUiIcon > .sapUiIconTitle {
|
|
623
|
+
padding-block: @_sap_tnt_NavigationList_ArrowPaddingCompact;
|
|
624
|
+
top: -@_sap_tnt_NavigationList_ArrowPaddingCompact;
|
|
641
625
|
}
|
|
642
626
|
|
|
643
627
|
.sapTntNL.sapTntNLCollapsed li:not(.sapTntNLSeparator) {
|
|
644
|
-
min-height: @_sap_tnt_NavigationList_ItemHeightCompact + @
|
|
628
|
+
min-height: @_sap_tnt_NavigationList_ItemHeightCompact + @_sap_tnt_NavigationList_ItemBottomMargin;
|
|
645
629
|
}
|
|
646
630
|
|
|
647
|
-
.sapTntNLMenu.
|
|
631
|
+
.sapTntNLMenu.sapMMenu li.sapMMenuItem,
|
|
648
632
|
.sapTntNLI {
|
|
649
633
|
height: @_sap_tnt_NavigationList_ItemHeightCompact;
|
|
650
634
|
}
|
|
@@ -661,10 +645,6 @@
|
|
|
661
645
|
padding: 0.5rem 0;
|
|
662
646
|
}
|
|
663
647
|
|
|
664
|
-
.sapTntNL img.sapTntNLIIcon {
|
|
665
|
-
padding: 0.5rem 0.4375rem;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
648
|
.sapTntNLPopup span.sapTntNLIIcon {
|
|
669
649
|
width: 0.5rem;
|
|
670
650
|
min-width: 0.5rem;
|
|
@@ -674,21 +654,6 @@
|
|
|
674
654
|
padding-left: 0;
|
|
675
655
|
}
|
|
676
656
|
|
|
677
|
-
// NavigationList with icons
|
|
678
|
-
.sapTntNL:not(.sapTntNLNoIcons) {
|
|
679
|
-
|
|
680
|
-
span.sapTntNLIIcon {
|
|
681
|
-
width: @_sap_tnt_NavigationList_GroupIconWidth;
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
.sapTntNL:not(.sapTntNLPopup) {
|
|
686
|
-
.sapTntNLI,
|
|
687
|
-
.sapTntNLSeparator {
|
|
688
|
-
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginCompact;
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
|
|
692
657
|
.sapTntNLCollapsed {
|
|
693
658
|
.sapTntNLI:not(.sapTntNLIDisabled):not(.sapTntNLIActive):not(.sapTntNLINoHoverEffect) {
|
|
694
659
|
[tabindex]:hover,
|
|
@@ -697,4 +662,4 @@
|
|
|
697
662
|
}
|
|
698
663
|
}
|
|
699
664
|
}
|
|
700
|
-
}
|
|
665
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.138.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.7
|
|
4
|
+
// * data:{"sModified":"2025-06-12T08:20:09Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.31.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
|
|
517
517
|
// [Tags "!Protected"]
|
|
518
518
|
// [Protected "!true"]
|
|
519
|
-
@sapContent_Lite_Shadow:
|
|
519
|
+
@sapContent_Lite_Shadow: none;
|
|
520
520
|
|
|
521
521
|
// [Tags "!Protected"]
|
|
522
522
|
// [Protected "!true"]
|
|
@@ -649,10 +649,14 @@
|
|
|
649
649
|
@sapContent_Space_Small: 1rem;
|
|
650
650
|
@sapContent_Space_Medium: 2rem;
|
|
651
651
|
@sapContent_Space_Large: 3rem;
|
|
652
|
-
@sapContent_Margin_Tiny:
|
|
653
|
-
@sapContent_Margin_Small:
|
|
654
|
-
@sapContent_Margin_Medium:
|
|
655
|
-
@sapContent_Margin_Large:
|
|
652
|
+
@sapContent_Margin_Tiny: @sapContent_Margin_S;
|
|
653
|
+
@sapContent_Margin_Small: @sapContent_Margin_M;
|
|
654
|
+
@sapContent_Margin_Medium: @sapContent_Margin_L;
|
|
655
|
+
@sapContent_Margin_Large: @sapContent_Margin_XL;
|
|
656
|
+
@sapContent_Margin_S: 0 0 1rem;
|
|
657
|
+
@sapContent_Margin_M: 1rem;
|
|
658
|
+
@sapContent_Margin_L: 1rem 2rem;
|
|
659
|
+
@sapContent_Margin_XL: 1rem 3rem;
|
|
656
660
|
@sapContent_Padding_S: 0rem;
|
|
657
661
|
@sapContent_Padding_M: 2rem;
|
|
658
662
|
@sapContent_Padding_L: 2rem;
|
|
@@ -2520,6 +2524,10 @@
|
|
|
2520
2524
|
// [Protected "!true"]
|
|
2521
2525
|
@sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
|
|
2522
2526
|
|
|
2527
|
+
// [Tags "!Protected"]
|
|
2528
|
+
// [Protected "!true"]
|
|
2529
|
+
@sapSlider_Selected_Dimension: 0.125 * @sapContent_GridSize;
|
|
2530
|
+
|
|
2523
2531
|
// [Tags "!Protected"]
|
|
2524
2532
|
// [Protected "!true"]
|
|
2525
2533
|
@sapSlider_HandleBackground: fade(@sapField_Background, 10);
|
|
@@ -3384,7 +3392,7 @@
|
|
|
3384
3392
|
|
|
3385
3393
|
// [Tags "!Protected"]
|
|
3386
3394
|
// [Protected "!true"]
|
|
3387
|
-
@sapChart_LineColor_2:
|
|
3395
|
+
@sapChart_LineColor_2: darken(@sapChart_LineColor_1, 32);
|
|
3388
3396
|
|
|
3389
3397
|
// [Tags "!Protected"]
|
|
3390
3398
|
// [Protected "!true"]
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.138.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.7
|
|
4
|
+
// * data:{"sModified":"2025-06-12T08:20:09Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.31.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -705,10 +705,14 @@
|
|
|
705
705
|
@sapContent_Space_Small: 1rem;
|
|
706
706
|
@sapContent_Space_Medium: 2rem;
|
|
707
707
|
@sapContent_Space_Large: 3rem;
|
|
708
|
-
@sapContent_Margin_Tiny:
|
|
709
|
-
@sapContent_Margin_Small:
|
|
710
|
-
@sapContent_Margin_Medium:
|
|
711
|
-
@sapContent_Margin_Large:
|
|
708
|
+
@sapContent_Margin_Tiny: @sapContent_Margin_S;
|
|
709
|
+
@sapContent_Margin_Small: @sapContent_Margin_M;
|
|
710
|
+
@sapContent_Margin_Medium: @sapContent_Margin_L;
|
|
711
|
+
@sapContent_Margin_Large: @sapContent_Margin_XL;
|
|
712
|
+
@sapContent_Margin_S: 0 0 1rem;
|
|
713
|
+
@sapContent_Margin_M: 1rem;
|
|
714
|
+
@sapContent_Margin_L: 1rem 2rem;
|
|
715
|
+
@sapContent_Margin_XL: 1rem 3rem;
|
|
712
716
|
@sapContent_Padding_S: 0rem;
|
|
713
717
|
@sapContent_Padding_M: 2rem;
|
|
714
718
|
@sapContent_Padding_L: 2rem;
|
|
@@ -940,7 +944,7 @@
|
|
|
940
944
|
|
|
941
945
|
// [Tags "!Protected"]
|
|
942
946
|
// [Protected "!true"]
|
|
943
|
-
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor
|
|
947
|
+
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
944
948
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
945
949
|
|
|
946
950
|
// [Tags "!Protected"]
|
|
@@ -2576,6 +2580,10 @@
|
|
|
2576
2580
|
// [Protected "!true"]
|
|
2577
2581
|
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
|
|
2578
2582
|
|
|
2583
|
+
// [Tags "!Protected"]
|
|
2584
|
+
// [Protected "!true"]
|
|
2585
|
+
@sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
|
|
2586
|
+
|
|
2579
2587
|
// [Tags "!Protected"]
|
|
2580
2588
|
// [Protected "!true"]
|
|
2581
2589
|
@sapSlider_HandleBackground: @sapButton_Background;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.138.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.7
|
|
4
|
+
// * data:{"sModified":"2025-06-12T08:20:10Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.31.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -704,10 +704,14 @@
|
|
|
704
704
|
@sapContent_Space_Small: 1rem;
|
|
705
705
|
@sapContent_Space_Medium: 2rem;
|
|
706
706
|
@sapContent_Space_Large: 3rem;
|
|
707
|
-
@sapContent_Margin_Tiny:
|
|
708
|
-
@sapContent_Margin_Small:
|
|
709
|
-
@sapContent_Margin_Medium:
|
|
710
|
-
@sapContent_Margin_Large:
|
|
707
|
+
@sapContent_Margin_Tiny: @sapContent_Margin_S;
|
|
708
|
+
@sapContent_Margin_Small: @sapContent_Margin_M;
|
|
709
|
+
@sapContent_Margin_Medium: @sapContent_Margin_L;
|
|
710
|
+
@sapContent_Margin_Large: @sapContent_Margin_XL;
|
|
711
|
+
@sapContent_Margin_S: 0 0 1rem;
|
|
712
|
+
@sapContent_Margin_M: 1rem;
|
|
713
|
+
@sapContent_Margin_L: 1rem 2rem;
|
|
714
|
+
@sapContent_Margin_XL: 1rem 3rem;
|
|
711
715
|
@sapContent_Padding_S: 0rem;
|
|
712
716
|
@sapContent_Padding_M: 2rem;
|
|
713
717
|
@sapContent_Padding_L: 2rem;
|
|
@@ -939,7 +943,7 @@
|
|
|
939
943
|
|
|
940
944
|
// [Tags "!Protected"]
|
|
941
945
|
// [Protected "!true"]
|
|
942
|
-
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor
|
|
946
|
+
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
943
947
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
944
948
|
|
|
945
949
|
// [Tags "!Protected"]
|
|
@@ -2575,6 +2579,10 @@
|
|
|
2575
2579
|
// [Protected "!true"]
|
|
2576
2580
|
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
|
|
2577
2581
|
|
|
2582
|
+
// [Tags "!Protected"]
|
|
2583
|
+
// [Protected "!true"]
|
|
2584
|
+
@sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
|
|
2585
|
+
|
|
2578
2586
|
// [Tags "!Protected"]
|
|
2579
2587
|
// [Protected "!true"]
|
|
2580
2588
|
@sapSlider_HandleBackground: @sapButton_Background;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.138.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize plus theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.7
|
|
4
|
+
// * data:{"sModified":"2025-06-12T08:20:09Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.31.0) *******************/
|
|
9
9
|
|
|
10
10
|
@sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
|
|
11
11
|
@sapBaseColor: @sapPrimary1;
|
|
@@ -71,6 +71,10 @@
|
|
|
71
71
|
@sapContent_Illustrative_Color25: #d0c1cb;
|
|
72
72
|
@sapContent_Illustrative_Color26: #d0b863;
|
|
73
73
|
@sapContent_Illustrative_Color27: #d0cdb3;
|
|
74
|
+
@sapContent_Success_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapSuccessBorderColor;
|
|
75
|
+
@sapContent_Warning_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapWarningBorderColor;
|
|
76
|
+
@sapContent_Error_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapErrorBorderColor;
|
|
77
|
+
@sapContent_Information_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapInformationBorderColor;
|
|
74
78
|
@sapLink_InvertedColor: #0070b1;
|
|
75
79
|
@sapLink_SubtleColor: lighten(@sapLinkColor, 10);
|
|
76
80
|
@sapShell_Background: lighten(saturate(@sapBaseColor, 4), 20.3);
|
|
@@ -280,7 +284,7 @@
|
|
|
280
284
|
@sapChart_ContrastTextShadow: 0 0 .125rem @sapContent_ContrastShadowColor;
|
|
281
285
|
@sapChart_ContrastLineColor: darken(@sapGroup_ContentBackground, 20);
|
|
282
286
|
@sapChart_LineColor_1: darken(@sapContent_ForegroundBorderColor, 35);
|
|
283
|
-
@sapChart_LineColor_2:
|
|
287
|
+
@sapChart_LineColor_2: lighten(@sapChart_LineColor_1, 35);
|
|
284
288
|
@sapChart_LineColor_3: lighten(@sapChart_LineColor_1, 76);
|
|
285
289
|
@sapChart_Choropleth_Background: @sapChart_Sequence_Neutral_Minus5;
|
|
286
290
|
@sapChart_Data_TextColor: lighten(@sapTextColor, 2);
|
|
@@ -327,7 +331,6 @@
|
|
|
327
331
|
@sapChart_Sequence_5_Minus3_TextColor: contrast(@sapChart_Sequence_5_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
328
332
|
@sapChart_Sequence_5_Minus4_TextColor: contrast(@sapChart_Sequence_5_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
329
333
|
@sapChart_Sequence_5_Minus5_TextColor: contrast(@sapChart_Sequence_5_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
330
|
-
@sapChart_Sequence_6_Plus1: lighten(desaturate(@sapChart_Sequence_6, 26), 1);
|
|
331
334
|
@sapChart_Sequence_6_TextColor: contrast(@sapChart_Sequence_6, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
332
335
|
@sapChart_Sequence_7_TextColor: contrast(@sapChart_Sequence_7, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
333
336
|
@sapChart_Sequence_7_BorderColor: @sapChart_Sequence_7_Plus1;
|