@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,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
+ });
10
+ }
11
+ _export(exports, {
12
+ get StyledTimePicker () {
13
+ return StyledTimePicker;
14
+ },
15
+ get base () {
16
+ return base;
17
+ }
18
+ });
19
+ var _styled = /*#__PURE__*/ _interop_require_default(require("@emotion/styled"));
20
+ var _react = require("@emotion/react");
21
+ var _TimePickerGridtokens = require("./TimePickerGrid.tokens");
22
+ function _interop_require_default(obj) {
23
+ return obj && obj.__esModule ? obj : {
24
+ default: obj
25
+ };
26
+ }
27
+ var base = (0, /*#__PURE__*/ _react.css)("display:flex;width:100%;height:10rem;", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC9UaW1lUGlja2VyR3JpZC5zdHlsZXMudHMiLCJzb3VyY2VzIjpbInNyYy1lbW90aW9uL2NvbXBvbmVudHMvVGltZVBpY2tlckdyaWQvVGltZVBpY2tlckdyaWQuc3R5bGVzLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTByZW07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkVGltZVBpY2tlciA9IHN0eWxlZC5kaXY8eyB3aWR0aD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMudGltZVBpY2tlckdyaWRCYWNrZ3JvdW5kfSk7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkQm9yZGVyUmFkaXVzfSk7XG4gICAgd2lkdGg6ICR7KHsgd2lkdGggfSkgPT4gKHdpZHRoID09PSAnZnVsbFdpZHRoJyA/ICcxMDAlJyA6IHdpZHRoKSB8fCBgdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkV2lkdGh9KWB9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkUGFkZGluZ30pO1xuICAgIGZsZXg6IDEgMSAxO1xuICAgIGdhcDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuY29sdW1uSGVpZ2h0fSk7XG5gO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUtvQiJ9 */");
28
+ var StyledTimePicker = (0, /*#__PURE__*/ _styled.default)("div", {
29
+ target: "e1c95jji0",
30
+ label: "StyledTimePicker"
31
+ })("background:var(", _TimePickerGridtokens.tokens.timePickerGridBackground, ");border-radius:var(", _TimePickerGridtokens.tokens.timePickerGridBorderRadius, ");width:", function(param) {
32
+ var width = param.width;
33
+ return (width === 'fullWidth' ? '100%' : width) || "var(".concat(_TimePickerGridtokens.tokens.timePickerGridWidth, ")");
34
+ }, ";display:flex;padding:var(", _TimePickerGridtokens.tokens.timePickerGridPadding, ");flex:1 1 1;gap:var(", _TimePickerGridtokens.tokens.scrollbarWidth, ");box-sizing:border-box;position:relative;height:var(", _TimePickerGridtokens.tokens.columnHeight, ");", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC9UaW1lUGlja2VyR3JpZC5zdHlsZXMudHMiLCJzb3VyY2VzIjpbInNyYy1lbW90aW9uL2NvbXBvbmVudHMvVGltZVBpY2tlckdyaWQvVGltZVBpY2tlckdyaWQuc3R5bGVzLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTByZW07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkVGltZVBpY2tlciA9IHN0eWxlZC5kaXY8eyB3aWR0aD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMudGltZVBpY2tlckdyaWRCYWNrZ3JvdW5kfSk7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkQm9yZGVyUmFkaXVzfSk7XG4gICAgd2lkdGg6ICR7KHsgd2lkdGggfSkgPT4gKHdpZHRoID09PSAnZnVsbFdpZHRoJyA/ICcxMDAlJyA6IHdpZHRoKSB8fCBgdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkV2lkdGh9KWB9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLnRpbWVQaWNrZXJHcmlkUGFkZGluZ30pO1xuICAgIGZsZXg6IDEgMSAxO1xuICAgIGdhcDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuY29sdW1uSGVpZ2h0fSk7XG5gO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVdnQyJ9 */");
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
+ });
10
+ }
11
+ _export(exports, {
12
+ get classes () {
13
+ return classes;
14
+ },
15
+ get tokens () {
16
+ return tokens;
17
+ }
18
+ });
19
+ var classes = {
20
+ timePickerGridRoot: '--plasma-time-picker-grid-grid-root',
21
+ timePickerGridStretched: '--plasma-time-picker-grid-grid-stretched',
22
+ timeItemActive: '--plasma-time-picker-grid-item-active',
23
+ timeColumn: '--plasma-time-picker-grid-column',
24
+ scrollbarVisible: '--plasma-time-picker-grid-scrollbar-visible',
25
+ timeColumnActive: '--plasma-time-picker-grid-column-active',
26
+ itemDisabled: '--plasma-time-picker-grid-item-disabled'
27
+ };
28
+ var tokens = {
29
+ timePickerGridBackground: '--plasma-time-picker-grid-grid-background',
30
+ timePickerGridBorderRadius: '--plasma-time-picker-grid-grid-border-radius',
31
+ timePickerGridWidth: '--plasma-time-picker-grid-grid-width',
32
+ timePickerGridPadding: '--plasma-time-picker-grid-grid-padding',
33
+ disabledOpacity: '--plasma-time-picker-grid-disabled-opacity',
34
+ columnHeight: '--plasma-time-picker-grid-column-height',
35
+ itemHeight: '--plasma-time-picker-grid-item-height',
36
+ itemBorderRadius: '--plasma-time-picker-grid-item-border-radius',
37
+ itemPadding: '--plasma-time-picker-grid-item-padding',
38
+ itemBackgroundHover: '--plasma-time-picker-grid-item-hover-background',
39
+ itemBackgroundActive: '--plasma-time-picker-grid-item-active-background',
40
+ itemFontFamily: '--plasma-time-picker-grid-item-font-family',
41
+ itemFontStyle: '--plasma-time-picker-grid-item-font-style',
42
+ itemFontSize: '--plasma-time-picker-grid-item-font-size',
43
+ itemFontWeight: '--plasma-time-picker-grid-item-font-weight',
44
+ itemLetterSpacing: '--plasma-time-picker-grid-item-letter-spacing',
45
+ itemLineHeight: '--plasma-time-picker-grid-item-line-height',
46
+ scrollbarWidth: '--plasma-time-picker-grid-scrollbar-width',
47
+ scrollbarColor: '--plasma-time-picker-grid-scrollbar-color',
48
+ scrollbarTrackColor: '--plasma-time-picker-grid-scrollbar-track-color',
49
+ scrollbarMargin: '--plasma-time-picker-grid-scrollbar-margin'
50
+ };
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "useKeyNavigation", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return useKeyNavigation;
9
+ }
10
+ });
11
+ var useKeyNavigation = function(param) {
12
+ var isCalendarOpen = param.isCalendarOpen, closeOnEsc = param.closeOnEsc, format = param.format, maskWithFormat = param.maskWithFormat, delimiter = param.delimiter, onToggle = param.onToggle;
13
+ var onKeyDown = function(event) {
14
+ if (event.key === delimiter && maskWithFormat && format) {
15
+ event.preventDefault();
16
+ return;
17
+ }
18
+ if (event.code === 'Space' && !isCalendarOpen) {
19
+ event.preventDefault();
20
+ onToggle(true, event);
21
+ }
22
+ if (event.code === 'Escape' && isCalendarOpen && closeOnEsc) {
23
+ event.preventDefault();
24
+ onToggle(false, event);
25
+ }
26
+ };
27
+ return {
28
+ onKeyDown: onKeyDown
29
+ };
30
+ };
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
+ });
10
+ }
11
+ _export(exports, {
12
+ get timePickerGridClasses () {
13
+ return _TimePickerGridtokens.classes;
14
+ },
15
+ get timePickerGridConfig () {
16
+ return _TimePickerGrid.timePickerGridConfig;
17
+ },
18
+ get timePickerGridRoot () {
19
+ return _TimePickerGrid.timePickerGridRoot;
20
+ },
21
+ get timePickerGridTokens () {
22
+ return _TimePickerGridtokens.tokens;
23
+ }
24
+ });
25
+ var _TimePickerGrid = require("./TimePickerGrid");
26
+ var _TimePickerGridtokens = require("./TimePickerGrid.tokens");
@@ -0,0 +1,118 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "renderTimeColumn", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return renderTimeColumn;
9
+ }
10
+ });
11
+ var _react = /*#__PURE__*/ _interop_require_default(require("react"));
12
+ var _classnames = /*#__PURE__*/ _interop_require_default(require("classnames"));
13
+ var _TimePickerGridtokens = require("../../TimePickerGrid.tokens");
14
+ var _TimeColumnstyles = require("./TimeColumn.styles");
15
+ function _define_property(obj, key, value) {
16
+ if (key in obj) {
17
+ Object.defineProperty(obj, key, {
18
+ value: value,
19
+ enumerable: true,
20
+ configurable: true,
21
+ writable: true
22
+ });
23
+ } else {
24
+ obj[key] = value;
25
+ }
26
+ return obj;
27
+ }
28
+ function _interop_require_default(obj) {
29
+ return obj && obj.__esModule ? obj : {
30
+ default: obj
31
+ };
32
+ }
33
+ var renderTimeColumn = function(param) {
34
+ 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;
35
+ var handleKeyDown = function(e, columnType, value) {
36
+ handleTimeItemKeyDown(e, columnType, value);
37
+ };
38
+ var handleClick = function(value, columnType) {
39
+ var isDisabled = disabledValues === null || disabledValues === void 0 ? void 0 : disabledValues.some(function(disabledValue) {
40
+ return parseInt(disabledValue.toString(), 10) === parseInt(value, 10);
41
+ });
42
+ if (!isDisabled) {
43
+ handleTimeItemClick(value, columnType);
44
+ }
45
+ };
46
+ var minDisableIndex = function() {
47
+ if (!disabledValues || disabledValues.length === 0) {
48
+ return 0;
49
+ }
50
+ var disabledNumbers = disabledValues.map(function(val) {
51
+ return parseInt(val.toString(), 10);
52
+ });
53
+ for(var i = 0; i < values.length; i++){
54
+ var currentValue = parseInt(values[i], 10);
55
+ if (!disabledNumbers.includes(currentValue)) {
56
+ return i;
57
+ }
58
+ }
59
+ return 0;
60
+ };
61
+ var isColumnActive = activeTime.currentColumn === column;
62
+ var minAvailableIndex = minDisableIndex();
63
+ return /*#__PURE__*/ _react.default.createElement(_TimeColumnstyles.StyledRoot, null, /*#__PURE__*/ _react.default.createElement(_TimeColumnstyles.StyledTimeColumn, {
64
+ key: column,
65
+ ref: columnRef,
66
+ height: dropdownHeight,
67
+ className: _TimePickerGridtokens.classes.timeColumn,
68
+ tabIndex: -1
69
+ }, values.map(function(value, index) {
70
+ var isDisabled = disabledValues === null || disabledValues === void 0 ? void 0 : disabledValues.some(function(disabledValue) {
71
+ return disabledValue === index;
72
+ });
73
+ var isActive = activeTime[column] === parseInt(value, 10);
74
+ var getTabIndex = function() {
75
+ if (isDisabled) return -1;
76
+ var isValueActive = activeTime[column] === parseInt(value, 10);
77
+ if (isColumnActive && isValueActive) {
78
+ return 0;
79
+ }
80
+ if (index === minAvailableIndex) {
81
+ return 0;
82
+ }
83
+ return -1;
84
+ };
85
+ var tabIndex = getTabIndex();
86
+ var _obj;
87
+ return /*#__PURE__*/ _react.default.createElement(_TimeColumnstyles.StyledTimeItem, {
88
+ key: column + value,
89
+ ref: function(el) {
90
+ timeItemRefs.current["".concat(column, "-").concat(value)] = el;
91
+ },
92
+ className: (0, _classnames.default)((_obj = {}, _define_property(_obj, _TimePickerGridtokens.classes.timeItemActive, isActive), _define_property(_obj, _TimePickerGridtokens.classes.itemDisabled, isDisabled), _obj)),
93
+ onClick: function() {
94
+ return handleClick(value, column);
95
+ },
96
+ onKeyDown: function(e) {
97
+ return handleKeyDown(e, column, value);
98
+ },
99
+ "aria-disabled": isDisabled,
100
+ tabIndex: tabIndex,
101
+ "data-value": value,
102
+ "data-column": column,
103
+ "data-active": isActive
104
+ }, value);
105
+ }), /*#__PURE__*/ _react.default.createElement(_TimeColumnstyles.StyledEmpty, null)), /*#__PURE__*/ _react.default.createElement(_TimeColumnstyles.CustomScrollbar, {
106
+ ref: scrollbarRef,
107
+ className: (0, _classnames.default)(_define_property({}, _TimePickerGridtokens.classes.scrollbarVisible, scrollbarState === null || scrollbarState === void 0 ? void 0 : scrollbarState.isVisible)),
108
+ tabIndex: -1
109
+ }, /*#__PURE__*/ _react.default.createElement(_TimeColumnstyles.ScrollbarTrack, null, /*#__PURE__*/ _react.default.createElement(_TimeColumnstyles.ScrollbarThumb, {
110
+ ref: thumbRef,
111
+ style: {
112
+ height: "".concat(scrollbarState === null || scrollbarState === void 0 ? void 0 : scrollbarState.thumbHeight, "px"),
113
+ top: "".concat(scrollbarState === null || scrollbarState === void 0 ? void 0 : scrollbarState.thumbPosition, "px")
114
+ },
115
+ onMouseDown: columnRef && setScrollbar && timeoutRef ? createScrollbarDragHandler(columnRef, setScrollbar, timeoutRef) : undefined,
116
+ tabIndex: -1
117
+ }))));
118
+ };
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
+ });
10
+ }
11
+ _export(exports, {
12
+ get CustomScrollbar () {
13
+ return CustomScrollbar;
14
+ },
15
+ get ScrollbarThumb () {
16
+ return ScrollbarThumb;
17
+ },
18
+ get ScrollbarTrack () {
19
+ return ScrollbarTrack;
20
+ },
21
+ get StyledEmpty () {
22
+ return StyledEmpty;
23
+ },
24
+ get StyledRoot () {
25
+ return StyledRoot;
26
+ },
27
+ get StyledTimeColumn () {
28
+ return StyledTimeColumn;
29
+ },
30
+ get StyledTimeItem () {
31
+ return StyledTimeItem;
32
+ }
33
+ });
34
+ var _styled = /*#__PURE__*/ _interop_require_default(require("@emotion/styled"));
35
+ var _TimePickerGridtokens = require("../../TimePickerGrid.tokens");
36
+ function _interop_require_default(obj) {
37
+ return obj && obj.__esModule ? obj : {
38
+ default: obj
39
+ };
40
+ }
41
+ var StyledRoot = (0, /*#__PURE__*/ _styled.default)("div", {
42
+ target: "e1d8aa300",
43
+ label: "StyledRoot"
44
+ })("position:relative;width:100%;", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSTBCIn0= */");
45
+ var StyledTimeItem = (0, /*#__PURE__*/ _styled.default)("div", {
46
+ target: "e1d8aa301",
47
+ label: "StyledTimeItem"
48
+ })("height:var(", _TimePickerGridtokens.tokens.itemHeight, ");padding:var(", _TimePickerGridtokens.tokens.itemPadding, ");box-sizing:border-box;display:flex;justify-content:center;align-items:center;transition:0.05s;border-radius:var(", _TimePickerGridtokens.tokens.itemBorderRadius, ");cursor:pointer;flex-shrink:0;overflow:auto;font-family:var(", _TimePickerGridtokens.tokens.itemFontFamily, ");font-size:var(", _TimePickerGridtokens.tokens.itemFontSize, ");font-style:var(", _TimePickerGridtokens.tokens.itemFontStyle, ");font-weight:var(", _TimePickerGridtokens.tokens.itemFontWeight, ");letter-spacing:var(", _TimePickerGridtokens.tokens.itemLetterSpacing, ");line-height:var(", _TimePickerGridtokens.tokens.itemLineHeight, ");&:hover{background:var(", _TimePickerGridtokens.tokens.itemBackgroundHover, ");}&.", _TimePickerGridtokens.classes.timeItemActive, "{background:var(", _TimePickerGridtokens.tokens.itemBackgroundActive, ");}&.", _TimePickerGridtokens.classes.itemDisabled, "{cursor:not-allowed;opacity:var(", _TimePickerGridtokens.tokens.disabledOpacity, ");}", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBUzhCIn0= */");
49
+ var StyledTimeColumn = (0, /*#__PURE__*/ _styled.default)("div", {
50
+ target: "e1d8aa302",
51
+ label: "StyledTimeColumn"
52
+ })("max-height:", function(param) {
53
+ var height = param.height;
54
+ return height || "var(".concat(_TimePickerGridtokens.tokens.columnHeight, ")");
55
+ }, ";overflow-y:scroll;flex:1;z-index:3;box-sizing:border-box;display:flex;flex-direction:column;gap:var(", _TimePickerGridtokens.tokens.scrollbarWidth, ");width:100%;&.", _TimePickerGridtokens.classes.timeColumnActive, "{border:0.125rem solid var(", _TimePickerGridtokens.tokens.itemBackgroundHover, ");border-radius:var(", _TimePickerGridtokens.tokens.itemBorderRadius, ");}scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none;width:0;}", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBMENnQyJ9 */");
56
+ var CustomScrollbar = (0, /*#__PURE__*/ _styled.default)("div", {
57
+ target: "e1d8aa303",
58
+ label: "CustomScrollbar"
59
+ })("position:absolute;top:var(", _TimePickerGridtokens.tokens.scrollbarMargin, ");right:0;bottom:var(", _TimePickerGridtokens.tokens.scrollbarMargin, ");width:var(", _TimePickerGridtokens.tokens.scrollbarWidth, ");opacity:0;transition:opacity 0.3s ease;pointer-events:none;z-index:10;overflow:hidden;&.", _TimePickerGridtokens.classes.scrollbarVisible, "{opacity:1;pointer-events:auto;}", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBbUUrQiJ9 */");
60
+ var ScrollbarTrack = (0, /*#__PURE__*/ _styled.default)("div", {
61
+ target: "e1d8aa304",
62
+ label: "ScrollbarTrack"
63
+ })("position:relative;width:100%;height:100%;background:var(", _TimePickerGridtokens.tokens.scrollbarTrackColor, ");border-radius:var(", _TimePickerGridtokens.tokens.scrollbarWidth, ");", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBcUY4QiJ9 */");
64
+ var ScrollbarThumb = (0, /*#__PURE__*/ _styled.default)("div", {
65
+ target: "e1d8aa305",
66
+ label: "ScrollbarThumb"
67
+ })("position:absolute;top:0;left:0;width:100%;background:var(", _TimePickerGridtokens.tokens.scrollbarColor, ");border-radius:var(", _TimePickerGridtokens.tokens.scrollbarWidth, ");cursor:pointer;transition:background-color 0.2s ease;&:hover{background:var(", _TimePickerGridtokens.tokens.scrollbarColor, ");}&:active{background:var(", _TimePickerGridtokens.tokens.scrollbarTrackColor, ");}", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBNkY4QiJ9 */");
68
+ var StyledEmpty = (0, /*#__PURE__*/ _styled.default)("div", {
69
+ target: "e1d8aa306",
70
+ label: "StyledEmpty"
71
+ })("width:100%;height:0%.125rem;", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC91aS9UaW1lQ29sdW1uL1RpbWVDb2x1bW4uc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3VpL1RpbWVDb2x1bW4vVGltZUNvbHVtbi5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UaW1lUGlja2VyR3JpZC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkUm9vdCA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRpbWVJdGVtID0gc3R5bGVkLmRpdmBcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG4gICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLml0ZW1QYWRkaW5nfSk7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgdHJhbnNpdGlvbjogMC4wNXM7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLml0ZW1Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuaXRlbUZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLml0ZW1Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLml0ZW1Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5pdGVtTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaXRlbUxpbmVIZWlnaHR9KTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgIH1cbiAgICAmLiR7Y2xhc3Nlcy50aW1lSXRlbUFjdGl2ZX0ge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5pdGVtRGlzYWJsZWR9IHtcbiAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmRpc2FibGVkT3BhY2l0eX0pO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUaW1lQ29sdW1uID0gc3R5bGVkLmRpdjx7IGhlaWdodD86IHN0cmluZyB8IG51bWJlciB9PmBcbiAgICBtYXgtaGVpZ2h0OiAkeyh7IGhlaWdodCB9KSA9PiBoZWlnaHQgfHwgYHZhcigke3Rva2Vucy5jb2x1bW5IZWlnaHR9KWB9O1xuICAgIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgICBmbGV4OiAxO1xuICAgIHotaW5kZXg6IDM7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICYuJHtjbGFzc2VzLnRpbWVDb2x1bW5BY3RpdmV9IHtcbiAgICAgICAgYm9yZGVyOiAwLjEyNXJlbSBzb2xpZCB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRIb3Zlcn0pO1xuICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IG5vbmU7XG5cbiAgICAmOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIHdpZHRoOiAwO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDdXN0b21TY3JvbGxiYXIgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IHZhcigke3Rva2Vucy5zY3JvbGxiYXJNYXJnaW59KTtcbiAgICB3aWR0aDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhcldpZHRofSk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuM3MgZWFzZTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuXG4gICAgJi4ke2NsYXNzZXMuc2Nyb2xsYmFyVmlzaWJsZX0ge1xuICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICBwb2ludGVyLWV2ZW50czogYXV0bztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgU2Nyb2xsYmFyVHJhY2sgPSBzdHlsZWQuZGl2YFxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnNjcm9sbGJhclRyYWNrQ29sb3J9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyV2lkdGh9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTY3JvbGxiYXJUaHVtYiA9IHN0eWxlZC5kaXZgXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJDb2xvcn0pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJXaWR0aH0pO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMnMgZWFzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoJHt0b2tlbnMuc2Nyb2xsYmFyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5zY3JvbGxiYXJUcmFja0NvbG9yfSk7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEVtcHR5ID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDAlLjEyNXJlbTtcbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBZ0gyQiJ9 */");
@@ -0,0 +1,166 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
+ });
10
+ }
11
+ _export(exports, {
12
+ get animateScrollTo () {
13
+ return animateScrollTo;
14
+ },
15
+ get buildTimeString () {
16
+ return buildTimeString;
17
+ },
18
+ get delimiter () {
19
+ return delimiter;
20
+ },
21
+ get getColumnsFromFormat () {
22
+ return getColumnsFromFormat;
23
+ },
24
+ get isTimeDisabled () {
25
+ return isTimeDisabled;
26
+ },
27
+ get parseTimeString () {
28
+ return parseTimeString;
29
+ },
30
+ get range () {
31
+ return range;
32
+ }
33
+ });
34
+ function _instanceof(left, right) {
35
+ if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
36
+ return !!right[Symbol.hasInstance](left);
37
+ } else {
38
+ return left instanceof right;
39
+ }
40
+ }
41
+ var getColumnsFromFormat = function(format) {
42
+ var parts = format.split(':');
43
+ var columns = [];
44
+ parts.forEach(function(part) {
45
+ switch(part){
46
+ case 'HH':
47
+ columns.push({
48
+ type: 'hours',
49
+ values: range(24),
50
+ format: 'HH'
51
+ });
52
+ break;
53
+ case 'mm':
54
+ columns.push({
55
+ type: 'minutes',
56
+ values: range(60),
57
+ format: 'mm'
58
+ });
59
+ break;
60
+ case 'ss':
61
+ columns.push({
62
+ type: 'seconds',
63
+ values: range(60),
64
+ format: 'ss'
65
+ });
66
+ break;
67
+ default:
68
+ }
69
+ });
70
+ return columns;
71
+ };
72
+ var parseTimeString = function(timeString, format) {
73
+ var timeParts = timeString.split(':');
74
+ var formatParts = format.split(':');
75
+ var result = {
76
+ hh: null,
77
+ mm: null,
78
+ ss: null
79
+ };
80
+ formatParts.forEach(function(part, index) {
81
+ var value = timeParts[index] ? parseInt(timeParts[index], 10) : null;
82
+ switch(part){
83
+ case 'HH':
84
+ result.hh = value;
85
+ break;
86
+ case 'mm':
87
+ result.mm = value;
88
+ break;
89
+ case 'ss':
90
+ result.ss = value;
91
+ break;
92
+ default:
93
+ }
94
+ });
95
+ return result;
96
+ };
97
+ var buildTimeString = function(timeValues, format) {
98
+ var formatParts = format.split(':');
99
+ return formatParts.map(function(part) {
100
+ switch(part){
101
+ case 'HH':
102
+ return timeValues.hh !== null ? timeValues.hh.toString().padStart(2, '0') : '00';
103
+ case 'mm':
104
+ return timeValues.mm !== null ? timeValues.mm.toString().padStart(2, '0') : '00';
105
+ case 'ss':
106
+ return timeValues.ss !== null ? timeValues.ss.toString().padStart(2, '0') : '00';
107
+ default:
108
+ return '00';
109
+ }
110
+ }).join(':');
111
+ };
112
+ var isTimeDisabled = function(timeValues, min, max, format) {
113
+ if (!min && !max) return false;
114
+ if (timeValues.hh === null || timeValues.mm === null || timeValues.ss === null) {
115
+ return false;
116
+ }
117
+ var totalSeconds = timeValues.hh * 3600 + timeValues.mm * 60 + timeValues.ss;
118
+ var minSeconds = 0;
119
+ var maxSeconds = 23 * 3600 + 59 * 60 + 59;
120
+ if (min) {
121
+ if (_instanceof(min, Date)) {
122
+ minSeconds = min.getHours() * 3600 + min.getMinutes() * 60 + min.getSeconds();
123
+ } else {
124
+ var minTime = parseTimeString(min, format !== null && format !== void 0 ? format : 'HH:mm:ss');
125
+ minSeconds = (minTime.hh || 0) * 3600 + (minTime.mm || 0) * 60 + (minTime.ss || 0);
126
+ }
127
+ }
128
+ if (max) {
129
+ if (_instanceof(max, Date)) {
130
+ maxSeconds = max.getHours() * 3600 + max.getMinutes() * 60 + max.getSeconds();
131
+ } else {
132
+ var maxTime = parseTimeString(max, format !== null && format !== void 0 ? format : 'HH:mm:ss');
133
+ maxSeconds = (maxTime.hh || 0) * 3600 + (maxTime.mm || 0) * 60 + (maxTime.ss || 0);
134
+ }
135
+ }
136
+ return totalSeconds < minSeconds || totalSeconds > maxSeconds;
137
+ };
138
+ var delimiter = ':';
139
+ var range = function(number) {
140
+ var padLength = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 2;
141
+ return Array.from({
142
+ length: number
143
+ }, function(_, i) {
144
+ return i.toString().padStart(padLength, '0');
145
+ });
146
+ };
147
+ var animateScrollTo = function(element, targetScrollTop) {
148
+ var duration = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 300;
149
+ var startScrollTop = element.scrollTop;
150
+ var distance = targetScrollTop - startScrollTop;
151
+ var startTime = null;
152
+ var animate = function(currentTime) {
153
+ if (!startTime) startTime = currentTime;
154
+ var timeElapsed = currentTime - startTime;
155
+ var progress = Math.min(timeElapsed / duration, 1);
156
+ var easeOut = function(t) {
157
+ return 1 - Math.pow(1 - t, 3);
158
+ };
159
+ var scrollPosition = startScrollTop + distance * easeOut(progress);
160
+ element.scrollTop = scrollPosition;
161
+ if (timeElapsed < duration) {
162
+ requestAnimationFrame(animate);
163
+ }
164
+ };
165
+ requestAnimationFrame(animate);
166
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "base", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return base;
9
+ }
10
+ });
11
+ var _react = require("@emotion/react");
12
+ var base = (0, /*#__PURE__*/ _react.css)("base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC92YXJpYXRpb25zL19kaXNhYmxlZC9iYXNlLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1RpbWVQaWNrZXJHcmlkL3ZhcmlhdGlvbnMvX2Rpc2FibGVkL2Jhc2UudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BgO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVvQiJ9 */");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "base", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return base;
9
+ }
10
+ });
11
+ var _react = require("@emotion/react");
12
+ var base = (0, /*#__PURE__*/ _react.css)("base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC92YXJpYXRpb25zL19zaXplL2Jhc2UudHMiLCJzb3VyY2VzIjpbInNyYy1lbW90aW9uL2NvbXBvbmVudHMvVGltZVBpY2tlckdyaWQvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFb0IifQ== */");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "base", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return base;
9
+ }
10
+ });
11
+ var _react = require("@emotion/react");
12
+ var base = (0, /*#__PURE__*/ _react.css)("base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UaW1lUGlja2VyR3JpZC92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiLCJzb3VyY2VzIjpbInNyYy1lbW90aW9uL2NvbXBvbmVudHMvVGltZVBpY2tlckdyaWQvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFb0IifQ== */");
@@ -11,4 +11,4 @@ Object.defineProperty(exports, "base", {
11
11
  var _react = require("@emotion/react");
12
12
  var _mixins = require("../../mixins");
13
13
  var _tokens = require("./tokens");
14
- var base = (0, /*#__PURE__*/ _react.css)("font-family:var(", _tokens.tokens.typoFontFamily, ");font-size:var(", _tokens.tokens.typoFontSize, ");font-style:var(", _tokens.tokens.typoFontStyle, ");letter-spacing:var(", _tokens.tokens.typoFontLetterSpacing, ");line-height:var(", _tokens.tokens.typoFontLineHeight, ");font-weight:var(", _tokens.tokens.typoFontWeight, ");&.", _tokens.classes.typoBold, "{font-weight:var(", _tokens.tokens.typoFontWeightBold, ");}&.", _tokens.classes.typoMedium, "{font-weight:var(", _tokens.tokens.typoFontWeightMedium, ");}&.", _tokens.classes.typoWithNoWrap, "{white-space:nowrap;}&.", _tokens.classes.typoIsNumeric, "{font-variant-numeric:tabular-nums;}", _mixins.applyHyphensNormal, ";&.", _tokens.classes.typoWithBreakWord, "{", _mixins.applyHyphens, ";}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UeXBvZ3JhcGh5L1R5cG9ncmFwaHkuc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1R5cG9ncmFwaHkvVHlwb2dyYXBoeS5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBhcHBseUh5cGhlbnMsIGFwcGx5SHlwaGVuc05vcm1hbCB9IGZyb20gJy4uLy4uL21peGlucyc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHRva2VucyB9IGZyb20gJy4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy50eXBvRm9udEZhbWlseX0pO1xuICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLnR5cG9Gb250U2l6ZX0pO1xuICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy50eXBvRm9udFN0eWxlfSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy50eXBvRm9udExldHRlclNwYWNpbmd9KTtcbiAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH0pO1xuICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHR9KTtcblxuICAgICYuJHtjbGFzc2VzLnR5cG9Cb2xkfSB7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHRCb2xkfSk7XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMudHlwb01lZGl1bX0ge1xuICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0TWVkaXVtfSk7XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMudHlwb1dpdGhOb1dyYXB9IHtcbiAgICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy50eXBvSXNOdW1lcmljfSB7XG4gICAgICAgIGZvbnQtdmFyaWFudC1udW1lcmljOiB0YWJ1bGFyLW51bXM7XG4gICAgfVxuXG4gICAgJHthcHBseUh5cGhlbnNOb3JtYWx9O1xuXG4gICAgJi4ke2NsYXNzZXMudHlwb1dpdGhCcmVha1dvcmR9IHtcbiAgICAgICAgJHthcHBseUh5cGhlbnN9O1xuICAgIH1cbmA7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBTW9CIn0= */");
14
+ var base = (0, /*#__PURE__*/ _react.css)("margin:0;padding:0;font-family:var(", _tokens.tokens.typoFontFamily, ");font-size:var(", _tokens.tokens.typoFontSize, ");font-style:var(", _tokens.tokens.typoFontStyle, ");letter-spacing:var(", _tokens.tokens.typoFontLetterSpacing, ");line-height:var(", _tokens.tokens.typoFontLineHeight, ");font-weight:var(", _tokens.tokens.typoFontWeight, ");border:0;&.", _tokens.classes.typoBold, "{font-weight:var(", _tokens.tokens.typoFontWeightBold, ");}&.", _tokens.classes.typoMedium, "{font-weight:var(", _tokens.tokens.typoFontWeightMedium, ");}&.", _tokens.classes.typoWithNoWrap, "{white-space:nowrap;}&.", _tokens.classes.typoIsNumeric, "{font-variant-numeric:tabular-nums;}", _mixins.applyHyphensNormal, ";&.", _tokens.classes.typoWithBreakWord, "{", _mixins.applyHyphens, ";}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9UeXBvZ3JhcGh5L1R5cG9ncmFwaHkuc3R5bGVzLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1R5cG9ncmFwaHkvVHlwb2dyYXBoeS5zdHlsZXMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBhcHBseUh5cGhlbnMsIGFwcGx5SHlwaGVuc05vcm1hbCB9IGZyb20gJy4uLy4uL21peGlucyc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHRva2VucyB9IGZyb20gJy4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG5cbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLnR5cG9Gb250U3R5bGV9KTtcbiAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLnR5cG9Gb250TGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRMaW5lSGVpZ2h0fSk7XG4gICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy50eXBvRm9udFdlaWdodH0pO1xuXG4gICAgYm9yZGVyOiAwO1xuXG4gICAgJi4ke2NsYXNzZXMudHlwb0JvbGR9IHtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy50eXBvRm9udFdlaWdodEJvbGR9KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy50eXBvTWVkaXVtfSB7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHRNZWRpdW19KTtcbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy50eXBvV2l0aE5vV3JhcH0ge1xuICAgICAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLnR5cG9Jc051bWVyaWN9IHtcbiAgICAgICAgZm9udC12YXJpYW50LW51bWVyaWM6IHRhYnVsYXItbnVtcztcbiAgICB9XG5cbiAgICAke2FwcGx5SHlwaGVuc05vcm1hbH07XG5cbiAgICAmLiR7Y2xhc3Nlcy50eXBvV2l0aEJyZWFrV29yZH0ge1xuICAgICAgICAke2FwcGx5SHlwaGVuc307XG4gICAgfVxuYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNb0IifQ== */");