@openui5/themelib_sap_fiori_3 1.124.0 → 1.125.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/dep5 +5 -0
- package/THIRDPARTY.txt +7 -0
- package/package.json +18 -18
- 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/integration/themes/sap_fiori_3_hcb/library.source.less +0 -1
- package/src/sap/ui/integration/themes/sap_fiori_3_hcw/library.source.less +0 -1
- package/src/sap/ui/unified/themes/sap_fiori_3_hcb/CalendarLegend.less +13 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcw/CalendarLegend.less +13 -0
- package/src/sap/ui/integration/themes/sap_fiori_3_hcb/AnalyticsCloudContent.less +0 -6
- package/src/sap/ui/integration/themes/sap_fiori_3_hcw/AnalyticsCloudContent.less +0 -6
package/.reuse/dep5
CHANGED
|
@@ -50,6 +50,11 @@ Copyright: Mario Heiderich
|
|
|
50
50
|
License: Apache-2.0
|
|
51
51
|
Comment: these files belong to: purify.js
|
|
52
52
|
|
|
53
|
+
Files: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
|
|
54
|
+
Copyright: jQuery Foundation and other contributors, https://jquery.org/
|
|
55
|
+
License: MIT
|
|
56
|
+
Comment: these files belong to: QUnit Composite 2.0.0
|
|
57
|
+
|
|
53
58
|
|
|
54
59
|
# Library: sap.ui.codeeditor:
|
|
55
60
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -12,6 +12,13 @@ License: Apache-2.0
|
|
|
12
12
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
13
|
Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
|
|
14
14
|
|
|
15
|
+
Component: QUnit Composite 2.0.0, version: 2.0.0
|
|
16
|
+
Copyright: jQuery Foundation and other contributors, https://jquery.org/
|
|
17
|
+
License: MIT
|
|
18
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
19
|
+
Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
|
|
20
|
+
src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
|
|
21
|
+
|
|
15
22
|
|
|
16
23
|
Library: sap.ui.codeeditor:
|
|
17
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.125.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.125.0",
|
|
18
|
+
"@openui5/sap.m": "1.125.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.125.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.125.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.125.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.125.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.125.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.125.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.125.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.125.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.125.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.125.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.125.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.125.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.125.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.125.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.125.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -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.125.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.125.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.125.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.125.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/* =========================================================== */
|
|
2
|
-
/* CSS for control sap.ui.integration.controls/AnalyticsCloudContent */
|
|
3
|
-
/* Quartz High Contrast Black theme */
|
|
4
|
-
/* =========================================================== */
|
|
5
|
-
|
|
6
|
-
@_sap_ui_integration_AnalyticsCloud_ScrollBorder: @sapUiScrollBarBorderColor;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/* =========================================================== */
|
|
2
|
-
/* CSS for control sap.ui.integration.controls/AnalyticsCloudContent */
|
|
3
|
-
/* Quartz High Contrast White theme */
|
|
4
|
-
/* =========================================================== */
|
|
5
|
-
|
|
6
|
-
@_sap_ui_integration_AnalyticsCloud_ScrollBorder: @sapUiScrollBarBorderColor;
|