diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index c4e93b809..fef580ce1 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -1240,6 +1240,11 @@ "picomatch": "^2.0.5" } }, + "micromodal": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/micromodal/-/micromodal-0.4.6.tgz", + "integrity": "sha512-2VDso2a22jWPpqwuWT/4RomVpoU3Bl9qF9D01xzwlNp5UVsImeA0gY4nSpF44vqcQtQOtkiMUV9EZkAJSRxBsg==" + }, "min-document": { "version": "2.19.0", "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", diff --git a/build/javascript/package.json b/build/javascript/package.json index 5e15cf57c..6bf1e9dbd 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -9,6 +9,7 @@ "@videojs/themes": "^1.0.1", "htm": "^3.0.4", "mark.js": "^8.11.1", + "micromodal": "^0.4.6", "preact": "10.5.10", "tailwindcss": "^1.9.6", "video.js": "7.12.3" @@ -28,7 +29,8 @@ "htm", "preact", "mark.js/dist/mark.es6.min.js", - "tailwindcss/dist/tailwind.min.css" + "tailwindcss/dist/tailwind.min.css", + "micromodal/dist/micromodal.min.js" ], "alias": { "video.js": "video.js/core.js" diff --git a/webroot/index.html b/webroot/index.html index af0015382..52ee5941a 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -1,115 +1,123 @@ -
-