@reuters-graphics/graphics-components
Advanced tools
Comparing version 0.0.1-beta.1 to 0.0.1-beta.2
@@ -6,3 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
/** Add an id to the article tag to target it with custom CSS. */ id?: string | null; | ||
/** ARIA role of the article. */ role?: string | null; | ||
/** ARIA role of the article */ role?: string | null; | ||
/** Set custom widths for the normal, wide and wider column dimensions */ columnWidths?: { | ||
@@ -9,0 +9,0 @@ /** Narrower column width */ |
@@ -13,2 +13,4 @@ export { default as Article } from "./components/Article/Article.svelte"; | ||
export { default as NoteText } from "./components/NoteText/NoteText.svelte"; | ||
export { default as PaddingReset } from "./components/PaddingReset/PaddingReset.svelte"; | ||
export { default as PhotoPack } from "./components/PhotoPack/PhotoPack.svelte"; | ||
export { default as PymChild } from "./components/PymChild/PymChild.svelte"; | ||
@@ -15,0 +17,0 @@ export { default as ReutersLogo } from "./components/ReutersLogo/ReutersLogo.svelte"; |
@@ -14,2 +14,4 @@ // Components | ||
export { default as NoteText } from './components/NoteText/NoteText.svelte'; | ||
export { default as PaddingReset } from './components/PaddingReset/PaddingReset.svelte'; | ||
export { default as PhotoPack } from './components/PhotoPack/PhotoPack.svelte'; | ||
export { default as PymChild } from './components/PymChild/PymChild.svelte'; | ||
@@ -16,0 +18,0 @@ export { default as ReutersLogo } from './components/ReutersLogo/ReutersLogo.svelte'; |
{ | ||
"name": "@reuters-graphics/graphics-components", | ||
"version": "0.0.1-beta.1", | ||
"version": "0.0.1-beta.2", | ||
"type": "module", | ||
@@ -115,3 +115,3 @@ "private": false, | ||
"./components/NoteText/NoteText.svelte": "./dist/components/NoteText/NoteText.svelte", | ||
"./components/PaddingReset/index.svelte": "./dist/components/PaddingReset/index.svelte", | ||
"./components/PaddingReset/PaddingReset.svelte": "./dist/components/PaddingReset/PaddingReset.svelte", | ||
"./components/PhotoPack/PhotoPack.svelte": "./dist/components/PhotoPack/PhotoPack.svelte", | ||
@@ -118,0 +118,0 @@ "./components/PhotoPack/docProps.ts": "./dist/components/PhotoPack/docProps.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
311616
2737