@plusscommunities/pluss-circles-web 1.0.7 → 1.0.8
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 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.umd.js +3 -1
- package/package.json +2 -2
- package/src/screens/Circles.js +1 -0
package/dist/index.cjs.js
CHANGED
|
@@ -675,7 +675,9 @@ var Circles = /*#__PURE__*/function (_Component) {
|
|
|
675
675
|
}
|
|
676
676
|
}))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.getCircles().map(function (circle) {
|
|
677
677
|
return _this7.renderRow(circle);
|
|
678
|
-
})))
|
|
678
|
+
}))), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
679
|
+
className: "hub_tidioPadding"
|
|
680
|
+
})));
|
|
679
681
|
}
|
|
680
682
|
}]);
|
|
681
683
|
|
package/dist/index.esm.js
CHANGED
|
@@ -633,7 +633,9 @@ var Circles = /*#__PURE__*/function (_Component) {
|
|
|
633
633
|
}
|
|
634
634
|
}))), /*#__PURE__*/React.createElement("tbody", null, this.getCircles().map(function (circle) {
|
|
635
635
|
return _this7.renderRow(circle);
|
|
636
|
-
})))
|
|
636
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
637
|
+
className: "hub_tidioPadding"
|
|
638
|
+
})));
|
|
637
639
|
}
|
|
638
640
|
}]);
|
|
639
641
|
|
package/dist/index.umd.js
CHANGED
|
@@ -657,7 +657,9 @@
|
|
|
657
657
|
}
|
|
658
658
|
}))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.getCircles().map(function (circle) {
|
|
659
659
|
return _this7.renderRow(circle);
|
|
660
|
-
})))
|
|
660
|
+
}))), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
661
|
+
className: "hub_tidioPadding"
|
|
662
|
+
})));
|
|
661
663
|
}
|
|
662
664
|
}]);
|
|
663
665
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-circles-web",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Extension package to enable circles on Pluss Communities Platform",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "^7.14.0",
|
|
32
|
-
"@plusscommunities/pluss-core-web": "^1.
|
|
32
|
+
"@plusscommunities/pluss-core-web": "^1.2.5",
|
|
33
33
|
"lodash": "^4.17.4",
|
|
34
34
|
"moment": "^2.18.1",
|
|
35
35
|
"react": "^16.14.0",
|