pds-dev-kit-web 2.2.90 → 2.2.94

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.
Files changed (32) hide show
  1. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +3 -2
  2. package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -3
  3. package/dist/src/common/styles/colorSet/UIColor.json +3 -1
  4. package/dist/src/common/styles/colorSet/index.d.ts +6 -2
  5. package/dist/src/common/styles/colorSet/index.js +2 -2
  6. package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
  7. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
  8. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +1 -0
  9. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSI.d.ts +1 -1
  10. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSI.js +28 -17
  11. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +1 -1
  12. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +5 -1
  13. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +10300 -0
  14. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +30935 -2
  15. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +11 -0
  16. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -0
  17. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +28 -6
  18. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridCustomSection.d.ts +13 -0
  19. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridCustomSection.js +256 -0
  20. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.d.ts +11 -0
  21. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +72 -0
  22. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +1 -1
  23. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +5 -2
  24. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useIsMounted.d.ts +1 -0
  25. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useIsMounted.js +15 -0
  26. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useResizableObserver.d.ts +12 -0
  27. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useResizableObserver.js +74 -0
  28. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +3 -2
  29. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +2 -0
  30. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +8 -5
  31. package/package.json +2 -2
  32. package/release-note.md +2 -2
@@ -283,7 +283,7 @@
283
283
  "sys_text_button_tooltip": "grey900",
284
284
  "sys_membership_button_base": "white/opacity20",
285
285
  "sys_membership_item_membership_base": "darkgrey50",
286
- "sys_membership_item_price_product_base": "darkgrey100",
286
+ "sys_membership_item_price_product_base": "darkgrey70",
287
287
  "sys_component_base_30": "darkgrey400",
288
288
  "sys_component_base_31": "darkgrey200",
289
289
  "sys_component_base_32": "darkgrey20",
@@ -355,5 +355,6 @@
355
355
  "sys_cpnt_sheet_base_14": "grey900",
356
356
  "sys_cpnt_white_opacity60": "white/opacity60",
357
357
  "sys_border_line_17": "darkgrey600",
358
- "usr_brand_primary_opacity05": "darkblue500/opacity05"
358
+ "usr_brand_primary_opacity05": "darkblue500/opacity05",
359
+ "sys_cpnt_sheet_base_15": "grey200"
359
360
  }
@@ -282,8 +282,8 @@
282
282
  "sys_button_tooltip_base": "black/opacity80",
283
283
  "sys_text_button_tooltip": "white",
284
284
  "sys_membership_button_base": "black/opacity20",
285
- "sys_membership_item_membership_base": "grey30",
286
- "sys_membership_item_price_product_base": "grey70",
285
+ "sys_membership_item_membership_base": "grey10",
286
+ "sys_membership_item_price_product_base": "grey50",
287
287
  "sys_component_base_30": "grey400",
288
288
  "sys_component_base_31": "grey200",
289
289
  "sys_component_base_32": "grey20",
@@ -355,5 +355,6 @@
355
355
  "sys_cpnt_sheet_base_14": "grey900",
356
356
  "sys_cpnt_white_opacity60": "white/opacity60",
357
357
  "sys_border_line_17": "black/opacity00",
358
- "usr_brand_primary_opacity05": "blue500/opacity05"
358
+ "usr_brand_primary_opacity05": "blue500/opacity05",
359
+ "sys_cpnt_sheet_base_15": "grey100"
359
360
  }
@@ -859,5 +859,7 @@
859
859
  "ui_121": "sys_component_base_03",
860
860
  "ui_cpnt_tooltip_base_border": "sys_border_line_17",
861
861
  "ui_122": "sys_widget_green_01",
862
- "ui_123": "usr_brand_primary_opacity05"
862
+ "ui_123": "usr_brand_primary_opacity05",
863
+ "ui_124": "sys_cpnt_sheet_base_15",
864
+ "ui_dimmed_03": "sys_background_dimmed"
863
865
  }
@@ -119,7 +119,7 @@ declare const colorSet: {
119
119
  grey300: string;
120
120
  darkgrey300: string;
121
121
  };
