@motor-cms/ui-admin 1.5.0 → 1.5.1
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/app/pages/index.vue +2 -2
- package/package.json +2 -2
package/app/pages/index.vue
CHANGED
|
@@ -50,7 +50,7 @@ async function onDismiss(id: number) {
|
|
|
50
50
|
|
|
51
51
|
<template>
|
|
52
52
|
<div class="p-6">
|
|
53
|
-
<div class="flex
|
|
53
|
+
<div class="flex flex-col mb-6">
|
|
54
54
|
<div>
|
|
55
55
|
<h1 class="text-xl font-heading font-semibold text-highlighted">
|
|
56
56
|
{{ t('motor-admin.dashboard.welcome', { name: user?.data?.name ?? '' }) }}
|
|
@@ -59,7 +59,7 @@ async function onDismiss(id: number) {
|
|
|
59
59
|
{{ currentDate }}
|
|
60
60
|
</p>
|
|
61
61
|
</div>
|
|
62
|
-
<div class="flex items-center gap-2">
|
|
62
|
+
<div class="flex items-center gap-2 mt-3 self-end">
|
|
63
63
|
<UButton
|
|
64
64
|
icon="i-lucide-plus"
|
|
65
65
|
color="primary"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@motor-cms/ui-admin",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./nuxt.config.ts",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@vueuse/core": "^14.0.0",
|
|
18
18
|
"sortablejs": "^1.15.0",
|
|
19
19
|
"zod": "^4.0.0",
|
|
20
|
-
"@motor-cms/ui-core": "1.5.
|
|
20
|
+
"@motor-cms/ui-core": "1.5.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"nuxt": "^4.0.0",
|