mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
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:
parent
25a918d146
commit
fe03c42fa1
5
.changeset/cool-bees-visit.md
Normal file
5
.changeset/cool-bees-visit.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/react-rsc-utils": patch
|
||||
---
|
||||
|
||||
Update react aria types package
|
||||
5
.changeset/mighty-cougars-repeat.md
Normal file
5
.changeset/mighty-cougars-repeat.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/react-rsc-utils": patch
|
||||
---
|
||||
|
||||
Pointer events added to the default filter dom props function event list
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -162,6 +162,10 @@ export const DOMEventNames = new Set([
|
||||
"onMouseOut",
|
||||
"onMouseOver",
|
||||
"onMouseUp",
|
||||
"onPointerDown",
|
||||
"onPointerEnter",
|
||||
"onPointerLeave",
|
||||
"onPointerUp",
|
||||
"onSelect",
|
||||
"onTouchCancel",
|
||||
"onTouchEnd",
|
||||
|
||||
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user