@iris.interactive/handcook 6.0.0 → 6.0.1

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-6.0.0-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-6.0.1-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": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -116,6 +116,10 @@ $ripple-effect-color: var(--iris--ripple-effect--color, #aaa);
116
116
 
117
117
 
118
118
  //Bottom bar
119
+ $iris-bottom-bar-min-height: var(--iris--bottom-bar--min-height, 80px);
120
+
121
+
122
+ //Customer Bottom bar
119
123
  $customer-bottom-bar-height: var(--iris--customer-bottom-bar--height, 60px);
120
124
 
121
125
 
@@ -372,6 +376,10 @@ $secondary-button-border-hover: var(--iris--secondary-button--border-hover, none
372
376
  $secondary-button-background-color--force: var(--iris--secondary-button--border-color, $secondary-button-background-color);
373
377
  $secondary-button-background-color-hover--force: var(--iris--secondary-button--border-color-hover, $secondary-button-background-color-hover);
374
378
 
379
+ // Generic Button
380
+ $generic-button-color: var(--iris--generic-button--color, #fff);
381
+ $generic-button-background-color: var(--iris--generic-button--color, #000);
382
+
375
383
  // Tags
376
384
  $tag-padding-top: var(--iris--tag--padding-top);
377
385
  $tag-padding-right: var(--iris--tag--padding-right);