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
870
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-19bc0b845-241211 to 3.0.0-nightly-1b425caa2-250114

4

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,4 @@ /** Whether the collection is currently focused. */

getItemProps(key: Key): any;
/** The collection of nodes that the selection manager handles. */
collection: Collection<Node<unknown>>;
}

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

{
"name": "@react-stately/selection",
"version": "3.0.0-nightly-19bc0b845-241211",
"version": "3.0.0-nightly-1b425caa2-250114",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-stately/collections": "^3.0.0-nightly-19bc0b845-241211",
"@react-stately/utils": "^3.0.0-nightly-19bc0b845-241211",
"@react-types/shared": "^3.0.0-nightly-19bc0b845-241211",
"@react-stately/collections": "3.0.0-nightly-1b425caa2-250114",
"@react-stately/utils": "3.0.0-nightly-1b425caa2-250114",
"@react-types/shared": "3.0.0-nightly-1b425caa2-250114",
"@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,5 @@

/** Returns the props for the given item. */
getItemProps(key: Key): any
getItemProps(key: Key): any,
/** The collection of nodes that the selection manager handles. */
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