@fluentui/react-checkbox 9.2.41 → 9.2.43
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 +28 -2
- package/lib/Checkbox.js +1 -1
- package/lib/Checkbox.js.map +1 -1
- package/lib/components/Checkbox/index.js +4 -5
- package/lib/components/Checkbox/index.js.map +1 -1
- package/lib-commonjs/Checkbox.js +24 -2
- package/lib-commonjs/Checkbox.js.map +1 -1
- package/lib-commonjs/components/Checkbox/index.js +27 -6
- package/lib-commonjs/components/Checkbox/index.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,38 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-checkbox
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 09 Dec 2024 17:34:03 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.2.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.2.43)
|
|
8
|
+
|
|
9
|
+
Mon, 09 Dec 2024 17:34:03 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.2.42..@fluentui/react-checkbox_v9.2.43)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-field to v9.1.82 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
|
|
16
|
+
- Bump @fluentui/react-label to v9.1.80 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
|
|
17
|
+
|
|
18
|
+
## [9.2.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.2.42)
|
|
19
|
+
|
|
20
|
+
Fri, 06 Dec 2024 12:53:46 GMT
|
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.2.41..@fluentui/react-checkbox_v9.2.42)
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- Bump @fluentui/react-field to v9.1.81 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
26
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
27
|
+
- Bump @fluentui/react-label to v9.1.79 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
28
|
+
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
29
|
+
- Bump @fluentui/react-tabster to v9.23.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
30
|
+
- Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
31
|
+
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
32
|
+
|
|
7
33
|
## [9.2.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.2.41)
|
|
8
34
|
|
|
9
|
-
Mon, 18 Nov 2024 09:
|
|
35
|
+
Mon, 18 Nov 2024 09:44:40 GMT
|
|
10
36
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.2.40..@fluentui/react-checkbox_v9.2.41)
|
|
11
37
|
|
|
12
38
|
### Patches
|
package/lib/Checkbox.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Checkbox, checkboxClassNames, renderCheckbox_unstable, useCheckboxStyles_unstable, useCheckbox_unstable } from './components/Checkbox/index';
|
package/lib/Checkbox.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/Checkbox.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/Checkbox.ts"],"sourcesContent":["export type { CheckboxOnChangeData, CheckboxProps, CheckboxSlots, CheckboxState } from './components/Checkbox/index';\nexport {\n Checkbox,\n checkboxClassNames,\n renderCheckbox_unstable,\n useCheckboxStyles_unstable,\n useCheckbox_unstable,\n} from './components/Checkbox/index';\n"],"names":["Checkbox","checkboxClassNames","renderCheckbox_unstable","useCheckboxStyles_unstable","useCheckbox_unstable"],"rangeMappings":"","mappings":"AACA,SACEA,QAAQ,EACRC,kBAAkB,EAClBC,uBAAuB,EACvBC,0BAA0B,EAC1BC,oBAAoB,QACf,8BAA8B"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export * from './useCheckboxStyles.styles';
|
|
1
|
+
export { Checkbox } from './Checkbox';
|
|
2
|
+
export { renderCheckbox_unstable } from './renderCheckbox';
|
|
3
|
+
export { useCheckbox_unstable } from './useCheckbox';
|
|
4
|
+
export { checkboxClassNames, useCheckboxStyles_unstable } from './useCheckboxStyles.styles';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Checkbox/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Checkbox/index.ts"],"sourcesContent":["export { Checkbox } from './Checkbox';\nexport type { CheckboxOnChangeData, CheckboxProps, CheckboxSlots, CheckboxState } from './Checkbox.types';\nexport { renderCheckbox_unstable } from './renderCheckbox';\nexport { useCheckbox_unstable } from './useCheckbox';\nexport { checkboxClassNames, useCheckboxStyles_unstable } from './useCheckboxStyles.styles';\n"],"names":["Checkbox","renderCheckbox_unstable","useCheckbox_unstable","checkboxClassNames","useCheckboxStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,QAAQ,QAAQ,aAAa;AAEtC,SAASC,uBAAuB,QAAQ,mBAAmB;AAC3D,SAASC,oBAAoB,QAAQ,gBAAgB;AACrD,SAASC,kBAAkB,EAAEC,0BAA0B,QAAQ,6BAA6B"}
|
package/lib-commonjs/Checkbox.js
CHANGED
|
@@ -2,5 +2,27 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
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
|
+
Checkbox: function() {
|
|
13
|
+
return _index.Checkbox;
|
|
14
|
+
},
|
|
15
|
+
checkboxClassNames: function() {
|
|
16
|
+
return _index.checkboxClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderCheckbox_unstable: function() {
|
|
19
|
+
return _index.renderCheckbox_unstable;
|
|
20
|
+
},
|
|
21
|
+
useCheckboxStyles_unstable: function() {
|
|
22
|
+
return _index.useCheckboxStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useCheckbox_unstable: function() {
|
|
25
|
+
return _index.useCheckbox_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _index = require("./components/Checkbox/index");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/Checkbox.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/Checkbox.ts"],"sourcesContent":["export type { CheckboxOnChangeData, CheckboxProps, CheckboxSlots, CheckboxState } from './components/Checkbox/index';\nexport {\n Checkbox,\n checkboxClassNames,\n renderCheckbox_unstable,\n useCheckboxStyles_unstable,\n useCheckbox_unstable,\n} from './components/Checkbox/index';\n"],"names":["Checkbox","checkboxClassNames","renderCheckbox_unstable","useCheckboxStyles_unstable","useCheckbox_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAEEA,QAAQ;eAARA,eAAQ;;IACRC,kBAAkB;eAAlBA,yBAAkB;;IAClBC,uBAAuB;eAAvBA,8BAAuB;;IACvBC,0BAA0B;eAA1BA,iCAA0B;;IAC1BC,oBAAoB;eAApBA,2BAAoB;;;uBACf"}
|
|
@@ -2,9 +2,30 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
+
Checkbox: function() {
|
|
13
|
+
return _Checkbox.Checkbox;
|
|
14
|
+
},
|
|
15
|
+
checkboxClassNames: function() {
|
|
16
|
+
return _useCheckboxStylesstyles.checkboxClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderCheckbox_unstable: function() {
|
|
19
|
+
return _renderCheckbox.renderCheckbox_unstable;
|
|
20
|
+
},
|
|
21
|
+
useCheckboxStyles_unstable: function() {
|
|
22
|
+
return _useCheckboxStylesstyles.useCheckboxStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useCheckbox_unstable: function() {
|
|
25
|
+
return _useCheckbox.useCheckbox_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _Checkbox = require("./Checkbox");
|
|
29
|
+
const _renderCheckbox = require("./renderCheckbox");
|
|
30
|
+
const _useCheckbox = require("./useCheckbox");
|
|
31
|
+
const _useCheckboxStylesstyles = require("./useCheckboxStyles.styles");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Checkbox/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Checkbox/index.ts"],"sourcesContent":["export { Checkbox } from './Checkbox';\nexport type { CheckboxOnChangeData, CheckboxProps, CheckboxSlots, CheckboxState } from './Checkbox.types';\nexport { renderCheckbox_unstable } from './renderCheckbox';\nexport { useCheckbox_unstable } from './useCheckbox';\nexport { checkboxClassNames, useCheckboxStyles_unstable } from './useCheckboxStyles.styles';\n"],"names":["Checkbox","checkboxClassNames","renderCheckbox_unstable","useCheckboxStyles_unstable","useCheckbox_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,QAAQ;eAARA,kBAAQ;;IAIRC,kBAAkB;eAAlBA,2CAAkB;;IAFlBC,uBAAuB;eAAvBA,uCAAuB;;IAEHC,0BAA0B;eAA1BA,mDAA0B;;IAD9CC,oBAAoB;eAApBA,iCAAoB;;;0BAHJ;gCAEe;6BACH;yCAC0B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-checkbox",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.43",
|
|
4
4
|
"description": "Fluent UI checkbox component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"@fluentui/scripts-api-extractor": "*"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@fluentui/react-field": "^9.1.
|
|
21
|
+
"@fluentui/react-field": "^9.1.82",
|
|
22
22
|
"@fluentui/react-icons": "^2.0.245",
|
|
23
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
24
|
-
"@fluentui/react-label": "^9.1.
|
|
25
|
-
"@fluentui/react-shared-contexts": "^9.21.
|
|
26
|
-
"@fluentui/react-tabster": "^9.23.
|
|
27
|
-
"@fluentui/react-theme": "^9.1.
|
|
28
|
-
"@fluentui/react-utilities": "^9.18.
|
|
23
|
+
"@fluentui/react-jsx-runtime": "^9.0.47",
|
|
24
|
+
"@fluentui/react-label": "^9.1.80",
|
|
25
|
+
"@fluentui/react-shared-contexts": "^9.21.1",
|
|
26
|
+
"@fluentui/react-tabster": "^9.23.1",
|
|
27
|
+
"@fluentui/react-theme": "^9.1.23",
|
|
28
|
+
"@fluentui/react-utilities": "^9.18.18",
|
|
29
29
|
"@griffel/react": "^1.5.22",
|
|
30
30
|
"@swc/helpers": "^0.5.1"
|
|
31
31
|
},
|