@dotss/ui 0.0.8 → 0.0.11

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 (778) hide show
  1. package/Accordion/Accordion.cjs +40 -0
  2. package/{dist/Accordion → Accordion}/Accordion.d.ts +2 -0
  3. package/Accordion/Accordion.es.js +136 -0
  4. package/Autocomplete/Autocomplete.cjs +1 -0
  5. package/{dist/Autocomplete → Autocomplete}/Autocomplete.d.ts +1 -1
  6. package/Autocomplete/Autocomplete.es.js +265 -0
  7. package/BottomSheet/BottomSheet.cjs +33 -0
  8. package/{dist/BottomSheet → BottomSheet}/BottomSheet.d.ts +3 -0
  9. package/BottomSheet/BottomSheet.es.js +149 -0
  10. package/BottomSheet/BottomSheetText/BottomSheetText.cjs +5 -0
  11. package/{dist/BottomSheet → BottomSheet}/BottomSheetText/BottomSheetText.es.js +18 -6
  12. package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/BottomSheetTitle.cjs +6 -6
  13. package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/BottomSheetTitle.d.ts +2 -1
  14. package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/BottomSheetTitle.es.js +26 -15
  15. package/{dist/Button → Button}/Button.cjs +6 -6
  16. package/{dist/Button → Button}/Button.es.js +35 -27
  17. package/ChainPicker/ChainPicker.cjs +54 -0
  18. package/{dist/ChainPicker → ChainPicker}/ChainPicker.d.ts +4 -2
  19. package/ChainPicker/ChainPicker.es.js +226 -0
  20. package/{dist/ChainPicker → ChainPicker}/ChainPicker.stories.d.ts +1 -1
  21. package/Checkbox/Checkbox.cjs +16 -0
  22. package/{dist/Checkbox → Checkbox}/Checkbox.es.js +12 -10
  23. package/CircularProgressIndicator/CircularProgressIndicator.cjs +18 -0
  24. package/CircularProgressIndicator/CircularProgressIndicator.es.js +90 -0
  25. package/DatePicker/DatePicker.cjs +90 -0
  26. package/{dist/DatePicker → DatePicker}/DatePicker.d.ts +2 -1
  27. package/DatePicker/DatePicker.es.js +624 -0
  28. package/{dist/DatePicker → DatePicker}/DatePicker.stories.d.ts +1 -0
  29. package/DatePicker/EventDot/EventDot.cjs +8 -0
  30. package/DatePicker/EventDot/EventDot.d.ts +8 -0
  31. package/DatePicker/EventDot/EventDot.es.js +19 -0
  32. package/DatePicker/EventDot/index.cjs +1 -0
  33. package/DatePicker/EventDot/index.d.ts +3 -0
  34. package/DatePicker/EventDot/index.es.js +4 -0
  35. package/DatePicker/EventDotGroup/EventDotGroup.cjs +8 -0
  36. package/DatePicker/EventDotGroup/EventDotGroup.d.ts +8 -0
  37. package/DatePicker/EventDotGroup/EventDotGroup.es.js +39 -0
  38. package/DatePicker/EventDotGroup/index.cjs +1 -0
  39. package/DatePicker/EventDotGroup/index.d.ts +3 -0
  40. package/DatePicker/EventDotGroup/index.es.js +4 -0
  41. package/DatePicker/index.cjs +1 -0
  42. package/{dist/DatePicker → DatePicker}/index.d.ts +2 -0
  43. package/DatePicker/index.es.js +8 -0
  44. package/Dialog/Dialog.cjs +20 -0
  45. package/{dist/Dialog → Dialog}/Dialog.d.ts +2 -0
  46. package/{dist/Dialog → Dialog}/Dialog.es.js +45 -40
  47. package/{dist/Dialog → Dialog}/Dialog.stories.d.ts +10 -0
  48. package/{dist/Dialog → Dialog}/DialogText/DialogText.cjs +1 -1
  49. package/{dist/Dialog → Dialog}/DialogText/DialogText.es.js +1 -1
  50. package/{dist/Dialog → Dialog}/DialogTitle/DialogTitle.cjs +4 -4
  51. package/{dist/Dialog → Dialog}/DialogTitle/DialogTitle.d.ts +2 -1
  52. package/{dist/Dialog → Dialog}/DialogTitle/DialogTitle.es.js +17 -17
  53. package/FocusBoundary/FocusBoundary.cjs +1 -0
  54. package/{dist/FocusBoundary → FocusBoundary}/FocusBoundary.d.ts +3 -1
  55. package/FocusBoundary/FocusBoundary.es.js +80 -0
  56. package/FormControlText/FormControlText.cjs +14 -0
  57. package/{dist/FormControlText → FormControlText}/FormControlText.d.ts +2 -0
  58. package/FormControlText/FormControlText.es.js +78 -0
  59. package/{dist/Icon → Icon}/Icon.cjs +1 -1
  60. package/{dist/Icon → Icon}/Icon.es.js +1 -1
  61. package/IconButton/IconButton.cjs +30 -0
  62. package/{dist/IconButton → IconButton}/IconButton.es.js +32 -25
  63. package/LineProgressIndicator/LineProgressIndicator.cjs +35 -0
  64. package/LineProgressIndicator/LineProgressIndicator.es.js +81 -0
  65. package/Menu/Menu.cjs +35 -0
  66. package/{dist/Menu → Menu}/Menu.d.ts +3 -2
  67. package/Menu/Menu.es.js +197 -0
  68. package/{dist/Menu → Menu}/Menu.stories.d.ts +1 -0
  69. package/Menu/MenuBlock/MenuBlock.cjs +33 -0
  70. package/{dist/Menu → Menu}/MenuBlock/MenuBlock.d.ts +1 -0
  71. package/{dist/Menu → Menu}/MenuBlock/MenuBlock.es.js +47 -35
  72. package/Menu/MenuButton/MenuButton.cjs +1 -0
  73. package/Menu/MenuButton/MenuButton.d.ts +10 -0
  74. package/Menu/MenuButton/MenuButton.es.js +44 -0
  75. package/{dist/Menu → Menu/MenuButton}/index.cjs +1 -1
  76. package/Menu/MenuButton/index.d.ts +3 -0
  77. package/Menu/MenuButton/index.es.js +4 -0
  78. package/Menu/index.cjs +1 -0
  79. package/{dist/Menu → Menu}/index.d.ts +1 -0
  80. package/Menu/index.es.js +8 -0
  81. package/NumberKeypad/NumberKeypad.cjs +9 -0
  82. package/NumberKeypad/NumberKeypad.es.js +39 -0
  83. package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/NumberKeypadBlock.cjs +1 -1
  84. package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/NumberKeypadBlock.es.js +10 -1
  85. package/PageControl/PageControl.cjs +26 -0
  86. package/{dist/PageControl → PageControl}/PageControl.d.ts +3 -0
  87. package/PageControl/PageControl.es.js +104 -0
  88. package/{dist/PageControl → PageControl}/PageControl.stories.d.ts +1 -0
  89. package/Radio/Radio.cjs +16 -0
  90. package/Radio/Radio.es.js +71 -0
  91. package/RadioGroup/RadioGroup.cjs +1 -0
  92. package/RadioGroup/RadioGroup.d.ts +8 -0
  93. package/RadioGroup/RadioGroup.es.js +28 -0
  94. package/RadioGroup/RadioGroup.stories.d.ts +14 -0
  95. package/RadioGroup/index.cjs +1 -0
  96. package/RadioGroup/index.d.ts +3 -0
  97. package/RadioGroup/index.es.js +4 -0
  98. package/SegmentedButton/SegmentedButton.cjs +18 -0
  99. package/SegmentedButton/SegmentedButton.es.js +122 -0
  100. package/Select/Select.cjs +53 -0
  101. package/{dist/Select → Select}/Select.es.js +95 -84
  102. package/Slider/Slider.cjs +55 -0
  103. package/{dist/Slider → Slider}/Slider.d.ts +1 -0
  104. package/Slider/Slider.es.js +251 -0
  105. package/Switch/Switch.cjs +47 -0
  106. package/{dist/Switch → Switch}/Switch.d.ts +2 -0
  107. package/Switch/Switch.es.js +231 -0
  108. package/{dist/Switch → Switch}/Switch.stories.d.ts +1 -0
  109. package/TextArea/TextArea.cjs +76 -0
  110. package/TextArea/TextArea.es.js +256 -0
  111. package/{dist/TextArea → TextArea}/TextArea.stories.d.ts +1 -1
  112. package/TextField/TextField.cjs +63 -0
  113. package/{dist/TextField → TextField}/TextField.d.ts +2 -1
  114. package/TextField/TextField.es.js +315 -0
  115. package/{dist/TextField → TextField}/TextField.stories.d.ts +1 -0
  116. package/Tooltip/Tooltip.cjs +27 -0
  117. package/{dist/Tooltip → Tooltip}/Tooltip.d.ts +8 -3
  118. package/Tooltip/Tooltip.es.js +443 -0
  119. package/{dist/Tooltip → Tooltip}/Tooltip.stories.d.ts +1 -0
  120. package/hooks/index.cjs +1 -0
  121. package/hooks/index.d.ts +4 -0
  122. package/hooks/index.es.js +10 -0
  123. package/hooks/useCheckHasFocus/useCheckHasFocus.cjs +1 -0
  124. package/hooks/useCheckHasFocus/useCheckHasFocus.d.ts +9 -0
  125. package/hooks/useCheckHasFocus/useCheckHasFocus.es.js +21 -0
  126. package/hooks/useCheckKeyboardMode/useCheckKeyboardMode.cjs +1 -0
  127. package/hooks/useCheckKeyboardMode/useCheckKeyboardMode.d.ts +4 -0
  128. package/hooks/useCheckKeyboardMode/useCheckKeyboardMode.es.js +30 -0
  129. package/hooks/useFocusBoundary/useFocusBoundary.cjs +1 -0
  130. package/hooks/useFocusBoundary/useFocusBoundary.d.ts +12 -0
  131. package/hooks/useFocusBoundary/useFocusBoundary.es.js +63 -0
  132. package/index.cjs +1 -0
  133. package/{dist/index.d.ts → index.d.ts} +2 -1
  134. package/index.es.js +105 -0
  135. package/package.json +5 -15
  136. package/resources/tictoccroc/icons/fill/certified-fill.svg-B_RVx6K_.cjs +1 -0
  137. package/resources/tictoccroc/icons/fill/certified-fill.svg-CK7UqYft.js +5 -0
  138. package/{dist/resources → resources}/tictoccroc/icons/fill/index.d.ts +3 -0
  139. package/resources/tictoccroc/icons/fill/location-fill.svg-DfSHAnsd.js +5 -0
  140. package/resources/tictoccroc/icons/fill/location-fill.svg-Die9mxQH.cjs +1 -0
  141. package/resources/tictoccroc/icons/fill/send-fill.svg-CItD_2L1.js +5 -0
  142. package/resources/tictoccroc/icons/fill/send-fill.svg-D197Lwl0.cjs +1 -0
  143. package/resources/tictoccroc/icons/index.ts-BmqvB_n6.cjs +1 -0
  144. package/resources/tictoccroc/icons/index.ts-CzTh-XsD.js +228 -0
  145. package/{dist/resources → resources}/tictoccroc/icons/line/index.d.ts +4 -0
  146. package/resources/tictoccroc/icons/line/list-line.svg-r5d5htjN.cjs +1 -0
  147. package/resources/tictoccroc/icons/line/list-line.svg-yFfhZxUp.js +5 -0
  148. package/resources/tictoccroc/icons/line/monthly-line.svg-BdyaJ1t_.cjs +1 -0
  149. package/resources/tictoccroc/icons/line/monthly-line.svg-DY5-Xv34.js +5 -0
  150. package/resources/tictoccroc/icons/line/review-line.svg-B4rfJrsO.js +5 -0
  151. package/resources/tictoccroc/icons/line/review-line.svg-DYUuUybx.cjs +1 -0
  152. package/resources/tictoccroc/icons/line/weekly-line.svg-BCO-LS_a.cjs +1 -0
  153. package/resources/tictoccroc/icons/line/weekly-line.svg-BUPmmgeE.js +5 -0
  154. package/{dist/utils → utils}/getIconLabel/getIconLabel.cjs +1 -1
  155. package/{dist/utils → utils}/getIconLabel/getIconLabel.es.js +8 -1
  156. package/dist/Accordion/Accordion.cjs +0 -34
  157. package/dist/Accordion/Accordion.es.js +0 -115
  158. package/dist/Autocomplete/Autocomplete.cjs +0 -1
  159. package/dist/Autocomplete/Autocomplete.es.js +0 -108
  160. package/dist/BottomSheet/BottomSheet.cjs +0 -33
  161. package/dist/BottomSheet/BottomSheet.es.js +0 -131
  162. package/dist/BottomSheet/BottomSheetText/BottomSheetText.cjs +0 -5
  163. package/dist/ChainPicker/ChainPicker.cjs +0 -44
  164. package/dist/ChainPicker/ChainPicker.es.js +0 -179
  165. package/dist/Checkbox/Checkbox.cjs +0 -16
  166. package/dist/CircularProgressIndicator/CircularProgressIndicator.cjs +0 -18
  167. package/dist/CircularProgressIndicator/CircularProgressIndicator.es.js +0 -87
  168. package/dist/DatePicker/DatePicker.cjs +0 -73
  169. package/dist/DatePicker/DatePicker.es.js +0 -595
  170. package/dist/DatePicker/index.cjs +0 -1
  171. package/dist/DatePicker/index.es.js +0 -4
  172. package/dist/Dialog/Dialog.cjs +0 -20
  173. package/dist/FocusBoundary/FocusBoundary.cjs +0 -1
  174. package/dist/FocusBoundary/FocusBoundary.es.js +0 -73
  175. package/dist/FormControlText/FormControlText.cjs +0 -12
  176. package/dist/FormControlText/FormControlText.es.js +0 -68
  177. package/dist/IconButton/IconButton.cjs +0 -30
  178. package/dist/LineProgressIndicator/LineProgressIndicator.cjs +0 -35
  179. package/dist/LineProgressIndicator/LineProgressIndicator.es.js +0 -69
  180. package/dist/Menu/Menu.cjs +0 -35
  181. package/dist/Menu/Menu.es.js +0 -163
  182. package/dist/Menu/MenuBlock/MenuBlock.cjs +0 -26
  183. package/dist/Menu/index.es.js +0 -6
  184. package/dist/NumberKeypad/NumberKeypad.cjs +0 -9
  185. package/dist/NumberKeypad/NumberKeypad.es.js +0 -37
  186. package/dist/PageControl/PageControl.cjs +0 -15
  187. package/dist/PageControl/PageControl.es.js +0 -51
  188. package/dist/Radio/Radio.cjs +0 -16
  189. package/dist/Radio/Radio.es.js +0 -69
  190. package/dist/SegmentedButton/SegmentedButton.cjs +0 -7
  191. package/dist/SegmentedButton/SegmentedButton.es.js +0 -48
  192. package/dist/Select/Select.cjs +0 -53
  193. package/dist/Slider/Slider.cjs +0 -40
  194. package/dist/Slider/Slider.es.js +0 -163
  195. package/dist/Switch/Switch.cjs +0 -30
  196. package/dist/Switch/Switch.es.js +0 -111
  197. package/dist/TextArea/TextArea.cjs +0 -68
  198. package/dist/TextArea/TextArea.es.js +0 -222
  199. package/dist/TextField/TextField.cjs +0 -47
  200. package/dist/TextField/TextField.es.js +0 -271
  201. package/dist/Tooltip/Tooltip.cjs +0 -26
  202. package/dist/Tooltip/Tooltip.es.js +0 -341
  203. package/dist/hooks/index.cjs +0 -1
  204. package/dist/hooks/index.d.ts +0 -1
  205. package/dist/hooks/index.es.js +0 -4
  206. package/dist/index.cjs +0 -1
  207. package/dist/index.es.js +0 -98
  208. package/dist/resources/tictoccroc/icons/index.ts-CarI_z7q.js +0 -214
  209. package/dist/resources/tictoccroc/icons/index.ts-IVJAK4qr.cjs +0 -1
  210. /package/{dist/Accordion → Accordion}/Accordion.stories.d.ts +0 -0
  211. /package/{dist/Accordion → Accordion}/index.cjs +0 -0
  212. /package/{dist/Accordion → Accordion}/index.d.ts +0 -0
  213. /package/{dist/Accordion → Accordion}/index.es.js +0 -0
  214. /package/{dist/Autocomplete → Autocomplete}/Autocomplete.stories.d.ts +0 -0
  215. /package/{dist/Autocomplete → Autocomplete}/index.cjs +0 -0
  216. /package/{dist/Autocomplete → Autocomplete}/index.d.ts +0 -0
  217. /package/{dist/Autocomplete → Autocomplete}/index.es.js +0 -0
  218. /package/{dist/Backdrop → Backdrop}/Backdrop.cjs +0 -0
  219. /package/{dist/Backdrop → Backdrop}/Backdrop.d.ts +0 -0
  220. /package/{dist/Backdrop → Backdrop}/Backdrop.es.js +0 -0
  221. /package/{dist/Backdrop → Backdrop}/Backdrop.stories.d.ts +0 -0
  222. /package/{dist/Backdrop → Backdrop}/index.cjs +0 -0
  223. /package/{dist/Backdrop → Backdrop}/index.d.ts +0 -0
  224. /package/{dist/Backdrop → Backdrop}/index.es.js +0 -0
  225. /package/{dist/Badge → Badge}/Badge.cjs +0 -0
  226. /package/{dist/Badge → Badge}/Badge.d.ts +0 -0
  227. /package/{dist/Badge → Badge}/Badge.es.js +0 -0
  228. /package/{dist/Badge → Badge}/Badge.stories.d.ts +0 -0
  229. /package/{dist/Badge → Badge}/index.cjs +0 -0
  230. /package/{dist/Badge → Badge}/index.d.ts +0 -0
  231. /package/{dist/Badge → Badge}/index.es.js +0 -0
  232. /package/{dist/BottomSheet → BottomSheet}/BottomSheet.stories.d.ts +0 -0
  233. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/BottomSheetAction.cjs +0 -0
  234. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/BottomSheetAction.d.ts +0 -0
  235. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/BottomSheetAction.es.js +0 -0
  236. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/index.cjs +0 -0
  237. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/index.d.ts +0 -0
  238. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/index.es.js +0 -0
  239. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/BottomSheetContent.cjs +0 -0
  240. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/BottomSheetContent.d.ts +0 -0
  241. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/BottomSheetContent.es.js +0 -0
  242. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/index.cjs +0 -0
  243. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/index.d.ts +0 -0
  244. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/index.es.js +0 -0
  245. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/BottomSheetText.d.ts +0 -0
  246. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/index.cjs +0 -0
  247. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/index.d.ts +0 -0
  248. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/index.es.js +0 -0
  249. /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/index.cjs +0 -0
  250. /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/index.d.ts +0 -0
  251. /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/index.es.js +0 -0
  252. /package/{dist/BottomSheet → BottomSheet}/index.cjs +0 -0
  253. /package/{dist/BottomSheet → BottomSheet}/index.d.ts +0 -0
  254. /package/{dist/BottomSheet → BottomSheet}/index.es.js +0 -0
  255. /package/{dist/Box → Box}/Box.cjs +0 -0
  256. /package/{dist/Box → Box}/Box.d.ts +0 -0
  257. /package/{dist/Box → Box}/Box.es.js +0 -0
  258. /package/{dist/Box → Box}/Box.stories.d.ts +0 -0
  259. /package/{dist/Box → Box}/index.cjs +0 -0
  260. /package/{dist/Box → Box}/index.d.ts +0 -0
  261. /package/{dist/Box → Box}/index.es.js +0 -0
  262. /package/{dist/Button → Button}/Button.d.ts +0 -0
  263. /package/{dist/Button → Button}/Button.stories.d.ts +0 -0
  264. /package/{dist/Button → Button}/index.cjs +0 -0
  265. /package/{dist/Button → Button}/index.d.ts +0 -0
  266. /package/{dist/Button → Button}/index.es.js +0 -0
  267. /package/{dist/Card → Card}/Card.cjs +0 -0
  268. /package/{dist/Card → Card}/Card.d.ts +0 -0
  269. /package/{dist/Card → Card}/Card.es.js +0 -0
  270. /package/{dist/Card → Card}/Card.stories.d.ts +0 -0
  271. /package/{dist/Card → Card}/index.cjs +0 -0
  272. /package/{dist/Card → Card}/index.d.ts +0 -0
  273. /package/{dist/Card → Card}/index.es.js +0 -0
  274. /package/{dist/ChainPicker → ChainPicker}/index.cjs +0 -0
  275. /package/{dist/ChainPicker → ChainPicker}/index.d.ts +0 -0
  276. /package/{dist/ChainPicker → ChainPicker}/index.es.js +0 -0
  277. /package/{dist/Checkbox → Checkbox}/Checkbox.d.ts +0 -0
  278. /package/{dist/Checkbox → Checkbox}/Checkbox.stories.d.ts +0 -0
  279. /package/{dist/Checkbox → Checkbox}/index.cjs +0 -0
  280. /package/{dist/Checkbox → Checkbox}/index.d.ts +0 -0
  281. /package/{dist/Checkbox → Checkbox}/index.es.js +0 -0
  282. /package/{dist/Chip → Chip}/Chip.cjs +0 -0
  283. /package/{dist/Chip → Chip}/Chip.d.ts +0 -0
  284. /package/{dist/Chip → Chip}/Chip.es.js +0 -0
  285. /package/{dist/Chip → Chip}/Chip.stories.d.ts +0 -0
  286. /package/{dist/Chip → Chip}/index.cjs +0 -0
  287. /package/{dist/Chip → Chip}/index.d.ts +0 -0
  288. /package/{dist/Chip → Chip}/index.es.js +0 -0
  289. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/CircularProgressIndicator.d.ts +0 -0
  290. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/CircularProgressIndicator.stories.d.ts +0 -0
  291. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/index.cjs +0 -0
  292. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/index.d.ts +0 -0
  293. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/index.es.js +0 -0
  294. /package/{dist/ClickAwayListener → ClickAwayListener}/ClickAwayListener.cjs +0 -0
  295. /package/{dist/ClickAwayListener → ClickAwayListener}/ClickAwayListener.d.ts +0 -0
  296. /package/{dist/ClickAwayListener → ClickAwayListener}/ClickAwayListener.es.js +0 -0
  297. /package/{dist/ClickAwayListener → ClickAwayListener}/index.cjs +0 -0
  298. /package/{dist/ClickAwayListener → ClickAwayListener}/index.d.ts +0 -0
  299. /package/{dist/ClickAwayListener → ClickAwayListener}/index.es.js +0 -0
  300. /package/{dist/Dialog → Dialog}/DialogAction/DialogAction.cjs +0 -0
  301. /package/{dist/Dialog → Dialog}/DialogAction/DialogAction.d.ts +0 -0
  302. /package/{dist/Dialog → Dialog}/DialogAction/DialogAction.es.js +0 -0
  303. /package/{dist/Dialog → Dialog}/DialogAction/index.cjs +0 -0
  304. /package/{dist/Dialog → Dialog}/DialogAction/index.d.ts +0 -0
  305. /package/{dist/Dialog → Dialog}/DialogAction/index.es.js +0 -0
  306. /package/{dist/Dialog → Dialog}/DialogContent/DialogContent.cjs +0 -0
  307. /package/{dist/Dialog → Dialog}/DialogContent/DialogContent.d.ts +0 -0
  308. /package/{dist/Dialog → Dialog}/DialogContent/DialogContent.es.js +0 -0
  309. /package/{dist/Dialog → Dialog}/DialogContent/index.cjs +0 -0
  310. /package/{dist/Dialog → Dialog}/DialogContent/index.d.ts +0 -0
  311. /package/{dist/Dialog → Dialog}/DialogContent/index.es.js +0 -0
  312. /package/{dist/Dialog → Dialog}/DialogText/DialogText.d.ts +0 -0
  313. /package/{dist/Dialog → Dialog}/DialogText/index.cjs +0 -0
  314. /package/{dist/Dialog → Dialog}/DialogText/index.d.ts +0 -0
  315. /package/{dist/Dialog → Dialog}/DialogText/index.es.js +0 -0
  316. /package/{dist/Dialog → Dialog}/DialogTitle/index.cjs +0 -0
  317. /package/{dist/Dialog → Dialog}/DialogTitle/index.d.ts +0 -0
  318. /package/{dist/Dialog → Dialog}/DialogTitle/index.es.js +0 -0
  319. /package/{dist/Dialog → Dialog}/index.cjs +0 -0
  320. /package/{dist/Dialog → Dialog}/index.d.ts +0 -0
  321. /package/{dist/Dialog → Dialog}/index.es.js +0 -0
  322. /package/{dist/Flexbox → Flexbox}/Flexbox.cjs +0 -0
  323. /package/{dist/Flexbox → Flexbox}/Flexbox.d.ts +0 -0
  324. /package/{dist/Flexbox → Flexbox}/Flexbox.es.js +0 -0
  325. /package/{dist/Flexbox → Flexbox}/Flexbox.stories.d.ts +0 -0
  326. /package/{dist/Flexbox → Flexbox}/index.cjs +0 -0
  327. /package/{dist/Flexbox → Flexbox}/index.d.ts +0 -0
  328. /package/{dist/Flexbox → Flexbox}/index.es.js +0 -0
  329. /package/{dist/FocusBoundary → FocusBoundary}/index.cjs +0 -0
  330. /package/{dist/FocusBoundary → FocusBoundary}/index.d.ts +0 -0
  331. /package/{dist/FocusBoundary → FocusBoundary}/index.es.js +0 -0
  332. /package/{dist/FormControlText → FormControlText}/FormControlText.stories.d.ts +0 -0
  333. /package/{dist/FormControlText → FormControlText}/index.cjs +0 -0
  334. /package/{dist/FormControlText → FormControlText}/index.d.ts +0 -0
  335. /package/{dist/FormControlText → FormControlText}/index.es.js +0 -0
  336. /package/{dist/Icon → Icon}/Icon.d.ts +0 -0
  337. /package/{dist/Icon → Icon}/Icon.stories.d.ts +0 -0
  338. /package/{dist/Icon → Icon}/index.cjs +0 -0
  339. /package/{dist/Icon → Icon}/index.d.ts +0 -0
  340. /package/{dist/Icon → Icon}/index.es.js +0 -0
  341. /package/{dist/IconButton → IconButton}/IconButton.d.ts +0 -0
  342. /package/{dist/IconButton → IconButton}/IconButton.stories.d.ts +0 -0
  343. /package/{dist/IconButton → IconButton}/index.cjs +0 -0
  344. /package/{dist/IconButton → IconButton}/index.d.ts +0 -0
  345. /package/{dist/IconButton → IconButton}/index.es.js +0 -0
  346. /package/{dist/Label → Label}/Label.cjs +0 -0
  347. /package/{dist/Label → Label}/Label.d.ts +0 -0
  348. /package/{dist/Label → Label}/Label.es.js +0 -0
  349. /package/{dist/Label → Label}/Label.stories.d.ts +0 -0
  350. /package/{dist/Label → Label}/index.cjs +0 -0
  351. /package/{dist/Label → Label}/index.d.ts +0 -0
  352. /package/{dist/Label → Label}/index.es.js +0 -0
  353. /package/{dist/LineProgressIndicator → LineProgressIndicator}/LineProgressIndicator.d.ts +0 -0
  354. /package/{dist/LineProgressIndicator → LineProgressIndicator}/LineProgressIndicator.stories.d.ts +0 -0
  355. /package/{dist/LineProgressIndicator → LineProgressIndicator}/index.cjs +0 -0
  356. /package/{dist/LineProgressIndicator → LineProgressIndicator}/index.d.ts +0 -0
  357. /package/{dist/LineProgressIndicator → LineProgressIndicator}/index.es.js +0 -0
  358. /package/{dist/Menu → Menu}/MenuBlock/index.cjs +0 -0
  359. /package/{dist/Menu → Menu}/MenuBlock/index.d.ts +0 -0
  360. /package/{dist/Menu → Menu}/MenuBlock/index.es.js +0 -0
  361. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypad.d.ts +0 -0
  362. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypad.stories.d.ts +0 -0
  363. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/NumberKeypadBlock.d.ts +0 -0
  364. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/index.cjs +0 -0
  365. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/index.d.ts +0 -0
  366. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/index.es.js +0 -0
  367. /package/{dist/NumberKeypad → NumberKeypad}/index.cjs +0 -0
  368. /package/{dist/NumberKeypad → NumberKeypad}/index.d.ts +0 -0
  369. /package/{dist/NumberKeypad → NumberKeypad}/index.es.js +0 -0
  370. /package/{dist/PageControl → PageControl}/index.cjs +0 -0
  371. /package/{dist/PageControl → PageControl}/index.d.ts +0 -0
  372. /package/{dist/PageControl → PageControl}/index.es.js +0 -0
  373. /package/{dist/Radio → Radio}/Radio.d.ts +0 -0
  374. /package/{dist/Radio → Radio}/Radio.stories.d.ts +0 -0
  375. /package/{dist/Radio → Radio}/index.cjs +0 -0
  376. /package/{dist/Radio → Radio}/index.d.ts +0 -0
  377. /package/{dist/Radio → Radio}/index.es.js +0 -0
  378. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButton.d.ts +0 -0
  379. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButton.stories.d.ts +0 -0
  380. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/SegmentedButtonBlock.cjs +0 -0
  381. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/SegmentedButtonBlock.d.ts +0 -0
  382. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/SegmentedButtonBlock.es.js +0 -0
  383. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/index.cjs +0 -0
  384. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/index.d.ts +0 -0
  385. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/index.es.js +0 -0
  386. /package/{dist/SegmentedButton → SegmentedButton}/index.cjs +0 -0
  387. /package/{dist/SegmentedButton → SegmentedButton}/index.d.ts +0 -0
  388. /package/{dist/SegmentedButton → SegmentedButton}/index.es.js +0 -0
  389. /package/{dist/Select → Select}/Option/Option.cjs +0 -0
  390. /package/{dist/Select → Select}/Option/Option.d.ts +0 -0
  391. /package/{dist/Select → Select}/Option/Option.es.js +0 -0
  392. /package/{dist/Select → Select}/Option/index.cjs +0 -0
  393. /package/{dist/Select → Select}/Option/index.d.ts +0 -0
  394. /package/{dist/Select → Select}/Option/index.es.js +0 -0
  395. /package/{dist/Select → Select}/Select.d.ts +0 -0
  396. /package/{dist/Select → Select}/Select.stories.d.ts +0 -0
  397. /package/{dist/Select → Select}/index.cjs +0 -0
  398. /package/{dist/Select → Select}/index.d.ts +0 -0
  399. /package/{dist/Select → Select}/index.es.js +0 -0
  400. /package/{dist/Skeleton → Skeleton}/Skeleton.cjs +0 -0
  401. /package/{dist/Skeleton → Skeleton}/Skeleton.d.ts +0 -0
  402. /package/{dist/Skeleton → Skeleton}/Skeleton.es.js +0 -0
  403. /package/{dist/Skeleton → Skeleton}/Skeleton.stories.d.ts +0 -0
  404. /package/{dist/Skeleton → Skeleton}/index.cjs +0 -0
  405. /package/{dist/Skeleton → Skeleton}/index.d.ts +0 -0
  406. /package/{dist/Skeleton → Skeleton}/index.es.js +0 -0
  407. /package/{dist/Slider → Slider}/Slider.stories.d.ts +0 -0
  408. /package/{dist/Slider → Slider}/index.cjs +0 -0
  409. /package/{dist/Slider → Slider}/index.d.ts +0 -0
  410. /package/{dist/Slider → Slider}/index.es.js +0 -0
  411. /package/{dist/Snackbar → Snackbar}/Snackbar.cjs +0 -0
  412. /package/{dist/Snackbar → Snackbar}/Snackbar.d.ts +0 -0
  413. /package/{dist/Snackbar → Snackbar}/Snackbar.es.js +0 -0
  414. /package/{dist/Snackbar → Snackbar}/Snackbar.stories.d.ts +0 -0
  415. /package/{dist/Snackbar → Snackbar}/index.cjs +0 -0
  416. /package/{dist/Snackbar → Snackbar}/index.d.ts +0 -0
  417. /package/{dist/Snackbar → Snackbar}/index.es.js +0 -0
  418. /package/{dist/Switch → Switch}/index.cjs +0 -0
  419. /package/{dist/Switch → Switch}/index.d.ts +0 -0
  420. /package/{dist/Switch → Switch}/index.es.js +0 -0
  421. /package/{dist/Tab → Tab}/Tab.cjs +0 -0
  422. /package/{dist/Tab → Tab}/Tab.d.ts +0 -0
  423. /package/{dist/Tab → Tab}/Tab.es.js +0 -0
  424. /package/{dist/Tab → Tab}/Tab.stories.d.ts +0 -0
  425. /package/{dist/Tab → Tab}/TabBlock/TabBlock.cjs +0 -0
  426. /package/{dist/Tab → Tab}/TabBlock/TabBlock.d.ts +0 -0
  427. /package/{dist/Tab → Tab}/TabBlock/TabBlock.es.js +0 -0
  428. /package/{dist/Tab → Tab}/TabBlock/index.cjs +0 -0
  429. /package/{dist/Tab → Tab}/TabBlock/index.d.ts +0 -0
  430. /package/{dist/Tab → Tab}/TabBlock/index.es.js +0 -0
  431. /package/{dist/Tab → Tab}/index.cjs +0 -0
  432. /package/{dist/Tab → Tab}/index.d.ts +0 -0
  433. /package/{dist/Tab → Tab}/index.es.js +0 -0
  434. /package/{dist/TextArea → TextArea}/TextArea.d.ts +0 -0
  435. /package/{dist/TextArea → TextArea}/index.cjs +0 -0
  436. /package/{dist/TextArea → TextArea}/index.d.ts +0 -0
  437. /package/{dist/TextArea → TextArea}/index.es.js +0 -0
  438. /package/{dist/TextField → TextField}/index.cjs +0 -0
  439. /package/{dist/TextField → TextField}/index.d.ts +0 -0
  440. /package/{dist/TextField → TextField}/index.es.js +0 -0
  441. /package/{dist/Tooltip → Tooltip}/index.cjs +0 -0
  442. /package/{dist/Tooltip → Tooltip}/index.d.ts +0 -0
  443. /package/{dist/Tooltip → Tooltip}/index.es.js +0 -0
  444. /package/{dist/Typography → Typography}/Typography.cjs +0 -0
  445. /package/{dist/Typography → Typography}/Typography.d.ts +0 -0
  446. /package/{dist/Typography → Typography}/Typography.es.js +0 -0
  447. /package/{dist/Typography → Typography}/Typography.stories.d.ts +0 -0
  448. /package/{dist/Typography → Typography}/index.cjs +0 -0
  449. /package/{dist/Typography → Typography}/index.d.ts +0 -0
  450. /package/{dist/Typography → Typography}/index.es.js +0 -0
  451. /package/{dist/core → core}/GlobalStyle.cjs +0 -0
  452. /package/{dist/core → core}/GlobalStyle.d.ts +0 -0
  453. /package/{dist/core → core}/GlobalStyle.es.js +0 -0
  454. /package/{dist/core → core}/ThemeContext.cjs +0 -0
  455. /package/{dist/core → core}/ThemeContext.d.ts +0 -0
  456. /package/{dist/core → core}/ThemeContext.es.js +0 -0
  457. /package/{dist/core → core}/ThemeProvider.cjs +0 -0
  458. /package/{dist/core → core}/ThemeProvider.d.ts +0 -0
  459. /package/{dist/core → core}/ThemeProvider.es.js +0 -0
  460. /package/{dist/core → core}/useTheme.cjs +0 -0
  461. /package/{dist/core → core}/useTheme.d.ts +0 -0
  462. /package/{dist/core → core}/useTheme.es.js +0 -0
  463. /package/{dist/hooks → hooks}/useCheckHoverPossible/useCheckHoverPossible.cjs +0 -0
  464. /package/{dist/hooks → hooks}/useCheckHoverPossible/useCheckHoverPossible.d.ts +0 -0
  465. /package/{dist/hooks → hooks}/useCheckHoverPossible/useCheckHoverPossible.es.js +0 -0
  466. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/calendar-color-line.svg-B_vYjqIZ.js +0 -0
  467. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/calendar-color-line.svg-BtUQ4TKP.cjs +0 -0
  468. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/capacity-color-line.svg-BQo3SZhS.cjs +0 -0
  469. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/capacity-color-line.svg-oT5B8THh.js +0 -0
  470. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/goods-color-line.svg-CT8jVC5v.js +0 -0
  471. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/goods-color-line.svg-Dz9RB5RV.cjs +0 -0
  472. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/index.d.ts +0 -0
  473. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/index.ts-Dyvby5gX.cjs +0 -0
  474. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/index.ts-l0sNRNKZ.js +0 -0
  475. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/kids-color-line.svg-BF7M2ymg.cjs +0 -0
  476. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/kids-color-line.svg-CZDUwvTf.js +0 -0
  477. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/time-color-line.svg-K7igWiF7.js +0 -0
  478. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/time-color-line.svg-lvcsdtRd.cjs +0 -0
  479. /package/{dist/resources → resources}/tictoccroc/icons/emoji/average-plane-emoji.svg-1B3oSCfr.js +0 -0
  480. /package/{dist/resources → resources}/tictoccroc/icons/emoji/average-plane-emoji.svg-Ddpo9mEE.cjs +0 -0
  481. /package/{dist/resources → resources}/tictoccroc/icons/emoji/excellent-plane-emoji.svg-Bq_nM8Tm.js +0 -0
  482. /package/{dist/resources → resources}/tictoccroc/icons/emoji/excellent-plane-emoji.svg-CSFc2vsd.cjs +0 -0
  483. /package/{dist/resources → resources}/tictoccroc/icons/emoji/good-plane-emoji.svg-BShQn-co.cjs +0 -0
  484. /package/{dist/resources → resources}/tictoccroc/icons/emoji/good-plane-emoji.svg-Bve6hTZH.js +0 -0
  485. /package/{dist/resources → resources}/tictoccroc/icons/emoji/index.d.ts +0 -0
  486. /package/{dist/resources → resources}/tictoccroc/icons/emoji/index.ts-Dyvby5gX.cjs +0 -0
  487. /package/{dist/resources → resources}/tictoccroc/icons/emoji/index.ts-l0sNRNKZ.js +0 -0
  488. /package/{dist/resources → resources}/tictoccroc/icons/etc/cash-etc.svg-BE9-4t5W.cjs +0 -0
  489. /package/{dist/resources → resources}/tictoccroc/icons/etc/cash-etc.svg-CvAOzEdq.js +0 -0
  490. /package/{dist/resources → resources}/tictoccroc/icons/etc/check-etc.svg-6o7_QHlK.cjs +0 -0
  491. /package/{dist/resources → resources}/tictoccroc/icons/etc/check-etc.svg-CeWjWVqv.js +0 -0
  492. /package/{dist/resources → resources}/tictoccroc/icons/etc/coupon-etc.svg-BYpSMvLr.js +0 -0
  493. /package/{dist/resources → resources}/tictoccroc/icons/etc/coupon-etc.svg-DB4JIfi8.cjs +0 -0
  494. /package/{dist/resources → resources}/tictoccroc/icons/etc/index.d.ts +0 -0
  495. /package/{dist/resources → resources}/tictoccroc/icons/etc/index.ts-Dyvby5gX.cjs +0 -0
  496. /package/{dist/resources → resources}/tictoccroc/icons/etc/index.ts-l0sNRNKZ.js +0 -0
  497. /package/{dist/resources → resources}/tictoccroc/icons/etc/point-etc.svg-CAEUCvfM.cjs +0 -0
  498. /package/{dist/resources → resources}/tictoccroc/icons/etc/point-etc.svg-DZ31KNBj.js +0 -0
  499. /package/{dist/resources → resources}/tictoccroc/icons/etc/unscheduled-etc.svg-C9TZ0hvI.js +0 -0
  500. /package/{dist/resources → resources}/tictoccroc/icons/etc/unscheduled-etc.svg-D-47KeXg.cjs +0 -0
  501. /package/{dist/resources → resources}/tictoccroc/icons/fill/alert-fill.svg-BJrM_goo.js +0 -0
  502. /package/{dist/resources → resources}/tictoccroc/icons/fill/alert-fill.svg-C8QjfUUX.cjs +0 -0
  503. /package/{dist/resources → resources}/tictoccroc/icons/fill/apply-fill.svg-CmRhMN1w.js +0 -0
  504. /package/{dist/resources → resources}/tictoccroc/icons/fill/apply-fill.svg-DRpGrJGw.cjs +0 -0
  505. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-down-fill.svg-C30f0N0F.js +0 -0
  506. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-down-fill.svg-VKh4yV7q.cjs +0 -0
  507. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-left-fill.svg-CdGognG9.js +0 -0
  508. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-left-fill.svg-DVd7uVkk.cjs +0 -0
  509. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-right-fill.svg-C3fI1iEy.js +0 -0
  510. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-right-fill.svg-CkH6pq8F.cjs +0 -0
  511. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-up-fill.svg-CEHHUpG_.js +0 -0
  512. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-up-fill.svg-DWbcv7JX.cjs +0 -0
  513. /package/{dist/resources → resources}/tictoccroc/icons/fill/chatting-fill.svg-CVjv4Kr7.js +0 -0
  514. /package/{dist/resources → resources}/tictoccroc/icons/fill/chatting-fill.svg-HaX5-_VL.cjs +0 -0
  515. /package/{dist/resources → resources}/tictoccroc/icons/fill/clr-fill.svg-Cn-I8j7d.js +0 -0
  516. /package/{dist/resources → resources}/tictoccroc/icons/fill/clr-fill.svg-DuLFHwKc.cjs +0 -0
  517. /package/{dist/resources → resources}/tictoccroc/icons/fill/complete-fill.svg-DhQki4Tw.cjs +0 -0
  518. /package/{dist/resources → resources}/tictoccroc/icons/fill/complete-fill.svg-cERkJmCb.js +0 -0
  519. /package/{dist/resources → resources}/tictoccroc/icons/fill/home-fill.svg-CxFGWK0L.cjs +0 -0
  520. /package/{dist/resources → resources}/tictoccroc/icons/fill/home-fill.svg-D3lzGMV2.js +0 -0
  521. /package/{dist/resources → resources}/tictoccroc/icons/fill/index.ts-Dyvby5gX.cjs +0 -0
  522. /package/{dist/resources → resources}/tictoccroc/icons/fill/index.ts-l0sNRNKZ.js +0 -0
  523. /package/{dist/resources → resources}/tictoccroc/icons/fill/info-fill.svg-CwgxQGwL.js +0 -0
  524. /package/{dist/resources → resources}/tictoccroc/icons/fill/info-fill.svg-DkEX99Sy.cjs +0 -0
  525. /package/{dist/resources → resources}/tictoccroc/icons/fill/invalid-fill.svg-CJJ-xmGJ.cjs +0 -0
  526. /package/{dist/resources → resources}/tictoccroc/icons/fill/invalid-fill.svg-D-87fL2g.js +0 -0
  527. /package/{dist/resources → resources}/tictoccroc/icons/fill/like-fill.svg-Cx1cz0ZV.js +0 -0
  528. /package/{dist/resources → resources}/tictoccroc/icons/fill/like-fill.svg-DnL66ApL.cjs +0 -0
  529. /package/{dist/resources → resources}/tictoccroc/icons/fill/met-fill.svg-B09QdWd-.cjs +0 -0
  530. /package/{dist/resources → resources}/tictoccroc/icons/fill/met-fill.svg-BYSmsKBw.js +0 -0
  531. /package/{dist/resources → resources}/tictoccroc/icons/fill/ongoing-fill.svg-BWY0Pepo.js +0 -0
  532. /package/{dist/resources → resources}/tictoccroc/icons/fill/ongoing-fill.svg-D9OuoEPD.cjs +0 -0
  533. /package/{dist/resources → resources}/tictoccroc/icons/fill/review-fill.svg-C356jYYw.js +0 -0
  534. /package/{dist/resources → resources}/tictoccroc/icons/fill/review-fill.svg-Ci8MN4eI.cjs +0 -0
  535. /package/{dist/resources → resources}/tictoccroc/icons/fill/schedule-fill.svg-7tGjhrTb.cjs +0 -0
  536. /package/{dist/resources → resources}/tictoccroc/icons/fill/schedule-fill.svg-BrKSb-wR.js +0 -0
  537. /package/{dist/resources → resources}/tictoccroc/icons/fill/tooltip-fill.svg-Csn01XEU.js +0 -0
  538. /package/{dist/resources → resources}/tictoccroc/icons/fill/tooltip-fill.svg-taAPxbyB.cjs +0 -0
  539. /package/{dist/resources → resources}/tictoccroc/icons/fill/user-fill.svg-1AdHldZ7.js +0 -0
  540. /package/{dist/resources → resources}/tictoccroc/icons/fill/user-fill.svg-C5DT_82L.cjs +0 -0
  541. /package/{dist/resources → resources}/tictoccroc/icons/index.d.ts +0 -0
  542. /package/{dist/resources → resources}/tictoccroc/icons/line/alarm-line.svg-BRunNxMG.cjs +0 -0
  543. /package/{dist/resources → resources}/tictoccroc/icons/line/alarm-line.svg-B_fgmSUh.js +0 -0
  544. /package/{dist/resources → resources}/tictoccroc/icons/line/align-edit.svg-BpBWlArj.js +0 -0
  545. /package/{dist/resources → resources}/tictoccroc/icons/line/align-edit.svg-CheFH-PQ.cjs +0 -0
  546. /package/{dist/resources → resources}/tictoccroc/icons/line/align-line.svg-CZVeKsXI.js +0 -0
  547. /package/{dist/resources → resources}/tictoccroc/icons/line/align-line.svg-DEHi23C3.cjs +0 -0
  548. /package/{dist/resources → resources}/tictoccroc/icons/line/apply-line.svg-CPVSeeXQ.js +0 -0
  549. /package/{dist/resources → resources}/tictoccroc/icons/line/apply-line.svg-OFt_RKTM.cjs +0 -0
  550. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-back-line.svg-6pAPPZFb.js +0 -0
  551. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-back-line.svg-CohS2cJ8.cjs +0 -0
  552. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-downward-line.svg-BGmQO-HH.js +0 -0
  553. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-downward-line.svg-U4yGkiO6.cjs +0 -0
  554. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-forward-line.svg-CXsiELrZ.cjs +0 -0
  555. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-forward-line.svg-i2PyDbcS.js +0 -0
  556. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-upward-line.svg-D38aA0Uw.cjs +0 -0
  557. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-upward-line.svg-UfpZFid8.js +0 -0
  558. /package/{dist/resources → resources}/tictoccroc/icons/line/attach-line.svg-BhuonxHd.cjs +0 -0
  559. /package/{dist/resources → resources}/tictoccroc/icons/line/attach-line.svg-SIRIt0qo.js +0 -0
  560. /package/{dist/resources → resources}/tictoccroc/icons/line/ban-line.svg-D9JlR8gb.cjs +0 -0
  561. /package/{dist/resources → resources}/tictoccroc/icons/line/ban-line.svg-oA3yLqdR.js +0 -0
  562. /package/{dist/resources → resources}/tictoccroc/icons/line/browser-line.svg-B7UMwER5.cjs +0 -0
  563. /package/{dist/resources → resources}/tictoccroc/icons/line/browser-line.svg-hDn02ywo.js +0 -0
  564. /package/{dist/resources → resources}/tictoccroc/icons/line/calendar-line.svg-BsHcmpqT.cjs +0 -0
  565. /package/{dist/resources → resources}/tictoccroc/icons/line/calendar-line.svg-CwmRMqQV.js +0 -0
  566. /package/{dist/resources → resources}/tictoccroc/icons/line/call-line.svg-B2jT8BCB.js +0 -0
  567. /package/{dist/resources → resources}/tictoccroc/icons/line/call-line.svg-CVbza-nx.cjs +0 -0
  568. /package/{dist/resources → resources}/tictoccroc/icons/line/camera-line.svg-BuDRmRYc.cjs +0 -0
  569. /package/{dist/resources → resources}/tictoccroc/icons/line/camera-line.svg-BvUSwmSN.js +0 -0
  570. /package/{dist/resources → resources}/tictoccroc/icons/line/card-line.svg-BwluOZMy.js +0 -0
  571. /package/{dist/resources → resources}/tictoccroc/icons/line/card-line.svg-Dh3x2e7j.cjs +0 -0
  572. /package/{dist/resources → resources}/tictoccroc/icons/line/cash-line.svg-DMDHHJrt.js +0 -0
  573. /package/{dist/resources → resources}/tictoccroc/icons/line/cash-line.svg-_QlaTlXM.cjs +0 -0
  574. /package/{dist/resources → resources}/tictoccroc/icons/line/certificate-line.svg-BjOsTl11.js +0 -0
  575. /package/{dist/resources → resources}/tictoccroc/icons/line/certificate-line.svg-BoPUjufG.cjs +0 -0
  576. /package/{dist/resources → resources}/tictoccroc/icons/line/chat-line.svg-CmY7En0-.js +0 -0
  577. /package/{dist/resources → resources}/tictoccroc/icons/line/chat-line.svg-Dhe-5vHA.cjs +0 -0
  578. /package/{dist/resources → resources}/tictoccroc/icons/line/chatting-line.svg-CdN684WI.js +0 -0
  579. /package/{dist/resources → resources}/tictoccroc/icons/line/chatting-line.svg-DFq1Xeov.cjs +0 -0
  580. /package/{dist/resources → resources}/tictoccroc/icons/line/check-line.svg-BmxqZytH.js +0 -0
  581. /package/{dist/resources → resources}/tictoccroc/icons/line/check-line.svg-CKsagFl6.cjs +0 -0
  582. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-down-line.svg-BTq4vzeg.js +0 -0
  583. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-down-line.svg-BYCd5Luv.cjs +0 -0
  584. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-left-line.svg-DSET8qrk.cjs +0 -0
  585. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-left-line.svg-aZUXpJ9q.js +0 -0
  586. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-right-line.svg-C6wr7pgK.js +0 -0
  587. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-right-line.svg-Dm2YWA1K.cjs +0 -0
  588. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-up-line.svg-C8Sj7hTQ.js +0 -0
  589. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-up-line.svg-D9ekQ02i.cjs +0 -0
  590. /package/{dist/resources → resources}/tictoccroc/icons/line/close-line.svg-BzpCbaoG.js +0 -0
  591. /package/{dist/resources → resources}/tictoccroc/icons/line/close-line.svg-CSVwgqiB.cjs +0 -0
  592. /package/{dist/resources → resources}/tictoccroc/icons/line/copy-line.svg-CLdLNk9r.js +0 -0
  593. /package/{dist/resources → resources}/tictoccroc/icons/line/copy-line.svg-DA-07Z90.cjs +0 -0
  594. /package/{dist/resources → resources}/tictoccroc/icons/line/delete-line.svg-DQg7TEYw.js +0 -0
  595. /package/{dist/resources → resources}/tictoccroc/icons/line/delete-line.svg-DyddYBjS.cjs +0 -0
  596. /package/{dist/resources → resources}/tictoccroc/icons/line/download-line.svg-BKfz-6Mz.js +0 -0
  597. /package/{dist/resources → resources}/tictoccroc/icons/line/download-line.svg-DvinNPah.cjs +0 -0
  598. /package/{dist/resources → resources}/tictoccroc/icons/line/eye-invisible-line.svg-BuZicmwG.js +0 -0
  599. /package/{dist/resources → resources}/tictoccroc/icons/line/eye-invisible-line.svg-C_XjeDHE.cjs +0 -0
  600. /package/{dist/resources → resources}/tictoccroc/icons/line/eye-visible-line.svg-D3netPU8.cjs +0 -0
  601. /package/{dist/resources → resources}/tictoccroc/icons/line/eye-visible-line.svg-XpDOJPr0.js +0 -0
  602. /package/{dist/resources → resources}/tictoccroc/icons/line/filter-line.svg-Dbe7jw9Q.js +0 -0
  603. /package/{dist/resources → resources}/tictoccroc/icons/line/filter-line.svg-J5XFEh1F.cjs +0 -0
  604. /package/{dist/resources → resources}/tictoccroc/icons/line/fullview-line.svg-3aeWiJNf.cjs +0 -0
  605. /package/{dist/resources → resources}/tictoccroc/icons/line/fullview-line.svg-n_xxoG0C.js +0 -0
  606. /package/{dist/resources → resources}/tictoccroc/icons/line/goods-line.svg-BDAb5Snx.js +0 -0
  607. /package/{dist/resources → resources}/tictoccroc/icons/line/goods-line.svg-BYSmk4Lo.cjs +0 -0
  608. /package/{dist/resources → resources}/tictoccroc/icons/line/hamburger-line.svg-CMG7FGB3.cjs +0 -0
  609. /package/{dist/resources → resources}/tictoccroc/icons/line/hamburger-line.svg-CZAv5Wt4.js +0 -0
  610. /package/{dist/resources → resources}/tictoccroc/icons/line/headphone-line.svg-Buq82k6m.cjs +0 -0
  611. /package/{dist/resources → resources}/tictoccroc/icons/line/headphone-line.svg-Cy-z1uje.js +0 -0
  612. /package/{dist/resources → resources}/tictoccroc/icons/line/home-line.svg-BqHMy_15.cjs +0 -0
  613. /package/{dist/resources → resources}/tictoccroc/icons/line/home-line.svg-DO90M2q7.js +0 -0
  614. /package/{dist/resources → resources}/tictoccroc/icons/line/img-disable-line.svg-Bzvgi8Uu.cjs +0 -0
  615. /package/{dist/resources → resources}/tictoccroc/icons/line/img-disable-line.svg-DtD7dgZQ.js +0 -0
  616. /package/{dist/resources → resources}/tictoccroc/icons/line/img-line.svg-CPHQ1Cur.js +0 -0
  617. /package/{dist/resources → resources}/tictoccroc/icons/line/img-line.svg-runB4pj4.cjs +0 -0
  618. /package/{dist/resources → resources}/tictoccroc/icons/line/index.ts-Dyvby5gX.cjs +0 -0
  619. /package/{dist/resources → resources}/tictoccroc/icons/line/index.ts-l0sNRNKZ.js +0 -0
  620. /package/{dist/resources → resources}/tictoccroc/icons/line/information-line.svg-C1HeihVj.js +0 -0
  621. /package/{dist/resources → resources}/tictoccroc/icons/line/information-line.svg-fQYLBjcn.cjs +0 -0
  622. /package/{dist/resources → resources}/tictoccroc/icons/line/instagram-line.svg-9QADilvw.js +0 -0
  623. /package/{dist/resources → resources}/tictoccroc/icons/line/instagram-line.svg-BiBj4li4.cjs +0 -0
  624. /package/{dist/resources → resources}/tictoccroc/icons/line/insurance-line.svg-C-jGCuZ0.js +0 -0
  625. /package/{dist/resources → resources}/tictoccroc/icons/line/insurance-line.svg-XgpoFsM2.cjs +0 -0
  626. /package/{dist/resources → resources}/tictoccroc/icons/line/kids-line.svg-BZjs2lbf.js +0 -0
  627. /package/{dist/resources → resources}/tictoccroc/icons/line/kids-line.svg-Hhqmv7us.cjs +0 -0
  628. /package/{dist/resources → resources}/tictoccroc/icons/line/like-line.svg-B09ewWGN.cjs +0 -0
  629. /package/{dist/resources → resources}/tictoccroc/icons/line/like-line.svg-WcxnZwNP.js +0 -0
  630. /package/{dist/resources → resources}/tictoccroc/icons/line/link-line.svg-BQlngNks.cjs +0 -0
  631. /package/{dist/resources → resources}/tictoccroc/icons/line/link-line.svg-DyTzcfH-.js +0 -0
  632. /package/{dist/resources → resources}/tictoccroc/icons/line/location-line.svg-BYTa6SR_.cjs +0 -0
  633. /package/{dist/resources → resources}/tictoccroc/icons/line/location-line.svg-EQvkDzcG.js +0 -0
  634. /package/{dist/resources → resources}/tictoccroc/icons/line/match-type-line.svg-CGS2gQZB.js +0 -0
  635. /package/{dist/resources → resources}/tictoccroc/icons/line/match-type-line.svg-DGpCvcRV.cjs +0 -0
  636. /package/{dist/resources → resources}/tictoccroc/icons/line/met-line.svg-CiYvySY5.cjs +0 -0
  637. /package/{dist/resources → resources}/tictoccroc/icons/line/met-line.svg-CuTfmBGY.js +0 -0
  638. /package/{dist/resources → resources}/tictoccroc/icons/line/minus-line.svg-BFTYxAEx.cjs +0 -0
  639. /package/{dist/resources → resources}/tictoccroc/icons/line/minus-line.svg-Cd4pUSxn.js +0 -0
  640. /package/{dist/resources → resources}/tictoccroc/icons/line/mobile-line.svg-B3REkeOs.js +0 -0
  641. /package/{dist/resources → resources}/tictoccroc/icons/line/mobile-line.svg-CcR_mhy0.cjs +0 -0
  642. /package/{dist/resources → resources}/tictoccroc/icons/line/modify-line.svg-Dtw-aJJL.js +0 -0
  643. /package/{dist/resources → resources}/tictoccroc/icons/line/modify-line.svg-y24Tpez8.cjs +0 -0
  644. /package/{dist/resources → resources}/tictoccroc/icons/line/more-line.svg-DkHQ1aCu.js +0 -0
  645. /package/{dist/resources → resources}/tictoccroc/icons/line/more-line.svg-fOrqycnA.cjs +0 -0
  646. /package/{dist/resources → resources}/tictoccroc/icons/line/parking-line.svg-BYdvScSf.cjs +0 -0
  647. /package/{dist/resources → resources}/tictoccroc/icons/line/parking-line.svg-C69hhyJp.js +0 -0
  648. /package/{dist/resources → resources}/tictoccroc/icons/line/plus-line.svg-CGLFrOvH.cjs +0 -0
  649. /package/{dist/resources → resources}/tictoccroc/icons/line/plus-line.svg-DYFu3bQb.js +0 -0
  650. /package/{dist/resources → resources}/tictoccroc/icons/line/receipt-line.svg-BpDVEXs_.js +0 -0
  651. /package/{dist/resources → resources}/tictoccroc/icons/line/receipt-line.svg-Db2ey7Vk.cjs +0 -0
  652. /package/{dist/resources → resources}/tictoccroc/icons/line/reset-line.svg-CYyXv2Ii.js +0 -0
  653. /package/{dist/resources → resources}/tictoccroc/icons/line/reset-line.svg-VXhJXGw4.cjs +0 -0
  654. /package/{dist/resources → resources}/tictoccroc/icons/line/schedule-line.svg-C4rlD6fX.js +0 -0
  655. /package/{dist/resources → resources}/tictoccroc/icons/line/schedule-line.svg-CBOfzdyP.cjs +0 -0
  656. /package/{dist/resources → resources}/tictoccroc/icons/line/search-line.svg-ChK1nMkg.js +0 -0
  657. /package/{dist/resources → resources}/tictoccroc/icons/line/search-line.svg-CyECq3s4.cjs +0 -0
  658. /package/{dist/resources → resources}/tictoccroc/icons/line/setting-line.svg-B5KTXMkf.js +0 -0
  659. /package/{dist/resources → resources}/tictoccroc/icons/line/setting-line.svg-KZcCRQnu.cjs +0 -0
  660. /package/{dist/resources → resources}/tictoccroc/icons/line/share-line.svg-BuvAb_mR.cjs +0 -0
  661. /package/{dist/resources → resources}/tictoccroc/icons/line/share-line.svg-YIeAM7qG.js +0 -0
  662. /package/{dist/resources → resources}/tictoccroc/icons/line/sms-line.svg-CfS4BH8b.cjs +0 -0
  663. /package/{dist/resources → resources}/tictoccroc/icons/line/sms-line.svg-mkRJRb3t.js +0 -0
  664. /package/{dist/resources → resources}/tictoccroc/icons/line/sound-line.svg-CmfcTDgu.cjs +0 -0
  665. /package/{dist/resources → resources}/tictoccroc/icons/line/sound-line.svg-DDrcGkDm.js +0 -0
  666. /package/{dist/resources → resources}/tictoccroc/icons/line/sound-off-line.svg-BpovzQS7.cjs +0 -0
  667. /package/{dist/resources → resources}/tictoccroc/icons/line/sound-off-line.svg-CyLPPUCN.js +0 -0
  668. /package/{dist/resources → resources}/tictoccroc/icons/line/special-line.svg-BIbaMWsd.cjs +0 -0
  669. /package/{dist/resources → resources}/tictoccroc/icons/line/special-line.svg-DmNM79L9.js +0 -0
  670. /package/{dist/resources → resources}/tictoccroc/icons/line/time-line.svg-BuB2NlRB.js +0 -0
  671. /package/{dist/resources → resources}/tictoccroc/icons/line/time-line.svg-DXBDjsih.cjs +0 -0
  672. /package/{dist/resources → resources}/tictoccroc/icons/line/toy-line.svg-DyArYgu3.js +0 -0
  673. /package/{dist/resources → resources}/tictoccroc/icons/line/toy-line.svg-vUxUn7S0.cjs +0 -0
  674. /package/{dist/resources → resources}/tictoccroc/icons/line/university-line.svg-BEdQwFB6.js +0 -0
  675. /package/{dist/resources → resources}/tictoccroc/icons/line/university-line.svg-D2T-TUW5.cjs +0 -0
  676. /package/{dist/resources → resources}/tictoccroc/icons/line/upload-line.svg-CDbJ-I5E.cjs +0 -0
  677. /package/{dist/resources → resources}/tictoccroc/icons/line/upload-line.svg-CKFtr3Jx.js +0 -0
  678. /package/{dist/resources → resources}/tictoccroc/icons/line/user-line.svg-CNcTTUmF.js +0 -0
  679. /package/{dist/resources → resources}/tictoccroc/icons/line/user-line.svg-Du2rRzus.cjs +0 -0
  680. /package/{dist/resources → resources}/tictoccroc/icons/line/video-camera-line.svg-C2Y4ssOf.js +0 -0
  681. /package/{dist/resources → resources}/tictoccroc/icons/line/video-camera-line.svg-iZ3dICcd.cjs +0 -0
  682. /package/{dist/resources → resources}/tictoccroc/icons/line/warning1-line.svg-Bhi7ngGw.cjs +0 -0
  683. /package/{dist/resources → resources}/tictoccroc/icons/line/warning1-line.svg-DsmZxbsf.js +0 -0
  684. /package/{dist/resources → resources}/tictoccroc/icons/line/warning2-line.svg-DTvtKOYN.js +0 -0
  685. /package/{dist/resources → resources}/tictoccroc/icons/line/warning2-line.svg-Kf0io8lf.cjs +0 -0
  686. /package/{dist/resources → resources}/tictoccroc/icons/line/wifi-line.svg-BtsQLwZl.js +0 -0
  687. /package/{dist/resources → resources}/tictoccroc/icons/line/wifi-line.svg-DGCMJ5Oi.cjs +0 -0
  688. /package/{dist/themes → themes}/tictoccroc/colors/background.cjs +0 -0
  689. /package/{dist/themes → themes}/tictoccroc/colors/background.d.ts +0 -0
  690. /package/{dist/themes → themes}/tictoccroc/colors/background.es.js +0 -0
  691. /package/{dist/themes → themes}/tictoccroc/colors/blue.cjs +0 -0
  692. /package/{dist/themes → themes}/tictoccroc/colors/blue.d.ts +0 -0
  693. /package/{dist/themes → themes}/tictoccroc/colors/blue.es.js +0 -0
  694. /package/{dist/themes → themes}/tictoccroc/colors/classType.cjs +0 -0
  695. /package/{dist/themes → themes}/tictoccroc/colors/classType.d.ts +0 -0
  696. /package/{dist/themes → themes}/tictoccroc/colors/classType.es.js +0 -0
  697. /package/{dist/themes → themes}/tictoccroc/colors/etc.cjs +0 -0
  698. /package/{dist/themes → themes}/tictoccroc/colors/etc.d.ts +0 -0
  699. /package/{dist/themes → themes}/tictoccroc/colors/etc.es.js +0 -0
  700. /package/{dist/themes → themes}/tictoccroc/colors/green.cjs +0 -0
  701. /package/{dist/themes → themes}/tictoccroc/colors/green.d.ts +0 -0
  702. /package/{dist/themes → themes}/tictoccroc/colors/green.es.js +0 -0
  703. /package/{dist/themes → themes}/tictoccroc/colors/grey.cjs +0 -0
  704. /package/{dist/themes → themes}/tictoccroc/colors/grey.d.ts +0 -0
  705. /package/{dist/themes → themes}/tictoccroc/colors/grey.es.js +0 -0
  706. /package/{dist/themes → themes}/tictoccroc/colors/index.cjs +0 -0
  707. /package/{dist/themes → themes}/tictoccroc/colors/index.d.ts +0 -0
  708. /package/{dist/themes → themes}/tictoccroc/colors/index.es.js +0 -0
  709. /package/{dist/themes → themes}/tictoccroc/colors/pink.cjs +0 -0
  710. /package/{dist/themes → themes}/tictoccroc/colors/pink.d.ts +0 -0
  711. /package/{dist/themes → themes}/tictoccroc/colors/pink.es.js +0 -0
  712. /package/{dist/themes → themes}/tictoccroc/colors/yellow.cjs +0 -0
  713. /package/{dist/themes → themes}/tictoccroc/colors/yellow.d.ts +0 -0
  714. /package/{dist/themes → themes}/tictoccroc/colors/yellow.es.js +0 -0
  715. /package/{dist/themes → themes}/tictoccroc/index.cjs +0 -0
  716. /package/{dist/themes → themes}/tictoccroc/index.d.ts +0 -0
  717. /package/{dist/themes → themes}/tictoccroc/index.es.js +0 -0
  718. /package/{dist/themes → themes}/tictoccroc/parentLight.cjs +0 -0
  719. /package/{dist/themes → themes}/tictoccroc/parentLight.d.ts +0 -0
  720. /package/{dist/themes → themes}/tictoccroc/parentLight.es.js +0 -0
  721. /package/{dist/themes → themes}/tictoccroc/teacherLight.cjs +0 -0
  722. /package/{dist/themes → themes}/tictoccroc/teacherLight.d.ts +0 -0
  723. /package/{dist/themes → themes}/tictoccroc/teacherLight.es.js +0 -0
  724. /package/{dist/themes → themes}/tictoccroc/typography/body.cjs +0 -0
  725. /package/{dist/themes → themes}/tictoccroc/typography/body.d.ts +0 -0
  726. /package/{dist/themes → themes}/tictoccroc/typography/body.es.js +0 -0
  727. /package/{dist/themes → themes}/tictoccroc/typography/caption.cjs +0 -0
  728. /package/{dist/themes → themes}/tictoccroc/typography/caption.d.ts +0 -0
  729. /package/{dist/themes → themes}/tictoccroc/typography/caption.es.js +0 -0
  730. /package/{dist/themes → themes}/tictoccroc/typography/display.cjs +0 -0
  731. /package/{dist/themes → themes}/tictoccroc/typography/display.d.ts +0 -0
  732. /package/{dist/themes → themes}/tictoccroc/typography/display.es.js +0 -0
  733. /package/{dist/themes → themes}/tictoccroc/typography/headline.cjs +0 -0
  734. /package/{dist/themes → themes}/tictoccroc/typography/headline.d.ts +0 -0
  735. /package/{dist/themes → themes}/tictoccroc/typography/headline.es.js +0 -0
  736. /package/{dist/themes → themes}/tictoccroc/typography/index.cjs +0 -0
  737. /package/{dist/themes → themes}/tictoccroc/typography/index.d.ts +0 -0
  738. /package/{dist/themes → themes}/tictoccroc/typography/index.es.js +0 -0
  739. /package/{dist/typings → typings}/color.d.ts +0 -0
  740. /package/{dist/typings → typings}/component.d.ts +0 -0
  741. /package/{dist/typings → typings}/index.d.ts +0 -0
  742. /package/{dist/typings → typings}/theme/core.d.ts +0 -0
  743. /package/{dist/typings → typings}/theme/tictoccroc.d.ts +0 -0
  744. /package/{dist/typings → typings}/typography.d.ts +0 -0
  745. /package/{dist/typings → typings}/utility.d.ts +0 -0
  746. /package/{dist/utils → utils}/convertNumberToCSSValue.cjs +0 -0
  747. /package/{dist/utils → utils}/convertNumberToCSSValue.d.ts +0 -0
  748. /package/{dist/utils → utils}/convertNumberToCSSValue.es.js +0 -0
  749. /package/{dist/utils → utils}/debounce/debounce.cjs +0 -0
  750. /package/{dist/utils → utils}/debounce/debounce.d.ts +0 -0
  751. /package/{dist/utils → utils}/debounce/debounce.es.js +0 -0
  752. /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.cjs +0 -0
  753. /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.d.ts +0 -0
  754. /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.es.js +0 -0
  755. /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.test.d.ts +0 -0
  756. /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.cjs +0 -0
  757. /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.d.ts +0 -0
  758. /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.es.js +0 -0
  759. /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.test.d.ts +0 -0
  760. /package/{dist/utils → utils}/getIconLabel/getIconLabel.d.ts +0 -0
  761. /package/{dist/utils → utils}/getInterpolation/getInterpolation.cjs +0 -0
  762. /package/{dist/utils → utils}/getInterpolation/getInterpolation.d.ts +0 -0
  763. /package/{dist/utils → utils}/getInterpolation/getInterpolation.es.js +0 -0
  764. /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.cjs +0 -0
  765. /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.d.ts +0 -0
  766. /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.es.js +0 -0
  767. /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.test.d.ts +0 -0
  768. /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.cjs +0 -0
  769. /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.d.ts +0 -0
  770. /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.es.js +0 -0
  771. /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.test.d.ts +0 -0
  772. /package/{dist/utils → utils}/getSibling/getSibling.cjs +0 -0
  773. /package/{dist/utils → utils}/getSibling/getSibling.d.ts +0 -0
  774. /package/{dist/utils → utils}/getSibling/getSibling.es.js +0 -0
  775. /package/{dist/utils → utils}/hexToRgb/hexToRgb.cjs +0 -0
  776. /package/{dist/utils → utils}/hexToRgb/hexToRgb.d.ts +0 -0
  777. /package/{dist/utils → utils}/hexToRgb/hexToRgb.es.js +0 -0
  778. /package/{dist/utils → utils}/hexToRgb/hexToRgb.test.d.ts +0 -0
