New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-aria-components

Package Overview
Dependencies
Maintainers
2
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-aria-components - npm Package Compare versions

Comparing version 1.0.0-nightly.3850 to 1.0.0-nightly.3854

6

dist/types.d.ts

@@ -23,3 +23,3 @@ import React, { CSSProperties, ReactNode, RefObject, Key, ReactElement, HTMLAttributes, LabelHTMLAttributes, InputHTMLAttributes, ForwardedRef } from "react";

className?: string;
/** The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/Element/style) for the element. */
/** The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. */
style?: CSSProperties;

@@ -34,3 +34,3 @@ }

className?: string | ((values: T) => string);
/** The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/Element/style) for the element. A function may be provided to compute the style based on component state. */
/** The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state. */
style?: CSSProperties | ((values: T) => CSSProperties);

@@ -1221,3 +1221,3 @@ }

export function useTableOptions(): TableOptionsContextValue;
export interface TableHeaderProps<T> {
export interface TableHeaderProps<T> extends StyleProps {
/** A list of table columns. */

@@ -1224,0 +1224,0 @@ columns?: T[];

{
"name": "react-aria-components",
"version": "1.0.0-nightly.3850+ba727bdc0",
"version": "1.0.0-nightly.3854+2cb1d0d7e",
"description": "A library of styleable components built using React Aria",

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

"dependencies": {
"@internationalized/date": "3.2.1-nightly.3850+ba727bdc0",
"@react-aria/focus": "3.0.0-nightly.2148+ba727bdc0",
"@react-aria/utils": "3.0.0-nightly.2148+ba727bdc0",
"@react-stately/table": "3.9.1-nightly.3850+ba727bdc0",
"@react-types/grid": "3.1.8-nightly.3850+ba727bdc0",
"@react-types/shared": "3.0.0-nightly.2148+ba727bdc0",
"@react-types/table": "3.6.1-nightly.3850+ba727bdc0",
"@internationalized/date": "3.2.1-nightly.3854+2cb1d0d7e",
"@react-aria/focus": "3.0.0-nightly.2152+2cb1d0d7e",
"@react-aria/utils": "3.0.0-nightly.2152+2cb1d0d7e",
"@react-stately/table": "3.9.1-nightly.3854+2cb1d0d7e",
"@react-types/grid": "3.1.8-nightly.3854+2cb1d0d7e",
"@react-types/shared": "3.0.0-nightly.2152+2cb1d0d7e",
"@react-types/table": "3.6.1-nightly.3854+2cb1d0d7e",
"@swc/helpers": "^0.4.14",
"react-aria": "3.24.1-nightly.3850+ba727bdc0",
"react-stately": "3.22.1-nightly.3850+ba727bdc0",
"react-aria": "3.24.1-nightly.3854+2cb1d0d7e",
"react-stately": "3.22.1-nightly.3854+2cb1d0d7e",
"use-sync-external-store": "^1.2.0"

@@ -45,3 +45,3 @@ },

},
"gitHead": "ba727bdc0c4a57626131e84d9c9b661d0b65b754"
"gitHead": "2cb1d0d7ee48740f82e6f3b992c8379419bc1ed1"
}

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

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