pds-dev-kit-web 0.5.13 → 0.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/src/common/index.d.ts +2 -5
  3. package/dist/src/common/services/i18n/resources/en.json +83 -27
  4. package/dist/src/common/services/i18n/resources/es.json +69 -13
  5. package/dist/src/common/services/i18n/resources/index.d.ts +228 -4
  6. package/dist/src/common/services/i18n/resources/jp.json +69 -13
  7. package/dist/src/common/services/i18n/resources/ko.json +69 -13
  8. package/dist/src/common/styles/colorSet/UIColor.json +1 -1
  9. package/dist/src/common/styles/colorSet/index.d.ts +55 -55
  10. package/dist/src/common/styles/colorSet/index.js +2 -2
  11. package/dist/src/common/styles/ui-colors.js +1 -1
  12. package/dist/src/common/types/index.d.ts +5 -0
  13. package/dist/src/common/types/index.js +17 -0
  14. package/dist/src/common/types/styled-components.d.ts +3 -0
  15. package/dist/src/common/types/text.d.ts +2 -0
  16. package/dist/src/common/types/text.js +2 -0
  17. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +3 -9
  18. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +10 -9
  19. package/dist/src/desktop/components/Card/Card.d.ts +3 -2
  20. package/dist/src/desktop/components/Card/Card.js +1 -7
  21. package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +2 -2
  22. package/dist/src/desktop/components/Chip/Chip.d.ts +2 -5
  23. package/dist/src/desktop/components/Chip/Chip.js +6 -1
  24. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +2 -1
  25. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +5 -5
  26. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +13 -3
  27. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +3 -2
  28. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +2 -2
  29. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.d.ts +3 -7
  30. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +8 -7
  31. package/dist/src/desktop/components/FilterBar/FilterBar.d.ts +2 -5
  32. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.d.ts +2 -5
  33. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +12 -2
  34. package/dist/src/desktop/components/Hero/Hero.d.ts +3 -2
  35. package/dist/src/desktop/components/IconButton/IconButton.d.ts +1 -6
  36. package/dist/src/desktop/components/IconButton/IconButton.js +14 -4
  37. package/dist/src/desktop/components/MainButton/MainButton.d.ts +2 -5
  38. package/dist/src/desktop/components/MainButton/MainButton.js +11 -1
  39. package/dist/src/desktop/components/Radio/Radio.d.ts +2 -1
  40. package/dist/src/desktop/components/Radio/Radio.js +6 -1
  41. package/dist/src/desktop/components/ReactionButton/ReactionButton.d.ts +2 -1
  42. package/dist/src/desktop/components/Select/Select.d.ts +2 -1
  43. package/dist/src/desktop/components/StatusBlock/StatusBlock.d.ts +2 -1
  44. package/dist/src/desktop/components/TextButton/TextButton.d.ts +2 -1
  45. package/dist/src/desktop/components/TextButton/TextButton.js +6 -1
  46. package/dist/src/desktop/components/TextField/TextField.d.ts +3 -8
  47. package/dist/src/desktop/components/TextField/TextField.js +13 -2
  48. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +2 -4
  49. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +6 -1
  50. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +2 -2
  51. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +6 -1
  52. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +2 -1
  53. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +6 -1
  54. package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.d.ts +4 -3
  55. package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.js +23 -14
  56. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +2 -1
  57. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +2 -2
  58. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +3 -9
  59. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +10 -9
  60. package/dist/src/mobile/components/BlogTextField/BlogTextField.d.ts +3 -8
  61. package/dist/src/mobile/components/BlogTextField/BlogTextField.js +1 -0
  62. package/dist/src/mobile/components/Card/Card.d.ts +3 -2
  63. package/dist/src/mobile/components/Card/Card.js +1 -7
  64. package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +2 -2
  65. package/dist/src/mobile/components/Chip/Chip.d.ts +2 -5
  66. package/dist/src/mobile/components/Chip/Chip.js +11 -6
  67. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +2 -1
  68. package/dist/src/mobile/components/IconButton/IconButton.d.ts +2 -2
  69. package/dist/src/mobile/components/IconButton/IconButton.js +12 -2
  70. package/dist/src/mobile/components/MainButton/MainButton.d.ts +4 -7
  71. package/dist/src/mobile/components/MainButton/MainButton.js +12 -2
  72. package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +2 -2
  73. package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.js +18 -3
  74. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.d.ts +2 -1
  75. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +3 -3
  76. package/dist/src/mobile/components/Radio/Radio.d.ts +2 -1
  77. package/dist/src/mobile/components/Radio/Radio.js +6 -1
  78. package/dist/src/mobile/components/ReactionButton/ReactionButton.d.ts +4 -3
  79. package/dist/src/mobile/components/ReactionButton/ReactionButton.js +5 -5
  80. package/dist/src/mobile/components/Select/Select.d.ts +2 -1
  81. package/dist/src/mobile/components/StatusBlock/StatusBlock.d.ts +2 -1
  82. package/dist/src/mobile/components/TextButton/TextButton.d.ts +2 -1
  83. package/dist/src/mobile/components/TextButton/TextButton.js +6 -1
  84. package/dist/src/mobile/components/TextField/TextField.d.ts +3 -8
  85. package/dist/src/mobile/components/TextField/TextField.js +13 -2
  86. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +2 -4
  87. package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +6 -1
  88. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +2 -2
  89. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +6 -1
  90. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +2 -1
  91. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +6 -1
  92. package/package.json +1 -1
@@ -11,8 +11,7 @@
11
11
  "str_email": "이메일",
12
12
  "str_auth": "인증",
13
13
  "str_social": "소셜",
