@shwfed/nuxt 0.1.67 → 0.1.68

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.67",
4
+ "version": "0.1.68",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -442,7 +442,7 @@ watch(
442
442
  collapsible="icon"
443
443
  class="sticky h-full"
444
444
  >
445
- <SidebarContent class="gap-0 py-1">
445
+ <SidebarContent class="gap-2 py-1">
446
446
  <template
447
447
  v-for="group in navigations"
448
448
  :key="group.id"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
- "version": "0.1.67",
3
+ "version": "0.1.68",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",