@salutejs/plasma-new-hope 0.339.0-canary.2297.18772323112.0 → 0.339.0-canary.2297.18867427938.0

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 (807) hide show
  1. package/cjs/components/Attach/Attach.css +68 -24
  2. package/cjs/components/Attach/Attach.js +177 -32
  3. package/cjs/components/Attach/Attach.js.map +1 -1
  4. package/cjs/components/Attach/Attach.styles.js +46 -5
  5. package/cjs/components/Attach/Attach.styles.js.map +1 -1
  6. package/cjs/components/Attach/Attach.styles_17eum4v.css +8 -0
  7. package/cjs/components/Attach/Attach.tokens.js +21 -6
  8. package/cjs/components/Attach/Attach.tokens.js.map +1 -1
  9. package/cjs/components/Attach/components/AttachButton/AttachButton.css +82 -15
  10. package/cjs/components/Attach/components/AttachButton/AttachButton.js.map +1 -1
  11. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.css +105 -0
  12. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +29 -0
  13. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js.map +1 -0
  14. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +21 -0
  15. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js.map +1 -0
  16. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles_3t6n6e.css +2 -0
  17. package/cjs/components/Attach/ui/Cell/Cell.css +60 -0
  18. package/cjs/components/Attach/ui/Cell/Cell.js +46 -0
  19. package/cjs/components/Attach/ui/Cell/Cell.js.map +1 -0
  20. package/cjs/components/Attach/ui/Cell/Cell.styles.js +1 -1
  21. package/{es/components/Attach/ui/Cell/Cell.styles_69w962.css → cjs/components/Attach/ui/Cell/Cell.styles_lpj30y.css} +1 -1
  22. package/cjs/components/Attach/ui/Dropdown/Dropdown.css +100 -0
  23. package/cjs/components/Attach/ui/Dropdown/Dropdown.js +69 -0
  24. package/cjs/components/Attach/ui/Dropdown/Dropdown.js.map +1 -0
  25. package/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js +22 -0
  26. package/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js.map +1 -0
  27. package/cjs/components/Attach/ui/Dropdown/Dropdown.styles_1ge65dg.css +1 -0
  28. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.css +3 -0
  29. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js +23 -0
  30. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js.map +1 -0
  31. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +15 -0
  32. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js.map +1 -0
  33. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles_5yseaa.css +1 -0
  34. package/cjs/components/Attach/utils/getFilenameParts.js +21 -0
  35. package/cjs/components/Attach/utils/getFilenameParts.js.map +1 -0
  36. package/cjs/components/Attach/variations/_size/base.js +1 -1
  37. package/cjs/components/Attach/variations/_size/base.js.map +1 -1
  38. package/cjs/components/Attach/variations/_size/base_1x0gzlt.css +1 -0
  39. package/cjs/components/Attach/variations/_view/base.js +1 -1
  40. package/cjs/components/Attach/variations/_view/base_d9xz7t.css +1 -0
  41. package/cjs/components/Calendar/Calendar.tokens.js +24 -1
  42. package/cjs/components/Calendar/Calendar.tokens.js.map +1 -1
  43. package/cjs/components/Calendar/Calendar.types.js.map +1 -1
  44. package/cjs/components/Calendar/CalendarBase/CalendarBase.css +18 -4
  45. package/cjs/components/Calendar/CalendarBase/CalendarBase.js +48 -5
  46. package/cjs/components/Calendar/CalendarBase/CalendarBase.js.map +1 -1
  47. package/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +9 -0
  48. package/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base.js.map +1 -0
  49. package/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base_x642ct.css +1 -0
  50. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +18 -4
  51. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.js +61 -11
  52. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.js.map +1 -1
  53. package/cjs/components/Calendar/CalendarDouble/variations/_size/base.js +9 -0
  54. package/cjs/components/Calendar/CalendarDouble/variations/_size/base.js.map +1 -0
  55. package/cjs/components/Calendar/CalendarDouble/variations/_size/base_x642ct.css +1 -0
  56. package/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +9 -0
  57. package/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js.map +1 -0
  58. package/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base_x642ct.css +1 -0
  59. package/cjs/components/Calendar/hooks/useKeyNavigation.js +3 -0
  60. package/cjs/components/Calendar/hooks/useKeyNavigation.js.map +1 -1
  61. package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  62. package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -1
  63. package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.js.map +1 -1
  64. package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  65. package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -1
  66. package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.js.map +1 -1
  67. package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  68. package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -1
  69. package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js.map +1 -1
  70. package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  71. package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -1
  72. package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.js.map +1 -1
  73. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  74. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js +23 -6
  75. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js.map +1 -1
  76. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +3 -3
  77. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  78. package/cjs/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_z3dhwf.css → DateStructureItem.styles_1jogt74.css} +1 -1
  79. package/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +22 -0
  80. package/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles.js.map +1 -0
  81. package/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles_dh6nzd.css +1 -0
  82. package/cjs/components/Combobox/ComboboxNew/Combobox.js +10 -0
  83. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  84. package/cjs/components/DatePicker/DatePicker.tokens.js +24 -1
  85. package/cjs/components/DatePicker/DatePicker.tokens.js.map +1 -1
  86. package/cjs/components/DatePicker/DatePickerBase.styles.js +1 -1
  87. package/cjs/components/DatePicker/DatePickerBase.styles.js.map +1 -1
  88. package/cjs/components/DatePicker/{DatePickerBase.styles_6x4unn.css → DatePickerBase.styles_1rfomby.css} +1 -1
  89. package/cjs/components/DatePicker/RangeDate/RangeDate.css +15 -13
  90. package/cjs/components/DatePicker/RangeDate/RangeDate.js +15 -6
  91. package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  92. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +13 -11
  93. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -0
  94. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
  95. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
  96. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/{RangeDatePopover.styles_1wt56uj.css → RangeDatePopover.styles_k6m3t6.css} +2 -2
  97. package/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +9 -0
  98. package/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base.js.map +1 -0
  99. package/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base_x642ct.css +1 -0
  100. package/cjs/components/DatePicker/SingleDate/SingleDate.css +8 -6
  101. package/cjs/components/DatePicker/SingleDate/SingleDate.js +15 -12
  102. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  103. package/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +9 -0
  104. package/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base.js.map +1 -0
  105. package/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base_x642ct.css +1 -0
  106. package/cjs/components/Popover/Popover.js +1 -0
  107. package/cjs/components/Popover/Popover.js.map +1 -1
  108. package/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.css +3 -3
  109. package/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +1 -1
  110. package/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js.map +1 -1
  111. package/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/{HorizontalIconTabItem.styles_bv5xdd.css → HorizontalIconTabItem.styles_72iooa.css} +1 -1
  112. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +6 -6
  113. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +1 -1
  114. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js.map +1 -1
  115. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/{HorizontalTabItem.styles_hklgpq.css → HorizontalTabItem.styles_fkdt6v.css} +1 -1
  116. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +1 -1
  117. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
  118. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js.map +1 -1
  119. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_1xhgbue.css +1 -0
  120. package/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.css +3 -3
  121. package/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +1 -1
  122. package/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js.map +1 -1
  123. package/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/{VerticalIconTabItem.styles_2xthe5.css → VerticalIconTabItem.styles_hm453l.css} +1 -1
  124. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +6 -6
  125. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  126. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -1
  127. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/{VerticalTabItem.styles_oqphem.css → VerticalTabItem.styles_1epgjdn.css} +1 -1
  128. package/cjs/components/TimePicker/TimePicker.css +15 -11
  129. package/cjs/components/TimePicker/TimePicker.js +22 -458
  130. package/cjs/components/TimePicker/TimePicker.js.map +1 -1
  131. package/cjs/components/TimePicker/TimePicker.styles.js +17 -21
  132. package/cjs/components/TimePicker/TimePicker.styles.js.map +1 -1
  133. package/cjs/components/TimePicker/{TimePicker.styles_ar3obv.css → TimePicker.styles_2lk4d9.css} +4 -3
  134. package/cjs/components/TimePicker/utils/index.js +1 -33
  135. package/cjs/components/TimePicker/utils/index.js.map +1 -1
  136. package/cjs/components/TimePickerGrid/TimePickerGrid.css +10 -0
  137. package/cjs/components/TimePickerGrid/TimePickerGrid.js +733 -0
  138. package/cjs/components/TimePickerGrid/TimePickerGrid.js.map +1 -0
  139. package/cjs/components/TimePickerGrid/TimePickerGrid.styles.js +27 -0
  140. package/cjs/components/TimePickerGrid/TimePickerGrid.styles.js.map +1 -0
  141. package/cjs/components/TimePickerGrid/TimePickerGrid.styles_mz2mkl.css +2 -0
  142. package/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js +40 -0
  143. package/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js.map +1 -0
  144. package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.css +7 -0
  145. package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +118 -0
  146. package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js.map +1 -0
  147. package/cjs/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.js +12 -12
  148. package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js.map +1 -0
  149. package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles_1nwjzgi.css +7 -0
  150. package/cjs/components/TimePickerGrid/utils/index.js +135 -0
  151. package/cjs/components/TimePickerGrid/utils/index.js.map +1 -0
  152. package/cjs/components/TimePickerGrid/variations/_disabled/base.js +9 -0
  153. package/cjs/components/TimePickerGrid/variations/_disabled/base.js.map +1 -0
  154. package/cjs/components/TimePickerGrid/variations/_disabled/base_x642ct.css +1 -0
  155. package/cjs/components/TimePickerGrid/variations/_size/base.js +9 -0
  156. package/cjs/components/TimePickerGrid/variations/_size/base.js.map +1 -0
  157. package/cjs/components/TimePickerGrid/variations/_size/base_x642ct.css +1 -0
  158. package/cjs/components/TimePickerGrid/variations/_view/base.js +9 -0
  159. package/cjs/components/TimePickerGrid/variations/_view/base.js.map +1 -0
  160. package/cjs/components/TimePickerGrid/variations/_view/base_x642ct.css +1 -0
  161. package/cjs/components/Typography/Body/Body.css +1 -1
  162. package/cjs/components/Typography/Typography.styles.js +1 -1
  163. package/cjs/components/Typography/Typography.styles.js.map +1 -1
  164. package/cjs/components/Typography/Typography.styles_iqzojt.css +1 -0
  165. package/cjs/components/_Icon/Icon.assets/DotsHorizontalOutline.js +27 -0
  166. package/cjs/components/_Icon/Icon.assets/DotsHorizontalOutline.js.map +1 -0
  167. package/cjs/components/_Icon/Icons/IconDotsHorizontalOutline.js +31 -0
  168. package/cjs/components/_Icon/Icons/IconDotsHorizontalOutline.js.map +1 -0
  169. package/cjs/index.css +62 -48
  170. package/emotion/cjs/components/Attach/Attach.js +190 -28
  171. package/emotion/cjs/components/Attach/Attach.styles.js +33 -14
  172. package/emotion/cjs/components/Attach/Attach.tokens.js +21 -6
  173. package/emotion/cjs/components/Attach/components/AttachButton/AttachButton.js +3 -4
  174. package/emotion/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +64 -0
  175. package/emotion/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +33 -0
  176. package/emotion/cjs/components/Attach/components/HiddenWidthHelper/index.js +11 -0
  177. package/emotion/cjs/components/Attach/components/index.js +19 -0
  178. package/emotion/cjs/components/Attach/ui/Cell/Cell.js +67 -2
  179. package/emotion/cjs/components/Attach/ui/Dropdown/Dropdown.js +225 -0
  180. package/emotion/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js +26 -0
  181. package/emotion/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js +26 -0
  182. package/emotion/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +21 -0
  183. package/emotion/cjs/components/Attach/ui/index.js +29 -0
  184. package/emotion/cjs/components/Attach/utils/getFilenameParts.js +23 -0
  185. package/emotion/cjs/components/Attach/utils/index.js +4 -0
  186. package/emotion/cjs/components/Attach/variations/_size/base.js +1 -1
  187. package/emotion/cjs/components/Calendar/Calendar.tokens.js +23 -1
  188. package/emotion/cjs/components/Calendar/CalendarBase/CalendarBase.js +44 -5
  189. package/emotion/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +12 -0
  190. package/emotion/cjs/components/Calendar/CalendarDouble/CalendarDouble.js +53 -7
  191. package/emotion/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +12 -0
  192. package/emotion/cjs/components/Calendar/hooks/useKeyNavigation.js +3 -0
  193. package/emotion/cjs/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -2
  194. package/emotion/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -2
  195. package/emotion/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -2
  196. package/emotion/cjs/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -2
  197. package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js +23 -6
  198. package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -8
  199. package/emotion/cjs/components/Calendar/ui/EventTooltip/EventTooltip.js +11 -0
  200. package/emotion/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +25 -0
  201. package/emotion/cjs/components/Calendar/ui/index.js +4 -0
  202. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +11 -0
  203. package/emotion/cjs/components/DatePicker/DatePicker.tokens.js +23 -1
  204. package/emotion/cjs/components/DatePicker/DatePickerBase.styles.js +5 -5
  205. package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +15 -6
  206. package/emotion/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -1
  207. package/emotion/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +12 -0
  208. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +15 -12
  209. package/emotion/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +12 -0
  210. package/emotion/cjs/components/Popover/Popover.js +1 -0
  211. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +6 -6
  212. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +12 -12
  213. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
  214. package/emotion/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +6 -6
  215. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +12 -12
  216. package/emotion/cjs/components/TimePicker/TimePicker.js +22 -488
  217. package/emotion/cjs/components/TimePicker/TimePicker.styles.js +17 -7
  218. package/emotion/cjs/components/TimePicker/utils/index.js +1 -25
  219. package/emotion/cjs/components/TimePickerGrid/TimePickerGrid.js +922 -0
  220. package/emotion/cjs/components/TimePickerGrid/TimePickerGrid.styles.js +34 -0
  221. package/emotion/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js +50 -0
  222. package/emotion/cjs/components/TimePickerGrid/hooks/useKeyboardNavigation.js +30 -0
  223. package/emotion/cjs/components/TimePickerGrid/index.js +26 -0
  224. package/emotion/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +118 -0
  225. package/emotion/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js +71 -0
  226. package/emotion/cjs/components/TimePickerGrid/utils/index.js +166 -0
  227. package/emotion/cjs/components/TimePickerGrid/variations/_disabled/base.js +12 -0
  228. package/emotion/cjs/components/TimePickerGrid/variations/_size/base.js +12 -0
  229. package/emotion/cjs/components/TimePickerGrid/variations/_view/base.js +12 -0
  230. package/emotion/cjs/components/Typography/Typography.styles.js +1 -1
  231. package/emotion/cjs/examples/components/Attach/Attach.config.js +18 -18
  232. package/emotion/cjs/examples/components/Calendar/CalendarBase.config.js +11 -6
  233. package/emotion/cjs/examples/components/Calendar/CalendarDouble.config.js +11 -6
  234. package/emotion/cjs/examples/components/DatePicker/DatePicker.config.js +11 -7
  235. package/emotion/cjs/examples/components/TimePicker/TimePicker.config.js +7 -7
  236. package/emotion/cjs/examples/components/TimePickerGrid/TimePickerGrid.config.js +32 -0
  237. package/emotion/cjs/examples/components/TimePickerGrid/TimePickerGrid.js +15 -0
  238. package/emotion/cjs/types/MakeNever.js +4 -0
  239. package/emotion/es/components/Attach/Attach.js +193 -31
  240. package/emotion/es/components/Attach/Attach.styles.js +30 -14
  241. package/emotion/es/components/Attach/Attach.tokens.js +21 -6
  242. package/emotion/es/components/Attach/components/AttachButton/AttachButton.js +1 -2
  243. package/emotion/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +13 -0
  244. package/emotion/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +10 -0
  245. package/emotion/es/components/Attach/components/HiddenWidthHelper/index.js +1 -0
  246. package/emotion/es/components/Attach/components/index.js +2 -0
  247. package/emotion/es/components/Attach/ui/Cell/Cell.js +25 -1
  248. package/emotion/es/components/Attach/ui/Dropdown/Dropdown.js +174 -0
  249. package/emotion/es/components/Attach/ui/Dropdown/Dropdown.styles.js +11 -0
  250. package/emotion/es/components/Attach/ui/MoreTrigger/MoreTrigger.js +11 -0
  251. package/emotion/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +6 -0
  252. package/emotion/es/components/Attach/ui/index.js +6 -0
  253. package/emotion/es/components/Attach/utils/getFilenameParts.js +13 -0
  254. package/emotion/es/components/Attach/utils/index.js +1 -0
  255. package/emotion/es/components/Attach/variations/_size/base.js +1 -1
  256. package/emotion/es/components/Calendar/Calendar.tokens.js +23 -1
  257. package/emotion/es/components/Calendar/CalendarBase/CalendarBase.js +46 -7
  258. package/emotion/es/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +2 -0
  259. package/emotion/es/components/Calendar/CalendarDouble/CalendarDouble.js +55 -9
  260. package/emotion/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +2 -0
  261. package/emotion/es/components/Calendar/hooks/useKeyNavigation.js +3 -0
  262. package/emotion/es/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -2
  263. package/emotion/es/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -2
  264. package/emotion/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -2
  265. package/emotion/es/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -2
  266. package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js +24 -7
  267. package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -8
  268. package/emotion/es/components/Calendar/ui/EventTooltip/EventTooltip.js +1 -0
  269. package/emotion/es/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +10 -0
  270. package/emotion/es/components/Calendar/ui/index.js +1 -0
  271. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +11 -0
  272. package/emotion/es/components/DatePicker/DatePicker.tokens.js +23 -1
  273. package/emotion/es/components/DatePicker/DatePickerBase.styles.js +5 -5
  274. package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +11 -2
  275. package/emotion/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -1
  276. package/emotion/es/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +2 -0
  277. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +11 -8
  278. package/emotion/es/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +2 -0
  279. package/emotion/es/components/Popover/Popover.js +1 -0
  280. package/emotion/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +6 -6
  281. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +12 -12
  282. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
  283. package/emotion/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +6 -6
  284. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +12 -12
  285. package/emotion/es/components/TimePicker/TimePicker.js +25 -491
  286. package/emotion/es/components/TimePicker/TimePicker.styles.js +14 -7
  287. package/emotion/es/components/TimePicker/utils/index.js +1 -22
  288. package/emotion/es/components/TimePickerGrid/TimePickerGrid.js +863 -0
  289. package/emotion/es/components/TimePickerGrid/TimePickerGrid.styles.js +11 -0
  290. package/emotion/es/components/TimePickerGrid/TimePickerGrid.tokens.js +32 -0
  291. package/emotion/es/components/TimePickerGrid/hooks/useKeyboardNavigation.js +20 -0
  292. package/emotion/es/components/TimePickerGrid/index.js +2 -0
  293. package/emotion/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +103 -0
  294. package/emotion/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js +33 -0
  295. package/emotion/es/components/TimePickerGrid/utils/index.js +133 -0
  296. package/emotion/es/components/TimePickerGrid/variations/_disabled/base.js +2 -0
  297. package/emotion/es/components/TimePickerGrid/variations/_size/base.js +2 -0
  298. package/emotion/es/components/TimePickerGrid/variations/_view/base.js +2 -0
  299. package/emotion/es/components/Typography/Typography.styles.js +1 -1
  300. package/emotion/es/examples/components/Attach/Attach.config.js +18 -18
  301. package/emotion/es/examples/components/Calendar/CalendarBase.config.js +11 -6
  302. package/emotion/es/examples/components/Calendar/CalendarDouble.config.js +11 -6
  303. package/emotion/es/examples/components/Combobox/Combobox.js +7 -0
  304. package/emotion/es/examples/components/DatePicker/DatePicker.config.js +11 -7
  305. package/emotion/es/examples/components/TimePicker/TimePicker.config.js +7 -7
  306. package/emotion/es/examples/components/TimePickerGrid/TimePickerGrid.config.js +22 -0
  307. package/emotion/es/examples/components/TimePickerGrid/TimePickerGrid.js +5 -0
  308. package/emotion/es/types/MakeNever.js +1 -0
  309. package/es/components/Attach/Attach.css +68 -24
  310. package/es/components/Attach/Attach.js +180 -35
  311. package/es/components/Attach/Attach.js.map +1 -1
  312. package/es/components/Attach/Attach.styles.js +46 -6
  313. package/es/components/Attach/Attach.styles.js.map +1 -1
  314. package/es/components/Attach/Attach.styles_17eum4v.css +8 -0
  315. package/es/components/Attach/Attach.tokens.js +21 -6
  316. package/es/components/Attach/Attach.tokens.js.map +1 -1
  317. package/es/components/Attach/components/AttachButton/AttachButton.css +82 -15
  318. package/es/components/Attach/components/AttachButton/AttachButton.js.map +1 -1
  319. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.css +105 -0
  320. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +21 -0
  321. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js.map +1 -0
  322. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +16 -0
  323. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js.map +1 -0
  324. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles_3t6n6e.css +2 -0
  325. package/es/components/Attach/ui/Cell/Cell.css +60 -0
  326. package/es/components/Attach/ui/Cell/Cell.js +38 -0
  327. package/es/components/Attach/ui/Cell/Cell.js.map +1 -0
  328. package/es/components/Attach/ui/Cell/Cell.styles.js +1 -1
  329. package/{cjs/components/Attach/ui/Cell/Cell.styles_69w962.css → es/components/Attach/ui/Cell/Cell.styles_lpj30y.css} +1 -1
  330. package/es/components/Attach/ui/Dropdown/Dropdown.css +100 -0
  331. package/es/components/Attach/ui/Dropdown/Dropdown.js +61 -0
  332. package/es/components/Attach/ui/Dropdown/Dropdown.js.map +1 -0
  333. package/es/components/Attach/ui/Dropdown/Dropdown.styles.js +18 -0
  334. package/es/components/Attach/ui/Dropdown/Dropdown.styles.js.map +1 -0
  335. package/es/components/Attach/ui/Dropdown/Dropdown.styles_1ge65dg.css +1 -0
  336. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.css +3 -0
  337. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.js +15 -0
  338. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.js.map +1 -0
  339. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +11 -0
  340. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js.map +1 -0
  341. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles_5yseaa.css +1 -0
  342. package/es/components/Attach/utils/getFilenameParts.js +17 -0
  343. package/es/components/Attach/utils/getFilenameParts.js.map +1 -0
  344. package/es/components/Attach/variations/_size/base.js +1 -1
  345. package/es/components/Attach/variations/_size/base.js.map +1 -1
  346. package/es/components/Attach/variations/_size/base_1x0gzlt.css +1 -0
  347. package/es/components/Attach/variations/_view/base.js +1 -1
  348. package/es/components/Attach/variations/_view/base_d9xz7t.css +1 -0
  349. package/es/components/Calendar/Calendar.tokens.js +24 -1
  350. package/es/components/Calendar/Calendar.tokens.js.map +1 -1
  351. package/es/components/Calendar/Calendar.types.js.map +1 -1
  352. package/es/components/Calendar/CalendarBase/CalendarBase.css +18 -4
  353. package/es/components/Calendar/CalendarBase/CalendarBase.js +49 -6
  354. package/es/components/Calendar/CalendarBase/CalendarBase.js.map +1 -1
  355. package/es/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +5 -0
  356. package/es/components/Calendar/CalendarBase/variations/_tooltip-size/base.js.map +1 -0
  357. package/es/components/Calendar/CalendarBase/variations/_tooltip-size/base_x642ct.css +1 -0
  358. package/es/components/Calendar/CalendarDouble/CalendarDouble.css +18 -4
  359. package/es/components/Calendar/CalendarDouble/CalendarDouble.js +62 -12
  360. package/es/components/Calendar/CalendarDouble/CalendarDouble.js.map +1 -1
  361. package/es/components/Calendar/CalendarDouble/variations/_size/base.js +5 -0
  362. package/es/components/Calendar/CalendarDouble/variations/_size/base.js.map +1 -0
  363. package/es/components/Calendar/CalendarDouble/variations/_size/base_x642ct.css +1 -0
  364. package/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +5 -0
  365. package/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js.map +1 -0
  366. package/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base_x642ct.css +1 -0
  367. package/es/components/Calendar/hooks/useKeyNavigation.js +3 -0
  368. package/es/components/Calendar/hooks/useKeyNavigation.js.map +1 -1
  369. package/es/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  370. package/es/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -1
  371. package/es/components/Calendar/ui/CalendarDays/CalendarDays.js.map +1 -1
  372. package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  373. package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -1
  374. package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.js.map +1 -1
  375. package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  376. package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -1
  377. package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js.map +1 -1
  378. package/es/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  379. package/es/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -1
  380. package/es/components/Calendar/ui/CalendarYears/CalendarYears.js.map +1 -1
  381. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  382. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js +24 -7
  383. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js.map +1 -1
  384. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +3 -3
  385. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  386. package/es/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_z3dhwf.css → DateStructureItem.styles_1jogt74.css} +1 -1
  387. package/es/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +18 -0
  388. package/es/components/Calendar/ui/EventTooltip/EventTooltip.styles.js.map +1 -0
  389. package/es/components/Calendar/ui/EventTooltip/EventTooltip.styles_dh6nzd.css +1 -0
  390. package/es/components/Combobox/ComboboxNew/Combobox.js +10 -0
  391. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  392. package/es/components/DatePicker/DatePicker.tokens.js +24 -1
  393. package/es/components/DatePicker/DatePicker.tokens.js.map +1 -1
  394. package/es/components/DatePicker/DatePickerBase.styles.js +1 -1
  395. package/es/components/DatePicker/DatePickerBase.styles.js.map +1 -1
  396. package/es/components/DatePicker/{DatePickerBase.styles_6x4unn.css → DatePickerBase.styles_1rfomby.css} +1 -1
  397. package/es/components/DatePicker/RangeDate/RangeDate.css +15 -13
  398. package/es/components/DatePicker/RangeDate/RangeDate.js +15 -6
  399. package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  400. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +13 -11
  401. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -0
  402. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
  403. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
  404. package/es/components/DatePicker/RangeDate/RangeDatePopover/{RangeDatePopover.styles_1wt56uj.css → RangeDatePopover.styles_k6m3t6.css} +2 -2
  405. package/es/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +5 -0
  406. package/es/components/DatePicker/RangeDate/variations/_tooltip-size/base.js.map +1 -0
  407. package/es/components/DatePicker/RangeDate/variations/_tooltip-size/base_x642ct.css +1 -0
  408. package/es/components/DatePicker/SingleDate/SingleDate.css +8 -6
  409. package/es/components/DatePicker/SingleDate/SingleDate.js +15 -12
  410. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  411. package/es/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +5 -0
  412. package/es/components/DatePicker/SingleDate/variations/_tooltip-size/base.js.map +1 -0
  413. package/es/components/DatePicker/SingleDate/variations/_tooltip-size/base_x642ct.css +1 -0
  414. package/es/components/Popover/Popover.js +1 -0
  415. package/es/components/Popover/Popover.js.map +1 -1
  416. package/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.css +3 -3
  417. package/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +1 -1
  418. package/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js.map +1 -1
  419. package/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/{HorizontalIconTabItem.styles_bv5xdd.css → HorizontalIconTabItem.styles_72iooa.css} +1 -1
  420. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +6 -6
  421. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +1 -1
  422. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js.map +1 -1
  423. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/{HorizontalTabItem.styles_hklgpq.css → HorizontalTabItem.styles_fkdt6v.css} +1 -1
  424. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +1 -1
  425. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
  426. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js.map +1 -1
  427. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_1xhgbue.css +1 -0
  428. package/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.css +3 -3
  429. package/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +1 -1
  430. package/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js.map +1 -1
  431. package/es/components/Tabs/ui/vertical/VerticalIconTabItem/{VerticalIconTabItem.styles_2xthe5.css → VerticalIconTabItem.styles_hm453l.css} +1 -1
  432. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +6 -6
  433. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  434. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -1
  435. package/es/components/Tabs/ui/vertical/VerticalTabItem/{VerticalTabItem.styles_oqphem.css → VerticalTabItem.styles_1epgjdn.css} +1 -1
  436. package/es/components/TimePicker/TimePicker.css +15 -11
  437. package/es/components/TimePicker/TimePicker.js +26 -462
  438. package/es/components/TimePicker/TimePicker.js.map +1 -1
  439. package/es/components/TimePicker/TimePicker.styles.js +17 -21
  440. package/es/components/TimePicker/TimePicker.styles.js.map +1 -1
  441. package/es/components/TimePicker/{TimePicker.styles_ar3obv.css → TimePicker.styles_2lk4d9.css} +4 -3
  442. package/es/components/TimePicker/utils/index.js +2 -32
  443. package/es/components/TimePicker/utils/index.js.map +1 -1
  444. package/es/components/TimePickerGrid/TimePickerGrid.css +10 -0
  445. package/es/components/TimePickerGrid/TimePickerGrid.js +724 -0
  446. package/es/components/TimePickerGrid/TimePickerGrid.js.map +1 -0
  447. package/es/components/TimePickerGrid/TimePickerGrid.styles.js +22 -0
  448. package/es/components/TimePickerGrid/TimePickerGrid.styles.js.map +1 -0
  449. package/es/components/TimePickerGrid/TimePickerGrid.styles_mz2mkl.css +2 -0
  450. package/es/components/TimePickerGrid/TimePickerGrid.tokens.js +35 -0
  451. package/es/components/TimePickerGrid/TimePickerGrid.tokens.js.map +1 -0
  452. package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.css +7 -0
  453. package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +109 -0
  454. package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js.map +1 -0
  455. package/es/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.js +11 -11
  456. package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js.map +1 -0
  457. package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles_1nwjzgi.css +7 -0
  458. package/es/components/TimePickerGrid/utils/index.js +126 -0
  459. package/es/components/TimePickerGrid/utils/index.js.map +1 -0
  460. package/es/components/TimePickerGrid/variations/_disabled/base.js +5 -0
  461. package/es/components/TimePickerGrid/variations/_disabled/base.js.map +1 -0
  462. package/es/components/TimePickerGrid/variations/_disabled/base_x642ct.css +1 -0
  463. package/es/components/TimePickerGrid/variations/_size/base.js +5 -0
  464. package/es/components/TimePickerGrid/variations/_size/base.js.map +1 -0
  465. package/es/components/TimePickerGrid/variations/_size/base_x642ct.css +1 -0
  466. package/es/components/TimePickerGrid/variations/_view/base.js +5 -0
  467. package/es/components/TimePickerGrid/variations/_view/base.js.map +1 -0
  468. package/es/components/TimePickerGrid/variations/_view/base_x642ct.css +1 -0
  469. package/es/components/Typography/Body/Body.css +1 -1
  470. package/es/components/Typography/Typography.styles.js +1 -1
  471. package/es/components/Typography/Typography.styles.js.map +1 -1
  472. package/es/components/Typography/Typography.styles_iqzojt.css +1 -0
  473. package/es/components/_Icon/Icon.assets/DotsHorizontalOutline.js +19 -0
  474. package/es/components/_Icon/Icon.assets/DotsHorizontalOutline.js.map +1 -0
  475. package/es/components/_Icon/Icons/IconDotsHorizontalOutline.js +23 -0
  476. package/es/components/_Icon/Icons/IconDotsHorizontalOutline.js.map +1 -0
  477. package/es/index.css +62 -48
  478. package/package.json +4 -4
  479. package/styled-components/cjs/components/Attach/Attach.js +190 -28
  480. package/styled-components/cjs/components/Attach/Attach.styles.js +40 -12
  481. package/styled-components/cjs/components/Attach/Attach.tokens.js +21 -6
  482. package/styled-components/cjs/components/Attach/components/AttachButton/AttachButton.js +3 -4
  483. package/styled-components/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +64 -0
  484. package/styled-components/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +39 -0
  485. package/styled-components/cjs/components/Attach/components/HiddenWidthHelper/index.js +11 -0
  486. package/styled-components/cjs/components/Attach/components/index.js +19 -0
  487. package/styled-components/cjs/components/Attach/ui/Cell/Cell.js +67 -2
  488. package/styled-components/cjs/components/Attach/ui/Dropdown/Dropdown.js +225 -0
  489. package/styled-components/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js +45 -0
  490. package/styled-components/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js +26 -0
  491. package/styled-components/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +24 -0
  492. package/styled-components/cjs/components/Attach/ui/index.js +29 -0
  493. package/styled-components/cjs/components/Attach/utils/getFilenameParts.js +23 -0
  494. package/styled-components/cjs/components/Attach/utils/index.js +4 -0
  495. package/styled-components/cjs/components/Attach/variations/_size/base.js +5 -2
  496. package/styled-components/cjs/components/Calendar/Calendar.tokens.js +23 -1
  497. package/styled-components/cjs/components/Calendar/CalendarBase/CalendarBase.js +44 -5
  498. package/styled-components/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +14 -0
  499. package/styled-components/cjs/components/Calendar/CalendarDouble/CalendarDouble.js +53 -7
  500. package/styled-components/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +14 -0
  501. package/styled-components/cjs/components/Calendar/hooks/useKeyNavigation.js +3 -0
  502. package/styled-components/cjs/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -2
  503. package/styled-components/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -2
  504. package/styled-components/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -2
  505. package/styled-components/cjs/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -2
  506. package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js +23 -6
  507. package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -6
  508. package/styled-components/cjs/components/Calendar/ui/EventTooltip/EventTooltip.js +11 -0
  509. package/styled-components/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +71 -0
  510. package/styled-components/cjs/components/Calendar/ui/index.js +4 -0
  511. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +11 -0
  512. package/styled-components/cjs/components/DatePicker/DatePicker.tokens.js +23 -1
  513. package/styled-components/cjs/components/DatePicker/DatePickerBase.styles.js +3 -3
  514. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +15 -6
  515. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -1
  516. package/styled-components/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +14 -0
  517. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +15 -12
  518. package/styled-components/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +14 -0
  519. package/styled-components/cjs/components/Popover/Popover.js +1 -0
  520. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +3 -3
  521. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +6 -6
  522. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
  523. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +3 -3
  524. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +6 -6
  525. package/styled-components/cjs/components/TimePicker/TimePicker.js +22 -488
  526. package/styled-components/cjs/components/TimePicker/TimePicker.styles.js +57 -3
  527. package/styled-components/cjs/components/TimePicker/utils/index.js +1 -25
  528. package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.js +922 -0
  529. package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.styles.js +79 -0
  530. package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js +50 -0
  531. package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.types.js +4 -0
  532. package/styled-components/cjs/components/TimePickerGrid/hooks/useKeyboardNavigation.js +30 -0
  533. package/styled-components/cjs/components/TimePickerGrid/index.js +26 -0
  534. package/styled-components/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +118 -0
  535. package/styled-components/cjs/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.js +16 -14
  536. package/styled-components/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.types.js +4 -0
  537. package/styled-components/cjs/components/TimePickerGrid/utils/index.js +166 -0
  538. package/styled-components/cjs/components/TimePickerGrid/variations/_disabled/base.js +14 -0
  539. package/styled-components/cjs/components/TimePickerGrid/variations/_size/base.js +14 -0
  540. package/styled-components/cjs/components/TimePickerGrid/variations/_view/base.js +14 -0
  541. package/styled-components/cjs/components/Typography/Typography.styles.js +2 -2
  542. package/styled-components/cjs/examples/components/Attach/Attach.config.js +64 -32
  543. package/styled-components/cjs/examples/components/Calendar/CalendarBase.config.js +53 -3
  544. package/styled-components/cjs/examples/components/Calendar/CalendarDouble.config.js +53 -3
  545. package/styled-components/cjs/examples/components/DatePicker/DatePicker.config.js +51 -2
  546. package/styled-components/cjs/examples/components/TimePicker/TimePicker.config.js +3 -2
  547. package/styled-components/cjs/examples/components/TimePickerGrid/TimePickerGrid.config.js +103 -0
  548. package/styled-components/cjs/examples/components/TimePickerGrid/TimePickerGrid.js +15 -0
  549. package/styled-components/cjs/types/MakeNever.js +4 -0
  550. package/styled-components/es/components/Attach/Attach.js +193 -31
  551. package/styled-components/es/components/Attach/Attach.styles.js +37 -12
  552. package/styled-components/es/components/Attach/Attach.tokens.js +21 -6
  553. package/styled-components/es/components/Attach/components/AttachButton/AttachButton.js +1 -2
  554. package/styled-components/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +13 -0
  555. package/styled-components/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +16 -0
  556. package/styled-components/es/components/Attach/components/HiddenWidthHelper/index.js +1 -0
  557. package/styled-components/es/components/Attach/components/index.js +2 -0
  558. package/styled-components/es/components/Attach/ui/Cell/Cell.js +25 -1
  559. package/styled-components/es/components/Attach/ui/Dropdown/Dropdown.js +174 -0
  560. package/styled-components/es/components/Attach/ui/Dropdown/Dropdown.styles.js +30 -0
  561. package/styled-components/es/components/Attach/ui/MoreTrigger/MoreTrigger.js +11 -0
  562. package/styled-components/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +9 -0
  563. package/styled-components/es/components/Attach/ui/index.js +6 -0
  564. package/styled-components/es/components/Attach/utils/getFilenameParts.js +13 -0
  565. package/styled-components/es/components/Attach/utils/index.js +1 -0
  566. package/styled-components/es/components/Attach/variations/_size/base.js +5 -2
  567. package/styled-components/es/components/Calendar/Calendar.tokens.js +23 -1
  568. package/styled-components/es/components/Calendar/CalendarBase/CalendarBase.js +46 -7
  569. package/styled-components/es/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +4 -0
  570. package/styled-components/es/components/Calendar/CalendarDouble/CalendarDouble.js +55 -9
  571. package/styled-components/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +4 -0
  572. package/styled-components/es/components/Calendar/hooks/useKeyNavigation.js +3 -0
  573. package/styled-components/es/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -2
  574. package/styled-components/es/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -2
  575. package/styled-components/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -2
  576. package/styled-components/es/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -2
  577. package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js +24 -7
  578. package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -6
  579. package/styled-components/es/components/Calendar/ui/EventTooltip/EventTooltip.js +1 -0
  580. package/styled-components/es/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +56 -0
  581. package/styled-components/es/components/Calendar/ui/index.js +1 -0
  582. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +11 -0
  583. package/styled-components/es/components/DatePicker/DatePicker.tokens.js +23 -1
  584. package/styled-components/es/components/DatePicker/DatePickerBase.styles.js +3 -3
  585. package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +11 -2
  586. package/styled-components/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -1
  587. package/styled-components/es/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +4 -0
  588. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +11 -8
  589. package/styled-components/es/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +4 -0
  590. package/styled-components/es/components/Popover/Popover.js +1 -0
  591. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +3 -3
  592. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +6 -6
  593. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
  594. package/styled-components/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +3 -3
  595. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +6 -6
  596. package/styled-components/es/components/TimePicker/TimePicker.js +25 -491
  597. package/styled-components/es/components/TimePicker/TimePicker.styles.js +54 -3
  598. package/styled-components/es/components/TimePicker/utils/index.js +1 -22
  599. package/styled-components/es/components/TimePickerGrid/TimePickerGrid.js +863 -0
  600. package/styled-components/es/components/TimePickerGrid/TimePickerGrid.styles.js +21 -0
  601. package/styled-components/es/components/TimePickerGrid/TimePickerGrid.tokens.js +32 -0
  602. package/styled-components/es/components/TimePickerGrid/TimePickerGrid.types.js +1 -0
  603. package/styled-components/es/components/TimePickerGrid/hooks/useKeyboardNavigation.js +20 -0
  604. package/styled-components/es/components/TimePickerGrid/index.js +2 -0
  605. package/styled-components/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +103 -0
  606. package/styled-components/es/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.js +11 -9
  607. package/styled-components/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.types.js +1 -0
  608. package/styled-components/es/components/TimePickerGrid/utils/index.js +133 -0
  609. package/styled-components/es/components/TimePickerGrid/variations/_disabled/base.js +4 -0
  610. package/styled-components/es/components/TimePickerGrid/variations/_size/base.js +4 -0
  611. package/styled-components/es/components/TimePickerGrid/variations/_view/base.js +4 -0
  612. package/styled-components/es/components/Typography/Typography.styles.js +2 -2
  613. package/styled-components/es/examples/components/Attach/Attach.config.js +64 -32
  614. package/styled-components/es/examples/components/Calendar/CalendarBase.config.js +53 -3
  615. package/styled-components/es/examples/components/Calendar/CalendarDouble.config.js +53 -3
  616. package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
  617. package/styled-components/es/examples/components/DatePicker/DatePicker.config.js +51 -2
  618. package/styled-components/es/examples/components/TimePicker/TimePicker.config.js +3 -2
  619. package/styled-components/es/examples/components/TimePickerGrid/TimePickerGrid.config.js +93 -0
  620. package/styled-components/es/examples/components/TimePickerGrid/TimePickerGrid.js +5 -0
  621. package/styled-components/es/types/MakeNever.js +1 -0
  622. package/types/components/Attach/Attach.d.ts.map +1 -1
  623. package/types/components/Attach/Attach.styles.d.ts +9 -2
  624. package/types/components/Attach/Attach.styles.d.ts.map +1 -1
  625. package/types/components/Attach/Attach.tokens.d.ts +13 -0
  626. package/types/components/Attach/Attach.tokens.d.ts.map +1 -1
  627. package/types/components/Attach/Attach.types.d.ts +85 -9
  628. package/types/components/Attach/Attach.types.d.ts.map +1 -1
  629. package/types/components/Attach/components/AttachButton/AttachButton.d.ts.map +1 -1
  630. package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.d.ts +10 -0
  631. package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.d.ts.map +1 -0
  632. package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.d.ts +3 -0
  633. package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.d.ts.map +1 -0
  634. package/types/components/Attach/components/HiddenWidthHelper/index.d.ts +2 -0
  635. package/types/components/Attach/components/HiddenWidthHelper/index.d.ts.map +1 -0
  636. package/types/components/Attach/components/index.d.ts +3 -0
  637. package/types/components/Attach/components/index.d.ts.map +1 -0
  638. package/types/components/Attach/ui/Cell/Cell.d.ts +14 -1
  639. package/types/components/Attach/ui/Cell/Cell.d.ts.map +1 -1
  640. package/types/components/Attach/ui/Dropdown/Dropdown.d.ts +12 -0
  641. package/types/components/Attach/ui/Dropdown/Dropdown.d.ts.map +1 -0
  642. package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts +31 -0
  643. package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts.map +1 -0
  644. package/types/components/Attach/ui/MoreTrigger/MoreTrigger.d.ts +6 -0
  645. package/types/components/Attach/ui/MoreTrigger/MoreTrigger.d.ts.map +1 -0
  646. package/types/components/Attach/ui/MoreTrigger/MoreTrigger.styles.d.ts +2 -0
  647. package/types/components/Attach/ui/MoreTrigger/MoreTrigger.styles.d.ts.map +1 -0
  648. package/types/components/Attach/ui/index.d.ts +7 -0
  649. package/types/components/Attach/ui/index.d.ts.map +1 -0
  650. package/types/components/Attach/utils/getFilenameParts.d.ts +8 -0
  651. package/types/components/Attach/utils/getFilenameParts.d.ts.map +1 -0
  652. package/types/components/Attach/utils/index.d.ts +1 -0
  653. package/types/components/Attach/utils/index.d.ts.map +1 -1
  654. package/types/components/Attach/variations/_size/base.d.ts.map +1 -1
  655. package/types/components/Calendar/Calendar.tokens.d.ts +22 -0
  656. package/types/components/Calendar/Calendar.tokens.d.ts.map +1 -1
  657. package/types/components/Calendar/Calendar.types.d.ts +43 -1
  658. package/types/components/Calendar/Calendar.types.d.ts.map +1 -1
  659. package/types/components/Calendar/CalendarBase/CalendarBase.d.ts +10 -2
  660. package/types/components/Calendar/CalendarBase/CalendarBase.d.ts.map +1 -1
  661. package/types/components/Calendar/CalendarBase/variations/_tooltip-size/base.d.ts +2 -0
  662. package/types/components/Calendar/CalendarBase/variations/_tooltip-size/base.d.ts.map +1 -0
  663. package/types/components/Calendar/CalendarDouble/CalendarDouble.d.ts +13 -2
  664. package/types/components/Calendar/CalendarDouble/CalendarDouble.d.ts.map +1 -1
  665. package/types/components/Calendar/CalendarDouble/variations/_tooltip-size/base.d.ts +2 -0
  666. package/types/components/Calendar/CalendarDouble/variations/_tooltip-size/base.d.ts.map +1 -0
  667. package/types/components/Calendar/hooks/useKeyNavigation.d.ts.map +1 -1
  668. package/types/components/Calendar/ui/CalendarDays/CalendarDays.d.ts.map +1 -1
  669. package/types/components/Calendar/ui/CalendarDays/CalendarDays.types.d.ts +3 -2
  670. package/types/components/Calendar/ui/CalendarDays/CalendarDays.types.d.ts.map +1 -1
  671. package/types/components/Calendar/ui/CalendarMonths/CalendarMonths.d.ts.map +1 -1
  672. package/types/components/Calendar/ui/CalendarMonths/CalendarMonths.types.d.ts +2 -1
  673. package/types/components/Calendar/ui/CalendarMonths/CalendarMonths.types.d.ts.map +1 -1
  674. package/types/components/Calendar/ui/CalendarQuarters/CalendarQuarters.d.ts.map +1 -1
  675. package/types/components/Calendar/ui/CalendarQuarters/CalendarQuarters.types.d.ts +2 -1
  676. package/types/components/Calendar/ui/CalendarQuarters/CalendarQuarters.types.d.ts.map +1 -1
  677. package/types/components/Calendar/ui/CalendarYears/CalendarYears.d.ts.map +1 -1
  678. package/types/components/Calendar/ui/CalendarYears/CalendarYears.types.d.ts +2 -1
  679. package/types/components/Calendar/ui/CalendarYears/CalendarYears.types.d.ts.map +1 -1
  680. package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.d.ts.map +1 -1
  681. package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.d.ts.map +1 -1
  682. package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.types.d.ts +2 -1
  683. package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.types.d.ts.map +1 -1
  684. package/types/components/Calendar/ui/EventTooltip/EventTooltip.d.ts +2 -0
  685. package/types/components/Calendar/ui/EventTooltip/EventTooltip.d.ts.map +1 -0
  686. package/types/components/Calendar/ui/EventTooltip/EventTooltip.styles.d.ts +2 -0
  687. package/types/components/Calendar/ui/EventTooltip/EventTooltip.styles.d.ts.map +1 -0
  688. package/types/components/Calendar/ui/index.d.ts +1 -0
  689. package/types/components/Calendar/ui/index.d.ts.map +1 -1
  690. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  691. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +1 -1
  692. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  693. package/types/components/DatePicker/DatePicker.tokens.d.ts +22 -0
  694. package/types/components/DatePicker/DatePicker.tokens.d.ts.map +1 -1
  695. package/types/components/DatePicker/DatePickerBase.styles.d.ts.map +1 -1
  696. package/types/components/DatePicker/DatePickerBase.types.d.ts +5 -1
  697. package/types/components/DatePicker/DatePickerBase.types.d.ts.map +1 -1
  698. package/types/components/DatePicker/RangeDate/RangeDate.d.ts +7 -3
  699. package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
  700. package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts +3 -0
  701. package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts.map +1 -1
  702. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts +1 -1
  703. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts.map +1 -1
  704. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.d.ts.map +1 -1
  705. package/types/components/DatePicker/RangeDate/variations/_tooltip-size/base.d.ts +2 -0
  706. package/types/components/DatePicker/RangeDate/variations/_tooltip-size/base.d.ts.map +1 -0
  707. package/types/components/DatePicker/SingleDate/SingleDate.d.ts +7 -3
  708. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  709. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +3 -0
  710. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  711. package/types/components/DatePicker/SingleDate/variations/_tooltip-size/base.d.ts +2 -0
  712. package/types/components/DatePicker/SingleDate/variations/_tooltip-size/base.d.ts.map +1 -0
  713. package/types/components/EmptyState/EmptyState.types.d.ts +1 -1
  714. package/types/components/EmptyState/EmptyState.types.d.ts.map +1 -1
  715. package/types/components/Popover/Popover.d.ts.map +1 -1
  716. package/types/components/TimePicker/TimePicker.d.ts.map +1 -1
  717. package/types/components/TimePicker/TimePicker.styles.d.ts +18 -0
  718. package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
  719. package/types/components/TimePicker/utils/index.d.ts +1 -2
  720. package/types/components/TimePicker/utils/index.d.ts.map +1 -1
  721. package/types/components/TimePickerGrid/TimePickerGrid.d.ts +61 -0
  722. package/types/components/TimePickerGrid/TimePickerGrid.d.ts.map +1 -0
  723. package/types/components/TimePickerGrid/TimePickerGrid.styles.d.ts +5 -0
  724. package/types/components/TimePickerGrid/TimePickerGrid.styles.d.ts.map +1 -0
  725. package/types/components/TimePickerGrid/TimePickerGrid.tokens.d.ts +33 -0
  726. package/types/components/TimePickerGrid/TimePickerGrid.tokens.d.ts.map +1 -0
  727. package/types/components/TimePickerGrid/TimePickerGrid.types.d.ts +65 -0
  728. package/types/components/TimePickerGrid/TimePickerGrid.types.d.ts.map +1 -0
  729. package/types/components/TimePickerGrid/hooks/useKeyboardNavigation.d.ts +14 -0
  730. package/types/components/TimePickerGrid/hooks/useKeyboardNavigation.d.ts.map +1 -0
  731. package/types/components/TimePickerGrid/index.d.ts +4 -0
  732. package/types/components/TimePickerGrid/index.d.ts.map +1 -0
  733. package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.d.ts +3 -0
  734. package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.d.ts.map +1 -0
  735. package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.d.ts.map +1 -0
  736. package/types/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.types.d.ts +9 -8
  737. package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.types.d.ts.map +1 -0
  738. package/types/components/TimePickerGrid/utils/index.d.ts +24 -0
  739. package/types/components/TimePickerGrid/utils/index.d.ts.map +1 -0
  740. package/types/components/TimePickerGrid/variations/_disabled/base.d.ts +2 -0
  741. package/types/components/TimePickerGrid/variations/_disabled/base.d.ts.map +1 -0
  742. package/types/components/TimePickerGrid/variations/_size/base.d.ts +2 -0
  743. package/types/components/TimePickerGrid/variations/_size/base.d.ts.map +1 -0
  744. package/types/components/TimePickerGrid/variations/_view/base.d.ts +2 -0
  745. package/types/components/TimePickerGrid/variations/_view/base.d.ts.map +1 -0
  746. package/types/components/Tooltip/Tooltip.types.d.ts +3 -3
  747. package/types/components/Tooltip/Tooltip.types.d.ts.map +1 -1
  748. package/types/components/Typography/Typography.styles.d.ts.map +1 -1
  749. package/types/examples/components/Attach/Attach.config.d.ts.map +1 -1
  750. package/types/examples/components/Attach/Attach.d.ts +448 -16
  751. package/types/examples/components/Attach/Attach.d.ts.map +1 -1
  752. package/types/examples/components/Calendar/Calendar.d.ts +8 -0
  753. package/types/examples/components/Calendar/Calendar.d.ts.map +1 -1
  754. package/types/examples/components/Calendar/CalendarBase.config.d.ts +5 -0
  755. package/types/examples/components/Calendar/CalendarBase.config.d.ts.map +1 -1
  756. package/types/examples/components/Calendar/CalendarDouble.config.d.ts +5 -0
  757. package/types/examples/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
  758. package/types/examples/components/Combobox/Combobox.d.ts +24 -24
  759. package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
  760. package/types/examples/components/DatePicker/DatePicker.config.d.ts +4 -0
  761. package/types/examples/components/DatePicker/DatePicker.config.d.ts.map +1 -1
  762. package/types/examples/components/DatePicker/DatePicker.d.ts +8 -0
  763. package/types/examples/components/DatePicker/DatePicker.d.ts.map +1 -1
  764. package/types/examples/components/TimePicker/TimePicker.config.d.ts.map +1 -1
  765. package/types/examples/components/TimePickerGrid/TimePickerGrid.config.d.ts +21 -0
  766. package/types/examples/components/TimePickerGrid/TimePickerGrid.config.d.ts.map +1 -0
  767. package/types/examples/components/TimePickerGrid/TimePickerGrid.d.ts +32 -0
  768. package/types/examples/components/TimePickerGrid/TimePickerGrid.d.ts.map +1 -0
  769. package/types/types/MakeNever.d.ts +4 -0
  770. package/types/types/MakeNever.d.ts.map +1 -0
  771. package/types/types/index.d.ts +1 -0
  772. package/types/types/index.d.ts.map +1 -1
  773. package/cjs/components/Attach/Attach.styles_pso18d.css +0 -7
  774. package/cjs/components/Attach/variations/_size/base_kpo9at.css +0 -1
  775. package/cjs/components/Attach/variations/_view/base_1nvsg1b.css +0 -1
  776. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_4ob3q5.css +0 -1
  777. package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.css +0 -7
  778. package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -65
  779. package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js.map +0 -1
  780. package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js.map +0 -1
  781. package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.styles_juymyb.css +0 -7
  782. package/cjs/components/Typography/Typography.styles_ysh8u6.css +0 -1
  783. package/emotion/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -65
  784. package/emotion/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js +0 -71
  785. package/emotion/es/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -50
  786. package/emotion/es/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js +0 -33
  787. package/es/components/Attach/Attach.styles_pso18d.css +0 -7
  788. package/es/components/Attach/variations/_size/base_kpo9at.css +0 -1
  789. package/es/components/Attach/variations/_view/base_1nvsg1b.css +0 -1
  790. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_4ob3q5.css +0 -1
  791. package/es/components/TimePicker/ui/TimeColumn/TimeColumn.css +0 -7
  792. package/es/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -56
  793. package/es/components/TimePicker/ui/TimeColumn/TimeColumn.js.map +0 -1
  794. package/es/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js.map +0 -1
  795. package/es/components/TimePicker/ui/TimeColumn/TimeColumn.styles_juymyb.css +0 -7
  796. package/es/components/Typography/Typography.styles_ysh8u6.css +0 -1
  797. package/styled-components/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -65
  798. package/styled-components/es/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -50
  799. package/types/components/TimePicker/ui/TimeColumn/TimeColumn.d.ts +0 -3
  800. package/types/components/TimePicker/ui/TimeColumn/TimeColumn.d.ts.map +0 -1
  801. package/types/components/TimePicker/ui/TimeColumn/TimeColumn.styles.d.ts.map +0 -1
  802. package/types/components/TimePicker/ui/TimeColumn/TimeColumn.types.d.ts.map +0 -1
  803. /package/emotion/cjs/components/{TimePicker/ui/TimeColumn/TimeColumn.types.js → TimePickerGrid/TimePickerGrid.types.js} +0 -0
  804. /package/{styled-components/cjs/components/TimePicker → emotion/cjs/components/TimePickerGrid}/ui/TimeColumn/TimeColumn.types.js +0 -0
  805. /package/emotion/es/components/{TimePicker/ui/TimeColumn/TimeColumn.types.js → TimePickerGrid/TimePickerGrid.types.js} +0 -0
  806. /package/{styled-components/es/components/TimePicker → emotion/es/components/TimePickerGrid}/ui/TimeColumn/TimeColumn.types.js +0 -0
  807. /package/types/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.d.ts +0 -0