14
- "str_google": "구글",
15
- "str_apple": "애플",
14
+ "str_google": "애플",
16
15
  "str_kakao": "카카오",
17
16
  "str_twitter": "트위터",
18
17
  "str_naver": "네이버",
@@ -937,7 +936,7 @@
937
936
  "str_pg_title_scommunity_post_detail_info": "세부 정보",
938
937
  "str_pg_title_scommunity_comment_manage": "$t(str_comment) 관리",
939
938
  "str_406": "제목 및 본문",
940
- "str_407": "아직 업로드한 소셜 게시글 $t(str_comment)이 없습니다.",
939
+ "str_407": "아직 업로드한 커뮤니티 게시글 $t(str_comment)이 없습니다.",
941
940
  "str_event_status": "상태",
942
941
  "str_event_info": "일정 정보",
943
942
  "str_408": "예약자",
@@ -1423,7 +1422,7 @@
1423
1422
  "str_title_and_desc": "제목 및 내용",
1424
1423
  "str_restricted_age": "이 콘텐츠를 표시하기에 적합한 나이가 아닙니다.",
1425
1424
  "str_516": "가격을 입력해 주세요.",
1426
- "str_517": "수익 예측",
1425
+ "str_517": "수익 미리보기",
1427
1426
  "str_papp_vodp_series_bookmark": "북마크",
1428
1427
  "str_dlayout_section_banner_static": "섹션 배너 레이아웃",
1429
1428
  "str_dlayout_section_content_list": "섹션 콘텐츠 리스트 레이아웃",
@@ -1927,7 +1926,7 @@
1927
1926
  "str_err_974": "셀러에 의해 삭제된 게시글입니다. 다른 게시글을 선택해 주세요.({{errCode}})",
1928
1927
  "str_err_975": "다른 일정과 겹칩니다. 다른 날짜 혹은 시간대를 선택해주세요. ({errCode}})",
1929
1928
  "str_err_976": "현재보다 이전 시점의 일정은 생성할 수 없습니다. ({{errCode}})",
1930
- "str_err_978": "채널을 추가로 생성 하시려면 publ 운영팀에 문의해주세요. ({{errCode}})",
1929
+ "str_err_978": "채널을 추가로 생성 하시려면 publ 운영팀에 문의해주세요. (채널 개수 제한 3개)",
1931
1930
  "str_err_980": "표시 제목은 최소 2자, 최대 8자까지 입력할 수 있습니다.",
1932
1931
  "str_err_982": "표시 제목은 특수문자를 제외하고 입력해 주세요.",
1933
1932
  "str_983": "이 pApp을 비활성화 하겠습니까?\npApp을 비활성화하면 구독자가 pApp의 기능을 사용할 수 없습니다.",
@@ -2276,7 +2275,7 @@
2276
2275
  "str_papp_event_live_id": "이벤트 라이브",
2277
2276
  "str_err_1276": "이미 가입된 계정입니다. 이전에 가입하신 계정으로 $t(str_sign_in)하시거나, $t(str_password)가 기억나지 않을 경우 $t(str_password)를 재설정하세요. ({{errCode}})",
2278
2277
  "str_err_1277": "$t(str_password)는 최소 8자, 최대 30자까지 입력할 수 있습니다.",
2279
- "str_1278": "$t(str_sign_up)이 완료되어, 이제 서비스를 이용할 수 있습니다.\n어떻게 시작할 있는지 한번 알아볼까요?",
2278
+ "str_1278": "$t(str_sign_up)이 완료되었습니다!\n지금 바로 구독하여 서비스를 이용하세요.",
2280
2279
  "str_1279": "$t(str_sign_up) 완료",
2281
2280
  "str_err_1280": "로고 이미지는 최대 10MB까지 업로드 할 수 있습니다.({{errCode}})",
2282
2281
  "str_err_1281": "데스크톱 화면에서 보일 배너의 배경 이미지는 최대 10MB까지 업로드할 수 있습니다.({{errCode}})",
@@ -2341,7 +2340,7 @@
2341
2340
  "str_1333": "{{resolution}} (설정됨)",
2342
2341
  "str_1334": "인증에 성공하였습니다.\n창을 닫고 인증을 마무리해주세요.",
2343
2342
  "str_err_1335": "영상이 아직 준비 중입니다. 영상 준비가 완료되었을 때 다시 시도해 주세요.\n\n{{value}}",
2344
- "str_err_1336": "에피소드가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
2343
+ "str_err_1336": "$t(str_papp_vodp_episode)가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
2345
2344
  "str_1337": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
2346
2345
  "str_1338": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
2347
2346
  "str_1340": "본문*",
@@ -2679,13 +2678,13 @@
2679
2678
  "str_err_1510": "채팅을 활성화 하겠습니까?\n채팅을 활성화 하면 구독자가 채팅 기능을 사용할 수 있습니다.",
2680
2679
  "str_err_1511": "채팅을 비활성화 하겠습니까?\n채팅을 비활성화 하면 구독자가 채팅 기능을 사용할 수 없습니다.",
2681
2680
  "str_1512": "$t(str_papp_event_live_broadcast_history) 목록",
2682
- "str_1513": "$t(str_papp_event_live_event) 이벤트 제목",
2681
+ "str_1513": "$t(str_papp_event_live_event) 제목",
2683
2682
  "str_1514": "시작일시",
2684
2683
  "str_1515": "종료일시",
2685
2684
  "str_1516": "아직 추가된 라이브 기록이 없습니다.\n라이브를 진행하시면 자동으로 라이브 기록이 생성됩니다.",
2686
2685
  "str_pg_title_event_live_detail_info": "세부 정보",
2687
2686
  "str_1517": "$t(str_papp_event_live_broadcast_history) 상세",