@@ -0,0 +1,5 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("@emotion/react/jsx-runtime"),o=require("react"),a=require("@emotion/styled"),d=e=>e&&e.__esModule?e:{default:e},g=d(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
+ `,h=o.forwardRef(function({children:t,type:i="main",textAlign:n="center",inlineCSS:r,...l},s){const u=o.useId();return c.jsx(f,{ref:s,type:i,textAlign:n,id:`bottom-sheet-text-${u}`,...l,css:r,children:t})});exports.default=h;
@@ -1,7 +1,7 @@
1
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`
2
+ import { forwardRef as s, useId as f } from "react";
3
+ import m from "@emotion/styled";
4
+ const a = m.div`
5
5
  text-align: ${({ textAlign: i }) => i};
6
6
 
7
7
  ${({
@@ -22,9 +22,21 @@ const a = f.div`
22
22
  lineHeight: t.lineHeight,
23
23
  letterSpacing: t.letterSpacing
24
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 });
25
+ `, d = s(function({ children: t, type: e = "main", textAlign: o = "center", inlineCSS: n, ...r }, g) {
26
+ const h = f();
27
+ return /* @__PURE__ */ l(
28
+ a,
29
+ {
30
+ ref: g,
31
+ type: e,
32
+ textAlign: o,
33
+ id: `bottom-sheet-text-${h}`,
34
+ ...r,
35
+ css: n,
36
+ children: t
37
+ }
38
+ );
27
39
  });
28
40
  export {
29
- s as default
41
+ d as default
30
42
  };
@@ -1,4 +1,4 @@
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`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("@emotion/react/jsx-runtime"),n=require("react"),f=require("../../Icon/Icon.cjs"),m=require("@emotion/styled"),x=e=>e&&e.__esModule?e:{default:e},o=x(m),g=o.default.div`
2
2
  position: relative;
3
3
  display: flex;
4
4
  align-items: center;
@@ -9,8 +9,8 @@
9
9
  min-height: 48px;
10
10
  max-height: 48px;
11
11
  border-bottom: 1px solid
12
- ${({theme:{palette:{grey:e}},hideLine:n})=>n?"transparent":e[10]};
13
- `,m=o.default.div`
12
+ ${({theme:{palette:{grey:e}},hideLine:i})=>i?"transparent":e[10]};
13
+ `,S=o.default.div`
14
14
  flex-grow: 1;
15
15
  text-align: center;
16
16
  text-overflow: ellipsis;
@@ -18,11 +18,11 @@
18
18
  overflow: hidden;
19
19
 
20
20
  ${({theme:{typography:{h4B:e}}})=>({fontSize:e.size,fontWeight:e.weight,lineHeight:e.lineHeight,letterSpacing:e.letterSpacing})};
21
- `,g=o.default.button`
21
+ `,j=o.default.button`
22
22
  position: absolute;
23
23
  top: 50%;
24
24
  right: 16px;
25
25
  transform: translateY(-50%);
26
- `,i=o.default.div`
26
+ `,s=o.default.div`
27
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;
28
+ `,y=n.forwardRef(function({children:i,onClose:l,hideCloseButton:a,hideLine:r,tag:c="h2",inlineCSS:d,...u},p){const h=n.useId();return t.jsxs(g,{ref:p,hideLine:r,id:`bottom-sheet-title-${h}`,...u,css:d,children:[t.jsx(s,{}),t.jsx(S,{as:c,children:i}),t.jsx(s,{}),!a&&t.jsx(j,{className:"closeButton",onClick:l,"aria-label":"닫기",children:t.jsx(f.default,{name:"CloseLine"})})]})});exports.default=y;
@@ -1,10 +1,11 @@
1
- import { HTMLAttributes } from 'react';
1
+ import { ElementType, HTMLAttributes } from 'react';
2
2
  import { GeneralComponentProps } from '../../typings/component';
