@fluentui/react-radio 9.2.11 → 9.2.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -2
- package/lib-commonjs/index.js +21 -21
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,27 @@
|
|
1
1
|
# Change Log - @fluentui/react-radio
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 18 Mar 2024 19:44:52 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.12)
|
8
|
+
|
9
|
+
Mon, 18 Mar 2024 19:44:52 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.11..@fluentui/react-radio_v9.2.12)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-field to v9.1.58 ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by beachball)
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.34 ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by beachball)
|
16
|
+
- Bump @fluentui/react-label to v9.1.66 ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by beachball)
|
17
|
+
- Bump @fluentui/react-shared-contexts to v9.15.2 ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by beachball)
|
18
|
+
- Bump @fluentui/react-tabster to v9.19.5 ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by beachball)
|
19
|
+
- Bump @fluentui/react-theme to v9.1.19 ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by beachball)
|
20
|
+
- Bump @fluentui/react-utilities to v9.18.5 ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by beachball)
|
21
|
+
|
7
22
|
## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.11)
|
8
23
|
|
9
|
-
Fri, 15 Mar 2024 21:
|
24
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
10
25
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.10..@fluentui/react-radio_v9.2.11)
|
11
26
|
|
12
27
|
### Patches
|
package/lib-commonjs/index.js
CHANGED
@@ -9,47 +9,47 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
Radio: function() {
|
13
|
-
return _Radio.Radio;
|
14
|
-
},
|
15
12
|
RadioGroup: function() {
|
16
13
|
return _RadioGroup.RadioGroup;
|
17
14
|
},
|
18
|
-
RadioGroupProvider: function() {
|
19
|
-
return _index.RadioGroupProvider;
|
20
|
-
},
|
21
|
-
radioClassNames: function() {
|
22
|
-
return _Radio.radioClassNames;
|
23
|
-
},
|
24
15
|
radioGroupClassNames: function() {
|
25
16
|
return _RadioGroup.radioGroupClassNames;
|
26
17
|
},
|
27
18
|
renderRadioGroup_unstable: function() {
|
28
19
|
return _RadioGroup.renderRadioGroup_unstable;
|
29
20
|
},
|
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
|
-
},
|
42
21
|
useRadioGroupStyles_unstable: function() {
|
43
22
|
return _RadioGroup.useRadioGroupStyles_unstable;
|
44
23
|
},
|
45
24
|
useRadioGroup_unstable: function() {
|
46
25
|
return _RadioGroup.useRadioGroup_unstable;
|
47
26
|
},
|
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
|
+
},
|
48
36
|
useRadioStyles_unstable: function() {
|
49
37
|
return _Radio.useRadioStyles_unstable;
|
50
38
|
},
|
51
39
|
useRadio_unstable: function() {
|
52
40
|
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":["
|
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"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-radio",
|
3
|
-
"version": "9.2.
|
3
|
+
"version": "9.2.12",
|
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.
|
37
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
38
|
-
"@fluentui/react-label": "^9.1.
|
39
|
-
"@fluentui/react-shared-contexts": "^9.15.
|
40
|
-
"@fluentui/react-tabster": "^9.19.
|
41
|
-
"@fluentui/react-theme": "^9.1.
|
42
|
-
"@fluentui/react-utilities": "^9.18.
|
36
|
+
"@fluentui/react-field": "^9.1.58",
|
37
|
+
"@fluentui/react-jsx-runtime": "^9.0.34",
|
38
|
+
"@fluentui/react-label": "^9.1.66",
|
39
|
+
"@fluentui/react-shared-contexts": "^9.15.2",
|
40
|
+
"@fluentui/react-tabster": "^9.19.5",
|
41
|
+
"@fluentui/react-theme": "^9.1.19",
|
42
|
+
"@fluentui/react-utilities": "^9.18.5",
|
43
43
|
"@griffel/react": "^1.5.14",
|
44
44
|
"@swc/helpers": "^0.5.1"
|
45
45
|
},
|