@tapni/auth 1.0.54 → 1.0.55

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.
@@ -1391,7 +1391,7 @@ function wa(n, e, t, r, o, i) {
1391
1391
  const lo = /* @__PURE__ */ an(fa, [["render", wa], ["__scopeId", "data-v-cb61958b"]]), ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1392
1392
  __proto__: null,
1393
1393
  default: lo
1394
- }, Symbol.toStringTag, { value: "Module" })), Ca = "1.0.54", qn = {
1394
+ }, Symbol.toStringTag, { value: "Module" })), Ca = "1.0.55", qn = {
1395
1395
  getMe() {
1396
1396
  return pe().get("/users/me");
1397
1397
  },
@@ -5828,7 +5828,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
5828
5828
  app_region: "지역",
5829
5829
  app_region_p: "맞춤형 결제 및 지원을 위해 지역을 선택하세요"
5830
5830
  }
5831
- }, Mo = () => Promise.resolve().then(() => ka), Ta = () => Promise.resolve().then(() => Rc), Sa = () => Promise.resolve().then(() => Al), Ia = () => Promise.resolve().then(() => ip), Aa = () => Promise.resolve().then(() => tl), Ra = () => Promise.resolve().then(() => ql), Pa = () => Promise.resolve().then(() => dp), Ma = () => import("./QR-7_VeMwh2.js"), Na = () => Promise.resolve().then(() => qu), Oa = () => import("./Apps-Dnw2La4O.js"), La = () => import("./Billing-C9TDWfv1.js"), za = () => import("./CustomApp-CjMfIsaK.js"), xa = () => Promise.resolve().then(() => Pd), Ua = [
5831
+ }, Mo = () => Promise.resolve().then(() => ka), Ta = () => Promise.resolve().then(() => Rc), Sa = () => Promise.resolve().then(() => Al), Ia = () => Promise.resolve().then(() => ip), Aa = () => Promise.resolve().then(() => tl), Ra = () => Promise.resolve().then(() => ql), Pa = () => Promise.resolve().then(() => dp), Ma = () => import("./QR-IJ_P2MoC.js"), Na = () => Promise.resolve().then(() => qu), Oa = () => import("./Apps-DzIa48pX.js"), La = () => import("./Billing-CZ9c8qXr.js"), za = () => import("./CustomApp-BlGPzlvg.js"), xa = () => Promise.resolve().then(() => Pd), Ua = [
5832
5832
  {
5833
5833
  path: "/welcome",
5834
5834
  name: "AuthWelcome",
@@ -18849,7 +18849,7 @@ const To = /* @__PURE__ */ an(ap, [["render", up]]), dp = /* @__PURE__ */ Object
18849
18849
  containerStyle() {
18850
18850
  return {
18851
18851
  maxHeight: this.isModal ? "90vh" : "auto",
18852
- overflowY: this.isModal ? "hidden" : "auto"
18852
+ overflowY: this.isModal ? "auto" : "hidden"
18853
18853
  };
18854
18854
  }
18855
18855
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapni/auth",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "type": "module",
5
5
  "main": "./dist/TapniAuth.umd.js",
6
6
  "module": "./dist/TapniAuth.es.js",
package/src/App.vue CHANGED
@@ -112,7 +112,7 @@ export default {
112
112
  containerStyle() {
113
113
  return {
114
114
  maxHeight: this.isModal ? '90vh' : 'auto',
115
- overflowY: this.isModal ? 'hidden' : 'auto'
115
+ overflowY: this.isModal ? 'auto' : 'hidden'
116
116
  }
117
117
  }
118
118
  },