@functionalcms/svelte-components 2.15.0 → 2.15.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.
@@ -1,6 +1,9 @@
1
- <script>export let description;
1
+ <script>import Link from "../Link.svelte";
2
+ import { Justify } from "../Styling.js";
3
+ export let description;
2
4
  </script>
3
5
 
4
6
  <p>
5
7
  {description}
8
+ <slot name="readMore"></slot>
6
9
  </p>
@@ -6,7 +6,9 @@ declare const __propDef: {
6
6
  events: {
7
7
  [evt: string]: CustomEvent<any>;
8
8
  };
9
- slots: {};
9
+ slots: {
10
+ readMore: {};
11
+ };
10
12
  };
11
13
  export type BlogDescriptionProps = typeof __propDef.props;
12
14
  export type BlogDescriptionEvents = typeof __propDef.events;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [