@iris.interactive/handcook 2.10.4 → 2.10.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Welcome to HandCook 👨‍🍳
2
- ![Version](https://img.shields.io/badge/version-2.10.4-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-2.10.5-blue.svg?cacheSeconds=2592000)
3
3
  ![Prerequisite](https://img.shields.io/badge/node-%3E%3D%2012.14.0-blue.svg)
4
4
  [![License: UNLICENSED](https://img.shields.io/badge/License-UNLICENSED-yellow.svg)](#)
5
5
  [![Twitter: captain\_iris](https://img.shields.io/twitter/follow/captain\_iris.svg?style=social)](https://twitter.com/captain\_iris)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "2.10.4",
3
+ "version": "2.10.5",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -505,6 +505,9 @@ $ecobar-color: var(--iris--ecobar--color);
505
505
  $ecobar-background-color: var(--iris--ecobar--background-color);
506
506
  $ecobar-highlight-background-color: var(--iris--ecobar--highlight--background-color);
507
507
  $ecobar-tab-position-x: var(--iris--ecobar--tab--position-x);
508
+ $ecobar-tab-position-x-small: var(--iris--ecobar--tab--position-x);
509
+ $ecobar-font-size: var(--iris--ecobar--font-size);
510
+ $ecobar-font-size--rem: var(--iris--ecobar--font-size--rem);
508
511
 
509
512
  //Comments
510
513
  $comments-form-field-background-color: var(--iris--comments-form-field--background-color);