@fluentui/react-label
Advanced tools
Comparing version
@@ -5,7 +5,28 @@ "use strict"; | ||
}); | ||
const _export_star = require("@swc/helpers/_/_export_star"); | ||
_export_star._(require("./Label"), exports); | ||
_export_star._(require("./Label.types"), exports); | ||
_export_star._(require("./renderLabel"), exports); | ||
_export_star._(require("./useLabel"), exports); | ||
_export_star._(require("./useLabelStyles.styles"), exports); | ||
function _export(target, all) { | ||
for(var name in all)Object.defineProperty(target, name, { | ||
enumerable: true, | ||
get: all[name] | ||
}); | ||
} | ||
_export(exports, { | ||
Label: function() { | ||
return _Label.Label; | ||
}, | ||
labelClassNames: function() { | ||
return _useLabelStylesstyles.labelClassNames; | ||
}, | ||
renderLabel_unstable: function() { | ||
return _renderLabel.renderLabel_unstable; | ||
}, | ||
useLabelStyles_unstable: function() { | ||
return _useLabelStylesstyles.useLabelStyles_unstable; | ||
}, | ||
useLabel_unstable: function() { | ||
return _useLabel.useLabel_unstable; | ||
} | ||
}); | ||
const _Label = require("./Label"); | ||
const _renderLabel = require("./renderLabel"); | ||
const _useLabel = require("./useLabel"); | ||
const _useLabelStylesstyles = require("./useLabelStyles.styles"); |
@@ -5,3 +5,25 @@ "use strict"; | ||
}); | ||
const _export_star = require("@swc/helpers/_/_export_star"); | ||
_export_star._(require("./components/Label/index"), exports); | ||
function _export(target, all) { | ||
for(var name in all)Object.defineProperty(target, name, { | ||
enumerable: true, | ||
get: all[name] | ||
}); | ||
} | ||
_export(exports, { | ||
Label: function() { | ||
return _index.Label; | ||
}, | ||
labelClassNames: function() { | ||
return _index.labelClassNames; | ||
}, | ||
renderLabel_unstable: function() { | ||
return _index.renderLabel_unstable; | ||
}, | ||
useLabelStyles_unstable: function() { | ||
return _index.useLabelStyles_unstable; | ||
}, | ||
useLabel_unstable: function() { | ||
return _index.useLabel_unstable; | ||
} | ||
}); | ||
const _index = require("./components/Label/index"); |
@@ -1,5 +0,4 @@ | ||
export * from './Label'; | ||
export * from './Label.types'; | ||
export * from './renderLabel'; | ||
export * from './useLabel'; | ||
export * from './useLabelStyles.styles'; | ||
export { Label } from './Label'; | ||
export { renderLabel_unstable } from './renderLabel'; | ||
export { useLabel_unstable } from './useLabel'; | ||
export { labelClassNames, useLabelStyles_unstable } from './useLabelStyles.styles'; |
@@ -1,1 +0,1 @@ | ||
export * from './components/Label/index'; | ||
export { Label, labelClassNames, renderLabel_unstable, useLabelStyles_unstable, useLabel_unstable } from './components/Label/index'; |
{ | ||
"name": "@fluentui/react-label", | ||
"version": "9.1.79", | ||
"version": "9.1.80", | ||
"description": "Fluent UI React Label component", | ||
@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js", |
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
143223
2.14%462
10%