@iris.interactive/handcook 2.9.43 → 2.9.45

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.9.43-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-2.9.45-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.9.43",
3
+ "version": "2.9.45",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -309,6 +309,8 @@ $button-background-image: var(--iris--button--background-image, none);
309
309
  $button-gradient-background-image-size: var(--iris--global--gradient-background-size, (200% 100%));
310
310
  $button-border: var(--iris--button--border, none);
311
311
  $button-border-hover: var(--iris--button--border-hover, none);
312
+ $button-background-color--force: var(--iris--button--border-color, $button-background-color);
313
+ $button-background-color-hover--force: var(--iris--button--border-color-hover, $button-background-color-hover);
312
314
 
313
315
  // Tags
314
316
  $tag-padding-top: var(--iris--tag--padding-top);
@@ -501,11 +503,8 @@ $roadtrip-topbar-link-color-hover: var(--iris--roadtrip-topbar--color-link-hover
501
503
  // Eco Bar
502
504
  $ecobar-color: var(--iris--ecobar--color);
503
505
  $ecobar-background-color: var(--iris--ecobar--background-color);
504
- $ecobar-tab-color: var(--iris--ecobar--tab--color);
505
506
  $ecobar-tab-background-color: var(--iris--ecobar--tab--background-color);
506
507
  $ecobar-tab-position-x: var(--iris--ecobar--tab--position-x);
507
- $ecobar-switch-color: var(--iris--ecobar--switch--color);
508
- $ecobar-switch-background-color: var(--iris--ecobar--switch--background-color);
509
508
 
510
509
  //Comments
511
510
  $comments-form-field-background-color: var(--iris--comments-form-field--background-color);