2688
- "str_1518": "$t(str_papp_event_live_event) 제목",
2687
+ "str_1518": "$t(str_papp_event_live_event)",
2689
2688
  "str_1519": "$t(str_papp_event_live_broadcast) 시작일시",
2690
2689
  "str_1520": "$t(str_papp_event_live_broadcast) 종료일시",
2691
2690
  "str_1521": "시청자 수 집계 정보",
@@ -3015,8 +3014,8 @@
3015
3014
  "str_1740": "로그인 키는 영문, 숫자, 언더 스코어(_)를 조합하여 입력할 수 있으며, 한 번 생성한 후 변경할 수 없습니다.",
3016
3015
  "str_1741": "로그인 키 생성",
3017
3016
  "str_papp_inquiry_board": "1:1 문의 pApp",
3018
- "str_papp_inquiry_board_name": "1:1 문의 게시판",
3019
- "str_papp_inquiry_board_id": "1:1 문의 게시판",
3017
+ "str_papp_inquiry_board_name": "문의 게시판",
3018
+ "str_papp_inquiry_board_id": "문의 게시판",
3020
3019
  "str_1742": "로그인 키 입력",
3021
3020
  "str_err_1743": "사용할 수 없는 문자가 포함되어 있습니다.",
3022
3021
  "str_err_1744": "이미 사용 중인 로그인 키입니다.",
@@ -3142,7 +3141,7 @@
3142
3141
  "str_1834": "상호명 : {{companyName}}\n대표자 : {{businessRepresentativeName}}\n연락처 : {{email}}",
3143
3142
  "str_1835": "대표자 : {{businessRepresentativeName}}\n연락처 : {{email}}",
3144
3143
  "str_1836": "결제 불가",
3145
- "str_pg_title_papp_inquiry_board_posts": "1:1 문의 게시판",
3144
+ "str_pg_title_papp_inquiry_board_posts": "문의 게시판",
3146
3145
  "str_papp_card_news_id": "카드 뉴스",
3147
3146
  "str_papp_card_news_name": "카드 뉴스",
3148
3147
  "str_papp_card_news_board": "게시판",
@@ -3160,6 +3159,63 @@
3160
3159
  "str_1841": "아웃링크의 수정 기록 내역이 없습니다.",
3161
3160
  "str_err_1842": "형식에 맞지 않는 URL 주소입니다.",
3162
3161
  "str_str_pam_community_post_story": "피드형 게시글",
3163
- "str_str_pam_community_post_plain": "기본 게시글"
3162
+ "str_str_pam_community_post_plain": "기본 게시글",
3163
+ "str_1843": "*이 pApp은 개발 중으로, 아직 이용할 수 없습니다.",
3164
+ "str_1844": "이용 불가",
3165
+ "str_1845": "가격 미정",
3166
+ "str_pam_lpc_post_welcome": "웰컴 게시글",
3167
+ "str_1846": "아직 작성된 문의 게시글이 없습니다.",
3168
+ "str_1847": "새 동영상 업로드",
3169
+ "str_papp_vod_vr_episode": "에피소드",
3170
+ "str_papp_vod_vr_series": "시리즈 ",
3171
+ "str_papp_vod_vr_label": "라벨",
3172
+ "str_papp_vod_vr_home": "홈 화면",
3173
+ "str_1848": "$t(str_papp_vod_vr_episode) 관리",
3174
+ "str_1849": "$t(str_papp_vod_vr_series) 관리",
3175
+ "str_1850": "$t(str_papp_vod_vr_series) $t(str_papp_vod_vr_label) 관리",
3176
+ "str_1851": "$t(str_papp_vod_vr_home) 관리",
3177
+ "str_1852": "$t(str_settings)",
3178
+ "str_1853": "영상 정보",
3179
+ "str_1854": "사이즈",
3180
+ "str_1855": "처리 현황",
3181
+ "str_1856": "인코딩 대기",
3182
+ "str_1857": "인코딩 시작",
3183
+ "str_1858": "완료",
3184
+ "str_1859": "인코딩 대기중입니다.",
3185
+ "str_1860": "영상의 인코딩이 진행되고 있습니다.",
3186
+ "str_1861": "영상이 성공적으로 업로드되었습니다. 에피소드 목록에서 확인하실 수 있습니다.",
3187
+ "str_err_1862": "인코딩하는 도중 에러가 발생했습니다. 영상을 다시 업로드해 주세요.",
3188
+ "str_1863": "아래 영상 로그는 10일 후에 자동삭제 됩니다.",
3189
+ "str_1864": "드래그 앤 드롭하여 동영상 업로드",
3190
+ "str_1865": "mp4, mov와 mkv 파일만 업로드 가능합니다.",
3191
+ "str_1866": "영상 처리가 시작될 예정입니다.",
3192
+ "str_1867": "영상이 업로드된 이후, 처리 과정이 시작됩니다.\n처리 과정이 끝나면, 완료된 영상을 에피소드 목록에서 확인하실 수 있습니다.\n\n업로드가 끝나기 전에 화면을 새 고침 하시거나 다른 사이트로 이동하면,\n업로드가 중단됩니다.\n업로드가 완료되고 처리단계로 넘어가면 화면 이동을 하셔도 괜찮습니다.",
3193
+ "str_err_1868": "$t(str_papp_vod_vr_episode)가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
3194
+ "str_err_1869": "영상은 최소 713x179px에 20fps인 영상을 업로드할 수 있고, 최대 4:1 비율에 1080p까지 업로드할 수 있습니다.",
3195
+ "str_err_1870": "영상은 최대 5시간 분량까지 업로드할 수 있습니다.",
3196
+ "str_publ_papp_item_product": "pApp Item Product",
3197
+ "str_err_1871": "영상은 최대 50GB까지 업로드할 수 있습니다.",
3198
+ "str_err_1872": "영상은 최대 10개까지 업로드 대기열에 추가할 수 있습니다.",
3199
+ "str_1873": "영상 업로드 중...",
3200
+ "str_1874": "업로드가 완료 되었습니다.",
3201
+ "str_err_1875": "업로드 도중 에러가 발생했습니다.",
3202
+ "str_1876": "대기 중...",
3203
+ "str_1877": "완료",
3204
+ "str_1878": "영상이 처리되는 과정이 표시되는 화면입니다.",
3205
+ "str_1881": "에피소드 상세",
3206
+ "str_1882": "제목 및 본문",
3207
+ "str_1883": "연령 제한",
3208
+ "str_1884": "영상 미리보기",
3209
+ "str_1885": "제목*",
3210
+ "str_1886": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
3211
+ "str_1887": "본문*",
3212
+ "str_1888": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
3213
+ "str_1889": "연령 제한",
3214
+ "str_1890": "에피소드의 시청이 가능한 만 나이를 숫자로 입력해주세요. 숫자가 입력된 경우 본인인증을 받은 구독자의 나이를 기준으로 콘텐츠를 시청할 수 있는지를 결정합니다. 0 또는 입력하지 않으면 아무나 볼 수 있습니다.",
3215
+ "str_1891": "연령기준 조회 제한 나이를 입력해주세요.",
3216
+ "str_err_1892": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
3217
+ "str_err_1893": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
3218
+ "str_err_1894": "썸네일 이미지는 최대 10MB까지 업로드 할 수 있습니다.({{errCode}})",
3219
+ "str_err_1895": "셀러에 의해 삭제된 에피소드입니다. 다른 에피소드를 선택해 주세요.({{errCode}})"
3164
3220
  }
