@fluentui/react-divider
Advanced tools
Comparing version 9.0.0-alpha.30 to 9.0.0-alpha.31
@@ -5,3 +5,44 @@ { | ||
{ | ||
"date": "Wed, 02 Jun 2021 07:35:33 GMT", | ||
"date": "Thu, 03 Jun 2021 07:34:06 GMT", | ||
"tag": "@fluentui/react-divider_v9.0.0-alpha.31", | ||
"version": "9.0.0-alpha.31", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Use updated theme tokens in component styles", | ||
"author": "miroslav.stastny@microsoft.com", | ||
"commit": "32aed1a91b19ac1beb161a7a2ab43e78b51f53d1", | ||
"package": "@fluentui/react-divider" | ||
} | ||
], | ||
"none": [ | ||
{ | ||
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.13", | ||
"author": "martinhochel@microsoft.com", | ||
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43", | ||
"package": "@fluentui/react-divider" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.39", | ||
"author": "martinhochel@microsoft.com", | ||
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43", | ||
"package": "@fluentui/react-divider" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.15", | ||
"author": "martinhochel@microsoft.com", | ||
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43", | ||
"package": "@fluentui/react-divider" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26", | ||
"author": "martinhochel@microsoft.com", | ||
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43", | ||
"package": "@fluentui/react-divider" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 02 Jun 2021 07:37:15 GMT", | ||
"tag": "@fluentui/react-divider_v9.0.0-alpha.30", | ||
@@ -8,0 +49,0 @@ "version": "9.0.0-alpha.30", |
# Change Log - @fluentui/react-divider | ||
This log was last generated on Wed, 02 Jun 2021 07:35:33 GMT and should not be manually modified. | ||
This log was last generated on Thu, 03 Jun 2021 07:34:06 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.31) | ||
Thu, 03 Jun 2021 07:34:06 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.30..@fluentui/react-divider_v9.0.0-alpha.31) | ||
### Changes | ||
- Use updated theme tokens in component styles ([PR #18321](https://github.com/microsoft/fluentui/pull/18321) by miroslav.stastny@microsoft.com) | ||
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.30) | ||
Wed, 02 Jun 2021 07:35:33 GMT | ||
Wed, 02 Jun 2021 07:37:15 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.29..@fluentui/react-divider_v9.0.0-alpha.30) | ||
@@ -11,0 +20,0 @@ |
@@ -47,4 +47,4 @@ define(["require", "exports", "@fluentui/react-make-styles"], function (require, exports, react_make_styles_1) { | ||
brand: function (tokens) { return ({ | ||
'--divider-fontColor': tokens.alias.color.brand.brandBackgroundStatic, | ||
'--divider-color': tokens.alias.color.brand.brandBackgroundStatic, | ||
'--divider-fontColor': tokens.alias.color.neutral.brandBackgroundStatic, | ||
'--divider-color': tokens.alias.color.neutral.brandBackgroundStatic, | ||
}); }, | ||
@@ -51,0 +51,0 @@ strong: function (tokens) { return ({ |
@@ -47,4 +47,4 @@ "use strict"; | ||
brand: { | ||
"B6q7sii": ["", "f16l8748", ".f16l8748{--divider-fontColor:var(--alias-color-brand-brandBackgroundStatic);}"], | ||
"B0te19x": ["", "f1kanml2", ".f1kanml2{--divider-color:var(--alias-color-brand-brandBackgroundStatic);}"] | ||
"B6q7sii": ["", "fgt5qgl", ".fgt5qgl{--divider-fontColor:var(--alias-color-neutral-brandBackgroundStatic);}"], | ||
"B0te19x": ["", "ffxokc3", ".ffxokc3{--divider-color:var(--alias-color-neutral-brandBackgroundStatic);}"] | ||
}, | ||
@@ -51,0 +51,0 @@ strong: { |
@@ -40,4 +40,4 @@ import { mergeClasses, __styles } from '@fluentui/react-make-styles'; | ||
brand: { | ||
"B6q7sii": ["", "f16l8748", ".f16l8748{--divider-fontColor:var(--alias-color-brand-brandBackgroundStatic);}"], | ||
"B0te19x": ["", "f1kanml2", ".f1kanml2{--divider-color:var(--alias-color-brand-brandBackgroundStatic);}"] | ||
"B6q7sii": ["", "fgt5qgl", ".fgt5qgl{--divider-fontColor:var(--alias-color-neutral-brandBackgroundStatic);}"], | ||
"B0te19x": ["", "ffxokc3", ".ffxokc3{--divider-color:var(--alias-color-neutral-brandBackgroundStatic);}"] | ||
}, | ||
@@ -44,0 +44,0 @@ strong: { |
{ | ||
"name": "@fluentui/react-divider", | ||
"version": "9.0.0-alpha.30", | ||
"version": "9.0.0-alpha.31", | ||
"description": "Fluent UI component to visually separate content.", | ||
@@ -27,5 +27,5 @@ "main": "lib-commonjs/index.js", | ||
"devDependencies": { | ||
"@fluentui/babel-make-styles": "^9.0.0-alpha.12", | ||
"@fluentui/babel-make-styles": "^9.0.0-alpha.13", | ||
"@fluentui/eslint-plugin": "^1.3.0", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.14", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.15", | ||
"@fluentui/react-conformance": "^0.4.0", | ||
@@ -45,3 +45,3 @@ "@fluentui/scripts": "^1.0.0", | ||
"dependencies": { | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.38", | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.39", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.26", | ||
@@ -48,0 +48,0 @@ "tslib": "^2.1.0" |
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
162138
1915