@fundamental-styles/theming-preview 0.24.2-rc.1 → 0.24.2-rc.2
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 +3 -3
- 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.2
|
|
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
|
*/
|
|
@@ -17317,8 +17317,6 @@
|
|
|
17317
17317
|
white-space: nowrap;
|
|
17318
17318
|
overflow: hidden;
|
|
17319
17319
|
text-overflow: ellipsis;
|
|
17320
|
-
height: 2.25rem;
|
|
17321
|
-
min-height: 2.25rem;
|
|
17322
17320
|
z-index: 1;
|
|
17323
17321
|
width: 100%;
|
|
17324
17322
|
min-width: 2.75rem;
|
|
@@ -31055,6 +31053,7 @@ places the element far left of the screen. so it is not visible.
|
|
|
31055
31053
|
}
|
|
31056
31054
|
.fd-select--compact .fd-select__control {
|
|
31057
31055
|
height: 1.625rem;
|
|
31056
|
+
min-height: 1.625rem;
|
|
31058
31057
|
}
|
|
31059
31058
|
.fd-select--compact .fd-select__control .fd-select__text-content {
|
|
31060
31059
|
padding-left: 0.5rem;
|
|
@@ -34328,6 +34327,7 @@ places the element far left of the screen. so it is not visible.
|
|
|
34328
34327
|
}
|
|
34329
34328
|
.fd-step-input--compact {
|
|
34330
34329
|
height: 1.625rem;
|
|
34330
|
+
min-height: 1.625rem;
|
|
34331
34331
|
/** Width is different due to different border width */
|
|
34332
34332
|
}
|
|
34333
34333
|
.fd-step-input--compact.is-information .fd-step-input__button.fd-button, .fd-step-input--compact.is-error .fd-step-input__button.fd-button, .fd-step-input--compact.is-warning .fd-step-input__button.fd-button {
|
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.2",
|
|
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.2"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|