@followgate/js 0.9.2 → 0.9.4
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 +6 -4
- package/dist/index.mjs +6 -4
- package/package.json +1 -1
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:
|
|
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:
|
|
361
|
+
margin-top: 2px;
|
|
362
|
+
margin-bottom: 0;
|
|
361
363
|
cursor: pointer;
|
|
362
364
|
transition: color 0.2s;
|
|
363
365
|
}
|
|
@@ -421,8 +423,8 @@ var MODAL_STYLES = `
|
|
|
421
423
|
}
|
|
422
424
|
|
|
423
425
|
.fg-footer {
|
|
424
|
-
margin-top:
|
|
425
|
-
padding-top:
|
|
426
|
+
margin-top: 16px;
|
|
427
|
+
padding-top: 12px;
|
|
426
428
|
border-top: 1px solid #1e293b;
|
|
427
429
|
text-align: center;
|
|
428
430
|
}
|
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:
|
|
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:
|
|
335
|
+
margin-top: 2px;
|
|
336
|
+
margin-bottom: 0;
|
|
335
337
|
cursor: pointer;
|
|
336
338
|
transition: color 0.2s;
|
|
337
339
|
}
|
|
@@ -395,8 +397,8 @@ var MODAL_STYLES = `
|
|
|
395
397
|
}
|
|
396
398
|
|
|
397
399
|
.fg-footer {
|
|
398
|
-
margin-top:
|
|
399
|
-
padding-top:
|
|
400
|
+
margin-top: 16px;
|
|
401
|
+
padding-top: 12px;
|
|
400
402
|
border-top: 1px solid #1e293b;
|
|
401
403
|
text-align: center;
|
|
402
404
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@followgate/js",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
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",
|