@followgate/js 0.9.2 → 0.9.3

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/index.js CHANGED
@@ -272,7 +272,8 @@ var MODAL_STYLES = `
272
272
  font-size: 12px;
273
273
  color: #475569;
274
274
  text-align: center;
275
- margin-top: 16px;
275
+ margin-top: 12px;
276
+ margin-bottom: 0;
276
277
  font-family: system-ui, -apple-system, sans-serif;
277
278
  }
278
279
 
@@ -357,7 +358,8 @@ var MODAL_STYLES = `
357
358
  text-align: center;
358
359
  font-size: 12px;
359
360
  color: #64748b;
360
- margin-top: 4px;
361
+ margin-top: 2px;
362
+ margin-bottom: 0;
361
363
  cursor: pointer;
362
364
  transition: color 0.2s;
363
365
  }
package/dist/index.mjs CHANGED
@@ -246,7 +246,8 @@ var MODAL_STYLES = `
246
246
  font-size: 12px;
247
247
  color: #475569;
248
248
  text-align: center;
249
- margin-top: 16px;
249
+ margin-top: 12px;
250
+ margin-bottom: 0;
250
251
  font-family: system-ui, -apple-system, sans-serif;
251
252
  }
252
253
 
@@ -331,7 +332,8 @@ var MODAL_STYLES = `
331
332
  text-align: center;
332
333
  font-size: 12px;
333
334
  color: #64748b;
334
- margin-top: 4px;
335
+ margin-top: 2px;
336
+ margin-bottom: 0;
335
337
  cursor: pointer;
336
338
  transition: color 0.2s;
337
339
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@followgate/js",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "FollowGate SDK - Grow your audience with every download. Require social actions (follow, repost) before users can access your app.",
5
5
  "author": "FollowGate <hello@followgate.app>",
6
6
  "homepage": "https://followgate.app",