@riosst100/pwa-marketplace 1.3.4 → 1.3.5

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.4",
4
+ "version": "1.3.5",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -73,5 +73,4 @@
73
73
 
74
74
  composes: lg_flex from global;
75
75
  composes: lg_self-start from global;
76
- width: 500px;
77
76
  }
@@ -2,8 +2,9 @@
2
2
  composes: bg-white from global;
3
3
  composes: bottom-0 from global;
4
4
  composes: hidden from global;
5
- composes: max-w-modal from global;
6
- composes: w-full from global;
5
+ /* composes: max-w-modal from global; */
6
+ width: 220px;
7
+ /* composes: w-full from global; */
7
8
  composes: z-foreground from global;
8
9
  grid-template-rows: 1fr 7rem;
9
10