@iris.interactive/handcook 2.9.41 → 2.9.43

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.41-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-2.9.43-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.41",
3
+ "version": "2.9.43",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
package/public/index.html CHANGED
@@ -150,7 +150,7 @@
150
150
  </ul>
151
151
  </nav>
152
152
  </aside>
153
- <section data-hc-scrollspy="#scrollspy-nav" data-hc-scroll-reveal-parent>
153
+ <section data-hc-scrollspy="#scrollspy-nav">
154
154
  <article id="scroll-smooth">
155
155
  <div class="navbar"
156
156
  style="position: sticky; top: 0; height: 50px; display: flex; align-items: center; gap: 40px; background-color: #fff; padding: 0 20px;" id="scroll-smooth-nav">
@@ -427,12 +427,6 @@
427
427
  <div style="height: 300px; background: #000"></div>
428
428
  <div style="height: 300px; background: #000"></div>
429
429
  <div style="height: 300px; background: #000"></div>
430
- <div style="height: 300px; background: #000"></div>
431
- <div style="height: 300px; background: #000"></div>
432
- <div style="height: 300px; background: #000"></div>
433
- <div style="height: 300px; background: #000"></div>
434
- <div style="height: 300px; background: #000"></div>
435
- <div style="height: 300px; background: #000"></div>
436
430
  </article>
437
431
  </section>
438
432
  </main>
@@ -20,10 +20,10 @@ export class HcScrollReveal {
20
20
 
21
21
  constructor() {
22
22
  //Config default
23
- let distance = '20px';
23
+ let distance = '0px';
24
24
  let delay = 200;
25
25
  let duration = 800;
26
- let interval = 150;
26
+ let interval = 0;
27
27
  let origin = 'bottom';
28
28
 
29
29
  //Children by parent
@@ -507,6 +507,11 @@ $ecobar-tab-position-x: var(--iris--ecobar--tab--position-x);
507
507
  $ecobar-switch-color: var(--iris--ecobar--switch--color);
508
508
  $ecobar-switch-background-color: var(--iris--ecobar--switch--background-color);
509
509
 
510
+ //Comments
511
+ $comments-form-field-background-color: var(--iris--comments-form-field--background-color);
512
+ $comments-form-field-border: var(--iris--comments-form-field--border);
513
+ $comments-form-field-color: var(--iris--comments-form-field--color);
514
+
510
515
  /* Global SIT
511
516
  / ================================================== */
512
517
  $topbar-sit-height: 60px;