@iris.interactive/handcook 2.6.25 → 2.6.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "2.6.25",
3
+ "version": "2.6.26",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -370,11 +370,11 @@ $video-highlight-link-color-hover: var(--iris--video-highlight--color-link-hover
370
370
 
371
371
 
372
372
  // Webcam
373
- $webcam-highlight-color: var(--iris--webcam-highlight--color);
374
- $webcam-highlight-color-title: var(--iris--webcam-highlight--color-title, var(--iris--webcam-highlight--color));
375
- $webcam-highlight-background-color: var(--iris--webcam-highlight--background-color);
376
- $webcam-highlight-link-color: var(--iris--webcam-highlight--color-link);
377
- $webcam-highlight-link-color-hover: var(--iris--webcam-highlight--color-link-hover);
373
+ $webcam-color: var(--iris--webcam--color);
374
+ $webcam-color-title: var(--iris--webcam--color-title, var(--iris--webcam--color));
375
+ $webcam-background-color: var(--iris--webcam--background-color);
376
+ $webcam-link-color: var(--iris--webcam--color-link);
377
+ $webcam-link-color-hover: var(--iris--webcam--color-link-hover);
378
378
 
379
379
 
380
380
  // Authors