@openui5/themelib_sap_bluecrystal 1.136.2 → 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 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_bluecrystal",
3
- "version": "1.136.2",
3
+ "version": "1.138.0",
4
4
  "description": "OpenUI5 Theme Library sap_bluecrystal",
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.136.2",
18
- "@openui5/sap.m": "1.136.2",
19
- "@openui5/sap.tnt": "1.136.2",
20
- "@openui5/sap.ui.codeeditor": "1.136.2",
21
- "@openui5/sap.ui.commons": "1.136.2",
22
- "@openui5/sap.ui.core": "1.136.2",
23
- "@openui5/sap.ui.dt": "1.136.2",
24
- "@openui5/sap.ui.fl": "1.136.2",
25
- "@openui5/sap.ui.mdc": "1.136.2",
26
- "@openui5/sap.ui.integration": "1.136.2",
27
- "@openui5/sap.ui.layout": "1.136.2",
28
- "@openui5/sap.ui.rta": "1.136.2",
29
- "@openui5/sap.ui.suite": "1.136.2",
30
- "@openui5/sap.ui.table": "1.136.2",
31
- "@openui5/sap.ui.unified": "1.136.2",
32
- "@openui5/sap.ui.ux3": "1.136.2",
33
- "@openui5/sap.uxap": "1.136.2"
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
  }
@@ -55,7 +55,7 @@
55
55
  background-clip: padding-box;
56
56
  box-sizing: border-box;
57
57
 
58
- font-family: @sapUiFontFamily;
58
+ font-family: var(--sapButton_FontFamily);
59
59
  font-size: 0.875rem;
60
60
 
61
61
  height: @sapUiElementHeight;
@@ -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;
@@ -39,6 +42,7 @@
39
42
  @_sap_tnt_NavigationList_Padding: 0;
40
43
  @_sap_tnt_NavigationList_PaddingCompact: 0;
41
44
  @_sap_tnt_NavigationList_PopupPadding: 0;
45
+ @_sap_tnt_NavigationList_ArrowPaddingCompact: 0.3125rem;
42
46
  @_sap_tnt_NavigationList_ParentPopupBorderRadius: @sapUiPopoverBorderCornerRadius;
43
47
  @_sap_tnt_NavigationList_PopupItemPadding: 0 1rem;
44
48
  @_sap_tnt_NavigationList_PopupIconWidth: 1rem;
@@ -474,38 +478,29 @@
474
478
  }
475
479
  }
476
480
 