3
3
 
4
4
  export interface BottomSheetTitleProps extends GeneralComponentProps<HTMLAttributes<HTMLDivElement>> {
5
5
  onClose?: () => void;
6
6
  hideCloseButton?: boolean;
7
7
  hideLine?: boolean;
8
+ tag?: ElementType;
8
9
  }
9
10
  declare const BottomSheetTitle: import('react').ForwardRefExoticComponent<BottomSheetTitleProps & import('react').RefAttributes<HTMLDivElement>>;
10
11
  export default BottomSheetTitle;
@@ -1,8 +1,8 @@
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";
1
+ import { jsxs as d, jsx as e } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as f, useId as x } from "react";
3
+ import g from "../../Icon/Icon.es.js";
4
4
  import o from "@emotion/styled";
5
- const f = o.div`
5
+ const u = o.div`
6
6
  position: relative;
7
7
  display: flex;
8
8
  align-items: center;
@@ -19,7 +19,7 @@ const f = o.div`
19
19
  },
20
20
  hideLine: i
21
21
  }) => i ? "transparent" : t[10]};
22
- `, x = o.div`
22
+ `, w = o.div`
23
23
  flex-grow: 1;
24
24
  text-align: center;
25
25
  text-overflow: ellipsis;
@@ -36,23 +36,34 @@ const f = o.div`
36
36
  lineHeight: t.lineHeight,
