Skip to content

Commit

Permalink
Deploy preview for PR 191 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
basilgood committed Aug 6, 2024
1 parent 523b9bc commit b6150f7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 deletions.
Binary file added pr/pr-191/a_size.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pr/pr-191/cosmos1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pr/pr-191/cosmos2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { x } from './directive-helpers-mVbraAne.js';
import './cosmoz-image-viewer-Is1tbblg.js';

const images = [
"stories/images/stockholm.jpg",
"stockholm.jpg",
"this-is-a-loading-error.jpg",
() => "stories/images/a_size.png",
() => "a_size.png",
() => new Promise(
(resolve) => setTimeout(() => resolve("stories/images/strasbourg.jpg"), 500)
(resolve) => setTimeout(() => resolve("strasbourg.jpg"), 500)
)
];

Expand Down Expand Up @@ -42,7 +42,7 @@ const Basic = ({
?loop=${loop}
?show-zoom=${showZoom}
?detached-show-zoom=${detachedShowZoom}
.images=${["stories/images/cosmos1.jpg", "stories/images/cosmos2.jpg"]}
.images=${["cosmos1.jpg", "cosmos2.jpg"]}
></cosmoz-image-viewer>
`;
Basic.args = {
Expand All @@ -55,10 +55,7 @@ Basic.args = {
detachedShowZoom: false
};
const Issue21 = () => {
const images1 = [
"stories/images/stockholm.jpg",
"stories/images/strasbourg.jpg"
], images2 = ["stories/images/cosmos1.jpg", "stories/images/cosmos2.jpg"];
const images1 = ["stockholm.jpg", "strasbourg.jpg"], images2 = ["cosmos1.jpg", "cosmos2.jpg"];
return x`
<cosmoz-image-viewer
show-detach
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var hauntedPanZoom_stories = {
};
const Template = ({ disabled, height, zoomStiffness, panStiffness }) => x`
<haunted-pan-zoom
src="stories/images/a_size.png"
src="a_size.png"
style="height: ${height}px;"
?disabled=${disabled}
.zoomStiffness=${zoomStiffness}
Expand Down
4 changes: 2 additions & 2 deletions pr/pr-191/inline-module-a412f23235eb971c4a27c3950e98fd49.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if (SERVER_CHANNEL_URL) {
}

const importers = {
"./stories/cosmoz-image-viewer.stories.js": () => import('./cosmoz-image-viewer.stories-T5AlEZKM.js'),
"./stories/haunted-pan-zoom.stories.js": () => import('./haunted-pan-zoom.stories-V2wgCi3A.js')
"./stories/cosmoz-image-viewer.stories.js": () => import('./cosmoz-image-viewer.stories-7krUH0Nh.js'),
"./stories/haunted-pan-zoom.stories.js": () => import('./haunted-pan-zoom.stories-wWnTRryZ.js')
};
function importFn(path) {
return importers[path]();
Expand Down
2 changes: 1 addition & 1 deletion pr/pr-191/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"generatedAt":1722957778676,"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"10.8.1"},"framework":{"name":"@web/storybook-framework-web-components"},"renderer":"@storybook/web-components","storybookVersion":"7.6.17","storybookVersionSpecifier":"7.6.17","language":"javascript","storybookPackages":{"@storybook/storybook-deployer":{"version":"2.8.16"},"@storybook/web-components":{"version":"7.6.17"},"@web/storybook-builder":{"version":null},"@web/storybook-framework-web-components":{"version":"0.1.2"},"storybook":{"version":"7.6.19"}},"addons":{"@storybook/addon-essentials":{"version":"7.6.19"},"@storybook/addon-links":{"version":"7.6.19"}}}
{"generatedAt":1722958221597,"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"10.8.1"},"framework":{"name":"@web/storybook-framework-web-components"},"renderer":"@storybook/web-components","storybookVersion":"7.6.17","storybookVersionSpecifier":"7.6.17","language":"javascript","storybookPackages":{"@storybook/storybook-deployer":{"version":"2.8.16"},"@storybook/web-components":{"version":"7.6.17"},"@web/storybook-builder":{"version":null},"@web/storybook-framework-web-components":{"version":"0.1.2"},"storybook":{"version":"7.6.19"}},"addons":{"@storybook/addon-essentials":{"version":"7.6.19"},"@storybook/addon-links":{"version":"7.6.19"}}}
Binary file added pr/pr-191/stockholm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pr/pr-191/strasbourg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6150f7

Please sign in to comment.