Skip to content

Commit

Permalink
chore(deps): update theming-base-content 11.20.0 [ci visual] (#5748)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Nov 1, 2024
1 parent 302a51b commit ef23ffb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@nx/plugin": "20.0.6",
"@nx/react": "20.0.6",
"@nx/web": "20.0.6",
"@sap-theming/theming-base-content": "11.19.0",
"@sap-theming/theming-base-content": "11.20.0",
"@storybook/addon-a11y": "^8.3.6",
"@storybook/addon-actions": "^8.3.6",
"@storybook/addon-controls": "^8.3.6",
Expand Down
7 changes: 5 additions & 2 deletions packages/styles/src/icons/_settingsBusiness.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $fd-business-suite-icons: (
products: "\e073",
sidepanel: "\e074",
split-screen: "\e075",
truck-driver: "\e076",
truck-driver-2: "\e076",
keep-segment: "\e077",
exclude-segment: "\e078",
separate-segments: "\e079",
Expand Down Expand Up @@ -155,6 +155,7 @@ $fd-business-suite-icons: (
ploygone: "\e096",
no-filter: "\e097",
grip: "\e098",
add-component: "\e099",
water: "\e09A",
gas: "\e09B",
liquid: "\e09C",
Expand Down Expand Up @@ -236,5 +237,7 @@ $fd-business-suite-icons: (
cross-union: "\e182",
empty-union: "\e183",
cross-target: "\e184",
non-stackable: "\e185"
non-stackable: "\e185",
back-to-search: "\e186",
business-objects-folder: "\e187",
);
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"products",
"sidepanel",
"split-screen",
"truck-driver",
"truck-driver-2",
"keep-segment",
"exclude-segment",
"separate-segments",
Expand Down Expand Up @@ -153,6 +153,7 @@
"ploygone",
"no-filter",
"grip",
"add-component",
"water",
"gas",
"liquid",
Expand Down Expand Up @@ -233,6 +234,9 @@
"empty-sequence",
"cross-union",
"empty-union",
"cross-target"
"cross-target",
"non-stackable",
"back-to-search",
"business-objects-folder"
]
}
2 changes: 1 addition & 1 deletion packages/styles/tests/__snapshots__/styles.test.ts.snap

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3489,10 +3489,10 @@ __metadata:
languageName: node
linkType: hard

"@sap-theming/theming-base-content@npm:11.19.0":
version: 11.19.0
resolution: "@sap-theming/theming-base-content@npm:11.19.0"
checksum: 10/bda9e327106cb061a8ed7a1b9133ca3968746cd4cee8ffe6fc9761c38860e780d2c53e46b9bf668e6df879ae51e5f249db799600fc23b2b780d4d783af6ceedd
"@sap-theming/theming-base-content@npm:11.20.0":
version: 11.20.0
resolution: "@sap-theming/theming-base-content@npm:11.20.0"
checksum: 10/3a6fbdc3af82cde669005bd0fc8a8030e3032c76d9908e82ded90306fd0dbbf15f6bfc026a2ebf170da58f95717bc887d62039ba4eb2939aa29a2a7f208deaa7
languageName: node
linkType: hard

Expand Down Expand Up @@ -9677,7 +9677,7 @@ __metadata:
"@nx/plugin": "npm:20.0.6"
"@nx/react": "npm:20.0.6"
"@nx/web": "npm:20.0.6"
"@sap-theming/theming-base-content": "npm:11.19.0"
"@sap-theming/theming-base-content": "npm:11.20.0"
"@storybook/addon-a11y": "npm:^8.3.6"
"@storybook/addon-actions": "npm:^8.3.6"
"@storybook/addon-controls": "npm:^8.3.6"
Expand Down

0 comments on commit ef23ffb

Please sign in to comment.