ultimate-jekyll-manager 0.0.151 → 0.0.152
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.
|
@@ -6,18 +6,29 @@
|
|
|
6
6
|
// ============================================
|
|
7
7
|
.accordion-item {
|
|
8
8
|
background-color: var(--bs-secondary-bg);
|
|
9
|
+
border-radius: var(--bs-accordion-border-radius) !important;
|
|
10
|
+
margin-bottom: 0.5rem;
|
|
11
|
+
|
|
12
|
+
&:last-child {
|
|
13
|
+
margin-bottom: 0;
|
|
14
|
+
}
|
|
9
15
|
}
|
|
10
16
|
|
|
11
17
|
.accordion-button {
|
|
12
18
|
background-color: var(--bs-secondary-bg);
|
|
19
|
+
border-radius: var(--bs-accordion-border-radius) !important;
|
|
13
20
|
|
|
14
21
|
&:not(.collapsed) {
|
|
15
22
|
background-color: var(--bs-secondary-bg);
|
|
23
|
+
border-bottom-left-radius: 0 !important;
|
|
24
|
+
border-bottom-right-radius: 0 !important;
|
|
16
25
|
}
|
|
17
26
|
}
|
|
18
27
|
|
|
19
28
|
.accordion-body {
|
|
20
29
|
background-color: var(--bs-secondary-bg);
|
|
30
|
+
border-bottom-left-radius: var(--bs-accordion-border-radius) !important;
|
|
31
|
+
border-bottom-right-radius: var(--bs-accordion-border-radius) !important;
|
|
21
32
|
}
|
|
22
33
|
|
|
23
34
|
// Light mode icons
|
|
@@ -77,6 +77,17 @@
|
|
|
77
77
|
box-shadow: 0 0 0 0.25rem rgba($primary, 0.25);
|
|
78
78
|
background-color: var(--bs-body-bg);
|
|
79
79
|
}
|
|
80
|
+
|
|
81
|
+
// Override Chrome/Safari autofill background color with subtle indicator
|
|
82
|
+
&:-webkit-autofill,
|
|
83
|
+
&:-webkit-autofill:hover,
|
|
84
|
+
&:-webkit-autofill:focus {
|
|
85
|
+
-webkit-box-shadow: 0 0 0 1000px var(--bs-body-bg) inset !important;
|
|
86
|
+
-webkit-text-fill-color: var(--bs-body-color) !important;
|
|
87
|
+
caret-color: var(--bs-body-color);
|
|
88
|
+
border-color: $primary !important;
|
|
89
|
+
box-shadow: 0 0 0 1000px var(--bs-body-bg) inset, 0 0 0 2px rgba($primary, 0.15) !important;
|
|
90
|
+
}
|
|
80
91
|
}
|
|
81
92
|
|
|
82
93
|
// ============================================
|
|
@@ -47,7 +47,6 @@ const watchInput = [
|
|
|
47
47
|
|
|
48
48
|
// Page-specific js - watch for changes but don't compile as entry points
|
|
49
49
|
`${rootPathPackage}/dist/assets/js/pages/**/*.js`,
|
|
50
|
-
'src/assets/js/pages/**/*.js',
|
|
51
50
|
|
|
52
51
|
// Core JS - watch for changes but don't compile as entry points
|
|
53
52
|
`${rootPathPackage}/dist/assets/js/**/*.js`,
|
|
@@ -56,6 +55,9 @@ const watchInput = [
|
|
|
56
55
|
`${rootPathPackage}/dist/assets/themes/**/*.js`,
|
|
57
56
|
'src/assets/themes/**/*.js',
|
|
58
57
|
|
|
58
|
+
// All project assets js - watch for changes but don't compile as entry points
|
|
59
|
+
'src/assets/js/**/*.js',
|
|
60
|
+
|
|
59
61
|
// UJ Service worker
|
|
60
62
|
`${rootPathPackage}/dist/service-worker.js`,
|
|
61
63
|
|
package/firebase-debug.log
CHANGED
|
@@ -3238,3 +3238,31 @@
|
|
|
3238
3238
|
[debug] [2025-12-11T03:31:03.904Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3239
3239
|
[debug] [2025-12-11T03:31:03.904Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3240
3240
|
[debug] [2025-12-11T03:31:03.905Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3241
|
+
[debug] [2025-12-11T04:02:16.400Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3242
|
+
[debug] [2025-12-11T04:02:16.402Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3243
|
+
[debug] [2025-12-11T04:02:16.402Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3244
|
+
[debug] [2025-12-11T04:02:16.402Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3245
|
+
[debug] [2025-12-11T04:02:16.402Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3246
|
+
[debug] [2025-12-11T04:02:16.410Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3247
|
+
[debug] [2025-12-11T04:02:16.411Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3248
|
+
[debug] [2025-12-11T04:02:16.404Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3249
|
+
[debug] [2025-12-11T04:02:16.404Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3250
|
+
[debug] [2025-12-11T04:02:16.404Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3251
|
+
[debug] [2025-12-11T04:02:16.417Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3252
|
+
[debug] [2025-12-11T04:02:16.417Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3253
|
+
[debug] [2025-12-11T04:02:16.494Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3254
|
+
[debug] [2025-12-11T04:02:16.494Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3255
|
+
[debug] [2025-12-11T04:02:16.495Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3256
|
+
[debug] [2025-12-11T04:02:16.495Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3257
|
+
[debug] [2025-12-11T04:02:16.501Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3258
|
+
[debug] [2025-12-11T04:02:16.501Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3259
|
+
[debug] [2025-12-11T04:02:16.501Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3260
|
+
[debug] [2025-12-11T04:02:16.501Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3261
|
+
[debug] [2025-12-11T04:02:16.507Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3262
|
+
[debug] [2025-12-11T04:02:16.507Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3263
|
+
[debug] [2025-12-11T04:02:16.508Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3264
|
+
[debug] [2025-12-11T04:02:16.508Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3265
|
+
[debug] [2025-12-11T04:02:16.510Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3266
|
+
[debug] [2025-12-11T04:02:16.510Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
3267
|
+
[debug] [2025-12-11T04:02:16.511Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
3268
|
+
[debug] [2025-12-11T04:02:16.511Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|