@fluentui/react-radio 9.2.38 → 9.2.40

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-radio
2
2
 
3
- This log was last generated on Mon, 09 Dec 2024 17:34:10 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Jan 2025 18:29:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.40)
8
+
9
+ Wed, 08 Jan 2025 18:29:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.39..@fluentui/react-radio_v9.2.40)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.84 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
16
+ - Bump @fluentui/react-label to v9.1.82 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
17
+
18
+ ## [9.2.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.39)
19
+
20
+ Mon, 16 Dec 2024 16:26:45 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.38..@fluentui/react-radio_v9.2.39)
22
+
23
+ ### Patches
24
+
25
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
26
+ - Bump @fluentui/react-field to v9.1.83 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.0.48 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
28
+ - Bump @fluentui/react-label to v9.1.81 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
29
+ - Bump @fluentui/react-shared-contexts to v9.21.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
30
+ - Bump @fluentui/react-tabster to v9.23.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
31
+ - Bump @fluentui/react-theme to v9.1.24 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.18.19 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
33
+
7
34
  ## [9.2.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.38)
8
35
 
9
- Mon, 09 Dec 2024 17:34:10 GMT
36
+ Mon, 09 Dec 2024 17:38:16 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.37..@fluentui/react-radio_v9.2.38)
11
38
 
12
39
  ### Patches
