@fluentui/react-aria 9.10.0 → 9.10.1

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 CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-aria
2
2
 
3
- This log was last generated on Thu, 07 Mar 2024 19:26:54 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 15 Mar 2024 21:37:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.10.1)
8
+
9
+ Fri, 15 Mar 2024 21:37:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.10.0..@fluentui/react-aria_v9.10.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.15.1 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.33 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.19.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.18.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
18
+
7
19
  ## [9.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.10.0)
8
20
 
9
- Thu, 07 Mar 2024 19:26:54 GMT
21
+ Thu, 07 Mar 2024 19:33:21 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.9.1..@fluentui/react-aria_v9.10.0)
11
23
 
12
24
  ### Minor changes
@@ -15,11 +15,11 @@ _export(exports, {
15
15
  renderAriaLiveAnnouncer_unstable: function() {
16
16
  return _renderAriaLiveAnnouncer.renderAriaLiveAnnouncer_unstable;
17
17
  },
18
- useAriaLiveAnnouncer_unstable: function() {
19
- return _useAriaLiveAnnouncer.useAriaLiveAnnouncer_unstable;
20
- },
21
18
  useAriaLiveAnnouncerContextValues_unstable: function() {
22
19
  return _useAriaLiveAnnouncerContextValues.useAriaLiveAnnouncerContextValues_unstable;
20
+ },
21
+ useAriaLiveAnnouncer_unstable: function() {
22
+ return _useAriaLiveAnnouncer.useAriaLiveAnnouncer_unstable;
23
23
  }
24
24
  });
25
25
  const _AriaLiveAnnouncer = require("./AriaLiveAnnouncer");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { AriaLiveAnnouncer } from './AriaLiveAnnouncer';\nexport { renderAriaLiveAnnouncer_unstable } from './renderAriaLiveAnnouncer';\nexport { useAriaLiveAnnouncer_unstable } from './useAriaLiveAnnouncer';\nexport { useAriaLiveAnnouncerContextValues_unstable } from './useAriaLiveAnnouncerContextValues';\n"],"names":["AriaLiveAnnouncer","renderAriaLiveAnnouncer_unstable","useAriaLiveAnnouncer_unstable","useAriaLiveAnnouncerContextValues_unstable"],"mappings":";;;;;;;;;;;IAASA,iBAAiB;eAAjBA,oCAAiB;;IACjBC,gCAAgC;eAAhCA,yDAAgC;;IAChCC,6BAA6B;eAA7BA,mDAA6B;;IAC7BC,0CAA0C;eAA1CA,6EAA0C;;;mCAHjB;yCACe;sCACH;mDACa"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { AriaLiveAnnouncer } from './AriaLiveAnnouncer';\nexport { renderAriaLiveAnnouncer_unstable } from './renderAriaLiveAnnouncer';\nexport { useAriaLiveAnnouncer_unstable } from './useAriaLiveAnnouncer';\nexport { useAriaLiveAnnouncerContextValues_unstable } from './useAriaLiveAnnouncerContextValues';\n"],"names":["AriaLiveAnnouncer","renderAriaLiveAnnouncer_unstable","useAriaLiveAnnouncerContextValues_unstable","useAriaLiveAnnouncer_unstable"],"mappings":";;;;;;;;;;;IAASA,iBAAiB;eAAjBA,oCAAiB;;IACjBC,gCAAgC;eAAhCA,yDAAgC;;IAEhCC,0CAA0C;eAA1CA,6EAA0C;;IAD1CC,6BAA6B;eAA7BA,mDAA6B;;;mCAFJ;yCACe;sCACH;mDACa"}
@@ -9,38 +9,38 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- useARIAButtonShorthand: function() {
13
- return _index.useARIAButtonShorthand;
14
- },
15
- useARIAButtonProps: function() {
16
- return _index.useARIAButtonProps;
17
- },
18
- useActiveDescendant: function() {
19
- return _activedescendant.useActiveDescendant;
20
- },
21
12
  ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE: function() {
22
13
  return _activedescendant.ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE;
23
14
  },
24
15
  ActiveDescendantContextProvider: function() {
25
16
  return _activedescendant.ActiveDescendantContextProvider;
26
17
  },
27
- useActiveDescendantContext: function() {
28
- return _activedescendant.useActiveDescendantContext;
29
- },
30
- useHasParentActiveDescendantContext: function() {
31
- return _activedescendant.useHasParentActiveDescendantContext;
32
- },
33
18
  AriaLiveAnnouncer: function() {
34
19
  return _index1.AriaLiveAnnouncer;
35
20
  },
36
21
  renderAriaLiveAnnouncer_unstable: function() {
37
22
  return _index1.renderAriaLiveAnnouncer_unstable;
38
23
  },
