@dotss/ui 0.0.4 → 0.0.6

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 (678) hide show
  1. package/.turbo/turbo-build.log +510 -0
  2. package/CHANGELOG.md +4 -0
  3. package/dist/Accordion/Accordion.cjs +34 -0
  4. package/dist/Accordion/Accordion.d.ts +14 -0
  5. package/dist/Accordion/Accordion.es.js +115 -0
  6. package/dist/Accordion/Accordion.stories.d.ts +16 -0
  7. package/dist/Accordion/index.cjs +1 -0
  8. package/dist/Accordion/index.d.ts +3 -0
  9. package/dist/Accordion/index.es.js +4 -0
  10. package/dist/Autocomplete/Autocomplete.cjs +1 -0
  11. package/dist/Autocomplete/Autocomplete.d.ts +27 -0
  12. package/dist/Autocomplete/Autocomplete.es.js +108 -0
  13. package/dist/Autocomplete/Autocomplete.stories.d.ts +16 -0
  14. package/dist/Autocomplete/index.cjs +1 -0
  15. package/dist/Autocomplete/index.d.ts +3 -0
  16. package/dist/Autocomplete/index.es.js +4 -0
  17. package/dist/Backdrop/Backdrop.cjs +17 -0
  18. package/dist/Backdrop/Backdrop.d.ts +13 -0
  19. package/dist/Backdrop/Backdrop.es.js +99 -0
  20. package/dist/Backdrop/Backdrop.stories.d.ts +14 -0
  21. package/dist/Backdrop/index.cjs +1 -0
  22. package/dist/Backdrop/index.d.ts +3 -0
  23. package/dist/Backdrop/index.es.js +4 -0
  24. package/dist/Badge/Badge.cjs +16 -0
  25. package/dist/Badge/Badge.d.ts +14 -0
  26. package/dist/Badge/Badge.es.js +98 -0
  27. package/dist/Badge/Badge.stories.d.ts +14 -0
  28. package/dist/Badge/index.cjs +1 -0
  29. package/dist/Badge/index.d.ts +3 -0
  30. package/dist/Badge/index.es.js +4 -0
  31. package/dist/BottomSheet/BottomSheet.cjs +33 -0
  32. package/dist/BottomSheet/BottomSheet.d.ts +15 -0
  33. package/dist/BottomSheet/BottomSheet.es.js +131 -0
  34. package/dist/BottomSheet/BottomSheet.stories.d.ts +29 -0
  35. package/dist/BottomSheet/BottomSheetAction/BottomSheetAction.cjs +15 -0
  36. package/dist/BottomSheet/BottomSheetAction/BottomSheetAction.d.ts +8 -0
  37. package/dist/BottomSheet/BottomSheetAction/BottomSheetAction.es.js +34 -0
  38. package/dist/BottomSheet/BottomSheetAction/index.cjs +1 -0
  39. package/dist/BottomSheet/BottomSheetAction/index.d.ts +3 -0
  40. package/dist/BottomSheet/BottomSheetAction/index.es.js +4 -0
  41. package/dist/BottomSheet/BottomSheetContent/BottomSheetContent.cjs +8 -0
  42. package/dist/BottomSheet/BottomSheetContent/BottomSheetContent.d.ts +8 -0
  43. package/dist/BottomSheet/BottomSheetContent/BottomSheetContent.es.js +27 -0
  44. package/dist/BottomSheet/BottomSheetContent/index.cjs +1 -0
  45. package/dist/BottomSheet/BottomSheetContent/index.d.ts +3 -0
  46. package/dist/BottomSheet/BottomSheetContent/index.es.js +4 -0
  47. package/dist/BottomSheet/BottomSheetText/BottomSheetText.cjs +5 -0
  48. package/dist/BottomSheet/BottomSheetText/BottomSheetText.d.ts +10 -0
  49. package/dist/BottomSheet/BottomSheetText/BottomSheetText.es.js +30 -0
  50. package/dist/BottomSheet/BottomSheetText/index.cjs +1 -0
  51. package/dist/BottomSheet/BottomSheetText/index.d.ts +3 -0
  52. package/dist/BottomSheet/BottomSheetText/index.es.js +4 -0
  53. package/dist/BottomSheet/BottomSheetTitle/BottomSheetTitle.cjs +28 -0
  54. package/dist/BottomSheet/BottomSheetTitle/BottomSheetTitle.d.ts +10 -0
  55. package/dist/BottomSheet/BottomSheetTitle/BottomSheetTitle.es.js +58 -0
  56. package/dist/BottomSheet/BottomSheetTitle/index.cjs +1 -0
  57. package/dist/BottomSheet/BottomSheetTitle/index.d.ts +3 -0
  58. package/dist/BottomSheet/BottomSheetTitle/index.es.js +4 -0
  59. package/dist/BottomSheet/index.cjs +1 -0
  60. package/dist/BottomSheet/index.d.ts +7 -0
  61. package/dist/BottomSheet/index.es.js +12 -0
  62. package/dist/Box/Box.cjs +8 -0
  63. package/dist/Box/Box.d.ts +9 -0
  64. package/dist/Box/Box.es.js +45 -0
  65. package/dist/Box/Box.stories.d.ts +26 -0
  66. package/dist/Box/index.cjs +1 -0
  67. package/dist/Box/index.d.ts +3 -0
  68. package/dist/Box/index.es.js +4 -0
  69. package/dist/Button/Button.cjs +24 -0
  70. package/dist/Button/Button.d.ts +16 -0
  71. package/dist/Button/Button.es.js +300 -0
  72. package/dist/Button/Button.stories.d.ts +32 -0
  73. package/dist/Button/index.cjs +1 -0
  74. package/dist/Button/index.d.ts +3 -0
  75. package/dist/Button/index.es.js +4 -0
  76. package/dist/Card/Card.cjs +18 -0
  77. package/dist/Card/Card.d.ts +13 -0
  78. package/dist/Card/Card.es.js +152 -0
  79. package/dist/Card/Card.stories.d.ts +34 -0
  80. package/dist/Card/index.cjs +1 -0
  81. package/dist/Card/index.d.ts +3 -0
  82. package/dist/Card/index.es.js +4 -0
  83. package/dist/ChainPicker/ChainPicker.cjs +44 -0
  84. package/dist/ChainPicker/ChainPicker.d.ts +17 -0
  85. package/dist/ChainPicker/ChainPicker.es.js +179 -0
  86. package/dist/ChainPicker/ChainPicker.stories.d.ts +11 -0
  87. package/dist/ChainPicker/index.cjs +1 -0
  88. package/dist/ChainPicker/index.d.ts +4 -0
  89. package/dist/ChainPicker/index.es.js +4 -0
  90. package/dist/Checkbox/Checkbox.cjs +16 -0
  91. package/dist/Checkbox/Checkbox.d.ts +10 -0
  92. package/dist/Checkbox/Checkbox.es.js +77 -0
  93. package/dist/Checkbox/Checkbox.stories.d.ts +13 -0
  94. package/dist/Checkbox/index.cjs +1 -0
  95. package/dist/Checkbox/index.d.ts +3 -0
  96. package/dist/Checkbox/index.es.js +4 -0
  97. package/dist/Chip/Chip.cjs +15 -0
  98. package/dist/Chip/Chip.d.ts +14 -0
  99. package/dist/Chip/Chip.es.js +120 -0
  100. package/dist/Chip/Chip.stories.d.ts +30 -0
  101. package/dist/Chip/index.cjs +1 -0
  102. package/dist/Chip/index.d.ts +3 -0
  103. package/dist/Chip/index.es.js +4 -0
  104. package/dist/CircularProgressIndicator/CircularProgressIndicator.cjs +18 -0
  105. package/dist/CircularProgressIndicator/CircularProgressIndicator.d.ts +11 -0
  106. package/dist/CircularProgressIndicator/CircularProgressIndicator.es.js +87 -0
  107. package/dist/CircularProgressIndicator/CircularProgressIndicator.stories.d.ts +14 -0
  108. package/dist/CircularProgressIndicator/index.cjs +1 -0
  109. package/dist/CircularProgressIndicator/index.d.ts +3 -0
  110. package/dist/CircularProgressIndicator/index.es.js +4 -0
  111. package/dist/ClickAwayListener/ClickAwayListener.cjs +1 -0
  112. package/dist/ClickAwayListener/ClickAwayListener.d.ts +7 -0
  113. package/dist/ClickAwayListener/ClickAwayListener.es.js +17 -0
  114. package/dist/ClickAwayListener/index.cjs +1 -0
  115. package/dist/ClickAwayListener/index.d.ts +3 -0
  116. package/dist/ClickAwayListener/index.es.js +4 -0
  117. package/dist/DatePicker/DatePicker.cjs +73 -0
  118. package/dist/DatePicker/DatePicker.d.ts +24 -0
  119. package/dist/DatePicker/DatePicker.es.js +595 -0
  120. package/dist/DatePicker/DatePicker.stories.d.ts +27 -0
  121. package/dist/DatePicker/index.cjs +1 -0
  122. package/dist/DatePicker/index.d.ts +4 -0
  123. package/dist/DatePicker/index.es.js +4 -0
  124. package/dist/Dialog/Dialog.cjs +20 -0
  125. package/dist/Dialog/Dialog.d.ts +21 -0
  126. package/dist/Dialog/Dialog.es.js +136 -0
  127. package/dist/Dialog/Dialog.stories.d.ts +30 -0
  128. package/dist/Dialog/DialogAction/DialogAction.cjs +12 -0
  129. package/dist/Dialog/DialogAction/DialogAction.d.ts +4 -0
  130. package/dist/Dialog/DialogAction/DialogAction.es.js +20 -0
  131. package/dist/Dialog/DialogAction/index.cjs +1 -0
  132. package/dist/Dialog/DialogAction/index.d.ts +3 -0
  133. package/dist/Dialog/DialogAction/index.es.js +4 -0
  134. package/dist/Dialog/DialogContent/DialogContent.cjs +8 -0
  135. package/dist/Dialog/DialogContent/DialogContent.d.ts +4 -0
  136. package/dist/Dialog/DialogContent/DialogContent.es.js +16 -0
  137. package/dist/Dialog/DialogContent/index.cjs +1 -0
  138. package/dist/Dialog/DialogContent/index.d.ts +3 -0
  139. package/dist/Dialog/DialogContent/index.es.js +4 -0
  140. package/dist/Dialog/DialogText/DialogText.cjs +5 -0
  141. package/dist/Dialog/DialogText/DialogText.d.ts +10 -0
  142. package/dist/Dialog/DialogText/DialogText.es.js +42 -0
  143. package/dist/Dialog/DialogText/index.cjs +1 -0
  144. package/dist/Dialog/DialogText/index.d.ts +3 -0
  145. package/dist/Dialog/DialogText/index.es.js +4 -0
  146. package/dist/Dialog/DialogTitle/DialogTitle.cjs +24 -0
  147. package/dist/Dialog/DialogTitle/DialogTitle.d.ts +10 -0
  148. package/dist/Dialog/DialogTitle/DialogTitle.es.js +64 -0
  149. package/dist/Dialog/DialogTitle/index.cjs +1 -0
  150. package/dist/Dialog/DialogTitle/index.d.ts +3 -0
  151. package/dist/Dialog/DialogTitle/index.es.js +4 -0
  152. package/dist/Dialog/index.cjs +1 -0
  153. package/dist/Dialog/index.d.ts +7 -0
  154. package/dist/Dialog/index.es.js +12 -0
  155. package/dist/Flexbox/Flexbox.cjs +19 -0
  156. package/dist/Flexbox/Flexbox.d.ts +20 -0
  157. package/dist/Flexbox/Flexbox.es.js +56 -0
  158. package/dist/Flexbox/Flexbox.stories.d.ts +56 -0
  159. package/dist/Flexbox/index.cjs +1 -0
  160. package/dist/Flexbox/index.d.ts +3 -0
  161. package/dist/Flexbox/index.es.js +4 -0
  162. package/dist/FocusBoundary/FocusBoundary.cjs +1 -0
  163. package/dist/FocusBoundary/FocusBoundary.d.ts +9 -0
  164. package/dist/FocusBoundary/FocusBoundary.es.js +73 -0
  165. package/dist/FocusBoundary/index.cjs +1 -0
  166. package/dist/FocusBoundary/index.d.ts +3 -0
  167. package/dist/FocusBoundary/index.es.js +4 -0
  168. package/dist/FormControlText/FormControlText.cjs +12 -0
  169. package/dist/FormControlText/FormControlText.d.ts +14 -0
  170. package/dist/FormControlText/FormControlText.es.js +68 -0
  171. package/dist/FormControlText/FormControlText.stories.d.ts +21 -0
  172. package/dist/FormControlText/index.cjs +1 -0
  173. package/dist/FormControlText/index.d.ts +3 -0
  174. package/dist/FormControlText/index.es.js +4 -0
  175. package/dist/Icon/Icon.cjs +5 -0
  176. package/dist/Icon/Icon.d.ts +13 -0
  177. package/dist/Icon/Icon.es.js +82 -0
  178. package/dist/Icon/Icon.stories.d.ts +23 -0
  179. package/dist/Icon/index.cjs +1 -0
  180. package/dist/Icon/index.d.ts +3 -0
  181. package/dist/Icon/index.es.js +4 -0
  182. package/dist/IconButton/IconButton.cjs +30 -0
  183. package/dist/IconButton/IconButton.d.ts +12 -0
  184. package/dist/IconButton/IconButton.es.js +312 -0
  185. package/dist/IconButton/IconButton.stories.d.ts +15 -0
  186. package/dist/IconButton/index.cjs +1 -0
  187. package/dist/IconButton/index.d.ts +3 -0
  188. package/dist/IconButton/index.es.js +4 -0
  189. package/dist/Label/Label.cjs +16 -0
  190. package/dist/Label/Label.d.ts +17 -0
  191. package/dist/Label/Label.es.js +233 -0
  192. package/dist/Label/Label.stories.d.ts +30 -0
  193. package/dist/Label/index.cjs +1 -0
  194. package/dist/Label/index.d.ts +3 -0
  195. package/dist/Label/index.es.js +4 -0
  196. package/dist/LineProgressIndicator/LineProgressIndicator.cjs +35 -0
  197. package/dist/LineProgressIndicator/LineProgressIndicator.d.ts +11 -0
  198. package/dist/LineProgressIndicator/LineProgressIndicator.es.js +69 -0
  199. package/dist/LineProgressIndicator/LineProgressIndicator.stories.d.ts +15 -0
  200. package/dist/LineProgressIndicator/index.cjs +1 -0
  201. package/dist/LineProgressIndicator/index.d.ts +3 -0
  202. package/dist/LineProgressIndicator/index.es.js +4 -0
  203. package/dist/Menu/Menu.cjs +35 -0
  204. package/dist/Menu/Menu.d.ts +23 -0
  205. package/dist/Menu/Menu.es.js +163 -0
  206. package/dist/Menu/Menu.stories.d.ts +30 -0
  207. package/dist/Menu/MenuBlock/MenuBlock.cjs +26 -0
  208. package/dist/Menu/MenuBlock/MenuBlock.d.ts +13 -0
  209. package/dist/Menu/MenuBlock/MenuBlock.es.js +116 -0
  210. package/dist/Menu/MenuBlock/index.cjs +1 -0
  211. package/dist/Menu/MenuBlock/index.d.ts +3 -0
  212. package/dist/Menu/MenuBlock/index.es.js +4 -0
  213. package/dist/Menu/index.cjs +1 -0
  214. package/dist/Menu/index.d.ts +4 -0
  215. package/dist/Menu/index.es.js +6 -0
  216. package/dist/NumberKeypad/NumberKeypad.cjs +9 -0
  217. package/dist/NumberKeypad/NumberKeypad.d.ts +14 -0
  218. package/dist/NumberKeypad/NumberKeypad.es.js +37 -0
  219. package/dist/NumberKeypad/NumberKeypad.stories.d.ts +14 -0
  220. package/dist/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.cjs +34 -0
  221. package/dist/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.d.ts +9 -0
  222. package/dist/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.es.js +106 -0
  223. package/dist/NumberKeypad/NumberKeypadBlock/index.cjs +1 -0
  224. package/dist/NumberKeypad/NumberKeypadBlock/index.d.ts +3 -0
  225. package/dist/NumberKeypad/NumberKeypadBlock/index.es.js +4 -0
  226. package/dist/NumberKeypad/index.cjs +1 -0
  227. package/dist/NumberKeypad/index.d.ts +4 -0
  228. package/dist/NumberKeypad/index.es.js +6 -0
  229. package/dist/PageControl/PageControl.cjs +15 -0
  230. package/dist/PageControl/PageControl.d.ts +12 -0
  231. package/dist/PageControl/PageControl.es.js +51 -0
  232. package/dist/PageControl/PageControl.stories.d.ts +13 -0
  233. package/dist/PageControl/index.cjs +1 -0
  234. package/dist/PageControl/index.d.ts +3 -0
  235. package/dist/PageControl/index.es.js +4 -0
  236. package/dist/Radio/Radio.cjs +16 -0
  237. package/dist/Radio/Radio.d.ts +10 -0
  238. package/dist/Radio/Radio.es.js +69 -0
  239. package/dist/Radio/Radio.stories.d.ts +13 -0
  240. package/dist/Radio/index.cjs +1 -0
  241. package/dist/Radio/index.d.ts +3 -0
  242. package/dist/Radio/index.es.js +4 -0
  243. package/dist/SegmentedButton/SegmentedButton.cjs +7 -0
  244. package/dist/SegmentedButton/SegmentedButton.d.ts +17 -0
  245. package/dist/SegmentedButton/SegmentedButton.es.js +48 -0
  246. package/dist/SegmentedButton/SegmentedButton.stories.d.ts +17 -0
  247. package/dist/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.cjs +48 -0
  248. package/dist/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.d.ts +14 -0
  249. package/dist/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.es.js +177 -0
  250. package/dist/SegmentedButton/SegmentedButtonBlock/index.cjs +1 -0
  251. package/dist/SegmentedButton/SegmentedButtonBlock/index.d.ts +3 -0
  252. package/dist/SegmentedButton/SegmentedButtonBlock/index.es.js +4 -0
  253. package/dist/SegmentedButton/index.cjs +1 -0
  254. package/dist/SegmentedButton/index.d.ts +4 -0
  255. package/dist/SegmentedButton/index.es.js +6 -0
  256. package/dist/Select/Option/Option.cjs +32 -0
  257. package/dist/Select/Option/Option.d.ts +17 -0
  258. package/dist/Select/Option/Option.es.js +133 -0
  259. package/dist/Select/Option/index.cjs +1 -0
  260. package/dist/Select/Option/index.d.ts +3 -0
  261. package/dist/Select/Option/index.es.js +4 -0
  262. package/dist/Select/Select.cjs +53 -0
  263. package/dist/Select/Select.d.ts +20 -0
  264. package/dist/Select/Select.es.js +283 -0
  265. package/dist/Select/Select.stories.d.ts +29 -0
  266. package/dist/Select/index.cjs +1 -0
  267. package/dist/Select/index.d.ts +4 -0
  268. package/dist/Select/index.es.js +6 -0
  269. package/dist/Skeleton/Skeleton.cjs +38 -0
  270. package/dist/Skeleton/Skeleton.d.ts +18 -0
  271. package/dist/Skeleton/Skeleton.es.js +94 -0
  272. package/dist/Skeleton/Skeleton.stories.d.ts +15 -0
  273. package/dist/Skeleton/index.cjs +1 -0
  274. package/dist/Skeleton/index.d.ts +3 -0
  275. package/dist/Skeleton/index.es.js +4 -0
  276. package/dist/Slider/Slider.cjs +40 -0
  277. package/dist/Slider/Slider.d.ts +18 -0
  278. package/dist/Slider/Slider.es.js +163 -0
  279. package/dist/Slider/Slider.stories.d.ts +15 -0
  280. package/dist/Slider/index.cjs +1 -0
  281. package/dist/Slider/index.d.ts +3 -0
  282. package/dist/Slider/index.es.js +4 -0
  283. package/dist/Snackbar/Snackbar.cjs +40 -0
  284. package/dist/Snackbar/Snackbar.d.ts +22 -0
  285. package/dist/Snackbar/Snackbar.es.js +209 -0
  286. package/dist/Snackbar/Snackbar.stories.d.ts +36 -0
  287. package/dist/Snackbar/index.cjs +1 -0
  288. package/dist/Snackbar/index.d.ts +3 -0
  289. package/dist/Snackbar/index.es.js +4 -0
  290. package/dist/Switch/Switch.cjs +30 -0
  291. package/dist/Switch/Switch.d.ts +13 -0
  292. package/dist/Switch/Switch.es.js +111 -0
  293. package/dist/Switch/Switch.stories.d.ts +13 -0
  294. package/dist/Switch/index.cjs +1 -0
  295. package/dist/Switch/index.d.ts +3 -0
  296. package/dist/Switch/index.es.js +4 -0
  297. package/dist/Tab/Tab.cjs +18 -0
  298. package/dist/Tab/Tab.d.ts +13 -0
  299. package/dist/Tab/Tab.es.js +183 -0
  300. package/dist/Tab/Tab.stories.d.ts +24 -0
  301. package/dist/Tab/TabBlock/TabBlock.cjs +11 -0
  302. package/dist/Tab/TabBlock/TabBlock.d.ts +12 -0
  303. package/dist/Tab/TabBlock/TabBlock.es.js +84 -0
  304. package/dist/Tab/TabBlock/index.cjs +1 -0
  305. package/dist/Tab/TabBlock/index.d.ts +3 -0
  306. package/dist/Tab/TabBlock/index.es.js +4 -0
  307. package/dist/Tab/index.cjs +1 -0
  308. package/dist/Tab/index.d.ts +4 -0
  309. package/dist/Tab/index.es.js +6 -0
  310. package/dist/TextArea/TextArea.cjs +68 -0
  311. package/dist/TextArea/TextArea.d.ts +16 -0
  312. package/dist/TextArea/TextArea.es.js +222 -0
  313. package/dist/TextArea/TextArea.stories.d.ts +25 -0
  314. package/dist/TextArea/index.cjs +1 -0
  315. package/dist/TextArea/index.d.ts +3 -0
  316. package/dist/TextArea/index.es.js +4 -0
  317. package/dist/TextField/TextField.cjs +47 -0
  318. package/dist/TextField/TextField.d.ts +17 -0
  319. package/dist/TextField/TextField.es.js +271 -0
  320. package/dist/TextField/TextField.stories.d.ts +35 -0
  321. package/dist/TextField/index.cjs +1 -0
  322. package/dist/TextField/index.d.ts +3 -0
  323. package/dist/TextField/index.es.js +4 -0
  324. package/dist/Tooltip/Tooltip.cjs +26 -0
  325. package/dist/Tooltip/Tooltip.d.ts +18 -0
  326. package/dist/Tooltip/Tooltip.es.js +341 -0
  327. package/dist/Tooltip/Tooltip.stories.d.ts +34 -0
  328. package/dist/Tooltip/index.cjs +1 -0
  329. package/dist/Tooltip/index.d.ts +3 -0
  330. package/dist/Tooltip/index.es.js +4 -0
  331. package/dist/Typography/Typography.cjs +13 -0
  332. package/dist/Typography/Typography.d.ts +15 -0
  333. package/dist/Typography/Typography.es.js +80 -0
  334. package/dist/Typography/Typography.stories.d.ts +27 -0
  335. package/dist/Typography/index.cjs +1 -0
  336. package/dist/Typography/index.d.ts +3 -0
  337. package/dist/Typography/index.es.js +4 -0
  338. package/dist/core/GlobalStyle.cjs +3 -0
  339. package/dist/core/GlobalStyle.d.ts +2 -0
  340. package/dist/core/GlobalStyle.es.js +72 -0
  341. package/dist/core/ThemeContext.cjs +1 -0
  342. package/dist/core/ThemeContext.d.ts +4 -0
  343. package/dist/core/ThemeContext.es.js +8 -0
  344. package/dist/core/ThemeProvider.cjs +1 -0
  345. package/dist/core/ThemeProvider.d.ts +9 -0
  346. package/dist/core/ThemeProvider.es.js +23 -0
  347. package/dist/core/useTheme.cjs +1 -0
  348. package/dist/core/useTheme.d.ts +1 -0
  349. package/dist/core/useTheme.es.js +11 -0
  350. package/dist/hooks/index.cjs +1 -0
  351. package/dist/hooks/index.d.ts +1 -0
  352. package/dist/hooks/index.es.js +4 -0
  353. package/dist/hooks/useCheckHoverPossible/useCheckHoverPossible.cjs +1 -0
  354. package/dist/hooks/useCheckHoverPossible/useCheckHoverPossible.d.ts +4 -0
  355. package/dist/hooks/useCheckHoverPossible/useCheckHoverPossible.es.js +13 -0
  356. package/dist/index.cjs +1 -0
  357. package/dist/index.d.ts +37 -0
  358. package/dist/index.es.js +98 -0
  359. package/dist/resources/tictoccroc/icons/colorLine/calendar-color-line.svg-B_vYjqIZ.js +5 -0
  360. package/dist/resources/tictoccroc/icons/colorLine/calendar-color-line.svg-BtUQ4TKP.cjs +1 -0
  361. package/dist/resources/tictoccroc/icons/colorLine/capacity-color-line.svg-BQo3SZhS.cjs +1 -0
  362. package/dist/resources/tictoccroc/icons/colorLine/capacity-color-line.svg-oT5B8THh.js +5 -0
  363. package/dist/resources/tictoccroc/icons/colorLine/goods-color-line.svg-CT8jVC5v.js +5 -0
  364. package/dist/resources/tictoccroc/icons/colorLine/goods-color-line.svg-Dz9RB5RV.cjs +1 -0
  365. package/dist/resources/tictoccroc/icons/colorLine/index.d.ts +5 -0
  366. package/dist/resources/tictoccroc/icons/colorLine/index.ts-Dyvby5gX.cjs +1 -0
  367. package/dist/resources/tictoccroc/icons/colorLine/index.ts-l0sNRNKZ.js +1 -0
  368. package/dist/resources/tictoccroc/icons/colorLine/kids-color-line.svg-BF7M2ymg.cjs +1 -0
  369. package/dist/resources/tictoccroc/icons/colorLine/kids-color-line.svg-CZDUwvTf.js +5 -0
  370. package/dist/resources/tictoccroc/icons/colorLine/time-color-line.svg-K7igWiF7.js +5 -0
  371. package/dist/resources/tictoccroc/icons/colorLine/time-color-line.svg-lvcsdtRd.cjs +1 -0
  372. package/dist/resources/tictoccroc/icons/emoji/average-plane-emoji.svg-1B3oSCfr.js +5 -0
  373. package/dist/resources/tictoccroc/icons/emoji/average-plane-emoji.svg-Ddpo9mEE.cjs +1 -0
  374. package/dist/resources/tictoccroc/icons/emoji/excellent-plane-emoji.svg-Bq_nM8Tm.js +5 -0
  375. package/dist/resources/tictoccroc/icons/emoji/excellent-plane-emoji.svg-CSFc2vsd.cjs +1 -0
  376. package/dist/resources/tictoccroc/icons/emoji/good-plane-emoji.svg-BShQn-co.cjs +1 -0
  377. package/dist/resources/tictoccroc/icons/emoji/good-plane-emoji.svg-Bve6hTZH.js +5 -0
  378. package/dist/resources/tictoccroc/icons/emoji/index.d.ts +3 -0
  379. package/dist/resources/tictoccroc/icons/emoji/index.ts-Dyvby5gX.cjs +1 -0
  380. package/dist/resources/tictoccroc/icons/emoji/index.ts-l0sNRNKZ.js +1 -0
  381. package/dist/resources/tictoccroc/icons/etc/cash-etc.svg-BE9-4t5W.cjs +1 -0
  382. package/dist/resources/tictoccroc/icons/etc/cash-etc.svg-CvAOzEdq.js +5 -0
  383. package/dist/resources/tictoccroc/icons/etc/check-etc.svg-6o7_QHlK.cjs +1 -0
  384. package/dist/resources/tictoccroc/icons/etc/check-etc.svg-CeWjWVqv.js +5 -0
  385. package/dist/resources/tictoccroc/icons/etc/coupon-etc.svg-BYpSMvLr.js +7 -0
  386. package/dist/resources/tictoccroc/icons/etc/coupon-etc.svg-DB4JIfi8.cjs +1 -0
  387. package/dist/resources/tictoccroc/icons/etc/index.d.ts +5 -0
  388. package/dist/resources/tictoccroc/icons/etc/index.ts-Dyvby5gX.cjs +1 -0
  389. package/dist/resources/tictoccroc/icons/etc/index.ts-l0sNRNKZ.js +1 -0
  390. package/dist/resources/tictoccroc/icons/etc/point-etc.svg-CAEUCvfM.cjs +1 -0
  391. package/dist/resources/tictoccroc/icons/etc/point-etc.svg-DZ31KNBj.js +5 -0
  392. package/dist/resources/tictoccroc/icons/etc/unscheduled-etc.svg-C9TZ0hvI.js +5 -0
  393. package/dist/resources/tictoccroc/icons/etc/unscheduled-etc.svg-D-47KeXg.cjs +1 -0
  394. package/dist/resources/tictoccroc/icons/fill/alert-fill.svg-BJrM_goo.js +5 -0
  395. package/dist/resources/tictoccroc/icons/fill/alert-fill.svg-C8QjfUUX.cjs +1 -0
  396. package/dist/resources/tictoccroc/icons/fill/apply-fill.svg-CmRhMN1w.js +5 -0
  397. package/dist/resources/tictoccroc/icons/fill/apply-fill.svg-DRpGrJGw.cjs +1 -0
  398. package/dist/resources/tictoccroc/icons/fill/arrow-down-fill.svg-C30f0N0F.js +5 -0
  399. package/dist/resources/tictoccroc/icons/fill/arrow-down-fill.svg-VKh4yV7q.cjs +1 -0
  400. package/dist/resources/tictoccroc/icons/fill/arrow-left-fill.svg-CdGognG9.js +5 -0
  401. package/dist/resources/tictoccroc/icons/fill/arrow-left-fill.svg-DVd7uVkk.cjs +1 -0
  402. package/dist/resources/tictoccroc/icons/fill/arrow-right-fill.svg-C3fI1iEy.js +5 -0
  403. package/dist/resources/tictoccroc/icons/fill/arrow-right-fill.svg-CkH6pq8F.cjs +1 -0
  404. package/dist/resources/tictoccroc/icons/fill/arrow-up-fill.svg-CEHHUpG_.js +5 -0
  405. package/dist/resources/tictoccroc/icons/fill/arrow-up-fill.svg-DWbcv7JX.cjs +1 -0
  406. package/dist/resources/tictoccroc/icons/fill/chatting-fill.svg-CVjv4Kr7.js +5 -0
  407. package/dist/resources/tictoccroc/icons/fill/chatting-fill.svg-HaX5-_VL.cjs +1 -0
  408. package/dist/resources/tictoccroc/icons/fill/clr-fill.svg-Cn-I8j7d.js +5 -0
  409. package/dist/resources/tictoccroc/icons/fill/clr-fill.svg-DuLFHwKc.cjs +1 -0
  410. package/dist/resources/tictoccroc/icons/fill/complete-fill.svg-DhQki4Tw.cjs +1 -0
  411. package/dist/resources/tictoccroc/icons/fill/complete-fill.svg-cERkJmCb.js +5 -0
  412. package/dist/resources/tictoccroc/icons/fill/home-fill.svg-CxFGWK0L.cjs +1 -0
  413. package/dist/resources/tictoccroc/icons/fill/home-fill.svg-D3lzGMV2.js +5 -0
  414. package/dist/resources/tictoccroc/icons/fill/index.d.ts +19 -0
  415. package/dist/resources/tictoccroc/icons/fill/index.ts-Dyvby5gX.cjs +1 -0
  416. package/dist/resources/tictoccroc/icons/fill/index.ts-l0sNRNKZ.js +1 -0
  417. package/dist/resources/tictoccroc/icons/fill/info-fill.svg-CwgxQGwL.js +5 -0
  418. package/dist/resources/tictoccroc/icons/fill/info-fill.svg-DkEX99Sy.cjs +1 -0
  419. package/dist/resources/tictoccroc/icons/fill/invalid-fill.svg-CJJ-xmGJ.cjs +1 -0
  420. package/dist/resources/tictoccroc/icons/fill/invalid-fill.svg-D-87fL2g.js +5 -0
  421. package/dist/resources/tictoccroc/icons/fill/like-fill.svg-Cx1cz0ZV.js +5 -0
  422. package/dist/resources/tictoccroc/icons/fill/like-fill.svg-DnL66ApL.cjs +1 -0
  423. package/dist/resources/tictoccroc/icons/fill/met-fill.svg-B09QdWd-.cjs +1 -0
  424. package/dist/resources/tictoccroc/icons/fill/met-fill.svg-BYSmsKBw.js +5 -0
  425. package/dist/resources/tictoccroc/icons/fill/ongoing-fill.svg-BWY0Pepo.js +5 -0
  426. package/dist/resources/tictoccroc/icons/fill/ongoing-fill.svg-D9OuoEPD.cjs +1 -0
  427. package/dist/resources/tictoccroc/icons/fill/review-fill.svg-C356jYYw.js +5 -0
  428. package/dist/resources/tictoccroc/icons/fill/review-fill.svg-Ci8MN4eI.cjs +1 -0
  429. package/dist/resources/tictoccroc/icons/fill/schedule-fill.svg-7tGjhrTb.cjs +1 -0
  430. package/dist/resources/tictoccroc/icons/fill/schedule-fill.svg-BrKSb-wR.js +5 -0
  431. package/dist/resources/tictoccroc/icons/fill/tooltip-fill.svg-Csn01XEU.js +5 -0
  432. package/dist/resources/tictoccroc/icons/fill/tooltip-fill.svg-taAPxbyB.cjs +1 -0
  433. package/dist/resources/tictoccroc/icons/fill/user-fill.svg-1AdHldZ7.js +5 -0
  434. package/dist/resources/tictoccroc/icons/fill/user-fill.svg-C5DT_82L.cjs +1 -0
  435. package/dist/resources/tictoccroc/icons/index.d.ts +5 -0
  436. package/dist/resources/tictoccroc/icons/index.ts-CarI_z7q.js +214 -0
  437. package/dist/resources/tictoccroc/icons/index.ts-IVJAK4qr.cjs +1 -0
  438. package/dist/resources/tictoccroc/icons/line/alarm-line.svg-BRunNxMG.cjs +1 -0
  439. package/dist/resources/tictoccroc/icons/line/alarm-line.svg-B_fgmSUh.js +5 -0
  440. package/dist/resources/tictoccroc/icons/line/align-edit.svg-BpBWlArj.js +5 -0
  441. package/dist/resources/tictoccroc/icons/line/align-edit.svg-CheFH-PQ.cjs +1 -0
  442. package/dist/resources/tictoccroc/icons/line/align-line.svg-CZVeKsXI.js +5 -0
  443. package/dist/resources/tictoccroc/icons/line/align-line.svg-DEHi23C3.cjs +1 -0
  444. package/dist/resources/tictoccroc/icons/line/apply-line.svg-CPVSeeXQ.js +5 -0
  445. package/dist/resources/tictoccroc/icons/line/apply-line.svg-OFt_RKTM.cjs +1 -0
  446. package/dist/resources/tictoccroc/icons/line/arrow-back-line.svg-6pAPPZFb.js +5 -0
  447. package/dist/resources/tictoccroc/icons/line/arrow-back-line.svg-CohS2cJ8.cjs +1 -0
  448. package/dist/resources/tictoccroc/icons/line/arrow-downward-line.svg-BGmQO-HH.js +5 -0
  449. package/dist/resources/tictoccroc/icons/line/arrow-downward-line.svg-U4yGkiO6.cjs +1 -0
  450. package/dist/resources/tictoccroc/icons/line/arrow-forward-line.svg-CXsiELrZ.cjs +1 -0
  451. package/dist/resources/tictoccroc/icons/line/arrow-forward-line.svg-i2PyDbcS.js +5 -0
  452. package/dist/resources/tictoccroc/icons/line/arrow-upward-line.svg-D38aA0Uw.cjs +1 -0
  453. package/dist/resources/tictoccroc/icons/line/arrow-upward-line.svg-UfpZFid8.js +5 -0
  454. package/dist/resources/tictoccroc/icons/line/attach-line.svg-BhuonxHd.cjs +1 -0
  455. package/dist/resources/tictoccroc/icons/line/attach-line.svg-SIRIt0qo.js +5 -0
  456. package/dist/resources/tictoccroc/icons/line/ban-line.svg-D9JlR8gb.cjs +1 -0
  457. package/dist/resources/tictoccroc/icons/line/ban-line.svg-oA3yLqdR.js +5 -0
  458. package/dist/resources/tictoccroc/icons/line/browser-line.svg-B7UMwER5.cjs +1 -0
  459. package/dist/resources/tictoccroc/icons/line/browser-line.svg-hDn02ywo.js +5 -0
  460. package/dist/resources/tictoccroc/icons/line/calendar-line.svg-BsHcmpqT.cjs +1 -0
  461. package/dist/resources/tictoccroc/icons/line/calendar-line.svg-CwmRMqQV.js +5 -0
  462. package/dist/resources/tictoccroc/icons/line/call-line.svg-B2jT8BCB.js +5 -0
  463. package/dist/resources/tictoccroc/icons/line/call-line.svg-CVbza-nx.cjs +1 -0
  464. package/dist/resources/tictoccroc/icons/line/camera-line.svg-BuDRmRYc.cjs +1 -0
  465. package/dist/resources/tictoccroc/icons/line/camera-line.svg-BvUSwmSN.js +5 -0
  466. package/dist/resources/tictoccroc/icons/line/card-line.svg-BwluOZMy.js +5 -0
  467. package/dist/resources/tictoccroc/icons/line/card-line.svg-Dh3x2e7j.cjs +1 -0
  468. package/dist/resources/tictoccroc/icons/line/cash-line.svg-DMDHHJrt.js +5 -0
  469. package/dist/resources/tictoccroc/icons/line/cash-line.svg-_QlaTlXM.cjs +1 -0
  470. package/dist/resources/tictoccroc/icons/line/certificate-line.svg-BjOsTl11.js +5 -0
  471. package/dist/resources/tictoccroc/icons/line/certificate-line.svg-BoPUjufG.cjs +1 -0
  472. package/dist/resources/tictoccroc/icons/line/chat-line.svg-CmY7En0-.js +5 -0
  473. package/dist/resources/tictoccroc/icons/line/chat-line.svg-Dhe-5vHA.cjs +1 -0
  474. package/dist/resources/tictoccroc/icons/line/chatting-line.svg-CdN684WI.js +5 -0
  475. package/dist/resources/tictoccroc/icons/line/chatting-line.svg-DFq1Xeov.cjs +1 -0
  476. package/dist/resources/tictoccroc/icons/line/check-line.svg-BmxqZytH.js +5 -0
  477. package/dist/resources/tictoccroc/icons/line/check-line.svg-CKsagFl6.cjs +1 -0
  478. package/dist/resources/tictoccroc/icons/line/chevron-down-line.svg-BTq4vzeg.js +5 -0
  479. package/dist/resources/tictoccroc/icons/line/chevron-down-line.svg-BYCd5Luv.cjs +1 -0
  480. package/dist/resources/tictoccroc/icons/line/chevron-left-line.svg-DSET8qrk.cjs +1 -0
  481. package/dist/resources/tictoccroc/icons/line/chevron-left-line.svg-aZUXpJ9q.js +5 -0
  482. package/dist/resources/tictoccroc/icons/line/chevron-right-line.svg-C6wr7pgK.js +5 -0
  483. package/dist/resources/tictoccroc/icons/line/chevron-right-line.svg-Dm2YWA1K.cjs +1 -0
  484. package/dist/resources/tictoccroc/icons/line/chevron-up-line.svg-C8Sj7hTQ.js +5 -0
  485. package/dist/resources/tictoccroc/icons/line/chevron-up-line.svg-D9ekQ02i.cjs +1 -0
  486. package/dist/resources/tictoccroc/icons/line/close-line.svg-BzpCbaoG.js +5 -0
  487. package/dist/resources/tictoccroc/icons/line/close-line.svg-CSVwgqiB.cjs +1 -0
  488. package/dist/resources/tictoccroc/icons/line/copy-line.svg-CLdLNk9r.js +5 -0
  489. package/dist/resources/tictoccroc/icons/line/copy-line.svg-DA-07Z90.cjs +1 -0
  490. package/dist/resources/tictoccroc/icons/line/delete-line.svg-DQg7TEYw.js +5 -0
  491. package/dist/resources/tictoccroc/icons/line/delete-line.svg-DyddYBjS.cjs +1 -0
  492. package/dist/resources/tictoccroc/icons/line/download-line.svg-BKfz-6Mz.js +5 -0
  493. package/dist/resources/tictoccroc/icons/line/download-line.svg-DvinNPah.cjs +1 -0
  494. package/dist/resources/tictoccroc/icons/line/eye-invisible-line.svg-BuZicmwG.js +5 -0
  495. package/dist/resources/tictoccroc/icons/line/eye-invisible-line.svg-C_XjeDHE.cjs +1 -0
  496. package/dist/resources/tictoccroc/icons/line/eye-visible-line.svg-D3netPU8.cjs +1 -0
  497. package/dist/resources/tictoccroc/icons/line/eye-visible-line.svg-XpDOJPr0.js +5 -0
  498. package/dist/resources/tictoccroc/icons/line/filter-line.svg-Dbe7jw9Q.js +5 -0
  499. package/dist/resources/tictoccroc/icons/line/filter-line.svg-J5XFEh1F.cjs +1 -0
  500. package/dist/resources/tictoccroc/icons/line/fullview-line.svg-3aeWiJNf.cjs +1 -0
  501. package/dist/resources/tictoccroc/icons/line/fullview-line.svg-n_xxoG0C.js +5 -0
  502. package/dist/resources/tictoccroc/icons/line/goods-line.svg-BDAb5Snx.js +5 -0
  503. package/dist/resources/tictoccroc/icons/line/goods-line.svg-BYSmk4Lo.cjs +1 -0
  504. package/dist/resources/tictoccroc/icons/line/hamburger-line.svg-CMG7FGB3.cjs +1 -0
  505. package/dist/resources/tictoccroc/icons/line/hamburger-line.svg-CZAv5Wt4.js +5 -0
  506. package/dist/resources/tictoccroc/icons/line/headphone-line.svg-Buq82k6m.cjs +1 -0
  507. package/dist/resources/tictoccroc/icons/line/headphone-line.svg-Cy-z1uje.js +5 -0
  508. package/dist/resources/tictoccroc/icons/line/home-line.svg-BqHMy_15.cjs +1 -0
  509. package/dist/resources/tictoccroc/icons/line/home-line.svg-DO90M2q7.js +5 -0
  510. package/dist/resources/tictoccroc/icons/line/img-disable-line.svg-Bzvgi8Uu.cjs +1 -0
  511. package/dist/resources/tictoccroc/icons/line/img-disable-line.svg-DtD7dgZQ.js +5 -0
  512. package/dist/resources/tictoccroc/icons/line/img-line.svg-CPHQ1Cur.js +5 -0
  513. package/dist/resources/tictoccroc/icons/line/img-line.svg-runB4pj4.cjs +1 -0
  514. package/dist/resources/tictoccroc/icons/line/index.d.ts +72 -0
  515. package/dist/resources/tictoccroc/icons/line/index.ts-Dyvby5gX.cjs +1 -0
  516. package/dist/resources/tictoccroc/icons/line/index.ts-l0sNRNKZ.js +1 -0
  517. package/dist/resources/tictoccroc/icons/line/information-line.svg-C1HeihVj.js +5 -0
  518. package/dist/resources/tictoccroc/icons/line/information-line.svg-fQYLBjcn.cjs +1 -0
  519. package/dist/resources/tictoccroc/icons/line/instagram-line.svg-9QADilvw.js +5 -0
  520. package/dist/resources/tictoccroc/icons/line/instagram-line.svg-BiBj4li4.cjs +1 -0
  521. package/dist/resources/tictoccroc/icons/line/insurance-line.svg-C-jGCuZ0.js +5 -0
  522. package/dist/resources/tictoccroc/icons/line/insurance-line.svg-XgpoFsM2.cjs +1 -0
  523. package/dist/resources/tictoccroc/icons/line/kids-line.svg-BZjs2lbf.js +5 -0
  524. package/dist/resources/tictoccroc/icons/line/kids-line.svg-Hhqmv7us.cjs +1 -0
  525. package/dist/resources/tictoccroc/icons/line/like-line.svg-B09ewWGN.cjs +1 -0
  526. package/dist/resources/tictoccroc/icons/line/like-line.svg-WcxnZwNP.js +5 -0
  527. package/dist/resources/tictoccroc/icons/line/link-line.svg-BQlngNks.cjs +1 -0
  528. package/dist/resources/tictoccroc/icons/line/link-line.svg-DyTzcfH-.js +5 -0
  529. package/dist/resources/tictoccroc/icons/line/location-line.svg-BYTa6SR_.cjs +1 -0
  530. package/dist/resources/tictoccroc/icons/line/location-line.svg-EQvkDzcG.js +5 -0
  531. package/dist/resources/tictoccroc/icons/line/match-type-line.svg-CGS2gQZB.js +5 -0
  532. package/dist/resources/tictoccroc/icons/line/match-type-line.svg-DGpCvcRV.cjs +1 -0
  533. package/dist/resources/tictoccroc/icons/line/met-line.svg-CiYvySY5.cjs +1 -0
  534. package/dist/resources/tictoccroc/icons/line/met-line.svg-CuTfmBGY.js +5 -0
  535. package/dist/resources/tictoccroc/icons/line/minus-line.svg-BFTYxAEx.cjs +1 -0
  536. package/dist/resources/tictoccroc/icons/line/minus-line.svg-Cd4pUSxn.js +5 -0
  537. package/dist/resources/tictoccroc/icons/line/mobile-line.svg-B3REkeOs.js +5 -0
  538. package/dist/resources/tictoccroc/icons/line/mobile-line.svg-CcR_mhy0.cjs +1 -0
  539. package/dist/resources/tictoccroc/icons/line/modify-line.svg-Dtw-aJJL.js +5 -0
  540. package/dist/resources/tictoccroc/icons/line/modify-line.svg-y24Tpez8.cjs +1 -0
  541. package/dist/resources/tictoccroc/icons/line/more-line.svg-DkHQ1aCu.js +5 -0
  542. package/dist/resources/tictoccroc/icons/line/more-line.svg-fOrqycnA.cjs +1 -0
  543. package/dist/resources/tictoccroc/icons/line/parking-line.svg-BYdvScSf.cjs +1 -0
  544. package/dist/resources/tictoccroc/icons/line/parking-line.svg-C69hhyJp.js +5 -0
  545. package/dist/resources/tictoccroc/icons/line/plus-line.svg-CGLFrOvH.cjs +1 -0
  546. package/dist/resources/tictoccroc/icons/line/plus-line.svg-DYFu3bQb.js +5 -0
  547. package/dist/resources/tictoccroc/icons/line/receipt-line.svg-BpDVEXs_.js +5 -0
  548. package/dist/resources/tictoccroc/icons/line/receipt-line.svg-Db2ey7Vk.cjs +1 -0
  549. package/dist/resources/tictoccroc/icons/line/reset-line.svg-CYyXv2Ii.js +5 -0
  550. package/dist/resources/tictoccroc/icons/line/reset-line.svg-VXhJXGw4.cjs +1 -0
  551. package/dist/resources/tictoccroc/icons/line/schedule-line.svg-C4rlD6fX.js +5 -0
  552. package/dist/resources/tictoccroc/icons/line/schedule-line.svg-CBOfzdyP.cjs +1 -0
  553. package/dist/resources/tictoccroc/icons/line/search-line.svg-ChK1nMkg.js +5 -0
  554. package/dist/resources/tictoccroc/icons/line/search-line.svg-CyECq3s4.cjs +1 -0
  555. package/dist/resources/tictoccroc/icons/line/setting-line.svg-B5KTXMkf.js +5 -0
  556. package/dist/resources/tictoccroc/icons/line/setting-line.svg-KZcCRQnu.cjs +1 -0
  557. package/dist/resources/tictoccroc/icons/line/share-line.svg-BuvAb_mR.cjs +1 -0
  558. package/dist/resources/tictoccroc/icons/line/share-line.svg-YIeAM7qG.js +5 -0
  559. package/dist/resources/tictoccroc/icons/line/sms-line.svg-CfS4BH8b.cjs +1 -0
  560. package/dist/resources/tictoccroc/icons/line/sms-line.svg-mkRJRb3t.js +5 -0
  561. package/dist/resources/tictoccroc/icons/line/sound-line.svg-CmfcTDgu.cjs +1 -0
  562. package/dist/resources/tictoccroc/icons/line/sound-line.svg-DDrcGkDm.js +5 -0
  563. package/dist/resources/tictoccroc/icons/line/sound-off-line.svg-BpovzQS7.cjs +1 -0
  564. package/dist/resources/tictoccroc/icons/line/sound-off-line.svg-CyLPPUCN.js +5 -0
  565. package/dist/resources/tictoccroc/icons/line/special-line.svg-BIbaMWsd.cjs +1 -0
  566. package/dist/resources/tictoccroc/icons/line/special-line.svg-DmNM79L9.js +5 -0
  567. package/dist/resources/tictoccroc/icons/line/time-line.svg-BuB2NlRB.js +5 -0
  568. package/dist/resources/tictoccroc/icons/line/time-line.svg-DXBDjsih.cjs +1 -0
  569. package/dist/resources/tictoccroc/icons/line/toy-line.svg-DyArYgu3.js +5 -0
  570. package/dist/resources/tictoccroc/icons/line/toy-line.svg-vUxUn7S0.cjs +1 -0
  571. package/dist/resources/tictoccroc/icons/line/university-line.svg-BEdQwFB6.js +5 -0
  572. package/dist/resources/tictoccroc/icons/line/university-line.svg-D2T-TUW5.cjs +1 -0
  573. package/dist/resources/tictoccroc/icons/line/upload-line.svg-CDbJ-I5E.cjs +1 -0
  574. package/dist/resources/tictoccroc/icons/line/upload-line.svg-CKFtr3Jx.js +5 -0
  575. package/dist/resources/tictoccroc/icons/line/user-line.svg-CNcTTUmF.js +5 -0
  576. package/dist/resources/tictoccroc/icons/line/user-line.svg-Du2rRzus.cjs +1 -0
  577. package/dist/resources/tictoccroc/icons/line/video-camera-line.svg-C2Y4ssOf.js +5 -0
  578. package/dist/resources/tictoccroc/icons/line/video-camera-line.svg-iZ3dICcd.cjs +1 -0
  579. package/dist/resources/tictoccroc/icons/line/warning1-line.svg-Bhi7ngGw.cjs +1 -0
  580. package/dist/resources/tictoccroc/icons/line/warning1-line.svg-DsmZxbsf.js +5 -0
  581. package/dist/resources/tictoccroc/icons/line/warning2-line.svg-DTvtKOYN.js +5 -0
  582. package/dist/resources/tictoccroc/icons/line/warning2-line.svg-Kf0io8lf.cjs +1 -0
  583. package/dist/resources/tictoccroc/icons/line/wifi-line.svg-BtsQLwZl.js +5 -0
  584. package/dist/resources/tictoccroc/icons/line/wifi-line.svg-DGCMJ5Oi.cjs +1 -0
  585. package/dist/themes/tictoccroc/colors/background.cjs +1 -0
  586. package/dist/themes/tictoccroc/colors/background.d.ts +5 -0
  587. package/dist/themes/tictoccroc/colors/background.es.js +7 -0
  588. package/dist/themes/tictoccroc/colors/blue.cjs +1 -0
  589. package/dist/themes/tictoccroc/colors/blue.d.ts +4 -0
  590. package/dist/themes/tictoccroc/colors/blue.es.js +15 -0
  591. package/dist/themes/tictoccroc/colors/classType.cjs +1 -0
  592. package/dist/themes/tictoccroc/colors/classType.d.ts +4 -0
  593. package/dist/themes/tictoccroc/colors/classType.es.js +11 -0
  594. package/dist/themes/tictoccroc/colors/etc.cjs +1 -0
  595. package/dist/themes/tictoccroc/colors/etc.d.ts +5 -0
  596. package/dist/themes/tictoccroc/colors/etc.es.js +10 -0
  597. package/dist/themes/tictoccroc/colors/green.cjs +1 -0
  598. package/dist/themes/tictoccroc/colors/green.d.ts +4 -0
  599. package/dist/themes/tictoccroc/colors/green.es.js +15 -0
  600. package/dist/themes/tictoccroc/colors/grey.cjs +1 -0
  601. package/dist/themes/tictoccroc/colors/grey.d.ts +4 -0
  602. package/dist/themes/tictoccroc/colors/grey.es.js +17 -0
  603. package/dist/themes/tictoccroc/colors/index.cjs +1 -0
  604. package/dist/themes/tictoccroc/colors/index.d.ts +8 -0
  605. package/dist/themes/tictoccroc/colors/index.es.js +18 -0
  606. package/dist/themes/tictoccroc/colors/pink.cjs +1 -0
  607. package/dist/themes/tictoccroc/colors/pink.d.ts +4 -0
  608. package/dist/themes/tictoccroc/colors/pink.es.js +15 -0
  609. package/dist/themes/tictoccroc/colors/yellow.cjs +1 -0
  610. package/dist/themes/tictoccroc/colors/yellow.d.ts +4 -0
  611. package/dist/themes/tictoccroc/colors/yellow.es.js +15 -0
  612. package/dist/themes/tictoccroc/index.cjs +1 -0
  613. package/dist/themes/tictoccroc/index.d.ts +4 -0
  614. package/dist/themes/tictoccroc/index.es.js +30 -0
  615. package/dist/themes/tictoccroc/parentLight.cjs +1 -0
  616. package/dist/themes/tictoccroc/parentLight.d.ts +4 -0
  617. package/dist/themes/tictoccroc/parentLight.es.js +70 -0
  618. package/dist/themes/tictoccroc/teacherLight.cjs +1 -0
  619. package/dist/themes/tictoccroc/teacherLight.d.ts +4 -0
  620. package/dist/themes/tictoccroc/teacherLight.es.js +70 -0
  621. package/dist/themes/tictoccroc/typography/body.cjs +1 -0
  622. package/dist/themes/tictoccroc/typography/body.d.ts +4 -0
  623. package/dist/themes/tictoccroc/typography/body.es.js +75 -0
  624. package/dist/themes/tictoccroc/typography/caption.cjs +1 -0
  625. package/dist/themes/tictoccroc/typography/caption.d.ts +4 -0
  626. package/dist/themes/tictoccroc/typography/caption.es.js +110 -0
  627. package/dist/themes/tictoccroc/typography/display.cjs +1 -0
  628. package/dist/themes/tictoccroc/typography/display.d.ts +4 -0
  629. package/dist/themes/tictoccroc/typography/display.es.js +89 -0
  630. package/dist/themes/tictoccroc/typography/headline.cjs +1 -0
  631. package/dist/themes/tictoccroc/typography/headline.d.ts +4 -0
  632. package/dist/themes/tictoccroc/typography/headline.es.js +131 -0
  633. package/dist/themes/tictoccroc/typography/index.cjs +1 -0
  634. package/dist/themes/tictoccroc/typography/index.d.ts +4 -0
  635. package/dist/themes/tictoccroc/typography/index.es.js +10 -0
  636. package/dist/typings/color.d.ts +20 -0
  637. package/dist/typings/component.d.ts +31 -0
  638. package/dist/typings/index.d.ts +7 -0
  639. package/dist/typings/theme/core.d.ts +42 -0
  640. package/dist/typings/theme/tictoccroc.d.ts +15 -0
  641. package/dist/typings/typography.d.ts +23 -0
  642. package/dist/typings/utility.d.ts +10 -0
  643. package/dist/utils/convertNumberToCSSValue.cjs +1 -0
  644. package/dist/utils/convertNumberToCSSValue.d.ts +3 -0
  645. package/dist/utils/convertNumberToCSSValue.es.js +6 -0
  646. package/dist/utils/debounce/debounce.cjs +1 -0
  647. package/dist/utils/debounce/debounce.d.ts +1 -0
  648. package/dist/utils/debounce/debounce.es.js +11 -0
  649. package/dist/utils/getContrastRatio/getContrastRatio.cjs +1 -0
  650. package/dist/utils/getContrastRatio/getContrastRatio.d.ts +1 -0
  651. package/dist/utils/getContrastRatio/getContrastRatio.es.js +9 -0
  652. package/dist/utils/getContrastRatio/getContrastRatio.test.d.ts +1 -0
  653. package/dist/utils/getContrastingTextColor/getContrastingTextColor.cjs +1 -0
  654. package/dist/utils/getContrastingTextColor/getContrastingTextColor.d.ts +1 -0
  655. package/dist/utils/getContrastingTextColor/getContrastingTextColor.es.js +19 -0
  656. package/dist/utils/getContrastingTextColor/getContrastingTextColor.test.d.ts +1 -0
  657. package/dist/utils/getIconLabel/getIconLabel.cjs +1 -0
  658. package/dist/utils/getIconLabel/getIconLabel.d.ts +3 -0
  659. package/dist/utils/getIconLabel/getIconLabel.es.js +112 -0
  660. package/dist/utils/getInterpolation/getInterpolation.cjs +1 -0
  661. package/dist/utils/getInterpolation/getInterpolation.d.ts +4 -0
  662. package/dist/utils/getInterpolation/getInterpolation.es.js +18 -0
  663. package/dist/utils/getPaletteColor/getPaletteColor.cjs +1 -0
  664. package/dist/utils/getPaletteColor/getPaletteColor.d.ts +6 -0
  665. package/dist/utils/getPaletteColor/getPaletteColor.es.js +28 -0
  666. package/dist/utils/getPaletteColor/getPaletteColor.test.d.ts +1 -0
  667. package/dist/utils/getRelativeLuminance/getRelativeLuminance.cjs +1 -0
  668. package/dist/utils/getRelativeLuminance/getRelativeLuminance.d.ts +1 -0
  669. package/dist/utils/getRelativeLuminance/getRelativeLuminance.es.js +10 -0
  670. package/dist/utils/getRelativeLuminance/getRelativeLuminance.test.d.ts +1 -0
  671. package/dist/utils/getSibling/getSibling.cjs +1 -0
  672. package/dist/utils/getSibling/getSibling.d.ts +5 -0
  673. package/dist/utils/getSibling/getSibling.es.js +8 -0
  674. package/dist/utils/hexToRgb/hexToRgb.cjs +1 -0
  675. package/dist/utils/hexToRgb/hexToRgb.d.ts +5 -0
  676. package/dist/utils/hexToRgb/hexToRgb.es.js +13 -0
  677. package/dist/utils/hexToRgb/hexToRgb.test.d.ts +1 -0
  678. package/package.json +1 -1
