@fundamental-styles/theming-preview 0.24.2-rc.0 → 0.24.2-rc.3
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 +33 -32
- 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.3
|
|
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;
|
|
@@ -17317,8 +17318,6 @@
|
|
|
17317
17318
|
white-space: nowrap;
|
|
17318
17319
|
overflow: hidden;
|
|
17319
17320
|
text-overflow: ellipsis;
|
|
17320
|
-
height: 2.25rem;
|
|
17321
|
-
min-height: 2.25rem;
|
|
17322
17321
|
z-index: 1;
|
|
17323
17322
|
width: 100%;
|
|
17324
17323
|
min-width: 2.75rem;
|
|
@@ -31055,6 +31054,7 @@ places the element far left of the screen. so it is not visible.
|
|
|
31055
31054
|
}
|
|
31056
31055
|
.fd-select--compact .fd-select__control {
|
|
31057
31056
|
height: 1.625rem;
|
|
31057
|
+
min-height: 1.625rem;
|
|
31058
31058
|
}
|
|
31059
31059
|
.fd-select--compact .fd-select__control .fd-select__text-content {
|
|
31060
31060
|
padding-left: 0.5rem;
|
|
@@ -34328,6 +34328,7 @@ places the element far left of the screen. so it is not visible.
|
|
|
34328
34328
|
}
|
|
34329
34329
|
.fd-step-input--compact {
|
|
34330
34330
|
height: 1.625rem;
|
|
34331
|
+
min-height: 1.625rem;
|
|
34331
34332
|
/** Width is different due to different border width */
|
|
34332
34333
|
}
|
|
34333
34334
|
.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 {
|
|
@@ -38783,13 +38784,12 @@ places the element far left of the screen. so it is not visible.
|
|
|
38783
38784
|
box-shadow: var(--fdToken_Box_Shadow_Hover);
|
|
38784
38785
|
}
|
|
38785
38786
|
.fd-token:focus, .fd-token.is-focus {
|
|
38786
|
-
z-index: 5;
|
|
38787
|
-
-webkit-box-shadow: none;
|
|
38788
|
-
box-shadow: none;
|
|
38789
38787
|
outline-offset: var(--fdToken_Outline_Offset);
|
|
38790
38788
|
outline-width: var(--sapContent_FocusWidth);
|
|
38791
38789
|
outline-color: var(--sapContent_FocusColor);
|
|
38792
38790
|
outline-style: var(--sapContent_FocusStyle);
|
|
38791
|
+
-webkit-box-shadow: none;
|
|
38792
|
+
box-shadow: none;
|
|
38793
38793
|
}
|
|
38794
38794
|
.fd-token--compact {
|
|
38795
38795
|
padding: 0.1rem 0 0.1rem 0.25rem;
|
|
@@ -38809,38 +38809,16 @@ places the element far left of the screen. so it is not visible.
|
|
|
38809
38809
|
padding-right: 0.25rem;
|
|
38810
38810
|
}
|
|
38811
38811
|
.fd-token--compact:focus, .fd-token--compact.is-focus {
|
|
38812
|
-
z-index: 5;
|
|
38813
|
-
-webkit-box-shadow: none;
|
|
38814
|
-
box-shadow: none;
|
|
38815
38812
|
outline-offset: var(--fdToken_Outline_Offset);
|
|
38816
38813
|
outline-width: var(--sapContent_FocusWidth);
|
|
38817
38814
|
outline-color: var(--sapContent_FocusColor);
|
|
38818
38815
|
outline-style: var(--sapContent_FocusStyle);
|
|
38819
|
-
outline-offset: var(--fdToken_Outline_Offset_Compact);
|
|
38820
|
-
}
|
|
38821
|
-
.fd-token--selected {
|
|
38822
|
-
color: var(--sapButton_Selected_TextColor);
|
|
38823
|
-
background-color: var(--sapButton_Selected_Background);
|
|
38824
|
-
border-color: var(--sapButton_Selected_BorderColor);
|
|
38825
|
-
}
|
|
38826
|
-
.fd-token--selected .fd-token__close {
|
|
38827
|
-
color: var(--sapButton_Selected_TextColor);
|
|
38828
|
-
}
|
|
38829
|
-
.fd-token--selected:hover {
|
|
38830
|
-
background-color: var(--sapButton_Selected_Hover_Background);
|
|
38831
|
-
border-color: var(--sapButton_Selected_Hover_BorderColor);
|
|
38832
|
-
-webkit-box-shadow: var(--fdToken_Box_Shadow_Selected_Hover);
|
|
38833
|
-
box-shadow: var(--fdToken_Box_Shadow_Selected_Hover);
|
|
38834
|
-
}
|
|
38835
|
-
.fd-token--selected:focus, .fd-token--selected.is-focus {
|
|
38836
|
-
z-index: 5;
|
|
38837
38816
|
-webkit-box-shadow: none;
|
|
38838
38817
|
box-shadow: none;
|
|
38839
|
-
outline-offset: var(--
|
|
38840
|
-
|
|
38841
|
-
|
|
38842
|
-
|
|
38843
|
-
outline-color: var(--fdToken_Border_Color_Selected_Focus);
|
|
38818
|
+
outline-offset: var(--fdToken_Outline_Offset_Compact);
|
|
38819
|
+
}
|
|
38820
|
+
.fd-token--disabled {
|
|
38821
|
+
cursor: not-allowed;
|
|
38844
38822
|
}
|
|
38845
38823
|
.fd-token--readonly {
|
|
38846
38824
|
color: var(--sapContent_LabelColor);
|
|
@@ -38864,6 +38842,29 @@ places the element far left of the screen. so it is not visible.
|
|
|
38864
38842
|
[dir=rtl] .fd-token--readonly, .fd-token--readonly[dir=rtl] {
|
|
38865
38843
|
padding-left: 0.375rem;
|
|
38866
38844
|
}
|
|
38845
|
+
.fd-token.fd-token--selected {
|
|
38846
|
+
color: var(--sapButton_Selected_TextColor);
|
|
38847
|
+
background-color: var(--sapButton_Selected_Background);
|
|
38848
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
38849
|
+
}
|
|
38850
|
+
.fd-token.fd-token--selected .fd-token__close {
|
|
38851
|
+
color: var(--sapButton_Selected_TextColor);
|
|
38852
|
+
}
|
|
38853
|
+
.fd-token.fd-token--selected:hover, .fd-token.fd-token--selected.is-hover {
|
|
38854
|
+
background-color: var(--sapButton_Selected_Hover_Background);
|
|
38855
|
+
border-color: var(--sapButton_Selected_Hover_BorderColor);
|
|
38856
|
+
-webkit-box-shadow: var(--fdToken_Box_Shadow_Selected_Hover);
|
|
38857
|
+
box-shadow: var(--fdToken_Box_Shadow_Selected_Hover);
|
|
38858
|
+
}
|
|
38859
|
+
.fd-token.fd-token--selected:focus, .fd-token.fd-token--selected.is-focus {
|
|
38860
|
+
outline-offset: var(--fdToken_Outline_Offset);
|
|
38861
|
+
outline-width: var(--sapContent_FocusWidth);
|
|
38862
|
+
outline-color: var(--sapContent_FocusColor);
|
|
38863
|
+
outline-style: var(--sapContent_FocusStyle);
|
|
38864
|
+
-webkit-box-shadow: none;
|
|
38865
|
+
box-shadow: none;
|
|
38866
|
+
outline-color: var(--fdToken_Border_Color_Selected_Focus);
|
|
38867
|
+
}
|
|
38867
38868
|
/* Fully expanded pseudo element. Requires parent to have specified position */
|
|
38868
38869
|
/* stylelint-disable */
|
|
38869
38870
|
/* stylelint-enable */
|
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.3",
|
|
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.3"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|