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,145 +0,0 @@
1
- "use strict";
2
- var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
- return cooked;
5
- };
6
- var __assign = (this && this.__assign) || function () {
7
- __assign = Object.assign || function(t) {
8
- for (var s, i = 1, n = arguments.length; i < n; i++) {
9
- s = arguments[i];
10
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
11
- t[p] = s[p];
12
- }
13
- return t;
14
- };
15
- return __assign.apply(this, arguments);
16
- };
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- exports.UseCase2Thumbnail = exports.UseCase1Community = exports.Default = void 0;
22
- var jsx_runtime_1 = require("react/jsx-runtime");
23
- var styled_components_1 = __importDefault(require("styled-components"));
24
- var hybrid_1 = require("../../../hybrid");
25
- var ReactionButton_1 = __importDefault(require("../../components/ReactionButton/ReactionButton"));
26
- var TextLabel_1 = __importDefault(require("../../components/TextLabel/TextLabel"));
27
- var ContentSheet_1 = __importDefault(require("./ContentSheet"));
28
- exports.default = {
29
- title: 'mobile/panels/ContentSheet',
30
- component: ContentSheet_1.default,
31
- parameters: {
32
- docs: {
33
- description: {
34
- component: 'mobile환경에 최적화 된 ContentSheet 패널'
35
- }
36
- }
37
- },
38
- argTypes: {
39
- width: {
40
- description: '너비값을 입력합니다. (px, %, vw...)',
41
- control: { type: 'text' }
42
- },
43
- height: {
44
- description: '높이값을 입력합니다. (px, %, vh...)',
45
- control: { type: 'text' }
46
- },
47
- backgroundColorTheme: {
48
- description: '미리 부여되어 있는 색상으로 배경 컬러를 결정합니다.',
49
- control: { type: 'inline-radio' }
50
- },
51
- overrideBackgroundColorKey: {
52
- description: '미리 부여되어 있는 색상 외의 색상으로 배경 컬러를 결정합니다. (ui_로 정의된 컬러값)',
53
- control: { type: 'select' }
54
- },
55
- borderMode: {
56
- description: '라인의 사용여부를 결정합니다.',
57
- control: { type: 'inline-radio' }
58
- },
59
- borderWidth: {
60
- description: '라인의 굵기를 결정합니다.',
61
- control: { type: 'inline-radio' }
62
- },
63
- borderColorTheme: {
64
- description: '미리 부여되어 있는 색상으로 라인 컬러를 결정합니다.',
65
- control: { type: 'inline-radio' }
66
- },
67
- overrideBorderColorKey: {
68
- description: '미리 부여되어 있는 색상 외의 색상으로 라인 컬러를 결정합니다. (ui_로 정의된 컬러값)',
69
- control: { type: 'select' }
70
- },
71
- shapeType: {
72
- description: '형태를 결정합니다.',
73
- control: { type: 'inline-radio' }
74
- },
75
- radius: {
76
- description: '모서리값을 결정합니다. (*shapeType : round 일 때만 적용됩니다.)',
77
- control: { type: 'inline-radio' }
78
- },
79
- paddingTop: {
80
- description: 'padding-top 값을 결정합니다.',
81
- control: { type: 'radio' }
82
- },
83
- paddingRight: {
84
- description: 'padding-right 값을 결정합니다.',
85
- control: { type: 'radio' }
86
- },
87
- paddingBottom: {
88
- description: 'padding-bottom 값을 결정합니다.',
89
- control: { type: 'radio' }
90
- },
91
- paddingLeft: {
92
- description: 'padding-left 값을 결정합니다.',
93
- control: { type: 'radio' }
94
- },
95
- overrideCSS: {
96
- description: '제공되어진 property와 value를 가지고 표현할 수 없는 경우를 자유롭게 기술하여 표현할 수 있습니다.'
97
- },
98
- children: {
99
- description: 'sheet내부에 내용을 부여할 수 있습니다.'
100
- },
101
- loadingWidth: {
102
- description: '로딩 상태일때의 너비값을 입력합니다. (px, %, vw...) (없다면 width값이 적용됩니다.)',
103
- control: { type: 'text' }
104
- },
105
- loadingHeight: {
106
- description: '로딩 상태일때의 높이값을 입력합니다. (px, %, vh...) (없다면 width값이 적용됩니다.)',
107
- control: { type: 'text' }
108
- },
109
- isLoading: {
110
- description: '로딩 상태 여부를 결정합니다.',
111
- control: { type: 'boolean' }
112
- },
113
- onClick: {
114
- description: '클릭이 된 시점에 이벤트를 부여합니다.',
115
- action: 'onClick'
116
- }
117
- }
118
- };
119
- var Template = function (args) { return (0, jsx_runtime_1.jsx)(ContentSheet_1.default, __assign({}, args), void 0); };
120
- exports.Default = Template.bind({});
121
- var S_Profile = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
122
- var S_TextWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n"], ["\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
123
- var S_ReactionButtonWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
124
- exports.UseCase1Community = Template.bind({});
125
- exports.UseCase1Community.args = {
126
- width: '100%',
127
- children: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(S_Profile, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.ImageView, { src: "https://placekitten.com/300/300", shapeType: "circular", width: 48, borderMode: "use", scaleType: "cover", ratio: "1_1" }, void 0), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_c", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsxs)(S_TextWrapper, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "\uB2C9\uB124\uC784", styleTheme: "caption1Bold" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "9\uC2DC\uAC04 \uC804", styleTheme: "caption2Regular", colorTheme: "sysTextTertiary" }, void 0)] }, void 0)] }, void 0), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_d" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.", styleTheme: "body1Regular" }, void 0), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_d" }, void 0), (0, jsx_runtime_1.jsxs)(S_ReactionButtonWrapper, { children: [(0, jsx_runtime_1.jsx)(ReactionButton_1.default, { text: 486 }, void 0), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(ReactionButton_1.default, { text: 10000, iconName: "ic_reply" }, void 0)] }, void 0)] }, void 0)),
128
- shapeType: 'round',
129
- overrideCSS: {
130
- display: 'flex',
131
- flexDirection: 'column'
132
- }
133
- };
134
- exports.UseCase2Thumbnail = Template.bind({});
135
- exports.UseCase2Thumbnail.args = {
136
- width: '300px',
137
- backgroundColorTheme: 'transparent',
138
- children: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.ImageView, { src: "https://placekitten.com/300/300", ratio: "16_9", scaleType: "cover", shapeType: "round", radius: 8, width: "responsive", backgroundFillMode: "use", borderMode: "use" }, void 0), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.default, { text: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.", styleTheme: "body1Regular", ellipsisMode: "use", lineLimit: 1 }, void 0)] }, void 0)),
139
- overrideCSS: {
140
- display: 'flex',
141
- flexDirection: 'column',
142
- margin: '12px'
143
- }
144
- };
145
- var templateObject_1, templateObject_2, templateObject_3;
@@ -1,8 +0,0 @@
1
- import MobileBasicModal from './MobileBasicModal';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof MobileBasicModal>;
4
- export default _default;
5
- export declare const Default: ComponentStory<typeof MobileBasicModal>;
6
- export declare const TwoButton: ComponentStory<typeof MobileBasicModal>;
7
- export declare const ContentTextScrollDefault: ComponentStory<typeof MobileBasicModal>;
8
- export declare const BodyOverflowVisible: ComponentStory<typeof MobileBasicModal>;
@@ -1,99 +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.BodyOverflowVisible = exports.ContentTextScrollDefault = exports.TwoButton = exports.Default = void 0;
18
- var jsx_runtime_1 = require("react/jsx-runtime");
19
- var components_1 = require("../../components");
20
- var MobileBasicModal_1 = __importDefault(require("./MobileBasicModal"));
21
- exports.default = {
22
- title: 'mobile/panels/MobileBasicModal',
23
- component: MobileBasicModal_1.default,
24
- parameters: {
25
- docs: {
26
- description: {
27
- component: 'mobile환경에 최적화 된 MobileBasicModal 컴포넌트'
28
- }
29
- }
30
- },
31
- argTypes: {
32
- titleText: {
33
- description: '표시할 타이틀 텍스트 값입니다.',
34
- control: { type: 'text' }
35
- },
36
- bodySpacingMode: {
37
- description: 'body 영역의 여백 사용 여부를 결정합니다.',
38
- control: { type: 'inline-radio' }
39
- },
40
- bodyOverflowType: {
41
- description: 'body 영역의 오버플로우 타입을 결정합니다.',
42
- control: { type: 'inline-radio' }
43
- },
44
- contentText: {
45
- description: '본문에 사용할 상세 설명 텍스트입니다.',
46
- control: { type: 'text' }
47
- },
48
- mBtnText: {
49
- description: '메인 버튼의 텍스트입니다.',
50
- control: { type: 'text' }
51
- },
52
- mBtnState: {
53
- description: '메인 버튼의 상태입니다.',
54
- control: { type: 'inline-radio' }
55
- },
56
- mBtnType: {
57
- description: '메인 버튼의 type을 결정합니다.',
58
- control: { type: 'inline-radio' }
59
- },
60
- tBtnText: {
61
- description: '텍스트 버튼의 텍스트입니다.',
62
- control: { type: 'text' }
63
- },
64
- tBtnState: {
65
- description: '텍스트 버튼의 상태입니다.',
66
- control: { type: 'inline-radio' }
67
- },
68
- tBtnType: {
69
- description: '텍스트 버튼의 type을 결정합니다.',
70
- control: { type: 'inline-radio' }
71
- }
72
- }
73
- };
74
- var Template = function (args) { return (0, jsx_runtime_1.jsx)(MobileBasicModal_1.default, __assign({}, args), void 0); };
75
- exports.Default = Template.bind({});
76
- exports.Default.args = {
77
- titleText: 'titleText',
78
- contentText: 'contentText',
79
- mBtnText: 'mBtnText'
80
- };
81
- exports.TwoButton = Template.bind({});
82
- exports.TwoButton.args = __assign(__assign({}, exports.Default.args), { tBtnText: 'tBtnText' });
83
- // NOTE: 모바일 화면에서 확인해야함
84
- exports.ContentTextScrollDefault = Template.bind({});
85
- exports.ContentTextScrollDefault.args = {
86
- titleText: 'titleText',
87
- contentText: 'contentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentTextcontentText',
88
- mBtnText: 'mBtnText'
89
- };
90
- var BodyOverflowTemplate = function (args) {
91
- var items = [
92
- { text: '1', value: 1 },
93
- { text: '2', value: 2 },
94
- { text: '3', value: 3 }
95
- ];
96
- return ((0, jsx_runtime_1.jsx)(MobileBasicModal_1.default, __assign({}, args, { children: (0, jsx_runtime_1.jsx)(components_1.Dropdown, { valueArray: items, responsiveMode: "use" }, void 0) }), void 0));
97
- };
98
- exports.BodyOverflowVisible = BodyOverflowTemplate.bind({});
99
- exports.BodyOverflowVisible.args = __assign(__assign({}, exports.Default.args), { contentText: '', bodyOverflowType: 'visible' });
@@ -1,5 +0,0 @@
1
- import SectionSheet from './SectionSheet';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof SectionSheet>;
4
- export default _default;
5
- export declare const Default: ComponentStory<typeof SectionSheet>;
@@ -1,100 +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 SectionSheet_1 = __importDefault(require("./SectionSheet"));
20
- exports.default = {
21
- title: 'mobile/panels/SectionSheet',
22
- component: SectionSheet_1.default,
23
- parameters: {
24
- docs: {
25
- description: {
26
- component: 'mobile환경에 최적화 된 SectionSheet 패널'
27
- }
28
- }
29
- },
30
- argTypes: {
31
- width: {
32
- description: '너비값을 입력합니다. (px, %, vw...)',
33
- control: { type: 'text' }
34
- },
35
- height: {
36
- description: '높이값을 입력합니다. (px, %, vh...)',
37
- control: { type: 'text' }
38
- },
39
- backgroundColorTheme: {
40
- description: '미리 부여되어 있는 색상으로 배경 컬러를 결정합니다.',
41
- control: { type: 'inline-radio' }
42
- },
43
- overrideBackgroundColorKey: {
44
- description: '미리 부여되어 있는 색상 외의 색상으로 배경 컬러를 결정합니다. (ui_로 정의된 컬러값)',
45
- control: { type: 'select' }
46
- },
47
- borderMode: {
48
- description: '라인의 사용여부를 결정합니다.',
49
- control: { type: 'inline-radio' }
50
- },
51
- borderWidth: {
52
- description: '라인의 굵기를 결정합니다.',
53
- control: { type: 'inline-radio' }
54
- },
55
- borderColorTheme: {
56
- description: '미리 부여되어 있는 색상으로 라인 컬러를 결정합니다.',
57
- control: { type: 'inline-radio' }
58
- },
59
- overrideBorderColorKey: {
60
- description: '미리 부여되어 있는 색상 외의 색상으로 라인 컬러를 결정합니다. (ui_로 정의된 컬러값)',
61
- control: { type: 'select' }
62
- },
63
- shapeType: {
64
- description: '형태를 결정합니다.',
65
- control: { type: 'inline-radio' }
66
- },
67
- radius: {
68
- description: '모서리값을 결정합니다. (*shapeType : round 일 때만 적용됩니다.)',
69
- control: { type: 'inline-radio' }
70
- },
71
- paddingTop: {
72
- description: 'padding-top 값을 결정합니다.',
73
- control: { type: 'radio' }
74
- },
75
- paddingRight: {
76
- description: 'padding-right 값을 결정합니다.',
77
- control: { type: 'radio' }
78
- },
79
- paddingBottom: {
80
- description: 'padding-bottom 값을 결정합니다.',
81
- control: { type: 'radio' }
82
- },
83
- paddingLeft: {
84
- description: 'padding-left 값을 결정합니다.',
85
- control: { type: 'radio' }
86
- },
87
- overrideCSS: {
88
- description: '제공되어진 property와 value를 가지고 표현할 수 없는 경우를 자유롭게 기술하여 표현할 수 있습니다.'
89
- },
90
- children: {
91
- description: 'sheet내부에 내용을 부여할 수 있습니다.'
92
- },
93
- onClick: {
94
- description: '사용시에 마우스 포인터의 모양이 변경됩니다.',
95
- action: 'onClick'
96
- }
97
- }
98
- };
99
- var Template = function (args) { return ((0, jsx_runtime_1.jsx)(SectionSheet_1.default, __assign({}, args, { onClick: undefined }), void 0)); };
100
- exports.Default = Template.bind({});
@@ -1,5 +0,0 @@
1
- import DynamicLayout from './DynamicLayout';
2
- import type { ComponentStory, ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<typeof DynamicLayout>;
4
- export default _default;
5
- export declare const Sample: ComponentStory<typeof DynamicLayout>;