@iris.interactive/handcook 2.9.9 → 2.9.12

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.9-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-2.9.12-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.9",
3
+ "version": "2.9.12",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -40,12 +40,12 @@ $title-margin-bottom: 40px;
40
40
  $title-margin-top-small: 40px;
41
41
  $title-margin-bottom-small: 20px;
42
42
 
43
- $block-margin-top: 60px;
44
- $block-margin-top-medium: 60px;
45
- $block-margin-top-small: 30px;
46
- $block-margin-bottom: 60px;
47
- $block-margin-bottom-medium: 60px;
48
- $block-margin-bottom-small: 30px;
43
+ $block-margin-top: var(--iris--global--block-margin-top, 60px);
44
+ $block-margin-top-medium: $block-margin-top;
45
+ $block-margin-top-small: var(--iris--global--block-margin-top--small, 30px);
46
+ $block-margin-bottom: var(--iris--global--block-margin-bottom, 60px);
47
+ $block-margin-bottom-medium: $block-margin-bottom;
48
+ $block-margin-bottom-small: var(--iris--global--block-margin-bottom--small, 30px);
49
49
 
50
50
 
51
51
  /* Margin
@@ -321,6 +321,8 @@ $tooltip-background-color: var(--iris--tooltip--background-color);
321
321
  $popover-color: var(--iris--popover--color);
322
322
  $popover-background-color: var(--iris--popover--background-color);
323
323
 
324
+ // Number highlight
325
+ $number-highlight-color: var(--iris--number-highlight--color, var(--iris--icon--color));
324
326
 
325
327
  // Switch
326
328
  $switch-on: var(--iris--switch--color-on);
@@ -483,7 +485,6 @@ $roadtrip-topbar-background-color: var(--iris--roadtrip-topbar--background-color
483
485
  $roadtrip-topbar-link-color: var(--iris--roadtrip-topbar--color-link);
484
486
  $roadtrip-topbar-link-color-hover: var(--iris--roadtrip-topbar--color-link-hover);
485
487
 
486
-
487
488
  /* Global SIT
488
489
  / ================================================== */
489
490
  $topbar-sit-height: 60px;