You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@react-aria/tree

Package Overview
Dependencies
Maintainers
2
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/tree - npm Package Compare versions

Comparing version

to
3.0.0-nightly-c22d474da-250729

3

dist/useTreeItem.main.js

@@ -47,3 +47,4 @@ var $6fc07bed32f3daee$exports = require("./intlStrings.main.js");

},
tabIndex: (0, $cDrlP$reactariautils.isAndroid)() ? -1 : null,
excludeFromTabOrder: true,
preventFocusOnPress: true,
'data-react-aria-prevent-focus': true,

@@ -50,0 +51,0 @@ ...labelProps

import $f4zHe$intlStringsmodulejs from "./intlStrings.module.js";
import {useGridListItem as $f4zHe$useGridListItem} from "@react-aria/gridlist";
import {useLabels as $f4zHe$useLabels, isAndroid as $f4zHe$isAndroid} from "@react-aria/utils";
import {useLabels as $f4zHe$useLabels} from "@react-aria/utils";
import {useLocalizedStringFormatter as $f4zHe$useLocalizedStringFormatter} from "@react-aria/i18n";

@@ -41,3 +41,4 @@

},
tabIndex: (0, $f4zHe$isAndroid)() ? -1 : null,
excludeFromTabOrder: true,
preventFocusOnPress: true,
'data-react-aria-prevent-focus': true,

@@ -44,0 +45,0 @@ ...labelProps

{
"name": "@react-aria/tree",
"version": "3.0.0-nightly-c1fd8af79-250512",
"version": "3.0.0-nightly-c22d474da-250729",
"description": "Spectrum UI components in React",

@@ -9,3 +9,7 @@ "license": "Apache-2.0",

"exports": {
"types": "./dist/types.d.ts",
"source": "./src/index.ts",
"types": [
"./dist/types.d.ts",
"./src/index.ts"
],
"import": "./dist/import.mjs",

@@ -26,9 +30,9 @@ "require": "./dist/main.js"

"dependencies": {
"@react-aria/gridlist": "3.0.0-nightly-c1fd8af79-250512",
"@react-aria/i18n": "3.0.0-nightly-c1fd8af79-250512",
"@react-aria/selection": "3.0.0-nightly-c1fd8af79-250512",
"@react-aria/utils": "3.0.0-nightly-c1fd8af79-250512",
"@react-stately/tree": "3.0.0-nightly-c1fd8af79-250512",
"@react-types/button": "3.0.0-nightly-c1fd8af79-250512",
"@react-types/shared": "3.0.0-nightly-c1fd8af79-250512",
"@react-aria/gridlist": "3.0.0-nightly-c22d474da-250729",
"@react-aria/i18n": "3.0.0-nightly-c22d474da-250729",
"@react-aria/selection": "3.0.0-nightly-c22d474da-250729",
"@react-aria/utils": "3.0.0-nightly-c22d474da-250729",
"@react-stately/tree": "3.0.0-nightly-c22d474da-250729",
"@react-types/button": "3.0.0-nightly-c22d474da-250729",
"@react-types/shared": "3.0.0-nightly-c22d474da-250729",
"@swc/helpers": "^0.5.0"

@@ -35,0 +39,0 @@ },

@@ -18,4 +18,4 @@ /*

import intlMessages from '../intl/*.json';
import {isAndroid, useLabels} from '@react-aria/utils';
import {TreeState} from '@react-stately/tree';
import {useLabels} from '@react-aria/utils';
import {useLocalizedStringFormatter} from '@react-aria/i18n';

@@ -63,3 +63,4 @@

},
tabIndex: isAndroid() ? -1 : null,
excludeFromTabOrder: true,
preventFocusOnPress: true,
'data-react-aria-prevent-focus': true,

@@ -66,0 +67,0 @@ ...labelProps

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