@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.124",
|
|
4
4
|
"description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
package/react-utils.cjs.js
CHANGED
|
@@ -95,7 +95,7 @@ var FallbackComponent = function FallbackComponent() {
|
|
|
95
95
|
style: "h2",
|
|
96
96
|
weight: "semibold"
|
|
97
97
|
}, t("neetoCommons.fallbackComponent.somethingWentWrong")), /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
98
|
-
className: "
|
|
98
|
+
className: "neeto-ui-text-gray-600 mb-8",
|
|
99
99
|
component: "p",
|
|
100
100
|
style: "body1",
|
|
101
101
|
weight: "normal"
|
|
@@ -104,14 +104,12 @@ var FallbackComponent = function FallbackComponent() {
|
|
|
104
104
|
components: {
|
|
105
105
|
reloading: /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
106
106
|
style: "link",
|
|
107
|
-
label: t("neetoCommons.fallbackComponent.reloadingButtonLabel"),
|
|
108
107
|
onClick: function onClick() {
|
|
109
108
|
return window.location.reload();
|
|
110
109
|
}
|
|
111
110
|
}),
|
|
112
111
|
contactus: /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
113
112
|
style: "link",
|
|
114
|
-
label: t("neetoCommons.fallbackComponent.contactusButtonLabel"),
|
|
115
113
|
onClick: function onClick() {
|
|
116
114
|
var _window$NeetoChat, _window$NeetoChat$con, _window$NeetoChat2, _window$NeetoChat2$co;
|
|
117
115
|
(_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();
|
|
@@ -121,7 +119,7 @@ var FallbackComponent = function FallbackComponent() {
|
|
|
121
119
|
}
|
|
122
120
|
}))));
|
|
123
121
|
};
|
|
124
|
-
var ignorableErrorsRegex = /(window\.requestAnimationFrame|ResizeObserver|ChunkLoadError)/;
|
|
122
|
+
var ignorableErrorsRegex = /(window\.requestAnimationFrame|ResizeObserver|ChunkLoadError|window\.webkit\.messageHandlers)/;
|
|
125
123
|
var HoneybadgerErrorBoundary = function HoneybadgerErrorBoundary(_ref) {
|
|
126
124
|
var children = _ref.children,
|
|
127
125
|
_ref$ErrorComponent = _ref.ErrorComponent,
|