Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-stately/selection

Package Overview
Dependencies
Maintainers
2
Versions
879
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/selection - npm Package Compare versions

Comparing version 3.0.0-nightly-8228e4efd-241209 to 3.0.0-nightly-835f0aa1b-250107

3

dist/types.d.ts

@@ -1,2 +0,2 @@

import { DisabledBehavior, FocusStrategy, Key, LongPressEvent, PressEvent, Selection, SelectionBehavior, SelectionMode, MultipleSelection, Collection, LayoutDelegate, Node } from "@react-types/shared";
import { Collection, DisabledBehavior, FocusStrategy, Key, LongPressEvent, Node, PressEvent, Selection, SelectionBehavior, SelectionMode, MultipleSelection, LayoutDelegate } from "@react-types/shared";
export interface FocusState {

@@ -94,2 +94,3 @@ /** Whether the collection is currently focused. */

getItemProps(key: Key): any;
collection: Collection<Node<unknown>>;
}

@@ -96,0 +97,0 @@ export interface MultipleSelectionStateProps extends MultipleSelection {

{
"name": "@react-stately/selection",
"version": "3.0.0-nightly-8228e4efd-241209",
"version": "3.0.0-nightly-835f0aa1b-250107",
"description": "Spectrum UI components in React",

@@ -25,5 +25,5 @@ "license": "Apache-2.0",

"dependencies": {
"@react-stately/collections": "^3.0.0-nightly-8228e4efd-241209",
"@react-stately/utils": "^3.0.0-nightly-8228e4efd-241209",
"@react-types/shared": "^3.0.0-nightly-8228e4efd-241209",
"@react-stately/collections": "3.0.0-nightly-835f0aa1b-250107",
"@react-stately/utils": "3.0.0-nightly-835f0aa1b-250107",
"@react-types/shared": "3.0.0-nightly-835f0aa1b-250107",
"@swc/helpers": "^0.5.0"

@@ -36,4 +36,3 @@ },

"access": "public"
},
"stableVersion": "3.18.0"
}
}

@@ -13,3 +13,3 @@ /*

import {DisabledBehavior, FocusStrategy, Key, LongPressEvent, PressEvent, Selection, SelectionBehavior, SelectionMode} from '@react-types/shared';
import {Collection, DisabledBehavior, FocusStrategy, Key, LongPressEvent, Node, PressEvent, Selection, SelectionBehavior, SelectionMode} from '@react-types/shared';

@@ -111,3 +111,4 @@

/** Returns the props for the given item. */
getItemProps(key: Key): any
getItemProps(key: Key): any,
collection: Collection<Node<unknown>>
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc