@fluentui/react-checkbox
Advanced tools
Comparing version 9.2.42 to 9.2.43
@@ -5,3 +5,25 @@ "use strict"; | ||
}); | ||
const _export_star = require("@swc/helpers/_/_export_star"); | ||
_export_star._(require("./components/Checkbox/index"), exports); | ||
function _export(target, all) { | ||
for(var name in all)Object.defineProperty(target, name, { | ||
enumerable: true, | ||
get: all[name] | ||
}); | ||
} | ||
_export(exports, { | ||
Checkbox: function() { | ||
return _index.Checkbox; | ||
}, | ||
checkboxClassNames: function() { | ||
return _index.checkboxClassNames; | ||
}, | ||
renderCheckbox_unstable: function() { | ||
return _index.renderCheckbox_unstable; | ||
}, | ||
useCheckboxStyles_unstable: function() { | ||
return _index.useCheckboxStyles_unstable; | ||
}, | ||
useCheckbox_unstable: function() { | ||
return _index.useCheckbox_unstable; | ||
} | ||
}); | ||
const _index = require("./components/Checkbox/index"); |
@@ -5,7 +5,28 @@ "use strict"; | ||
}); | ||
const _export_star = require("@swc/helpers/_/_export_star"); | ||
_export_star._(require("./Checkbox"), exports); | ||
_export_star._(require("./Checkbox.types"), exports); | ||
_export_star._(require("./renderCheckbox"), exports); | ||
_export_star._(require("./useCheckbox"), exports); | ||
_export_star._(require("./useCheckboxStyles.styles"), exports); | ||
function _export(target, all) { | ||
for(var name in all)Object.defineProperty(target, name, { | ||
enumerable: true, | ||
get: all[name] | ||
}); | ||
} | ||
_export(exports, { | ||
Checkbox: function() { | ||
return _Checkbox.Checkbox; | ||
}, | ||
checkboxClassNames: function() { | ||
return _useCheckboxStylesstyles.checkboxClassNames; | ||
}, | ||
renderCheckbox_unstable: function() { | ||
return _renderCheckbox.renderCheckbox_unstable; | ||
}, | ||
useCheckboxStyles_unstable: function() { | ||
return _useCheckboxStylesstyles.useCheckboxStyles_unstable; | ||
}, | ||
useCheckbox_unstable: function() { | ||
return _useCheckbox.useCheckbox_unstable; | ||
} | ||
}); | ||
const _Checkbox = require("./Checkbox"); | ||
const _renderCheckbox = require("./renderCheckbox"); | ||
const _useCheckbox = require("./useCheckbox"); | ||
const _useCheckboxStylesstyles = require("./useCheckboxStyles.styles"); |
@@ -1,1 +0,1 @@ | ||
export * from './components/Checkbox/index'; | ||
export { Checkbox, checkboxClassNames, renderCheckbox_unstable, useCheckboxStyles_unstable, useCheckbox_unstable } from './components/Checkbox/index'; |
@@ -1,5 +0,4 @@ | ||
export * from './Checkbox'; | ||
export * from './Checkbox.types'; | ||
export * from './renderCheckbox'; | ||
export * from './useCheckbox'; | ||
export * from './useCheckboxStyles.styles'; | ||
export { Checkbox } from './Checkbox'; | ||
export { renderCheckbox_unstable } from './renderCheckbox'; | ||
export { useCheckbox_unstable } from './useCheckbox'; | ||
export { checkboxClassNames, useCheckboxStyles_unstable } from './useCheckboxStyles.styles'; |
{ | ||
"name": "@fluentui/react-checkbox", | ||
"version": "9.2.42", | ||
"version": "9.2.43", | ||
"description": "Fluent UI checkbox component", | ||
@@ -21,6 +21,6 @@ "main": "lib-commonjs/index.js", | ||
"dependencies": { | ||
"@fluentui/react-field": "^9.1.81", | ||
"@fluentui/react-field": "^9.1.82", | ||
"@fluentui/react-icons": "^2.0.245", | ||
"@fluentui/react-jsx-runtime": "^9.0.47", | ||
"@fluentui/react-label": "^9.1.79", | ||
"@fluentui/react-label": "^9.1.80", | ||
"@fluentui/react-shared-contexts": "^9.21.1", | ||
@@ -27,0 +27,0 @@ "@fluentui/react-tabster": "^9.23.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
257784
956
25
294
+ Added@fluentui/react-context-selector@9.1.70(transitive)
+ Added@fluentui/react-field@9.1.82(transitive)
+ Added@fluentui/react-icons@2.0.269(transitive)
+ Added@fluentui/react-jsx-runtime@9.0.47(transitive)
+ Added@fluentui/react-label@9.1.80(transitive)
+ Added@fluentui/react-shared-contexts@9.21.1(transitive)
+ Added@fluentui/react-tabster@9.23.1(transitive)
+ Added@fluentui/react-theme@9.1.23(transitive)
+ Added@fluentui/react-utilities@9.18.18(transitive)
+ Added@fluentui/tokens@1.0.0-alpha.20(transitive)
+ Added@types/react@18.3.16(transitive)
- Removed@fluentui/react-context-selector@9.1.71(transitive)
- Removed@fluentui/react-field@9.1.83(transitive)
- Removed@fluentui/react-icons@2.0.270(transitive)
- Removed@fluentui/react-jsx-runtime@9.0.48(transitive)
- Removed@fluentui/react-label@9.1.81(transitive)
- Removed@fluentui/react-shared-contexts@9.21.2(transitive)
- Removed@fluentui/react-tabster@9.23.2(transitive)
- Removed@fluentui/react-theme@9.1.24(transitive)
- Removed@fluentui/react-utilities@9.18.19(transitive)
- Removed@fluentui/tokens@1.0.0-alpha.21(transitive)
- Removed@types/react@18.3.18(transitive)