37
37
  letterSpacing: t.letterSpacing
38
38
  })};
39
- `, g = o.button`
39
+ `, S = o.button`
40
40
  position: absolute;
41
41
  top: 50%;
42
42
  right: 16px;
43
43
  transform: translateY(-50%);
44
44
  `, n = o.div`
45
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
- ] });
46
+ `, T = f(
47
+ function({ children: i, onClose: l, hideCloseButton: r, hideLine: s, tag: a = "h2", inlineCSS: p, ...m }, c) {
48
+ const h = x();
49
+ return /* @__PURE__ */ d(
50
+ u,
51
+ {
52
+ ref: c,
53
+ hideLine: s,
54
+ id: `bottom-sheet-title-${h}`,
55
+ ...m,
56
+ css: p,
57
+ children: [
58
+ /* @__PURE__ */ e(n, {}),
59
+ /* @__PURE__ */ e(w, { as: a, children: i }),
60
+ /* @__PURE__ */ e(n, {}),
61
+ !r && /* @__PURE__ */ e(S, { className: "closeButton", onClick: l, "aria-label": "닫기", children: /* @__PURE__ */ e(g, { name: "CloseLine" }) })
62
+ ]
63
+ }
64
+ );
54
65
  }
55
66
  );
56
67
  export {
57
- v as default
68
+ T as default
58
69
  };
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const S=require("@emotion/react/jsx-runtime"),h=require("react"),C=require("../hooks/useCheckHoverPossible/useCheckHoverPossible.cjs"),H=require("../utils/getIconLabel/getIconLabel.cjs"),k=require("@emotion/styled"),a=require("../utils/getContrastingTextColor/getContrastingTextColor.cjs"),R=l=>l&&l.__esModule?l:{default:l},M=R(k),z=M.default.button`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const R=require("@emotion/react/jsx-runtime"),b=require("react"),M=require("../hooks/useCheckHoverPossible/useCheckHoverPossible.cjs"),z=require("../utils/getIconLabel/getIconLabel.cjs"),W=require("@emotion/styled"),a=require("../utils/getContrastingTextColor/getContrastingTextColor.cjs"),j=l=>l&&l.__esModule?l:{default:l},m=j(W),_=m.default.button`
2
2
  display: inline-flex;
3
3
  align-items: center;
4
4
  justify-content: center;
@@ -7,18 +7,18 @@
7
7
  color: inherit;
8
8
  }
9
9
 
10
- ${({theme:{palette:{brand:l,grey:e}},variant:i,color:u})=>{let p={backgroundColor:l.primary.main,color:a.default(l.primary.main,[e.white,e[100]])};return i==="filled"&&u==="secondary"&&(p={backgroundColor:l.secondary,color:a.default(l.secondary,[e.white,e[100]])}),i==="filled"&&u==="tertiary"&&(p={backgroundColor:l.tertiary,color:a.default(l.tertiary,[e.white,e[100]])}),i==="outlined"&&(p={borderColor:e[50],backgroundColor:e.white,color:a.default(e.white,[e.white,e[100]])}),i==="text"&&u==="primary"&&(p={backgroundColor:"transparent",color:a.default("transparent",[e.white,e[100]])}),i==="text"&&u==="secondary"&&(p={backgroundColor:"transparent",color:e[70]}),p}};
10
+ ${({theme:{palette:{brand:l,grey:e}},variant:i,color:r})=>{let p={backgroundColor:l.primary.main,color:a.default(l.primary.main,[e.white,e[100]])};return i==="filled"&&r==="secondary"&&(p={backgroundColor:l.secondary,color:a.default(l.secondary,[e.white,e[100]])}),i==="filled"&&r==="tertiary"&&(p={backgroundColor:l.tertiary,color:a.default(l.tertiary,[e.white,e[100]])}),i==="outlined"&&(p={borderColor:e[50],backgroundColor:e.white,color:a.default(e.white,[e.white,e[100]])}),i==="text"&&r==="primary"&&(p={backgroundColor:"transparent",color:a.default("transparent",[e.white,e[100]])}),i==="text"&&r==="secondary"&&(p={backgroundColor:"transparent",color:e[70]}),p}};
11
11
 
12
- ${({theme:{spacing:l,typography:e},variant:i,size:u,startAdornment:p,endAdornment:o,iconOnly:r})=>{let f={gap:l.content(1),padding:10,borderRadius:8,fontSize:e.b4M.size,fontWeight:e.b4M.weight,lineHeight:e.b4M.lineHeight,letterSpacing:e.b4M.letterSpacing,"& svg":{width:20,height:20}};if(u==="2xLarge"){const{h0B:x}=e;let t="26px 24px";p&&(t=i==="text"?"26px 16px 26px 12px":"26px 36px 26px 24px"),o&&(t=i==="text"?"26px 12px 26px 16px":"26px 24px 26px 36px"),p&&o&&(t=i==="text"?"26px 12px":"26px 24px"),r&&(t="26px 25px"),f={gap:l.content(3),maxHeight:100,padding:t,borderRadius:20,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:48,height:48}}}if(u==="xLarge"){const{h4B:x}=e;let t="16px 12px";p&&(t=i==="text"?"16px 8px 16px 4px":"16px 16px 16px 12px"),o&&(t=i==="text"?"16px 4px 16px 8px":"16px 12px 16px 16px"),p&&o&&(t=i==="text"?"16px 4px":"16px 12px"),r&&(t="16px 15px"),f={gap:l.content(2),maxHeight:56,padding:t,borderRadius:12,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:24,height:24}}}if(u==="large"){const{b2M:x}=e;let t="12px 8px";p&&(t=i==="text"?"12px 8px 12px 4px":"12px 12px 12px 8px"),o&&(t=i==="text"?"12px 4px 12px 8px":"12px 8px 12px 12px"),p&&o&&(t=i==="text"?"12px 4px":"12px 8px"),r&&(t="12px 11px"),f={gap:6,maxHeight:48,padding:t,borderRadius:10,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:24,height:24}}}if(u==="medium"){const{b4M:x}=e;let t="10px 8px";p&&(t=i==="text"?"10px 8px 10px 4px":"10px 10px 10px 8px"),o&&(t=i==="text"?"10px 4px 10px 8px":"10px 8px 10px 10px"),p&&o&&(t=i==="text"?"10px 4px":"10px 8px"),r&&(t="10px 9px"),f={gap:l.content(1),maxHeight:40,padding:t,borderRadius:8,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:20,height:20}}}if(u==="small"){const{c3M:x}=e;let t="8px 6px";p&&(t=i==="text"?"8px 8px 8px 4px":"8px 8px 8px 6px"),o&&(t=i==="text"?"8px 4px 8px 8px":"8px 6px 8px 8px"),p&&o&&(t=i==="text"?"8px 6px":"8px 4px"),r&&(t="8px 7px"),f={gap:l.content(1),maxHeight:32,padding:t,borderRadius:6,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:16,height:16}}}if(u==="xSmall"){const{c3M:x}=e;let t="4px 6px";p&&(t=i==="text"?"4px 8px 4px 4px":"4px 8px 4px 6px"),o&&(t=i==="text"?"4px 4px 4px 8px":"4px 6px 4px 8px"),p&&o&&(t=i==="text"?"4px":"4px 6px"),r&&(t="4px 3px"),r?f={gap:l.content(1),maxHeight:24,width:24,height:24,borderRadius:6,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:16,height:16}}:f={gap:l.content(1),maxHeight:24,padding:t,borderRadius:6,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:16,height:16}}}return i==="text"&&u==="xLarge"&&(f={...f,borderWidth:1.5}),f}};
12
+ ${({theme:{spacing:l,typography:e},variant:i,size:r,startAdornment:p,endAdornment:o,iconOnly:f})=>{let u={gap:l.content(1),padding:10,borderRadius:8,fontSize:e.b4M.size,fontWeight:e.b4M.weight,lineHeight:e.b4M.lineHeight,letterSpacing:e.b4M.letterSpacing,"& svg":{width:20,height:20}};if(r==="2xLarge"){const{h0B:x}=e;let t="26px 24px";p&&(t=i==="text"?"26px 16px 26px 12px":"26px 36px 26px 24px"),o&&(t=i==="text"?"26px 12px 26px 16px":"26px 24px 26px 36px"),p&&o&&(t=i==="text"?"26px 12px":"26px 24px"),f&&(t="26px 25px"),u={gap:l.content(3),maxHeight:100,padding:t,borderRadius:20,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:48,height:48}}}if(r==="xLarge"){const{h4B:x}=e;let t="16px 12px";p&&(t=i==="text"?"16px 8px 16px 4px":"16px 16px 16px 12px"),o&&(t=i==="text"?"16px 4px 16px 8px":"16px 12px 16px 16px"),p&&o&&(t=i==="text"?"16px 4px":"16px 12px"),f&&(t="16px 15px"),u={gap:l.content(2),maxHeight:56,padding:t,borderRadius:12,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:24,height:24}}}if(r==="large"){const{b2M:x}=e;let t="12px 8px";p&&(t=i==="text"?"12px 8px 12px 4px":"12px 12px 12px 8px"),o&&(t=i==="text"?"12px 4px 12px 8px":"12px 8px 12px 12px"),p&&o&&(t=i==="text"?"12px 4px":"12px 8px"),f&&(t="12px 11px"),u={gap:6,maxHeight:48,padding:t,borderRadius:10,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:24,height:24}}}if(r==="medium"){const{b4M:x}=e;let t="10px 8px";p&&(t=i==="text"?"10px 8px 10px 4px":"10px 10px 10px 8px"),o&&(t=i==="text"?"10px 4px 10px 8px":"10px 8px 10px 10px"),p&&o&&(t=i==="text"?"10px 4px":"10px 8px"),f&&(t="10px 9px"),u={gap:l.content(1),maxHeight:40,padding:t,borderRadius:8,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:20,height:20}}}if(r==="small"){const{c3M:x}=e;let t="8px 6px";p&&(t=i==="text"?"8px 8px 8px 4px":"8px 8px 8px 6px"),o&&(t=i==="text"?"8px 4px 8px 8px":"8px 6px 8px 8px"),p&&o&&(t=i==="text"?"8px 6px":"8px 4px"),f&&(t="8px 7px"),u={gap:l.content(1),maxHeight:32,padding:t,borderRadius:6,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:16,height:16}}}if(r==="xSmall"){const{c3M:x}=e;let t="4px 6px";p&&(t=i==="text"?"4px 8px 4px 4px":"4px 8px 4px 6px"),o&&(t=i==="text"?"4px 4px 4px 8px":"4px 6px 4px 8px"),p&&o&&(t=i==="text"?"4px":"4px 6px"),f&&(t="4px 3px"),f?u={gap:l.content(1),maxHeight:24,width:24,height:24,borderRadius:6,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:16,height:16}}:u={gap:l.content(1),maxHeight:24,padding:t,borderRadius:6,fontSize:x.size,fontWeight:x.weight,lineHeight:x.lineHeight,letterSpacing:x.letterSpacing,"& svg":{width:16,height:16}}}return i==="text"&&r==="xLarge"&&(u={...u,borderWidth:1.5}),u}};
13
13
 
14
14
  ${({rounded:l})=>l?{}:{borderRadius:"unset"}}
15
15
 
16
- ${({theme:{palette:{brand:l,grey:e}},variant:i,color:u,isHoverPossible:p})=>{let o={'&:active:not([aria-disabled="true"])':{backgroundColor:l.primary.press},...p?{'&:hover:not([aria-disabled="true"])':{backgroundColor:l.primary.press}}:{}};return i==="filled"&&u==="secondary"&&(o={'&:active:not([aria-disabled="true"])':{backgroundColor:e[100]},...p?{'&:hover:not([aria-disabled="true"])':{backgroundColor:e[100]}}:{}}),i==="filled"&&u==="tertiary"&&(o={'&:active:not([aria-disabled="true"])':{backgroundColor:e[70]},...p?{'&:hover:not([aria-disabled="true"])':{backgroundColor:e[70]}}:{}}),(i==="outlined"||i==="text")&&(o={'&:active:not([aria-disabled="true"])':{backgroundColor:e[10]},...p?{'&:hover:not([aria-disabled="true"])':{backgroundColor:e[10]}}:{}}),o}}
16
+ ${({theme:{palette:{brand:l,grey:e}},variant:i,color:r,isHoverPossible:p})=>{let o={'&:active:not([aria-disabled="true"])':{backgroundColor:l.primary.press},...p?{'&:hover:not([aria-disabled="true"])':{backgroundColor:l.primary.press}}:{}};return i==="filled"&&r==="secondary"&&(o={'&:active:not([aria-disabled="true"])':{backgroundColor:e[100]},...p?{'&:hover:not([aria-disabled="true"])':{backgroundColor:e[100]}}:{}}),i==="filled"&&r==="tertiary"&&(o={'&:active:not([aria-disabled="true"])':{backgroundColor:e[70]},...p?{'&:hover:not([aria-disabled="true"])':{backgroundColor:e[70]}}:{}}),(i==="outlined"||i==="text")&&(o={'&:active:not([aria-disabled="true"])':{backgroundColor:e[10]},...p?{'&:hover:not([aria-disabled="true"])':{backgroundColor:e[10]}}:{}}),o}}
17
17
 
18
18
  &[aria-disabled="true"] {
19
19
  cursor: not-allowed;
20
- ${({theme:{palette:{brand:l,grey:e}},variant:i,color:u})=>{let p={backgroundColor:l.primary.disable,color:a.default(l.primary.disable,[e[30],e.white])};return i==="filled"&&u==="secondary"&&(p={backgroundColor:e[10],color:a.default(e[10],[e[30],e.white])}),i==="outlined"&&(p={borderColor:e[30],backgroundColor:e[10],color:a.default(e[30],[e[30],e.white])}),i==="text"&&(p={color:a.default(e[30],[e[30],e.white])}),p}};
20
+ ${({theme:{palette:{brand:l,grey:e}},variant:i,color:r})=>{let p={backgroundColor:l.primary.disable,color:a.default(l.primary.disable,[e[30],e.white])};return i==="filled"&&r==="secondary"&&(p={backgroundColor:e[10],color:a.default(e[10],[e[30],e.white])}),i==="outlined"&&(p={borderColor:e[30],backgroundColor:e[10],color:a.default(e[30],[e[30],e.white])}),i==="text"&&(p={color:a.default(e[30],[e[30],e.white])}),p}};
21
21
  }
22
22
 
23
23
  ${({fullWidth:l})=>l?{width:"100%"}:null};
24
- `,W=h.forwardRef(function({children:e,variant:i="filled",size:u="medium",color:p="primary",startAdornment:o,endAdornment:r,iconOnly:f,fullWidth:x,inlineCSS:t,rounded:s=!0,disabled:g,...d},b){const{isHoverPossible:n}=C.default(),w=()=>{if(!f)return;if(d["aria-label"])return d["aria-label"];const c=o||r||e;if(h.isValidElement(c))return H.default(c.props.name)};return S.jsxs(z,{ref:b,variant:i,size:u,color:p,fullWidth:x,rounded:s,startAdornment:o,endAdornment:r,iconOnly:f,isHoverPossible:n,"aria-disabled":g,"aria-label":w(),...d,css:t,children:[o,!f&&e,r]})});exports.default=W;
24
+ `,q=b.forwardRef(function({children:e,variant:i="filled",size:r="medium",color:p="primary",startAdornment:o,endAdornment:f,iconOnly:u,fullWidth:x,inlineCSS:t,rounded:n=!0,disabled:h,onClick:c,onKeyDown:s,...g},w){const{isHoverPossible:S}=M.default(),H=()=>{if(!u)return;if(g["aria-label"])return g["aria-label"];const d=o||f||e;if(b.isValidElement(d))return z.default(d.props.name)},C=d=>{h||c==null||c(d)},k=d=>{h||s==null||s(d)};return R.jsxs(_,{ref:w,variant:i,size:r,color:p,fullWidth:x,rounded:n,startAdornment:o,endAdornment:f,iconOnly:u,isHoverPossible:S,"aria-disabled":h,"aria-label":H(),onClick:C,onKeyDown:k,...g,css:t,children:[o,!u&&e,f]})});exports.default=q;
@@ -1,10 +1,10 @@
1
- import { jsxs as n } from "@emotion/react/jsx-runtime";
2
- import { forwardRef as w, isValidElement as S } from "react";
3
- import C from "../hooks/useCheckHoverPossible/useCheckHoverPossible.es.js";
4
- import H from "../utils/getIconLabel/getIconLabel.es.js";
5
- import k from "@emotion/styled";
1
+ import { jsxs as m } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as k, isValidElement as z } from "react";
3
+ import R from "../hooks/useCheckHoverPossible/useCheckHoverPossible.es.js";
4
+ import W from "../utils/getIconLabel/getIconLabel.es.js";
5
+ import M from "@emotion/styled";
6
6
  import c from "../utils/getContrastingTextColor/getContrastingTextColor.es.js";
7
- const m = k.button`
7
+ const j = M.button`
8
8
  display: inline-flex;
9
9
  align-items: center;
10
10
  justify-content: center;
@@ -249,7 +249,7 @@ const m = k.button`
249
249
  ${({ fullWidth: l }) => l ? {
250
250
  width: "100%"
251
251
  } : null};
