pds-dev-kit-web 0.3.27 → 0.3.31
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/dist/index.d.ts +3 -1
- package/dist/index.js +6 -1
- package/dist/src/GlobalStyle.js +1 -1
- package/dist/src/common/components/Spacing/Spacing.d.ts +2 -1
- package/dist/src/common/components/Spacing/Spacing.js +10 -3
- package/dist/src/common/services/i18n/resources/en.json +41 -5
- package/dist/src/common/services/i18n/resources/es.json +41 -5
- package/dist/src/common/services/i18n/resources/index.d.ts +144 -0
- package/dist/src/common/services/i18n/resources/jp.json +41 -5
- package/dist/src/common/services/i18n/resources/ko.json +41 -5
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +3 -1
- package/dist/src/common/styles/colorSet/UIColor.json +12 -1
- package/dist/src/common/styles/colorSet/index.d.ts +72 -53
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +11 -0
- package/dist/src/common/styles/ui-colors.js +1 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +13 -7
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +10 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +51 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +6 -3
- package/dist/src/mobile/index.d.ts +7 -0
- package/dist/src/mobile/index.js +13 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +14 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +48 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/index.js +5 -0
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +12 -0
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +25 -0
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMF/LayoutMF.d.ts +6 -0
- package/dist/src/mobile/layout/LayoutMF/LayoutMF.js +18 -0
- package/dist/src/mobile/layout/LayoutMF/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMF/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +14 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/NavigationContainer.d.ts +7 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/NavigationContainer.js +14 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/Navigation.d.ts +6 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/Navigation.js +25 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/TabContainer.d.ts +7 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/TabContainer.js +14 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/Tab.d.ts +6 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/Tab.js +25 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/index.d.ts +3 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/index.js +9 -0
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.d.ts +12 -0
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.js +25 -0
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMP/LayoutMP.d.ts +7 -0
- package/dist/src/mobile/layout/LayoutMP/LayoutMP.js +24 -0
- package/dist/src/mobile/layout/LayoutMP/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMP/index.js +8 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const colorSet: {
|
|
2
|
-
readonly
|
|
2
|
+
readonly PaletteColor_light: {
|
|
3
3
|
sys_container_background_01: string;
|
|
4
4
|
sys_container_background_02: string;
|
|
5
5
|
sys_container_background_03: string;
|
|
@@ -97,59 +97,11 @@ declare const colorSet: {
|
|
|
97
97
|
sys_on_base_black_opacity10: string;
|
|
98
98
|
sys_component_base_05_opacity00: string;
|
|
99
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;
|
|
100
103
|
};
|
|
101
|
-
readonly
|
|
102
|
-
blue500: string;
|
|
103
|
-
blue700: string;
|
|
104
|
-
blue300: string;
|
|
105
|
-
green700: string;
|
|
106
|
-
green500: string;
|
|
107
|
-
green300: string;
|
|
108
|
-
red500: string;
|
|
109
|
-
grey900: string;
|
|
110
|
-
grey500: string;
|
|
111
|
-
grey400: string;
|
|
112
|
-
grey100: string;
|
|
113
|
-
grey50: string;
|
|
114
|
-
white: string;
|
|
115
|
-
black: string;
|
|
116
|
-
darkblue500: string;
|
|
117
|
-
grey950: string;
|
|
118
|
-
darkgrey900: string;
|
|
119
|
-
darkgrey500: string;
|
|
120
|
-
darkgrey400: string;
|
|
121
|
-
darkgrey100: string;
|
|
122
|
-
darkgrey50: string;
|
|
123
|
-
darkred500: string;
|
|
124
|
-
darkgreen700: string;
|
|
125
|
-
orange500: string;
|
|
126
|
-
darkorange500: string;
|
|
127
|
-
opacity00: string;
|
|
128
|
-
opacity20: string;
|
|
129
|
-
opacity30: string;
|
|
130
|
-
opacity65: string;
|
|
131
|
-
darkgreen500: string;
|
|
132
|
-
grey70: string;
|
|
133
|
-
navy500: string;
|
|
134
|
-
lightgreen500: string;
|
|
135
|
-
pink500: string;
|
|
136
|
-
darkgrey70: string;
|
|
137
|
-
darknavy500: string;
|
|
138
|
-
darkpink500: string;
|
|
139
|
-
darklightgreen500: string;
|
|
140
|
-
opacity10: string;
|
|
141
|
-
grey600: string;
|
|
142
|
-
darkgrey600: string;
|
|
143
|
-
skyblue500: string;
|
|
144
|
-
skyblue300: string;
|
|
145
|
-
pink300: string;
|
|
146
|
-
lightpink500: string;
|
|
147
|
-
darkblue300: string;
|
|
148
|
-
darkblue700: string;
|
|
149
|
-
darkgreen300: string;
|
|
150
|
-
darkskyblue500: string;
|
|
151
|
-
};
|
|
152
|
-
readonly PaletteColor_light: {
|
|
104
|
+
readonly PaletteColor_Dark: {
|
|
153
105
|
sys_container_background_01: string;
|
|
154
106
|
sys_container_background_02: string;
|
|
155
107
|
sys_container_background_03: string;
|
|
@@ -247,6 +199,62 @@ declare const colorSet: {
|
|
|
247
199
|
sys_on_base_black_opacity10: string;
|
|
248
200
|
sys_component_base_05_opacity00: string;
|
|
249
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;
|
|
205
|
+
};
|
|
206
|
+
readonly SemanticColor: {
|
|
207
|
+
blue500: string;
|
|
208
|
+
blue700: string;
|
|
209
|
+
blue300: string;
|
|
210
|
+
green700: string;
|
|
211
|
+
green500: string;
|
|
212
|
+
green300: string;
|
|
213
|
+
red500: string;
|
|
214
|
+
grey900: string;
|
|
215
|
+
grey500: string;
|
|
216
|
+
grey400: string;
|
|
217
|
+
grey100: string;
|
|
218
|
+
grey50: string;
|
|
219
|
+
white: string;
|
|
220
|
+
black: string;
|
|
221
|
+
darkblue500: string;
|
|
222
|
+
grey950: string;
|
|
223
|
+
darkgrey900: string;
|
|
224
|
+
darkgrey500: string;
|
|
225
|
+
darkgrey400: string;
|
|
226
|
+
darkgrey100: string;
|
|
227
|
+
darkgrey50: string;
|
|
228
|
+
darkred500: string;
|
|
229
|
+
darkgreen700: string;
|
|
230
|
+
orange500: string;
|
|
231
|
+
darkorange500: string;
|
|
232
|
+
opacity00: string;
|
|
233
|
+
opacity20: string;
|
|
234
|
+
opacity30: string;
|
|
235
|
+
opacity65: string;
|
|
236
|
+
darkgreen500: string;
|
|
237
|
+
grey70: string;
|
|
238
|
+
navy500: string;
|
|
239
|
+
lightgreen500: string;
|
|
240
|
+
pink500: string;
|
|
241
|
+
darkgrey70: string;
|
|
242
|
+
darknavy500: string;
|
|
243
|
+
darkpink500: string;
|
|
244
|
+
darklightgreen500: string;
|
|
245
|
+
opacity10: string;
|
|
246
|
+
grey600: string;
|
|
247
|
+
darkgrey600: string;
|
|
248
|
+
skyblue500: string;
|
|
249
|
+
skyblue300: string;
|
|
250
|
+
pink300: string;
|
|
251
|
+
lightpink500: string;
|
|
252
|
+
darkblue300: string;
|
|
253
|
+
darkblue700: string;
|
|
254
|
+
darkgreen300: string;
|
|
255
|
+
darkskyblue500: string;
|
|
256
|
+
navy100: string;
|
|
257
|
+
darknavy100: string;
|
|
250
258
|
};
|
|
251
259
|
readonly UIColor: {
|
|
252
260
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -624,6 +632,17 @@ declare const colorSet: {
|
|
|
624
632
|
ui_cpnt_icon_sys_success_01: string;
|
|
625
633
|
ui_cpnt_icon_usr_brandsecondary: string;
|
|
626
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;
|
|
627
646
|
};
|
|
628
647
|
};
|
|
629
648
|
export default colorSet;
|
|
@@ -4,14 +4,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
7
8
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
8
9
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.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
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
12
13
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
13
14
|
SemanticColor: SemanticColor_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;
|
|
@@ -374,4 +374,15 @@ export interface UITheme {
|
|
|
374
374
|
ui_cpnt_icon_sys_success_01: string;
|
|
375
375
|
ui_cpnt_icon_usr_brandsecondary: string;
|
|
376
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;
|
|
377
388
|
}
|
package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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(["\
|
|
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;
|
package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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 };
|
package/dist/src/mobile/index.js
CHANGED
|
@@ -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;
|