@fiction/sdk 1.0.38 → 1.0.39
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/{FModal.vue_vue_type_script_setup_true_lang-Dyl6-T1J.js → FModal.vue_vue_type_script_setup_true_lang-B9Vpr1MV.js} +2 -2
- package/dist/{FModal.vue_vue_type_script_setup_true_lang-Dyl6-T1J.js.map → FModal.vue_vue_type_script_setup_true_lang-B9Vpr1MV.js.map} +1 -1
- package/dist/{SelfProvider.vue_vue_type_script_setup_true_lang-CzhYIGaw.js → SelfProvider.vue_vue_type_script_setup_true_lang-B-VYDrTJ.js} +2 -2
- package/dist/{SelfProvider.vue_vue_type_script_setup_true_lang-CzhYIGaw.js.map → SelfProvider.vue_vue_type_script_setup_true_lang-B-VYDrTJ.js.map} +1 -1
- package/dist/{SelfWidgetInline-DAnAvyw0.js → SelfWidgetInline-DW6rw5EF.js} +2 -2
- package/dist/{SelfWidgetInline-DAnAvyw0.js.map → SelfWidgetInline-DW6rw5EF.js.map} +1 -1
- package/dist/{SelfWidgetModal-UffLLpWz.js → SelfWidgetModal-CxkuNNO5.js} +3 -3
- package/dist/{SelfWidgetModal-UffLLpWz.js.map → SelfWidgetModal-CxkuNNO5.js.map} +1 -1
- package/dist/{SelfWidgetPopup-D7e3fsdl.js → SelfWidgetPopup-D3_kY3nR.js} +2 -2
- package/dist/{SelfWidgetPopup-D7e3fsdl.js.map → SelfWidgetPopup-D3_kY3nR.js.map} +1 -1
- package/dist/{SelfWrap.vue_vue_type_script_setup_true_lang-kaB4C_Ui.js → SelfWrap.vue_vue_type_script_setup_true_lang-BM-kzpfo.js} +34 -18
- package/dist/SelfWrap.vue_vue_type_script_setup_true_lang-BM-kzpfo.js.map +1 -0
- package/dist/self.js +4 -4
- package/dist/widget.js +3 -3
- package/package.json +2 -2
- package/dist/SelfWrap.vue_vue_type_script_setup_true_lang-kaB4C_Ui.js.map +0 -1
package/dist/self.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
var E = Object.defineProperty;
|
|
2
2
|
var d = (e, l) => E(e, "name", { value: l, configurable: !0 });
|
|
3
|
-
import { a as A, g as C, c as I, b as M } from "./SelfWrap.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { h as q, A as J, e as K, d as X, C as Y, V as ee, f as te, k as se, i as ae, j as oe, p as ie } from "./SelfWrap.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { a as A, g as C, c as I, b as M } from "./SelfWrap.vue_vue_type_script_setup_true_lang-BM-kzpfo.js";
|
|
4
|
+
import { h as q, A as J, e as K, d as X, C as Y, V as ee, f as te, k as se, i as ae, j as oe, p as ie } from "./SelfWrap.vue_vue_type_script_setup_true_lang-BM-kzpfo.js";
|
|
5
5
|
import { defineComponent as b, createBlock as u, openBlock as c, withCtx as k, createElementVNode as o, createVNode as O, ref as v, watch as U, nextTick as V, createElementBlock as h, createCommentVNode as f, normalizeClass as p, normalizeStyle as _, unref as x } from "vue";
|
|
6
|
-
import { _ as $ } from "./FModal.vue_vue_type_script_setup_true_lang-
|
|
7
|
-
import { _ as N } from "./SelfProvider.vue_vue_type_script_setup_true_lang-
|
|
6
|
+
import { _ as $ } from "./FModal.vue_vue_type_script_setup_true_lang-B9Vpr1MV.js";
|
|
7
|
+
import { _ as N } from "./SelfProvider.vue_vue_type_script_setup_true_lang-B-VYDrTJ.js";
|
|
8
8
|
const z = { class: "relative w-full h-[80vh] md:h-[600px]" }, P = /* @__PURE__ */ b({
|
|
9
9
|
name: "SelfModal",
|
|
10
10
|
__name: "SelfModal",
|
package/dist/widget.js
CHANGED
|
@@ -42,7 +42,7 @@ const v = `/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@la
|
|
|
42
42
|
async mountMode(r) {
|
|
43
43
|
const { mode: e } = this.config;
|
|
44
44
|
if (e === "inline") {
|
|
45
|
-
const { default: o } = await import("./SelfWidgetInline-
|
|
45
|
+
const { default: o } = await import("./SelfWidgetInline-DW6rw5EF.js");
|
|
46
46
|
this.app = s(o, {
|
|
47
47
|
sdk: this.sdk,
|
|
48
48
|
handle: this.config.handle,
|
|
@@ -51,7 +51,7 @@ const v = `/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@la
|
|
|
51
51
|
firstMessage: this.config.firstMessage
|
|
52
52
|
}), this.widgetInstance = this.app.mount(r);
|
|
53
53
|
} else if (e === "popup") {
|
|
54
|
-
const { default: o } = await import("./SelfWidgetPopup-
|
|
54
|
+
const { default: o } = await import("./SelfWidgetPopup-D3_kY3nR.js");
|
|
55
55
|
this.app = s(o, {
|
|
56
56
|
sdk: this.sdk,
|
|
57
57
|
handle: this.config.handle,
|
|
@@ -62,7 +62,7 @@ const v = `/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@la
|
|
|
62
62
|
// Default position for popup
|
|
63
63
|
}), this.widgetInstance = this.app.mount(r);
|
|
64
64
|
} else if (e === "modal") {
|
|
65
|
-
const { default: o } = await import("./SelfWidgetModal-
|
|
65
|
+
const { default: o } = await import("./SelfWidgetModal-CxkuNNO5.js");
|
|
66
66
|
this.app = s(o, {
|
|
67
67
|
sdk: this.sdk,
|
|
68
68
|
handle: this.config.handle,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fiction/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
4
4
|
"description": "SDK for Fiction app authentication and user management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/sdk.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"nanoid": "^5.1.6",
|
|
60
60
|
"nanostores": "^1.0.1",
|
|
61
61
|
"zod": "^4.1.12",
|
|
62
|
-
"@fiction/types": "1.0.
|
|
62
|
+
"@fiction/types": "1.0.20"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@antfu/eslint-config": "^5.4.1",
|