Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-label

Package Overview
Dependencies
Maintainers
12
Versions
910
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-label - npm Package Compare versions

Comparing version 9.1.79 to 9.1.80

33

lib-commonjs/components/Label/index.js

@@ -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");

9

lib/components/Label/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc