@financial-times/content-tree 0.16.0 → 0.17.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
package/content-tree.d.ts
CHANGED
|
@@ -470,7 +470,7 @@ export declare namespace ContentTree {
|
|
|
470
470
|
/**
|
|
471
471
|
* @description Carousel item
|
|
472
472
|
* @maxItems 10
|
|
473
|
-
* @minItems
|
|
473
|
+
* @minItems 3
|
|
474
474
|
* @sparkRepeater true
|
|
475
475
|
*/
|
|
476
476
|
type CarouselChildren = CarouselCard[];
|
|
@@ -965,7 +965,7 @@ export declare namespace ContentTree {
|
|
|
965
965
|
/**
|
|
966
966
|
* @description Carousel item
|
|
967
967
|
* @maxItems 10
|
|
968
|
-
* @minItems
|
|
968
|
+
* @minItems 3
|
|
969
969
|
* @sparkRepeater true
|
|
970
970
|
*/
|
|
971
971
|
type CarouselChildren = CarouselCard[];
|
|
@@ -1434,7 +1434,7 @@ export declare namespace ContentTree {
|
|
|
1434
1434
|
/**
|
|
1435
1435
|
* @description Carousel item
|
|
1436
1436
|
* @maxItems 10
|
|
1437
|
-
* @minItems
|
|
1437
|
+
* @minItems 3
|
|
1438
1438
|
* @sparkRepeater true
|
|
1439
1439
|
*/
|
|
1440
1440
|
type CarouselChildren = CarouselCard[];
|
|
@@ -1930,7 +1930,7 @@ export declare namespace ContentTree {
|
|
|
1930
1930
|
/**
|
|
1931
1931
|
* @description Carousel item
|
|
1932
1932
|
* @maxItems 10
|
|
1933
|
-
* @minItems
|
|
1933
|
+
* @minItems 3
|
|
1934
1934
|
* @sparkRepeater true
|
|
1935
1935
|
*/
|
|
1936
1936
|
type CarouselChildren = CarouselCard[];
|
package/package.json
CHANGED