Skip to content
Snippets Groups Projects
Unverified Commit 8ea6517c authored by Júlia Jaeger Foresti's avatar Júlia Jaeger Foresti Committed by GitHub
Browse files

fix: `Menu` onPointerUp event behavior (#32968)

parent e061bd9e
No related branches found
No related tags found
No related merge requests found
---
'@rocket.chat/uikit-playground': patch
'@rocket.chat/fuselage-ui-kit': patch
'@rocket.chat/ui-theming': patch
'@rocket.chat/ui-video-conf': patch
'@rocket.chat/ui-composer': patch
'@rocket.chat/gazzodown': patch
'@rocket.chat/ui-avatar': patch
'@rocket.chat/ui-client': patch
'@rocket.chat/meteor': patch
---
Bumped @rocket.chat/fuselage that fixes the Menu onPointerUp event behavior
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
"@rocket.chat/favicon": "workspace:^", "@rocket.chat/favicon": "workspace:^",
"@rocket.chat/forked-matrix-appservice-bridge": "^4.0.2", "@rocket.chat/forked-matrix-appservice-bridge": "^4.0.2",
"@rocket.chat/forked-matrix-bot-sdk": "^0.6.0-beta.3", "@rocket.chat/forked-matrix-bot-sdk": "^0.6.0-beta.3",
"@rocket.chat/fuselage": "^0.56.0", "@rocket.chat/fuselage": "^0.57.0",
"@rocket.chat/fuselage-hooks": "^0.33.1", "@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25", "@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-toastbar": "^0.32.0", "@rocket.chat/fuselage-toastbar": "^0.32.0",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@rocket.chat/css-in-js": "~0.31.25", "@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.56.0", "@rocket.chat/fuselage": "^0.57.0",
"@rocket.chat/fuselage-hooks": "^0.33.1", "@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/icons": "^0.36.0", "@rocket.chat/icons": "^0.36.0",
"@rocket.chat/ui-contexts": "workspace:~", "@rocket.chat/ui-contexts": "workspace:~",
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"@rocket.chat/apps-engine": "alpha", "@rocket.chat/apps-engine": "alpha",
"@rocket.chat/core-typings": "workspace:^", "@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^", "@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.56.0", "@rocket.chat/fuselage": "^0.57.0",
"@rocket.chat/fuselage-hooks": "^0.33.1", "@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25", "@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/icons": "^0.36.0", "@rocket.chat/icons": "^0.36.0",
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"@babel/core": "~7.22.20", "@babel/core": "~7.22.20",
"@rocket.chat/core-typings": "workspace:^", "@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.25", "@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.56.0", "@rocket.chat/fuselage": "^0.57.0",
"@rocket.chat/fuselage-tokens": "^0.33.1", "@rocket.chat/fuselage-tokens": "^0.33.1",
"@rocket.chat/message-parser": "workspace:^", "@rocket.chat/message-parser": "workspace:^",
"@rocket.chat/styled": "~0.31.25", "@rocket.chat/styled": "~0.31.25",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@babel/core": "~7.22.20", "@babel/core": "~7.22.20",
"@rocket.chat/fuselage": "^0.56.0", "@rocket.chat/fuselage": "^0.57.0",
"@rocket.chat/ui-contexts": "workspace:^", "@rocket.chat/ui-contexts": "workspace:^",
"@types/babel__core": "~7.20.3", "@types/babel__core": "~7.20.3",
"@types/react": "~17.0.69", "@types/react": "~17.0.69",
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"@babel/core": "~7.22.20", "@babel/core": "~7.22.20",
"@react-aria/toolbar": "^3.0.0-beta.1", "@react-aria/toolbar": "^3.0.0-beta.1",
"@rocket.chat/css-in-js": "~0.31.25", "@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.56.0", "@rocket.chat/fuselage": "^0.57.0",
"@rocket.chat/fuselage-hooks": "^0.33.1", "@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/icons": "^0.36.0", "@rocket.chat/icons": "^0.36.0",
"@rocket.chat/mock-providers": "workspace:^", "@rocket.chat/mock-providers": "workspace:^",
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"@babel/core": "~7.22.20", "@babel/core": "~7.22.20",
"@react-aria/toolbar": "^3.0.0-beta.1", "@react-aria/toolbar": "^3.0.0-beta.1",
"@rocket.chat/eslint-config": "workspace:^", "@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.56.0", "@rocket.chat/fuselage": "^0.57.0",
"@rocket.chat/icons": "^0.36.0", "@rocket.chat/icons": "^0.36.0",
"@storybook/addon-actions": "~6.5.16", "@storybook/addon-actions": "~6.5.16",
"@storybook/addon-docs": "~6.5.16", "@storybook/addon-docs": "~6.5.16",
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"@babel/core": "~7.22.20", "@babel/core": "~7.22.20",
"@rocket.chat/css-in-js": "~0.31.25", "@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/eslint-config": "workspace:^", "@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.56.0", "@rocket.chat/fuselage": "^0.57.0",
"@rocket.chat/fuselage-hooks": "^0.33.1", "@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/icons": "^0.36.0", "@rocket.chat/icons": "^0.36.0",
"@rocket.chat/styled": "~0.31.25", "@rocket.chat/styled": "~0.31.25",
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"@codemirror/tooltip": "^0.19.16", "@codemirror/tooltip": "^0.19.16",
"@lezer/highlight": "^1.1.6", "@lezer/highlight": "^1.1.6",
"@rocket.chat/css-in-js": "~0.31.25", "@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.56.0", "@rocket.chat/fuselage": "^0.57.0",
"@rocket.chat/fuselage-hooks": "^0.33.1", "@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25", "@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-toastbar": "^0.32.0", "@rocket.chat/fuselage-toastbar": "^0.32.0",
......
...@@ -8908,7 +8908,7 @@ __metadata: ...@@ -8908,7 +8908,7 @@ __metadata:
"@rocket.chat/apps-engine": alpha "@rocket.chat/apps-engine": alpha
"@rocket.chat/core-typings": "workspace:^" "@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/eslint-config": "workspace:^" "@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": ^0.56.0 "@rocket.chat/fuselage": ^0.57.0
"@rocket.chat/fuselage-hooks": ^0.33.1 "@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/fuselage-polyfills": ~0.31.25 "@rocket.chat/fuselage-polyfills": ~0.31.25
"@rocket.chat/gazzodown": "workspace:^" "@rocket.chat/gazzodown": "workspace:^"
...@@ -8970,9 +8970,9 @@ __metadata: ...@@ -8970,9 +8970,9 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
   
"@rocket.chat/fuselage@npm:^0.56.0": "@rocket.chat/fuselage@npm:^0.57.0":
version: 0.56.0 version: 0.57.0
resolution: "@rocket.chat/fuselage@npm:0.56.0" resolution: "@rocket.chat/fuselage@npm:0.57.0"
dependencies: dependencies:
"@rocket.chat/css-in-js": ^0.31.25 "@rocket.chat/css-in-js": ^0.31.25
"@rocket.chat/css-supports": ^0.31.25 "@rocket.chat/css-supports": ^0.31.25
...@@ -8990,7 +8990,7 @@ __metadata: ...@@ -8990,7 +8990,7 @@ __metadata:
react: ^17.0.2 react: ^17.0.2
react-dom: ^17.0.2 react-dom: ^17.0.2
react-virtuoso: 1.2.4 react-virtuoso: 1.2.4
checksum: 1817eb660c9581906a645b8d39cd0377395085ab7dc204d7afd3b2b1c1a36000ea3727a8263ff02dc3d51b8280e1b51e42d062587d685f7e0be1a7a6eb97c5bf checksum: 80f49f79ca6655067f528a9b427a7bfabbcf1583d0c9f3ed40b79217c7a495e93e0335e15e29b23237bf2ccb5ee5fa063051b40bf4d539439f452ffd45fdb537
languageName: node languageName: node
linkType: hard linkType: hard
   
...@@ -9001,7 +9001,7 @@ __metadata: ...@@ -9001,7 +9001,7 @@ __metadata:
"@babel/core": ~7.22.20 "@babel/core": ~7.22.20
"@rocket.chat/core-typings": "workspace:^" "@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/css-in-js": ~0.31.25 "@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.56.0 "@rocket.chat/fuselage": ^0.57.0
"@rocket.chat/fuselage-tokens": ^0.33.1 "@rocket.chat/fuselage-tokens": ^0.33.1
"@rocket.chat/message-parser": "workspace:^" "@rocket.chat/message-parser": "workspace:^"
"@rocket.chat/styled": ~0.31.25 "@rocket.chat/styled": ~0.31.25
...@@ -9382,7 +9382,7 @@ __metadata: ...@@ -9382,7 +9382,7 @@ __metadata:
"@rocket.chat/favicon": "workspace:^" "@rocket.chat/favicon": "workspace:^"
"@rocket.chat/forked-matrix-appservice-bridge": ^4.0.2 "@rocket.chat/forked-matrix-appservice-bridge": ^4.0.2
"@rocket.chat/forked-matrix-bot-sdk": ^0.6.0-beta.3 "@rocket.chat/forked-matrix-bot-sdk": ^0.6.0-beta.3
"@rocket.chat/fuselage": ^0.56.0 "@rocket.chat/fuselage": ^0.57.0
"@rocket.chat/fuselage-hooks": ^0.33.1 "@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/fuselage-polyfills": ~0.31.25 "@rocket.chat/fuselage-polyfills": ~0.31.25
"@rocket.chat/fuselage-toastbar": ^0.32.0 "@rocket.chat/fuselage-toastbar": ^0.32.0
...@@ -10280,7 +10280,7 @@ __metadata: ...@@ -10280,7 +10280,7 @@ __metadata:
resolution: "@rocket.chat/ui-avatar@workspace:packages/ui-avatar" resolution: "@rocket.chat/ui-avatar@workspace:packages/ui-avatar"
dependencies: dependencies:
"@babel/core": ~7.22.20 "@babel/core": ~7.22.20
"@rocket.chat/fuselage": ^0.56.0 "@rocket.chat/fuselage": ^0.57.0
"@rocket.chat/ui-contexts": "workspace:^" "@rocket.chat/ui-contexts": "workspace:^"
"@types/babel__core": ~7.20.3 "@types/babel__core": ~7.20.3
"@types/react": ~17.0.69 "@types/react": ~17.0.69
...@@ -10306,7 +10306,7 @@ __metadata: ...@@ -10306,7 +10306,7 @@ __metadata:
"@babel/core": ~7.22.20 "@babel/core": ~7.22.20
"@react-aria/toolbar": ^3.0.0-beta.1 "@react-aria/toolbar": ^3.0.0-beta.1
"@rocket.chat/css-in-js": ~0.31.25 "@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.56.0 "@rocket.chat/fuselage": ^0.57.0
"@rocket.chat/fuselage-hooks": ^0.33.1 "@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/icons": ^0.36.0 "@rocket.chat/icons": ^0.36.0
"@rocket.chat/mock-providers": "workspace:^" "@rocket.chat/mock-providers": "workspace:^"
...@@ -10359,7 +10359,7 @@ __metadata: ...@@ -10359,7 +10359,7 @@ __metadata:
"@babel/core": ~7.22.20 "@babel/core": ~7.22.20
"@react-aria/toolbar": ^3.0.0-beta.1 "@react-aria/toolbar": ^3.0.0-beta.1
"@rocket.chat/eslint-config": "workspace:^" "@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": ^0.56.0 "@rocket.chat/fuselage": ^0.57.0
"@rocket.chat/icons": ^0.36.0 "@rocket.chat/icons": ^0.36.0
"@storybook/addon-actions": ~6.5.16 "@storybook/addon-actions": ~6.5.16
"@storybook/addon-docs": ~6.5.16 "@storybook/addon-docs": ~6.5.16
...@@ -10456,7 +10456,7 @@ __metadata: ...@@ -10456,7 +10456,7 @@ __metadata:
resolution: "@rocket.chat/ui-theming@workspace:ee/packages/ui-theming" resolution: "@rocket.chat/ui-theming@workspace:ee/packages/ui-theming"
dependencies: dependencies:
"@rocket.chat/css-in-js": ~0.31.25 "@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.56.0 "@rocket.chat/fuselage": ^0.57.0
"@rocket.chat/fuselage-hooks": ^0.33.1 "@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/icons": ^0.36.0 "@rocket.chat/icons": ^0.36.0
"@rocket.chat/ui-contexts": "workspace:~" "@rocket.chat/ui-contexts": "workspace:~"
...@@ -10499,7 +10499,7 @@ __metadata: ...@@ -10499,7 +10499,7 @@ __metadata:
"@rocket.chat/css-in-js": ~0.31.25 "@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/emitter": ~0.31.25 "@rocket.chat/emitter": ~0.31.25
"@rocket.chat/eslint-config": "workspace:^" "@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": ^0.56.0 "@rocket.chat/fuselage": ^0.57.0
"@rocket.chat/fuselage-hooks": ^0.33.1 "@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/icons": ^0.36.0 "@rocket.chat/icons": ^0.36.0
"@rocket.chat/styled": ~0.31.25 "@rocket.chat/styled": ~0.31.25
...@@ -10544,7 +10544,7 @@ __metadata: ...@@ -10544,7 +10544,7 @@ __metadata:
"@codemirror/tooltip": ^0.19.16 "@codemirror/tooltip": ^0.19.16
"@lezer/highlight": ^1.1.6 "@lezer/highlight": ^1.1.6
"@rocket.chat/css-in-js": ~0.31.25 "@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.56.0 "@rocket.chat/fuselage": ^0.57.0
"@rocket.chat/fuselage-hooks": ^0.33.1 "@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/fuselage-polyfills": ~0.31.25 "@rocket.chat/fuselage-polyfills": ~0.31.25
"@rocket.chat/fuselage-toastbar": ^0.32.0 "@rocket.chat/fuselage-toastbar": ^0.32.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment