@plusscommunities/pluss-core-web 1.5.0 → 1.5.1

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
@@ -5452,7 +5452,7 @@ var Header = /*#__PURE__*/function (_Component) {
5452
5452
  _this = _super.call.apply(_super, [this].concat(args));
5453
5453
 
5454
5454
  _defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "goToHelpGuide", function () {
5455
- window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
5455
+ window.open('https://www.plusscommunities.com/user-guide', '_blank');
5456
5456
  });
5457
5457
 
5458
5458
  _defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "toggleSideMenu", function () {
package/dist/index.esm.js CHANGED
@@ -5422,7 +5422,7 @@ var Header = /*#__PURE__*/function (_Component) {
5422
5422
  _this = _super.call.apply(_super, [this].concat(args));
5423
5423
 
5424
5424
  _defineProperty(_assertThisInitialized(_this), "goToHelpGuide", function () {
5425
- window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
5425
+ window.open('https://www.plusscommunities.com/user-guide', '_blank');
5426
5426
  });
5427
5427
 
5428
5428
  _defineProperty(_assertThisInitialized(_this), "toggleSideMenu", function () {
package/dist/index.umd.js CHANGED
@@ -5420,7 +5420,7 @@
5420
5420
  _this = _super.call.apply(_super, [this].concat(args));
5421
5421
 
5422
5422
  _defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "goToHelpGuide", function () {
5423
- window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
5423
+ window.open('https://www.plusscommunities.com/user-guide', '_blank');
5424
5424
  });
5425
5425
 
5426
5426
  _defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "toggleSideMenu", function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-core-web",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Core extension package for Pluss Communities platform",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
@@ -10,7 +10,7 @@ class Header extends Component {
10
10
  }
11
11
 
12
12
  goToHelpGuide = () => {
13
- window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
13
+ window.open('https://www.plusscommunities.com/user-guide', '_blank');
14
14
  };
15
15
 
16
16
  toggleSideMenu = () => {
@@ -77,7 +77,6 @@ class UserListing extends Component {
77
77
  alt={`${this.getText()} Image`}
78
78
  />
79
79
  );
80
- p;
81
80
  }
82
81
  return <ProfilePic size={this.getSize()} className="userListing_profilePic" image={this.getImage()} />;
83
82
  }