@varianta/sdk 0.1.0 → 0.1.2
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.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/react/useCustomizer.d.ts +1 -1
- package/dist/types/react/useCustomizer.d.ts.map +1 -1
- package/package.json +6 -6
package/dist/index.esm.js
CHANGED
|
@@ -1994,7 +1994,7 @@ function ce(f, e) {
|
|
|
1994
1994
|
},
|
|
1995
1995
|
body: JSON.stringify({
|
|
1996
1996
|
templateId: e.templateId,
|
|
1997
|
-
|
|
1997
|
+
designJson: a
|
|
1998
1998
|
})
|
|
1999
1999
|
});
|
|
2000
2000
|
if (!d.ok) {
|
|
@@ -2246,7 +2246,7 @@ function me(f = {}) {
|
|
|
2246
2246
|
autoSaveDebounce: i = 1e3
|
|
2247
2247
|
} = f, n = k(null), [r, s] = S(null), [a, o] = S(!1), [d, l] = S(!1), [h, u] = S(null), [g, m] = S(!1), [b, y] = S(
|
|
2248
2248
|
null
|
|
2249
|
-
), v = k();
|
|
2249
|
+
), v = k(void 0);
|
|
2250
2250
|
L(() => {
|
|
2251
2251
|
if (!(!e || !r))
|
|
2252
2252
|
return v.current && clearTimeout(v.current), v.current = setTimeout(() => {
|