pds-dev-kit-web 0.3.25 → 0.3.29

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 (85) hide show
  1. package/dist/index.d.ts +3 -1
  2. package/dist/index.js +6 -1
  3. package/dist/src/GlobalStyle.js +1 -1
  4. package/dist/src/common/components/Spacing/Spacing.d.ts +2 -1
  5. package/dist/src/common/components/Spacing/Spacing.js +9 -3
  6. package/dist/src/common/services/i18n/resources/en.json +41 -5
  7. package/dist/src/common/services/i18n/resources/es.json +41 -5
  8. package/dist/src/common/services/i18n/resources/index.d.ts +144 -0
  9. package/dist/src/common/services/i18n/resources/jp.json +41 -5
  10. package/dist/src/common/services/i18n/resources/ko.json +41 -5
  11. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +5 -1
  12. package/dist/src/common/styles/colorSet/PaletteColor_light.json +5 -1
  13. package/dist/src/common/styles/colorSet/SemanticColor.json +4 -1
  14. package/dist/src/common/styles/colorSet/UIColor.json +13 -1
  15. package/dist/src/common/styles/colorSet/index.d.ts +23 -0
  16. package/dist/src/common/styles/colorSet/ui-type.d.ts +12 -0
  17. package/dist/src/common/styles/ui-colors.js +1 -1
  18. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
  19. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +2 -1
  20. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +1 -1
  21. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +13 -7
  22. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +1 -1
  23. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
  24. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +2 -1
  25. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +10 -0
  26. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +51 -0
  27. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +1 -0
  28. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +3 -1
  29. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
  30. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +6 -3
  31. package/dist/src/mobile/index.d.ts +7 -0
  32. package/dist/src/mobile/index.js +13 -1
  33. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +10 -0
  34. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +14 -0
  35. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/index.d.ts +1 -0
  36. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/index.js +8 -0
  37. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +10 -0
  38. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +48 -0
  39. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/index.d.ts +1 -0
  40. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/index.js +8 -0
  41. package/dist/src/mobile/layout/LayoutMF/Containers/index.d.ts +1 -0
  42. package/dist/src/mobile/layout/LayoutMF/Containers/index.js +5 -0
  43. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +12 -0
  44. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +25 -0
  45. package/dist/src/mobile/layout/LayoutMF/ContainersBox/index.d.ts +1 -0
  46. package/dist/src/mobile/layout/LayoutMF/ContainersBox/index.js +8 -0
  47. package/dist/src/mobile/layout/LayoutMF/LayoutMF.d.ts +6 -0
  48. package/dist/src/mobile/layout/LayoutMF/LayoutMF.js +18 -0
  49. package/dist/src/mobile/layout/LayoutMF/index.d.ts +1 -0
  50. package/dist/src/mobile/layout/LayoutMF/index.js +8 -0
  51. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +10 -0
  52. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +14 -0
  53. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/index.d.ts +1 -0
  54. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/index.js +8 -0
  55. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +8 -0
  56. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -0
  57. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/index.d.ts +1 -0
  58. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/index.js +8 -0
  59. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/NavigationContainer.d.ts +7 -0
  60. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/NavigationContainer.js +14 -0
  61. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/index.d.ts +1 -0
  62. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/index.js +8 -0
  63. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/Navigation.d.ts +6 -0
  64. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/Navigation.js +25 -0
  65. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/index.d.ts +1 -0
  66. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/index.js +8 -0
  67. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/TabContainer.d.ts +7 -0
  68. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/TabContainer.js +14 -0
  69. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/index.d.ts +1 -0
  70. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/index.js +8 -0
  71. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/Tab.d.ts +6 -0
  72. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/Tab.js +25 -0
  73. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/index.d.ts +1 -0
  74. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/index.js +8 -0
  75. package/dist/src/mobile/layout/LayoutMP/Containers/index.d.ts +3 -0
  76. package/dist/src/mobile/layout/LayoutMP/Containers/index.js +9 -0
  77. package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.d.ts +12 -0
  78. package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.js +25 -0
  79. package/dist/src/mobile/layout/LayoutMP/ContainersBox/index.d.ts +1 -0
  80. package/dist/src/mobile/layout/LayoutMP/ContainersBox/index.js +8 -0
  81. package/dist/src/mobile/layout/LayoutMP/LayoutMP.d.ts +7 -0
  82. package/dist/src/mobile/layout/LayoutMP/LayoutMP.js +24 -0
  83. package/dist/src/mobile/layout/LayoutMP/index.d.ts +1 -0
  84. package/dist/src/mobile/layout/LayoutMP/index.js +8 -0
  85. package/package.json +1 -1
