@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
@@ -46,8 +46,9 @@ export var config = {
46
46
  ":var(--text-secondary-active);",
47
47
  ":var(--surface-clear);",
48
48
  ":0.4;",
49
- ":var(--surface-accent);"
50
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
49
+ ":var(--surface-accent);",
50
+ ":var(--text-primary);"
51
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
51
52
  accent: css([
52
53
  "",
53
54
  ":var(--on-dark-text-primary);",
@@ -85,8 +86,9 @@ export var config = {
85
86
  ":var(--text-secondary-active);",
86
87
  ":var(--surface-clear);",
87
88
  ":0.4;",
88
- ":var(--surface-accent);"
89
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
89
+ ":var(--surface-accent);",
90
+ ":var(--text-primary);"
91
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
90
92
  secondary: css([
91
93
  "",
92
94
  ":var(--text-primary);",
@@ -124,8 +126,9 @@ export var config = {
124
126
  ":var(--text-secondary-active);",
125
127
  ":var(--surface-clear);",
126
128
  ":0.4;",
127
- ":var(--surface-accent);"
128
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
129
+ ":var(--surface-accent);",
130
+ ":var(--text-primary);"
131
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
129
132
  clear: css([
130
133
  "",
131
134
  ":var(--text-primary);",
@@ -163,8 +166,9 @@ export var config = {
163
166
  ":var(--text-secondary-active);",
164
167
  ":var(--surface-clear);",
165
168
  ":0.4;",
166
- ":var(--surface-accent);"
167
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
169
+ ":var(--surface-accent);",
170
+ ":var(--text-primary);"
171
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
168
172
  positive: css([
169
173
  "",
170
174
  ":var(--on-dark-text-primary);",
@@ -192,8 +196,9 @@ export var config = {
192
196
  ":var(--text-secondary-active);",
193
197
  ":var(--surface-clear);",
194
198
  ":0.4;",
195
- ":var(--surface-accent);"
196
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
199
+ ":var(--surface-accent);",
200
+ ":var(--text-primary);"
201
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
197
202
  success: css([
198
203
  "",
199
204
  ":var(--text-primary);",
@@ -220,8 +225,9 @@ export var config = {
220
225
  ":var(--text-secondary-active);",
221
226
  ":var(--surface-clear);",
222
227
  ":0.4;",
223
- ":var(--surface-accent);"
224
- ], attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
228
+ ":var(--surface-accent);",
229
+ ":var(--text-primary);"
230
+ ], attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
225
231
  warning: css([
226
232
  "",
227
233
  ":var(--on-dark-text-primary);",
@@ -259,8 +265,9 @@ export var config = {
259
265
  ":var(--text-secondary-active);",
260
266
  ":var(--surface-clear);",
261
267
  ":0.4;",
262
- ":var(--surface-accent);"
263
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
268
+ ":var(--surface-accent);",
269
+ ":var(--text-primary);"
270
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
264
271
  critical: css([
265
272
  "",
266
273
  ":var(--text-primary);",
@@ -287,8 +294,9 @@ export var config = {
287
294
  ":var(--text-secondary-active);",
288
295
  ":var(--surface-clear);",
289
296
  ":0.4;",
290
- ":var(--surface-accent);"
291
- ], attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
297
+ ":var(--surface-accent);",
298
+ ":var(--text-primary);"
299
+ ], attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
292
300
  negative: css([
293
301
  "",
294
302
  ":var(--on-dark-text-primary);",
@@ -316,8 +324,9 @@ export var config = {
316
324
  ":var(--text-secondary-active);",
317
325
  ":var(--surface-clear);",
318
326
  ":0.4;",
319
- ":var(--surface-accent);"
320
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
327
+ ":var(--surface-accent);",
328
+ ":var(--text-primary);"
329
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
321
330
  dark: css([
322
331
  "",
323
332
  ":var(--on-dark-text-primary);",
@@ -355,8 +364,9 @@ export var config = {
355
364
  ":var(--text-secondary-active);",
356
365
  ":var(--surface-clear);",
357
366
  ":0.4;",
358
- ":var(--surface-accent);"
359
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
367
+ ":var(--surface-accent);",
368
+ ":var(--text-primary);"
369
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
360
370
  black: css([
361
371
  "",
362
372
  ":var(--on-dark-text-primary);",
@@ -394,8 +404,9 @@ export var config = {
394
404
  ":var(--text-secondary-active);",
395
405
  ":var(--surface-clear);",
396
406
  ":0.4;",
397
- ":var(--surface-accent);"
398
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
407
+ ":var(--surface-accent);",
408
+ ":var(--text-primary);"
409
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
399
410
  white: css([
400
411
  "",
401
412
  ":var(--on-light-text-primary);",
@@ -433,8 +444,9 @@ export var config = {
433
444
  ":var(--text-secondary-active);",
434
445
  ":var(--surface-clear);",
435
446
  ":0.4;",
436
- ":var(--surface-accent);"
437
- ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor)
447
+ ":var(--surface-accent);",
448
+ ":var(--text-primary);"
449
+ ], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor)
438
450
  },
439
451
  helperTextView: {
440
452
  default: css([
@@ -453,6 +465,7 @@ export var config = {
453
465
  ":0.5rem;",
454
466
  ":1.625rem;",
455
467
  ":3.5rem;",
468
+ ":2.125rem;",
456
469
  ":3.5rem;",
457
470
  ":12.5rem;",
458
471
  ":1.5rem;",
@@ -516,14 +529,19 @@ export var config = {
516
529
  ":var(--plasma-typo-body-xs-letter-spacing);",
517
530
  ":var(--plasma-typo-body-xs-line-height);",
518
531
  ":1rem;",
519
- ":inherit;"
520
- ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor),
532
+ ":inherit;",
533
+ ":0.75rem;",
534
+ ":0.875rem;",
535
+ ":0.125rem;",
536
+ ":1rem;"
537
+ ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.filenameDropdownWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor, attachTokens.moreIconPadding, attachTokens.dropdownBorderRadius, attachTokens.dropdownPadding, attachTokens.dropdownItemPadding),
521
538
  m: css([
522
539
  "",
523
540
  ":1.25rem;",
524
541
  ":0.5rem;",
525
542
  ":1.625rem;",
526
543
  ":3rem;",
544
+ ":2rem;",
527
545
  ":3rem;",
528
546
  ":11.25rem;",
529
547
  ":1.25rem;",
@@ -587,14 +605,19 @@ export var config = {
587
605
  ":var(--plasma-typo-body-xs-letter-spacing);",
588
606
  ":var(--plasma-typo-body-xs-line-height);",
589
607
  ":1rem;",
590
- ":inherit;"
591
- ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor),
608
+ ":inherit;",
609
+ ":0.5rem;",
610
+ ":0.75rem;",
611
+ ":0.125rem;",
612
+ ":0.5rem 0.875rem;"
613
+ ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.filenameDropdownWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor, attachTokens.moreIconPadding, attachTokens.dropdownBorderRadius, attachTokens.dropdownPadding, attachTokens.dropdownItemPadding),
592
614
  s: css([
593
615
  "",
594
616
  ":1rem;",
595
617
  ":0.375rem;",
596
618
  ":1.5rem;",
597
619
  ":2.5rem;",
620
+ ":2rem;",
598
621
  ":2.5rem;",
599
622
  ":11.25rem;",
600
623
  ":1rem;",
@@ -658,8 +681,12 @@ export var config = {
658
681
  ":var(--plasma-typo-body-xs-letter-spacing);",
659
682
  ":var(--plasma-typo-body-xs-line-height);",
660
683
  ":1rem;",
661
- ":inherit;"
662
- ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor),
684
+ ":inherit;",
685
+ ":0.25rem;",
686
+ ":0.625rem;",
687
+ ":0.125rem;",
688
+ ":0.25rem 0.75rem;"
689
+ ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.filenameDropdownWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor, attachTokens.moreIconPadding, attachTokens.dropdownBorderRadius, attachTokens.dropdownPadding, attachTokens.dropdownItemPadding),
663
690
  xs: css([
664
691
  "",
665
692
  ":0.75rem;",
@@ -667,6 +694,7 @@ export var config = {
667
694
  ":1.375rem;",
668
695
  ":2rem;",
669
696
  ":2rem;",
697
+ ":2rem;",
670
698
  ":10rem;",
671
699
  ":0.75rem;",
672
700
  ":0.5rem;",
@@ -729,8 +757,12 @@ export var config = {
729
757
  ":var(--plasma-typo-body-xs-letter-spacing);",
730
758
  ":var(--plasma-typo-body-xs-line-height);",
731
759
  ":1rem;",
732
- ":inherit;"
733
- ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor)
760
+ ":inherit;",
761
+ ":0.25rem;",
762
+ ":0.5rem;",
763
+ ":0.125rem;",
764
+ ":0.125rem 0.5rem;"
765
+ ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.filenameDropdownWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor, attachTokens.moreIconPadding, attachTokens.dropdownBorderRadius, attachTokens.dropdownPadding, attachTokens.dropdownItemPadding)
734
766
  }
735
767
  }
736
768
  };
@@ -3,7 +3,8 @@ import { tokens as calendarBaseTokens } from "../../../components/Calendar/Calen
3
3
  export var config = {
4
4
  defaults: {
5
5
  view: 'default',
6
- size: 'm'
6
+ size: 'm',
7
+ tooltipSize: 'm'
7
8
  },
8
9
  variations: {
9
10
  view: {
@@ -36,8 +37,11 @@ export var config = {
36
37
  ":var(--surface-clear);",
37
38
  ":var(--text-primary-hover);",
38
39
  ":var(--surface-clear);",
39
- ":var(--surface-accent);"
40
- ], calendarBaseTokens.calendarSelectedItemBackground, calendarBaseTokens.calendarSelectedItemColor, calendarBaseTokens.calendarSelectableItemBackgroundHover, calendarBaseTokens.calendarCurrentItemBorderColor, calendarBaseTokens.calendarCurrentItemBackgroundHover, calendarBaseTokens.calendarCurrentItemColorHover, calendarBaseTokens.calendarCurrentItemChildBackgroundHover, calendarBaseTokens.calendarActiveItemBackground, calendarBaseTokens.calendarActiveItemColor, calendarBaseTokens.calendarHoveredItemBackground, calendarBaseTokens.calendarHoveredItemColor, calendarBaseTokens.calendarRangeBackground, calendarBaseTokens.calendarOutlineFocusColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarContentPrimaryDisabledColor, calendarBaseTokens.calendarContentSecondaryColor, calendarBaseTokens.calendarContentSecondaryDisabledColor, calendarBaseTokens.calendarHeaderArrowColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarDayOfWeekColor, calendarBaseTokens.calendarDisabledOpacity, calendarBaseTokens.iconButtonColor, calendarBaseTokens.iconButtonBackgroundColor, calendarBaseTokens.iconButtonColorHover, calendarBaseTokens.iconButtonBackgroundColorHover, calendarBaseTokens.iconButtonColorActive, calendarBaseTokens.iconButtonBackgroundColorActive, calendarBaseTokens.iconButtonFocusColor)
40
+ ":var(--surface-accent);",
41
+ ":var(--surface-solid-card-brightness);",
42
+ ":var(--shadow-down-hard-s);",
43
+ ":var(--text-primary);"
44
+ ], calendarBaseTokens.calendarSelectedItemBackground, calendarBaseTokens.calendarSelectedItemColor, calendarBaseTokens.calendarSelectableItemBackgroundHover, calendarBaseTokens.calendarCurrentItemBorderColor, calendarBaseTokens.calendarCurrentItemBackgroundHover, calendarBaseTokens.calendarCurrentItemColorHover, calendarBaseTokens.calendarCurrentItemChildBackgroundHover, calendarBaseTokens.calendarActiveItemBackground, calendarBaseTokens.calendarActiveItemColor, calendarBaseTokens.calendarHoveredItemBackground, calendarBaseTokens.calendarHoveredItemColor, calendarBaseTokens.calendarRangeBackground, calendarBaseTokens.calendarOutlineFocusColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarContentPrimaryDisabledColor, calendarBaseTokens.calendarContentSecondaryColor, calendarBaseTokens.calendarContentSecondaryDisabledColor, calendarBaseTokens.calendarHeaderArrowColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarDayOfWeekColor, calendarBaseTokens.calendarDisabledOpacity, calendarBaseTokens.iconButtonColor, calendarBaseTokens.iconButtonBackgroundColor, calendarBaseTokens.iconButtonColorHover, calendarBaseTokens.iconButtonBackgroundColorHover, calendarBaseTokens.iconButtonColorActive, calendarBaseTokens.iconButtonBackgroundColorActive, calendarBaseTokens.iconButtonFocusColor, calendarBaseTokens.tooltipBackgroundColor, calendarBaseTokens.tooltipBoxShadow, calendarBaseTokens.tooltipColor)
41
45
  },
42
46
  size: {
43
47
  l: css([
@@ -268,6 +272,52 @@ export var config = {
268
272
  ":0.75rem;",
269
273
  ":0.5rem;"
270
274
  ], calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarArrowHeaderCustomSize, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius)
275
+ },
276
+ eventTooltipSize: {
277
+ m: css([
278
+ "",
279
+ ":0.6875rem;",
280
+ ":0.875rem;",
281
+ ":0.6875rem;",
282
+ ":0.875rem;",
283
+ ":2.5rem;",
284
+ ":0.625rem;",
285
+ ":var(--plasma-typo-body-s-font-family);",
286
+ ":var(--plasma-typo-body-s-font-size);",
287
+ ":var(--plasma-typo-body-s-font-style);",
288
+ ":var(--plasma-typo-body-s-font-weight);",
289
+ ":var(--plasma-typo-body-s-letter-spacing);",
290
+ ":var(--plasma-typo-body-s-line-height);",
291
+ ":0.375rem;",
292
+ ":1.25rem;",
293
+ ":1.25rem;",
294
+ ':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");',
295
+ ":0.5rem;",
296
+ ":0.625rem;",
297
+ ":var(--surface-solid-card-brightness);"
298
+ ], calendarBaseTokens.tooltipPaddingTop, calendarBaseTokens.tooltipPaddingRight, calendarBaseTokens.tooltipPaddingBottom, calendarBaseTokens.tooltipPaddingLeft, calendarBaseTokens.tooltipMinHeight, calendarBaseTokens.tooltipBorderRadius, calendarBaseTokens.tooltipTextFontFamily, calendarBaseTokens.tooltipTextFontSize, calendarBaseTokens.tooltipTextFontStyle, calendarBaseTokens.tooltipTextFontWeight, calendarBaseTokens.tooltipTextFontLetterSpacing, calendarBaseTokens.tooltipTextFontLineHeight, calendarBaseTokens.tooltipContentLeftMargin, calendarBaseTokens.tooltipArrowMaskWidth, calendarBaseTokens.tooltipArrowMaskHeight, calendarBaseTokens.tooltipArrowMaskImage, calendarBaseTokens.tooltipArrowHeight, calendarBaseTokens.tooltipArrowEdgeMargin, calendarBaseTokens.tooltipArrowBackground),
299
+ s: css([
300
+ "",
301
+ ":0.5rem;",
302
+ ":0.75rem;",
303
+ ":0.5rem;",
304
+ ":0.75rem;",
305
+ ":2rem;",
306
+ ":0.5rem;",
307
+ ":var(--plasma-typo-body-xs-font-family);",
308
+ ":var(--plasma-typo-body-xs-font-size);",
309
+ ":var(--plasma-typo-body-xs-font-style);",
310
+ ":var(--plasma-typo-body-xs-font-weight);",
311
+ ":var(--plasma-typo-body-xs-letter-spacing);",
312
+ ":var(--plasma-typo-body-xs-line-height);",
313
+ ":0.25rem;",
314
+ ":1rem;",
315
+ ":1rem;",
316
+ ':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");',
317
+ ":0.375rem;",
318
+ ":0.5625rem;",
319
+ ":var(--surface-solid-card-brightness);"
320
+ ], calendarBaseTokens.tooltipPaddingTop, calendarBaseTokens.tooltipPaddingRight, calendarBaseTokens.tooltipPaddingBottom, calendarBaseTokens.tooltipPaddingLeft, calendarBaseTokens.tooltipMinHeight, calendarBaseTokens.tooltipBorderRadius, calendarBaseTokens.tooltipTextFontFamily, calendarBaseTokens.tooltipTextFontSize, calendarBaseTokens.tooltipTextFontStyle, calendarBaseTokens.tooltipTextFontWeight, calendarBaseTokens.tooltipTextFontLetterSpacing, calendarBaseTokens.tooltipTextFontLineHeight, calendarBaseTokens.tooltipContentLeftMargin, calendarBaseTokens.tooltipArrowMaskWidth, calendarBaseTokens.tooltipArrowMaskHeight, calendarBaseTokens.tooltipArrowMaskImage, calendarBaseTokens.tooltipArrowHeight, calendarBaseTokens.tooltipArrowEdgeMargin, calendarBaseTokens.tooltipArrowBackground)
271
321
  }
272
322
  }
273
323
  };
@@ -3,7 +3,8 @@ import { tokens as calendarDoubleTokens } from "../../../components/Calendar/Cal
3
3
  export var config = {
4
4
  defaults: {
5
5
  view: 'default',
6
- size: 'm'
6
+ size: 'm',
7
+ tooltipSize: 'm'
7
8
  },
8
9
  variations: {
9
10
  view: {
@@ -37,8 +38,11 @@ export var config = {
37
38
  ":var(--surface-clear);",
38
39
  ":var(--text-primary-hover);",
39
40
  ":var(--surface-clear);",
40
- ":var(--surface-accent);"
41
- ], calendarDoubleTokens.calendarSeparatorBackground, calendarDoubleTokens.calendarBackgroundColor, calendarDoubleTokens.calendarSelectedItemBackground, calendarDoubleTokens.calendarSelectedItemColor, calendarDoubleTokens.calendarSelectableItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemBorderColor, calendarDoubleTokens.calendarCurrentItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemColorHover, calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, calendarDoubleTokens.calendarActiveItemBackground, calendarDoubleTokens.calendarActiveItemColor, calendarDoubleTokens.calendarHoveredItemBackground, calendarDoubleTokens.calendarHoveredItemColor, calendarDoubleTokens.calendarRangeBackground, calendarDoubleTokens.calendarOutlineFocusColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentPrimaryDisabledColor, calendarDoubleTokens.calendarHeaderArrowColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentSecondaryColor, calendarDoubleTokens.calendarContentSecondaryDisabledColor, calendarDoubleTokens.calendarDisabledOpacity, calendarDoubleTokens.iconButtonColor, calendarDoubleTokens.iconButtonBackgroundColor, calendarDoubleTokens.iconButtonColorHover, calendarDoubleTokens.iconButtonBackgroundColorHover, calendarDoubleTokens.iconButtonColorActive, calendarDoubleTokens.iconButtonBackgroundColorActive, calendarDoubleTokens.iconButtonFocusColor)
41
+ ":var(--surface-accent);",
42
+ ":var(--surface-solid-card-brightness);",
43
+ ":var(--shadow-down-hard-s);",
44
+ ":var(--text-primary);"
45
+ ], calendarDoubleTokens.calendarSeparatorBackground, calendarDoubleTokens.calendarBackgroundColor, calendarDoubleTokens.calendarSelectedItemBackground, calendarDoubleTokens.calendarSelectedItemColor, calendarDoubleTokens.calendarSelectableItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemBorderColor, calendarDoubleTokens.calendarCurrentItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemColorHover, calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, calendarDoubleTokens.calendarActiveItemBackground, calendarDoubleTokens.calendarActiveItemColor, calendarDoubleTokens.calendarHoveredItemBackground, calendarDoubleTokens.calendarHoveredItemColor, calendarDoubleTokens.calendarRangeBackground, calendarDoubleTokens.calendarOutlineFocusColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentPrimaryDisabledColor, calendarDoubleTokens.calendarHeaderArrowColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentSecondaryColor, calendarDoubleTokens.calendarContentSecondaryDisabledColor, calendarDoubleTokens.calendarDisabledOpacity, calendarDoubleTokens.iconButtonColor, calendarDoubleTokens.iconButtonBackgroundColor, calendarDoubleTokens.iconButtonColorHover, calendarDoubleTokens.iconButtonBackgroundColorHover, calendarDoubleTokens.iconButtonColorActive, calendarDoubleTokens.iconButtonBackgroundColorActive, calendarDoubleTokens.iconButtonFocusColor, calendarDoubleTokens.tooltipBackgroundColor, calendarDoubleTokens.tooltipBoxShadow, calendarDoubleTokens.tooltipColor)
42
46
  },
43
47
  size: {
44
48
  l: css([
@@ -270,6 +274,52 @@ export var config = {
270
274
  ":0.75rem;",
271
275
  ":0.5rem;"
272
276
  ], calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius)
277
+ },
278
+ eventTooltipSize: {
279
+ m: css([
280
+ "",
281
+ ":0.6875rem;",
282
+ ":0.875rem;",
283
+ ":0.6875rem;",
284
+ ":0.875rem;",
285
+ ":2.5rem;",
286
+ ":0.625rem;",
287
+ ":var(--plasma-typo-body-s-font-family);",
288
+ ":var(--plasma-typo-body-s-font-size);",
289
+ ":var(--plasma-typo-body-s-font-style);",
290
+ ":var(--plasma-typo-body-s-font-weight);",
291
+ ":var(--plasma-typo-body-s-letter-spacing);",
292
+ ":var(--plasma-typo-body-s-line-height);",
293
+ ":0.375rem;",
294
+ ":1.25rem;",
295
+ ":1.25rem;",
296
+ ':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");',
297
+ ":0.5rem;",
298
+ ":0.625rem;",
299
+ ":var(--surface-solid-card-brightness);"
300
+ ], calendarDoubleTokens.tooltipPaddingTop, calendarDoubleTokens.tooltipPaddingRight, calendarDoubleTokens.tooltipPaddingBottom, calendarDoubleTokens.tooltipPaddingLeft, calendarDoubleTokens.tooltipMinHeight, calendarDoubleTokens.tooltipBorderRadius, calendarDoubleTokens.tooltipTextFontFamily, calendarDoubleTokens.tooltipTextFontSize, calendarDoubleTokens.tooltipTextFontStyle, calendarDoubleTokens.tooltipTextFontWeight, calendarDoubleTokens.tooltipTextFontLetterSpacing, calendarDoubleTokens.tooltipTextFontLineHeight, calendarDoubleTokens.tooltipContentLeftMargin, calendarDoubleTokens.tooltipArrowMaskWidth, calendarDoubleTokens.tooltipArrowMaskHeight, calendarDoubleTokens.tooltipArrowMaskImage, calendarDoubleTokens.tooltipArrowHeight, calendarDoubleTokens.tooltipArrowEdgeMargin, calendarDoubleTokens.tooltipArrowBackground),
301
+ s: css([
302
+ "",
303
+ ":0.5rem;",
304
+ ":0.75rem;",
305
+ ":0.5rem;",
306
+ ":0.75rem;",
307
+ ":2rem;",
308
+ ":0.5rem;",
309
+ ":var(--plasma-typo-body-xs-font-family);",
310
+ ":var(--plasma-typo-body-xs-font-size);",
311
+ ":var(--plasma-typo-body-xs-font-style);",
312
+ ":var(--plasma-typo-body-xs-font-weight);",
313
+ ":var(--plasma-typo-body-xs-letter-spacing);",
314
+ ":var(--plasma-typo-body-xs-line-height);",
315
+ ":0.25rem;",
316
+ ":1rem;",
317
+ ":1rem;",
318
+ ':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");',
319
+ ":0.375rem;",
320
+ ":0.5625rem;",
321
+ ":var(--surface-solid-card-brightness);"
322
+ ], calendarDoubleTokens.tooltipPaddingTop, calendarDoubleTokens.tooltipPaddingRight, calendarDoubleTokens.tooltipPaddingBottom, calendarDoubleTokens.tooltipPaddingLeft, calendarDoubleTokens.tooltipMinHeight, calendarDoubleTokens.tooltipBorderRadius, calendarDoubleTokens.tooltipTextFontFamily, calendarDoubleTokens.tooltipTextFontSize, calendarDoubleTokens.tooltipTextFontStyle, calendarDoubleTokens.tooltipTextFontWeight, calendarDoubleTokens.tooltipTextFontLetterSpacing, calendarDoubleTokens.tooltipTextFontLineHeight, calendarDoubleTokens.tooltipContentLeftMargin, calendarDoubleTokens.tooltipArrowMaskWidth, calendarDoubleTokens.tooltipArrowMaskHeight, calendarDoubleTokens.tooltipArrowMaskImage, calendarDoubleTokens.tooltipArrowHeight, calendarDoubleTokens.tooltipArrowEdgeMargin, calendarDoubleTokens.tooltipArrowBackground)
273
323
  }
274
324
  }
275
325
  };
@@ -1,7 +0,0 @@
1
- import { component, mergeConfig } from "../../../engines";
2
- import { comboboxNewConfig } from "../../..";
3
- import { config } from "./Combobox.config";
4
- var mergedConfig = mergeConfig(comboboxNewConfig, config);
5
- var ComboboxComponent = component(mergedConfig);
6
- var Combobox = ComboboxComponent;
7
- export { Combobox };
@@ -66,8 +66,11 @@ export var config = {
66
66
  ":var(--surface-clear);",
67
67
  ":var(--text-primary-hover);",
68
68
  ":var(--surface-clear);",
69
- ":var(--surface-accent);"
70
- ], tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.textFieldPlaceholderColorFocus, tokens.calendarShadow, tokens.calendarSeparatorBackground, tokens.calendarBackgroundColor, tokens.calendarSelectedItemBackground, tokens.calendarSelectedItemColor, tokens.calendarSelectableItemBackgroundHover, tokens.calendarCurrentItemBorderColor, tokens.calendarCurrentItemBackgroundHover, tokens.calendarCurrentItemColorHover, tokens.calendarCurrentItemChildBackgroundHover, tokens.calendarActiveItemBackground, tokens.calendarActiveItemColor, tokens.calendarHoveredItemBackground, tokens.calendarHoveredItemColor, tokens.calendarRangeBackground, tokens.calendarOutlineFocusColor, tokens.calendarContentPrimaryColor, tokens.calendarContentPrimaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor)
69
+ ":var(--surface-accent);",
70
+ ":var(--surface-solid-card-brightness);",
71
+ ":var(--shadow-down-hard-s);",
72
+ ":var(--text-primary);"
73
+ ], tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.textFieldPlaceholderColorFocus, tokens.calendarShadow, tokens.calendarSeparatorBackground, tokens.calendarBackgroundColor, tokens.calendarSelectedItemBackground, tokens.calendarSelectedItemColor, tokens.calendarSelectableItemBackgroundHover, tokens.calendarCurrentItemBorderColor, tokens.calendarCurrentItemBackgroundHover, tokens.calendarCurrentItemColorHover, tokens.calendarCurrentItemChildBackgroundHover, tokens.calendarActiveItemBackground, tokens.calendarActiveItemColor, tokens.calendarHoveredItemBackground, tokens.calendarHoveredItemColor, tokens.calendarRangeBackground, tokens.calendarOutlineFocusColor, tokens.calendarContentPrimaryColor, tokens.calendarContentPrimaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor, tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor)
71
74
  },
72
75
  size: {
73
76
  l: css([
@@ -491,6 +494,52 @@ export var config = {
491
494
  ":0.5rem;"
492
495
  ], tokens.width, tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius)
493
496
  },
497
+ eventTooltipSize: {
498
+ m: css([
499
+ "",
500
+ ":0.6875rem;",
501
+ ":0.875rem;",
502
+ ":0.6875rem;",
503
+ ":0.875rem;",
504
+ ":2.5rem;",
505
+ ":0.625rem;",
506
+ ":var(--plasma-typo-body-s-font-family);",
507
+ ":var(--plasma-typo-body-s-font-size);",
508
+ ":var(--plasma-typo-body-s-font-style);",
509
+ ":var(--plasma-typo-body-s-font-weight);",
510
+ ":var(--plasma-typo-body-s-letter-spacing);",
511
+ ":var(--plasma-typo-body-s-line-height);",
512
+ ":0.375rem;",
513
+ ":1.25rem;",
514
+ ":1.25rem;",
515
+ ':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");',
516
+ ":0.5rem;",
517
+ ":0.625rem;",
518
+ ":var(--surface-solid-card-brightness);"
519
+ ], tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin, tokens.tooltipArrowBackground),
520
+ s: css([
521
+ "",
522
+ ":0.5rem;",
523
+ ":0.75rem;",
524
+ ":0.5rem;",
525
+ ":0.75rem;",
526
+ ":2rem;",
527
+ ":0.5rem;",
528
+ ":var(--plasma-typo-body-xs-font-family);",
529
+ ":var(--plasma-typo-body-xs-font-size);",
530
+ ":var(--plasma-typo-body-xs-font-style);",
531
+ ":var(--plasma-typo-body-xs-font-weight);",
532
+ ":var(--plasma-typo-body-xs-letter-spacing);",
533
+ ":var(--plasma-typo-body-xs-line-height);",
534
+ ":0.25rem;",
535
+ ":1rem;",
536
+ ":1rem;",
537
+ ':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");',
538
+ ":0.375rem;",
539
+ ":0.5625rem;",
540
+ ":var(--surface-solid-card-brightness);"
541
+ ], tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin, tokens.tooltipArrowBackground)
542
+ },
494
543
  disabled: {
495
544
  true: css([
496
545
  "",
@@ -30,8 +30,9 @@ export var config = {
30
30
  ":var(--surface-transparent-secondary);",
31
31
  ":var(--surface-transparent-secondary);",
32
32
  ":var(--surface-transparent-tertiary);",
33
- ":var(--surface-transparent-primary);"
34
- ], tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.labelColor, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.indicatorColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldPlaceholderColorFocus, tokens.timePickerBackground, tokens.itemBackgroundHover, tokens.itemBackgroundActive, tokens.scrollbarColor, tokens.scrollbarTrackColor)
33
+ ":var(--surface-transparent-primary);",
34
+ ":0.4;"
35
+ ], tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.labelColor, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.indicatorColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldPlaceholderColorFocus, tokens.timePickerBackground, tokens.itemBackgroundHover, tokens.itemBackgroundActive, tokens.scrollbarColor, tokens.scrollbarTrackColor, tokens.disabledOpacity)
35
36
  },
36
37
  size: {
37
38
  l: css([