@fluentui/react-aria
Advanced tools
Comparing version 0.0.0-nightly-20240822-1237.1 to 0.0.0-nightly-20240823-0407.1
import type { AnnounceContextValue } from '@fluentui/react-shared-contexts'; | ||
import type { DistributiveOmit } from '@fluentui/react-utilities'; | ||
import type { ExtractSlotProps } from '@fluentui/react-utilities'; | ||
@@ -78,3 +77,3 @@ import * as React_2 from 'react'; | ||
*/ | ||
export declare type ARIAButtonProps<Type extends ARIAButtonType = ARIAButtonType> = DistributiveOmit<React_2.PropsWithRef<JSX.IntrinsicElements[Type]>, 'children'> & { | ||
export declare type ARIAButtonProps<Type extends ARIAButtonType = ARIAButtonType> = React_2.PropsWithRef<JSX.IntrinsicElements[Type]> & { | ||
disabled?: boolean; | ||
@@ -199,3 +198,3 @@ /** | ||
*/ | ||
export declare const useARIAButtonShorthand: ResolveShorthandFunction<any>; | ||
export declare const useARIAButtonShorthand: ResolveShorthandFunction<ARIAButtonSlotProps>; | ||
@@ -202,0 +201,0 @@ export declare const useAriaLiveAnnouncer_unstable: (props: AriaLiveAnnouncerProps) => AriaLiveAnnouncerState; |
@@ -19,3 +19,2 @@ "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, @typescript-eslint/no-explicit-any | ||
*/ // eslint-disable-next-line deprecation/deprecation | ||
export const useARIAButtonShorthand = (value, options)=>{ | ||
@@ -21,3 +21,2 @@ // 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-20240822-1237.1", | ||
"version": "0.0.0-nightly-20240823-0407.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-20240822-1237.1", | ||
"@fluentui/react-conformance": "0.0.0-nightly-20240823-0407.1", | ||
"@fluentui/scripts-api-extractor": "*", | ||
@@ -36,7 +36,7 @@ "@fluentui/scripts-tasks": "*" | ||
"dependencies": { | ||
"@fluentui/keyboard-keys": "0.0.0-nightly-20240822-1237.1", | ||
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240822-1237.1", | ||
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20240822-1237.1", | ||
"@fluentui/react-tabster": "0.0.0-nightly-20240822-1237.1", | ||
"@fluentui/react-utilities": "0.0.0-nightly-20240822-1237.1", | ||
"@fluentui/keyboard-keys": "0.0.0-nightly-20240823-0407.1", | ||
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240823-0407.1", | ||
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20240823-0407.1", | ||
"@fluentui/react-tabster": "0.0.0-nightly-20240823-0407.1", | ||
"@fluentui/react-utilities": "0.0.0-nightly-20240823-0407.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
278024
1875
+ Added@fluentui/keyboard-keys@0.0.0-nightly-20240823-0407.1(transitive)
+ Added@fluentui/react-jsx-runtime@0.0.0-nightly-20240823-0407.1(transitive)
+ Added@fluentui/react-shared-contexts@0.0.0-nightly-20240823-0407.1(transitive)
+ Added@fluentui/react-tabster@0.0.0-nightly-20240823-0407.1(transitive)
+ Added@fluentui/react-theme@0.0.0-nightly-20240823-0407.1(transitive)
+ Added@fluentui/react-utilities@0.0.0-nightly-20240823-0407.1(transitive)
+ Added@fluentui/tokens@0.0.0-nightly-20240823-0407.1(transitive)
- Removed@fluentui/keyboard-keys@0.0.0-nightly-20240822-1237.1(transitive)
- Removed@fluentui/react-jsx-runtime@0.0.0-nightly-20240822-1237.1(transitive)
- Removed@fluentui/react-shared-contexts@0.0.0-nightly-20240822-1237.1(transitive)
- Removed@fluentui/react-tabster@0.0.0-nightly-20240822-1237.1(transitive)
- Removed@fluentui/react-theme@0.0.0-nightly-20240822-1237.1(transitive)
- Removed@fluentui/react-utilities@0.0.0-nightly-20240822-1237.1(transitive)
- Removed@fluentui/tokens@0.0.0-nightly-20240822-1237.1(transitive)
Updated@fluentui/keyboard-keys@0.0.0-nightly-20240823-0407.1
Updated@fluentui/react-jsx-runtime@0.0.0-nightly-20240823-0407.1
Updated@fluentui/react-shared-contexts@0.0.0-nightly-20240823-0407.1
Updated@fluentui/react-tabster@0.0.0-nightly-20240823-0407.1
Updated@fluentui/react-utilities@0.0.0-nightly-20240823-0407.1