@openui5/themelib_sap_fiori_3 1.149.0 → 1.150.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 +24 -0
- package/THIRDPARTY.txt +24 -5
- package/package.json +18 -18
- package/src/sap/m/themes/sap_fiori_3/Link.less +2 -0
- package/src/sap/m/themes/sap_fiori_3/Panel.less +1 -5
- package/src/sap/m/themes/sap_fiori_3/SelectList.less +1 -0
- package/src/sap/m/themes/sap_fiori_3/SliderTooltip.less +7 -3
- package/src/sap/m/themes/sap_fiori_3/StandardListItem.less +0 -4
- package/src/sap/m/themes/sap_fiori_3_dark/Link.less +3 -1
- package/src/sap/m/themes/sap_fiori_3_dark/Panel.less +1 -5
- package/src/sap/m/themes/sap_fiori_3_dark/SelectList.less +1 -0
- package/src/sap/m/themes/sap_fiori_3_dark/Slider.less +5 -0
- package/src/sap/m/themes/sap_fiori_3_dark/SliderTooltip.less +7 -3
- package/src/sap/m/themes/sap_fiori_3_dark/StandardListItem.less +0 -4
- package/src/sap/m/themes/sap_fiori_3_hcb/Link.less +4 -1
- package/src/sap/m/themes/sap_fiori_3_hcb/Panel.less +1 -5
- package/src/sap/m/themes/sap_fiori_3_hcb/SelectList.less +1 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/SliderTooltip.less +10 -4
- package/src/sap/m/themes/sap_fiori_3_hcb/Tokenizer.less +5 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/Link.less +4 -1
- package/src/sap/m/themes/sap_fiori_3_hcw/Panel.less +1 -5
- package/src/sap/m/themes/sap_fiori_3_hcw/SelectList.less +1 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/SliderTooltip.less +10 -4
- package/src/sap/m/themes/sap_fiori_3_hcw/Tokenizer.less +5 -0
- 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/REUSE.toml
CHANGED
|
@@ -225,6 +225,16 @@ SPDX-FileCopyrightText = "jQuery Foundation and other contributors"
|
|
|
225
225
|
SPDX-License-Identifier = "MIT"
|
|
226
226
|
SPDX-FileComment = "these files belong to: QUnit 2.18"
|
|
227
227
|
|
|
228
|
+
[[annotations]]
|
|
229
|
+
path = [
|
|
230
|
+
"src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.26.0.css",
|
|
231
|
+
"src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.26.0.js"
|
|
232
|
+
]
|
|
233
|
+
precedence = "aggregate"
|
|
234
|
+
SPDX-FileCopyrightText = "OpenJS Foundation and other contributors"
|
|
235
|
+
SPDX-License-Identifier = "MIT"
|
|
236
|
+
SPDX-FileComment = "these files belong to: QUnit 2.26.0"
|
|
237
|
+
|
|
228
238
|
[[annotations]]
|
|
229
239
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/jquery-compat.js"
|
|
230
240
|
precedence = "aggregate"
|
|
@@ -349,6 +359,20 @@ SPDX-FileCopyrightText = "2010-2022, Christian Johansen, christian@cjohansen.no"
|
|
|
349
359
|
SPDX-License-Identifier = "BSD-3-Clause"
|
|
350
360
|
SPDX-FileComment = "these files belong to: SinonJS 14"
|
|
351
361
|
|
|
362
|
+
[[annotations]]
|
|
363
|
+
path = "src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-22.0.0.js"
|
|
364
|
+
precedence = "aggregate"
|
|
365
|
+
SPDX-FileCopyrightText = "2010-2024, Christian Johansen, christian@cjohansen.no"
|
|
366
|
+
SPDX-License-Identifier = "BSD-3-Clause"
|
|
367
|
+
SPDX-FileComment = "these files belong to: SinonJS 22"
|
|
368
|
+
|
|
369
|
+
[[annotations]]
|
|
370
|
+
path = "src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/nise-6.1.5.js"
|
|
371
|
+
precedence = "aggregate"
|
|
372
|
+
SPDX-FileCopyrightText = "2010-2017, Christian Johansen, christian@cjohansen.no"
|
|
373
|
+
SPDX-License-Identifier = "BSD-3-Clause"
|
|
374
|
+
SPDX-FileComment = "these files belong to: nise"
|
|
375
|
+
|
|
352
376
|
[[annotations]]
|
|
353
377
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js"
|
|
354
378
|
precedence = "aggregate"
|
package/THIRDPARTY.txt
CHANGED
|
@@ -6,31 +6,31 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.f:
|
|
8
8
|
|
|
9
|
-
Component: UI5 Web Components, version: 2.
|
|
9
|
+
Component: UI5 Web Components, version: 2.23.2
|
|
10
10
|
Copyright: SAP
|
|
11
11
|
License: Apache-2.0
|
|
12
12
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
13
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
14
14
|
|
|
15
|
-
Component: UI5 Web Components Fiori, version: 2.
|
|
15
|
+
Component: UI5 Web Components Fiori, version: 2.23.2
|
|
16
16
|
Copyright: SAP
|
|
17
17
|
License: Apache-2.0
|
|
18
18
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
19
19
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
20
20
|
|
|
21
|
-
Component: UI5 Web Components Icons, version: 2.
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.23.2
|
|
22
22
|
Copyright: SAP
|
|
23
23
|
License: Apache-2.0
|
|
24
24
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
25
25
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
26
26
|
|
|
27
|
-
Component: UI5 Web Components Icons Business Suite, version: 2.
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.23.1
|
|
28
28
|
Copyright: SAP
|
|
29
29
|
License: Apache-2.0
|
|
30
30
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
31
31
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
32
32
|
|
|
33
|
-
Component: UI5 Web Components Icons TNT, version: 2.
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.23.1
|
|
34
34
|
Copyright: SAP
|
|
35
35
|
License: Apache-2.0
|
|
36
36
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -134,6 +134,13 @@ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
|
134
134
|
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css
|
|
135
135
|
src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
|
|
136
136
|
|
|
137
|
+
Component: QUnit 2.26.0, version: 2.26.0
|
|
138
|
+
Copyright: OpenJS Foundation and other contributors
|
|
139
|
+
License: MIT
|
|
140
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
141
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.26.0.css
|
|
142
|
+
src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.26.0.js
|
|
143
|
+
|
|
137
144
|
Component: jQuery-Migrate, version: 3.3.1
|
|
138
145
|
Copyright: OpenJS Foundation and other contributors
|
|
139
146
|
License: MIT
|
|
@@ -227,6 +234,18 @@ License: BSD-3-Clause
|
|
|
227
234
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
228
235
|
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
|
|
229
236
|
|
|
237
|
+
Component: SinonJS 22, version: 22.0.0
|
|
238
|
+
Copyright: 2010-2024, Christian Johansen, christian@cjohansen.no
|
|
239
|
+
License: BSD-3-Clause
|
|
240
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
241
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-22.0.0.js
|
|
242
|
+
|
|
243
|
+
Component: nise, version: 6.1.5
|
|
244
|
+
Copyright: 2010-2017, Christian Johansen, christian@cjohansen.no
|
|
245
|
+
License: BSD-3-Clause
|
|
246
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
247
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/nise-6.1.5.js
|
|
248
|
+
|
|
230
249
|
Component: Sinon-qunit, version: 2.0.0
|
|
231
250
|
Copyright: 2010-2011, Christian Johansen
|
|
232
251
|
License: BSD-3-Clause
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.150.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/UI5/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.150.0",
|
|
18
|
+
"@openui5/sap.m": "1.150.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.150.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.150.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.150.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.150.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.150.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.150.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.150.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.150.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.150.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.150.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.150.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.150.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.150.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.150.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.150.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
text-decoration: none;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
+
.sapMLnkSubtle:focus-visible,
|
|
23
24
|
.sapMLnkSubtle:focus {
|
|
24
25
|
color: var(--sapContent_FocusColor);
|
|
25
26
|
}
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
}
|
|
34
35
|
|
|
35
36
|
.sapMLnk:active:not(.sapMLnkDsbl),
|
|
37
|
+
.sapMLnk:focus-visible:not(.sapMLnkDsbl),
|
|
36
38
|
.sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
37
39
|
color: var(--sapLink_Active_Color);
|
|
38
40
|
}
|
|
@@ -30,14 +30,10 @@
|
|
|
30
30
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
34
34
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.sapMPanelContentWrapper:has(> .sapMPanelBGSolid) {
|
|
38
|
-
background-color: var(--sapGroup_ContentBackground);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
37
|
.sapMPanel .sapMPanelHdr {
|
|
42
38
|
line-height: 2.75rem;
|
|
43
39
|
height: 2.75rem;
|
|
@@ -34,6 +34,7 @@ html.sap-desktop .sapMSelectListItemBase.sapMSelectListItemBasePressed:focus {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/* focus */
|
|
37
|
+
.sapMSelectListItemBase:focus-visible,
|
|
37
38
|
html.sap-desktop .sapMSelectListItemBase:focus {
|
|
38
39
|
outline: 0.0625rem dotted var(--sapContent_FocusColor);
|
|
39
40
|
outline-offset: -0.125rem;
|
|
@@ -21,9 +21,13 @@
|
|
|
21
21
|
color: var(--sapField_TextColor);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
.sapMSliderTooltip:has(.sapMSliderTooltipInput:focus) {
|
|
25
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);
|
|
26
|
+
outline-offset: -.1875rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.sapMSliderTooltip.sapMSliderTooltipErrorState:has(.sapMSliderTooltipInput:focus) {
|
|
30
|
+
outline-offset: -.25rem;
|
|
27
31
|
}
|
|
28
32
|
|
|
29
33
|
.sapMSliderTooltipErrorState .sapMSliderTooltipInput {
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
text-decoration: none;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
+
.sapMLnkSubtle:focus-visible,
|
|
23
24
|
.sapMLnkSubtle:focus {
|
|
24
25
|
color: var(--sapContent_FocusColor);
|
|
25
26
|
}
|
|
@@ -33,7 +34,8 @@
|
|
|
33
34
|
}
|
|
34
35
|
|
|
35
36
|
.sapMLnk:active:not(.sapMLnkDsbl),
|
|
36
|
-
.sapMLnk:focus:not(.sapMLnkDsbl)
|
|
37
|
+
.sapMLnk:focus:not(.sapMLnkDsbl)
|
|
38
|
+
.sapMLnk:focus-visible:not(.sapMLnkDsbl) {
|
|
37
39
|
color: var(--sapLink_Active_Color);
|
|
38
40
|
}
|
|
39
41
|
|
|
@@ -30,14 +30,10 @@
|
|
|
30
30
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
34
34
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.sapMPanelContentWrapper:has(> .sapMPanelBGSolid) {
|
|
38
|
-
background-color: var(--sapGroup_ContentBackground);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
37
|
.sapMPanel .sapMPanelHdr {
|
|
42
38
|
line-height: 2.75rem;
|
|
43
39
|
height: 2.75rem;
|
|
@@ -34,6 +34,7 @@ html.sap-desktop .sapMSelectListItemBase.sapMSelectListItemBasePressed:focus {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/* focus */
|
|
37
|
+
.sapMSelectListItemBase:focus-visible,
|
|
37
38
|
html.sap-desktop .sapMSelectListItemBase:focus {
|
|
38
39
|
outline: 0.0625rem dotted var(--sapContent_FocusColor);
|
|
39
40
|
outline-offset: -0.125rem;
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
border-color: var(--sapButton_Hover_BorderColor);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
.sapMSliderTooltip:has(.sapMSliderTooltipInput:focus) {
|
|
26
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
27
|
+
outline-offset: -0.125rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
25
30
|
/* slider handle */
|
|
26
31
|
.sapMSliderHandle {
|
|
27
32
|
background: var(--sapButton_Background);
|
|
@@ -22,9 +22,13 @@
|
|
|
22
22
|
background: var(--sapField_Background);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
.sapMSliderTooltip:has(.sapMSliderTooltipInput:focus) {
|
|
26
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);
|
|
27
|
+
outline-offset: -.1875rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.sapMSliderTooltip.sapMSliderTooltipErrorState:has(.sapMSliderTooltipInput:focus) {
|
|
31
|
+
outline-offset: -.25rem;
|
|
28
32
|
}
|
|
29
33
|
|
|
30
34
|
.sapMSliderTooltipErrorState .sapMSliderTooltipInput {
|
|
@@ -17,10 +17,12 @@
|
|
|
17
17
|
color: var(--sapLinkColor);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.sapMLnkSubtle:focus
|
|
20
|
+
.sapMLnkSubtle:focus,
|
|
21
|
+
.sapMLnkSubtle:focus-visible {
|
|
21
22
|
color: var(--sapContent_FocusColor);
|
|
22
23
|
}
|
|
23
24
|
|
|
25
|
+
.sapMLnk:focus-visible:not(.sapMLnkDsbl),
|
|
24
26
|
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
25
27
|
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
26
28
|
}
|
|
@@ -30,6 +32,7 @@ html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
.sapMLnk:hover.sapMLnkDsbl,
|
|
35
|
+
.sapMLnk:focus-visible.sapMLnkDsbl,
|
|
33
36
|
.sapMLnk:focus.sapMLnkDsbl {
|
|
34
37
|
outline: none;
|
|
35
38
|
}
|
|
@@ -30,14 +30,10 @@
|
|
|
30
30
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
34
34
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.sapMPanelContentWrapper {
|
|
38
|
-
background-color: var(--sapBackgroundColor);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
37
|
.sapMPanel .sapMPanelHdr {
|
|
42
38
|
line-height: 2.75rem;
|
|
43
39
|
height: 2.75rem;
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected,
|
|
25
25
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected,
|
|
26
26
|
/* focus */
|
|
27
|
+
.sapMSelectListItemBase:focus-visible,
|
|
27
28
|
html.sap-desktop .sapMSelectListItemBase:focus {
|
|
28
29
|
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
29
30
|
outline-offset: -0.1875rem;
|
|
@@ -21,13 +21,19 @@
|
|
|
21
21
|
color: var(--sapField_TextColor);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapMSliderTooltipErrorState {
|
|
24
|
+
.sapMSliderTooltip.sapMSliderTooltipErrorState {
|
|
25
25
|
background: var(--sapField_InvalidBackground);
|
|
26
|
-
|
|
26
|
+
|
|
27
|
+
.sapMSliderTooltipInput {
|
|
28
|
+
background: var(--sapField_InvalidBackground);
|
|
29
|
+
font-style: italic;
|
|
30
|
+
font-weight: bold;
|
|
31
|
+
}
|
|
27
32
|
}
|
|
28
33
|
|
|
29
|
-
.
|
|
30
|
-
|
|
34
|
+
.sapMSliderTooltip:has(.sapMSliderTooltipInput:focus) {
|
|
35
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);
|
|
36
|
+
outline-offset: -.3125rem;
|
|
31
37
|
}
|
|
32
38
|
|
|
33
39
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
@@ -17,10 +17,12 @@
|
|
|
17
17
|
color: var(--sapLinkColor);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.sapMLnkSubtle:focus
|
|
20
|
+
.sapMLnkSubtle:focus,
|
|
21
|
+
.sapMLnkSubtle:focus-visible {
|
|
21
22
|
color: var(--sapContent_FocusColor);
|
|
22
23
|
}
|
|
23
24
|
|
|
25
|
+
.sapMLnk:focus-visible:not(.sapMLnkDsbl),
|
|
24
26
|
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
25
27
|
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
26
28
|
}
|
|
@@ -30,6 +32,7 @@ html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
.sapMLnk:hover.sapMLnkDsbl,
|
|
35
|
+
.sapMLnk:focus-visible.sapMLnkDsbl,
|
|
33
36
|
.sapMLnk:focus.sapMLnkDsbl {
|
|
34
37
|
outline: none;
|
|
35
38
|
}
|
|
@@ -30,14 +30,10 @@
|
|
|
30
30
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
34
34
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.sapMPanelContentWrapper {
|
|
38
|
-
background-color: var(--sapBackgroundColor);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
37
|
.sapMPanel .sapMPanelHdr {
|
|
42
38
|
line-height: 2.75rem;
|
|
43
39
|
height: 2.75rem;
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected,
|
|
25
25
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected,
|
|
26
26
|
/* focus */
|
|
27
|
+
.sapMSelectListItemBase:focus-visible,
|
|
27
28
|
html.sap-desktop .sapMSelectListItemBase:focus {
|
|
28
29
|
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
29
30
|
outline-offset: -0.1875rem;
|
|
@@ -21,13 +21,19 @@
|
|
|
21
21
|
color: var(--sapField_TextColor);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapMSliderTooltipErrorState {
|
|
24
|
+
.sapMSliderTooltip.sapMSliderTooltipErrorState {
|
|
25
25
|
background: var(--sapField_InvalidBackground);
|
|
26
|
-
|
|
26
|
+
|
|
27
|
+
.sapMSliderTooltipInput {
|
|
28
|
+
background: var(--sapField_InvalidBackground);
|
|
29
|
+
font-style: italic;
|
|
30
|
+
font-weight: bold;
|
|
31
|
+
}
|
|
27
32
|
}
|
|
28
33
|
|
|
29
|
-
.
|
|
30
|
-
|
|
34
|
+
.sapMSliderTooltip:has(.sapMSliderTooltipInput:focus) {
|
|
35
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);
|
|
36
|
+
outline-offset: -.3125rem;
|
|
31
37
|
}
|
|
32
38
|
|
|
33
39
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 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.150.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 2026 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.150.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 2026 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.150.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 2026 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.150.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|