pds-dev-kit-web-test 0.1.5 → 0.1.7

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 (308) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +8 -1
  3. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +1 -1
  4. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +3 -2
  5. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +2 -2
  6. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -2
  7. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +2 -2
  8. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +3 -2
  9. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
  10. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +47 -0
  11. package/dist/src/sub/AdminList/AdminList/AdminList.js +224 -0
  12. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +30 -0
  13. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +84 -0
  14. package/dist/src/sub/AdminList/AdminList/index.d.ts +1 -0
  15. package/dist/src/sub/AdminList/AdminList/index.js +8 -0
  16. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +18 -0
  17. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +60 -0
  18. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +17 -0
  19. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +85 -0
  20. package/dist/src/sub/AdminList/AdminListHeader/index.d.ts +1 -0
  21. package/dist/src/sub/AdminList/AdminListHeader/index.js +8 -0
  22. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +57 -0
  23. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +263 -0
  24. package/dist/src/sub/AdminList/AdminListItem/index.d.ts +1 -0
  25. package/dist/src/sub/AdminList/AdminListItem/index.js +8 -0
  26. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +31 -0
  27. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +31 -0
  28. package/dist/src/sub/AdminList/BulkActionBar/index.d.ts +1 -0
  29. package/dist/src/sub/AdminList/BulkActionBar/index.js +8 -0
  30. package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +9 -0
  31. package/dist/src/sub/AdminList/ToolBar/ChipList.js +29 -0
  32. package/dist/src/sub/AdminList/ToolBar/SearchField.d.ts +15 -0
  33. package/dist/src/sub/AdminList/ToolBar/SearchField.js +266 -0
  34. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +26 -0
  35. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +85 -0
  36. package/dist/src/sub/AdminList/ToolBar/index.d.ts +1 -0
  37. package/dist/src/sub/AdminList/ToolBar/index.js +8 -0
  38. package/dist/src/sub/AdminList/index.d.ts +5 -0
  39. package/dist/src/sub/AdminList/index.js +13 -0
  40. package/dist/src/sub/index.d.ts +1 -0
  41. package/dist/src/sub/index.js +11 -1
  42. package/package.json +1 -1
  43. package/release-note.md +4 -11
  44. package/.commitlintrc.js +0 -65
  45. package/.husky/.eslintrc.prepush +0 -7
  46. package/.husky/commit-msg +0 -13
  47. package/.husky/pre-commit +0 -9
  48. package/.husky/pre-push +0 -4
  49. package/.lintstagedrc.json +0 -7
  50. package/.vscode/settings.json +0 -50
  51. package/bitbucket-pipelines.yml +0 -114
  52. package/dist/src/common/components/CircularProgress/CircularProgress.stories.d.ts +0 -5
  53. package/dist/src/common/components/CircularProgress/CircularProgress.stories.js +0 -45
  54. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.stories.d.ts +0 -5
  55. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.stories.js +0 -38
  56. package/dist/src/common/styles/ToneTest/ToneTest.stories.d.ts +0 -5
  57. package/dist/src/common/styles/ToneTest/ToneTest.stories.js +0 -14
  58. package/dist/src/common/styles/colorSet/Color.stories.d.ts +0 -5
  59. package/dist/src/common/styles/colorSet/Color.stories.js +0 -125
  60. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.stories.d.ts +0 -9
  61. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.stories.js +0 -150
  62. package/dist/src/desktop/components/AdminList/AdminList.stories.d.ts +0 -8
  63. package/dist/src/desktop/components/AdminList/AdminList.stories.js +0 -462
  64. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.stories.d.ts +0 -5
  65. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.stories.js +0 -85
  66. package/dist/src/desktop/components/AdminListItem/AdminListItem.stories.d.ts +0 -5
  67. package/dist/src/desktop/components/AdminListItem/AdminListItem.stories.js +0 -247
  68. package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.stories.d.ts +0 -5
  69. package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.stories.js +0 -87
  70. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.stories.d.ts +0 -8
  71. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.stories.js +0 -107
  72. package/dist/src/desktop/components/BasicList/BasicList.stories.d.ts +0 -5
  73. package/dist/src/desktop/components/BasicList/BasicList.stories.js +0 -79
  74. package/dist/src/desktop/components/BasicListItem/BasicListItem.stories.d.ts +0 -10
  75. package/dist/src/desktop/components/BasicListItem/BasicListItem.stories.js +0 -188
  76. package/dist/src/desktop/components/BlogTextField/BlogTextField.stories.d.ts +0 -10
  77. package/dist/src/desktop/components/BlogTextField/BlogTextField.stories.js +0 -102
  78. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.stories.d.ts +0 -8
  79. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.stories.js +0 -80
  80. package/dist/src/desktop/components/Card/Card.stories.d.ts +0 -6
  81. package/dist/src/desktop/components/Card/Card.stories.js +0 -81
  82. package/dist/src/desktop/components/CardList/CardList.stories.d.ts +0 -6
  83. package/dist/src/desktop/components/CardList/CardList.stories.js +0 -90
  84. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.stories.d.ts +0 -8
  85. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.stories.js +0 -68
  86. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.stories.d.ts +0 -17
  87. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.stories.js +0 -132
  88. package/dist/src/desktop/components/ChatList/ChatList.stories.d.ts +0 -7
  89. package/dist/src/desktop/components/ChatList/ChatList.stories.js +0 -234
  90. package/dist/src/desktop/components/Checkbox/Checkbox.stories.d.ts +0 -5
  91. package/dist/src/desktop/components/Checkbox/Checkbox.stories.js +0 -59
  92. package/dist/src/desktop/components/Chip/Chip.stories.d.ts +0 -11
  93. package/dist/src/desktop/components/Chip/Chip.stories.js +0 -126
  94. package/dist/src/desktop/components/ContextMenu/ContextMenu.stories.d.ts +0 -6
  95. package/dist/src/desktop/components/ContextMenu/ContextMenu.stories.js +0 -71
  96. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.stories.d.ts +0 -5
  97. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.stories.js +0 -68
  98. package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.stories.d.ts +0 -9
  99. package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.stories.js +0 -128
  100. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.stories.d.ts +0 -8
  101. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.stories.js +0 -121
  102. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.stories.d.ts +0 -7
  103. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.stories.js +0 -205
  104. package/dist/src/desktop/components/Dropdown/Dropdown.stories.d.ts +0 -5
  105. package/dist/src/desktop/components/Dropdown/Dropdown.stories.js +0 -164
  106. package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.stories.d.ts +0 -8
  107. package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.stories.js +0 -649
  108. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.stories.d.ts +0 -17
  109. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.stories.js +0 -222
  110. package/dist/src/desktop/components/FilterBar/FilterBar.stories.d.ts +0 -7
  111. package/dist/src/desktop/components/FilterBar/FilterBar.stories.js +0 -119
  112. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.stories.d.ts +0 -5
  113. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.stories.js +0 -74
  114. package/dist/src/desktop/components/Hero/Hero.stories.d.ts +0 -5
  115. package/dist/src/desktop/components/Hero/Hero.stories.js +0 -51
  116. package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.stories.d.ts +0 -8
  117. package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.stories.js +0 -82
  118. package/dist/src/desktop/components/IconButton/IconButton.stories.d.ts +0 -5
  119. package/dist/src/desktop/components/IconButton/IconButton.stories.js +0 -109
  120. package/dist/src/desktop/components/ImageSlide/ImageSlide.stories.d.ts +0 -5
  121. package/dist/src/desktop/components/ImageSlide/ImageSlide.stories.js +0 -73
  122. package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.stories.d.ts +0 -6
  123. package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.stories.js +0 -99
  124. package/dist/src/desktop/components/MainButton/MainButton.stories.d.ts +0 -5
  125. package/dist/src/desktop/components/MainButton/MainButton.stories.js +0 -112
  126. package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.stories.d.ts +0 -7
  127. package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.stories.js +0 -83
  128. package/dist/src/desktop/components/Radio/Radio.stories.d.ts +0 -7
  129. package/dist/src/desktop/components/Radio/Radio.stories.js +0 -100
  130. package/dist/src/desktop/components/ReactionButton/ReactionButton.stories.d.ts +0 -7
  131. package/dist/src/desktop/components/ReactionButton/ReactionButton.stories.js +0 -71
  132. package/dist/src/desktop/components/Select/Select.stories.d.ts +0 -8
  133. package/dist/src/desktop/components/Select/Select.stories.js +0 -139
  134. package/dist/src/desktop/components/StatusBlock/StatusBlock.stories.d.ts +0 -6
  135. package/dist/src/desktop/components/StatusBlock/StatusBlock.stories.js +0 -60
  136. package/dist/src/desktop/components/TextButton/TextButton.stories.d.ts +0 -5
  137. package/dist/src/desktop/components/TextButton/TextButton.stories.js +0 -73
  138. package/dist/src/desktop/components/TextField/TextField.stories.d.ts +0 -22
  139. package/dist/src/desktop/components/TextField/TextField.stories.js +0 -278
  140. package/dist/src/desktop/components/TextLabel/TextLabel.stories.d.ts +0 -7
  141. package/dist/src/desktop/components/TextLabel/TextLabel.stories.js +0 -127
  142. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.stories.d.ts +0 -5
  143. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.stories.js +0 -106
  144. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.stories.d.ts +0 -5
  145. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.stories.js +0 -117
  146. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.stories.d.ts +0 -5
  147. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.stories.js +0 -78
  148. package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.stories.d.ts +0 -7
  149. package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.stories.js +0 -106
  150. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.stories.d.ts +0 -5
  151. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.stories.js +0 -64
  152. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.stories.d.ts +0 -5
  153. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.stories.js +0 -79
  154. package/dist/src/desktop/layout/LayoutWF/LayoutWF.stories.d.ts +0 -32
  155. package/dist/src/desktop/layout/LayoutWF/LayoutWF.stories.js +0 -166
  156. package/dist/src/desktop/layout/LayoutWF/LayoutWFLoading.stories.d.ts +0 -32
  157. package/dist/src/desktop/layout/LayoutWF/LayoutWFLoading.stories.js +0 -166
  158. package/dist/src/desktop/layout/LayoutWH/LayoutWH.stories.d.ts +0 -20
  159. package/dist/src/desktop/layout/LayoutWH/LayoutWH.stories.js +0 -122
  160. package/dist/src/desktop/layout/LayoutWH/LayoutWHLoading.stories.d.ts +0 -20
  161. package/dist/src/desktop/layout/LayoutWH/LayoutWHLoading.stories.js +0 -122
  162. package/dist/src/desktop/layout/LayoutWS/LayoutWS.stories.d.ts +0 -23
  163. package/dist/src/desktop/layout/LayoutWS/LayoutWS.stories.js +0 -134
  164. package/dist/src/desktop/layout/LayoutWS/LayoutWSLoading.stories.d.ts +0 -23
  165. package/dist/src/desktop/layout/LayoutWS/LayoutWSLoading.stories.js +0 -134
  166. package/dist/src/desktop/layout/LayoutWT/LayoutWT.stories.d.ts +0 -48
  167. package/dist/src/desktop/layout/LayoutWT/LayoutWT.stories.js +0 -238
  168. package/dist/src/desktop/layout/LayoutWT/LayoutWTLoading.stories.d.ts +0 -48
  169. package/dist/src/desktop/layout/LayoutWT/LayoutWTLoading.stories.js +0 -238
  170. package/dist/src/desktop/panels/AnnotationSheet/AnnotationSheet.stories.d.ts +0 -6
  171. package/dist/src/desktop/panels/AnnotationSheet/AnnotationSheet.stories.js +0 -108
  172. package/dist/src/desktop/panels/ContentSheet/ContentSheet.stories.d.ts +0 -7
  173. package/dist/src/desktop/panels/ContentSheet/ContentSheet.stories.js +0 -145
  174. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.stories.d.ts +0 -7
  175. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.stories.js +0 -128
  176. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.stories.d.ts +0 -9
  177. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.stories.js +0 -106
  178. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.stories.d.ts +0 -5
  179. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.stories.js +0 -74
  180. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.stories.d.ts +0 -8
  181. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.stories.js +0 -148
  182. package/dist/src/desktop/panels/SectionSheet/SectionSheet.stories.d.ts +0 -6
  183. package/dist/src/desktop/panels/SectionSheet/SectionSheet.stories.js +0 -112
  184. package/dist/src/hybrid/components/Divider/Divider.stories.d.ts +0 -5
  185. package/dist/src/hybrid/components/Divider/Divider.stories.js +0 -55
  186. package/dist/src/hybrid/components/Icon/Icon.stories.d.ts +0 -8
  187. package/dist/src/hybrid/components/Icon/Icon.stories.js +0 -166
  188. package/dist/src/hybrid/components/ImageView/ImageView.stories.d.ts +0 -15
  189. package/dist/src/hybrid/components/ImageView/ImageView.stories.js +0 -111
  190. package/dist/src/hybrid/components/LinearProgress/LinearProgress.stories.d.ts +0 -5
  191. package/dist/src/hybrid/components/LinearProgress/LinearProgress.stories.js +0 -38
  192. package/dist/src/hybrid/components/LottieIcon/LottieIcon.stories.d.ts +0 -6
  193. package/dist/src/hybrid/components/LottieIcon/LottieIcon.stories.js +0 -69
  194. package/dist/src/hybrid/components/Spacing/Spacing.stories.d.ts +0 -5
  195. package/dist/src/hybrid/components/Spacing/Spacing.stories.js +0 -46
  196. package/dist/src/hybrid/components/Switch/Switch.stories.d.ts +0 -5
  197. package/dist/src/hybrid/components/Switch/Switch.stories.js +0 -58
  198. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.stories.d.ts +0 -9
  199. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.stories.js +0 -150
  200. package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.stories.d.ts +0 -5
  201. package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.stories.js +0 -87
  202. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.stories.d.ts +0 -8
  203. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.stories.js +0 -107
  204. package/dist/src/mobile/components/BasicList/BasicList.stories.d.ts +0 -5
  205. package/dist/src/mobile/components/BasicList/BasicList.stories.js +0 -79
  206. package/dist/src/mobile/components/BasicListItem/BasicListItem.stories.d.ts +0 -10
  207. package/dist/src/mobile/components/BasicListItem/BasicListItem.stories.js +0 -189
  208. package/dist/src/mobile/components/BlogTextField/BlogTextField.stories.d.ts +0 -10
  209. package/dist/src/mobile/components/BlogTextField/BlogTextField.stories.js +0 -102
  210. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.stories.d.ts +0 -8
  211. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.stories.js +0 -81
  212. package/dist/src/mobile/components/Card/Card.stories.d.ts +0 -6
  213. package/dist/src/mobile/components/Card/Card.stories.js +0 -81
  214. package/dist/src/mobile/components/CardList/CardList.stories.d.ts +0 -6
  215. package/dist/src/mobile/components/CardList/CardList.stories.js +0 -90
  216. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.stories.d.ts +0 -8
  217. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.stories.js +0 -68
  218. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.stories.d.ts +0 -17
  219. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.stories.js +0 -133
  220. package/dist/src/mobile/components/ChatList/ChatList.stories.d.ts +0 -7
  221. package/dist/src/mobile/components/ChatList/ChatList.stories.js +0 -235
  222. package/dist/src/mobile/components/Checkbox/Checkbox.stories.d.ts +0 -5
  223. package/dist/src/mobile/components/Checkbox/Checkbox.stories.js +0 -59
  224. package/dist/src/mobile/components/Chip/Chip.stories.d.ts +0 -11
  225. package/dist/src/mobile/components/Chip/Chip.stories.js +0 -95
  226. package/dist/src/mobile/components/ContextMenu/ContextMenu.stories.d.ts +0 -6
  227. package/dist/src/mobile/components/ContextMenu/ContextMenu.stories.js +0 -66
  228. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.stories.d.ts +0 -5
  229. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.stories.js +0 -66
  230. package/dist/src/mobile/components/Dropdown/Dropdown.stories.d.ts +0 -5
  231. package/dist/src/mobile/components/Dropdown/Dropdown.stories.js +0 -168
  232. package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.stories.d.ts +0 -5
  233. package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.stories.js +0 -74
  234. package/dist/src/mobile/components/HorizontalFormGroup/HorizontalFormGroup.stories.d.ts +0 -7
  235. package/dist/src/mobile/components/HorizontalFormGroup/HorizontalFormGroup.stories.js +0 -89
  236. package/dist/src/mobile/components/IconButton/IconButton.stories.d.ts +0 -5
  237. package/dist/src/mobile/components/IconButton/IconButton.stories.js +0 -108
  238. package/dist/src/mobile/components/ImageSlide/ImageSlide.stories.d.ts +0 -5
  239. package/dist/src/mobile/components/ImageSlide/ImageSlide.stories.js +0 -72
  240. package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.stories.d.ts +0 -6
  241. package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.stories.js +0 -99
  242. package/dist/src/mobile/components/MainButton/MainButton.stories.d.ts +0 -5
  243. package/dist/src/mobile/components/MainButton/MainButton.stories.js +0 -112
  244. package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.stories.d.ts +0 -9
  245. package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.stories.js +0 -137
  246. package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.stories.d.ts +0 -7
  247. package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.stories.js +0 -139
  248. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.stories.d.ts +0 -5
  249. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.stories.js +0 -79
  250. package/dist/src/mobile/components/Radio/Radio.stories.d.ts +0 -7
  251. package/dist/src/mobile/components/Radio/Radio.stories.js +0 -100
  252. package/dist/src/mobile/components/ReactionButton/ReactionButton.stories.d.ts +0 -7
  253. package/dist/src/mobile/components/ReactionButton/ReactionButton.stories.js +0 -71
  254. package/dist/src/mobile/components/Select/Select.stories.d.ts +0 -8
  255. package/dist/src/mobile/components/Select/Select.stories.js +0 -139
  256. package/dist/src/mobile/components/StatusBlock/StatusBlock.stories.d.ts +0 -6
  257. package/dist/src/mobile/components/StatusBlock/StatusBlock.stories.js +0 -60
  258. package/dist/src/mobile/components/TextButton/TextButton.stories.d.ts +0 -5
  259. package/dist/src/mobile/components/TextButton/TextButton.stories.js +0 -73
  260. package/dist/src/mobile/components/TextField/TextField.stories.d.ts +0 -22
  261. package/dist/src/mobile/components/TextField/TextField.stories.js +0 -279
  262. package/dist/src/mobile/components/TextLabel/TextLabel.stories.d.ts +0 -7
  263. package/dist/src/mobile/components/TextLabel/TextLabel.stories.js +0 -115
  264. package/dist/src/mobile/components/UploadIconButton/UploadIconButton.stories.d.ts +0 -5
  265. package/dist/src/mobile/components/UploadIconButton/UploadIconButton.stories.js +0 -105
  266. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.stories.d.ts +0 -5
  267. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.stories.js +0 -117
  268. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.stories.d.ts +0 -5
  269. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.stories.js +0 -78
  270. package/dist/src/mobile/layout/LayoutMF/LayoutMF.stories.d.ts +0 -11
  271. package/dist/src/mobile/layout/LayoutMF/LayoutMF.stories.js +0 -77
  272. package/dist/src/mobile/layout/LayoutMF/LayoutMFLoading.stories.d.ts +0 -11
  273. package/dist/src/mobile/layout/LayoutMF/LayoutMFLoading.stories.js +0 -77
  274. package/dist/src/mobile/layout/LayoutMM/LayoutMM.stories.d.ts +0 -6
  275. package/dist/src/mobile/layout/LayoutMM/LayoutMM.stories.js +0 -64
  276. package/dist/src/mobile/layout/LayoutMM/LayoutMMLoading.stories.d.ts +0 -6
  277. package/dist/src/mobile/layout/LayoutMM/LayoutMMLoading.stories.js +0 -64
  278. package/dist/src/mobile/layout/LayoutMP/LayoutMP.stories.d.ts +0 -12
  279. package/dist/src/mobile/layout/LayoutMP/LayoutMP.stories.js +0 -90
  280. package/dist/src/mobile/layout/LayoutMP/LayoutMPLoading.stories.d.ts +0 -12
  281. package/dist/src/mobile/layout/LayoutMP/LayoutMPLoading.stories.js +0 -90
  282. package/dist/src/mobile/layout/LayoutMS/LayoutMS.stories.d.ts +0 -15
  283. package/dist/src/mobile/layout/LayoutMS/LayoutMS.stories.js +0 -104
  284. package/dist/src/mobile/layout/LayoutMS/LayoutMSLoading.stories.d.ts +0 -15
  285. package/dist/src/mobile/layout/LayoutMS/LayoutMSLoading.stories.js +0 -104
  286. package/dist/src/mobile/panels/AnnotationSheet/AnnotationSheet.stories.d.ts +0 -6
  287. package/dist/src/mobile/panels/AnnotationSheet/AnnotationSheet.stories.js +0 -108
  288. package/dist/src/mobile/panels/ContentSheet/ContentSheet.stories.d.ts +0 -7
  289. package/dist/src/mobile/panels/ContentSheet/ContentSheet.stories.js +0 -145
  290. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.stories.d.ts +0 -8
  291. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.stories.js +0 -99
  292. package/dist/src/mobile/panels/SectionSheet/SectionSheet.stories.d.ts +0 -5
  293. package/dist/src/mobile/panels/SectionSheet/SectionSheet.stories.js +0 -100
  294. package/dist/src/sub/DynamicLayout/DynamicLayout.stories.d.ts +0 -5
  295. package/dist/src/sub/DynamicLayout/DynamicLayout.stories.js +0 -1158
  296. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.stories.d.ts +0 -5
  297. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.stories.js +0 -36
  298. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.stories.d.ts +0 -8
  299. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.stories.js +0 -60
  300. package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.stories.d.ts +0 -8
  301. package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.stories.js +0 -60
  302. package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.stories.d.ts +0 -8
  303. package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.stories.js +0 -60
  304. package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.stories.d.ts +0 -6
  305. package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.stories.js +0 -50
  306. package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.stories.d.ts +0 -12
  307. package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.stories.js +0 -80
  308. package/tsconfig.extend.json +0 -13
