@apptegy/nuxt-navigation 0.1.14 → 0.1.15

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": "@apptegy/nuxt-navigation",
3
3
  "configKey": "@apptegy/nuxt-navigation",
4
- "version": "0.1.14",
4
+ "version": "0.1.15",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.3",
7
7
  "unbuild": "unknown"
@@ -135,7 +135,7 @@ function onHoverLeave() {
135
135
  background-color: var(--dscl-nav-background-color, var(--purple-70));
136
136
  color: var(--dscl-nav-font-color, var(--dscl-light-font, var(--primary-white)));
137
137
  transition: width 0.3s ease-in-out, translate 0.2s ease-in-out;
138
- height: 100vh;
138
+ height: 100%;
139
139
  overflow-y: auto;
140
140
  width: 64px;
141
141
  }
@@ -36,6 +36,10 @@ function getActiveIcon(src){
36
36
  box-shadow: inset 0px -1px 0px 0px var(--dscl-nav-section-border-bottom-color, var(--purple-65));
37
37
  padding-bottom: 4px;
38
38
  }
39
+ .a-nav-section--content {
40
+ display: flex;
41
+ flex-direction: column;
42
+ }
39
43
  .a-nav-section--link {
40
44
  display: flex;
41
45
  color: var(--dscl-nav-font-color, var(--dscl-light-font, var(--primary-white)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {