@plusscommunities/pluss-newsletter-web-sharing 1.3.4 → 1.3.5
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
CHANGED
|
@@ -950,7 +950,9 @@ var ListNewsletter$1 = /*#__PURE__*/function (_Component) {
|
|
|
950
950
|
style: {
|
|
951
951
|
minWidth: '100%'
|
|
952
952
|
}
|
|
953
|
-
}, this.renderContent()
|
|
953
|
+
}, this.renderContent(), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
954
|
+
className: "hub_tidioPadding"
|
|
955
|
+
}));
|
|
954
956
|
}
|
|
955
957
|
}]);
|
|
956
958
|
|
|
@@ -1322,7 +1324,9 @@ var NewsletterSubmissions = /*#__PURE__*/function (_Component) {
|
|
|
1322
1324
|
onClick: function onClick() {
|
|
1323
1325
|
_this7.sortByCol('SubmittedBy');
|
|
1324
1326
|
}
|
|
1325
|
-
}, "Submitted By", this.renderSort('SubmittedBy')))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.renderNewsletter()))
|
|
1327
|
+
}, "Submitted By", this.renderSort('SubmittedBy')))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.renderNewsletter())), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
1328
|
+
className: "hub_tidioPadding"
|
|
1329
|
+
}));
|
|
1326
1330
|
}
|
|
1327
1331
|
}]);
|
|
1328
1332
|
|
package/dist/index.esm.js
CHANGED
|
@@ -906,7 +906,9 @@ var ListNewsletter$1 = /*#__PURE__*/function (_Component) {
|
|
|
906
906
|
style: {
|
|
907
907
|
minWidth: '100%'
|
|
908
908
|
}
|
|
909
|
-
}, this.renderContent()
|
|
909
|
+
}, this.renderContent(), /*#__PURE__*/React.createElement("div", {
|
|
910
|
+
className: "hub_tidioPadding"
|
|
911
|
+
}));
|
|
910
912
|
}
|
|
911
913
|
}]);
|
|
912
914
|
|
|
@@ -1278,7 +1280,9 @@ var NewsletterSubmissions = /*#__PURE__*/function (_Component) {
|
|
|
1278
1280
|
onClick: function onClick() {
|
|
1279
1281
|
_this7.sortByCol('SubmittedBy');
|
|
1280
1282
|
}
|
|
1281
|
-
}, "Submitted By", this.renderSort('SubmittedBy')))), /*#__PURE__*/React.createElement("tbody", null, this.renderNewsletter()))
|
|
1283
|
+
}, "Submitted By", this.renderSort('SubmittedBy')))), /*#__PURE__*/React.createElement("tbody", null, this.renderNewsletter())), /*#__PURE__*/React.createElement("div", {
|
|
1284
|
+
className: "hub_tidioPadding"
|
|
1285
|
+
}));
|
|
1282
1286
|
}
|
|
1283
1287
|
}]);
|
|
1284
1288
|
|
package/dist/index.umd.js
CHANGED
|
@@ -929,7 +929,9 @@
|
|
|
929
929
|
style: {
|
|
930
930
|
minWidth: '100%'
|
|
931
931
|
}
|
|
932
|
-
}, this.renderContent()
|
|
932
|
+
}, this.renderContent(), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
933
|
+
className: "hub_tidioPadding"
|
|
934
|
+
}));
|
|
933
935
|
}
|
|
934
936
|
}]);
|
|
935
937
|
|
|
@@ -1301,7 +1303,9 @@
|
|
|
1301
1303
|
onClick: function onClick() {
|
|
1302
1304
|
_this7.sortByCol('SubmittedBy');
|
|
1303
1305
|
}
|
|
1304
|
-
}, "Submitted By", this.renderSort('SubmittedBy')))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.renderNewsletter()))
|
|
1306
|
+
}, "Submitted By", this.renderSort('SubmittedBy')))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.renderNewsletter())), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
1307
|
+
className: "hub_tidioPadding"
|
|
1308
|
+
}));
|
|
1305
1309
|
}
|
|
1306
1310
|
}]);
|
|
1307
1311
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-newsletter-web-sharing",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "Extension package to enable newsletter on Pluss Communities Platform",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"scripts": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@babel/runtime": "^7.14.0",
|
|
36
|
-
"@plusscommunities/pluss-core-web": "^1.2.
|
|
36
|
+
"@plusscommunities/pluss-core-web": "^1.2.5",
|
|
37
37
|
"lodash": "^4.17.4",
|
|
38
38
|
"moment": "^2.18.1",
|
|
39
39
|
"react": "^16.14.0",
|
|
@@ -219,7 +219,12 @@ class ListNewsletter extends Component {
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
render() {
|
|
222
|
-
return
|
|
222
|
+
return (
|
|
223
|
+
<div style={{ minWidth: '100%' }}>
|
|
224
|
+
{this.renderContent()}
|
|
225
|
+
<div className="hub_tidioPadding"></div>
|
|
226
|
+
</div>
|
|
227
|
+
);
|
|
223
228
|
}
|
|
224
229
|
}
|
|
225
230
|
|