122
- readonly PaletteColor_light: {
122
+ readonly PaletteColor_Dark: {
123
123
  sys_container_background_01: string;
124
124
  sys_container_background_02: string;
125
125
  sys_container_background_03: string;
@@ -477,8 +477,9 @@ declare const colorSet: {
477
477
  sys_cpnt_white_opacity60: string;
478
478
  sys_border_line_17: string;
479
479
  usr_brand_primary_opacity05: string;
480
+ sys_cpnt_sheet_base_15: string;
480
481
  };
481
- readonly PaletteColor_Dark: {
482
+ readonly PaletteColor_light: {
482
483
  sys_container_background_01: string;
483
484
  sys_container_background_02: string;
484
485
  sys_container_background_03: string;
@@ -836,6 +837,7 @@ declare const colorSet: {
836
837
  sys_cpnt_white_opacity60: string;
837
838
  sys_border_line_17: string;
838
839
  usr_brand_primary_opacity05: string;
840
+ sys_cpnt_sheet_base_15: string;
839
841
  };
840
842
  readonly UIColor: {
841
843
  ui_cpnt_button_fill_base_primary: string;
@@ -1699,6 +1701,8 @@ declare const colorSet: {
1699
1701
  ui_cpnt_tooltip_base_border: string;
1700
1702
  ui_122: string;
1701
1703
  ui_123: string;
1704
+ ui_124: string;
1705
+ ui_dimmed_03: string;
1702
1706
  };
1703
1707
  };
1704
1708
  export default colorSet;
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /* eslint-disable import/order */
7
7
  var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
8
- var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
9
8
  var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
9
+ var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
10
10
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
11
11
  var colorSet = {
12
12
  SemanticColor: SemanticColor_json_1.default,
13
- PaletteColor_light: PaletteColor_light_json_1.default,
14
13
  PaletteColor_Dark: PaletteColor_Dark_json_1.default,
14
+ PaletteColor_light: PaletteColor_light_json_1.default,
15
15
  UIColor: UIColor_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -860,4 +860,6 @@ export interface UITheme {
860
860
  ui_cpnt_tooltip_base_border: string;
861
861
  ui_122: string;
862
862
  ui_123: string;
863
+ ui_124: string;
864
+ ui_dimmed_03: string;
863
865
  }
@@ -3,7 +3,7 @@ import type { UiColors } from '../../../../../common';
3
3
  export type ContentsContainerProps = {
4
4
  content1?: JSX.Element;
5
5
  content2?: JSX.Element;
6
- layoutType: 'WSA_1' | 'WSB_1' | 'WSB_2' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5' | 'WSH_1' | 'WSI_1' | 'WSJ_1';
6
+ layoutType: 'WSA_1' | 'WSB_1' | 'WSB_2' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5' | 'WSH_1' | 'WSI_1' | 'WSI_2' | 'WSJ_1';
7
7
  containerColor?: string;
8
8
  areaColor?: string;
9
9
  isLoadingContainer1?: boolean;
@@ -25,6 +25,7 @@ var ContentsContainer = function (_a) {
25
25
  WSG_5: ((0, jsx_runtime_1.jsx)(variation_1.WSG, { layoutType: "WSG_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
26
26
  WSH_1: ((0, jsx_runtime_1.jsx)(variation_1.WSH, { layoutType: "WSH_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
27
27
  WSI_1: ((0, jsx_runtime_1.jsx)(variation_1.WSI, { layoutType: "WSI_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
28
+ WSI_2: ((0, jsx_runtime_1.jsx)(variation_1.WSI, { layoutType: "WSI_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
28
29
  WSJ_1: ((0, jsx_runtime_1.jsx)(variation_1.WSJ, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey }))
29
30
  }[layoutType] }));
30
31
  };
@@ -3,7 +3,7 @@ import type { UiColors } from '../../../../../../common';
3
3
  export type WSIProps = {
4
4
  content1?: JSX.Element;
5
5
  content2?: JSX.Element;
6
- layoutType: 'WSI_1';
6
+ layoutType: 'WSI_1' | 'WSI_2';
7
7
  containerColor?: string;
8
8
  areaColor?: string;
9
9
  isLoadingContainer1?: boolean;
@@ -56,20 +56,23 @@ var overrideStyleContainer2 = (0, styled_components_1.css)(templateObject_2 || (
56
56
  });
57
57
  var S_Box = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
58
58
  var WSI_1Container1Style = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n overflow-x: hidden;\n overflow-y: auto;\n width: 720px;\n"], ["\n overflow-x: hidden;\n overflow-y: auto;\n width: 720px;\n"])));
59
- var S_ContentsContainer1 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n ", ";\n ", ";\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n ", ";\n ", ";\n\n ", "\n ", "\n"])), function (_a) {
59
+ var WSI_2Container1Style = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n overflow-x: hidden;\n overflow-y: auto;\n width: 720px;\n"], ["\n overflow-x: hidden;\n overflow-y: auto;\n width: 720px;\n"])));
60
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: ", ";\n ", ";\n ", ";\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n ", ";\n ", ";\n\n ", "\n ", "\n"])), function (_a) {
60
61
  var theme = _a.theme;
61
62
  return theme.ui_contentscontainer01_background;
62
63
  }, function (_a) {
63
64
  var layoutType = _a.layoutType;
64
65
  return ({
65
- WSI_1: WSI_1Container1Style
66
+ WSI_1: WSI_1Container1Style,
67
+ WSI_2: WSI_2Container1Style
66
68
  }[layoutType]);
67
69
  }, function (_a) {
68
70
  var containerColor = _a.containerColor;
69
71
  return "background-color: ".concat(containerColor);
70
72
  }, scrollbarStyle_1.scrollbarStyle, overrideStyleContainer1);
71
- var WSI_1Container2Style = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n flex: 1;\n height: 100%;\n"], ["\n flex: 1;\n height: 100%;\n"])));
72
- var S_ContentsContainer2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n ", ";\n ", ";\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n ", ";\n ", ";\n\n ", "\n ", "\n"])), function (_a) {
73
+ var WSI_1Container2Style = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n flex: 1;\n height: 100%;\n"], ["\n flex: 1;\n height: 100%;\n"])));
74
+ var WSI_2Container2Style = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n flex: 1;\n height: 100%;\n"], ["\n flex: 1;\n height: 100%;\n"])));
75
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n ", ";\n ", ";\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n ", ";\n ", ";\n\n ", "\n ", "\n"])), function (_a) {
73
76
  var theme = _a.theme;
74
77
  return theme.ui_contentscontainer02_background;
75
78
  }, function (_a) {
@@ -78,44 +81,52 @@ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_7 || (
78
81
  }, function (_a) {
79
82
  var layoutType = _a.layoutType;
80
83
  return ({
81
- WSI_1: WSI_1Container2Style
84
+ WSI_1: WSI_1Container2Style,
85
+ WSI_2: WSI_2Container2Style
82
86
  }[layoutType]);
83
87
  }, function (_a) {
84
88
  var containerColor = _a.containerColor;
85
89
  return "background-color: ".concat(containerColor);
86
90
  }, scrollbarStyle_1.scrollbarStyle, overrideStyleContainer2);
87
- var WSI_1Area1Style = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n padding-bottom: 88px;\n padding-left: 24px;\n padding-right: 24px;\n"], ["\n padding-bottom: 88px;\n padding-left: 24px;\n padding-right: 24px;\n"])));
88
- var S_ContentsArea1 = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
91
+ var WSI_1Area1Style = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n padding-bottom: 88px;\n padding-left: 24px;\n padding-right: 24px;\n"], ["\n padding-bottom: 88px;\n padding-left: 24px;\n padding-right: 24px;\n"])));
92
+ var WSI_2Area1Style = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n padding-bottom: 88px;\n padding-left: 24px;\n padding-right: 24px;\n"], ["\n padding-bottom: 88px;\n padding-left: 24px;\n padding-right: 24px;\n"])));
93
+ var S_ContentsArea1 = styled_components_1.default.div(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
89
94
  var layoutType = _a.layoutType;
90
95
  return ({
91
- WSI_1: WSI_1Area1Style
96
+ WSI_1: WSI_1Area1Style,
97
+ WSI_2: WSI_2Area1Style
92
98
  }[layoutType]);
93
99
  }, function (_a) {
94
100
  var areaColor = _a.areaColor;
95
101
  return "background-color: ".concat(areaColor);
96
102
  });
97
- var WSI_1Area2Style = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n height: 100%;\n padding-top: 24px;\n width: 240px;\n"], ["\n height: 100%;\n padding-top: 24px;\n width: 240px;\n"])));
98
- var S_ContentsArea2 = styled_components_1.default.div(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n box-sizing: border-box;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n ", ";\n ", ";\n"])), function (_a) {
103
+ var WSI_1Area2Style = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n height: 100%;\n padding-top: 24px;\n width: 240px;\n"], ["\n height: 100%;\n padding-top: 24px;\n width: 240px;\n"])));
104
+ var WSI_2Area2Style = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n height: 100%;\n padding-top: 24px;\n width: 360px;\n"], ["\n height: 100%;\n padding-top: 24px;\n width: 360px;\n"])));
105
+ var S_ContentsArea2 = styled_components_1.default.div(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n box-sizing: border-box;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n ", ";\n ", ";\n"])), function (_a) {
99
106
  var layoutType = _a.layoutType;
100
107
  return ({
101
- WSI_1: WSI_1Area2Style
108
+ WSI_1: WSI_1Area2Style,
109
+ WSI_2: WSI_2Area2Style
102
110
  }[layoutType]);
103
111
  }, function (_a) {
104
112
  var areaColor = _a.areaColor;
105
113
  return "background-color: ".concat(areaColor);
106
114
  });
107
- var S_Content1 = styled_components_1.default.div(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
115
+ var S_Content1 = styled_components_1.default.div(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
108
116
  var layoutType = _a.layoutType;
109
117
  return ({
110
- WSI_1: ''
118
+ WSI_1: '',
119
+ WSI_2: ''
111
120
  }[layoutType]);
112
121
  });
113
- var WSI_1Content2Style = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
114
- var S_Content2 = styled_components_1.default.div(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
122
+ var WSI_1Content2Style = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
123
+ var WSI_2Content2Style = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
124
+ var S_Content2 = styled_components_1.default.div(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
115
125
  var layoutType = _a.layoutType;
116
126
  return ({
117
- WSI_1: WSI_1Content2Style
127
+ WSI_1: WSI_1Content2Style,
128
+ WSI_2: WSI_2Content2Style
118
129
  }[layoutType]);
119
130
  });
120
131
  exports.default = WSI;
121
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14;
132
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import type { UiColors } from '../../../../common';
3
3
  export type ContainersBoxProps = {
4
- layoutType: 'WSA_1' | 'WSB_1' | 'WSB_2' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5' | 'WSH_1' | 'WSI_1' | 'WSJ_1';
4
+ layoutType: 'WSA_1' | 'WSB_1' | 'WSB_2' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5' | 'WSH_1' | 'WSI_1' | 'WSI_2' | 'WSJ_1';
5
5
  pageMenuContent?: JSX.Element;
6
6
  tabMenuContent?: JSX.Element;
7
7
  content1?: JSX.Element;
@@ -21,13 +21,17 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  }
22
22
  return t;
23
23
  };
24
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
24
27
  Object.defineProperty(exports, "__esModule", { value: true });
25
28
  var jsx_runtime_1 = require("react/jsx-runtime");
29
+ var FlexGridCustomSection_1 = __importDefault(require("../../../DynamicLayout/sections/CustomSection/FlexGridCustomSection"));
26
30
  var sections_1 = require("../../sections");
27
31
  function SectionMatcher(_a) {
28
32
  var props = __rest(_a, []);
29
33
  if (props.type === 'CUSTOM') {
30
- return (0, jsx_runtime_1.jsx)(sections_1.CustomSection, __assign({}, props));
34
+ return (0, jsx_runtime_1.jsx)(FlexGridCustomSection_1.default, __assign({}, props));
31
35
  }
32
36
  var schema = props.manifest.schema;
33
37
  switch (schema) {