@lunit/design-system 2.1.0 → 2.2.3

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 (354) hide show
  1. package/.babelrc.json +1 -1
  2. package/README.md +22 -21
  3. package/dist/cjs/components/Alert/index.js +1 -1
  4. package/dist/cjs/components/Alert/index.js.map +1 -1
  5. package/dist/cjs/components/Button/index.js +1 -1
  6. package/dist/cjs/components/Button/index.js.map +1 -1
  7. package/dist/cjs/components/Checkbox/index.js +1 -1
  8. package/dist/cjs/components/Checkbox/index.js.map +1 -1
  9. package/dist/cjs/components/Chip/index.js +1 -1
  10. package/dist/cjs/components/Chip/index.js.map +1 -1
  11. package/dist/cjs/components/DataTable/index.js.map +1 -1
  12. package/dist/cjs/components/DatePicker/index.js.map +1 -1
  13. package/dist/cjs/components/Dialog/index.js +1 -1
  14. package/dist/cjs/components/Dialog/index.js.map +1 -1
  15. package/dist/cjs/components/Dropdown/index.js +1 -1
  16. package/dist/cjs/components/Dropdown/index.js.map +1 -1
  17. package/dist/cjs/components/FormLabel/index.js +1 -1
  18. package/dist/cjs/components/FormLabel/index.js.map +1 -1
  19. package/dist/cjs/components/Radio/index.js +1 -1
  20. package/dist/cjs/components/Radio/index.js.map +1 -1
  21. package/dist/cjs/components/RadioGroup/index.js.map +1 -1
  22. package/dist/cjs/components/TextField/index.js +1 -1
  23. package/dist/cjs/components/TextField/index.js.map +1 -1
  24. package/dist/cjs/components/Toggle/index.js +1 -1
  25. package/dist/cjs/components/Toggle/index.js.map +1 -1
  26. package/dist/cjs/components/ToggleButton/index.js +1 -1
  27. package/dist/cjs/components/ToggleButton/index.js.map +1 -1
  28. package/dist/cjs/components/Tooltip/index.js.map +1 -1
  29. package/dist/cjs/components/Typography/index.js.map +1 -1
  30. package/dist/cjs/index.js +1 -1
  31. package/dist/cjs/index.js.map +1 -1
  32. package/dist/components/Alert/Alert.js +8 -8
  33. package/dist/components/Alert/Alert.js.map +1 -1
  34. package/dist/components/Alert/Alert.styled.js +26 -26
  35. package/dist/components/Alert/Alert.styled.js.map +1 -1
  36. package/dist/components/Alert/Alert.utils.js +9 -9
  37. package/dist/components/Alert/Alert.utils.js.map +1 -1
  38. package/dist/components/Alert/index.js +1 -1
  39. package/dist/components/Button/Button.js +23 -17
  40. package/dist/components/Button/Button.js.map +1 -1
  41. package/dist/components/Button/Button.styled.js +88 -88
  42. package/dist/components/Button/Button.styled.js.map +1 -1
  43. package/dist/components/Button/index.js +1 -1
  44. package/dist/components/Button/utils/getButtonPaddingBySizeAndKind.js +9 -9
  45. package/dist/components/Button/utils/getButtonPaddingBySizeAndKind.js.map +1 -1
  46. package/dist/components/Button/utils/getHoverStyle.js +1 -1
  47. package/dist/components/Button/utils/getHoverStyle.js.map +1 -1
  48. package/dist/components/Button/utils/getIconButtonPaddingBySizeAndKind.js +6 -12
  49. package/dist/components/Button/utils/getIconButtonPaddingBySizeAndKind.js.map +1 -1
  50. package/dist/components/Checkbox/Checkbox.js +9 -9
  51. package/dist/components/Checkbox/Checkbox.js.map +1 -1
  52. package/dist/components/Checkbox/index.js +1 -1
  53. package/dist/components/Chip/Chip.js +29 -26
  54. package/dist/components/Chip/Chip.js.map +1 -1
  55. package/dist/components/Chip/Chip.styled.js +52 -52
  56. package/dist/components/Chip/Chip.styled.js.map +1 -1
  57. package/dist/components/Chip/consts.js +5 -5
  58. package/dist/components/Chip/index.js +1 -1
  59. package/dist/components/DataTable/DataTable.js +1 -1
  60. package/dist/components/DataTable/index.js +1 -1
  61. package/dist/components/DatePicker/DatePicker.js +1 -1
  62. package/dist/components/DatePicker/index.js +1 -1
  63. package/dist/components/Dialog/Dialog.js +18 -18
  64. package/dist/components/Dialog/Dialog.js.map +1 -1
  65. package/dist/components/Dialog/Dialog.styled.js +90 -90
  66. package/dist/components/Dialog/Dialog.styled.js.map +1 -1
  67. package/dist/components/Dialog/components/DialogAction.js +6 -6
  68. package/dist/components/Dialog/index.js +1 -1
  69. package/dist/components/Dropdown/Dropdown.js +23 -21
  70. package/dist/components/Dropdown/Dropdown.js.map +1 -1
  71. package/dist/components/Dropdown/Dropdown.styled.js +85 -86
  72. package/dist/components/Dropdown/Dropdown.styled.js.map +1 -1
  73. package/dist/components/Dropdown/DropdownItem.js +14 -14
  74. package/dist/components/Dropdown/DropdownItem.js.map +1 -1
  75. package/dist/components/Dropdown/index.js +2 -2
  76. package/dist/components/Dropdown/index.js.map +1 -1
  77. package/dist/components/FormLabel/FormLabel.js +1 -1
  78. package/dist/components/FormLabel/FormLabel.styled.js +2 -2
  79. package/dist/components/FormLabel/FormLabel.styled.js.map +1 -1
  80. package/dist/components/FormLabel/index.js +1 -1
  81. package/dist/components/Radio/Radio.js +8 -8
  82. package/dist/components/Radio/Radio.js.map +1 -1
  83. package/dist/components/Radio/index.js +1 -1
  84. package/dist/components/RadioGroup/index.js +1 -1
  85. package/dist/components/TextField/TextField.js +8 -8
  86. package/dist/components/TextField/TextField.js.map +1 -1
  87. package/dist/components/TextField/TextField.style.js +112 -112
  88. package/dist/components/TextField/TextField.style.js.map +1 -1
  89. package/dist/components/TextField/TextFieldIcon.js +2 -2
  90. package/dist/components/TextField/TextFieldIcon.js.map +1 -1
  91. package/dist/components/TextField/index.js +1 -1
  92. package/dist/components/Toast/Toast.js +13 -13
  93. package/dist/components/Toast/Toast.js.map +1 -1
  94. package/dist/components/Toast/Toast.styled.js +26 -26
  95. package/dist/components/Toast/Toast.utils.js +3 -3
  96. package/dist/components/Toast/Toast.utils.js.map +1 -1
  97. package/dist/components/Toast/index.js +1 -1
  98. package/dist/components/Toggle/Toggle.js +3 -4
  99. package/dist/components/Toggle/Toggle.js.map +1 -1
  100. package/dist/components/Toggle/Toggle.styled.js +30 -30
  101. package/dist/components/Toggle/Toggle.styled.js.map +1 -1
  102. package/dist/components/Toggle/index.js +1 -1
  103. package/dist/components/ToggleButton/ToggleButton.js +6 -6
  104. package/dist/components/ToggleButton/ToggleButton.js.map +1 -1
  105. package/dist/components/ToggleButton/ToggleButton.styled.js +20 -20
  106. package/dist/components/ToggleButton/ToggleButton.styled.js.map +1 -1
  107. package/dist/components/ToggleButton/index.js +1 -1
  108. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
  109. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.js.map +1 -1
  110. package/dist/components/ToggleButtonGroup/index.js +1 -1
  111. package/dist/components/Tooltip/Tooltip.js +1 -1
  112. package/dist/components/Tooltip/index.js +1 -1
  113. package/dist/components/Typography/Typography.js +1 -1
  114. package/dist/components/Typography/Typography.js.map +1 -1
  115. package/dist/components/Typography/index.js +1 -1
  116. package/dist/foundation/Elevation/index.js +27 -27
  117. package/dist/foundation/Elevation/utils.js +1 -1
  118. package/dist/foundation/Elevation/utils.js.map +1 -1
  119. package/dist/foundation/Typography/index.js +35 -35
  120. package/dist/foundation/Typography/index.js.map +1 -1
  121. package/dist/foundation/Typography/tokens.js +136 -136
  122. package/dist/foundation/Typography/tokens.js.map +1 -1
  123. package/dist/foundation/colors/base/blue.js +12 -12
  124. package/dist/foundation/colors/base/green.js +12 -12
  125. package/dist/foundation/colors/base/grey.js +28 -28
  126. package/dist/foundation/colors/base/index.js +11 -11
  127. package/dist/foundation/colors/base/lunitGreen.js +11 -11
  128. package/dist/foundation/colors/base/lunitTeal.js +12 -12
  129. package/dist/foundation/colors/base/magenta.js +12 -12
  130. package/dist/foundation/colors/base/opacity.js +4 -4
  131. package/dist/foundation/colors/base/orange.js +12 -12
  132. package/dist/foundation/colors/base/purple.js +12 -12
  133. package/dist/foundation/colors/base/red.js +12 -12
  134. package/dist/foundation/colors/base/yellow.js +12 -12
  135. package/dist/foundation/colors/index.js +119 -121
  136. package/dist/foundation/colors/index.js.map +1 -1
  137. package/dist/foundation/colors/token/component.js +184 -212
  138. package/dist/foundation/colors/token/component.js.map +1 -1
  139. package/dist/foundation/colors/token/core.js +112 -133
  140. package/dist/foundation/colors/token/core.js.map +1 -1
  141. package/dist/foundation/colors/token/index.js +2 -2
  142. package/dist/foundation/index.js +5 -5
  143. package/dist/index.js +20 -20
  144. package/dist/theme.js +6 -6
  145. package/dist/types/components/Alert/Alert.d.ts +2 -2
  146. package/dist/types/components/Alert/Alert.styled.d.ts +1 -2
  147. package/dist/types/components/Alert/Alert.types.d.ts +2 -2
  148. package/dist/types/components/Alert/Alert.utils.d.ts +1 -1
  149. package/dist/types/components/Alert/index.d.ts +1 -1
  150. package/dist/types/components/Button/Button.d.ts +1 -1
  151. package/dist/types/components/Button/Button.styled.d.ts +249 -265
  152. package/dist/types/components/Button/Button.types.d.ts +16 -16
  153. package/dist/types/components/Button/index.d.ts +1 -1
  154. package/dist/types/components/Button/utils/getButtonPaddingBySizeAndKind.d.ts +4 -4
  155. package/dist/types/components/Button/utils/getHoverStyle.d.ts +2 -1
  156. package/dist/types/components/Button/utils/getIconButtonPaddingBySizeAndKind.d.ts +4 -4
  157. package/dist/types/components/Checkbox/Checkbox.d.ts +1 -1
  158. package/dist/types/components/Checkbox/index.d.ts +1 -1
  159. package/dist/types/components/Chip/Chip.d.ts +1 -1
  160. package/dist/types/components/Chip/Chip.styled.d.ts +6 -79
  161. package/dist/types/components/Chip/Chip.types.d.ts +15 -14
  162. package/dist/types/components/Chip/index.d.ts +1 -1
  163. package/dist/types/components/DataTable/index.d.ts +1 -1
  164. package/dist/types/components/DatePicker/index.d.ts +1 -1
  165. package/dist/types/components/Dialog/Dialog.d.ts +11 -11
  166. package/dist/types/components/Dialog/Dialog.styled.d.ts +3 -4
  167. package/dist/types/components/Dialog/components/DialogAction.d.ts +2 -2
  168. package/dist/types/components/Dialog/index.d.ts +2 -2
  169. package/dist/types/components/Dropdown/Dropdown.d.ts +2 -2
  170. package/dist/types/components/Dropdown/Dropdown.styled.d.ts +4 -39
  171. package/dist/types/components/Dropdown/Dropdown.types.d.ts +5 -5
  172. package/dist/types/components/Dropdown/DropdownItem.d.ts +3 -3
  173. package/dist/types/components/Dropdown/index.d.ts +3 -3
  174. package/dist/types/components/FormLabel/FormLabel.d.ts +1 -1
  175. package/dist/types/components/FormLabel/index.d.ts +1 -1
  176. package/dist/types/components/Radio/Radio.d.ts +1 -1
  177. package/dist/types/components/Radio/index.d.ts +1 -1
  178. package/dist/types/components/RadioGroup/index.d.ts +1 -1
  179. package/dist/types/components/TextField/TextField.d.ts +2 -2
  180. package/dist/types/components/TextField/TextField.style.d.ts +3 -4
  181. package/dist/types/components/TextField/TextField.types.d.ts +6 -6
  182. package/dist/types/components/TextField/TextFieldIcon.d.ts +2 -2
  183. package/dist/types/components/TextField/index.d.ts +2 -2
  184. package/dist/types/components/Toast/Toast.d.ts +2 -2
  185. package/dist/types/components/Toast/Toast.types.d.ts +3 -3
  186. package/dist/types/components/Toast/Toast.utils.d.ts +1 -1
  187. package/dist/types/components/Toast/index.d.ts +2 -2
  188. package/dist/types/components/Toggle/Toggle.d.ts +1 -1
  189. package/dist/types/components/Toggle/Toggle.styled.d.ts +2 -2
  190. package/dist/types/components/Toggle/Toggle.types.d.ts +3 -3
  191. package/dist/types/components/Toggle/index.d.ts +1 -1
  192. package/dist/types/components/ToggleButton/ToggleButton.d.ts +1 -1
  193. package/dist/types/components/ToggleButton/ToggleButton.styled.d.ts +2 -34
  194. package/dist/types/components/ToggleButton/ToggleButton.types.d.ts +10 -10
  195. package/dist/types/components/ToggleButton/index.d.ts +1 -1
  196. package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  197. package/dist/types/components/ToggleButtonGroup/index.d.ts +1 -1
  198. package/dist/types/components/Tooltip/index.d.ts +1 -1
  199. package/dist/types/components/Typography/Typography.d.ts +6 -6
  200. package/dist/types/components/Typography/index.d.ts +1 -1
  201. package/dist/types/components/index.d.ts +2 -2
  202. package/dist/types/foundation/Elevation/index.d.ts +22 -22
  203. package/dist/types/foundation/Typography/index.d.ts +78 -78
  204. package/dist/types/foundation/Typography/tokens.d.ts +69 -69
  205. package/dist/types/foundation/colors/base/index.d.ts +11 -11
  206. package/dist/types/foundation/colors/index.d.ts +13 -20
  207. package/dist/types/foundation/colors/token/component.d.ts +1 -1
  208. package/dist/types/foundation/colors/token/core.d.ts +1 -1
  209. package/dist/types/foundation/colors/token/index.d.ts +2 -2
  210. package/dist/types/foundation/colors/types.d.ts +0 -7
  211. package/dist/types/foundation/index.d.ts +4 -11
  212. package/dist/types/foundation/spacing.d.ts +1 -1
  213. package/dist/types/index.d.ts +20 -20
  214. package/dist/types/theme.d.ts +1 -1
  215. package/package.json +22 -26
  216. package/src/components/Alert/Alert.styled.ts +39 -49
  217. package/src/components/Alert/Alert.tsx +10 -16
  218. package/src/components/Alert/Alert.types.ts +2 -2
  219. package/src/components/Alert/Alert.utils.ts +13 -22
  220. package/src/components/Alert/index.ts +1 -1
  221. package/src/components/Button/Button.styled.ts +98 -101
  222. package/src/components/Button/Button.tsx +71 -69
  223. package/src/components/Button/Button.types.ts +19 -21
  224. package/src/components/Button/index.ts +1 -1
  225. package/src/components/Button/utils/getButtonPaddingBySizeAndKind.ts +13 -13
  226. package/src/components/Button/utils/getHoverStyle.ts +4 -2
  227. package/src/components/Button/utils/getIconButtonPaddingBySizeAndKind.ts +10 -19
  228. package/src/components/Checkbox/Checkbox.tsx +13 -25
  229. package/src/components/Checkbox/index.ts +1 -1
  230. package/src/components/Chip/Chip.styled.ts +69 -72
  231. package/src/components/Chip/Chip.tsx +33 -55
  232. package/src/components/Chip/Chip.types.ts +18 -24
  233. package/src/components/Chip/consts.ts +5 -5
  234. package/src/components/Chip/index.ts +1 -1
  235. package/src/components/DataTable/DataTable.tsx +2 -2
  236. package/src/components/DataTable/index.ts +1 -1
  237. package/src/components/DatePicker/DatePicker.tsx +2 -2
  238. package/src/components/DatePicker/index.ts +1 -1
  239. package/src/components/Dialog/Dialog.styled.ts +112 -114
  240. package/src/components/Dialog/Dialog.tsx +41 -46
  241. package/src/components/Dialog/components/DialogAction.tsx +8 -8
  242. package/src/components/Dialog/index.ts +3 -3
  243. package/src/components/Dropdown/Dropdown.styled.tsx +88 -89
  244. package/src/components/Dropdown/Dropdown.tsx +29 -30
  245. package/src/components/Dropdown/Dropdown.types.ts +6 -5
  246. package/src/components/Dropdown/DropdownItem.tsx +18 -29
  247. package/src/components/Dropdown/index.ts +3 -7
  248. package/src/components/FormLabel/FormLabel.styled.ts +3 -3
  249. package/src/components/FormLabel/FormLabel.tsx +3 -3
  250. package/src/components/FormLabel/index.ts +1 -1
  251. package/src/components/Radio/Radio.tsx +12 -29
  252. package/src/components/Radio/index.ts +1 -1
  253. package/src/components/RadioGroup/index.ts +1 -1
  254. package/src/components/TextField/TextField.style.ts +123 -132
  255. package/src/components/TextField/TextField.tsx +50 -62
  256. package/src/components/TextField/TextField.types.ts +7 -8
  257. package/src/components/TextField/TextFieldIcon.tsx +4 -7
  258. package/src/components/TextField/index.ts +2 -2
  259. package/src/components/Toast/Toast.styled.ts +26 -26
  260. package/src/components/Toast/Toast.tsx +14 -28
  261. package/src/components/Toast/Toast.types.ts +3 -8
  262. package/src/components/Toast/Toast.utils.ts +5 -8
  263. package/src/components/Toast/index.tsx +2 -2
  264. package/src/components/Toggle/Toggle.styled.ts +31 -32
  265. package/src/components/Toggle/Toggle.tsx +5 -11
  266. package/src/components/Toggle/Toggle.types.ts +3 -3
  267. package/src/components/Toggle/index.ts +1 -1
  268. package/src/components/ToggleButton/ToggleButton.styled.ts +47 -49
  269. package/src/components/ToggleButton/ToggleButton.tsx +91 -97
  270. package/src/components/ToggleButton/ToggleButton.types.ts +10 -10
  271. package/src/components/ToggleButton/index.ts +1 -1
  272. package/src/components/ToggleButtonGroup/ToggleButtonGroup.tsx +3 -8
  273. package/src/components/ToggleButtonGroup/index.tsx +1 -1
  274. package/src/components/Tooltip/Tooltip.tsx +2 -2
  275. package/src/components/Tooltip/index.ts +1 -1
  276. package/src/components/Typography/Typography.tsx +7 -10
  277. package/src/components/Typography/index.ts +1 -1
  278. package/src/components/index.ts +2 -2
  279. package/src/foundation/Elevation/index.ts +27 -27
  280. package/src/foundation/Elevation/utils.ts +14 -8
  281. package/src/foundation/Typography/index.ts +58 -57
  282. package/src/foundation/Typography/tokens.ts +138 -138
  283. package/src/foundation/colors/base/blue.ts +12 -12
  284. package/src/foundation/colors/base/green.ts +12 -12
  285. package/src/foundation/colors/base/grey.ts +28 -28
  286. package/src/foundation/colors/base/index.ts +11 -11
  287. package/src/foundation/colors/base/lunitGreen.ts +11 -11
  288. package/src/foundation/colors/base/lunitTeal.ts +12 -12
  289. package/src/foundation/colors/base/magenta.ts +12 -12
  290. package/src/foundation/colors/base/opacity.ts +4 -4
  291. package/src/foundation/colors/base/orange.ts +12 -12
  292. package/src/foundation/colors/base/purple.ts +12 -12
  293. package/src/foundation/colors/base/red.ts +12 -12
  294. package/src/foundation/colors/base/yellow.ts +12 -12
  295. package/src/foundation/colors/index.ts +119 -120
  296. package/src/foundation/colors/token/component.ts +185 -213
  297. package/src/foundation/colors/token/core.ts +113 -134
  298. package/src/foundation/colors/token/index.ts +2 -2
  299. package/src/foundation/colors/types.ts +0 -7
  300. package/src/foundation/index.ts +8 -8
  301. package/src/foundation/spacing.ts +1 -1
  302. package/src/index.ts +20 -20
  303. package/src/stories/GettingStarted.mdx +9 -15
  304. package/src/stories/components/Alert/Alert.stories.tsx +39 -46
  305. package/src/stories/components/Button/BasicButton.stories.tsx +68 -59
  306. package/src/stories/components/Button/ButtonDocs.mdx +17 -41
  307. package/src/stories/components/Button/Color.stories.tsx +28 -51
  308. package/src/stories/components/Button/IconButton.stories.tsx +40 -47
  309. package/src/stories/components/Button/Kind.stories.tsx +100 -213
  310. package/src/stories/components/CheckBox/BasicCheckbox.stories.tsx +52 -71
  311. package/src/stories/components/CheckBox/CheckboxDocs.mdx +6 -6
  312. package/src/stories/components/Chip/Chip.stories.tsx +75 -75
  313. package/src/stories/components/Chip/ChipDocs.mdx +12 -13
  314. package/src/stories/components/DataTable/DataTable.stories.tsx +4 -4
  315. package/src/stories/components/DatePicker/DatePicker.stories.tsx +4 -4
  316. package/src/stories/components/Dialog/Dialog.stories.tsx +103 -124
  317. package/src/stories/components/Dialog/DialogDocs.mdx +7 -13
  318. package/src/stories/components/Dropdown/Dropdown.stories.tsx +96 -82
  319. package/src/stories/components/Dropdown/DropdownDocs.mdx +275 -0
  320. package/src/stories/components/Dropdown/DropdownExamples.stories.tsx +40 -47
  321. package/src/stories/components/Dropdown/DropdownItem.stories.tsx +113 -98
  322. package/src/stories/components/SelectControl/RadioGroup.stories.tsx +17 -30
  323. package/src/stories/components/SelectControl/RadioStatus.stories.tsx +16 -23
  324. package/src/stories/components/SelectControl/Toggle.stories.tsx +33 -78
  325. package/src/stories/components/TextField/BasicTextField.stories.tsx +44 -60
  326. package/src/stories/components/TextField/TextFieldDocs.mdx +8 -12
  327. package/src/stories/components/TextField/TextFieldMulti.stories.tsx +39 -58
  328. package/src/stories/components/TextField/TextFieldSingle.stories.tsx +74 -121
  329. package/src/stories/components/TextField/TextFieldSize.stories.tsx +35 -56
  330. package/src/stories/components/Toast/Toast.stories.tsx +39 -49
  331. package/src/stories/components/ToggleButton/Basic.stories.tsx +237 -235
  332. package/src/stories/components/ToggleButton/ToggleButtonDocs.mdx +10 -14
  333. package/src/stories/components/ToggleButton/ToggleButtonKind.stories.tsx +144 -203
  334. package/src/stories/components/ToggleButton/WithIcon.stories.tsx +87 -107
  335. package/src/stories/components/Tooltip/Tooltip.stories.tsx +4 -4
  336. package/src/stories/foundation/Elevation/Elevation.stories.tsx +48 -73
  337. package/src/stories/foundation/Elevation/styled.ts +3 -3
  338. package/src/stories/foundation/Typography/Typography.mdx +9 -13
  339. package/src/stories/foundation/Typography/Typography.stories.tsx +25 -41
  340. package/src/stories/foundation/Typography/TypographyGroup.tsx +14 -25
  341. package/src/stories/foundation/Typography/const.ts +13 -19
  342. package/src/stories/foundation/colors/ColorSystem.tsx +42 -40
  343. package/src/stories/foundation/colors/Colors.stories.tsx +40 -41
  344. package/src/stories/foundation/colors/Docs.mdx +73 -77
  345. package/src/stories/foundation/colors/Mui.stories.tsx +6 -8
  346. package/src/stories/foundation/colors/Token.inComponent.stories.tsx +81 -71
  347. package/src/stories/foundation/colors/TokenPaletteTable.stories.tsx +7 -7
  348. package/src/stories/foundation/colors/TokenPaletteTable.tsx +23 -49
  349. package/src/stories/foundation/colors/styled.ts +26 -26
  350. package/src/theme.ts +6 -6
  351. package/src/types.d.ts +1 -1
  352. package/tsconfig.build.json +1 -5
  353. package/tsconfig.json +0 -1
  354. package/src/stories/components/ToggleButton/Group.stories.tsx +0 -221
