@unifold/ui-web 0.1.70 → 0.1.71-beta.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.js +0 -3
- package/dist/index.mjs +0 -3
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -36944,9 +36944,6 @@ function UnifoldProvider({
|
|
|
36944
36944
|
[publishableKey]
|
|
36945
36945
|
);
|
|
36946
36946
|
const content = /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(UnifoldContext.Provider, { value: contextValue, children });
|
|
36947
|
-
if (externalQueryClient) {
|
|
36948
|
-
return content;
|
|
36949
|
-
}
|
|
36950
36947
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(QueryClientProvider, { client: queryClient, children: content });
|
|
36951
36948
|
}
|
|
36952
36949
|
function useUnifold() {
|
package/dist/index.mjs
CHANGED
|
@@ -36931,9 +36931,6 @@ function UnifoldProvider({
|
|
|
36931
36931
|
[publishableKey]
|
|
36932
36932
|
);
|
|
36933
36933
|
const content = /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(UnifoldContext.Provider, { value: contextValue, children });
|
|
36934
|
-
if (externalQueryClient) {
|
|
36935
|
-
return content;
|
|
36936
|
-
}
|
|
36937
36934
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(QueryClientProvider, { client: queryClient, children: content });
|
|
36938
36935
|
}
|
|
36939
36936
|
function useUnifold() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unifold/ui-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.71-beta.1",
|
|
4
4
|
"description": "Unifold UI Web - Framework-agnostic deposit widget",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"prettier": "^3.2.5",
|
|
45
45
|
"tsup": "^8.0.0",
|
|
46
46
|
"typescript": "^5.0.0",
|
|
47
|
-
"@unifold/
|
|
48
|
-
"@unifold/
|
|
49
|
-
"@unifold/
|
|
50
|
-
"@unifold/react
|
|
47
|
+
"@unifold/connect-react": "0.1.71-beta.1",
|
|
48
|
+
"@unifold/core": "0.1.71-beta.1",
|
|
49
|
+
"@unifold/react-provider": "0.1.71-beta.1",
|
|
50
|
+
"@unifold/ui-react": "0.1.71-beta.1"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
53
53
|
"unifold",
|