Skip to content

Commit f595a06

Browse files
committed
fix(deps): theming base content version 11.33.0 [ci visual]
1 parent bf32b61 commit f595a06

File tree

8 files changed

+1253
-1036
lines changed

8 files changed

+1253
-1036
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@nx/plugin": "22.1.3",
5858
"@nx/react": "22.1.3",
5959
"@nx/web": "22.1.3",
60-
"@sap-theming/theming-base-content": "11.32.3",
60+
"@sap-theming/theming-base-content": "11.33.0",
6161
"@storybook/addon-a11y": "^10.1.10",
6262
"@storybook/addon-docs": "^10.1.10",
6363
"@storybook/addon-links": "^10.1.10",

packages/styles/src/button-split.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ $split-button-states: (
176176
}
177177

178178
.#{$block}__text {
179-
font-weight: var(--sapButton_Emphasized_FontWeight);
179+
font-weight: normal;
180180
}
181181
}
182182

packages/styles/src/icons/_settingsBusiness.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ $fd-business-suite-icons: (
217217
timeseries-waterfall-chart: "\e134",
218218
stages-warning: "\e138",
219219
empty-warning: "\e139",
220+
zoom-to-fit: "\e13d",
220221
move-folder: "\e169",
221222
remove-folder: "\e16a",
222223
match-case: "\e16b",

packages/styles/src/theming/common/message-popover/_sap_horizon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "sass:map";
22

33
:root {
4-
--fdMessagePopover_Trigger_Font_Weight: var(--sapButton_Emphasized_FontWeight);
4+
--fdMessagePopover_Trigger_Font_Weight: normal;
55
--fdMessagePopover_Trigger_Border_Width: var(--sapButton_BorderWidth);
66
--fdMessagePopover_Active_Focus_Outline_Color: var(--sapContent_FocusColor);
77

packages/styles/src/theming/common/message-popover/_sap_horizon_hc.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "sass:map";
22

33
:root {
4-
--fdMessagePopover_Trigger_Font_Weight: var(--sapButton_Emphasized_FontWeight);
4+
--fdMessagePopover_Trigger_Font_Weight: normal;
55
--fdMessagePopover_Trigger_Border_Width: 0.125rem;
66
--fdMessagePopover_Active_Focus_Outline_Color: var(--sapContent_FocusColor);
77

packages/styles/stories/Components/Icons/icon/BusinessSuiteInAppSymbols/dataBusinessSuite.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
"timeseries-waterfall-chart",
216216
"stages-warning",
217217
"empty-warning",
218+
"zoom-to-fit",
218219
"move-folder",
219220
"remove-folder",
220221
"match-case",

packages/styles/tests/__snapshots__/styles.test.ts.snap

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

yarn.lock

Lines changed: 1246 additions & 1031 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)