feat(themes): enable new offical Flow theme

pull/163/head
Romain 5 years ago
parent 9c581bbd0b
commit 21461628bd

@ -1 +1 @@
ignore-extra=@thumbsup/theme-cards,@thumbsup/theme-classic,@thumbsup/theme-mosaic
ignore-extra=@thumbsup/theme-cards,@thumbsup/theme-classic,@thumbsup/theme-mosaic,@thumbsup/theme-flow

@ -218,7 +218,7 @@ const OPTIONS = {
'theme': {
group: 'Website options:',
description: 'Name of a built-in gallery theme',
choices: ['classic', 'cards', 'mosaic'],
choices: ['classic', 'cards', 'mosaic', 'flow'],
'default': 'classic'
},
'theme-path': {

5
package-lock.json generated

@ -51,6 +51,11 @@
"resolved": "https://registry.npmjs.org/@thumbsup/theme-classic/-/theme-classic-1.1.0.tgz",
"integrity": "sha512-l7b60NNIKt2Ssni0kkBkf+lqFSndh1KSWFA0syegGzMwdyYuiqtjErD75SINuUKYnwhIFKCs3dViDKoP/1iDqA=="
},
"@thumbsup/theme-flow": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@thumbsup/theme-flow/-/theme-flow-1.2.1.tgz",
"integrity": "sha512-n8DGzNmjSssv6F3ZsHhzeD9621coDj6CU/umAhnFyWjvQ4iU5WHpeKli5dDF7CGo9rcBpJU8FybO7VQiEfTrwA=="
},
"@thumbsup/theme-mosaic": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@thumbsup/theme-mosaic/-/theme-mosaic-1.1.0.tgz",

@ -35,6 +35,7 @@
"@thumbsup/theme-cards": "^1.1.0",
"@thumbsup/theme-classic": "^1.1.0",
"@thumbsup/theme-mosaic": "^1.1.0",
"@thumbsup/theme-flow": "^1.2.1",
"JSONStream": "^1.3.5",
"async": "^2.5.0",
"better-sqlite3": "^4.1.0",

Loading…
Cancel
Save