pds-dev-kit-web-test 0.1.8 → 0.1.10

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 (182) hide show
  1. package/README.md +12 -1
  2. package/dist/index.d.ts +3 -2
  3. package/dist/index.js +8 -1
  4. package/dist/src/common/assets/icons/line/SectionIframe32.d.ts +4 -0
  5. package/dist/src/common/assets/icons/line/SectionIframe32.js +30 -0
  6. package/dist/src/common/assets/icons/line/SectionIframe40.d.ts +4 -0
  7. package/dist/src/common/assets/icons/line/SectionIframe40.js +30 -0
  8. package/dist/src/common/assets/icons/line/SectionMembership32.d.ts +4 -0
  9. package/dist/src/common/assets/icons/line/SectionMembership32.js +30 -0
  10. package/dist/src/common/assets/icons/line/SectionMembership40.d.ts +4 -0
  11. package/dist/src/common/assets/icons/line/SectionMembership40.js +30 -0
  12. package/dist/src/common/assets/icons/line/index.d.ts +4 -0
  13. package/dist/src/common/assets/icons/line/index.js +8 -0
  14. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +15 -1
  15. package/dist/src/common/styles/colorSet/PaletteColor_light.json +15 -1
  16. package/dist/src/common/styles/colorSet/SemanticColor.json +4 -1
  17. package/dist/src/common/styles/colorSet/UIColor.json +17 -1
  18. package/dist/src/common/styles/colorSet/index.d.ts +49 -2
  19. package/dist/src/common/styles/colorSet/index.js +2 -2
  20. package/dist/src/common/styles/colorSet/ui-type.d.ts +16 -0
  21. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +1 -1
  22. package/dist/src/desktop/components/AdminList/AdminList.js +13 -5
  23. package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +1 -0
  24. package/dist/src/desktop/components/BasicListItem/BasicListItem.js +10 -99
  25. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +16 -0
  26. package/dist/src/desktop/components/BasicListItem/Contents.js +31 -0
  27. package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.d.ts +7 -0
  28. package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.js +27 -0
  29. package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.d.ts +6 -0
  30. package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.js +19 -0
  31. package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.d.ts +8 -0
  32. package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.js +19 -0
  33. package/dist/src/desktop/components/BasicListItem/LeftBox/Image.d.ts +8 -0
  34. package/dist/src/desktop/components/BasicListItem/LeftBox/Image.js +9 -0
  35. package/dist/src/desktop/components/BasicListItem/LeftBox/LeftBox.d.ts +17 -0
  36. package/dist/src/desktop/components/BasicListItem/LeftBox/LeftBox.js +42 -0
  37. package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.d.ts +9 -0
  38. package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.js +13 -0
  39. package/dist/src/desktop/components/BasicListItem/LeftBox/index.d.ts +2 -0
  40. package/dist/src/desktop/components/BasicListItem/LeftBox/index.js +8 -0
  41. package/dist/src/desktop/components/BasicListItem/RightBox/Description.d.ts +8 -0
  42. package/dist/src/desktop/components/BasicListItem/RightBox/Description.js +10 -0
  43. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +9 -0
  44. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +19 -0
  45. package/dist/src/desktop/components/BasicListItem/RightBox/MainButton.d.ts +9 -0
  46. package/dist/src/desktop/components/BasicListItem/RightBox/MainButton.js +10 -0
  47. package/dist/src/desktop/components/BasicListItem/RightBox/RightBox.d.ts +15 -0
  48. package/dist/src/desktop/components/BasicListItem/RightBox/RightBox.js +40 -0
  49. package/dist/src/desktop/components/BasicListItem/RightBox/Switch.d.ts +10 -0
  50. package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +19 -0
  51. package/dist/src/desktop/components/BasicListItem/RightBox/index.d.ts +2 -0
  52. package/dist/src/desktop/components/BasicListItem/RightBox/index.js +8 -0
  53. package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +2 -3
  54. package/dist/src/desktop/components/Radio/Radio.js +2 -2
  55. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
  56. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +2 -1
  57. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTV.d.ts +15 -0
  58. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTV.js +81 -0
  59. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +1 -0
  60. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +3 -1
  61. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
  62. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +8 -4
  63. package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +1 -0
  64. package/dist/src/mobile/components/BasicListItem/BasicListItem.js +10 -99
  65. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +16 -0
  66. package/dist/src/mobile/components/BasicListItem/Contents.js +31 -0
  67. package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.d.ts +7 -0
  68. package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.js +27 -0
  69. package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.d.ts +6 -0
  70. package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.js +19 -0
  71. package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.d.ts +8 -0
  72. package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.js +19 -0
  73. package/dist/src/mobile/components/BasicListItem/LeftBox/Image.d.ts +8 -0
  74. package/dist/src/mobile/components/BasicListItem/LeftBox/Image.js +9 -0
  75. package/dist/src/mobile/components/BasicListItem/LeftBox/LeftBox.d.ts +17 -0
  76. package/dist/src/mobile/components/BasicListItem/LeftBox/LeftBox.js +42 -0
  77. package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.d.ts +9 -0
  78. package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.js +13 -0
  79. package/dist/src/mobile/components/BasicListItem/LeftBox/index.d.ts +2 -0
  80. package/dist/src/mobile/components/BasicListItem/LeftBox/index.js +8 -0
  81. package/dist/src/mobile/components/BasicListItem/RightBox/Description.d.ts +8 -0
  82. package/dist/src/mobile/components/BasicListItem/RightBox/Description.js +10 -0
  83. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +9 -0
  84. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +19 -0
  85. package/dist/src/mobile/components/BasicListItem/RightBox/MainButton.d.ts +9 -0
  86. package/dist/src/mobile/components/BasicListItem/RightBox/MainButton.js +10 -0
  87. package/dist/src/mobile/components/BasicListItem/RightBox/RightBox.d.ts +15 -0
  88. package/dist/src/mobile/components/BasicListItem/RightBox/RightBox.js +40 -0
  89. package/dist/src/mobile/components/BasicListItem/RightBox/Switch.d.ts +10 -0
  90. package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +19 -0
  91. package/dist/src/mobile/components/BasicListItem/RightBox/index.d.ts +2 -0
  92. package/dist/src/mobile/components/BasicListItem/RightBox/index.js +8 -0
  93. package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +2 -3
  94. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +2 -2
  95. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +4 -4
  96. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +2 -2
  97. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +2 -2
  98. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +4 -4
  99. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +2 -2
  100. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +2 -2
  101. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +2 -2
  102. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +2 -2
  103. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +4 -4
  104. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +2 -2
  105. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +2 -2
  106. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +4 -4
  107. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +2 -2
  108. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +2 -2
  109. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +4 -4
  110. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +2 -2
  111. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +2 -2
  112. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +4 -4
  113. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +2 -2
  114. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +2 -2
  115. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +47 -0
  116. package/dist/src/sub/AdminList/AdminList/AdminList.js +229 -0
  117. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +30 -0
  118. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +83 -0
  119. package/dist/src/sub/AdminList/AdminList/index.d.ts +1 -0
  120. package/dist/src/sub/AdminList/AdminList/index.js +8 -0
  121. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +17 -0
  122. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +57 -0
  123. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +16 -0
  124. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +82 -0
  125. package/dist/src/sub/AdminList/AdminListHeader/index.d.ts +1 -0
  126. package/dist/src/sub/AdminList/AdminListHeader/index.js +8 -0
  127. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +56 -0
  128. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +275 -0
  129. package/dist/src/sub/AdminList/AdminListItem/index.d.ts +1 -0
  130. package/dist/src/sub/AdminList/AdminListItem/index.js +8 -0
  131. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +30 -0
  132. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +28 -0
  133. package/dist/src/sub/AdminList/BulkActionBar/index.d.ts +1 -0
  134. package/dist/src/sub/AdminList/BulkActionBar/index.js +8 -0
  135. package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +9 -0
  136. package/dist/src/sub/AdminList/ToolBar/ChipList.js +32 -0
  137. package/dist/src/sub/AdminList/ToolBar/SearchField.d.ts +15 -0
  138. package/dist/src/sub/AdminList/ToolBar/SearchField.js +265 -0
  139. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +26 -0
  140. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +86 -0
  141. package/dist/src/sub/AdminList/ToolBar/index.d.ts +1 -0
  142. package/dist/src/sub/AdminList/ToolBar/index.js +8 -0
  143. package/dist/src/sub/AdminList/index.d.ts +5 -0
  144. package/dist/src/sub/AdminList/index.js +13 -0
  145. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  146. package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -3
  147. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +2 -1
  148. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +2 -1
  149. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +6 -3
  150. package/dist/src/sub/DynamicLayout/components/Section/Section.js +5 -2
  151. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +2 -0
  152. package/dist/src/sub/DynamicLayout/components/desktop/Item/Item.js +1 -1
  153. package/dist/src/sub/DynamicLayout/components/mobile/Item/Item.js +1 -1
  154. package/dist/src/sub/DynamicLayout/mock_samplePage.d.ts +1 -0
  155. package/dist/src/sub/DynamicLayout/mock_samplePage.js +84 -8
  156. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +19 -0
  157. package/dist/src/sub/DynamicLayout/sectionActionTypes.js +2 -0
  158. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/FullscreenIframeSection.d.ts +4 -0
  159. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/FullscreenIframeSection.js +51 -0
  160. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/index.d.ts +1 -0
  161. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/index.js +8 -0
  162. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/TemplateA.d.ts +3 -0
  163. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/TemplateA.js +15 -0
  164. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.d.ts +3 -0
  165. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +20 -0
  166. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/index.d.ts +1 -0
  167. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/index.js +8 -0
  168. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/index.d.ts +1 -0
  169. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/index.js +8 -0
  170. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.d.ts +3 -0
  171. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +20 -0
  172. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/index.d.ts +1 -0
  173. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/index.js +8 -0
  174. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/index.d.ts +1 -0
  175. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/index.js +5 -0
  176. package/dist/src/sub/DynamicLayout/sections/index.d.ts +1 -0
  177. package/dist/src/sub/DynamicLayout/sections/index.js +3 -1
  178. package/dist/src/sub/DynamicLayout/types.d.ts +7 -4
  179. package/dist/src/sub/index.d.ts +1 -0
  180. package/dist/src/sub/index.js +11 -1
  181. package/package.json +4 -2
  182. package/release-note.md +6 -7
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.samplePage = exports.samplePageFooterSection = exports.samplePageIntroSection3 = exports.samplePageInfoBoxSection = exports.samplePageContentsSection = exports.samplePageIntroSection2 = exports.samplePageContentsCarouselSection = exports.samplePageIntroSection = void 0;
3
+ exports.samplePage = exports.samplePageFullscreenIframeSection = exports.samplePageFooterSection = exports.samplePageIntroSection3 = exports.samplePageInfoBoxSection = exports.samplePageContentsSection = exports.samplePageIntroSection2 = exports.samplePageContentsCarouselSection = exports.samplePageIntroSection = void 0;
4
4
  exports.samplePageIntroSection = {
5
5
  display: true,
6
6
  dynamicLayoutSectionItems: [],
@@ -64,7 +64,8 @@ exports.samplePageIntroSection = {
64
64
  itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
65
65
  sectionContentMediaSrc: '',
66
66
  sectionContentMediaType: 'IMAGE',
67
- title: 'Entertainment Business Sample'
67
+ title: 'Entertainment Business Sample',
68
+ multiPurposeUrl: ''
68
69
  },
69
70
  styles: {
70
71
  backgroundColorInHex: '#EFF0F3FF',
@@ -332,7 +333,8 @@ exports.samplePageContentsCarouselSection = {
332
333
  itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
333
334
  sectionContentMediaSrc: '',
334
335
  sectionContentMediaType: 'IMAGE',
335
- title: 'Music Festival'
336
+ title: 'Music Festival',
337
+ multiPurposeUrl: ''
336
338
  },
337
339
  styles: {
338
340
  backgroundColorInHex: '#FFFFFFFF',
@@ -428,7 +430,8 @@ exports.samplePageIntroSection2 = {
428
430
  itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
429
431
  sectionContentMediaSrc: '',
430
432
  sectionContentMediaType: 'IMAGE',
431
- title: 'Sample'
433
+ title: 'Sample',
434
+ multiPurposeUrl: ''
432
435
  },
433
436
  styles: {
434
437
  backgroundColorInHex: '#EFF0F3FF',
@@ -514,7 +517,8 @@ exports.samplePageContentsSection = {
514
517
  itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
515
518
  sectionContentMediaSrc: 'https://publ-upload-dev.s3.ap-northeast-2.amazonaws.com/be9aaa5a-ec5c-4727-b374-d7027b18f7ee.jpg',
516
519
  sectionContentMediaType: 'IMAGE',
517
- title: 'Sample'
520
+ title: 'Sample',
521
+ multiPurposeUrl: ''
518
522
  },
519
523
  styles: {
520
524
  backgroundColorInHex: '#EFF0F3FF',
@@ -689,7 +693,8 @@ exports.samplePageInfoBoxSection = {
689
693
  itemLinkMethod: 'CLICK_ITEM',
690
694
  sectionContentMediaSrc: '',
691
695
  sectionContentMediaType: 'IMAGE',
692
- title: 'Sample'
696
+ title: 'Sample',
697
+ multiPurposeUrl: ''
693
698
  },
694
699
  styles: {
695
700
  backgroundColorInHex: '#EFF0F3FF',
@@ -785,7 +790,8 @@ exports.samplePageIntroSection3 = {
785
790
  itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
786
791
  sectionContentMediaSrc: '',
787
792
  sectionContentMediaType: 'IMAGE',
788
- title: 'Contact Us'
793
+ title: 'Contact Us',
794
+ multiPurposeUrl: ''
789
795
  },
790
796
  styles: {
791
797
  backgroundColorInHex: '#EFF0F3FF',
@@ -884,7 +890,8 @@ exports.samplePageFooterSection = {
884
890
  itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
885
891
  sectionContentMediaSrc: '',
886
892
  sectionContentMediaType: 'IMAGE',
887
- title: ''
893
+ title: '',
894
+ multiPurposeUrl: ''
888
895
  },
889
896
  styles: {
890
897
  backgroundColorInHex: '#0F0F10FF',
@@ -917,6 +924,75 @@ exports.samplePageFooterSection = {
917
924
  template: 'BASE_FOOTER_B',
918
925
  updatedAt: '2023-01-06T09:05:45'
919
926
  };
927
+ exports.samplePageFullscreenIframeSection = {
928
+ display: false,
929
+ dynamicLayoutSectionItems: null,
930
+ id: 999,
931
+ insertedAt: '2023-01-06T09:05:45',
932
+ manifest: {
933
+ availableProperties: ['multi_purpose_url'],
934
+ availableStyles: [],
935
+ availableTemplates: ['EXP_IFRAME_A'],
936
+ schema: 'EXP_IFRAME'
937
+ },
938
+ order: 7,
939
+ properties: {
940
+ buttonAlphaLabel: '',
941
+ buttonAlphaLinkSrc: '',
942
+ buttonAlphaLinkType: 'WEB_LINK',
943
+ buttonBravoLabel: '',
944
+ buttonBravoLinkSrc: '',
945
+ buttonBravoLinkType: 'WEB_LINK',
946
+ buttonCharlieLabel: '',
947
+ buttonCharlieLinkSrc: '',
948
+ buttonCharlieLinkType: 'WEB_LINK',
949
+ buttonDeltaLabel: '',
950
+ buttonDeltaLinkSrc: '',
951
+ buttonDeltaLinkType: 'WEB_LINK',
952
+ buttonEchoLabel: '',
953
+ buttonEchoLinkSrc: '',
954
+ buttonEchoLinkType: 'WEB_LINK',
955
+ carouselAutoplayMode: 'MANUAL',
956
+ carouselAutoplayTime: 3,
957
+ carouselInfiniteLoopMode: 'NO_USE',
958
+ description: '',
959
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
960
+ sectionContentMediaSrc: '',
961
+ sectionContentMediaType: 'IMAGE',
962
+ title: '',
963
+ multiPurposeUrl: 'https://app.publr.co/'
964
+ },
965
+ styles: {
966
+ backgroundColorInHex: '#0F0F10FF',
967
+ backgroundMediaSrc: '',
968
+ backgroundMediaType: 'IMAGE',
969
+ backgroundOverlayColorInHex: '#00000000',
970
+ buttonAlphaBackgroundColorInHex: '#455EEFFF',
971
+ buttonAlphaDesignType: 'A',
972
+ buttonAlphaLabelColorInHex: '#FFFFFFFF',
973
+ buttonBravoBackgroundColorInHex: '#455EEFFF',
974
+ buttonBravoDesignType: 'A',
975
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
976
+ buttonCharlieBackgroundColorInHex: '#455EEFFF',
977
+ buttonCharlieDesignType: 'A',
978
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
979
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
980
+ buttonDeltaDesignType: 'A',
981
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
982
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
983
+ buttonEchoDesignType: 'A',
984
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
985
+ descriptionColorInHex: '#68686BFF',
986
+ itemButtonBackgroundColorInHex: '#455EEFFF',
987
+ itemButtonDesignType: 'A',
988
+ itemButtonLabelColorInHex: '#FFFFFFFF',
989
+ itemDescriptionColorInHex: '#676970FF',
990
+ itemTitleColorInHex: '#1E1E20FF',
991
+ titleColorInHex: '#1E1E20FF'
992
+ },
993
+ template: 'EXP_IFRAME_A',
994
+ updatedAt: '2023-01-06T09:05:45'
995
+ };
920
996
  exports.samplePage = [
921
997
  exports.samplePageIntroSection,
922
998
  exports.samplePageContentsCarouselSection,
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ export declare type TypeOfSectionAction = ActionMap<ActionHandlerPayload>[keyof ActionMap<ActionHandlerPayload>];
3
+ declare type ActionHandlerPayload = {
4
+ '@EXP_IFRAME/IFRAME_ON_LOADED': {
5
+ event: React.SyntheticEvent<HTMLIFrameElement, Event>;
6
+ multiPurposeUrl: string;
7
+ };
8
+ };
9
+ declare type ActionMap<M extends {
10
+ [index: string]: any;
11
+ }> = {
12
+ [Key in keyof M]: M[Key] extends undefined ? {
13
+ type: Key;
14
+ } : {
15
+ type: Key;
16
+ payload: M[Key];
17
+ };
18
+ };
19
+ export {};
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { ISection } from '../../types';
3
+ declare function FullscreenIframeSection({ ...props }: ISection): JSX.Element;
4
+ export default FullscreenIframeSection;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __assign = (this && this.__assign) || function () {
7
+ __assign = Object.assign || function(t) {
8
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
9
+ s = arguments[i];
10
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
11
+ t[p] = s[p];
12
+ }
13
+ return t;
14
+ };
15
+ return __assign.apply(this, arguments);
16
+ };
17
+ var __rest = (this && this.__rest) || function (s, e) {
18
+ var t = {};
19
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
20
+ t[p] = s[p];
21
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
22
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
23
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
24
+ t[p[i]] = s[p[i]];
25
+ }
26
+ return t;
27
+ };
28
+ var __importDefault = (this && this.__importDefault) || function (mod) {
29
+ return (mod && mod.__esModule) ? mod : { "default": mod };
30
+ };
31
+ Object.defineProperty(exports, "__esModule", { value: true });
32
+ var jsx_runtime_1 = require("react/jsx-runtime");
33
+ var styled_components_1 = __importDefault(require("styled-components"));
34
+ var components_1 = require("../../components");
35
+ var templates_1 = require("./templates");
36
+ function FullscreenIframeSection(_a) {
37
+ var props = __rest(_a, []);
38
+ return ((0, jsx_runtime_1.jsx)(S_SectionWrapper, __assign({ "x-dlayout-section-type": "FullscreenIframe" }, { children: (0, jsx_runtime_1.jsx)(components_1.Section, __assign({}, props, { children: (0, jsx_runtime_1.jsx)(TemplateMather, { styleTemplate: props.template }, void 0) }), void 0) }), void 0));
39
+ }
40
+ var S_SectionWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
41
+ function TemplateMather(_a) {
42
+ var styleTemplate = _a.styleTemplate;
43
+ switch (styleTemplate) {
44
+ case 'EXP_IFRAME_A':
45
+ return (0, jsx_runtime_1.jsx)(templates_1.TemplateA, {}, void 0);
46
+ default:
47
+ return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0);
48
+ }
49
+ }
50
+ exports.default = FullscreenIframeSection;
51
+ var templateObject_1;
@@ -0,0 +1 @@
1
+ export { default as FullscreenIframeSection } from './FullscreenIframeSection';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.FullscreenIframeSection = void 0;
7
+ var FullscreenIframeSection_1 = require("./FullscreenIframeSection");
8
+ Object.defineProperty(exports, "FullscreenIframeSection", { enumerable: true, get: function () { return __importDefault(FullscreenIframeSection_1).default; } });
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare function TemplateA(): JSX.Element;
3
+ export default TemplateA;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var react_1 = require("react");
5
+ var dynamicLayoutContext_1 = require("../../../../dynamicLayoutContext");
6
+ var desktop_1 = require("./desktop");
7
+ var mobile_1 = require("./mobile");
8
+ function TemplateA() {
9
+ var device = (0, react_1.useContext)(dynamicLayoutContext_1.dynamicLayoutContext).device;
10
+ return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: {
11
+ MOBILE: (0, jsx_runtime_1.jsx)(mobile_1.M_TemplateA, {}, void 0),
12
+ DESKTOP: (0, jsx_runtime_1.jsx)(desktop_1.D_TemplateA, {}, void 0)
13
+ }[device] }, void 0));
14
+ }
15
+ exports.default = TemplateA;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare function TemplateA(): JSX.Element;
3
+ export default TemplateA;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var react_1 = require("react");
5
+ var DynamicLayout_1 = require("../../../../../../DynamicLayout");
6
+ var Section_1 = require("../../../../../components/Section");
7
+ function TemplateA() {
8
+ var sectionActionHandler = (0, react_1.useContext)(DynamicLayout_1.dynamicLayoutContext).sectionActionHandler;
9
+ var section = (0, react_1.useContext)(Section_1.sectionContext);
10
+ var onIframeLoad = function (event) {
11
+ if (sectionActionHandler) {
12
+ sectionActionHandler({
13
+ type: '@EXP_IFRAME/IFRAME_ON_LOADED',
14
+ payload: { event: event, multiPurposeUrl: section.properties.multiPurposeUrl }
15
+ });
16
+ }
17
+ };
18
+ return ((0, jsx_runtime_1.jsx)("iframe", { "x-dlayout-section-element-name": "Iframe", id: String(section.id), title: section.manifest.schema, src: section.properties.multiPurposeUrl, style: { border: 'none', width: '100%', height: '100%', display: 'block' }, referrerPolicy: "strict-origin", sandbox: "allow-forms allow-same-origin allow-scripts allow-popups", onLoad: onIframeLoad }, void 0));
19
+ }
20
+ exports.default = TemplateA;
@@ -0,0 +1 @@
1
+ export { default as D_TemplateA } from './D_TemplateA';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.D_TemplateA = void 0;
7
+ var D_TemplateA_1 = require("./D_TemplateA");
8
+ Object.defineProperty(exports, "D_TemplateA", { enumerable: true, get: function () { return __importDefault(D_TemplateA_1).default; } });
@@ -0,0 +1 @@
1
+ export { default as TemplateA } from './TemplateA';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.TemplateA = void 0;
7
+ var TemplateA_1 = require("./TemplateA");
8
+ Object.defineProperty(exports, "TemplateA", { enumerable: true, get: function () { return __importDefault(TemplateA_1).default; } });
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare function TemplateA(): JSX.Element;
3
+ export default TemplateA;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var react_1 = require("react");
5
+ var DynamicLayout_1 = require("../../../../../../DynamicLayout");
6
+ var Section_1 = require("../../../../../components/Section");
7
+ function TemplateA() {
8
+ var sectionActionHandler = (0, react_1.useContext)(DynamicLayout_1.dynamicLayoutContext).sectionActionHandler;
9
+ var section = (0, react_1.useContext)(Section_1.sectionContext);
10
+ var onIframeLoad = function (event) {
11
+ if (sectionActionHandler) {
12
+ sectionActionHandler({
13
+ type: '@EXP_IFRAME/IFRAME_ON_LOADED',
14
+ payload: { event: event, multiPurposeUrl: section.properties.multiPurposeUrl }
15
+ });
16
+ }
17
+ };
18
+ return ((0, jsx_runtime_1.jsx)("iframe", { "x-dlayout-section-element-name": "Iframe", id: String(section.id), title: section.manifest.schema, src: section.properties.multiPurposeUrl, style: { border: 'none', width: '100%', height: '100%', display: 'block' }, referrerPolicy: "strict-origin", sandbox: "allow-forms allow-same-origin allow-scripts", onLoad: onIframeLoad }, void 0));
19
+ }
20
+ exports.default = TemplateA;
@@ -0,0 +1 @@
1
+ export { default as M_TemplateA } from './M_TemplateA';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.M_TemplateA = void 0;
7
+ var M_TemplateA_1 = require("./M_TemplateA");
8
+ Object.defineProperty(exports, "M_TemplateA", { enumerable: true, get: function () { return __importDefault(M_TemplateA_1).default; } });
@@ -0,0 +1 @@
1
+ export { TemplateA } from './TemplateA';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TemplateA = void 0;
4
+ var TemplateA_1 = require("./TemplateA");
5
+ Object.defineProperty(exports, "TemplateA", { enumerable: true, get: function () { return TemplateA_1.TemplateA; } });
@@ -3,3 +3,4 @@ export { ContentsSection } from './ContentsSection';
3
3
  export { FooterSection } from './FooterSection';
4
4
  export { InfoBoxSection } from './InfoBoxSection';
5
5
  export { IntroSection } from './IntroSection';
6
+ export { FullscreenIframeSection } from './FullscreenIframeSection';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IntroSection = exports.InfoBoxSection = exports.FooterSection = exports.ContentsSection = exports.ContentsCarouselSection = void 0;
3
+ exports.FullscreenIframeSection = exports.IntroSection = exports.InfoBoxSection = exports.FooterSection = exports.ContentsSection = exports.ContentsCarouselSection = void 0;
4
4
  var ContentsCarouselSection_1 = require("./ContentsCarouselSection");
5
5
  Object.defineProperty(exports, "ContentsCarouselSection", { enumerable: true, get: function () { return ContentsCarouselSection_1.ContentsCarouselSection; } });
6
6
  var ContentsSection_1 = require("./ContentsSection");
@@ -11,3 +11,5 @@ var InfoBoxSection_1 = require("./InfoBoxSection");
11
11
  Object.defineProperty(exports, "InfoBoxSection", { enumerable: true, get: function () { return InfoBoxSection_1.InfoBoxSection; } });
12
12
  var IntroSection_1 = require("./IntroSection");
13
13
  Object.defineProperty(exports, "IntroSection", { enumerable: true, get: function () { return IntroSection_1.IntroSection; } });
14
+ var FullscreenIframeSection_1 = require("./FullscreenIframeSection");
15
+ Object.defineProperty(exports, "FullscreenIframeSection", { enumerable: true, get: function () { return FullscreenIframeSection_1.FullscreenIframeSection; } });
@@ -1,5 +1,7 @@
1
- export declare type TypeOfSectionManifestSchema = 'BASE_INTRO' | 'BASE_CONTENTS' | 'BASE_CONTENTS_CAROUSEL' | 'BASE_FOOTER' | 'BASE_INFO_BOX';
2
- export declare type TypeofSectionTemplate = 'BASE_INTRO_A' | 'BASE_INTRO_B' | 'BASE_INTRO_C' | 'BASE_INTRO_D' | 'BASE_CONTENTS_A' | 'BASE_CONTENTS_B' | 'BASE_CONTENTS_CAROUSEL_A' | 'BASE_CONTENTS_CAROUSEL_B' | 'BASE_FOOTER_A' | 'BASE_FOOTER_B' | 'BASE_INFO_BOX_A';
1
+ import type { TypeOfSectionAction } from './sectionActionTypes';
2
+ export { TypeOfSectionAction };
3
+ export declare type TypeOfSectionManifestSchema = 'BASE_INTRO' | 'BASE_CONTENTS' | 'BASE_CONTENTS_CAROUSEL' | 'BASE_FOOTER' | 'BASE_INFO_BOX' | 'EXP_IFRAME';
4
+ export declare type TypeofSectionTemplate = 'BASE_INTRO_A' | 'BASE_INTRO_B' | 'BASE_INTRO_C' | 'BASE_INTRO_D' | 'BASE_CONTENTS_A' | 'BASE_CONTENTS_B' | 'BASE_CONTENTS_CAROUSEL_A' | 'BASE_CONTENTS_CAROUSEL_B' | 'BASE_FOOTER_A' | 'BASE_FOOTER_B' | 'BASE_INFO_BOX_A' | 'EXP_IFRAME_A';
3
5
  export declare type TypeOfSectionContentMediaType = 'IMAGE' | 'YOUTUBE';
4
6
  export declare type TypeOfSectionLinkType = 'WEB_LINK' | 'INTERNAL_LINK' | 'NONE';
5
7
  export declare type TypeOfCarouselAutoplayMode = 'AUTO' | 'MANUAL';
@@ -10,7 +12,7 @@ export declare type TypeOfItemButtonDesignType = 'A' | 'B' | 'C' | 'D' | 'E' | '
10
12
  export declare type TypeOfItemManifestSchema = 'BASE_CONTENTS_CAROUSEL_ITEM' | 'BASE_FOOTER_ITEM' | 'BASE_INFO_BOX_ITEM';
11
13
  export declare type TypeOfItemLinkMethod = 'CLICK_ITEM' | 'CLICK_BUTTON_IN_ITEM' | 'NONE';
12
14
  export declare type TypeOfItemLinkType = 'WEB_LINK' | 'INTERNAL_LINK' | 'NONE';
13
- declare type KeyOfSectionProperties = 'title' | 'description' | 'section_content_media_type' | 'section_content_media_src' | 'button_alpha_label' | 'button_alpha_link_type' | 'button_alpha_link_src' | 'button_bravo_label' | 'button_bravo_link_type' | 'button_bravo_link_src' | 'button_charlie_label' | 'button_charlie_link_type' | 'button_charlie_link_src' | 'button_delta_label' | 'button_delta_link_type' | 'button_delta_link_src' | 'button_echo_label' | 'button_echo_link_type' | 'button_echo_link_src' | 'carousel_autoplay_mode' | 'carousel_autoplay_time' | 'carousel_infinite_loop_mode' | 'item_link_method';
15
+ declare type KeyOfSectionProperties = 'title' | 'description' | 'section_content_media_type' | 'section_content_media_src' | 'button_alpha_label' | 'button_alpha_link_type' | 'button_alpha_link_src' | 'button_bravo_label' | 'button_bravo_link_type' | 'button_bravo_link_src' | 'button_charlie_label' | 'button_charlie_link_type' | 'button_charlie_link_src' | 'button_delta_label' | 'button_delta_link_type' | 'button_delta_link_src' | 'button_echo_label' | 'button_echo_link_type' | 'button_echo_link_src' | 'carousel_autoplay_mode' | 'carousel_autoplay_time' | 'carousel_infinite_loop_mode' | 'item_link_method' | 'multi_purpose_url';
14
16
  declare type KeyOfSectionStyles = 'title_color_in_hex' | 'description_color_in_hex' | 'background_color_in_hex' | 'background_media_type' | 'background_media_src' | 'background_overlay_color_in_hex' | 'button_alpha_design_type' | 'button_alpha_background_color_in_hex' | 'button_alpha_label_color_in_hex' | 'button_bravo_design_type' | 'button_bravo_background_color_in_hex' | 'button_bravo_label_color_in_hex' | 'button_charlie_design_type' | 'button_charlie_background_color_in_hex' | 'button_charlie_label_color_in_hex' | 'button_delta_design_type' | 'button_delta_background_color_in_hex' | 'button_delta_label_color_in_hex' | 'button_echo_design_type' | 'button_echo_background_color_in_hex' | 'button_echo_label_color_in_hex' | 'item_title_color_in_hex' | 'item_description_color_in_hex' | 'item_button_design_type' | 'item_button_background_color_in_hex' | 'item_button_label_color_in_hex';
15
17
  declare type KeyOfItemProperties = 'title' | 'description' | 'body' | 'logo_image_src' | 'image_src' | 'link_type' | 'link_src' | 'button_label';
16
18
  export interface ISection {
@@ -54,6 +56,7 @@ export interface ISectionProperties {
54
56
  carouselAutoplayTime: number;
55
57
  carouselInfiniteLoopMode: TypeOfCarouselInfiniteLoopMode;
56
58
  itemLinkMethod: TypeOfItemLinkMethod;
59
+ multiPurposeUrl: string;
57
60
  }
58
61
  export interface ISectionStyles {
59
62
  titleColorInHex: string;
@@ -174,5 +177,5 @@ export declare type DynamicLayoutProps = {
174
177
  editingSectionId?: number;
175
178
  navigationHandler?: (linkType: 'WEB_LINK' | 'INTERNAL_LINK' | 'NONE', src: string) => void;
176
179
  onClickEditSection?: (section: ISection) => void;
180
+ sectionActionHandler?: (action: TypeOfSectionAction) => void;
177
181
  };
178
- export {};
@@ -1 +1,2 @@
1
1
  export { DynamicLayout } from './DynamicLayout';
2
+ export * from './AdminList';
@@ -1,6 +1,16 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
2
12
  Object.defineProperty(exports, "__esModule", { value: true });
3
13
  exports.DynamicLayout = void 0;
4
- // NOTE: 이름은 변경될 수 있습니다.
5
14
  var DynamicLayout_1 = require("./DynamicLayout");
6
15
  Object.defineProperty(exports, "DynamicLayout", { enumerable: true, get: function () { return DynamicLayout_1.DynamicLayout; } });
16
+ __exportStar(require("./AdminList"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -33,7 +33,7 @@
33
33
  "web-vitals": "^1.1.2"
34
34
  },
35
35
  "scripts": {
36
- "build": "rm -rf ./dist && tsc",
36
+ "build": "rm -rf ./dist && tsc && tsc-alias",
37
37
  "prepare": "npm run build | husky install",
38
38
  "sync:color": "dotenv -e env/.env node syncColor.ts",
39
39
  "storybook": "start-storybook -p 6006",
@@ -109,6 +109,8 @@
109
109
  "stylelint-order": "^4.1.0",
110
110
  "stylelint-prettier": "^1.2.0",
111
111
  "ts-loader": "^8.3.0",
112
+ "tsc-alias": "^1.8.3",
113
+ "tsconfig-paths": "^4.1.2",
112
114
  "typescript": "^4.4.4",
113
115
  "webpack": "^4.46.0",
114
116
  "webpack-cli": "^4.9.0"
package/release-note.md CHANGED
@@ -1,7 +1,6 @@
1
- # pds-dev-kit-web-test Release Notes
2
- ## [v0.1.8]
3
-
4
- ## 기준 pds-dev-kit-web 버전 @1.9.23
5
- ### Component
6
- * AdminList
7
- * checkbox관련 selectedIds가 바뀔때 selectAllMethods 를 리셋하는 것이 아닌, 전체 체크 여부를 false로 변경해주도록 로직 변경
1
+ # PDS-DEV-KIT-WEB-TEST Release Notes
2
+ ## [v0.1.10]
3
+ ## 기준 pds-dev-kit-web 버전 @2.0.7
4
+ ### Layout
5
+ * mobile 유형 전체
6
+ * min-width 제거