@iris.interactive/handcook 2.10.31 → 2.10.33

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.31-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-2.10.33-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.31",
3
+ "version": "2.10.33",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -254,7 +254,11 @@ $over-title-text-transform: var(--iris--over-title--text-transform, none);
254
254
  /* Appearance
255
255
  / ================================================== */
256
256
  $appearance-color: var(--iris--appearance--color, var(--iris--global--color));
257
+ $appearance-background: var(--iris--appearance--background, var(--iris--global--background-color));
257
258
  $appearance-background-color: var(--iris--appearance--background-color, var(--iris--global--background-color));
259
+ $appearance-background-size: var(--iris--appearance--background-size, 'auto');
260
+ $appearance-background-repeat: var(--iris--appearance--background-repeat, 'repeat');
261
+ $appearance-background-position: var(--iris--appearance--background-pos-x, '0%') var(--iris--appearance--background-pos-y, '0%'), 0% 0%;
258
262
  $appearance-color-title: var(--iris--appearance--color-title, var(--iris--h2--color));
259
263
  $appearance-color-link: var(--iris--appearance--color-link, var(--iris--link--color));
260
264
  $appearance-color-link-hover: var(--iris--appearance--color-hover, var(--iris--link--color-hover));