@bigbinary/neeto-commons-frontend 2.0.123 → 2.0.124
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/initializers.cjs.js +1 -3
- package/initializers.cjs.js.map +1 -1
- package/initializers.js +1 -3
- package/initializers.js.map +1 -1
- package/package.json +1 -1
- package/react-utils.cjs.js +2 -4
- package/react-utils.cjs.js.map +1 -1
- package/react-utils.js +2 -4
- package/react-utils.js.map +1 -1
package/react-utils.js
CHANGED
|
@@ -67,7 +67,7 @@ var FallbackComponent = function FallbackComponent() {
|
|
|
67
67
|
style: "h2",
|
|
68
68
|
weight: "semibold"
|
|
69
69
|
}, t("neetoCommons.fallbackComponent.somethingWentWrong")), /*#__PURE__*/React__default.createElement(Typography, {
|
|
70
|
-
className: "
|
|
70
|
+
className: "neeto-ui-text-gray-600 mb-8",
|
|
71
71
|
component: "p",
|
|
72
72
|
style: "body1",
|
|
73
73
|
weight: "normal"
|
|
@@ -76,14 +76,12 @@ var FallbackComponent = function FallbackComponent() {
|
|
|
76
76
|
components: {
|
|
77
77
|
reloading: /*#__PURE__*/React__default.createElement(Button, {
|
|
78
78
|
style: "link",
|
|
79
|
-
label: t("neetoCommons.fallbackComponent.reloadingButtonLabel"),
|
|
80
79
|
onClick: function onClick() {
|
|
81
80
|
return window.location.reload();
|
|
82
81
|
}
|
|
83
82
|
}),
|
|
84
83
|
contactus: /*#__PURE__*/React__default.createElement(Button, {
|
|
85
84
|
style: "link",
|
|
86
|
-
label: t("neetoCommons.fallbackComponent.contactusButtonLabel"),
|
|
87
85
|
onClick: function onClick() {
|
|
88
86
|
var _window$NeetoChat, _window$NeetoChat$con, _window$NeetoChat2, _window$NeetoChat2$co;
|
|
89
87
|
(_window$NeetoChat = window.NeetoChat) === null || _window$NeetoChat === void 0 ? void 0 : (_window$NeetoChat$con = _window$NeetoChat.contextualHelp) === null || _window$NeetoChat$con === void 0 ? void 0 : _window$NeetoChat$con.maximizeWidget();
|
|
@@ -93,7 +91,7 @@ var FallbackComponent = function FallbackComponent() {
|
|
|
93
91
|
}
|
|
94
92
|
}))));
|
|
95
93
|
};
|
|
96
|
-
var ignorableErrorsRegex = /(window\.requestAnimationFrame|ResizeObserver|ChunkLoadError)/;
|
|
94
|
+
var ignorableErrorsRegex = /(window\.requestAnimationFrame|ResizeObserver|ChunkLoadError|window\.webkit\.messageHandlers)/;
|
|
97
95
|
var HoneybadgerErrorBoundary = function HoneybadgerErrorBoundary(_ref) {
|
|
98
96
|
var children = _ref.children,
|
|
99
97
|
_ref$ErrorComponent = _ref.ErrorComponent,
|