@plusscommunities/pluss-newsletter-web-sharing 1.4.34 → 1.4.36
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/dist/index.cjs.js +3 -3
- package/dist/index.esm.js +3 -3
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
- package/src/screens/Newsletter/AddNewsletterEntry.js +0 -1
- package/src/screens/Newsletter/GenerateNewsletter.js +0 -1
- package/src/screens/Newsletter/NewsletterSubmission.js +0 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2888,7 +2888,7 @@ var AddNewsletterEntry = /*#__PURE__*/function (_Component) {
|
|
|
2888
2888
|
var result = {
|
|
2889
2889
|
Title: this.state.titleInput,
|
|
2890
2890
|
Image: "",
|
|
2891
|
-
Images: this.refs.imageInput.
|
|
2891
|
+
Images: this.refs.imageInput.getValue().map(function (url) {
|
|
2892
2892
|
return isVideo(url) ? url : get1400(url);
|
|
2893
2893
|
}),
|
|
2894
2894
|
Text: this.state.textInput,
|
|
@@ -4621,7 +4621,7 @@ var NewsletterSubmission = /*#__PURE__*/function (_Component) {
|
|
|
4621
4621
|
value: function compileJson() {
|
|
4622
4622
|
var result = _objectSpread$6(_objectSpread$6({}, this.state.newUpdate), {}, {
|
|
4623
4623
|
Image: "",
|
|
4624
|
-
Images: this.refs.imageInput.
|
|
4624
|
+
Images: this.refs.imageInput.getValue().map(function (url) {
|
|
4625
4625
|
return get1400(url);
|
|
4626
4626
|
}),
|
|
4627
4627
|
Thumbnail: ""
|
|
@@ -5345,7 +5345,7 @@ var GenerateNewsletter = /*#__PURE__*/function (_Component) {
|
|
|
5345
5345
|
}
|
|
5346
5346
|
|
|
5347
5347
|
var newEntry = _objectSpread$4(_objectSpread$4({}, _this.state.editingNews), {}, {
|
|
5348
|
-
Images: _this.refs.newsImageInput.
|
|
5348
|
+
Images: _this.refs.newsImageInput.getValue().map(function (url) {
|
|
5349
5349
|
return get1400(url);
|
|
5350
5350
|
}),
|
|
5351
5351
|
isNew: null
|
package/dist/index.esm.js
CHANGED
|
@@ -2844,7 +2844,7 @@ var AddNewsletterEntry = /*#__PURE__*/function (_Component) {
|
|
|
2844
2844
|
var result = {
|
|
2845
2845
|
Title: this.state.titleInput,
|
|
2846
2846
|
Image: "",
|
|
2847
|
-
Images: this.refs.imageInput.
|
|
2847
|
+
Images: this.refs.imageInput.getValue().map(function (url) {
|
|
2848
2848
|
return isVideo(url) ? url : get1400(url);
|
|
2849
2849
|
}),
|
|
2850
2850
|
Text: this.state.textInput,
|
|
@@ -4577,7 +4577,7 @@ var NewsletterSubmission = /*#__PURE__*/function (_Component) {
|
|
|
4577
4577
|
value: function compileJson() {
|
|
4578
4578
|
var result = _objectSpread$6(_objectSpread$6({}, this.state.newUpdate), {}, {
|
|
4579
4579
|
Image: "",
|
|
4580
|
-
Images: this.refs.imageInput.
|
|
4580
|
+
Images: this.refs.imageInput.getValue().map(function (url) {
|
|
4581
4581
|
return get1400(url);
|
|
4582
4582
|
}),
|
|
4583
4583
|
Thumbnail: ""
|
|
@@ -5301,7 +5301,7 @@ var GenerateNewsletter = /*#__PURE__*/function (_Component) {
|
|
|
5301
5301
|
}
|
|
5302
5302
|
|
|
5303
5303
|
var newEntry = _objectSpread$4(_objectSpread$4({}, _this.state.editingNews), {}, {
|
|
5304
|
-
Images: _this.refs.newsImageInput.
|
|
5304
|
+
Images: _this.refs.newsImageInput.getValue().map(function (url) {
|
|
5305
5305
|
return get1400(url);
|
|
5306
5306
|
}),
|
|
5307
5307
|
isNew: null
|
package/dist/index.umd.js
CHANGED
|
@@ -2866,7 +2866,7 @@
|
|
|
2866
2866
|
var result = {
|
|
2867
2867
|
Title: this.state.titleInput,
|
|
2868
2868
|
Image: "",
|
|
2869
|
-
Images: this.refs.imageInput.
|
|
2869
|
+
Images: this.refs.imageInput.getValue().map(function (url) {
|
|
2870
2870
|
return isVideo(url) ? url : get1400(url);
|
|
2871
2871
|
}),
|
|
2872
2872
|
Text: this.state.textInput,
|
|
@@ -4599,7 +4599,7 @@
|
|
|
4599
4599
|
value: function compileJson() {
|
|
4600
4600
|
var result = _objectSpread$6(_objectSpread$6({}, this.state.newUpdate), {}, {
|
|
4601
4601
|
Image: "",
|
|
4602
|
-
Images: this.refs.imageInput.
|
|
4602
|
+
Images: this.refs.imageInput.getValue().map(function (url) {
|
|
4603
4603
|
return get1400(url);
|
|
4604
4604
|
}),
|
|
4605
4605
|
Thumbnail: ""
|
|
@@ -5323,7 +5323,7 @@
|
|
|
5323
5323
|
}
|
|
5324
5324
|
|
|
5325
5325
|
var newEntry = _objectSpread$4(_objectSpread$4({}, _this.state.editingNews), {}, {
|
|
5326
|
-
Images: _this.refs.newsImageInput.
|
|
5326
|
+
Images: _this.refs.newsImageInput.getValue().map(function (url) {
|
|
5327
5327
|
return get1400(url);
|
|
5328
5328
|
}),
|
|
5329
5329
|
isNew: null
|
package/package.json
CHANGED