Skip to content

Commit

Permalink
feat(styles): new BTP Tool Header [ci visual]
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Sep 7, 2023
1 parent 6c4d34e commit 45dc562
Show file tree
Hide file tree
Showing 32 changed files with 1,058 additions and 662 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@
"fast-deep-equal": "^3.1.3",
"jsdom": "^20.0.1"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:root {
--fdToolHeader_Border_Color: transparent;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:root {
--fdToolHeader_Border_Color: var(--sapShell_BorderColor);
}
1 change: 1 addition & 0 deletions packages/styles/src/theming/sap_fiori_3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
@import "./common/pagination/sap_fiori";
@import "./common/search-field/sap_fiori";
@import "./common/navigation-menu/sap_fiori";
@import "./common/tool-header/sap_horizon";
@import "./sap_fiori_3/css_variables";

:root {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_Hover_SelectionBackground);
--sapToolHeader_Shadow1: 0 0 0.125rem 0 rgba(0, 0, 0, 0.16), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.16);
}

.background-image--sapCompanyLogo {
Expand Down
1 change: 1 addition & 0 deletions packages/styles/src/theming/sap_fiori_3_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
@import "./common/pagination/sap_fiori";
@import "./common/search-field/sap_fiori";
@import "./common/navigation-menu/sap_fiori";
@import "./common/tool-header/sap_horizon";
@import "./sap_fiori_3_dark/css_variables";

:root {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_Hover_SelectionBackground);
--sapToolHeader_Shadow1: 0 0 0.125rem 0 rgba(0, 0, 0, 0.16), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.32);
}

.background-image--sapCompanyLogo {
Expand Down
1 change: 1 addition & 0 deletions packages/styles/src/theming/sap_fiori_3_hcb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
@import "./common/pagination/sap_fiori";
@import "./common/search-field/sap_fiori_hc";
@import "./common/navigation-menu/sap_fiori_hc";
@import "./common/tool-header/sap_horizon_hc";
@import "./sap_fiori_3_hcb/css_variables";

:root {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_SelectionBackgroundColor);
--sapToolHeader_Shadow1: 0 0 0 0.0625rem #fff, 0 0.5rem 1rem 0 rgba(255, 255, 255, 0.16);
}

.background-image--sapCompanyLogo {
Expand Down
1 change: 1 addition & 0 deletions packages/styles/src/theming/sap_fiori_3_hcw.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
@import "./common/pagination/sap_fiori";
@import "./common/search-field/sap_fiori_hc";
@import "./common/navigation-menu/sap_fiori_hc";
@import "./common/tool-header/sap_horizon_hc";
@import "./common/step-input/sap_fiori";

:root {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_SelectionBackgroundColor);
--sapToolHeader_Shadow1: 0 0 0 0.0625rem #000, 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.16);
}

.background-image--sapCompanyLogo {
Expand Down
1 change: 1 addition & 0 deletions packages/styles/src/theming/sap_fiori_3_light_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
@import "./common/pagination/sap_fiori";
@import "./common/search-field/sap_fiori";
@import "./common/navigation-menu/sap_fiori";
@import "./common/tool-header/sap_horizon";
@import "./sap_fiori_3_light_dark/css_variables";

:root {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,7 @@
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_Hover_SelectionBackground);
--sapToolHeader_Shadow1: 0 0 0.125rem 0 rgba(0, 0, 0, 0.16), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.16);
}

.background-image--sapCompanyLogo {
Expand Down
1 change: 1 addition & 0 deletions packages/styles/src/theming/sap_horizon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
@import "./common/pagination/sap_horizon";
@import "./common/search-field/sap_horizon";
@import "./common/navigation-menu/sap_horizon";
@import "./common/tool-header/sap_horizon";
@import "./sap_horizon/css_variables";

:root {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_Hover_SelectionBackground);
--sapToolHeader_Shadow1: 0 0 0.125rem 0 rgba(34, 53, 72, 0.16), 0 0.5rem 1rem 0 rgba(34, 53, 72, 0.16);
}

.background-image--sapCompanyLogo {
Expand Down
1 change: 1 addition & 0 deletions packages/styles/src/theming/sap_horizon_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
@import "./common/pagination/sap_horizon";
@import "./common/search-field/sap_horizon";
@import "./common/navigation-menu/sap_horizon";
@import "./common/tool-header/sap_horizon";
@import "./sap_horizon_dark/css_variables";

:root {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_Hover_SelectionBackground);
--sapToolHeader_Shadow1: 0 0 0.125rem 0 rgba(0, 0, 0, 0.16), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.32);
}

.background-image--sapCompanyLogo {
Expand Down
1 change: 1 addition & 0 deletions packages/styles/src/theming/sap_horizon_hcb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
@import "./common/pagination/sap_horizon";
@import "./common/search-field/sap_horizon_hc";
@import "./common/navigation-menu/sap_horizon_hc";
@import "./common/tool-header/sap_horizon_hc";
@import "./sap_horizon_hcb/css_variables";

:root {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_SelectionBackgroundColor);
--sapToolHeader_Shadow1: 0 0 0 0.0625rem #fff, 0 0.5rem 1rem 0 rgba(255, 255, 255, 0.16);
}

.background-image--sapCompanyLogo {
Expand Down
1 change: 1 addition & 0 deletions packages/styles/src/theming/sap_horizon_hcw.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
@import "./common/pagination/sap_horizon";
@import "./common/search-field/sap_horizon_hc";
@import "./common/navigation-menu/sap_horizon_hc";
@import "./common/tool-header/sap_horizon_hc";
@import "./sap_horizon_hcw/css_variables";

:root {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_SelectionBackgroundColor);
--sapToolHeader_Shadow1: 0 0 0 0.0625rem #000, 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.16);
}

.background-image--sapCompanyLogo {
Expand Down
Loading

0 comments on commit 45dc562

Please sign in to comment.