252
- `, B = w(function({
252
+ `, V = k(function({
253
253
  children: e,
254
254
  variant: i = "filled",
255
255
  size: r = "medium",
@@ -259,33 +259,41 @@ const m = k.button`
259
259
  iconOnly: h,
260
260
  fullWidth: x,
261
261
  inlineCSS: t,
262
- rounded: d = !0,
263
- disabled: u,
264
- ...a
265
- }, s) {
266
- const { isHoverPossible: b } = C();
267
- return /* @__PURE__ */ n(
268
- m,
262
+ rounded: b = !0,
263
+ disabled: g,
264
+ onClick: d,
265
+ onKeyDown: u,
266
+ ...s
267
+ }, n) {
268
+ const { isHoverPossible: w } = R(), S = () => {
269
+ if (!h) return;
270
+ if (s["aria-label"]) return s["aria-label"];
271
+ const a = o || f || e;
272
+ if (z(a))
273
+ return W(a.props.name);
274
+ }, H = (a) => {
275
+ g || d == null || d(a);
276
+ }, C = (a) => {
277
+ g || u == null || u(a);
278
+ };
279
+ return /* @__PURE__ */ m(
280
+ j,
269
281
  {
270
- ref: s,
282
+ ref: n,
271
283
  variant: i,
272
284
  size: r,
273
285
  color: p,
274
286
  fullWidth: x,
275
- rounded: d,
287
+ rounded: b,
276
288
  startAdornment: o,
277
289
  endAdornment: f,
278
290
  iconOnly: h,
279
- isHoverPossible: b,
280
- "aria-disabled": u,
281
- "aria-label": (() => {
282
- if (!h) return;
283
- if (a["aria-label"]) return a["aria-label"];
284
- const g = o || f || e;
285
- if (S(g))
286
- return H(g.props.name);
287
- })(),
288
- ...a,
291
+ isHoverPossible: w,
292
+ "aria-disabled": g,
293
+ "aria-label": S(),
294
+ onClick: H,
295
+ onKeyDown: C,
296
+ ...s,
289
297
  css: t,
290
298
  children: [
291
299
  o,
@@ -296,5 +304,5 @@ const m = k.button`
296
304
  );
297
305
  });