@@ -96,6 +96,10 @@ declare const colorSet: {
96
96
  sys_on_base_white_opacity10: string;
97
97
  sys_on_base_black_opacity10: string;
98
98
  sys_component_base_05_opacity00: string;
99
+ sys_papp_post_notice_link: string;
100
+ sys_sys_component_base_navy_light: string;
101
+ sys_component_base_orange: string;
102
+ sys_component_base_grey: string;
99
103
  };
100
104
  readonly PaletteColor_Dark: {
101
105
  sys_container_background_01: string;
@@ -194,6 +198,10 @@ declare const colorSet: {
194
198
  sys_on_base_white_opacity10: string;
195
199
  sys_on_base_black_opacity10: string;
196
200
  sys_component_base_05_opacity00: string;
201
+ sys_papp_post_notice_link: string;
202
+ sys_sys_component_base_navy_light: string;
203
+ sys_component_base_orange: string;
204
+ sys_component_base_grey: string;
197
205
  };
198
206
  readonly SemanticColor: {
199
207
  blue500: string;
@@ -244,6 +252,9 @@ declare const colorSet: {
244
252
  darkblue300: string;
245
253
  darkblue700: string;
246
254
  darkgreen300: string;
255
+ darkskyblue500: string;
256
+ navy100: string;
257
+ darknavy100: string;
247
258
  };
248
259
  readonly UIColor: {
249
260
  ui_cpnt_button_fill_base_primary: string;
@@ -620,6 +631,18 @@ declare const colorSet: {
620
631
  ui_cpnt_icon_sys_warning_01: string;
621
632
  ui_cpnt_icon_sys_success_01: string;
622
633
  ui_cpnt_icon_usr_brandsecondary: string;
634
+ ui_papp_post_notice_link: string;
635
+ ui_cpnt_headerbar_icon_02: string;
636
+ ui_m_navigationcontainer_background: string;
637
+ ui_m_tabcontainer_background: string;
638
+ ui_m_contentscontainer01_background: string;
639
+ ui_m_contentscontainer02_background: string;
640
+ ui_cpnt_statusblock_basic: string;
641
+ ui_cpnt_statusblock_standby: string;
642
+ ui_cpnt_statusblock_proceeding: string;
643
+ ui_cpnt_statusblock_cancel: string;
644
+ ui_cpnt_statusblock_end: string;
645
+ ui_cpnt_statusblock_error: string;
623
646
  };
624
647
  };
625
648
  export default colorSet;
@@ -373,4 +373,16 @@ export interface UITheme {
373
373
  ui_cpnt_icon_sys_warning_01: string;
374
374
  ui_cpnt_icon_sys_success_01: string;
375
375
  ui_cpnt_icon_usr_brandsecondary: string;
376
+ ui_papp_post_notice_link: string;
377
+ ui_cpnt_headerbar_icon_02: string;
378
+ ui_m_navigationcontainer_background: string;
379
+ ui_m_tabcontainer_background: string;
380
+ ui_m_contentscontainer01_background: string;
381
+ ui_m_contentscontainer02_background: string;
382
+ ui_cpnt_statusblock_basic: string;
383
+ ui_cpnt_statusblock_standby: string;
384
+ ui_cpnt_statusblock_proceeding: string;
385
+ ui_cpnt_statusblock_cancel: string;
386
+ ui_cpnt_statusblock_end: string;
387
+ ui_cpnt_statusblock_error: string;
376
388
  }
@@ -27,7 +27,7 @@ function buildCascadedColors(lowLevel, highLevel, override) {
27
27
  // 서버로부터 해당 채널에서 커스텀으로 설정한 팔레트 가져오기
28
28
  // from server (원래는 비동기)
29
29
  var channelSettings = {
30
- tone: 'dark',
30
+ tone: 'light',
31
31
  customPalette: {
32
32
  usr_good_job: '#999999'
33
33
  }
@@ -2,7 +2,7 @@
2
2
  export declare type ContentsContainerProps = {
3
3
  content1?: JSX.Element;
4
4
  content2?: JSX.Element;
5
- layoutType: 'WSA_1' | 'WSB_1' | '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';
5
+ layoutType: 'WSA_1' | 'WSB_1' | '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';
6
6
  containerColor?: string;
7
7
  areaColor?: string;
8
8
  };
@@ -22,7 +22,8 @@ var ContentsContainer = function (_a) {
22
22
  WSF_7: (react_1.default.createElement(variation_1.WSF, { layoutType: "WSF_7", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
23
23
  WSG_1: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
24
24
  WSG_2: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
25
- WSG_3: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))
25
+ WSG_3: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
26
+ WSG_4: (react_1.default.createElement(variation_1.WSG, { layoutType: "WSG_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))
26
27
  }[layoutType]));
27
28
  };
28
29
  exports.default = ContentsContainer;
@@ -2,7 +2,7 @@
2
2
  export declare type WSGProps = {
3
3
  content1?: JSX.Element;
4
4
  content2?: JSX.Element;
5
- layoutType: 'WSG_1' | 'WSG_2' | 'WSG_3';
5
+ layoutType: 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4';
6
6
  containerColor?: string;
7
7
  areaColor?: string;
8
8
  };
@@ -28,13 +28,14 @@ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (
28
28
  return ({
29
29
  WSG_1: 'height: 100%;',
30
30
  WSG_2: 'overflow-x: hidden;overflow-y: auto;',
31
- WSG_3: 'overflow-x: hidden;overflow-y: auto;'
31
+ WSG_3: 'overflow-x: hidden;overflow-y: auto;',
32
+ WSG_4: 'overflow-x: hidden;overflow-y: auto;width: 480px'
32
33
  }[layoutType]);
33
34
  }, function (_a) {
34
35
  var containerColor = _a.containerColor;
35
36
  return "background-color: " + containerColor;
36
37
  });
37
- var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\nbackground-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\nbackground-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
38
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
38
39
  var theme = _a.theme;
39
40
  return theme.ui_contentscontainer02_background;
40
41
  }, function (_a) {
@@ -45,7 +46,8 @@ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (
45
46
  return ({
46
47
  WSG_1: 'height: 100%;',
47
48
  WSG_2: 'overflow-x: hidden;overflow-y: auto;',
48
- WSG_3: 'height: 100%;'
49
+ WSG_3: 'height: 100%;',
50
+ WSG_4: 'height: 100%; flex: 1'
49
51
  }[layoutType]);
50
52
  }, function (_a) {
51
53
  var containerColor = _a.containerColor;
@@ -56,7 +58,8 @@ var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templ
56
58
  return ({
57
59
  WSG_1: 'height: 100%;',
58
60
  WSG_2: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
59
- WSG_3: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;'
61
+ WSG_3: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
62
+ WSG_4: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;'
60
63
  }[layoutType]);
61
64
  }, function (_a) {
62
65
  var areaColor = _a.areaColor;
@@ -67,7 +70,8 @@ var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templ
67
70
  return ({
68
71
  WSG_1: 'height: 100%;',
69
72
  WSG_2: 'padding-left: 24px;padding-right: 24px;padding-bottom: 88px;',
70
- WSG_3: 'height: 100%;'
73
+ WSG_3: 'height: 100%;',
74
+ WSG_4: 'height: 100%;'
71
75
  }[layoutType]);
72
76
  }, function (_a) {
73
77
  var areaColor = _a.areaColor;
@@ -78,7 +82,8 @@ var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateOb
78
82
  return ({
79
83
  WSG_1: 'height: 100%;overflow: hidden;',
80
84
  WSG_2: '',
81
- WSG_3: ''
85
+ WSG_3: '',
86
+ WSG_4: ''
82
87
  }[layoutType]);
83
88
  });
84
89
  var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
@@ -86,7 +91,8 @@ var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateOb
86
91
  return ({
87
92
  WSG_1: 'height: 100%;overflow: hidden;',
88
93
  WSG_2: '',
89
- WSG_3: 'height: 100%;overflow: hidden;'
94
+ WSG_3: 'height: 100%;overflow: hidden;',
95
+ WSG_4: 'height: 100%;overflow: hidden;'
90
96
  }[layoutType]);
91
97
  });
92
98
  exports.default = WSG;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  export declare type ContainersBoxProps = {
3
- layoutType: 'WSA_1' | 'WSB_1' | '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';
3
+ layoutType: 'WSA_1' | 'WSB_1' | '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';
4
4
  pageMenuContent?: JSX.Element;
5
5
  tabMenuContent?: JSX.Element;
6
6
  content1?: JSX.Element;
@@ -2,7 +2,7 @@
2
2
  export declare type ContentsContainerProps = {
3
3
  content1?: JSX.Element;
4
4
  content2?: JSX.Element;
5
- layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTI_1';
5
+ layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTI_1' | 'WTJ_1';
6
6
  containerColor?: string;
7
7
  areaColor?: string;
8
8
  };
@@ -28,7 +28,8 @@ var ContentsContainer = function (_a) {
28
28
  WTF_6: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
29
29
  WTG_1: react_1.default.createElement(variation_1.WTG, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
30
30
  WTH_1: react_1.default.createElement(variation_1.WTH, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
31
- WTI_1: react_1.default.createElement(variation_1.WTI, { content1: content1, containerColor: containerColor, areaColor: areaColor })
31
+ WTI_1: react_1.default.createElement(variation_1.WTI, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
32
+ WTJ_1: (react_1.default.createElement(variation_1.WTJ, { content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))
32
33
  }[layoutType]));
33
34
  };
34
35
  exports.default = ContentsContainer;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export declare type WTJProps = {
3
+ content1?: JSX.Element;
4
+ content2?: JSX.Element;
5
+ layoutType?: 'WTJ_1';
6
+ containerColor?: string;
7
+ areaColor?: string;
8
+ };
9
+ declare const WTJ: ({ content1, content2, layoutType, containerColor, areaColor }: WTJProps) => JSX.Element;
10
+ export default WTJ;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var WTJ = function (_a) {
13
+ var content1 = _a.content1, content2 = _a.content2, _b = _a.layoutType, layoutType = _b === void 0 ? 'WTJ_1' : _b, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
+ return (react_1.default.createElement(S_Box, null,
15
+ react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor },
16
+ react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))),
18
+ react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor },
19
+ react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
20
+ react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
21
+ };
22
+ var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
23
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 640px;\n overflow-x: hidden;\n overflow-y: auto;\n flex: 1;\n height: 100%;\n ", ";\n"], ["\n background-color: ", ";\n min-width: 640px;\n overflow-x: hidden;\n overflow-y: auto;\n flex: 1;\n height: 100%;\n ", ";\n"])), function (_a) {
24
+ var theme = _a.theme;
25
+ return theme.ui_contentscontainer01_background;
26
+ }, function (_a) {
27
+ var containerColor = _a.containerColor;
28
+ return "background-color: " + containerColor;
29
+ });
30
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 360px;\n height: 100%;\n width: 360px;\n ", ";\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 360px;\n height: 100%;\n width: 360px;\n ", ";\n"])), function (_a) {
31
+ var theme = _a.theme;
32
+ return theme.ui_contentscontainer02_background;
33
+ }, function (_a) {
34
+ var theme = _a.theme;
35
+ return theme.ui_container_divider;
36
+ }, function (_a) {
37
+ var containerColor = _a.containerColor;
38
+ return "background-color: " + containerColor;
39
+ });
40
+ var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
41
+ var areaColor = _a.areaColor;
42
+ return "background-color: " + areaColor;
43
+ });
44
+ var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n height: 100%;\n ", ";\n"], ["\n height: 100%;\n ", ";\n"])), function (_a) {
45
+ var areaColor = _a.areaColor;
46
+ return "background-color: " + areaColor;
47
+ });
48
+ var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
49
+ var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
50
+ exports.default = WTJ;
51
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
@@ -7,3 +7,4 @@ export { default as WTF } from './WTF';
7
7
  export { default as WTG } from './WTG';