3165
3221
  }
@@ -11,8 +11,7 @@
11
11
  "str_email": "이메일",
12
12
  "str_auth": "인증",
13
13
  "str_social": "소셜",
14
- "str_google": "구글",
15
- "str_apple": "애플",
14
+ "str_google": "애플",
16
15
  "str_kakao": "카카오",
17
16
  "str_twitter": "트위터",
18
17
  "str_naver": "네이버",
@@ -937,7 +936,7 @@
937
936
  "str_pg_title_scommunity_post_detail_info": "세부 정보",
938
937
  "str_pg_title_scommunity_comment_manage": "$t(str_comment) 관리",
939
938
  "str_406": "제목 및 본문",
940
- "str_407": "아직 업로드한 소셜 게시글 $t(str_comment)이 없습니다.",
939
+ "str_407": "아직 업로드한 커뮤니티 게시글 $t(str_comment)이 없습니다.",
941
940
  "str_event_status": "상태",
942
941
  "str_event_info": "일정 정보",
943
942
  "str_408": "예약자",
@@ -1423,7 +1422,7 @@
1423
1422
  "str_title_and_desc": "제목 및 내용",
1424
1423
  "str_restricted_age": "이 콘텐츠를 표시하기에 적합한 나이가 아닙니다.",
1425
1424
  "str_516": "가격을 입력해 주세요.",
1426
- "str_517": "수익 예측",
1425
+ "str_517": "수익 미리보기",
1427
1426
  "str_papp_vodp_series_bookmark": "북마크",
1428
1427
  "str_dlayout_section_banner_static": "섹션 배너 레이아웃",
1429
1428
  "str_dlayout_section_content_list": "섹션 콘텐츠 리스트 레이아웃",
@@ -1927,7 +1926,7 @@
1927
1926
  "str_err_974": "셀러에 의해 삭제된 게시글입니다. 다른 게시글을 선택해 주세요.({{errCode}})",
1928
1927
  "str_err_975": "다른 일정과 겹칩니다. 다른 날짜 혹은 시간대를 선택해주세요. ({errCode}})",
1929
1928
  "str_err_976": "현재보다 이전 시점의 일정은 생성할 수 없습니다. ({{errCode}})",
1930
- "str_err_978": "채널을 추가로 생성 하시려면 publ 운영팀에 문의해주세요. ({{errCode}})",
1929
+ "str_err_978": "채널을 추가로 생성 하시려면 publ 운영팀에 문의해주세요. (채널 개수 제한 3개)",
1931
1930
  "str_err_980": "표시 제목은 최소 2자, 최대 8자까지 입력할 수 있습니다.",
1932
1931
  "str_err_982": "표시 제목은 특수문자를 제외하고 입력해 주세요.",
1933
1932
  "str_983": "이 pApp을 비활성화 하겠습니까?\npApp을 비활성화하면 구독자가 pApp의 기능을 사용할 수 없습니다.",
@@ -2276,7 +2275,7 @@
2276
2275
  "str_papp_event_live_id": "이벤트 라이브",
2277
2276
  "str_err_1276": "이미 가입된 계정입니다. 이전에 가입하신 계정으로 $t(str_sign_in)하시거나, $t(str_password)가 기억나지 않을 경우 $t(str_password)를 재설정하세요. ({{errCode}})",
2278
2277
  "str_err_1277": "$t(str_password)는 최소 8자, 최대 30자까지 입력할 수 있습니다.",
2279
- "str_1278": "$t(str_sign_up)이 완료되어, 이제 서비스를 이용할 수 있습니다.\n어떻게 시작할 있는지 한번 알아볼까요?",
2278
+ "str_1278": "$t(str_sign_up)이 완료되었습니다!\n지금 바로 구독하여 서비스를 이용하세요.",
2280
2279
  "str_1279": "$t(str_sign_up) 완료",
