@ninetailed/experience.js-react 3.0.0-beta.31 → 3.0.0-beta.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/index.cjs +1 -2
- package/index.js +1 -2
- package/package.json +3 -3
package/index.cjs
CHANGED
|
@@ -2681,11 +2681,10 @@ const useJoinExperiment = ({
|
|
|
2681
2681
|
const DefaultExperienceLoadingComponent = _a => {
|
|
2682
2682
|
var {
|
|
2683
2683
|
component: Component,
|
|
2684
|
-
experiences,
|
|
2685
2684
|
unhideAfterMs = 5000,
|
|
2686
2685
|
passthroughProps
|
|
2687
2686
|
} = _a,
|
|
2688
|
-
baseline = __rest(_a, ["component", "
|
|
2687
|
+
baseline = __rest(_a, ["component", "unhideAfterMs", "passthroughProps"]);
|
|
2689
2688
|
const {
|
|
2690
2689
|
logger
|
|
2691
2690
|
} = useNinetailed();
|
package/index.js
CHANGED
|
@@ -2670,11 +2670,10 @@ const useJoinExperiment = ({
|
|
|
2670
2670
|
const DefaultExperienceLoadingComponent = _a => {
|
|
2671
2671
|
var {
|
|
2672
2672
|
component: Component,
|
|
2673
|
-
experiences,
|
|
2674
2673
|
unhideAfterMs = 5000,
|
|
2675
2674
|
passthroughProps
|
|
2676
2675
|
} = _a,
|
|
2677
|
-
baseline = __rest(_a, ["component", "
|
|
2676
|
+
baseline = __rest(_a, ["component", "unhideAfterMs", "passthroughProps"]);
|
|
2678
2677
|
const {
|
|
2679
2678
|
logger
|
|
2680
2679
|
} = useNinetailed();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ninetailed/experience.js-react",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.32",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=16.8.0"
|
|
6
6
|
},
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"@analytics/google-analytics": "0.5.3",
|
|
9
9
|
"react-visibility-sensor": "5.1.1",
|
|
10
10
|
"lodash": "4.17.21",
|
|
11
|
-
"@ninetailed/experience.js": "3.0.0-beta.
|
|
11
|
+
"@ninetailed/experience.js": "3.0.0-beta.32",
|
|
12
12
|
"react-intersection-observer": "8.34.0",
|
|
13
|
-
"@ninetailed/experience.js-shared": "3.0.0-beta.
|
|
13
|
+
"@ninetailed/experience.js-shared": "3.0.0-beta.32",
|
|
14
14
|
"analytics": "0.8.1"
|
|
15
15
|
},
|
|
16
16
|
"module": "./index.js",
|