@reuters-graphics/graphics-components 0.0.1-beta.1
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.
- package/README.md +7 -0
- package/dist/@types/actions/cssVariables/index.d.ts +4 -0
- package/dist/@types/actions/resizeObserver/index.d.ts +4 -0
- package/dist/@types/components/@types/global.d.ts +28 -0
- package/dist/@types/components/Article/Article.svelte.d.ts +32 -0
- package/dist/@types/components/BeforeAfter/BeforeAfter.svelte.d.ts +57 -0
- package/dist/@types/components/Block/Block.svelte.d.ts +24 -0
- package/dist/@types/components/BodyText/BodyText.svelte.d.ts +20 -0
- package/dist/@types/components/DatawrapperChart/DatawrapperChart.svelte.d.ts +52 -0
- package/dist/@types/components/EmbedPreviewerLink/EmbedPreviewerLink.svelte.d.ts +16 -0
- package/dist/@types/components/FeaturePhoto/FeaturePhoto.svelte.d.ts +43 -0
- package/dist/@types/components/Framer/Framer.svelte.d.ts +29 -0
- package/dist/@types/components/Framer/Resizer/index.svelte.d.ts +27 -0
- package/dist/@types/components/Framer/stores.d.ts +1 -0
- package/dist/@types/components/Framer/uniqNames.d.ts +2 -0
- package/dist/@types/components/GraphicBlock/AriaHidden.svelte.d.ts +20 -0
- package/dist/@types/components/GraphicBlock/GraphicBlock.svelte.d.ts +64 -0
- package/dist/@types/components/GraphicBlock/TextBlock.svelte.d.ts +19 -0
- package/dist/@types/components/Headline/Headline.svelte.d.ts +29 -0
- package/dist/@types/components/Hero/Hero.svelte.d.ts +41 -0
- package/dist/@types/components/NoteText/NoteText.svelte.d.ts +20 -0
- package/dist/@types/components/PaddingReset/index.svelte.d.ts +27 -0
- package/dist/@types/components/PhotoPack/PhotoPack.svelte.d.ts +50 -0
- package/dist/@types/components/PhotoPack/docProps.d.ts +38 -0
- package/dist/@types/components/PymChild/PymChild.svelte.d.ts +16 -0
- package/dist/@types/components/ReutersLogo/ReutersLogo.svelte.d.ts +18 -0
- package/dist/@types/components/SEO/SEO.svelte.d.ts +66 -0
- package/dist/@types/components/SEO/analytics.d.ts +2 -0
- package/dist/@types/components/SEO/publisherTags.d.ts +2 -0
- package/dist/@types/components/Scroller/Background.svelte.d.ts +20 -0
- package/dist/@types/components/Scroller/Embedded/Background.svelte.d.ts +19 -0
- package/dist/@types/components/Scroller/Embedded/Foreground.svelte.d.ts +18 -0
- package/dist/@types/components/Scroller/Embedded/index.svelte.d.ts +19 -0
- package/dist/@types/components/Scroller/Foreground.svelte.d.ts +17 -0
- package/dist/@types/components/Scroller/Scroller.svelte.d.ts +76 -0
- package/dist/@types/components/Sharer/Sharer.svelte.d.ts +19 -0
- package/dist/@types/components/Sharer/utils/copyToClipboard.d.ts +2 -0
- package/dist/@types/components/Sharer/utils/facebook.d.ts +2 -0
- package/dist/@types/components/Sharer/utils/meta.d.ts +2 -0
- package/dist/@types/components/Sharer/utils/twitter.d.ts +2 -0
- package/dist/@types/components/SiteFooter/CompanyLinks.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/LegalLinks.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/QuickLinks.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/Referrals/IntersectionObserver.svelte.d.ts +39 -0
- package/dist/@types/components/SiteFooter/Referrals/Link.svelte.d.ts +29 -0
- package/dist/@types/components/SiteFooter/Referrals/Referrals.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/Referrals/index.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/SiteFooter.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/Facebook.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/Graphics.svelte.d.ts +19 -0
- package/dist/@types/components/SiteFooter/svgs/Instagram.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/LinkedIn.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/Pictures.svelte.d.ts +19 -0
- package/dist/@types/components/SiteFooter/svgs/Twitter.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/Videos.svelte.d.ts +19 -0
- package/dist/@types/components/SiteFooter/svgs/YouTube.svelte.d.ts +23 -0
- package/dist/@types/components/SiteHeader/MobileMenu/index.svelte.d.ts +27 -0
- package/dist/@types/components/SiteHeader/NavBar/DownArrow.svelte.d.ts +23 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/MoreDropdown.svelte.d.ts +23 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/SectionDropdown.svelte.d.ts +25 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/Spinner/index.svelte.d.ts +19 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/StoryCard/index.svelte.d.ts +25 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/StoryCard/time.d.ts +1 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/index.svelte.d.ts +27 -0
- package/dist/@types/components/SiteHeader/NavBar/index.svelte.d.ts +23 -0
- package/dist/@types/components/SiteHeader/NavBar/utils/index.d.ts +1 -0
- package/dist/@types/components/SiteHeader/SiteHeader.svelte.d.ts +14 -0
- package/dist/@types/components/SiteHeader/svgs/Close.svelte.d.ts +19 -0
- package/dist/@types/components/SiteHeader/svgs/Menu.svelte.d.ts +23 -0
- package/dist/@types/components/Spinner/Spinner.svelte.d.ts +28 -0
- package/dist/@types/components/Theme/@types/component.d.ts +28 -0
- package/dist/@types/components/Theme/Theme.svelte.d.ts +54 -0
- package/dist/@types/components/Theme/themes/dark.d.ts +2 -0
- package/dist/@types/components/Theme/themes/light.d.ts +22 -0
- package/dist/@types/components/Theme/utils/flatten.d.ts +1 -0
- package/dist/@types/components/Theme/utils/merge.d.ts +4 -0
- package/dist/@types/components/Video/Controls.svelte.d.ts +45 -0
- package/dist/@types/components/Video/Video.svelte.d.ts +46 -0
- package/dist/@types/components/Visible/Visible.svelte.d.ts +29 -0
- package/dist/@types/index.d.ts +24 -0
- package/dist/actions/cssVariables/index.js +20 -0
- package/dist/actions/resizeObserver/index.js +25 -0
- package/dist/components/@types/global.js +1 -0
- package/dist/components/Article/Article.svelte +47 -0
- package/dist/components/BeforeAfter/BeforeAfter.svelte +341 -0
- package/dist/components/Block/Block.svelte +177 -0
- package/dist/components/BodyText/BodyText.svelte +193 -0
- package/dist/components/DatawrapperChart/DatawrapperChart.svelte +105 -0
- package/dist/components/EmbedPreviewerLink/EmbedPreviewerLink.svelte +26 -0
- package/dist/components/FeaturePhoto/FeaturePhoto.svelte +113 -0
- package/dist/components/Framer/Framer.svelte +136 -0
- package/dist/components/Framer/Resizer/index.svelte +223 -0
- package/dist/components/Framer/stores.js +3 -0
- package/dist/components/Framer/uniqNames.js +54 -0
- package/dist/components/GraphicBlock/AriaHidden.svelte +13 -0
- package/dist/components/GraphicBlock/GraphicBlock.svelte +269 -0
- package/dist/components/GraphicBlock/TextBlock.svelte +12 -0
- package/dist/components/Headline/Headline.svelte +109 -0
- package/dist/components/Hero/Hero.svelte +78 -0
- package/dist/components/NoteText/NoteText.svelte +124 -0
- package/dist/components/PaddingReset/index.svelte +17 -0
- package/dist/components/PhotoPack/PhotoPack.svelte +156 -0
- package/dist/components/PhotoPack/docProps.js +20 -0
- package/dist/components/PymChild/PymChild.svelte +10 -0
- package/dist/components/ReutersLogo/ReutersLogo.svelte +21 -0
- package/dist/components/SEO/SEO.svelte +179 -0
- package/dist/components/SEO/analytics.js +332 -0
- package/dist/components/SEO/publisherTags.js +26 -0
- package/dist/components/Scroller/Background.svelte +30 -0
- package/dist/components/Scroller/Embedded/Background.svelte +14 -0
- package/dist/components/Scroller/Embedded/Foreground.svelte +203 -0
- package/dist/components/Scroller/Embedded/index.svelte +18 -0
- package/dist/components/Scroller/Foreground.svelte +42 -0
- package/dist/components/Scroller/Scroller.svelte +210 -0
- package/dist/components/Sharer/Sharer.svelte +157 -0
- package/dist/components/Sharer/utils/copyToClipboard.js +10 -0
- package/dist/components/Sharer/utils/facebook.js +22 -0
- package/dist/components/Sharer/utils/meta.js +7 -0
- package/dist/components/Sharer/utils/twitter.js +22 -0
- package/dist/components/SiteFooter/CompanyLinks.svelte +173 -0
- package/dist/components/SiteFooter/LegalLinks.svelte +202 -0
- package/dist/components/SiteFooter/QuickLinks.svelte +259 -0
- package/dist/components/SiteFooter/Referrals/IntersectionObserver.svelte +45 -0
- package/dist/components/SiteFooter/Referrals/Link.svelte +73 -0
- package/dist/components/SiteFooter/Referrals/Referrals.svelte +56 -0
- package/dist/components/SiteFooter/Referrals/index.svelte +53 -0
- package/dist/components/SiteFooter/SiteFooter.svelte +41 -0
- package/dist/components/SiteFooter/data.json +210 -0
- package/dist/components/SiteFooter/svgs/Facebook.svelte +18 -0
- package/dist/components/SiteFooter/svgs/Graphics.svelte +18 -0
- package/dist/components/SiteFooter/svgs/Instagram.svelte +20 -0
- package/dist/components/SiteFooter/svgs/LinkedIn.svelte +18 -0
- package/dist/components/SiteFooter/svgs/Pictures.svelte +14 -0
- package/dist/components/SiteFooter/svgs/Twitter.svelte +18 -0
- package/dist/components/SiteFooter/svgs/Videos.svelte +14 -0
- package/dist/components/SiteFooter/svgs/YouTube.svelte +18 -0
- package/dist/components/SiteHeader/MobileMenu/index.svelte +199 -0
- package/dist/components/SiteHeader/NavBar/DownArrow.svelte +26 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/MoreDropdown.svelte +112 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/SectionDropdown.svelte +118 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/Spinner/index.svelte +49 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/StoryCard/index.svelte +99 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/StoryCard/time.js +70 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/index.svelte +277 -0
- package/dist/components/SiteHeader/NavBar/index.svelte +234 -0
- package/dist/components/SiteHeader/NavBar/utils/index.js +2 -0
- package/dist/components/SiteHeader/SiteHeader.svelte +235 -0
- package/dist/components/SiteHeader/data.json +1 -0
- package/dist/components/SiteHeader/scss/_breakpoints.scss +59 -0
- package/dist/components/SiteHeader/scss/_colors.scss +25 -0
- package/dist/components/SiteHeader/scss/_eases.scss +9 -0
- package/dist/components/SiteHeader/scss/_grids.scss +126 -0
- package/dist/components/SiteHeader/scss/_z-indexes.scss +15 -0
- package/dist/components/SiteHeader/svgs/Close.svelte +14 -0
- package/dist/components/SiteHeader/svgs/Menu.svelte +19 -0
- package/dist/components/Spinner/Spinner.svelte +91 -0
- package/dist/components/Theme/@types/component.js +3 -0
- package/dist/components/Theme/Theme.svelte +37 -0
- package/dist/components/Theme/themes/dark.js +23 -0
- package/dist/components/Theme/themes/light.js +22 -0
- package/dist/components/Theme/utils/flatten.js +39 -0
- package/dist/components/Theme/utils/merge.js +23 -0
- package/dist/components/Video/Controls.svelte +68 -0
- package/dist/components/Video/Video.svelte +278 -0
- package/dist/components/Visible/Visible.svelte +54 -0
- package/dist/index.js +31 -0
- package/dist/scss/_mixins.scss +6 -0
- package/dist/scss/_variables.scss +2 -0
- package/dist/scss/bootstrap/_main.scss +34 -0
- package/dist/scss/bootstrap/_variables.scss +10 -0
- package/dist/scss/colours/thematic/_nord.scss +40 -0
- package/dist/scss/colours/thematic/_tr.scss +27 -0
- package/dist/scss/components/_hero-title.scss +118 -0
- package/dist/scss/fonts/_font-faces.scss +129 -0
- package/dist/scss/fonts/_mixins.scss +25 -0
- package/dist/scss/fonts/_rules.scss +19 -0
- package/dist/scss/fonts/_variables.scss +26 -0
- package/dist/scss/main.scss +16 -0
- package/dist/scss/mixins/_block.scss +62 -0
- package/dist/scss/mixins/_body-text.scss +113 -0
- package/dist/scss/mixins/_graphic.scss +66 -0
- package/dist/scss/mixins/_note-text.scss +34 -0
- package/dist/scss/mixins/_visually-hidden.scss +12 -0
- package/dist/scss/spacers/_rules.scss +65 -0
- package/dist/scss/spacers/_variables.scss +19 -0
- package/dist/scss/typography/_box-shadow.scss +11 -0
- package/dist/scss/typography/_font-size.scss +81 -0
- package/dist/scss/typography/_letter-spacing.scss +15 -0
- package/dist/scss/typography/_main.scss +5 -0
- package/dist/scss/typography/_mixins.scss +26 -0
- package/dist/scss/typography/_rules.scss +83 -0
- package/dist/scss/typography/_text-shadow.scss +13 -0
- package/dist/scss/typography/_transform.scss +7 -0
- package/dist/scss/typography/_variables.scss +39 -0
- package/package.json +210 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} PicturesProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} PicturesEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} PicturesSlots */
|
|
4
|
+
export default class Pictures extends SvelteComponentTyped<{}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> {
|
|
7
|
+
}
|
|
8
|
+
export type PicturesProps = typeof __propDef.props;
|
|
9
|
+
export type PicturesEvents = typeof __propDef.events;
|
|
10
|
+
export type PicturesSlots = typeof __propDef.slots;
|
|
11
|
+
import { SvelteComponentTyped } from "svelte";
|
|
12
|
+
declare const __propDef: {
|
|
13
|
+
props: {};
|
|
14
|
+
events: {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
};
|
|
17
|
+
slots: {};
|
|
18
|
+
};
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} TwitterProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} TwitterEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} TwitterSlots */
|
|
4
|
+
export default class Twitter extends SvelteComponentTyped<{
|
|
5
|
+
width?: number;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type TwitterProps = typeof __propDef.props;
|
|
11
|
+
export type TwitterEvents = typeof __propDef.events;
|
|
12
|
+
export type TwitterSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
width?: number;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} VideosProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} VideosEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} VideosSlots */
|
|
4
|
+
export default class Videos extends SvelteComponentTyped<{}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> {
|
|
7
|
+
}
|
|
8
|
+
export type VideosProps = typeof __propDef.props;
|
|
9
|
+
export type VideosEvents = typeof __propDef.events;
|
|
10
|
+
export type VideosSlots = typeof __propDef.slots;
|
|
11
|
+
import { SvelteComponentTyped } from "svelte";
|
|
12
|
+
declare const __propDef: {
|
|
13
|
+
props: {};
|
|
14
|
+
events: {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
};
|
|
17
|
+
slots: {};
|
|
18
|
+
};
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} YouTubeProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} YouTubeEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} YouTubeSlots */
|
|
4
|
+
export default class YouTube extends SvelteComponentTyped<{
|
|
5
|
+
width?: number;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type YouTubeProps = typeof __propDef.props;
|
|
11
|
+
export type YouTubeEvents = typeof __propDef.events;
|
|
12
|
+
export type YouTubeSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
width?: number;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} IndexProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} IndexEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} IndexSlots */
|
|
4
|
+
export default class Index extends SvelteComponentTyped<{
|
|
5
|
+
data?: any[];
|
|
6
|
+
isMobileMenuOpen?: boolean;
|
|
7
|
+
releaseMobileMenu?: () => void;
|
|
8
|
+
}, {
|
|
9
|
+
[evt: string]: CustomEvent<any>;
|
|
10
|
+
}, {}> {
|
|
11
|
+
}
|
|
12
|
+
export type IndexProps = typeof __propDef.props;
|
|
13
|
+
export type IndexEvents = typeof __propDef.events;
|
|
14
|
+
export type IndexSlots = typeof __propDef.slots;
|
|
15
|
+
import { SvelteComponentTyped } from "svelte";
|
|
16
|
+
declare const __propDef: {
|
|
17
|
+
props: {
|
|
18
|
+
data?: any[];
|
|
19
|
+
isMobileMenuOpen?: boolean;
|
|
20
|
+
releaseMobileMenu?: () => void;
|
|
21
|
+
};
|
|
22
|
+
events: {
|
|
23
|
+
[evt: string]: CustomEvent<any>;
|
|
24
|
+
};
|
|
25
|
+
slots: {};
|
|
26
|
+
};
|
|
27
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} DownArrowProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} DownArrowEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} DownArrowSlots */
|
|
4
|
+
export default class DownArrow extends SvelteComponentTyped<{
|
|
5
|
+
rotate?: boolean;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type DownArrowProps = typeof __propDef.props;
|
|
11
|
+
export type DownArrowEvents = typeof __propDef.events;
|
|
12
|
+
export type DownArrowSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
rotate?: boolean;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} MoreDropdownProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} MoreDropdownEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} MoreDropdownSlots */
|
|
4
|
+
export default class MoreDropdown extends SvelteComponentTyped<{
|
|
5
|
+
sections?: any[];
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type MoreDropdownProps = typeof __propDef.props;
|
|
11
|
+
export type MoreDropdownEvents = typeof __propDef.events;
|
|
12
|
+
export type MoreDropdownSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
sections?: any[];
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} SectionDropdownProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} SectionDropdownEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} SectionDropdownSlots */
|
|
4
|
+
export default class SectionDropdown extends SvelteComponentTyped<{
|
|
5
|
+
headingText: any;
|
|
6
|
+
section?: {};
|
|
7
|
+
}, {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
}, {}> {
|
|
10
|
+
}
|
|
11
|
+
export type SectionDropdownProps = typeof __propDef.props;
|
|
12
|
+
export type SectionDropdownEvents = typeof __propDef.events;
|
|
13
|
+
export type SectionDropdownSlots = typeof __propDef.slots;
|
|
14
|
+
import { SvelteComponentTyped } from "svelte";
|
|
15
|
+
declare const __propDef: {
|
|
16
|
+
props: {
|
|
17
|
+
headingText: any;
|
|
18
|
+
section?: {};
|
|
19
|
+
};
|
|
20
|
+
events: {
|
|
21
|
+
[evt: string]: CustomEvent<any>;
|
|
22
|
+
};
|
|
23
|
+
slots: {};
|
|
24
|
+
};
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} IndexProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} IndexEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} IndexSlots */
|
|
4
|
+
export default class Index extends SvelteComponentTyped<{}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> {
|
|
7
|
+
}
|
|
8
|
+
export type IndexProps = typeof __propDef.props;
|
|
9
|
+
export type IndexEvents = typeof __propDef.events;
|
|
10
|
+
export type IndexSlots = typeof __propDef.slots;
|
|
11
|
+
import { SvelteComponentTyped } from "svelte";
|
|
12
|
+
declare const __propDef: {
|
|
13
|
+
props: {};
|
|
14
|
+
events: {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
};
|
|
17
|
+
slots: {};
|
|
18
|
+
};
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} IndexProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} IndexEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} IndexSlots */
|
|
4
|
+
export default class Index extends SvelteComponentTyped<{
|
|
5
|
+
story: any;
|
|
6
|
+
withSection?: boolean;
|
|
7
|
+
}, {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
}, {}> {
|
|
10
|
+
}
|
|
11
|
+
export type IndexProps = typeof __propDef.props;
|
|
12
|
+
export type IndexEvents = typeof __propDef.events;
|
|
13
|
+
export type IndexSlots = typeof __propDef.slots;
|
|
14
|
+
import { SvelteComponentTyped } from "svelte";
|
|
15
|
+
declare const __propDef: {
|
|
16
|
+
props: {
|
|
17
|
+
story: any;
|
|
18
|
+
withSection?: boolean;
|
|
19
|
+
};
|
|
20
|
+
events: {
|
|
21
|
+
[evt: string]: CustomEvent<any>;
|
|
22
|
+
};
|
|
23
|
+
slots: {};
|
|
24
|
+
};
|
|
25
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getTime(datetime: any): string;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} IndexProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} IndexEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} IndexSlots */
|
|
4
|
+
export default class Index extends SvelteComponentTyped<{
|
|
5
|
+
headingText?: string;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {
|
|
9
|
+
default: {};
|
|
10
|
+
}> {
|
|
11
|
+
}
|
|
12
|
+
export type IndexProps = typeof __propDef.props;
|
|
13
|
+
export type IndexEvents = typeof __propDef.events;
|
|
14
|
+
export type IndexSlots = typeof __propDef.slots;
|
|
15
|
+
import { SvelteComponentTyped } from "svelte";
|
|
16
|
+
declare const __propDef: {
|
|
17
|
+
props: {
|
|
18
|
+
headingText?: string;
|
|
19
|
+
};
|
|
20
|
+
events: {
|
|
21
|
+
[evt: string]: CustomEvent<any>;
|
|
22
|
+
};
|
|
23
|
+
slots: {
|
|
24
|
+
default: {};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} IndexProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} IndexEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} IndexSlots */
|
|
4
|
+
export default class Index extends SvelteComponentTyped<{
|
|
5
|
+
sections?: any[];
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type IndexProps = typeof __propDef.props;
|
|
11
|
+
export type IndexEvents = typeof __propDef.events;
|
|
12
|
+
export type IndexSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
sections?: any[];
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function normalizeUrl(url: any): any;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {};
|
|
4
|
+
events: {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
};
|
|
7
|
+
slots: {};
|
|
8
|
+
};
|
|
9
|
+
export declare type SiteHeaderProps = typeof __propDef.props;
|
|
10
|
+
export declare type SiteHeaderEvents = typeof __propDef.events;
|
|
11
|
+
export declare type SiteHeaderSlots = typeof __propDef.slots;
|
|
12
|
+
export default class SiteHeader extends SvelteComponentTyped<SiteHeaderProps, SiteHeaderEvents, SiteHeaderSlots> {
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} CloseProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} CloseEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} CloseSlots */
|
|
4
|
+
export default class Close extends SvelteComponentTyped<{}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> {
|
|
7
|
+
}
|
|
8
|
+
export type CloseProps = typeof __propDef.props;
|
|
9
|
+
export type CloseEvents = typeof __propDef.events;
|
|
10
|
+
export type CloseSlots = typeof __propDef.slots;
|
|
11
|
+
import { SvelteComponentTyped } from "svelte";
|
|
12
|
+
declare const __propDef: {
|
|
13
|
+
props: {};
|
|
14
|
+
events: {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
};
|
|
17
|
+
slots: {};
|
|
18
|
+
};
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} MenuProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} MenuEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} MenuSlots */
|
|
4
|
+
export default class Menu extends SvelteComponentTyped<{
|
|
5
|
+
width?: number;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type MenuProps = typeof __propDef.props;
|
|
11
|
+
export type MenuEvents = typeof __propDef.events;
|
|
12
|
+
export type MenuSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
width?: number;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
/** Primary colour of the spinner. */ colour?: string;
|
|
5
|
+
/**
|
|
6
|
+
* Outer width of the spinner
|
|
7
|
+
*/ width?: number;
|
|
8
|
+
/**
|
|
9
|
+
* Width of the spinner ring
|
|
10
|
+
*/ ringWidth?: number;
|
|
11
|
+
/**
|
|
12
|
+
* How fast the spinner spins in seconds
|
|
13
|
+
*/ speed?: number;
|
|
14
|
+
/**
|
|
15
|
+
* Vertical padding for the spinner's container
|
|
16
|
+
*/ containerPadding?: number;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export declare type SpinnerProps = typeof __propDef.props;
|
|
24
|
+
export declare type SpinnerEvents = typeof __propDef.events;
|
|
25
|
+
export declare type SpinnerSlots = typeof __propDef.slots;
|
|
26
|
+
export default class Spinner extends SvelteComponentTyped<SpinnerProps, SpinnerEvents, SpinnerSlots> {
|
|
27
|
+
}
|
|
28
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
interface Colour {
|
|
2
|
+
background: string;
|
|
3
|
+
'text-primary': string;
|
|
4
|
+
'text-secondary': string;
|
|
5
|
+
accent: string;
|
|
6
|
+
'brand-logo': string;
|
|
7
|
+
'brand-rules': string;
|
|
8
|
+
'brand-shadow': string;
|
|
9
|
+
}
|
|
10
|
+
interface Font {
|
|
11
|
+
'size-base': string;
|
|
12
|
+
'family-serif': string;
|
|
13
|
+
'family-sans-serif': string;
|
|
14
|
+
'family-monospace': string;
|
|
15
|
+
'family-hed': string;
|
|
16
|
+
'family-subhed': string;
|
|
17
|
+
'family-body': string;
|
|
18
|
+
'family-note': string;
|
|
19
|
+
}
|
|
20
|
+
export interface Theme {
|
|
21
|
+
colour: Colour;
|
|
22
|
+
font: Font;
|
|
23
|
+
}
|
|
24
|
+
export interface CustomTheme {
|
|
25
|
+
colour?: Partial<Colour>;
|
|
26
|
+
font?: Partial<Font>;
|
|
27
|
+
}
|
|
28
|
+
export {};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
/**
|
|
3
|
+
* Pre-made themes you can import.
|
|
4
|
+
* @type {{ light, dark }}
|
|
5
|
+
*/
|
|
6
|
+
export declare const themes: {
|
|
7
|
+
light: {
|
|
8
|
+
colour: {
|
|
9
|
+
background: string;
|
|
10
|
+
'text-primary': string;
|
|
11
|
+
'text-secondary': string;
|
|
12
|
+
accent: string;
|
|
13
|
+
'brand-logo': string;
|
|
14
|
+
'brand-rules': string;
|
|
15
|
+
'brand-shadow': string;
|
|
16
|
+
};
|
|
17
|
+
font: {
|
|
18
|
+
'size-base': string;
|
|
19
|
+
'family-serif': string;
|
|
20
|
+
'family-sans-serif': string;
|
|
21
|
+
'family-monospace': string;
|
|
22
|
+
'family-hed': string;
|
|
23
|
+
'family-subhed': string;
|
|
24
|
+
'family-body': string;
|
|
25
|
+
'family-note': string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
dark: import("./@types/component").Theme;
|
|
29
|
+
};
|
|
30
|
+
import type { CustomTheme } from './@types/component';
|
|
31
|
+
declare const __propDef: {
|
|
32
|
+
props: {
|
|
33
|
+
/** Custom theme object. Can be a partial theme with just
|
|
34
|
+
* what you want to change.
|
|
35
|
+
*/ theme?: CustomTheme;
|
|
36
|
+
/**
|
|
37
|
+
* Base theme is one of `light` or `dark` and will be merged
|
|
38
|
+
* with your custom theme to fill in any values you don't
|
|
39
|
+
* explicitly set.
|
|
40
|
+
*/ base?: "light" | "dark";
|
|
41
|
+
};
|
|
42
|
+
events: {
|
|
43
|
+
[evt: string]: CustomEvent<any>;
|
|
44
|
+
};
|
|
45
|
+
slots: {
|
|
46
|
+
default: {};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
export declare type ThemeProps = typeof __propDef.props;
|
|
50
|
+
export declare type ThemeEvents = typeof __propDef.events;
|
|
51
|
+
export declare type ThemeSlots = typeof __propDef.slots;
|
|
52
|
+
export default class Theme extends SvelteComponentTyped<ThemeProps, ThemeEvents, ThemeSlots> {
|
|
53
|
+
}
|
|
54
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const colour: {
|
|
3
|
+
background: string;
|
|
4
|
+
'text-primary': string;
|
|
5
|
+
'text-secondary': string;
|
|
6
|
+
accent: string;
|
|
7
|
+
'brand-logo': string;
|
|
8
|
+
'brand-rules': string;
|
|
9
|
+
'brand-shadow': string;
|
|
10
|
+
};
|
|
11
|
+
const font: {
|
|
12
|
+
'size-base': string;
|
|
13
|
+
'family-serif': string;
|
|
14
|
+
'family-sans-serif': string;
|
|
15
|
+
'family-monospace': string;
|
|
16
|
+
'family-hed': string;
|
|
17
|
+
'family-subhed': string;
|
|
18
|
+
'family-body': string;
|
|
19
|
+
'family-note': string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function flatten(target: any): {};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} ControlsProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} ControlsEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} ControlsSlots */
|
|
4
|
+
export default class Controls extends SvelteComponentTyped<{
|
|
5
|
+
paused: any;
|
|
6
|
+
clickedOnPauseBtn: any;
|
|
7
|
+
controlsOpacity: any;
|
|
8
|
+
controlsPosition: any;
|
|
9
|
+
widthVideoContainer: any;
|
|
10
|
+
heightVideoContainer: any;
|
|
11
|
+
controlsBorderOffset: any;
|
|
12
|
+
resetCondition: any;
|
|
13
|
+
separateReplayIcon: any;
|
|
14
|
+
controlsColour: any;
|
|
15
|
+
}, {
|
|
16
|
+
pausePlayEvent: CustomEvent<any>;
|
|
17
|
+
} & {
|
|
18
|
+
[evt: string]: CustomEvent<any>;
|
|
19
|
+
}, {}> {
|
|
20
|
+
}
|
|
21
|
+
export type ControlsProps = typeof __propDef.props;
|
|
22
|
+
export type ControlsEvents = typeof __propDef.events;
|
|
23
|
+
export type ControlsSlots = typeof __propDef.slots;
|
|
24
|
+
import { SvelteComponentTyped } from "svelte";
|
|
25
|
+
declare const __propDef: {
|
|
26
|
+
props: {
|
|
27
|
+
paused: any;
|
|
28
|
+
clickedOnPauseBtn: any;
|
|
29
|
+
controlsOpacity: any;
|
|
30
|
+
controlsPosition: any;
|
|
31
|
+
widthVideoContainer: any;
|
|
32
|
+
heightVideoContainer: any;
|
|
33
|
+
controlsBorderOffset: any;
|
|
34
|
+
resetCondition: any;
|
|
35
|
+
separateReplayIcon: any;
|
|
36
|
+
controlsColour: any;
|
|
37
|
+
};
|
|
38
|
+
events: {
|
|
39
|
+
pausePlayEvent: CustomEvent<any>;
|
|
40
|
+
} & {
|
|
41
|
+
[evt: string]: CustomEvent<any>;
|
|
42
|
+
};
|
|
43
|
+
slots: {};
|
|
44
|
+
};
|
|
45
|
+
export {};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { ContainerWidth } from '../@types/global';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
/**
|
|
6
|
+
* Video src.
|
|
7
|
+
*/ src?: string;
|
|
8
|
+
ariaHidden?: boolean;
|
|
9
|
+
ariaDescription?: any;
|
|
10
|
+
caption?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Width of the block within the article well.
|
|
13
|
+
* @type {string}
|
|
14
|
+
*/ width?: ContainerWidth;
|
|
15
|
+
/**
|
|
16
|
+
* Preload options. `auto` is ignored if `autoplay` is true. Can also be `none` or `metadata`.
|
|
17
|
+
* @type {string}
|
|
18
|
+
*/ preloadVideo?: "auto" | "metadata" | "none";
|
|
19
|
+
/**
|
|
20
|
+
* Whether the video should loop.
|
|
21
|
+
*/ loopVideo?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Whether video should have sound or not.
|
|
24
|
+
*/ muteVideo?: boolean;
|
|
25
|
+
allowSoundToAutoplay?: boolean;
|
|
26
|
+
playVideoWhenInView?: boolean;
|
|
27
|
+
playVideoThreshold?: number;
|
|
28
|
+
possibleToPlayPause?: boolean;
|
|
29
|
+
showControls?: boolean;
|
|
30
|
+
hoverToSeeControls?: boolean;
|
|
31
|
+
separateReplayIcon?: boolean;
|
|
32
|
+
controlsColour?: string;
|
|
33
|
+
controlsOpacity?: number;
|
|
34
|
+
controlsPosition?: string;
|
|
35
|
+
};
|
|
36
|
+
events: {
|
|
37
|
+
[evt: string]: CustomEvent<any>;
|
|
38
|
+
};
|
|
39
|
+
slots: {};
|
|
40
|
+
};
|
|
41
|
+
export declare type VideoProps = typeof __propDef.props;
|
|
42
|
+
export declare type VideoEvents = typeof __propDef.events;
|
|
43
|
+
export declare type VideoSlots = typeof __propDef.slots;
|
|
44
|
+
export default class Video extends SvelteComponentTyped<VideoProps, VideoEvents, VideoSlots> {
|
|
45
|
+
}
|
|
46
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
/**
|
|
5
|
+
* Whether to change visibility just once.
|
|
6
|
+
*
|
|
7
|
+
* Useful for loading expensive images or other media and then keeping them around once they're first loaded.
|
|
8
|
+
*/ once?: boolean;
|
|
9
|
+
/** Set Intersection Observer [rootMargin](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#rootmargin) `top`. */ top?: number;
|
|
10
|
+
/** Set Intersection Observer [rootMargin](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#rootmargin) `bottom`. */ bottom?: number;
|
|
11
|
+
/** Set Intersection Observer [rootMargin](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#rootmargin) `left`. */ left?: number;
|
|
12
|
+
/** Set Intersection Observer [rootMargin](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#rootmargin) `right`. */ right?: number;
|
|
13
|
+
/** Set the Intersection Observer [threshold](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#threshold). */ threshold?: number;
|
|
14
|
+
};
|
|
15
|
+
events: {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
};
|
|
18
|
+
slots: {
|
|
19
|
+
default: {
|
|
20
|
+
visible: boolean;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export declare type VisibleProps = typeof __propDef.props;
|
|
25
|
+
export declare type VisibleEvents = typeof __propDef.events;
|
|
26
|
+
export declare type VisibleSlots = typeof __propDef.slots;
|
|
27
|
+
export default class Visible extends SvelteComponentTyped<VisibleProps, VisibleEvents, VisibleSlots> {
|
|
28
|
+
}
|
|
29
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export { default as Article } from "./components/Article/Article.svelte";
|
|
2
|
+
export { default as BeforeAfter } from "./components/BeforeAfter/BeforeAfter.svelte";
|
|
3
|
+
export { default as Block } from "./components/Block/Block.svelte";
|
|
4
|
+
export { default as BodyText } from "./components/BodyText/BodyText.svelte";
|
|
5
|
+
export { default as DatawrapperChart } from "./components/DatawrapperChart/DatawrapperChart.svelte";
|
|
6
|
+
export { default as EmbedPreviewerLink } from "./components/EmbedPreviewerLink/EmbedPreviewerLink.svelte";
|
|
7
|
+
export { default as FeaturePhoto } from "./components/FeaturePhoto/FeaturePhoto.svelte";
|
|
8
|
+
export { default as Framer } from "./components/Framer/Framer.svelte";
|
|
9
|
+
export { default as GraphicBlock } from "./components/GraphicBlock/GraphicBlock.svelte";
|
|
10
|
+
export { default as Headline } from "./components/Headline/Headline.svelte";
|
|
11
|
+
export { default as Hero } from "./components/Hero/Hero.svelte";
|
|
12
|
+
export { default as NoteText } from "./components/NoteText/NoteText.svelte";
|
|
13
|
+
export { default as PymChild } from "./components/PymChild/PymChild.svelte";
|
|
14
|
+
export { default as ReutersLogo } from "./components/ReutersLogo/ReutersLogo.svelte";
|
|
15
|
+
export { default as Scroller } from "./components/Scroller/Scroller.svelte";
|
|
16
|
+
export { default as SEO } from "./components/SEO/SEO.svelte";
|
|
17
|
+
export { default as Sharer } from "./components/Sharer/Sharer.svelte";
|
|
18
|
+
export { default as SiteFooter } from "./components/SiteFooter/SiteFooter.svelte";
|
|
19
|
+
export { default as SiteHeader } from "./components/SiteHeader/SiteHeader.svelte";
|
|
20
|
+
export { default as Spinner } from "./components/Spinner/Spinner.svelte";
|
|
21
|
+
export { default as Video } from "./components/Video/Video.svelte";
|
|
22
|
+
export { default as Visible } from "./components/Visible/Visible.svelte";
|
|
23
|
+
export { getPhotoPackPropsFromDoc } from "./components/PhotoPack/docProps";
|
|
24
|
+
export { default as Theme, themes } from "./components/Theme/Theme.svelte";
|