8
8
  export { default as WTH } from './WTH';
9
9
  export { default as WTI } from './WTI';
10
+ export { default as WTJ } from './WTJ';
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.WTI = exports.WTH = exports.WTG = exports.WTF = exports.WTE = exports.WTD = exports.WTC = exports.WTB = exports.WTA = void 0;
6
+ exports.WTJ = exports.WTI = exports.WTH = exports.WTG = exports.WTF = exports.WTE = exports.WTD = exports.WTC = exports.WTB = exports.WTA = void 0;
7
7
  var WTA_1 = require("./WTA");
8
8
  Object.defineProperty(exports, "WTA", { enumerable: true, get: function () { return __importDefault(WTA_1).default; } });
9
9
  var WTB_1 = require("./WTB");
@@ -22,3 +22,5 @@ var WTH_1 = require("./WTH");
22
22
  Object.defineProperty(exports, "WTH", { enumerable: true, get: function () { return __importDefault(WTH_1).default; } });
23
23
  var WTI_1 = require("./WTI");
24
24
  Object.defineProperty(exports, "WTI", { enumerable: true, get: function () { return __importDefault(WTI_1).default; } });
25
+ var WTJ_1 = require("./WTJ");
26
+ Object.defineProperty(exports, "WTJ", { enumerable: true, get: function () { return __importDefault(WTJ_1).default; } });
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  export declare type ContainersBoxProps = {
3
- layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTI_1';
3
+ layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTI_1' | 'WTJ_1';
4
4
  pageMenuContent?: JSX.Element;
5
5
  tabMenuContent?: JSX.Element;
6
6
  content1?: JSX.Element;
@@ -34,7 +34,8 @@ var ContainersBox = function (_a) {
34
34
  WTF_6: (react_1.default.createElement(Containers_1.PageMenuContainer, { pageMenuType: "left_page_menu", pageMenuContent: pageMenuContent })),
35
35
  WTG_1: (react_1.default.createElement(Containers_1.PageMenuContainer, { pageMenuType: "left_page_menu", pageMenuContent: pageMenuContent })),
36
36
  WTH_1: react_1.default.createElement(react_1.default.Fragment, null),
37
- WTI_1: react_1.default.createElement(react_1.default.Fragment, null)
37
+ WTI_1: react_1.default.createElement(react_1.default.Fragment, null),
38
+ WTJ_1: react_1.default.createElement(react_1.default.Fragment, null)
38
39
  }[layoutType],
39
40
  react_1.default.createElement(S_RightBox, null,
40
41
  {
@@ -58,7 +59,8 @@ var ContainersBox = function (_a) {
58
59
  WTF_6: react_1.default.createElement(react_1.default.Fragment, null),
59
60
  WTG_1: react_1.default.createElement(react_1.default.Fragment, null),
60
61
  WTH_1: (react_1.default.createElement(Containers_1.PageMenuContainer, { pageMenuType: "top_page_menu", pageMenuContent: pageMenuContent, containerColor: containerColor, areaColor: areaColor })),
61
- WTI_1: (react_1.default.createElement(Containers_1.PageMenuContainer, { pageMenuType: "top_page_menu", pageMenuContent: pageMenuContent, containerColor: containerColor, areaColor: areaColor }))
62
+ WTI_1: (react_1.default.createElement(Containers_1.PageMenuContainer, { pageMenuType: "top_page_menu", pageMenuContent: pageMenuContent, containerColor: containerColor, areaColor: areaColor })),
63
+ WTJ_1: react_1.default.createElement(react_1.default.Fragment, null)
62
64
  }[layoutType],
63
65
  {
64
66
  WTA_1: react_1.default.createElement(react_1.default.Fragment, null),
@@ -81,7 +83,8 @@ var ContainersBox = function (_a) {
81
83
  WTF_6: react_1.default.createElement(react_1.default.Fragment, null),
82
84
  WTG_1: react_1.default.createElement(Containers_1.TabMenuContainer, { tabMenuType: "tab_menu", tabMenuContent: tabMenuContent }),
83
85
  WTH_1: react_1.default.createElement(react_1.default.Fragment, null),
84
- WTI_1: react_1.default.createElement(react_1.default.Fragment, null)
86
+ WTI_1: react_1.default.createElement(react_1.default.Fragment, null),
87
+ WTJ_1: react_1.default.createElement(react_1.default.Fragment, null)
85
88
  }[layoutType],
86
89
  react_1.default.createElement(S_BottomWrapper, { layoutType: layoutType },
87
90
  react_1.default.createElement(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })))));
