@fluentui/react-aria 9.13.10 → 9.13.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -6
- package/lib/activedescendant/index.js +3 -4
- package/lib/activedescendant/index.js.map +1 -1
- package/lib/button/index.js +3 -3
- package/lib/button/index.js.map +1 -1
- package/lib-commonjs/activedescendant/index.js +32 -5
- package/lib-commonjs/activedescendant/index.js.map +1 -1
- package/lib-commonjs/button/index.js +16 -4
- package/lib-commonjs/button/index.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,41 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-aria
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 16 Dec 2024 16:22:08 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.13.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.13.12)
|
|
8
|
+
|
|
9
|
+
Mon, 16 Dec 2024 16:22:08 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.13.11..@fluentui/react-aria_v9.13.12)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.21.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.48 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
16
|
+
- Bump @fluentui/react-tabster to v9.23.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.18.19 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
18
|
+
|
|
19
|
+
## [9.13.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.13.11)
|
|
20
|
+
|
|
21
|
+
Mon, 09 Dec 2024 17:38:08 GMT
|
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.13.10..@fluentui/react-aria_v9.13.11)
|
|
23
|
+
|
|
24
|
+
### Patches
|
|
25
|
+
|
|
26
|
+
- chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
|
|
27
|
+
|
|
7
28
|
## [9.13.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.13.10)
|
|
8
29
|
|
|
9
|
-
Fri, 06 Dec 2024 12:
|
|
30
|
+
Fri, 06 Dec 2024 12:53:46 GMT
|
|
10
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.13.9..@fluentui/react-aria_v9.13.10)
|
|
11
32
|
|
|
12
33
|
### Patches
|
|
13
34
|
|
|
14
|
-
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #
|
|
15
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #
|
|
16
|
-
- Bump @fluentui/react-tabster to v9.23.1 ([PR #
|
|
17
|
-
- Bump @fluentui/react-utilities to v9.18.18 ([PR #
|
|
35
|
+
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
36
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
37
|
+
- Bump @fluentui/react-tabster to v9.23.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
38
|
+
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
18
39
|
|
|
19
40
|
## [9.13.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.13.9)
|
|
20
41
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export * from './types';
|
|
1
|
+
export { ActiveDescendantContextProvider, useActiveDescendantContext, useHasParentActiveDescendantContext } from './ActiveDescendantContext';
|
|
2
|
+
export { createActiveDescendantChangeEvent, useActiveDescendant } from './useActiveDescendant';
|
|
3
|
+
export { ACTIVEDESCENDANT_ATTRIBUTE, ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE } from './constants';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/activedescendant/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/activedescendant/index.ts"],"sourcesContent":["export type { ActiveDescendantContextValue } from './ActiveDescendantContext';\nexport {\n ActiveDescendantContextProvider,\n useActiveDescendantContext,\n useHasParentActiveDescendantContext,\n} from './ActiveDescendantContext';\nexport type { ActiveDescendantChangeEvent } from './useActiveDescendant';\nexport { createActiveDescendantChangeEvent, useActiveDescendant } from './useActiveDescendant';\nexport { ACTIVEDESCENDANT_ATTRIBUTE, ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE } from './constants';\nexport type {\n ActiveDescendantImperativeRef,\n ActiveDescendantOptions,\n FindOptions,\n IteratorOptions,\n UseActiveDescendantReturn,\n} from './types';\n"],"names":["ActiveDescendantContextProvider","useActiveDescendantContext","useHasParentActiveDescendantContext","createActiveDescendantChangeEvent","useActiveDescendant","ACTIVEDESCENDANT_ATTRIBUTE","ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE"],"rangeMappings":";;","mappings":"AACA,SACEA,+BAA+B,EAC/BC,0BAA0B,EAC1BC,mCAAmC,QAC9B,4BAA4B;AAEnC,SAASC,iCAAiC,EAAEC,mBAAmB,QAAQ,wBAAwB;AAC/F,SAASC,0BAA0B,EAAEC,uCAAuC,QAAQ,cAAc"}
|
package/lib/button/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
export { useARIAButtonProps } from './useARIAButtonProps';
|
|
2
|
+
// eslint-disable-next-line deprecation/deprecation
|
|
3
|
+
export { useARIAButtonShorthand } from './useARIAButtonShorthand';
|
package/lib/button/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/button/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/button/index.ts"],"sourcesContent":["export { useARIAButtonProps } from './useARIAButtonProps';\n// eslint-disable-next-line deprecation/deprecation\nexport { useARIAButtonShorthand } from './useARIAButtonShorthand';\nexport type {\n ARIAButtonAlteredProps,\n ARIAButtonElement,\n ARIAButtonElementIntersection,\n ARIAButtonProps,\n ARIAButtonResultProps,\n ARIAButtonSlotProps,\n ARIAButtonType,\n} from './types';\n"],"names":["useARIAButtonProps","useARIAButtonShorthand"],"rangeMappings":";;","mappings":"AAAA,SAASA,kBAAkB,QAAQ,uBAAuB;AAC1D,mDAAmD;AACnD,SAASC,sBAAsB,QAAQ,2BAA2B"}
|
|
@@ -2,8 +2,35 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
ACTIVEDESCENDANT_ATTRIBUTE: function() {
|
|
13
|
+
return _constants.ACTIVEDESCENDANT_ATTRIBUTE;
|
|
14
|
+
},
|
|
15
|
+
ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE: function() {
|
|
16
|
+
return _constants.ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE;
|
|
17
|
+
},
|
|
18
|
+
ActiveDescendantContextProvider: function() {
|
|
19
|
+
return _ActiveDescendantContext.ActiveDescendantContextProvider;
|
|
20
|
+
},
|
|
21
|
+
createActiveDescendantChangeEvent: function() {
|
|
22
|
+
return _useActiveDescendant.createActiveDescendantChangeEvent;
|
|
23
|
+
},
|
|
24
|
+
useActiveDescendant: function() {
|
|
25
|
+
return _useActiveDescendant.useActiveDescendant;
|
|
26
|
+
},
|
|
27
|
+
useActiveDescendantContext: function() {
|
|
28
|
+
return _ActiveDescendantContext.useActiveDescendantContext;
|
|
29
|
+
},
|
|
30
|
+
useHasParentActiveDescendantContext: function() {
|
|
31
|
+
return _ActiveDescendantContext.useHasParentActiveDescendantContext;
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
const _ActiveDescendantContext = require("./ActiveDescendantContext");
|
|
35
|
+
const _useActiveDescendant = require("./useActiveDescendant");
|
|
36
|
+
const _constants = require("./constants");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/activedescendant/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/activedescendant/index.ts"],"sourcesContent":["export type { ActiveDescendantContextValue } from './ActiveDescendantContext';\nexport {\n ActiveDescendantContextProvider,\n useActiveDescendantContext,\n useHasParentActiveDescendantContext,\n} from './ActiveDescendantContext';\nexport type { ActiveDescendantChangeEvent } from './useActiveDescendant';\nexport { createActiveDescendantChangeEvent, useActiveDescendant } from './useActiveDescendant';\nexport { ACTIVEDESCENDANT_ATTRIBUTE, ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE } from './constants';\nexport type {\n ActiveDescendantImperativeRef,\n ActiveDescendantOptions,\n FindOptions,\n IteratorOptions,\n UseActiveDescendantReturn,\n} from './types';\n"],"names":["ACTIVEDESCENDANT_ATTRIBUTE","ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE","ActiveDescendantContextProvider","createActiveDescendantChangeEvent","useActiveDescendant","useActiveDescendantContext","useHasParentActiveDescendantContext"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAQSA,0BAA0B;eAA1BA,qCAA0B;;IAAEC,uCAAuC;eAAvCA,kDAAuC;;IAN1EC,+BAA+B;eAA/BA,wDAA+B;;IAKxBC,iCAAiC;eAAjCA,sDAAiC;;IAAEC,mBAAmB;eAAnBA,wCAAmB;;IAJ7DC,0BAA0B;eAA1BA,mDAA0B;;IAC1BC,mCAAmC;eAAnCA,4DAAmC;;;yCAC9B;qCAEgE;2BACa"}
|
|
@@ -2,7 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
useARIAButtonProps: function() {
|
|
13
|
+
return _useARIAButtonProps.useARIAButtonProps;
|
|
14
|
+
},
|
|
15
|
+
useARIAButtonShorthand: function() {
|
|
16
|
+
return _useARIAButtonShorthand.useARIAButtonShorthand;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
const _useARIAButtonProps = require("./useARIAButtonProps");
|
|
20
|
+
const _useARIAButtonShorthand = require("./useARIAButtonShorthand");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/button/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/button/index.ts"],"sourcesContent":["export { useARIAButtonProps } from './useARIAButtonProps';\n// eslint-disable-next-line deprecation/deprecation\nexport { useARIAButtonShorthand } from './useARIAButtonShorthand';\nexport type {\n ARIAButtonAlteredProps,\n ARIAButtonElement,\n ARIAButtonElementIntersection,\n ARIAButtonProps,\n ARIAButtonResultProps,\n ARIAButtonSlotProps,\n ARIAButtonType,\n} from './types';\n"],"names":["useARIAButtonProps","useARIAButtonShorthand"],"rangeMappings":";;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,kBAAkB;eAAlBA,sCAAkB;;IAElBC,sBAAsB;eAAtBA,8CAAsB;;;oCAFI;wCAEI"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-aria",
|
|
3
|
-
"version": "9.13.
|
|
3
|
+
"version": "9.13.12",
|
|
4
4
|
"description": "React helper to ensure ARIA",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@fluentui/keyboard-keys": "^9.0.8",
|
|
22
|
-
"@fluentui/react-shared-contexts": "^9.21.
|
|
23
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
24
|
-
"@fluentui/react-tabster": "^9.23.
|
|
25
|
-
"@fluentui/react-utilities": "^9.18.
|
|
22
|
+
"@fluentui/react-shared-contexts": "^9.21.2",
|
|
23
|
+
"@fluentui/react-jsx-runtime": "^9.0.48",
|
|
24
|
+
"@fluentui/react-tabster": "^9.23.2",
|
|
25
|
+
"@fluentui/react-utilities": "^9.18.19",
|
|
26
26
|
"@swc/helpers": "^0.5.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|