baseui 12.2.0 → 13.0.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 (1038) hide show
  1. package/a11y/a11y.js +6 -2
  2. package/a11y/types.d.ts +1 -1
  3. package/accordion/accordion.js +1 -0
  4. package/accordion/index.d.ts +1 -1
  5. package/accordion/locale.d.ts +1 -1
  6. package/accordion/panel.js +2 -1
  7. package/accordion/stateless-accordion.js +3 -1
  8. package/accordion/types.d.ts +18 -18
  9. package/app-nav-bar/app-nav-bar.js +9 -3
  10. package/app-nav-bar/index.d.ts +4 -4
  11. package/app-nav-bar/mobile-menu.js +4 -2
  12. package/app-nav-bar/styled-components.js +2 -35
  13. package/app-nav-bar/styled-components.js.flow +6 -36
  14. package/app-nav-bar/types.d.ts +6 -6
  15. package/app-nav-bar/user-menu.js +3 -2
  16. package/app-nav-bar/utils.d.ts +1 -1
  17. package/aspect-ratio-box/aspect-ratio-box-body.js +11 -7
  18. package/aspect-ratio-box/aspect-ratio-box.js +1 -0
  19. package/aspect-ratio-box/types.d.ts +1 -1
  20. package/avatar/avatar.js +3 -1
  21. package/avatar/styled-components.js +3 -1
  22. package/avatar/types.d.ts +6 -6
  23. package/badge/index.d.ts +8 -8
  24. package/badge/styled-components.js +8 -5
  25. package/badge/styled-components.js.flow +9 -4
  26. package/badge/types.d.ts +9 -9
  27. package/badge/utils.d.ts +1 -1
  28. package/banner/banner.js +26 -10
  29. package/banner/banner.js.flow +9 -4
  30. package/banner/index.d.ts +3 -3
  31. package/banner/styled-components.js +1 -1
  32. package/banner/types.d.ts +12 -11
  33. package/block/styled-components.js +21 -4
  34. package/block/types.d.ts +21 -21
  35. package/bottom-navigation/bottom-navigation.d.ts +4 -0
  36. package/bottom-navigation/bottom-navigation.js +170 -0
  37. package/bottom-navigation/index.d.ts +4 -0
  38. package/bottom-navigation/index.js +55 -0
  39. package/bottom-navigation/index.js.flow +72 -0
  40. package/bottom-navigation/nav-item.d.ts +3 -0
  41. package/bottom-navigation/nav-item.js +20 -0
  42. package/bottom-navigation/package.json +4 -0
  43. package/bottom-navigation/panel.d.ts +3 -0
  44. package/bottom-navigation/panel.js +53 -0
  45. package/bottom-navigation/selector.d.ts +3 -0
  46. package/bottom-navigation/selector.js +71 -0
  47. package/bottom-navigation/styled-components.d.ts +9 -0
  48. package/bottom-navigation/styled-components.js +105 -0
  49. package/bottom-navigation/types.d.ts +45 -0
  50. package/bottom-navigation/types.js +5 -0
  51. package/breadcrumbs/breadcrumbs.js +6 -2
  52. package/breadcrumbs/locale.d.ts +1 -1
  53. package/breadcrumbs/types.d.ts +2 -2
  54. package/button/button-internals.js +13 -0
  55. package/button/button.d.ts +2 -2
  56. package/button/button.js +3 -8
  57. package/button/index.d.ts +1 -1
  58. package/button/styled-components.js +11 -6
  59. package/button/types.d.ts +4 -4
  60. package/button-dock/button-dock.d.ts +4 -0
  61. package/button-dock/button-dock.js +63 -0
  62. package/button-dock/index.d.ts +3 -0
  63. package/button-dock/index.js +46 -0
  64. package/button-dock/index.js.flow +37 -0
  65. package/button-dock/package.json +4 -0
  66. package/button-dock/styled-components.d.ts +5 -0
  67. package/button-dock/styled-components.js +63 -0
  68. package/button-dock/types.d.ts +14 -0
  69. package/button-dock/types.js +5 -0
  70. package/button-docked/button-docked.d.ts +4 -0
  71. package/button-docked/button-docked.js +63 -0
  72. package/button-docked/index.d.ts +3 -0
  73. package/button-docked/index.js +46 -0
  74. package/button-docked/index.js.flow +37 -0
  75. package/button-docked/package.json +4 -0
  76. package/button-docked/styled-components.d.ts +5 -0
  77. package/button-docked/styled-components.js +62 -0
  78. package/button-docked/types.d.ts +14 -0
  79. package/button-docked/types.js +5 -0
  80. package/button-group/button-group.js +5 -0
  81. package/button-group/locale.d.ts +1 -1
  82. package/button-group/stateful-container.d.ts +1 -1
  83. package/button-group/stateful-container.js +3 -0
  84. package/button-group/types.d.ts +11 -11
  85. package/button-timed/button-timed.js +3 -2
  86. package/button-timed/index.d.ts +2 -2
  87. package/button-timed/index.js +4 -4
  88. package/button-timed/styled-components.d.ts +2 -2
  89. package/button-timed/styled-components.js +9 -7
  90. package/button-timed/types.d.ts +2 -2
  91. package/card/card.js +4 -2
  92. package/card/types.d.ts +3 -3
  93. package/checkbox/checkbox.d.ts +2 -0
  94. package/checkbox/checkbox.js +36 -16
  95. package/checkbox/checkbox.js.flow +1 -4
  96. package/checkbox/styled-components.js +11 -5
  97. package/checkbox/types.d.ts +15 -17
  98. package/checkbox/types.js.flow +2 -2
  99. package/combobox/combobox.js +20 -20
  100. package/combobox/combobox.js.flow +8 -3
  101. package/combobox/index.d.ts +1 -1
  102. package/combobox/styled-components.js +3 -1
  103. package/combobox/types.d.ts +5 -3
  104. package/combobox/types.js.flow +2 -0
  105. package/data-table/column-anchor.d.ts +5 -5
  106. package/data-table/column-anchor.js +3 -1
  107. package/data-table/column-boolean.d.ts +3 -3
  108. package/data-table/column-boolean.js +4 -2
  109. package/data-table/column-categorical.d.ts +4 -4
  110. package/data-table/column-categorical.js +8 -3
  111. package/data-table/column-custom.d.ts +1 -1
  112. package/data-table/column-datetime.d.ts +4 -4
  113. package/data-table/column-datetime.js +22 -6
  114. package/data-table/column-numerical.d.ts +4 -4
  115. package/data-table/column-numerical.js +12 -6
  116. package/data-table/column-row-index.d.ts +3 -3
  117. package/data-table/column-row-index.js +2 -1
  118. package/data-table/column-string.d.ts +3 -3
  119. package/data-table/column-string.js +3 -1
  120. package/data-table/column.js +2 -0
  121. package/data-table/data-table.js +31 -12
  122. package/data-table/filter-menu.d.ts +1 -1
  123. package/data-table/filter-menu.js +18 -6
  124. package/data-table/filter-shell.d.ts +2 -2
  125. package/data-table/header-cell.d.ts +1 -1
  126. package/data-table/header-cell.js +2 -0
  127. package/data-table/index.d.ts +5 -5
  128. package/data-table/locale.d.ts +5 -1
  129. package/data-table/locale.js +3 -1
  130. package/data-table/locale.js.flow +4 -1
  131. package/data-table/measure-column-widths.d.ts +1 -1
  132. package/data-table/measure-column-widths.js +23 -22
  133. package/data-table/measure-column-widths.js.flow +1 -2
  134. package/data-table/stateful-container.js +16 -7
  135. package/data-table/stateful-data-table.js +16 -10
  136. package/data-table/text-search.js +1 -0
  137. package/data-table/types.d.ts +14 -14
  138. package/datepicker/calendar-header.js +63 -20
  139. package/datepicker/calendar-header.js.flow +9 -7
  140. package/datepicker/calendar.d.ts +1 -0
  141. package/datepicker/calendar.js +94 -20
  142. package/datepicker/calendar.js.flow +56 -1
  143. package/datepicker/datepicker.d.ts +2 -1
  144. package/datepicker/datepicker.js +34 -12
  145. package/datepicker/day.js +10 -3
  146. package/datepicker/index.d.ts +1 -1
  147. package/datepicker/index.js.flow +1 -0
  148. package/datepicker/locale.d.ts +1 -1
  149. package/datepicker/locale.js +1 -1
  150. package/datepicker/month.js +14 -1
  151. package/datepicker/stateful-calendar.d.ts +1 -1
  152. package/datepicker/stateful-container.d.ts +2 -2
  153. package/datepicker/stateful-container.js +3 -2
  154. package/datepicker/stateful-datepicker.d.ts +1 -1
  155. package/datepicker/styled-components.d.ts +6 -2
  156. package/datepicker/styled-components.js +84 -49
  157. package/datepicker/types.d.ts +35 -22
  158. package/datepicker/types.js.flow +13 -0
  159. package/datepicker/utils/calendar-header-helpers.d.ts +2 -2
  160. package/datepicker/utils/date-helpers.js +3 -2
  161. package/datepicker/utils/day-state.js +6 -2
  162. package/datepicker/utils/index.d.ts +1 -1
  163. package/datepicker/utils/types.d.ts +7 -7
  164. package/datepicker/week.js +7 -3
  165. package/divider/types.d.ts +1 -1
  166. package/dnd-list/index.d.ts +1 -1
  167. package/dnd-list/list.js +2 -0
  168. package/dnd-list/stateful-list-container.js +4 -2
  169. package/dnd-list/styled-components.js +4 -2
  170. package/dnd-list/types.d.ts +8 -8
  171. package/drawer/drawer.d.ts +3 -3
  172. package/drawer/locale.d.ts +1 -1
  173. package/drawer/styled-components.js +14 -11
  174. package/drawer/types.d.ts +11 -11
  175. package/es/a11y/a11y.js +6 -2
  176. package/es/accordion/accordion.js +1 -0
  177. package/es/accordion/panel.js +2 -1
  178. package/es/accordion/stateless-accordion.js +3 -1
  179. package/es/app-nav-bar/app-nav-bar.js +8 -4
  180. package/es/app-nav-bar/mobile-menu.js +6 -3
  181. package/es/app-nav-bar/styled-components.js +5 -35
  182. package/es/app-nav-bar/user-menu.js +3 -2
  183. package/es/aspect-ratio-box/aspect-ratio-box-body.js +4 -1
  184. package/es/aspect-ratio-box/aspect-ratio-box.js +1 -0
  185. package/es/avatar/avatar.js +3 -1
  186. package/es/avatar/styled-components.js +3 -1
  187. package/es/badge/styled-components.js +8 -6
  188. package/es/banner/banner.js +26 -10
  189. package/es/banner/styled-components.js +1 -1
  190. package/es/block/styled-components.js +21 -4
  191. package/es/bottom-navigation/bottom-navigation.js +109 -0
  192. package/es/bottom-navigation/index.js +10 -0
  193. package/es/bottom-navigation/nav-item.js +12 -0
  194. package/es/bottom-navigation/panel.js +25 -0
  195. package/es/bottom-navigation/selector.js +34 -0
  196. package/es/bottom-navigation/styled-components.js +89 -0
  197. package/es/bottom-navigation/types.js +1 -0
  198. package/es/breadcrumbs/breadcrumbs.js +6 -2
  199. package/es/button/button-internals.js +13 -0
  200. package/es/button/button.js +7 -13
  201. package/es/button/styled-components.js +17 -6
  202. package/es/button-dock/button-dock.js +29 -0
  203. package/es/button-dock/index.js +9 -0
  204. package/es/button-dock/styled-components.js +49 -0
  205. package/es/button-dock/types.js +1 -0
  206. package/es/button-docked/button-docked.js +29 -0
  207. package/es/button-docked/index.js +9 -0
  208. package/es/button-docked/styled-components.js +48 -0
  209. package/es/button-docked/types.js +1 -0
  210. package/es/button-group/button-group.js +5 -0
  211. package/es/button-group/stateful-container.js +3 -0
  212. package/es/button-timed/button-timed.js +2 -1
  213. package/es/button-timed/index.js +2 -2
  214. package/es/button-timed/styled-components.js +6 -4
  215. package/es/card/card.js +3 -2
  216. package/es/checkbox/checkbox.js +37 -16
  217. package/es/checkbox/styled-components.js +11 -5
  218. package/es/combobox/combobox.js +19 -20
  219. package/es/combobox/styled-components.js +3 -1
  220. package/es/data-table/column-anchor.js +3 -1
  221. package/es/data-table/column-boolean.js +4 -2
  222. package/es/data-table/column-categorical.js +7 -3
  223. package/es/data-table/column-datetime.js +22 -6
  224. package/es/data-table/column-numerical.js +14 -7
  225. package/es/data-table/column-row-index.js +2 -1
  226. package/es/data-table/column-string.js +3 -1
  227. package/es/data-table/column.js +2 -0
  228. package/es/data-table/data-table.js +32 -13
  229. package/es/data-table/filter-menu.js +16 -6
  230. package/es/data-table/header-cell.js +2 -0
  231. package/es/data-table/locale.js +3 -1
  232. package/es/data-table/measure-column-widths.js +23 -22
  233. package/es/data-table/stateful-container.js +15 -7
  234. package/es/data-table/stateful-data-table.js +14 -8
  235. package/es/data-table/text-search.js +1 -0
  236. package/es/datepicker/calendar-header.js +63 -20
  237. package/es/datepicker/calendar.js +68 -12
  238. package/es/datepicker/datepicker.js +32 -12
  239. package/es/datepicker/day.js +10 -3
  240. package/es/datepicker/locale.js +1 -1
  241. package/es/datepicker/month.js +14 -1
  242. package/es/datepicker/stateful-container.js +3 -2
  243. package/es/datepicker/styled-components.js +85 -54
  244. package/es/datepicker/utils/date-helpers.js +3 -2
  245. package/es/datepicker/utils/day-state.js +6 -2
  246. package/es/datepicker/week.js +7 -3
  247. package/es/dnd-list/list.js +2 -0
  248. package/es/dnd-list/stateful-list-container.js +5 -2
  249. package/es/dnd-list/styled-components.js +4 -2
  250. package/es/drawer/styled-components.js +14 -11
  251. package/es/file-uploader/file-uploader.js +92 -82
  252. package/es/file-uploader/styled-components.js +5 -3
  253. package/es/flex-grid/flex-grid-item.js +7 -2
  254. package/es/flex-grid/flex-grid.js +2 -1
  255. package/es/form-control/form-control.js +10 -2
  256. package/es/helper/stateful-helper.js +1 -0
  257. package/es/helper/styled-components.js +9 -5
  258. package/es/helpers/overrides.js +1 -0
  259. package/es/helpers/react-helpers.js +1 -1
  260. package/es/helpers/responsive-helpers.js +25 -1
  261. package/es/icon/alert.js +1 -0
  262. package/es/icon/arrow-down.js +1 -0
  263. package/es/icon/arrow-left.js +1 -0
  264. package/es/icon/arrow-right.js +1 -0
  265. package/es/icon/arrow-up.js +1 -0
  266. package/es/icon/blank.js +1 -0
  267. package/es/icon/calendar.js +44 -0
  268. package/es/icon/check-indeterminate.js +1 -0
  269. package/es/icon/check.js +1 -0
  270. package/es/icon/chevron-down.js +1 -0
  271. package/es/icon/chevron-left.js +1 -0
  272. package/es/icon/chevron-right.js +1 -0
  273. package/es/icon/chevron-up.js +1 -0
  274. package/es/icon/delete-alt.js +1 -0
  275. package/es/icon/delete.js +1 -0
  276. package/es/icon/filter.js +1 -0
  277. package/es/icon/grab.js +1 -0
  278. package/es/icon/hide.js +1 -0
  279. package/es/icon/icon-exports.js +1 -0
  280. package/es/icon/icon.js +1 -0
  281. package/es/icon/menu.js +1 -0
  282. package/es/icon/omit-dollar-prefixed-keys.js +1 -0
  283. package/es/icon/overflow.js +1 -0
  284. package/es/icon/plus.js +1 -0
  285. package/es/icon/search.js +1 -0
  286. package/es/icon/show.js +1 -0
  287. package/es/icon/spinner.js +1 -0
  288. package/es/icon/styled-components.js +4 -0
  289. package/es/icon/triangle-down.js +1 -0
  290. package/es/icon/triangle-left.js +1 -0
  291. package/es/icon/triangle-right.js +1 -0
  292. package/es/icon/triangle-up.js +1 -0
  293. package/es/icon/upload.js +1 -0
  294. package/es/input/base-input.js +33 -8
  295. package/es/input/input.js +13 -4
  296. package/es/input/masked-input.js +2 -1
  297. package/es/input/stateful-container.js +4 -1
  298. package/es/input/styled-components.js +31 -7
  299. package/es/input/utils.js +2 -0
  300. package/es/layer/layer.js +5 -1
  301. package/es/layer/tether.js +3 -0
  302. package/es/layout-grid/grid.js +1 -0
  303. package/es/layout-grid/index.js +2 -1
  304. package/es/layout-grid/styled-components.js +6 -3
  305. package/es/link/index.js +1 -0
  306. package/es/list/list-heading.js +21 -22
  307. package/es/list/list-item.js +5 -1
  308. package/es/list/styled-components.js +16 -3
  309. package/es/locale/es_AR.js +3 -1
  310. package/es/locale/index.js +10 -4
  311. package/es/locale/tr_TR.js +3 -1
  312. package/es/map-marker/calculate-offsets.js +20 -0
  313. package/es/map-marker/constants.js +116 -1
  314. package/es/map-marker/fixed-marker.js +2 -0
  315. package/es/map-marker/floating-marker.js +3 -1
  316. package/es/map-marker/floating-route-marker.js +72 -0
  317. package/es/map-marker/index.js +3 -1
  318. package/es/map-marker/location-puck.js +10 -5
  319. package/es/map-marker/pin-head.js +19 -10
  320. package/es/map-marker/styled-components.js +81 -6
  321. package/es/menu/menu.js +12 -4
  322. package/es/menu/nested-menus.js +9 -1
  323. package/es/menu/option-list.js +7 -4
  324. package/es/menu/option-profile.js +3 -3
  325. package/es/menu/stateful-container.js +8 -3
  326. package/es/menu/styled-components.js +5 -3
  327. package/es/message-card/message-card.js +26 -25
  328. package/es/message-card/styled-components.js +6 -1
  329. package/es/mobile-header/constants.js +9 -0
  330. package/es/mobile-header/index.js +9 -0
  331. package/es/mobile-header/mobile-header.js +110 -0
  332. package/es/mobile-header/styled-components.js +69 -0
  333. package/es/mobile-header/types.js +1 -0
  334. package/es/modal/modal-button.js +1 -0
  335. package/es/modal/modal.js +25 -19
  336. package/es/modal/styled-components.js +9 -2
  337. package/es/page-control/constants.js +17 -0
  338. package/es/page-control/index.js +9 -0
  339. package/es/page-control/page-control.js +114 -0
  340. package/es/page-control/styled-components.js +99 -0
  341. package/es/page-control/types.js +1 -0
  342. package/es/pagination/pagination.js +62 -56
  343. package/es/payment-card/payment-card.js +6 -2
  344. package/es/phone-input/base-country-picker.js +5 -2
  345. package/es/phone-input/country-picker.js +7 -0
  346. package/es/phone-input/country-select.js +1 -0
  347. package/es/phone-input/default-props.js +4 -0
  348. package/es/phone-input/flag.js +2 -1
  349. package/es/phone-input/phone-input-lite.js +2 -0
  350. package/es/phone-input/phone-input-next.js +2 -0
  351. package/es/phone-input/stateful-phone-input-container.js +1 -0
  352. package/es/pin-code/default-props.js +4 -0
  353. package/es/pin-code/pin-code.js +4 -2
  354. package/es/popover/popover.js +21 -4
  355. package/es/popover/stateful-popover.js +1 -0
  356. package/es/popover/utils.js +4 -1
  357. package/es/progress-bar/progressbar-rounded.js +27 -28
  358. package/es/progress-bar/progressbar.js +9 -3
  359. package/es/progress-bar/styled-components.js +4 -0
  360. package/es/progress-steps/progress-steps.js +1 -0
  361. package/es/radio/radio.js +5 -2
  362. package/es/radio/radiogroup.js +1 -0
  363. package/es/radio/styled-components.js +11 -5
  364. package/es/rating/emoticon-rating.js +16 -7
  365. package/es/rating/star-rating.js +16 -7
  366. package/es/rating/styled-components.js +2 -0
  367. package/es/select/default-props.js +10 -0
  368. package/es/select/dropdown.js +3 -1
  369. package/es/select/multi-value.js +1 -0
  370. package/es/select/select-component.js +60 -21
  371. package/es/select/stateful-select-container.js +1 -0
  372. package/es/select/styled-components.js +18 -7
  373. package/es/select/utils/default-filter-options.js +3 -1
  374. package/es/select/utils/index.js +3 -1
  375. package/es/sheet/action-button.js +44 -0
  376. package/es/sheet/index.js +9 -0
  377. package/es/sheet/sheet.js +100 -0
  378. package/es/sheet/styled-components.js +197 -0
  379. package/es/sheet/types.js +1 -0
  380. package/es/side-navigation/index.js +2 -1
  381. package/es/side-navigation/nav-item.js +2 -1
  382. package/es/side-navigation/nav.js +10 -3
  383. package/es/side-navigation/side-navigation-next.js +271 -0
  384. package/es/side-navigation/styled-components.js +4 -2
  385. package/es/skeleton/skeleton.js +2 -0
  386. package/es/skeleton/styled-components.js +1 -0
  387. package/es/slider/slider.js +2 -1
  388. package/es/snackbar/snackbar-context.js +29 -11
  389. package/es/snackbar/snackbar-element.js +4 -1
  390. package/es/snackbar/styled-components.js +1 -1
  391. package/es/spinner/styled-components.js +2 -0
  392. package/es/stepper/index.js +8 -0
  393. package/es/stepper/stepper.js +89 -0
  394. package/es/stepper/styled-components.js +19 -0
  395. package/es/stepper/types.js +1 -0
  396. package/es/styles/__mocks__/styled.js +6 -2
  397. package/es/styles/as-primary-export-hoc.js +2 -0
  398. package/es/styles/styled.js +2 -1
  399. package/es/system-banner/index.js +8 -0
  400. package/es/system-banner/styled-components.js +71 -0
  401. package/es/system-banner/system-banner.js +81 -0
  402. package/es/system-banner/types.js +1 -0
  403. package/es/table/styled-components.js +1 -0
  404. package/es/table/table.js +2 -0
  405. package/es/table-semantic/styled-components.js +8 -8
  406. package/es/table-semantic/table-builder.js +25 -22
  407. package/es/table-semantic/table.js +2 -0
  408. package/es/tabs/stateful-tabs.js +2 -2
  409. package/es/tabs-motion/stateful-tabs.js +1 -0
  410. package/es/tabs-motion/tab.js +1 -0
  411. package/es/tabs-motion/tabs.js +29 -6
  412. package/es/tag/styled-components.js +72 -2
  413. package/es/tag/tag.js +2 -0
  414. package/es/textarea/stateful-textarea.js +5 -1
  415. package/es/textarea/textarea.js +4 -2
  416. package/es/themes/dark-theme/color-component-tokens.js +1 -1
  417. package/es/themes/dark-theme/color-semantic-tokens.js +12 -4
  418. package/es/themes/light-theme/color-semantic-tokens.js +12 -4
  419. package/es/timepicker/timepicker.js +10 -4
  420. package/es/timezonepicker/timezone-picker.js +3 -1
  421. package/es/toast/toast.js +13 -5
  422. package/es/toast/toaster.js +24 -3
  423. package/es/tree-view/tree-label-interactable.js +4 -2
  424. package/es/tree-view/tree-view.js +5 -2
  425. package/es/tree-view/utils.js +43 -15
  426. package/es/utils/deep-merge.js +5 -0
  427. package/es/utils/focusVisible.js +17 -7
  428. package/esm/a11y/a11y.js +6 -2
  429. package/esm/accordion/accordion.js +1 -0
  430. package/esm/accordion/panel.js +2 -1
  431. package/esm/accordion/stateless-accordion.js +3 -1
  432. package/esm/app-nav-bar/app-nav-bar.js +9 -4
  433. package/esm/app-nav-bar/mobile-menu.js +4 -2
  434. package/esm/app-nav-bar/styled-components.js +3 -36
  435. package/esm/app-nav-bar/user-menu.js +3 -2
  436. package/esm/aspect-ratio-box/aspect-ratio-box-body.js +11 -7
  437. package/esm/aspect-ratio-box/aspect-ratio-box.js +1 -0
  438. package/esm/avatar/avatar.js +3 -1
  439. package/esm/avatar/styled-components.js +3 -1
  440. package/esm/badge/styled-components.js +8 -6
  441. package/esm/banner/banner.js +26 -10
  442. package/esm/banner/styled-components.js +1 -1
  443. package/esm/block/styled-components.js +21 -4
  444. package/esm/bottom-navigation/bottom-navigation.js +154 -0
  445. package/esm/bottom-navigation/index.js +10 -0
  446. package/esm/bottom-navigation/nav-item.js +12 -0
  447. package/esm/bottom-navigation/panel.js +42 -0
  448. package/esm/bottom-navigation/selector.js +58 -0
  449. package/esm/bottom-navigation/styled-components.js +96 -0
  450. package/esm/bottom-navigation/types.js +1 -0
  451. package/esm/breadcrumbs/breadcrumbs.js +6 -2
  452. package/esm/button/button-internals.js +13 -0
  453. package/esm/button/button.js +3 -8
  454. package/esm/button/styled-components.js +11 -6
  455. package/esm/button-dock/button-dock.js +53 -0
  456. package/esm/button-dock/index.js +9 -0
  457. package/esm/button-dock/styled-components.js +52 -0
  458. package/esm/button-dock/types.js +1 -0
  459. package/esm/button-docked/button-docked.js +53 -0
  460. package/esm/button-docked/index.js +9 -0
  461. package/esm/button-docked/styled-components.js +51 -0
  462. package/esm/button-docked/types.js +1 -0
  463. package/esm/button-group/button-group.js +5 -0
  464. package/esm/button-group/stateful-container.js +3 -0
  465. package/esm/button-timed/button-timed.js +2 -1
  466. package/esm/button-timed/index.js +2 -2
  467. package/esm/button-timed/styled-components.js +6 -4
  468. package/esm/card/card.js +3 -2
  469. package/esm/checkbox/checkbox.js +36 -16
  470. package/esm/checkbox/styled-components.js +11 -5
  471. package/esm/combobox/combobox.js +20 -20
  472. package/esm/combobox/styled-components.js +3 -1
  473. package/esm/data-table/column-anchor.js +3 -1
  474. package/esm/data-table/column-boolean.js +4 -2
  475. package/esm/data-table/column-categorical.js +7 -3
  476. package/esm/data-table/column-datetime.js +22 -6
  477. package/esm/data-table/column-numerical.js +14 -7
  478. package/esm/data-table/column-row-index.js +2 -1
  479. package/esm/data-table/column-string.js +3 -1
  480. package/esm/data-table/column.js +2 -0
  481. package/esm/data-table/data-table.js +33 -13
  482. package/esm/data-table/filter-menu.js +16 -6
  483. package/esm/data-table/header-cell.js +2 -0
  484. package/esm/data-table/locale.js +3 -1
  485. package/esm/data-table/measure-column-widths.js +23 -22
  486. package/esm/data-table/stateful-container.js +16 -7
  487. package/esm/data-table/stateful-data-table.js +16 -10
  488. package/esm/data-table/text-search.js +1 -0
  489. package/esm/datepicker/calendar-header.js +63 -20
  490. package/esm/datepicker/calendar.js +92 -20
  491. package/esm/datepicker/datepicker.js +34 -12
  492. package/esm/datepicker/day.js +10 -3
  493. package/esm/datepicker/locale.js +1 -1
  494. package/esm/datepicker/month.js +14 -1
  495. package/esm/datepicker/stateful-container.js +3 -2
  496. package/esm/datepicker/styled-components.js +84 -49
  497. package/esm/datepicker/utils/date-helpers.js +3 -2
  498. package/esm/datepicker/utils/day-state.js +6 -2
  499. package/esm/datepicker/week.js +7 -3
  500. package/esm/dnd-list/list.js +2 -0
  501. package/esm/dnd-list/stateful-list-container.js +4 -2
  502. package/esm/dnd-list/styled-components.js +4 -2
  503. package/esm/drawer/styled-components.js +14 -11
  504. package/esm/file-uploader/file-uploader.js +97 -87
  505. package/esm/file-uploader/styled-components.js +5 -3
  506. package/esm/flex-grid/flex-grid-item.js +7 -2
  507. package/esm/flex-grid/flex-grid.js +2 -1
  508. package/esm/form-control/form-control.js +5 -2
  509. package/esm/helper/stateful-helper.js +1 -0
  510. package/esm/helper/styled-components.js +9 -5
  511. package/esm/helpers/overrides.js +1 -0
  512. package/esm/helpers/react-helpers.js +1 -1
  513. package/esm/helpers/responsive-helpers.js +54 -1
  514. package/esm/icon/alert.js +1 -0
  515. package/esm/icon/arrow-down.js +1 -0
  516. package/esm/icon/arrow-left.js +1 -0
  517. package/esm/icon/arrow-right.js +1 -0
  518. package/esm/icon/arrow-up.js +1 -0
  519. package/esm/icon/blank.js +1 -0
  520. package/esm/icon/calendar.js +66 -0
  521. package/esm/icon/check-indeterminate.js +1 -0
  522. package/esm/icon/check.js +1 -0
  523. package/esm/icon/chevron-down.js +1 -0
  524. package/esm/icon/chevron-left.js +1 -0
  525. package/esm/icon/chevron-right.js +1 -0
  526. package/esm/icon/chevron-up.js +1 -0
  527. package/esm/icon/delete-alt.js +1 -0
  528. package/esm/icon/delete.js +1 -0
  529. package/esm/icon/filter.js +1 -0
  530. package/esm/icon/grab.js +1 -0
  531. package/esm/icon/hide.js +1 -0
  532. package/esm/icon/icon-exports.js +1 -0
  533. package/esm/icon/icon.js +1 -0
  534. package/esm/icon/menu.js +1 -0
  535. package/esm/icon/omit-dollar-prefixed-keys.js +1 -0
  536. package/esm/icon/overflow.js +1 -0
  537. package/esm/icon/plus.js +1 -0
  538. package/esm/icon/search.js +1 -0
  539. package/esm/icon/show.js +1 -0
  540. package/esm/icon/spinner.js +1 -0
  541. package/esm/icon/styled-components.js +4 -0
  542. package/esm/icon/triangle-down.js +1 -0
  543. package/esm/icon/triangle-left.js +1 -0
  544. package/esm/icon/triangle-right.js +1 -0
  545. package/esm/icon/triangle-up.js +1 -0
  546. package/esm/icon/upload.js +1 -0
  547. package/esm/input/base-input.js +25 -6
  548. package/esm/input/input.js +10 -4
  549. package/esm/input/masked-input.js +2 -1
  550. package/esm/input/stateful-container.js +4 -1
  551. package/esm/input/styled-components.js +32 -8
  552. package/esm/input/utils.js +2 -0
  553. package/esm/layer/layer.js +6 -2
  554. package/esm/layer/tether.js +3 -0
  555. package/esm/layout-grid/grid.js +1 -0
  556. package/esm/layout-grid/index.js +2 -1
  557. package/esm/layout-grid/styled-components.js +6 -3
  558. package/esm/link/index.js +1 -0
  559. package/esm/list/list-heading.js +21 -22
  560. package/esm/list/list-item.js +5 -1
  561. package/esm/list/styled-components.js +17 -4
  562. package/esm/locale/es_AR.js +3 -1
  563. package/esm/locale/index.js +10 -4
  564. package/esm/locale/tr_TR.js +3 -1
  565. package/esm/map-marker/calculate-offsets.js +32 -0
  566. package/esm/map-marker/constants.js +84 -3
  567. package/esm/map-marker/floating-marker.js +3 -1
  568. package/esm/map-marker/floating-route-marker.js +118 -0
  569. package/esm/map-marker/index.js +3 -1
  570. package/esm/map-marker/location-puck.js +9 -5
  571. package/esm/map-marker/pin-head.js +46 -24
  572. package/esm/map-marker/styled-components.js +84 -15
  573. package/esm/menu/menu.js +12 -4
  574. package/esm/menu/nested-menus.js +9 -1
  575. package/esm/menu/option-list.js +8 -4
  576. package/esm/menu/option-profile.js +3 -3
  577. package/esm/menu/stateful-container.js +8 -3
  578. package/esm/menu/styled-components.js +5 -3
  579. package/esm/message-card/message-card.js +31 -30
  580. package/esm/message-card/styled-components.js +6 -1
  581. package/esm/mobile-header/constants.js +9 -0
  582. package/esm/mobile-header/index.js +9 -0
  583. package/esm/mobile-header/mobile-header.js +157 -0
  584. package/esm/mobile-header/styled-components.js +80 -0
  585. package/esm/mobile-header/types.js +1 -0
  586. package/esm/modal/modal-button.js +1 -0
  587. package/esm/modal/modal.js +25 -19
  588. package/esm/modal/styled-components.js +9 -2
  589. package/esm/page-control/constants.js +17 -0
  590. package/esm/page-control/index.js +9 -0
  591. package/esm/page-control/page-control.js +139 -0
  592. package/esm/page-control/styled-components.js +95 -0
  593. package/esm/page-control/types.js +1 -0
  594. package/esm/pagination/pagination.js +65 -59
  595. package/esm/payment-card/payment-card.js +6 -2
  596. package/esm/phone-input/base-country-picker.js +5 -2
  597. package/esm/phone-input/country-picker.js +4 -0
  598. package/esm/phone-input/country-select.js +1 -0
  599. package/esm/phone-input/default-props.js +4 -0
  600. package/esm/phone-input/flag.js +2 -1
  601. package/esm/phone-input/phone-input-lite.js +2 -0
  602. package/esm/phone-input/phone-input-next.js +2 -0
  603. package/esm/phone-input/stateful-phone-input-container.js +1 -0
  604. package/esm/pin-code/default-props.js +4 -0
  605. package/esm/pin-code/pin-code.js +4 -2
  606. package/esm/popover/popover.js +21 -4
  607. package/esm/popover/stateful-popover.js +1 -0
  608. package/esm/popover/utils.js +3 -1
  609. package/esm/progress-bar/progressbar-rounded.js +27 -28
  610. package/esm/progress-bar/progressbar.js +9 -3
  611. package/esm/progress-bar/styled-components.js +2 -0
  612. package/esm/progress-steps/progress-steps.js +1 -0
  613. package/esm/radio/radio.js +5 -2
  614. package/esm/radio/radiogroup.js +1 -0
  615. package/esm/radio/styled-components.js +11 -5
  616. package/esm/rating/emoticon-rating.js +16 -7
  617. package/esm/rating/star-rating.js +16 -7
  618. package/esm/rating/styled-components.js +2 -0
  619. package/esm/select/default-props.js +10 -0
  620. package/esm/select/dropdown.js +3 -1
  621. package/esm/select/multi-value.js +1 -0
  622. package/esm/select/select-component.js +59 -22
  623. package/esm/select/stateful-select-container.js +1 -0
  624. package/esm/select/styled-components.js +18 -7
  625. package/esm/select/utils/default-filter-options.js +3 -1
  626. package/esm/select/utils/index.js +3 -1
  627. package/esm/sheet/action-button.js +54 -0
  628. package/esm/sheet/index.js +9 -0
  629. package/esm/sheet/sheet.js +166 -0
  630. package/esm/sheet/styled-components.js +201 -0
  631. package/esm/sheet/types.js +1 -0
  632. package/esm/side-navigation/index.js +2 -1
  633. package/esm/side-navigation/nav-item.js +2 -1
  634. package/esm/side-navigation/nav.js +11 -4
  635. package/esm/side-navigation/side-navigation-next.js +359 -0
  636. package/esm/side-navigation/styled-components.js +4 -2
  637. package/esm/skeleton/skeleton.js +2 -0
  638. package/esm/skeleton/styled-components.js +1 -0
  639. package/esm/slider/slider.js +3 -1
  640. package/esm/snackbar/snackbar-context.js +27 -11
  641. package/esm/snackbar/snackbar-element.js +4 -1
  642. package/esm/snackbar/styled-components.js +1 -1
  643. package/esm/spinner/styled-components.js +2 -0
  644. package/esm/stepper/index.js +8 -0
  645. package/esm/stepper/stepper.js +145 -0
  646. package/esm/stepper/styled-components.js +20 -0
  647. package/esm/stepper/types.js +1 -0
  648. package/esm/styles/__mocks__/styled.js +9 -4
  649. package/esm/styles/as-primary-export-hoc.js +2 -0
  650. package/esm/styles/styled.js +2 -1
  651. package/esm/system-banner/index.js +8 -0
  652. package/esm/system-banner/styled-components.js +82 -0
  653. package/esm/system-banner/system-banner.js +93 -0
  654. package/esm/system-banner/types.js +1 -0
  655. package/esm/table/styled-components.js +1 -0
  656. package/esm/table/table.js +2 -0
  657. package/esm/table-semantic/styled-components.js +8 -8
  658. package/esm/table-semantic/table-builder.js +25 -22
  659. package/esm/table-semantic/table.js +2 -0
  660. package/esm/tabs/stateful-tabs.js +2 -2
  661. package/esm/tabs-motion/stateful-tabs.js +1 -0
  662. package/esm/tabs-motion/tab.js +1 -0
  663. package/esm/tabs-motion/tabs.js +26 -18
  664. package/esm/tag/styled-components.js +41 -2
  665. package/esm/tag/tag.js +2 -0
  666. package/esm/textarea/stateful-textarea.js +7 -3
  667. package/esm/textarea/textarea.js +4 -2
  668. package/esm/themes/dark-theme/color-component-tokens.js +1 -1
  669. package/esm/themes/dark-theme/color-semantic-tokens.js +12 -4
  670. package/esm/themes/light-theme/color-semantic-tokens.js +12 -4
  671. package/esm/timepicker/timepicker.js +11 -4
  672. package/esm/timezonepicker/timezone-picker.js +3 -1
  673. package/esm/toast/toast.js +10 -5
  674. package/esm/toast/toaster.js +21 -3
  675. package/esm/tree-view/tree-label-interactable.js +4 -2
  676. package/esm/tree-view/tree-view.js +5 -2
  677. package/esm/tree-view/utils.js +43 -15
  678. package/esm/utils/deep-merge.js +5 -0
  679. package/esm/utils/focusVisible.js +17 -7
  680. package/file-uploader/file-uploader.js +97 -87
  681. package/file-uploader/locale.d.ts +1 -1
  682. package/file-uploader/styled-components.js +5 -3
  683. package/file-uploader/styled-components.js.flow +1 -1
  684. package/file-uploader/types.d.ts +7 -30
  685. package/flex-grid/flex-grid-item.js +7 -2
  686. package/flex-grid/flex-grid.js +2 -1
  687. package/flex-grid/types.d.ts +2 -2
  688. package/form-control/form-control.js +5 -2
  689. package/form-control/types.d.ts +4 -4
  690. package/header-navigation/types.d.ts +2 -2
  691. package/heading/types.d.ts +2 -2
  692. package/helper/index.d.ts +1 -1
  693. package/helper/stateful-helper.js +1 -0
  694. package/helper/styled-components.js +9 -5
  695. package/helper/types.d.ts +1 -1
  696. package/helpers/overrides.d.ts +7 -7
  697. package/helpers/overrides.js +1 -0
  698. package/helpers/react-helpers.d.ts +1 -1
  699. package/helpers/react-helpers.js +1 -1
  700. package/helpers/responsive-helpers.d.ts +5 -1
  701. package/helpers/responsive-helpers.js +62 -3
  702. package/helpers/responsive-helpers.js.flow +27 -1
  703. package/helpers/types.d.ts +9 -2
  704. package/helpers/types.js.flow +11 -0
  705. package/icon/alert.js +1 -0
  706. package/icon/arrow-down.js +1 -0
  707. package/icon/arrow-left.js +1 -0
  708. package/icon/arrow-right.js +1 -0
  709. package/icon/arrow-up.js +1 -0
  710. package/icon/blank.js +1 -0
  711. package/icon/calendar.d.ts +9 -0
  712. package/icon/calendar.js +78 -0
  713. package/icon/calendar.js.flow +47 -0
  714. package/icon/check-indeterminate.js +1 -0
  715. package/icon/check.js +1 -0
  716. package/icon/chevron-down.js +1 -0
  717. package/icon/chevron-left.js +1 -0
  718. package/icon/chevron-right.js +1 -0
  719. package/icon/chevron-up.js +1 -0
  720. package/icon/delete-alt.js +1 -0
  721. package/icon/delete.js +1 -0
  722. package/icon/filter.js +1 -0
  723. package/icon/grab.js +1 -0
  724. package/icon/hide.js +1 -0
  725. package/icon/icon-exports.d.ts +1 -0
  726. package/icon/icon-exports.js +8 -0
  727. package/icon/icon-exports.js.flow +1 -0
  728. package/icon/icon.js +1 -0
  729. package/icon/index.d.ts +1 -1
  730. package/icon/menu.js +1 -0
  731. package/icon/omit-dollar-prefixed-keys.js +1 -0
  732. package/icon/overflow.js +1 -0
  733. package/icon/plus.js +1 -0
  734. package/icon/search.js +1 -0
  735. package/icon/show.js +1 -0
  736. package/icon/spinner.js +1 -0
  737. package/icon/styled-components.js +4 -0
  738. package/icon/triangle-down.js +1 -0
  739. package/icon/triangle-left.js +1 -0
  740. package/icon/triangle-right.js +1 -0
  741. package/icon/triangle-up.js +1 -0
  742. package/icon/types.d.ts +5 -5
  743. package/icon/upload.js +1 -0
  744. package/index.d.ts +3 -3
  745. package/input/base-input.js +25 -6
  746. package/input/input.js +10 -4
  747. package/input/stateful-container.js +4 -1
  748. package/input/styled-components.js +32 -8
  749. package/input/types.d.ts +17 -17
  750. package/input/utils.js +2 -0
  751. package/layer/layer.js +6 -2
  752. package/layer/layers-manager.d.ts +8 -8
  753. package/layer/tether.d.ts +1 -1
  754. package/layer/tether.js +3 -0
  755. package/layer/types.d.ts +22 -22
  756. package/layout-grid/grid.js +1 -0
  757. package/layout-grid/index.d.ts +1 -1
  758. package/layout-grid/index.js +2 -1
  759. package/layout-grid/index.js.flow +1 -0
  760. package/layout-grid/styled-components.js +6 -3
  761. package/layout-grid/types.d.ts +13 -13
  762. package/layout-grid/types.js.flow +7 -5
  763. package/link/index.d.ts +1 -1
  764. package/link/index.js +1 -0
  765. package/list/index.d.ts +11 -11
  766. package/list/list-heading.js +21 -22
  767. package/list/list-item.js +5 -1
  768. package/list/list-item.js.flow +5 -0
  769. package/list/styled-components.js +17 -4
  770. package/list/styled-components.js.flow +30 -14
  771. package/list/types.d.ts +15 -13
  772. package/list/types.js.flow +2 -0
  773. package/locale/es_AR.js +3 -1
  774. package/locale/index.d.ts +17 -14
  775. package/locale/index.js +9 -3
  776. package/locale/tr_TR.js +3 -1
  777. package/locale/types.d.ts +1 -1
  778. package/map-marker/calculate-offsets.d.ts +2 -0
  779. package/map-marker/calculate-offsets.js +36 -0
  780. package/map-marker/calculate-offsets.js.flow +47 -0
  781. package/map-marker/constants.d.ts +102 -0
  782. package/map-marker/constants.js +90 -4
  783. package/map-marker/constants.js.flow +67 -0
  784. package/map-marker/fixed-marker.js.flow +3 -127
  785. package/map-marker/floating-marker.d.ts +1 -1
  786. package/map-marker/floating-marker.js +3 -0
  787. package/map-marker/floating-marker.js.flow +1 -91
  788. package/map-marker/floating-route-marker.d.ts +4 -0
  789. package/map-marker/floating-route-marker.js +132 -0
  790. package/map-marker/floating-route-marker.js.flow +18 -0
  791. package/map-marker/index.d.ts +30 -24
  792. package/map-marker/index.js +26 -1
  793. package/map-marker/index.js.flow +4 -0
  794. package/map-marker/location-puck.js +9 -4
  795. package/map-marker/pin-head.d.ts +1 -1
  796. package/map-marker/pin-head.js +45 -23
  797. package/map-marker/pin-head.js.flow +1 -155
  798. package/map-marker/styled-components.d.ts +23 -2
  799. package/map-marker/styled-components.js +90 -16
  800. package/map-marker/styled-components.js.flow +45 -2
  801. package/map-marker/types.d.ts +62 -31
  802. package/map-marker/types.js.flow +37 -2
  803. package/menu/index.d.ts +8 -8
  804. package/menu/locale.d.ts +1 -1
  805. package/menu/maybe-child-menu.d.ts +3 -2
  806. package/menu/menu.js +12 -4
  807. package/menu/nested-menus.d.ts +2 -2
  808. package/menu/nested-menus.js +9 -1
  809. package/menu/option-list.js +8 -4
  810. package/menu/option-profile.js +3 -3
  811. package/menu/stateful-container.js +8 -3
  812. package/menu/styled-components.d.ts +1 -1
  813. package/menu/styled-components.js +5 -3
  814. package/menu/types.d.ts +31 -31
  815. package/message-card/message-card.js +30 -29
  816. package/message-card/styled-components.js +6 -1
  817. package/message-card/types.d.ts +1 -1
  818. package/mobile-header/constants.d.ts +4 -0
  819. package/mobile-header/constants.js +17 -0
  820. package/mobile-header/index.d.ts +4 -0
  821. package/mobile-header/index.js +60 -0
  822. package/mobile-header/index.js.flow +54 -0
  823. package/mobile-header/mobile-header.d.ts +4 -0
  824. package/mobile-header/mobile-header.js +173 -0
  825. package/mobile-header/package.json +4 -0
  826. package/mobile-header/styled-components.d.ts +12 -0
  827. package/mobile-header/styled-components.js +88 -0
  828. package/mobile-header/types.d.ts +26 -0
  829. package/mobile-header/types.js +5 -0
  830. package/modal/focus-once.d.ts +1 -1
  831. package/modal/locale.d.ts +1 -1
  832. package/modal/modal-button.d.ts +3 -3
  833. package/modal/modal-button.js +1 -0
  834. package/modal/modal.d.ts +4 -4
  835. package/modal/modal.js +24 -18
  836. package/modal/modal.js.flow +24 -18
  837. package/modal/styled-components.d.ts +1 -0
  838. package/modal/styled-components.js +11 -3
  839. package/modal/styled-components.js.flow +4 -0
  840. package/modal/types.d.ts +15 -10
  841. package/modal/types.js.flow +5 -0
  842. package/overrides.js.flow +16 -0
  843. package/package.json +11 -10
  844. package/page-control/constants.d.ts +12 -0
  845. package/page-control/constants.js +26 -0
  846. package/page-control/index.d.ts +4 -0
  847. package/page-control/index.js +55 -0
  848. package/page-control/index.js.flow +53 -0
  849. package/page-control/package.json +4 -0
  850. package/page-control/page-control.d.ts +4 -0
  851. package/page-control/page-control.js +151 -0
  852. package/page-control/styled-components.d.ts +11 -0
  853. package/page-control/styled-components.js +101 -0
  854. package/page-control/types.d.ts +19 -0
  855. package/page-control/types.js +5 -0
  856. package/pagination/index.d.ts +2 -2
  857. package/pagination/locale.d.ts +1 -1
  858. package/pagination/pagination.d.ts +1 -1
  859. package/pagination/pagination.js +62 -57
  860. package/pagination/types.d.ts +9 -9
  861. package/payment-card/payment-card.js +6 -2
  862. package/payment-card/types.d.ts +3 -3
  863. package/phone-input/base-country-picker.js +5 -2
  864. package/phone-input/country-picker.js +4 -0
  865. package/phone-input/country-select.js +1 -0
  866. package/phone-input/default-props.js +4 -0
  867. package/phone-input/flag.d.ts +2 -2
  868. package/phone-input/flag.js +2 -1
  869. package/phone-input/phone-input-lite.js +2 -0
  870. package/phone-input/phone-input-next.js +2 -0
  871. package/phone-input/stateful-phone-input-container.js +1 -0
  872. package/phone-input/styled-components.d.ts +2 -2
  873. package/phone-input/types.d.ts +15 -15
  874. package/pin-code/default-props.js +4 -0
  875. package/pin-code/index.d.ts +1 -1
  876. package/pin-code/pin-code.js +4 -2
  877. package/pin-code/types.d.ts +9 -9
  878. package/popover/popover.js +21 -4
  879. package/popover/stateful-container.d.ts +1 -1
  880. package/popover/stateful-popover.js +1 -0
  881. package/popover/types.d.ts +23 -23
  882. package/popover/types.js.flow +1 -0
  883. package/popover/utils.js +3 -1
  884. package/progress-bar/progressbar-rounded.js +27 -28
  885. package/progress-bar/progressbar.js +9 -3
  886. package/progress-bar/styled-components.js +2 -0
  887. package/progress-bar/types.d.ts +6 -6
  888. package/progress-steps/progress-steps.js +1 -0
  889. package/progress-steps/types.d.ts +8 -8
  890. package/progress-steps/types.js.flow +1 -1
  891. package/radio/radio.js +5 -2
  892. package/radio/radiogroup.js +1 -0
  893. package/radio/styled-components.js +11 -5
  894. package/radio/types.d.ts +15 -15
  895. package/rating/emoticon-rating.js +16 -7
  896. package/rating/star-rating.js +16 -7
  897. package/rating/styled-components.js +2 -0
  898. package/rating/types.d.ts +6 -6
  899. package/select/default-props.js +10 -0
  900. package/select/dropdown.d.ts +2 -2
  901. package/select/dropdown.js +3 -1
  902. package/select/index.d.ts +2 -2
  903. package/select/locale.d.ts +1 -1
  904. package/select/multi-value.js +1 -0
  905. package/select/select-component.d.ts +2 -2
  906. package/select/select-component.js +59 -22
  907. package/select/stateful-select-container.js +1 -0
  908. package/select/styled-components.js +18 -6
  909. package/select/types.d.ts +22 -22
  910. package/select/utils/default-filter-options.d.ts +1 -1
  911. package/select/utils/default-filter-options.js +3 -1
  912. package/select/utils/index.js +3 -1
  913. package/sheet/action-button.d.ts +6 -0
  914. package/sheet/action-button.js +63 -0
  915. package/sheet/index.d.ts +3 -0
  916. package/sheet/index.js +46 -0
  917. package/sheet/index.js.flow +76 -0
  918. package/sheet/package.json +4 -0
  919. package/sheet/sheet.d.ts +4 -0
  920. package/sheet/sheet.js +182 -0
  921. package/sheet/styled-components.d.ts +27 -0
  922. package/sheet/styled-components.js +216 -0
  923. package/sheet/types.d.ts +37 -0
  924. package/sheet/types.js +5 -0
  925. package/side-navigation/index.d.ts +1 -0
  926. package/side-navigation/index.js +14 -0
  927. package/side-navigation/nav-item.d.ts +1 -1
  928. package/side-navigation/nav-item.js +2 -1
  929. package/side-navigation/nav.js +11 -4
  930. package/side-navigation/side-navigation-next.d.ts +66 -0
  931. package/side-navigation/side-navigation-next.js +381 -0
  932. package/side-navigation/styled-components.js +4 -2
  933. package/side-navigation/types.d.ts +12 -12
  934. package/skeleton/index.d.ts +1 -1
  935. package/skeleton/skeleton.js +2 -0
  936. package/skeleton/styled-components.d.ts +1 -0
  937. package/skeleton/styled-components.js +1 -0
  938. package/skeleton/types.d.ts +2 -2
  939. package/slider/index.d.ts +1 -1
  940. package/slider/slider.js +3 -1
  941. package/slider/types.d.ts +9 -9
  942. package/snackbar/index.d.ts +5 -5
  943. package/snackbar/snackbar-context.d.ts +1 -1
  944. package/snackbar/snackbar-context.js +28 -11
  945. package/snackbar/snackbar-element.js +4 -1
  946. package/snackbar/styled-components.js +1 -1
  947. package/snackbar/types.d.ts +5 -5
  948. package/spinner/styled-components.js +2 -0
  949. package/spinner/types.d.ts +2 -2
  950. package/stepper/index.d.ts +3 -0
  951. package/stepper/index.js +46 -0
  952. package/stepper/index.js.flow +36 -0
  953. package/stepper/package.json +4 -0
  954. package/stepper/stepper.d.ts +4 -0
  955. package/stepper/stepper.js +162 -0
  956. package/stepper/styled-components.d.ts +1 -0
  957. package/stepper/styled-components.js +29 -0
  958. package/stepper/types.d.ts +17 -0
  959. package/stepper/types.js +5 -0
  960. package/styles/__mocks__/styled.js +9 -4
  961. package/styles/as-primary-export-hoc.js +2 -0
  962. package/styles/styled.d.ts +6 -6
  963. package/styles/styled.js +2 -0
  964. package/styles/theme-provider.d.ts +2 -2
  965. package/styles/types.d.ts +4 -3
  966. package/styles/types.js.flow +1 -0
  967. package/system-banner/index.d.ts +2 -0
  968. package/system-banner/index.js +30 -0
  969. package/system-banner/index.js.flow +51 -0
  970. package/system-banner/package.json +4 -0
  971. package/system-banner/styled-components.d.ts +16 -0
  972. package/system-banner/styled-components.js +90 -0
  973. package/system-banner/system-banner.d.ts +3 -0
  974. package/system-banner/system-banner.js +104 -0
  975. package/system-banner/types.d.ts +17 -0
  976. package/system-banner/types.js +5 -0
  977. package/table/styled-components.d.ts +2 -2
  978. package/table/styled-components.js +1 -0
  979. package/table/table.js +2 -0
  980. package/table/types.d.ts +6 -6
  981. package/table-semantic/styled-components.d.ts +5 -5
  982. package/table-semantic/styled-components.js +8 -8
  983. package/table-semantic/styled-components.js.flow +4 -5
  984. package/table-semantic/table-builder.js +24 -21
  985. package/table-semantic/table-builder.js.flow +21 -23
  986. package/table-semantic/table.js +2 -0
  987. package/table-semantic/types.d.ts +8 -8
  988. package/tabs/index.d.ts +1 -1
  989. package/tabs/stateful-tabs.d.ts +2 -2
  990. package/tabs/stateful-tabs.js +2 -2
  991. package/tabs/types.d.ts +14 -14
  992. package/tabs-motion/index.d.ts +3 -3
  993. package/tabs-motion/stateful-tabs.js +1 -0
  994. package/tabs-motion/tab.js +1 -0
  995. package/tabs-motion/tabs.js +26 -18
  996. package/tabs-motion/tabs.js.flow +3 -2
  997. package/tabs-motion/types.d.ts +13 -13
  998. package/tabs-motion/types.js.flow +1 -1
  999. package/tag/styled-components.js +41 -2
  1000. package/tag/tag.js +2 -0
  1001. package/tag/types.d.ts +6 -6
  1002. package/textarea/stateful-textarea.js +7 -3
  1003. package/textarea/textarea.js +4 -2
  1004. package/textarea/types.d.ts +10 -10
  1005. package/theme.js.flow +44 -0
  1006. package/themes/dark-theme/color-component-tokens.js +1 -1
  1007. package/themes/dark-theme/color-component-tokens.js.flow +1 -1
  1008. package/themes/dark-theme/color-semantic-tokens.js +12 -4
  1009. package/themes/dark-theme/color-semantic-tokens.js.flow +7 -4
  1010. package/themes/index.d.ts +2 -2
  1011. package/themes/light-theme/color-semantic-tokens.js +12 -4
  1012. package/themes/light-theme/color-semantic-tokens.js.flow +7 -4
  1013. package/themes/types.d.ts +27 -24
  1014. package/themes/types.js.flow +7 -4
  1015. package/timepicker/index.js.flow +1 -0
  1016. package/timepicker/timepicker.js +11 -4
  1017. package/timepicker/types.d.ts +4 -4
  1018. package/timezonepicker/index.d.ts +1 -1
  1019. package/timezonepicker/timezone-picker.js +3 -1
  1020. package/timezonepicker/types.d.ts +4 -4
  1021. package/toast/index.d.ts +1 -1
  1022. package/toast/locale.d.ts +1 -1
  1023. package/toast/toast.d.ts +3 -3
  1024. package/toast/toast.js +10 -5
  1025. package/toast/toaster.js +21 -3
  1026. package/toast/types.d.ts +15 -15
  1027. package/tokens/index.d.ts +1 -1
  1028. package/tokens/types.d.ts +1 -1
  1029. package/tooltip/types.d.ts +6 -6
  1030. package/tree-view/index.d.ts +1 -1
  1031. package/tree-view/stateful-container.d.ts +1 -1
  1032. package/tree-view/tree-label-interactable.d.ts +1 -1
  1033. package/tree-view/tree-label-interactable.js +4 -2
  1034. package/tree-view/tree-view.js +5 -2
  1035. package/tree-view/types.d.ts +9 -9
  1036. package/tree-view/utils.js +43 -15
  1037. package/utils/deep-merge.js +5 -0
  1038. package/utils/focusVisible.js +17 -7