@@ -1,126 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.Information = exports.Time = exports.Label = exports.Removable = exports.FilterMulti = exports.FilterSingle = exports.CategoryChoice = void 0;
18
- var jsx_runtime_1 = require("react/jsx-runtime");
19
- var Chip_1 = __importDefault(require("./Chip"));
20
- exports.default = {
21
- title: 'desktop/components/Chip',
22
- component: Chip_1.default,
23
- parameters: {
24
- docs: {
25
- description: {
26
- component: 'desktop환경에 최적화 된 Chip 컴포넌트'
27
- }
28
- }
29
- },
30
- argTypes: {
31
- displayType: {
32
- description: '칩의 유형을 결정합니다.',
33
- control: { type: 'inline-radio' }
34
- },
35
- text: {
36
- description: '칩에 표시되는 텍스트입니다.',
37
- control: { type: 'text' }
38
- },
39
- filterIconMode: {
40
- description: '좌측 아이콘 유무를 결정합니다. (displayType이 filter_single, filter_multi일 경우에만 적용됩니다.)',
41
- control: { type: 'inline-radio' }
42
- },
43
- iconFillType: {
44
- description: '아이콘의 형태를 결정합니다. (displayType이 filter_single, filter_multi일 경우에만 적용됩니다.)',
45
- control: { type: 'inline-radio' }
46
- },
47
- iconName: {
48
- description: '아이콘 이름을 의미합니다. (displayType이 filter_single, filter_multi일 경우에만 적용됩니다.)',
49
- control: { type: 'select' }
50
- },
51
- overrideTextColorKey: {
52
- description: '텍스트 컬러의 키값을 직접 입력할 수 있습니다. (ui_로 시작하는 키값 부여) (displayType이 information일 경우에만 적용됩니다.)',
53
- control: { type: 'text' }
54
- },
55
- overrideBackgroundColorKey: {
56
- description: '배경 컬러의 키값을 직접 입력할 수 있습니다. (ui_로 시작하는 키값 부여) (displayType이 information일 경우에만 적용됩니다.)',
57
- control: { type: 'text' }
58
- },
59
- id: {
60
- description: 'chip이 갖고 있는 고유한 값입니다. (PDSValueOption)'
61
- },
62
- value: {
63
- description: '선택되어 활성화된 chip의 값입니다. (PDSValueOption)',
64
- control: { type: 'number' }
65
- },
66
- activeChipId: {
67
- description: '[deprecated] 표시한 값들에서 현재 active 상태인 값을 표시합니다. 0부터 시작합니다.',
68
- control: { type: 'none' }
69
- },
70
- chipId: {
71
- description: '[deprecated] 각 필터 칩에 부여된 number값 입니다.',
72
- control: { type: 'none' }
73
- }
74
- }
75
- };
76
- var Template = function (args) { return (0, jsx_runtime_1.jsx)(Chip_1.default, __assign({}, args), void 0); };
77
- var MultiTemplate = function (args) { return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(Chip_1.default, __assign({}, args, { chipId: "1" }), void 0), (0, jsx_runtime_1.jsx)(Chip_1.default, __assign({}, args, { chipId: "2", activeChipId: "2" }), void 0), (0, jsx_runtime_1.jsx)(Chip_1.default, __assign({}, args, { id: "1" }), void 0), (0, jsx_runtime_1.jsx)(Chip_1.default, __assign({}, args, { id: "2", value: "2" }), void 0)] }, void 0)); };
78
- exports.CategoryChoice = MultiTemplate.bind({});
79
- exports.CategoryChoice.args = {
80
- displayType: 'category_choice',
81
- filterIconMode: 'none',
82
- iconFillType: 'line',
83
- text: 'category_choice'
84
- };
85
- exports.FilterSingle = MultiTemplate.bind({});
86
- exports.FilterSingle.args = {
87
- displayType: 'filter_single',
88
- filterIconMode: 'none',
89
- iconFillType: 'line',
90
- text: 'filter_single'
91
- };
92
- exports.FilterMulti = MultiTemplate.bind({});
93
- exports.FilterMulti.args = {
94
- displayType: 'filter_multi',
95
- filterIconMode: 'none',
96
- iconFillType: 'line',
97
- text: 'filter_multi'
98
- };
99
- exports.Removable = Template.bind({});
100
- exports.Removable.args = {
101
- displayType: 'removable',
102
- filterIconMode: 'none',
103
- iconFillType: 'line',
104
- text: 'removable'
105
- };
106
- exports.Label = Template.bind({});
107
- exports.Label.args = {
108
- displayType: 'label',
109
- filterIconMode: 'none',
110
- iconFillType: 'line',
111
- text: 'label'
112
- };
113
- exports.Time = Template.bind({});
114
- exports.Time.args = {
115
- displayType: 'time',
116
- filterIconMode: 'none',
117
- iconFillType: 'line',
118
- text: '12:00'
119
- };
120
- exports.Information = Template.bind({});
121
- exports.Information.args = {
122
- displayType: 'information',
123
- filterIconMode: 'none',
124
- iconFillType: 'line',
125
- text: 'information'
126
- };
@@ -1,6 +0,0 @@
1
- import ContextMenu from './ContextMenu';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof ContextMenu>;
4
- export default _default;
5
- export declare const DefaultContextMenu: ComponentStory<typeof ContextMenu>;
6
- export declare const ListContextMenu: ComponentStory<any>;
@@ -1,71 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ListContextMenu = exports.DefaultContextMenu = void 0;
18
- var jsx_runtime_1 = require("react/jsx-runtime");
19
- var react_1 = require("react");
20
- var ContextMenuItem_1 = __importDefault(require("../ContextMenuItem/ContextMenuItem"));
21
- var ContextMenu_1 = __importDefault(require("./ContextMenu"));
22
- exports.default = {
23
- title: 'desktop/components/ContextMenu',
24
- component: ContextMenu_1.default,
25
- subcomponents: { ContextMenuItem: ContextMenuItem_1.default },
26
- parameters: {
27
- docs: {
28
- description: {
29
- component: 'desktop환경에 최적화 된 ContextMenu 컴포넌트'
30
- }
31
- }
32
- },
33
- argTypes: {
34
- children: {
35
- description: 'ContextMenu에 들어갈 자식 요소입니다. 현재는 `ContextMenuItem`만 존재합니다.'
36
- },
37
- autoWidthMode: {
38
- description: 'contextMenu가 상위 컴포넌트의 width와 같은 값을 가질지 결정합니다.',
39
- control: { type: 'inline-radio' }
40
- },
41
- maxHeight: {
42
- description: 'contextMenu의 최대 높이값입니다.'
43
- },
44
- customWidth: {
45
- description: '직접 지정한 ContextMenu의 사이즈를 결정합니다. (단위도 함께 적어주어야 합니다.) (*반드시 디자인 검수후에 사용가능합니다.)',
46
- control: { type: 'text' }
47
- }
48
- }
49
- };
50
- var Template = function (args) {
51
- return (0, jsx_runtime_1.jsx)(ContextMenu_1.default, __assign({}, args), void 0);
52
- };
53
- var ListTemplate = function (args) {
54
- var _a = (0, react_1.useState)(1), selectedValue = _a[0], setSelectedValue = _a[1];
55
- var items = [
56
- { text: '123 456 긴 텍스트 123123 길다란 텍스트입니다', value: 1 },
57
- { text: '2', value: 2 },
58
- { text: '3', value: 3 }
59
- ];
60
- var handleClick = function (option) {
61
- setSelectedValue(Number(option.value));
62
- };
63
- return ((0, jsx_runtime_1.jsx)(ContextMenu_1.default, __assign({}, args, { children: items.map(function (option, index) { return ((0, jsx_runtime_1.jsx)(ContextMenuItem_1.default, { option: option, isSelected: option.value === selectedValue, onClick: handleClick, state: option.value === 2 ? 'disabled' : 'normal' }, "" + option.value + (index + 1))); }) }), void 0));
64
- };
65
- var defaultArgs = {
66
- autoWidthMode: 'none'
67
- };
68
- exports.DefaultContextMenu = Template.bind({});
69
- exports.DefaultContextMenu.args = __assign({}, defaultArgs);
70
- exports.ListContextMenu = ListTemplate.bind({});
71
- exports.ListContextMenu.args = __assign({}, defaultArgs);
@@ -1,5 +0,0 @@
1
- import ContextMenuItem from './ContextMenuItem';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof ContextMenuItem>;
4
- export default _default;
5
- export declare const DefaultContextMenuItem: ComponentStory<typeof ContextMenuItem>;
@@ -1,68 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.DefaultContextMenuItem = void 0;
18
- var jsx_runtime_1 = require("react/jsx-runtime");
19
- var addon_actions_1 = require("@storybook/addon-actions");
20
- var ContextMenuItem_1 = __importDefault(require("./ContextMenuItem"));
21
- exports.default = {
22
- title: 'desktop/components/ContextMenuItem',
23
- component: ContextMenuItem_1.default,
24
- parameters: {
25
- docs: {
26
- description: {
27
- component: 'desktop환경에 최적화 된 ContextMenuItem 컴포넌트'
28
- }
29
- }
30
- },
31
- argTypes: {
32
- size: {
33
- description: '요소의 크기(높이와 패딩값)를 결정합니다.',
34
- control: { type: 'inline-radio' }
35
- },
36
- option: {
37
- description: '요소에 사용될 텍스트와 고유값 객체입니다.'
38
- },
39
- isSelected: {
40
- description: '선택된 요소를 결정합니다.',
41
- control: { type: 'boolean' }
42
- },
43
- state: {
44
- description: '활성화 여부를 결정합니다.',
45
- control: { type: 'inline-radio' }
46
- },
47
- onClick: {
48
- action: 'onClick'
49
- },
50
- text: {
51
- description: '[deprecated] 요소에 사용될 텍스트입니다.',
52
- control: { type: 'text' }
53
- },
54
- value: {
55
- description: '[deprecated] 요소의 고유값입니다.'
56
- }
57
- }
58
- };
59
- var Template = function (args) { return (0, jsx_runtime_1.jsx)(ContextMenuItem_1.default, __assign({}, args), void 0); };
60
- exports.DefaultContextMenuItem = Template.bind({});
61
- exports.DefaultContextMenuItem.args = {
62
- size: 'small',
63
- onClick: (0, addon_actions_1.action)('onClick'),
64
- option: {
65
- text: 'text',
66
- value: 1
67
- }
68
- };
@@ -1,9 +0,0 @@
1
- import DesktopAlertDialog from './DesktopAlertDialog';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof DesktopAlertDialog>;
4
- export default _default;
5
- export declare const Default: ComponentStory<typeof DesktopAlertDialog>;
6
- export declare const TitleDefault: ComponentStory<typeof DesktopAlertDialog>;
7
- export declare const IconDefault: ComponentStory<typeof DesktopAlertDialog>;
8
- export declare const tBtn3TextDefault: ComponentStory<typeof DesktopAlertDialog>;
9
- export declare const StackDefault: ComponentStory<typeof DesktopAlertDialog>;
@@ -1,128 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.StackDefault = exports.tBtn3TextDefault = exports.IconDefault = exports.TitleDefault = exports.Default = void 0;
18
- var jsx_runtime_1 = require("react/jsx-runtime");
19
- var DesktopAlertDialog_1 = __importDefault(require("./DesktopAlertDialog"));
20
- exports.default = {
21
- title: 'desktop/components/DesktopAlertDialog',
22
- component: DesktopAlertDialog_1.default,
23
- parameters: {
24
- docs: {
25
- description: {
26
- component: 'desktop환경에 최적화 된 DesktopAlertDialog 컴포넌트'
27
- }
28
- }
29
- },
30
- argTypes: {
31
- iconMode: {
32
- description: 'icon 표시 존재 여부',
33
- control: { type: 'inline-radio' }
34
- },
35
- titleText: {
36
- description: '표시할 텍스트 값입니다.',
37
- control: { type: 'text' }
38
- },
39
- contentText: {
40
- description: '상세 설명 텍스트입니다.',
41
- control: { type: 'text' }
42
- },
43
- btnMode: {
44
- description: 'btnTextMode',
45
- control: { type: 'inline-radio' }
46
- },
47
- tBtn1Text: {
48
- description: '가장 우측부터 사용되는 버튼 1 텍스트',
49
- control: { type: 'text' }
50
- },
51
- tBtn2Text: {
52
- description: '가장 우측부터 사용되는 버튼 2 텍스트',
53
- control: { type: 'text' }
54
- },
55
- tBtn3Text: {
56
- description: '가장 우측부터 사용되는 버튼 3 텍스트',
57
- control: { type: 'text' }
58
- },
59
- tBtn1State: {
60
- description: '가장 우측부터 사용되는 버튼 1 상태',
61
- control: { type: 'inline-radio' }
62
- },
63
- tBtn2State: {
64
- description: '가장 우측부터 사용되는 버튼 2 상태',
65
- control: { type: 'inline-radio' }
66
- },
67
- tBtn3State: {
68
- description: '가장 우측부터 사용되는 버튼 3 상태',
69
- control: { type: 'inline-radio' }
70
- },
71
- tBtn1Type: {
72
- description: '가장 우측부터 사용되는 버튼1의 type을 결정합니다.',
73
- control: { type: 'inline-radio' }
74
- },
75
- tBtn2Type: {
76
- description: '가장 우측부터 사용되는 버튼2의 type을 결정합니다.',
77
- control: { type: 'inline-radio' }
78
- },
79
- tBtn3Type: {
80
- description: '가장 우측부터 사용되는 버튼3의 type을 결정합니다.',
81
- control: { type: 'inline-radio' }
82
- }
83
- }
84
- };
85
- var Template = function (args) { return ((0, jsx_runtime_1.jsx)(DesktopAlertDialog_1.default, __assign({}, args), void 0)); };
86
- exports.Default = Template.bind({});
87
- exports.Default.args = {
88
- contentText: '비밀번호 재설정이 완료되었습니다.',
89
- btnMode: 'tbtn_amount1',
90
- tBtn1Text: '확인'
91
- };
92
- exports.TitleDefault = Template.bind({});
93
- exports.TitleDefault.args = {
94
- titleText: '계정 삭제',
95
- contentText: '정말 계정을 삭제하시겠습니까? 계정 삭제 시 지금까지 저장된 정보 및 구독자, 결제이력 등이 삭제되며 복구될 수 없습니다. ',
96
- btnMode: 'tbtn_amount2',
97
- tBtn1Text: '확인',
98
- tBtn2Text: '취소'
99
- };
100
- exports.IconDefault = Template.bind({});
101
- exports.IconDefault.args = {
102
- iconMode: 'warning',
103
- contentText: '정말 계정을 삭제하시겠습니까? 계정 삭제 시 지금까지 저장된 정보 및 구독자, 결제이력 등이 삭제되며 복구될 수 없습니다. ',
104
- btnMode: 'tbtn_amount2',
105
- tBtn1Text: '확인',
106
- tBtn2Text: '취소'
107
- };
108
- exports.tBtn3TextDefault = Template.bind({});
109
- exports.tBtn3TextDefault.args = {
110
- iconMode: 'success',
111
- titleText: 'titleText',
112
- contentText: 'contentText',
113
- btnMode: 'tbtn_amount3',
114
- tBtn1Text: 'tBtn1Text',
115
- tBtn2Text: 'tBtn2Text',
116
- tBtn3Text: 'tBtn3Text'
117
- };
118
- // 모바일 화면에서 확인해야함
119
- exports.StackDefault = Template.bind({});
120
- exports.StackDefault.args = {
121
- iconMode: 'error',
122
- titleText: 'titleText',
123
- contentText: 'contentText',
124
- btnMode: 'tbtn_amount3',
125
- tBtn1Text: 'tBtn1Text',
126
- tBtn2Text: 'tBtn2Text',
127
- tBtn3Text: 'tBtn3Text'
128
- };
@@ -1,8 +0,0 @@
1
- import DesktopHeaderBar from './DesktopHeaderBar';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof DesktopHeaderBar>;
4
- export default _default;
5
- export declare const Default: ComponentStory<typeof DesktopHeaderBar>;
6
- export declare const LeftBtnDesktopHeaderBar: ComponentStory<typeof DesktopHeaderBar>;
7
- export declare const RightBtnDesktopHeaderBar: ComponentStory<typeof DesktopHeaderBar>;
8
- export declare const ComplexBtnDesktopHeaderBar: ComponentStory<typeof DesktopHeaderBar>;
@@ -1,121 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ComplexBtnDesktopHeaderBar = exports.RightBtnDesktopHeaderBar = exports.LeftBtnDesktopHeaderBar = exports.Default = void 0;
18
- var jsx_runtime_1 = require("react/jsx-runtime");
19
- var DesktopHeaderBar_1 = __importDefault(require("./DesktopHeaderBar"));
20
- exports.default = {
21
- title: 'desktop/components/DesktopHeaderBar',
22
- component: DesktopHeaderBar_1.default,
23
- parameters: {
24
- docs: {
25
- description: {
26
- component: 'desktop환경에 최적화 된 DesktopHeaderBar 컴포넌트'
27
- }
28
- }
29
- },
30
- argTypes: {
31
- text: {
32
- description: '헤더에 사용될 텍스트입니다.',
33
- control: { type: 'text' }
34
- },
35
- size: {
36
- description: '요소의 크기를 결정합니다.',
37
- control: { type: 'inline-radio' }
38
- },
39
- leftDisplayType: {
40
- description: '컴포넌트 좌측 디스플레이 타입을 결정합니다.'
41
- },
42
- iconName: {
43
- description: '아이콘이 사용되는 경우 사용될 아이콘의 이름입니다.'
44
- },
45
- leftBtn2Mode: {
46
- description: '좌측 타이틀 영역 기준 우측에 존재하는 버튼의 사용 유무와 종류를 결정합니다.',
47
- control: { type: 'inline-radio' }
48
- },
49
- leftBtn2Text: {
50
- description: 'leftBtn1Mode `mbtn` 또는 `tbtn`일 경우, 버튼 내부에 들어갈 텍스트를 결정합니다.',
51
- control: { type: 'text' }
52
- },
53
- rightBtnMode: {
54
- description: '우측에서 첫 번째 버튼의 타입을 결정합니다.'
55
- },
56
- rightBtn2Mode: {
57
- description: '우측에서 두번째 버튼의 타입을 결정합니다.'
58
- },
59
- rightBtn3Mode: {
60
- description: '우측에서 세번째 버튼의 타입을 결정합니다.'
61
- },
62
- mBtnState: {
63
- description: 'rightBtnMode가 `mbtn` 또는 `mbtn_fill`일 경우, 버튼의 상태를 결정합니다.'
64
- },
65
- mBtn2State: {
66
- description: 'rightBtn2Mode가 `mbtn` 또는 `mbtn_fill`일 경우, 버튼의 상태를 결정합니다.'
67
- },
68
- mBtnText: {
69
- description: 'rightBtnMode가 `mbtn` 또는 `mbtn_fill`일 경우, 버튼 내부에 들어갈 텍스트를 결정합니다.',
70
- control: { type: 'text' }
71
- },
72
- mBtn2Text: {
73
- description: 'rightBtn2Mode가 `mbtn` 또는 `mbtn_fill`일 경우, 버튼 내부에 들어갈 텍스트를 결정합니다.',
74
- control: { type: 'text' }
75
- },
76
- dividerType: {
77
- description: '디바이더 여부를 결정합니다.',
78
- control: { type: 'inline-radio' }
79
- },
80
- onClickLeftBtn: {
81
- description: 'leftDisplayType가 `back`일 경우, back 버튼 클릭 시 사용될 액션입니다.',
82
- action: 'onClickLeftBtn'
83
- },
84
- onClickLeft2Btn: {
85
- description: 'leftBtn2Mode가 `none`이 아닐 경우, 버튼 클릭 시 사용될 액션입니다.',
86
- action: 'onClickLeft2Btn'
87
- },
88
- onClickRightBtn: {
89
- description: 'rightBtnMode가 `none`이 아닐 경우, 버튼 클릭 시 사용될 액션입니다.',
90
- action: 'onClickRightBtn'
91
- },
92
- onClickRightBtn2: {
93
- description: 'rightBtn2Mode가 `none`이 아닐 경우, 버튼 클릭 시 사용될 액션입니다.',
94
- action: 'onClickRightBtn2'
95
- },
96
- onClickRightBtn3: {
97
- description: 'rightBtn3Mode가 `none`이 아닐 경우, 버튼 클릭 시 사용될 액션입니다.',
98
- action: 'onClickRightBtn3'
99
- }
100
- }
101
- };
102
- var Template = function (args) { return (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, __assign({}, args), void 0); };
103
- exports.Default = Template.bind({});
104
- exports.Default.args = {
105
- text: 'Title'
106
- };
107
- var LeftBtnMode = function (_a) {
108
- var onClickLeftBtn = _a.onClickLeftBtn, text = _a.text, iconName = _a.iconName, dividerType = _a.dividerType, size = _a.size;
109
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { leftDisplayType: "text", text: text || 'Text Mode', size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { leftDisplayType: "icon", text: text || 'Icon Mode', iconName: iconName || 'ic_vods', size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { leftDisplayType: "back", text: text || 'Back Mode', onClickLeftBtn: onClickLeftBtn, size: size, dividerType: dividerType }, void 0)] }, void 0));
110
- };
111
- exports.LeftBtnDesktopHeaderBar = LeftBtnMode.bind({});
112
- var RightBtnMode = function (_a) {
113
- var onClickRightBtn = _a.onClickRightBtn, text = _a.text, mBtnText = _a.mBtnText, size = _a.size, dividerType = _a.dividerType;
114
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { rightBtnMode: "close", text: text || 'Close Mode', onClickRightBtn: onClickRightBtn, size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { rightBtnMode: "mbtn", text: text || 'MBtn Mode', mBtnText: mBtnText || 'Button', onClickRightBtn: onClickRightBtn, size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { rightBtnMode: "mbtn_fill", text: text || 'MBtn Fill Mode', mBtnText: mBtnText || 'Button', onClickRightBtn: onClickRightBtn, size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { rightBtnMode: "help_window", text: text || 'Help Window Mode', mBtnText: mBtnText || 'Button', onClickRightBtn: onClickRightBtn, size: size, dividerType: dividerType }, void 0)] }, void 0));
115
- };
116
- exports.RightBtnDesktopHeaderBar = RightBtnMode.bind({});
117
- var ComplexBtnMode = function (_a) {
118
- var onClickLeftBtn = _a.onClickLeftBtn, onClickRightBtn = _a.onClickRightBtn, onClickRightBtn2 = _a.onClickRightBtn2, onClickRightBtn3 = _a.onClickRightBtn3, text = _a.text, iconName = _a.iconName, mBtnText = _a.mBtnText, size = _a.size, dividerType = _a.dividerType;
119
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { leftDisplayType: "text", rightBtnMode: "close", text: text || 'Text Close Mode', size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { leftDisplayType: "icon", rightBtnMode: "close", text: text || 'Icon Close Mode', iconName: iconName || 'ic_vods', size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { leftDisplayType: "icon", rightBtnMode: "mbtn", text: text || 'Icon MBtn Mode', iconName: iconName || 'ic_bell', mBtnText: mBtnText || 'Button', onClickRightBtn: onClickRightBtn, size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { leftDisplayType: "back", onClickLeftBtn: onClickLeftBtn, rightBtnMode: "mbtn", text: text || 'Back MBtn Mode', mBtnText: mBtnText || 'Button', onClickRightBtn: onClickRightBtn, size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { leftDisplayType: "icon", onClickLeftBtn: onClickLeftBtn, rightBtnMode: "mbtn_fill", rightBtn2Mode: "mbtn", text: text || 'Icon MBtn Two Mode', iconName: iconName || 'ic_call', mBtnText: mBtnText || 'Button', mBtn2Text: mBtnText || 'Button', onClickRightBtn: onClickRightBtn, onClickRightBtn2: onClickRightBtn2, size: size, dividerType: dividerType }, void 0), (0, jsx_runtime_1.jsx)(DesktopHeaderBar_1.default, { leftDisplayType: "icon", onClickLeftBtn: onClickLeftBtn, rightBtnMode: "mbtn_fill", rightBtn2Mode: "mbtn", rightBtn3Mode: "help_window", text: text || 'Icon MBtn Full Mode', iconName: iconName || 'ic_call_end', mBtnText: mBtnText || 'Button', mBtn2Text: mBtnText || 'Button', onClickRightBtn: onClickRightBtn, onClickRightBtn2: onClickRightBtn2, onClickRightBtn3: onClickRightBtn3, size: size, dividerType: dividerType }, void 0)] }, void 0));
120
- };
121
- exports.ComplexBtnDesktopHeaderBar = ComplexBtnMode.bind({});
@@ -1,7 +0,0 @@
1
- import DesktopTabBar from './DesktopTabBar';
2
- import type { ComponentMeta, ComponentStory } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof DesktopTabBar>;
4
- export default _default;
5
- export declare const MainDefault: ComponentStory<typeof DesktopTabBar>;
6
- export declare const SubDefault: ComponentStory<typeof DesktopTabBar>;
7
- export declare const ContentDefault: ComponentStory<typeof DesktopTabBar>;