Update constants to align with office fabric fluent update (#32)

This commit is contained in:
Patricio Beltran 2020-01-29 10:49:05 -08:00 коммит произвёл GitHub
Родитель e88a9f7300
Коммит cf1eb5fa71
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 11 добавлений и 6 удалений

Просмотреть файл

@ -1,20 +1,24 @@
# CHANGELOG # CHANGELOG
## v7.1.1
### Changed
- Updated `$layout-nav-item-height` to align with office fabric's fluent command bar update.
## v7.1.0 ## v7.1.0
## Changed ### Changed
- RTL is now handled by using the `dir` attribute in the root html element. - RTL is now handled by using the `dir` attribute in the root html element.
## v7.0.4 ## v7.0.4
## Fixed ### Fixed
- `--color-bg-loading-panel` color in dark mode to be a darker grey to decrease its contrast - `--color-bg-loading-panel` color in dark mode to be a darker grey to decrease its contrast
## v7.0.3 ## v7.0.3
## Fixed ### Fixed
- Reverted container color change made in v7.0.2 - Reverted container color change made in v7.0.2
- Added appropriate dashboard background color. - Added appropriate dashboard background color.
## v7.0.2 ## v7.0.2
## Changed ### Changed
- Container background color in light color to be light gray instead of white - Container background color in light color to be light gray instead of white
## v7.0.1 ## v7.0.1

Просмотреть файл

@ -1,7 +1,7 @@
{ {
"name": "@microsoft/azure-iot-ux-fluent-css", "name": "@microsoft/azure-iot-ux-fluent-css",
"description": "Azure IoT common styles library for CSS, Colors and Themes", "description": "Azure IoT common styles library for CSS, Colors and Themes",
"version": "7.1.0", "version": "7.1.1",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": "^8.0.0" "node": "^8.0.0"

Просмотреть файл

@ -42,7 +42,8 @@ $dropdown-max-height: 50*$grid-size;
// Layout // Layout
$layout-nav-item-height: 2.5rem; $layout-nav-item-height: 2.75rem;
$layout-header-xlarge-height: $layout-nav-item-height * 4;
$layout-header-large-height: $layout-nav-item-height * 3; $layout-header-large-height: $layout-nav-item-height * 3;
$layout-header-medium-height: $layout-nav-item-height * 2; $layout-header-medium-height: $layout-nav-item-height * 2;
$layout-header-small-height: $layout-nav-item-height; $layout-header-small-height: $layout-nav-item-height;