@followgate/js 0.15.3 → 0.15.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 CHANGED
@@ -1100,14 +1100,14 @@ var FollowGateClient = class {
1100
1100
  </div>
1101
1101
  ` : ""}
1102
1102
  </div>
1103
- <p class="fg-verify-hint">Verification may take some time</p>
1104
- <p style="color: rgba(250, 204, 21, 0.85); font-size: 11px; margin: 8px 0 10px; text-align: center;">Access may be revoked if actions are not completed.</p>
1103
+ <p class="fg-verify-hint" style="margin-bottom: 32px;">Verification may take some time</p>
1104
+ <p style="color: rgba(250, 204, 21, 0.85); font-size: 11px; margin: 0 0 10px; text-align: center;">Access may be revoked if actions are not completed.</p>
1105
1105
  <button class="fg-btn fg-btn-green" id="fg-finish-btn">
1106
1106
  ${ICONS.check}
1107
- Got it - Get access
1107
+ Got it - Get access now!
1108
1108
  </button>
1109
1109
  ${hasFollow || hasRepost ? `
1110
- <p style="color: rgba(255,255,255,0.4); font-size: 11px; margin: 24px 0 6px; text-align: center;">Missed something? Open again:</p>
1110
+ <p style="color: rgba(255,255,255,0.4); font-size: 11px; margin: 24px 0 0; text-align: center;">Missed something? Open again:</p>
1111
1111
  <div class="fg-btn-row">
1112
1112
  ${hasFollow ? `
1113
1113
  <button class="fg-btn fg-btn-secondary" id="fg-redo-follow">
package/dist/index.mjs CHANGED
@@ -1074,14 +1074,14 @@ var FollowGateClient = class {
1074
1074
  </div>
1075
1075
  ` : ""}
1076
1076
  </div>
1077
- <p class="fg-verify-hint">Verification may take some time</p>
1078
- <p style="color: rgba(250, 204, 21, 0.85); font-size: 11px; margin: 8px 0 10px; text-align: center;">Access may be revoked if actions are not completed.</p>
1077
+ <p class="fg-verify-hint" style="margin-bottom: 32px;">Verification may take some time</p>
1078
+ <p style="color: rgba(250, 204, 21, 0.85); font-size: 11px; margin: 0 0 10px; text-align: center;">Access may be revoked if actions are not completed.</p>
1079
1079
  <button class="fg-btn fg-btn-green" id="fg-finish-btn">
1080
1080
  ${ICONS.check}
1081
- Got it - Get access
1081
+ Got it - Get access now!
1082
1082
  </button>
1083
1083
  ${hasFollow || hasRepost ? `
1084
- <p style="color: rgba(255,255,255,0.4); font-size: 11px; margin: 24px 0 6px; text-align: center;">Missed something? Open again:</p>
1084
+ <p style="color: rgba(255,255,255,0.4); font-size: 11px; margin: 24px 0 0; text-align: center;">Missed something? Open again:</p>
1085
1085
  <div class="fg-btn-row">
1086
1086
  ${hasFollow ? `
1087
1087
  <button class="fg-btn fg-btn-secondary" id="fg-redo-follow">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@followgate/js",
3
- "version": "0.15.3",
3
+ "version": "0.15.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",