@edifice.io/react 2.2.3-develop-b2school.20250418102309 → 2.2.3-develop-b2school.20250418102516
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.
|
@@ -176,7 +176,7 @@ function useShare({
|
|
|
176
176
|
}
|
|
177
177
|
onSuccess();
|
|
178
178
|
} catch (error) {
|
|
179
|
-
typeof error == "string" && toast.error(t("explorer.shared.status.error")), console.error("Failed to save share", error);
|
|
179
|
+
typeof error == "string" && toast.error(t("explorer.shared.status.error")), typeof error == "object" && toast.error(t((error == null ? void 0 : error.error) || "explorer.shared.status.error")), console.error("Failed to save share", error);
|
|
180
180
|
} finally {
|
|
181
181
|
dispatch({
|
|
182
182
|
type: "isSharing",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.2.3-develop-b2school.
|
|
3
|
+
"version": "2.2.3-develop-b2school.20250418102516",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"react-slugify": "^3.0.3",
|
|
119
119
|
"swiper": "^10.1.0",
|
|
120
120
|
"ua-parser-js": "^1.0.36",
|
|
121
|
-
"@edifice.io/
|
|
122
|
-
"@edifice.io/
|
|
123
|
-
"@edifice.io/utilities": "2.2.3-develop-b2school.
|
|
121
|
+
"@edifice.io/bootstrap": "2.2.3-develop-b2school.20250418102516",
|
|
122
|
+
"@edifice.io/tiptap-extensions": "2.2.3-develop-b2school.20250418102516",
|
|
123
|
+
"@edifice.io/utilities": "2.2.3-develop-b2school.20250418102516"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -151,8 +151,8 @@
|
|
|
151
151
|
"vite": "^5.4.11",
|
|
152
152
|
"vite-plugin-dts": "^4.1.0",
|
|
153
153
|
"vite-tsconfig-paths": "^5.0.1",
|
|
154
|
-
"@edifice.io/client": "2.2.3-develop-b2school.
|
|
155
|
-
"@edifice.io/config": "2.2.3-develop-b2school.
|
|
154
|
+
"@edifice.io/client": "2.2.3-develop-b2school.20250418102516",
|
|
155
|
+
"@edifice.io/config": "2.2.3-develop-b2school.20250418102516"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"@react-spring/web": "^9.7.5",
|