@@ -27,7 +27,8 @@ function useResizeObserver(ref, callback) {
27
27
  }
28
28
  }
29
29
  }, [ref]);
30
- }
30
+ } // @ts-ignore
31
+
31
32
 
32
33
  function QueryInput(props) {
33
34
  const [css, theme] = useStyletron();
@@ -62,17 +63,20 @@ function QueryInput(props) {
62
63
  value: value,
63
64
  clearable: true
64
65
  }));
65
- }
66
+ } // @ts-ignore
67
+
66
68
 
67
69
  function FilterTag(props) {
68
70
  const [, theme] = useStyletron();
69
- const [isOpen, setIsOpen] = React.useState(false);
71
+ const [isOpen, setIsOpen] = React.useState(false); // @ts-ignore
72
+
70
73
  const columnIndex = props.columns.findIndex(c => c.title === props.title);
71
74
  const column = props.columns[columnIndex];
72
75
 
73
76
  if (!column) {
74
77
  return null;
75
- }
78
+ } // @ts-ignore
79
+
76
80
 
77
81
  const data = props.rows.map(r => column.mapDataToValue(r.data));
78
82
  const Filter = column.renderFilter;
@@ -81,15 +85,16 @@ function FilterTag(props) {
81
85
  returnFocus: true,
82
86
  key: props.title,
83
87
  isOpen: isOpen,
88
+ onClick: () => setIsOpen(!isOpen),
84
89
  onClickOutside: () => setIsOpen(false),
85
90
  content: () => /*#__PURE__*/React.createElement(Filter, {
86
91
  close: () => setIsOpen(false),
87
92
  data: data,
88
- filterParams: props.filter,
93
+ filterParams: props.filter // @ts-ignore
94
+ ,
89
95
  setFilter: filterParams => props.onFilterAdd(props.title, filterParams)
90
96
  })
91
- }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Tag, {
92
- onClick: () => setIsOpen(!isOpen),
97
+ }, /*#__PURE__*/React.createElement(Tag, {
93
98
  onActionClick: () => props.onFilterRemove(props.title),
94
99
  overrides: {
95
100
  Root: {
@@ -116,7 +121,7 @@ function FilterTag(props) {
116
121
  }
117
122
  }
118
123
  }
119
- }, props.title, ": ", props.filter.description)));
124
+ }, props.title, ": ", props.filter.description));
120
125
  }
