@capillarytech/creatives-library 9.0.41 → 9.0.43
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
|
@@ -2237,6 +2237,7 @@ export class Creatives extends React.Component {
|
|
|
2237
2237
|
smsRegister,
|
|
2238
2238
|
enableNewChannels,
|
|
2239
2239
|
eventContextTags,
|
|
2240
|
+
waitEventContextTags,
|
|
2240
2241
|
isLoyaltyModule,
|
|
2241
2242
|
loyaltyMetaData = {},
|
|
2242
2243
|
} = this.props;
|
|
@@ -2401,6 +2402,7 @@ export class Creatives extends React.Component {
|
|
|
2401
2402
|
creativesMode={creativesMode} // An existing prop that we're using here. Required to ensure correct account details in Edit or Preview in case of Embedded mode.
|
|
2402
2403
|
hostName={this.props?.hostName || ''}
|
|
2403
2404
|
eventContextTags={eventContextTags}
|
|
2405
|
+
waitEventContextTags={waitEventContextTags}
|
|
2404
2406
|
isLoyaltyModule={isLoyaltyModule}
|
|
2405
2407
|
loyaltyMetaData={loyaltyMetaData}
|
|
2406
2408
|
showTestAndPreviewSlidebox={showTestAndPreviewSlidebox}
|
|
@@ -2495,6 +2497,7 @@ Creatives.propTypes = {
|
|
|
2495
2497
|
orgUnitId: PropTypes.number,
|
|
2496
2498
|
hostName: PropTypes.string,
|
|
2497
2499
|
eventContextTags: PropTypes.array,
|
|
2500
|
+
waitEventContextTags: PropTypes.object,
|
|
2498
2501
|
loyaltyTagFetchingDependencies: PropTypes.object,
|
|
2499
2502
|
customerType: PropTypes.string,
|
|
2500
2503
|
intl: PropTypes.shape({
|