pds-dev-kit-web 0.3.2 → 0.3.6
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/README.md +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +4 -1
- package/dist/src/common/components/Spacing/Spacing.d.ts +6 -0
- package/dist/src/common/components/Spacing/Spacing.js +154 -0
- package/dist/src/common/components/Spacing/index.d.ts +1 -0
- package/dist/src/common/components/Spacing/index.js +8 -0
- package/dist/src/common/components/index.d.ts +2 -0
- package/dist/src/common/components/index.js +5 -0
- package/dist/src/common/index.d.ts +4 -2
- package/dist/src/common/index.js +6 -1
- package/dist/src/common/services/i18n/resources/en.json +113 -20
- package/dist/src/common/services/i18n/resources/es.json +113 -20
- package/dist/src/common/services/i18n/resources/index.d.ts +384 -12
- package/dist/src/common/services/i18n/resources/jp.json +113 -20
- package/dist/src/common/services/i18n/resources/ko.json +113 -20
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +24 -5
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +20 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +6 -1
- package/dist/src/common/styles/colorSet/UIColor.json +49 -6
- package/dist/src/common/styles/colorSet/index.d.ts +127 -41
- package/dist/src/common/styles/colorSet/index.js +4 -4
- package/dist/src/common/styles/colorSet/ui-type.d.ts +46 -3
- package/dist/src/common/styles/theme.d.ts +24 -0
- package/dist/src/common/styles/theme.js +28 -4
- package/dist/src/common/types/styled-components.d.ts +24 -0
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +7 -3
- package/dist/src/desktop/components/TextLabel/TextLabel.js +14 -7
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +17 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +10 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +111 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +10 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +111 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +9 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +51 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.js +13 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/PageMenu.js +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/SubMenuContainer.d.ts +7 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/SubMenuContainer.js +14 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/variation/LeftSubMenu.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/variation/LeftSubMenu.js +25 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/SubMenuContainer/variation/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/TabMenuContainer.d.ts +7 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/TabMenuContainer.js +14 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/variation/TabMenu.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/variation/TabMenu.js +25 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/TabMenuContainer/variation/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/index.d.ts +2 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/index.js +5 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +57 -5
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +11 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +11 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/GlobalMenuContainer/variation/GlobalMenu.js +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/PageMenuContainer/variation/PageMenu.js +4 -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/WTA.js +11 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +20 -11
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +11 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -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/Containers/GlobalMenuContainer/variation/GlobalMenu.js +5 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/PageMenuContainer.js +3 -3
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/variation/LeftPageMenu.js +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/variation/TopPageMenu.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/variation/TopPageMenu.js +39 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/TabMenuContainer/variation/TabMenu.js +4 -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/components/TextLabel/TextLabel.d.ts +7 -3
- package/dist/src/mobile/components/TextLabel/TextLabel.js +14 -7
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"ui_cpnt_button_line_base_hover": "sys_component_base_01",
|
|
10
10
|
"ui_cpnt_button_line_border_default": "sys_border_line_01",
|
|
11
11
|
"ui_cpnt_button_line_border_enabled": "sys_border_line_02",
|
|
12
|
-
"ui_cpnt_button_line_border_disabled": "
|
|
12
|
+
"ui_cpnt_button_line_border_disabled": "sys_border_line_01",
|
|
13
13
|
"ui_cpnt_button_line_border_primary": "usr_brand_primary",
|
|
14
14
|
"ui_cpnt_button_text_primary": "usr_brand_primary",
|
|
15
15
|
"ui_cpnt_button_text_on_primary": "usr_on_brand_primary",
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
"ui_cpnt_selcontrols_text_disabled": "sys_text_grey_03",
|
|
148
148
|
"ui_cpnt_selcontrols_text_default": "sys_text_grey_02",
|
|
149
149
|
"ui_cpnt_selcontrols_icon_on_base_hover": "sys_on_base_white_opacity30",
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
150
|
+
"ui_cpnt_contextmenu_menu_base_normal": "sys_component_base_white_opacity00",
|
|
151
|
+
"ui_cpnt_contextmenu_menu_base_hover": "sys_component_base_01",
|
|
152
|
+
"ui_cpnt_contextmenu_menu_base_selected": "sys_component_base_01",
|
|
153
153
|
"ui_cpnt_contextmenu_text": "sys_text_grey_01",
|
|
154
154
|
"ui_cpnt_selcontrols_base_off": "sys_widget_grey_03",
|
|
155
155
|
"ui_cpnt_selcontrols_base_on": "sys_widget_lightgreen",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"ui_cpnt_modal_body_base": "sys_component_base_01",
|
|
227
227
|
"ui_cpnt_modal_header_icon_02": "sys_widget_grey_02",
|
|
228
228
|
"ui_cpnt_selectcard_base_selected": "sys_component_base_blue",
|
|
229
|
-
"ui_cpnt_selectcard_base_default": "
|
|
229
|
+
"ui_cpnt_selectcard_base_default": "sys_component_base_01",
|
|
230
230
|
"ui_cpnt_selectcard_icon_default": "sys_widget_grey_01",
|
|
231
231
|
"ui_cpnt_selectcard_icon_selected": "sys_widget_white",
|
|
232
232
|
"ui_cpnt_selectcard_text_01": "sys_text_grey_01",
|
|
@@ -302,5 +302,48 @@
|
|
|
302
302
|
"ui_cpnt_list_text_body": "sys_text_grey_02",
|
|
303
303
|
"ui_cpnt_card_icon_background_01": "sys_widget_primary_01",
|
|
304
304
|
"ui_cpnt_card_icon_background_02": "sys_widget_pink",
|
|
305
|
-
"ui_cpnt_card_icon_background_03": "sys_widget_success_01"
|
|
305
|
+
"ui_cpnt_card_icon_background_03": "sys_widget_success_01",
|
|
306
|
+
"ui_cpnt_bannerslide_gradient_1": "sys_component_base_black",
|
|
307
|
+
"ui_cpnt_bannerslide_gradient_2": "sys_component_base_black_opacity00",
|
|
308
|
+
"ui_cpnt_modal_gradient_1": "sys_component_base_black_opacity00",
|
|
309
|
+
"ui_cpnt_modal_gradient_2": "sys_component_base_black",
|
|
310
|
+
"ui_cpnt_list_icon_04": "sys_widget_white",
|
|
311
|
+
"ui_cpnt_list_thumbnail_border": "sys_border_line_01",
|
|
312
|
+
"ui_cpnt_list_thumbnail_gradient_1": "sys_component_base_black",
|
|
313
|
+
"ui_cpnt_list_thumbnail_gradient_2": "sys_component_base_black_opacity00",
|
|
314
|
+
"ui_cpnt_list_base_area_active": "sys_component_base_01",
|
|
315
|
+
"ui_cpnt_contextmenu_base": "sys_component_base_02",
|
|
316
|
+
"ui_cpnt_videoplayer_gradient_1": "sys_component_base_black",
|
|
317
|
+
"ui_cpnt_videoplayer_gradient_2": "sys_component_base_black_opacity00",
|
|
318
|
+
"ui_cpnt_videoplayer_overlay": "sys_component_base_black_opacity50",
|
|
319
|
+
"ui_globalmenucontainer_background": "sys_container_background_01",
|
|
320
|
+
"ui_pagemenucontainer_background": "sys_container_background_01",
|
|
321
|
+
"ui_submenucontainer_background": "sys_container_background_01",
|
|
322
|
+
"ui_tabmenucontainer_background": "sys_container_background_01",
|
|
323
|
+
"ui_contentscontainer01_background": "sys_container_background_01",
|
|
324
|
+
"ui_contentscontainer02_background": "sys_container_background_01",
|
|
325
|
+
"ui_cpnt_bannerslide_icon_01": "sys_widget_white",
|
|
326
|
+
"ui_cpnt_card_shadow": "sys_widget_primary_opacity20",
|
|
327
|
+
"ui_cpnt_bannerslide_pagination_active": "sys_widget_white",
|
|
328
|
+
"ui_cpnt_bannerslide_pagination_inactive": "sys_widget_grey_02",
|
|
329
|
+
"ui_cpnt_icon_usr_brandprimary": "usr_brand_primary",
|
|
330
|
+
"ui_container_divider": "sys_border_line_01",
|
|
331
|
+
"ui_area_divider": "sys_border_line_01",
|
|
332
|
+
"ui_cpnt_list_base_area_seller": "usr_component_base_brand_primary_opacity10",
|
|
333
|
+
"ui_temp_grey_01": "sys_temp_grey_01",
|
|
334
|
+
"ui_temp_grey_02": "sys_temp_grey_02",
|
|
335
|
+
"ui_temp_grey_03": "sys_temp_grey_03",
|
|
336
|
+
"ui_temp_grey_04": "sys_temp_grey_04",
|
|
337
|
+
"ui_temp_grey_05": "sys_temp_grey_05",
|
|
338
|
+
"ui_temp_white": "sys_temp_white",
|
|
339
|
+
"ui_temp_primary_01": "sys_temp_primary_01",
|
|
340
|
+
"ui_temp_secondary_01": "sys_temp_secondary_01",
|
|
341
|
+
"ui_temp_red": "sys_temp_red",
|
|
342
|
+
"ui_temp_white_opacity_00": "sys_temp_white_opacity_00",
|
|
343
|
+
"ui_temp_dimmed": "sys_temp_dimmed",
|
|
344
|
+
"ui_temp_black": "sys_temp_black",
|
|
345
|
+
"ui_temp_primary_02": "sys_temp_primary_02",
|
|
346
|
+
"ui_temp_primary_03": "sys_temp_primary_03",
|
|
347
|
+
"ui_temp_secondary_02": "sys_temp_secondary_02",
|
|
348
|
+
"ui_temp_lightgreen_01": "sys_temp_lightgreen_01"
|
|
306
349
|
}
|
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
declare const colorSet: {
|
|
2
|
-
readonly
|
|
2
|
+
readonly SemanticColor: {
|
|
3
|
+
blue500: string;
|
|
4
|
+
blue700: string;
|
|
5
|
+
blue300: string;
|
|
6
|
+
green700: string;
|
|
7
|
+
green500: string;
|
|
8
|
+
green300: string;
|
|
9
|
+
red500: string;
|
|
10
|
+
grey900: string;
|
|
11
|
+
grey500: string;
|
|
12
|
+
grey400: string;
|
|
13
|
+
grey100: string;
|
|
14
|
+
grey50: string;
|
|
15
|
+
white: string;
|
|
16
|
+
black: string;
|
|
17
|
+
darkblue500: string;
|
|
18
|
+
grey950: string;
|
|
19
|
+
darkgrey900: string;
|
|
20
|
+
darkgrey500: string;
|
|
21
|
+
darkgrey400: string;
|
|
22
|
+
darkgrey100: string;
|
|
23
|
+
darkgrey50: string;
|
|
24
|
+
darkred500: string;
|
|
25
|
+
darkgreen700: string;
|
|
26
|
+
orange500: string;
|
|
27
|
+
darkorange500: string;
|
|
28
|
+
opacity00: string;
|
|
29
|
+
opacity20: string;
|
|
30
|
+
opacity30: string;
|
|
31
|
+
opacity65: string;
|
|
32
|
+
darkgreen500: string;
|
|
33
|
+
grey70: string;
|
|
34
|
+
navy500: string;
|
|
35
|
+
lightgreen500: string;
|
|
36
|
+
pink500: string;
|
|
37
|
+
darkgrey70: string;
|
|
38
|
+
darknavy500: string;
|
|
39
|
+
darkpink500: string;
|
|
40
|
+
darklightgreen500: string;
|
|
41
|
+
opacity10: string;
|
|
42
|
+
};
|
|
43
|
+
readonly PaletteColor_Dark: {
|
|
3
44
|
sys_container_background_01: string;
|
|
4
45
|
sys_container_background_02: string;
|
|
5
46
|
sys_container_background_03: string;
|
|
@@ -64,8 +105,27 @@ declare const colorSet: {
|
|
|
64
105
|
sys_border_line_06: string;
|
|
65
106
|
sys_background_dimmed_20: string;
|
|
66
107
|
sys_widget_pink: string;
|
|
108
|
+
sys_widget_primary_opacity20: string;
|
|
109
|
+
sys_widget_secondary_variant_01: string;
|
|
110
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
111
|
+
sys_temp_grey_01: string;
|
|
112
|
+
sys_temp_grey_02: string;
|
|
113
|
+
sys_temp_grey_03: string;
|
|
114
|
+
sys_temp_grey_04: string;
|
|
115
|
+
sys_temp_grey_05: string;
|
|
116
|
+
sys_temp_white: string;
|
|
117
|
+
sys_temp_primary_01: string;
|
|
118
|
+
sys_temp_secondary_01: string;
|
|
119
|
+
sys_temp_red: string;
|
|
120
|
+
sys_temp_white_opacity_00: string;
|
|
121
|
+
sys_temp_dimmed: string;
|
|
122
|
+
sys_temp_black: string;
|
|
123
|
+
sys_temp_primary_02: string;
|
|
124
|
+
sys_temp_primary_03: string;
|
|
125
|
+
sys_temp_secondary_02: string;
|
|
126
|
+
sys_temp_lightgreen_01: string;
|
|
67
127
|
};
|
|
68
|
-
readonly
|
|
128
|
+
readonly PaletteColor_light: {
|
|
69
129
|
sys_container_background_01: string;
|
|
70
130
|
sys_container_background_02: string;
|
|
71
131
|
sys_container_background_03: string;
|
|
@@ -130,42 +190,25 @@ declare const colorSet: {
|
|
|
130
190
|
sys_border_line_06: string;
|
|
131
191
|
sys_background_dimmed_20: string;
|
|
132
192
|
sys_widget_pink: string;
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
darkgrey500: string;
|
|
153
|
-
darkgrey400: string;
|
|
154
|
-
darkgrey100: string;
|
|
155
|
-
darkgrey50: string;
|
|
156
|
-
darkred500: string;
|
|
157
|
-
darkgreen700: string;
|
|
158
|
-
orange500: string;
|
|
159
|
-
darkorange500: string;
|
|
160
|
-
opacity00: string;
|
|
161
|
-
opacity20: string;
|
|
162
|
-
opacity30: string;
|
|
163
|
-
opacity65: string;
|
|
164
|
-
darkgreen500: string;
|
|
165
|
-
grey70: string;
|
|
166
|
-
navy500: string;
|
|
167
|
-
lightgreen500: string;
|
|
168
|
-
pink500: string;
|
|
193
|
+
sys_widget_primary_opacity20: string;
|
|
194
|
+
sys_widget_secondary_variant_01: string;
|
|
195
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
196
|
+
sys_temp_grey_01: string;
|
|
197
|
+
sys_temp_grey_02: string;
|
|
198
|
+
sys_temp_grey_03: string;
|
|
199
|
+
sys_temp_grey_04: string;
|
|
200
|
+
sys_temp_grey_05: string;
|
|
201
|
+
sys_temp_white: string;
|
|
202
|
+
sys_temp_primary_01: string;
|
|
203
|
+
sys_temp_secondary_01: string;
|
|
204
|
+
sys_temp_red: string;
|
|
205
|
+
sys_temp_white_opacity_00: string;
|
|
206
|
+
sys_temp_dimmed: string;
|
|
207
|
+
sys_temp_black: string;
|
|
208
|
+
sys_temp_primary_02: string;
|
|
209
|
+
sys_temp_primary_03: string;
|
|
210
|
+
sys_temp_secondary_02: string;
|
|
211
|
+
sys_temp_lightgreen_01: string;
|
|
169
212
|
};
|
|
170
213
|
readonly UIColor: {
|
|
171
214
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -316,9 +359,9 @@ declare const colorSet: {
|
|
|
316
359
|
ui_cpnt_selcontrols_text_disabled: string;
|
|
317
360
|
ui_cpnt_selcontrols_text_default: string;
|
|
318
361
|
ui_cpnt_selcontrols_icon_on_base_hover: string;
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
362
|
+
ui_cpnt_contextmenu_menu_base_normal: string;
|
|
363
|
+
ui_cpnt_contextmenu_menu_base_hover: string;
|
|
364
|
+
ui_cpnt_contextmenu_menu_base_selected: string;
|
|
322
365
|
ui_cpnt_contextmenu_text: string;
|
|
323
366
|
ui_cpnt_selcontrols_base_off: string;
|
|
324
367
|
ui_cpnt_selcontrols_base_on: string;
|
|
@@ -472,6 +515,49 @@ declare const colorSet: {
|
|
|
472
515
|
ui_cpnt_card_icon_background_01: string;
|
|
473
516
|
ui_cpnt_card_icon_background_02: string;
|
|
474
517
|
ui_cpnt_card_icon_background_03: string;
|
|
518
|
+
ui_cpnt_bannerslide_gradient_1: string;
|
|
519
|
+
ui_cpnt_bannerslide_gradient_2: string;
|
|
520
|
+
ui_cpnt_modal_gradient_1: string;
|
|
521
|
+
ui_cpnt_modal_gradient_2: string;
|
|
522
|
+
ui_cpnt_list_icon_04: string;
|
|
523
|
+
ui_cpnt_list_thumbnail_border: string;
|
|
524
|
+
ui_cpnt_list_thumbnail_gradient_1: string;
|
|
525
|
+
ui_cpnt_list_thumbnail_gradient_2: string;
|
|
526
|
+
ui_cpnt_list_base_area_active: string;
|
|
527
|
+
ui_cpnt_contextmenu_base: string;
|
|
528
|
+
ui_cpnt_videoplayer_gradient_1: string;
|
|
529
|
+
ui_cpnt_videoplayer_gradient_2: string;
|
|
530
|
+
ui_cpnt_videoplayer_overlay: string;
|
|
531
|
+
ui_globalmenucontainer_background: string;
|
|
532
|
+
ui_pagemenucontainer_background: string;
|
|
533
|
+
ui_submenucontainer_background: string;
|
|
534
|
+
ui_tabmenucontainer_background: string;
|
|
535
|
+
ui_contentscontainer01_background: string;
|
|
536
|
+
ui_contentscontainer02_background: string;
|
|
537
|
+
ui_cpnt_bannerslide_icon_01: string;
|
|
538
|
+
ui_cpnt_card_shadow: string;
|
|
539
|
+
ui_cpnt_bannerslide_pagination_active: string;
|
|
540
|
+
ui_cpnt_bannerslide_pagination_inactive: string;
|
|
541
|
+
ui_cpnt_icon_usr_brandprimary: string;
|
|
542
|
+
ui_container_divider: string;
|
|
543
|
+
ui_area_divider: string;
|
|
544
|
+
ui_cpnt_list_base_area_seller: string;
|
|
545
|
+
ui_temp_grey_01: string;
|
|
546
|
+
ui_temp_grey_02: string;
|
|
547
|
+
ui_temp_grey_03: string;
|
|
548
|
+
ui_temp_grey_04: string;
|
|
549
|
+
ui_temp_grey_05: string;
|
|
550
|
+
ui_temp_white: string;
|
|
551
|
+
ui_temp_primary_01: string;
|
|
552
|
+
ui_temp_secondary_01: string;
|
|
553
|
+
ui_temp_red: string;
|
|
554
|
+
ui_temp_white_opacity_00: string;
|
|
555
|
+
ui_temp_dimmed: string;
|
|
556
|
+
ui_temp_black: string;
|
|
557
|
+
ui_temp_primary_02: string;
|
|
558
|
+
ui_temp_primary_03: string;
|
|
559
|
+
ui_temp_secondary_02: string;
|
|
560
|
+
ui_temp_lightgreen_01: string;
|
|
475
561
|
};
|
|
476
562
|
};
|
|
477
563
|
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"));
|
|
8
|
-
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
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
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
13
|
-
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
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;
|
|
@@ -147,9 +147,9 @@ export interface UITheme {
|
|
|
147
147
|
ui_cpnt_selcontrols_text_disabled: string;
|
|
148
148
|
ui_cpnt_selcontrols_text_default: string;
|
|
149
149
|
ui_cpnt_selcontrols_icon_on_base_hover: string;
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
150
|
+
ui_cpnt_contextmenu_menu_base_normal: string;
|
|
151
|
+
ui_cpnt_contextmenu_menu_base_hover: string;
|
|
152
|
+
ui_cpnt_contextmenu_menu_base_selected: string;
|
|
153
153
|
ui_cpnt_contextmenu_text: string;
|
|
154
154
|
ui_cpnt_selcontrols_base_off: string;
|
|
155
155
|
ui_cpnt_selcontrols_base_on: string;
|
|
@@ -303,4 +303,47 @@ export interface UITheme {
|
|
|
303
303
|
ui_cpnt_card_icon_background_01: string;
|
|
304
304
|
ui_cpnt_card_icon_background_02: string;
|
|
305
305
|
ui_cpnt_card_icon_background_03: string;
|
|
306
|
+
ui_cpnt_bannerslide_gradient_1: string;
|
|
307
|
+
ui_cpnt_bannerslide_gradient_2: string;
|
|
308
|
+
ui_cpnt_modal_gradient_1: string;
|
|
309
|
+
ui_cpnt_modal_gradient_2: string;
|
|
310
|
+
ui_cpnt_list_icon_04: string;
|
|
311
|
+
ui_cpnt_list_thumbnail_border: string;
|
|
312
|
+
ui_cpnt_list_thumbnail_gradient_1: string;
|
|
313
|
+
ui_cpnt_list_thumbnail_gradient_2: string;
|
|
314
|
+
ui_cpnt_list_base_area_active: string;
|
|
315
|
+
ui_cpnt_contextmenu_base: string;
|
|
316
|
+
ui_cpnt_videoplayer_gradient_1: string;
|
|
317
|
+
ui_cpnt_videoplayer_gradient_2: string;
|
|
318
|
+
ui_cpnt_videoplayer_overlay: string;
|
|
319
|
+
ui_globalmenucontainer_background: string;
|
|
320
|
+
ui_pagemenucontainer_background: string;
|
|
321
|
+
ui_submenucontainer_background: string;
|
|
322
|
+
ui_tabmenucontainer_background: string;
|
|
323
|
+
ui_contentscontainer01_background: string;
|
|
324
|
+
ui_contentscontainer02_background: string;
|
|
325
|
+
ui_cpnt_bannerslide_icon_01: string;
|
|
326
|
+
ui_cpnt_card_shadow: string;
|
|
327
|
+
ui_cpnt_bannerslide_pagination_active: string;
|
|
328
|
+
ui_cpnt_bannerslide_pagination_inactive: string;
|
|
329
|
+
ui_cpnt_icon_usr_brandprimary: string;
|
|
330
|
+
ui_container_divider: string;
|
|
331
|
+
ui_area_divider: string;
|
|
332
|
+
ui_cpnt_list_base_area_seller: string;
|
|
333
|
+
ui_temp_grey_01: string;
|
|
334
|
+
ui_temp_grey_02: string;
|
|
335
|
+
ui_temp_grey_03: string;
|
|
336
|
+
ui_temp_grey_04: string;
|
|
337
|
+
ui_temp_grey_05: string;
|
|
338
|
+
ui_temp_white: string;
|
|
339
|
+
ui_temp_primary_01: string;
|
|
340
|
+
ui_temp_secondary_01: string;
|
|
341
|
+
ui_temp_red: string;
|
|
342
|
+
ui_temp_white_opacity_00: string;
|
|
343
|
+
ui_temp_dimmed: string;
|
|
344
|
+
ui_temp_black: string;
|
|
345
|
+
ui_temp_primary_02: string;
|
|
346
|
+
ui_temp_primary_03: string;
|
|
347
|
+
ui_temp_secondary_02: string;
|
|
348
|
+
ui_temp_lightgreen_01: string;
|
|
306
349
|
}
|
|
@@ -57,5 +57,29 @@ export declare const mobileLineHeight: {
|
|
|
57
57
|
blog1: string;
|
|
58
58
|
singleLine: string;
|
|
59
59
|
};
|
|
60
|
+
export declare const boxShadow: {
|
|
61
|
+
elevation0: string;
|
|
62
|
+
elevation1: string;
|
|
63
|
+
elevation2: string;
|
|
64
|
+
elevation3: string;
|
|
65
|
+
elevation4: string;
|
|
66
|
+
elevation5: string;
|
|
67
|
+
};
|
|
68
|
+
export declare const spacing: {
|
|
69
|
+
spacingA: string;
|
|
70
|
+
spacingB: string;
|
|
71
|
+
spacingC: string;
|
|
72
|
+
spacingD: string;
|
|
73
|
+
spacingE: string;
|
|
74
|
+
spacingF: string;
|
|
75
|
+
spacingG: string;
|
|
76
|
+
spacingH: string;
|
|
77
|
+
spacingI: string;
|
|
78
|
+
spacingJ: string;
|
|
79
|
+
spacingK: string;
|
|
80
|
+
spacingL: string;
|
|
81
|
+
spacingM: string;
|
|
82
|
+
spacingN: string;
|
|
83
|
+
};
|
|
60
84
|
declare const theme: DefaultTheme;
|
|
61
85
|
export default theme;
|
|
@@ -11,7 +11,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.mobileLineHeight = exports.mobileFontSize = exports.desktopLineHeight = exports.desktopFontSize = exports.fontWeight = void 0;
|
|
14
|
+
exports.spacing = exports.boxShadow = exports.mobileLineHeight = exports.mobileFontSize = exports.desktopLineHeight = exports.desktopFontSize = exports.fontWeight = void 0;
|
|
15
15
|
var ui_colors_1 = require("./ui-colors");
|
|
16
16
|
exports.fontWeight = {
|
|
17
17
|
normal: '500',
|
|
@@ -42,7 +42,7 @@ exports.desktopLineHeight = {
|
|
|
42
42
|
form1: '1.6',
|
|
43
43
|
form2: '1.6',
|
|
44
44
|
blog1: '1.6',
|
|
45
|
-
singleLine: '
|
|
45
|
+
singleLine: 'normal'
|
|
46
46
|
};
|
|
47
47
|
exports.mobileFontSize = {
|
|
48
48
|
displayHeading: '32px',
|
|
@@ -69,7 +69,31 @@ exports.mobileLineHeight = {
|
|
|
69
69
|
form1: '1.6',
|
|
70
70
|
form2: '1.6',
|
|
71
71
|
blog1: '1.6',
|
|
72
|
-
singleLine: '
|
|
72
|
+
singleLine: 'normal'
|
|
73
73
|
};
|
|
74
|
-
|
|
74
|
+
exports.boxShadow = {
|
|
75
|
+
elevation0: '0 0 0 0 #0003',
|
|
76
|
+
elevation1: '0 2px 8px 0 #0003',
|
|
77
|
+
elevation2: '0 3px 12px 0 #0003',
|
|
78
|
+
elevation3: '0 4px 16px 0 #0003',
|
|
79
|
+
elevation4: '0 5px 20px 0 #0003',
|
|
80
|
+
elevation5: '0 6px 24px 0 #0003'
|
|
81
|
+
};
|
|
82
|
+
exports.spacing = {
|
|
83
|
+
spacingA: '4px',
|
|
84
|
+
spacingB: '8px',
|
|
85
|
+
spacingC: '12px',
|
|
86
|
+
spacingD: '16px',
|
|
87
|
+
spacingE: '24px',
|
|
88
|
+
spacingF: '32px',
|
|
89
|
+
spacingG: '48px',
|
|
90
|
+
spacingH: '64px',
|
|
91
|
+
spacingI: '88px',
|
|
92
|
+
spacingJ: '120px',
|
|
93
|
+
spacingK: '160px',
|
|
94
|
+
spacingL: '240px',
|
|
95
|
+
spacingM: '288px',
|
|
96
|
+
spacingN: '320px'
|
|
97
|
+
};
|
|
98
|
+
var theme = __assign({ fontWeight: exports.fontWeight, desktopFontSize: exports.desktopFontSize, desktopLineHeight: exports.desktopLineHeight, mobileFontSize: exports.mobileFontSize, mobileLineHeight: exports.mobileLineHeight, boxShadow: exports.boxShadow, spacing: exports.spacing }, ui_colors_1.uiColors);
|
|
75
99
|
exports.default = theme;
|
|
@@ -57,4 +57,28 @@ export interface PdsDevKitTheme {
|
|
|
57
57
|
blog1: string;
|
|
58
58
|
singleLine: string;
|
|
59
59
|
};
|
|
60
|
+
boxShadow: {
|
|
61
|
+
elevation0: string;
|
|
62
|
+
elevation1: string;
|
|
63
|
+
elevation2: string;
|
|
64
|
+
elevation3: string;
|
|
65
|
+
elevation4: string;
|
|
66
|
+
elevation5: string;
|
|
67
|
+
};
|
|
68
|
+
spacing: {
|
|
69
|
+
spacingA: string;
|
|
70
|
+
spacingB: string;
|
|
71
|
+
spacingC: string;
|
|
72
|
+
spacingD: string;
|
|
73
|
+
spacingE: string;
|
|
74
|
+
spacingF: string;
|
|
75
|
+
spacingG: string;
|
|
76
|
+
spacingH: string;
|
|
77
|
+
spacingI: string;
|
|
78
|
+
spacingJ: string;
|
|
79
|
+
spacingK: string;
|
|
80
|
+
spacingL: string;
|
|
81
|
+
spacingM: string;
|
|
82
|
+
spacingN: string;
|
|
83
|
+
};
|
|
60
84
|
}
|
|
@@ -5,17 +5,21 @@ export declare type ColorThemeType = 'sysTextPrimary' | 'sysTextSecondary' | 'sy
|
|
|
5
5
|
export declare type TextLabelProps = {
|
|
6
6
|
text: string | number | TFunctionResult;
|
|
7
7
|
textAlign?: 'left' | 'center' | 'right';
|
|
8
|
-
|
|
8
|
+
styleTheme?: 'displayBold' | 'headingBold' | 'leadParaRegular' | 'subTitleBold' | 'subTitleRegular' | 'body1Bold' | 'body1Regular' | 'body2Bold' | 'body2Regular' | 'caption1Bold' | 'caption1Regular' | 'caption2Bold' | 'caption2Regular' | 'form1Regular' | 'form2Regular' | 'blog1Regular';
|
|
9
9
|
colorTheme?: 'sysTextPrimary' | 'sysTextSecondary' | 'sysTextTertiary' | 'sysTextWhite' | 'sysTextError' | 'sysTextBrandPrimary' | 'sysTextBrandSeconVariant' | 'usrTextBrandPrimary' | 'usrTextBrandSeconVariant' | 'usrTextBrandOnPrimary';
|
|
10
10
|
underline?: 'none' | 'use';
|
|
11
11
|
singleLineMode?: 'none' | 'use';
|
|
12
|
+
ellipsisMode?: 'none' | 'use';
|
|
13
|
+
lineLimit?: number;
|
|
12
14
|
};
|
|
13
15
|
export declare type TextStyleProps = {
|
|
14
16
|
textAlign?: 'left' | 'center' | 'right';
|
|
15
|
-
|
|
17
|
+
styleTheme?: 'displayBold' | 'headingBold' | 'leadParaRegular' | 'subTitleBold' | 'subTitleRegular' | 'body1Bold' | 'body1Regular' | 'body2Bold' | 'body2Regular' | 'caption1Bold' | 'caption1Regular' | 'caption2Bold' | 'caption2Regular' | 'form1Regular' | 'form2Regular' | 'blog1Regular';
|
|
16
18
|
colorTheme?: 'sysTextPrimary' | 'sysTextSecondary' | 'sysTextTertiary' | 'sysTextWhite' | 'sysTextError' | 'sysTextBrandPrimary' | 'sysTextBrandSeconVariant' | 'usrTextBrandPrimary' | 'usrTextBrandSeconVariant' | 'usrTextBrandOnPrimary';
|
|
17
19
|
underline?: 'none' | 'use';
|
|
18
20
|
singleLineMode?: 'none' | 'use';
|
|
21
|
+
ellipsisMode?: 'none' | 'use';
|
|
22
|
+
lineLimit?: number;
|
|
19
23
|
};
|
|
20
|
-
declare function TextLabel({ text, textAlign,
|
|
24
|
+
declare function TextLabel({ text, textAlign, styleTheme, colorTheme, underline, singleLineMode, ellipsisMode, lineLimit }: TextLabelProps): JSX.Element;
|
|
21
25
|
export default TextLabel;
|
|
@@ -29,8 +29,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
var react_1 = __importDefault(require("react"));
|
|
30
30
|
var styled_components_1 = __importStar(require("styled-components"));
|
|
31
31
|
function TextLabel(_a) {
|
|
32
|
-
var text = _a.text, _b = _a.textAlign, textAlign = _b === void 0 ? 'left' : _b, _c = _a.
|
|
33
|
-
return (react_1.default.createElement(S_TextLabel, { textAlign: textAlign,
|
|
32
|
+
var text = _a.text, _b = _a.textAlign, textAlign = _b === void 0 ? 'left' : _b, _c = _a.styleTheme, styleTheme = _c === void 0 ? 'body2Bold' : _c, _d = _a.colorTheme, colorTheme = _d === void 0 ? 'sysTextPrimary' : _d, _e = _a.underline, underline = _e === void 0 ? 'none' : _e, _f = _a.singleLineMode, singleLineMode = _f === void 0 ? 'none' : _f, _g = _a.ellipsisMode, ellipsisMode = _g === void 0 ? 'none' : _g, lineLimit = _a.lineLimit;
|
|
33
|
+
return (react_1.default.createElement(S_TextLabel, { textAlign: textAlign, styleTheme: styleTheme, colorTheme: colorTheme, underline: underline, singleLineMode: singleLineMode, ellipsisMode: ellipsisMode, lineLimit: lineLimit }, text));
|
|
34
34
|
}
|
|
35
35
|
var displayBold = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
36
36
|
var theme = _a.theme;
|
|
@@ -232,15 +232,19 @@ var usrTextBrandOnPrimary = (0, styled_components_1.css)(templateObject_26 || (t
|
|
|
232
232
|
var theme = _a.theme;
|
|
233
233
|
return theme.ui_cpnt_textlabel_usr_brandonprimary;
|
|
234
234
|
});
|
|
235
|
-
var
|
|
235
|
+
var ellipsisStyle = (0, styled_components_1.css)(templateObject_27 || (templateObject_27 = __makeTemplateObject(["\n -webkit-box-orient: vertical;\n display: -webkit-box;\n -webkit-line-clamp: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n"], ["\n -webkit-box-orient: vertical;\n display: -webkit-box;\n -webkit-line-clamp: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n"])), function (_a) {
|
|
236
|
+
var lineLimit = _a.lineLimit;
|
|
237
|
+
return lineLimit;
|
|
238
|
+
});
|
|
239
|
+
var S_TextLabel = styled_components_1.default.div(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n box-sizing: border-box;\n text-align: ", ";\n text-decoration: ", ";\n white-space: pre-wrap;\n word-break: keep-all;\n\n ", ";\n\n ", ";\n\n line-height: ", ";\n\n ", ";\n"], ["\n box-sizing: border-box;\n text-align: ", ";\n text-decoration: ", ";\n white-space: pre-wrap;\n word-break: keep-all;\n\n ", ";\n\n ", ";\n\n line-height: ", ";\n\n ", ";\n"])), function (_a) {
|
|
236
240
|
var textAlign = _a.textAlign;
|
|
237
241
|
return textAlign;
|
|
238
242
|
}, function (_a) {
|
|
239
243
|
var underline = _a.underline;
|
|
240
244
|
return underline === 'use' && 'underline';
|
|
241
245
|
}, function (_a) {
|
|
242
|
-
var
|
|
243
|
-
return
|
|
246
|
+
var styleTheme = _a.styleTheme;
|
|
247
|
+
return styleTheme &&
|
|
244
248
|
{
|
|
245
249
|
displayBold: displayBold,
|
|
246
250
|
headingBold: headingBold,
|
|
@@ -258,7 +262,7 @@ var S_TextLabel = styled_components_1.default.div(templateObject_27 || (template
|
|
|
258
262
|
form1Regular: form1Regular,
|
|
259
263
|
form2Regular: form2Regular,
|
|
260
264
|
blog1Regular: blog1Regular
|
|
261
|
-
}[
|
|
265
|
+
}[styleTheme];
|
|
262
266
|
}, function (_a) {
|
|
263
267
|
var colorTheme = _a.colorTheme;
|
|
264
268
|
return colorTheme &&
|
|
@@ -277,6 +281,9 @@ var S_TextLabel = styled_components_1.default.div(templateObject_27 || (template
|
|
|
277
281
|
}, function (_a) {
|
|
278
282
|
var singleLineMode = _a.singleLineMode, theme = _a.theme;
|
|
279
283
|
return singleLineMode === 'use' && theme.desktopLineHeight.singleLine;
|
|
284
|
+
}, function (_a) {
|
|
285
|
+
var ellipsisMode = _a.ellipsisMode, lineLimit = _a.lineLimit;
|
|
286
|
+
return ellipsisMode === 'use' && lineLimit && ellipsisStyle;
|
|
280
287
|
});
|
|
281
288
|
exports.default = TextLabel;
|
|
282
|
-
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, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27;
|
|
289
|
+
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, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28;
|
package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export declare type ContentsContainerProps = {
|
|
|
3
3
|
stepContent?: JSX.Element;
|
|
4
4
|
content1?: JSX.Element;
|
|
5
5
|
content2?: JSX.Element;
|
|
6
|
-
layoutType: 'WFA_1' | 'WFB_1' | 'WFC_1' | 'WFD_1' | 'WFD_2' | 'WFE_1';
|
|
6
|
+
layoutType: 'WFA_1' | 'WFB_1' | 'WFC_1' | 'WFD_1' | 'WFD_2' | 'WFE_1' | 'WFF_1' | 'WFG_1' | 'WFG_2' | 'WFG_3' | 'WFG_4' | 'WFG_5' | 'WFG_6' | 'WFH_1' | 'WFI_1' | 'WFI_2' | 'WFI_3' | 'WFI_4' | 'WFI_5' | 'WFI_6' | 'WFJ_1' | 'WFK_1';
|
|
7
7
|
containerColor?: string;
|
|
8
8
|
areaColor?: string;
|
|
9
9
|
};
|
|
@@ -13,7 +13,23 @@ var ContentsContainer = function (_a) {
|
|
|
13
13
|
WFC_1: react_1.default.createElement(variation_1.WFC, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
|
|
14
14
|
WFD_1: (react_1.default.createElement(variation_1.WFD, { layoutType: "WFD_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
15
15
|
WFD_2: (react_1.default.createElement(variation_1.WFD, { layoutType: "WFD_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
16
|
-
WFE_1: (react_1.default.createElement(variation_1.WFE, { stepContent: stepContent, content1: content1, containerColor: containerColor, areaColor: areaColor }))
|
|
16
|
+
WFE_1: (react_1.default.createElement(variation_1.WFE, { stepContent: stepContent, content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
17
|
+
WFF_1: react_1.default.createElement(variation_1.WFF, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
|
|
18
|
+
WFG_1: (react_1.default.createElement(variation_1.WFG, { layoutType: "WFG_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
19
|
+
WFG_2: (react_1.default.createElement(variation_1.WFG, { layoutType: "WFG_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
20
|
+
WFG_3: (react_1.default.createElement(variation_1.WFG, { layoutType: "WFG_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
21
|
+
WFG_4: (react_1.default.createElement(variation_1.WFG, { layoutType: "WFG_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
22
|
+
WFG_5: (react_1.default.createElement(variation_1.WFG, { layoutType: "WFG_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
23
|
+
WFG_6: (react_1.default.createElement(variation_1.WFG, { layoutType: "WFG_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
24
|
+
WFH_1: react_1.default.createElement(variation_1.WFH, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
|
|
25
|
+
WFI_1: (react_1.default.createElement(variation_1.WFI, { layoutType: "WFI_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
26
|
+
WFI_2: (react_1.default.createElement(variation_1.WFI, { layoutType: "WFI_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
27
|
+
WFI_3: (react_1.default.createElement(variation_1.WFI, { layoutType: "WFI_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
28
|
+
WFI_4: (react_1.default.createElement(variation_1.WFI, { layoutType: "WFI_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
29
|
+
WFI_5: (react_1.default.createElement(variation_1.WFI, { layoutType: "WFI_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
30
|
+
WFI_6: (react_1.default.createElement(variation_1.WFI, { layoutType: "WFI_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
31
|
+
WFJ_1: react_1.default.createElement(variation_1.WFJ, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
|
|
32
|
+
WFK_1: (react_1.default.createElement(variation_1.WFK, { content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))
|
|
17
33
|
}[layoutType]));
|
|
18
34
|
};
|
|
19
35
|
exports.default = ContentsContainer;
|
|
@@ -17,7 +17,10 @@ var WFA = function (_a) {
|
|
|
17
17
|
react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
|
|
18
18
|
react_1.default.createElement(S_Content1, null, content1))));
|
|
19
19
|
};
|
|
20
|
-
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-start;\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n align-items: flex-start;\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
|
|
20
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
|
|
21
|
+
var theme = _a.theme;
|
|
22
|
+
return theme.ui_contentscontainer01_background;
|
|
23
|
+
}, function (_a) {
|
|
21
24
|
var containerColor = _a.containerColor;
|
|
22
25
|
return "background-color: " + containerColor;
|
|
23
26
|
});
|
|
@@ -18,7 +18,10 @@ var WFB = function (_a) {
|
|
|
18
18
|
react_1.default.createElement(S_Content1, null, content1),
|
|
19
19
|
react_1.default.createElement(S_Content2, null, content2))));
|
|
20
20
|
};
|
|
21
|
-
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-start;\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n align-items: flex-start;\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
|
|
21
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
|
|
22
|
+
var theme = _a.theme;
|
|
23
|
+
return theme.ui_contentscontainer01_background;
|
|
24
|
+
}, function (_a) {
|
|
22
25
|
var containerColor = _a.containerColor;
|
|
23
26
|
return "background-color: " + containerColor;
|
|
24
27
|
});
|
|
@@ -15,7 +15,10 @@ var WFC = function (_a) {
|
|
|
15
15
|
react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
|
|
16
16
|
react_1.default.createElement(S_Content1, null, content1))));
|
|
17
17
|
};
|
|
18
|
-
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n box-sizing: border-box;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n box-sizing: border-box;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
|
|
18
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
19
22
|
var containerColor = _a.containerColor;
|
|
20
23
|
return "background-color: " + containerColor;
|
|
21
24
|
});
|