@openui5/themelib_sap_bluecrystal 1.127.0 → 1.128.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/package.json +18 -18
- package/src/sap/f/themes/sap_bluecrystal_base/Card.less +0 -20
- package/src/sap/m/themes/sap_bluecrystal/NewsContent.less +0 -4
- package/src/sap/m/themes/sap_bluecrystal_base/FeedListItem.less +0 -7
- package/src/sap/m/themes/sap_bluecrystal_base/HeaderContainer.less +0 -5
- package/src/sap/m/themes/sap_bluecrystal_base/ImageContent.less +0 -7
- package/src/sap/m/themes/sap_bluecrystal_base/NumericContent.less +1 -22
- package/src/sap/ui/core/themes/sap_bluecrystal/.theme +1 -1
- package/src/sap/uxap/themes/sap_bluecrystal_base/AnchorBar.less +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_bluecrystal",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.128.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.
|
|
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.128.0",
|
|
18
|
+
"@openui5/sap.m": "1.128.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.128.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.128.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.128.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.128.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.128.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.128.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.128.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.128.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.128.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.128.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.128.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.128.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.128.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.128.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.128.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -547,26 +547,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
|
|
|
547
547
|
outline: none;
|
|
548
548
|
}
|
|
549
549
|
|
|
550
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator {
|
|
551
|
-
padding: 0 0.5rem;
|
|
552
|
-
top: -0.6125rem;
|
|
553
|
-
right: 0;
|
|
554
|
-
height: auto;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:after {
|
|
558
|
-
background: @_sap_f_Card_Badge_Background;
|
|
559
|
-
color: @_sap_f_Card_Badge_Color;
|
|
560
|
-
border: @_sap_f_Card_Badge_Border;
|
|
561
|
-
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.sapFCard.sapMBadge .sapMBadgeIndicator:before {
|
|
565
|
-
background: @_sap_f_Card_Badge_Background;
|
|
566
|
-
color: @_sap_f_Card_Badge_Color;
|
|
567
|
-
border: @_sap_f_Card_Badge_Border;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
550
|
.sapFCardExperimentalCaching {
|
|
571
551
|
.sapFCardDataTimestamp {
|
|
572
552
|
min-width: 100px;
|
|
@@ -263,13 +263,6 @@ html.sap-phone .sapMFeedListItemText {
|
|
|
263
263
|
word-wrap: break-word;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.sapMFeedListItemImageInactive:focus,
|
|
267
|
-
.sapMFeedListItemImage:focus {
|
|
268
|
-
outline-style: dotted;
|
|
269
|
-
outline-color: @sapUiContentFocusColor;
|
|
270
|
-
outline-width: 0.0625rem;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
266
|
html.sap-tablet .sapMFeedListItem .sapMLnk:focus {
|
|
274
267
|
outline-style: dotted;
|
|
275
268
|
outline-color: @sapUiContentFocusColor;
|
|
@@ -259,11 +259,6 @@ html.sap-tablet:not(.sap-desktop) .sapMHrdrBottomPadding .sapMHdrCntrCntr.Vertic
|
|
|
259
259
|
background-color: @sapUiObjectHeaderBackground;
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
html.sap-desktop .sapMHrdrCntrInner:focus {
|
|
263
|
-
outline: none;
|
|
264
|
-
border: 1px dotted @sapUiContentFocusColor;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
262
|
@media (min-width:320px) and (max-width:599px){
|
|
268
263
|
.sapMHdrCntrCntr.Horizontal .sapMHrdrCntrInner {
|
|
269
264
|
margin-left: 0rem !important;
|
|
@@ -23,13 +23,6 @@
|
|
|
23
23
|
right: auto;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
html.sap-desktop .sapMImageContent:focus {
|
|
28
|
-
outline-color: @sapUiContentFocusColor;
|
|
29
|
-
outline-style: dotted;
|
|
30
|
-
outline-width: 1px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
26
|
html.sap-desktop .sapMImageContent:focus:not([tabindex]) {
|
|
34
27
|
outline: none;
|
|
35
28
|
}
|
|
@@ -205,7 +205,7 @@ html[dir=rtl] .sapMNCValue {
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.sapMNC:focus {
|
|
208
|
-
outline:
|
|
208
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.sapMNC:focus:not([tabindex]) {
|
|
@@ -266,27 +266,6 @@ html[dir=rtl] .sapMNCValue {
|
|
|
266
266
|
font-size: @sapMFontHeader6Size;
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
|
-
|
|
270
|
-
.sapMNCContentPlaceholder {
|
|
271
|
-
outline: none;
|
|
272
|
-
width: 300px;
|
|
273
|
-
height: 100px;
|
|
274
|
-
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.10);
|
|
275
|
-
border-radius: 4px;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.sapMNCContentPlaceholder:focus::before {
|
|
279
|
-
content: '';
|
|
280
|
-
display: block;
|
|
281
|
-
position: absolute;
|
|
282
|
-
left: 1px;
|
|
283
|
-
bottom: 1px;
|
|
284
|
-
right: 1px;
|
|
285
|
-
top: 1px;
|
|
286
|
-
border: 1px dotted @sapUiContentFocusColor;
|
|
287
|
-
pointer-events: none;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
269
|
.sapMNCContentShimmerPlaceholderItem {
|
|
291
270
|
padding: 1rem 1rem 0 1rem;
|
|
292
271
|
box-sizing: border-box;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 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.128.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 bluecrystal theme library.</documentation>
|
|
12
12
|
|
|
@@ -143,8 +143,7 @@ html .sapUiContainer-Medium .sapUxAPAnchorBar.sapMTB {
|
|
|
143
143
|
padding-right: 1.375rem;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
.sapUxAPAnchorBarUpperCase
|
|
147
|
-
.sapUxAPAnchorBarUpperCase .sapUxAPAnchorBarButton .sapMBtn {
|
|
146
|
+
.sapUxAPAnchorBarUpperCase {
|
|
148
147
|
text-transform: uppercase;
|
|
149
148
|
}
|
|
150
149
|
|