fix(tooltip): filter dom props function fixed (#1365)

* fix(tooltip): filter dom props function fixed

* fix(root): react types pkg updated
This commit is contained in:
Junior Garcia 2023-08-11 12:06:47 -03:00 committed by GitHub
parent 25a918d146
commit fe03c42fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 14 deletions

View File

@ -0,0 +1,5 @@
---
"@nextui-org/react-rsc-utils": patch
---
Update react aria types package

View File

@ -0,0 +1,5 @@
---
"@nextui-org/react-rsc-utils": patch
---
Pointer events added to the default filter dom props function event list

View File

@ -93,7 +93,7 @@
"@docusaurus/utils": "2.0.0-beta.3",
"@next/bundle-analyzer": "^13.4.6",
"@next/env": "^13.4.12",
"@react-types/shared": "^3.18.0",
"@react-types/shared": "^3.19.0",
"@tailwindcss/typography": "^0.5.9",
"@types/canvas-confetti": "^1.4.2",
"@types/lodash": "^4.14.194",

View File

@ -65,7 +65,7 @@
"@commitlint/config-conventional": "^17.2.0",
"@react-bootstrap/babel-preset": "^2.1.0",
"@react-types/link": "^3.3.3",
"@react-types/shared": "^3.18.0",
"@react-types/shared": "^3.19.0",
"@swc-node/jest": "^1.5.2",
"@swc/core": "^1.3.35",
"@swc/jest": "^0.2.24",

View File

@ -162,6 +162,10 @@ export const DOMEventNames = new Set([
"onMouseOut",
"onMouseOver",
"onMouseUp",
"onPointerDown",
"onPointerEnter",
"onPointerLeave",
"onPointerUp",
"onSelect",
"onTouchCancel",
"onTouchEnd",

16
pnpm-lock.yaml generated
View File

@ -58,8 +58,8 @@ importers:
specifier: ^3.3.3
version: 3.4.3(react@18.2.0)
'@react-types/shared':
specifier: ^3.18.0
version: 3.18.1(react@18.2.0)
specifier: ^3.19.0
version: 3.19.0(react@18.2.0)
'@storybook/react':
specifier: ^7.1.1
version: 7.1.1(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)
@ -494,8 +494,8 @@ importers:
specifier: ^13.4.12
version: 13.4.12
'@react-types/shared':
specifier: ^3.18.0
version: 3.18.1(react@18.2.0)
specifier: ^3.19.0
version: 3.19.0(react@18.2.0)
'@tailwindcss/typography':
specifier: ^0.5.9
version: 0.5.9(tailwindcss@3.2.7)
@ -9614,14 +9614,6 @@ packages:
react: 18.2.0
dev: false
/@react-types/shared@3.18.1(react@18.2.0):
resolution: {integrity: sha512-OpTYRFS607Ctfd6Tmhyk6t6cbFyDhO5K+etU35X50pMzpypo1b7vF0mkngEeTc0Xwl0e749ONZNPZskMyu5k8w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
dependencies:
react: 18.2.0
dev: true
/@react-types/shared@3.19.0(react@18.2.0):
resolution: {integrity: sha512-h852l8bWhqUxbXIG8vH3ab7gE19nnP3U1kuWf6SNSMvgmqjiRN9jXKPIFxF/PbfdvnXXm0yZSgSMWfUCARF0Cg==}
peerDependencies: