@shwfed/nuxt 0.1.65 → 0.1.67

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
3
  "configKey": "shwfed",
4
- "version": "0.1.65",
4
+ "version": "0.1.67",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -435,7 +435,7 @@ watch(
435
435
  default-open
436
436
  class="w-fit"
437
437
  :style="{
438
- '--sidebar-width': '12rem'
438
+ '--sidebar-width': '13rem'
439
439
  }"
440
440
  >
441
441
  <Sidebar
@@ -449,7 +449,6 @@ watch(
449
449
  >
450
450
  <Collapsible
451
451
  v-if="'children' in group"
452
- default-open
453
452
  class="group/collapsible"
454
453
  >
455
454
  <SidebarGroup>
@@ -471,7 +470,7 @@ watch(
471
470
  </SidebarGroupLabel>
472
471
  <CollapsibleContent class="overflow-hidden data-[state=open]:overflow-visible data-[state=open]:h-auto">
473
472
  <SidebarGroupContent>
474
- <SidebarMenu>
473
+ <SidebarMenu class="pl-4">
475
474
  <SidebarMenuItem
476
475
  v-for="menu in group.children"
477
476
  :key="menu.id"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
- "version": "0.1.65",
3
+ "version": "0.1.67",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",