@iris.interactive/handcook 2.7.1 → 2.7.4

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.7.0-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-2.7.4-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.7.1",
3
+ "version": "2.7.4",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -345,6 +345,14 @@ $brochure-form-field-border: var(--iris--brochure-form-field--border);
345
345
  $brochure-form-field-color: var(--iris--brochure-form-field--color);
346
346
 
347
347
 
348
+ // Brochures single
349
+ $brochure-single-color: var(--iris--brochure--color);
350
+ $brochure-single-color-title: var(--iris--brochure--color-title, var(--iris--brochure-form--color));
351
+ $brochure-single-background-color: var(--iris--brochure--background-color);
352
+ $brochure-single-link-color: var(--iris--brochure--color-link);
353
+ $brochure-single-link-color-hover: var(--iris--brochure--color-link-hover);
354
+
355
+
348
356
  // Alternative content
349
357
  $alternative-content-color: var(--iris--alternative-content--color);
350
358
  $alternative-content-color-title: var(--iris--alternative-content--color-title, var(--iris--alternative-content--color));