j1-template 2024.3.26 → 2024.3.28
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/data/banner.html +3 -1
- data/assets/theme/j1/adapter/js/masonry.js +6 -8
- data/assets/theme/j1/adapter/js/videojs.js +8 -6
- data/assets/theme/j1/core/js/template.js +28 -1
- data/assets/theme/j1/core/js/template.min.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +4 -2
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +6 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +232 -100
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +6 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +1 -2
- data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js +21 -6
- data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/banner.yml +29 -18
- data/lib/starter_web/_data/blocks/panel.yml +79 -124
- data/lib/starter_web/_data/modules/blog_navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +2 -2
- data/lib/starter_web/_data/modules/gallery.yml +145 -19
- data/lib/starter_web/_data/modules/masonry.yml +9 -10
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.asciidoc +2 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/image/module/attic/1920x1280/nick-fewings.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/no-revisions.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/wolfgang-weiser.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/example-content-1280x800.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/google-lighthouse-1080x300.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/google-lighthouse-scores.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/master-header-1280x600.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/nav-module-1280x300.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/teaser-banner-1280x600.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/tts-1280x500.jpg +0 -0
- data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/captions/video.vtt +2 -3
- data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/chapters/video.vtt +4 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +18 -20
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +6 -7
- data/lib/starter_web/collections/posts/public/featured/_posts/{2023-10-18-url-types.adoc → 2022-10-18-url-types.adoc} +7 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/{2021-02-01-static-site-generators.adoc → 2023-02-01-static-site-generators.adoc} +5 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/{2022-02-01-about-j1.adoc → 2024-02-01-about-j1.adoc} +4 -5
- data/lib/starter_web/index.html +17 -73
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/features/{general.adoc → core-features.adoc} +92 -47
- data/lib/starter_web/pages/public/features/{template.adoc → theme-features.adoc} +313 -195
- data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +2 -2
- data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +10 -15
- data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +107 -102
- data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +13 -21
- data/lib/starter_web/pages/public/tour/audio_data.adoc +2 -2
- data/lib/starter_web/pages/public/tour/icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/tour/image_data.adoc +138 -234
- data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
- data/lib/starter_web/pages/public/tour/video_data.adoc +74 -85
- metadata +12 -9
- data/lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg +0 -0
- data/lib/starter_web/pages/public/tour/modal_extentions.adoc +0 -126
@@ -30,7 +30,8 @@
|
|
30
30
|
}(this, (function () {
|
31
31
|
'use strict';
|
32
32
|
|
33
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
34
35
|
Copyright (c) Microsoft Corporation.
|
35
36
|
|
36
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -43,7 +44,8 @@
|
|
43
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
44
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
45
46
|
PERFORMANCE OF THIS SOFTWARE.
|
46
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
47
49
|
|
48
50
|
var __assign = function() {
|
49
51
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,11 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgAutoplay = factory());
|
30
|
-
}(this, (function () {
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
31
32
|
|
32
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
33
35
|
Copyright (c) Microsoft Corporation.
|
34
36
|
|
35
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +44,8 @@
|
|
42
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
46
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
46
49
|
|
47
50
|
var __assign = function() {
|
48
51
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,11 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgComment = factory());
|
30
|
-
}(this, (function () {
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
31
32
|
|
32
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
33
35
|
Copyright (c) Microsoft Corporation.
|
34
36
|
|
35
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +44,8 @@
|
|
42
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
46
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
46
49
|
|
47
50
|
var __assign = function() {
|
48
51
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,11 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgFullscreen = factory());
|
30
|
-
}(this, (function () {
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
31
32
|
|
32
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
33
35
|
Copyright (c) Microsoft Corporation.
|
34
36
|
|
35
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +44,8 @@
|
|
42
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
46
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
46
49
|
|
47
50
|
var __assign = function() {
|
48
51
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,11 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgHash = factory());
|
30
|
-
}(this, (function () {
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
31
32
|
|
32
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
33
35
|
Copyright (c) Microsoft Corporation.
|
34
36
|
|
35
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +44,8 @@
|
|
42
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
46
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
46
49
|
|
47
50
|
var __assign = function() {
|
48
51
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,11 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgMediumZoom = factory());
|
30
|
-
}(this, (function () {
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
31
32
|
|
32
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
33
35
|
Copyright (c) Microsoft Corporation.
|
34
36
|
|
35
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +44,8 @@
|
|
42
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
46
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
46
49
|
|
47
50
|
var __assign = function() {
|
48
51
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,11 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgPager = factory());
|
30
|
-
}(this, (function () {
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
31
32
|
|
32
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
33
35
|
Copyright (c) Microsoft Corporation.
|
34
36
|
|
35
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +44,8 @@
|
|
42
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
46
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
46
49
|
|
47
50
|
var __assign = function() {
|
48
51
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,11 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgRelativeCaption = factory());
|
30
|
-
}(this, (function () {
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
31
32
|
|
32
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
33
35
|
Copyright (c) Microsoft Corporation.
|
34
36
|
|
35
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +44,8 @@
|
|
42
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
46
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
46
49
|
|
47
50
|
var __assign = function() {
|
48
51
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,10 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgRotate = factory());
|
30
|
-
}(this, (function () {
|
31
|
-
|
32
|
-
/*!
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
32
|
+
/*!
|
33
|
+
****************************************************************************
|
33
34
|
Copyright (c) Microsoft Corporation.
|
34
35
|
|
35
36
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +43,8 @@
|
|
42
43
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
44
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
45
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
46
|
+
****************************************************************************
|
47
|
+
*/
|
46
48
|
|
47
49
|
var __assign = function() {
|
48
50
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,11 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgShare = factory());
|
30
|
-
}(this, (function () {
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
31
32
|
|
32
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
33
35
|
Copyright (c) Microsoft Corporation.
|
34
36
|
|
35
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +44,8 @@
|
|
42
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
46
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
46
49
|
|
47
50
|
var __assign = function() {
|
48
51
|
__assign = Object.assign || function __assign(t) {
|
@@ -27,9 +27,11 @@
|
|
27
27
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
28
28
|
typeof define === 'function' && define.amd ? define(factory) :
|
29
29
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.lgThumbnail = factory());
|
30
|
-
}(this, (function () {
|
30
|
+
}(this, (function () {
|
31
|
+
'use strict';
|
31
32
|
|
32
|
-
/*!
|
33
|
+
/*!
|
34
|
+
****************************************************************************
|
33
35
|
Copyright (c) Microsoft Corporation.
|
34
36
|
|
35
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -42,7 +44,8 @@
|
|
42
44
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
43
45
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
44
46
|
PERFORMANCE OF THIS SOFTWARE.
|
45
|
-
|
47
|
+
****************************************************************************
|
48
|
+
*/
|
46
49
|
|
47
50
|
var __assign = function() {
|
48
51
|
__assign = Object.assign || function __assign(t) {
|