@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 +6 -2
- package/dist/index.esm.js +6 -2
- package/dist/index.umd.js +6 -2
- package/package.json +1 -1
- package/src/components/JobList.js +1 -0
- package/src/screens/JobTypes.js +1 -0
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