@widelab-nc/widehue 1.0.37 → 1.0.38

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": "@widelab-nc/widehue",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Widelab starter template based on Finsweet template + add-ons.",
5
5
  "homepage": "https://widelab.co",
6
6
  "license": "ISC",
package/src/index.js CHANGED
@@ -1299,9 +1299,9 @@ window.animationTest3 = function(root) {
1299
1299
 
1300
1300
 
1301
1301
  window.animationTest4 = function(root) {
1302
- const hoverWrappers = root.querySelectorAll('.hover-wrapper');
1302
+ const hoverWrappers = root.querySelectorAll('.h-wrapper');
1303
1303
  const hoverMasks = root.querySelectorAll('.hover-mask');
1304
- const hoverTitles = root.querySelectorAll('.hover-title');
1304
+ const hoverTitles = root.querySelectorAll('.h-title');
1305
1305
 
1306
1306
  // Stałe rozmiary bg-video
1307
1307
  const VIDEO_WIDTH = 380;