@react-aria/tag
Advanced tools
Comparing version 3.0.0-nightly-a98da553e-241116 to 3.0.0-nightly-ab9fd5c68-241122
@@ -60,3 +60,2 @@ var $09704b0efefe5140$exports = require("./useTagGroup.main.js"); | ||
let isFocused = item.key === state.selectionManager.focusedKey; | ||
// @ts-ignore - data attributes are ok but TS doesn't know about them. | ||
let domProps = (0, $8p8DL$reactariautils.filterDOMProps)(item.props); | ||
@@ -63,0 +62,0 @@ let linkProps = (0, $8p8DL$reactariautils.useSyntheticLinkProps)(item.props); |
@@ -54,3 +54,2 @@ import {hookData as $d7323bca8d074eeb$export$653eddfc964b0f8a} from "./useTagGroup.module.js"; | ||
let isFocused = item.key === state.selectionManager.focusedKey; | ||
// @ts-ignore - data attributes are ok but TS doesn't know about them. | ||
let domProps = (0, $ioKwR$filterDOMProps)(item.props); | ||
@@ -57,0 +56,0 @@ let linkProps = (0, $ioKwR$useSyntheticLinkProps)(item.props); |
{ | ||
"name": "@react-aria/tag", | ||
"version": "3.0.0-nightly-a98da553e-241116", | ||
"version": "3.0.0-nightly-ab9fd5c68-241122", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,16 +25,16 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/gridlist": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-aria/i18n": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-aria/interactions": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-aria/label": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-aria/selection": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-aria/utils": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-stately/list": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-types/button": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-types/shared": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-aria/gridlist": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-aria/i18n": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-aria/interactions": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-aria/label": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-aria/selection": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-aria/utils": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-stately/list": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-types/button": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-types/shared": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@swc/helpers": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
}, | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"stableVersion": "3.4.7" | ||
"stableVersion": "3.4.8" | ||
} |
@@ -83,3 +83,2 @@ /* | ||
let isFocused = item.key === state.selectionManager.focusedKey; | ||
// @ts-ignore - data attributes are ok but TS doesn't know about them. | ||
let domProps = filterDOMProps(item.props); | ||
@@ -86,0 +85,0 @@ let linkProps = useSyntheticLinkProps(item.props); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
138424
1642