@@ -1,2 +1,9 @@
1
+ import { LayoutMF } from './layout/LayoutMF';
2
+ import { ContainersBox as MFContainersBox } from './layout/LayoutMF/ContainersBox';
3
+ export { LayoutMF, MFContainersBox };
4
+ import { LayoutMP } from './layout/LayoutMP';
5
+ import { NavigationContainer as MPGlobalMenuContainer } from './layout/LayoutMP/Containers';
6
+ import { ContainersBox as MPContainersBox } from './layout/LayoutMP/ContainersBox';
7
+ export { LayoutMP, MPGlobalMenuContainer, MPContainersBox };
1
8
  import { TextLabel as M_TextLabel } from './components';
2
9
  export { M_TextLabel };
@@ -2,7 +2,19 @@
2
2
  /* eslint-disable import/order */
3
3
  /* eslint-disable import/first */
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.M_TextLabel = void 0;
5
+ exports.M_TextLabel = exports.MPContainersBox = exports.MPGlobalMenuContainer = exports.LayoutMP = exports.MFContainersBox = exports.LayoutMF = void 0;
6
+ // layoutMF
7
+ var LayoutMF_1 = require("./layout/LayoutMF");
8
+ Object.defineProperty(exports, "LayoutMF", { enumerable: true, get: function () { return LayoutMF_1.LayoutMF; } });
9
+ var ContainersBox_1 = require("./layout/LayoutMF/ContainersBox");
10
+ Object.defineProperty(exports, "MFContainersBox", { enumerable: true, get: function () { return ContainersBox_1.ContainersBox; } });
11
+ // layoutMP
12
+ var LayoutMP_1 = require("./layout/LayoutMP");
13
+ Object.defineProperty(exports, "LayoutMP", { enumerable: true, get: function () { return LayoutMP_1.LayoutMP; } });
14
+ var Containers_1 = require("./layout/LayoutMP/Containers");
15
+ Object.defineProperty(exports, "MPGlobalMenuContainer", { enumerable: true, get: function () { return Containers_1.NavigationContainer; } });
16
+ var ContainersBox_2 = require("./layout/LayoutMP/ContainersBox");
17
+ Object.defineProperty(exports, "MPContainersBox", { enumerable: true, get: function () { return ContainersBox_2.ContainersBox; } });
6
18
  // components