@@ -0,0 +1,11 @@
1
+ import styled from "@emotion/styled";
2
+ import { css } from "@emotion/react";
3
+ import { tokens } from "./TimePickerGrid.tokens";
4
+ export var base = /*#__PURE__*/ css("display:flex;width:100%;height:10rem;", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC9UaW1lUGlja2VyR3JpZC5zdHlsZXMudHMiLCJzb3VyY2VzIjpbInNyYy1lbW90aW9uL2NvbXBvbmVudHMvVGltZVBpY2tlckdyaWQvVGltZVBpY2tlckdyaWQuc3R5bGVzLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTByZW07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkVGltZVBpY2tlciA9IHN0eWxlZC5kaXY8eyB3aWR0aD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMudGltZVBpY2tlckdyaWRCYWNrZ3JvdW5kfSk7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkQm9yZGVyUmFkaXVzfSk7XG4gICAgd2lkdGg6ICR7KHsgd2lkdGggfSkgPT4gKHdpZHRoID09PSAnZnVsbFdpZHRoJyA/ICcxMDAlJyA6IHdpZHRoKSB8fCBgdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkV2lkdGh9KWB9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkUGFkZGluZ30pO1xuICAgIGZsZXg6IDEgMSAxO1xuICAgIGdhcDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuY29sdW1uSGVpZ2h0fSk7XG5gO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUtvQiJ9 */");
5
+ export var StyledTimePicker = /*#__PURE__*/ styled("div", {
6
+ target: "e1c95jji0",
7
+ label: "StyledTimePicker"
8
+ })("background:var(", tokens.timePickerGridBackground, ");border-radius:var(", tokens.timePickerGridBorderRadius, ");width:", function(param) {
9
+ var width = param.width;
10
+ return (width === 'fullWidth' ? '100%' : width) || "var(".concat(tokens.timePickerGridWidth, ")");
11
+ }, ";display:flex;padding:var(", tokens.timePickerGridPadding, ");flex:1 1 1;gap:var(", tokens.scrollbarWidth, ");box-sizing:border-box;position:relative;height:var(", tokens.columnHeight, ");", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC9UaW1lUGlja2VyR3JpZC5zdHlsZXMudHMiLCJzb3VyY2VzIjpbInNyYy1lbW90aW9uL2NvbXBvbmVudHMvVGltZVBpY2tlckdyaWQvVGltZVBpY2tlckdyaWQuc3R5bGVzLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTByZW07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkVGltZVBpY2tlciA9IHN0eWxlZC5kaXY8eyB3aWR0aD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMudGltZVBpY2tlckdyaWRCYWNrZ3JvdW5kfSk7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkQm9yZGVyUmFkaXVzfSk7XG4gICAgd2lkdGg6ICR7KHsgd2lkdGggfSkgPT4gKHdpZHRoID09PSAnZnVsbFdpZHRoJyA/ICcxMDAlJyA6IHdpZHRoKSB8fCBgdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkV2lkdGh9KWB9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkUGFkZGluZ30pO1xuICAgIGZsZXg6IDEgMSAxO1xuICAgIGdhcDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuY29sdW1uSGVpZ2h0fSk7XG5gO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVdnQyJ9 */");
@@ -0,0 +1,32 @@
1
+ export var classes = {
2
+ timePickerGridRoot: '--plasma-time-picker-grid-grid-root',
3
+ timePickerGridStretched: '--plasma-time-picker-grid-grid-stretched',
4
+ timeItemActive: '--plasma-time-picker-grid-item-active',
5
+ timeColumn: '--plasma-time-picker-grid-column',
6
+ scrollbarVisible: '--plasma-time-picker-grid-scrollbar-visible',
7
+ timeColumnActive: '--plasma-time-picker-grid-column-active',
8
+ itemDisabled: '--plasma-time-picker-grid-item-disabled'
9
+ };
10
+ export var tokens = {
11
+ timePickerGridBackground: '--plasma-time-picker-grid-grid-background',
12
+ timePickerGridBorderRadius: '--plasma-time-picker-grid-grid-border-radius',
13
+ timePickerGridWidth: '--plasma-time-picker-grid-grid-width',
14
+ timePickerGridPadding: '--plasma-time-picker-grid-grid-padding',
15
+ disabledOpacity: '--plasma-time-picker-grid-disabled-opacity',
16
+ columnHeight: '--plasma-time-picker-grid-column-height',
17
+ itemHeight: '--plasma-time-picker-grid-item-height',
18
+ itemBorderRadius: '--plasma-time-picker-grid-item-border-radius',
19
+ itemPadding: '--plasma-time-picker-grid-item-padding',
20
+ itemBackgroundHover: '--plasma-time-picker-grid-item-hover-background',
21
+ itemBackgroundActive: '--plasma-time-picker-grid-item-active-background',
22
+ itemFontFamily: '--plasma-time-picker-grid-item-font-family',
23
+ itemFontStyle: '--plasma-time-picker-grid-item-font-style',
24
+ itemFontSize: '--plasma-time-picker-grid-item-font-size',
25
+ itemFontWeight: '--plasma-time-picker-grid-item-font-weight',
26
+ itemLetterSpacing: '--plasma-time-picker-grid-item-letter-spacing',
27
+ itemLineHeight: '--plasma-time-picker-grid-item-line-height',
28
+ scrollbarWidth: '--plasma-time-picker-grid-scrollbar-width',
29
+ scrollbarColor: '--plasma-time-picker-grid-scrollbar-color',
30
+ scrollbarTrackColor: '--plasma-time-picker-grid-scrollbar-track-color',
31
+ scrollbarMargin: '--plasma-time-picker-grid-scrollbar-margin'
32
+ };
@@ -0,0 +1,20 @@
1
+ export var useKeyNavigation = function(param) {
2
+ var isCalendarOpen = param.isCalendarOpen, closeOnEsc = param.closeOnEsc, format = param.format, maskWithFormat = param.maskWithFormat, delimiter = param.delimiter, onToggle = param.onToggle;
3
+ var onKeyDown = function(event) {
4
+ if (event.key === delimiter && maskWithFormat && format) {
5
+ event.preventDefault();
6
+ return;
7
+ }
8
+ if (event.code === 'Space' && !isCalendarOpen) {
9
+ event.preventDefault();
10
+ onToggle(true, event);
11
+ }
12
+ if (event.code === 'Escape' && isCalendarOpen && closeOnEsc) {
13
+ event.preventDefault();
14
+ onToggle(false, event);
15
+ }
16
+ };
17
+ return {
18
+ onKeyDown: onKeyDown
19
+ };
20
+ };
@@ -0,0 +1,2 @@
1
+ export { timePickerGridRoot, timePickerGridConfig } from "./TimePickerGrid";
2
+ export { tokens as timePickerGridTokens, classes as timePickerGridClasses } from "./TimePickerGrid.tokens";
@@ -0,0 +1,103 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ import React from "react";
15
+ import cls from "classnames";
16
+ import { classes } from "../../TimePickerGrid.tokens";
17
+ import { StyledTimeColumn, StyledTimeItem, StyledEmpty, CustomScrollbar, ScrollbarTrack, ScrollbarThumb, StyledRoot } from "./TimeColumn.styles";
18
+ export var renderTimeColumn = function(param) {
19
+ var values = param.values, disabledValues = param.disabledValues, dropdownHeight = param.dropdownHeight, column = param.column, activeTime = param.activeTime, handleTimeItemClick = param.handleTimeItemClick, handleTimeItemKeyDown = param.handleTimeItemKeyDown, createScrollbarDragHandler = param.createScrollbarDragHandler, setScrollbar = param.setScrollbar, columnRef = param.columnRef, scrollbarState = param.scrollbarState, scrollbarRef = param.scrollbarRef, thumbRef = param.thumbRef, timeoutRef = param.timeoutRef, timeItemRefs = param.timeItemRefs;
20
+ var handleKeyDown = function(e, columnType, value) {
21
+ handleTimeItemKeyDown(e, columnType, value);
22
+ };
23
+ var handleClick = function(value, columnType) {
24
+ var isDisabled = disabledValues === null || disabledValues === void 0 ? void 0 : disabledValues.some(function(disabledValue) {
25
+ return parseInt(disabledValue.toString(), 10) === parseInt(value, 10);
26
+ });
27
+ if (!isDisabled) {
28
+ handleTimeItemClick(value, columnType);
29
+ }
30
+ };
31
+ var minDisableIndex = function() {
32
+ if (!disabledValues || disabledValues.length === 0) {
33
+ return 0;
34
+ }
35
+ var disabledNumbers = disabledValues.map(function(val) {
36
+ return parseInt(val.toString(), 10);
37
+ });
38
+ for(var i = 0; i < values.length; i++){
39
+ var currentValue = parseInt(values[i], 10);
40
+ if (!disabledNumbers.includes(currentValue)) {
41
+ return i;
42
+ }
43
+ }
44
+ return 0;
45
+ };
46
+ var isColumnActive = activeTime.currentColumn === column;
47
+ var minAvailableIndex = minDisableIndex();
48
+ return /*#__PURE__*/ React.createElement(StyledRoot, null, /*#__PURE__*/ React.createElement(StyledTimeColumn, {
49
+ key: column,
50
+ ref: columnRef,
51
+ height: dropdownHeight,
52
+ className: classes.timeColumn,
53
+ tabIndex: -1
54
+ }, values.map(function(value, index) {
55
+ var isDisabled = disabledValues === null || disabledValues === void 0 ? void 0 : disabledValues.some(function(disabledValue) {
56
+ return disabledValue === index;
57
+ });
58
+ var isActive = activeTime[column] === parseInt(value, 10);
59
+ var getTabIndex = function() {
60
+ if (isDisabled) return -1;
61
+ var isValueActive = activeTime[column] === parseInt(value, 10);
62
+ if (isColumnActive && isValueActive) {
63
+ return 0;
64
+ }
65
+ if (index === minAvailableIndex) {
66
+ return 0;
67
+ }
68
+ return -1;
69
+ };
70
+ var tabIndex = getTabIndex();
71
+ var _obj;
72
+ return /*#__PURE__*/ React.createElement(StyledTimeItem, {
73
+ key: column + value,
74
+ ref: function(el) {
75
+ timeItemRefs.current["".concat(column, "-").concat(value)] = el;
76
+ },
77
+ className: cls((_obj = {}, _define_property(_obj, classes.timeItemActive, isActive), _define_property(_obj, classes.itemDisabled, isDisabled), _obj)),
78
+ onClick: function() {
79
+ return handleClick(value, column);
80
+ },
81
+ onKeyDown: function(e) {
82
+ return handleKeyDown(e, column, value);
83
+ },
84
+ "aria-disabled": isDisabled,
85
+ tabIndex: tabIndex,
86
+ "data-value": value,
87
+ "data-column": column,
88
+ "data-active": isActive
89
+ }, value);
90
+ }), /*#__PURE__*/ React.createElement(StyledEmpty, null)), /*#__PURE__*/ React.createElement(CustomScrollbar, {
91
+ ref: scrollbarRef,
92
+ className: cls(_define_property({}, classes.scrollbarVisible, scrollbarState === null || scrollbarState === void 0 ? void 0 : scrollbarState.isVisible)),
93
+ tabIndex: -1
94
+ }, /*#__PURE__*/ React.createElement(ScrollbarTrack, null, /*#__PURE__*/ React.createElement(ScrollbarThumb, {
95
+ ref: thumbRef,
96
+ style: {
97
+ height: "".concat(scrollbarState === null || scrollbarState === void 0 ? void 0 : scrollbarState.thumbHeight, "px"),
98
+ top: "".concat(scrollbarState === null || scrollbarState === void 0 ? void 0 : scrollbarState.thumbPosition, "px")
99
+ },
100
+ onMouseDown: columnRef && setScrollbar && timeoutRef ? createScrollbarDragHandler(columnRef, setScrollbar, timeoutRef) : undefined,
101
+ tabIndex: -1
102
+ }))));
103
+ };
@@ -0,0 +1,33 @@
1
+ import styled from "@emotion/styled";
2
+ import { classes, tokens } from "../../TimePickerGrid.tokens";
3
+ export var StyledRoot = /*#__PURE__*/ styled("div", {
4
+ target: "e1d8aa300",
5
+ label: "StyledRoot"
6
+ })("position:relative;width:100%;", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSTBCIn0= */");
7
+ export var StyledTimeItem = /*#__PURE__*/ styled("div", {
8
+ target: "e1d8aa301",
9
+ label: "StyledTimeItem"
10
+ })("height:var(", tokens.itemHeight, ");padding:var(", tokens.itemPadding, ");box-sizing:border-box;display:flex;justify-content:center;align-items:center;transition:0.05s;border-radius:var(", tokens.itemBorderRadius, ");cursor:pointer;flex-shrink:0;overflow:auto;font-family:var(", tokens.itemFontFamily, ");font-size:var(", tokens.itemFontSize, ");font-style:var(", tokens.itemFontStyle, ");font-weight:var(", tokens.itemFontWeight, ");letter-spacing:var(", tokens.itemLetterSpacing, ");line-height:var(", tokens.itemLineHeight, ");&:hover{background:var(", tokens.itemBackgroundHover, ");}&.", classes.timeItemActive, "{background:var(", tokens.itemBackgroundActive, ");}&.", classes.itemDisabled, "{cursor:not-allowed;opacity:var(", tokens.disabledOpacity, ");}", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBUzhCIn0= */");
11
+ export var StyledTimeColumn = /*#__PURE__*/ styled("div", {
12
+ target: "e1d8aa302",
13
+ label: "StyledTimeColumn"
14
+ })("max-height:", function(param) {
15
+ var height = param.height;
16
+ return height || "var(".concat(tokens.columnHeight, ")");
17
+ }, ";overflow-y:scroll;flex:1;z-index:3;box-sizing:border-box;display:flex;flex-direction:column;gap:var(", tokens.scrollbarWidth, ");width:100%;&.", classes.timeColumnActive, "{border:0.125rem solid var(", tokens.itemBackgroundHover, ");border-radius:var(", tokens.itemBorderRadius, ");}scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none;width:0;}", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBMENnQyJ9 */");
18
+ export var CustomScrollbar = /*#__PURE__*/ styled("div", {
19
+ target: "e1d8aa303",
20
+ label: "CustomScrollbar"
21
+ })("position:absolute;top:var(", tokens.scrollbarMargin, ");right:0;bottom:var(", tokens.scrollbarMargin, ");width:var(", tokens.scrollbarWidth, ");opacity:0;transition:opacity 0.3s ease;pointer-events:none;z-index:10;overflow:hidden;&.", classes.scrollbarVisible, "{opacity:1;pointer-events:auto;}", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBbUUrQiJ9 */");
22
+ export var ScrollbarTrack = /*#__PURE__*/ styled("div", {
23
+ target: "e1d8aa304",
24
+ label: "ScrollbarTrack"
25
+ })("position:relative;width:100%;height:100%;background:var(", tokens.scrollbarTrackColor, ");border-radius:var(", tokens.scrollbarWidth, ");", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBcUY4QiJ9 */");
26
+ export var ScrollbarThumb = /*#__PURE__*/ styled("div", {
27
+ target: "e1d8aa305",
28
+ label: "ScrollbarThumb"
29
+ })("position:absolute;top:0;left:0;width:100%;background:var(", tokens.scrollbarColor, ");border-radius:var(", tokens.scrollbarWidth, ");cursor:pointer;transition:background-color 0.2s ease;&:hover{background:var(", tokens.scrollbarColor, ");}&:active{background:var(", tokens.scrollbarTrackColor, ");}", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBNkY4QiJ9 */");
30
+ export var StyledEmpty = /*#__PURE__*/ styled("div", {
31
+ target: "e1d8aa306",
32
+ label: "StyledEmpty"
33
+ })("width:100%;height:0%.125rem;", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBZ0gyQiJ9 */");
@@ -0,0 +1,133 @@
1
+ function _instanceof(left, right) {
2
+ if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
3
+ return !!right[Symbol.hasInstance](left);
4
+ } else {
5
+ return left instanceof right;
6
+ }
7
+ }
8
+ export var getColumnsFromFormat = function(format) {
9
+ var parts = format.split(':');
10
+ var columns = [];
11
+ parts.forEach(function(part) {
12
+ switch(part){
13
+ case 'HH':
14
+ columns.push({
15
+ type: 'hours',
16
+ values: range(24),
17
+ format: 'HH'
18
+ });
19
+ break;
20
+ case 'mm':
21
+ columns.push({
22
+ type: 'minutes',
23
+ values: range(60),
24
+ format: 'mm'
25
+ });
26
+ break;
27
+ case 'ss':
28
+ columns.push({
29
+ type: 'seconds',
30
+ values: range(60),
31
+ format: 'ss'
32
+ });
33
+ break;
34
+ default:
35
+ }
36
+ });
37
+ return columns;
38
+ };
39
+ export var parseTimeString = function(timeString, format) {
40
+ var timeParts = timeString.split(':');
41
+ var formatParts = format.split(':');
42
+ var result = {
43
+ hh: null,
44
+ mm: null,
45
+ ss: null
46
+ };
47
+ formatParts.forEach(function(part, index) {
48
+ var value = timeParts[index] ? parseInt(timeParts[index], 10) : null;
49
+ switch(part){
50
+ case 'HH':
51
+ result.hh = value;
52
+ break;
53
+ case 'mm':
54
+ result.mm = value;
55
+ break;
56
+ case 'ss':
57
+ result.ss = value;
58
+ break;
59
+ default:
60
+ }
61
+ });
62
+ return result;
63
+ };
64
+ export var buildTimeString = function(timeValues, format) {
65
+ var formatParts = format.split(':');
66
+ return formatParts.map(function(part) {
67
+ switch(part){
68
+ case 'HH':
69
+ return timeValues.hh !== null ? timeValues.hh.toString().padStart(2, '0') : '00';
70
+ case 'mm':
71
+ return timeValues.mm !== null ? timeValues.mm.toString().padStart(2, '0') : '00';
72
+ case 'ss':
73
+ return timeValues.ss !== null ? timeValues.ss.toString().padStart(2, '0') : '00';
74
+ default:
75
+ return '00';
76
+ }
77
+ }).join(':');
78
+ };
79
+ export var isTimeDisabled = function(timeValues, min, max, format) {
80
+ if (!min && !max) return false;
81
+ if (timeValues.hh === null || timeValues.mm === null || timeValues.ss === null) {
82
+ return false;
83
+ }
84
+ var totalSeconds = timeValues.hh * 3600 + timeValues.mm * 60 + timeValues.ss;
85
+ var minSeconds = 0;
86
+ var maxSeconds = 23 * 3600 + 59 * 60 + 59;
87
+ if (min) {
88
+ if (_instanceof(min, Date)) {
89
+ minSeconds = min.getHours() * 3600 + min.getMinutes() * 60 + min.getSeconds();
90
+ } else {
91
+ var minTime = parseTimeString(min, format !== null && format !== void 0 ? format : 'HH:mm:ss');
92
+ minSeconds = (minTime.hh || 0) * 3600 + (minTime.mm || 0) * 60 + (minTime.ss || 0);
93
+ }
94
+ }
95
+ if (max) {
96
+ if (_instanceof(max, Date)) {
97
+ maxSeconds = max.getHours() * 3600 + max.getMinutes() * 60 + max.getSeconds();
98
+ } else {
99
+ var maxTime = parseTimeString(max, format !== null && format !== void 0 ? format : 'HH:mm:ss');
100
+ maxSeconds = (maxTime.hh || 0) * 3600 + (maxTime.mm || 0) * 60 + (maxTime.ss || 0);
101
+ }
102
+ }
103
+ return totalSeconds < minSeconds || totalSeconds > maxSeconds;
104
+ };
105
+ export var delimiter = ':';
106
+ export var range = function(number) {
107
+ var padLength = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 2;
108
+ return Array.from({
109
+ length: number
110
+ }, function(_, i) {
111
+ return i.toString().padStart(padLength, '0');
112
+ });
113
+ };
114
+ export var animateScrollTo = function(element, targetScrollTop) {
115
+ var duration = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 300;
116
+ var startScrollTop = element.scrollTop;
117
+ var distance = targetScrollTop - startScrollTop;
118
+ var startTime = null;
119
+ var animate = function(currentTime) {
120
+ if (!startTime) startTime = currentTime;
121
+ var timeElapsed = currentTime - startTime;
122
+ var progress = Math.min(timeElapsed / duration, 1);
123
+ var easeOut = function(t) {
124
+ return 1 - Math.pow(1 - t, 3);
125
+ };
126
+ var scrollPosition = startScrollTop + distance * easeOut(progress);
127
+ element.scrollTop = scrollPosition;
128
+ if (timeElapsed < duration) {
129
+ requestAnimationFrame(animate);
130
+ }
131
+ };
132
+ requestAnimationFrame(animate);
133
+ };
@@ -0,0 +1,2 @@
1
+ import { css } from "@emotion/react";
2
+ export var base = /*#__PURE__*/ css("base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC92YXJpYXRpb25zL19kaXNhYmxlZC9iYXNlLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3ZhcmlhdGlvbnMvX2Rpc2FibGVkL2Jhc2UudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BgO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVvQiJ9 */");
@@ -0,0 +1,2 @@
1
+ import { css } from "@emotion/react";
2
+ export var base = /*#__PURE__*/ css("base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC92YXJpYXRpb25zL19zaXplL2Jhc2UudHMiLCJzb3VyY2VzIjpbInNyYy1lbW90aW9uL2NvbXBvbmVudHMvVGltZVBpY2tlckdyaWQvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFb0IifQ== */");
@@ -0,0 +1,2 @@
1
+ import { css } from "@emotion/react";
2
+ export var base = /*#__PURE__*/ css("base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiLCJzb3VyY2VzIjpbInNyYy1lbW90aW9uL2NvbXBvbmVudHMvVGltZVBpY2tlckdyaWQvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFb0IifQ== */");
@@ -1,4 +1,4 @@
1
1
  import { css } from "@emotion/react";
2
2
  import { applyHyphens, applyHyphensNormal } from "../../mixins";
3
3
  import { classes, tokens } from "./tokens";
4
- export var base = /*#__PURE__*/ css("font-family:var(", tokens.typoFontFamily, ");font-size:var(", tokens.typoFontSize, ");font-style:var(", tokens.typoFontStyle, ");letter-spacing:var(", tokens.typoFontLetterSpacing, ");line-height:var(", tokens.typoFontLineHeight, ");font-weight:var(", tokens.typoFontWeight, ");&.", classes.typoBold, "{font-weight:var(", tokens.typoFontWeightBold, ");}&.", classes.typoMedium, "{font-weight:var(", tokens.typoFontWeightMedium, ");}&.", classes.typoWithNoWrap, "{white-space:nowrap;}&.", classes.typoIsNumeric, "{font-variant-numeric:tabular-nums;}", applyHyphensNormal, ";&.", classes.typoWithBreakWord, "{", applyHyphens, ";}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UeXBvZ3JhcGh5L1R5cG9ncmFwaHkuc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1R5cG9ncmFwaHkvVHlwb2dyYXBoeS5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBhcHBseUh5cGhlbnMsIGFwcGx5SHlwaGVuc05vcm1hbCB9IGZyb20gJy4uLy4uL21peGlucyc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHRva2VucyB9IGZyb20gJy4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy50eXBvRm9udEZhbWlseX0pO1xuICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLnR5cG9Gb250U2l6ZX0pO1xuICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy50eXBvRm9udFN0eWxlfSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy50eXBvRm9udExldHRlclNwYWNpbmd9KTtcbiAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH0pO1xuICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHR9KTtcblxuICAgICYuJHtjbGFzc2VzLnR5cG9Cb2xkfSB7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHRCb2xkfSk7XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMudHlwb01lZGl1bX0ge1xuICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0TWVkaXVtfSk7XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMudHlwb1dpdGhOb1dyYXB9IHtcbiAgICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy50eXBvSXNOdW1lcmljfSB7XG4gICAgICAgIGZvbnQtdmFyaWFudC1udW1lcmljOiB0YWJ1bGFyLW51bXM7XG4gICAgfVxuXG4gICAgJHthcHBseUh5cGhlbnNOb3JtYWx9O1xuXG4gICAgJi4ke2NsYXNzZXMudHlwb1dpdGhCcmVha1dvcmR9IHtcbiAgICAgICAgJHthcHBseUh5cGhlbnN9O1xuICAgIH1cbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBTW9CIn0= */");
4
+ export var base = /*#__PURE__*/ css("margin:0;padding:0;font-family:var(", tokens.typoFontFamily, ");font-size:var(", tokens.typoFontSize, ");font-style:var(", tokens.typoFontStyle, ");letter-spacing:var(", tokens.typoFontLetterSpacing, ");line-height:var(", tokens.typoFontLineHeight, ");font-weight:var(", tokens.typoFontWeight, ");border:0;&.", classes.typoBold, "{font-weight:var(", tokens.typoFontWeightBold, ");}&.", classes.typoMedium, "{font-weight:var(", tokens.typoFontWeightMedium, ");}&.", classes.typoWithNoWrap, "{white-space:nowrap;}&.", classes.typoIsNumeric, "{font-variant-numeric:tabular-nums;}", applyHyphensNormal, ";&.", classes.typoWithBreakWord, "{", applyHyphens, ";}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UeXBvZ3JhcGh5L1R5cG9ncmFwaHkuc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1R5cG9ncmFwaHkvVHlwb2dyYXBoeS5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBhcHBseUh5cGhlbnMsIGFwcGx5SHlwaGVuc05vcm1hbCB9IGZyb20gJy4uLy4uL21peGlucyc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHRva2VucyB9IGZyb20gJy4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLnR5cG9Gb250U3R5bGV9KTtcbiAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLnR5cG9Gb250TGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRMaW5lSGVpZ2h0fSk7XG4gICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy50eXBvRm9udFdlaWdodH0pO1xuXG4gICAgYm9yZGVyOiAwO1xuXG4gICAgJi4ke2NsYXNzZXMudHlwb0JvbGR9IHtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy50eXBvRm9udFdlaWdodEJvbGR9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy50eXBvTWVkaXVtfSB7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHRNZWRpdW19KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy50eXBvV2l0aE5vV3JhcH0ge1xuICAgICAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLnR5cG9Jc051bWVyaWN9IHtcbiAgICAgICAgZm9udC12YXJpYW50LW51bWVyaWM6IHRhYnVsYXItbnVtcztcbiAgICB9XG5cbiAgICAke2FwcGx5SHlwaGVuc05vcm1hbH07XG5cbiAgICAmLiR7Y2xhc3Nlcy50eXBvV2l0aEJyZWFrV29yZH0ge1xuICAgICAgICAke2FwcGx5SHlwaGVuc307XG4gICAgfVxuYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNb0IifQ== */");