@plusscommunities/pluss-core-web 1.5.0-auth.0 → 1.5.1-auth.0

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
@@ -5538,7 +5538,7 @@ var Header = /*#__PURE__*/function (_Component) {
5538
5538
  _this = _super.call.apply(_super, [this].concat(args));
5539
5539
 
5540
5540
  _defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "goToHelpGuide", function () {
5541
- window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
5541
+ window.open('https://www.plusscommunities.com/user-guide', '_blank');
5542
5542
  });
5543
5543
 
5544
5544
  _defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "toggleSideMenu", function () {
package/dist/index.esm.js CHANGED
@@ -5508,7 +5508,7 @@ var Header = /*#__PURE__*/function (_Component) {
5508
5508
  _this = _super.call.apply(_super, [this].concat(args));
5509
5509
 
5510
5510
  _defineProperty(_assertThisInitialized(_this), "goToHelpGuide", function () {
5511
- window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
5511
+ window.open('https://www.plusscommunities.com/user-guide', '_blank');
5512
5512
  });
5513
5513
 
5514
5514
  _defineProperty(_assertThisInitialized(_this), "toggleSideMenu", function () {
package/dist/index.umd.js CHANGED
@@ -5506,7 +5506,7 @@
5506
5506
  _this = _super.call.apply(_super, [this].concat(args));
5507
5507
 
5508
5508
  _defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "goToHelpGuide", function () {
5509
- window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
5509
+ window.open('https://www.plusscommunities.com/user-guide', '_blank');
5510
5510
  });
5511
5511
 
5512
5512
  _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-auth.0",
3
+ "version": "1.5.1-auth.0",
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 = () => {