j1-template 2024.3.25 → 2024.3.26
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.
- checksums.yaml +4 -4
- data/assets/theme/!readme +1 -0
- data/assets/theme/j1/core/css/themes/bootstrap/bootstrap.css +1 -1
- data/assets/theme/j1/core/css/themes/unodark/bootstrap.css +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +9 -9
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/js/template.min.js +6 -6
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/js/video.js +10902 -10902
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/videojs_api/index.html +7 -7
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +9 -0
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- metadata +3 -3
- data/assets/theme/bla +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 863665110de39165f05b3ff8fce421714c74786530d82a9844cef6efe7d1ef76
|
4
|
+
data.tar.gz: d2bd8b2196b7085eeb66009889cdec408b037a311c396dc61ebcdc26133df7ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0706961249004127034ecde0c1630dbae53a4c8d6f97f86dd6be4d59c49ccee961bcbf5cc6717fb0d7210068a816fd77b936c2eb2d191bbf5b2bcd0dca849d69'
|
7
|
+
data.tar.gz: ddb463db603fb7d9edb3ce2e5495631deb24dcbc921055b9967ea257a0b6dea746809120968396a9742e9d452dbc13a81d3282f09813d76a0e2e346f32103988
|
@@ -0,0 +1 @@
|
|
1
|
+
Empty file.
|
@@ -17,7 +17,7 @@
|
|
17
17
|
# -----------------------------------------------------------------------------
|
18
18
|
*/
|
19
19
|
/*!
|
20
|
-
* Bootstrap v5.3.
|
20
|
+
* Bootstrap v5.3.7 (https://getbootstrap.com/)
|
21
21
|
* Copyright 2011-2025 The Bootstrap Authors
|
22
22
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
23
23
|
*/
|
@@ -63,7 +63,7 @@
|
|
63
63
|
# ----------------------------------------------------------------------------
|
64
64
|
*/
|
65
65
|
/*!
|
66
|
-
* Bootstrap v5.3.
|
66
|
+
* Bootstrap v5.3.7 (https://getbootstrap.com/)
|
67
67
|
* Copyright 2011-2025 The Bootstrap Authors
|
68
68
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
69
69
|
*/
|
@@ -65,7 +65,7 @@ $caret-width: .3em !default;
|
|
65
65
|
$caret-width-lg: $caret-width !default;
|
66
66
|
*/
|
67
67
|
/*!
|
68
|
-
* Bootstrap v5.3.
|
68
|
+
* Bootstrap v5.3.7 (https://getbootstrap.com/)
|
69
69
|
* Copyright 2011-2025 The Bootstrap Authors
|
70
70
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
71
71
|
*/
|
@@ -2453,7 +2453,7 @@ progress {
|
|
2453
2453
|
background-color: rgba(0, 0, 0, 0);
|
2454
2454
|
border-color: rgb(144, 202.5, 249);
|
2455
2455
|
outline: 0;
|
2456
|
-
box-shadow: none
|
2456
|
+
box-shadow: none;
|
2457
2457
|
}
|
2458
2458
|
.form-control::-webkit-date-and-time-value {
|
2459
2459
|
min-width: 85px;
|
@@ -3066,7 +3066,7 @@ textarea.form-control-lg {
|
|
3066
3066
|
}
|
3067
3067
|
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
3068
3068
|
border-color: var(--bs-form-valid-border-color);
|
3069
|
-
box-shadow: none
|
3069
|
+
box-shadow: none;
|
3070
3070
|
}
|
3071
3071
|
|
3072
3072
|
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
|
@@ -3156,7 +3156,7 @@ textarea.form-control-lg {
|
|
3156
3156
|
}
|
3157
3157
|
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
|
3158
3158
|
border-color: var(--bs-form-invalid-border-color);
|
3159
|
-
box-shadow: none
|
3159
|
+
box-shadow: none;
|
3160
3160
|
}
|
3161
3161
|
|
3162
3162
|
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
|
@@ -15026,7 +15026,7 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
|
|
15026
15026
|
}
|
15027
15027
|
.was-validated .is-focused .form-control:valid:focus, .is-focused .form-control.is-valid:focus {
|
15028
15028
|
border-color: #616161;
|
15029
|
-
box-shadow: none
|
15029
|
+
box-shadow: none;
|
15030
15030
|
}
|
15031
15031
|
.was-validated .is-focused textarea.form-control:valid, .is-focused textarea.form-control.is-valid {
|
15032
15032
|
padding-right: calc(1.5em + 0.875rem);
|
@@ -15143,7 +15143,7 @@ fieldset[disabled][disabled] .has-success .form-control, .has-success .form-cont
|
|
15143
15143
|
}
|
15144
15144
|
.was-validated .has-success .is-focused .form-control:valid:focus, .has-success .is-focused .form-control.is-valid:focus {
|
15145
15145
|
border-color: #4caf50;
|
15146
|
-
box-shadow: none
|
15146
|
+
box-shadow: none;
|
15147
15147
|
}
|
15148
15148
|
.was-validated .has-success .is-focused textarea.form-control:valid, .has-success .is-focused textarea.form-control.is-valid {
|
15149
15149
|
padding-right: calc(1.5em + 0.875rem);
|
@@ -15260,7 +15260,7 @@ fieldset[disabled][disabled] .has-info .form-control, .has-info .form-control.di
|
|
15260
15260
|
}
|
15261
15261
|
.was-validated .has-info .is-focused .form-control:valid:focus, .has-info .is-focused .form-control.is-valid:focus {
|
15262
15262
|
border-color: #00bcd4;
|
15263
|
-
box-shadow: none
|
15263
|
+
box-shadow: none;
|
15264
15264
|
}
|
15265
15265
|
.was-validated .has-info .is-focused textarea.form-control:valid, .has-info .is-focused textarea.form-control.is-valid {
|
15266
15266
|
padding-right: calc(1.5em + 0.875rem);
|
@@ -15377,7 +15377,7 @@ fieldset[disabled][disabled] .has-warning .form-control, .has-warning .form-cont
|
|
15377
15377
|
}
|
15378
15378
|
.was-validated .has-warning .is-focused .form-control:valid:focus, .has-warning .is-focused .form-control.is-valid:focus {
|
15379
15379
|
border-color: #ffeb3b;
|
15380
|
-
box-shadow: none
|
15380
|
+
box-shadow: none;
|
15381
15381
|
}
|
15382
15382
|
.was-validated .has-warning .is-focused textarea.form-control:valid, .has-warning .is-focused textarea.form-control.is-valid {
|
15383
15383
|
padding-right: calc(1.5em + 0.875rem);
|
@@ -15494,7 +15494,7 @@ fieldset[disabled][disabled] .has-danger .form-control, .has-danger .form-contro
|
|
15494
15494
|
}
|
15495
15495
|
.was-validated .has-danger .is-focused .form-control:valid:focus, .has-danger .is-focused .form-control.is-valid:focus {
|
15496
15496
|
border-color: #f44336;
|
15497
|
-
box-shadow: none
|
15497
|
+
box-shadow: none;
|
15498
15498
|
}
|
15499
15499
|
.was-validated .has-danger .is-focused textarea.form-control:valid, .has-danger .is-focused textarea.form-control.is-valid {
|
15500
15500
|
padding-right: calc(1.5em + 0.875rem);
|