@dosgato/templating 0.0.79 → 0.0.80

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.
@@ -81,7 +81,7 @@ export declare abstract class Component<DataType extends ComponentData = any, Fe
81
81
  /**
82
82
  * An array of components to add to the area.
83
83
  */
84
- components: ComponentData[],
84
+ components: ComponentData[] | undefined,
85
85
  /**
86
86
  * The page id of the page these components came from.
87
87
  *
package/dist/render.d.ts CHANGED
@@ -131,7 +131,7 @@ export interface APIClient {
131
131
  *
132
132
  * Returns the root page(s). Subpages are inside the `children` property.
133
133
  */
134
- getNavigation: ({ beneath, depth, extra, absolute }: {
134
+ getNavigation: (opts?: {
135
135
  /**
136
136
  * Return pages beneath this path
137
137
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/templating",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "A library to support building templates for dosgato CMS.",
5
5
  "type": "module",
6
6
  "exports": {