298
306
  export {
299
- B as default
307
+ V as default
300
308
  };
@@ -0,0 +1,54 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const h=require("@emotion/react/jsx-runtime"),l=require("react"),B=require("@emotion/styled"),G=require("../hooks/useCheckHasFocus/useCheckHasFocus.cjs"),J=require("../hooks/useCheckHoverPossible/useCheckHoverPossible.cjs"),Q=require("../hooks/useCheckKeyboardMode/useCheckKeyboardMode.cjs"),X=s=>s&&s.__esModule?s:{default:s},H=X(B),Z=H.default.div`
2
+ list-style-type: none;
3
+ margin: 0;
4
+ padding: 0;
5
+ overflow: hidden;
6
+ width: 100%;
7
+ height: 162px;
8
+ position: relative;
9
+ cursor: grab;
10
+ transition: transform 0.3s ease-out;
11
+ `,ee=H.default.div`
12
+ position: relative;
13
+ width: auto;
14
+ height: fit-content;
15
+ overflow: hidden;
16
+ &:after {
17
+ content: '';
18
+ position: absolute;
19
+ width: 100%;
20
+ height: 100%;
21
+ transform: translateY(-100%);
22
+ background: linear-gradient(
23
+ 0deg,
24
+ rgba(255, 255, 255, 1) 0%,
25
+ rgba(255, 255, 255, 0.6) 10%,
26
+ rgba(255, 255, 255, 0) 20%,
27
+ rgba(255, 255, 255, 0) 80%,
28
+ rgba(255, 255, 255, 0.6) 90%,
29
+ rgba(255, 255, 255, 1) 100%
30
+ );
31
+ pointer-events: none;
32
+ }
33
+
34
+ @supports selector(:has(:focus-visible)) {
35
+ &:has(:focus-visible) {
36
+ outline: ${({theme:s})=>s.palette.grey[100]} solid 2px;
37
+ }
38
+ }
39
+
40
+ @supports not selector(:has(:focus-visible)) {
41
+ ${({focusWithin:s,theme:t})=>s?{outline:`${t.palette.grey[100]} solid 2px`}:{}}
42
+ }
43
+ `,m=H.default.div`
44
+ height: 54px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: center;
48
+ scroll-snap-align: start;
49
+ position: relative;
50
+
51
+ ${({theme:{palette:{grey:s},typography:{h2M:t},spacing:{content:r}}})=>({fontSize:t.size,fontWeight:t.weight,lineHeight:t.lineHeight,letterSpacing:t.letterSpacing,color:s[100],padding:r(3)})};
52
+
53
+ ${({selected:s,theme:{palette:{grey:t},typography:{h4M:r}}})=>s?{"&, & *":{color:`${t[100]} !important`}}:{color:`${t[30]} !important`,fontSize:`${r.size} !important`,fontWeight:`${r.weight} !important`,lineHeight:`${r.lineHeight} !important`,letterSpacing:`${r.letterSpacing} !important`,"& *":{color:`${t[30]} !important`}}}
54
+ `,_=3,te=l.forwardRef(function({column:t,value:r=t[0].value,onChange:y,renderLabel:k,inlineCSS:C,wrapperProps:g,thumbProps:R,...j},q){const T=t.findIndex(i=>i.value===r),p=l.useRef(T),o=l.useRef(null),[f,S]=l.useState(T*54),[w,P]=l.useState(!1),[D,E]=l.useState(0),[L,O]=l.useState(0),Y=l.useId(),{isHoverPossible:N}=J.default(),{isKeyboardMode:W}=Q.default(),{hasFocus:F}=G.default({ref:o}),I=i=>{P(!0),O(i),E(f)},M=i=>{if(!w)return;const e=L-i;let n=D+e;const a=54*(t.length-1);n<0?n=0:n>a&&(n=a),S(n),o.current&&(o.current.children[0].scrollTop=n)},z=i=>{var n,a;i.stopPropagation();let e=p.current;i.key==="ArrowUp"?(e+=1,e>t.length-1&&(e=0)):i.key==="ArrowDown"?(e-=1,e<0&&(e=t.length-1)):i.key==="PageUp"?(e+=5,e>t.length-1&&(e=0)):i.key==="PageDown"?(e-=5,e<0&&(e=t.length-1)):i.key==="Home"?e=0:i.key==="End"&&(e=t.length-1),y(t[e].value),p.current=e,(a=(n=o.current)==null?void 0:n.querySelector(`.chain-picker-item[data-index="${p.current}"]`))==null||a.focus()},A=i=>I(i.clientY),K=i=>I(i.touches[0].clientY),U=i=>M(i.clientY),V=i=>M(i.touches[0].clientY),v=i=>{if(!w||(P(!1),!N&&i.type==="mouseup"))return;if(Math.abs(D-f)<_){const u=i.target.closest("[data-index]");if(u){const x=Number(u.dataset.index);if(t[x]&&o.current){const b=o.current.children[0];b.scrollTo({top:x*54,behavior:"smooth"});const $=()=>{Math.abs(b.scrollTop-x*54)<1&&(y(t[x].value),b.removeEventListener("scroll",$))};b.addEventListener("scroll",$)}}return}let e=Math.round(f/54),n=e*54;const a=54*(t.length-1);n<0?(n=0,e=0):n>a&&(n=a,e=t.length-1),p.current=e;const c=d=>{if(Math.abs(d-n)<1)S(n),o.current&&(o.current.children[0].scrollTop=n);else{const u=d+(n-d)/5;S(u),o.current&&(o.current.children[0].scrollTop=u),requestAnimationFrame(()=>c(u))}};requestAnimationFrame(()=>c(f)),t[e]&&y(t[e].value)};return l.useLayoutEffect(()=>{const e=t.findIndex(n=>n.value===r)*54;S(e),o.current&&(o.current.children[0].scrollTop=e)},[r,t,54]),h.jsx(ee,{ref:o,...g,css:g==null?void 0:g.inlineCSS,focusWithin:W&&F,children:h.jsx(Z,{role:"group",ref:q,css:C,...j,onMouseDown:A,onMouseMove:U,onMouseUp:v,onMouseLeave:v,onTouchStart:K,onTouchMove:V,onTouchEnd:v,onTouchCancel:v,children:t.map((i,e)=>{const n=t.findIndex(d=>d.value===r),a=n===0?0:Math.round(f/54),c=e===a;return h.jsxs(l.Fragment,{children:[e===0&&h.jsx(m,{className:"chain-picker-item","data-index":e-1,selected:!1,distance:(n+1)*-1}),h.jsx(m,{className:"chain-picker-item","data-index":e,"data-selected":c,selected:c,distance:e-n,role:"spinbutton",tabIndex:c?0:-1,"aria-hidden":c?"false":"true","aria-valuenow":i.value,"aria-valuetext":i.ariaValueText??i.label,"aria-valuemin":t[0].value,"aria-valuemax":t[t.length-1].value,...R,onKeyDown:z,children:k?k(i,c):i.label}),e===t.length-1&&h.jsx(m,{className:"chain-picker-item","data-index":e+1,selected:!1,distance:t.length-n})]},`${Y}_${i.label}`)})})})});exports.SCROLL_POSITION_THRESHOLD=_;exports.default=te;
@@ -5,13 +5,15 @@ export declare const SCROLL_POSITION_THRESHOLD = 3;
5
5
  export interface ChainPickerItem {
6
6
  label: string;
7
7
  value: number;
8
+ ariaValueText?: string;
8
9
  }
