@fluentui/react-radio 9.2.9 → 9.2.11

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,43 @@
1
1
  # Change Log - @fluentui/react-radio
2
2
 
3
- This log was last generated on Wed, 28 Feb 2024 02:28:41 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.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.11)
8
+
9
+ Fri, 15 Mar 2024 21:37:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.10..@fluentui/react-radio_v9.2.11)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.57 ([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-label to v9.1.65 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.15.1 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.19.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
19
+ - Bump @fluentui/react-theme to v9.1.18 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.18.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
21
+
22
+ ## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.10)
23
+
24
+ Thu, 07 Mar 2024 19:33:24 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.9..@fluentui/react-radio_v9.2.10)
26
+
27
+ ### Patches
28
+
29
+ - chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
30
+ - Bump @fluentui/react-field to v9.1.56 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
31
+ - Bump @fluentui/react-jsx-runtime to v9.0.32 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
32
+ - Bump @fluentui/react-label to v9.1.64 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
33
+ - Bump @fluentui/react-shared-contexts to v9.15.0 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
34
+ - Bump @fluentui/react-tabster to v9.19.3 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
35
+ - Bump @fluentui/react-theme to v9.1.17 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.18.3 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
37
+
7
38
  ## [9.2.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.9)
8
39
 
9
- Wed, 28 Feb 2024 02:28:41 GMT
40
+ Wed, 28 Feb 2024 02:34:19 GMT
10
41
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.8..@fluentui/react-radio_v9.2.9)
11
42
 
12
43
  ### Patches
@@ -9,47 +9,47 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
+ Radio: function() {
13
+ return _Radio.Radio;
14
+ },
12
15
  RadioGroup: function() {
13
16
  return _RadioGroup.RadioGroup;
14
17
  },
18
+ RadioGroupProvider: function() {
19
+ return _index.RadioGroupProvider;
20
+ },
21
+ radioClassNames: function() {
22
+ return _Radio.radioClassNames;
23
+ },
15
24
  radioGroupClassNames: function() {
16
25
  return _RadioGroup.radioGroupClassNames;
17
26
  },
18
27
  renderRadioGroup_unstable: function() {
19
28
  return _RadioGroup.renderRadioGroup_unstable;
20
29
  },
30
+ renderRadio_unstable: function() {
31
+ return _Radio.renderRadio_unstable;
32
+ },
33
+ useRadioGroupContextValue_unstable: function() {
34
+ return _index.useRadioGroupContextValue_unstable;
35
+ },
36
+ useRadioGroupContextValues: function() {
37
+ return _index.useRadioGroupContextValues;
38
+ },
39
+ useRadioGroupContext_unstable: function() {
40
+ return _index.useRadioGroupContext_unstable;
41
+ },
21
42
  useRadioGroupStyles_unstable: function() {
22
43
  return _RadioGroup.useRadioGroupStyles_unstable;
23
44
  },
24
45
  useRadioGroup_unstable: function() {
25
46
  return _RadioGroup.useRadioGroup_unstable;
26
47
  },
27
- Radio: function() {
28
- return _Radio.Radio;
29
- },
30
- radioClassNames: function() {
31
- return _Radio.radioClassNames;
32
- },
33
- renderRadio_unstable: function() {
34
- return _Radio.renderRadio_unstable;
35
- },
36
48
  useRadioStyles_unstable: function() {
37
49
  return _Radio.useRadioStyles_unstable;
38
50
  },
39
51
  useRadio_unstable: function() {
40
52
  return _Radio.useRadio_unstable;
41
- },
42
- RadioGroupProvider: function() {
43
- return _index.RadioGroupProvider;
44
- },
45
- useRadioGroupContextValues: function() {
46
- return _index.useRadioGroupContextValues;
47
- },
48
- useRadioGroupContext_unstable: function() {
49
- return _index.useRadioGroupContext_unstable;
50
- },
51
- useRadioGroupContextValue_unstable: function() {
52
- return _index.useRadioGroupContextValue_unstable;
53
53
  }
54
54
  });