package/lib/Radio.js CHANGED
@@ -1 +1 @@
1
- export * from './components/Radio/index';
1
+ export { Radio, radioClassNames, renderRadio_unstable, useRadioStyles_unstable, useRadio_unstable } from './components/Radio/index';
package/lib/Radio.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Radio.ts"],"sourcesContent":["export * from './components/Radio/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,2BAA2B"}
1
+ {"version":3,"sources":["../src/Radio.ts"],"sourcesContent":["export type { RadioOnChangeData, RadioProps, RadioSlots, RadioState } from './components/Radio/index';\nexport {\n Radio,\n radioClassNames,\n renderRadio_unstable,\n useRadioStyles_unstable,\n useRadio_unstable,\n} from './components/Radio/index';\n"],"names":["Radio","radioClassNames","renderRadio_unstable","useRadioStyles_unstable","useRadio_unstable"],"rangeMappings":"","mappings":"AACA,SACEA,KAAK,EACLC,eAAe,EACfC,oBAAoB,EACpBC,uBAAuB,EACvBC,iBAAiB,QACZ,2BAA2B"}
package/lib/RadioGroup.js CHANGED
@@ -1 +1 @@
1
- export * from './components/RadioGroup/index';
1
+ export { RadioGroup, radioGroupClassNames, renderRadioGroup_unstable, useRadioGroupStyles_unstable, useRadioGroup_unstable } from './components/RadioGroup/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/RadioGroup.ts"],"sourcesContent":["export * from './components/RadioGroup/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,gCAAgC"}
1
+ {"version":3,"sources":["../src/RadioGroup.ts"],"sourcesContent":["export type {\n RadioGroupContextValue,\n RadioGroupContextValues,\n RadioGroupOnChangeData,\n RadioGroupProps,\n RadioGroupSlots,\n RadioGroupState,\n} from './components/RadioGroup/index';\nexport {\n RadioGroup,\n radioGroupClassNames,\n renderRadioGroup_unstable,\n useRadioGroupStyles_unstable,\n useRadioGroup_unstable,\n} from './components/RadioGroup/index';\n"],"names":["RadioGroup","radioGroupClassNames","renderRadioGroup_unstable","useRadioGroupStyles_unstable","useRadioGroup_unstable"],"rangeMappings":"","mappings":"AAQA,SACEA,UAAU,EACVC,oBAAoB,EACpBC,yBAAyB,EACzBC,4BAA4B,EAC5BC,sBAAsB,QACjB,gCAAgC"}
@@ -1,5 +1,4 @@
1
- export * from './Radio';
2
- export * from './Radio.types';
3
- export * from './renderRadio';
4
- export * from './useRadio';
5
- export * from './useRadioStyles.styles';
1
+ export { Radio } from './Radio';
2
+ export { renderRadio_unstable } from './renderRadio';
3
+ export { useRadio_unstable } from './useRadio';
4
+ export { radioClassNames, useRadioStyles_unstable } from './useRadioStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Radio/index.ts"],"sourcesContent":["export * from './Radio';\nexport * from './Radio.types';\nexport * from './renderRadio';\nexport * from './useRadio';\nexport * from './useRadioStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,UAAU;AACxB,cAAc,gBAAgB;AAC9B,cAAc,gBAAgB;AAC9B,cAAc,aAAa;AAC3B,cAAc,0BAA0B"}
1
+ {"version":3,"sources":["../src/components/Radio/index.ts"],"sourcesContent":["export { Radio } from './Radio';\nexport type { RadioOnChangeData, RadioProps, RadioSlots, RadioState } from './Radio.types';\nexport { renderRadio_unstable } from './renderRadio';\nexport { useRadio_unstable } from './useRadio';\nexport { radioClassNames, useRadioStyles_unstable } from './useRadioStyles.styles';\n"],"names":["Radio","renderRadio_unstable","useRadio_unstable","radioClassNames","useRadioStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,KAAK,QAAQ,UAAU;AAEhC,SAASC,oBAAoB,QAAQ,gBAAgB;AACrD,SAASC,iBAAiB,QAAQ,aAAa;AAC/C,SAASC,eAAe,EAAEC,uBAAuB,QAAQ,0BAA0B"}
@@ -1,5 +1,4 @@
1
- export * from './RadioGroup';
2
- export * from './RadioGroup.types';
3
- export * from './renderRadioGroup';
4
- export * from './useRadioGroup';
5
- export * from './useRadioGroupStyles.styles';
1
+ export { RadioGroup } from './RadioGroup';
2
+ export { renderRadioGroup_unstable } from './renderRadioGroup';
3
+ export { useRadioGroup_unstable } from './useRadioGroup';
4
+ export { radioGroupClassNames, useRadioGroupStyles_unstable } from './useRadioGroupStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/RadioGroup/index.ts"],"sourcesContent":["export * from './RadioGroup';\nexport * from './RadioGroup.types';\nexport * from './renderRadioGroup';\nexport * from './useRadioGroup';\nexport * from './useRadioGroupStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,eAAe;AAC7B,cAAc,qBAAqB;AACnC,cAAc,qBAAqB;AACnC,cAAc,kBAAkB;AAChC,cAAc,+BAA+B"}
1
+ {"version":3,"sources":["../src/components/RadioGroup/index.ts"],"sourcesContent":["export { RadioGroup } from './RadioGroup';\nexport type {\n RadioGroupContextValue,\n RadioGroupContextValues,\n RadioGroupOnChangeData,\n RadioGroupProps,\n RadioGroupSlots,\n RadioGroupState,\n} from './RadioGroup.types';\nexport { renderRadioGroup_unstable } from './renderRadioGroup';\nexport { useRadioGroup_unstable } from './useRadioGroup';\nexport { radioGroupClassNames, useRadioGroupStyles_unstable } from './useRadioGroupStyles.styles';\n"],"names":["RadioGroup","renderRadioGroup_unstable","useRadioGroup_unstable","radioGroupClassNames","useRadioGroupStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,UAAU,QAAQ,eAAe;AAS1C,SAASC,yBAAyB,QAAQ,qBAAqB;AAC/D,SAASC,sBAAsB,QAAQ,kBAAkB;AACzD,SAASC,oBAAoB,EAAEC,4BAA4B,QAAQ,+BAA+B"}
@@ -1,2 +1,3 @@
1
- export * from './RadioGroupContext';
2
- export * from './useRadioGroupContextValues';
1
+ export { RadioGroupContext, RadioGroupProvider, useRadioGroupContextValue_unstable, // eslint-disable-next-line deprecation/deprecation
2
+ useRadioGroupContext_unstable } from './RadioGroupContext';
3
+ export { useRadioGroupContextValues } from './useRadioGroupContextValues';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export * from './RadioGroupContext';\nexport * from './useRadioGroupContextValues';\n"],"names":[],"rangeMappings":";","mappings":"AAAA,cAAc,sBAAsB;AACpC,cAAc,+BAA+B"}
1
+ {"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export {\n RadioGroupContext,\n RadioGroupProvider,\n useRadioGroupContextValue_unstable,\n // eslint-disable-next-line deprecation/deprecation\n useRadioGroupContext_unstable,\n} from './RadioGroupContext';\nexport { useRadioGroupContextValues } from './useRadioGroupContextValues';\n"],"names":["RadioGroupContext","RadioGroupProvider","useRadioGroupContextValue_unstable","useRadioGroupContext_unstable","useRadioGroupContextValues"],"rangeMappings":";;","mappings":"AAAA,SACEA,iBAAiB,EACjBC,kBAAkB,EAClBC,kCAAkC,EAClC,mDAAmD;AACnDC,6BAA6B,QACxB,sBAAsB;AAC7B,SAASC,0BAA0B,QAAQ,+BAA+B"}
@@ -2,5 +2,27 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/Radio/index"), exports);
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
+ Radio: function() {
13
+ return _index.Radio;
14
+ },
15
+ radioClassNames: function() {
16
+ return _index.radioClassNames;
17
+ },
18
+ renderRadio_unstable: function() {
19
+ return _index.renderRadio_unstable;
20
+ },
21
+ useRadioStyles_unstable: function() {
22
+ return _index.useRadioStyles_unstable;
23
+ },
24
+ useRadio_unstable: function() {
25
+ return _index.useRadio_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/Radio/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Radio.ts"],"sourcesContent":["export * from './components/Radio/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/Radio.ts"],"sourcesContent":["export type { RadioOnChangeData, RadioProps, RadioSlots, RadioState } from './components/Radio/index';\nexport {\n Radio,\n radioClassNames,\n renderRadio_unstable,\n useRadioStyles_unstable,\n useRadio_unstable,\n} from './components/Radio/index';\n"],"names":["Radio","radioClassNames","renderRadio_unstable","useRadioStyles_unstable","useRadio_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAEEA,KAAK;eAALA,YAAK;;IACLC,eAAe;eAAfA,sBAAe;;IACfC,oBAAoB;eAApBA,2BAAoB;;IACpBC,uBAAuB;eAAvBA,8BAAuB;;IACvBC,iBAAiB;eAAjBA,wBAAiB;;;uBACZ"}
@@ -2,5 +2,27 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/RadioGroup/index"), exports);
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
+ RadioGroup: function() {
13
+ return _index.RadioGroup;
14
+ },
15
+ radioGroupClassNames: function() {
16
+ return _index.radioGroupClassNames;
17
+ },
18
+ renderRadioGroup_unstable: function() {
19
+ return _index.renderRadioGroup_unstable;
20
+ },
21
+ useRadioGroupStyles_unstable: function() {
22
+ return _index.useRadioGroupStyles_unstable;
23
+ },
24
+ useRadioGroup_unstable: function() {
25
+ return _index.useRadioGroup_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/RadioGroup/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/RadioGroup.ts"],"sourcesContent":["export * from './components/RadioGroup/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/RadioGroup.ts"],"sourcesContent":["export type {\n RadioGroupContextValue,\n RadioGroupContextValues,\n RadioGroupOnChangeData,\n RadioGroupProps,\n RadioGroupSlots,\n RadioGroupState,\n} from './components/RadioGroup/index';\nexport {\n RadioGroup,\n radioGroupClassNames,\n renderRadioGroup_unstable,\n useRadioGroupStyles_unstable,\n useRadioGroup_unstable,\n} from './components/RadioGroup/index';\n"],"names":["RadioGroup","radioGroupClassNames","renderRadioGroup_unstable","useRadioGroupStyles_unstable","useRadioGroup_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IASEA,UAAU;eAAVA,iBAAU;;IACVC,oBAAoB;eAApBA,2BAAoB;;IACpBC,yBAAyB;eAAzBA,gCAAyB;;IACzBC,4BAA4B;eAA5BA,mCAA4B;;IAC5BC,sBAAsB;eAAtBA,6BAAsB;;;uBACjB"}
@@ -2,9 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./Radio"), exports);
7
- _export_star._(require("./Radio.types"), exports);
8
- _export_star._(require("./renderRadio"), exports);
9
- _export_star._(require("./useRadio"), exports);
10
- _export_star._(require("./useRadioStyles.styles"), exports);
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
+ Radio: function() {
13
+ return _Radio.Radio;
14
+ },
15
+ radioClassNames: function() {
16
+ return _useRadioStylesstyles.radioClassNames;
17
+ },
18
+ renderRadio_unstable: function() {
19
+ return _renderRadio.renderRadio_unstable;
20
+ },
21
+ useRadioStyles_unstable: function() {
22
+ return _useRadioStylesstyles.useRadioStyles_unstable;
23
+ },
24
+ useRadio_unstable: function() {
25
+ return _useRadio.useRadio_unstable;
26
+ }
27
+ });
28
+ const _Radio = require("./Radio");
29
+ const _renderRadio = require("./renderRadio");
30
+ const _useRadio = require("./useRadio");
31
+ const _useRadioStylesstyles = require("./useRadioStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Radio/index.ts"],"sourcesContent":["export * from './Radio';\nexport * from './Radio.types';\nexport * from './renderRadio';\nexport * from './useRadio';\nexport * from './useRadioStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/Radio/index.ts"],"sourcesContent":["export { Radio } from './Radio';\nexport type { RadioOnChangeData, RadioProps, RadioSlots, RadioState } from './Radio.types';\nexport { renderRadio_unstable } from './renderRadio';\nexport { useRadio_unstable } from './useRadio';\nexport { radioClassNames, useRadioStyles_unstable } from './useRadioStyles.styles';\n"],"names":["Radio","radioClassNames","renderRadio_unstable","useRadioStyles_unstable","useRadio_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,KAAK;eAALA,YAAK;;IAILC,eAAe;eAAfA,qCAAe;;IAFfC,oBAAoB;eAApBA,iCAAoB;;IAEHC,uBAAuB;eAAvBA,6CAAuB;;IADxCC,iBAAiB;eAAjBA,2BAAiB;;;uBAHJ;6BAEe;0BACH;sCACuB"}
@@ -2,9 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./RadioGroup"), exports);
7
- _export_star._(require("./RadioGroup.types"), exports);
8
- _export_star._(require("./renderRadioGroup"), exports);
9
- _export_star._(require("./useRadioGroup"), exports);
10
- _export_star._(require("./useRadioGroupStyles.styles"), exports);
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
+ RadioGroup: function() {
13
+ return _RadioGroup.RadioGroup;
14
+ },
15
+ radioGroupClassNames: function() {
16
+ return _useRadioGroupStylesstyles.radioGroupClassNames;
17
+ },
18
+ renderRadioGroup_unstable: function() {
19
+ return _renderRadioGroup.renderRadioGroup_unstable;
20
+ },
21
+ useRadioGroupStyles_unstable: function() {
22
+ return _useRadioGroupStylesstyles.useRadioGroupStyles_unstable;
23
+ },
24
+ useRadioGroup_unstable: function() {
25
+ return _useRadioGroup.useRadioGroup_unstable;
26
+ }
27
+ });
28
+ const _RadioGroup = require("./RadioGroup");
29
+ const _renderRadioGroup = require("./renderRadioGroup");
30
+ const _useRadioGroup = require("./useRadioGroup");
31
+ const _useRadioGroupStylesstyles = require("./useRadioGroupStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/RadioGroup/index.ts"],"sourcesContent":["export * from './RadioGroup';\nexport * from './RadioGroup.types';\nexport * from './renderRadioGroup';\nexport * from './useRadioGroup';\nexport * from './useRadioGroupStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/RadioGroup/index.ts"],"sourcesContent":["export { RadioGroup } from './RadioGroup';\nexport type {\n RadioGroupContextValue,\n RadioGroupContextValues,\n RadioGroupOnChangeData,\n RadioGroupProps,\n RadioGroupSlots,\n RadioGroupState,\n} from './RadioGroup.types';\nexport { renderRadioGroup_unstable } from './renderRadioGroup';\nexport { useRadioGroup_unstable } from './useRadioGroup';\nexport { radioGroupClassNames, useRadioGroupStyles_unstable } from './useRadioGroupStyles.styles';\n"],"names":["RadioGroup","radioGroupClassNames","renderRadioGroup_unstable","useRadioGroupStyles_unstable","useRadioGroup_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,UAAU;eAAVA,sBAAU;;IAWVC,oBAAoB;eAApBA,+CAAoB;;IAFpBC,yBAAyB;eAAzBA,2CAAyB;;IAEHC,4BAA4B;eAA5BA,uDAA4B;;IADlDC,sBAAsB;eAAtBA,qCAAsB;;;4BAVJ;kCASe;+BACH;2CAC4B"}
@@ -2,6 +2,28 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./RadioGroupContext"), exports);
7
- _export_star._(require("./useRadioGroupContextValues"), exports);
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
+ RadioGroupContext: function() {
13
+ return _RadioGroupContext.RadioGroupContext;
14
+ },
15
+ RadioGroupProvider: function() {
16
+ return _RadioGroupContext.RadioGroupProvider;
17
+ },
18
+ useRadioGroupContextValue_unstable: function() {
19
+ return _RadioGroupContext.useRadioGroupContextValue_unstable;
20
+ },
21
+ useRadioGroupContextValues: function() {
22
+ return _useRadioGroupContextValues.useRadioGroupContextValues;
23
+ },
24
+ useRadioGroupContext_unstable: function() {
25
+ return _RadioGroupContext.useRadioGroupContext_unstable;
26
+ }
27
+ });
28
+ const _RadioGroupContext = require("./RadioGroupContext");
29
+ const _useRadioGroupContextValues = require("./useRadioGroupContextValues");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export * from './RadioGroupContext';\nexport * from './useRadioGroupContextValues';\n"],"names":[],"rangeMappings":";;;;;;","mappings":";;;;;uBAAc;uBACA"}
1
+ {"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export {\n RadioGroupContext,\n RadioGroupProvider,\n useRadioGroupContextValue_unstable,\n // eslint-disable-next-line deprecation/deprecation\n useRadioGroupContext_unstable,\n} from './RadioGroupContext';\nexport { useRadioGroupContextValues } from './useRadioGroupContextValues';\n"],"names":["RadioGroupContext","RadioGroupProvider","useRadioGroupContextValue_unstable","useRadioGroupContextValues","useRadioGroupContext_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACEA,iBAAiB;eAAjBA,oCAAiB;;IACjBC,kBAAkB;eAAlBA,qCAAkB;;IAClBC,kCAAkC;eAAlCA,qDAAkC;;IAI3BC,0BAA0B;eAA1BA,sDAA0B;;IAFjCC,6BAA6B;eAA7BA,gDAA6B;;;mCACxB;4CACoC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-radio",
3
- "version": "9.2.38",
3
+ "version": "9.2.40",
4
4
  "description": "Fluent UI Radio component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -18,13 +18,13 @@
18
18
  "@fluentui/scripts-api-extractor": "*"
19
19
  },
20
20
  "dependencies": {
21
- "@fluentui/react-field": "^9.1.82",
22
- "@fluentui/react-jsx-runtime": "^9.0.47",
23
- "@fluentui/react-label": "^9.1.80",
24
- "@fluentui/react-shared-contexts": "^9.21.1",
25
- "@fluentui/react-tabster": "^9.23.1",
26
- "@fluentui/react-theme": "^9.1.23",
27
- "@fluentui/react-utilities": "^9.18.18",
21
+ "@fluentui/react-field": "^9.1.84",
22
+ "@fluentui/react-jsx-runtime": "^9.0.49",
23
+ "@fluentui/react-label": "^9.1.82",
24
+ "@fluentui/react-shared-contexts": "^9.21.2",
25
+ "@fluentui/react-tabster": "^9.23.2",
26
+ "@fluentui/react-theme": "^9.1.24",
27
+ "@fluentui/react-utilities": "^9.18.19",
28
28
  "@griffel/react": "^1.5.22",
29
29
  "@swc/helpers": "^0.5.1"
30
30
  },