pds-dev-kit-web-test 0.0.6 → 0.0.9
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 +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +9 -3
- package/dist/src/GlobalStyle.js +1 -1
- package/dist/src/common/assets/icons/line/Coins.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Coins.js +34 -0
- package/dist/src/common/assets/icons/line/Ghost.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Ghost.js +36 -0
- package/dist/src/common/assets/icons/line/Home.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Home.js +36 -0
- package/dist/src/common/assets/icons/line/PaymentFreeTrial.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PaymentFreeTrial.js +34 -0
- package/dist/src/common/assets/icons/line/PaymentOnetime.js +1 -1
- package/dist/src/common/assets/icons/line/PaymentRegularly.js +2 -1
- package/dist/src/common/assets/icons/line/PostColumn.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostColumn.js +34 -0
- package/dist/src/common/assets/icons/line/PostPaperPlane.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostPaperPlane.js +36 -0
- package/dist/src/common/assets/icons/line/index.d.ts +6 -0
- package/dist/src/common/assets/icons/line/index.js +12 -0
- package/dist/src/common/components/BoxLayout/Row.js +1 -1
- package/dist/src/common/components/Navigations/ContextTextLabelNav.d.ts +3 -2
- package/dist/src/common/components/Navigations/ContextTextLabelNav.js +10 -5
- package/dist/src/common/hooks/useDetectOverflow.js +1 -1
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
- package/dist/src/common/styles/colorSet/UIColor.json +20 -1
- package/dist/src/common/styles/colorSet/index.d.ts +202 -177
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +19 -0
- package/dist/src/common/styles/theme.js +8 -8
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +2 -1
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +6 -6
- package/dist/src/desktop/components/AdminList/AdminList.d.ts +20 -11
- package/dist/src/desktop/components/AdminList/AdminList.js +5 -28
- package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +7 -1
- package/dist/src/desktop/components/AdminList/BulkActionBar.js +4 -4
- package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +1 -1
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +2 -2
- package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.d.ts +15 -0
- package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.js +121 -0
- package/dist/src/desktop/components/BasicChatListItem/Popup.d.ts +19 -0
- package/dist/src/desktop/components/BasicChatListItem/Popup.js +238 -0
- package/dist/src/desktop/components/BasicChatListItem/index.d.ts +1 -0
- package/dist/src/desktop/components/BasicChatListItem/index.js +8 -0
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +4 -1
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +4 -4
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +8 -0
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +76 -0
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +17 -0
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +160 -0
- package/dist/src/desktop/components/ChatBubbleListItem/Popup.d.ts +19 -0
- package/dist/src/desktop/components/ChatBubbleListItem/Popup.js +238 -0
- package/dist/src/desktop/components/ChatBubbleListItem/index.d.ts +1 -0
- package/dist/src/desktop/components/ChatBubbleListItem/index.js +8 -0
- package/dist/src/desktop/components/ChatList/Body.d.ts +7 -0
- package/dist/src/desktop/components/ChatList/Body.js +108 -0
- package/dist/src/desktop/components/ChatList/ChatList.d.ts +45 -0
- package/dist/src/desktop/components/ChatList/ChatList.js +105 -0
- package/dist/src/desktop/components/ChatList/ChatTextField.d.ts +25 -0
- package/dist/src/desktop/components/ChatList/ChatTextField.js +59 -0
- package/dist/src/desktop/components/ChatList/Footer.d.ts +25 -0
- package/dist/src/desktop/components/ChatList/Footer.js +27 -0
- package/dist/src/desktop/components/ChatList/Header.d.ts +5 -0
- package/dist/src/desktop/components/ChatList/Header.js +53 -0
- package/dist/src/desktop/components/ChatList/index.d.ts +1 -0
- package/dist/src/desktop/components/ChatList/index.js +8 -0
- package/dist/src/desktop/components/ChatList/useAutoScrollToBottom.d.ts +10 -0
- package/dist/src/desktop/components/ChatList/useAutoScrollToBottom.js +53 -0
- package/dist/src/desktop/components/Chip/Chip.js +14 -14
- package/dist/src/desktop/components/ContextMenu/ContextMenu.d.ts +2 -1
- package/dist/src/desktop/components/ContextMenu/ContextMenu.js +14 -5
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +4 -4
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +41 -47
- package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +3 -3
- package/dist/src/desktop/components/Dropdown/Dropdown.js +51 -19
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/PrimaryMenu.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/SecondaryMenu.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/ContextMenuNavs/ContextMenuItemNav.js +5 -39
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/IconNav.d.ts +2 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/IconNav.js +2 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/ImageIconNav.d.ts +2 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/ImageIconNav.js +2 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/MenuItemNav.d.ts +1 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/MenuItemNav.js +2 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/InternalLinkMenuItemNav.d.ts +1 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/InternalLinkMenuItemNav.js +4 -4
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/PAppMenuItemNav.d.ts +1 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/PAppMenuItemNav.js +1 -1
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.d.ts +2 -1
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +12 -11
- package/dist/src/desktop/components/FilterBar/FilterBar.js +1 -1
- package/dist/src/desktop/components/MainButton/MainButton.js +5 -5
- package/dist/src/desktop/components/Select/Select.d.ts +3 -2
- package/dist/src/desktop/components/Select/Select.js +11 -5
- package/dist/src/desktop/components/StatusBlock/StatusBlock.js +11 -5
- package/dist/src/desktop/components/TextButton/TextButton.js +5 -5
- package/dist/src/desktop/components/TextField/TextField.d.ts +3 -1
- package/dist/src/desktop/components/TextField/TextField.js +17 -11
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +7 -7
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +5 -5
- package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.js +4 -1
- package/dist/src/desktop/components/index.d.ts +4 -1
- package/dist/src/desktop/components/index.js +7 -1
- package/dist/src/desktop/index.d.ts +2 -2
- package/dist/src/desktop/index.js +5 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +41 -11
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +2 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +16 -10
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +9 -6
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +8 -10
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +8 -10
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +5 -5
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +11 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +65 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +13 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +96 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +2 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +5 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/SubMenuContainer/variation/LeftSubMenu.js +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +20 -11
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +7 -4
- package/dist/src/hybrid/components/Divider/Divider.js +4 -1
- package/dist/src/hybrid/components/Spacing/Spacing.js +1 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +2 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +6 -6
- package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.d.ts +15 -0
- package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.js +121 -0
- package/dist/src/mobile/components/BasicChatListItem/Popup.d.ts +19 -0
- package/dist/src/mobile/components/BasicChatListItem/Popup.js +238 -0
- package/dist/src/mobile/components/BasicChatListItem/index.d.ts +1 -0
- package/dist/src/mobile/components/BasicChatListItem/index.js +8 -0
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +4 -1
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +4 -4
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +8 -0
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +76 -0
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +17 -0
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +160 -0
- package/dist/src/mobile/components/ChatBubbleListItem/Popup.d.ts +19 -0
- package/dist/src/mobile/components/ChatBubbleListItem/Popup.js +238 -0
- package/dist/src/mobile/components/ChatBubbleListItem/index.d.ts +1 -0
- package/dist/src/mobile/components/ChatBubbleListItem/index.js +8 -0
- package/dist/src/mobile/components/ChatList/Body.d.ts +7 -0
- package/dist/src/mobile/components/ChatList/Body.js +109 -0
- package/dist/src/mobile/components/ChatList/ChatList.d.ts +45 -0
- package/dist/src/mobile/components/ChatList/ChatList.js +105 -0
- package/dist/src/mobile/components/ChatList/ChatTextField.d.ts +25 -0
- package/dist/src/mobile/components/ChatList/ChatTextField.js +59 -0
- package/dist/src/mobile/components/ChatList/Footer.d.ts +25 -0
- package/dist/src/mobile/components/ChatList/Footer.js +27 -0
- package/dist/src/mobile/components/ChatList/Header.d.ts +5 -0
- package/dist/src/mobile/components/ChatList/Header.js +53 -0
- package/dist/src/mobile/components/ChatList/index.d.ts +1 -0
- package/dist/src/mobile/components/ChatList/index.js +8 -0
- package/dist/src/mobile/components/ChatList/useAutoScrollToBottom.d.ts +10 -0
- package/dist/src/mobile/components/ChatList/useAutoScrollToBottom.js +53 -0
- package/dist/src/mobile/components/Chip/Chip.js +14 -14
- package/dist/src/mobile/components/ContextMenu/ContextMenu.d.ts +2 -1
- package/dist/src/mobile/components/ContextMenu/ContextMenu.js +14 -5
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +4 -4
- package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +3 -3
- package/dist/src/mobile/components/Dropdown/Dropdown.js +51 -19
- package/dist/src/mobile/components/MainButton/MainButton.js +5 -5
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +2 -1
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.js +23 -13
- package/dist/src/mobile/components/Select/Select.d.ts +3 -2
- package/dist/src/mobile/components/Select/Select.js +11 -5
- package/dist/src/mobile/components/StatusBlock/StatusBlock.js +4 -4
- package/dist/src/mobile/components/TextButton/TextButton.js +4 -4
- package/dist/src/mobile/components/TextField/TextField.d.ts +3 -1
- package/dist/src/mobile/components/TextField/TextField.js +17 -11
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +7 -7
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +5 -5
- package/dist/src/mobile/components/index.d.ts +4 -1
- package/dist/src/mobile/components/index.js +7 -1
- package/dist/src/mobile/index.d.ts +2 -2
- package/dist/src/mobile/index.js +4 -1
- package/package.json +1 -1
- package/release-note.md +4 -2
|
@@ -5,11 +5,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
var react_1 = __importDefault(require("react"));
|
|
7
7
|
var desktop_1 = require("../../../desktop");
|
|
8
|
+
var hybrid_1 = require("../../../hybrid");
|
|
9
|
+
var BoxLayout_1 = require("../BoxLayout");
|
|
8
10
|
var NavLink_1 = __importDefault(require("./NavLink"));
|
|
9
|
-
function
|
|
10
|
-
var to = _a.to, text = _a.text, openNewTab = _a.openNewTab, _b = _a.isActive, isActive = _b === void 0 ? false : _b, _c = _a.preventLineChange, preventLineChange = _c === void 0 ? false : _c;
|
|
11
|
-
return preventLineChange ? (react_1.default.createElement(NavLink_1.default, { ref: ref, to: to, openNewTab: openNewTab, style: { width: 'max-content' } },
|
|
12
|
-
react_1.default.createElement(
|
|
11
|
+
function ContextTextLabelNav(_a, ref) {
|
|
12
|
+
var to = _a.to, text = _a.text, openNewTab = _a.openNewTab, _b = _a.isActive, isActive = _b === void 0 ? false : _b, _c = _a.preventLineChange, preventLineChange = _c === void 0 ? false : _c, onClick = _a.onClick;
|
|
13
|
+
return preventLineChange ? (react_1.default.createElement(NavLink_1.default, { onClick: onClick, ref: ref, to: to, openNewTab: openNewTab, style: { minWidth: '100%', width: 'max-content' } },
|
|
14
|
+
react_1.default.createElement(BoxLayout_1.Row, null,
|
|
15
|
+
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d", spacingType: "width" }),
|
|
16
|
+
react_1.default.createElement(desktop_1.D_TextLabel, { text: text, styleTheme: "form2Regular", ellipsisMode: "use", lineLimit: 1 }),
|
|
17
|
+
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d", spacingType: "width" })))) : (react_1.default.createElement(NavLink_1.default, { onClick: onClick, ref: ref, to: to, openNewTab: openNewTab },
|
|
13
18
|
react_1.default.createElement(desktop_1.D_TextLabel, { text: text, styleTheme: "form2Regular" })));
|
|
14
19
|
}
|
|
15
|
-
exports.default =
|
|
20
|
+
exports.default = ContextTextLabelNav;
|
|
@@ -30,7 +30,7 @@ function useDetectOverflow(ref, detectOnResize) {
|
|
|
30
30
|
else {
|
|
31
31
|
setIsScrollBoxStart(false);
|
|
32
32
|
}
|
|
33
|
-
if (Math.
|
|
33
|
+
if (Math.abs(ref.node.scrollLeft + ref.node.clientWidth - ref.node.scrollWidth) <= 5) {
|
|
34
34
|
setIsScrollBoxEnd(true);
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
@@ -173,5 +173,8 @@
|
|
|
173
173
|
"sys_base_dimmed_01": "black/opacity30",
|
|
174
174
|
"sys_kakao": "kakaoyellow",
|
|
175
175
|
"sys_border_line_12": "grey100",
|
|
176
|
-
"sys_component_base_08": "white"
|
|
176
|
+
"sys_component_base_08": "white",
|
|
177
|
+
"sys_text_social_login_01": "grey900",
|
|
178
|
+
"sys_text_social_login_02": "grey900",
|
|
179
|
+
"sys_papp_livechat_link": "darkskyblue500"
|
|
177
180
|
}
|
|
@@ -173,5 +173,8 @@
|
|
|
173
173
|
"sys_base_dimmed_01": "white/opacity30",
|
|
174
174
|
"sys_kakao": "kakaoyellow",
|
|
175
175
|
"sys_border_line_12": "grey100",
|
|
176
|
-
"sys_component_base_08": "black"
|
|
176
|
+
"sys_component_base_08": "black",
|
|
177
|
+
"sys_text_social_login_01": "white",
|
|
178
|
+
"sys_text_social_login_02": "grey900",
|
|
179
|
+
"sys_papp_livechat_link": "skyblue500"
|
|
177
180
|
}
|
|
@@ -523,5 +523,24 @@
|
|
|
523
523
|
"ui_45": "sys_component_base_08",
|
|
524
524
|
"ui_46": "sys_base_dimmed_01",
|
|
525
525
|
"ui_47": "sys_kakao",
|
|
526
|
-
"ui_cpnt_sheet_base_03": "sys_component_base_white_opacity00"
|
|
526
|
+
"ui_cpnt_sheet_base_03": "sys_component_base_white_opacity00",
|
|
527
|
+
"ui_48": "sys_text_social_login_01",
|
|
528
|
+
"ui_49": "sys_text_social_login_02",
|
|
529
|
+
"ui_50": "sys_text_white",
|
|
530
|
+
"ui_51": "sys_background_dimmed_65",
|
|
531
|
+
"ui_cpnt_list_text_caption_03": "sys_text_grey_darktheme_03",
|
|
532
|
+
"ui_cpnt_list_chatbubble_base_area": "sys_component_base_01",
|
|
533
|
+
"ui_cpnt_list_chatbubble_base_area_my": "sys_component_base_01",
|
|
534
|
+
"ui_cpnt_list_chatbubble_text_my": "sys_text_grey_01",
|
|
535
|
+
"ui_papp_livechat_link": "sys_papp_livechat_link",
|
|
536
|
+
"ui_cpnt_list_chatbubble_base_area_seller_color": "usr_brand_primary",
|
|
537
|
+
"ui_cpnt_list_chatbubble_text_seller_color": "usr_on_brand_primary",
|
|
538
|
+
"ui_cpnt_list_chatbubble_base_area_subscriber": "sys_component_base_01",
|
|
539
|
+
"ui_cpnt_list_chatbubble_text_subscriber": "sys_text_grey_01",
|
|
540
|
+
"ui_cpnt_list_chatbubble_base_area_my_color": "usr_brand_primary",
|
|
541
|
+
"ui_cpnt_list_chatbubble_text_my_color": "usr_on_brand_primary",
|
|
542
|
+
"ui_cpnt_list_chatbubble_base_area_seller": "usr_brand_primary",
|
|
543
|
+
"ui_cpnt_list_chatbubble_text_seller": "usr_on_brand_primary",
|
|
544
|
+
"ui_52": "sys_widget_success_01",
|
|
545
|
+
"ui_cpnt_imageview_dimmed": "sys_on_base_black_opacity65"
|
|
527
546
|
}
|
|
@@ -235,183 +235,9 @@ declare const colorSet: {
|
|
|
235
235
|
sys_kakao: string;
|
|
236
236
|
sys_border_line_12: string;
|
|
237
237
|
sys_component_base_08: string;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
sys_container_background_02: string;
|
|
242
|
-
sys_container_background_03: string;
|
|
243
|
-
sys_background_dimmed: string;
|
|
244
|
-
sys_text_grey_01: string;
|
|
245
|
-
sys_text_grey_02: string;
|
|
246
|
-
sys_text_grey_03: string;
|
|
247
|
-
sys_text_white: string;
|
|
248
|
-
sys_text_brand_primary: string;
|
|
249
|
-
sys_text_error_01: string;
|
|
250
|
-
sys_widget_grey_01: string;
|
|
251
|
-
sys_widget_grey_02: string;
|
|
252
|
-
sys_widget_grey_03: string;
|
|
253
|
-
sys_widget_primary_01: string;
|
|
254
|
-
sys_widget_error_01: string;
|
|
255
|
-
sys_widget_warning_01: string;
|
|
256
|
-
sys_widget_success_01: string;
|
|
257
|
-
sys_widget_white: string;
|
|
258
|
-
sys_border_area_01: string;
|
|
259
|
-
sys_border_line_01: string;
|
|
260
|
-
sys_border_line_02: string;
|
|
261
|
-
sys_border_line_03: string;
|
|
262
|
-
sys_border_line_04: string;
|
|
263
|
-
sys_border_line_05: string;
|
|
264
|
-
sys_component_base_01: string;
|
|
265
|
-
sys_component_base_02: string;
|
|
266
|
-
sys_component_base_03: string;
|
|
267
|
-
sys_component_base_red: string;
|
|
268
|
-
sys_component_base_white: string;
|
|
269
|
-
sys_component_base_white_opacity00: string;
|
|
270
|
-
sys_on_base_white_opacity00: string;
|
|
271
|
-
sys_on_base_white_opacity30: string;
|
|
272
|
-
sys_on_base_black_opacity20: string;
|
|
273
|
-
usr_brand_primary: string;
|
|
274
|
-
usr_brand_secondary: string;
|
|
275
|
-
usr_brand_secondary_variant: string;
|
|
276
|
-
usr_background: string;
|
|
277
|
-
usr_surface: string;
|
|
278
|
-
usr_border: string;
|
|
279
|
-
usr_on_brand_primary: string;
|
|
280
|
-
usr_on_brand_secondary: string;
|
|
281
|
-
usr_on_background: string;
|
|
282
|
-
usr_on_surface: string;
|
|
283
|
-
sys_widget_status_active_01: string;
|
|
284
|
-
sys_text_success_01: string;
|
|
285
|
-
sys_widget_grey_04: string;
|
|
286
|
-
sys_text_active: string;
|
|
287
|
-
sys_component_base_blue: string;
|
|
288
|
-
sys_on_base_black_opacity65: string;
|
|
289
|
-
sys_component_base_04: string;
|
|
290
|
-
sys_component_base_black: string;
|
|
291
|
-
sys_component_base_black_opacity00: string;
|
|
292
|
-
usr_text_brand_secondary_variant: string;
|
|
293
|
-
usr_text_brand_primary: string;
|
|
294
|
-
usr_text_brand_on_primary: string;
|
|
295
|
-
sys_text_brand_secondary_variant: string;
|
|
296
|
-
sys_component_base_navy: string;
|
|
297
|
-
sys_widget_lightgreen: string;
|
|
298
|
-
sys_border_line_06: string;
|
|
299
|
-
sys_background_dimmed_20: string;
|
|
300
|
-
sys_widget_pink: string;
|
|
301
|
-
sys_widget_primary_opacity20: string;
|
|
302
|
-
sys_widget_secondary_variant_01: string;
|
|
303
|
-
usr_component_base_brand_primary_opacity10: string;
|
|
304
|
-
sys_temp_grey_01: string;
|
|
305
|
-
sys_temp_grey_02: string;
|
|
306
|
-
sys_temp_grey_03: string;
|
|
307
|
-
sys_temp_grey_04: string;
|
|
308
|
-
sys_temp_grey_05: string;
|
|
309
|
-
sys_temp_white: string;
|
|
310
|
-
sys_temp_primary_01: string;
|
|
311
|
-
sys_temp_secondary_01: string;
|
|
312
|
-
sys_temp_red: string;
|
|
313
|
-
sys_temp_white_opacity_00: string;
|
|
314
|
-
sys_temp_dimmed: string;
|
|
315
|
-
sys_temp_black: string;
|
|
316
|
-
sys_temp_primary_02: string;
|
|
317
|
-
sys_temp_primary_03: string;
|
|
318
|
-
sys_temp_secondary_02: string;
|
|
319
|
-
sys_temp_lightgreen_01: string;
|
|
320
|
-
sys_text_grey_04: string;
|
|
321
|
-
sys_papp_post_social_background: string;
|
|
322
|
-
sys_papp_post_notice_background: string;
|
|
323
|
-
sys_papp_post_free_background: string;
|
|
324
|
-
sys_papp_vod_background: string;
|
|
325
|
-
sys_papp_vodplus_background: string;
|
|
326
|
-
sys_papp_live_background: string;
|
|
327
|
-
sys_selcontrols_base_off_disabled: string;
|
|
328
|
-
sys_selcontrols_base_on_disabled: string;
|
|
329
|
-
sys_component_base_blue_opacity10: string;
|
|
330
|
-
sys_component_base_05: string;
|
|
331
|
-
sys_background_dimmed_65: string;
|
|
332
|
-
sys_temp_grey_06: string;
|
|
333
|
-
sys_on_base_white_opacity10: string;
|
|
334
|
-
sys_on_base_black_opacity10: string;
|
|
335
|
-
sys_component_base_05_opacity00: string;
|
|
336
|
-
sys_papp_post_notice_link: string;
|
|
337
|
-
sys_component_base_navy_light: string;
|
|
338
|
-
sys_component_base_orange: string;
|
|
339
|
-
sys_component_base_grey: string;
|
|
340
|
-
sys_component_base_black_opacity80: string;
|
|
341
|
-
sys_text_darkgrey_02: string;
|
|
342
|
-
sys_border_line_darktheme_01: string;
|
|
343
|
-
sys_border_line_darktheme_02: string;
|
|
344
|
-
sys_component_base_darktheme_01: string;
|
|
345
|
-
sys_component_base_darktheme_02: string;
|
|
346
|
-
sys_component_base_darktheme_03: string;
|
|
347
|
-
sys_text_grey_darktheme_01: string;
|
|
348
|
-
sys_text_grey_darktheme_02: string;
|
|
349
|
-
sys_text_grey_darktheme_03: string;
|
|
350
|
-
sys_widget_grey_darktheme_01: string;
|
|
351
|
-
sys_widget_grey_darktheme_02: string;
|
|
352
|
-
sys_widget_grey_darktheme_03: string;
|
|
353
|
-
sys_component_base_green: string;
|
|
354
|
-
sys_text_error_darktheme_01: string;
|
|
355
|
-
sys_border_line_darktheme_03: string;
|
|
356
|
-
sys_border_line_darktheme_04: string;
|
|
357
|
-
usr_widget_brand_primary_darktheme_01: string;
|
|
358
|
-
usr_text_brand_primary_darktheme_01: string;
|
|
359
|
-
sys_component_base_black_opacity50: string;
|
|
360
|
-
sys_component_base_card: string;
|
|
361
|
-
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
362
|
-
sys_widget_green_01: string;
|
|
363
|
-
sys_component_base_black_opacity30: string;
|
|
364
|
-
sys_area_background: string;
|
|
365
|
-
sys_border_white_opacity30: string;
|
|
366
|
-
sys_container_background_wt: string;
|
|
367
|
-
sys_channeldesc_grey_03: string;
|
|
368
|
-
sys_channeldesc_border_grey_03: string;
|
|
369
|
-
sys_gradient_base_01: string;
|
|
370
|
-
sys_gradient_base_01_opacity00: string;
|
|
371
|
-
sys_channeldesc_background: string;
|
|
372
|
-
sys_channeldesc_bottomsheet_base: string;
|
|
373
|
-
sys_channeldesc_bottomsheet_border: string;
|
|
374
|
-
sys_channeldesc_contents_base: string;
|
|
375
|
-
sys_channeldesc_dimmed: string;
|
|
376
|
-
sys_gradient_base_01_opacity50: string;
|
|
377
|
-
sys_gradient_base_01_opacity75: string;
|
|
378
|
-
sys_gradient_base_01_opacity40: string;
|
|
379
|
-
sys_widget_black: string;
|
|
380
|
-
usr_temp_primary_01: string;
|
|
381
|
-
sys_cpnt_sheet_base_02_opacity50: string;
|
|
382
|
-
usr_menu_primarymenu_main: string;
|
|
383
|
-
usr_menu_primarymenu_sub: string;
|
|
384
|
-
usr_menu_secondarymenu_main: string;
|
|
385
|
-
usr_menu_secondarymenu_sub: string;
|
|
386
|
-
usr_menu_hover: string;
|
|
387
|
-
usr_menu_active: string;
|
|
388
|
-
usr_menu_background: string;
|
|
389
|
-
sys_cpnt_base_white_opacity50: string;
|
|
390
|
-
sys_widget_dark_01: string;
|
|
391
|
-
usr_menu_background_gradient_opacity00: string;
|
|
392
|
-
sys_border_line_white: string;
|
|
393
|
-
sys_component_base_white_opacity10: string;
|
|
394
|
-
sys_cpnt_sheet_base_01: string;
|
|
395
|
-
sys_component_base_white_opacity20: string;
|
|
396
|
-
sys_border_line_07: string;
|
|
397
|
-
sys_border_line_white_opacity50: string;
|
|
398
|
-
sys_background_dimmed_02: string;
|
|
399
|
-
sys_border_line_08: string;
|
|
400
|
-
sys_component_base_06: string;
|
|
401
|
-
sys_component_base_07: string;
|
|
402
|
-
sys_border_line_09: string;
|
|
403
|
-
sys_component_base_darktheme_04: string;
|
|
404
|
-
sys_border_line_10: string;
|
|
405
|
-
sys_component_base_darktheme_05: string;
|
|
406
|
-
sys_border_line_darktheme_05: string;
|
|
407
|
-
sys_component_base_darktheme_06: string;
|
|
408
|
-
sys_border_line_darktheme_06: string;
|
|
409
|
-
sys_border_line_darktheme_07: string;
|
|
410
|
-
sys_border_line_11: string;
|
|
411
|
-
sys_base_dimmed_01: string;
|
|
412
|
-
sys_kakao: string;
|
|
413
|
-
sys_border_line_12: string;
|
|
414
|
-
sys_component_base_08: string;
|
|
238
|
+
sys_text_social_login_01: string;
|
|
239
|
+
sys_text_social_login_02: string;
|
|
240
|
+
sys_papp_livechat_link: string;
|
|
415
241
|
};
|
|
416
242
|
readonly UIColor: {
|
|
417
243
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -939,6 +765,205 @@ declare const colorSet: {
|
|
|
939
765
|
ui_46: string;
|
|
940
766
|
ui_47: string;
|
|
941
767
|
ui_cpnt_sheet_base_03: string;
|
|
768
|
+
ui_48: string;
|
|
769
|
+
ui_49: string;
|
|
770
|
+
ui_50: string;
|
|
771
|
+
ui_51: string;
|
|
772
|
+
ui_cpnt_list_text_caption_03: string;
|
|
773
|
+
ui_cpnt_list_chatbubble_base_area: string;
|
|
774
|
+
ui_cpnt_list_chatbubble_base_area_my: string;
|
|
775
|
+
ui_cpnt_list_chatbubble_text_my: string;
|
|
776
|
+
ui_papp_livechat_link: string;
|
|
777
|
+
ui_cpnt_list_chatbubble_base_area_seller_color: string;
|
|
778
|
+
ui_cpnt_list_chatbubble_text_seller_color: string;
|
|
779
|
+
ui_cpnt_list_chatbubble_base_area_subscriber: string;
|
|
780
|
+
ui_cpnt_list_chatbubble_text_subscriber: string;
|
|
781
|
+
ui_cpnt_list_chatbubble_base_area_my_color: string;
|
|
782
|
+
ui_cpnt_list_chatbubble_text_my_color: string;
|
|
783
|
+
ui_cpnt_list_chatbubble_base_area_seller: string;
|
|
784
|
+
ui_cpnt_list_chatbubble_text_seller: string;
|
|
785
|
+
ui_52: string;
|
|
786
|
+
ui_cpnt_imageview_dimmed: string;
|
|
787
|
+
};
|
|
788
|
+
readonly PaletteColor_Dark: {
|
|
789
|
+
sys_container_background_01: string;
|
|
790
|
+
sys_container_background_02: string;
|
|
791
|
+
sys_container_background_03: string;
|
|
792
|
+
sys_background_dimmed: string;
|
|
793
|
+
sys_text_grey_01: string;
|
|
794
|
+
sys_text_grey_02: string;
|
|
795
|
+
sys_text_grey_03: string;
|
|
796
|
+
sys_text_white: string;
|
|
797
|
+
sys_text_brand_primary: string;
|
|
798
|
+
sys_text_error_01: string;
|
|
799
|
+
sys_widget_grey_01: string;
|
|
800
|
+
sys_widget_grey_02: string;
|
|
801
|
+
sys_widget_grey_03: string;
|
|
802
|
+
sys_widget_primary_01: string;
|
|
803
|
+
sys_widget_error_01: string;
|
|
804
|
+
sys_widget_warning_01: string;
|
|
805
|
+
sys_widget_success_01: string;
|
|
806
|
+
sys_widget_white: string;
|
|
807
|
+
sys_border_area_01: string;
|
|
808
|
+
sys_border_line_01: string;
|
|
809
|
+
sys_border_line_02: string;
|
|
810
|
+
sys_border_line_03: string;
|
|
811
|
+
sys_border_line_04: string;
|
|
812
|
+
sys_border_line_05: string;
|
|
813
|
+
sys_component_base_01: string;
|
|
814
|
+
sys_component_base_02: string;
|
|
815
|
+
sys_component_base_03: string;
|
|
816
|
+
sys_component_base_red: string;
|
|
817
|
+
sys_component_base_white: string;
|
|
818
|
+
sys_component_base_white_opacity00: string;
|
|
819
|
+
sys_on_base_white_opacity00: string;
|
|
820
|
+
sys_on_base_white_opacity30: string;
|
|
821
|
+
sys_on_base_black_opacity20: string;
|
|
822
|
+
usr_brand_primary: string;
|
|
823
|
+
usr_brand_secondary: string;
|
|
824
|
+
usr_brand_secondary_variant: string;
|
|
825
|
+
usr_background: string;
|
|
826
|
+
usr_surface: string;
|
|
827
|
+
usr_border: string;
|
|
828
|
+
usr_on_brand_primary: string;
|
|
829
|
+
usr_on_brand_secondary: string;
|
|
830
|
+
usr_on_background: string;
|
|
831
|
+
usr_on_surface: string;
|
|
832
|
+
sys_widget_status_active_01: string;
|
|
833
|
+
sys_text_success_01: string;
|
|
834
|
+
sys_widget_grey_04: string;
|
|
835
|
+
sys_text_active: string;
|
|
836
|
+
sys_component_base_blue: string;
|
|
837
|
+
sys_on_base_black_opacity65: string;
|
|
838
|
+
sys_component_base_04: string;
|
|
839
|
+
sys_component_base_black: string;
|
|
840
|
+
sys_component_base_black_opacity00: string;
|
|
841
|
+
usr_text_brand_secondary_variant: string;
|
|
842
|
+
usr_text_brand_primary: string;
|
|
843
|
+
usr_text_brand_on_primary: string;
|
|
844
|
+
sys_text_brand_secondary_variant: string;
|
|
845
|
+
sys_component_base_navy: string;
|
|
846
|
+
sys_widget_lightgreen: string;
|
|
847
|
+
sys_border_line_06: string;
|
|
848
|
+
sys_background_dimmed_20: string;
|
|
849
|
+
sys_widget_pink: string;
|
|
850
|
+
sys_widget_primary_opacity20: string;
|
|
851
|
+
sys_widget_secondary_variant_01: string;
|
|
852
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
853
|
+
sys_temp_grey_01: string;
|
|
854
|
+
sys_temp_grey_02: string;
|
|
855
|
+
sys_temp_grey_03: string;
|
|
856
|
+
sys_temp_grey_04: string;
|
|
857
|
+
sys_temp_grey_05: string;
|
|
858
|
+
sys_temp_white: string;
|
|
859
|
+
sys_temp_primary_01: string;
|
|
860
|
+
sys_temp_secondary_01: string;
|
|
861
|
+
sys_temp_red: string;
|
|
862
|
+
sys_temp_white_opacity_00: string;
|
|
863
|
+
sys_temp_dimmed: string;
|
|
864
|
+
sys_temp_black: string;
|
|
865
|
+
sys_temp_primary_02: string;
|
|
866
|
+
sys_temp_primary_03: string;
|
|
867
|
+
sys_temp_secondary_02: string;
|
|
868
|
+
sys_temp_lightgreen_01: string;
|
|
869
|
+
sys_text_grey_04: string;
|
|
870
|
+
sys_papp_post_social_background: string;
|
|
871
|
+
sys_papp_post_notice_background: string;
|
|
872
|
+
sys_papp_post_free_background: string;
|
|
873
|
+
sys_papp_vod_background: string;
|
|
874
|
+
sys_papp_vodplus_background: string;
|
|
875
|
+
sys_papp_live_background: string;
|
|
876
|
+
sys_selcontrols_base_off_disabled: string;
|
|
877
|
+
sys_selcontrols_base_on_disabled: string;
|
|
878
|
+
sys_component_base_blue_opacity10: string;
|
|
879
|
+
sys_component_base_05: string;
|
|
880
|
+
sys_background_dimmed_65: string;
|
|
881
|
+
sys_temp_grey_06: string;
|
|
882
|
+
sys_on_base_white_opacity10: string;
|
|
883
|
+
sys_on_base_black_opacity10: string;
|
|
884
|
+
sys_component_base_05_opacity00: string;
|
|
885
|
+
sys_papp_post_notice_link: string;
|
|
886
|
+
sys_component_base_navy_light: string;
|
|
887
|
+
sys_component_base_orange: string;
|
|
888
|
+
sys_component_base_grey: string;
|
|
889
|
+
sys_component_base_black_opacity80: string;
|
|
890
|
+
sys_text_darkgrey_02: string;
|
|
891
|
+
sys_border_line_darktheme_01: string;
|
|
892
|
+
sys_border_line_darktheme_02: string;
|
|
893
|
+
sys_component_base_darktheme_01: string;
|
|
894
|
+
sys_component_base_darktheme_02: string;
|
|
895
|
+
sys_component_base_darktheme_03: string;
|
|
896
|
+
sys_text_grey_darktheme_01: string;
|
|
897
|
+
sys_text_grey_darktheme_02: string;
|
|
898
|
+
sys_text_grey_darktheme_03: string;
|
|
899
|
+
sys_widget_grey_darktheme_01: string;
|
|
900
|
+
sys_widget_grey_darktheme_02: string;
|
|
901
|
+
sys_widget_grey_darktheme_03: string;
|
|
902
|
+
sys_component_base_green: string;
|
|
903
|
+
sys_text_error_darktheme_01: string;
|
|
904
|
+
sys_border_line_darktheme_03: string;
|
|
905
|
+
sys_border_line_darktheme_04: string;
|
|
906
|
+
usr_widget_brand_primary_darktheme_01: string;
|
|
907
|
+
usr_text_brand_primary_darktheme_01: string;
|
|
908
|
+
sys_component_base_black_opacity50: string;
|
|
909
|
+
sys_component_base_card: string;
|
|
910
|
+
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
911
|
+
sys_widget_green_01: string;
|
|
912
|
+
sys_component_base_black_opacity30: string;
|
|
913
|
+
sys_area_background: string;
|
|
914
|
+
sys_border_white_opacity30: string;
|
|
915
|
+
sys_container_background_wt: string;
|
|
916
|
+
sys_channeldesc_grey_03: string;
|
|
917
|
+
sys_channeldesc_border_grey_03: string;
|
|
918
|
+
sys_gradient_base_01: string;
|
|
919
|
+
sys_gradient_base_01_opacity00: string;
|
|
920
|
+
sys_channeldesc_background: string;
|
|
921
|
+
sys_channeldesc_bottomsheet_base: string;
|
|
922
|
+
sys_channeldesc_bottomsheet_border: string;
|
|
923
|
+
sys_channeldesc_contents_base: string;
|
|
924
|
+
sys_channeldesc_dimmed: string;
|
|
925
|
+
sys_gradient_base_01_opacity50: string;
|
|
926
|
+
sys_gradient_base_01_opacity75: string;
|
|
927
|
+
sys_gradient_base_01_opacity40: string;
|
|
928
|
+
sys_widget_black: string;
|
|
929
|
+
usr_temp_primary_01: string;
|
|
930
|
+
sys_cpnt_sheet_base_02_opacity50: string;
|
|
931
|
+
usr_menu_primarymenu_main: string;
|
|
932
|
+
usr_menu_primarymenu_sub: string;
|
|
933
|
+
usr_menu_secondarymenu_main: string;
|
|
934
|
+
usr_menu_secondarymenu_sub: string;
|
|
935
|
+
usr_menu_hover: string;
|
|
936
|
+
usr_menu_active: string;
|
|
937
|
+
usr_menu_background: string;
|
|
938
|
+
sys_cpnt_base_white_opacity50: string;
|
|
939
|
+
sys_widget_dark_01: string;
|
|
940
|
+
usr_menu_background_gradient_opacity00: string;
|
|
941
|
+
sys_border_line_white: string;
|
|
942
|
+
sys_component_base_white_opacity10: string;
|
|
943
|
+
sys_cpnt_sheet_base_01: string;
|
|
944
|
+
sys_component_base_white_opacity20: string;
|
|
945
|
+
sys_border_line_07: string;
|
|
946
|
+
sys_border_line_white_opacity50: string;
|
|
947
|
+
sys_background_dimmed_02: string;
|
|
948
|
+
sys_border_line_08: string;
|
|
949
|
+
sys_component_base_06: string;
|
|
950
|
+
sys_component_base_07: string;
|
|
951
|
+
sys_border_line_09: string;
|
|
952
|
+
sys_component_base_darktheme_04: string;
|
|
953
|
+
sys_border_line_10: string;
|
|
954
|
+
sys_component_base_darktheme_05: string;
|
|
955
|
+
sys_border_line_darktheme_05: string;
|
|
956
|
+
sys_component_base_darktheme_06: string;
|
|
957
|
+
sys_border_line_darktheme_06: string;
|
|
958
|
+
sys_border_line_darktheme_07: string;
|
|
959
|
+
sys_border_line_11: string;
|
|
960
|
+
sys_base_dimmed_01: string;
|
|
961
|
+
sys_kakao: string;
|
|
962
|
+
sys_border_line_12: string;
|
|
963
|
+
sys_component_base_08: string;
|
|
964
|
+
sys_text_social_login_01: string;
|
|
965
|
+
sys_text_social_login_02: string;
|
|
966
|
+
sys_papp_livechat_link: string;
|
|
942
967
|
};
|
|
943
968
|
};
|
|
944
969
|
export default colorSet;
|
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
8
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
|
-
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
10
9
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
10
|
+
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
13
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
UIColor: UIColor_json_1.default,
|
|
15
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -524,4 +524,23 @@ export interface UITheme {
|
|
|
524
524
|
ui_46: string;
|
|
525
525
|
ui_47: string;
|
|
526
526
|
ui_cpnt_sheet_base_03: string;
|
|
527
|
+
ui_48: string;
|
|
528
|
+
ui_49: string;
|
|
529
|
+
ui_50: string;
|
|
530
|
+
ui_51: string;
|
|
531
|
+
ui_cpnt_list_text_caption_03: string;
|
|
532
|
+
ui_cpnt_list_chatbubble_base_area: string;
|
|
533
|
+
ui_cpnt_list_chatbubble_base_area_my: string;
|
|
534
|
+
ui_cpnt_list_chatbubble_text_my: string;
|
|
535
|
+
ui_papp_livechat_link: string;
|
|
536
|
+
ui_cpnt_list_chatbubble_base_area_seller_color: string;
|
|
537
|
+
ui_cpnt_list_chatbubble_text_seller_color: string;
|
|
538
|
+
ui_cpnt_list_chatbubble_base_area_subscriber: string;
|
|
539
|
+
ui_cpnt_list_chatbubble_text_subscriber: string;
|
|
540
|
+
ui_cpnt_list_chatbubble_base_area_my_color: string;
|
|
541
|
+
ui_cpnt_list_chatbubble_text_my_color: string;
|
|
542
|
+
ui_cpnt_list_chatbubble_base_area_seller: string;
|
|
543
|
+
ui_cpnt_list_chatbubble_text_seller: string;
|
|
544
|
+
ui_52: string;
|
|
545
|
+
ui_cpnt_imageview_dimmed: string;
|
|
527
546
|
}
|
|
@@ -18,10 +18,10 @@ exports.fontWeight = {
|
|
|
18
18
|
bold: '700'
|
|
19
19
|
};
|
|
20
20
|
exports.desktopFontSize = {
|
|
21
|
-
displayHeading: '
|
|
22
|
-
heading: '
|
|
23
|
-
leadParagraph: '
|
|
24
|
-
subtitle: '
|
|
21
|
+
displayHeading: '44px',
|
|
22
|
+
heading: '28px',
|
|
23
|
+
leadParagraph: '24px',
|
|
24
|
+
subtitle: '22px',
|
|
25
25
|
body1: '18px',
|
|
26
26
|
body2: '16px',
|
|
27
27
|
caption1: '14px',
|
|
@@ -45,10 +45,10 @@ exports.desktopLineHeight = {
|
|
|
45
45
|
singleLine: '1'
|
|
46
46
|
};
|
|
47
47
|
exports.mobileFontSize = {
|
|
48
|
-
displayHeading: '
|
|
49
|
-
heading: '
|
|
50
|
-
leadParagraph: '
|
|
51
|
-
subtitle: '
|
|
48
|
+
displayHeading: '36px',
|
|
49
|
+
heading: '28px',
|
|
50
|
+
leadParagraph: '24px',
|
|
51
|
+
subtitle: '22px',
|
|
52
52
|
body1: '18px',
|
|
53
53
|
body2: '16px',
|
|
54
54
|
caption1: '14px',
|
|
@@ -28,6 +28,7 @@ export declare type TextFieldBaseProps = {
|
|
|
28
28
|
deleteIconSize?: 12 | 16 | 20 | 24;
|
|
29
29
|
deleteIconColor?: UiColors;
|
|
30
30
|
isFocused?: boolean;
|
|
31
|
+
autoComplete?: string;
|
|
31
32
|
onBlur?: (e: React.FocusEvent<HTMLInputElement> | React.FocusEvent<HTMLTextAreaElement>) => void;
|
|
32
33
|
onChange?: (e: React.ChangeEvent<HTMLInputElement> | React.ChangeEvent<HTMLTextAreaElement>) => void;
|
|
33
34
|
onFocus?: (e: React.FocusEvent<HTMLInputElement> | React.FocusEvent<HTMLTextAreaElement>) => void;
|
|
@@ -37,5 +38,5 @@ export declare type TextFieldBaseProps = {
|
|
|
37
38
|
inputRef?: any;
|
|
38
39
|
[x: string]: any;
|
|
39
40
|
} & Record<string, any>;
|
|
40
|
-
declare function TextFieldBase({ name, hintText, defaultText, validation, preventBlankMode, enterSubmitMode, textLineType, multiRows, autoMinRows, autoMaxRows, inputType, state, colorTheme, min, max, maxLength, textSize, textWeight, textPadding, fieldHeight, deleteIconMode, deleteIconSize, deleteIconColor, isFocused, onBlur, onChange, onFocus, onKeyDown, onKeyUp, onTarget, inputRef, ...rest }: TextFieldBaseProps): JSX.Element;
|
|
41
|
+
declare function TextFieldBase({ name, hintText, defaultText, validation, preventBlankMode, enterSubmitMode, textLineType, multiRows, autoMinRows, autoMaxRows, inputType, state, colorTheme, min, max, maxLength, textSize, textWeight, textPadding, fieldHeight, deleteIconMode, deleteIconSize, deleteIconColor, isFocused, autoComplete, onBlur, onChange, onFocus, onKeyDown, onKeyUp, onTarget, inputRef, ...rest }: TextFieldBaseProps): JSX.Element;
|
|
41
42
|
export default TextFieldBase;
|
|
@@ -52,8 +52,8 @@ var styled_components_1 = __importStar(require("styled-components"));
|
|
|
52
52
|
var common_1 = require("../../../../common");
|
|
53
53
|
var IconButton_1 = require("../../../components/IconButton");
|
|
54
54
|
function TextFieldBase(_a) {
|
|
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.enterSubmitMode, enterSubmitMode = _c === void 0 ? 'none' : _c, _d = _a.textLineType, textLineType = _d === void 0 ? 'single' : _d, multiRows = _a.multiRows, autoMinRows = _a.autoMinRows, autoMaxRows = _a.autoMaxRows, _e = _a.inputType, inputType = _e === void 0 ? 'text' : _e, _f = _a.state, state = _f === void 0 ? 'normal' : _f, _g = _a.colorTheme, colorTheme = _g === void 0 ? 'none' : _g, min = _a.min, max = _a.max, _h = _a.maxLength, maxLength = _h === void 0 ? Infinity : _h, _j = _a.textSize, textSize = _j === void 0 ? 'form2' : _j, _k = _a.textWeight, textWeight = _k === void 0 ? 'normal' : _k, textPadding = _a.textPadding, _l = _a.fieldHeight, fieldHeight = _l === void 0 ? 48 : _l, _m = _a.deleteIconMode, deleteIconMode = _m === void 0 ? 'use' : _m, _o = _a.deleteIconSize, deleteIconSize = _o === void 0 ? 20 : _o, _p = _a.deleteIconColor, deleteIconColor = _p === void 0 ? 'ui_cpnt_button_icon_disabled' : _p, isFocused = _a.isFocused, onBlur = _a.onBlur, onChange = _a.onChange, onFocus = _a.onFocus, onKeyDown = _a.onKeyDown, onKeyUp = _a.onKeyUp, onTarget = _a.onTarget, inputRef = _a.inputRef, rest = __rest(_a, ["name", "hintText", "defaultText", "validation", "preventBlankMode", "enterSubmitMode", "textLineType", "multiRows", "autoMinRows", "autoMaxRows", "inputType", "state", "colorTheme", "min", "max", "maxLength", "textSize", "textWeight", "textPadding", "fieldHeight", "deleteIconMode", "deleteIconSize", "deleteIconColor", "isFocused", "onBlur", "onChange", "onFocus", "onKeyDown", "onKeyUp", "onTarget", "inputRef"]);
|
|
56
|
-
var
|
|
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.enterSubmitMode, enterSubmitMode = _c === void 0 ? 'none' : _c, _d = _a.textLineType, textLineType = _d === void 0 ? 'single' : _d, multiRows = _a.multiRows, autoMinRows = _a.autoMinRows, autoMaxRows = _a.autoMaxRows, _e = _a.inputType, inputType = _e === void 0 ? 'text' : _e, _f = _a.state, state = _f === void 0 ? 'normal' : _f, _g = _a.colorTheme, colorTheme = _g === void 0 ? 'none' : _g, min = _a.min, max = _a.max, _h = _a.maxLength, maxLength = _h === void 0 ? Infinity : _h, _j = _a.textSize, textSize = _j === void 0 ? 'form2' : _j, _k = _a.textWeight, textWeight = _k === void 0 ? 'normal' : _k, textPadding = _a.textPadding, _l = _a.fieldHeight, fieldHeight = _l === void 0 ? 48 : _l, _m = _a.deleteIconMode, deleteIconMode = _m === void 0 ? 'use' : _m, _o = _a.deleteIconSize, deleteIconSize = _o === void 0 ? 20 : _o, _p = _a.deleteIconColor, deleteIconColor = _p === void 0 ? 'ui_cpnt_button_icon_disabled' : _p, isFocused = _a.isFocused, _q = _a.autoComplete, autoComplete = _q === void 0 ? 'on' : _q, onBlur = _a.onBlur, onChange = _a.onChange, onFocus = _a.onFocus, onKeyDown = _a.onKeyDown, onKeyUp = _a.onKeyUp, onTarget = _a.onTarget, inputRef = _a.inputRef, rest = __rest(_a, ["name", "hintText", "defaultText", "validation", "preventBlankMode", "enterSubmitMode", "textLineType", "multiRows", "autoMinRows", "autoMaxRows", "inputType", "state", "colorTheme", "min", "max", "maxLength", "textSize", "textWeight", "textPadding", "fieldHeight", "deleteIconMode", "deleteIconSize", "deleteIconColor", "isFocused", "autoComplete", "onBlur", "onChange", "onFocus", "onKeyDown", "onKeyUp", "onTarget", "inputRef"]);
|
|
56
|
+
var _r = (0, react_hook_form_1.useFormContext)(), register = _r.register, setValue = _r.setValue, getValues = _r.getValues, clearErrors = _r.clearErrors;
|
|
57
57
|
var timeout;
|
|
58
58
|
(0, react_1.useEffect)(function () {
|
|
59
59
|
return function () { return clearTimeout(timeout); };
|
|
@@ -111,7 +111,7 @@ function TextFieldBase(_a) {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
var textAreaRef = (0, react_1.useRef)(null);
|
|
114
|
-
var
|
|
114
|
+
var _s = register(name, validation), ref = _s.ref, refRest = __rest(_s, ["ref"]);
|
|
115
115
|
(0, react_1.useEffect)(function () {
|
|
116
116
|
if (textAreaRef === null || textAreaRef.current === null) {
|
|
117
117
|
return;
|
|
@@ -173,7 +173,7 @@ function TextFieldBase(_a) {
|
|
|
173
173
|
var S_TextFieldBase = function () {
|
|
174
174
|
if (textLineType === 'single') {
|
|
175
175
|
return (react_1.default.createElement(S_InputWrapper, null,
|
|
176
|
-
react_1.default.createElement(S_Input, __assign({}, register(name, validation), rest, { name: name, defaultValue: defaultText, placeholder: hintText, type: inputType, state: state, readOnly: state === 'read_only', disabled: state === 'disabled', maxLength: maxLength, textSize: textSize, textWeight: textWeight, textPadding: textPadding, colorTheme: colorTheme, min: min, max: max, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
|
|
176
|
+
react_1.default.createElement(S_Input, __assign({}, register(name, validation), rest, { name: name, defaultValue: defaultText, placeholder: hintText, type: inputType, state: state, readOnly: state === 'read_only', disabled: state === 'disabled', maxLength: maxLength, textSize: textSize, textWeight: textWeight, textPadding: textPadding, colorTheme: colorTheme, min: min, max: max, autoComplete: autoComplete, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
|
|
177
177
|
ref(e);
|
|
178
178
|
if (inputRef) {
|
|
179
179
|
inputRef.current = e;
|
|
@@ -182,7 +182,7 @@ function TextFieldBase(_a) {
|
|
|
182
182
|
deleteIconMode === 'use' && isFocused && (react_1.default.createElement(IconButton_1.IconButton, { iconName: "ic_delete", baseSize: "small", shapeType: "rectangle", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconSize: deleteIconSize, iconColorKey: deleteIconColor, iconFillType: "fill", state: state === 'disabled' ? 'disabled' : 'normal', tabIndex: -1, onMouseDown: deleteValue }))));
|
|
183
183
|
}
|
|
184
184
|
if (textLineType === 'multi') {
|
|
185
|
-
return (react_1.default.createElement(S_Multi, __assign({}, register(name, validation), rest, { name: name, defaultValue: defaultText, placeholder: hintText, state: state, readOnly: state === 'read_only' && true, disabled: state === 'disabled' && true, maxLength: maxLength, rows: multiRows, textSize: textSize, textWeight: textWeight, textPadding: textPadding, colorTheme: colorTheme, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
|
|
185
|
+
return (react_1.default.createElement(S_Multi, __assign({}, register(name, validation), rest, { name: name, defaultValue: defaultText, placeholder: hintText, state: state, readOnly: state === 'read_only' && true, disabled: state === 'disabled' && true, maxLength: maxLength, rows: multiRows, textSize: textSize, textWeight: textWeight, textPadding: textPadding, colorTheme: colorTheme, autoComplete: autoComplete, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
|
|
186
186
|
ref(e);
|
|
187
187
|
if (inputRef) {
|
|
188
188
|
inputRef.current = e;
|
|
@@ -190,7 +190,7 @@ function TextFieldBase(_a) {
|
|
|
190
190
|
} })));
|
|
191
191
|
}
|
|
192
192
|
if (textLineType === 'auto') {
|
|
193
|
-
return (react_1.default.createElement(S_Auto, __assign({}, refRest, rest, { name: name, defaultValue: defaultText, autoMinRows: autoMinRows, autoMaxRows: autoMaxRows, placeholder: hintText, state: state, readOnly: state === 'read_only' && true, disabled: state === 'disabled' && true, maxLength: maxLength, textSize: textSize, textWeight: textWeight, textPadding: textPadding, fieldHeight: fieldHeight, colorTheme: colorTheme, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
|
|
193
|
+
return (react_1.default.createElement(S_Auto, __assign({}, refRest, rest, { name: name, defaultValue: defaultText, autoMinRows: autoMinRows, autoMaxRows: autoMaxRows, placeholder: hintText, state: state, readOnly: state === 'read_only' && true, disabled: state === 'disabled' && true, maxLength: maxLength, textSize: textSize, textWeight: textWeight, textPadding: textPadding, fieldHeight: fieldHeight, colorTheme: colorTheme, autoComplete: autoComplete, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
|
|
194
194
|
ref(e);
|
|
195
195
|
if (textAreaRef) {
|
|
196
196
|
textAreaRef.current = e;
|