@fy-/fws-vue 0.0.901 → 0.0.903
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.
|
@@ -43,7 +43,9 @@ onUnmounted(() => {
|
|
|
43
43
|
</script>
|
|
44
44
|
<template>
|
|
45
45
|
<DefaultModal id="confirm" :title="title ? title : ''">
|
|
46
|
-
<div
|
|
46
|
+
<div
|
|
47
|
+
class="relative bg-fv-neutral-200 rounded-lg shadow dark:bg-fv-neutral-800"
|
|
48
|
+
>
|
|
47
49
|
<div class="p-6 text-center">
|
|
48
50
|
<ExclamationCircleIcon
|
|
49
51
|
class="mx-auto mb-4 text-fv-neutral-400 w-12 h-12 dark:text-fv-neutral-200"
|
|
@@ -57,14 +57,15 @@ onUnmounted(() => {
|
|
|
57
57
|
style="z-index: 40"
|
|
58
58
|
>
|
|
59
59
|
<DialogPanel
|
|
60
|
-
class="flex flex-col items-center justify-center min-h-screen text-fv-neutral-800 dark:text-fv-neutral-300 bg-fv-neutral-900/[.20] dark:bg-fv-neutral-50/[.20]"
|
|
60
|
+
class="flex absolute inset-0 flex-col items-center justify-center min-h-screen text-fv-neutral-800 dark:text-fv-neutral-300 bg-fv-neutral-900/[.20] dark:bg-fv-neutral-50/[.20]"
|
|
61
61
|
style="z-index: 41"
|
|
62
62
|
>
|
|
63
63
|
<div
|
|
64
|
-
class="relative w-full max-w-2xl max-h-full bg-white rounded-lg shadow dark:bg-fv-neutral-
|
|
64
|
+
class="relative w-full max-w-2xl max-h-full bg-white rounded-lg shadow dark:bg-fv-neutral-800"
|
|
65
|
+
style="z-index: 42"
|
|
65
66
|
>
|
|
66
67
|
<div
|
|
67
|
-
class="flex items-center justify-between p-2 w-full border-b rounded-t dark:border-fv-neutral-
|
|
68
|
+
class="flex items-center justify-between p-2 w-full border-b rounded-t dark:border-fv-neutral-700"
|
|
68
69
|
>
|
|
69
70
|
<slot name="before"></slot>
|
|
70
71
|
<DialogTitle
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fy-/fws-vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.903",
|
|
4
4
|
"author": "Florian 'Fy' Gasquez <m@fy.to>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -35,7 +35,9 @@
|
|
|
35
35
|
"@vueuse/core": "^10.x.x",
|
|
36
36
|
"pinia": "2.x.x",
|
|
37
37
|
"vue": "^3.2.x",
|
|
38
|
-
"vue-router": "^4.1.x"
|
|
38
|
+
"vue-router": "^4.1.x",
|
|
39
|
+
"mitt": "^3.0.x",
|
|
40
|
+
"timeago.js": "^4.0.x"
|
|
39
41
|
},
|
|
40
42
|
"dependencies": {
|
|
41
43
|
"timeago.js": "^4.0.2"
|