@iris.interactive/handcook 2.9.31 → 2.9.32

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.31-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-2.9.32-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.31",
3
+ "version": "2.9.32",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
package/public/index.html CHANGED
@@ -417,16 +417,16 @@
417
417
  </div>
418
418
  </div>
419
419
  </article>
420
- <article data-hc-noscroll-reveal data-hc-scroll-reveal-parent data-hc-scroll-reveal-delay="0.1" class="component__wrapper" style="display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:30px;">
421
- <div style="--hc-scroll-reveal-delay: 0.1s; height: 300px; background: #000"></div>
422
- <div style="--hc-scroll-reveal-delay: 0.2s; height: 300px; background: #000"></div>
423
- <div style="--hc-scroll-reveal-delay: 0.3s; height: 300px; background: #000"></div>
424
- <div style="--hc-scroll-reveal-delay: 0.4s; height: 300px; background: #000"></div>
425
- <div style="--hc-scroll-reveal-delay: 0.5s; height: 300px; background: #000"></div>
426
- <div style="--hc-scroll-reveal-delay: 0.6s; height: 300px; background: #000"></div>
427
- <div style="--hc-scroll-reveal-delay: 0.7s; height: 300px; background: #000"></div>
428
- <div style="--hc-scroll-reveal-delay: 0.8s; height: 300px; background: #000"></div>
429
- <div style="--hc-scroll-reveal-delay: 0.9s; height: 300px; background: #000"></div>
420
+ <article data-hc-scroll-reveal-parent class="component__wrapper" style="display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:30px;">
421
+ <div style="height: 300px; background: #000"></div>
422
+ <div style="height: 300px; background: #000"></div>
423
+ <div style="height: 300px; background: #000"></div>
424
+ <div style="height: 300px; background: #000"></div>
425
+ <div style="height: 300px; background: #000"></div>
426
+ <div style="height: 300px; background: #000"></div>
427
+ <div style="height: 300px; background: #000"></div>
428
+ <div style="height: 300px; background: #000"></div>
429
+ <div style="height: 300px; background: #000"></div>
430
430
  </article>
431
431
  </section>
432
432
  </main>