121
126
 
122
127
  export function StatefulDataTable(props) {
@@ -199,6 +204,7 @@ export function StatefulDataTable(props) {
199
204
  paddingBottom: theme.sizing.scale300
200
205
  })
201
206
  }, props.batchActions.map(action => {
207
+ // @ts-ignore
202
208
  function onClick(event) {
203
209
  action.onClick({
204
210
  clearSelection: onSelectNone,
@@ -30,6 +30,7 @@ export function splitByQuery(text, query) {
30
30
  i === start - 1 || // query
31
31
  i === start + query.length - 1 || // suffix
32
32
  i === text.length - 1) {
33
+ // @ts-ignore
33
34
  substrings.push(substring);
34
35
  substring = '';
35
36
  }
@@ -25,6 +25,7 @@ import { getOverrides, mergeOverrides } from '../helpers/overrides';
25
25
  import { forkBlur, forkFocus, isFocusVisible } from '../utils/focusVisible';
26
26
 
27
27
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
28
+ // @ts-ignore
28
29
  const navBtnStyle = ({
29
30
  $theme
30
31
  }) => ({
@@ -38,7 +39,24 @@ const MAX_MONTH = 11;
38
39
  const DIRECTION = {
39
40
  NEXT: 'next',
40
41
  PREVIOUS: 'previous'
41
- };
42
+ }; // When multiple calendar months are rendered, the month selection dropdown
43
+ // must account for which of the rendered calendar months it corresponds with
44
+
45
+ function adjustForCalendarOrder(monthId, year, order) {
46
+ let adjustedMonth = Number(monthId) - order;
47
+ let adjustedYear = year;
48
+
49
+ if (adjustedMonth < 0) {
50
+ adjustedMonth = 11;
51
+ adjustedYear = adjustedYear - 1;
52
+ }
53
+
54
+ return {
55
+ adjustedMonthId: adjustedMonth.toString(),
56
+ adjustedYear: adjustedYear
57
+ };
58
+ } // @ts-ignore
59
+
42
60
 
43
61
  function idToYearMonth(id) {
44
62
  return id.split('-').map(Number);
@@ -46,7 +64,7 @@ function idToYearMonth(id) {
46
64
 
47
65
  export default class CalendarHeader extends React.Component {
48
66
  constructor(props) {
49
- super(props);
67
+ super(props); // @ts-ignore
50
68
 
51
69
  _defineProperty(this, "dateHelpers", void 0);
52
70
 
@@ -121,7 +139,7 @@ export default class CalendarHeader extends React.Component {
121
139
  length: 12 - monthOfMinDate
122
140
  }, (x, i) => i + monthOfMinDate);
123
141
  const maxMinYearMonthsIntersection = maxYearMonths.filter(year => minYearMonths.includes(year));
124
- const filterMonthsList = year === maxYear && year === minYear ? maxMinYearMonthsIntersection : year === maxYear ? maxYearMonths : year === minYear ? minYearMonths : null;
142
+ const filterMonthsList = year === maxYear && year === minYear ? maxMinYearMonthsIntersection : year === maxYear ? maxYearMonths : year === minYear ? minYearMonths : null; // @ts-ignore
125
143
 
126
144
  const formatMonthLabel = month => this.dateHelpers.getMonthInLocale(month, this.props.locale);
127
145
 
@@ -232,6 +250,7 @@ export default class CalendarHeader extends React.Component {
232
250
  let clickHandler = this.decreaseMonth;
233
251
 
234
252
  if (allPrevDaysDisabled) {
253
+ // @ts-ignore
235
254
  clickHandler = null;
236
255
  }
237
256
 
@@ -243,7 +262,8 @@ export default class CalendarHeader extends React.Component {
243
262
  $isFocusVisible: this.state.isFocusVisible,
244
263
  type: "button",
245
264
  $disabled: isDisabled,
246
- $order: this.props.order
265
+ $order: this.props.order,
266
+ $density: this.props.density
247
267
  }, prevButtonProps), isHidden ? null : /*#__PURE__*/React.createElement(PrevButtonIcon, _extends({
248
268
  size: density === DENSITY.high ? 24 : 36,
249
269
  overrides: {
@@ -292,6 +312,7 @@ export default class CalendarHeader extends React.Component {
292
312
  // on click or do nothing
293
313
 
294
314
  if (allNextDaysDisabled) {
315
+ // @ts-ignore
295
316
  clickHandler = null;
296
317
  }
297
318
 
@@ -303,7 +324,9 @@ export default class CalendarHeader extends React.Component {
303
324
  type: "button",
304
325
  $disabled: isDisabled,
305
326
  $isFocusVisible: this.state.isFocusVisible,
306
- $order: this.props.order
327
+ $order: this.props.order,
328
+ $density: this.props.density,
329
+ $isTrailing: true
307
330
  }, nextButtonProps), isHidden ? null : /*#__PURE__*/React.createElement(NextButtonIcon, _extends({
308
331
  size: density === DENSITY.high ? 24 : 36,
309
332
  overrides: {
@@ -328,6 +351,7 @@ export default class CalendarHeader extends React.Component {
328
351
  const date = this.getDateProp();
329
352
  const month = this.dateHelpers.getMonth(date);
330
353
  const year = this.dateHelpers.getYear(date);
354
+ const order = this.props.order;
331
355
  const {
332
356
  locale,
333
357
  overrides = {},
@@ -349,7 +373,7 @@ export default class CalendarHeader extends React.Component {
349
373
  const initialYearIndex = this.yearItems.findIndex(year => year.id === this.dateHelpers.getYear(date).toString());
350
374
  const monthTitle = `${this.dateHelpers.getMonthInLocale(this.dateHelpers.getMonth(date), locale)}`;
351
375
  const yearTitle = `${this.dateHelpers.getYear(date)}`;
352
- return this.isMultiMonthHorizontal() ? /*#__PURE__*/React.createElement("div", null, `${monthTitle} ${yearTitle}`) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(OverriddenPopover, _extends({
376
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(OverriddenPopover, _extends({
353
377
  placement: "bottom",
354
378
  autoFocus: true,
355
379
  focusLock: true,
@@ -370,16 +394,20 @@ export default class CalendarHeader extends React.Component {
370
394
  highlightedIndex: initialMonthIndex,
371
395
  isFocused: true
372
396
  },
373
- items: this.monthItems,
397
+ items: this.monthItems // @ts-ignore
398
+ ,
374
399
  onItemSelect: ({
375
400
  item,
376
401
  event
377
402
  }) => {
378
403
  event.preventDefault();
379
- const month = idToYearMonth(item.id);
404
+ const {
405
+ adjustedMonthId,
406
+ adjustedYear
407
+ } = adjustForCalendarOrder(item.id, year, order);
380
408
  const updatedDate = this.dateHelpers.set(date, {
381
- year,
382
- month
409
+ year: adjustedYear,
410
+ month: idToYearMonth(adjustedMonthId)
383
411
  });
384
412
  this.props.onMonthChange && this.props.onMonthChange({
385
413
  date: updatedDate
@@ -393,14 +421,16 @@ export default class CalendarHeader extends React.Component {
393
421
  "aria-live": "polite",
394
422
  type: "button",
395
423
  $isFocusVisible: this.state.isFocusVisible,
396
- $density: density,
424
+ $density: density // @ts-ignore
425
+ ,
397
426
  onKeyUp: event => {
398
427
  if (this.canArrowsOpenDropdown(event)) {
399
428
  this.setState({
400
429
  isMonthDropdownOpen: true
401
430
  });
402
431
  }
403
- },
432
+ } // @ts-ignore
433
+ ,
404
434
  onKeyDown: event => {
405
435
  if (this.canArrowsOpenDropdown(event)) {
406
436
  // disables page scroll
@@ -413,7 +443,9 @@ export default class CalendarHeader extends React.Component {
413
443
  });
414
444
  }
415
445
  }
416
- }, monthYearSelectButtonProps), monthTitle, /*#__PURE__*/React.createElement(MonthYearSelectIconContainer, monthYearSelectIconContainerProps, /*#__PURE__*/React.createElement(ChevronDown, {
446
+ }, monthYearSelectButtonProps, {
447
+ "aria-label": `Month, ${monthTitle}`
448
+ }), monthTitle, /*#__PURE__*/React.createElement(MonthYearSelectIconContainer, monthYearSelectIconContainerProps, /*#__PURE__*/React.createElement(ChevronDown, {
417
449
  title: "",
418
450
  overrides: {
419
451
  Svg: {
@@ -443,7 +475,8 @@ export default class CalendarHeader extends React.Component {
443
475
  highlightedIndex: initialYearIndex,
444
476
  isFocused: true
445
477
  },
446
- items: this.yearItems,
478
+ items: this.yearItems // @ts-ignore
479
+ ,
447
480
  onItemSelect: ({
448
481
  item,
449
482
  event
@@ -466,14 +499,16 @@ export default class CalendarHeader extends React.Component {
466
499
  "aria-live": "polite",
467
500
  type: "button",
468
501
  $isFocusVisible: this.state.isFocusVisible,
469
- $density: density,
502
+ $density: density // @ts-ignore
503
+ ,
470
504
  onKeyUp: event => {
471
505
  if (this.canArrowsOpenDropdown(event)) {
472
506
  this.setState({
473
507
  isYearDropdownOpen: true
474
508
  });
475
509
  }
476
- },
510
+ } // @ts-ignore
511
+ ,
477
512
  onKeyDown: event => {
478
513
  if (this.canArrowsOpenDropdown(event)) {
479
514
  // disables page scroll
@@ -485,7 +520,8 @@ export default class CalendarHeader extends React.Component {
485
520
  isYearDropdownOpen: false
486
521
  });
487
522
  }
488
- }
523
+ },
524
+ "aria-label": `Year, ${yearTitle}`
489
525
  }, monthYearSelectButtonProps), yearTitle, /*#__PURE__*/React.createElement(MonthYearSelectIconContainer, monthYearSelectIconContainerProps, /*#__PURE__*/React.createElement(ChevronDown, {
490
526
  title: "",
491
527
  overrides: {
@@ -548,11 +584,15 @@ export default class CalendarHeader extends React.Component {
548
584
  }, monthHeaderProps), WEEKDAYS.map(offset => {
549
585
  const day = this.dateHelpers.addDays(startOfWeek, offset);
550
586
  return /*#__PURE__*/React.createElement(WeekdayHeader, _extends({
551
- key: offset,
552
- alt: this.dateHelpers.getWeekdayInLocale(day, this.props.locale)
587
+ key: offset
553
588
  }, weekdayHeaderProps, {
554
589
  $density: density
555
- }), this.dateHelpers.getWeekdayMinInLocale(day, this.props.locale));
590
+ }), /*#__PURE__*/React.createElement("abbr", {
591
+ style: {
592
+ textDecoration: 'none'
593
+ },
594
+ title: this.dateHelpers.getWeekdayInLocale(day, this.props.locale)
595
+ }, this.dateHelpers.getWeekdayMinInLocale(day, this.props.locale)));
556
596
  })))));
557
597
  }
558
598
 
@@ -560,8 +600,11 @@ export default class CalendarHeader extends React.Component {
560
600
 
561
601
  _defineProperty(CalendarHeader, "defaultProps", {
562
602
  adapter: dateFnsAdapter,
603
+ // @ts-ignore
563
604
  locale: null,
605
+ // @ts-ignore
564
606
  maxDate: null,
607
+ // @ts-ignore
565
608
  minDate: null,
566
609
  onYearChange: () => {},
567
610
  overrides: {}
@@ -20,7 +20,10 @@ import dateFnsAdapter from './utils/date-fns-adapter';
20
20
  import DateHelpers from './utils/date-helpers';
21
21
  import { getOverrides, mergeOverrides } from '../helpers/overrides';
22
22
  import { DENSITY, ORIENTATION } from './constants';
23
+ import { Button, KIND } from '../button';
24
+ import { ButtonDock } from '../button-dock';
23
25
  export default class Calendar extends React.Component {
26
+ // @ts-ignore
24
27
  constructor(props) {
25
28
  super(props);
26
29
 
@@ -32,8 +35,10 @@ export default class Calendar extends React.Component {
32
35
  const {
33
36
  highlightedDate,
34
37
  value
35
- } = this.props;
36
- const minDate = this.dateHelpers.getEffectiveMinDate(this.props);
38
+ } = this.props; // @ts-ignore
39
+
40
+ const minDate = this.dateHelpers.getEffectiveMinDate(this.props); // @ts-ignore
41
+
37
42
  const maxDate = this.dateHelpers.getEffectiveMaxDate(this.props);
38
43
  const current = this.dateHelpers.date();
39
44
  const initialDate = this.getSingleDate(value) || highlightedDate;
@@ -331,10 +336,15 @@ export default class Calendar extends React.Component {
331
336
  for (let i = 0; i < (this.props.monthsShown || 1); ++i) {
332
337
  const monthSubComponents = [];
333
338
  const monthDate = this.dateHelpers.addMonths(this.state.date, i);
334
- const monthKey = `month-${i}`;
339
+ const monthKey = `month-${i}`; // @ts-ignore
340
+
335
341
  monthSubComponents.push(this.renderCalendarHeader(monthDate, i));
336
- monthSubComponents.push( /*#__PURE__*/React.createElement(CalendarContainer, _extends({
337
- key: monthKey,
342
+ monthSubComponents.push(
343
+ /*#__PURE__*/
344
+ // @ts-ignore
345
+ React.createElement(CalendarContainer, _extends({
346
+ key: monthKey // @ts-ignore
347
+ ,
338
348
  ref: calendar => {
339
349
  this.calendar = calendar;
340
350
  },
@@ -371,7 +381,8 @@ export default class Calendar extends React.Component {
371
381
  fixedHeight: this.props.fixedHeight,
372
382
  hasLockedBehavior: !!this.props.hasLockedBehavior,
373
383
  selectedInput: this.props.selectedInput
374
- })));
384
+ }))); // @ts-ignore
385
+
375
386
  monthList.push( /*#__PURE__*/React.createElement("div", {
376
387
  key: `month-component-${i}`
377
388
  }, monthSubComponents));
@@ -423,7 +434,8 @@ export default class Calendar extends React.Component {
423
434
  label: locale.datepicker.quickSelectLabel
424
435
  }, quickSelectFormControlProps), /*#__PURE__*/React.createElement(QuickSelect, _extends({
425
436
  "aria-label": locale.datepicker.quickSelectAriaLabel,
426
- labelKey: "id",
437
+ labelKey: "id" // @ts-ignore
438
+ ,
427
439
  onChange: params => {
428
440
  if (!params.option) {
429
441
  this.setState({
@@ -487,18 +499,56 @@ export default class Calendar extends React.Component {
487
499
  }, restQuickSelectProps)))));
488
500
  });
489
501
 
502
+ _defineProperty(this, "renderActionBar", () => {
503
+ const {
504
+ overrides = {},
505
+ primaryButton,
506
+ secondaryButton
507
+ } = this.props;
508
+ const [ButtonDockComponent, buttonDockProps] = getOverrides(overrides.ButtonDock, ButtonDock);
509
+ const [PrimaryButtonComponent, primaryButtonProps] = getOverrides(overrides.PrimaryButton, Button);
510
+ const [SecondaryButtonComponent, secondaryButtonProps] = getOverrides(overrides.SecondaryButton, Button);
511
+ const primaryButtonComponent = primaryButton != null ? /*#__PURE__*/React.createElement(PrimaryButtonComponent, _extends({
512
+ onClick: () => primaryButton.onClick()
513
+ }, primaryButtonProps), primaryButton.label) : null;
514
+ const secondaryButtonComponent = secondaryButton != null ? /*#__PURE__*/React.createElement(SecondaryButtonComponent, _extends({
515
+ onClick: () => secondaryButton.onClick(),
516
+ kind: KIND.tertiary
517
+ }, secondaryButtonProps), secondaryButton.label) : null;
518
+
519
+ if (primaryButtonComponent || secondaryButtonComponent) {
520
+ return /*#__PURE__*/React.createElement(ButtonDockComponent, _extends({
521
+ primaryAction: primaryButtonComponent,
522
+ dismissiveAction: secondaryButtonComponent,
523
+ overrides: mergeOverrides({
524
+ ActionSubContainer: {
525
+ style: {
526
+ flexDirection: 'row-reverse'
527
+ }
528
+ }
529
+ }, buttonDockProps.overrides)
530
+ }, buttonDockProps));
531
+ }
532
+
533
+ return null;
534
+ });
535
+
490
536
  const {
491
537
  highlightedDate: _highlightedDate,
492
538
  value: _value,
493
539
  adapter
494
- } = this.props;
540
+ } = this.props; // @ts-ignore
541
+
495
542
  this.dateHelpers = new DateHelpers(adapter);
496
- const dateInView = this.getDateInView();
543
+ const dateInView = this.getDateInView(); // @ts-ignore
544
+
497
545
  let _time = [];
498
546
 
499
547
  if (Array.isArray(_value)) {
548
+ // @ts-ignore
500
549
  _time = [..._value];
501
550
  } else if (_value) {
551
+ // @ts-ignore
502
552
  _time = [_value];
503
553
  }
504
554
 
@@ -508,6 +558,7 @@ export default class Calendar extends React.Component {
508
558
  date: dateInView,
509
559
  quickSelectId: null,
510
560
  rootElement: null,
561
+ // @ts-ignore
511
562
  time: _time
512
563
  };
513
564
  }
@@ -585,13 +636,15 @@ export default class Calendar extends React.Component {
585
636
  const {
586
637
  overrides = {}
587
638
  } = this.props;
588
- const [Root, rootProps] = getOverrides(overrides.Root, StyledRoot);
639
+ const [Root, rootProps] = getOverrides(overrides.Root, StyledRoot); // @ts-ignore
640
+
589
641
  const [startDate, endDate] = [].concat(this.props.value);
590
642
  return /*#__PURE__*/React.createElement(LocaleContext.Consumer, null, locale => /*#__PURE__*/React.createElement(Root, _extends({
591
643
  $density: this.props.density,
592
644
  "data-baseweb": "calendar",
593
645
  role: "application",
594
- "aria-roledescription": "datepicker",
646
+ "aria-roledescription": "date picker" // @ts-ignore
647
+ ,
595
648
  ref: root => {
596
649
  if (root && root instanceof HTMLElement && !this.state.rootElement) {
597
650
  this.setState({
@@ -603,7 +656,9 @@ export default class Calendar extends React.Component {
603
656
  onKeyDown: this.props.trapTabbing ? this.handleTabbing : null
604
657
  }, rootProps), this.renderMonths({
605
658
  ariaRoleDescCalMonth: locale.datepicker.ariaRoleDescriptionCalendarMonth
606
- }), this.props.timeSelectStart && this.renderTimeSelect(startDate, time => this.handleTimeChange(time, 0), locale.datepicker.timeSelectStartLabel), this.props.timeSelectEnd && this.props.range && this.renderTimeSelect(endDate, time => this.handleTimeChange(time, 1), locale.datepicker.timeSelectEndLabel), this.renderQuickSelect()));
659
+ }), this.props.timeSelectStart && this.renderTimeSelect(startDate, // @ts-ignore
660
+ time => this.handleTimeChange(time, 0), locale.datepicker.timeSelectStartLabel), this.props.timeSelectEnd && this.props.range && this.renderTimeSelect(endDate, // @ts-ignore
661
+ time => this.handleTimeChange(time, 1), locale.datepicker.timeSelectEndLabel), this.renderQuickSelect(), this.renderActionBar()));
607
662
  }
608
663
 
609
664
  }
@@ -630,6 +685,7 @@ _defineProperty(Calendar, "defaultProps", {
630
685
  orientation: ORIENTATION.horizontal,
631
686
  overrides: {},
632
687
  peekNextMonth: false,
688
+ // @ts-ignore
633
689
  adapter: dateFnsAdapter,
634
690
  value: null,
635
691
  trapTabbing: false
@@ -20,7 +20,7 @@ import DateHelpers from './utils/date-helpers';
20
20
  import dateFnsAdapter from './utils/date-fns-adapter';
21
21
  import { INPUT_ROLE, RANGED_CALENDAR_BEHAVIOR } from './constants';
22
22
  export const DEFAULT_DATE_FORMAT = 'yyyy/MM/dd';
23
- const INPUT_DELIMITER = '–';
23
+ const INPUT_DELIMITER = '–'; // @ts-ignore
24
24
 
25
25
  const combineSeparatedInputs = (newInputValue, prevCombinedInputValue = '', inputRole) => {
26
26
  let inputValue = newInputValue;
@@ -39,7 +39,7 @@ const combineSeparatedInputs = (newInputValue, prevCombinedInputValue = '', inpu
39
39
 
40
40
  export default class Datepicker extends React.Component {
41
41
  constructor(props) {
42
- super(props);
42
+ super(props); // @ts-ignore
43
43
 
44
44
  _defineProperty(this, "calendar", void 0);
45
45
 
@@ -86,7 +86,8 @@ export default class Datepicker extends React.Component {
86
86
  if (Array.isArray(nextDate) && this.props.range) {
87
87
  if (!nextDate[0] || !nextDate[1]) {
88
88
  isOpen = true;
89
- isPseudoFocused = true;
89
+ isPseudoFocused = true; // @ts-ignore
90
+
90
91
  calendarFocused = null;
91
92
  } else if (nextDate[0] && nextDate[1]) {
92
93
  const [start, end] = nextDate;
@@ -135,6 +136,12 @@ export default class Datepicker extends React.Component {
135
136
  if (onlyTimeChanged(prevValue, nextDate)) {
136
137
  isOpen = true;
137
138
  }
139
+ } // If nextDate is an array but the datepicker is not ranged, we assign
140
+ // nextDate directly to the Date value to avoid formatting issues
141
+
142
+
143
+ if (Array.isArray(nextDate) && !this.props.range) {
144
+ nextDate = nextDate[0];
138
145
  }
139
146
 
140
147
  this.setState({
@@ -153,7 +160,8 @@ export default class Datepicker extends React.Component {
153
160
  displayValueAtRangeIndex,
154
161
  formatDisplayValue,
155
162
  range
156
- } = this.props;
163
+ } = this.props; // @ts-ignore
164
+
157
165
  const formatString = this.normalizeDashes(this.props.formatString);
158
166
 
159
167
  if (typeof displayValueAtRangeIndex === 'number') {
@@ -243,7 +251,8 @@ export default class Datepicker extends React.Component {
243
251
 
244
252
  _defineProperty(this, "handleInputChange", (event, inputRole) => {
245
253
  const inputValue = this.props.range && this.props.separateRangeInputs ? combineSeparatedInputs(event.currentTarget.value, this.state.inputValue, inputRole) : event.currentTarget.value;
246
- const mask = this.getMask();
254
+ const mask = this.getMask(); // @ts-ignore
255
+
247
256
  const formatString = this.normalizeDashes(this.props.formatString);
248
257
 
249
258
  if (typeof mask === 'string' && inputValue === mask.replace(/9/g, ' ') || inputValue.length === 0) {
@@ -256,7 +265,7 @@ export default class Datepicker extends React.Component {
256
265
 
257
266
  this.setState({
258
267
  inputValue
259
- });
268
+ }); // @ts-ignore
260
269
 
261
270
  const parseDateString = dateString => {
262
271
  if (formatString === DEFAULT_DATE_FORMAT) {
@@ -288,8 +297,10 @@ export default class Datepicker extends React.Component {
288
297
  let date = this.dateHelpers.date(dateString);
289
298
  const formatString = this.props.formatString; // Prevent early parsing of value.
290
299
  // Eg 25.12.2 will be transformed to 25.12.0002 formatted from date to string
300
+ // @ts-ignore
291
301
 
292
302
  if (dateString.replace(/(\s)*/g, '').length < formatString.replace(/(\s)*/g, '').length) {
303
+ // @ts-ignore
293
304
  date = null;
294
305
  } else {
295
306
  date = parseDateString(dateString);
@@ -346,7 +357,7 @@ export default class Datepicker extends React.Component {
346
357
  _defineProperty(this, "handleKeyDown", event => {
347
358
  if (!this.state.isOpen && event.keyCode === 40) {
348
359
  this.open();
349
- } else if (this.state.isOpen && event.key === 'ArrowDown') {
360
+ } else if (this.state.isOpen && (event.key === 'ArrowDown' || event.key === 'Enter')) {
350
361
  // next line prevents the page jump on the initial arrowDown
351
362
  event.preventDefault();
352
363
  this.focusCalendar();
@@ -374,6 +385,8 @@ export default class Datepicker extends React.Component {
374
385
  return this.props.rangedCalendarBehavior === RANGED_CALENDAR_BEHAVIOR.locked && this.props.range && this.props.separateRangeInputs;
375
386
  });
376
387
 
388
+ _defineProperty(this, "getPlaceholder", () => this.props.placeholder || this.props.placeholder === '' ? this.props.placeholder : this.props.range && !this.props.separateRangeInputs ? `YYYY/MM/DD ${INPUT_DELIMITER} YYYY/MM/DD` : 'YYYY/MM/DD');
389
+
377
390
  this.dateHelpers = new DateHelpers(props.adapter);
378
391
  this.state = {
379
392
  calendarFocused: false,
@@ -426,12 +439,12 @@ export default class Datepicker extends React.Component {
426
439
  overrides = {}
427
440
  } = this.props;
428
441
  const [InputComponent, inputProps] = getOverrides(overrides.Input, MaskedInput);
429
- const placeholder = this.props.placeholder || this.props.placeholder === '' ? this.props.placeholder : this.props.range && !this.props.separateRangeInputs ? `YYYY/MM/DD ${INPUT_DELIMITER} YYYY/MM/DD` : 'YYYY/MM/DD';
442
+ const inputLabel = this.props['aria-label'] || `${this.props.range ? locale.datepicker.ariaLabelRange : locale.datepicker.ariaLabel}`;
430
443
  const [startDate = '', endDate = ''] = (this.state.inputValue || '').split(` ${INPUT_DELIMITER} `);
431
444
  const value = inputRole === INPUT_ROLE.startDate ? startDate : inputRole === INPUT_ROLE.endDate ? endDate : this.state.inputValue;
432
445
  return /*#__PURE__*/React.createElement(InputComponent, _extends({
433
446
  "aria-disabled": this.props.disabled,
434
- "aria-label": this.props['aria-label'] || (this.props.range ? locale.datepicker.ariaLabelRange : locale.datepicker.ariaLabel),
447
+ "aria-label": inputLabel,
435
448
  error: this.props.error,
436
449
  positive: this.props.positive,
437
450
  "aria-describedby": this.props['aria-describedby'],
@@ -442,9 +455,10 @@ export default class Datepicker extends React.Component {
442
455
  value: value,
443
456
  onFocus: () => this.open(inputRole),
444
457
  onBlur: this.handleInputBlur,
445
- onKeyDown: this.handleKeyDown,
458
+ onKeyDown: this.handleKeyDown // @ts-ignore
459
+ ,
446
460
  onChange: event => this.handleInputChange(event, inputRole),
447
- placeholder: placeholder,
461
+ placeholder: this.getPlaceholder(),
448
462
  mask: this.getMask(),
449
463
  required: this.props.required,
450
464
  clearable: this.props.clearable
@@ -462,6 +476,8 @@ export default class Datepicker extends React.Component {
462
476
  const [StartDate, startDateProps] = getOverrides(overrides.StartDate, StyledStartDate);
463
477
  const [EndDate, endDateProps] = getOverrides(overrides.EndDate, StyledEndDate);
464
478
  const [InputLabel, inputLabelProps] = getOverrides(overrides.InputLabel, StyledInputLabel);
479
+ const singleDateFormatString = this.props.formatString || DEFAULT_DATE_FORMAT;
480
+ const formatString = this.props.range && !this.props.separateRangeInputs ? `${singleDateFormatString} ${INPUT_DELIMITER} ${singleDateFormatString}` : singleDateFormatString;
465
481
  return /*#__PURE__*/React.createElement(LocaleContext.Consumer, null, locale => /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(PopoverComponent, _extends({
466
482
  accessibilityType: ACCESSIBILITY_TYPE.none,
467
483
  focusLock: false,
@@ -484,6 +500,7 @@ export default class Datepicker extends React.Component {
484
500
  }, popoverProps), /*#__PURE__*/React.createElement(InputWrapper, _extends({}, inputWrapperProps, {
485
501
  $separateRangeInputs: this.props.range && this.props.separateRangeInputs
486
502
  }), this.props.range && this.props.separateRangeInputs ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(StartDate, startDateProps, /*#__PURE__*/React.createElement(InputLabel, inputLabelProps, startDateLabel), this.renderInputComponent(locale, INPUT_ROLE.startDate)), /*#__PURE__*/React.createElement(EndDate, endDateProps, /*#__PURE__*/React.createElement(InputLabel, inputLabelProps, endDateLabel), this.renderInputComponent(locale, INPUT_ROLE.endDate))) : /*#__PURE__*/React.createElement(React.Fragment, null, this.renderInputComponent(locale)))), /*#__PURE__*/React.createElement("p", {
503
+ // @ts-ignore
487
504
  id: this.props['aria-describedby'],
488
505
  style: {
489
506
  position: 'fixed',
@@ -498,7 +515,9 @@ export default class Datepicker extends React.Component {
498
515
  clip: 'rect(0, 0, 0, 0)',
499
516
  clipPath: 'inset(100%)'
500
517
  }
501
- }, locale.datepicker.screenReaderMessageInput), /*#__PURE__*/React.createElement("p", {
518
+ }, getInterpolatedString(locale.datepicker.screenReaderMessageInput, {
519
+ formatString: formatString
520
+ })), /*#__PURE__*/React.createElement("p", {
502
521
  "aria-live": "assertive",
503
522
  style: {
504
523
  position: 'fixed',
@@ -531,6 +550,7 @@ export default class Datepicker extends React.Component {
531
550
 
532
551
  _defineProperty(Datepicker, "defaultProps", {
533
552
  'aria-describedby': 'datepicker--screenreader--message--input',
553
+ // @ts-ignore
534
554
  value: null,
535
555
  formatString: DEFAULT_DATE_FORMAT,
536
556
  adapter: dateFnsAdapter
@@ -17,6 +17,7 @@ import { LocaleContext } from '../locale';
17
17
  import { isFocusVisible } from '../utils/focusVisible';
18
18
  import { INPUT_ROLE } from './constants';
19
19
  export default class Day extends React.Component {
20
+ // @ts-ignore
20
21
  constructor(props) {
21
22
  super(props);
22
23
 
@@ -50,10 +51,14 @@ export default class Day extends React.Component {
50
51
  let nextEndDate = null;
51
52
 
52
53
  if (this.props.selectedInput === INPUT_ROLE.startDate) {
53
- nextStartDate = selectedDate;
54
+ // @ts-ignore
55
+ nextStartDate = selectedDate; // @ts-ignore
56
+
54
57
  nextEndDate = Array.isArray(currentDate) && currentDate[1] ? currentDate[1] : null;
55
58
  } else if (this.props.selectedInput === INPUT_ROLE.endDate) {
56
- nextStartDate = Array.isArray(currentDate) && currentDate[0] ? currentDate[0] : null;
59
+ // @ts-ignore
60
+ nextStartDate = Array.isArray(currentDate) && currentDate[0] ? currentDate[0] : null; // @ts-ignore
61
+
57
62
  nextEndDate = selectedDate;
58
63
  }
59
64
 
@@ -373,7 +378,8 @@ export default class Day extends React.Component {
373
378
  /*#__PURE__*/
374
379
  // eslint-disable-next-line jsx-a11y/mouse-events-have-key-events
375
380
  React.createElement(LocaleContext.Consumer, null, locale => /*#__PURE__*/React.createElement(Day, _extends({
376
- "aria-label": this.getAriaLabel(sharedProps, locale),
381
+ "aria-label": this.getAriaLabel(sharedProps, locale) // @ts-ignore
382
+ ,
377
383
  ref: dayElm => {
378
384
  this.dayElm = dayElm;
379
385
  },
@@ -409,5 +415,6 @@ _defineProperty(Day, "defaultProps", {
409
415
  onMouseLeave: () => {},
410
416
  overrides: {},
411
417
  peekNextMonth: true,
418
+ // @ts-ignore
412
419
  value: null
413
420
  });