ultimate-jekyll-manager 1.9.7 → 1.9.8
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/defaults/dist/_layouts/themes/classy/frontend/pages/auth/reset.html +1 -1
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/auth/signin.html +2 -2
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/auth/signup.html +2 -2
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/index.html +2 -2
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/portal/email-preferences.html +1 -1
- package/dist/defaults/dist/pages/test/libraries/form-manager.html +8 -8
- package/package.json +3 -3
|
@@ -33,7 +33,7 @@ layout: themes/[ site.theme.id ]/frontend/core/cover
|
|
|
33
33
|
<input type="email" class="form-control form-control-md" id="email" name="email" placeholder="Enter your email" autocomplete="email" autofocus required>
|
|
34
34
|
</div>
|
|
35
35
|
|
|
36
|
-
<button type="submit" class="btn btn-success _btn-lg w-100 mb-4" data-provider="email"
|
|
36
|
+
<button type="submit" class="btn btn-success _btn-lg w-100 mb-4" data-provider="email">
|
|
37
37
|
{{ initializing_spinner }}
|
|
38
38
|
{% uj_icon "paper-plane", "me-2" %}
|
|
39
39
|
<span class="button-text">Send reset link</span>
|
|
@@ -47,7 +47,7 @@ social_signin:
|
|
|
47
47
|
<!-- Social Login (Optional) -->
|
|
48
48
|
<div class="mb-4">
|
|
49
49
|
{% for provider in page.resolved.social_signin %}
|
|
50
|
-
<button type="submit" class="btn btn-adaptive _btn-lg w-100 mb-3 d-flex align-items-center justify-content-center" data-provider="{{ provider.id }}"
|
|
50
|
+
<button type="submit" class="btn btn-adaptive _btn-lg w-100 mb-3 d-flex align-items-center justify-content-center" data-provider="{{ provider.id }}">
|
|
51
51
|
{{ initializing_spinner }}
|
|
52
52
|
<span class="avatar avatar-xs me-2">
|
|
53
53
|
<img src="{{ provider.logo }}?cb={{ site.uj.cache_breaker }}" class="object-fit-contain" alt="{{ provider.name }} Logo"/>
|
|
@@ -84,7 +84,7 @@ social_signin:
|
|
|
84
84
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
|
-
<button type="submit" class="btn btn-success _btn-lg w-100 mb-2" data-provider="email"
|
|
87
|
+
<button type="submit" class="btn btn-success _btn-lg w-100 mb-2" data-provider="email">
|
|
88
88
|
{{ initializing_spinner }}
|
|
89
89
|
{% uj_icon "arrow-right-to-bracket", "me-2" %}
|
|
90
90
|
<span class="button-text">Sign in</span>
|
|
@@ -47,7 +47,7 @@ social_signup:
|
|
|
47
47
|
<!-- Social Signup (Optional) -->
|
|
48
48
|
<div class="mb-4">
|
|
49
49
|
{% for provider in page.resolved.social_signup %}
|
|
50
|
-
<button type="submit" class="btn btn-adaptive _btn-lg w-100 mb-3 d-flex align-items-center justify-content-center" data-provider="{{ provider.id }}"
|
|
50
|
+
<button type="submit" class="btn btn-adaptive _btn-lg w-100 mb-3 d-flex align-items-center justify-content-center" data-provider="{{ provider.id }}">
|
|
51
51
|
{{ initializing_spinner }}
|
|
52
52
|
<span class="avatar avatar-xs me-2">
|
|
53
53
|
<img src="{{ provider.logo }}?cb={{ site.uj.cache_breaker }}" class="object-fit-contain" alt="{{ provider.name }} Logo"/>
|
|
@@ -114,7 +114,7 @@ social_signup:
|
|
|
114
114
|
<div id="consent-error" class="small mt-2 d-none" style="color: var(--bs-form-invalid-color, var(--bs-danger, #dc3545));"></div>
|
|
115
115
|
</div>
|
|
116
116
|
|
|
117
|
-
<button type="submit" class="btn btn-success _btn-lg w-100 mb-3" data-provider="email"
|
|
117
|
+
<button type="submit" class="btn btn-success _btn-lg w-100 mb-3" data-provider="email">
|
|
118
118
|
{{ initializing_spinner }}
|
|
119
119
|
{% uj_icon "user-plus", "me-2" %}
|
|
120
120
|
<span class="button-text">Create account</span>
|
|
@@ -236,7 +236,7 @@ cta:
|
|
|
236
236
|
autofocus
|
|
237
237
|
>
|
|
238
238
|
{% assign demo_btn_class = demo.options.button.class | default: "btn-adaptive-inverse" %}
|
|
239
|
-
<button type="submit" class="btn {{ demo_btn_class }} btn-lg text-nowrap flex-shrink-0"
|
|
239
|
+
<button type="submit" class="btn {{ demo_btn_class }} btn-lg text-nowrap flex-shrink-0">
|
|
240
240
|
{% iftruthy demo.options.button.icon %}
|
|
241
241
|
{% uj_icon demo.options.button.icon, "me-2" %}
|
|
242
242
|
{% endiftruthy %}
|
|
@@ -305,7 +305,7 @@ cta:
|
|
|
305
305
|
{% endfor %}
|
|
306
306
|
{% assign form_btn_class = demo.options.button.class | default: "btn-adaptive-inverse" %}
|
|
307
307
|
<div class="col-12 {% if demo.options.button.full_width != true %}col-sm-auto{% endif %}">
|
|
308
|
-
<button type="submit" class="btn {{ form_btn_class }} btn-lg w-100 h-100"
|
|
308
|
+
<button type="submit" class="btn {{ form_btn_class }} btn-lg w-100 h-100">
|
|
309
309
|
{% iftruthy demo.options.button.icon %}
|
|
310
310
|
{% uj_icon demo.options.button.icon, "me-2" %}
|
|
311
311
|
{% endiftruthy %}
|
package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/portal/email-preferences.html
CHANGED
|
@@ -87,7 +87,7 @@ prerender_icons:
|
|
|
87
87
|
<input type="text" class="form-control" name="honey" tabindex="-1" autocomplete="off">
|
|
88
88
|
</div>
|
|
89
89
|
|
|
90
|
-
<button type="submit" class="btn btn-danger w-100 mb-4" id="email-preferences-submit"
|
|
90
|
+
<button type="submit" class="btn btn-danger w-100 mb-4" id="email-preferences-submit">
|
|
91
91
|
<span class="button-text">Unsubscribe</span>
|
|
92
92
|
</button>
|
|
93
93
|
</form>
|
|
@@ -95,8 +95,8 @@ meta:
|
|
|
95
95
|
</div>
|
|
96
96
|
</div>
|
|
97
97
|
<div class="d-flex gap-2">
|
|
98
|
-
<button type="submit" data-action="save" class="btn btn-primary"
|
|
99
|
-
<button type="submit" data-action="draft" class="btn btn-outline-secondary"
|
|
98
|
+
<button type="submit" data-action="save" class="btn btn-primary">Save</button>
|
|
99
|
+
<button type="submit" data-action="draft" class="btn btn-outline-secondary">Save as Draft</button>
|
|
100
100
|
<button type="button" id="main-set-data" class="btn btn-outline-info">Set data</button>
|
|
101
101
|
</div>
|
|
102
102
|
</form>
|
|
@@ -139,7 +139,7 @@ meta:
|
|
|
139
139
|
<input type="checkbox" class="form-check-input" id="validation-terms" name="terms" required>
|
|
140
140
|
<label class="form-check-label" for="validation-terms">I agree to the terms (required)</label>
|
|
141
141
|
</div>
|
|
142
|
-
<button type="submit" class="btn btn-primary"
|
|
142
|
+
<button type="submit" class="btn btn-primary">Submit</button>
|
|
143
143
|
</form>
|
|
144
144
|
<div class="mt-2">
|
|
145
145
|
<small class="text-muted" id="validation-status">Status: ready</small>
|
|
@@ -161,7 +161,7 @@ meta:
|
|
|
161
161
|
<label for="contact-message" class="form-label">Message</label>
|
|
162
162
|
<textarea class="form-control" id="contact-message" name="message" rows="2">Hello!</textarea>
|
|
163
163
|
</div>
|
|
164
|
-
<button type="submit" class="btn btn-primary"
|
|
164
|
+
<button type="submit" class="btn btn-primary">Send message</button>
|
|
165
165
|
</form>
|
|
166
166
|
<div class="mt-2">
|
|
167
167
|
<small class="text-muted" id="contact-status">Status: ready</small>
|
|
@@ -183,7 +183,7 @@ meta:
|
|
|
183
183
|
<label for="manual-data" class="form-label">Data</label>
|
|
184
184
|
<input type="text" class="form-control" id="manual-data" name="data">
|
|
185
185
|
</div>
|
|
186
|
-
<button type="submit" class="btn btn-primary"
|
|
186
|
+
<button type="submit" class="btn btn-primary">Submit</button>
|
|
187
187
|
</form>
|
|
188
188
|
<div class="mt-2">
|
|
189
189
|
<small class="text-muted" id="manual-status">Status: initializing</small>
|
|
@@ -251,7 +251,7 @@ meta:
|
|
|
251
251
|
<button type="button" class="btn btn-outline-primary btn-sm groups-filter-btn" data-group="a">Group A</button>
|
|
252
252
|
<button type="button" class="btn btn-outline-success btn-sm groups-filter-btn" data-group="b">Group B</button>
|
|
253
253
|
<button type="button" class="btn btn-outline-info btn-sm groups-filter-btn" data-group='["a", "b"]'>Both (a, b)</button>
|
|
254
|
-
<button type="submit" class="btn btn-primary btn-sm ms-auto"
|
|
254
|
+
<button type="submit" class="btn btn-primary btn-sm ms-auto">Get data</button>
|
|
255
255
|
</div>
|
|
256
256
|
</form>
|
|
257
257
|
<div class="mt-3 d-flex gap-3">
|
|
@@ -292,7 +292,7 @@ meta:
|
|
|
292
292
|
<input type="file" class="form-control mx-auto" style="max-width: 300px;" name="pageFile">
|
|
293
293
|
<p data-file-drop-name class="small mt-2 mb-0 text-muted">No file selected</p>
|
|
294
294
|
</div>
|
|
295
|
-
<button type="submit" class="btn btn-primary"
|
|
295
|
+
<button type="submit" class="btn btn-primary">Submit</button>
|
|
296
296
|
</form>
|
|
297
297
|
<div class="mt-2">
|
|
298
298
|
<small class="text-muted" id="file-drop-status">Status: ready</small>
|
|
@@ -356,7 +356,7 @@ meta:
|
|
|
356
356
|
</div>
|
|
357
357
|
</div>
|
|
358
358
|
<div class="d-flex gap-2">
|
|
359
|
-
<button type="submit" class="btn btn-primary"
|
|
359
|
+
<button type="submit" class="btn btn-primary">
|
|
360
360
|
<span class="button-text">Submit (watch disabled states)</span>
|
|
361
361
|
</button>
|
|
362
362
|
<button type="button" id="snapshot-cycle" class="btn btn-outline-warning">Rapid cycle (5x)</button>
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultimate-jekyll-manager",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.8",
|
|
4
4
|
"description": "Ultimate Jekyll dependency manager",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
7
|
-
"
|
|
7
|
+
"assets/",
|
|
8
8
|
"bin/",
|
|
9
|
+
"dist/",
|
|
9
10
|
"docs/",
|
|
10
|
-
"assets/",
|
|
11
11
|
"CLAUDE.md"
|
|
12
12
|
],
|
|
13
13
|
"exports": {
|