@capillarytech/creatives-library 7.12.31 → 7.12.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/package.json
CHANGED
|
@@ -674,6 +674,7 @@ export const Rcs = (props) => {
|
|
|
674
674
|
templateData={dltEditData}
|
|
675
675
|
getFormSubscriptionData={rcsDltEditCompletionHandler}
|
|
676
676
|
isFullMode={false}
|
|
677
|
+
selectedOfferDetails={selectedOfferDetails}
|
|
677
678
|
/>
|
|
678
679
|
);
|
|
679
680
|
}
|
|
@@ -784,6 +785,7 @@ export const Rcs = (props) => {
|
|
|
784
785
|
onContextChange={handleOnTagsContextChange}
|
|
785
786
|
injectedTags={injectedTags || {}}
|
|
786
787
|
selectedOfferDetails={selectedOfferDetails}
|
|
788
|
+
|
|
787
789
|
/>
|
|
788
790
|
}
|
|
789
791
|
/>
|
|
@@ -156673,7 +156673,7 @@ exports[`Creatives rcs test/> template media change 2`] = `
|
|
|
156673
156673
|
<input
|
|
156674
156674
|
accept=""
|
|
156675
156675
|
directory={null}
|
|
156676
|
-
key="rc-upload-
|
|
156676
|
+
key="rc-upload-1652680569596-1"
|
|
156677
156677
|
multiple={false}
|
|
156678
156678
|
onChange={[Function]}
|
|
156679
156679
|
style={
|