9
- export interface ChainPickerProps extends GeneralComponentProps<Omit<HTMLAttributes<HTMLUListElement>, 'onChange'>> {
10
+ export interface ChainPickerProps extends GeneralComponentProps<Omit<HTMLAttributes<HTMLDivElement>, 'onChange'>> {
10
11
  column: ChainPickerItem[];
11
12
  value?: number;
12
13
  onChange: (selectedValue: number) => void;
13
14
  renderLabel?: (item: ChainPickerItem, isSelected: boolean) => ReactNode;
14
15
  wrapperProps?: GeneralComponentProps<HTMLAttributes<HTMLDivElement>>;
16
+ thumbProps?: GeneralComponentProps<HTMLAttributes<HTMLDivElement>>;
15
17
  }
16
- declare const ChainPicker: import('react').ForwardRefExoticComponent<ChainPickerProps & import('react').RefAttributes<HTMLUListElement>>;
18
+ declare const ChainPicker: import('react').ForwardRefExoticComponent<ChainPickerProps & import('react').RefAttributes<HTMLDivElement>>;
17
19
  export default ChainPicker;
@@ -0,0 +1,226 @@
1
+ import { jsx as f, jsxs as B } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as G, useRef as C, useState as b, useId as J, useLayoutEffect as Q, Fragment as X } from "react";
3
+ import H from "@emotion/styled";
4
+ import Z from "../hooks/useCheckHasFocus/useCheckHasFocus.es.js";
5
+ import ee from "../hooks/useCheckHoverPossible/useCheckHoverPossible.es.js";
6
+ import te from "../hooks/useCheckKeyboardMode/useCheckKeyboardMode.es.js";
7
+ const ie = H.div`
8
+ list-style-type: none;
9
+ margin: 0;
10
+ padding: 0;
11
+ overflow: hidden;
12
+ width: 100%;
13
+ height: 162px;
14
+ position: relative;
15
+ cursor: grab;
16
+ transition: transform 0.3s ease-out;
17
+ `, ne = H.div`
18
+ position: relative;
19
+ width: auto;
20
+ height: fit-content;
21
+ overflow: hidden;
22
+ &:after {
23
+ content: '';
24
+ position: absolute;
25
+ width: 100%;
26
+ height: 100%;
27
+ transform: translateY(-100%);
28
+ background: linear-gradient(
29
+ 0deg,
30
+ rgba(255, 255, 255, 1) 0%,
31
+ rgba(255, 255, 255, 0.6) 10%,
32
+ rgba(255, 255, 255, 0) 20%,
33
+ rgba(255, 255, 255, 0) 80%,
34
+ rgba(255, 255, 255, 0.6) 90%,
35
+ rgba(255, 255, 255, 1) 100%
36
+ );
37
+ pointer-events: none;
38
+ }
39
+
40
+ @supports selector(:has(:focus-visible)) {
41
+ &:has(:focus-visible) {
42
+ outline: ${({ theme: a }) => a.palette.grey[100]} solid 2px;
43
+ }
44
+ }
45
+
46
+ @supports not selector(:has(:focus-visible)) {
47
+ ${({ focusWithin: a, theme: t }) => a ? {
48
+ outline: `${t.palette.grey[100]} solid 2px`
49
+ } : {}}
50
+ }
51
+ `, y = H.div`
52
+ height: 54px;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: center;
56
+ scroll-snap-align: start;
57
+ position: relative;
58
+
59
+ ${({
60
+ theme: {
61
+ palette: { grey: a },
62
+ typography: { h2M: t },
63
+ spacing: { content: r }
64
+ }
65
+ }) => ({
66
+ fontSize: t.size,
67
+ fontWeight: t.weight,
68
+ lineHeight: t.lineHeight,
69
+ letterSpacing: t.letterSpacing,
70
+ color: a[100],
71
+ padding: r(3)
72
+ })};
73
+
74
+ ${({
75
+ selected: a,
76
+ theme: {
77
+ palette: { grey: t },
78
+ typography: { h4M: r }
79
+ }
80
+ }) => a ? {
81
+ "&, & *": {
82
+ color: `${t[100]} !important`
83
+ }
84
+ } : {
85
+ color: `${t[30]} !important`,
86
+ fontSize: `${r.size} !important`,
87
+ fontWeight: `${r.weight} !important`,
88
+ lineHeight: `${r.lineHeight} !important`,
89
+ letterSpacing: `${r.letterSpacing} !important`,
90
+ "& *": {
91
+ color: `${t[30]} !important`
92
+ }
93
+ }}
94
+ `, oe = 3, fe = G(function({
95
+ column: t,
96
+ value: r = t[0].value,
97
+ onChange: x,
98
+ renderLabel: k,
99
+ inlineCSS: E,
100
+ wrapperProps: g,
101
+ thumbProps: Y,
102
+ ...L
103
+ }, W) {
104
+ const w = t.findIndex((i) => i.value === r), u = C(w), o = C(null), [h, p] = b(w * 54), [P, T] = b(!1), [$, F] = b(0), [N, R] = b(0), z = J(), { isHoverPossible: A } = ee(), { isKeyboardMode: K } = te(), { hasFocus: O } = Z({ ref: o }), D = (i) => {
105
+ T(!0), R(i), F(h);
106
+ }, I = (i) => {
107
+ if (!P) return;
108
+ const e = N - i;
109
+ let n = $ + e;
110
+ const s = 54 * (t.length - 1);
111
+ n < 0 ? n = 0 : n > s && (n = s), p(n), o.current && (o.current.children[0].scrollTop = n);
112
+ }, j = (i) => {
113
+ var n, s;
114
+ i.stopPropagation();
115
+ let e = u.current;
116
+ i.key === "ArrowUp" ? (e += 1, e > t.length - 1 && (e = 0)) : i.key === "ArrowDown" ? (e -= 1, e < 0 && (e = t.length - 1)) : i.key === "PageUp" ? (e += 5, e > t.length - 1 && (e = 0)) : i.key === "PageDown" ? (e -= 5, e < 0 && (e = t.length - 1)) : i.key === "Home" ? e = 0 : i.key === "End" && (e = t.length - 1), x(t[e].value), u.current = e, (s = (n = o.current) == null ? void 0 : n.querySelector(`.chain-picker-item[data-index="${u.current}"]`)) == null || s.focus();
117
+ }, q = (i) => D(i.clientY), U = (i) => D(i.touches[0].clientY), _ = (i) => I(i.clientY), V = (i) => I(i.touches[0].clientY), m = (i) => {
118
+ if (!P || (T(!1), !A && i.type === "mouseup")) return;
119
+ if (Math.abs($ - h) < oe) {
120
+ const d = i.target.closest("[data-index]");
121
+ if (d) {
122
+ const S = Number(d.dataset.index);
123
+ if (t[S] && o.current) {
124
+ const v = o.current.children[0];
125
+ v.scrollTo({
126
+ top: S * 54,
127
+ behavior: "smooth"
128
+ });
129
+ const M = () => {
130
+ Math.abs(v.scrollTop - S * 54) < 1 && (x(t[S].value), v.removeEventListener("scroll", M));
131
+ };
132
+ v.addEventListener("scroll", M);
133
+ }
134
+ }
135
+ return;
136
+ }
137
+ let e = Math.round(h / 54), n = e * 54;
138
+ const s = 54 * (t.length - 1);
139
+ n < 0 ? (n = 0, e = 0) : n > s && (n = s, e = t.length - 1), u.current = e;
140
+ const l = (c) => {
141
+ if (Math.abs(c - n) < 1)
142
+ p(n), o.current && (o.current.children[0].scrollTop = n);
143
+ else {
144
+ const d = c + (n - c) / 5;
145
+ p(d), o.current && (o.current.children[0].scrollTop = d), requestAnimationFrame(() => l(d));
146
+ }
147
+ };
148
+ requestAnimationFrame(() => l(h)), t[e] && x(t[e].value);
149
+ };
150
+ return Q(() => {
151
+ const e = t.findIndex((n) => n.value === r) * 54;
152
+ p(e), o.current && (o.current.children[0].scrollTop = e);
153
+ }, [r, t, 54]), /* @__PURE__ */ f(
154
+ ne,
155
+ {
156
+ ref: o,
157
+ ...g,
158
+ css: g == null ? void 0 : g.inlineCSS,
159
+ focusWithin: K && O,
160
+ children: /* @__PURE__ */ f(
161
+ ie,
162
+ {
163
+ role: "group",
164
+ ref: W,
165
+ css: E,
166
+ ...L,
167
+ onMouseDown: q,
168
+ onMouseMove: _,
169
+ onMouseUp: m,
170
+ onMouseLeave: m,
171
+ onTouchStart: U,
172
+ onTouchMove: V,
173
+ onTouchEnd: m,
174
+ onTouchCancel: m,
175
+ children: t.map((i, e) => {
176
+ const n = t.findIndex((c) => c.value === r), s = n === 0 ? 0 : Math.round(h / 54), l = e === s;
177
+ return /* @__PURE__ */ B(X, { children: [
178
+ e === 0 && /* @__PURE__ */ f(
179
+ y,
180
+ {
181
+ className: "chain-picker-item",
182
+ "data-index": e - 1,
183
+ selected: !1,
184
+ distance: (n + 1) * -1
185
+ }
186
+ ),
187
+ /* @__PURE__ */ f(
188
+ y,
189
+ {
190
+ className: "chain-picker-item",
191
+ "data-index": e,
192
+ "data-selected": l,
193
+ selected: l,
194
+ distance: e - n,
195
+ role: "spinbutton",
196
+ tabIndex: l ? 0 : -1,
197
+ "aria-hidden": l ? "false" : "true",
198
+ "aria-valuenow": i.value,
199
+ "aria-valuetext": i.ariaValueText ?? i.label,
200
+ "aria-valuemin": t[0].value,
201
+ "aria-valuemax": t[t.length - 1].value,
202
+ ...Y,
203
+ onKeyDown: j,
204
+ children: k ? k(i, l) : i.label
205
+ }
206
+ ),
207
+ e === t.length - 1 && /* @__PURE__ */ f(
208
+ y,
209
+ {
210
+ className: "chain-picker-item",
211
+ "data-index": e + 1,
212
+ selected: !1,
213
+ distance: t.length - n
214
+ }
215
+ )
216
+ ] }, `${z}_${i.label}`);
217
+ })
218
+ }
219
+ )
220
+ }
221
+ );
222
+ });
223
+ export {
224
+ oe as SCROLL_POSITION_THRESHOLD,
225
+ fe as default
226
+ };
@@ -2,7 +2,7 @@ import { StoryObj } from '@storybook/react';
2
2
 
