@plusscommunities/pluss-circles-web 1.0.19 → 1.0.20

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
@@ -780,9 +780,7 @@ var Circles = /*#__PURE__*/function (_Component) {
780
780
  }
781
781
  }))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.getCircles().map(function (circle) {
782
782
  return _this8.renderRow(circle);
783
- }))), /*#__PURE__*/React__default['default'].createElement("div", {
784
- className: "hub_tidioPadding"
785
- })));
783
+ })))));
786
784
  }
787
785
  }]);
788
786
 
package/dist/index.esm.js CHANGED
@@ -737,9 +737,7 @@ var Circles = /*#__PURE__*/function (_Component) {
737
737
  }
738
738
  }))), /*#__PURE__*/React.createElement("tbody", null, this.getCircles().map(function (circle) {
739
739
  return _this8.renderRow(circle);
740
- }))), /*#__PURE__*/React.createElement("div", {
741
- className: "hub_tidioPadding"
742
- })));
740
+ })))));
743
741
  }
744
742
  }]);
745
743
 
package/dist/index.umd.js CHANGED
@@ -760,9 +760,7 @@
760
760
  }
761
761
  }))), /*#__PURE__*/React__default['default'].createElement("tbody", null, this.getCircles().map(function (circle) {
762
762
  return _this8.renderRow(circle);
763
- }))), /*#__PURE__*/React__default['default'].createElement("div", {
764
- className: "hub_tidioPadding"
765
- })));
763
+ })))));
766
764
  }
767
765
  }]);
768
766
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-circles-web",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Extension package to enable circles on Pluss Communities Platform",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@babel/runtime": "^7.14.0",
38
- "@plusscommunities/pluss-core-web": "1.4.22",
38
+ "@plusscommunities/pluss-core-web": "1.4.31",
39
39
  "@fortawesome/fontawesome-svg-core": "^6.4.0",
40
40
  "@fortawesome/free-solid-svg-icons": "^6.4.0",
41
41
  "@fortawesome/react-fontawesome": "^0.2.0",
@@ -365,7 +365,6 @@ class Circles extends Component {
365
365
  })}
366
366
  </tbody>
367
367
  </Table>
368
- <div className="hub_tidioPadding"></div>
369
368
  </div>
370
369
  </div>
371
370
  );