pds-dev-kit-web-test 0.0.19 → 0.0.21

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 (43) hide show
  1. package/dist/src/common/hooks/useAnimation.d.ts +2 -0
  2. package/dist/src/common/hooks/useAnimation.js +19 -0
  3. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -1
  4. package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
  5. package/dist/src/common/styles/colorSet/UIColor.json +9 -4
  6. package/dist/src/common/styles/colorSet/index.d.ts +11 -0
  7. package/dist/src/common/styles/colorSet/ui-type.d.ts +5 -0
  8. package/dist/src/common/styles/movement/animationStyle.d.ts +7 -0
  9. package/dist/src/common/styles/movement/animationStyle.js +23 -0
  10. package/dist/src/common/styles/movement/keyframes.d.ts +14 -0
  11. package/dist/src/common/styles/movement/keyframes.js +23 -0
  12. package/dist/src/common/styles/movement/transitionStyle.d.ts +3 -0
  13. package/dist/src/common/styles/movement/transitionStyle.js +12 -0
  14. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +3 -2
  15. package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +3 -2
  16. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +3 -2
  17. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +2 -4
  18. package/dist/src/desktop/components/MainButton/MainButton.js +2 -4
  19. package/dist/src/desktop/components/TextField/TextField.js +3 -2
  20. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +3 -3
  21. package/dist/src/desktop/panels/ContentSheet/ContentSheet.js +3 -2
  22. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +3 -2
  23. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +3 -2
  24. package/dist/src/sub/DynamicLayout/DynamicLayout.js +13 -2
  25. package/dist/src/sub/DynamicLayout/common/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +4 -1
  26. package/dist/src/sub/DynamicLayout/common/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +4 -1
  27. package/dist/src/sub/DynamicLayout/common/components/pdsOriginal/common/styles/colorSet/UIColor.json +11 -4
  28. package/dist/src/sub/DynamicLayout/common/components/pdsOriginal/common/styles/colorSet/index.d.ts +93 -80
  29. package/dist/src/sub/DynamicLayout/common/components/pdsOriginal/common/styles/colorSet/index.js +2 -2
  30. package/dist/src/sub/DynamicLayout/common/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +7 -0
  31. package/dist/src/sub/DynamicLayout/desktop/components/common/Carousel.js +1 -1
  32. package/dist/src/sub/DynamicLayout/desktop/components/common/YouTubeIframe.js +5 -1
  33. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js +5 -4
  34. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js +4 -3
  35. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/templates/TemplateA/TemplateA.js +24 -7
  36. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/templates/TemplateB/TemplateB.js +24 -7
  37. package/dist/src/sub/DynamicLayout/desktop/sections/InfoBoxSection/templates/TemplateA/TemplateA.js +5 -4
  38. package/dist/src/sub/DynamicLayout/mobile/components/common/YouTubeIframe.js +5 -1
  39. package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js +4 -3
  40. package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js +4 -3
  41. package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/templates/TemplateA/TemplateA.js +4 -3
  42. package/package.json +1 -3
  43. package/release-note.md +17 -22
