@iris.interactive/handcook 5.0.8 → 5.0.9

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-5.0.8-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-5.0.9-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": "5.0.8",
3
+ "version": "5.0.9",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -442,18 +442,6 @@ $stratefull-content-y: var(--iris--stratefull--content-y);
442
442
  $stratefull-content-width: var(--iris--stratefull--content-width);
443
443
 
444
444
 
445
- // Brochures form
446
- $brochure-form-color: var(--iris--brochure-form--color);
447
- $brochure-form-color-title: var(--iris--brochure-form--color-title, var(--iris--brochure-form--color));
448
- $brochure-form-background-color: var(--iris--brochure-form--background-color);
449
- $brochure-form-link-color: var(--iris--brochure-form--color-link);
450
- $brochure-form-link-color-hover: var(--iris--brochure-form--color-link-hover);
451
- $brochure-form-field-background-color: var(--iris--brochure-form-field--background-color);
452
- $brochure-form-field-border-color: var(--iris--brochure-form-field--border-color);
453
- $brochure-form-field-border: var(--iris--brochure-form-field--border);
454
- $brochure-form-field-color: var(--iris--brochure-form-field--color);
455
-
456
-
457
445
  // Brochures single
458
446
  $brochure-single-color: var(--iris--brochure--color);
459
447
  $brochure-single-color-title: var(--iris--brochure--color-title, var(--iris--brochure-form--color));