@fluentui/react-theme
Advanced tools
Comparing version 0.0.0-nightly-20220429-0418.1 to 0.0.0-nightly-20220502-0420.1
@@ -5,5 +5,5 @@ { | ||
{ | ||
"date": "Fri, 29 Apr 2022 04:27:33 GMT", | ||
"tag": "@fluentui/react-theme_v0.0.0-nightly-20220429-0418.1", | ||
"version": "0.0.0-nightly-20220429-0418.1", | ||
"date": "Mon, 02 May 2022 04:31:15 GMT", | ||
"tag": "@fluentui/react-theme_v0.0.0-nightly-20220502-0420.1", | ||
"version": "0.0.0-nightly-20220502-0420.1", | ||
"comments": { | ||
@@ -20,2 +20,8 @@ "prerelease": [ | ||
"package": "@fluentui/react-theme", | ||
"commit": "27ba5613b1253801c3ae4e2aba0fc9eb2ae464b8", | ||
"comment": "Add px suffix to spacings" | ||
}, | ||
{ | ||
"author": "gcox@microsoft.com", | ||
"package": "@fluentui/react-theme", | ||
"commit": "75ad2567f62e804a8deb3ea6016ba8a674c45627", | ||
@@ -22,0 +28,0 @@ "comment": "Fixed typo in typography" |
# Change Log - @fluentui/react-theme | ||
This log was last generated on Fri, 29 Apr 2022 04:27:33 GMT and should not be manually modified. | ||
This log was last generated on Mon, 02 May 2022 04:31:15 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.0.0-nightly-20220429-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightly-20220429-0418.1) | ||
## [0.0.0-nightly-20220502-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightly-20220502-0420.1) | ||
Fri, 29 Apr 2022 04:27:33 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.5..@fluentui/react-theme_v0.0.0-nightly-20220429-0418.1) | ||
Mon, 02 May 2022 04:31:15 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.5..@fluentui/react-theme_v0.0.0-nightly-20220502-0420.1) | ||
@@ -15,2 +15,3 @@ ### Changes | ||
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined) | ||
- Add px suffix to spacings ([PR #22722](https://github.com/microsoft/fluentui/pull/22722) by gcox@microsoft.com) | ||
- Fixed typo in typography ([PR #22625](https://github.com/microsoft/fluentui/pull/22625) by gcox@microsoft.com) | ||
@@ -17,0 +18,0 @@ - Added global theme types and tokens ([PR #22607](https://github.com/microsoft/fluentui/pull/22607) by gcox@microsoft.com) |
@@ -9,12 +9,12 @@ "use strict"; | ||
none: '0', | ||
xxs: '2', | ||
xs: '4', | ||
sNudge: '6', | ||
s: '8', | ||
mNudge: '10', | ||
m: '12', | ||
l: '16', | ||
xl: '20', | ||
xxl: '24', | ||
xxxl: '32' | ||
xxs: '2px', | ||
xs: '4px', | ||
sNudge: '6px', | ||
s: '8px', | ||
mNudge: '10px', | ||
m: '12px', | ||
l: '16px', | ||
xl: '20px', | ||
xxl: '24px', | ||
xxxl: '32px' | ||
}; | ||
@@ -21,0 +21,0 @@ exports.horizontalSpacings = { |
export const spacings = { | ||
none: '0', | ||
xxs: '2', | ||
xs: '4', | ||
sNudge: '6', | ||
s: '8', | ||
mNudge: '10', | ||
m: '12', | ||
l: '16', | ||
xl: '20', | ||
xxl: '24', | ||
xxxl: '32' | ||
xxs: '2px', | ||
xs: '4px', | ||
sNudge: '6px', | ||
s: '8px', | ||
mNudge: '10px', | ||
m: '12px', | ||
l: '16px', | ||
xl: '20px', | ||
xxl: '24px', | ||
xxxl: '32px' | ||
}; | ||
@@ -14,0 +14,0 @@ export const horizontalSpacings = { |
{ | ||
"name": "@fluentui/react-theme", | ||
"version": "0.0.0-nightly-20220429-0418.1", | ||
"version": "0.0.0-nightly-20220502-0420.1", | ||
"description": "Fluent UI themes", | ||
@@ -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
886652
8294