diff --git a/.histoire/dist/histoire.json b/.histoire/dist/histoire.json index b5418fc..0c78028 100644 --- a/.histoire/dist/histoire.json +++ b/.histoire/dist/histoire.json @@ -349,6 +349,34 @@ ], "virtual": false, "markdownFile": null + }, + { + "id": "src-routes-export-print-printship-weapons-torpedo-index-story-svelte", + "title": "Torpedo", + "group": null, + "layout": { + "type": "single", + "iframe": true + }, + "icon": null, + "iconColor": null, + "docsOnly": false, + "variants": [ + { + "id": "_default", + "title": "default" + } + ], + "relativePath": "src/routes/export/print/PrintShip/Weapons/Torpedo/index.story.svelte", + "supportPluginId": "svelte3", + "treePath": [ + "Export", + "PrintShip", + "Weapons", + "Torpedo" + ], + "virtual": false, + "markdownFile": null } ], "markdownFiles": [] diff --git a/.histoire/screenshots/src-routes-export-print-printship-index-story-svelte-_default-1280x800.png b/.histoire/screenshots/src-routes-export-print-printship-index-story-svelte-_default-1280x800.png index fd07540..fd2f151 100644 Binary files a/.histoire/screenshots/src-routes-export-print-printship-index-story-svelte-_default-1280x800.png and b/.histoire/screenshots/src-routes-export-print-printship-index-story-svelte-_default-1280x800.png differ diff --git a/.histoire/screenshots/src-routes-export-print-printship-weapons-torpedo-index-story-svelte-_default-1280x800.png b/.histoire/screenshots/src-routes-export-print-printship-weapons-torpedo-index-story-svelte-_default-1280x800.png new file mode 100644 index 0000000..7c99f16 Binary files /dev/null and b/.histoire/screenshots/src-routes-export-print-printship-weapons-torpedo-index-story-svelte-_default-1280x800.png differ diff --git a/Taskfile.yml b/Taskfile.yml index ab27475..20f8bfe 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -17,7 +17,7 @@ tasks: deps: - histoire:build cmds: - - vitest run -u src + - vitest run -u src check: deps: @@ -28,6 +28,7 @@ tasks: histoire:build: sources: - src/lib/components/** + - src/routes/** generates: - .histoire/screenshots/** cmds: diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-14-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-14-snap.png index fd07540..fd2f151 100644 Binary files a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-14-snap.png and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-14-snap.png differ diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-18-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-18-snap.png new file mode 100644 index 0000000..7c99f16 Binary files /dev/null and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-18-snap.png differ