@aeria-ui/ui 0.0.159 → 0.0.160
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/{_id_-8077e901.js → _id_-27a53395.js} +1 -1
- package/dist/{activation-07331948.js → activation-d4f6bfd3.js} +1 -1
- package/dist/{index-4c54d181.js → index-1254b96e.js} +1 -1
- package/dist/{index-2e73f15f.js → index-344010b1.js} +579 -572
- package/dist/{index-4317eca9.js → index-778db0f9.js} +1 -1
- package/dist/{index-54d393cd.js → index-b72557b8.js} +1 -1
- package/dist/{redefine-password-8c66b2ed.js → redefine-password-d30a850b.js} +1 -1
- package/dist/{signin-1ee6c180.js → signin-0f3fd855.js} +16 -16
- package/dist/{signup-84e9a86f.js → signup-a6e0d10a.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.js +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as r, watch as n, openBlock as c, createBlock as l } from "vue";
|
|
2
2
|
import { getGlobalStateManager as a, useStore as m } from "@aeria-ui/state-management";
|
|
3
|
-
import { f as s } from "./index-
|
|
3
|
+
import { f as s } from "./index-344010b1.js";
|
|
4
4
|
import "@aeria-ui/i18n";
|
|
5
5
|
import "@aeria-ui/core";
|
|
6
6
|
import "@aeriajs/common";
|
|
@@ -3,7 +3,7 @@ import { INSTANCE_VARS_SYMBOL as U } from "@aeria-ui/core";
|
|
|
3
3
|
import { useStore as $ } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as x } from "vue-router";
|
|
5
5
|
import { t as i } from "@aeria-ui/i18n";
|
|
6
|
-
import { A as E, c as I, a as v } from "./index-
|
|
6
|
+
import { A as E, c as I, a as v } from "./index-344010b1.js";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|
|
9
9
|
const N = { key: 0 }, T = {
|
|
@@ -2,7 +2,7 @@ import { defineComponent as u, ref as m, openBlock as _, createBlock as f, withC
|
|
|
2
2
|
import { useRouter as v } from "vue-router";
|
|
3
3
|
import { useI18n as x } from "@aeria-ui/i18n";
|
|
4
4
|
import { useStore as c } from "@aeria-ui/state-management";
|
|
5
|
-
import { i as y, c as S, a as V } from "./index-
|
|
5
|
+
import { i as y, c as S, a as V } from "./index-344010b1.js";
|
|
6
6
|
import "@aeria-ui/core";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|