@@ -1,4 +1,84 @@
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
+ grey30: string;
57
+ opacity95: string;
58
+ darkgrey30: string;
59
+ opacity40: string;
60
+ kakaoyellow: string;
61
+ pastelblue500: string;
62
+ pastelpink500: string;
63
+ pastelorange500: string;
64
+ pastelgreen500: string;
65
+ pastelpurple500: string;
66
+ darkpastelblue500: string;
67
+ darkpastelpink500: string;
68
+ darkpastelorange500: string;
69
+ darkpastelgreen500: string;
70
+ darkpastelpurple500: string;
71
+ green30: string;
72
+ darkgreen30: string;
73
+ orange50: string;
74
+ darkorange50: string;
75
+ orange30: string;
76
+ darkorange30: string;
77
+ green50: string;
78
+ darkgreen50: string;
79
+ opacity90: string;
80
+ facebookblue: string;
81
+ };
2
82
  readonly PaletteColor_Dark: {
3
83
  sys_container_background_01: string;
4
84
  sys_container_background_02: string;
@@ -226,6 +306,9 @@ declare const colorSet: {
226
306
  sys_cpnt_sheet_base_05: string;
227
307
  sys_cpnt_sheet_base_06: string;
228
308
  sys_facebook: string;
309
+ sys_component_base_19: string;
310
+ sys_cpnt_pagination_dot_01: string;
311
+ sys_cpnt_pagination_dot_02: string;
229
312
  };
230
313
  readonly PaletteColor_light: {
231
314
  sys_container_background_01: string;
@@ -454,86 +537,9 @@ declare const colorSet: {
454
537
  sys_cpnt_sheet_base_05: string;
455
538
  sys_cpnt_sheet_base_06: string;
456
539
  sys_facebook: string;
457
- };
458
- readonly SemanticColor: {
459
- blue500: string;
460
- blue700: string;
461
- blue300: string;
462
- green700: string;
463
- green500: string;
464
- green300: string;
465
- red500: string;
466
- grey900: string;
467
- grey500: string;
468
- grey400: string;
469
- grey100: string;
470
- grey50: string;
471
- white: string;
472
- black: string;
473
- darkblue500: string;
474
- grey950: string;
475
- darkgrey900: string;
476
- darkgrey500: string;
477
- darkgrey400: string;
478
- darkgrey100: string;
479
- darkgrey50: string;
480
- darkred500: string;
481
- darkgreen700: string;
482
- orange500: string;
483
- darkorange500: string;
484
- opacity00: string;
485
- opacity20: string;
486
- opacity30: string;
487
- opacity65: string;
488
- darkgreen500: string;
489
- grey70: string;
490
- navy500: string;
491
- lightgreen500: string;
492
- pink500: string;
493
- darkgrey70: string;
494
- darknavy500: string;
495
- darkpink500: string;
496
- darklightgreen500: string;
497
- opacity10: string;
498
- grey600: string;
499
- darkgrey600: string;
500
- skyblue500: string;
501
- skyblue300: string;
502
- pink300: string;
503
- lightpink500: string;
504
- darkblue300: string;
505
- darkblue700: string;
506
- darkgreen300: string;
507
- darkskyblue500: string;
508
- navy100: string;
509
- darknavy100: string;
510
- opacity80: string;
511
- opacity50: string;
512
- grey30: string;
513
- opacity95: string;
514
- darkgrey30: string;
515
- opacity40: string;
516
- kakaoyellow: string;
517
- pastelblue500: string;
518
- pastelpink500: string;
519
- pastelorange500: string;
520
- pastelgreen500: string;
521
- pastelpurple500: string;
522
- darkpastelblue500: string;
523
- darkpastelpink500: string;
524
- darkpastelorange500: string;
525
- darkpastelgreen500: string;
526
- darkpastelpurple500: string;
527
- green30: string;
528
- darkgreen30: string;
529
- orange50: string;
530
- darkorange50: string;
531
- orange30: string;
532
- darkorange30: string;
533
- green50: string;
534
- darkgreen50: string;
535
- opacity90: string;
536
- facebookblue: string;
540
+ sys_component_base_19: string;
541
+ sys_cpnt_pagination_dot_01: string;
542
+ sys_cpnt_pagination_dot_02: string;
537
543
  };
538
544
  readonly UIColor: {
539
545
  ui_cpnt_button_fill_base_primary: string;
@@ -1177,6 +1183,13 @@ declare const colorSet: {
1177
1183
  ui_63: string;
1178
1184
  ui_64: string;
1179
1185
  ui_cpnt_sheet_border_04: string;
1186
+ ui_cpnt_button_fill_base_01: string;
1187
+ ui_cpnt_button_fill_base_hangup: string;
1188
+ ui_cpnt_refund_text_status_issued: string;
1189
+ ui_cpnt_refund_text_status_refunded: string;
1190
+ ui_cpnt_divider_white_01: string;
1191
+ ui_cpnt_timer_base_01: string;
1192
+ ui_cpnt_timer_base_timeup: string;
1180
1193
  };
1181
1194
  };
1182
1195
  export default colorSet;
@@ -4,14 +4,14 @@ 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"));
7
8
  var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
8
9
  var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
9
- var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
10
10
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
11
11
  var colorSet = {
12
+ SemanticColor: SemanticColor_json_1.default,
12
13
  PaletteColor_Dark: PaletteColor_Dark_json_1.default,
13
14
  PaletteColor_light: PaletteColor_light_json_1.default,
14
- SemanticColor: SemanticColor_json_1.default,
15
15
  UIColor: UIColor_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -640,4 +640,11 @@ export interface UITheme {
640
640
  ui_63: string;
641
641
  ui_64: string;
642
642
  ui_cpnt_sheet_border_04: string;
643
+ ui_cpnt_button_fill_base_01: string;
644
+ ui_cpnt_button_fill_base_hangup: string;
645
+ ui_cpnt_refund_text_status_issued: string;
646
+ ui_cpnt_refund_text_status_refunded: string;
647
+ ui_cpnt_divider_white_01: string;
648
+ ui_cpnt_timer_base_01: string;
649
+ ui_cpnt_timer_base_timeup: string;
643
650
  }
@@ -53,7 +53,7 @@ function Carousel(_a) {
53
53
  return;
54
54
  }
55
55
  setTargetMode(mode);
56
- }, [slidesPerView, mode]);
56
+ }, [slidesPerView, mode, children]);
57
57
  return (react_1.default.createElement(S_Carousel, null,
58
58
  react_1.default.createElement(S_SwiperStyleWrapper, null,
59
59
  react_1.default.createElement(react_2.Swiper, { modules: [swiper_1.Navigation, swiper_1.Autoplay], centerInsufficientSlides: true, spaceBetween: spaceBetween, slidesPerView: slidesPerView, slidesPerGroup: slidesPerGroup, breakpoints: breakpoints, loop: targetMode === 'loop' || targetMode === 'autoplay', autoplay: targetMode === 'autoplay'
@@ -61,7 +61,11 @@ function YouTubeIframe(_a) {
61
61
  playerVars: {
62
62
  playsinline: 1,
63
63
  autoplay: 1,
64
- controls: 0
64
+ controls: 0,
65
+ iv_load_policy: 3,
66
+ listType: 'playlist',
67
+ playlist: TouTubeLinkParser_1.default.getId(src),
68
+ loop: 1
65
69
  },
66
70
  events: {
67
71
  onReady: onPlayerReady,
@@ -57,15 +57,16 @@ function TemplateA() {
57
57
  !!item.properties.linkSrc);
58
58
  })
59
59
  : [];
60
- return (react_1.default.createElement(S_Wrapper, { hasNothing: !title && !description && !buttonAlphaLinkSrc && filteredItems.length === 0 },
60
+ var filteredSortedItems = filteredItems.sort(function (a, b) { return a.order - b.order; });
61
+ return (react_1.default.createElement(S_Wrapper, { hasNothing: !title && !description && !buttonAlphaLinkSrc && filteredSortedItems.length === 0 },
61
62
  react_1.default.createElement(S_ContentsArea, null,
62
63
  title && (react_1.default.createElement(S_SectionTitleBox, null,
63
64
  react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", customFontSize: "48px", customFontWeight: "bold" }))),
64
65
  description && (react_1.default.createElement(S_SectionDescriptionBox, null,
65
- react_1.default.createElement(components_1.Section.Description, { text: description, color: descriptionColorInHex, customFontSize: "20px", fontWeight: "600" }))),
66
+ react_1.default.createElement(components_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center", customFontSize: "20px", fontWeight: "600" }))),
66
67
  buttonAlphaLinkSrc && (react_1.default.createElement(S_SectionButtonBox, null,
67
68
  react_1.default.createElement(components_1.Section.Button, { text: buttonAlphaLabel, src: buttonAlphaLinkSrc, linkType: buttonAlphaLinkType, buttonType: buttonAlphaDesignType, backgroundColor: buttonAlphaBackgroundColorInHex, textColor: buttonAlphaLabelColorInHex, borderColor: buttonAlphaLabelColorInHex }))),
68
- filteredItems.length > 0 && (react_1.default.createElement(S_CarouselBox, null,
69
+ filteredSortedItems.length > 0 && (react_1.default.createElement(S_CarouselBox, null,
69
70
  react_1.default.createElement(components_1.Carousel, { spaceBetween: 24, slidesPerView: 3, slidesPerGroup: 1, breakpoints: {
70
71
  1301: {
71
72
  slidesPerView: 4
@@ -77,7 +78,7 @@ function TemplateA() {
77
78
  ? 'autoplay'
78
79
  : carouselInfiniteLoopMode === 'USE'
79
80
  ? 'loop'
80
- : 'normal', autoplayDelay: carouselAutoplayTime, buttonSpacing: "-24px" }, filteredItems.map(function (item) {
81
+ : 'normal', autoplayDelay: carouselAutoplayTime, buttonSpacing: "-24px" }, filteredSortedItems.map(function (item) {
81
82
  var id = item.id;
82
83
  var _a = item.properties, itemTitle = _a.title, itemDescription = _a.description, itemImageSrc = _a.imageSrc, itemLinkMethod = _a.linkMethod, itemLinkSrc = _a.linkSrc, itemLinkType = _a.linkType, itemButtonLabel = _a.buttonLabel;
83
84
  return (react_1.default.createElement(components_1.Item, __assign({ key: id }, item),
@@ -57,7 +57,8 @@ function TemplateB() {
57
57
  !!item.properties.linkSrc);
58
58
  })
59
59
  : [];
60
- return (react_1.default.createElement(S_Wrapper, { hasNothing: !title && !description && !buttonAlphaLinkSrc && filteredItems.length === 0 },
60
+ var filteredSortedItems = filteredItems.sort(function (a, b) { return a.order - b.order; });
61
+ return (react_1.default.createElement(S_Wrapper, { hasNothing: !title && !description && !buttonAlphaLinkSrc && filteredSortedItems.length === 0 },
61
62
  react_1.default.createElement(S_ContentsArea, null,
62
63
  title && (react_1.default.createElement(S_SectionTitleBox, null,
63
64
  react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", customFontSize: "48px", customFontWeight: "bold" }))),
@@ -65,7 +66,7 @@ function TemplateB() {
65
66
  react_1.default.createElement(components_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center", customFontSize: "20px", fontWeight: "600" }))),
66
67
  buttonAlphaLinkSrc && (react_1.default.createElement(S_SectionButtonBox, null,
67
68
  react_1.default.createElement(components_1.Section.Button, { text: buttonAlphaLabel, src: buttonAlphaLinkSrc, linkType: buttonAlphaLinkType, buttonType: buttonAlphaDesignType, backgroundColor: buttonAlphaBackgroundColorInHex, textColor: buttonAlphaLabelColorInHex, borderColor: buttonAlphaLabelColorInHex }))),
68
- filteredItems.length > 0 && (react_1.default.createElement(S_CarouselBox, null,
69
+ filteredSortedItems.length > 0 && (react_1.default.createElement(S_CarouselBox, null,
69
70
  react_1.default.createElement(components_1.Carousel, { spaceBetween: 42, slidesPerView: 3, slidesPerGroup: 1, breakpoints: {
70
71
  1301: {
71
72
  slidesPerView: 4
@@ -77,7 +78,7 @@ function TemplateB() {
77
78
  ? 'autoplay'
78
79
  : carouselInfiniteLoopMode === 'USE'
79
80
  ? 'loop'
80
- : 'normal', autoplayDelay: carouselAutoplayTime, buttonSpacing: "-24px" }, filteredItems.map(function (item) {
81
+ : 'normal', autoplayDelay: carouselAutoplayTime, buttonSpacing: "-24px" }, filteredSortedItems.map(function (item) {
81
82
  var id = item.id;
82
83
  var _a = item.properties, itemTitle = _a.title, itemDescription = _a.description, itemImageSrc = _a.imageSrc, itemLinkMethod = _a.linkMethod, itemLinkSrc = _a.linkSrc, itemLinkType = _a.linkType, itemButtonLabel = _a.buttonLabel;
83
84
  return (react_1.default.createElement(components_1.Item, __assign({ key: id }, item),
@@ -34,23 +34,40 @@ function TemplateA() {
34
34
  var _a = sectionContext.properties, sectionContentMediaType = _a.sectionContentMediaType, sectionContentMediaSrc = _a.sectionContentMediaSrc, title = _a.title, description = _a.description, buttonAlphaLabel = _a.buttonAlphaLabel, buttonAlphaLinkSrc = _a.buttonAlphaLinkSrc, buttonAlphaLinkType = _a.buttonAlphaLinkType;
35
35
  var _b = sectionContext.styles, titleColorInHex = _b.titleColorInHex, descriptionColorInHex = _b.descriptionColorInHex, buttonAlphaDesignType = _b.buttonAlphaDesignType, buttonAlphaLabelColorInHex = _b.buttonAlphaLabelColorInHex, buttonAlphaBackgroundColorInHex = _b.buttonAlphaBackgroundColorInHex;
36
36
  var hasNothing = !sectionContentMediaSrc && !title && !description && !buttonAlphaLinkSrc;
37
+ var _c = (0, react_1.useState)(360), imageHeight = _c[0], setImageHeight = _c[1];
38
+ var contentsBodyRef = (0, react_1.useRef)(null);
39
+ var handleResize = function () {
40
+ var _a;
41
+ var contentsBodyHeight = (_a = contentsBodyRef.current) === null || _a === void 0 ? void 0 : _a.offsetHeight;
42
+ setImageHeight(contentsBodyHeight !== null && contentsBodyHeight !== void 0 ? contentsBodyHeight : 360);
43
+ };
44
+ (0, react_1.useEffect)(function () {
45
+ window.addEventListener('resize', handleResize);
46
+ return function () {
47
+ window.removeEventListener('resize', handleResize);
48
+ };
49
+ }, [contentsBodyRef]);
37
50
  return (react_1.default.createElement(S_ContentsAreaBox, { hasNothing: hasNothing },
38
51
  react_1.default.createElement(S_ContentsArea, null,
39
- sectionContentMediaSrc && (react_1.default.createElement(react_1.default.Fragment, null, sectionContentMediaType === 'IMAGE' && (react_1.default.createElement(S_ImageBox, null,
52
+ sectionContentMediaSrc && (react_1.default.createElement(react_1.default.Fragment, null, sectionContentMediaType === 'IMAGE' && (react_1.default.createElement(S_ImageBox, { height: imageHeight },
40
53
  react_1.default.createElement(Section_1.Section.Image, { src: sectionContentMediaSrc, width: "responsive", height: "responsive", scaleType: "cover", shapeType: "rectangle" }))))),
41
54
  react_1.default.createElement(S_ContentsBodyWrapper, null,
42
- title && (react_1.default.createElement(Section_1.Section.Title, { text: title, color: titleColorInHex, customFontSize: "48px", customFontWeight: "bold" })),
43
- description && (react_1.default.createElement(S_SectionDescriptionBox, { hasTitle: !!title },
44
- react_1.default.createElement(Section_1.Section.Description, { text: description, color: descriptionColorInHex, customFontSize: "20px", fontWeight: "600" }))),
45
- buttonAlphaLinkSrc && (react_1.default.createElement(S_ButtonBox, { hasTitle: !!title, hasDescription: !!description },
46
- react_1.default.createElement(Section_1.Section.Button, { buttonType: buttonAlphaDesignType, text: buttonAlphaLabel, linkType: buttonAlphaLinkType, src: buttonAlphaLinkSrc, textColor: buttonAlphaLabelColorInHex, backgroundColor: buttonAlphaBackgroundColorInHex, borderColor: buttonAlphaLabelColorInHex })))))));
55
+ react_1.default.createElement("div", { ref: contentsBodyRef },
56
+ title && (react_1.default.createElement(Section_1.Section.Title, { text: title, color: titleColorInHex, customFontSize: "48px", customFontWeight: "bold" })),
57
+ description && (react_1.default.createElement(S_SectionDescriptionBox, { hasTitle: !!title },
58
+ react_1.default.createElement(Section_1.Section.Description, { text: description, color: descriptionColorInHex, customFontSize: "20px", fontWeight: "600" }))),
59
+ buttonAlphaLinkSrc && (react_1.default.createElement(S_ButtonBox, { hasTitle: !!title, hasDescription: !!description },
60
+ react_1.default.createElement(Section_1.Section.Button, { buttonType: buttonAlphaDesignType, text: buttonAlphaLabel, linkType: buttonAlphaLinkType, src: buttonAlphaLinkSrc, textColor: buttonAlphaLabelColorInHex, backgroundColor: buttonAlphaBackgroundColorInHex, borderColor: buttonAlphaLabelColorInHex }))))))));
47
61
  }
48
62
  var S_ContentsAreaBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n display: flex;\n justify-content: center;\n margin: ", " 0;\n"], ["\n width: 100%;\n display: flex;\n justify-content: center;\n margin: ", " 0;\n"])), function (_a) {
49
63
  var hasNothing = _a.hasNothing;
50
64
  return (hasNothing ? 0 : '160px');
51
65
  });
52
66
  var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n --min-width: 1000;\n --min-width-px: 1000px;\n --max-width: 1500;\n --max-width-px: 1500px;\n --min-viewport-width: 1200;\n --min-viewport-width-px: 1200px;\n --max-viewport-width: 1920;\n --max-viewport-width-px: 1920px;\n width: calc(\n (100vw - var(--min-viewport-width-px)) * (var(--max-width) - var(--min-width)) /\n (var(--max-viewport-width) - var(--min-viewport-width)) + var(--min-width-px)\n );\n min-width: var(--min-width-px);\n max-width: var(--max-width-px);\n\n display: flex;\n"], ["\n --min-width: 1000;\n --min-width-px: 1000px;\n --max-width: 1500;\n --max-width-px: 1500px;\n --min-viewport-width: 1200;\n --min-viewport-width-px: 1200px;\n --max-viewport-width: 1920;\n --max-viewport-width-px: 1920px;\n width: calc(\n (100vw - var(--min-viewport-width-px)) * (var(--max-width) - var(--min-width)) /\n (var(--max-viewport-width) - var(--min-viewport-width)) + var(--min-width-px)\n );\n min-width: var(--min-width-px);\n max-width: var(--max-width-px);\n\n display: flex;\n"])));
53
- var S_ImageBox = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 30%;\n min-width: 30%;\n height: 100%;\n min-height: 360px;\n margin-right: ", ";\n"], ["\n width: 30%;\n min-width: 30%;\n height: 100%;\n min-height: 360px;\n margin-right: ", ";\n"])), function (_a) {
67
+ var S_ImageBox = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 30%;\n min-width: 30%;\n height: ", "px;\n min-height: 360px;\n margin-right: ", ";\n"], ["\n width: 30%;\n min-width: 30%;\n height: ", "px;\n min-height: 360px;\n margin-right: ", ";\n"])), function (_a) {
68
+ var height = _a.height;
69
+ return height;
70
+ }, function (_a) {
54
71
  var theme = _a.theme;
55
72
  return theme.spacing.spacingI;
56
73
  });
@@ -34,15 +34,29 @@ function TemplateB() {
34
34
  var _a = sectionContext.properties, sectionContentMediaType = _a.sectionContentMediaType, sectionContentMediaSrc = _a.sectionContentMediaSrc, title = _a.title, description = _a.description, buttonAlphaLabel = _a.buttonAlphaLabel, buttonAlphaLinkType = _a.buttonAlphaLinkType, buttonAlphaLinkSrc = _a.buttonAlphaLinkSrc;
35
35
  var _b = sectionContext.styles, titleColorInHex = _b.titleColorInHex, descriptionColorInHex = _b.descriptionColorInHex, buttonAlphaDesignType = _b.buttonAlphaDesignType, buttonAlphaLabelColorInHex = _b.buttonAlphaLabelColorInHex, buttonAlphaBackgroundColorInHex = _b.buttonAlphaBackgroundColorInHex;
36
36
  var hasNothing = !sectionContentMediaSrc && !title && !description && !buttonAlphaLinkSrc;
37
+ var _c = (0, react_1.useState)(360), imageHeight = _c[0], setImageHeight = _c[1];
38
+ var contentsBodyRef = (0, react_1.useRef)(null);
39
+ var handleResize = function () {
40
+ var _a;
41
+ var contentsBodyHeight = (_a = contentsBodyRef.current) === null || _a === void 0 ? void 0 : _a.offsetHeight;
42
+ setImageHeight(contentsBodyHeight !== null && contentsBodyHeight !== void 0 ? contentsBodyHeight : 360);
43
+ };
44
+ (0, react_1.useEffect)(function () {
45
+ window.addEventListener('resize', handleResize);
46
+ return function () {
47
+ window.removeEventListener('resize', handleResize);
48
+ };
49
+ }, [contentsBodyRef]);
37
50
  return (react_1.default.createElement(S_ContentsAreaBox, { hasNothing: hasNothing },
38
51
  react_1.default.createElement(S_ContentsArea, null,
39
52
  react_1.default.createElement(S_ContentsBodyWrapper, null,
40
- title && (react_1.default.createElement(Section_1.Section.Title, { text: title, color: titleColorInHex, customFontSize: "48px", customFontWeight: "bold" })),
41
- description && (react_1.default.createElement(S_SectionDescriptionBox, { hasTitle: !!title },
42
- react_1.default.createElement(Section_1.Section.Description, { text: description, color: descriptionColorInHex, customFontSize: "20px", fontWeight: "600" }))),
43
- buttonAlphaLinkSrc && (react_1.default.createElement(S_ButtonBox, { hasTitle: !!title, hasDescription: !!description },
44
- react_1.default.createElement(Section_1.Section.Button, { buttonType: buttonAlphaDesignType, text: buttonAlphaLabel, linkType: buttonAlphaLinkType, src: buttonAlphaLinkSrc, textColor: buttonAlphaLabelColorInHex, backgroundColor: buttonAlphaBackgroundColorInHex, borderColor: buttonAlphaLabelColorInHex })))),
45
- sectionContentMediaSrc && (react_1.default.createElement(react_1.default.Fragment, null, sectionContentMediaType === 'IMAGE' && (react_1.default.createElement(S_ImageBox, null,
53
+ react_1.default.createElement("div", { ref: contentsBodyRef },
54
+ title && (react_1.default.createElement(Section_1.Section.Title, { text: title, color: titleColorInHex, customFontSize: "48px", customFontWeight: "bold" })),
55
+ description && (react_1.default.createElement(S_SectionDescriptionBox, { hasTitle: !!title },
56
+ react_1.default.createElement(Section_1.Section.Description, { text: description, color: descriptionColorInHex, customFontSize: "20px", fontWeight: "600" }))),
57
+ buttonAlphaLinkSrc && (react_1.default.createElement(S_ButtonBox, { hasTitle: !!title, hasDescription: !!description },
58
+ react_1.default.createElement(Section_1.Section.Button, { buttonType: buttonAlphaDesignType, text: buttonAlphaLabel, linkType: buttonAlphaLinkType, src: buttonAlphaLinkSrc, textColor: buttonAlphaLabelColorInHex, backgroundColor: buttonAlphaBackgroundColorInHex, borderColor: buttonAlphaLabelColorInHex }))))),
59
+ sectionContentMediaSrc && (react_1.default.createElement(react_1.default.Fragment, null, sectionContentMediaType === 'IMAGE' && (react_1.default.createElement(S_ImageBox, { height: imageHeight },
46
60
  react_1.default.createElement(Section_1.Section.Image, { src: sectionContentMediaSrc, width: "responsive", height: "responsive", scaleType: "cover", shapeType: "rectangle" }))))))));
47
61
  }
48
62
  var S_ContentsAreaBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n display: flex;\n justify-content: center;\n margin: ", " 0;\n"], ["\n width: 100%;\n display: flex;\n justify-content: center;\n margin: ", " 0;\n"])), function (_a) {
@@ -50,7 +64,10 @@ var S_ContentsAreaBox = styled_components_1.default.div(templateObject_1 || (tem
50
64
  return (hasNothing ? 0 : '160px');
51
65
  });
52
66
  var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n --min-width: 1000;\n --min-width-px: 1000px;\n --max-width: 1500;\n --max-width-px: 1500px;\n --min-viewport-width: 1200;\n --min-viewport-width-px: 1200px;\n --max-viewport-width: 1920;\n --max-viewport-width-px: 1920px;\n width: calc(\n (100vw - var(--min-viewport-width-px)) * (var(--max-width) - var(--min-width)) /\n (var(--max-viewport-width) - var(--min-viewport-width)) + var(--min-width-px)\n );\n min-width: var(--min-width-px);\n max-width: var(--max-width-px);\n\n display: flex;\n"], ["\n --min-width: 1000;\n --min-width-px: 1000px;\n --max-width: 1500;\n --max-width-px: 1500px;\n --min-viewport-width: 1200;\n --min-viewport-width-px: 1200px;\n --max-viewport-width: 1920;\n --max-viewport-width-px: 1920px;\n width: calc(\n (100vw - var(--min-viewport-width-px)) * (var(--max-width) - var(--min-width)) /\n (var(--max-viewport-width) - var(--min-viewport-width)) + var(--min-width-px)\n );\n min-width: var(--min-width-px);\n max-width: var(--max-width-px);\n\n display: flex;\n"])));
53
- var S_ImageBox = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 30%;\n min-width: 30%;\n height: 100%;\n min-height: 360px;\n margin-left: ", ";\n"], ["\n width: 30%;\n min-width: 30%;\n height: 100%;\n min-height: 360px;\n margin-left: ", ";\n"])), function (_a) {
67
+ var S_ImageBox = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 30%;\n min-width: 30%;\n height: ", "px;\n min-height: 360px;\n margin-left: ", ";\n"], ["\n width: 30%;\n min-width: 30%;\n height: ", "px;\n min-height: 360px;\n margin-left: ", ";\n"])), function (_a) {
68
+ var height = _a.height;
69
+ return height;
70
+ }, function (_a) {
54
71
  var theme = _a.theme;
55
72
  return theme.spacing.spacingI;
56
73
  });
@@ -52,18 +52,19 @@ function TemplateA() {
52
52
  (!!item.properties.imageSrc || !!item.properties.title || !!item.properties.description);
53
53
  })
54
54
  : [];
55
- var hasNothing = !title && !description && !buttonAlphaLinkSrc && filteredItems.length <= 0;
55
+ var filteredSortedItems = filteredItems.sort(function (a, b) { return a.order - b.order; });
56
+ var hasNothing = !title && !description && !buttonAlphaLinkSrc && filteredSortedItems.length <= 0;
56
57
  return (react_1.default.createElement(S_ContentsArea, { hasNothing: hasNothing },
57
58
  title && (react_1.default.createElement(Section_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", customFontSize: "48px", customFontWeight: "bold" })),
58
59
  description && (react_1.default.createElement(S_SectionDescriptionBox, null,
59
60
  react_1.default.createElement(Section_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center", customFontSize: "20px", fontWeight: "600" }))),
60
- filteredItems.length > 0 && (react_1.default.createElement(S_ItemsWrapper, { totalItems: filteredItems.length }, filteredItems.map(function (item, index, self) {
61
+ filteredSortedItems.length > 0 && (react_1.default.createElement(S_ItemsWrapper, { totalItems: filteredSortedItems.length }, filteredSortedItems.map(function (item, index, self) {
61
62
  var id = item.id;
62
63
  var _a = item.properties, itemTitle = _a.title, itemDescription = _a.description, itemImageSrc = _a.imageSrc;
63
64
  return (react_1.default.createElement(S_ItemWrapper, { key: id, isFirstItem: index === 0, totalItems: self.length },
64
65
  react_1.default.createElement(Item_1.Item, __assign({}, item),
65
66
  itemImageSrc && (react_1.default.createElement(S_ItemImageBox, null,
66
- react_1.default.createElement(Item_1.Item.Image, { src: itemImageSrc, width: 120, ratio: "1_1", shapeType: "rectangle", scaleType: "cover" }))),
67
+ react_1.default.createElement(Item_1.Item.Image, { src: itemImageSrc, width: 120, ratio: "1_1", shapeType: "rectangle", scaleType: "contain" }))),
67
68
  react_1.default.createElement(S_ItemBodyWrapper, null,
68
69
  itemTitle && (react_1.default.createElement(Item_1.Item.Title, { text: itemTitle, color: itemTitleColorInHex, textAlign: "center", customFontSize: "22px", customFontWeight: "bold", lineHeight: 1.4 })),
69
70
  itemDescription && (react_1.default.createElement(react_1.default.Fragment, null,
@@ -113,7 +114,7 @@ var S_CustomDividerBox = styled_components_1.default.div(templateObject_7 || (te
113
114
  });
114
115
  var S_CustomWidthDivider = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n width: 24px;\n height: 3px;\n background-color: ", ";\n"], ["\n width: 24px;\n height: 3px;\n background-color: ", ";\n"])), function (_a) {
115
116
  var theme = _a.theme;
116
- return theme.ui_cpnt_divider_white_opacity30;
117
+ return theme.ui_cpnt_divider_white_01;
117
118
  });
118
119
  var S_ButtonBox = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __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) {
119
120
  var theme = _a.theme;
@@ -61,7 +61,11 @@ function YouTubeIframe(_a) {
61
61
  playerVars: {
62
62
  playsinline: 1,
63
63
  autoplay: 1,
64
- controls: 0
64
+ controls: 0,
65
+ iv_load_policy: 3,
66
+ listType: 'playlist',
67
+ playlist: TouTubeLinkParser_1.default.getId(src),
68
+ loop: 1
65
69
  },
66
70
  events: {
67
71
  onReady: onPlayerReady,
@@ -57,19 +57,20 @@ function TemplateA() {
57
57
  !!item.properties.linkSrc);
58
58
  })
59
59
  : [];
60
- return (react_1.default.createElement(S_ContentsArea, { hasNothing: !title && !description && !buttonAlphaLinkSrc && filteredItems.length === 0 },
60
+ var filteredSortedItems = filteredItems.sort(function (a, b) { return a.order - b.order; });
61
+ return (react_1.default.createElement(S_ContentsArea, { hasNothing: !title && !description && !buttonAlphaLinkSrc && filteredSortedItems.length === 0 },
61
62
  title && (react_1.default.createElement(S_SectionTitleBox, null,
62
63
  react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", customFontSize: "32px", customFontWeight: "bold", lineHeight: 1.3 }))),
63
64
  description && (react_1.default.createElement(S_SectionDescriptionBox, null,
64
65
  react_1.default.createElement(components_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center", customFontSize: "18px", fontWeight: "600" }))),
65
66
  buttonAlphaLinkSrc && (react_1.default.createElement(S_SectionButtonBox, null,
66
67
  react_1.default.createElement(components_1.Section.Button, { text: buttonAlphaLabel, src: buttonAlphaLinkSrc, linkType: buttonAlphaLinkType, buttonType: buttonAlphaDesignType, backgroundColor: buttonAlphaBackgroundColorInHex, textColor: buttonAlphaLabelColorInHex, borderColor: buttonAlphaLabelColorInHex }))),
67
- filteredItems.length > 0 && (react_1.default.createElement(S_CarouselBox, null,
68
+ filteredSortedItems.length > 0 && (react_1.default.createElement(S_CarouselBox, null,
68
69
  react_1.default.createElement(components_1.Carousel, { spaceBetween: 16, slidesPerView: 2, mode: carouselAutoplayMode === 'AUTO'
69
70
  ? 'autoplay'
70
71
  : carouselInfiniteLoopMode === 'USE'
71
72
  ? 'loop'
72
- : 'normal', autoplayDelay: carouselAutoplayTime, paginationSpacing: [48, 24] }, filteredItems.map(function (item) {
73
+ : 'normal', autoplayDelay: carouselAutoplayTime, paginationSpacing: [48, 24] }, filteredSortedItems.map(function (item) {
73
74
  var id = item.id;
74
75
  var _a = item.properties, itemTitle = _a.title, itemDescription = _a.description, itemImageSrc = _a.imageSrc, itemLinkMethod = _a.linkMethod, itemLinkSrc = _a.linkSrc, itemLinkType = _a.linkType, itemButtonLabel = _a.buttonLabel;
75
76
  return (react_1.default.createElement(components_1.Item, __assign({ key: id }, item),
@@ -57,19 +57,20 @@ function TemplateB() {
57
57
  !!item.properties.linkSrc);
58
58
  })
59
59
  : [];
60
- return (react_1.default.createElement(S_ContentsArea, { hasNothing: !title && !description && !buttonAlphaLinkSrc && filteredItems.length === 0 },
60
+ var filteredSortedItems = filteredItems.sort(function (a, b) { return a.order - b.order; });
61
+ return (react_1.default.createElement(S_ContentsArea, { hasNothing: !title && !description && !buttonAlphaLinkSrc && filteredSortedItems.length === 0 },
61
62
  title && (react_1.default.createElement(S_SectionTitleBox, null,
62
63
  react_1.default.createElement(components_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", customFontSize: "32px", customFontWeight: "bold", lineHeight: 1.3 }))),
63
64
  description && (react_1.default.createElement(S_SectionDescriptionBox, null,
64
65
  react_1.default.createElement(components_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center", customFontSize: "18px", fontWeight: "600" }))),
65
66
  buttonAlphaLinkSrc && (react_1.default.createElement(S_SectionButtonBox, null,
66
67
  react_1.default.createElement(components_1.Section.Button, { text: buttonAlphaLabel, src: buttonAlphaLinkSrc, linkType: buttonAlphaLinkType, buttonType: buttonAlphaDesignType, backgroundColor: buttonAlphaBackgroundColorInHex, textColor: buttonAlphaLabelColorInHex, borderColor: buttonAlphaLabelColorInHex }))),
67
- filteredItems && (react_1.default.createElement(S_CarouselBox, null,
68
+ filteredSortedItems && (react_1.default.createElement(S_CarouselBox, null,
68
69
  react_1.default.createElement(components_1.Carousel, { spaceBetween: 24, slidesPerView: 1, mode: carouselAutoplayMode === 'AUTO'
69
70
  ? 'autoplay'
70
71
  : carouselInfiniteLoopMode === 'USE'
71
72
  ? 'loop'
72
- : 'normal', autoplayDelay: carouselAutoplayTime, paginationSpacing: [48, 24] }, filteredItems.map(function (item) {
73
+ : 'normal', autoplayDelay: carouselAutoplayTime, paginationSpacing: [48, 24] }, filteredSortedItems.map(function (item) {
73
74
  var id = item.id;
74
75
  var _a = item.properties, itemTitle = _a.title, itemDescription = _a.description, itemImageSrc = _a.imageSrc, itemLinkMethod = _a.linkMethod, itemLinkSrc = _a.linkSrc, itemLinkType = _a.linkType, itemButtonLabel = _a.buttonLabel;
75
76
  return (react_1.default.createElement(components_1.Item, __assign({ key: id }, item),
@@ -52,18 +52,19 @@ function TemplateA() {
52
52
  (!!item.properties.imageSrc || !!item.properties.title || !!item.properties.description);
53
53
  })
54
54
  : [];
55
- var hasNothing = !title && !description && !buttonAlphaLinkSrc && filteredItems.length <= 0;
55
+ var filteredSortedItems = filteredItems.sort(function (a, b) { return a.order - b.order; });
56
+ var hasNothing = !title && !description && !buttonAlphaLinkSrc && filteredSortedItems.length <= 0;
56
57
  return (react_1.default.createElement(S_ContentsArea, { hasNothing: hasNothing },
57
58
  title && (react_1.default.createElement(Section_1.Section.Title, { text: title, color: titleColorInHex, textAlign: "center", customFontSize: "32px", customFontWeight: "bold", lineHeight: 1.3 })),
58
59
  description && (react_1.default.createElement(S_SectionDescriptionBox, null,
59
60
  react_1.default.createElement(Section_1.Section.Description, { text: description, color: descriptionColorInHex, textAlign: "center", customFontSize: "18px", fontWeight: "600" }))),
60
- filteredItems.length > 0 && (react_1.default.createElement(S_ItemsWrapper, null, filteredItems.map(function (item, index) {
61
+ filteredSortedItems.length > 0 && (react_1.default.createElement(S_ItemsWrapper, null, filteredSortedItems.map(function (item, index) {
61
62
  var id = item.id;
62
63
  var _a = item.properties, itemTitle = _a.title, itemDescription = _a.description, itemImageSrc = _a.imageSrc;
63
64
  return (react_1.default.createElement(S_ItemWrapper, { isFirstItem: index === 0, key: id },
64
65
  react_1.default.createElement(Item_1.Item, __assign({}, item),
65
66
  itemImageSrc && (react_1.default.createElement(S_ItemImageBox, null,
66
- react_1.default.createElement(Item_1.Item.Image, { src: itemImageSrc, width: 80, ratio: "1_1", scaleType: "cover" }))),
67
+ react_1.default.createElement(Item_1.Item.Image, { src: itemImageSrc, width: 80, ratio: "1_1", scaleType: "contain" }))),
67
68
  itemTitle && (react_1.default.createElement(Item_1.Item.Title, { text: itemTitle, color: itemTitleColorInHex, textAlign: "center", customFontSize: "20px", customFontWeight: "bold", lineHeight: 1.4 })),
68
69
  itemDescription && (react_1.default.createElement(S_ItemDescriptionBox, null,
69
70
  react_1.default.createElement(Item_1.Item.Description, { text: itemDescription, color: itemDescriptionColorInHex, textAlign: "center", styleTheme: "body2Regular" }))))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -90,7 +90,6 @@
90
90
  "@types/styled-components": "^5.1.9",
91
91
  "@typescript-eslint/parser": "^4.33.0",
92
92
  "chromatic": "^6.0.6",
93
- "css-loader": "^4.3.0",
94
93
  "dotenv-cli": "^4.0.0",
95
94
  "eslint": "^7.27.0",
96
95
  "eslint-config-airbnb": "^18.2.1",
@@ -102,7 +101,6 @@
102
101
  "prettier": "^2.4.1",
103
102
  "react": "^17.0.2",
104
103
  "react-dom": "^17.0.2",
105
- "style-loader": "^2.0.0",
106
104
  "stylelint": "^13.13.1",
107
105
  "stylelint-config-prettier": "^8.0.2",
108
106
  "stylelint-config-standard": "^22.0.0",
package/release-note.md CHANGED
@@ -1,24 +1,19 @@
1
1
  # PDS-DEV-KIT-WEB-TEST Release Notes
2
- ## [v0.0.19]
2
+ ## [v0.0.21]
3
3
 
4
- * sub
5
- * DynamicLayout 유튜브 배경의 비율 조정 (세로로 긴 섹션에서 제대로 표시되지 않는 이슈 픽스)
6
- * DynamicLayout 디자인 디테일 수정
7
- * mobile IntroSection 의 콘텐츠 영역의 넓이 조정 (띄어쓰기 없는 텍스트가 화면밖으로 넘어가는 이슈 픽스)
8
- * desktop 콘텐츠 캐러셀 섹션 / 인포박스 섹션
9
- * 섹션 본문
10
- * 아이템 제목
11
- * 아이템 이미지와 제목 사이 간격 spacing-d -> spacing-e로 수정
12
- * desktop 콘텐트 섹션
13
- * 섹션 본문
14
- * mobile 인트로 섹션
15
- * 섹션 제목
16
- * mobile 콘텐츠 캐러셀 / 인포박스 섹션
17
- * 섹션 제목
18
- * 아이템 제목
19
- * 아이템 본문
20
- * 아이템 이미지와 제목 사이 간격 spacing-c -> 18px로 수정
21
- * 아이템 제목과 아이템 본문 사이 간격 spacing-b -> spacing-c로 수정
22
- * 섹션과 아이템 사이 간격 spacing-g -> 56px로 수정
23
- * 콘텐트 섹션
24
- * 섹션 제목
4
+ ### common
5
+ * movement 폴더 생성
6
+ ### Component단에 transition 또는 animation 부여
7
+ * AdminListItem
8
+ * DesktopAlertDialog
9
+ * EditApplyTextField
10
+ * FloatingActionButton
11
+ * MainButton
12
+ * TextField
13
+ * UploadMainButton
14
+ * ContentSheet
15
+ * DesktopBasicModal
16
+ ### panel단에 transition 또는 animation 부여
17
+ * ContentSheet
18
+ * DesktopBasicModal
19
+ * DesktopHeadlessModal