Skip to content

Commit

Permalink
Add viewId to CloseModalServerInteraction
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Nov 27, 2023
1 parent 14353e9 commit f5c9ce1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/core-typings/src/uikit/ServerInteraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type CloseModalServerInteraction = {
type: 'modal.close';
triggerId: string;
appId: string;
viewId: ModalView['id'];
};

type OpenBannerServerInteraction = {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8217,9 +8217,9 @@ __metadata:
"@rocket.chat/icons": "*"
"@rocket.chat/prettier-config": "*"
"@rocket.chat/styled": "*"
"@rocket.chat/ui-contexts": 3.0.0-rc.12
"@rocket.chat/ui-contexts": 3.0.0-rc.13
"@rocket.chat/ui-kit": "*"
"@rocket.chat/ui-video-conf": 3.0.0-rc.12
"@rocket.chat/ui-video-conf": 3.0.0-rc.13
"@tanstack/react-query": "*"
react: "*"
react-dom: "*"
Expand Down Expand Up @@ -8301,14 +8301,14 @@ __metadata:
ts-jest: ~29.0.5
typescript: ~5.2.2
peerDependencies:
"@rocket.chat/core-typings": 6.5.0-rc.12
"@rocket.chat/core-typings": 6.5.0-rc.13
"@rocket.chat/css-in-js": "*"
"@rocket.chat/fuselage": "*"
"@rocket.chat/fuselage-tokens": "*"
"@rocket.chat/message-parser": "*"
"@rocket.chat/styled": "*"
"@rocket.chat/ui-client": 3.0.0-rc.12
"@rocket.chat/ui-contexts": 3.0.0-rc.12
"@rocket.chat/ui-client": 3.0.0-rc.13
"@rocket.chat/ui-contexts": 3.0.0-rc.13
katex: "*"
react: "*"
languageName: unknown
Expand Down Expand Up @@ -9470,7 +9470,7 @@ __metadata:
"@rocket.chat/fuselage": "*"
"@rocket.chat/fuselage-hooks": "*"
"@rocket.chat/icons": "*"
"@rocket.chat/ui-contexts": 3.0.0-rc.12
"@rocket.chat/ui-contexts": 3.0.0-rc.13
react: ~17.0.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9623,7 +9623,7 @@ __metadata:
"@rocket.chat/fuselage-hooks": "*"
"@rocket.chat/icons": "*"
"@rocket.chat/styled": "*"
"@rocket.chat/ui-contexts": 3.0.0-rc.12
"@rocket.chat/ui-contexts": 3.0.0-rc.13
react: ^17.0.2
react-dom: ^17.0.2
languageName: unknown
Expand Down Expand Up @@ -9709,7 +9709,7 @@ __metadata:
peerDependencies:
"@rocket.chat/layout": "*"
"@rocket.chat/tools": "*"
"@rocket.chat/ui-contexts": 3.0.0-rc.12
"@rocket.chat/ui-contexts": 3.0.0-rc.13
"@tanstack/react-query": "*"
react: "*"
react-hook-form: "*"
Expand Down

0 comments on commit f5c9ce1

Please sign in to comment.