ketekny-ui-kit 1.0.126 → 1.0.127

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ketekny-ui-kit",
3
3
  "type": "module",
4
- "version": "1.0.126",
4
+ "version": "1.0.127",
5
5
  "description": "A Vue 3 UI component library with Tailwind CSS styling",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -639,6 +639,9 @@ export default {
639
639
  >
640
640
  Δεν βρέθηκαν αποτελέσματα.
641
641
  </p>
642
+ <div v-if="!collapsed && $slots['sidebar-panel']" class="px-1 pt-3">
643
+ <slot name="sidebar-panel" />
644
+ </div>
642
645
  </nav>
643
646
 
644
647
  <div class="mt-auto border-t border-[var(--sidebar-border)] px-3 pb-3 pt-4">
@@ -26,6 +26,9 @@
26
26
  <template v-if="$slots['sidebar-header']" #sidebar-header>
27
27
  <slot name="sidebar-header" />
28
28
  </template>
29
+ <template v-if="$slots['sidebar-panel']" #sidebar-panel>
30
+ <slot name="sidebar-panel" />
31
+ </template>
29
32
  </MultilevelSidebar>
30
33
 
31
34
  <main class="flex min-h-0 flex-1 flex-col overflow-hidden">