@innertia-solutions/nuxt-theme-spark 0.1.104 → 0.1.105

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.
@@ -2,6 +2,7 @@
2
2
  const props = defineProps<{
3
3
  floating?: boolean
4
4
  user?: { name?: string; email?: string } | null
5
+ menuSize?: string
5
6
  }>()
6
7
 
7
8
  const emit = defineEmits<{ logout: [] }>()
@@ -69,12 +70,13 @@ const userInitial = computed(() =>
69
70
  </div>
70
71
 
71
72
  <!-- Nav menu (scrollable) -->
72
- <div class="flex-1 min-h-0 overflow-y-auto
73
- [&::-webkit-scrollbar]:w-1.5
74
- [&::-webkit-scrollbar-thumb]:rounded-full
75
- [&::-webkit-scrollbar-track]:bg-transparent
76
- [&::-webkit-scrollbar-thumb]:bg-slate-200
77
- dark:[&::-webkit-scrollbar-thumb]:bg-slate-600">
73
+ <div
74
+ :class="[
75
+ 'flex-1 min-h-0 overflow-y-auto',
76
+ '[&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:bg-slate-200 dark:[&::-webkit-scrollbar-thumb]:bg-slate-600',
77
+ menuSize ?? 'text-sm',
78
+ ]"
79
+ >
78
80
  <slot name="menu" />
79
81
  </div>
80
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innertia-solutions/nuxt-theme-spark",
3
- "version": "0.1.104",
3
+ "version": "0.1.105",
4
4
  "description": "Innertia Solutions — Spark theme: backoffice, landing and mobile components and layouts",
5
5
  "keywords": [
6
6
  "nuxt",