🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@fluentui/react-aria

Package Overview
Dependencies
Maintainers
12
Versions
1037
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

to
9.0.0-alpha.28

32

CHANGELOG.json

@@ -5,6 +5,36 @@ {

{
"date": "Mon, 06 Sep 2021 07:32:10 GMT",
"date": "Fri, 10 Sep 2021 07:36:18 GMT",
"tag": "@fluentui/react-aria_v9.0.0-alpha.28",
"version": "9.0.0-alpha.28",
"comments": {
"prerelease": [
{
"comment": "Refactor ObjectShorthandProps into IntrinsicShorthandProps",
"author": "behowell@microsoft.com",
"commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
"package": "@fluentui/react-aria"
}
]
}
},
{
"date": "Tue, 07 Sep 2021 07:34:55 GMT",
"tag": "@fluentui/react-aria_v9.0.0-alpha.27",
"version": "9.0.0-alpha.27",
"comments": {
"none": [
{
"comment": "Bump @fluentui/react-conformance to v0.5.0",
"author": "olfedias@microsoft.com",
"commit": "37e0f35eb706d40c4537010de97db94a831022d3",
"package": "@fluentui/react-aria"
}
]
}
},
{
"date": "Mon, 06 Sep 2021 07:34:53 GMT",
"tag": "@fluentui/react-aria_v9.0.0-alpha.27",
"version": "9.0.0-alpha.27",
"comments": {
"prerelease": [

@@ -11,0 +41,0 @@ {

# Change Log - @fluentui/react-aria
This log was last generated on Mon, 06 Sep 2021 07:32:10 GMT and should not be manually modified.
This log was last generated on Fri, 10 Sep 2021 07:36:18 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.28)
Fri, 10 Sep 2021 07:36:18 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.27..@fluentui/react-aria_v9.0.0-alpha.28)
### Changes
- Refactor ObjectShorthandProps into IntrinsicShorthandProps ([PR #19642](https://github.com/microsoft/fluentui/pull/19642) by behowell@microsoft.com)
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.27)
Mon, 06 Sep 2021 07:32:10 GMT
Mon, 06 Sep 2021 07:34:53 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.26..@fluentui/react-aria_v9.0.0-alpha.27)

@@ -11,0 +20,0 @@

4

dist/react-aria.d.ts

@@ -1,6 +0,6 @@

import type { ObjectShorthandProps } from '@fluentui/react-utilities';
import type { IntrinsicShorthandProps } from '@fluentui/react-utilities';
import type { ResolveShorthandOptions } from '@fluentui/react-utilities';
import type { ShorthandProps } from '@fluentui/react-utilities';
export declare type ARIAButtonShorthandProps = ObjectShorthandProps<JSX.IntrinsicElements['button'], HTMLButtonElement, 'button'> | ObjectShorthandProps<JSX.IntrinsicElements['div'], HTMLDivElement, 'div'> | ObjectShorthandProps<JSX.IntrinsicElements['span'], HTMLSpanElement, 'span'> | ObjectShorthandProps<JSX.IntrinsicElements['a'], HTMLAnchorElement, 'a'>;
export declare type ARIAButtonShorthandProps = IntrinsicShorthandProps<'button', 'div' | 'span' | 'a'>;

@@ -7,0 +7,0 @@ /**

@@ -1,3 +0,3 @@

import type { ObjectShorthandProps, ResolveShorthandOptions, ShorthandProps } from '@fluentui/react-utilities';
export declare type ARIAButtonShorthandProps = ObjectShorthandProps<JSX.IntrinsicElements['button'], HTMLButtonElement, 'button'> | ObjectShorthandProps<JSX.IntrinsicElements['div'], HTMLDivElement, 'div'> | ObjectShorthandProps<JSX.IntrinsicElements['span'], HTMLSpanElement, 'span'> | ObjectShorthandProps<JSX.IntrinsicElements['a'], HTMLAnchorElement, 'a'>;
import type { IntrinsicShorthandProps, ResolveShorthandOptions, ShorthandProps } from '@fluentui/react-utilities';
export declare type ARIAButtonShorthandProps = IntrinsicShorthandProps<'button', 'div' | 'span' | 'a'>;
/**

@@ -4,0 +4,0 @@ * button keyboard handling, role, disabled and tabIndex implementation that ensures ARIA spec

@@ -1,3 +0,3 @@

import type { ObjectShorthandProps, ResolveShorthandOptions, ShorthandProps } from '@fluentui/react-utilities';
export declare type ARIAButtonShorthandProps = ObjectShorthandProps<JSX.IntrinsicElements['button'], HTMLButtonElement, 'button'> | ObjectShorthandProps<JSX.IntrinsicElements['div'], HTMLDivElement, 'div'> | ObjectShorthandProps<JSX.IntrinsicElements['span'], HTMLSpanElement, 'span'> | ObjectShorthandProps<JSX.IntrinsicElements['a'], HTMLAnchorElement, 'a'>;
import type { IntrinsicShorthandProps, ResolveShorthandOptions, ShorthandProps } from '@fluentui/react-utilities';
export declare type ARIAButtonShorthandProps = IntrinsicShorthandProps<'button', 'div' | 'span' | 'a'>;
/**

@@ -4,0 +4,0 @@ * button keyboard handling, role, disabled and tabIndex implementation that ensures ARIA spec

@@ -1,3 +0,3 @@

import type { ObjectShorthandProps, ResolveShorthandOptions, ShorthandProps } from '@fluentui/react-utilities';
export declare type ARIAButtonShorthandProps = ObjectShorthandProps<JSX.IntrinsicElements['button'], HTMLButtonElement, 'button'> | ObjectShorthandProps<JSX.IntrinsicElements['div'], HTMLDivElement, 'div'> | ObjectShorthandProps<JSX.IntrinsicElements['span'], HTMLSpanElement, 'span'> | ObjectShorthandProps<JSX.IntrinsicElements['a'], HTMLAnchorElement, 'a'>;
import type { IntrinsicShorthandProps, ResolveShorthandOptions, ShorthandProps } from '@fluentui/react-utilities';
export declare type ARIAButtonShorthandProps = IntrinsicShorthandProps<'button', 'div' | 'span' | 'a'>;
/**

@@ -4,0 +4,0 @@ * button keyboard handling, role, disabled and tabIndex implementation that ensures ARIA spec

{
"name": "@fluentui/react-aria",
"version": "9.0.0-alpha.27",
"version": "9.0.0-alpha.28",
"description": "React helper to ensure ARIA",

@@ -28,4 +28,4 @@ "main": "lib-commonjs/index.js",

"@fluentui/eslint-plugin": "^1.4.1",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.37",
"@fluentui/react-conformance": "^0.4.5",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.38",
"@fluentui/react-conformance": "^0.5.0",
"@fluentui/scripts": "^1.0.0",

@@ -45,4 +45,4 @@ "@types/enzyme": "3.10.3",

"@fluentui/keyboard-keys": "^9.0.0-alpha.3",
"@fluentui/react-make-styles": "^9.0.0-alpha.62",
"@fluentui/react-utilities": "^9.0.0-alpha.44",
"@fluentui/react-make-styles": "^9.0.0-alpha.63",
"@fluentui/react-utilities": "^9.0.0-alpha.45",
"tslib": "^2.1.0"

@@ -49,0 +49,0 @@ },

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