Socket
Socket
Sign inDemoInstall

@fluentui/react-aria

Package Overview
Dependencies
Maintainers
12
Versions
819
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-aria - npm Package Compare versions

Comparing version 0.0.0-nightly-20240726-0407.1 to 0.0.0-nightly-20240726-2023.1

5

dist/index.d.ts
import type { AnnounceContextValue } from '@fluentui/react-shared-contexts';
import type { DistributiveOmit } from '@fluentui/react-utilities';
import type { ExtractSlotProps } from '@fluentui/react-utilities';

@@ -77,3 +78,3 @@ import * as React_2 from 'react';

*/
export declare type ARIAButtonProps<Type extends ARIAButtonType = ARIAButtonType> = React_2.PropsWithRef<JSX.IntrinsicElements[Type]> & {
export declare type ARIAButtonProps<Type extends ARIAButtonType = ARIAButtonType> = DistributiveOmit<React_2.PropsWithRef<JSX.IntrinsicElements[Type]>, 'children'> & {
disabled?: boolean;

@@ -198,3 +199,3 @@ /**

*/
export declare const useARIAButtonShorthand: ResolveShorthandFunction<ARIAButtonSlotProps>;
export declare const useARIAButtonShorthand: ResolveShorthandFunction<any>;

@@ -201,0 +202,0 @@ export declare const useAriaLiveAnnouncer_unstable: (props: AriaLiveAnnouncerProps) => AriaLiveAnnouncerState;

1

lib-commonjs/button/useARIAButtonShorthand.js

@@ -19,2 +19,3 @@ "use strict";

return shorthand && shorthandARIAButton;
// eslint-disable-next-line deprecation/deprecation, @typescript-eslint/no-explicit-any
};

@@ -13,3 +13,3 @@ import { resolveShorthand } from '@fluentui/react-utilities';

* where no attribute addition is required.
*/ // eslint-disable-next-line deprecation/deprecation
*/ // eslint-disable-next-line deprecation/deprecation, @typescript-eslint/no-explicit-any
export const useARIAButtonShorthand = (value, options)=>{

@@ -21,2 +21,3 @@ // eslint-disable-next-line deprecation/deprecation

return shorthand && shorthandARIAButton;
// eslint-disable-next-line deprecation/deprecation, @typescript-eslint/no-explicit-any
};
{
"name": "@fluentui/react-aria",
"version": "0.0.0-nightly-20240726-0407.1",
"version": "0.0.0-nightly-20240726-2023.1",
"description": "React helper to ensure ARIA",

@@ -30,3 +30,3 @@ "main": "lib-commonjs/index.js",

"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance": "0.0.0-nightly-20240726-0407.1",
"@fluentui/react-conformance": "0.0.0-nightly-20240726-2023.1",
"@fluentui/scripts-api-extractor": "*",

@@ -36,7 +36,7 @@ "@fluentui/scripts-tasks": "*"

"dependencies": {
"@fluentui/keyboard-keys": "0.0.0-nightly-20240726-0407.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240726-0407.1",
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20240726-0407.1",
"@fluentui/react-tabster": "0.0.0-nightly-20240726-0407.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240726-0407.1",
"@fluentui/keyboard-keys": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-tabster": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240726-2023.1",
"@swc/helpers": "^0.5.1"

@@ -43,0 +43,0 @@ },

Sorry, the diff of this file is too big to display

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