@fundamental-styles/theming-preview 0.24.2-rc.2 → 0.24.2-rc.5
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/fundamental-styles.css +10 -1
- package/package.json +2 -2
package/fundamental-styles.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
@charset "UTF-8";
|
|
3
3
|
/*!
|
|
4
|
-
* Fundamental Library Styles v0.24.2-rc.
|
|
4
|
+
* Fundamental Library Styles v0.24.2-rc.5
|
|
5
5
|
* Copyright (c) 2022 SAP SE or an SAP affiliate company.
|
|
6
6
|
* Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)
|
|
7
7
|
*/
|
|
@@ -3901,6 +3901,7 @@
|
|
|
3901
3901
|
width: 2.5rem;
|
|
3902
3902
|
top: 0.4375rem;
|
|
3903
3903
|
left: 0;
|
|
3904
|
+
line-height: 1rem;
|
|
3904
3905
|
}
|
|
3905
3906
|
[dir=rtl] .fd-alert--warning, .fd-alert--warning[dir=rtl], [dir=rtl] .fd-alert--information, .fd-alert--information[dir=rtl], [dir=rtl] .fd-alert--success, .fd-alert--success[dir=rtl], [dir=rtl] .fd-alert--error, .fd-alert--error[dir=rtl] {
|
|
3906
3907
|
padding-right: 2.5rem;
|
|
@@ -16854,6 +16855,9 @@
|
|
|
16854
16855
|
[dir=rtl] .fd-info-label__icon [class*=sap-icon]:first-child:last-child, .fd-info-label__icon [class*=sap-icon]:first-child:last-child[dir=rtl], [dir=rtl] .fd-info-label__icon[class*=sap-icon]:first-child:last-child, .fd-info-label__icon[class*=sap-icon]:first-child:last-child[dir=rtl] {
|
|
16855
16856
|
margin: 0;
|
|
16856
16857
|
}
|
|
16858
|
+
.fd-info-label__icon::before {
|
|
16859
|
+
vertical-align: middle;
|
|
16860
|
+
}
|
|
16857
16861
|
.fd-info-label__text {
|
|
16858
16862
|
font-size: var(--sapFontSize);
|
|
16859
16863
|
line-height: var(--sapContent_LineHeight);
|
|
@@ -31224,6 +31228,11 @@ places the element far left of the screen. so it is not visible.
|
|
|
31224
31228
|
box-sizing: inherit;
|
|
31225
31229
|
font-size: inherit;
|
|
31226
31230
|
}
|
|
31231
|
+
.fd-shellbar__logo:focus, .fd-shellbar__logo.is-focus {
|
|
31232
|
+
outline-width: var(--sapContent_FocusWidth);
|
|
31233
|
+
outline-color: var(--sapContent_FocusColor);
|
|
31234
|
+
outline-style: var(--sapContent_FocusStyle);
|
|
31235
|
+
}
|
|
31227
31236
|
.fd-shellbar__logo > * {
|
|
31228
31237
|
line-height: 0;
|
|
31229
31238
|
max-height: 2.5rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-styles/theming-preview",
|
|
3
|
-
"version": "0.24.2-rc.
|
|
3
|
+
"version": "0.24.2-rc.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"homepage": "https://sap.github.io/fundamental-styles/",
|
|
6
6
|
"description": "Fundamental Library Styles - Theming Package Preview",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "https://github.com/SAP/fundamental-styles"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"fundamental-styles": "0.24.2-rc.
|
|
12
|
+
"fundamental-styles": "0.24.2-rc.5"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|