Skip to content

Commit

Permalink
Updated submodules to v0.174.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Oct 31, 2023
1 parent aef69f2 commit b7ab5ed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion check-web
Submodule check-web updated 26 files
+1 −1 localization/react-intl/src/app/components/annotations/TiplineHistoryButton.json
+7 −0 localization/react-intl/src/app/components/layout/ChatHistory.json
+32 −0 localization/react-intl/src/app/components/team/SmoochBot/SmoochBotMenuKeywords.json
+1 −0 src/app/components/ParsedText.module.css
+1 −0 src/app/components/annotations/PaginatedTiplineHistory.js
+3 −1 src/app/components/annotations/TiplineHistoryButton.js
+6 −1 src/app/components/annotations/TiplineRequest.js
+1 −1 src/app/components/cds/buttons-checkboxes-chips/MediaChip.js
+10 −2 src/app/components/cds/menus-lists-dialogs/TagList.js
+1 −1 src/app/components/cds/menus-lists-dialogs/TagList.module.css
+97 −26 src/app/components/layout/ChatHistory.js
+39 −4 src/app/components/layout/ChatHistory.module.css
+1 −1 src/app/components/media/MediaActionsBar.js
+1 −1 src/app/components/media/MediaTags.js
+3 −1 src/app/components/team/Newsletter/NewsletterComponent.js
+1 −1 src/app/components/team/Newsletter/NewsletterComponent.test.js
+14 −2 src/app/components/team/SmoochBot/SmoochBotComponent.js
+5 −0 src/app/components/team/SmoochBot/SmoochBotConfig.js
+12 −0 src/app/components/team/SmoochBot/SmoochBotMainMenu.js
+36 −2 src/app/components/team/SmoochBot/SmoochBotMainMenuOption.js
+22 −3 src/app/components/team/SmoochBot/SmoochBotMainMenuSection.js
+175 −0 src/app/components/team/SmoochBot/SmoochBotMenuKeywords.js
+1 −0 src/app/icons/menu_open.svg
+1 −0 src/app/icons/smart_toy.svg
+1 −0 src/app/icons/task.svg
+2 −0 src/app/styles/css/mixins/variables.css

0 comments on commit b7ab5ed

Please sign in to comment.