39
- useAriaLiveAnnouncer_unstable: function() {
40
- return _index1.useAriaLiveAnnouncer_unstable;
24
+ useARIAButtonProps: function() {
25
+ return _index.useARIAButtonProps;
26
+ },
27
+ useARIAButtonShorthand: function() {
28
+ return _index.useARIAButtonShorthand;
29
+ },
30
+ useActiveDescendant: function() {
31
+ return _activedescendant.useActiveDescendant;
32
+ },
33
+ useActiveDescendantContext: function() {
34
+ return _activedescendant.useActiveDescendantContext;
41
35
  },
42
36
  useAriaLiveAnnouncerContextValues_unstable: function() {
43
37
  return _index1.useAriaLiveAnnouncerContextValues_unstable;
38
+ },
39
+ useAriaLiveAnnouncer_unstable: function() {
40
+ return _index1.useAriaLiveAnnouncer_unstable;
41
+ },
42
+ useHasParentActiveDescendantContext: function() {
43
+ return _activedescendant.useHasParentActiveDescendantContext;
44
44
  }
45
45
  });
46
46
  const _index = require("./button/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { // eslint-disable-next-line deprecation/deprecation\nuseARIAButtonShorthand, useARIAButtonProps } from './button/index';\nexport { useActiveDescendant, ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE, ActiveDescendantContextProvider, useActiveDescendantContext, useHasParentActiveDescendantContext } from './activedescendant';\nexport { AriaLiveAnnouncer, renderAriaLiveAnnouncer_unstable, useAriaLiveAnnouncer_unstable, useAriaLiveAnnouncerContextValues_unstable } from './AriaLiveAnnouncer/index';\n"],"names":["useARIAButtonShorthand","useARIAButtonProps","useActiveDescendant","ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE","ActiveDescendantContextProvider","useActiveDescendantContext","useHasParentActiveDescendantContext","AriaLiveAnnouncer","renderAriaLiveAnnouncer_unstable","useAriaLiveAnnouncer_unstable","useAriaLiveAnnouncerContextValues_unstable"],"mappings":";;;;;;;;;;;IACAA,sBAAsB;eAAtBA,6BAAsB;;IAAEC,kBAAkB;eAAlBA,yBAAkB;;IACjCC,mBAAmB;eAAnBA,qCAAmB;;IAAEC,uCAAuC;eAAvCA,yDAAuC;;IAAEC,+BAA+B;eAA/BA,iDAA+B;;IAAEC,0BAA0B;eAA1BA,4CAA0B;;IAAEC,mCAAmC;eAAnCA,qDAAmC;;IAC9JC,iBAAiB;eAAjBA,yBAAiB;;IAAEC,gCAAgC;eAAhCA,wCAAgC;;IAAEC,6BAA6B;eAA7BA,qCAA6B;;IAAEC,0CAA0C;eAA1CA,kDAA0C;;;uBAFrF;kCAC6H;wBAChC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { // eslint-disable-next-line deprecation/deprecation\nuseARIAButtonShorthand, useARIAButtonProps } from './button/index';\nexport { useActiveDescendant, ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE, ActiveDescendantContextProvider, useActiveDescendantContext, useHasParentActiveDescendantContext } from './activedescendant';\nexport { AriaLiveAnnouncer, renderAriaLiveAnnouncer_unstable, useAriaLiveAnnouncer_unstable, useAriaLiveAnnouncerContextValues_unstable } from './AriaLiveAnnouncer/index';\n"],"names":["ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE","ActiveDescendantContextProvider","AriaLiveAnnouncer","renderAriaLiveAnnouncer_unstable","useARIAButtonProps","useARIAButtonShorthand","useActiveDescendant","useActiveDescendantContext","useAriaLiveAnnouncerContextValues_unstable","useAriaLiveAnnouncer_unstable","useHasParentActiveDescendantContext"],"mappings":";;;;;;;;;;;IAE8BA,uCAAuC;eAAvCA,yDAAuC;;IAAEC,+BAA+B;eAA/BA,iDAA+B;;IAC7FC,iBAAiB;eAAjBA,yBAAiB;;IAAEC,gCAAgC;eAAhCA,wCAAgC;;IAFpCC,kBAAkB;eAAlBA,yBAAkB;;IAA1CC,sBAAsB;eAAtBA,6BAAsB;;IACbC,mBAAmB;eAAnBA,qCAAmB;;IAA4EC,0BAA0B;eAA1BA,4CAA0B;;IACrCC,0CAA0C;eAA1CA,kDAA0C;;IAAzEC,6BAA6B;eAA7BA,qCAA6B;;IADyCC,mCAAmC;eAAnCA,qDAAmC;;;uBADrH;kCAC6H;wBAChC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-aria",
3
- "version": "9.10.0",
3
+ "version": "9.10.1",
4
4
  "description": "React helper to ensure ARIA",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/keyboard-keys": "^9.0.7",
37
- "@fluentui/react-shared-contexts": "^9.15.0",
38
- "@fluentui/react-jsx-runtime": "^9.0.32",
39
- "@fluentui/react-tabster": "^9.19.3",
40
- "@fluentui/react-utilities": "^9.18.3",
37
+ "@fluentui/react-shared-contexts": "^9.15.1",
38
+ "@fluentui/react-jsx-runtime": "^9.0.33",
39
+ "@fluentui/react-tabster": "^9.19.4",
40
+ "@fluentui/react-utilities": "^9.18.4",
41
41
  "@swc/helpers": "^0.5.1"
42
42
  },
43
43
  "peerDependencies": {