pds-dev-kit-web-test 2.5.68 → 2.5.70

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.
@@ -6,7 +6,7 @@ import type { CB_EFFECT_PROP_ENTANIM_SPECS } from './sections/CustomSection/util
6
6
  import type { CB_LAYOUT_PROP_PADDING_SPECS } from './sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding';
7
7
  import type { CB_STYLE_PROP_BGCOLOR_SPECS } from './sections/CustomSection/util/stylePropParsers/parseStylePropBgColor';
8
8
  import type { CB_STYLE_PROP_BGOVERLAY_SPECS } from './sections/CustomSection/util/stylePropParsers/parseStylePropBgOverlay';
9
- import type { RootBlock, ZOrder } from 'publ-echo-test/dist/lib/GridLayoutEditor/group';
9
+ import type { Block, ZOrder } from 'publ-echo-test/dist/lib/GridLayoutEditor/group';
10
10
  import type { Ref } from 'react';
11
11
  export { TypeOfSectionAction };
12
12
  export type TypeOfSectionManifestSchema = 'BASE_INTRO' | 'BASE_CONTENTS' | 'BASE_CONTENTS_CAROUSEL' | 'BASE_FOOTER' | 'BASE_INFO_BOX' | 'EXP_IFRAME' | 'PRG_MEMBERSHIP_DISPLAY' | 'CUSTOM';
@@ -61,7 +61,7 @@ export interface ISection {
61
61
  componentBlocks?: ComponentBlock[];
62
62
  jsonProperties?: ISectionJsonProperties;
63
63
  }
64
- export type SectionPedigree = RootBlock;
64
+ export type SectionPedigree = Block[];
65
65
  export interface SubscriptionProductInList {
66
66
  id: number;
67
67
  type: SubscriptionProductType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.68",
3
+ "version": "2.5.70",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "lottie-react": "^2.3.1",
24
24
  "nuka-carousel": "^4.8.4",
25
25
  "publ-echo": "^0.0.99",
26
- "publ-echo-test": "^0.0.111",
26
+ "publ-echo-test": "^0.0.114",
27
27
  "react-hook-form": "^7.28.1",
28
28
  "react-i18next": "^11.12.0",
29
29
  "react-router-dom": "^5.2.0",