@innertia-solutions/nuxt-theme-spark 0.1.58 → 0.1.60

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.
@@ -10,11 +10,13 @@ defineProps<{
10
10
  <div class="flex items-center gap-x-4">
11
11
  <slot name="icon" />
12
12
  <div>
13
- <div v-if="$slots.breadcrumb" class="flex items-center gap-x-1 mb-0.5">
13
+ <div class="flex items-baseline gap-x-2">
14
+ <h1 class="text-lg font-semibold text-slate-800 dark:text-slate-100">{{ title }}</h1>
15
+ <p v-if="description" class="text-sm text-slate-400 dark:text-slate-500">{{ description }}</p>
16
+ </div>
17
+ <div v-if="$slots.breadcrumb" class="flex items-center gap-x-1 mt-0.5">
14
18
  <slot name="breadcrumb" />
15
19
  </div>
16
- <h1 class="text-xl font-semibold text-slate-800 dark:text-slate-100">{{ title }}</h1>
17
- <p v-if="description" class="text-sm text-slate-500 dark:text-slate-400 mt-0.5">{{ description }}</p>
18
20
  </div>
19
21
  </div>
20
22
  <div class="flex items-center gap-x-2">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innertia-solutions/nuxt-theme-spark",
3
- "version": "0.1.58",
3
+ "version": "0.1.60",
4
4
  "description": "Innertia Solutions — Spark theme: backoffice, landing and mobile components and layouts",
5
5
  "keywords": [
6
6
  "nuxt",