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,73 +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.Default = void 0;
18
- var jsx_runtime_1 = require("react/jsx-runtime");
19
- var TextButton_1 = __importDefault(require("./TextButton"));
20
- exports.default = {
21
- title: 'mobile/components/TextButton',
22
- component: TextButton_1.default,
23
- parameters: {
24
- docs: {
25
- description: {
26
- component: 'mobile환경에 최적화 된 TextButton 컴포넌트'
27
- }
28
- }
29
- },
30
- argTypes: {
31
- text: {
32
- description: '표시할 텍스트 값입니다.',
33
- control: { type: 'text' }
34
- },
35
- size: {
36
- description: '크기를 결정합니다. 단순히 요소의 width, height 뿐만 아니라 텍스트 크기, 아이콘 크기 등이 다 포함됩니다.',
37
- control: { type: 'inline-radio' }
38
- },
39
- responsiveMode: {
40
- description: '너비의 100% 여부를 결정합니다.',
41
- control: { type: 'inline-radio' }
42
- },
43
- fontWeight: {
44
- description: '크기를 결정합니다. 단순히 요소의 width, height 뿐만 아니라 텍스트 크기, 아이콘 크기 등이 다 포함됩니다.',
45
- control: { type: 'inline-radio' }
46
- },
47
- type: {
48
- description: '버튼 태그 자체의 type을 결정합니다.',
49
- control: { type: 'inline-radio' }
50
- },
51
- state: {
52
- description: '상태를 결정합니다.',
53
- control: { type: 'inline-radio' }
54
- },
55
- colorTheme: {
56
- description: '컬러의 프리셋 테마입니다.',
57
- control: { type: 'inline-radio' }
58
- },
59
- onClick: {
60
- action: 'onClick'
61
- }
62
- }
63
- };
64
- var Template = function (args) { return (0, jsx_runtime_1.jsx)(TextButton_1.default, __assign({}, args), void 0); };
65
- exports.Default = Template.bind({});
66
- exports.Default.args = {
67
- text: 'TextButton',
68
- size: 'large',
69
- responsiveMode: 'none',
70
- type: 'button',
71
- state: 'normal',
72
- colorTheme: 'none'
73
- };
@@ -1,22 +0,0 @@
1
- import TextField from './TextField';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof TextField>;
4
- export default _default;
5
- export declare const Default: ComponentStory<typeof TextField>;
6
- export declare const NoKeyAction: ComponentStory<typeof TextField>;
7
- export declare const SingleSize: ComponentStory<typeof TextField>;
8
- export declare const SingleSizeIcon: ComponentStory<typeof TextField>;
9
- export declare const SingleState: ComponentStory<typeof TextField>;
10
- export declare const SingleStateIcon: ComponentStory<typeof TextField>;
11
- export declare const SingleColorTheme: ComponentStory<typeof TextField>;
12
- export declare const TransparentColorTheme: ComponentStory<typeof TextField>;
13
- export declare const SinglePreventBlankMode: ComponentStory<typeof TextField>;
14
- export declare const SingleValidation: ComponentStory<typeof TextField>;
15
- export declare const MultiSizeOnlyLarge: ComponentStory<typeof TextField>;
16
- export declare const MultiState: ComponentStory<typeof TextField>;
17
- export declare const MultiRows: ComponentStory<typeof TextField>;
18
- export declare const MultiValidation: ComponentStory<typeof TextField>;
19
- export declare const AutoSizeOnlyLarge: ComponentStory<typeof TextField>;
20
- export declare const AutoState: ComponentStory<typeof TextField>;
21
- export declare const AutoRows: ComponentStory<typeof TextField>;
22
- export declare const AutoValidation: ComponentStory<typeof TextField>;
@@ -1,279 +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.AutoValidation = exports.AutoRows = exports.AutoState = exports.AutoSizeOnlyLarge = exports.MultiValidation = exports.MultiRows = exports.MultiState = exports.MultiSizeOnlyLarge = exports.SingleValidation = exports.SinglePreventBlankMode = exports.TransparentColorTheme = exports.SingleColorTheme = exports.SingleStateIcon = exports.SingleState = exports.SingleSizeIcon = exports.SingleSize = exports.NoKeyAction = exports.Default = void 0;
18
- var jsx_runtime_1 = require("react/jsx-runtime");
19
- var withFormProvider_1 = require("../../../common/decorators/withFormProvider");
20
- var components_1 = require("../../../hybrid/components");
21
- var TextLabel_1 = __importDefault(require("../TextLabel/TextLabel"));
22
- var TextField_1 = __importDefault(require("./TextField"));
23
- exports.default = {
24
- title: 'mobile/components/TextField',
25
- component: TextField_1.default,
26
- parameters: {
27
- docs: {
28
- description: {
29
- component: 'mobile환경에 최적화 된 TextField 컴포넌트. react-hook-form의 FormProvider와 pds-dev-kit의 Form 컴포넌트로 감싸서 사용해야 작동합니다. (form계열 컴포넌트의 경우 control을 사용하여 테스트 할 수 없습니다.)'
30
- },
31
- source: { type: 'code' }
32
- },
33
- controls: { hideNoControlsWarning: true }
34
- },
35
- argTypes: {
36
- name: {
37
- description: 'form의 name을 지정해줍니다.'
38
- },
39
- hintText: {
40
- description: 'placeholder에 표시할 텍스트 값입니다.',
41
- control: { type: 'text' }
42
- },
43
- defaultText: {
44
- description: '지정된 기본 값을 보여줘야 할 때 사용합니다.',
45
- control: { type: 'text' }
46
- },
47
- textAlign: {
48
- description: '텍스트 정렬을 결정합니다.',
49
- control: { type: 'inline-radio' }
50
- },
51
- prefixText: {
52
- description: '입력 값 외에 접두사를 보여줘야 할 때 사용합니다.',
53
- control: { type: 'text' }
54
- },
55
- suffixText: {
56
- description: '입력 값 외에 접미사를 보여줘야 할 때 사용합니다.',
57
- control: { type: 'text' }
58
- },
59
- validation: {
60
- description: 'validation 조건과 에러 메세지 영역에서 표시할 텍스트 값을 부여할 수 있습니다.'
61
- },
62
- validationPoint: {
63
- description: 'validation 검증(유효성 검증)의 시점을 결정할 수 있습니다. (validation이 부여되었을때 작동합니다.) (onChange: 입력할 때마다 항시 유효성 검증, onBlur: focus-out 시 유효성 검증)'
64
- },
65
- preventBlankMode: {
66
- description: '공백을 막는 행위에 대해 결정할 수 있습니다. (textLineType: single일때만 적용 가능합니다.) (validation, validationPoint와 별개로 작동합니다.) (none: 공백을 막지 않습니다. trim: 앞 뒤 공백을 막으며, onBlur 시점에 적용됩니다. all: 모든 공백을 막으며, onChange 시점에 적용됩니다.)'
67
- },
68
- enterSubmitMode: {
69
- description: 'Enter키를 통한 제출을 사용할 수 있습니다. (textLineType가 single(input)일때만 해당)'
70
- },
71
- size: {
72
- description: '크기를 결정합니다. (textLineType : single일때만 여러가지 크기를 가질 수 있고, 나머지는 Large만 가질 수 있습니다.)'
73
- },
74
- responsiveMode: {
75
- description: '너비의 100% 여부를 결정합니다.',
76
- control: { type: 'inline-radio' }
77
- },
78
- textLineType: {
79
- description: '텍스트의 개행 방법을 결정합니다. (single(singleline) : 한 줄, multi(multiline) : 정해진 높이값을 가지고 있는 textarea, auto(multiline auto size) : 글자 수에 따라 함께 늘어나는 형태'
80
- },
81
- multiRows: {
82
- description: 'textLineType : multi일 때, 지정할 문장의 열 수를 결정합니다. (높이값 결정)',
83
- control: { type: 'number' }
84
- },
85
- autoMinRows: {
86
- description: 'textLineType : auto일 때, 보여줄 문장의 최소 열 수를 결정합니다.',
87
- control: { type: 'number' }
88
- },
89
- autoMaxRows: {
90
- description: 'textLineType : auto일 때, 보여줄 문장의 최대 열 수를 결정합니다.',
91
- control: { type: 'number' }
92
- },
93
- inputType: {
94
- description: 'textLineType : single일 때, input의 유형을 설정합니다.',
95
- control: {
96
- type: 'select',
97
- defaultValue: 'text',
98
- options: [
99
- 'text',
100
- 'date',
101
- 'datetime',
102
- 'datetime-local',
103
- 'month',
104
- 'number',
105
- 'range',
106
- 'time',
107
- 'week'
108
- ]
109
- }
110
- },
111
- state: {
112
- description: 'textfield의 상태를 결정합니다.'
113
- },
114
- iBtn1IconName: {
115
- description: '우측에서 1번째 아이콘 이름을 의미합니다.'
116
- },
117
- iBtn1IconFillType: {
118
- description: '우측에서 1번째 아이콘의 형태를 결정합니다.'
119
- },
120
- iBtn2IconName: {
121
- description: '우측에서 2번째 아이콘 이름을 의미합니다.'
122
- },
123
- iBtn2IconFillType: {
124
- description: '우측에서 2번째 아이콘의 형태를 결정합니다.'
125
- },
126
- colorTheme: {
127
- description: '컬러의 프리셋 테마입니다.'
128
- },
129
- min: {
130
- description: 'textLineType : single일 때, input의 type이 최솟값 또는 최대값을 가질 수 있는 경우(date, datetime, datetime-local, month, number, range, time, week) 최솟값을 부여합니다.',
131
- control: { type: 'text' }
132
- },
133
- max: {
134
- description: 'textLineType : single일 때, input의 type이 최솟값 또는 최대값을 가질 수 있는 경우(date, datetime, datetime-local, month, number, range, time, week) 최댓값을 부여합니다.',
135
- control: { type: 'text' }
136
- },
137
- maxLength: {
138
- description: '입력할 수 잇는 최대 문자수를 부여합니다.',
139
- control: { type: 'number' }
140
- },
141
- autoComplete: {
142
- description: '자동완성 기능을 어떻게 사용할지 결정합니다.'
143
- },
144
- customWidth: {
145
- description: '직접 지정한 TextField의 사이즈를 결정합니다. (단위도 함께 적어주어야 합니다.) (*반드시 디자인 검수후에 사용가능합니다.)'
146
- },
147
- onBlur: { action: 'onBlur' },
148
- onChange: { action: 'onChange' },
149
- onClickIBtn1: {
150
- description: '우측에서 1번째 아이콘을 눌렀을때, 행할 액션을 결정합니다.'
151
- },
152
- onClickIBtn2: {
153
- description: '우측에서 2번째 아이콘을 눌렀을때, 행할 액션을 결정합니다.'
154
- },
155
- onFocus: { action: 'onFocus' },
156
- onKeyUp: { action: 'onKeyUp' },
157
- onKeyDown: { action: 'onKeyDown' },
158
- onTarget: { action: 'onTarget' }
159
- },
160
- decorators: [function (story) { return (0, withFormProvider_1.withFormProvider)(story); }]
161
- };
162
- var Template = function (args) {
163
- return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(TextField_1.default, __assign({}, args), void 0) }, void 0));
164
- };
165
- exports.Default = Template.bind({});
166
- exports.Default.args = {
167
- name: 'TextField',
168
- responsiveMode: 'none',
169
- hintText: 'hintText'
170
- };
171
- var NoKeyActionTemplate = function (args) {
172
- return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(TextField_1.default, __assign({}, args, { onKeyUp: undefined, onKeyDown: undefined }), void 0) }, void 0));
173
- };
174
- exports.NoKeyAction = NoKeyActionTemplate.bind({});
175
- exports.NoKeyAction.args = {
176
- name: 'TextField',
177
- hintText: 'hintText',
178
- responsiveMode: 'none'
179
- };
180
- var SingleSizeTemplate = function () {
181
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single Small", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleSmall", hintText: "singleSmall", size: "small" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single Medium", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleMedium", hintText: "singleMedium", size: "medium" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single Large", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleLarge", hintText: "singleLarge", size: "large" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single Responsive Large", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleResponsiveLarge", hintText: "singleResponsiveLarge", size: "rlarge" }, void 0)] }, void 0));
182
- };
183
- exports.SingleSize = SingleSizeTemplate.bind({});
184
- var SingleSizeIconTemplate = function () {
185
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single Small", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleSmall", hintText: "singleSmall", size: "small", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single Medium", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleMedium", hintText: "singleMedium", size: "medium", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single Large", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleLarge", hintText: "singleLarge", size: "large", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single Responsive Large", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleResponsiveLarge", hintText: "singleResponsiveLarge", size: "rlarge", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0)] }, void 0));
186
- };
187
- exports.SingleSizeIcon = SingleSizeIconTemplate.bind({});
188
- var SingleStateTemplate = function () {
189
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single normal", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "normal", hintText: "normal", state: "normal" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single read only", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "readOnly", hintText: "read only", defaultText: "read only", state: "read_only" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single disabled", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "disabled", hintText: "disabled", defaultText: "disabled", state: "disabled" }, void 0)] }, void 0));
190
- };
191
- exports.SingleState = SingleStateTemplate.bind({});
192
- var SingleStateIconTemplate = function () {
193
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single normal", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "normal", hintText: "normal", state: "normal", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single read only", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "readOnly", hintText: "read only", defaultText: "read only", state: "read_only", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single disabled", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "disabled", hintText: "disabled", defaultText: "disabled", state: "disabled", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0)] }, void 0));
194
- };
195
- exports.SingleStateIcon = SingleStateIconTemplate.bind({});
196
- var SingleColorThemeTemplate = function () {
197
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single None (light tone \uC801\uC6A9\uC2DC\uC5D0\uB294 light \uCEEC\uB7EC, dark tone \uC801\uC6A9\uC2DC\uC5D0\uB294 dark \uCEEC\uB7EC \uC801\uC6A9)", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleNone", hintText: "singleNone", colorTheme: "none", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Single Dark (light tone \uC801\uC6A9\uC2DC\uC5D0\uB3C4 dark\uCEEC\uB7EC \uC720\uC9C0)", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleDark", hintText: "singleDark", colorTheme: "dark", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0)] }, void 0));
198
- };
199
- exports.SingleColorTheme = SingleColorThemeTemplate.bind({});
200
- var TransparentColorThemeTemplate = function () {
201
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "normal", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleNone", hintText: "singleNone", colorTheme: "transparent", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "disabled", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleNone", hintText: "singleNone", colorTheme: "transparent", state: "disabled", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "read only", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singleNone", hintText: "singleNone", colorTheme: "transparent", state: "read_only", iBtn1IconName: "ic_copy", iBtn2IconName: "ic_open_page" }, void 0)] }, void 0));
202
- };
203
- exports.TransparentColorTheme = TransparentColorThemeTemplate.bind({});
204
- var SinglePreventBlankModeTemplate = function () {
205
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "none (\uACF5\uBC31\uC744 \uB9C9\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.)", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singlePreventBlankModeNone", hintText: "singlePreventBlankModeNone" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "trim (\uC55E \uB4A4 \uACF5\uBC31\uC744 \uB9C9\uC73C\uBA70, onBlur \uC2DC\uC810\uC5D0 \uC801\uC6A9\uB429\uB2C8\uB2E4.)", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singlePreventBlankModeTrim", hintText: "singlePreventBlankModeTrim", preventBlankMode: "trim" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "all (\uBAA8\uB4E0 \uACF5\uBC31\uC744 \uB9C9\uC73C\uBA70, onChange \uC2DC\uC810\uC5D0 \uC801\uC6A9\uB429\uB2C8\uB2E4.)", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "singlePreventBlankModeAll", hintText: "singlePreventBlankModeAll", preventBlankMode: "all" }, void 0)] }, void 0));
206
- };
207
- exports.SinglePreventBlankMode = SinglePreventBlankModeTemplate.bind({});
208
- var SingleValidationTemplate = function () {
209
- var emailValidation = {
210
- required: '이메일을 입력해 주세요.',
211
- pattern: {
212
- // eslint-disable-next-line no-useless-escape
213
- value: /^([a-zA-Z0-9\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$/,
214
- message: '올바르지 않은 이메일입니다.'
215
- }
216
- };
217
- var passwordValidation = {
218
- required: '비밀번호를 입력해 주세요.',
219
- minLength: { value: 5, message: '비밀번호는 5자 이상이여야합니다.' }
220
- };
221
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "validationPoint onBlur", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "email", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { inputType: "email", name: "email", validation: emailValidation }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "password", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { inputType: "password", name: "password", validation: passwordValidation }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_g" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "validationPoint onChange", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "email", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { inputType: "email", name: "onChangeEmail", validation: emailValidation, validationPoint: "onChange" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "password", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { inputType: "password", name: "onChangePassword", validation: passwordValidation, validationPoint: "onChange" }, void 0)] }, void 0));
222
- };
223
- exports.SingleValidation = SingleValidationTemplate.bind({});
224
- var MultiSizeTemplate = function () {
225
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Multi Large", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "multiLarge", hintText: "multiLarge", size: "large", textLineType: "multi" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Multi Responsive Large", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "multiResponsiveLarge", hintText: "multiResponsiveLarge", size: "rlarge", textLineType: "multi" }, void 0)] }, void 0));
226
- };
227
- exports.MultiSizeOnlyLarge = MultiSizeTemplate.bind({});
228
- var MultiStateTemplate = function () {
229
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Multi normal", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "normal", hintText: "normal", state: "normal", textLineType: "multi" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Multi read only", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "readOnly", hintText: "read only", defaultText: "read only", state: "read_only", textLineType: "multi" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Multi disabled", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "disabled", hintText: "disabled", defaultText: "disabled", state: "disabled", textLineType: "multi" }, void 0)] }, void 0));
230
- };
231
- exports.MultiState = MultiStateTemplate.bind({});
232
- var MultiRowsTemplate = function () {
233
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "multiRows: 1", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "multiRows1", hintText: "multiRows1", state: "normal", textLineType: "multi", multiRows: 1 }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "multiRows: 2", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "multiRows2", hintText: "multiRows2", state: "normal", textLineType: "multi", multiRows: 2 }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "multiRows: 5", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "multiRow5", hintText: "multiRow5", state: "normal", textLineType: "multi", multiRows: 5 }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "multiRows: 8 (default)", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "multiRows8", hintText: "multiRows8", state: "normal", textLineType: "multi", multiRows: 8 }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0)] }, void 0));
234
- };
235
- exports.MultiRows = MultiRowsTemplate.bind({});
236
- var MultiValidationTemplate = function () {
237
- var emailValidation = {
238
- required: '이메일을 입력해 주세요.',
239
- pattern: {
240
- // eslint-disable-next-line no-useless-escape
241
- value: /^([a-zA-Z0-9\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$/,
242
- message: '올바르지 않은 이메일입니다.'
243
- }
244
- };
245
- var passwordValidation = {
246
- required: '비밀번호를 입력해 주세요.',
247
- minLength: { value: 5, message: '비밀번호는 5자 이상이여야합니다.' }
248
- };
249
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "validationPoint onBlur", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "email", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { textLineType: "multi", inputType: "email", name: "multiEmail", validation: emailValidation }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "password", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { textLineType: "multi", inputType: "password", name: "multiPassword", validation: passwordValidation }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_g" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "validationPoint onChange", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "email", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { textLineType: "multi", inputType: "email", name: "onChangeMultiEmail", validation: emailValidation, validationPoint: "onChange" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "password", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { textLineType: "multi", inputType: "password", name: "onChangeMultiPassword", validation: passwordValidation, validationPoint: "onChange" }, void 0)] }, void 0));
250
- };
251
- exports.MultiValidation = MultiValidationTemplate.bind({});
252
- var AutoSizeTemplate = function () {
253
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Auto Large", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "autoLarge", hintText: "autoLarge", size: "large", textLineType: "auto" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Auto Responsive Large", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "autoResponsiveLarge", hintText: "autoResponsiveLarge", size: "rlarge", textLineType: "auto" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0)] }, void 0));
254
- };
255
- exports.AutoSizeOnlyLarge = AutoSizeTemplate.bind({});
256
- var AutoStateTemplate = function () {
257
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Auto normal", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "normal", hintText: "normal", state: "normal", textLineType: "auto" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Auto read only", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "readOnly", hintText: "read only", defaultText: "read only", state: "read_only", textLineType: "auto" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Auto disabled", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "disabled", hintText: "disabled", defaultText: "disabled", state: "disabled", textLineType: "auto" }, void 0)] }, void 0));
258
- };
259
- exports.AutoState = AutoStateTemplate.bind({});
260
- var AutoRowsTemplate = function () {
261
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "autoRows: 1 to 3", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "autoRows1to3", hintText: "autoRows1to3", state: "normal", textLineType: "auto", autoMinRows: 1, autoMaxRows: 3 }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "autoRows: 2 to 5", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "autoRows2to5", hintText: "autoRows2to5", state: "normal", textLineType: "auto", autoMinRows: 2, autoMaxRows: 5 }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "autoRows: 5 to 8", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "autoRow5to8", hintText: "autoRow5to8", state: "normal", textLineType: "auto", autoMinRows: 5, autoMaxRows: 8 }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "autoRows: 8 to infinity (default)", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { name: "autoRows8toInfinity", hintText: "autoRows8toInfinity", state: "normal", textLineType: "auto", autoMinRows: 8 }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0)] }, void 0));
262
- };
263
- exports.AutoRows = AutoRowsTemplate.bind({});
264
- var AutoValidationTemplate = function () {
265
- var emailValidation = {
266
- required: '이메일을 입력해 주세요.',
267
- pattern: {
268
- // eslint-disable-next-line no-useless-escape
269
- value: /^([a-zA-Z0-9\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$/,
270
- message: '올바르지 않은 이메일입니다.'
271
- }
272
- };
273
- var passwordValidation = {
274
- required: '비밀번호를 입력해 주세요.',
275
- minLength: { value: 5, message: '비밀번호는 5자 이상이여야합니다.' }
276
- };
277
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "validationPoint onBlur", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "email", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { textLineType: "auto", inputType: "email", name: "autoEmail", validation: emailValidation }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "password", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { textLineType: "auto", inputType: "password", name: "autoPassword", validation: passwordValidation }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_g" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "validationPoint onChange", styleTheme: "headingBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "email", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { textLineType: "auto", inputType: "email", name: "onChangeAutoEmail", validation: emailValidation, validationPoint: "onChange" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "password", styleTheme: "subTitleBold" }, void 0), (0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextField_1.default, { textLineType: "auto", inputType: "password", name: "onChangeAutoPassword", validation: passwordValidation, validationPoint: "onChange" }, void 0)] }, void 0));
278
- };
279
- exports.AutoValidation = AutoValidationTemplate.bind({});
@@ -1,7 +0,0 @@
1
- import TextLabel from './TextLabel';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof TextLabel>;
4
- export default _default;
5
- export declare const ShortText: ComponentStory<typeof TextLabel>;
6
- export declare const LongText: ComponentStory<typeof TextLabel>;
7
- export declare const LongTextWithLineBreakTab: ComponentStory<typeof TextLabel>;
@@ -1,115 +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.LongTextWithLineBreakTab = exports.LongText = exports.ShortText = void 0;
18
- var jsx_runtime_1 = require("react/jsx-runtime");
19
- var TextLabel_1 = __importDefault(require("./TextLabel"));
20
- exports.default = {
21
- title: 'mobile/components/TextLabel',
22
- component: TextLabel_1.default,
23
- parameters: {
24
- docs: {
25
- description: {
26
- component: 'mobile환경에 최적화 된 TextLabel 컴포넌트'
27
- }
28
- }
29
- },
30
- argTypes: {
31
- text: {
32
- description: '표시할 텍스트 값입니다.',
33
- control: { type: 'text' }
34
- },
35
- textAlign: {
36
- description: '텍스트 정렬 위치를 결정합니다.',
37
- control: { type: 'inline-radio' }
38
- },
39
- styleTheme: {
40
- description: '텍스트 스타일의 프리셋 테마입니다.',
41
- control: { type: 'select' }
42
- },
43
- colorOverride: {
44
- description: '텍스트 컬러의 키값을 직접 입력할 수 있습니다. (ui_로 시작하는 키값 부여) (color에 키값을 넣으면 colorTheme의 값은 무시됩니다.)',
45
- control: { type: 'text' }
46
- },
47
- colorTheme: {
48
- description: '텍스트 컬러의 프리셋 테마입니다.',
49
- control: { type: 'select' }
50
- },
51
- singleLineMode: {
52
- description: '텍스트의 행간을 결정합니다. none일때는 텍스트 스타일(사이즈)에 기본적으로 부여된 행간을 사용합니다. use일때는 행간 1 부여 (텍스트가 1줄로만 사용할 시 부여합니다.)',
53
- control: { type: 'inline-radio' }
54
- },
55
- ellipsisMode: {
56
- description: '말줄임표 사용을 결정합니다. lineLimit가 함께 부여되어야만 작동합니다.',
57
- control: { type: 'inline-radio' }
58
- },
59
- lineLimit: {
60
- description: 'ellipsisMode가 use 일 때, 말줄임을 적용할 행의 수를 선택합니다.',
61
- control: { type: 'number' }
62
- },
63
- userSelectMode: {
64
- description: '텍스트 블록 지정에 대한 유무를 결정합니다.',
65
- control: { type: 'inline-radio' }
66
- },
67
- customFontSize: {
68
- description: '직접 지정한 텍스트의 사이즈를 결정합니다. (단위도 함께 적어주어야 합니다.) (*반드시 디자인 검수후에 사용가능합니다.)',
69
- control: { type: 'text' }
70
- },
71
- customFontWeight: {
72
- description: '직접 지정한 텍스트의 굵기를 결정합니다. (customFontWeight은 customFontSize를 썼을때만 사용 가능합니다.) (*반드시 디자인 검수후에 사용가능합니다.)',
73
- control: { type: 'inline-radio' }
74
- },
75
- textDecorationType: {
76
- description: '텍스트의 서식을 결정합니다.',
77
- control: { type: 'inline-radio' }
78
- },
79
- requirementMode: {
80
- description: '텍스트 필수(*) 표시 사용 여부를 결정합니다.',
81
- control: { type: 'inline-radio' }
82
- },
83
- bulletPointMode: {
84
- description: '텍스트의 글머리 기호 사용 여부를 결정합니다.',
85
- control: { type: 'inline-radio' }
86
- },
87
- wordBreak: {
88
- description: '줄바꿈 형식을 결정합니다.',
89
- control: { type: 'inline-radio' }
90
- },
91
- letterSpacing: {
92
- description: '텍스트의 사이 간격을 결정합니다. (단위도 함께 적어주어야 합니다.) (*반드시 디자인 검수후에 사용가능합니다.)',
93
- control: { type: 'text' }
94
- }
95
- }
96
- };
97
- var defaultArgs = {
98
- textAlign: 'left',
99
- styleTheme: 'body2Bold',
100
- colorTheme: 'sysTextPrimary',
101
- singleLineMode: 'none',
102
- ellipsisMode: 'none',
103
- userSelectMode: 'none',
104
- textDecorationType: 'none',
105
- requirementMode: 'none',
106
- bulletPointMode: 'none',
107
- wordBreak: 'keep_all'
108
- };
109
- var Template = function (args) { return (0, jsx_runtime_1.jsx)(TextLabel_1.default, __assign({}, args), void 0); };
110
- exports.ShortText = Template.bind({});
111
- exports.ShortText.args = __assign(__assign({}, defaultArgs), { text: 'text' });
112
- exports.LongText = Template.bind({});
113
- exports.LongText.args = __assign(__assign({}, defaultArgs), { text: 'We are going to eat a breakfast at the Embassy coffee shop. Besides we will lunch and dinner at fancier places. Anyway, after breakfast we are going to go to the Metropolitan Museum of Art. Then we will take a bus across Central Park and go to the Museum of Natural History. Then we will head downtown and go shopping.겨울이 잠, 언덕 헤일 별 이름자를 우는 하나의 거외다. 불러 가슴속에 써 부끄러운 벌레는 사랑과 마리아 봅니다. 밤이 가난한 패, 마디씩 아직 있습니다. 별 지나가는 별을 이제 남은 아름다운 까닭입니다. 위에도 내린 속의 했던 너무나 당신은 다하지 이름과, 까닭입니다. 아직 이름과 하나에 당신은 비둘기, 봅니다. 가득 쉬이 강아지, 계십니다. 이름과, 그리워 언덕 있습니다. 하나에 이네들은 헤는 내 하나에 강아지, 슬퍼하는 계십니다. 별 오는 걱정도 나는 패, 쓸쓸함과 별 이름을 가득 거외다. 별들을 새워 이국 아무 까닭입니다. 이런 이런 이름을 차 우는 벌레는 멀듯이, 나의 새겨지는 까닭입니다. 하나 파란 멀리 벌써 아직 그러나 가슴속에 까닭입니다. 나의 별 언덕 있습니다. 노새, 소녀들의 그리워 노루, 이네들은 청춘이 마리아 까닭입니다. 불러 같이 지나고 있습니다. 같이 위에 아스라히 이국 못 까닭이요, 있습니다. 헤는 못 써 북간도에 별 너무나 멀리 이웃 까닭입니다. 우는 하나의 이름자 딴은 버리었습니다. 이국 이웃 하나에 새겨지는 듯합니다. 없이 하나에 그러나 까닭입니다. 아스라히 한 하나에 잔디가 경, 별 피어나듯이 벌레는 별들을 까닭입니다. 걱정도 하나 사랑과 있습니다. 무엇인지 릴케 이름을 멀리 어머니, 강아지, 이런 계십니다. 써 이름을 된 흙으로 봅니다. 그리워 노루, 지나가는 이 않은 나는 아이들의 계집애들의 아직 있습니다. 풀이 아스라히 봄이 라이너 내일 무성할 헤일 있습니다. 하나에 된 한 다하지 듯합니다.' });
114
- exports.LongTextWithLineBreakTab = Template.bind({});
115
- exports.LongTextWithLineBreakTab.args = __assign(__assign({}, defaultArgs), { text: 'We are going to eat a breakfast at the Embassy coffee shop. \nBesides we will lunch and dinner at fancier places. \nAnyway, after breakfast we are going to go to the Metropolitan Museum of Art. \nThen we will take a bus across Central Park and go to the Museum of Natural History. \nThen we will head downtown and go shopping. \n겨울이 잠, 언덕 헤일 별 이름자를 우는 하나의 거외다. 불러 가슴속에 써 부끄러운 벌레는 사랑과 마리아 봅니다. 밤이 가난한 패, 마디씩 아직 있습니다. 별 지나가는 별을 이제 남은 아름다운 까닭입니다. 위에도 내린 속의 했던 너무나 당신은 다하지 이름과, 까닭입니다. 아직 이름과 하나에 당신은 비둘기, 봅니다. 가득 쉬이 강아지, 계십니다. 이름과, 그리워 언덕 있습니다. 하나에 이네들은 헤는 내 하나에 강아지, 슬퍼하는 계십니다. \n별 오는 걱정도 나는 패, 쓸쓸함과 별 이름을 가득 거외다. 별들을 새워 이국 아무 까닭입니다. 이런 이런 이름을 차 우는 벌레는 멀듯이, 나의 새겨지는 까닭입니다. 하나 파란 멀리 벌써 아직 그러나 가슴속에 까닭입니다. 나의 별 언덕 있습니다. 노새, 소녀들의 그리워 노루, 이네들은 청춘이 마리아 까닭입니다. 불러 같이 지나고 있습니다. 같이 위에 아스라히 이국 못 까닭이요, 있습니다. 헤는 못 써 북간도에 별 너무나 멀리 이웃 까닭입니다. \n우는 하나의 이름자 딴은 버리었습니다. 이국 이웃 하나에 새겨지는 듯합니다. 없이 하나에 그러나 까닭입니다. 아스라히 한 하나에 잔디가 경, 별 피어나듯이 벌레는 별들을 까닭입니다. 걱정도 하나 사랑과 있습니다. 무엇인지 릴케 이름을 멀리 어머니, 강아지, 이런 계십니다. 써 이름을 된 흙으로 봅니다. 그리워 노루, 지나가는 이 않은 나는 아이들의 계집애들의 아직 있습니다. 풀이 아스라히 봄이 라이너 내일 무성할 헤일 있습니다. 하나에 된 한 다하지 듯합니다.' });
@@ -1,5 +0,0 @@
1
- import UploadIconButton from './UploadIconButton';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof UploadIconButton>;
4
- export default _default;
5
- export declare const Default: ComponentStory<typeof UploadIconButton>;