Skip to content

Commit

Permalink
chore(deps-dev): bump @sap-theming/theming-base-content from 11.6.4 t…
Browse files Browse the repository at this point in the history
…o 11.6.7 (#4820)

* chore(deps-dev): bump @sap-theming/theming-base-content

Bumps [@sap-theming/theming-base-content](https://github.com/SAP/theming-base-content) from 11.6.4 to 11.6.7.
- [Release notes](https://github.com/SAP/theming-base-content/releases)
- [Commits](SAP/theming-base-content@11.6.4...11.6.7)

---
updated-dependencies:
- dependency-name: "@sap-theming/theming-base-content"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): update theming-base-conent 11.6.8 [ci visual]

* chore(styles): remove hardcoded css variables [ci visual]

* chore(deps): bring TNT abd Business Suite App Symbol icons [ci visual]

* chore(styles): bring BTP CSS vars in fd theming files [ci visual]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: droshev <[email protected]>
  • Loading branch information
dependabot[bot] and droshev authored Sep 12, 2023
1 parent b174317 commit 99ffa30
Show file tree
Hide file tree
Showing 24 changed files with 133 additions and 8,779 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@nx/plugin": "16.7.2",
"@nx/react": "16.7.2",
"@nx/web": "16.7.2",
"@sap-theming/theming-base-content": "11.6.4",
"@sap-theming/theming-base-content": "11.6.8",
"@storybook/addon-a11y": "7.4.0",
"@storybook/addon-actions": "7.4.0",
"@storybook/addon-controls": "7.4.0",
Expand Down Expand Up @@ -170,4 +170,4 @@
"fast-deep-equal": "^3.1.3",
"jsdom": "^20.0.1"
}
}
}
4 changes: 3 additions & 1 deletion packages/styles/src/icons/_settingsBusiness.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ $fd-business-suite-icons: (
liquid: "\e09C",
time-deposit: "\e09D",
early-widthdrawal-for-time-deposits: "\e09E",
business-partner: "\e0E3",
truck-load: "\e0E8",
truck-unload: "\e0E9",
truck-load-unload: "\e0EA",
Expand Down Expand Up @@ -233,6 +234,7 @@ $fd-business-suite-icons: (
empty-sequence: "\e181",
cross-union: "\e182",
empty-union: "\e183",
cross-target: "\e184"
cross-target: "\e184",
non-stackable: "\e185"
) !default;
/* stylelint-enable */
20 changes: 20 additions & 0 deletions packages/styles/src/icons/_settingsTNT.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,26 @@ $fd-tnt-icons: (
solution-not-licensed: '\e08F',
clear-all-mapping: '\e090',
map-all-fields: '\e091',
process-package: '\e092',
process-kpis: '\e093',
insights: '\e094',
escalation-boundary-interrupting: '\e095',
escalation-boundary-non-interrupting: '\e096',
escalation-throwing: '\e097',
solution: '\e098',
binary: '\e099',
uuid: '\e09A',
github: '\e09B',
robot: '\e09C',
string: '\e09D',
boolean: '\e09E',
array: '\e09F',
any: '\e101',
integer: '\e102',
float: '\e103',
build-work-zone: '\e104',
build-apps: '\e105',
build-process-automation: '\e106',
indicator: '\e107',
indicator-active: '\e108',
task-optional: '\e109',
Expand Down
10 changes: 9 additions & 1 deletion packages/styles/src/theming/sap_fiori_3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@
@import "./common/pagination/sap_fiori";
@import "./common/search-field/sap_fiori";
@import "./common/navigation-menu/sap_fiori";
@import "./sap_fiori_3/css_variables";

:root {
/* BTP */
--sapMenu_Shadow1: 0 0 0.125rem 0 rgba(0, 0, 0, 0.16), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.16);
--sapMenu_Shadow2: 0 0 0.125rem 0 rgba(0, 0, 0, 0.48), 0 1rem 2rem 0 rgba(0, 0, 0, 0.16);
--sapNotifications_Shadow2: 0 0 0.125rem 0 rgba(0, 0, 0, 0.48), 0 1rem 2rem 0 rgba(0, 0, 0, 0.16);
--sapSearchHover_Shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.16), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.16);
--sapMenu_Background: var(--sapList_Background);
--sapMenu_Hover_Background: var(--sapList_Hover_Background);
--sapMenu_Active_Background: var(--sapList_Active_Background);
--sapMenu_Selected_Background: var(--sapList_Hover_SelectionBackground);
--fdOverlay_Background_Opacity: 0.6;

/* Dynamic Page Layout */
Expand Down
Loading

0 comments on commit 99ffa30

Please sign in to comment.