pds-dev-kit-web 2.0.13-alpha.1 → 2.0.13-alpha.2
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/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +12 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +11 -2
- package/package.json +1 -1
- package/release-note.md +2 -3
|
@@ -53,7 +53,16 @@ function MembershipPlanSheet(_a) {
|
|
|
53
53
|
}
|
|
54
54
|
}, [subscriptionProduct]);
|
|
55
55
|
var itemActionButtonText = (0, react_1.useMemo)(function () {
|
|
56
|
-
var itemActionButtonTextType =
|
|
56
|
+
var itemActionButtonTextType = {
|
|
57
|
+
A: 'str_5350',
|
|
58
|
+
B: 'str_5351',
|
|
59
|
+
C: 'str_5352',
|
|
60
|
+
D: 'str_5353',
|
|
61
|
+
E: 'str_5354'
|
|
62
|
+
}[programmedItemActionButtonTextType];
|
|
63
|
+
if (isDeactivated) {
|
|
64
|
+
return t('str_5300');
|
|
65
|
+
}
|
|
57
66
|
switch (type) {
|
|
58
67
|
case 'COUPON_FREE_FINITE':
|
|
59
68
|
case 'COUPON_FREE_INFINITE':
|
|
@@ -61,14 +70,14 @@ function MembershipPlanSheet(_a) {
|
|
|
61
70
|
case 'FREE_INFINITE':
|
|
62
71
|
return t('str_start');
|
|
63
72
|
default:
|
|
64
|
-
return itemActionButtonTextType;
|
|
73
|
+
return t(itemActionButtonTextType);
|
|
65
74
|
}
|
|
66
75
|
}, [programmedItemActionButtonTextType, type]);
|
|
67
76
|
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_g" }, void 0), (0, jsx_runtime_1.jsxs)(panels_1.ContentSheet, __assign({ width: "100%", height: "auto", shapeType: "round", paddingBottom: "spacing_d", overrideCSS: {
|
|
68
77
|
display: 'flex',
|
|
69
78
|
cursor: 'pointer',
|
|
70
79
|
backgroundColor: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipPlanSheetBackgroundColor
|
|
71
|
-
} }, { children: [(0, jsx_runtime_1.jsxs)(S_MembershipInfoBox, { children: [(0, jsx_runtime_1.jsxs)(S_MembershipInfoTitle, { children: [type && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Title, { text: t(constants_1.MEMBERSHIP_SECTION_SUBSCRIPTION_PRODUCT_TYPE_TEXT[type]), styleTheme: "body2Regular", color: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor, textAlign: "left", lineLimit: 2, wordBreak: "break_all", ellipsisMode: "use" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b", spacingType: "width" }, void 0)] }, void 0)), alias && ((0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Description, { text: alias, styleTheme: "body2Bold", color: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor, wordBreak: "break_all", textAlign: "left" }, void 0))] }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_d" }, void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Title, { text: productFeeText, customFontSize: "32px", customFontWeight: "bold", wordBreak: "break_all", color: itemHighlightingColorInHex }, void 0)] }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_d", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.ColorOverrideIcon, { iconName: "ic_arrow_down", iconColor: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor }, void 0)] }), void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.XlargeMainButton, { buttonBackgroundColor: isDeactivated ? undefined : itemHighlightingColorInHex, buttonText: itemActionButtonText, buttonTextColor: isDeactivated ? undefined : '#FDFDFDFF', state: isDeactivated ? 'disabled' : 'normal' }, void 0)] }, void 0));
|
|
80
|
+
} }, { children: [(0, jsx_runtime_1.jsxs)(S_MembershipInfoBox, { children: [(0, jsx_runtime_1.jsxs)(S_MembershipInfoTitle, { children: [type && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Title, { text: t(constants_1.MEMBERSHIP_SECTION_SUBSCRIPTION_PRODUCT_TYPE_TEXT[type]), styleTheme: "body2Regular", color: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor, textAlign: "left", lineLimit: 2, wordBreak: "break_all", ellipsisMode: "use" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b", spacingType: "width" }, void 0)] }, void 0)), alias && ((0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Description, { text: alias, styleTheme: "body2Bold", color: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor, wordBreak: "break_all", textAlign: "left" }, void 0))] }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_d" }, void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Title, { text: productFeeText, customFontSize: "32px", customFontWeight: "bold", wordBreak: "break_all", color: itemHighlightingColorInHex }, void 0)] }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_d", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.ColorOverrideIcon, { iconName: "ic_arrow_down", iconColor: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor }, void 0)] }), void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.XlargeMainButton, { buttonBackgroundColor: isDeactivated ? undefined : itemHighlightingColorInHex, buttonText: itemActionButtonText, buttonTextColor: isDeactivated ? undefined : '#FDFDFDFF', state: isDeactivated ? 'disabled' : 'normal', "$paddingBottom": "56px" }, void 0)] }, void 0));
|
|
72
81
|
}
|
|
73
82
|
var S_MembershipInfoTitle = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
|
|
74
83
|
var S_MembershipInfoBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n width: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n width: 100%;\n"])));
|
|
@@ -53,7 +53,16 @@ function MembershipPlanSheet(_a) {
|
|
|
53
53
|
}
|
|
54
54
|
}, [subscriptionProduct]);
|
|
55
55
|
var itemActionButtonText = (0, react_1.useMemo)(function () {
|
|
56
|
-
var itemActionButtonTextType =
|
|
56
|
+
var itemActionButtonTextType = {
|
|
57
|
+
A: 'str_5350',
|
|
58
|
+
B: 'str_5351',
|
|
59
|
+
C: 'str_5352',
|
|
60
|
+
D: 'str_5353',
|
|
61
|
+
E: 'str_5354'
|
|
62
|
+
}[programmedItemActionButtonTextType];
|
|
63
|
+
if (isDeactivated) {
|
|
64
|
+
return t('str_5300');
|
|
65
|
+
}
|
|
57
66
|
switch (type) {
|
|
58
67
|
case 'COUPON_FREE_FINITE':
|
|
59
68
|
case 'COUPON_FREE_INFINITE':
|
|
@@ -61,7 +70,7 @@ function MembershipPlanSheet(_a) {
|
|
|
61
70
|
case 'FREE_INFINITE':
|
|
62
71
|
return t('str_start');
|
|
63
72
|
default:
|
|
64
|
-
return itemActionButtonTextType;
|
|
73
|
+
return t(itemActionButtonTextType);
|
|
65
74
|
}
|
|
66
75
|
}, [programmedItemActionButtonTextType, type]);
|
|
67
76
|
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_g" }, void 0), (0, jsx_runtime_1.jsxs)(panels_1.ContentSheet, __assign({ width: "100%", height: "auto", shapeType: "round", overrideCSS: {
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v2.0.13-alpha.
|
|
2
|
+
## [v2.0.13-alpha.2]
|
|
3
3
|
|
|
4
4
|
## alpha|https://storybook-pds-alpha.test.publ.biz
|
|
5
5
|
|
|
6
6
|
### sub
|
|
7
7
|
* DynamicLayout
|
|
8
|
-
* membership section
|
|
9
|
-
* 연결된 요금제가 판매중지 상태일때 버튼만 비활성화되도록 수정
|
|
8
|
+
* membership section의 멤버십과 요금제 간의 상태에 따른 ItemActionButton의 문구 표시 조건 업데이트
|