pds-dev-kit-web 0.3.4 → 0.3.5
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/src/common/services/i18n/resources/en.json +43 -9
- package/dist/src/common/services/i18n/resources/es.json +43 -9
- package/dist/src/common/services/i18n/resources/index.d.ts +140 -4
- package/dist/src/common/services/i18n/resources/jp.json +43 -9
- package/dist/src/common/services/i18n/resources/ko.json +43 -9
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +8 -5
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +6 -1
- package/dist/src/common/styles/colorSet/UIColor.json +33 -6
- package/dist/src/common/styles/colorSet/index.d.ts +41 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +30 -3
- 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/package.json +1 -1
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
"str_create_subs_product": "구독상품 생성",
|
|
599
599
|
"str_create_subs_product_step_1": "시작하기",
|
|
600
600
|
"str_create_subs_product_step_2": "기본 정보 입력",
|
|
601
|
-
"str_create_subs_product_step_3": "구독상품 가격
|
|
601
|
+
"str_create_subs_product_step_3": "구독상품 가격 입력",
|
|
602
602
|
"str_create_subs_product_step_4": "결제 정보 입력",
|
|
603
603
|
"str_259": "시작하기",
|
|
604
604
|
"str_260": "채널에서 판매할 구독상품을 생성합니다.\n여러개의 상품을 만들어 신규 회원에게 할인 혜택을 제공하거나,\n단골 고객들이 이탈하지 않도록 해 보세요.",
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"str_354": "만료 기간 선택",
|
|
839
839
|
"str_papp_vod_seller_noti_title_vod_uploading": "VOD 업로드",
|
|
840
840
|
"str_papp_vod_seller_noti_desc_vod_uploading_bulk": "모든 파일 업로드 중 ...",
|
|
841
|
-
"str_papp_vod_seller_noti_content_vod_uploading": "{{uploadPercentage}} 업로드 됨",
|
|
841
|
+
"str_papp_vod_seller_noti_content_vod_uploading": "{{uploadPercentage}}% 업로드 됨",
|
|
842
842
|
"str_papp_vod_seller_noti_desc_vod_uploading_single": "파일 업로드 중 ...",
|
|
843
843
|
"str_duplicated_email": "이미 존재하는 이메일 계정입니다. \n 다시 한번 확인해주세요.",
|
|
844
844
|
"str_papp_cbooking_seller_noti_title_evt_start_soon": "상담 시간 임박",
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
"str_383": "구독상품 수정",
|
|
891
891
|
"str_384": "기본 정보를 수정해 주세요.",
|
|
892
892
|
"str_modify_sp_step_1": "기본 정보 수정",
|
|
893
|
-
"str_modify_sp_step_2": "구독상품 가격
|
|
893
|
+
"str_modify_sp_step_2": "구독상품 가격 수정",
|
|
894
894
|
"str_modify_sp_step_3": "표시용 문구 수정",
|
|
895
895
|
"str_388": "해당 부분은 수정이 불가합니다.",
|
|
896
896
|
"str_389": "구독상품 수정이 완료되었습니다.",
|
|
@@ -1707,6 +1707,7 @@
|
|
|
1707
1707
|
"str_language_settings": "$t(str_language) $t(str_settings)",
|
|
1708
1708
|
"str_deactivate": "비활성화",
|
|
1709
1709
|
"str_791": "국제 전화번호용 할당",
|
|
1710
|
+
"str_update_profile_info": "프로필 정보 수정",
|
|
1710
1711
|
"str_792": "국제 전화번호용 할당",
|
|
1711
1712
|
"str_793": "국제 전화번호용 할당",
|
|
1712
1713
|
"str_798": "국제 전화번호용 할당",
|
|
@@ -1934,7 +1935,7 @@
|
|
|
1934
1935
|
"str_public_alert_dialog": "게시글이 공개되었습니다.\n(공개된 게시글은 구독자에게 표시됩니다.)",
|
|
1935
1936
|
"str_private_alert_dialog": "게시글이 비공개되었습니다.\n(비공개된 게시글은 구독자에게 표시되지 않습니다.)",
|
|
1936
1937
|
"str_987": "영상은 mp4, mov, mkv, m4v 포맷의 파일로 업로드할 수 있습니다.",
|
|
1937
|
-
"str_err_988": "내용은 최소 2자, 최대
|
|
1938
|
+
"str_err_988": "내용은 최소 2자, 최대 5000자까지 입력할 수 있습니다.",
|
|
1938
1939
|
"str_err_989": "이미지는 최대 10개까지 업로드할 수 있습니다.({{errCode}})",
|
|
1939
1940
|
"str_err_990": "이미지는 최대 10MB까지 업로드 할 수 있습니다.({{errCode}})",
|
|
1940
1941
|
"str_err_991": "영상은 최대 1분 분량까지 업로드할 수 있습니다.({{errCode}})",
|
|
@@ -1942,7 +1943,7 @@
|
|
|
1942
1943
|
"str_err_993": "유효하지 않은 youTube 주소입니다.",
|
|
1943
1944
|
"str_994": "셀러에 의해 비공개된 게시글입니다. 다른 게시글을 선택해 주세요.",
|
|
1944
1945
|
"str_995": "비공개 게시글",
|
|
1945
|
-
"str_err_996": "내용은 최소 2자, 최대
|
|
1946
|
+
"str_err_996": "내용은 최소 2자, 최대 5000자까지 입력할 수 있습니다.",
|
|
1946
1947
|
"str_err_997": "셀러에 의해 삭제된 배너입니다. 다른 배너를 선택해 주세요.({{errCode}})",
|
|
1947
1948
|
"str_err_998": "썸네일 이미지는 16:9 비율로 업로드 할 수 있습니다.({{errCode}})",
|
|
1948
1949
|
"str_err_999": "이메일과 비밀번호를 다시 확인해 주세요. ({{errCode}})",
|
|
@@ -2166,7 +2167,7 @@
|
|
|
2166
2167
|
"str_1197": "$t(str_channel_title)을 입력해 주세요",
|
|
2167
2168
|
"str_pg_title_episode_subtitle": "자막 설정",
|
|
2168
2169
|
"str_1198": "연령등급 라벨",
|
|
2169
|
-
"str_1200": "정보를 표시하기에 적합한 나이가
|
|
2170
|
+
"str_1200": "정보를 표시하기에 적합한 나이가 아닙니다.",
|
|
2170
2171
|
"str_1201": "정보 및 콘텐츠를 표시하기에 적합한 나이가 아닙니다.\n다시 본인 인증을 수행하고 싶으시다면, 하단의 [본인 인증] 버튼을 눌러주세요.",
|
|
2171
2172
|
"str_1202": "구독자에게 보여질 연령제한 표시입니다.\n작품 라벨 관리에서 추가하신 연령 제한 라벨을 선택해주세요.",
|
|
2172
2173
|
"str_1203": "연령등급 라벨을 선택해주세요.",
|
|
@@ -2437,7 +2438,7 @@
|
|
|
2437
2438
|
"str_all_channel_subscriptions": "모든 채널 구독 내역",
|
|
2438
2439
|
"str_1397": "프로필ID가 복사되었습니다.",
|
|
2439
2440
|
"str_1398": "영상을 제공할 수 있는 가장 높은 화질을 설정합니다.",
|
|
2440
|
-
"str_err_1399": "영상
|
|
2441
|
+
"str_err_1399": "영상 파일 처리 도중 오류가 발생하였습니다.\n해당 영상을 삭제하신 후 다시 업로드해 주세요.",
|
|
2441
2442
|
"str_1400": "1. 개인정보를 제공받는 자 : 상품 및 서비스 판매자\n2. 제공하는 개인정보 항목 : 이름, 회원 아이디(이메일), 상품 구매정보, 결제수단",
|
|
2442
2443
|
"str_1401": "채널 소개",
|
|
2443
2444
|
"str_1402": "$t(str_order)자 이름",
|
|
@@ -2449,7 +2450,7 @@
|
|
|
2449
2450
|
"str_event_location_detail_c1": "$t(str_papp_vod_id)",
|
|
2450
2451
|
"str_event_location_detail_c2": "$t(str_papp_vodp_id)",
|
|
2451
2452
|
"str_event_location_detail_e1": "$t(str_papp_cbooking_id)",
|
|
2452
|
-
"
|
|
2453
|
+
"str_msg_type_system_subs_prod_create": "{{performer}} ({{performer_name}})가 {{location}}에서 {{resource_name}}({{resource_title}})을(를) {{action}}하였습니다.",
|
|
2453
2454
|
"str_err_1403": "$t(str_link)에는 반드시 1개 이상의 $t(str_subs_product)이 연결되어 있어야 합니다. ({{errCode}})",
|
|
2454
2455
|
"str_event_action_create": "생성",
|
|
2455
2456
|
"str_event_action_update": "변경",
|
|
@@ -2472,6 +2473,39 @@
|
|
|
2472
2473
|
"str_1409": "채널 생성 중단",
|
|
2473
2474
|
"str_pg_title_papp_scommunity_post_update": "게시글 수정",
|
|
2474
2475
|
"str_pg_title_papp_freeboard_post_update": "게시글 수정",
|
|
2475
|
-
"str_resolution_auto": "자동"
|
|
2476
|
+
"str_resolution_auto": "자동",
|
|
2477
|
+
"str_1412": "표시용 문구를 수정해 주세요.",
|
|
2478
|
+
"str_1413": "구독상품 생성 중단",
|
|
2479
|
+
"str_papp_vodp_episode_list": "에피소드 목록",
|
|
2480
|
+
"str_pam_sls_live_chat_msg": "라이브 채팅 메세지",
|
|
2481
|
+
"str_pam_sls_broadcast_recording": "방송 녹화",
|
|
2482
|
+
"str_pam_sls_broadcast_history": "방송 기록",
|
|
2483
|
+
"str_pam_sls_live_chat_room": "라이브 채팅방",
|
|
2484
|
+
"str_pam_sls_live_chat_banned_user": "라이브 채팅방에서 차단된 구독자",
|
|
2485
|
+
"str_err_1414": "링크 키워드는 영문으로만 입력 가능합니다.",
|
|
2486
|
+
"str_pam_sls_live_status_create": "방송 예약",
|
|
2487
|
+
"str_pam_sls_live_status_standby": "방송 대기",
|
|
2488
|
+
"str_pam_sls_live_status_onair": "방송중",
|
|
2489
|
+
"str_pam_sls_live_status_end": "방송 종료",
|
|
2490
|
+
"str_pam_sls_live_status_canceled": "방송 취소",
|
|
2491
|
+
"str_1415": "처리 중...",
|
|
2492
|
+
"str_1416": "자막이 성공적으로 업로드되었습니다.\n처리가 완료되면 영상에 표시됩니다. ",
|
|
2493
|
+
"str_event_resource_general_ch_profile": "채널 프로필",
|
|
2494
|
+
"str_event_resource_general_ch_profile_nick": "프로필 닉네임",
|
|
2495
|
+
"str_event_resource_general_ch_profile_img": "프로필 이미지",
|
|
2496
|
+
"str_event_resource_general_ch_info": "채널 정보",
|
|
2497
|
+
"str_event_resource_general_ch_setting": "채널 설정",
|
|
2498
|
+
"str_event_resource_general_ch_plan": "채널 플랜",
|
|
2499
|
+
"str_event_resource_general_ch_link": "채널 링크",
|
|
2500
|
+
"str_event_resource_general_subs_prod": "구독상품",
|
|
2501
|
+
"str_event_resource_papp_post": "게시글",
|
|
2502
|
+
"str_event_resource_papp_comment": "댓글",
|
|
2503
|
+
"str_event_resource_papp_series": "시리즈",
|
|
2504
|
+
"str_event_resource_papp_episode": "에피소드",
|
|
2505
|
+
"str_msg_type_seller_subs_prod_create": "{{resource_name}}({{resource_title}})을(를) {{action}}하였습니다.",
|
|
2506
|
+
"str_1417": "구독 주문 목록이 존재하지 않습니다.",
|
|
2507
|
+
"str_1418": "본인인증 안내",
|
|
2508
|
+
"str_err_1420": "자막 파일에 오류가 있습니다.",
|
|
2509
|
+
"str_err_1422": "자막 파일 처리 도중 오류가 발생하였습니다.\n해당 파일을 삭제하신 후 다시 업로드해 주세요."
|
|
2476
2510
|
}
|
|
2477
2511
|
}
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"sys_text_active": "darkgreen700",
|
|
50
50
|
"sys_component_base_blue": "darkblue500",
|
|
51
51
|
"sys_on_base_black_opacity65": "blackopacity65",
|
|
52
|
-
"sys_component_base_04": "",
|
|
52
|
+
"sys_component_base_04": "darkgrey70",
|
|
53
53
|
"sys_component_base_black": "black",
|
|
54
54
|
"sys_component_base_black_opacity00": "blackopacity00",
|
|
55
55
|
"ui_cpnt_editorsidebar_text_disabled": "sys_text_grey_02",
|
|
@@ -58,9 +58,12 @@
|
|
|
58
58
|
"usr_text_brand_primary": "darkblue500",
|
|
59
59
|
"usr_text_brand_on_primary": "grey900",
|
|
60
60
|
"sys_text_brand_secondary_variant": "darkgreen700",
|
|
61
|
-
"sys_component_base_navy": "",
|
|
62
|
-
"sys_widget_lightgreen": "",
|
|
63
|
-
"sys_border_line_06": "",
|
|
61
|
+
"sys_component_base_navy": "darynavy500",
|
|
62
|
+
"sys_widget_lightgreen": "darklightgreen500",
|
|
63
|
+
"sys_border_line_06": "darklightgreen500",
|
|
64
64
|
"sys_background_dimmed_20": "blackopacity20",
|
|
65
|
-
"sys_widget_pink": ""
|
|
65
|
+
"sys_widget_pink": "darkpink500",
|
|
66
|
+
"sys_widget_primary_opacity20": "blue500opacity20",
|
|
67
|
+
"sys_widget_secondary_variant_01": "darkgreen700",
|
|
68
|
+
"usr_component_base_brand_primary_opacity10": "blue500opacity10"
|
|
66
69
|
}
|
|
@@ -62,5 +62,8 @@
|
|
|
62
62
|
"sys_widget_lightgreen": "lightgreen500",
|
|
63
63
|
"sys_border_line_06": "lightgreen500",
|
|
64
64
|
"sys_background_dimmed_20": "blackopacity20",
|
|
65
|
-
"sys_widget_pink": "pink500"
|
|
65
|
+
"sys_widget_pink": "pink500",
|
|
66
|
+
"sys_widget_primary_opacity20": "blue500opacity20",
|
|
67
|
+
"sys_widget_secondary_variant_01": "green700",
|
|
68
|
+
"usr_component_base_brand_primary_opacity10": "blue500opacity10"
|
|
66
69
|
}
|
|
@@ -32,5 +32,10 @@
|
|
|
32
32
|
"grey70": "#F2F2F2",
|
|
33
33
|
"navy500": "#313349",
|
|
34
34
|
"lightgreen500": "#32d64c",
|
|
35
|
-
"pink500": "#FB3A63"
|
|
35
|
+
"pink500": "#FB3A63",
|
|
36
|
+
"darkgrey70": "#303032",
|
|
37
|
+
"darknavy500": "#282A3C",
|
|
38
|
+
"darkpink500": "#ED3058",
|
|
39
|
+
"darklightgreen500": "#24C43D",
|
|
40
|
+
"opacity10": "1A"
|
|
36
41
|
}
|
|
@@ -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,32 @@
|
|
|
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"
|
|
306
333
|
}
|
|
@@ -64,6 +64,9 @@ declare const colorSet: {
|
|
|
64
64
|
sys_border_line_06: string;
|
|
65
65
|
sys_background_dimmed_20: string;
|
|
66
66
|
sys_widget_pink: string;
|
|
67
|
+
sys_widget_primary_opacity20: string;
|
|
68
|
+
sys_widget_secondary_variant_01: string;
|
|
69
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
67
70
|
};
|
|
68
71
|
readonly PaletteColor_Dark: {
|
|
69
72
|
sys_container_background_01: string;
|
|
@@ -130,6 +133,9 @@ declare const colorSet: {
|
|
|
130
133
|
sys_border_line_06: string;
|
|
131
134
|
sys_background_dimmed_20: string;
|
|
132
135
|
sys_widget_pink: string;
|
|
136
|
+
sys_widget_primary_opacity20: string;
|
|
137
|
+
sys_widget_secondary_variant_01: string;
|
|
138
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
133
139
|
};
|
|
134
140
|
readonly SemanticColor: {
|
|
135
141
|
blue500: string;
|
|
@@ -166,6 +172,11 @@ declare const colorSet: {
|
|
|
166
172
|
navy500: string;
|
|
167
173
|
lightgreen500: string;
|
|
168
174
|
pink500: string;
|
|
175
|
+
darkgrey70: string;
|
|
176
|
+
darknavy500: string;
|
|
177
|
+
darkpink500: string;
|
|
178
|
+
darklightgreen500: string;
|
|
179
|
+
opacity10: string;
|
|
169
180
|
};
|
|
170
181
|
readonly UIColor: {
|
|
171
182
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -316,9 +327,9 @@ declare const colorSet: {
|
|
|
316
327
|
ui_cpnt_selcontrols_text_disabled: string;
|
|
317
328
|
ui_cpnt_selcontrols_text_default: string;
|
|
318
329
|
ui_cpnt_selcontrols_icon_on_base_hover: string;
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
330
|
+
ui_cpnt_contextmenu_menu_base_normal: string;
|
|
331
|
+
ui_cpnt_contextmenu_menu_base_hover: string;
|
|
332
|
+
ui_cpnt_contextmenu_menu_base_selected: string;
|
|
322
333
|
ui_cpnt_contextmenu_text: string;
|
|
323
334
|
ui_cpnt_selcontrols_base_off: string;
|
|
324
335
|
ui_cpnt_selcontrols_base_on: string;
|
|
@@ -472,6 +483,33 @@ declare const colorSet: {
|
|
|
472
483
|
ui_cpnt_card_icon_background_01: string;
|
|
473
484
|
ui_cpnt_card_icon_background_02: string;
|
|
474
485
|
ui_cpnt_card_icon_background_03: string;
|
|
486
|
+
ui_cpnt_bannerslide_gradient_1: string;
|
|
487
|
+
ui_cpnt_bannerslide_gradient_2: string;
|
|
488
|
+
ui_cpnt_modal_gradient_1: string;
|
|
489
|
+
ui_cpnt_modal_gradient_2: string;
|
|
490
|
+
ui_cpnt_list_icon_04: string;
|
|
491
|
+
ui_cpnt_list_thumbnail_border: string;
|
|
492
|
+
ui_cpnt_list_thumbnail_gradient_1: string;
|
|
493
|
+
ui_cpnt_list_thumbnail_gradient_2: string;
|
|
494
|
+
ui_cpnt_list_base_area_active: string;
|
|
495
|
+
ui_cpnt_contextmenu_base: string;
|
|
496
|
+
ui_cpnt_videoplayer_gradient_1: string;
|
|
497
|
+
ui_cpnt_videoplayer_gradient_2: string;
|
|
498
|
+
ui_cpnt_videoplayer_overlay: string;
|
|
499
|
+
ui_globalmenucontainer_background: string;
|
|
500
|
+
ui_pagemenucontainer_background: string;
|
|
501
|
+
ui_submenucontainer_background: string;
|
|
502
|
+
ui_tabmenucontainer_background: string;
|
|
503
|
+
ui_contentscontainer01_background: string;
|
|
504
|
+
ui_contentscontainer02_background: string;
|
|
505
|
+
ui_cpnt_bannerslide_icon_01: string;
|
|
506
|
+
ui_cpnt_card_shadow: string;
|
|
507
|
+
ui_cpnt_bannerslide_pagination_active: string;
|
|
508
|
+
ui_cpnt_bannerslide_pagination_inactive: string;
|
|
509
|
+
ui_cpnt_icon_usr_brandprimary: string;
|
|
510
|
+
ui_container_divider: string;
|
|
511
|
+
ui_area_divider: string;
|
|
512
|
+
ui_cpnt_list_base_area_seller: string;
|
|
475
513
|
};
|
|
476
514
|
};
|
|
477
515
|
export 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,31 @@ 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;
|
|
306
333
|
}
|
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
|
});
|
|
@@ -15,7 +15,10 @@ var WFD = function (_a) {
|
|
|
15
15
|
react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
|
|
16
16
|
react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))));
|
|
17
17
|
};
|
|
18
|
-
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n box-sizing: border-box;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n ", ";\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 ", ";\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n ", ";\n ", ";\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
19
22
|
var layoutType = _a.layoutType;
|
|
20
23
|
return ({
|
|
21
24
|
WFD_1: 'height: 100%;',
|
|
@@ -17,7 +17,10 @@ var WFE = 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 ", ";\n"], ["\n align-items: flex-start;\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\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 ", ";\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: center;\n min-width: 1200px;\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
|
});
|
|
@@ -0,0 +1,31 @@
|
|
|
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 WFF = function (_a) {
|
|
13
|
+
var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
|
|
15
|
+
react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
|
|
16
|
+
react_1.default.createElement(S_Content1, null, content1))));
|
|
17
|
+
};
|
|
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 min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n ", ";\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
22
|
+
var containerColor = _a.containerColor;
|
|
23
|
+
return "background-color: " + containerColor;
|
|
24
|
+
});
|
|
25
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-sizing: border-box;\n max-width: 720px;\n min-width: 512px;\n padding-bottom: 88px;\n padding-top: 24px;\n width: 53%;\n ", ";\n"], ["\n box-sizing: border-box;\n max-width: 720px;\n min-width: 512px;\n padding-bottom: 88px;\n padding-top: 24px;\n width: 53%;\n ", ";\n"])), function (_a) {
|
|
26
|
+
var areaColor = _a.areaColor;
|
|
27
|
+
return "background-color: " + areaColor;
|
|
28
|
+
});
|
|
29
|
+
var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
|
|
30
|
+
exports.default = WFF;
|
|
31
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type WFGProps = {
|
|
3
|
+
content1?: JSX.Element;
|
|
4
|
+
content2?: JSX.Element;
|
|
5
|
+
layoutType: 'WFG_1' | 'WFG_2' | 'WFG_3' | 'WFG_4' | 'WFG_5' | 'WFG_6';
|
|
6
|
+
containerColor?: string;
|
|
7
|
+
areaColor?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const WFG: ({ content1, content2, layoutType, containerColor, areaColor }: WFGProps) => JSX.Element;
|
|
10
|
+
export default WFG;
|