@iris.interactive/handcook 2.8.5 → 2.8.6

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.8.5",
3
+ "version": "2.8.6",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -386,6 +386,14 @@ $webcam-link-color: var(--iris--webcam--color-link);
386
386
  $webcam-link-color-hover: var(--iris--webcam--color-link-hover);
387
387
 
388
388
 
389
+ // Video Library Slider
390
+ $video-library-slider-color: var(--iris--video-library-slider--color);
391
+ $video-library-slider-color-title: var(--iris--video-library-slider--color-title, var(--iris--video-library-slider--color));
392
+ $video-library-slider-background-color: var(--iris--video-library-slider--background-color);
393
+ $video-library-slider-link-color: var(--iris--video-library-slider--color-link);
394
+ $video-library-slider-link-color-hover: var(--iris--video-library-slider--color-link-hover);
395
+
396
+
389
397
  // Authors
390
398
  $authors-color: var(--iris--authors--color);
391
399
  $authors-color-title: var(--iris--authors--color-title, var(--iris--authors--color));