@@ -1,12 +1,12 @@
1
- import React, { useState, useEffect } from "react";
2
- import { Box, FormControlLabel } from "@mui/material";
3
- import { action } from "@storybook/addon-actions";
4
- import Checkbox from "@/components/Checkbox";
5
- import FormLabel from "@/components/FormLabel";
6
- import { Meta, StoryFn } from "@storybook/react";
1
+ import React, { useState } from 'react';
2
+ import { Box, FormControlLabel } from '@mui/material';
3
+ import { action } from 'storybook/actions';
4
+ import Checkbox from '@/components/Checkbox';
5
+ import FormLabel from '@/components/FormLabel';
6
+ import { Meta, StoryFn } from '@storybook/react-webpack5';
7
7
 
8
8
  export default {
9
- title: "Components/Checkbox",
9
+ title: 'Components/Checkbox',
10
10
  component: Checkbox,
11
11
  args: {
12
12
  checked: false,
@@ -15,83 +15,73 @@ export default {
15
15
  },
16
16
  argTypes: {
17
17
  disabled: {
18
- control: "boolean",
19
- table: { type: { summary: "bool" }, defaultValue: { summary: "false" } },
20
- description: "If true, the component is disabled.",
18
+ control: 'boolean',
19
+ table: { type: { summary: 'bool' }, defaultValue: { summary: 'false' } },
20
+ description: 'If true, the component is disabled.',
21
21
  },
22
22
  indeterminate: {
23
- control: "boolean",
24
- table: { type: { summary: "bool" }, defaultValue: { summary: "false" } },
25
- description: "If true, the component appears indeterminate.",
23
+ control: 'boolean',
24
+ table: { type: { summary: 'bool' }, defaultValue: { summary: 'false' } },
25
+ description: 'If true, the component appears indeterminate.',
26
26
  },
27
27
  onChange: {
28
- type: "function",
28
+ type: 'function',
29
29
  control: {
30
- type: "radio",
30
+ type: 'radio',
31
31
  },
32
- options: ["function", undefined],
32
+ options: ['function', undefined],
33
33
  mapping: {
34
- function: action("onChange"),
34
+ function: action('onChange'),
35
35
  undefined: undefined,
36
36
  },
37
- defaultValue: "function",
38
- table: { type: { summary: "func" } },
37
+ defaultValue: 'function',
38
+ table: { type: { summary: 'func' } },
39
39
  description:
40
- "Callback fired when the state is changed. Signature: `function(event: React.ChangeEvent<HTMLInputElement>) => void`",
40
+ 'Callback fired when the state is changed. Signature: `function(event: React.ChangeEvent<HTMLInputElement>) => void`',
41
41
  },
42
42
  required: {
43
- control: "boolean",
44
- table: { type: { summary: "bool" }, defaultValue: { summary: "false" } },
45
- description: "If true, the input element is required.",
43
+ control: 'boolean',
44
+ table: { type: { summary: 'bool' }, defaultValue: { summary: 'false' } },
45
+ description: 'If true, the input element is required.',
46
46
  },
47
47
  checked: {
48
48
  table: {
49
- type: { summary: "bool" },
50
- defaultValue: { summary: "false" },
49
+ type: { summary: 'bool' },
50
+ defaultValue: { summary: 'false' },
51
51
  },
52
- description: "If true, the component is checked.",
52
+ description: 'If true, the component is checked.',
53
53
  },
54
54
  defaultChecked: {
55
- control: "boolean",
56
- table: { type: { summary: "bool" }, defaultValue: { summary: "false" } },
57
- description:
58
- "The default checked state. Use when the component is not controlled.",
55
+ control: 'boolean',
56
+ table: { type: { summary: 'bool' }, defaultValue: { summary: 'false' } },
57
+ description: 'The default checked state. Use when the component is not controlled.',
59
58
  },
60
59
  },
61
60
  parameters: {
62
61
  controls: {
63
62
  expanded: true,
64
- include: [
65
- "disabled",
66
- "indeterminate",
67
- "onChange",
68
- "required",
69
- "checked",
70
- "defaultChecked",
71
- ],
63
+ include: ['disabled', 'indeterminate', 'onChange', 'required', 'checked', 'defaultChecked'],
72
64
  },
73
65
  docs: {
74
66
  description: {
75
67
  component:
76
- "This component base is Material UI Checkbox component. [Props of the Material UI Checkbox component](material-u) are also available.",
68
+ 'This component base is Material UI Checkbox component. [Props of the Material UI Checkbox component](material-u) are also available.',
77
69
  },
78
70
  },
79
71
  },
80
72
  } as Meta<typeof Checkbox>;
81
73
 
82
74
  const BasicCheckboxTemplate: StoryFn<typeof Checkbox> = (args) => {
83
- const [checked, setChecked] = useState(false);
84
-
85
- useEffect(() => {
86
- setChecked(Boolean(args.checked));
87
- }, [args.checked]);
75
+ const [checked, setChecked] = useState(Boolean(args.checked));
88
76
 
89
77
  return (
90
78
  <Checkbox
91
79
  {...args}
92
80
  checked={checked}
93
81
  onChange={(event) => {
94
- args.onChange && args.onChange(event, checked);
82
+ if (args.onChange) {
83
+ args.onChange(event, checked);
84
+ }
95
85
  setChecked((prev) => !prev);
96
86
  }}
97
87
  />
@@ -103,41 +93,31 @@ export const BasicCheckbox = {
103
93
  };
104
94
 
105
95
  const LabelTemplate: StoryFn<typeof Checkbox> = (args) => {
106
- const [checked1, setChecked1] = useState(true);
107
- const [checked2, setChecked2] = useState(false);
108
-
109
- useEffect(() => {
110
- setChecked1(Boolean(args.checked));
111
- setChecked2(Boolean(args.checked));
112
- }, [args.checked]);
96
+ const [checked1, setChecked1] = useState(Boolean(args.checked));
97
+ const [checked2, setChecked2] = useState(Boolean(args.checked));
113
98
 
114
99
  const handleChange1 = (event: React.ChangeEvent<HTMLInputElement>) => {
115
- args.onChange && args.onChange(event, checked1);
100
+ if (args.onChange) {
101
+ args.onChange(event, checked1);
102
+ }
116
103
  setChecked1((prev) => !prev);
117
104
  };
118
105
 
119
106
  const handleChange2 = (event: React.ChangeEvent<HTMLInputElement>) => {
120
- args.onChange && args.onChange(event, checked2);
107
+ if (args.onChange) {
108
+ args.onChange(event, checked2);
109
+ }
121
110
  setChecked2((prev) => !prev);
122
111
  };
123
112
 
124
113
  return (
125
- <Box sx={{ display: "flex", gap: 4 }}>
114
+ <Box sx={{ display: 'flex', gap: 4 }}>
126
115
  <FormControlLabel
127
- control={
128
- <Checkbox {...args} checked={checked1} onChange={handleChange1} />
129
- }
116
+ control={<Checkbox {...args} checked={checked1} onChange={handleChange1} />}
130
117
  label="Label"
131
118
  />
132
119
  <FormControlLabel
133
- control={
134
- <Checkbox
135
- {...args}
136
- disabled
137
- checked={checked2}
138
- onChange={handleChange2}
139
- />
140
- }
120
+ control={<Checkbox {...args} disabled checked={checked2} onChange={handleChange2} />}
141
121
  label="Disabled Label"
142
122
  />
143
123
  </Box>
@@ -149,7 +129,7 @@ export const Label = {
149
129
  parameters: {
150
130
  docs: {
151
131
  description: {
152
- story: "You can use the `FormControlLabel` component to provide label.",
132
+ story: 'You can use the `FormControlLabel` component to provide label.',
153
133
  },
154
134
  },
155
135
  },
@@ -159,6 +139,7 @@ const IndeterminateTemplate: StoryFn<typeof Checkbox> = (args) => {
159
139
  const [checked, setChecked] = React.useState([true, false]);
160
140
  const { disabled } = args;
161
141
 
142
+ // useCallback 사용하기
162
143
  const handleChange1 = (event: React.ChangeEvent<HTMLInputElement>) => {
163
144
  setChecked([event.target.checked, event.target.checked]);
164
145
  };
@@ -172,7 +153,7 @@ const IndeterminateTemplate: StoryFn<typeof Checkbox> = (args) => {
172
153
  };
173
154
 
174
155
  const children = (
175
- <Box sx={{ display: "flex", flexDirection: "column", ml: 3 }}>
156
+ <Box sx={{ display: 'flex', flexDirection: 'column', ml: 3 }}>
176
157
  <FormLabel
177
158
  label="Child 1"
178
159
  control={<Checkbox checked={checked[0]} onChange={handleChange2} />}
@@ -207,7 +188,7 @@ export const Indeterminate = {
207
188
  parameters: {
208
189
  docs: {
209
190
  description: {
210
- story: "You can use the `FormControlLabel` component to provide label.",
191
+ story: 'You can use the `FormControlLabel` component to provide label.',
211
192
  },
212
193
  },
213
194
  },
@@ -215,7 +196,7 @@ export const Indeterminate = {
215
196
 
216
197
  const DisabledTemplate: StoryFn<typeof Checkbox> = (args) => {
217
198
  return (
218
- <Box sx={{ display: "flex", gap: 4 }}>
199
+ <Box sx={{ display: 'flex', gap: 4 }}>
219
200
  <Checkbox {...args} disabled checked />
220
201
  <Checkbox {...args} indeterminate disabled />
221
202
  <Checkbox {...args} disabled />
@@ -228,7 +209,7 @@ export const Disabled = {
228
209
  parameters: {
229
210
  docs: {
230
211
  description: {
231
- story: "You can use the `FormControlLabel` component to provide label.",
212
+ story: 'You can use the `FormControlLabel` component to provide label.',
232
213
  },
233
214
  },
234
215
  },
@@ -1,8 +1,8 @@
1
- import { Canvas, Stories, Controls, Meta, Story } from "@storybook/blocks";
2
- import Box from "@mui/material/Box";
3
- import Bell from "@lunit/design-system-icons/Bell";
1
+ import { Canvas, Stories, Controls, Meta, Story } from '@storybook/addon-docs/blocks';
2
+ import Box from '@mui/material/Box';
3
+ import Bell from '@lunit/design-system-icons/Bell';
4
4
 
5
- import * as BasicCheckbox from "./BasicCheckbox.stories";
5
+ import * as BasicCheckbox from './BasicCheckbox.stories';
6
6
 
7
7
  <Meta name="Checkbox Docs" of={BasicCheckbox} />
8
8
 
@@ -15,9 +15,9 @@ Checkboxes allow the user to select one or more items from a set.
15
15
  ### Basic Checkbox
16
16
 
17
17
  ```tsx
18
- import { Checkbox } from "@lunit/design-system";
18
+ import { Checkbox } from '@lunit/design-system';
19
19
  // or
20
- import Checkbox from "@lunit/design-system/Checkbox";
20
+ import Checkbox from '@lunit/design-system/Checkbox';
21
21
 
22
22
  <Checkbox />;
23
23
  ```
@@ -1,9 +1,9 @@
1
- import React from "react";
2
- import { Meta } from "@storybook/react";
3
- import { action } from "@storybook/addon-actions";
4
- import { Box } from "@mui/system";
1
+ import React from 'react';
2
+ import { Meta } from '@storybook/react-webpack5';
3
+ import { action } from 'storybook/actions';
4
+ import { Box } from '@mui/system';
5
5
 
6
- import Chip from "@/components/Chip";
6
+ import Chip from '@/components/Chip';
7
7
  import {
8
8
  Logo16,
9
9
  Avatar16,
@@ -11,72 +11,72 @@ import {
11
11
  Error16,
12
12
  Information16,
13
13
  Warning16,
14
- } from "@lunit/design-system-icons";
14
+ } from '@lunit/design-system-icons';
15
15
 
16
16
  export default {
17
- title: "Components/Chips",
17
+ title: 'Components/Chips',
18
18
  component: Chip,
19
19
  argTypes: {
20
20
  kind: {
21
21
  description: `Default status of Contained or Outlined Chip is readOnly. You can pass onClick, onDelete or thumbnail to Contained Chip only.`,
22
22
  control: {
23
- type: "select",
23
+ type: 'select',
24
24
  },
25
- options: ["contained", "outlined"],
25
+ options: ['contained', 'outlined'],
26
26
  },
27
27
  variant: {
28
28
  description: `The variant is alias of kind. It is Filled or Outlined.`,
29
29
  control: {
30
- type: "select",
30
+ type: 'select',
31
31
  },
32
- options: [undefined, "filled", "outlined"],
32
+ options: [undefined, 'filled', 'outlined'],
33
33
  },
34
34
  onClick: {
35
35
  description: `Contained chip can have onClick event. When Chip is clickable, onDelete is disabled.`,
36
36
  control: {
37
- type: "select",
37
+ type: 'select',
38
38
  },
39
- options: ["function", undefined],
39
+ options: ['function', undefined],
40
40
  mapping: {
41
- function: action("onClick"),
41
+ function: action('onClick'),
42
42
  undefined: undefined,
43
43
  },
44
44
  },
45
45
  onDelete: {
46
46
  description:
47
- "Contained chip can have onDelete event. When Chip is deletable, onClick is disabled.",
47
+ 'Contained chip can have onDelete event. When Chip is deletable, onClick is disabled.',
48
48
  control: {
49
- type: "select",
49
+ type: 'select',
50
50
  },
51
- options: ["function", undefined],
51
+ options: ['function', undefined],
52
52
  mapping: {
53
- function: action("onDelete"),
53
+ function: action('onDelete'),
54
54
  undefined: undefined,
55
55
  },
56
56
  },
57
57
 
58
58
  thumbnail: {
59
59
  control: {
60
- type: "select",
60
+ type: 'select',
61
61
  },
62
62
  options: [
63
63
  undefined,
64
- "Initial",
65
- "Logo16",
66
- "Avatar16",
67
- "Avatar16Filled",
68
- "Success16",
69
- "Success16Filled",
70
- "Error16",
71
- "Error16Filled",
72
- "Information16",
73
- "Information16Filled",
74
- "Warning16",
75
- "Warning16Filled",
64
+ 'Initial',
65
+ 'Logo16',
66
+ 'Avatar16',
67
+ 'Avatar16Filled',
68
+ 'Success16',
69
+ 'Success16Filled',
70
+ 'Error16',
71
+ 'Error16Filled',
72
+ 'Information16',
73
+ 'Information16Filled',
74
+ 'Warning16',
75
+ 'Warning16Filled',
76
76
  ],
77
77
  mapping: {
78
78
  undefined: undefined,
79
- Initial: "W as initial",
79
+ Initial: 'W as initial',
80
80
  Logo16: <Logo16 />,
81
81
  Avatar16: <Avatar16 />,
82
82
  Avatar16Filled: <Avatar16 variant="filled" />,
@@ -92,9 +92,9 @@ export default {
92
92
  },
93
93
  },
94
94
  args: {
95
- kind: "contained",
96
- variant: "filled",
97
- label: "label@lunit.io",
95
+ kind: 'contained',
96
+ variant: 'filled',
97
+ label: 'label@lunit.io',
98
98
  },
99
99
  parameters: {
100
100
  docs: {
@@ -119,52 +119,52 @@ export const Outlined = {
119
119
  },
120
120
  controls: {
121
121
  exclude: [
122
- "thumbnail",
123
- "onClick",
124
- "onDelete",
125
- "disabled",
126
- "clickable",
127
- "skipFocusWhenDisabled",
122
+ 'thumbnail',
123
+ 'onClick',
124
+ 'onDelete',
125
+ 'disabled',
126
+ 'clickable',
127
+ 'skipFocusWhenDisabled',
128
128
  ],
129
129
  },
130
130
  },
131
131
 
132
132
  args: {
133
- color: "primary",
134
- kind: "outlined",
135
- variant: "outlined",
133
+ color: 'primary',
134
+ kind: 'outlined',
135
+ variant: 'outlined',
136
136
  },
137
137
 
138
- name: "Kind(Variant): Outlined",
138
+ name: 'Kind(Variant): Outlined',
139
139
  };
140
140
 
141
141
  export const Contained = {
142
142
  parameters: {
143
143
  controls: {
144
144
  exclude: [
145
- "thumbnail",
146
- "onClick",
147
- "onDelete",
148
- "disabled",
149
- "clickable",
150
- "skipFocusWhenDisabled",
145
+ 'thumbnail',
146
+ 'onClick',
147
+ 'onDelete',
148
+ 'disabled',
149
+ 'clickable',
150
+ 'skipFocusWhenDisabled',
151
151
  ],
152
152
  },
153
153
  },
154
154
 
155
155
  args: {
156
- color: "primary",
157
- kind: "contained",
158
- variant: "filled",
156
+ color: 'primary',
157
+ kind: 'contained',
158
+ variant: 'filled',
159
159
  },
160
160
 
161
- name: "Kind(Variant): Contained / Read Only",
161
+ name: 'Kind(Variant): Contained / Read Only',
162
162
  };
163
163
 
164
164
  export const Kind = {
165
165
  chromatic: { disableSnapshot: true },
166
166
  render: () => (
167
- <Box sx={{ display: "flex", flexDirection: "row", gap: 4 }}>
167
+ <Box sx={{ display: 'flex', flexDirection: 'row', gap: 4 }}>
168
168
  <Chip kind="outlined" label="label@lunit.io" />
169
169
  <Chip kind="contained" label="label@lunit.io" />
170
170
  </Box>
@@ -174,7 +174,7 @@ export const Kind = {
174
174
  export const Color = {
175
175
  chromatic: { disableSnapshot: true },
176
176
  render: () => (
177
- <Box sx={{ display: "flex", flexDirection: "row", gap: 4 }}>
177
+ <Box sx={{ display: 'flex', flexDirection: 'row', gap: 4 }}>
178
178
  <Chip color="primary" label="label@lunit.io" />
179
179
  <Chip color="secondary" label="label@lunit.io" />
180
180
  <Chip color="warning" label="label@lunit.io" />
@@ -187,7 +187,7 @@ export const Color = {
187
187
  export const Thumbnail = {
188
188
  chromatic: { disableSnapshot: true },
189
189
  render: () => (
190
- <Box sx={{ display: "flex", flexDirection: "row", gap: 4 }}>
190
+ <Box sx={{ display: 'flex', flexDirection: 'row', gap: 4 }}>
191
191
  <Chip thumbnail={<Logo16 />} label="label@lunit.io" />
192
192
  <Chip thumbnail={<Avatar16 />} label="label@lunit.io" />
193
193
  <Chip thumbnail={<Success16 />} label="label@lunit.io" />
@@ -199,7 +199,7 @@ export const Thumbnail = {
199
199
  export const ContainedWithClick = {
200
200
  args: {
201
201
  ...Contained.args,
202
- onClick: action("onClick"),
202
+ onClick: action('onClick'),
203
203
  onDelete: undefined,
204
204
  },
205
205
 
@@ -210,18 +210,18 @@ export const ContainedWithClick = {
210
210
  },
211
211
  },
212
212
  controls: {
213
- exclude: ["onDelete", "deletable"],
213
+ exclude: ['onDelete', 'deletable'],
214
214
  },
215
215
  },
216
216
 
217
- name: "Kind(Variant): Contained / Enable",
217
+ name: 'Kind(Variant): Contained / Enable',
218
218
  };
219
219
 
220
220
  export const ContainedWithDelete = {
221
221
  args: {
222
222
  ...Contained.args,
223
223
  onClick: undefined,
224
- onDelete: action("onDelete"),
224
+ onDelete: action('onDelete'),
225
225
  },
226
226
 
227
227
  parameters: {
@@ -231,17 +231,17 @@ export const ContainedWithDelete = {
231
231
  },
232
232
  },
233
233
  controls: {
234
- exclude: ["onClick", "clickable"],
234
+ exclude: ['onClick', 'clickable'],
235
235
  },
236
236
  },
237
237
 
238
- name: "Kind(Variant): Contained / Deletable",
238
+ name: 'Kind(Variant): Contained / Deletable',
239
239
  };
240
240
 
241
241
  export const ContainedWithThumbnail = {
242
242
  args: {
243
243
  ...Contained.args,
244
- thumbnail: "Initial",
244
+ thumbnail: 'Initial',
245
245
  onClick: undefined,
246
246
  onDelete: undefined,
247
247
  },
@@ -253,19 +253,19 @@ export const ContainedWithThumbnail = {
253
253
  },
254
254
  },
255
255
  controls: {
256
- exclude: ["onClick", "onDelete"],
256
+ exclude: ['onClick', 'onDelete'],
257
257
  },
258
258
  },
259
259
 
260
- name: "Kind(Variant): Contained with Thumbnail",
260
+ name: 'Kind(Variant): Contained with Thumbnail',
261
261
  };
262
262
 
263
263
  export const ContainedWithDeleteAndThumbnail = {
264
264
  args: {
265
265
  ...Contained.args,
266
- thumbnail: "Initial",
266
+ thumbnail: 'Initial',
267
267
  onClick: undefined,
268
- onDelete: action("onDelete"),
268
+ onDelete: action('onDelete'),
269
269
  },
270
270
 
271
271
  parameters: {
@@ -275,11 +275,11 @@ export const ContainedWithDeleteAndThumbnail = {
275
275
  },
276
276
  },
277
277
  controls: {
278
- exclude: ["onClick"],
278
+ exclude: ['onClick'],
279
279
  },
280
280
  },
281
281
 
282
- name: "Kind(Variant): Contained with Thumbnail and Deletable",
282
+ name: 'Kind(Variant): Contained with Thumbnail and Deletable',
283
283
  };
284
284
 
285
285
  export const Multiline = {
@@ -287,10 +287,10 @@ export const Multiline = {
287
287
  <Box sx={{ width: 100 }}>
288
288
  <Chip
289
289
  sx={{
290
- height: "auto",
291
- "& .MuiChip-label": {
292
- display: "block",
293
- whiteSpace: "normal",
290
+ height: 'auto',
291
+ '& .MuiChip-label': {
292
+ display: 'block',
293
+ whiteSpace: 'normal',
294
294
  },
295
295
  }}
296
296
  label="This is a chip that has multiple lines."
@@ -1,8 +1,8 @@
1
- import { Canvas, Stories, Controls, Meta, Story } from "@storybook/blocks";
2
- import { Error } from "@lunit/design-system-icons";
1
+ import { Canvas, Stories, Controls, Meta, Story } from '@storybook/addon-docs/blocks';
2
+ import { Error } from '@lunit/design-system-icons';
3
3
 
4
- import Chip from "@/components/Chip";
5
- import * as ChipStories from "./Chip.stories";
4
+ import Chip from '@/components/Chip';
5
+ import * as ChipStories from './Chip.stories';
6
6
 
7
7
  <Meta name="Chip Docs" of={ChipStories} />
8
8
 
@@ -15,9 +15,9 @@ Chips are compact elements that represent an input, attribute, or action.
15
15
  ### Basic Chip
16
16
 
17
17
  ```tsx
18
- import { Chip } from "@lunit/design-system";
18
+ import { Chip } from '@lunit/design-system';
19
19
  // or
20
- import Chip from "@lunit/design-system/Chip";
20
+ import Chip from '@lunit/design-system/Chip';
21
21
 
22
22
  <Chip />;
23
23
  ```
@@ -78,7 +78,7 @@ You cannot pass the `onClick` prop to the Chip when its variant is `outlined`. <
78
78
 
79
79
  <Canvas of={ChipStories.ContainedWithClick} />
80
80
  ```tsx
81
- <Chip label="label@lunit.io" onClick={() => console.log("onClick")} />
81
+ <Chip label="label@lunit.io" onClick={() => console.log('onClick')} />
82
82
 
83
83
  ````
84
84
 
@@ -121,16 +121,17 @@ The hover/pressed effects are only applied to the delete icon. <br />
121
121
  ````
122
122
 
123
123
  ### Multiline
124
+
124
125
  By default, Chips displays labels only in a single line. To have them support multiline content, use the `sx` prop to add `height:auto` to the Chip component, and `whiteSpace: normal` to the `label` styles.
125
126
 
126
127
  <Canvas of={ChipStories.Multiline} />
127
128
  ```tsx
128
129
  <Chip
129
130
  sx={{
130
- height: "auto",
131
- "& .MuiChip-label": {
132
- display: "block",
133
- whiteSpace: "normal",
131
+ height: 'auto',
132
+ '& .MuiChip-label': {
133
+ display: 'block',
134
+ whiteSpace: 'normal',
134
135
  },
135
136
  }}
136
137
  label="This is a chip that has multiple lines."
@@ -138,8 +139,6 @@ By default, Chips displays labels only in a single line. To have them support mu
138
139
  <Chip label="This is a chip that has ellipsis." />
139
140
  ````
140
141
 
141
-
142
-
143
142
  ## Reference
144
143
 
145
144
  - [Material-UI Chip](https://mui.com/material-ui/react-chip/)
@@ -1,10 +1,10 @@
1
- import React from "react";
2
- import { StoryFn, Meta } from "@storybook/react";
1
+ import React from 'react';
2
+ import { StoryFn, Meta } from '@storybook/react-webpack5';
3
3
 
4
- import DataTable from "@/components/DataTable";
4
+ import DataTable from '@/components/DataTable';
5
5
 
6
6
  export default {
7
- title: "Components/DataTable",
7
+ title: 'Components/DataTable',
8
8
  component: DataTable,
9
9
  } as Meta<typeof DataTable>;
10
10