@plusscommunities/pluss-core-web 1.4.10 → 1.4.11
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
|
@@ -5776,7 +5776,7 @@ var Header = /*#__PURE__*/function (_Component) {
|
|
|
5776
5776
|
_this = _super.call.apply(_super, [this].concat(args));
|
|
5777
5777
|
|
|
5778
5778
|
_defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "goToHelpGuide", function () {
|
|
5779
|
-
window.
|
|
5779
|
+
window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
|
|
5780
5780
|
});
|
|
5781
5781
|
|
|
5782
5782
|
_defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "toggleSideMenu", function () {
|
package/dist/index.esm.js
CHANGED
|
@@ -5746,7 +5746,7 @@ var Header = /*#__PURE__*/function (_Component) {
|
|
|
5746
5746
|
_this = _super.call.apply(_super, [this].concat(args));
|
|
5747
5747
|
|
|
5748
5748
|
_defineProperty(_assertThisInitialized(_this), "goToHelpGuide", function () {
|
|
5749
|
-
window.
|
|
5749
|
+
window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
|
|
5750
5750
|
});
|
|
5751
5751
|
|
|
5752
5752
|
_defineProperty(_assertThisInitialized(_this), "toggleSideMenu", function () {
|
package/dist/index.umd.js
CHANGED
|
@@ -5747,7 +5747,7 @@
|
|
|
5747
5747
|
_this = _super.call.apply(_super, [this].concat(args));
|
|
5748
5748
|
|
|
5749
5749
|
_defineProperty__default['default'](_assertThisInitialized__default['default'](_this), "goToHelpGuide", function () {
|
|
5750
|
-
window.
|
|
5750
|
+
window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
|
|
5751
5751
|
});
|
|
5752
5752
|
|
|
5753
5753
|
_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.
|
|
13
|
+
window.open('https://plusscommunities.notion.site/Pluss-Communities-User-Guide-fb54cc32718946d09176589b4a2fa8d1', '_blank');
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
toggleSideMenu = () => {
|