7
19
  var components_1 = require("./components");
8
20
  Object.defineProperty(exports, "M_TextLabel", { enumerable: true, get: function () { return components_1.TextLabel; } });
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export declare type ContentsContainerProps = {
3
+ content1?: JSX.Element;
4
+ content2?: JSX.Element;
5
+ layoutType: 'MFB_1';
6
+ containerColor?: string;
7
+ areaColor?: string;
8
+ };
9
+ declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor }: ContentsContainerProps) => JSX.Element;
10
+ export default ContentsContainer;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var variation_1 = require("./variation");
8
+ var ContentsContainer = function (_a) {
9
+ var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
10
+ return (react_1.default.createElement(react_1.default.Fragment, null, {
11
+ MFB_1: (react_1.default.createElement(variation_1.MFB, { layoutType: "MFB_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))
12
+ }[layoutType]));
13
+ };
14
+ exports.default = ContentsContainer;
@@ -0,0 +1 @@
1
+ export { default as ContentsContainer } from './ContentsContainer';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ContentsContainer = void 0;
7
+ var ContentsContainer_1 = require("./ContentsContainer");
8
+ Object.defineProperty(exports, "ContentsContainer", { enumerable: true, get: function () { return __importDefault(ContentsContainer_1).default; } });
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export declare type MFBProps = {
3
+ content1?: JSX.Element;
4
+ content2?: JSX.Element;
5
+ layoutType: 'MFB_1';
6
+ containerColor?: string;
7
+ areaColor?: string;
8
+ };
9
+ declare const MFB: ({ content1, content2, layoutType, containerColor, areaColor }: MFBProps) => JSX.Element;
10
+ export default MFB;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var MFB = function (_a) {
13
+ var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
+ return (react_1.default.createElement(S_Box, null,
15
+ react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor },
16
+ react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))),
18
+ react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor },
19
+ react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
20
+ react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
21
+ };
22
+ var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n"])));
23
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 360px;\n height: 56.25vw;\n ", ";\n"], ["\n background-color: ", ";\n min-width: 360px;\n height: 56.25vw;\n ", ";\n"])), function (_a) {
24
+ var theme = _a.theme;
25
+ return theme.ui_m_contentscontainer01_background;
26
+ }, function (_a) {
27
+ var containerColor = _a.containerColor;
28
+ return "background-color: " + containerColor;
29
+ });
30
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n flex: 1;\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n"], ["\n background-color: ", ";\n flex: 1;\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n"])), function (_a) {
31
+ var theme = _a.theme;
32
+ return theme.ui_m_contentscontainer02_background;
33
+ }, function (_a) {
34
+ var containerColor = _a.containerColor;
35
+ return "background-color: " + containerColor;
36
+ });
37
+ var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n max-width: 768px;\n min-width: 360px;\n height: 100%;\n ", ";\n"], ["\n max-width: 768px;\n min-width: 360px;\n height: 100%;\n ", ";\n"])), function (_a) {
38
+ var areaColor = _a.areaColor;
39
+ return "background-color: " + areaColor;
40
+ });
41
+ var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n max-width: 768px;\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"], ["\n max-width: 768px;\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"])), function (_a) {
42
+ var areaColor = _a.areaColor;
43
+ return "background-color: " + areaColor;
44
+ });
45
+ var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
46
+ var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
47
+ exports.default = MFB;
48
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
@@ -0,0 +1 @@
1
+ export { default as MFB } from './MFB';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.MFB = void 0;
7
+ var MFB_1 = require("./MFB");
8
+ Object.defineProperty(exports, "MFB", { enumerable: true, get: function () { return __importDefault(MFB_1).default; } });
@@ -0,0 +1 @@
1
+ export { ContentsContainer } from './ContentsContainer';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ContentsContainer = void 0;
4
+ var ContentsContainer_1 = require("./ContentsContainer");
5
+ Object.defineProperty(exports, "ContentsContainer", { enumerable: true, get: function () { return ContentsContainer_1.ContentsContainer; } });
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export declare type ContainersBoxProps = {
3
+ layoutType: 'MFB_1';
4
+ tabContent?: JSX.Element;
5
+ content1?: JSX.Element;
6
+ content2?: JSX.Element;
7
+ children?: React.ReactNode;
8
+ containerColor?: string;
9
+ areaColor?: string;
10
+ };
11
+ declare const ContainersBox: ({ layoutType, content1, content2, containerColor, areaColor }: ContainersBoxProps) => JSX.Element;
12
+ export default ContainersBox;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var Containers_1 = require("../Containers");
13
+ var ContainersBox = function (_a) {
14
+ var layoutType = _a.layoutType, content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor;
15
+ return (react_1.default.createElement(S_ContainersBox, null,
16
+ {
17
+ MFB_1: react_1.default.createElement(react_1.default.Fragment, null)
18
+ }[layoutType],
19
+ react_1.default.createElement(S_BottomWrapper, { layoutType: layoutType },
20
+ react_1.default.createElement(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))));
21
+ };
22
+ var S_ContainersBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n flex-direction: column;\n"], ["\n display: flex;\n height: 100%;\n flex-direction: column;\n"])));
23
+ var S_BottomWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n flex: 1;\n overflow: hidden;\n"], ["\n flex: 1;\n overflow: hidden;\n"])));
24
+ exports.default = ContainersBox;
25
+ var templateObject_1, templateObject_2;
@@ -0,0 +1 @@
1
+ export { default as ContainersBox } from './ContainersBox';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ContainersBox = void 0;
7
+ var ContainersBox_1 = require("./ContainersBox");
8
+ Object.defineProperty(exports, "ContainersBox", { enumerable: true, get: function () { return __importDefault(ContainersBox_1).default; } });
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare type LayoutMFProps = {
3
+ children?: React.ReactNode;
4
+ };
5
+ declare const LayoutMF: ({ children }: LayoutMFProps) => JSX.Element;
6
+ export default LayoutMF;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var LayoutMF = function (_a) {
13
+ var children = _a.children;
14
+ return react_1.default.createElement(S_LayoutMF, null, children);
15
+ };
16
+ var S_LayoutMF = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n width: 100%;\n"], ["\n height: 100%;\n width: 100%;\n"])));
17
+ exports.default = LayoutMF;
18
+ var templateObject_1;
@@ -0,0 +1 @@
1
+ export { default as LayoutMF } from './LayoutMF';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.LayoutMF = void 0;
7
+ var LayoutMF_1 = require("./LayoutMF");
8
+ Object.defineProperty(exports, "LayoutMF", { enumerable: true, get: function () { return __importDefault(LayoutMF_1).default; } });
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export declare type ContentsContainerProps = {
3
+ content1?: JSX.Element;
4
+ content2?: JSX.Element;
5
+ layoutType: 'MPA_1';
6
+ containerColor?: string;
7
+ areaColor?: string;
8
+ };
9
+ declare const ContentsContainer: ({ content1, layoutType, containerColor, areaColor }: ContentsContainerProps) => JSX.Element;
10
+ export default ContentsContainer;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var variation_1 = require("./variation");
8
+ var ContentsContainer = function (_a) {
9
+ var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
10
+ return (react_1.default.createElement(react_1.default.Fragment, null, {
11
+ MPA_1: react_1.default.createElement(variation_1.MPA, { content1: content1, containerColor: containerColor, areaColor: areaColor })
12
+ }[layoutType]));
13
+ };
14
+ exports.default = ContentsContainer;