@financial-times/content-tree 0.5.0 → 0.6.0

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.
package/SPEC.md CHANGED
@@ -277,7 +277,6 @@ interface Link extends Parent {
277
277
  interface FindOutMoreLink extends Parent {
278
278
  type: "find-out-more-link"
279
279
  url: string
280
- title: string
281
280
  children: [Text | Strong | Emphasis]
282
281
  }
283
282
  ```
package/content-tree.d.ts CHANGED
@@ -72,7 +72,6 @@ export declare namespace ContentTree {
72
72
  interface FindOutMoreLink extends Parent {
73
73
  type: "find-out-more-link";
74
74
  url: string;
75
- title: string;
76
75
  children: [Text | Strong | Emphasis];
77
76
  }
78
77
  interface List extends Parent {
@@ -496,7 +495,6 @@ export declare namespace ContentTree {
496
495
  interface FindOutMoreLink extends Parent {
497
496
  type: "find-out-more-link";
498
497
  url: string;
499
- title: string;
500
498
  children: [Text | Strong | Emphasis];
501
499
  }
502
500
  interface List extends Parent {
@@ -921,7 +919,6 @@ export declare namespace ContentTree {
921
919
  interface FindOutMoreLink extends Parent {
922
920
  type: "find-out-more-link";
923
921
  url: string;
924
- title: string;
925
922
  children: [Text | Strong | Emphasis];
926
923
  }
927
924
  interface List extends Parent {
@@ -1319,7 +1316,6 @@ export declare namespace ContentTree {
1319
1316
  interface FindOutMoreLink extends Parent {
1320
1317
  type: "find-out-more-link";
1321
1318
  url: string;
1322
- title: string;
1323
1319
  children: [Text | Strong | Emphasis];
1324
1320
  }
1325
1321
  interface List extends Parent {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@financial-times/content-tree",
3
3
  "description": "content tree format",
4
- "version": "0.5.0",
4
+ "version": "0.6.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -353,9 +353,6 @@
353
353
  "type": "array"
354
354
  },
355
355
  "data": {},
356
- "title": {
357
- "type": "string"
358
- },
359
356
  "type": {
360
357
  "const": "find-out-more-link",
361
358
  "type": "string"
@@ -366,7 +363,6 @@
366
363
  },
367
364
  "required": [
368
365
  "children",
369
- "title",
370
366
  "type",
371
367
  "url"
372
368
  ],
@@ -506,9 +506,6 @@
506
506
  "type": "array"
507
507
  },
508
508
  "data": {},
509
- "title": {
510
- "type": "string"
511
- },
512
509
  "type": {
513
510
  "const": "find-out-more-link",
514
511
  "type": "string"
@@ -519,7 +516,6 @@
519
516
  },
520
517
  "required": [
521
518
  "children",
522
- "title",
523
519
  "type",
524
520
  "url"
525
521
  ],
@@ -378,9 +378,6 @@
378
378
  "type": "array"
379
379
  },
380
380
  "data": {},
381
- "title": {
382
- "type": "string"
383
- },
384
381
  "type": {
385
382
  "const": "find-out-more-link",
386
383
  "type": "string"
@@ -391,7 +388,6 @@
391
388
  },
392
389
  "required": [
393
390
  "children",
394
- "title",
395
391
  "type",
396
392
  "url"
397
393
  ],