pds-dev-kit-web-test 0.0.13 → 0.0.15
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/index.d.ts +4 -0
- package/dist/index.js +5 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/MenuItemNav.js +2 -0
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/PageMenuItemNav.d.ts +12 -0
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/PageMenuItemNav.js +51 -0
- package/dist/src/desktop/components/DynamicDesktopNavBar/types.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/desktop/components/Item/Item.js +1 -1
- package/dist/src/sub/DynamicLayout/desktop/components/Section/Section.d.ts +3 -1
- package/dist/src/sub/DynamicLayout/desktop/components/Section/Section.js +11 -7
- package/dist/src/sub/DynamicLayout/desktop/components/common/Carousel.js +54 -9
- package/dist/src/sub/DynamicLayout/desktop/components/common/swiper.style.d.ts +2 -0
- package/dist/src/sub/DynamicLayout/desktop/components/common/swiper.style.js +10 -0
- package/dist/src/sub/DynamicLayout/desktop/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js +10 -7
- package/dist/src/sub/DynamicLayout/desktop/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js +11 -8
- package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/templates/TemplateA/TemplateA.js +8 -5
- package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/templates/TemplateB/TemplateB.js +7 -4
- package/dist/src/sub/DynamicLayout/desktop/sections/FooterSection/templates/TemplateA/TemplateA.js +1 -4
- package/dist/src/sub/DynamicLayout/desktop/sections/FooterSection/templates/TemplateB/TemplateB.js +1 -4
- package/dist/src/sub/DynamicLayout/desktop/sections/InfoBoxSection/templates/TemplateA/TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/desktop/sections/IntroSection/templates/TemplateA/TemplateA.js +2 -2
- package/dist/src/sub/DynamicLayout/desktop/sections/IntroSection/templates/TemplateB/TemplateB.js +2 -2
- package/dist/src/sub/DynamicLayout/desktop/sections/IntroSection/templates/TemplateC/TemplateC.js +2 -2
- package/dist/src/sub/DynamicLayout/desktop/sections/IntroSection/templates/TemplateD/TemplateD.js +3 -3
- package/dist/src/sub/DynamicLayout/mobile/components/Item/Item.js +1 -1
- package/dist/src/sub/DynamicLayout/mobile/components/Section/Section.d.ts +3 -1
- package/dist/src/sub/DynamicLayout/mobile/components/Section/Section.js +11 -7
- package/dist/src/sub/DynamicLayout/mobile/components/common/Carousel.js +5 -3
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js +12 -7
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js +12 -7
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/templates/TemplateA/TemplateA.js +15 -13
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/templates/TemplateB/TemplateB.js +7 -10
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/TemplateA/TemplateA.js +3 -6
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/TemplateB/TemplateB.js +3 -6
- package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/templates/TemplateA/TemplateA.js +5 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateA/TemplateA.js +14 -3
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateB/TemplateB.js +14 -3
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateC/TemplateC.js +1 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateD/TemplateD.js +1 -1
- package/dist/src/sub/DynamicLayout/types.js +5 -5
- package/package.json +1 -1
- package/release-note.md +17 -2
package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/TemplateB/TemplateB.js
CHANGED
|
@@ -57,15 +57,12 @@ function TemplateB() {
|
|
|
57
57
|
react_1.default.createElement(Item_1.Item.Image, { ratio: "auto", height: 48, scaleType: "fill", src: filteredItems[0].properties.logoImageSrc }))),
|
|
58
58
|
filteredItems[0].properties.body && (react_1.default.createElement(Item_1.Item.HTMLReader, { data: filteredItems[0].properties.body, styleTheme: "caption1Regular", color: itemDescriptionColorInHex, textAlign: "center" }))))));
|
|
59
59
|
}
|
|
60
|
-
var S_ContentsArea = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n margin: ", "
|
|
61
|
-
var
|
|
62
|
-
return
|
|
60
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n margin: ", " 0;\n padding: 0 ", ";\n"], ["\n margin: ", " 0;\n padding: 0 ", ";\n"])), function (_a) {
|
|
61
|
+
var hasNothing = _a.hasNothing;
|
|
62
|
+
return (hasNothing ? 0 : '80px');
|
|
63
63
|
}, function (_a) {
|
|
64
64
|
var theme = _a.theme;
|
|
65
65
|
return theme.spacing.spacingE;
|
|
66
|
-
}, function (_a) {
|
|
67
|
-
var hasNothing = _a.hasNothing;
|
|
68
|
-
return hasNothing && "margin: 0";
|
|
69
66
|
});
|
|
70
67
|
var S_ImageBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n margin: ", " 0;\n"], ["\n display: flex;\n justify-content: center;\n margin: ", " 0;\n"])), function (_a) {
|
|
71
68
|
var theme = _a.theme;
|
package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/templates/TemplateA/TemplateA.js
CHANGED
|
@@ -54,9 +54,9 @@ function TemplateA() {
|
|
|
54
54
|
: [];
|
|
55
55
|
var hasNothing = !title && !description && !buttonAlphaLinkSrc && filteredItems.length <= 0;
|
|
56
56
|
return (react_1.default.createElement(S_ContentsArea, { hasNothing: hasNothing },
|
|
57
|
-
title && (react_1.default.createElement(Section_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center",
|
|
57
|
+
title && (react_1.default.createElement(Section_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", customFontSize: "32px", customFontWeight: "bold" })),
|
|
58
58
|
description && (react_1.default.createElement(S_SectionDescriptionBox, null,
|
|
59
|
-
react_1.default.createElement(Section_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center",
|
|
59
|
+
react_1.default.createElement(Section_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center", customFontSize: "20px", customFontWeight: "bold" }))),
|
|
60
60
|
filteredItems.length > 0 && (react_1.default.createElement(S_ItemsWrapper, null, filteredItems.map(function (item, index) {
|
|
61
61
|
var id = item.id;
|
|
62
62
|
var _a = item.properties, itemTitle = _a.title, itemDescription = _a.description, itemImageSrc = _a.imageSrc;
|
|
@@ -71,15 +71,12 @@ function TemplateA() {
|
|
|
71
71
|
buttonAlphaLinkSrc && (react_1.default.createElement(S_ButtonBox, null,
|
|
72
72
|
react_1.default.createElement(Section_1.Section.Button, { buttonType: buttonAlphaDesignType, text: buttonAlphaLabel, linkType: buttonAlphaLinkType, src: buttonAlphaLinkSrc, textColor: buttonAlphaLabelColorInHex, backgroundColor: buttonAlphaBackgroundColorInHex, borderColor: buttonAlphaLabelColorInHex })))));
|
|
73
73
|
}
|
|
74
|
-
var S_ContentsArea = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n margin: ", "
|
|
75
|
-
var
|
|
76
|
-
return
|
|
74
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n margin: ", " 0;\n padding: 0 ", ";\n"], ["\n margin: ", " 0;\n padding: 0 ", ";\n"])), function (_a) {
|
|
75
|
+
var hasNothing = _a.hasNothing;
|
|
76
|
+
return (hasNothing ? 0 : '80px');
|
|
77
77
|
}, function (_a) {
|
|
78
78
|
var theme = _a.theme;
|
|
79
79
|
return theme.spacing.spacingE;
|
|
80
|
-
}, function (_a) {
|
|
81
|
-
var hasNothing = _a.hasNothing;
|
|
82
|
-
return hasNothing && 'margin: 0';
|
|
83
80
|
});
|
|
84
81
|
var S_SectionDescriptionBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin: ", " 0;\n"], ["\n margin: ", " 0;\n"])), function (_a) {
|
|
85
82
|
var theme = _a.theme;
|
package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateA/TemplateA.js
CHANGED
|
@@ -35,9 +35,17 @@ function TemplateA() {
|
|
|
35
35
|
var _b = context.styles, titleColorInHex = _b.titleColorInHex, descriptionColorInHex = _b.descriptionColorInHex;
|
|
36
36
|
var _c = context.properties, buttonAlphaLabel = _c.buttonAlphaLabel, buttonAlphaLinkSrc = _c.buttonAlphaLinkSrc, buttonAlphaLinkType = _c.buttonAlphaLinkType, buttonBravoLabel = _c.buttonBravoLabel, buttonBravoLinkSrc = _c.buttonBravoLinkSrc, buttonBravoLinkType = _c.buttonBravoLinkType, buttonCharlieLabel = _c.buttonCharlieLabel, buttonCharlieLinkSrc = _c.buttonCharlieLinkSrc, buttonCharlieLinkType = _c.buttonCharlieLinkType;
|
|
37
37
|
var _d = context.styles, buttonAlphaDesignType = _d.buttonAlphaDesignType, buttonAlphaBackgroundColorInHex = _d.buttonAlphaBackgroundColorInHex, buttonAlphaLabelColorInHex = _d.buttonAlphaLabelColorInHex, buttonBravoDesignType = _d.buttonBravoDesignType, buttonBravoBackgroundColorInHex = _d.buttonBravoBackgroundColorInHex, buttonBravoLabelColorInHex = _d.buttonBravoLabelColorInHex, buttonCharlieDesignType = _d.buttonCharlieDesignType, buttonCharlieBackgroundColorInHex = _d.buttonCharlieBackgroundColorInHex, buttonCharlieLabelColorInHex = _d.buttonCharlieLabelColorInHex;
|
|
38
|
-
|
|
38
|
+
var _e = (0, react_1.useState)(window.innerHeight * 0.01), vh = _e[0], setVH = _e[1];
|
|
39
|
+
var handleResize = function () {
|
|
40
|
+
setVH(window.innerHeight * 0.01);
|
|
41
|
+
};
|
|
42
|
+
(0, react_1.useEffect)(function () {
|
|
43
|
+
window.addEventListener('resize', handleResize);
|
|
44
|
+
return function () { return window.removeEventListener('resize', handleResize); };
|
|
45
|
+
}, []);
|
|
46
|
+
return (react_1.default.createElement(S_FullScreenWrapper, { vh: vh },
|
|
39
47
|
react_1.default.createElement(S_ContentsArea, null,
|
|
40
|
-
title && (react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", customFontSize: "40px", customFontWeight: "bold" })),
|
|
48
|
+
title && (react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", customFontSize: "40px", customFontWeight: "bold", lineHeight: 1.2 })),
|
|
41
49
|
description && (react_1.default.createElement(S_SectionDescriptionBox, { hasTitle: !!title },
|
|
42
50
|
react_1.default.createElement(components_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center", styleTheme: "body1Bold" }))),
|
|
43
51
|
(buttonAlphaLinkSrc || buttonBravoLinkSrc || buttonCharlieLinkSrc) && (react_1.default.createElement(S_SectionButtonBox, { hasTitle: !!title, hasDescription: !!description },
|
|
@@ -45,7 +53,10 @@ function TemplateA() {
|
|
|
45
53
|
buttonBravoLinkSrc && (react_1.default.createElement(components_1.Section.Button, { text: buttonBravoLabel, src: buttonBravoLinkSrc, linkType: buttonBravoLinkType, buttonType: buttonBravoDesignType, backgroundColor: buttonBravoBackgroundColorInHex, textColor: buttonBravoLabelColorInHex, borderColor: buttonBravoLabelColorInHex })),
|
|
46
54
|
buttonCharlieLinkSrc && (react_1.default.createElement(components_1.Section.Button, { text: buttonCharlieLabel, src: buttonCharlieLinkSrc, linkType: buttonCharlieLinkType, buttonType: buttonCharlieDesignType, backgroundColor: buttonCharlieBackgroundColorInHex, textColor: buttonCharlieLabelColorInHex, borderColor: buttonCharlieLabelColorInHex })))))));
|
|
47
55
|
}
|
|
48
|
-
var S_FullScreenWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n min-height: 100vh;\n display: flex;\n align-items: center;\n"], ["\n width: 100%;\n min-height: 100vh;\n display: flex;\n align-items: center;\n"])))
|
|
56
|
+
var S_FullScreenWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n min-height: calc(100vh - 56px); // fallback\n min-height: calc(", "px - 56px);\n display: flex;\n align-items: center;\n"], ["\n width: 100%;\n min-height: calc(100vh - 56px); // fallback\n min-height: calc(", "px - 56px);\n display: flex;\n align-items: center;\n"])), function (_a) {
|
|
57
|
+
var vh = _a.vh;
|
|
58
|
+
return vh * 100;
|
|
59
|
+
});
|
|
49
60
|
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: 100%;\n margin: ", " ", ";\n"], ["\n width: 100%;\n margin: ", " ", ";\n"])), function (_a) {
|
|
50
61
|
var theme = _a.theme;
|
|
51
62
|
return theme.spacing.spacingG;
|
package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateB/TemplateB.js
CHANGED
|
@@ -35,9 +35,17 @@ function TemplateB() {
|
|
|
35
35
|
var _b = context.styles, titleColorInHex = _b.titleColorInHex, descriptionColorInHex = _b.descriptionColorInHex;
|
|
36
36
|
var _c = context.properties, buttonAlphaLabel = _c.buttonAlphaLabel, buttonAlphaLinkSrc = _c.buttonAlphaLinkSrc, buttonAlphaLinkType = _c.buttonAlphaLinkType, buttonBravoLabel = _c.buttonBravoLabel, buttonBravoLinkSrc = _c.buttonBravoLinkSrc, buttonBravoLinkType = _c.buttonBravoLinkType, buttonCharlieLabel = _c.buttonCharlieLabel, buttonCharlieLinkSrc = _c.buttonCharlieLinkSrc, buttonCharlieLinkType = _c.buttonCharlieLinkType;
|
|
37
37
|
var _d = context.styles, buttonAlphaDesignType = _d.buttonAlphaDesignType, buttonAlphaBackgroundColorInHex = _d.buttonAlphaBackgroundColorInHex, buttonAlphaLabelColorInHex = _d.buttonAlphaLabelColorInHex, buttonBravoDesignType = _d.buttonBravoDesignType, buttonBravoBackgroundColorInHex = _d.buttonBravoBackgroundColorInHex, buttonBravoLabelColorInHex = _d.buttonBravoLabelColorInHex, buttonCharlieDesignType = _d.buttonCharlieDesignType, buttonCharlieBackgroundColorInHex = _d.buttonCharlieBackgroundColorInHex, buttonCharlieLabelColorInHex = _d.buttonCharlieLabelColorInHex;
|
|
38
|
-
|
|
38
|
+
var _e = (0, react_1.useState)(window.innerHeight * 0.01), vh = _e[0], setVH = _e[1];
|
|
39
|
+
var handleResize = function () {
|
|
40
|
+
setVH(window.innerHeight * 0.01);
|
|
41
|
+
};
|
|
42
|
+
(0, react_1.useEffect)(function () {
|
|
43
|
+
window.addEventListener('resize', handleResize);
|
|
44
|
+
return function () { return window.removeEventListener('resize', handleResize); };
|
|
45
|
+
}, []);
|
|
46
|
+
return (react_1.default.createElement(S_FullScreenWrapper, { vh: vh },
|
|
39
47
|
react_1.default.createElement(S_ContentsArea, null,
|
|
40
|
-
title && react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, styleTheme: "headingBold" }),
|
|
48
|
+
title && (react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, styleTheme: "headingBold", lineHeight: 1.2 })),
|
|
41
49
|
description && (react_1.default.createElement(S_SectionDescriptionBox, { hasTitle: !!title },
|
|
42
50
|
react_1.default.createElement(components_1.Section.Description, { text: description, color: descriptionColorInHex, styleTheme: "body2Bold" }))),
|
|
43
51
|
(buttonAlphaLinkSrc || buttonBravoLinkSrc || buttonCharlieLinkSrc) && (react_1.default.createElement(S_SectionButtonBox, { hasTitle: !!title, hasDescription: !!description },
|
|
@@ -45,7 +53,10 @@ function TemplateB() {
|
|
|
45
53
|
buttonBravoLinkSrc && (react_1.default.createElement(components_1.Section.Button, { text: buttonBravoLabel, src: buttonBravoLinkSrc, linkType: buttonBravoLinkType, buttonType: buttonBravoDesignType, backgroundColor: buttonBravoBackgroundColorInHex, textColor: buttonBravoLabelColorInHex, borderColor: buttonBravoLabelColorInHex })),
|
|
46
54
|
buttonCharlieLinkSrc && (react_1.default.createElement(components_1.Section.Button, { text: buttonCharlieLabel, src: buttonCharlieLinkSrc, linkType: buttonCharlieLinkType, buttonType: buttonCharlieDesignType, backgroundColor: buttonCharlieBackgroundColorInHex, textColor: buttonCharlieLabelColorInHex, borderColor: buttonCharlieLabelColorInHex })))))));
|
|
47
55
|
}
|
|
48
|
-
var S_FullScreenWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n min-height: 100vh;\n display: flex;\n align-items: flex-end;\n"], ["\n width: 100%;\n min-height: 100vh;\n display: flex;\n align-items: flex-end;\n"])))
|
|
56
|
+
var S_FullScreenWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n min-height: calc(100vh - 56px); // fallback\n min-height: calc(", "px - 56px);\n display: flex;\n align-items: flex-end;\n"], ["\n width: 100%;\n min-height: calc(100vh - 56px); // fallback\n min-height: calc(", "px - 56px);\n display: flex;\n align-items: flex-end;\n"])), function (_a) {
|
|
57
|
+
var vh = _a.vh;
|
|
58
|
+
return vh * 100;
|
|
59
|
+
});
|
|
49
60
|
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: 100%;\n margin: ", " ", ";\n"], ["\n width: 100%;\n margin: ", " ", ";\n"])), function (_a) {
|
|
50
61
|
var theme = _a.theme;
|
|
51
62
|
return theme.spacing.spacingG;
|
package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateC/TemplateC.js
CHANGED
|
@@ -37,7 +37,7 @@ function TemplateC() {
|
|
|
37
37
|
var _d = context.styles, buttonAlphaDesignType = _d.buttonAlphaDesignType, buttonAlphaBackgroundColorInHex = _d.buttonAlphaBackgroundColorInHex, buttonAlphaLabelColorInHex = _d.buttonAlphaLabelColorInHex, buttonBravoDesignType = _d.buttonBravoDesignType, buttonBravoBackgroundColorInHex = _d.buttonBravoBackgroundColorInHex, buttonBravoLabelColorInHex = _d.buttonBravoLabelColorInHex, buttonCharlieDesignType = _d.buttonCharlieDesignType, buttonCharlieBackgroundColorInHex = _d.buttonCharlieBackgroundColorInHex, buttonCharlieLabelColorInHex = _d.buttonCharlieLabelColorInHex;
|
|
38
38
|
return (react_1.default.createElement(S_FullScreenWrapper, null,
|
|
39
39
|
react_1.default.createElement(S_ContentsArea, null,
|
|
40
|
-
title && react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, styleTheme: "displayBold" }),
|
|
40
|
+
title && (react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, styleTheme: "displayBold", lineHeight: 1.2 })),
|
|
41
41
|
description && (react_1.default.createElement(S_SectionDescriptionBox, { hasTitle: !!title },
|
|
42
42
|
react_1.default.createElement(components_1.Section.Description, { text: description, color: descriptionColorInHex, styleTheme: "body1Bold" }))),
|
|
43
43
|
(buttonAlphaLinkSrc || buttonBravoLinkSrc || buttonCharlieLinkSrc) && (react_1.default.createElement(S_SectionButtonBox, { hasTitle: !!title, hasDescription: !!description },
|
package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateD/TemplateD.js
CHANGED
|
@@ -37,7 +37,7 @@ function TemplateD() {
|
|
|
37
37
|
var _d = context.styles, buttonAlphaDesignType = _d.buttonAlphaDesignType, buttonAlphaBackgroundColorInHex = _d.buttonAlphaBackgroundColorInHex, buttonAlphaLabelColorInHex = _d.buttonAlphaLabelColorInHex, buttonBravoDesignType = _d.buttonBravoDesignType, buttonBravoBackgroundColorInHex = _d.buttonBravoBackgroundColorInHex, buttonBravoLabelColorInHex = _d.buttonBravoLabelColorInHex, buttonCharlieDesignType = _d.buttonCharlieDesignType, buttonCharlieBackgroundColorInHex = _d.buttonCharlieBackgroundColorInHex, buttonCharlieLabelColorInHex = _d.buttonCharlieLabelColorInHex;
|
|
38
38
|
return (react_1.default.createElement(S_FullScreenWrapper, null,
|
|
39
39
|
react_1.default.createElement(S_ContentsArea, null,
|
|
40
|
-
title && (react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", styleTheme: "displayBold" })),
|
|
40
|
+
title && (react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", styleTheme: "displayBold", lineHeight: 1.2 })),
|
|
41
41
|
description && (react_1.default.createElement(S_SectionDescriptionBox, { hasTitle: !!title },
|
|
42
42
|
react_1.default.createElement(components_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center", styleTheme: "body1Bold" }))),
|
|
43
43
|
(buttonAlphaLinkSrc || buttonBravoLinkSrc || buttonCharlieLinkSrc) && (react_1.default.createElement(S_SectionButtonBox, { hasTitle: !!title, hasDescription: !!description },
|
|
@@ -29,7 +29,7 @@ exports.MOCK_DATA = [
|
|
|
29
29
|
buttonEchoLinkType: 'NONE',
|
|
30
30
|
buttonEchoLinkSrc: '',
|
|
31
31
|
carouselAutoplayMode: 'AUTO',
|
|
32
|
-
carouselAutoplayTime:
|
|
32
|
+
carouselAutoplayTime: 1,
|
|
33
33
|
carouselInfiniteLoopMode: 'USE'
|
|
34
34
|
},
|
|
35
35
|
styles: {
|
|
@@ -89,7 +89,7 @@ exports.MOCK_DATA = [
|
|
|
89
89
|
buttonEchoLinkType: 'INTERNAL_LINK',
|
|
90
90
|
buttonEchoLinkSrc: '',
|
|
91
91
|
carouselAutoplayMode: 'AUTO',
|
|
92
|
-
carouselAutoplayTime:
|
|
92
|
+
carouselAutoplayTime: 1,
|
|
93
93
|
carouselInfiniteLoopMode: 'USE'
|
|
94
94
|
},
|
|
95
95
|
styles: {
|
|
@@ -153,7 +153,7 @@ exports.MOCK_DATA = [
|
|
|
153
153
|
buttonEchoLinkType: 'NONE',
|
|
154
154
|
buttonEchoLinkSrc: '',
|
|
155
155
|
carouselAutoplayMode: 'AUTO',
|
|
156
|
-
carouselAutoplayTime:
|
|
156
|
+
carouselAutoplayTime: 1,
|
|
157
157
|
carouselInfiniteLoopMode: 'USE'
|
|
158
158
|
},
|
|
159
159
|
styles: {
|
|
@@ -394,7 +394,7 @@ exports.MOCK_DATA = [
|
|
|
394
394
|
buttonEchoLinkType: 'INTERNAL_LINK',
|
|
395
395
|
buttonEchoLinkSrc: '',
|
|
396
396
|
carouselAutoplayMode: 'AUTO',
|
|
397
|
-
carouselAutoplayTime:
|
|
397
|
+
carouselAutoplayTime: 1,
|
|
398
398
|
carouselInfiniteLoopMode: 'USE'
|
|
399
399
|
},
|
|
400
400
|
styles: {
|
|
@@ -495,7 +495,7 @@ exports.MOCK_DATA = [
|
|
|
495
495
|
buttonEchoLinkType: 'INTERNAL_LINK',
|
|
496
496
|
buttonEchoLinkSrc: '',
|
|
497
497
|
carouselAutoplayMode: 'AUTO',
|
|
498
|
-
carouselAutoplayTime:
|
|
498
|
+
carouselAutoplayTime: 1,
|
|
499
499
|
carouselInfiniteLoopMode: 'USE'
|
|
500
500
|
},
|
|
501
501
|
styles: {
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB-TEST Release Notes
|
|
2
|
-
## [v0.0.
|
|
2
|
+
## [v0.0.15]
|
|
3
3
|
|
|
4
4
|
* sub
|
|
5
|
-
* DynamicLayout
|
|
5
|
+
* DynamicLayout 디자인 디테일 수정
|
|
6
|
+
* desktop
|
|
7
|
+
* Intro 섹션 타이틀 line-height 1.2
|
|
8
|
+
* Intro 제외 섹션 타이틀 line-height 1.3
|
|
9
|
+
* Intro 제외 섹션 타이틀 사이즈 48px로 일괄 적용
|
|
10
|
+
* Intro 제외 섹션과 콘텐츠 영역 상하단 margin 80px -> 160px으로 수정
|
|
11
|
+
* mobile
|
|
12
|
+
* Intro 섹션 타이틀 line-height 1.2
|
|
13
|
+
* Intro 제외 섹션 타이틀 line-height 1.4
|
|
14
|
+
* Intro 제외 섹션 타이틀 사이즈 32px로 일괄 적용
|
|
15
|
+
* Intro 제외 섹션 본문 bold 일괄 적용
|
|
16
|
+
* Intro 제외 섹션 본문 customFontSize : 20px
|
|
17
|
+
* Intro 제외 섹션과 콘텐츠 영역 상하단 margin 48px -> 80px으로 수정
|
|
18
|
+
* Content Section
|
|
19
|
+
* 이미지와 텍스트 사이 24px -> 48px
|
|
20
|
+
* 콘텐츠와 인디케이터 사이 간격 확인 / 인티케이터 하단 마진 조정 필요
|