@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 +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/src/components/UserListing.js +0 -1
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.
|
|
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.
|
|
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.
|
|
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
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 = () => {
|