This commit is contained in:
mryanlo 2021-05-18 09:51:32 -07:00
Родитель a6ad4dfb6e
Коммит 746b7868ff
4 изменённых файлов: 7 добавлений и 2 удалений

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

@ -1,5 +1,9 @@
# CHANGELOG
## v8.1.10
### Changed
- Added $size-75 sizing constant (6rem)
## v8.1.9
## Fixed
- Make HTML be the only one to take available space, all the other elements take 100%.

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/azure-iot-ux-fluent-css",
"version": "8.1.9",
"version": "8.1.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,7 +1,7 @@
{
"name": "@microsoft/azure-iot-ux-fluent-css",
"description": "Azure IoT common styles library for CSS, Colors and Themes",
"version": "8.1.9",
"version": "8.1.10",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",

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

@ -21,6 +21,7 @@ $size-40: 2rem;
$size-50: 2.75rem;
$size-60: 3rem;
$size-70: 4rem;
$size-75: 6rem;
$size-80: 8rem;
$size-90: 10rem;
$size-100: 12.5rem;