@bebranded/bb-contents 1.1.22-test.0 → 1.1.22-test.1
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/bb-contents.js +2 -2
- package/package.json +1 -1
package/bb-contents.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* BeBranded Contents
|
|
3
3
|
* Contenus additionnels pour Webflow
|
|
4
|
-
* @version 1.1.22-test.
|
|
4
|
+
* @version 1.1.22-test.1
|
|
5
5
|
* @author BeBranded
|
|
6
6
|
* @license MIT
|
|
7
7
|
* @website https://www.bebranded.xyz
|
|
@@ -2050,7 +2050,7 @@
|
|
|
2050
2050
|
};
|
|
2051
2051
|
|
|
2052
2052
|
// src/core.js
|
|
2053
|
-
var BB_CONTENTS_VERSION = "1.1.22-test.
|
|
2053
|
+
var BB_CONTENTS_VERSION = "1.1.22-test.1";
|
|
2054
2054
|
var _schedule = typeof window !== "undefined" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : (cb) => setTimeout(cb, 16);
|
|
2055
2055
|
if (typeof window !== "undefined") {
|
|
2056
2056
|
if (!window._bbContentsConfig) window._bbContentsConfig = {};
|