@@ -0,0 +1,98 @@
1
+ import { jsx as a, jsxs as p } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as u } from "react";
3
+ import g from "@emotion/styled";
4
+ const m = g.div`
5
+ position: relative;
6
+ width: inherit;
7
+ `, c = g.div`
8
+ display: inline-flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ position: ${({ position: e }) => e};
12
+ border-radius: 20px;
13
+
14
+ ${({
15
+ theme: {
16
+ palette: { pink: e, etc: t }
17
+ },
18
+ color: r
19
+ }) => {
20
+ let i = {
21
+ backgroundColor: e[90]
22
+ };
23
+ return r === "orange" && (i = {
24
+ backgroundColor: t.orange
25
+ }), i;
26
+ }};
27
+
28
+ ${({ size: e, horizontal: t }) => {
29
+ let r = {
30
+ height: 8,
31
+ minWidth: 8,
32
+ top: 0,
33
+ left: t === "left" ? 0 : "auto",
34
+ right: t === "right" ? 0 : "auto"
35
+ };
36
+ return e === "large" && (r = {
37
+ height: 16,
38
+ minWidth: 16,
39
+ top: -4,
40
+ left: t === "left" ? -8 : "auto",
41
+ right: t === "right" ? -8 : "auto"
42
+ }), r;
43
+ }};
44
+ `, f = g.span`
45
+ ${({
46
+ theme: {
47
+ palette: { grey: e },
48
+ typography: { c4B: t }
49
+ }
50
+ }) => ({
51
+ fontSize: t.size,
52
+ fontWeight: t.weight,
53
+ lineHeight: t.lineHeight,
54
+ letterSpacing: t.letterSpacing,
55
+ color: e.white
56
+ })}
57
+ `, x = u(function({
58
+ children: t,
59
+ color: r,
60
+ size: i = "small",
61
+ position: n = "absolute",
62
+ horizontal: d = "right",
63
+ content: l,
64
+ inlineCSS: h,
65
+ ...o
66
+ }, s) {
67
+ return n === "static" ? /* @__PURE__ */ a(
68
+ c,
69
+ {
70
+ ref: s,
71
+ position: n,
72
+ color: r,
73
+ size: i,
74
+ horizontal: d,
75
+ ...o,
76
+ css: h,
77
+ children: i === "large" && l && /* @__PURE__ */ a(f, { children: l })
78
+ }
79
+ ) : /* @__PURE__ */ p(m, { children: [
80
+ /* @__PURE__ */ a(
81
+ c,
82
+ {
83
+ ref: s,
84
+ position: n,
85
+ color: r,
86
+ size: i,
87
+ horizontal: d,
88
+ ...o,
89
+ css: h,
90
+ children: i === "large" && l && /* @__PURE__ */ a(f, { children: l })
91
+ }
92
+ ),
93
+ t
94
+ ] });
95
+ });
96
+ export {
97
+ x as default
98
+ };
@@ -0,0 +1,14 @@
1
+ import { StoryObj } from '@storybook/react';
2
+
3
+ declare const meta: {
4
+ title: string;
5
+ component: import('react').ForwardRefExoticComponent<import('./Badge').BadgeProps & import('react').RefAttributes<HTMLDivElement>>;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof meta>;
13
+ export declare const Absolute: Story;
14
+ export declare const Static: Story;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Badge.cjs");exports.default=e.default;
@@ -0,0 +1,3 @@
1
+ import { default as Badge } from './Badge';
2
+
3
+ export default Badge;
@@ -0,0 +1,4 @@
1
+ import e from "./Badge.es.js";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,33 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("@emotion/react/jsx-runtime"),r=require("react"),q=require("../Backdrop/Backdrop.cjs"),B=require("../Flexbox/Flexbox.cjs"),O=require("@emotion/styled"),C=e=>e&&e.__esModule?e:{default:e},l=C(O),P=l.default.div`
2
+ display: flex;
3
+ justify-content: flex-end;
4
+ flex-direction: column;
5
+ width: 100%;
6
+ height: 100%;
7
+ cursor: ${({isDragging:e})=>e?"grabbing":"default"};
8
+ overflow: hidden;
9
+ `,A=l.default.div`
10
+ display: flex;
11
+ flex-direction: column;
12
+ max-height: 100%;
13
+ margin-top: ${({theme:{spacing:e}})=>`calc(var(--status-bar-height, 0px) + ${e.content(10)}px)`};
14
+ overflow-y: auto;
15
+ background-color: ${({theme:{palette:{grey:e}}})=>e.white};
16
+ border-radius: 16px 16px 0 0;
17
+ box-shadow: ${({theme:{elevation:e}})=>e[4]};
18
+ transition: transform ${({transitionDuration:e})=>e}ms;
19
+ transform: translate3d(0, ${({open:e})=>e?0:"100%"}, 0);
20
+ `,H=l.default.div`
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: center;
24
+ padding: ${({theme:{spacing:e}})=>e.content(3)}px
25
+ ${({theme:{spacing:e}})=>e.content(4)}px;
26
+ cursor: ${({isDragging:e})=>e?"grabbing":"grab"};
27
+ `,I=l.default.div`
28
+ width: 32px;
29
+ height: 4px;
30
+ border-radius: 100px;
31
+ background-color: ${({theme:{palette:{grey:e}}})=>e[60]};
32
+ cursor: ${({isDragging:e})=>e?"grabbing":"grab"};
33
+ `,L=r.forwardRef(function({children:y,open:a,onClose:n,transitionDuration:d=200,inlineCSS:b,enableDragCloseHandler:T,backdropProps:M,systemNavigationBarColor:S="#FFFFFF",hideSystemNavigationBar:$=!1,...w},k){const[D,g]=r.useState(!1),[o,f]=r.useState(!1),c=r.useRef(),h=r.useRef(0),u=r.useRef(0),j=t=>t.stopPropagation(),R=t=>{f(!1),o&&t.stopPropagation()},m=t=>()=>{f(!0),h.current=t},p=(t,i)=>()=>{o&&(u.current=t-h.current,!(u.current<0)&&(i.currentTarget.style.transitionDuration="0ms",i.currentTarget.style.transform=`translate3d(0, ${u.current}px, 0)`))},x=t=>{u.current>=20&&typeof n=="function"?(t.currentTarget.style.transitionDuration=`${d}ms`,t.currentTarget.style.transform="translate3d(0, 100%, 0)",n()):t.currentTarget.removeAttribute("style"),h.current=0,u.current=0,f(!1)},v=t=>{o&&t.currentTarget.removeAttribute("style")},E=t=>m(t.clientY)(),F=t=>p(t.clientY,t)(),_=t=>m(t.touches[0].clientY)(),Y=t=>p(t.touches[0].clientY,t)();return r.useEffect(()=>{a?(c.current&&clearTimeout(c.current),c.current=setTimeout(()=>{g(!0)},100)):g(!1)},[a]),r.useEffect(()=>{const t=i=>{i.key==="Escape"&&a&&n&&n()};return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)},[a,n]),r.useEffect(()=>()=>{c.current&&clearTimeout(c.current)},[]),s.jsx(q.default,{open:a,onClose:n,transitionDuration:d,fullScreen:!0,...M,children:s.jsx(P,{isDragging:o,onClick:R,children:s.jsxs(A,{ref:k,open:D,transitionDuration:d,onClick:j,onMouseMove:F,onMouseUp:x,onMouseOut:v,onTouchMove:Y,onTouchEnd:x,onTouchCancel:v,...w,css:b,children:[T&&s.jsx(H,{isDragging:o,onMouseDown:E,onTouchStart:_,children:s.jsx(I,{isDragging:o})}),y,!$&&s.jsx(B.default,{inlineCSS:{minHeight:"var(--system-navigation-bar-height, 0px)",backgroundColor:S}})]})})})});exports.default=L;
@@ -0,0 +1,15 @@
1
+ import { HTMLAttributes } from 'react';
2
+ import { BackdropProps } from '../Backdrop/Backdrop';
3
+ import { GeneralComponentProps } from '../typings/component';
4
+
5
+ export interface BottomSheetProps extends GeneralComponentProps<HTMLAttributes<HTMLDivElement>> {
6
+ open?: boolean;
7
+ onClose?: () => void;
8
+ transitionDuration?: number;
9
+ enableDragCloseHandler?: boolean;
10
+ backdropProps?: BackdropProps;
11
+ systemNavigationBarColor?: string;
12
+ hideSystemNavigationBar?: boolean;
13
+ }
14
+ declare const BottomSheet: import('react').ForwardRefExoticComponent<BottomSheetProps & import('react').RefAttributes<HTMLDivElement>>;
15
+ export default BottomSheet;
@@ -0,0 +1,131 @@
1
+ import { jsx as s, jsxs as A } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as H, useState as b, useRef as h, useEffect as m } from "react";
3
+ import I from "../Backdrop/Backdrop.es.js";
4
+ import L from "../Flexbox/Flexbox.es.js";
5
+ import u from "@emotion/styled";
6
+ const P = u.div`
7
+ display: flex;
8
+ justify-content: flex-end;
9
+ flex-direction: column;
10
+ width: 100%;
11
+ height: 100%;
12
+ cursor: ${({ isDragging: t }) => t ? "grabbing" : "default"};
13
+ overflow: hidden;
14
+ `, W = u.div`
15
+ display: flex;
16
+ flex-direction: column;
17
+ max-height: 100%;
18
+ margin-top: ${({ theme: { spacing: t } }) => `calc(var(--status-bar-height, 0px) + ${t.content(10)}px)`};
19
+ overflow-y: auto;
20
+ background-color: ${({
21
+ theme: {
22
+ palette: { grey: t }
23
+ }
24
+ }) => t.white};
25
+ border-radius: 16px 16px 0 0;
26
+ box-shadow: ${({ theme: { elevation: t } }) => t[4]};
27
+ transition: transform ${({ transitionDuration: t }) => t}ms;
28
+ transform: translate3d(0, ${({ open: t }) => t ? 0 : "100%"}, 0);
29
+ `, K = u.div`
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ padding: ${({ theme: { spacing: t } }) => t.content(3)}px
34
+ ${({ theme: { spacing: t } }) => t.content(4)}px;
35
+ cursor: ${({ isDragging: t }) => t ? "grabbing" : "grab"};
36
+ `, U = u.div`
37
+ width: 32px;
38
+ height: 4px;
39
+ border-radius: 100px;
40
+ background-color: ${({
41
+ theme: {
42
+ palette: { grey: t }
43
+ }
44
+ }) => t[60]};
45
+ cursor: ${({ isDragging: t }) => t ? "grabbing" : "grab"};
46
+ `, Q = H(function({
47
+ children: T,
48
+ open: o,
49
+ onClose: r,
50
+ transitionDuration: l = 200,
51
+ inlineCSS: $,
52
+ enableDragCloseHandler: w,
53
+ backdropProps: k,
54
+ systemNavigationBarColor: M = "#FFFFFF",
55
+ hideSystemNavigationBar: S = !1,
56
+ ...D
57
+ }, F) {
58
+ const [E, g] = b(!1), [n, d] = b(!1), a = h(), f = h(0), c = h(0), Y = (e) => e.stopPropagation(), B = (e) => {
59
+ d(!1), n && e.stopPropagation();
60
+ }, p = (e) => () => {
61
+ d(!0), f.current = e;
62
+ }, x = (e, i) => () => {
63
+ n && (c.current = e - f.current, !(c.current < 0) && (i.currentTarget.style.transitionDuration = "0ms", i.currentTarget.style.transform = `translate3d(0, ${c.current}px, 0)`));
64
+ }, v = (e) => {
65
+ c.current >= 20 && typeof r == "function" ? (e.currentTarget.style.transitionDuration = `${l}ms`, e.currentTarget.style.transform = "translate3d(0, 100%, 0)", r()) : e.currentTarget.removeAttribute("style"), f.current = 0, c.current = 0, d(!1);
66
+ }, y = (e) => {
67
+ n && e.currentTarget.removeAttribute("style");
68
+ }, R = (e) => p(e.clientY)(), j = (e) => x(e.clientY, e)(), C = (e) => p(e.touches[0].clientY)(), O = (e) => x(e.touches[0].clientY, e)();
69
+ return m(() => {
70
+ o ? (a.current && clearTimeout(a.current), a.current = setTimeout(() => {
71
+ g(!0);
72
+ }, 100)) : g(!1);
73
+ }, [o]), m(() => {
74
+ const e = (i) => {
75
+ i.key === "Escape" && o && r && r();
76
+ };
77
+ return document.addEventListener("keydown", e), () => document.removeEventListener("keydown", e);
78
+ }, [o, r]), m(() => () => {
79
+ a.current && clearTimeout(a.current);
80
+ }, []), /* @__PURE__ */ s(
81
+ I,
82
+ {
83
+ open: o,
84
+ onClose: r,
85
+ transitionDuration: l,
86
+ fullScreen: !0,
87
+ ...k,
88
+ children: /* @__PURE__ */ s(P, { isDragging: n, onClick: B, children: /* @__PURE__ */ A(
89
+ W,
90
+ {
91
+ ref: F,
92
+ open: E,
93
+ transitionDuration: l,
94
+ onClick: Y,
95
+ onMouseMove: j,
96
+ onMouseUp: v,
97
+ onMouseOut: y,
98
+ onTouchMove: O,
99
+ onTouchEnd: v,
100
+ onTouchCancel: y,
101
+ ...D,
102
+ css: $,
103
+ children: [
104
+ w && /* @__PURE__ */ s(
105
+ K,
106
+ {
107
+ isDragging: n,
108
+ onMouseDown: R,
109
+ onTouchStart: C,
110
+ children: /* @__PURE__ */ s(U, { isDragging: n })
111
+ }
112
+ ),
113
+ T,
114
+ !S && /* @__PURE__ */ s(
115
+ L,
116
+ {
117
+ inlineCSS: {
118
+ minHeight: "var(--system-navigation-bar-height, 0px)",
119
+ backgroundColor: M
120
+ }
121
+ }
122
+ )
123
+ ]
124
+ }
125
+ ) })
126
+ }
127
+ );
128
+ });
129
+ export {
130
+ Q as default
131
+ };
@@ -0,0 +1,29 @@
1
+ import { StoryObj } from '@storybook/react';
2
+
3
+ declare const meta: {
4
+ title: string;
5
+ component: import('react').ForwardRefExoticComponent<import('./BottomSheet').BottomSheetProps & import('react').RefAttributes<HTMLDivElement>>;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ argTypes: {
10
+ backdropProps: {
11
+ control: {
12
+ disable: true;
13
+ };
14
+ };
15
+ };
16
+ tags: string[];
17
+ };
18
+ export default meta;
19
+ type Story = StoryObj<typeof meta>;
20
+ export declare const Default: Story;
21
+ export declare const FullFeature: Story;
22
+ export declare const WithBottomSheetTitle: Story;
23
+ export declare const WithBottomSheetContent: Story;
24
+ export declare const WithBottomSheetAction: Story;
25
+ export declare const Custom: Story;
26
+ export declare const MaxHeight: Story;
27
+ export declare const MaxHeightWithBottomSheetContent: Story;
28
+ export declare const EnableDragCloseHandler: Story;
29
+ export declare const InContainer: Story;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("@emotion/react/jsx-runtime"),l=require("react"),s=require("@emotion/styled"),u=t=>t&&t.__esModule?t:{default:t},d=u(s),a=d.default.div`
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+ flex-wrap: wrap;
6
+ gap: ${({theme:{spacing:t}})=>t.content(2)}px;
7
+ width: 100%;
8
+ margin-top: -${({theme:{spacing:t}})=>t.content(1)}px;
9
+ padding: ${({theme:{spacing:t}})=>`0 ${t.content(4)}px ${t.content(3)}px`};
10
+
11
+ & > button {
12
+ width: calc(100% / 3);
13
+ flex-grow: 1;
14
+ }
15
+ `,f=l.forwardRef(function({children:e,enableAdjustSpacing:o,inlineCSS:n,...c},r){return i.jsx(a,{ref:r,enableAdjustSpacing:o,...c,css:n,children:e})});exports.default=f;
@@ -0,0 +1,8 @@
1
+ import { HTMLAttributes } from 'react';
2
+ import { GeneralComponentProps } from '../../typings/component';
3
+
4
+ export interface BottomSheetActionProps extends GeneralComponentProps<HTMLAttributes<HTMLDivElement>> {
5
+ enableAdjustSpacing?: boolean;
6
+ }
7
+ declare const BottomSheetAction: import('react').ForwardRefExoticComponent<BottomSheetActionProps & import('react').RefAttributes<HTMLDivElement>>;
8
+ export default BottomSheetAction;
@@ -0,0 +1,34 @@
1
+ import { jsx as i } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as m } from "react";
3
+ import p from "@emotion/styled";
4
+ const f = p.div`
5
+ display: flex;
6
+ align-items: center;
7
+ justify-content: center;
8
+ flex-wrap: wrap;
9
+ gap: ${({ theme: { spacing: t } }) => t.content(2)}px;
10
+ width: 100%;
11
+ margin-top: -${({ theme: { spacing: t } }) => t.content(1)}px;
12
+ padding: ${({ theme: { spacing: t } }) => `0 ${t.content(4)}px ${t.content(3)}px`};
13
+
14
+ & > button {
15
+ width: calc(100% / 3);
16
+ flex-grow: 1;
17
+ }
18
+ `, s = m(
19
+ function({ children: e, enableAdjustSpacing: o, inlineCSS: n, ...r }, c) {
20
+ return /* @__PURE__ */ i(
21
+ f,
22
+ {
23
+ ref: c,
24
+ enableAdjustSpacing: o,
25
+ ...r,
26
+ css: n,
27
+ children: e
28
+ }
29
+ );
30
+ }
31
+ );
32
+ export {
33
+ s as default
34
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./BottomSheetAction.cjs");exports.default=e.default;
@@ -0,0 +1,3 @@
1
+ import { default as BottomSheetAction } from './BottomSheetAction';
2
+
3
+ export default BottomSheetAction;
@@ -0,0 +1,4 @@
1
+ import o from "./BottomSheetAction.es.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,8 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("@emotion/react/jsx-runtime"),d=require("react"),s=require("@emotion/styled"),c=t=>t&&t.__esModule?t:{default:t},f=c(s),i=f.default.div`
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: ${({theme:{spacing:t}})=>t.content(2)}px;
5
+ padding: ${({theme:{spacing:t},enableAdjustSpacing:e})=>e?`0 ${t.content(4)}px ${t.content(4)}px`:`${t.content(4)}px`};
6
+ overflow-y: auto;
7
+ flex: 1;
8
+ `,a=d.forwardRef(function({children:e,enableAdjustSpacing:o,inlineCSS:n,...l},u){return r.jsx(i,{ref:u,enableAdjustSpacing:o,...l,css:n,children:e})});exports.default=a;
@@ -0,0 +1,8 @@
1
+ import { HTMLAttributes } from 'react';
2
+ import { GeneralComponentProps } from '../../typings/component';
3
+
4
+ export interface BottomSheetContentProps extends GeneralComponentProps<HTMLAttributes<HTMLDivElement>> {
5
+ enableAdjustSpacing?: boolean;
6
+ }
7
+ declare const BottomSheetContent: import('react').ForwardRefExoticComponent<BottomSheetContentProps & import('react').RefAttributes<HTMLDivElement>>;
8
+ export default BottomSheetContent;
@@ -0,0 +1,27 @@
1
+ import { jsx as f } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as d } from "react";
3
+ import l from "@emotion/styled";
4
+ const p = l.div`
5
+ display: flex;
6
+ flex-direction: column;
7
+ gap: ${({ theme: { spacing: t } }) => t.content(2)}px;
8
+ padding: ${({ theme: { spacing: t }, enableAdjustSpacing: o }) => o ? `0 ${t.content(4)}px ${t.content(4)}px` : `${t.content(4)}px`};
9
+ overflow-y: auto;
10
+ flex: 1;
11
+ `, s = d(
12
+ function({ children: o, enableAdjustSpacing: e, inlineCSS: n, ...r }, m) {
13
+ return /* @__PURE__ */ f(
14
+ p,
15
+ {
16
+ ref: m,
17
+ enableAdjustSpacing: e,
18
+ ...r,
19
+ css: n,
20
+ children: o
21
+ }
22
+ );
23
+ }
24
+ );
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./BottomSheetContent.cjs");exports.default=e.default;
@@ -0,0 +1,3 @@
1
+ import { default as BottomSheetContent } from './BottomSheetContent';
2
+
3
+ export default BottomSheetContent;
@@ -0,0 +1,4 @@
1
+ import o from "./BottomSheetContent.es.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,5 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("@emotion/react/jsx-runtime"),u=require("react"),a=require("@emotion/styled"),c=e=>e&&e.__esModule?e:{default:e},g=c(a),f=g.default.div`
2
+ text-align: ${({textAlign:e})=>e};
3
+
4
+ ${({theme:{palette:{grey:e},typography:{b2R:t,b4R:i}},type:n})=>n==="sub"?{fontSize:i.size,fontWeight:i.weight,lineHeight:i.lineHeight,letterSpacing:i.letterSpacing,color:e[70]}:{fontSize:t.size,fontWeight:t.weight,lineHeight:t.lineHeight,letterSpacing:t.letterSpacing}}
5
+ `,d=u.forwardRef(function({children:t,type:i="main",textAlign:n="center",inlineCSS:o,...r},l){return s.jsx(f,{ref:l,type:i,textAlign:n,...r,css:o,children:t})});exports.default=d;
@@ -0,0 +1,10 @@
1
+ import { HTMLAttributes } from 'react';
2
+ import { Property } from 'csstype';
3
+ import { GeneralComponentProps } from '../../typings/component';
4
+
5
+ export interface BottomSheetTextProps extends GeneralComponentProps<HTMLAttributes<HTMLDivElement>> {
6
+ type?: 'main' | 'sub';
7
+ textAlign?: Property.TextAlign;
8
+ }
9
+ declare const BottomSheetText: import('react').ForwardRefExoticComponent<BottomSheetTextProps & import('react').RefAttributes<HTMLDivElement>>;
10
+ export default BottomSheetText;
@@ -0,0 +1,30 @@
1
+ import { jsx as l } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as h } from "react";
3
+ import f from "@emotion/styled";
4
+ const a = f.div`
5
+ text-align: ${({ textAlign: i }) => i};
6
+
7
+ ${({
8
+ theme: {
9
+ palette: { grey: i },
10
+ typography: { b2R: t, b4R: e }
11
+ },
12
+ type: o
13
+ }) => o === "sub" ? {
14
+ fontSize: e.size,
15
+ fontWeight: e.weight,
16
+ lineHeight: e.lineHeight,
17
+ letterSpacing: e.letterSpacing,
18
+ color: i[70]
19
+ } : {
20
+ fontSize: t.size,
21
+ fontWeight: t.weight,
22
+ lineHeight: t.lineHeight,
23
+ letterSpacing: t.letterSpacing
24
+ }}
25
+ `, s = h(function({ children: t, type: e = "main", textAlign: o = "center", inlineCSS: n, ...r }, g) {
26
+ return /* @__PURE__ */ l(a, { ref: g, type: e, textAlign: o, ...r, css: n, children: t });
27
+ });
28
+ export {
29
+ s as default
30
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./BottomSheetText.cjs");exports.default=e.default;
@@ -0,0 +1,3 @@
1
+ import { default as BottomSheetText } from './BottomSheetText';
2
+
3
+ export default BottomSheetText;
@@ -0,0 +1,4 @@
1
+ import e from "./BottomSheetText.es.js";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,28 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("@emotion/react/jsx-runtime"),u=require("react"),p=require("../../Icon/Icon.cjs"),f=require("@emotion/styled"),h=e=>e&&e.__esModule?e:{default:e},o=h(f),x=o.default.div`
2
+ position: relative;
3
+ display: flex;
4
+ align-items: center;
5
+ justify-content: center;
6
+ padding: ${({theme:{spacing:e}})=>e.content(3)}px
7
+ ${({theme:{spacing:e}})=>e.content(4)}px;
8
+ gap: ${({theme:{spacing:e}})=>e.content(2)}px;
9
+ min-height: 48px;
10
+ max-height: 48px;
11
+ border-bottom: 1px solid
12
+ ${({theme:{palette:{grey:e}},hideLine:n})=>n?"transparent":e[10]};
13
+ `,m=o.default.div`
14
+ flex-grow: 1;
15
+ text-align: center;
16
+ text-overflow: ellipsis;
17
+ white-space: nowrap;
18
+ overflow: hidden;
19
+
20
+ ${({theme:{typography:{h4B:e}}})=>({fontSize:e.size,fontWeight:e.weight,lineHeight:e.lineHeight,letterSpacing:e.letterSpacing})};
21
+ `,g=o.default.button`
22
+ position: absolute;
23
+ top: 50%;
24
+ right: 16px;
25
+ transform: translateY(-50%);
26
+ `,i=o.default.div`
27
+ min-width: 24px;
28
+ `,S=u.forwardRef(function({children:n,onClose:l,hideCloseButton:s,hideLine:a,inlineCSS:r,...c},d){return t.jsxs(x,{ref:d,hideLine:a,...c,css:r,children:[t.jsx(i,{}),t.jsx(m,{children:n}),t.jsx(i,{}),!s&&t.jsx(g,{className:"closeButton",onClick:l,"aria-label":"창 닫기",children:t.jsx(p.default,{name:"CloseLine"})})]})});exports.default=S;
@@ -0,0 +1,10 @@
1
+ import { HTMLAttributes } from 'react';
2
+ import { GeneralComponentProps } from '../../typings/component';
3
+
4
+ export interface BottomSheetTitleProps extends GeneralComponentProps<HTMLAttributes<HTMLDivElement>> {
5
+ onClose?: () => void;
6
+ hideCloseButton?: boolean;
7
+ hideLine?: boolean;
8
+ }
9
+ declare const BottomSheetTitle: import('react').ForwardRefExoticComponent<BottomSheetTitleProps & import('react').RefAttributes<HTMLDivElement>>;
10
+ export default BottomSheetTitle;
@@ -0,0 +1,58 @@
1
+ import { jsxs as c, jsx as e } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as h } from "react";
3
+ import d from "../../Icon/Icon.es.js";
4
+ import o from "@emotion/styled";
5
+ const f = o.div`
6
+ position: relative;
7
+ display: flex;
8
+ align-items: center;
9
+ justify-content: center;
10
+ padding: ${({ theme: { spacing: t } }) => t.content(3)}px
11
+ ${({ theme: { spacing: t } }) => t.content(4)}px;
12
+ gap: ${({ theme: { spacing: t } }) => t.content(2)}px;
13
+ min-height: 48px;
14
+ max-height: 48px;
15
+ border-bottom: 1px solid
16
+ ${({
17
+ theme: {
18
+ palette: { grey: t }
19
+ },
20
+ hideLine: i
21
+ }) => i ? "transparent" : t[10]};
22
+ `, x = o.div`
23
+ flex-grow: 1;
24
+ text-align: center;
25
+ text-overflow: ellipsis;
26
+ white-space: nowrap;
27
+ overflow: hidden;
28
+
29
+ ${({
30
+ theme: {
31
+ typography: { h4B: t }
32
+ }
33
+ }) => ({
34
+ fontSize: t.size,
35
+ fontWeight: t.weight,
36
+ lineHeight: t.lineHeight,
37
+ letterSpacing: t.letterSpacing
38
+ })};
39
+ `, g = o.button`
40
+ position: absolute;
41
+ top: 50%;
42
+ right: 16px;
43
+ transform: translateY(-50%);
44
+ `, n = o.div`
45
+ min-width: 24px;
46
+ `, v = h(
47
+ function({ children: i, onClose: r, hideCloseButton: l, hideLine: s, inlineCSS: p, ...a }, m) {
48
+ return /* @__PURE__ */ c(f, { ref: m, hideLine: s, ...a, css: p, children: [
49
+ /* @__PURE__ */ e(n, {}),
50
+ /* @__PURE__ */ e(x, { children: i }),
51
+ /* @__PURE__ */ e(n, {}),
52
+ !l && /* @__PURE__ */ e(g, { className: "closeButton", onClick: r, "aria-label": "창 닫기", children: /* @__PURE__ */ e(d, { name: "CloseLine" }) })
53
+ ] });
54
+ }
55
+ );
56
+ export {
57
+ v as default
58
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./BottomSheetTitle.cjs");exports.default=e.default;
@@ -0,0 +1,3 @@
1
+ import { default as BottomSheetTitle } from './BottomSheetTitle';
2
+
3
+ export default BottomSheetTitle;
@@ -0,0 +1,4 @@
1
+ import e from "./BottomSheetTitle.es.js";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./BottomSheet.cjs"),e=require("./BottomSheetTitle/BottomSheetTitle.cjs"),o=require("./BottomSheetContent/BottomSheetContent.cjs"),u=require("./BottomSheetAction/BottomSheetAction.cjs"),r=require("./BottomSheetText/BottomSheetText.cjs");exports.default=t.default;exports.BottomSheetTitle=e.default;exports.BottomSheetContent=o.default;exports.BottomSheetAction=u.default;exports.BottomSheetText=r.default;