@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 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.7",
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.1.8",
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",
@@ -322,6 +322,7 @@ class Circles extends Component {
322
322
  })}
323
323
  </tbody>
324
324
  </Table>
325
+ <div className="hub_tidioPadding"></div>
325
326
  </div>
326
327
  </div>
327
328
  );