55
55
  const _RadioGroup = require("./RadioGroup");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { RadioGroup, radioGroupClassNames, renderRadioGroup_unstable, useRadioGroupStyles_unstable, useRadioGroup_unstable } from './RadioGroup';\nexport { Radio, radioClassNames, renderRadio_unstable, useRadioStyles_unstable, useRadio_unstable } from './Radio';\nexport { RadioGroupProvider, useRadioGroupContextValues, useRadioGroupContext_unstable, useRadioGroupContextValue_unstable } from './contexts/index';\n"],"names":["RadioGroup","radioGroupClassNames","renderRadioGroup_unstable","useRadioGroupStyles_unstable","useRadioGroup_unstable","Radio","radioClassNames","renderRadio_unstable","useRadioStyles_unstable","useRadio_unstable","RadioGroupProvider","useRadioGroupContextValues","useRadioGroupContext_unstable","useRadioGroupContextValue_unstable"],"mappings":";;;;;;;;;;;IAASA,UAAU;eAAVA,sBAAU;;IAAEC,oBAAoB;eAApBA,gCAAoB;;IAAEC,yBAAyB;eAAzBA,qCAAyB;;IAAEC,4BAA4B;eAA5BA,wCAA4B;;IAAEC,sBAAsB;eAAtBA,kCAAsB;;IACjHC,KAAK;eAALA,YAAK;;IAAEC,eAAe;eAAfA,sBAAe;;IAAEC,oBAAoB;eAApBA,2BAAoB;;IAAEC,uBAAuB;eAAvBA,8BAAuB;;IAAEC,iBAAiB;eAAjBA,wBAAiB;;IACxFC,kBAAkB;eAAlBA,yBAAkB;;IAAEC,0BAA0B;eAA1BA,iCAA0B;;IAAEC,6BAA6B;eAA7BA,oCAA6B;;IAAEC,kCAAkC;eAAlCA,yCAAkC;;;4BAFQ;uBACzB;uBACyB"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { RadioGroup, radioGroupClassNames, renderRadioGroup_unstable, useRadioGroupStyles_unstable, useRadioGroup_unstable } from './RadioGroup';\nexport { Radio, radioClassNames, renderRadio_unstable, useRadioStyles_unstable, useRadio_unstable } from './Radio';\nexport { RadioGroupProvider, useRadioGroupContextValues, useRadioGroupContext_unstable, useRadioGroupContextValue_unstable } from './contexts/index';\n"],"names":["Radio","RadioGroup","RadioGroupProvider","radioClassNames","radioGroupClassNames","renderRadioGroup_unstable","renderRadio_unstable","useRadioGroupContextValue_unstable","useRadioGroupContextValues","useRadioGroupContext_unstable","useRadioGroupStyles_unstable","useRadioGroup_unstable","useRadioStyles_unstable","useRadio_unstable"],"mappings":";;;;;;;;;;;IACSA,KAAK;eAALA,YAAK;;IADLC,UAAU;eAAVA,sBAAU;;IAEVC,kBAAkB;eAAlBA,yBAAkB;;IADXC,eAAe;eAAfA,sBAAe;;IADVC,oBAAoB;eAApBA,gCAAoB;;IAAEC,yBAAyB;eAAzBA,qCAAyB;;IACnCC,oBAAoB;eAApBA,2BAAoB;;IACmCC,kCAAkC;eAAlCA,yCAAkC;;IAA7FC,0BAA0B;eAA1BA,iCAA0B;;IAAEC,6BAA6B;eAA7BA,oCAA6B;;IAFhBC,4BAA4B;eAA5BA,wCAA4B;;IAAEC,sBAAsB;eAAtBA,kCAAsB;;IACnEC,uBAAuB;eAAvBA,8BAAuB;;IAAEC,iBAAiB;eAAjBA,wBAAiB;;;4BADiC;uBACzB;uBACyB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-radio",
3
- "version": "9.2.9",
3
+ "version": "9.2.11",
4
4
  "description": "Fluent UI Radio component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,13 +33,13 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-field": "^9.1.55",
37
- "@fluentui/react-jsx-runtime": "^9.0.31",
38
- "@fluentui/react-label": "^9.1.63",
39
- "@fluentui/react-shared-contexts": "^9.14.1",
40
- "@fluentui/react-tabster": "^9.19.2",
41
- "@fluentui/react-theme": "^9.1.16",
42
- "@fluentui/react-utilities": "^9.18.2",
36
+ "@fluentui/react-field": "^9.1.57",
37
+ "@fluentui/react-jsx-runtime": "^9.0.33",
38
+ "@fluentui/react-label": "^9.1.65",
39
+ "@fluentui/react-shared-contexts": "^9.15.1",
40
+ "@fluentui/react-tabster": "^9.19.4",
41
+ "@fluentui/react-theme": "^9.1.18",
42
+ "@fluentui/react-utilities": "^9.18.4",
43
43
  "@griffel/react": "^1.5.14",
44
44
  "@swc/helpers": "^0.5.1"
45
45
  },
@@ -47,8 +47,7 @@
47
47
  "@types/react": ">=16.14.0 <19.0.0",
48
48
  "@types/react-dom": ">=16.9.0 <19.0.0",
49
49
  "react": ">=16.14.0 <19.0.0",
50
- "react-dom": ">=16.14.0 <19.0.0",
51
- "scheduler": "^0.19.0 || ^0.20.0"
50
+ "react-dom": ">=16.14.0 <19.0.0"
52
51
  },
53
52
  "beachball": {
54
53
  "disallowedChangeTypes": [