@ninetailed/experience.js-react 2.2.1 → 2.2.3
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.esm.js +1 -1
- package/index.umd.js +1 -1
- package/package.json +3 -3
package/index.esm.js
CHANGED
|
@@ -2694,7 +2694,7 @@ const Experience = _a => {
|
|
|
2694
2694
|
variant: variant,
|
|
2695
2695
|
// the profile is definitely defined, otherwise there wouldn't be an experience selected
|
|
2696
2696
|
profile: profile
|
|
2697
|
-
}, (variant === null || variant === void 0 ? void 0 : variant.hidden) ? null : /*#__PURE__*/React.createElement(Component, Object.assign({}, variant, {
|
|
2697
|
+
}, (variant === null || variant === void 0 ? void 0 : variant.hidden) ? null : /*#__PURE__*/React.createElement(Component, Object.assign({}, passthroughProps, variant, {
|
|
2698
2698
|
key: `${experience.id}-${variant.id}`,
|
|
2699
2699
|
ninetailed: {
|
|
2700
2700
|
isPersonalized,
|
package/index.umd.js
CHANGED
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
variant: variant,
|
|
2242
2242
|
// the profile is definitely defined, otherwise there wouldn't be an experience selected
|
|
2243
2243
|
profile: profile
|
|
2244
|
-
}, (variant === null || variant === void 0 ? void 0 : variant.hidden) ? null : /*#__PURE__*/React__default["default"].createElement(Component, __assign({}, variant, {
|
|
2244
|
+
}, (variant === null || variant === void 0 ? void 0 : variant.hidden) ? null : /*#__PURE__*/React__default["default"].createElement(Component, __assign({}, passthroughProps, variant, {
|
|
2245
2245
|
key: "".concat(experience.id, "-").concat(variant.id),
|
|
2246
2246
|
ninetailed: {
|
|
2247
2247
|
isPersonalized: isPersonalized,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ninetailed/experience.js-react",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
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": "2.2.
|
|
11
|
+
"@ninetailed/experience.js": "2.2.3",
|
|
12
12
|
"analytics": "^0.8.0",
|
|
13
|
-
"@ninetailed/experience.js-shared": "2.2.
|
|
13
|
+
"@ninetailed/experience.js-shared": "2.2.3",
|
|
14
14
|
"uuid": "^8.3.2",
|
|
15
15
|
"ts-toolbelt": "^9.6.0",
|
|
16
16
|
"locale-enum": "^1.1.1",
|