Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): bring theming-base-content version 11.7.0 da and ai icons #4909

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8",
"@sap-theming/theming-base-content": "11.7.0",
"@storybook/addon-a11y": "7.4.6",
"@storybook/addon-actions": "7.4.6",
"@storybook/addon-controls": "7.4.6",
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/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,9 @@ $fd-icons: (
currency: "\e30e",
bell-2: "\e2a0",
accessibility: "\e2a1",
high-priority: "\e2a2"
high-priority: "\e2a2",
da: "\e2a3",
da-2: "\e2a4"
) !default;
/* stylelint-enable */

Expand Down
4 changes: 3 additions & 1 deletion packages/styles/src/icons/_settingsTNT.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ $fd-tnt-icons: (
indicator: '\e107',
indicator-active: '\e108',
task-optional: '\e109',
task-done: '\e10A'
task-done: '\e10A',
ai-1: '\e10b',
ai-2: '\e10c'
) !default;
/* stylelint-enable */
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@
"currency",
"bell-2",
"accessibility",
"high-priority"
"high-priority",
"da",
"da-2"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
"indicator",
"indicator-active",
"task-optional",
"task-done"
"task-done",
"ai-1",
"ai-2"
]
}
4 changes: 2 additions & 2 deletions 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 @@ -4788,10 +4788,10 @@ __metadata:
languageName: node
linkType: hard

"@sap-theming/theming-base-content@npm:11.6.8":
version: 11.6.8
resolution: "@sap-theming/theming-base-content@npm:11.6.8"
checksum: 33a95d05c6c48e53fb52f590055fe693d8901706df16afa38c7fa68f2fb6287241376122e70a02b6c4037d26c608142007250ed070eabbd3c7e0da6f15b7f3df
"@sap-theming/theming-base-content@npm:11.7.0":
version: 11.7.0
resolution: "@sap-theming/theming-base-content@npm:11.7.0"
checksum: 63261b5759a517b1bc74a08282fff2f139ed80c101c481c2a2080e1961ecaa0a6dfb1532aa84858fad09b691fdd0c5c29607b05e3579c27e08a605633c17b80b
languageName: node
linkType: hard

Expand Down Expand Up @@ -12893,7 +12893,7 @@ __metadata:
"@nx/plugin": 16.7.2
"@nx/react": 16.7.2
"@nx/web": 16.7.2
"@sap-theming/theming-base-content": 11.6.8
"@sap-theming/theming-base-content": 11.7.0
"@storybook/addon-a11y": 7.4.6
"@storybook/addon-actions": 7.4.6
"@storybook/addon-controls": 7.4.6
Expand Down
Loading