@openui5/themelib_sap_bluecrystal 1.93.0 → 1.93.4
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 +10 -1
- package/package.json +18 -18
- package/src/sap/m/themes/sap_bluecrystal/InputBase.less +25 -0
- package/src/sap/ui/core/themes/sap_bluecrystal/.theme +1 -1
- package/src/sap/ui/core/themes/sap_bluecrystal/base.less +31 -0
- package/src/sap/ui/core/themes/sap_bluecrystal/global.less +34 -0
package/.reuse/dep5
CHANGED
|
@@ -464,3 +464,8 @@ Copyright:
|
|
|
464
464
|
License: Apache-2.0
|
|
465
465
|
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
|
466
466
|
|
|
467
|
+
Files: src/sap.ui.core/src/sap/ui/core/themes/base/base.less src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
|
|
468
|
+
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
469
|
+
License: Apache-2.0
|
|
470
|
+
Comment: these files belong to: SAP Theming Base Content
|
|
471
|
+
|
package/THIRDPARTY.txt
CHANGED
|
@@ -197,7 +197,7 @@ License: BSD-3-Clause
|
|
|
197
197
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
198
198
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
|
|
199
199
|
|
|
200
|
-
Component: URI.js, version: 1.19.
|
|
200
|
+
Component: URI.js, version: 1.19.7
|
|
201
201
|
Copyright: Rodney Rehm
|
|
202
202
|
License: MIT
|
|
203
203
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -462,6 +462,15 @@ License: Apache-2.0
|
|
|
462
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
464
|
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.1.34
|
|
466
|
+
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
|
+
License: Apache-2.0
|
|
468
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
469
|
+
Contained in: src/sap.ui.core/src/sap/ui/core/themes/base/base.less
|
|
470
|
+
src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less
|
|
471
|
+
src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less
|
|
472
|
+
src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
|
|
473
|
+
|
|
465
474
|
|
|
466
475
|
ALL LICENSE TEXTS:
|
|
467
476
|
==================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_bluecrystal",
|
|
3
|
-
"version": "1.93.
|
|
3
|
+
"version": "1.93.4",
|
|
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.93.
|
|
18
|
-
"@openui5/sap.m": "1.93.
|
|
19
|
-
"@openui5/sap.tnt": "1.93.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.93.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.93.
|
|
22
|
-
"@openui5/sap.ui.core": "1.93.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.93.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.93.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.93.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.93.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.93.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.93.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.93.
|
|
30
|
-
"@openui5/sap.ui.table": "1.93.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.93.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.93.
|
|
33
|
-
"@openui5/sap.uxap": "1.93.
|
|
17
|
+
"@openui5/sap.f": "1.93.4",
|
|
18
|
+
"@openui5/sap.m": "1.93.4",
|
|
19
|
+
"@openui5/sap.tnt": "1.93.4",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.93.4",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.93.4",
|
|
22
|
+
"@openui5/sap.ui.core": "1.93.4",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.93.4",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.93.4",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.93.4",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.93.4",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.93.4",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.93.4",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.93.4",
|
|
30
|
+
"@openui5/sap.ui.table": "1.93.4",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.93.4",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.93.4",
|
|
33
|
+
"@openui5/sap.uxap": "1.93.4"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -69,4 +69,29 @@
|
|
|
69
69
|
|
|
70
70
|
.sapMFocus .sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperState):not(.sapMInputBaseReadonlyWrapper) {
|
|
71
71
|
border: 1px solid @sapUiHighlight;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/* List specific styles */
|
|
75
|
+
.sapMILI-CTX .sapMInputBaseContentWrapper,
|
|
76
|
+
.sapMILI-CTX .sapMInputBaseInner,
|
|
77
|
+
.sapMILI-CTX .sapMInputBaseDisabled .sapMInputBaseInner,
|
|
78
|
+
.sapMILI-CTX .sapMInputBaseReadonlyWrapper .sapMInputBaseInner {
|
|
79
|
+
text-align: right;
|
|
80
|
+
background: transparent;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sapMLIBActive {
|
|
84
|
+
.sapMInputBaseInner,
|
|
85
|
+
.sapMInputBaseContentWrapper {
|
|
86
|
+
color: @sapUiListActiveTextColor;
|
|
87
|
+
background: transparent;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sapMInputDescriptionText {
|
|
91
|
+
color: @sapUiListActiveTextColor;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.sapMLIBActive .sapMInputBaseInner::-webkit-input-placeholder {
|
|
96
|
+
color: @sapUiListActiveTextColor;
|
|
72
97
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.93.
|
|
9
|
+
<version>1.93.4</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 bluecrystal theme library.</documentation>
|
|
12
12
|
|
|
@@ -265,6 +265,13 @@
|
|
|
265
265
|
@sapContent_TextShadow: none;
|
|
266
266
|
@sapContent_ContrastTextShadow: none;
|
|
267
267
|
@sapContent_HeaderShadow: none;
|
|
268
|
+
@sapContent_Interaction_Shadow: none;
|
|
269
|
+
@sapContent_Selected_Shadow: none;
|
|
270
|
+
@sapContent_Negative_Shadow: none;
|
|
271
|
+
@sapContent_Critical_Shadow: none;
|
|
272
|
+
@sapContent_Positive_Shadow: none;
|
|
273
|
+
@sapContent_Informative_Shadow: none;
|
|
274
|
+
@sapContent_Neutral_Shadow: none;
|
|
268
275
|
@sapContent_SearchHighlightColor: @sapSearchHighlightColor;
|
|
269
276
|
@sapContent_HelpColor: @sapHelpHighlightColor;
|
|
270
277
|
|
|
@@ -309,6 +316,18 @@
|
|
|
309
316
|
@sapContent_Illustrative_Color6: #c6cace;
|
|
310
317
|
@sapContent_Illustrative_Color7: #e7e9ea;
|
|
311
318
|
@sapContent_Illustrative_Color8: #fff;
|
|
319
|
+
@sapContent_Illustrative_Color9: #64edd2;
|
|
320
|
+
@sapContent_Illustrative_Color10: #ebf8ff;
|
|
321
|
+
@sapContent_Illustrative_Color11: #f31ded;
|
|
322
|
+
@sapContent_Illustrative_Color12: #5dc122;
|
|
323
|
+
@sapContent_Illustrative_Color13: #005dc9;
|
|
324
|
+
@sapContent_Illustrative_Color14: #004da5;
|
|
325
|
+
@sapContent_Illustrative_Color15: #cc7400;
|
|
326
|
+
@sapContent_Illustrative_Color16: #3b0ac6;
|
|
327
|
+
@sapContent_Illustrative_Color17: #00a58a;
|
|
328
|
+
@sapContent_Illustrative_Color18: #d1efff;
|
|
329
|
+
@sapContent_Illustrative_Color19: #b8e6ff;
|
|
330
|
+
@sapContent_Illustrative_Color20: #9eddff;
|
|
312
331
|
|
|
313
332
|
|
|
314
333
|
|
|
@@ -319,6 +338,7 @@
|
|
|
319
338
|
|
|
320
339
|
@sapFontLightFamily: @sapFontFamily;
|
|
321
340
|
@sapFontBoldFamily: @sapFontFamily;
|
|
341
|
+
@sapFontBlackFamily: @sapFontFamily;
|
|
322
342
|
@sapFontHeaderFamily: @sapFontFamily;
|
|
323
343
|
@sapFontSmallSize: 0.8 * @sapFontSize;
|
|
324
344
|
@sapFontLargeSize: 1.2 * @sapFontSize;
|
|
@@ -360,6 +380,7 @@
|
|
|
360
380
|
|
|
361
381
|
// [Tags "!Protected"]
|
|
362
382
|
@sapShell_TextColor: contrast(@sapShell_Background, @sapLightTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
383
|
+
@sapShell_InteractiveBackground: @sapShellColor;
|
|
363
384
|
@sapShell_InteractiveTextColor: @sapShell_TextColor;
|
|
364
385
|
@sapShell_InteractiveBorderColor: lighten(@sapShellColor, 30);
|
|
365
386
|
@sapShell_GroupTitleTextColor: @sapTitleColor;
|
|
@@ -880,6 +901,16 @@
|
|
|
880
901
|
@sapAccentColor8: #009de0;
|
|
881
902
|
@sapAccentColor9: #925ace;
|
|
882
903
|
@sapAccentColor10: #647987;
|
|
904
|
+
@sapAccentBackgroundColor1: #fff3b8;
|
|
905
|
+
@sapAccentBackgroundColor2: #ffd0e7;
|
|
906
|
+
@sapAccentBackgroundColor3: #fff0fa;
|
|
907
|
+
@sapAccentBackgroundColor4: #ffdcf3;
|
|
908
|
+
@sapAccentBackgroundColor5: #ded3ff;
|
|
909
|
+
@sapAccentBackgroundColor6: #d1efff;
|
|
910
|
+
@sapAccentBackgroundColor7: #c2fcee;
|
|
911
|
+
@sapAccentBackgroundColor8: #ebf5cb;
|
|
912
|
+
@sapAccentBackgroundColor9: #dafdf5;
|
|
913
|
+
@sapAccentBackgroundColor10: #eaecee;
|
|
883
914
|
|
|
884
915
|
|
|
885
916
|
|
|
@@ -122,6 +122,13 @@
|
|
|
122
122
|
@sapUiContentTextShadow: @sapContent_TextShadow;
|
|
123
123
|
@sapUiContentContrastTextShadow: @sapContent_ContrastTextShadow;
|
|
124
124
|
@sapUiContentHeaderShadow: @sapContent_HeaderShadow;
|
|
125
|
+
@sapUiContentInteractionShadow: @sapContent_Interaction_Shadow;
|
|
126
|
+
@sapUiContentSelectedShadow: @sapContent_Selected_Shadow;
|
|
127
|
+
@sapUiContentNegativeShadow: @sapContent_Negative_Shadow;
|
|
128
|
+
@sapUiContentCriticalShadow: @sapContent_Critical_Shadow;
|
|
129
|
+
@sapUiContentPositiveShadow: @sapContent_Positive_Shadow;
|
|
130
|
+
@sapUiContentInformativeShadow: @sapContent_Informative_Shadow;
|
|
131
|
+
@sapUiContentNeutralShadow: @sapContent_Neutral_Shadow;
|
|
125
132
|
@sapUiContentSearchHighlightColor: @sapContent_SearchHighlightColor;
|
|
126
133
|
@sapUiContentHelpColor: @sapContent_HelpColor;
|
|
127
134
|
@sapUiContentLabelColor: @sapContent_LabelColor;
|
|
@@ -151,9 +158,22 @@
|
|
|
151
158
|
@sapUiContentIllustrativeColor6: @sapContent_Illustrative_Color6;
|
|
152
159
|
@sapUiContentIllustrativeColor7: @sapContent_Illustrative_Color7;
|
|
153
160
|
@sapUiContentIllustrativeColor8: @sapContent_Illustrative_Color8;
|
|
161
|
+
@sapUiContentIllustrativeColor9: @sapContent_Illustrative_Color9;
|
|
162
|
+
@sapUiContentIllustrativeColor10: @sapContent_Illustrative_Color10;
|
|
163
|
+
@sapUiContentIllustrativeColor11: @sapContent_Illustrative_Color11;
|
|
164
|
+
@sapUiContentIllustrativeColor12: @sapContent_Illustrative_Color12;
|
|
165
|
+
@sapUiContentIllustrativeColor13: @sapContent_Illustrative_Color13;
|
|
166
|
+
@sapUiContentIllustrativeColor14: @sapContent_Illustrative_Color14;
|
|
167
|
+
@sapUiContentIllustrativeColor15: @sapContent_Illustrative_Color15;
|
|
168
|
+
@sapUiContentIllustrativeColor16: @sapContent_Illustrative_Color16;
|
|
169
|
+
@sapUiContentIllustrativeColor17: @sapContent_Illustrative_Color17;
|
|
170
|
+
@sapUiContentIllustrativeColor18: @sapContent_Illustrative_Color18;
|
|
171
|
+
@sapUiContentIllustrativeColor19: @sapContent_Illustrative_Color19;
|
|
172
|
+
@sapUiContentIllustrativeColor20: @sapContent_Illustrative_Color20;
|
|
154
173
|
|
|
155
174
|
@sapUiFontLightFamily: @sapFontLightFamily;
|
|
156
175
|
@sapUiFontBoldFamily: @sapFontBoldFamily;
|
|
176
|
+
@sapUiFontBlackFamily: @sapFontBlackFamily;
|
|
157
177
|
@sapUiFontHeaderFamily: @sapFontHeaderFamily;
|
|
158
178
|
@sapMFontSmallSize: @sapFontSmallSize;
|
|
159
179
|
@sapMFontLargeSize: @sapFontLargeSize;
|
|
@@ -176,6 +196,7 @@
|
|
|
176
196
|
@sapUiShellBackgroundImageRepeat: @sapShell_BackgroundImageRepeat;
|
|
177
197
|
@sapUiShellBorderColor: @sapShell_BorderColor;
|
|
178
198
|
@sapUiShellTextColor: @sapShell_TextColor;
|
|
199
|
+
@sapUiShellInteractiveBackground: @sapShell_InteractiveBackground;
|
|
179
200
|
@sapUiShellInteractiveTextColor: @sapShell_InteractiveTextColor;
|
|
180
201
|
@sapUiShellInteractiveBorderColor: @sapShell_InteractiveBorderColor;
|
|
181
202
|
@sapUiShellGroupTitleTextColor: @sapShell_GroupTitleTextColor;
|
|
@@ -457,6 +478,17 @@
|
|
|
457
478
|
@sapUiAccent9: @sapAccentColor9;
|
|
458
479
|
@sapUiAccent10: @sapAccentColor10;
|
|
459
480
|
|
|
481
|
+
@sapUiAccentBackgroundColor1: @sapAccentBackgroundColor1;
|
|
482
|
+
@sapUiAccentBackgroundColor2: @sapAccentBackgroundColor2;
|
|
483
|
+
@sapUiAccentBackgroundColor3: @sapAccentBackgroundColor3;
|
|
484
|
+
@sapUiAccentBackgroundColor4: @sapAccentBackgroundColor4;
|
|
485
|
+
@sapUiAccentBackgroundColor5: @sapAccentBackgroundColor5;
|
|
486
|
+
@sapUiAccentBackgroundColor6: @sapAccentBackgroundColor6;
|
|
487
|
+
@sapUiAccentBackgroundColor7: @sapAccentBackgroundColor7;
|
|
488
|
+
@sapUiAccentBackgroundColor8: @sapAccentBackgroundColor8;
|
|
489
|
+
@sapUiAccentBackgroundColor9: @sapAccentBackgroundColor9;
|
|
490
|
+
@sapUiAccentBackgroundColor10: @sapAccentBackgroundColor10;
|
|
491
|
+
|
|
460
492
|
|
|
461
493
|
// =====================================
|
|
462
494
|
// Indication Colors
|
|
@@ -829,6 +861,8 @@
|
|
|
829
861
|
|
|
830
862
|
@sapMPlatformDependent: false;
|
|
831
863
|
|
|
864
|
+
@sapUiColumnHeaderFontSize: @sapMFontMediumSize;
|
|
865
|
+
@sapUiColumnHeaderFontWeight: normal;
|
|
832
866
|
|
|
833
867
|
|
|
834
868
|
//-----------------------------------------------------
|