@openui5/themelib_sap_fiori_3 1.123.0 → 1.124.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/m/themes/sap_fiori_3/Toolbar.less +0 -5
- package/src/sap/m/themes/sap_fiori_3_dark/Toolbar.less +0 -5
- package/src/sap/m/themes/sap_fiori_3_hcb/Toolbar.less +0 -5
- package/src/sap/m/themes/sap_fiori_3_hcw/Toolbar.less +0 -5
- package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
- package/src/sap/ui/unified/themes/sap_fiori_3/Calendar.less +10 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_dark/Calendar.less +10 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcb/Calendar.less +10 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcw/Calendar.less +10 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.124.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_fiori_3",
|
|
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.124.0",
|
|
18
|
+
"@openui5/sap.m": "1.124.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.124.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.124.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.124.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.124.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.124.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.124.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.124.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.124.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.124.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.124.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.124.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.124.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.124.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.124.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.124.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -24,11 +24,6 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
24
24
|
padding-left: 0.5rem;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
/* Table Toolbar */
|
|
28
|
-
.sapMTB-Transparent-CTX.sapMTB.sapMListHdrTBar {
|
|
29
|
-
padding-left: 1rem;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
27
|
/* Info Toolbar Context */
|
|
33
28
|
.sapMIBar.sapMTB.sapMTB-Info-CTX {
|
|
34
29
|
padding-left: 0.5rem;
|
|
@@ -24,11 +24,6 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
24
24
|
padding-left: 0.5rem;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
/* Table Toolbar */
|
|
28
|
-
.sapMTB-Transparent-CTX.sapMTB.sapMListHdrTBar {
|
|
29
|
-
padding-left: 1rem;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
27
|
/* Solid Toolbar Context */
|
|
33
28
|
.sapMTB-Solid-CTX.sapMTB {
|
|
34
29
|
background: @sapUiBaseBG;
|
|
@@ -18,11 +18,6 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
18
18
|
padding-left: 0.5rem;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
/* Table Toolbar */
|
|
22
|
-
.sapMTB-Transparent-CTX.sapMTB.sapMListHdrTBar {
|
|
23
|
-
padding-left: 1rem;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
21
|
/* Info Toolbar Context */
|
|
27
22
|
.sapMIBar.sapMTB.sapMTB-Info-CTX {
|
|
28
23
|
padding-left: 0.5rem;
|
|
@@ -18,11 +18,6 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
18
18
|
padding-left: 0.5rem;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
/* Table Toolbar */
|
|
22
|
-
.sapMTB-Transparent-CTX.sapMTB.sapMListHdrTBar {
|
|
23
|
-
padding-left: 1rem;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
21
|
/* Info Toolbar Context */
|
|
27
22
|
.sapMIBar.sapMTB.sapMTB-Info-CTX {
|
|
28
23
|
padding-left: 0.5rem;
|
|
@@ -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.124.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Fiori 3 theme library.</documentation>
|
|
12
12
|
|
|
@@ -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.124.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz dark black theme library.</documentation>
|
|
12
12
|
|
|
@@ -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.124.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -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.124.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -281,6 +281,9 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
281
281
|
.sapUiCalItemOtherMonth {
|
|
282
282
|
background-color: @sapUiListBackground;
|
|
283
283
|
color: @_sap_ui_unified_Calendar_ItemOtherMonthColor;
|
|
284
|
+
&.sapUiCalItemDsbl{
|
|
285
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
286
|
+
}
|
|
284
287
|
}
|
|
285
288
|
|
|
286
289
|
.sapUiCalItemSel {
|
|
@@ -319,6 +322,13 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
319
322
|
}
|
|
320
323
|
}
|
|
321
324
|
|
|
325
|
+
.sapUiCalMonthPicker,
|
|
326
|
+
.sapUiCalYearPicker {
|
|
327
|
+
.sapUiCalItem.sapUiCalItemDsbl {
|
|
328
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
|
|
322
332
|
.sapUiCalItemSel,
|
|
323
333
|
html.sap-desktop .sapUiCalItemSel:hover,
|
|
324
334
|
html.sap-desktop .sapUiCalItemSel:focus {
|
|
@@ -285,6 +285,9 @@ html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItem:not(.sapUiCalItem
|
|
|
285
285
|
.sapUiCalItemOtherMonth {
|
|
286
286
|
background-color: @sapUiListBackground;
|
|
287
287
|
color: @_sap_ui_unified_Calendar_ItemOtherMonthColor;
|
|
288
|
+
&.sapUiCalItemDsbl{
|
|
289
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
290
|
+
}
|
|
288
291
|
}
|
|
289
292
|
|
|
290
293
|
.sapUiCalItemSel {
|
|
@@ -318,6 +321,13 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
318
321
|
background-color: @sapUiSelected;
|
|
319
322
|
}
|
|
320
323
|
|
|
324
|
+
.sapUiCalMonthPicker,
|
|
325
|
+
.sapUiCalYearPicker {
|
|
326
|
+
.sapUiCalItem.sapUiCalItemDsbl {
|
|
327
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
|
|
321
331
|
.sapUiCalItemSelBetween,
|
|
322
332
|
.sapUiCalItemSelBetween.sapUiCalItemOtherMonth {
|
|
323
333
|
background-color: @sapUiListSelectionBackgroundColor;
|
|
@@ -276,6 +276,16 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
276
276
|
.sapUiCalItemOtherMonth {
|
|
277
277
|
background-color: @sapUiListBackground;
|
|
278
278
|
color: @_sap_ui_unified_Calendar_ItemOtherMonthColor;
|
|
279
|
+
&.sapUiCalItemDsbl{
|
|
280
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.sapUiCalMonthPicker,
|
|
285
|
+
.sapUiCalYearPicker {
|
|
286
|
+
.sapUiCalItem.sapUiCalItemDsbl {
|
|
287
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
288
|
+
}
|
|
279
289
|
}
|
|
280
290
|
|
|
281
291
|
.sapUiCalItemSel {
|
|
@@ -276,6 +276,16 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
276
276
|
.sapUiCalItemOtherMonth {
|
|
277
277
|
background-color: @sapUiListBackground;
|
|
278
278
|
color: @_sap_ui_unified_Calendar_ItemOtherMonthColor;
|
|
279
|
+
&.sapUiCalItemDsbl{
|
|
280
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.sapUiCalMonthPicker,
|
|
285
|
+
.sapUiCalYearPicker {
|
|
286
|
+
.sapUiCalItem.sapUiCalItemDsbl {
|
|
287
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
288
|
+
}
|
|
279
289
|
}
|
|
280
290
|
|
|
281
291
|
.sapUiCalItemSel {
|