react-spectrum
a45c71cd
- feat: Support onClick as an alias for onPress (#7891)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Comment Changes
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
137 days ago
feat: Support onClick as an alias for onPress (#7891) * feat: Support onClick as an alias for onPress * Update docs description * Disable the React 16 table tests for now * fix * ugh * jest is silly * Omit onClick from Spectrum components
References
#7891 - feat: Support onClick as an alias for onPress
Author
devongovett
Parents
4ad04f00
Files
20
packages
@react-aria
button/src
useButton.ts
dnd/src
useDrop.ts
interactions
src
useFocusWithin.ts
usePress.ts
utils.ts
test
usePress.test.js
link
src
useLink.ts
test
useLink.test.js
@react-spectrum
button/test
Button.test.js
link/test
Link.test.js
s2/src
ActionButton.tsx
Breadcrumbs.tsx
Button.tsx
Link.tsx
ToggleButton.tsx
table/test
Table.test.js
@react-types
button/src
index.d.ts
link/src
index.d.ts
shared/src
events.d.ts
react-aria-components/stories
Button.stories.tsx
Loading