@plusscommunities/pluss-maintenance-web 1.0.23 → 1.0.24

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
@@ -812,7 +812,9 @@ var JobList = /*#__PURE__*/function (_Component) {
812
812
  style: {
813
813
  minWidth: '100%'
814
814
  }
815
- }, this.renderButtons(), this.renderContent());
815
+ }, this.renderButtons(), this.renderContent(), /*#__PURE__*/React__default['default'].createElement("div", {
816
+ className: "hub_tidioPadding"
817
+ }));
816
818
  }
817
819
  }]);
818
820
 
@@ -3058,7 +3060,9 @@ var JobTypes = /*#__PURE__*/function (_Component) {
3058
3060
  style: {
3059
3061
  position: 'relative'
3060
3062
  }
3061
- }, this.renderJobTypes()), this.renderNewUserTypePopup()));
3063
+ }, this.renderJobTypes()), this.renderNewUserTypePopup(), /*#__PURE__*/React__default['default'].createElement("div", {
3064
+ className: "hub_tidioPadding"
3065
+ })));
3062
3066
  }
3063
3067
  }]);
3064
3068
 
package/dist/index.esm.js CHANGED
@@ -768,7 +768,9 @@ var JobList = /*#__PURE__*/function (_Component) {
768
768
  style: {
769
769
  minWidth: '100%'
770
770
  }
771
- }, this.renderButtons(), this.renderContent());
771
+ }, this.renderButtons(), this.renderContent(), /*#__PURE__*/React.createElement("div", {
772
+ className: "hub_tidioPadding"
773
+ }));
772
774
  }
773
775
  }]);
774
776
 
@@ -3014,7 +3016,9 @@ var JobTypes = /*#__PURE__*/function (_Component) {
3014
3016
  style: {
3015
3017
  position: 'relative'
3016
3018
  }
3017
- }, this.renderJobTypes()), this.renderNewUserTypePopup()));
3019
+ }, this.renderJobTypes()), this.renderNewUserTypePopup(), /*#__PURE__*/React.createElement("div", {
3020
+ className: "hub_tidioPadding"
3021
+ })));
3018
3022
  }
3019
3023
  }]);
3020
3024
 
package/dist/index.umd.js CHANGED
@@ -792,7 +792,9 @@
792
792
  style: {
793
793
  minWidth: '100%'
794
794
  }
795
- }, this.renderButtons(), this.renderContent());
795
+ }, this.renderButtons(), this.renderContent(), /*#__PURE__*/React__default['default'].createElement("div", {
796
+ className: "hub_tidioPadding"
797
+ }));
796
798
  }
797
799
  }]);
798
800
 
@@ -3038,7 +3040,9 @@
3038
3040
  style: {
3039
3041
  position: 'relative'
3040
3042
  }
3041
- }, this.renderJobTypes()), this.renderNewUserTypePopup()));
3043
+ }, this.renderJobTypes()), this.renderNewUserTypePopup(), /*#__PURE__*/React__default['default'].createElement("div", {
3044
+ className: "hub_tidioPadding"
3045
+ })));
3042
3046
  }
3043
3047
  }]);
3044
3048
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-web",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
@@ -228,6 +228,7 @@ class JobList extends Component {
228
228
  <div style={{ minWidth: '100%' }}>
229
229
  {this.renderButtons()}
230
230
  {this.renderContent()}
231
+ <div className="hub_tidioPadding"></div>
231
232
  </div>
232
233
  );
233
234
  }
@@ -343,6 +343,7 @@ class JobTypes extends Component {
343
343
  {this.renderJobTypes()}
344
344
  </div>
345
345
  {this.renderNewUserTypePopup()}
346
+ <div className="hub_tidioPadding"></div>
346
347
  </div>
347
348
  </div>
348
349
  );