@iris.interactive/handcook 2.6.24 → 2.6.25

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.24",
3
+ "version": "2.6.25",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -369,6 +369,14 @@ $video-highlight-link-color: var(--iris--video-highlight--color-link);
369
369
  $video-highlight-link-color-hover: var(--iris--video-highlight--color-link-hover);
370
370
 
371
371
 
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);
378
+
379
+
372
380
  // Authors
373
381
  $authors-color: var(--iris--authors--color);
374
382
  $authors-color-title: var(--iris--authors--color-title, var(--iris--authors--color));
@@ -425,4 +433,4 @@ $c-warning: #ff890e;
425
433
  / ================================================== */
426
434
  $c-easy: #9ccc65;
427
435
  $c-medium: #ff890e;
428
- $c-hard: #ef5350;
436
+ $c-hard: #ef5350;