2281
2280
  "str_err_1280": "로고 이미지는 최대 10MB까지 업로드 할 수 있습니다.({{errCode}})",
2282
2281
  "str_err_1281": "데스크톱 화면에서 보일 배너의 배경 이미지는 최대 10MB까지 업로드할 수 있습니다.({{errCode}})",
@@ -2341,7 +2340,7 @@
2341
2340
  "str_1333": "{{resolution}} (설정됨)",
2342
2341
  "str_1334": "인증에 성공하였습니다.\n창을 닫고 인증을 마무리해주세요.",
2343
2342
  "str_err_1335": "영상이 아직 준비 중입니다. 영상 준비가 완료되었을 때 다시 시도해 주세요.\n\n{{value}}",
2344
- "str_err_1336": "에피소드가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
2343
+ "str_err_1336": "$t(str_papp_vodp_episode)가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
2345
2344
  "str_1337": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
2346
2345
  "str_1338": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
2347
2346
  "str_1340": "본문*",
@@ -2679,13 +2678,13 @@
2679
2678
  "str_err_1510": "채팅을 활성화 하겠습니까?\n채팅을 활성화 하면 구독자가 채팅 기능을 사용할 수 있습니다.",
2680
2679
  "str_err_1511": "채팅을 비활성화 하겠습니까?\n채팅을 비활성화 하면 구독자가 채팅 기능을 사용할 수 없습니다.",
2681
2680
  "str_1512": "$t(str_papp_event_live_broadcast_history) 목록",
2682
- "str_1513": "$t(str_papp_event_live_event) 이벤트 제목",
2681
+ "str_1513": "$t(str_papp_event_live_event) 제목",
2683
2682
  "str_1514": "시작일시",
2684
2683
  "str_1515": "종료일시",
2685
2684
  "str_1516": "아직 추가된 라이브 기록이 없습니다.\n라이브를 진행하시면 자동으로 라이브 기록이 생성됩니다.",
2686
2685
  "str_pg_title_event_live_detail_info": "세부 정보",
2687
2686
  "str_1517": "$t(str_papp_event_live_broadcast_history) 상세",
2688
- "str_1518": "$t(str_papp_event_live_event) 제목",
2687
+ "str_1518": "$t(str_papp_event_live_event)",
2689
2688
  "str_1519": "$t(str_papp_event_live_broadcast) 시작일시",
2690
2689
  "str_1520": "$t(str_papp_event_live_broadcast) 종료일시",
2691
2690
  "str_1521": "시청자 수 집계 정보",
@@ -3015,8 +3014,8 @@
3015
3014
  "str_1740": "로그인 키는 영문, 숫자, 언더 스코어(_)를 조합하여 입력할 수 있으며, 한 번 생성한 후 변경할 수 없습니다.",
3016
3015
  "str_1741": "로그인 키 생성",
3017
3016
  "str_papp_inquiry_board": "1:1 문의 pApp",
3018
- "str_papp_inquiry_board_name": "1:1 문의 게시판",
3019
- "str_papp_inquiry_board_id": "1:1 문의 게시판",
3017
+ "str_papp_inquiry_board_name": "문의 게시판",
3018
+ "str_papp_inquiry_board_id": "문의 게시판",
3020
3019
  "str_1742": "로그인 키 입력",
3021
3020
  "str_err_1743": "사용할 수 없는 문자가 포함되어 있습니다.",
3022
3021
  "str_err_1744": "이미 사용 중인 로그인 키입니다.",
@@ -3142,7 +3141,7 @@
3142
3141
  "str_1834": "상호명 : {{companyName}}\n대표자 : {{businessRepresentativeName}}\n연락처 : {{email}}",
3143
3142
  "str_1835": "대표자 : {{businessRepresentativeName}}\n연락처 : {{email}}",
3144
3143
  "str_1836": "결제 불가",
3145
- "str_pg_title_papp_inquiry_board_posts": "1:1 문의 게시판",
3144
+ "str_pg_title_papp_inquiry_board_posts": "문의 게시판",
3146
3145
  "str_papp_card_news_id": "카드 뉴스",
3147
3146
  "str_papp_card_news_name": "카드 뉴스",
3148
3147
  "str_papp_card_news_board": "게시판",
@@ -3160,6 +3159,63 @@
3160
3159
  "str_1841": "아웃링크의 수정 기록 내역이 없습니다.",
3161
3160
  "str_err_1842": "형식에 맞지 않는 URL 주소입니다.",
3162
3161
  "str_str_pam_community_post_story": "피드형 게시글",