477
- .sapTntNLMenu.sapUiMnu {
478
- box-shadow: @_sap_tnt_NavigationList_PopupBoxShadow;
481
+ .sapTntNLMenu.sapMMenu {
479
482
 
480
- &:not(.sapUiSubmenu) {
483
+ &:not(.sapMSubmenu) {
481
484
  padding: @_sap_tnt_NavigationList_PopupPadding;
482
- border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
483
- }
484
-
485
- &.sapUiSubmenu {
486
- padding: 0.5rem;
487
485
  }
488
486
 
489
- .sapUiMnuItmSbMnu:empty {
487
+ .sapMMenuItemSubMenu:empty {
490
488
  min-width: initial;
491
489
  padding-inline-end: initial;
492
490
  }
493
491
 
494
492
  // parent menu
495
- &:not(.sapUiSubmenu) .sapUiMnuLst .sapUiMnuItm {
493
+ &:not(.sapMSubmenu) .sapMMenuList .sapMMenuItem {
496
494
  font-weight: @_sap_tnt_NavigationList_GroupTextWeight;
497
495
 
498
- .sapUiMnuItmIco {
499
- position: relative !important;
500
- width: auto;
501
-
496
+ .sapMMenuItemIcon {
502
497
  .sapUiIcon {
503
498
  color: @_sap_tnt_NavigationList_IconColor;
504
499
  display: block;
505
500
  }
506
501
  }
507
502
 
508
- .sapUiMnuItmSbMnu {
503
+ .sapMMenuItemSubMenu {
509
504
  position: static; // default one
510
505
  display: flex;
511
506
  align-items: center;
@@ -514,7 +509,7 @@
514
509
  height: 100%;
515
510
  padding-inline-start: 0.5rem;
516
511
  padding-inline-end: 0;
517
- min-width: inherit;
512
+ min-width: @_sap_tnt_NavigationList_ExpandIconWidth;
518
513
  min-height: inherit;
519
514
 
520
515
  &:empty {
@@ -523,17 +518,13 @@
523
518
 
524
519
  .sapUiIconMirrorInRTL::after {
525
520
  content: "\e1ed";
526
- font-size: 0.75rem;
521
+ font-size: @_sap_tnt_NavigationList_ExpandIconFontSize;
527
522
  color: @_sap_tnt_NavigationList_IconColor;
528
523
  }
529
524
  }
530
525
 
531
- .sapUiMnuItmR {
532
- display: none;
533
- }
534
-
535
- &.sapUiMnuItmSubMnuOpen,
536
- &.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
526
+ &.sapMMenuItemSubMenuOpen,
527
+ &.sapMMenuItemSubMenuOpen:hover {
537
528
  border-bottom: none;
538
529
  background-color: @sapUiListHoverBackground;
539
530
 
@@ -547,21 +538,17 @@
547
538
  }
548
539
  }
549
540
 
550
- .sapUiMnuLst {
551
- li.sapUiMnuItm {
541
+ .sapMMenuList {
542
+ li.sapMMenuItem {
552
543
  display: flex;
553
544
  align-items: center;
554
545
  height: @_sap_tnt_NavigationList_ItemHeight;
555
- padding-inline: 0.5rem;
546
+ padding-inline: 1rem 0.375rem;
556
547
  border-radius: @_sap_tnt_NavigationList_ItemBorderRadius;
557
548
  transition: @_sap_tnt_NavigationList_ItemTransition;
558
549
  font-size: @sapMFontMediumSize;
559
550
 
560
- .sapUiMnuItmL {
561
- display: none;
562
- }
563
-
564
- .sapUiMnuItmTxt {
551
+ .sapMMenuItemText {
565
552
  display: flex;
566
553
  align-items: center;
567
554
  margin: 0 !important;
@@ -574,54 +561,54 @@
574
561
  outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
575
562
  }
576
563
 
577
- outline-offset: 0;
578
-
579
564
  &:not(:last-child) {
580
- margin-bottom: 0.1875rem;
565
+ margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup;
581
566
  border: @_sap_tnt_NavigationList_ItemBorderStyleColor;
582
567
  border-width: @_sap_tnt_NavigationList_ItemBorderWidth;
583
568
  }
569
+
570
+ .sapTntNLIExpandIcon {
571
+ margin: 0;
572
+ }
573
+
574
+ .sapTntNLIExternalLinkIcon {
575
+ margin-right: 0;
576
+ }
584
577
  }
585
578
  }
586
579
 
587
- .sapUiMnuItmIco {
580
+ .sapMMenuItemIcon {
588
581
  min-width: 1rem;
589
582
  max-width: 1rem;
590
583
  padding-inline-end: 0.5rem;
591
584
  }
592
-
593
585
  }
594
586
 
595
- .sapTntNLMenu.sapUiMnu.sapUiSubmenu {
596
- .sapUiMnuLst {
597
- .sapUiMnuItm {
598
- .sapUiMnuItmIco {
599
- position: relative !important;
600
- width: auto;
601
- .sapUiIcon {
602
- color: @_sap_tnt_NavigationList_IconColor;
603
- display: block;
604
- }
605
- }
606
- .sapTntNLIExtLinkOverflowIcon {
607
- color: @_sap_tnt_NavigationList_ExpandIconColor;
608
- padding-left: 0.5rem;
609
- font-size: 0.875rem;
610
- pointer-events: all;
611
- outline: none;
612
- -webkit-user-select: none; /* Chrome all / Safari all */
613
- -moz-user-select: none; /* Firefox all */
614
- user-select: none;
615
- }
587
+ .sapTntNLMenu.sapMMenu.sapMSubmenu {
588
+ padding: 0.5rem;
589
+
590
+ .sapMMenuList .sapMMenuItem {
591
+ padding-inline: 1rem;
592
+
593
+ .sapMMenuItemIcon {
594
+ display: none;
595
+ }
596
+
597
+ .sapTntNLIExtLinkOverflowIcon {
598
+ color: @_sap_tnt_NavigationList_ExpandIconColor;
599
+ padding-left: 0.5rem;
600
+ font-size: 0.875rem;
601
+ pointer-events: all;
602
+ outline: none;
616
603
  }
617
604
  }
618
605
  }
619
606
 
620
- .sapTntNLPopup .sapTntNLISecondLevel .sapMText{
607
+ .sapTntNLPopup .sapTntNLISecondLevel .sapMText {
621
608
  padding-left: 0;
622
609
  }
623
610
 
624
- .sapUiMnuItmExternalLink a{
611
+ .sapTntNavMenuItemExternalLink a {
625
612
  min-width: 100%;
626
613
  height: 100%;
627
614
  text-decoration: none;
@@ -632,24 +619,21 @@
632
619
  align-items: center;
633
620
  box-sizing: border-box;
634
621
  color: @_sap_tnt_NavigationList_ExpandIconColor;
635
-
636
- .sapTntNLIExternalLinkIcon::before {
637
- margin-left: 0.8rem;
638
- }
639
622
  }
640
623
 
641
624
  /* Compact size */
642
625
  .sapUiSizeCompact {
643
626
 
644
- .sapTntNL {
645
- padding: @_sap_tnt_NavigationList_PaddingCompact;
627
+ .sapUiIcon > .sapUiIconTitle {
628
+ padding-block: @_sap_tnt_NavigationList_ArrowPaddingCompact;
629
+ top: -@_sap_tnt_NavigationList_ArrowPaddingCompact;
646
630
  }
647
631
 
648
632
  .sapTntNL.sapTntNLCollapsed li:not(.sapTntNLSeparator) {
649
- min-height: @_sap_tnt_NavigationList_ItemHeightCompact + @_sap_tnt_NavigationList_ItemBottomMarginCompact;
633
+ min-height: @_sap_tnt_NavigationList_ItemHeightCompact + @_sap_tnt_NavigationList_ItemBottomMargin;
650
634
  }
651
635
 
652
- .sapTntNLMenu.sapUiMnu li.sapUiMnuItm,
636
+ .sapTntNLMenu.sapMMenu li.sapMMenuItem,
653
637
  .sapTntNLI {
654
638
  height: @_sap_tnt_NavigationList_ItemHeightCompact;
655
639
  }
@@ -666,10 +650,6 @@
666
650
  padding: 0.5rem 0;
667
651
  }
668
652
 
669
- .sapTntNL img.sapTntNLIIcon {
670
- padding: 0.5rem 0.4375rem;
671
- }
672
-
673
653
  .sapTntNLPopup span.sapTntNLIIcon {
674
654
  width: 0.5rem;
675
655
  min-width: 0.5rem;
@@ -679,21 +659,6 @@
679
659
  padding-left: 0;
680
660
  }
681
661
 
682
- // NavigationList with icons
683
- .sapTntNL:not(.sapTntNLNoIcons) {
684
-
685
- span.sapTntNLIIcon {
686
- width: @_sap_tnt_NavigationList_GroupIconWidth;
687
- }
688
- }
689
-
690
- .sapTntNL:not(.sapTntNLPopup) {
691
- .sapTntNLI,
692
- .sapTntNLSeparator {
693
- margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginCompact;
694
- }
695
- }
696
-
697
662
  .sapTntNLCollapsed {
698
663
  .sapTntNLI:not(.sapTntNLIDisabled):not(.sapTntNLIActive):not(.sapTntNLINoHoverEffect) {
699
664
  [tabindex]:hover,
@@ -702,4 +667,4 @@
702
667
  }
703
668
  }
704
669
  }
705
- }
670
+ }
@@ -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.136.2</version>
9
+ <version>1.138.0</version>
10
10
 
11
11
  <documentation>SAPUI5 bluecrystal theme library.</documentation>
12
12