@thetimes/times-public-api-types 1.0.10305 → 1.0.10313

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.
@@ -3,6 +3,7 @@ import { PageTileInput } from "./page-tile-input";
3
3
  export type PageSliceInput = {
4
4
  name: string;
5
5
  children: PageTileInput[];
6
+ designTheme?: string | null;
6
7
  };
7
8
  export type PaginatedPageSliceInput = {
8
9
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thetimes/times-public-api-types",
3
- "version": "1.0.10305",
3
+ "version": "1.0.10313",
4
4
  "description": "",
5
5
  "main": "index.d.ts",
6
6
  "types": "index.d.ts",
@@ -4,6 +4,7 @@ export type StandardPageSlice = PageSlice | PaginatedPageSlice | TopicAuthorSlic
4
4
  export type PageSlice = {
5
5
  name: string;
6
6
  children: PageTile[];
7
+ designTheme?: string | null;
7
8
  };
8
9
  export type PaginatedPageSlice = {
9
10
  name: string;