@fluentui/react-label
Advanced tools
Comparing version 9.0.0-alpha.8 to 9.0.0-alpha.9
@@ -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 @@ |
@@ -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
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
95349
1198