@reuters-graphics/graphics-components 0.0.1-beta.16 → 0.0.1-beta.17

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.
@@ -27,6 +27,11 @@ declare const __propDef: {
27
27
  export declare type ArticleProps = typeof __propDef.props;
28
28
  export declare type ArticleEvents = typeof __propDef.events;
29
29
  export declare type ArticleSlots = typeof __propDef.slots;
30
+ /**
31
+ * The `Article` component contains all the content of our story and also establishes the dimensions of our article well, the default central trunk of our page layout.
32
+ *
33
+ * [Docs](https://reuters-graphics.github.io/graphics-components/?path=/docs/layout-article--default)
34
+ */
30
35
  export default class Article extends SvelteComponentTyped<ArticleProps, ArticleEvents, ArticleSlots> {
31
36
  }
32
37
  export {};
@@ -1,3 +1,8 @@
1
+ <!--
2
+ @component The `Article` component contains all the content of our story and also establishes the dimensions of our article well, the default central trunk of our page layout.
3
+
4
+ [Docs](https://reuters-graphics.github.io/graphics-components/?path=/docs/layout-article--default)
5
+ -->
1
6
  <script>/** Set to true for embeddables. */
2
7
  export let embedded = false;
3
8
  /** Add an id to the article tag to target it with custom CSS. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reuters-graphics/graphics-components",
3
- "version": "0.0.1-beta.16",
3
+ "version": "0.0.1-beta.17",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://reuters-graphics.github.io/graphics-components",