3163
- "str_str_pam_community_post_plain": "기본 게시글"
3162
+ "str_str_pam_community_post_plain": "기본 게시글",
3163
+ "str_1843": "*이 pApp은 개발 중으로, 아직 이용할 수 없습니다.",
3164
+ "str_1844": "이용 불가",
3165
+ "str_1845": "가격 미정",
3166
+ "str_pam_lpc_post_welcome": "웰컴 게시글",
3167
+ "str_1846": "아직 작성된 문의 게시글이 없습니다.",
3168
+ "str_1847": "새 동영상 업로드",
3169
+ "str_papp_vod_vr_episode": "에피소드",
3170
+ "str_papp_vod_vr_series": "시리즈 ",
3171
+ "str_papp_vod_vr_label": "라벨",
3172
+ "str_papp_vod_vr_home": "홈 화면",
3173
+ "str_1848": "$t(str_papp_vod_vr_episode) 관리",
3174
+ "str_1849": "$t(str_papp_vod_vr_series) 관리",
3175
+ "str_1850": "$t(str_papp_vod_vr_series) $t(str_papp_vod_vr_label) 관리",
3176
+ "str_1851": "$t(str_papp_vod_vr_home) 관리",
3177
+ "str_1852": "$t(str_settings)",
3178
+ "str_1853": "영상 정보",
3179
+ "str_1854": "사이즈",
3180
+ "str_1855": "처리 현황",
3181
+ "str_1856": "인코딩 대기",
3182
+ "str_1857": "인코딩 시작",
3183
+ "str_1858": "완료",
3184
+ "str_1859": "인코딩 대기중입니다.",
3185
+ "str_1860": "영상의 인코딩이 진행되고 있습니다.",
3186
+ "str_1861": "영상이 성공적으로 업로드되었습니다. 에피소드 목록에서 확인하실 수 있습니다.",
3187
+ "str_err_1862": "인코딩하는 도중 에러가 발생했습니다. 영상을 다시 업로드해 주세요.",
3188
+ "str_1863": "아래 영상 로그는 10일 후에 자동삭제 됩니다.",
3189
+ "str_1864": "드래그 앤 드롭하여 동영상 업로드",
3190
+ "str_1865": "mp4, mov와 mkv 파일만 업로드 가능합니다.",
3191
+ "str_1866": "영상 처리가 시작될 예정입니다.",
3192
+ "str_1867": "영상이 업로드된 이후, 처리 과정이 시작됩니다.\n처리 과정이 끝나면, 완료된 영상을 에피소드 목록에서 확인하실 수 있습니다.\n\n업로드가 끝나기 전에 화면을 새 고침 하시거나 다른 사이트로 이동하면,\n업로드가 중단됩니다.\n업로드가 완료되고 처리단계로 넘어가면 화면 이동을 하셔도 괜찮습니다.",
3193
+ "str_err_1868": "$t(str_papp_vod_vr_episode)가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
3194
+ "str_err_1869": "영상은 최소 713x179px에 20fps인 영상을 업로드할 수 있고, 최대 4:1 비율에 1080p까지 업로드할 수 있습니다.",
3195
+ "str_err_1870": "영상은 최대 5시간 분량까지 업로드할 수 있습니다.",
3196
+ "str_publ_papp_item_product": "pApp Item Product",
3197
+ "str_err_1871": "영상은 최대 50GB까지 업로드할 수 있습니다.",
3198
+ "str_err_1872": "영상은 최대 10개까지 업로드 대기열에 추가할 수 있습니다.",
3199
+ "str_1873": "영상 업로드 중...",
3200
+ "str_1874": "업로드가 완료 되었습니다.",
3201
+ "str_err_1875": "업로드 도중 에러가 발생했습니다.",
3202
+ "str_1876": "대기 중...",
3203
+ "str_1877": "완료",
3204
+ "str_1878": "영상이 처리되는 과정이 표시되는 화면입니다.",
3205
+ "str_1881": "에피소드 상세",
3206
+ "str_1882": "제목 및 본문",
3207
+ "str_1883": "연령 제한",
3208
+ "str_1884": "영상 미리보기",
3209
+ "str_1885": "제목*",
3210
+ "str_1886": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
3211
+ "str_1887": "본문*",
3212
+ "str_1888": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
3213
+ "str_1889": "연령 제한",
3214
+ "str_1890": "에피소드의 시청이 가능한 만 나이를 숫자로 입력해주세요. 숫자가 입력된 경우 본인인증을 받은 구독자의 나이를 기준으로 콘텐츠를 시청할 수 있는지를 결정합니다. 0 또는 입력하지 않으면 아무나 볼 수 있습니다.",
3215
+ "str_1891": "연령기준 조회 제한 나이를 입력해주세요.",
3216
+ "str_err_1892": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
3217
+ "str_err_1893": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
3218
+ "str_err_1894": "썸네일 이미지는 최대 10MB까지 업로드 할 수 있습니다.({{errCode}})",
3219
+ "str_err_1895": "셀러에 의해 삭제된 에피소드입니다. 다른 에피소드를 선택해 주세요.({{errCode}})"
3164
3220
  }
3165
3221
  }
@@ -23,7 +23,7 @@
23
23
  "ui_cpnt_button_icon_default": "sys_widget_grey_02",
24
24
  "ui_cpnt_textfield_border_normal": "sys_border_line_01",
25
25
  "ui_cpnt_textfield_border_focus": "sys_border_line_03",
26
- "ui_cpnt_textfield_border_error": "sys_border_line_01",
26
+ "ui_cpnt_textfield_border_error": "sys_border_line_04",
27
27
  "ui_cpnt_textfield_base_normal": "sys_component_base_white_opacity00",
28
28
  "ui_cpnt_textfield_base_disabled": "sys_component_base_01",
29
29
  "ui_cpnt_textfield_text_hint": "sys_text_grey_02",