3
3
  declare const meta: {
4
4
  title: string;
5
- component: import('react').ForwardRefExoticComponent<import('./ChainPicker').ChainPickerProps & import('react').RefAttributes<HTMLUListElement>>;
5
+ component: import('react').ForwardRefExoticComponent<import('./ChainPicker').ChainPickerProps & import('react').RefAttributes<HTMLDivElement>>;
6
6
  tags: string[];
7
7
  };
8
8
  export default meta;
@@ -0,0 +1,16 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("@emotion/react/jsx-runtime"),f=require("react"),c=require("@emotion/styled"),C=require("../core/useTheme.cjs"),h=t=>t&&t.__esModule?t:{default:t},p=h(c),x=p.default.span`
2
+ position: relative;
3
+ display: inline-flex;
4
+ `,m=p.default.input`
5
+ position: absolute;
6
+ width: 100%;
7
+ height: 100%;
8
+ top: 0;
9
+ left: 0;
10
+ appearance: none;
11
+ cursor: pointer;
12
+
13
+ &:disabled {
14
+ cursor: not-allowed;
15
+ }
16
+ `;function y({size:t,checked:n,disabled:a,color:r="primary"}){const{palette:{brand:i,grey:e,background:d}}=C.default();let o=e.white,s=e[50],u=e[20];return n&&(o=r==="primary"?i.primary.main:i[r],s=r==="primary"?i.primary.main:i[r],u=e.white),n&&a&&(o=e[30],s=e[30],u=e[10]),!n&&a&&(o=d.primary,s=e[30],u=e[20]),l.jsxs("svg",{width:t==="2xLarge"?48:24,height:t==="2xLarge"?48:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":!0,focusable:"false",children:[l.jsx("path",{d:"M2 6C2 3.79086 3.79086 2 6 2H18C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6Z",fill:o}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3H6C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3ZM6 2C3.79086 2 2 3.79086 2 6V18C2 20.2091 3.79086 22 6 22H18C20.2091 22 22 20.2091 22 18V6C22 3.79086 20.2091 2 18 2H6Z",fill:s}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.604 6.20309C19.0442 6.53668 19.1306 7.16392 18.797 7.60408L11.218 17.6041C11.0406 17.8382 10.7692 17.9824 10.4759 17.9985C10.1826 18.0147 9.89706 17.901 9.69505 17.6878L5.27405 13.0211C4.89422 12.6202 4.91133 11.9873 5.31227 11.6074C5.7132 11.2276 6.34613 11.2447 6.72596 11.6456L10.3362 15.4564L17.203 6.39603C17.5366 5.95588 18.1639 5.8695 18.604 6.20309Z",fill:u})]})}const b=f.forwardRef(function({size:n="medium",color:a="primary",checked:r,disabled:i,inlineCSS:e,...d},o){return l.jsxs(x,{ref:o,css:e,children:[l.jsx(m,{type:"checkbox",checked:r,disabled:i,...d}),l.jsx(y,{size:n,color:a,checked:r,disabled:i})]})});exports.default=b;