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
880
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.0.0-alpha.8 to 9.0.0-alpha.9

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Tue, 15 Jun 2021 07:36:10 GMT",
"date": "Fri, 18 Jun 2021 07:29:18 GMT",
"tag": "@fluentui/react-label_v9.0.0-alpha.9",
"version": "9.0.0-alpha.9",
"comments": {
"prerelease": [
{
"comment": "removing inline-flex and setting to block",
"author": "esteban.230@hotmail.com",
"commit": "8b3d1c88af0c7e65b61a2a5963847785c2bf554f",
"package": "@fluentui/react-label"
}
]
}
},
{
"date": "Tue, 15 Jun 2021 07:40:20 GMT",
"tag": "@fluentui/react-label_v9.0.0-alpha.8",

@@ -8,0 +23,0 @@ "version": "9.0.0-alpha.8",

# Change Log - @fluentui/react-label
This log was last generated on Tue, 15 Jun 2021 07:36:10 GMT and should not be manually modified.
This log was last generated on Fri, 18 Jun 2021 07:29:18 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.9)
Fri, 18 Jun 2021 07:29:18 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.8..@fluentui/react-label_v9.0.0-alpha.9)
### Changes
- removing inline-flex and setting to block ([PR #18503](https://github.com/microsoft/fluentui/pull/18503) by esteban.230@hotmail.com)
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.8)
Tue, 15 Jun 2021 07:36:10 GMT
Tue, 15 Jun 2021 07:40:20 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.7..@fluentui/react-label_v9.0.0-alpha.8)

@@ -11,0 +20,0 @@

2

lib-amd/components/Label/useLabelStyles.js

@@ -13,4 +13,2 @@ define(["require", "exports", "@fluentui/react-make-styles"], function (require, exports, react_make_styles_1) {

color: theme.alias.color.neutral.neutralForeground1,
display: 'inline-flex',
alignItems: 'flex-end',
}); },

@@ -17,0 +15,0 @@ disabled: function (theme) { return ({

@@ -13,4 +13,2 @@ "use strict";

color: theme.alias.color.neutral.neutralForeground1,
display: 'inline-flex',
alignItems: 'flex-end',
}); },

@@ -17,0 +15,0 @@ disabled: function (theme) { return ({

@@ -10,4 +10,2 @@ import { makeStyles, mergeClasses } from '@fluentui/react-make-styles';

color: theme.alias.color.neutral.neutralForeground1,
display: 'inline-flex',
alignItems: 'flex-end',
}); },

@@ -14,0 +12,0 @@ disabled: function (theme) { return ({

{
"name": "@fluentui/react-label",
"version": "9.0.0-alpha.8",
"version": "9.0.0-alpha.9",
"description": "Label component for FluentUI library.",

@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js",

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