@@ -1,59 +1,4 @@
1
1
  declare const colorSet: {
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
- grey600: string;
43
- darkgrey600: string;
44
- skyblue500: string;
45
- skyblue300: string;
46
- pink300: string;
47
- lightpink500: string;
48
- darkblue300: string;
49
- darkblue700: string;
50
- darkgreen300: string;
51
- darkskyblue500: string;
52
- navy100: string;
53
- darknavy100: string;
54
- opacity80: string;
55
- opacity50: string;
56
- };
57
2
  readonly PaletteColor_light: {
58
3
  sys_container_background_01: string;
59
4
  sys_container_background_02: string;
@@ -181,6 +126,61 @@ declare const colorSet: {
181
126
  sys_component_base_black_opacity30: string;
182
127
  sys_area_background: string;
183
128
  };
129
+ readonly SemanticColor: {
130
+ blue500: string;
131
+ blue700: string;
132
+ blue300: string;
133
+ green700: string;
134
+ green500: string;
135
+ green300: string;
136
+ red500: string;
137
+ grey900: string;
138
+ grey500: string;
139
+ grey400: string;
140
+ grey100: string;
141
+ grey50: string;
142
+ white: string;
143
+ black: string;
144
+ darkblue500: string;
145
+ grey950: string;
146
+ darkgrey900: string;
147
+ darkgrey500: string;
148
+ darkgrey400: string;
149
+ darkgrey100: string;
150
+ darkgrey50: string;
151
+ darkred500: string;
152
+ darkgreen700: string;
153
+ orange500: string;
154
+ darkorange500: string;
155
+ opacity00: string;
156
+ opacity20: string;
157
+ opacity30: string;
158
+ opacity65: string;
159
+ darkgreen500: string;
160
+ grey70: string;
161
+ navy500: string;
162
+ lightgreen500: string;
163
+ pink500: string;
164
+ darkgrey70: string;
165
+ darknavy500: string;
166
+ darkpink500: string;
167
+ darklightgreen500: string;
168
+ opacity10: string;
169
+ grey600: string;
170
+ darkgrey600: string;
171
+ skyblue500: string;
172
+ skyblue300: string;
173
+ pink300: string;
174
+ lightpink500: string;
175
+ darkblue300: string;
176
+ darkblue700: string;
177
+ darkgreen300: string;
178
+ darkskyblue500: string;
179
+ navy100: string;
180
+ darknavy100: string;
181
+ opacity80: string;
182
+ opacity50: string;
183
+ };
184
184
  readonly PaletteColor_Dark: {
185
185
  sys_container_background_01: string;
186
186
  sys_container_background_02: string;
@@ -4,13 +4,13 @@ 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 SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
8
7
  var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
8
+ var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
9
9
  var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
10
10
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
11
11
  var colorSet = {
12
- SemanticColor: SemanticColor_json_1.default,
13
12
  PaletteColor_light: PaletteColor_light_json_1.default,
13
+ SemanticColor: SemanticColor_json_1.default,
14
14
  PaletteColor_Dark: PaletteColor_Dark_json_1.default,
15
15
  UIColor: UIColor_json_1.default
16
16
  };
@@ -27,7 +27,7 @@ function buildCascadedColors(lowLevel, highLevel, override) {
27
27
  // 서버로부터 해당 채널에서 커스텀으로 설정한 팔레트 가져오기
28
28
  // from server (원래는 비동기)
29
29
  var channelSettings = {
30
- tone: 'dark',
30
+ tone: 'light',
31
31
  customPalette: {
32
32
  usr_good_job: '#999999'
33
33
  }
@@ -0,0 +1,5 @@
1
+ export * from './form';
2
+ export * from './icon';
3
+ export * from './styled-components';
4
+ export * from './text';
5
+ export * from './uiColors';
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./form"), exports);
14
+ __exportStar(require("./icon"), exports);
15
+ __exportStar(require("./styled-components"), exports);
16
+ __exportStar(require("./text"), exports);
17
+ __exportStar(require("./uiColors"), exports);
@@ -1,3 +1,4 @@
1
+ import { desktopFontSize, fontWeight } from '../styles/theme';
1
2
  export interface PdsDevKitTheme {
2
3
  fontWeight: {
3
4
  normal: string;
@@ -84,3 +85,5 @@ export interface PdsDevKitTheme {
84
85
  spacingN: string;
85
86
  };
86
87
  }
88
+ export declare type DesktopFontSize = keyof typeof desktopFontSize;
89
+ export declare type FontWeight = keyof typeof fontWeight;
@@ -0,0 +1,2 @@
1
+ import { TFunctionResult } from 'i18next';
2
+ export declare type PDSTextType = number | TFunctionResult;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,16 +1,10 @@
1
- import { TFunctionResult } from 'i18next';
2
1
  import React from 'react';
3
2
  import { Path } from 'react-hook-form';
4
- import { desktopFontSize, fontWeight } from '../../../../common/styles/theme';
5
- import { uiColors } from '../../../../common/styles/ui-colors';
6
- import { IFormValues } from '../../../../common/types/form';
7
- export declare type DesktopFontSize = keyof typeof desktopFontSize;
8
- export declare type FontWeight = keyof typeof fontWeight;
9
- export declare type UiColors = keyof typeof uiColors;
3
+ import { DesktopFontSize, FontWeight, IFormValues, PDSTextType, UiColors } from '../../../../common';
10
4
  export declare type TextFieldBaseProps = {
11
5
  name: Path<IFormValues>;
12
- hintText?: string | number | null | TFunctionResult;
13
- defaultText?: string | number | null | TFunctionResult;
6
+ hintText?: PDSTextType;
7
+ defaultText?: PDSTextType;
14
8
  validation?: {
15
9
  [key: string]: any;
16
10
  };
@@ -45,10 +45,11 @@ var __rest = (this && this.__rest) || function (s, e) {
45
45
  return t;
46
46
  };
47
47
  Object.defineProperty(exports, "__esModule", { value: true });
48
+ /* eslint-disable react/jsx-no-bind */
48
49
  var react_1 = __importStar(require("react"));
49
50
  var react_hook_form_1 = require("react-hook-form");
50
51
  var styled_components_1 = __importStar(require("styled-components"));
51
- var theme_1 = require("../../../../common/styles/theme");
52
+ var common_1 = require("../../../../common");
52
53
  var IconButton_1 = require("../../../components/IconButton");
53
54
  function TextFieldBase(_a) {
54
55
  var name = _a.name, hintText = _a.hintText, defaultText = _a.defaultText, validation = _a.validation, _b = _a.preventBlankMode, preventBlankMode = _b === void 0 ? 'none' : _b, _c = _a.textLineType, textLineType = _c === void 0 ? 'single' : _c, multiRows = _a.multiRows, autoMinRows = _a.autoMinRows, autoMaxRows = _a.autoMaxRows, _d = _a.inputType, inputType = _d === void 0 ? 'text' : _d, _e = _a.state, state = _e === void 0 ? 'normal' : _e, _f = _a.colorTheme, colorTheme = _f === void 0 ? 'none' : _f, min = _a.min, max = _a.max, _g = _a.maxLength, maxLength = _g === void 0 ? Infinity : _g, _h = _a.textSize, textSize = _h === void 0 ? 'form2' : _h, _j = _a.textWeight, textWeight = _j === void 0 ? 'normal' : _j, textPadding = _a.textPadding, _k = _a.fieldHeight, fieldHeight = _k === void 0 ? 48 : _k, _l = _a.deleteIconMode, deleteIconMode = _l === void 0 ? 'use' : _l, _m = _a.deleteIconSize, deleteIconSize = _m === void 0 ? 20 : _m, _o = _a.deleteIconColor, deleteIconColor = _o === void 0 ? 'ui_cpnt_button_icon_disabled' : _o, isFocused = _a.isFocused, onBlur = _a.onBlur, onChange = _a.onChange, onFocus = _a.onFocus, onKeyDown = _a.onKeyDown, onKeyUp = _a.onKeyUp, onTarget = _a.onTarget, rest = __rest(_a, ["name", "hintText", "defaultText", "validation", "preventBlankMode", "textLineType", "multiRows", "autoMinRows", "autoMaxRows", "inputType", "state", "colorTheme", "min", "max", "maxLength", "textSize", "textWeight", "textPadding", "fieldHeight", "deleteIconMode", "deleteIconSize", "deleteIconColor", "isFocused", "onBlur", "onChange", "onFocus", "onKeyDown", "onKeyUp", "onTarget"]);
@@ -215,13 +216,13 @@ var basicStyle = (0, styled_components_1.css)(templateObject_4 || (templateObjec
215
216
  }[colorTheme];
216
217
  }, function (_a) {
217
218
  var textSize = _a.textSize;
218
- return theme_1.desktopFontSize[textSize];
219
+ return common_1.desktopFontSize[textSize];
219
220
  }, function (_a) {
220
221
  var textWeight = _a.textWeight;
221
- return theme_1.fontWeight[textWeight];
222
+ return common_1.fontWeight[textWeight];
222
223
  }, function (_a) {
223
224
  var textSize = _a.textSize;
224
- return theme_1.desktopLineHeight[textSize];
225
+ return common_1.desktopLineHeight[textSize];
225
226
  }, function (_a) {
226
227
  var theme = _a.theme, colorTheme = _a.colorTheme;
227
228
  return colorTheme &&
@@ -241,7 +242,7 @@ var basicStyle = (0, styled_components_1.css)(templateObject_4 || (templateObjec
241
242
  var textPadding = _a.textPadding;
242
243
  return textPadding && "padding: " + textPadding;
243
244
  });
244
- var S_Input = styled_components_1.default.input(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", "\n line-height: ", ";\n ::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"], ["\n ", "\n line-height: ", ";\n ::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), basicStyle, function (_a) {
245
+ var S_Input = styled_components_1.default.input(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", "\n flex: 1;\n line-height: ", ";\n ::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"], ["\n ", "\n flex: 1;\n line-height: ", ";\n ::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), basicStyle, function (_a) {
245
246
  var theme = _a.theme;
246
247
  return theme.desktopLineHeight.singleLine;
247
248
  });
@@ -249,15 +250,15 @@ var S_Auto = styled_components_1.default.textarea(templateObject_6 || (templateO
249
250
  var autoMaxRows = _a.autoMaxRows, textSize = _a.textSize, fieldHeight = _a.fieldHeight;
250
251
  return autoMaxRows &&
251
252
  fieldHeight &&
252
- "max-height: " + Number(theme_1.desktopFontSize[textSize].substring(0, 2)) *
253
- Number(theme_1.desktopLineHeight[textSize]) *
253
+ "max-height: " + Number(common_1.desktopFontSize[textSize].substring(0, 2)) *
254
+ Number(common_1.desktopLineHeight[textSize]) *
254
255
  autoMaxRows + "px;";
255
256
  }, function (_a) {
256
257
  var autoMinRows = _a.autoMinRows, textSize = _a.textSize, fieldHeight = _a.fieldHeight;
257
258
  return autoMinRows &&
258
259
  fieldHeight &&
259
- "min-height: " + Number(theme_1.desktopFontSize[textSize].substring(0, 2)) *
260
- Number(theme_1.desktopLineHeight[textSize]) *
260
+ "min-height: " + Number(common_1.desktopFontSize[textSize].substring(0, 2)) *
261
+ Number(common_1.desktopLineHeight[textSize]) *
261
262
  autoMinRows + "px;";
262
263
  });
263
264
  var S_Multi = styled_components_1.default.textarea(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n"], ["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n"])), basicStyle);
@@ -1,7 +1,8 @@
1
1
  /// <reference types="react" />
2
+ import { PDSTextType } from '../../../common';
2
3
  export declare type CardProps = {
3
- titleText?: string;
4
- descText?: string;
4
+ titleText?: PDSTextType;
5
+ descText?: PDSTextType;
5
6
  imageIconMode?: 'none' | 'image' | 'icon';
6
7
  imageSrc?: string;
7
8
  selectState?: 'unselected' | 'selected';