@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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/Header.js +1 -1
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.
|
|
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.
|
|
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.
|
|
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
package/src/components/Header.js
CHANGED
|
@@ -10,7 +10,7 @@ class Header extends Component {
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
goToHelpGuide = () => {
|
|
13
|
-
window.open('https://plusscommunities.
|
|
13
|
+
window.open('https://www.plusscommunities.com/user-guide', '_blank');
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
toggleSideMenu = () => {
|