Socket
Socket
Sign inDemoInstall

@react-stately/layout

Package Overview
Dependencies
5
Maintainers
1
Versions
695
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.1.0

2

dist/main.js

@@ -11,3 +11,3 @@ var {

* The ListLayout class is an implementation of a collection view {@link Layout}
* it is used for creating lists and lists with indented sub-lists
* it is used for creating lists and lists with indented sub-lists.
*

@@ -14,0 +14,0 @@ * To configure a ListLayout, you can use the properties to define the

@@ -5,3 +5,3 @@ import { Layout, LayoutInfo, Rect, Size } from "@react-stately/virtualizer";

* The ListLayout class is an implementation of a collection view {@link Layout}
* it is used for creating lists and lists with indented sub-lists
* it is used for creating lists and lists with indented sub-lists.
*

@@ -8,0 +8,0 @@ * To configure a ListLayout, you can use the properties to define the

@@ -6,3 +6,3 @@ import { Collection, KeyboardDelegate, Node } from "@react-types/shared";

type ListLayoutOptions<T> = {
/** the height of a row in px. */
/** The height of a row in px. */
rowHeight?: number;

@@ -23,3 +23,3 @@ estimatedRowHeight?: number;

* The ListLayout class is an implementation of a collection view {@link Layout}
* it is used for creating lists and lists with indented sub-lists
* it is used for creating lists and lists with indented sub-lists.
*

@@ -26,0 +26,0 @@ * To configure a ListLayout, you can use the properties to define the

{
"name": "@react-stately/layout",
"version": "3.0.2",
"version": "3.1.0",
"description": "Spectrum UI components in React",

@@ -21,6 +21,8 @@ "license": "Apache-2.0",

"@babel/runtime": "^7.6.2",
"@react-stately/collections": "^3.0.2",
"@react-stately/virtualizer": "^3.0.2",
"@react-types/shared": "^3.0.2",
"@react-types/table": "3.0.0-rc.3",
"@react-stately/collections": "^3.1.0",
"@react-stately/virtualizer": "^3.1.0",
"@react-types/shared": "^3.1.0",
"@react-types/table": "3.0.0-rc.4"
},
"peerDependencies": {
"react": "^16.8.0"

@@ -31,3 +33,3 @@ },

},
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7"
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69"
}

@@ -19,3 +19,3 @@ /*

type ListLayoutOptions<T> = {
/** the height of a row in px. */
/** The height of a row in px. */
rowHeight?: number,

@@ -41,3 +41,3 @@ estimatedRowHeight?: number,

* The ListLayout class is an implementation of a collection view {@link Layout}
* it is used for creating lists and lists with indented sub-lists
* it is used for creating lists and lists with indented sub-lists.
*

@@ -44,0 +44,0 @@ * To configure a ListLayout, you can use the properties to define the

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc