@riosst100/pwa-marketplace 1.3.6 → 1.3.7

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": "@riosst100/pwa-marketplace",
3
3
  "author": "riosst100@gmail.com",
4
- "version": "1.3.6",
4
+ "version": "1.3.7",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -113,7 +113,7 @@ const MegaMenuItem = props => {
113
113
  }}
114
114
  onMouseLeave={e => {
115
115
  handleClickOutside(e);
116
- handleCloseSubMenu();
116
+ // handleCloseSubMenu();
117
117
  }}
118
118
  >
119
119
  <Link
@@ -7,7 +7,7 @@
7
7
  composes: px-3 from global;
8
8
  composes: py-5 from global;
9
9
  composes: right-0 from global;
10
- top: 139px;
10
+ top: 133px;
11
11
  box-shadow: 0 3px rgb(var(--venia-global-color-gray-100));
12
12
  }
13
13
 
@@ -39,4 +39,5 @@
39
39
  composes: justify-between from global;
40
40
  composes: ml-auto from global;
41
41
  composes: mr-auto from global;
42
+ composes: flex-col from global;
42
43
  }