baseui 0.0.0-next-e421cf1 → 0.0.0-next-dfcb85a

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 (2183) hide show
  1. package/a11y/a11y.js +8 -8
  2. package/a11y/index.js +1 -1
  3. package/a11y/types.js +5 -1
  4. package/accordion/accordion.js +17 -17
  5. package/accordion/index.js +50 -21
  6. package/accordion/panel.js +11 -11
  7. package/accordion/stateful-panel-container.js +15 -13
  8. package/accordion/stateful-panel.js +8 -6
  9. package/accordion/stateless-accordion.js +11 -9
  10. package/accordion/styled-components.js +5 -5
  11. package/accordion/types.js +3 -9
  12. package/app-nav-bar/app-nav-bar.js +13 -13
  13. package/app-nav-bar/constants.js +1 -1
  14. package/app-nav-bar/index.js +5 -5
  15. package/app-nav-bar/mobile-menu.js +23 -20
  16. package/app-nav-bar/styled-components.js +7 -7
  17. package/app-nav-bar/types.js +3 -9
  18. package/app-nav-bar/user-menu.js +19 -17
  19. package/app-nav-bar/user-profile-tile.js +8 -8
  20. package/aspect-ratio-box/aspect-ratio-box-body.js +8 -6
  21. package/aspect-ratio-box/aspect-ratio-box.js +9 -7
  22. package/aspect-ratio-box/index.js +20 -2
  23. package/aspect-ratio-box/types.js +5 -1
  24. package/avatar/avatar.js +7 -7
  25. package/avatar/index.js +22 -2
  26. package/avatar/styled-components.js +3 -3
  27. package/avatar/types.js +5 -1
  28. package/badge/badge.js +9 -9
  29. package/badge/constants.js +1 -1
  30. package/badge/hint-dot.js +10 -10
  31. package/badge/index.js +31 -17
  32. package/badge/notification-circle.js +9 -9
  33. package/badge/styled-components.js +5 -5
  34. package/badge/types.js +3 -9
  35. package/badge/utils.js +3 -3
  36. package/badge/utils.js.flow +1 -1
  37. package/banner/banner.js +10 -10
  38. package/banner/index.js +17 -3
  39. package/banner/styled-components.js +3 -3
  40. package/banner/types.js +3 -9
  41. package/block/block.js +10 -8
  42. package/block/index.js +18 -1
  43. package/block/styled-components.js +2 -2
  44. package/block/types.js +5 -1
  45. package/breadcrumbs/breadcrumbs.js +11 -11
  46. package/breadcrumbs/index.js +16 -2
  47. package/breadcrumbs/styled-components.js +4 -4
  48. package/breadcrumbs/types.js +5 -1
  49. package/button/button-internals.js +11 -9
  50. package/button/button.js +22 -20
  51. package/button/default-props.js +1 -1
  52. package/button/index.js +38 -13
  53. package/button/styled-components.js +5 -5
  54. package/button/types.js +3 -9
  55. package/button-group/button-group.js +18 -18
  56. package/button-group/index.js +40 -16
  57. package/button-group/stateful-button-group.js +9 -7
  58. package/button-group/stateful-container.js +16 -14
  59. package/button-group/styled-components.js +2 -2
  60. package/button-group/types.js +3 -11
  61. package/card/card.js +13 -10
  62. package/card/images.js +1 -1
  63. package/card/index.js +40 -14
  64. package/card/styled-components.js +3 -3
  65. package/card/types.js +5 -1
  66. package/checkbox/checkbox.js +14 -14
  67. package/checkbox/constants.js +1 -1
  68. package/checkbox/index.js +57 -29
  69. package/checkbox/stateful-checkbox-container.js +15 -13
  70. package/checkbox/stateful-checkbox.js +5 -5
  71. package/checkbox/styled-components.js +4 -4
  72. package/checkbox/types.js +3 -1
  73. package/combobox/combobox.js +15 -12
  74. package/combobox/index.js +33 -11
  75. package/combobox/styled-components.js +5 -5
  76. package/combobox/types.js +3 -9
  77. package/data-table/column-anchor.js +9 -9
  78. package/data-table/column-boolean.js +9 -9
  79. package/data-table/column-categorical.js +20 -18
  80. package/data-table/column-custom.js +4 -4
  81. package/data-table/column-datetime.js +20 -20
  82. package/data-table/column-numerical.js +16 -16
  83. package/data-table/column-row-index.js +7 -7
  84. package/data-table/column-string.js +9 -9
  85. package/data-table/column.js +8 -8
  86. package/data-table/constants.js +1 -1
  87. package/data-table/data-table.js +14 -14
  88. package/data-table/filter-menu.js +12 -12
  89. package/data-table/filter-shell.js +9 -9
  90. package/data-table/header-cell.js +12 -12
  91. package/data-table/index.js +82 -48
  92. package/data-table/measure-column-widths.js +6 -6
  93. package/data-table/stateful-container.js +6 -6
  94. package/data-table/stateful-data-table.js +14 -14
  95. package/data-table/text-search.js +5 -5
  96. package/data-table/types.js +3 -9
  97. package/datepicker/calendar-header.js +27 -27
  98. package/datepicker/calendar.js +26 -24
  99. package/datepicker/constants.js +1 -1
  100. package/datepicker/datepicker.js +24 -24
  101. package/datepicker/day.js +18 -18
  102. package/datepicker/index.js +48 -34
  103. package/datepicker/month.js +16 -16
  104. package/datepicker/stateful-calendar.js +12 -12
  105. package/datepicker/stateful-container.js +15 -13
  106. package/datepicker/stateful-datepicker.js +12 -12
  107. package/datepicker/styled-components.js +7 -7
  108. package/datepicker/types.js +3 -9
  109. package/datepicker/utils/calendar-header-helpers.js +3 -3
  110. package/datepicker/utils/date-helpers.js +9 -5
  111. package/datepicker/utils/index.js +1 -1
  112. package/datepicker/utils/types.js +5 -1
  113. package/datepicker/week.js +17 -17
  114. package/dnd-list/index.js +53 -25
  115. package/dnd-list/list.js +19 -19
  116. package/dnd-list/stateful-list-container.js +14 -12
  117. package/dnd-list/stateful-list.js +5 -5
  118. package/dnd-list/styled-components.js +4 -4
  119. package/dnd-list/types.js +3 -9
  120. package/drawer/close-icon.js +4 -4
  121. package/drawer/constants.js +1 -1
  122. package/drawer/drawer.js +18 -18
  123. package/drawer/index.js +27 -13
  124. package/drawer/styled-components.js +5 -5
  125. package/drawer/types.js +3 -9
  126. package/es/a11y/a11y.js +4 -4
  127. package/es/a11y/index.js +1 -1
  128. package/es/a11y/types.js +1 -0
  129. package/es/accordion/accordion.js +4 -4
  130. package/es/accordion/index.js +9 -7
  131. package/es/accordion/panel.js +5 -5
  132. package/es/accordion/stateful-panel-container.js +1 -1
  133. package/es/accordion/stateful-panel.js +2 -2
  134. package/es/accordion/stateless-accordion.js +3 -3
  135. package/es/accordion/styled-components.js +2 -2
  136. package/es/accordion/types.js +1 -10
  137. package/es/app-nav-bar/app-nav-bar.js +9 -9
  138. package/es/app-nav-bar/index.js +5 -5
  139. package/es/app-nav-bar/mobile-menu.js +11 -11
  140. package/es/app-nav-bar/styled-components.js +4 -4
  141. package/es/app-nav-bar/types.js +1 -8
  142. package/es/app-nav-bar/user-menu.js +12 -12
  143. package/es/app-nav-bar/user-profile-tile.js +4 -4
  144. package/es/aspect-ratio-box/aspect-ratio-box-body.js +2 -2
  145. package/es/aspect-ratio-box/aspect-ratio-box.js +3 -3
  146. package/es/aspect-ratio-box/index.js +3 -2
  147. package/es/aspect-ratio-box/types.js +1 -0
  148. package/es/avatar/avatar.js +3 -3
  149. package/es/avatar/index.js +4 -2
  150. package/es/avatar/styled-components.js +1 -1
  151. package/es/avatar/types.js +1 -0
  152. package/es/badge/badge.js +5 -5
  153. package/es/badge/hint-dot.js +6 -6
  154. package/es/badge/index.js +6 -5
  155. package/es/badge/notification-circle.js +5 -5
  156. package/es/badge/styled-components.js +2 -2
  157. package/es/badge/types.js +1 -8
  158. package/es/banner/banner.js +6 -6
  159. package/es/banner/index.js +4 -3
  160. package/es/banner/styled-components.js +2 -2
  161. package/es/banner/types.js +1 -8
  162. package/es/block/block.js +3 -3
  163. package/es/block/index.js +2 -1
  164. package/es/block/styled-components.js +2 -2
  165. package/es/block/types.js +1 -0
  166. package/es/breadcrumbs/breadcrumbs.js +7 -7
  167. package/es/breadcrumbs/index.js +3 -2
  168. package/es/breadcrumbs/styled-components.js +1 -1
  169. package/es/breadcrumbs/types.js +1 -0
  170. package/es/button/button-internals.js +4 -4
  171. package/es/button/button.js +7 -7
  172. package/es/button/default-props.js +1 -1
  173. package/es/button/index.js +5 -3
  174. package/es/button/styled-components.js +2 -2
  175. package/es/button/types.js +1 -8
  176. package/es/button-group/button-group.js +6 -6
  177. package/es/button-group/index.js +8 -6
  178. package/es/button-group/stateful-button-group.js +3 -3
  179. package/es/button-group/stateful-container.js +1 -1
  180. package/es/button-group/styled-components.js +2 -2
  181. package/es/button-group/types.js +1 -9
  182. package/es/card/card.js +4 -4
  183. package/es/card/index.js +3 -2
  184. package/es/card/styled-components.js +1 -1
  185. package/es/card/types.js +1 -0
  186. package/es/checkbox/checkbox.js +5 -5
  187. package/es/checkbox/index.js +7 -5
  188. package/es/checkbox/stateful-checkbox-container.js +1 -1
  189. package/es/checkbox/stateful-checkbox.js +2 -2
  190. package/es/checkbox/styled-components.js +1 -1
  191. package/es/checkbox/types.js +1 -7
  192. package/es/combobox/combobox.js +6 -6
  193. package/es/combobox/index.js +4 -3
  194. package/es/combobox/styled-components.js +2 -2
  195. package/es/combobox/types.js +1 -8
  196. package/es/data-table/column-anchor.js +5 -5
  197. package/es/data-table/column-boolean.js +5 -5
  198. package/es/data-table/column-categorical.js +13 -13
  199. package/es/data-table/column-custom.js +2 -2
  200. package/es/data-table/column-datetime.js +13 -13
  201. package/es/data-table/column-numerical.js +10 -10
  202. package/es/data-table/column-row-index.js +3 -3
  203. package/es/data-table/column-string.js +5 -5
  204. package/es/data-table/column.js +2 -2
  205. package/es/data-table/data-table.js +7 -7
  206. package/es/data-table/filter-menu.js +9 -9
  207. package/es/data-table/filter-shell.js +5 -5
  208. package/es/data-table/header-cell.js +6 -6
  209. package/es/data-table/index.js +16 -15
  210. package/es/data-table/measure-column-widths.js +2 -2
  211. package/es/data-table/stateful-container.js +1 -1
  212. package/es/data-table/stateful-data-table.js +10 -10
  213. package/es/data-table/text-search.js +1 -1
  214. package/es/data-table/types.js +1 -8
  215. package/es/datepicker/calendar-header.js +15 -15
  216. package/es/datepicker/calendar.js +12 -12
  217. package/es/datepicker/datepicker.js +11 -11
  218. package/es/datepicker/day.js +8 -8
  219. package/es/datepicker/index.js +12 -10
  220. package/es/datepicker/month.js +6 -6
  221. package/es/datepicker/stateful-calendar.js +3 -3
  222. package/es/datepicker/stateful-container.js +1 -1
  223. package/es/datepicker/stateful-datepicker.js +3 -3
  224. package/es/datepicker/styled-components.js +3 -3
  225. package/es/datepicker/types.js +1 -10
  226. package/es/datepicker/utils/calendar-header-helpers.js +1 -1
  227. package/es/datepicker/utils/types.js +1 -0
  228. package/es/datepicker/week.js +7 -7
  229. package/es/dnd-list/index.js +7 -5
  230. package/es/dnd-list/list.js +7 -7
  231. package/es/dnd-list/stateful-list.js +2 -2
  232. package/es/dnd-list/styled-components.js +1 -1
  233. package/es/dnd-list/types.js +1 -10
  234. package/es/drawer/close-icon.js +1 -1
  235. package/es/drawer/drawer.js +8 -8
  236. package/es/drawer/index.js +4 -3
  237. package/es/drawer/styled-components.js +2 -2
  238. package/es/drawer/types.js +1 -10
  239. package/es/file-uploader/file-uploader.js +8 -8
  240. package/es/file-uploader/index.js +4 -2
  241. package/es/file-uploader/styled-components.js +1 -1
  242. package/es/file-uploader/types.js +1 -0
  243. package/es/flex-grid/flex-grid-item.js +4 -4
  244. package/es/flex-grid/flex-grid.js +4 -4
  245. package/es/flex-grid/index.js +3 -2
  246. package/es/flex-grid/types.js +1 -0
  247. package/es/form-control/form-control.js +3 -3
  248. package/es/form-control/index.js +3 -2
  249. package/es/form-control/styled-components.js +1 -1
  250. package/es/form-control/types.js +1 -7
  251. package/es/header-navigation/header-navigation.js +3 -3
  252. package/es/header-navigation/index.js +4 -3
  253. package/es/header-navigation/styled-components.js +2 -2
  254. package/es/header-navigation/types.js +1 -0
  255. package/es/heading/heading.js +3 -3
  256. package/es/heading/index.js +3 -2
  257. package/es/heading/types.js +1 -7
  258. package/es/helper/constants.js +1 -1
  259. package/es/helper/helper-steps.js +5 -5
  260. package/es/helper/helper.js +4 -4
  261. package/es/helper/index.js +6 -5
  262. package/es/helper/stateful-helper.js +3 -3
  263. package/es/helper/styled-components.js +4 -4
  264. package/es/helper/types.js +1 -0
  265. package/es/helpers/base-provider.js +2 -2
  266. package/es/helpers/overrides.js +25 -24
  267. package/es/helpers/types.js +1 -7
  268. package/es/icon/alert.js +4 -4
  269. package/es/icon/arrow-down.js +4 -4
  270. package/es/icon/arrow-left.js +4 -4
  271. package/es/icon/arrow-right.js +4 -4
  272. package/es/icon/arrow-up.js +4 -4
  273. package/es/icon/blank.js +4 -4
  274. package/es/icon/check-indeterminate.js +4 -4
  275. package/es/icon/check.js +4 -4
  276. package/es/icon/chevron-down.js +4 -4
  277. package/es/icon/chevron-left.js +4 -4
  278. package/es/icon/chevron-right.js +4 -4
  279. package/es/icon/chevron-up.js +4 -4
  280. package/es/icon/delete-alt.js +4 -4
  281. package/es/icon/delete.js +4 -4
  282. package/es/icon/filter.js +4 -4
  283. package/es/icon/grab.js +4 -4
  284. package/es/icon/hide.js +4 -4
  285. package/es/icon/icon-exports.js +28 -28
  286. package/es/icon/icon.js +4 -4
  287. package/es/icon/index.js +4 -3
  288. package/es/icon/menu.js +4 -4
  289. package/es/icon/overflow.js +4 -4
  290. package/es/icon/plus.js +4 -4
  291. package/es/icon/search.js +4 -4
  292. package/es/icon/show.js +4 -4
  293. package/es/icon/spinner.js +4 -4
  294. package/es/icon/styled-components.js +1 -1
  295. package/es/icon/triangle-down.js +4 -4
  296. package/es/icon/triangle-left.js +4 -4
  297. package/es/icon/triangle-right.js +4 -4
  298. package/es/icon/triangle-up.js +4 -4
  299. package/es/icon/types.js +1 -9
  300. package/es/icon/upload.js +4 -4
  301. package/es/index.js +5 -5
  302. package/es/input/base-input.js +9 -9
  303. package/es/input/index.js +8 -7
  304. package/es/input/input.js +6 -6
  305. package/es/input/masked-input.js +3 -3
  306. package/es/input/stateful-container.js +1 -1
  307. package/es/input/stateful-input.js +2 -2
  308. package/es/input/styled-components.js +3 -3
  309. package/es/input/types.js +1 -8
  310. package/es/layer/index.js +5 -4
  311. package/es/layer/layer.js +3 -3
  312. package/es/layer/layers-manager.js +4 -4
  313. package/es/layer/tether.js +2 -2
  314. package/es/layer/types.js +1 -8
  315. package/es/layout-grid/cell.js +4 -4
  316. package/es/layout-grid/grid.js +4 -4
  317. package/es/layout-grid/index.js +5 -5
  318. package/es/layout-grid/styled-components.js +3 -3
  319. package/es/layout-grid/types.js +1 -8
  320. package/es/link/index.js +4 -4
  321. package/es/link/styled-components.js +1 -1
  322. package/es/list/index.js +7 -6
  323. package/es/list/list-heading.js +3 -3
  324. package/es/list/list-item-label.js +2 -2
  325. package/es/list/list-item.js +5 -5
  326. package/es/list/menu-adapter.js +2 -2
  327. package/es/list/styled-components.js +3 -3
  328. package/es/list/types.js +1 -8
  329. package/es/list/utils.js +1 -1
  330. package/es/locale/en_US.js +12 -12
  331. package/es/locale/index.js +1 -1
  332. package/es/locale/types.js +1 -0
  333. package/es/map-marker/badge-enhancer.js +4 -4
  334. package/es/map-marker/drag-shadow.js +4 -4
  335. package/es/map-marker/fixed-marker.js +8 -8
  336. package/es/map-marker/floating-marker.js +6 -6
  337. package/es/map-marker/index.js +4 -3
  338. package/es/map-marker/label-enhancer.js +4 -4
  339. package/es/map-marker/needle.js +4 -4
  340. package/es/map-marker/pin-head.js +6 -6
  341. package/es/map-marker/styled-components.js +2 -2
  342. package/es/map-marker/types.js +1 -8
  343. package/es/menu/index.js +10 -8
  344. package/es/menu/maybe-child-menu.js +4 -4
  345. package/es/menu/menu.js +6 -6
  346. package/es/menu/option-list.js +6 -6
  347. package/es/menu/option-profile.js +4 -4
  348. package/es/menu/stateful-container.js +3 -3
  349. package/es/menu/stateful-menu.js +4 -4
  350. package/es/menu/styled-components.js +2 -2
  351. package/es/menu/types.js +1 -8
  352. package/es/modal/index.js +6 -5
  353. package/es/modal/modal-button.js +3 -3
  354. package/es/modal/modal.js +8 -8
  355. package/es/modal/styled-components.js +2 -2
  356. package/es/modal/types.js +1 -10
  357. package/es/notification/index.js +2 -2
  358. package/es/notification/notification.js +3 -3
  359. package/es/pagination/index.js +8 -6
  360. package/es/pagination/pagination.js +10 -10
  361. package/es/pagination/stateful-container.js +2 -2
  362. package/es/pagination/stateful-pagination.js +3 -3
  363. package/es/pagination/styled-components.js +1 -1
  364. package/es/pagination/types.js +1 -8
  365. package/es/payment-card/index.js +6 -5
  366. package/es/payment-card/payment-card.js +18 -18
  367. package/es/payment-card/stateful-payment-card.js +2 -2
  368. package/es/payment-card/styled-components.js +2 -2
  369. package/es/payment-card/types.js +1 -0
  370. package/es/phone-input/base-country-picker.js +7 -7
  371. package/es/phone-input/constants.js +1 -1
  372. package/es/phone-input/country-picker.js +6 -6
  373. package/es/phone-input/country-select-dropdown.js +7 -7
  374. package/es/phone-input/country-select.js +6 -6
  375. package/es/phone-input/default-props.js +1 -1
  376. package/es/phone-input/flag.js +4 -4
  377. package/es/phone-input/flags/FlagAD.js +1 -1
  378. package/es/phone-input/flags/FlagAE.js +1 -1
  379. package/es/phone-input/flags/FlagAF.js +1 -1
  380. package/es/phone-input/flags/FlagAG.js +1 -1
  381. package/es/phone-input/flags/FlagAI.js +1 -1
  382. package/es/phone-input/flags/FlagAL.js +1 -1
  383. package/es/phone-input/flags/FlagAM.js +1 -1
  384. package/es/phone-input/flags/FlagAO.js +1 -1
  385. package/es/phone-input/flags/FlagAR.js +1 -1
  386. package/es/phone-input/flags/FlagAS.js +1 -1
  387. package/es/phone-input/flags/FlagAT.js +1 -1
  388. package/es/phone-input/flags/FlagAU.js +1 -1
  389. package/es/phone-input/flags/FlagAW.js +1 -1
  390. package/es/phone-input/flags/FlagAX.js +1 -1
  391. package/es/phone-input/flags/FlagAZ.js +1 -1
  392. package/es/phone-input/flags/FlagBA.js +1 -1
  393. package/es/phone-input/flags/FlagBB.js +1 -1
  394. package/es/phone-input/flags/FlagBD.js +1 -1
  395. package/es/phone-input/flags/FlagBE.js +1 -1
  396. package/es/phone-input/flags/FlagBF.js +1 -1
  397. package/es/phone-input/flags/FlagBG.js +1 -1
  398. package/es/phone-input/flags/FlagBH.js +1 -1
  399. package/es/phone-input/flags/FlagBI.js +1 -1
  400. package/es/phone-input/flags/FlagBJ.js +1 -1
  401. package/es/phone-input/flags/FlagBL.js +1 -1
  402. package/es/phone-input/flags/FlagBM.js +1 -1
  403. package/es/phone-input/flags/FlagBN.js +1 -1
  404. package/es/phone-input/flags/FlagBO.js +1 -1
  405. package/es/phone-input/flags/FlagBR.js +1 -1
  406. package/es/phone-input/flags/FlagBS.js +1 -1
  407. package/es/phone-input/flags/FlagBT.js +1 -1
  408. package/es/phone-input/flags/FlagBV.js +1 -1
  409. package/es/phone-input/flags/FlagBW.js +1 -1
  410. package/es/phone-input/flags/FlagBY.js +1 -1
  411. package/es/phone-input/flags/FlagBZ.js +1 -1
  412. package/es/phone-input/flags/FlagCA.js +1 -1
  413. package/es/phone-input/flags/FlagCC.js +1 -1
  414. package/es/phone-input/flags/FlagCD.js +1 -1
  415. package/es/phone-input/flags/FlagCF.js +1 -1
  416. package/es/phone-input/flags/FlagCG.js +1 -1
  417. package/es/phone-input/flags/FlagCH.js +1 -1
  418. package/es/phone-input/flags/FlagCI.js +1 -1
  419. package/es/phone-input/flags/FlagCK.js +1 -1
  420. package/es/phone-input/flags/FlagCL.js +1 -1
  421. package/es/phone-input/flags/FlagCM.js +1 -1
  422. package/es/phone-input/flags/FlagCN.js +1 -1
  423. package/es/phone-input/flags/FlagCO.js +1 -1
  424. package/es/phone-input/flags/FlagCR.js +1 -1
  425. package/es/phone-input/flags/FlagCU.js +1 -1
  426. package/es/phone-input/flags/FlagCV.js +1 -1
  427. package/es/phone-input/flags/FlagCW.js +1 -1
  428. package/es/phone-input/flags/FlagCX.js +1 -1
  429. package/es/phone-input/flags/FlagCY.js +1 -1
  430. package/es/phone-input/flags/FlagCZ.js +1 -1
  431. package/es/phone-input/flags/FlagDE.js +1 -1
  432. package/es/phone-input/flags/FlagDJ.js +1 -1
  433. package/es/phone-input/flags/FlagDK.js +1 -1
  434. package/es/phone-input/flags/FlagDM.js +1 -1
  435. package/es/phone-input/flags/FlagDO.js +1 -1
  436. package/es/phone-input/flags/FlagDZ.js +1 -1
  437. package/es/phone-input/flags/FlagEC.js +1 -1
  438. package/es/phone-input/flags/FlagEE.js +1 -1
  439. package/es/phone-input/flags/FlagEG.js +1 -1
  440. package/es/phone-input/flags/FlagER.js +1 -1
  441. package/es/phone-input/flags/FlagES.js +1 -1
  442. package/es/phone-input/flags/FlagET.js +1 -1
  443. package/es/phone-input/flags/FlagEU.js +1 -1
  444. package/es/phone-input/flags/FlagFI.js +1 -1
  445. package/es/phone-input/flags/FlagFJ.js +1 -1
  446. package/es/phone-input/flags/FlagFK.js +1 -1
  447. package/es/phone-input/flags/FlagFM.js +1 -1
  448. package/es/phone-input/flags/FlagFO.js +1 -1
  449. package/es/phone-input/flags/FlagFR.js +1 -1
  450. package/es/phone-input/flags/FlagGA.js +1 -1
  451. package/es/phone-input/flags/FlagGB.js +1 -1
  452. package/es/phone-input/flags/FlagGD.js +1 -1
  453. package/es/phone-input/flags/FlagGE.js +1 -1
  454. package/es/phone-input/flags/FlagGF.js +1 -1
  455. package/es/phone-input/flags/FlagGG.js +1 -1
  456. package/es/phone-input/flags/FlagGH.js +1 -1
  457. package/es/phone-input/flags/FlagGI.js +1 -1
  458. package/es/phone-input/flags/FlagGL.js +1 -1
  459. package/es/phone-input/flags/FlagGM.js +1 -1
  460. package/es/phone-input/flags/FlagGN.js +1 -1
  461. package/es/phone-input/flags/FlagGP.js +1 -1
  462. package/es/phone-input/flags/FlagGQ.js +1 -1
  463. package/es/phone-input/flags/FlagGR.js +1 -1
  464. package/es/phone-input/flags/FlagGS.js +1 -1
  465. package/es/phone-input/flags/FlagGT.js +1 -1
  466. package/es/phone-input/flags/FlagGU.js +1 -1
  467. package/es/phone-input/flags/FlagGW.js +1 -1
  468. package/es/phone-input/flags/FlagGY.js +1 -1
  469. package/es/phone-input/flags/FlagHK.js +1 -1
  470. package/es/phone-input/flags/FlagHM.js +1 -1
  471. package/es/phone-input/flags/FlagHN.js +1 -1
  472. package/es/phone-input/flags/FlagHR.js +1 -1
  473. package/es/phone-input/flags/FlagHT.js +1 -1
  474. package/es/phone-input/flags/FlagHU.js +1 -1
  475. package/es/phone-input/flags/FlagID.js +1 -1
  476. package/es/phone-input/flags/FlagIE.js +1 -1
  477. package/es/phone-input/flags/FlagIL.js +1 -1
  478. package/es/phone-input/flags/FlagIM.js +1 -1
  479. package/es/phone-input/flags/FlagIN.js +1 -1
  480. package/es/phone-input/flags/FlagIO.js +1 -1
  481. package/es/phone-input/flags/FlagIQ.js +1 -1
  482. package/es/phone-input/flags/FlagIR.js +1 -1
  483. package/es/phone-input/flags/FlagIS.js +1 -1
  484. package/es/phone-input/flags/FlagIT.js +1 -1
  485. package/es/phone-input/flags/FlagJE.js +1 -1
  486. package/es/phone-input/flags/FlagJM.js +1 -1
  487. package/es/phone-input/flags/FlagJO.js +1 -1
  488. package/es/phone-input/flags/FlagJP.js +1 -1
  489. package/es/phone-input/flags/FlagKE.js +1 -1
  490. package/es/phone-input/flags/FlagKG.js +1 -1
  491. package/es/phone-input/flags/FlagKH.js +1 -1
  492. package/es/phone-input/flags/FlagKI.js +1 -1
  493. package/es/phone-input/flags/FlagKM.js +1 -1
  494. package/es/phone-input/flags/FlagKN.js +1 -1
  495. package/es/phone-input/flags/FlagKP.js +1 -1
  496. package/es/phone-input/flags/FlagKR.js +1 -1
  497. package/es/phone-input/flags/FlagKW.js +1 -1
  498. package/es/phone-input/flags/FlagKY.js +1 -1
  499. package/es/phone-input/flags/FlagKZ.js +1 -1
  500. package/es/phone-input/flags/FlagLA.js +1 -1
  501. package/es/phone-input/flags/FlagLB.js +1 -1
  502. package/es/phone-input/flags/FlagLC.js +1 -1
  503. package/es/phone-input/flags/FlagLI.js +1 -1
  504. package/es/phone-input/flags/FlagLK.js +1 -1
  505. package/es/phone-input/flags/FlagLR.js +1 -1
  506. package/es/phone-input/flags/FlagLS.js +1 -1
  507. package/es/phone-input/flags/FlagLT.js +1 -1
  508. package/es/phone-input/flags/FlagLU.js +1 -1
  509. package/es/phone-input/flags/FlagLV.js +1 -1
  510. package/es/phone-input/flags/FlagLY.js +1 -1
  511. package/es/phone-input/flags/FlagMA.js +1 -1
  512. package/es/phone-input/flags/FlagMC.js +1 -1
  513. package/es/phone-input/flags/FlagMD.js +1 -1
  514. package/es/phone-input/flags/FlagME.js +1 -1
  515. package/es/phone-input/flags/FlagMF.js +1 -1
  516. package/es/phone-input/flags/FlagMG.js +1 -1
  517. package/es/phone-input/flags/FlagMH.js +1 -1
  518. package/es/phone-input/flags/FlagMK.js +1 -1
  519. package/es/phone-input/flags/FlagML.js +1 -1
  520. package/es/phone-input/flags/FlagMM.js +1 -1
  521. package/es/phone-input/flags/FlagMN.js +1 -1
  522. package/es/phone-input/flags/FlagMO.js +1 -1
  523. package/es/phone-input/flags/FlagMP.js +1 -1
  524. package/es/phone-input/flags/FlagMQ.js +1 -1
  525. package/es/phone-input/flags/FlagMR.js +1 -1
  526. package/es/phone-input/flags/FlagMS.js +1 -1
  527. package/es/phone-input/flags/FlagMT.js +1 -1
  528. package/es/phone-input/flags/FlagMU.js +1 -1
  529. package/es/phone-input/flags/FlagMV.js +1 -1
  530. package/es/phone-input/flags/FlagMW.js +1 -1
  531. package/es/phone-input/flags/FlagMX.js +1 -1
  532. package/es/phone-input/flags/FlagMY.js +1 -1
  533. package/es/phone-input/flags/FlagMZ.js +1 -1
  534. package/es/phone-input/flags/FlagNA.js +1 -1
  535. package/es/phone-input/flags/FlagNC.js +1 -1
  536. package/es/phone-input/flags/FlagNE.js +1 -1
  537. package/es/phone-input/flags/FlagNF.js +1 -1
  538. package/es/phone-input/flags/FlagNG.js +1 -1
  539. package/es/phone-input/flags/FlagNI.js +1 -1
  540. package/es/phone-input/flags/FlagNL.js +1 -1
  541. package/es/phone-input/flags/FlagNO.js +1 -1
  542. package/es/phone-input/flags/FlagNP.js +1 -1
  543. package/es/phone-input/flags/FlagNR.js +1 -1
  544. package/es/phone-input/flags/FlagNU.js +1 -1
  545. package/es/phone-input/flags/FlagNZ.js +1 -1
  546. package/es/phone-input/flags/FlagOM.js +1 -1
  547. package/es/phone-input/flags/FlagPA.js +1 -1
  548. package/es/phone-input/flags/FlagPE.js +1 -1
  549. package/es/phone-input/flags/FlagPF.js +1 -1
  550. package/es/phone-input/flags/FlagPG.js +1 -1
  551. package/es/phone-input/flags/FlagPH.js +1 -1
  552. package/es/phone-input/flags/FlagPK.js +1 -1
  553. package/es/phone-input/flags/FlagPL.js +1 -1
  554. package/es/phone-input/flags/FlagPM.js +1 -1
  555. package/es/phone-input/flags/FlagPN.js +1 -1
  556. package/es/phone-input/flags/FlagPR.js +1 -1
  557. package/es/phone-input/flags/FlagPS.js +1 -1
  558. package/es/phone-input/flags/FlagPT.js +1 -1
  559. package/es/phone-input/flags/FlagPW.js +1 -1
  560. package/es/phone-input/flags/FlagPY.js +1 -1
  561. package/es/phone-input/flags/FlagQA.js +1 -1
  562. package/es/phone-input/flags/FlagRE.js +1 -1
  563. package/es/phone-input/flags/FlagRO.js +1 -1
  564. package/es/phone-input/flags/FlagRS.js +1 -1
  565. package/es/phone-input/flags/FlagRU.js +1 -1
  566. package/es/phone-input/flags/FlagRW.js +1 -1
  567. package/es/phone-input/flags/FlagSA.js +1 -1
  568. package/es/phone-input/flags/FlagSB.js +1 -1
  569. package/es/phone-input/flags/FlagSC.js +1 -1
  570. package/es/phone-input/flags/FlagSD.js +1 -1
  571. package/es/phone-input/flags/FlagSE.js +1 -1
  572. package/es/phone-input/flags/FlagSG.js +1 -1
  573. package/es/phone-input/flags/FlagSH.js +1 -1
  574. package/es/phone-input/flags/FlagSI.js +1 -1
  575. package/es/phone-input/flags/FlagSJ.js +1 -1
  576. package/es/phone-input/flags/FlagSK.js +1 -1
  577. package/es/phone-input/flags/FlagSL.js +1 -1
  578. package/es/phone-input/flags/FlagSM.js +1 -1
  579. package/es/phone-input/flags/FlagSN.js +1 -1
  580. package/es/phone-input/flags/FlagSO.js +1 -1
  581. package/es/phone-input/flags/FlagSR.js +1 -1
  582. package/es/phone-input/flags/FlagSS.js +1 -1
  583. package/es/phone-input/flags/FlagST.js +1 -1
  584. package/es/phone-input/flags/FlagSV.js +1 -1
  585. package/es/phone-input/flags/FlagSX.js +1 -1
  586. package/es/phone-input/flags/FlagSY.js +1 -1
  587. package/es/phone-input/flags/FlagSZ.js +1 -1
  588. package/es/phone-input/flags/FlagTC.js +1 -1
  589. package/es/phone-input/flags/FlagTD.js +1 -1
  590. package/es/phone-input/flags/FlagTF.js +1 -1
  591. package/es/phone-input/flags/FlagTG.js +1 -1
  592. package/es/phone-input/flags/FlagTH.js +1 -1
  593. package/es/phone-input/flags/FlagTJ.js +1 -1
  594. package/es/phone-input/flags/FlagTK.js +1 -1
  595. package/es/phone-input/flags/FlagTL.js +1 -1
  596. package/es/phone-input/flags/FlagTM.js +1 -1
  597. package/es/phone-input/flags/FlagTN.js +1 -1
  598. package/es/phone-input/flags/FlagTO.js +1 -1
  599. package/es/phone-input/flags/FlagTR.js +1 -1
  600. package/es/phone-input/flags/FlagTT.js +1 -1
  601. package/es/phone-input/flags/FlagTV.js +1 -1
  602. package/es/phone-input/flags/FlagTW.js +1 -1
  603. package/es/phone-input/flags/FlagTZ.js +1 -1
  604. package/es/phone-input/flags/FlagUA.js +1 -1
  605. package/es/phone-input/flags/FlagUG.js +1 -1
  606. package/es/phone-input/flags/FlagUM.js +1 -1
  607. package/es/phone-input/flags/FlagUS.js +1 -1
  608. package/es/phone-input/flags/FlagUY.js +1 -1
  609. package/es/phone-input/flags/FlagUZ.js +1 -1
  610. package/es/phone-input/flags/FlagVA.js +1 -1
  611. package/es/phone-input/flags/FlagVC.js +1 -1
  612. package/es/phone-input/flags/FlagVE.js +1 -1
  613. package/es/phone-input/flags/FlagVG.js +1 -1
  614. package/es/phone-input/flags/FlagVI.js +1 -1
  615. package/es/phone-input/flags/FlagVN.js +1 -1
  616. package/es/phone-input/flags/FlagVU.js +1 -1
  617. package/es/phone-input/flags/FlagWF.js +1 -1
  618. package/es/phone-input/flags/FlagWS.js +1 -1
  619. package/es/phone-input/flags/FlagXK.js +1 -1
  620. package/es/phone-input/flags/FlagYE.js +1 -1
  621. package/es/phone-input/flags/FlagYT.js +1 -1
  622. package/es/phone-input/flags/FlagZA.js +1 -1
  623. package/es/phone-input/flags/FlagZM.js +1 -1
  624. package/es/phone-input/flags/FlagZW.js +1 -1
  625. package/es/phone-input/flags/index.js +241 -241
  626. package/es/phone-input/index.js +9 -8
  627. package/es/phone-input/phone-input-lite.js +6 -6
  628. package/es/phone-input/phone-input-next.js +7 -7
  629. package/es/phone-input/phone-input.js +4 -4
  630. package/es/phone-input/stateful-phone-input-container.js +2 -2
  631. package/es/phone-input/stateful-phone-input-next.js +3 -3
  632. package/es/phone-input/stateful-phone-input.js +3 -3
  633. package/es/phone-input/styled-components.js +5 -5
  634. package/es/phone-input/types.js +1 -8
  635. package/es/pin-code/default-props.js +1 -1
  636. package/es/pin-code/index.js +4 -4
  637. package/es/pin-code/pin-code.js +5 -5
  638. package/es/pin-code/stateful-pin-code-container.js +2 -2
  639. package/es/pin-code/stateful-pin-code.js +3 -3
  640. package/es/pin-code/styled-components.js +3 -3
  641. package/es/pin-code/types.js +1 -8
  642. package/es/popover/default-props.js +1 -1
  643. package/es/popover/index.js +7 -5
  644. package/es/popover/popover.js +7 -7
  645. package/es/popover/stateful-container.js +1 -1
  646. package/es/popover/stateful-popover.js +3 -3
  647. package/es/popover/styled-components.js +3 -3
  648. package/es/popover/types.js +1 -10
  649. package/es/popover/utils.js +1 -1
  650. package/es/progress-bar/index.js +6 -4
  651. package/es/progress-bar/progressbar-rounded.js +4 -4
  652. package/es/progress-bar/progressbar.js +4 -4
  653. package/es/progress-bar/styled-components.js +3 -3
  654. package/es/progress-bar/types.js +1 -8
  655. package/es/progress-steps/index.js +5 -4
  656. package/es/progress-steps/numbered-step.js +4 -4
  657. package/es/progress-steps/progress-steps.js +3 -3
  658. package/es/progress-steps/step.js +3 -3
  659. package/es/progress-steps/styled-components.js +1 -1
  660. package/es/progress-steps/types.js +1 -0
  661. package/es/radio/index.js +7 -6
  662. package/es/radio/radio.js +3 -3
  663. package/es/radio/radiogroup.js +4 -4
  664. package/es/radio/stateful-radiogroup-container.js +1 -1
  665. package/es/radio/stateful-radiogroup.js +2 -2
  666. package/es/radio/styled-components.js +1 -1
  667. package/es/radio/types.js +1 -8
  668. package/es/rating/emoticon-rating.js +5 -5
  669. package/es/rating/index.js +4 -3
  670. package/es/rating/star-rating.js +5 -5
  671. package/es/rating/styled-components.js +2 -2
  672. package/es/rating/types.js +1 -0
  673. package/es/select/autosize-input.js +3 -3
  674. package/es/select/constants.js +1 -1
  675. package/es/select/default-props.js +2 -2
  676. package/es/select/dropdown.js +4 -4
  677. package/es/select/index.js +13 -12
  678. package/es/select/multi-select.js +3 -3
  679. package/es/select/multi-value.js +3 -3
  680. package/es/select/select-component.js +13 -13
  681. package/es/select/select.js +4 -4
  682. package/es/select/single-select.js +3 -3
  683. package/es/select/stateful-select.js +3 -3
  684. package/es/select/styled-components.js +5 -5
  685. package/es/select/types.js +1 -8
  686. package/es/select/value.js +3 -3
  687. package/es/side-navigation/index.js +5 -3
  688. package/es/side-navigation/nav-item.js +3 -3
  689. package/es/side-navigation/nav.js +5 -5
  690. package/es/side-navigation/stateful-container.js +1 -1
  691. package/es/side-navigation/stateful-nav.js +2 -2
  692. package/es/side-navigation/styled-components.js +1 -1
  693. package/es/side-navigation/types.js +1 -2
  694. package/es/skeleton/index.js +1 -1
  695. package/es/skeleton/skeleton.js +3 -3
  696. package/es/skeleton/styled-components.js +1 -1
  697. package/es/skeleton/types.js +1 -0
  698. package/es/slider/index.js +5 -4
  699. package/es/slider/slider.js +7 -6
  700. package/es/slider/stateful-slider-container.js +1 -1
  701. package/es/slider/stateful-slider.js +2 -2
  702. package/es/slider/styled-components.js +1 -1
  703. package/es/slider/types.js +1 -7
  704. package/es/snackbar/index.js +5 -4
  705. package/es/snackbar/snackbar-context.js +7 -7
  706. package/es/snackbar/snackbar-element.js +5 -5
  707. package/es/snackbar/styled-components.js +3 -3
  708. package/es/snackbar/types.js +1 -8
  709. package/es/spinner/index.js +4 -2
  710. package/es/spinner/styled-components.js +2 -2
  711. package/es/spinner/types.js +1 -7
  712. package/es/styles/__mocks__/as-primary-export-hoc.js +1 -1
  713. package/es/styles/__mocks__/styled.js +3 -3
  714. package/es/styles/index.js +6 -5
  715. package/es/styles/styled.js +2 -2
  716. package/es/styles/theme-provider.js +1 -1
  717. package/es/styles/types.js +1 -0
  718. package/es/table/filter.js +6 -6
  719. package/es/table/index.js +7 -5
  720. package/es/table/sortable-head-cell.js +6 -6
  721. package/es/table/styled-components.js +2 -2
  722. package/es/table/table.js +2 -2
  723. package/es/table/types.js +1 -8
  724. package/es/table-grid/index.js +3 -3
  725. package/es/table-grid/sortable-head-cell.js +2 -2
  726. package/es/table-grid/styled-components.js +3 -3
  727. package/es/table-semantic/index.js +7 -5
  728. package/es/table-semantic/styled-components.js +5 -5
  729. package/es/table-semantic/table-builder.js +7 -7
  730. package/es/table-semantic/table.js +3 -3
  731. package/es/table-semantic/types.js +1 -8
  732. package/es/tabs/index.js +7 -5
  733. package/es/tabs/stateful-tabs.js +3 -3
  734. package/es/tabs/styled-components.js +2 -2
  735. package/es/tabs/tab.js +4 -4
  736. package/es/tabs/tabs.js +4 -4
  737. package/es/tabs/types.js +1 -10
  738. package/es/tabs-motion/index.js +7 -6
  739. package/es/tabs-motion/stateful-tabs.js +3 -3
  740. package/es/tabs-motion/styled-components.js +3 -3
  741. package/es/tabs-motion/tabs.js +7 -7
  742. package/es/tabs-motion/types.js +1 -8
  743. package/es/tabs-motion/utils.js +1 -2
  744. package/es/tag/index.js +4 -3
  745. package/es/tag/styled-components.js +3 -3
  746. package/es/tag/tag.js +9 -8
  747. package/es/tag/types.js +1 -2
  748. package/es/textarea/constants.js +1 -1
  749. package/es/textarea/index.js +6 -5
  750. package/es/textarea/stateful-container.js +1 -1
  751. package/es/textarea/stateful-textarea.js +2 -2
  752. package/es/textarea/styled-components.js +2 -2
  753. package/es/textarea/textarea.js +4 -4
  754. package/es/textarea/types.js +1 -8
  755. package/es/themes/dark-theme/borders.js +2 -2
  756. package/es/themes/dark-theme/color-component-tokens.js +2 -2
  757. package/es/themes/dark-theme/color-semantic-tokens.js +3 -3
  758. package/es/themes/dark-theme/color-tokens.js +1 -1
  759. package/es/themes/dark-theme/create-dark-theme.js +12 -12
  760. package/es/themes/dark-theme/dark-theme.js +11 -11
  761. package/es/themes/dark-theme/primitives.js +2 -2
  762. package/es/themes/index.js +10 -9
  763. package/es/themes/light-theme/color-component-tokens.js +1 -1
  764. package/es/themes/light-theme/color-semantic-tokens.js +3 -3
  765. package/es/themes/light-theme/color-tokens.js +1 -1
  766. package/es/themes/light-theme/create-light-theme.js +12 -12
  767. package/es/themes/light-theme/light-theme.js +11 -11
  768. package/es/themes/light-theme/primitives.js +2 -2
  769. package/es/themes/move-theme/dark-theme-with-move.js +4 -4
  770. package/es/themes/move-theme/light-theme-with-move.js +4 -4
  771. package/es/themes/shared/media-query.js +2 -2
  772. package/es/themes/types.js +1 -0
  773. package/es/timepicker/index.js +3 -1
  774. package/es/timepicker/timepicker.js +6 -6
  775. package/es/timepicker/types.js +1 -0
  776. package/es/timezonepicker/index.js +2 -1
  777. package/es/timezonepicker/timezone-picker.js +5 -5
  778. package/es/timezonepicker/types.js +1 -9
  779. package/es/timezonepicker/update-tzdata.js +1 -0
  780. package/es/toast/index.js +6 -4
  781. package/es/toast/styled-components.js +3 -3
  782. package/es/toast/toast.js +7 -7
  783. package/es/toast/toaster.js +5 -5
  784. package/es/toast/types.js +1 -8
  785. package/es/tokens/index.js +2 -1
  786. package/es/tokens/types.js +1 -0
  787. package/es/tooltip/constants.js +1 -1
  788. package/es/tooltip/default-props.js +1 -1
  789. package/es/tooltip/index.js +7 -5
  790. package/es/tooltip/stateful-tooltip-container.js +2 -2
  791. package/es/tooltip/stateful-tooltip.js +2 -2
  792. package/es/tooltip/styled-components.js +3 -3
  793. package/es/tooltip/tooltip.js +5 -5
  794. package/es/tooltip/types.js +1 -0
  795. package/es/tree-view/index.js +7 -6
  796. package/es/tree-view/stateful-tree-view.js +2 -2
  797. package/es/tree-view/styled-components.js +1 -1
  798. package/es/tree-view/tree-label-interactable.js +3 -3
  799. package/es/tree-view/tree-label.js +8 -8
  800. package/es/tree-view/tree-node.js +4 -4
  801. package/es/tree-view/tree-view.js +6 -6
  802. package/es/tree-view/types.js +1 -7
  803. package/es/typography/index.js +2 -2
  804. package/es/utils/deprecated-component.js +1 -1
  805. package/esm/a11y/a11y.js +5 -5
  806. package/esm/a11y/index.js +1 -1
  807. package/esm/a11y/types.js +1 -0
  808. package/esm/accordion/accordion.js +15 -15
  809. package/esm/accordion/index.js +9 -7
  810. package/esm/accordion/panel.js +8 -8
  811. package/esm/accordion/stateful-panel-container.js +13 -11
  812. package/esm/accordion/stateful-panel.js +5 -3
  813. package/esm/accordion/stateless-accordion.js +8 -6
  814. package/esm/accordion/styled-components.js +4 -4
  815. package/esm/accordion/types.js +1 -10
  816. package/esm/app-nav-bar/app-nav-bar.js +10 -10
  817. package/esm/app-nav-bar/index.js +5 -5
  818. package/esm/app-nav-bar/mobile-menu.js +20 -17
  819. package/esm/app-nav-bar/styled-components.js +6 -6
  820. package/esm/app-nav-bar/types.js +1 -8
  821. package/esm/app-nav-bar/user-menu.js +16 -14
  822. package/esm/app-nav-bar/user-profile-tile.js +5 -5
  823. package/esm/aspect-ratio-box/aspect-ratio-box-body.js +5 -3
  824. package/esm/aspect-ratio-box/aspect-ratio-box.js +6 -4
  825. package/esm/aspect-ratio-box/index.js +3 -2
  826. package/esm/aspect-ratio-box/types.js +1 -0
  827. package/esm/avatar/avatar.js +4 -4
  828. package/esm/avatar/index.js +4 -2
  829. package/esm/avatar/styled-components.js +3 -3
  830. package/esm/avatar/types.js +1 -0
  831. package/esm/badge/badge.js +6 -6
  832. package/esm/badge/hint-dot.js +7 -7
  833. package/esm/badge/index.js +6 -5
  834. package/esm/badge/notification-circle.js +6 -6
  835. package/esm/badge/styled-components.js +4 -4
  836. package/esm/badge/types.js +1 -8
  837. package/esm/banner/banner.js +7 -7
  838. package/esm/banner/index.js +4 -3
  839. package/esm/banner/styled-components.js +2 -2
  840. package/esm/banner/types.js +1 -8
  841. package/esm/block/block.js +7 -5
  842. package/esm/block/index.js +2 -1
  843. package/esm/block/styled-components.js +2 -2
  844. package/esm/block/types.js +1 -0
  845. package/esm/breadcrumbs/breadcrumbs.js +8 -8
  846. package/esm/breadcrumbs/index.js +3 -2
  847. package/esm/breadcrumbs/styled-components.js +3 -3
  848. package/esm/breadcrumbs/types.js +1 -0
  849. package/esm/button/button-internals.js +8 -6
  850. package/esm/button/button.js +20 -18
  851. package/esm/button/default-props.js +1 -1
  852. package/esm/button/index.js +5 -3
  853. package/esm/button/styled-components.js +4 -4
  854. package/esm/button/types.js +1 -8
  855. package/esm/button-group/button-group.js +16 -16
  856. package/esm/button-group/index.js +8 -6
  857. package/esm/button-group/stateful-button-group.js +6 -4
  858. package/esm/button-group/stateful-container.js +14 -12
  859. package/esm/button-group/styled-components.js +2 -2
  860. package/esm/button-group/types.js +1 -9
  861. package/esm/card/card.js +9 -6
  862. package/esm/card/index.js +3 -2
  863. package/esm/card/styled-components.js +3 -3
  864. package/esm/card/types.js +1 -0
  865. package/esm/checkbox/checkbox.js +12 -12
  866. package/esm/checkbox/index.js +7 -5
  867. package/esm/checkbox/stateful-checkbox-container.js +13 -11
  868. package/esm/checkbox/stateful-checkbox.js +2 -2
  869. package/esm/checkbox/styled-components.js +3 -3
  870. package/esm/checkbox/types.js +1 -7
  871. package/esm/combobox/combobox.js +12 -9
  872. package/esm/combobox/index.js +4 -3
  873. package/esm/combobox/styled-components.js +4 -4
  874. package/esm/combobox/types.js +1 -8
  875. package/esm/data-table/column-anchor.js +6 -6
  876. package/esm/data-table/column-boolean.js +6 -6
  877. package/esm/data-table/column-categorical.js +17 -15
  878. package/esm/data-table/column-custom.js +4 -4
  879. package/esm/data-table/column-datetime.js +17 -17
  880. package/esm/data-table/column-numerical.js +13 -13
  881. package/esm/data-table/column-row-index.js +4 -4
  882. package/esm/data-table/column-string.js +6 -6
  883. package/esm/data-table/column.js +5 -5
  884. package/esm/data-table/data-table.js +11 -11
  885. package/esm/data-table/filter-menu.js +12 -12
  886. package/esm/data-table/filter-shell.js +6 -6
  887. package/esm/data-table/header-cell.js +9 -9
  888. package/esm/data-table/index.js +16 -15
  889. package/esm/data-table/measure-column-widths.js +3 -3
  890. package/esm/data-table/stateful-container.js +3 -3
  891. package/esm/data-table/stateful-data-table.js +11 -11
  892. package/esm/data-table/text-search.js +4 -4
  893. package/esm/data-table/types.js +1 -8
  894. package/esm/datepicker/calendar-header.js +25 -25
  895. package/esm/datepicker/calendar.js +24 -22
  896. package/esm/datepicker/datepicker.js +22 -22
  897. package/esm/datepicker/day.js +16 -16
  898. package/esm/datepicker/index.js +12 -10
  899. package/esm/datepicker/month.js +14 -14
  900. package/esm/datepicker/stateful-calendar.js +10 -10
  901. package/esm/datepicker/stateful-container.js +13 -11
  902. package/esm/datepicker/stateful-datepicker.js +10 -10
  903. package/esm/datepicker/styled-components.js +6 -6
  904. package/esm/datepicker/types.js +1 -10
  905. package/esm/datepicker/utils/calendar-header-helpers.js +3 -3
  906. package/esm/datepicker/utils/date-helpers.js +9 -5
  907. package/esm/datepicker/utils/types.js +1 -0
  908. package/esm/datepicker/week.js +15 -15
  909. package/esm/dnd-list/index.js +7 -5
  910. package/esm/dnd-list/list.js +17 -17
  911. package/esm/dnd-list/stateful-list-container.js +12 -10
  912. package/esm/dnd-list/stateful-list.js +2 -2
  913. package/esm/dnd-list/styled-components.js +3 -3
  914. package/esm/dnd-list/types.js +1 -10
  915. package/esm/drawer/close-icon.js +1 -1
  916. package/esm/drawer/drawer.js +16 -16
  917. package/esm/drawer/index.js +4 -3
  918. package/esm/drawer/styled-components.js +4 -4
  919. package/esm/drawer/types.js +1 -10
  920. package/esm/file-uploader/file-uploader.js +14 -12
  921. package/esm/file-uploader/index.js +4 -2
  922. package/esm/file-uploader/styled-components.js +3 -3
  923. package/esm/file-uploader/types.js +1 -0
  924. package/esm/flex-grid/flex-grid-item.js +11 -9
  925. package/esm/flex-grid/flex-grid.js +10 -7
  926. package/esm/flex-grid/index.js +3 -2
  927. package/esm/flex-grid/types.js +1 -0
  928. package/esm/form-control/form-control.js +10 -10
  929. package/esm/form-control/index.js +3 -2
  930. package/esm/form-control/styled-components.js +3 -3
  931. package/esm/form-control/types.js +1 -7
  932. package/esm/header-navigation/header-navigation.js +14 -12
  933. package/esm/header-navigation/index.js +4 -3
  934. package/esm/header-navigation/styled-components.js +4 -4
  935. package/esm/header-navigation/types.js +1 -0
  936. package/esm/heading/heading.js +6 -4
  937. package/esm/heading/index.js +3 -2
  938. package/esm/heading/types.js +1 -7
  939. package/esm/helper/constants.js +1 -1
  940. package/esm/helper/helper-steps.js +6 -6
  941. package/esm/helper/helper.js +9 -7
  942. package/esm/helper/index.js +6 -5
  943. package/esm/helper/stateful-helper.js +6 -4
  944. package/esm/helper/styled-components.js +8 -8
  945. package/esm/helper/types.js +1 -0
  946. package/esm/helpers/base-provider.js +2 -2
  947. package/esm/helpers/overrides.js +28 -27
  948. package/esm/helpers/react-helpers.js +1 -1
  949. package/esm/helpers/types.js +1 -7
  950. package/esm/icon/alert.js +8 -6
  951. package/esm/icon/arrow-down.js +8 -6
  952. package/esm/icon/arrow-left.js +8 -6
  953. package/esm/icon/arrow-right.js +8 -6
  954. package/esm/icon/arrow-up.js +8 -6
  955. package/esm/icon/blank.js +8 -6
  956. package/esm/icon/build-icons.js +10 -7
  957. package/esm/icon/check-indeterminate.js +8 -6
  958. package/esm/icon/check.js +8 -6
  959. package/esm/icon/chevron-down.js +8 -6
  960. package/esm/icon/chevron-left.js +8 -6
  961. package/esm/icon/chevron-right.js +8 -6
  962. package/esm/icon/chevron-up.js +8 -6
  963. package/esm/icon/delete-alt.js +8 -6
  964. package/esm/icon/delete.js +8 -6
  965. package/esm/icon/filter.js +8 -6
  966. package/esm/icon/grab.js +8 -6
  967. package/esm/icon/hide.js +8 -6
  968. package/esm/icon/icon-exports.js +28 -28
  969. package/esm/icon/icon.js +10 -8
  970. package/esm/icon/index.js +4 -3
  971. package/esm/icon/menu.js +8 -6
  972. package/esm/icon/overflow.js +8 -6
  973. package/esm/icon/plus.js +8 -6
  974. package/esm/icon/search.js +8 -6
  975. package/esm/icon/show.js +8 -6
  976. package/esm/icon/spinner.js +8 -6
  977. package/esm/icon/styled-components.js +1 -1
  978. package/esm/icon/triangle-down.js +8 -6
  979. package/esm/icon/triangle-left.js +8 -6
  980. package/esm/icon/triangle-right.js +8 -6
  981. package/esm/icon/triangle-up.js +8 -6
  982. package/esm/icon/types.js +1 -9
  983. package/esm/icon/upload.js +8 -6
  984. package/esm/index.js +5 -5
  985. package/esm/input/base-input.js +17 -17
  986. package/esm/input/index.js +8 -7
  987. package/esm/input/input.js +19 -16
  988. package/esm/input/masked-input.js +13 -9
  989. package/esm/input/stateful-container.js +13 -11
  990. package/esm/input/stateful-input.js +2 -2
  991. package/esm/input/styled-components.js +5 -5
  992. package/esm/input/types.js +1 -8
  993. package/esm/layer/index.js +5 -4
  994. package/esm/layer/layer.js +10 -10
  995. package/esm/layer/layers-manager.js +13 -13
  996. package/esm/layer/tether.js +14 -12
  997. package/esm/layer/types.js +1 -8
  998. package/esm/layout-grid/cell.js +5 -5
  999. package/esm/layout-grid/grid.js +7 -7
  1000. package/esm/layout-grid/index.js +5 -5
  1001. package/esm/layout-grid/styled-components.js +5 -5
  1002. package/esm/layout-grid/types.js +1 -8
  1003. package/esm/link/index.js +8 -6
  1004. package/esm/link/styled-components.js +3 -3
  1005. package/esm/list/index.js +7 -6
  1006. package/esm/list/list-heading.js +7 -5
  1007. package/esm/list/list-item-label.js +3 -3
  1008. package/esm/list/list-item.js +6 -6
  1009. package/esm/list/menu-adapter.js +2 -2
  1010. package/esm/list/styled-components.js +5 -5
  1011. package/esm/list/types.js +1 -8
  1012. package/esm/list/utils.js +1 -1
  1013. package/esm/locale/en_US.js +12 -12
  1014. package/esm/locale/index.js +1 -1
  1015. package/esm/locale/types.js +1 -0
  1016. package/esm/map-marker/badge-enhancer.js +5 -5
  1017. package/esm/map-marker/drag-shadow.js +5 -5
  1018. package/esm/map-marker/fixed-marker.js +12 -10
  1019. package/esm/map-marker/floating-marker.js +7 -7
  1020. package/esm/map-marker/index.js +4 -3
  1021. package/esm/map-marker/label-enhancer.js +5 -5
  1022. package/esm/map-marker/needle.js +5 -5
  1023. package/esm/map-marker/pin-head.js +7 -7
  1024. package/esm/map-marker/styled-components.js +4 -4
  1025. package/esm/map-marker/types.js +1 -8
  1026. package/esm/menu/index.js +10 -8
  1027. package/esm/menu/maybe-child-menu.js +5 -5
  1028. package/esm/menu/menu.js +10 -8
  1029. package/esm/menu/nested-menus.js +9 -9
  1030. package/esm/menu/option-list.js +12 -10
  1031. package/esm/menu/option-profile.js +8 -6
  1032. package/esm/menu/stateful-container.js +17 -14
  1033. package/esm/menu/stateful-menu.js +14 -12
  1034. package/esm/menu/styled-components.js +7 -5
  1035. package/esm/menu/types.js +1 -8
  1036. package/esm/modal/focus-once.js +1 -1
  1037. package/esm/modal/index.js +6 -5
  1038. package/esm/modal/modal-button.js +3 -3
  1039. package/esm/modal/modal.js +16 -16
  1040. package/esm/modal/styled-components.js +4 -4
  1041. package/esm/modal/types.js +1 -10
  1042. package/esm/notification/index.js +2 -2
  1043. package/esm/notification/notification.js +10 -10
  1044. package/esm/pagination/index.js +8 -6
  1045. package/esm/pagination/pagination.js +20 -20
  1046. package/esm/pagination/stateful-container.js +9 -9
  1047. package/esm/pagination/stateful-pagination.js +6 -4
  1048. package/esm/pagination/styled-components.js +3 -3
  1049. package/esm/pagination/types.js +1 -8
  1050. package/esm/payment-card/index.js +6 -5
  1051. package/esm/payment-card/payment-card.js +33 -30
  1052. package/esm/payment-card/stateful-payment-card.js +2 -2
  1053. package/esm/payment-card/styled-components.js +2 -2
  1054. package/esm/payment-card/types.js +1 -0
  1055. package/esm/phone-input/base-country-picker.js +13 -11
  1056. package/esm/phone-input/constants.js +1 -1
  1057. package/esm/phone-input/country-picker.js +14 -11
  1058. package/esm/phone-input/country-select-dropdown.js +11 -9
  1059. package/esm/phone-input/country-select.js +9 -9
  1060. package/esm/phone-input/default-props.js +1 -1
  1061. package/esm/phone-input/flag.js +7 -5
  1062. package/esm/phone-input/flags/FlagAD.js +1 -1
  1063. package/esm/phone-input/flags/FlagAE.js +1 -1
  1064. package/esm/phone-input/flags/FlagAF.js +1 -1
  1065. package/esm/phone-input/flags/FlagAG.js +1 -1
  1066. package/esm/phone-input/flags/FlagAI.js +1 -1
  1067. package/esm/phone-input/flags/FlagAL.js +1 -1
  1068. package/esm/phone-input/flags/FlagAM.js +1 -1
  1069. package/esm/phone-input/flags/FlagAO.js +1 -1
  1070. package/esm/phone-input/flags/FlagAR.js +1 -1
  1071. package/esm/phone-input/flags/FlagAS.js +1 -1
  1072. package/esm/phone-input/flags/FlagAT.js +1 -1
  1073. package/esm/phone-input/flags/FlagAU.js +1 -1
  1074. package/esm/phone-input/flags/FlagAW.js +1 -1
  1075. package/esm/phone-input/flags/FlagAX.js +1 -1
  1076. package/esm/phone-input/flags/FlagAZ.js +1 -1
  1077. package/esm/phone-input/flags/FlagBA.js +1 -1
  1078. package/esm/phone-input/flags/FlagBB.js +1 -1
  1079. package/esm/phone-input/flags/FlagBD.js +1 -1
  1080. package/esm/phone-input/flags/FlagBE.js +1 -1
  1081. package/esm/phone-input/flags/FlagBF.js +1 -1
  1082. package/esm/phone-input/flags/FlagBG.js +1 -1
  1083. package/esm/phone-input/flags/FlagBH.js +1 -1
  1084. package/esm/phone-input/flags/FlagBI.js +1 -1
  1085. package/esm/phone-input/flags/FlagBJ.js +1 -1
  1086. package/esm/phone-input/flags/FlagBL.js +1 -1
  1087. package/esm/phone-input/flags/FlagBM.js +1 -1
  1088. package/esm/phone-input/flags/FlagBN.js +1 -1
  1089. package/esm/phone-input/flags/FlagBO.js +1 -1
  1090. package/esm/phone-input/flags/FlagBR.js +1 -1
  1091. package/esm/phone-input/flags/FlagBS.js +1 -1
  1092. package/esm/phone-input/flags/FlagBT.js +1 -1
  1093. package/esm/phone-input/flags/FlagBV.js +1 -1
  1094. package/esm/phone-input/flags/FlagBW.js +1 -1
  1095. package/esm/phone-input/flags/FlagBY.js +1 -1
  1096. package/esm/phone-input/flags/FlagBZ.js +1 -1
  1097. package/esm/phone-input/flags/FlagCA.js +1 -1
  1098. package/esm/phone-input/flags/FlagCC.js +1 -1
  1099. package/esm/phone-input/flags/FlagCD.js +1 -1
  1100. package/esm/phone-input/flags/FlagCF.js +1 -1
  1101. package/esm/phone-input/flags/FlagCG.js +1 -1
  1102. package/esm/phone-input/flags/FlagCH.js +1 -1
  1103. package/esm/phone-input/flags/FlagCI.js +1 -1
  1104. package/esm/phone-input/flags/FlagCK.js +1 -1
  1105. package/esm/phone-input/flags/FlagCL.js +1 -1
  1106. package/esm/phone-input/flags/FlagCM.js +1 -1
  1107. package/esm/phone-input/flags/FlagCN.js +1 -1
  1108. package/esm/phone-input/flags/FlagCO.js +1 -1
  1109. package/esm/phone-input/flags/FlagCR.js +1 -1
  1110. package/esm/phone-input/flags/FlagCU.js +1 -1
  1111. package/esm/phone-input/flags/FlagCV.js +1 -1
  1112. package/esm/phone-input/flags/FlagCW.js +1 -1
  1113. package/esm/phone-input/flags/FlagCX.js +1 -1
  1114. package/esm/phone-input/flags/FlagCY.js +1 -1
  1115. package/esm/phone-input/flags/FlagCZ.js +1 -1
  1116. package/esm/phone-input/flags/FlagDE.js +1 -1
  1117. package/esm/phone-input/flags/FlagDJ.js +1 -1
  1118. package/esm/phone-input/flags/FlagDK.js +1 -1
  1119. package/esm/phone-input/flags/FlagDM.js +1 -1
  1120. package/esm/phone-input/flags/FlagDO.js +1 -1
  1121. package/esm/phone-input/flags/FlagDZ.js +1 -1
  1122. package/esm/phone-input/flags/FlagEC.js +1 -1
  1123. package/esm/phone-input/flags/FlagEE.js +1 -1
  1124. package/esm/phone-input/flags/FlagEG.js +1 -1
  1125. package/esm/phone-input/flags/FlagER.js +1 -1
  1126. package/esm/phone-input/flags/FlagES.js +1 -1
  1127. package/esm/phone-input/flags/FlagET.js +1 -1
  1128. package/esm/phone-input/flags/FlagEU.js +1 -1
  1129. package/esm/phone-input/flags/FlagFI.js +1 -1
  1130. package/esm/phone-input/flags/FlagFJ.js +1 -1
  1131. package/esm/phone-input/flags/FlagFK.js +1 -1
  1132. package/esm/phone-input/flags/FlagFM.js +1 -1
  1133. package/esm/phone-input/flags/FlagFO.js +1 -1
  1134. package/esm/phone-input/flags/FlagFR.js +1 -1
  1135. package/esm/phone-input/flags/FlagGA.js +1 -1
  1136. package/esm/phone-input/flags/FlagGB.js +1 -1
  1137. package/esm/phone-input/flags/FlagGD.js +1 -1
  1138. package/esm/phone-input/flags/FlagGE.js +1 -1
  1139. package/esm/phone-input/flags/FlagGF.js +1 -1
  1140. package/esm/phone-input/flags/FlagGG.js +1 -1
  1141. package/esm/phone-input/flags/FlagGH.js +1 -1
  1142. package/esm/phone-input/flags/FlagGI.js +1 -1
  1143. package/esm/phone-input/flags/FlagGL.js +1 -1
  1144. package/esm/phone-input/flags/FlagGM.js +1 -1
  1145. package/esm/phone-input/flags/FlagGN.js +1 -1
  1146. package/esm/phone-input/flags/FlagGP.js +1 -1
  1147. package/esm/phone-input/flags/FlagGQ.js +1 -1
  1148. package/esm/phone-input/flags/FlagGR.js +1 -1
  1149. package/esm/phone-input/flags/FlagGS.js +1 -1
  1150. package/esm/phone-input/flags/FlagGT.js +1 -1
  1151. package/esm/phone-input/flags/FlagGU.js +1 -1
  1152. package/esm/phone-input/flags/FlagGW.js +1 -1
  1153. package/esm/phone-input/flags/FlagGY.js +1 -1
  1154. package/esm/phone-input/flags/FlagHK.js +1 -1
  1155. package/esm/phone-input/flags/FlagHM.js +1 -1
  1156. package/esm/phone-input/flags/FlagHN.js +1 -1
  1157. package/esm/phone-input/flags/FlagHR.js +1 -1
  1158. package/esm/phone-input/flags/FlagHT.js +1 -1
  1159. package/esm/phone-input/flags/FlagHU.js +1 -1
  1160. package/esm/phone-input/flags/FlagID.js +1 -1
  1161. package/esm/phone-input/flags/FlagIE.js +1 -1
  1162. package/esm/phone-input/flags/FlagIL.js +1 -1
  1163. package/esm/phone-input/flags/FlagIM.js +1 -1
  1164. package/esm/phone-input/flags/FlagIN.js +1 -1
  1165. package/esm/phone-input/flags/FlagIO.js +1 -1
  1166. package/esm/phone-input/flags/FlagIQ.js +1 -1
  1167. package/esm/phone-input/flags/FlagIR.js +1 -1
  1168. package/esm/phone-input/flags/FlagIS.js +1 -1
  1169. package/esm/phone-input/flags/FlagIT.js +1 -1
  1170. package/esm/phone-input/flags/FlagJE.js +1 -1
  1171. package/esm/phone-input/flags/FlagJM.js +1 -1
  1172. package/esm/phone-input/flags/FlagJO.js +1 -1
  1173. package/esm/phone-input/flags/FlagJP.js +1 -1
  1174. package/esm/phone-input/flags/FlagKE.js +1 -1
  1175. package/esm/phone-input/flags/FlagKG.js +1 -1
  1176. package/esm/phone-input/flags/FlagKH.js +1 -1
  1177. package/esm/phone-input/flags/FlagKI.js +1 -1
  1178. package/esm/phone-input/flags/FlagKM.js +1 -1
  1179. package/esm/phone-input/flags/FlagKN.js +1 -1
  1180. package/esm/phone-input/flags/FlagKP.js +1 -1
  1181. package/esm/phone-input/flags/FlagKR.js +1 -1
  1182. package/esm/phone-input/flags/FlagKW.js +1 -1
  1183. package/esm/phone-input/flags/FlagKY.js +1 -1
  1184. package/esm/phone-input/flags/FlagKZ.js +1 -1
  1185. package/esm/phone-input/flags/FlagLA.js +1 -1
  1186. package/esm/phone-input/flags/FlagLB.js +1 -1
  1187. package/esm/phone-input/flags/FlagLC.js +1 -1
  1188. package/esm/phone-input/flags/FlagLI.js +1 -1
  1189. package/esm/phone-input/flags/FlagLK.js +1 -1
  1190. package/esm/phone-input/flags/FlagLR.js +1 -1
  1191. package/esm/phone-input/flags/FlagLS.js +1 -1
  1192. package/esm/phone-input/flags/FlagLT.js +1 -1
  1193. package/esm/phone-input/flags/FlagLU.js +1 -1
  1194. package/esm/phone-input/flags/FlagLV.js +1 -1
  1195. package/esm/phone-input/flags/FlagLY.js +1 -1
  1196. package/esm/phone-input/flags/FlagMA.js +1 -1
  1197. package/esm/phone-input/flags/FlagMC.js +1 -1
  1198. package/esm/phone-input/flags/FlagMD.js +1 -1
  1199. package/esm/phone-input/flags/FlagME.js +1 -1
  1200. package/esm/phone-input/flags/FlagMF.js +1 -1
  1201. package/esm/phone-input/flags/FlagMG.js +1 -1
  1202. package/esm/phone-input/flags/FlagMH.js +1 -1
  1203. package/esm/phone-input/flags/FlagMK.js +1 -1
  1204. package/esm/phone-input/flags/FlagML.js +1 -1
  1205. package/esm/phone-input/flags/FlagMM.js +1 -1
  1206. package/esm/phone-input/flags/FlagMN.js +1 -1
  1207. package/esm/phone-input/flags/FlagMO.js +1 -1
  1208. package/esm/phone-input/flags/FlagMP.js +1 -1
  1209. package/esm/phone-input/flags/FlagMQ.js +1 -1
  1210. package/esm/phone-input/flags/FlagMR.js +1 -1
  1211. package/esm/phone-input/flags/FlagMS.js +1 -1
  1212. package/esm/phone-input/flags/FlagMT.js +1 -1
  1213. package/esm/phone-input/flags/FlagMU.js +1 -1
  1214. package/esm/phone-input/flags/FlagMV.js +1 -1
  1215. package/esm/phone-input/flags/FlagMW.js +1 -1
  1216. package/esm/phone-input/flags/FlagMX.js +1 -1
  1217. package/esm/phone-input/flags/FlagMY.js +1 -1
  1218. package/esm/phone-input/flags/FlagMZ.js +1 -1
  1219. package/esm/phone-input/flags/FlagNA.js +1 -1
  1220. package/esm/phone-input/flags/FlagNC.js +1 -1
  1221. package/esm/phone-input/flags/FlagNE.js +1 -1
  1222. package/esm/phone-input/flags/FlagNF.js +1 -1
  1223. package/esm/phone-input/flags/FlagNG.js +1 -1
  1224. package/esm/phone-input/flags/FlagNI.js +1 -1
  1225. package/esm/phone-input/flags/FlagNL.js +1 -1
  1226. package/esm/phone-input/flags/FlagNO.js +1 -1
  1227. package/esm/phone-input/flags/FlagNP.js +1 -1
  1228. package/esm/phone-input/flags/FlagNR.js +1 -1
  1229. package/esm/phone-input/flags/FlagNU.js +1 -1
  1230. package/esm/phone-input/flags/FlagNZ.js +1 -1
  1231. package/esm/phone-input/flags/FlagOM.js +1 -1
  1232. package/esm/phone-input/flags/FlagPA.js +1 -1
  1233. package/esm/phone-input/flags/FlagPE.js +1 -1
  1234. package/esm/phone-input/flags/FlagPF.js +1 -1
  1235. package/esm/phone-input/flags/FlagPG.js +1 -1
  1236. package/esm/phone-input/flags/FlagPH.js +1 -1
  1237. package/esm/phone-input/flags/FlagPK.js +1 -1
  1238. package/esm/phone-input/flags/FlagPL.js +1 -1
  1239. package/esm/phone-input/flags/FlagPM.js +1 -1
  1240. package/esm/phone-input/flags/FlagPN.js +1 -1
  1241. package/esm/phone-input/flags/FlagPR.js +1 -1
  1242. package/esm/phone-input/flags/FlagPS.js +1 -1
  1243. package/esm/phone-input/flags/FlagPT.js +1 -1
  1244. package/esm/phone-input/flags/FlagPW.js +1 -1
  1245. package/esm/phone-input/flags/FlagPY.js +1 -1
  1246. package/esm/phone-input/flags/FlagQA.js +1 -1
  1247. package/esm/phone-input/flags/FlagRE.js +1 -1
  1248. package/esm/phone-input/flags/FlagRO.js +1 -1
  1249. package/esm/phone-input/flags/FlagRS.js +1 -1
  1250. package/esm/phone-input/flags/FlagRU.js +1 -1
  1251. package/esm/phone-input/flags/FlagRW.js +1 -1
  1252. package/esm/phone-input/flags/FlagSA.js +1 -1
  1253. package/esm/phone-input/flags/FlagSB.js +1 -1
  1254. package/esm/phone-input/flags/FlagSC.js +1 -1
  1255. package/esm/phone-input/flags/FlagSD.js +1 -1
  1256. package/esm/phone-input/flags/FlagSE.js +1 -1
  1257. package/esm/phone-input/flags/FlagSG.js +1 -1
  1258. package/esm/phone-input/flags/FlagSH.js +1 -1
  1259. package/esm/phone-input/flags/FlagSI.js +1 -1
  1260. package/esm/phone-input/flags/FlagSJ.js +1 -1
  1261. package/esm/phone-input/flags/FlagSK.js +1 -1
  1262. package/esm/phone-input/flags/FlagSL.js +1 -1
  1263. package/esm/phone-input/flags/FlagSM.js +1 -1
  1264. package/esm/phone-input/flags/FlagSN.js +1 -1
  1265. package/esm/phone-input/flags/FlagSO.js +1 -1
  1266. package/esm/phone-input/flags/FlagSR.js +1 -1
  1267. package/esm/phone-input/flags/FlagSS.js +1 -1
  1268. package/esm/phone-input/flags/FlagST.js +1 -1
  1269. package/esm/phone-input/flags/FlagSV.js +1 -1
  1270. package/esm/phone-input/flags/FlagSX.js +1 -1
  1271. package/esm/phone-input/flags/FlagSY.js +1 -1
  1272. package/esm/phone-input/flags/FlagSZ.js +1 -1
  1273. package/esm/phone-input/flags/FlagTC.js +1 -1
  1274. package/esm/phone-input/flags/FlagTD.js +1 -1
  1275. package/esm/phone-input/flags/FlagTF.js +1 -1
  1276. package/esm/phone-input/flags/FlagTG.js +1 -1
  1277. package/esm/phone-input/flags/FlagTH.js +1 -1
  1278. package/esm/phone-input/flags/FlagTJ.js +1 -1
  1279. package/esm/phone-input/flags/FlagTK.js +1 -1
  1280. package/esm/phone-input/flags/FlagTL.js +1 -1
  1281. package/esm/phone-input/flags/FlagTM.js +1 -1
  1282. package/esm/phone-input/flags/FlagTN.js +1 -1
  1283. package/esm/phone-input/flags/FlagTO.js +1 -1
  1284. package/esm/phone-input/flags/FlagTR.js +1 -1
  1285. package/esm/phone-input/flags/FlagTT.js +1 -1
  1286. package/esm/phone-input/flags/FlagTV.js +1 -1
  1287. package/esm/phone-input/flags/FlagTW.js +1 -1
  1288. package/esm/phone-input/flags/FlagTZ.js +1 -1
  1289. package/esm/phone-input/flags/FlagUA.js +1 -1
  1290. package/esm/phone-input/flags/FlagUG.js +1 -1
  1291. package/esm/phone-input/flags/FlagUM.js +1 -1
  1292. package/esm/phone-input/flags/FlagUS.js +1 -1
  1293. package/esm/phone-input/flags/FlagUY.js +1 -1
  1294. package/esm/phone-input/flags/FlagUZ.js +1 -1
  1295. package/esm/phone-input/flags/FlagVA.js +1 -1
  1296. package/esm/phone-input/flags/FlagVC.js +1 -1
  1297. package/esm/phone-input/flags/FlagVE.js +1 -1
  1298. package/esm/phone-input/flags/FlagVG.js +1 -1
  1299. package/esm/phone-input/flags/FlagVI.js +1 -1
  1300. package/esm/phone-input/flags/FlagVN.js +1 -1
  1301. package/esm/phone-input/flags/FlagVU.js +1 -1
  1302. package/esm/phone-input/flags/FlagWF.js +1 -1
  1303. package/esm/phone-input/flags/FlagWS.js +1 -1
  1304. package/esm/phone-input/flags/FlagXK.js +1 -1
  1305. package/esm/phone-input/flags/FlagYE.js +1 -1
  1306. package/esm/phone-input/flags/FlagYT.js +1 -1
  1307. package/esm/phone-input/flags/FlagZA.js +1 -1
  1308. package/esm/phone-input/flags/FlagZM.js +1 -1
  1309. package/esm/phone-input/flags/FlagZW.js +1 -1
  1310. package/esm/phone-input/flags/index.js +241 -241
  1311. package/esm/phone-input/index.js +9 -8
  1312. package/esm/phone-input/phone-input-lite.js +10 -8
  1313. package/esm/phone-input/phone-input-next.js +13 -11
  1314. package/esm/phone-input/phone-input.js +4 -4
  1315. package/esm/phone-input/stateful-phone-input-container.js +11 -11
  1316. package/esm/phone-input/stateful-phone-input-next.js +5 -5
  1317. package/esm/phone-input/stateful-phone-input.js +3 -3
  1318. package/esm/phone-input/styled-components.js +8 -6
  1319. package/esm/phone-input/types.js +1 -8
  1320. package/esm/phone-input/utils.js +2 -2
  1321. package/esm/pin-code/default-props.js +1 -1
  1322. package/esm/pin-code/index.js +4 -4
  1323. package/esm/pin-code/pin-code.js +13 -13
  1324. package/esm/pin-code/stateful-pin-code-container.js +11 -11
  1325. package/esm/pin-code/stateful-pin-code.js +3 -3
  1326. package/esm/pin-code/styled-components.js +3 -3
  1327. package/esm/pin-code/types.js +1 -8
  1328. package/esm/popover/default-props.js +1 -1
  1329. package/esm/popover/index.js +7 -5
  1330. package/esm/popover/popover.js +16 -16
  1331. package/esm/popover/stateful-container.js +10 -10
  1332. package/esm/popover/stateful-popover.js +6 -4
  1333. package/esm/popover/styled-components.js +5 -5
  1334. package/esm/popover/types.js +1 -10
  1335. package/esm/popover/utils.js +4 -4
  1336. package/esm/progress-bar/index.js +6 -4
  1337. package/esm/progress-bar/progressbar-rounded.js +8 -6
  1338. package/esm/progress-bar/progressbar.js +15 -13
  1339. package/esm/progress-bar/styled-components.js +5 -5
  1340. package/esm/progress-bar/types.js +1 -8
  1341. package/esm/progress-steps/index.js +5 -4
  1342. package/esm/progress-steps/numbered-step.js +5 -5
  1343. package/esm/progress-steps/progress-steps.js +6 -6
  1344. package/esm/progress-steps/step.js +4 -4
  1345. package/esm/progress-steps/styled-components.js +3 -3
  1346. package/esm/progress-steps/types.js +1 -0
  1347. package/esm/radio/index.js +7 -6
  1348. package/esm/radio/radio.js +11 -11
  1349. package/esm/radio/radiogroup.js +12 -12
  1350. package/esm/radio/stateful-radiogroup-container.js +13 -11
  1351. package/esm/radio/stateful-radiogroup.js +5 -3
  1352. package/esm/radio/styled-components.js +3 -3
  1353. package/esm/radio/types.js +1 -8
  1354. package/esm/rating/emoticon-rating.js +13 -13
  1355. package/esm/rating/index.js +4 -3
  1356. package/esm/rating/star-rating.js +13 -13
  1357. package/esm/rating/styled-components.js +2 -2
  1358. package/esm/rating/types.js +1 -0
  1359. package/esm/select/autosize-input.js +16 -14
  1360. package/esm/select/constants.js +1 -1
  1361. package/esm/select/default-props.js +2 -2
  1362. package/esm/select/dropdown.js +17 -15
  1363. package/esm/select/index.js +13 -12
  1364. package/esm/select/multi-select.js +3 -3
  1365. package/esm/select/multi-value.js +7 -5
  1366. package/esm/select/select-component.js +27 -24
  1367. package/esm/select/select.js +4 -4
  1368. package/esm/select/single-select.js +3 -3
  1369. package/esm/select/stateful-select-container.js +12 -10
  1370. package/esm/select/stateful-select.js +3 -3
  1371. package/esm/select/styled-components.js +7 -7
  1372. package/esm/select/types.js +1 -8
  1373. package/esm/select/utils/default-filter-options.js +2 -2
  1374. package/esm/select/utils/index.js +2 -2
  1375. package/esm/select/value.js +7 -5
  1376. package/esm/side-navigation/index.js +5 -3
  1377. package/esm/side-navigation/nav-item.js +14 -12
  1378. package/esm/side-navigation/nav.js +15 -15
  1379. package/esm/side-navigation/stateful-container.js +13 -11
  1380. package/esm/side-navigation/stateful-nav.js +2 -2
  1381. package/esm/side-navigation/styled-components.js +6 -4
  1382. package/esm/side-navigation/types.js +1 -2
  1383. package/esm/skeleton/index.js +1 -1
  1384. package/esm/skeleton/skeleton.js +11 -11
  1385. package/esm/skeleton/styled-components.js +3 -3
  1386. package/esm/skeleton/types.js +1 -0
  1387. package/esm/slider/index.js +5 -4
  1388. package/esm/slider/slider.js +10 -9
  1389. package/esm/slider/stateful-slider-container.js +13 -11
  1390. package/esm/slider/stateful-slider.js +2 -2
  1391. package/esm/slider/styled-components.js +3 -3
  1392. package/esm/slider/types.js +1 -7
  1393. package/esm/snackbar/index.js +5 -4
  1394. package/esm/snackbar/snackbar-context.js +14 -12
  1395. package/esm/snackbar/snackbar-element.js +6 -6
  1396. package/esm/snackbar/styled-components.js +5 -5
  1397. package/esm/snackbar/types.js +1 -8
  1398. package/esm/spinner/index.js +4 -2
  1399. package/esm/spinner/styled-components.js +2 -2
  1400. package/esm/spinner/types.js +1 -7
  1401. package/esm/styles/__mocks__/as-primary-export-hoc.js +1 -1
  1402. package/esm/styles/__mocks__/styled.js +15 -13
  1403. package/esm/styles/index.js +6 -5
  1404. package/esm/styles/styled.js +5 -5
  1405. package/esm/styles/theme-provider.js +1 -1
  1406. package/esm/styles/types.js +1 -0
  1407. package/esm/table/filter.js +9 -9
  1408. package/esm/table/index.js +7 -5
  1409. package/esm/table/sortable-head-cell.js +7 -7
  1410. package/esm/table/styled-components.js +4 -4
  1411. package/esm/table/table.js +9 -9
  1412. package/esm/table/types.js +1 -8
  1413. package/esm/table-grid/index.js +3 -3
  1414. package/esm/table-grid/sortable-head-cell.js +2 -2
  1415. package/esm/table-grid/styled-components.js +3 -3
  1416. package/esm/table-semantic/index.js +7 -5
  1417. package/esm/table-semantic/styled-components.js +7 -7
  1418. package/esm/table-semantic/table-builder-column.js +11 -7
  1419. package/esm/table-semantic/table-builder.js +18 -16
  1420. package/esm/table-semantic/table.js +14 -12
  1421. package/esm/table-semantic/types.js +1 -8
  1422. package/esm/tabs/index.js +7 -5
  1423. package/esm/tabs/stateful-tabs.js +13 -11
  1424. package/esm/tabs/styled-components.js +4 -4
  1425. package/esm/tabs/tab.js +12 -12
  1426. package/esm/tabs/tabs.js +12 -12
  1427. package/esm/tabs/types.js +1 -10
  1428. package/esm/tabs-motion/index.js +7 -6
  1429. package/esm/tabs-motion/stateful-tabs.js +7 -5
  1430. package/esm/tabs-motion/styled-components.js +5 -5
  1431. package/esm/tabs-motion/tabs.js +18 -14
  1432. package/esm/tabs-motion/types.js +1 -8
  1433. package/esm/tabs-motion/utils.js +1 -2
  1434. package/esm/tag/index.js +4 -3
  1435. package/esm/tag/styled-components.js +5 -5
  1436. package/esm/tag/tag.js +10 -9
  1437. package/esm/tag/types.js +1 -2
  1438. package/esm/tag/utils.js +1 -1
  1439. package/esm/textarea/constants.js +1 -1
  1440. package/esm/textarea/index.js +6 -5
  1441. package/esm/textarea/stateful-container.js +1 -1
  1442. package/esm/textarea/stateful-textarea.js +2 -2
  1443. package/esm/textarea/styled-components.js +4 -4
  1444. package/esm/textarea/textarea.js +12 -12
  1445. package/esm/textarea/types.js +1 -8
  1446. package/esm/themes/dark-theme/borders.js +2 -2
  1447. package/esm/themes/dark-theme/color-component-tokens.js +2 -2
  1448. package/esm/themes/dark-theme/color-semantic-tokens.js +5 -5
  1449. package/esm/themes/dark-theme/color-tokens.js +1 -1
  1450. package/esm/themes/dark-theme/create-dark-theme.js +17 -15
  1451. package/esm/themes/dark-theme/dark-theme.js +13 -13
  1452. package/esm/themes/dark-theme/primitives.js +4 -4
  1453. package/esm/themes/index.js +10 -9
  1454. package/esm/themes/light-theme/color-component-tokens.js +1 -1
  1455. package/esm/themes/light-theme/color-semantic-tokens.js +5 -5
  1456. package/esm/themes/light-theme/color-tokens.js +1 -1
  1457. package/esm/themes/light-theme/create-light-theme.js +17 -15
  1458. package/esm/themes/light-theme/light-theme.js +13 -13
  1459. package/esm/themes/light-theme/primitives.js +4 -4
  1460. package/esm/themes/move-theme/dark-theme-with-move.js +4 -4
  1461. package/esm/themes/move-theme/light-theme-with-move.js +4 -4
  1462. package/esm/themes/shared/media-query.js +2 -2
  1463. package/esm/themes/shared/typography.js +2 -2
  1464. package/esm/themes/types.js +1 -0
  1465. package/esm/timepicker/index.js +3 -1
  1466. package/esm/timepicker/timepicker.js +14 -14
  1467. package/esm/timepicker/types.js +1 -0
  1468. package/esm/timezonepicker/index.js +2 -1
  1469. package/esm/timezonepicker/timezone-picker.js +14 -14
  1470. package/esm/timezonepicker/types.js +1 -9
  1471. package/esm/timezonepicker/update-tzdata.js +7 -4
  1472. package/esm/toast/index.js +6 -4
  1473. package/esm/toast/styled-components.js +5 -5
  1474. package/esm/toast/toast.js +15 -15
  1475. package/esm/toast/toaster.js +19 -17
  1476. package/esm/toast/types.js +1 -8
  1477. package/esm/tokens/index.js +2 -1
  1478. package/esm/tokens/types.js +1 -0
  1479. package/esm/tooltip/constants.js +1 -1
  1480. package/esm/tooltip/default-props.js +1 -1
  1481. package/esm/tooltip/index.js +7 -5
  1482. package/esm/tooltip/stateful-tooltip-container.js +11 -11
  1483. package/esm/tooltip/stateful-tooltip.js +5 -3
  1484. package/esm/tooltip/styled-components.js +5 -5
  1485. package/esm/tooltip/tooltip.js +14 -14
  1486. package/esm/tooltip/types.js +1 -0
  1487. package/esm/tree-view/index.js +7 -6
  1488. package/esm/tree-view/stateful-container.js +13 -11
  1489. package/esm/tree-view/stateful-tree-view.js +2 -2
  1490. package/esm/tree-view/styled-components.js +3 -3
  1491. package/esm/tree-view/tree-label-interactable.js +6 -4
  1492. package/esm/tree-view/tree-label.js +12 -10
  1493. package/esm/tree-view/tree-node.js +11 -11
  1494. package/esm/tree-view/tree-view.js +7 -7
  1495. package/esm/tree-view/types.js +1 -7
  1496. package/esm/tree-view/utils.js +2 -2
  1497. package/esm/typography/index.js +2 -2
  1498. package/esm/utils/deep-merge.js +1 -1
  1499. package/esm/utils/deprecated-component.js +1 -1
  1500. package/file-uploader/file-uploader.js +17 -15
  1501. package/file-uploader/index.js +37 -14
  1502. package/file-uploader/styled-components.js +4 -4
  1503. package/file-uploader/types.js +5 -1
  1504. package/flex-grid/flex-grid-item.js +15 -13
  1505. package/flex-grid/flex-grid.js +13 -10
  1506. package/flex-grid/index.js +20 -2
  1507. package/flex-grid/types.js +5 -1
  1508. package/form-control/form-control.js +12 -12
  1509. package/form-control/index.js +28 -8
  1510. package/form-control/styled-components.js +4 -4
  1511. package/form-control/types.js +3 -7
  1512. package/header-navigation/header-navigation.js +16 -14
  1513. package/header-navigation/index.js +30 -9
  1514. package/header-navigation/styled-components.js +5 -5
  1515. package/header-navigation/types.js +5 -1
  1516. package/heading/heading-level.js +4 -4
  1517. package/heading/heading.js +9 -7
  1518. package/heading/index.js +30 -11
  1519. package/heading/types.js +3 -7
  1520. package/helper/constants.js +1 -1
  1521. package/helper/helper-steps.js +9 -9
  1522. package/helper/helper.js +12 -10
  1523. package/helper/index.js +19 -5
  1524. package/helper/stateful-helper.js +9 -7
  1525. package/helper/styled-components.js +9 -9
  1526. package/helper/types.js +5 -1
  1527. package/helpers/base-provider.js +5 -5
  1528. package/helpers/overrides.js +33 -32
  1529. package/helpers/react-helpers.js +4 -4
  1530. package/helpers/responsive-helpers.js +1 -1
  1531. package/helpers/types.js +3 -7
  1532. package/icon/alert.js +11 -9
  1533. package/icon/arrow-down.js +11 -9
  1534. package/icon/arrow-left.js +11 -9
  1535. package/icon/arrow-right.js +11 -9
  1536. package/icon/arrow-up.js +11 -9
  1537. package/icon/blank.js +11 -9
  1538. package/icon/build-icons.js +8 -8
  1539. package/icon/check-indeterminate.js +11 -9
  1540. package/icon/check.js +11 -9
  1541. package/icon/chevron-down.js +11 -9
  1542. package/icon/chevron-left.js +11 -9
  1543. package/icon/chevron-right.js +11 -9
  1544. package/icon/chevron-up.js +11 -9
  1545. package/icon/delete-alt.js +11 -9
  1546. package/icon/delete.js +11 -9
  1547. package/icon/filter.js +11 -9
  1548. package/icon/grab.js +11 -9
  1549. package/icon/hide.js +11 -9
  1550. package/icon/icon-exports.js +36 -36
  1551. package/icon/icon.js +13 -11
  1552. package/icon/index.js +17 -3
  1553. package/icon/menu.js +11 -9
  1554. package/icon/overflow.js +11 -9
  1555. package/icon/plus.js +11 -9
  1556. package/icon/search.js +11 -9
  1557. package/icon/show.js +11 -9
  1558. package/icon/spinner.js +11 -9
  1559. package/icon/styled-components.js +2 -2
  1560. package/icon/triangle-down.js +11 -9
  1561. package/icon/triangle-left.js +11 -9
  1562. package/icon/triangle-right.js +11 -9
  1563. package/icon/triangle-up.js +11 -9
  1564. package/icon/types.js +3 -7
  1565. package/icon/upload.js +11 -9
  1566. package/index.js +47 -47
  1567. package/input/base-input.js +19 -19
  1568. package/input/constants.js +1 -1
  1569. package/input/index.js +64 -33
  1570. package/input/input.js +21 -18
  1571. package/input/masked-input.js +15 -11
  1572. package/input/stateful-container.js +15 -13
  1573. package/input/stateful-input.js +5 -5
  1574. package/input/styled-components.js +6 -6
  1575. package/input/types.js +3 -9
  1576. package/layer/index.js +36 -15
  1577. package/layer/layer.js +12 -12
  1578. package/layer/layers-manager.js +16 -16
  1579. package/layer/tether.js +16 -14
  1580. package/layer/types.js +3 -9
  1581. package/layer/utils.js +1 -1
  1582. package/layout-grid/cell.js +5 -5
  1583. package/layout-grid/constants.js +1 -1
  1584. package/layout-grid/grid.js +11 -11
  1585. package/layout-grid/index.js +14 -14
  1586. package/layout-grid/styled-components.js +6 -6
  1587. package/layout-grid/types.js +3 -9
  1588. package/link/index.js +11 -9
  1589. package/link/styled-components.js +3 -3
  1590. package/list/index.js +30 -16
  1591. package/list/list-heading.js +10 -8
  1592. package/list/list-item-label.js +3 -3
  1593. package/list/list-item.js +6 -6
  1594. package/list/menu-adapter.js +5 -5
  1595. package/list/styled-components.js +6 -6
  1596. package/list/types.js +3 -9
  1597. package/list/utils.js +1 -1
  1598. package/locale/en_US.js +12 -12
  1599. package/locale/index.js +4 -4
  1600. package/locale/types.js +5 -1
  1601. package/map-marker/badge-enhancer.js +8 -8
  1602. package/map-marker/constants.js +1 -1
  1603. package/map-marker/drag-shadow.js +8 -8
  1604. package/map-marker/fixed-marker.js +15 -13
  1605. package/map-marker/floating-marker.js +10 -10
  1606. package/map-marker/index.js +50 -23
  1607. package/map-marker/label-enhancer.js +8 -8
  1608. package/map-marker/needle.js +8 -8
  1609. package/map-marker/pin-head.js +10 -10
  1610. package/map-marker/styled-components.js +5 -5
  1611. package/map-marker/types.js +3 -9
  1612. package/menu/constants.js +1 -1
  1613. package/menu/index.js +72 -37
  1614. package/menu/maybe-child-menu.js +8 -8
  1615. package/menu/menu.js +13 -11
  1616. package/menu/nested-menus.js +11 -11
  1617. package/menu/option-list.js +15 -13
  1618. package/menu/option-profile.js +11 -9
  1619. package/menu/stateful-container.js +19 -16
  1620. package/menu/stateful-menu.js +16 -14
  1621. package/menu/styled-components.js +11 -9
  1622. package/menu/types.js +3 -9
  1623. package/modal/close-icon.js +3 -3
  1624. package/modal/constants.js +1 -1
  1625. package/modal/focus-once.js +4 -4
  1626. package/modal/index.js +58 -29
  1627. package/modal/modal-button.js +6 -6
  1628. package/modal/modal.js +18 -18
  1629. package/modal/styled-components.js +5 -5
  1630. package/modal/types.js +3 -9
  1631. package/notification/index.js +6 -6
  1632. package/notification/notification.js +12 -12
  1633. package/package.json +33 -30
  1634. package/pagination/index.js +44 -20
  1635. package/pagination/pagination.js +22 -22
  1636. package/pagination/stateful-container.js +11 -11
  1637. package/pagination/stateful-pagination.js +9 -7
  1638. package/pagination/styled-components.js +4 -4
  1639. package/pagination/types.js +3 -3
  1640. package/payment-card/icons/amex.js +3 -3
  1641. package/payment-card/icons/dinersclub.js +3 -3
  1642. package/payment-card/icons/discover.js +3 -3
  1643. package/payment-card/icons/elo.js +3 -3
  1644. package/payment-card/icons/generic.js +3 -3
  1645. package/payment-card/icons/jcb.js +3 -3
  1646. package/payment-card/icons/maestro.js +3 -3
  1647. package/payment-card/icons/mastercard.js +3 -3
  1648. package/payment-card/icons/uatp.js +3 -3
  1649. package/payment-card/icons/unionpay.js +3 -3
  1650. package/payment-card/icons/visa.js +3 -3
  1651. package/payment-card/index.js +39 -17
  1652. package/payment-card/payment-card.js +36 -33
  1653. package/payment-card/stateful-payment-card.js +5 -5
  1654. package/payment-card/styled-components.js +2 -2
  1655. package/payment-card/types.js +5 -1
  1656. package/payment-card/utils.js +4 -4
  1657. package/phone-input/base-country-picker.js +16 -14
  1658. package/phone-input/constants.js +3 -2
  1659. package/phone-input/country-picker.js +14 -11
  1660. package/phone-input/country-select-dropdown.js +14 -12
  1661. package/phone-input/country-select.js +9 -9
  1662. package/phone-input/default-props.js +1 -1
  1663. package/phone-input/flag.js +11 -9
  1664. package/phone-input/flags/FlagAD.js +4 -4
  1665. package/phone-input/flags/FlagAE.js +4 -4
  1666. package/phone-input/flags/FlagAF.js +4 -4
  1667. package/phone-input/flags/FlagAG.js +4 -4
  1668. package/phone-input/flags/FlagAI.js +4 -4
  1669. package/phone-input/flags/FlagAL.js +4 -4
  1670. package/phone-input/flags/FlagAM.js +4 -4
  1671. package/phone-input/flags/FlagAO.js +4 -4
  1672. package/phone-input/flags/FlagAR.js +4 -4
  1673. package/phone-input/flags/FlagAS.js +4 -4
  1674. package/phone-input/flags/FlagAT.js +4 -4
  1675. package/phone-input/flags/FlagAU.js +4 -4
  1676. package/phone-input/flags/FlagAW.js +4 -4
  1677. package/phone-input/flags/FlagAX.js +4 -4
  1678. package/phone-input/flags/FlagAZ.js +4 -4
  1679. package/phone-input/flags/FlagBA.js +4 -4
  1680. package/phone-input/flags/FlagBB.js +4 -4
  1681. package/phone-input/flags/FlagBD.js +4 -4
  1682. package/phone-input/flags/FlagBE.js +4 -4
  1683. package/phone-input/flags/FlagBF.js +4 -4
  1684. package/phone-input/flags/FlagBG.js +4 -4
  1685. package/phone-input/flags/FlagBH.js +4 -4
  1686. package/phone-input/flags/FlagBI.js +4 -4
  1687. package/phone-input/flags/FlagBJ.js +4 -4
  1688. package/phone-input/flags/FlagBL.js +4 -4
  1689. package/phone-input/flags/FlagBM.js +4 -4
  1690. package/phone-input/flags/FlagBN.js +4 -4
  1691. package/phone-input/flags/FlagBO.js +4 -4
  1692. package/phone-input/flags/FlagBR.js +4 -4
  1693. package/phone-input/flags/FlagBS.js +4 -4
  1694. package/phone-input/flags/FlagBT.js +4 -4
  1695. package/phone-input/flags/FlagBV.js +4 -4
  1696. package/phone-input/flags/FlagBW.js +4 -4
  1697. package/phone-input/flags/FlagBY.js +4 -4
  1698. package/phone-input/flags/FlagBZ.js +4 -4
  1699. package/phone-input/flags/FlagCA.js +4 -4
  1700. package/phone-input/flags/FlagCC.js +4 -4
  1701. package/phone-input/flags/FlagCD.js +4 -4
  1702. package/phone-input/flags/FlagCF.js +4 -4
  1703. package/phone-input/flags/FlagCG.js +4 -4
  1704. package/phone-input/flags/FlagCH.js +4 -4
  1705. package/phone-input/flags/FlagCI.js +4 -4
  1706. package/phone-input/flags/FlagCK.js +4 -4
  1707. package/phone-input/flags/FlagCL.js +4 -4
  1708. package/phone-input/flags/FlagCM.js +4 -4
  1709. package/phone-input/flags/FlagCN.js +4 -4
  1710. package/phone-input/flags/FlagCO.js +4 -4
  1711. package/phone-input/flags/FlagCR.js +4 -4
  1712. package/phone-input/flags/FlagCU.js +4 -4
  1713. package/phone-input/flags/FlagCV.js +4 -4
  1714. package/phone-input/flags/FlagCW.js +4 -4
  1715. package/phone-input/flags/FlagCX.js +4 -4
  1716. package/phone-input/flags/FlagCY.js +4 -4
  1717. package/phone-input/flags/FlagCZ.js +4 -4
  1718. package/phone-input/flags/FlagDE.js +4 -4
  1719. package/phone-input/flags/FlagDJ.js +4 -4
  1720. package/phone-input/flags/FlagDK.js +4 -4
  1721. package/phone-input/flags/FlagDM.js +4 -4
  1722. package/phone-input/flags/FlagDO.js +4 -4
  1723. package/phone-input/flags/FlagDZ.js +4 -4
  1724. package/phone-input/flags/FlagEC.js +4 -4
  1725. package/phone-input/flags/FlagEE.js +4 -4
  1726. package/phone-input/flags/FlagEG.js +4 -4
  1727. package/phone-input/flags/FlagER.js +4 -4
  1728. package/phone-input/flags/FlagES.js +4 -4
  1729. package/phone-input/flags/FlagET.js +4 -4
  1730. package/phone-input/flags/FlagEU.js +4 -4
  1731. package/phone-input/flags/FlagFI.js +4 -4
  1732. package/phone-input/flags/FlagFJ.js +4 -4
  1733. package/phone-input/flags/FlagFK.js +4 -4
  1734. package/phone-input/flags/FlagFM.js +4 -4
  1735. package/phone-input/flags/FlagFO.js +4 -4
  1736. package/phone-input/flags/FlagFR.js +4 -4
  1737. package/phone-input/flags/FlagGA.js +4 -4
  1738. package/phone-input/flags/FlagGB.js +4 -4
  1739. package/phone-input/flags/FlagGD.js +4 -4
  1740. package/phone-input/flags/FlagGE.js +4 -4
  1741. package/phone-input/flags/FlagGF.js +4 -4
  1742. package/phone-input/flags/FlagGG.js +4 -4
  1743. package/phone-input/flags/FlagGH.js +4 -4
  1744. package/phone-input/flags/FlagGI.js +4 -4
  1745. package/phone-input/flags/FlagGL.js +4 -4
  1746. package/phone-input/flags/FlagGM.js +4 -4
  1747. package/phone-input/flags/FlagGN.js +4 -4
  1748. package/phone-input/flags/FlagGP.js +4 -4
  1749. package/phone-input/flags/FlagGQ.js +4 -4
  1750. package/phone-input/flags/FlagGR.js +4 -4
  1751. package/phone-input/flags/FlagGS.js +4 -4
  1752. package/phone-input/flags/FlagGT.js +4 -4
  1753. package/phone-input/flags/FlagGU.js +4 -4
  1754. package/phone-input/flags/FlagGW.js +4 -4
  1755. package/phone-input/flags/FlagGY.js +4 -4
  1756. package/phone-input/flags/FlagHK.js +4 -4
  1757. package/phone-input/flags/FlagHM.js +4 -4
  1758. package/phone-input/flags/FlagHN.js +4 -4
  1759. package/phone-input/flags/FlagHR.js +4 -4
  1760. package/phone-input/flags/FlagHT.js +4 -4
  1761. package/phone-input/flags/FlagHU.js +4 -4
  1762. package/phone-input/flags/FlagID.js +4 -4
  1763. package/phone-input/flags/FlagIE.js +4 -4
  1764. package/phone-input/flags/FlagIL.js +4 -4
  1765. package/phone-input/flags/FlagIM.js +4 -4
  1766. package/phone-input/flags/FlagIN.js +4 -4
  1767. package/phone-input/flags/FlagIO.js +4 -4
  1768. package/phone-input/flags/FlagIQ.js +4 -4
  1769. package/phone-input/flags/FlagIR.js +4 -4
  1770. package/phone-input/flags/FlagIS.js +4 -4
  1771. package/phone-input/flags/FlagIT.js +4 -4
  1772. package/phone-input/flags/FlagJE.js +4 -4
  1773. package/phone-input/flags/FlagJM.js +4 -4
  1774. package/phone-input/flags/FlagJO.js +4 -4
  1775. package/phone-input/flags/FlagJP.js +4 -4
  1776. package/phone-input/flags/FlagKE.js +4 -4
  1777. package/phone-input/flags/FlagKG.js +4 -4
  1778. package/phone-input/flags/FlagKH.js +4 -4
  1779. package/phone-input/flags/FlagKI.js +4 -4
  1780. package/phone-input/flags/FlagKM.js +4 -4
  1781. package/phone-input/flags/FlagKN.js +4 -4
  1782. package/phone-input/flags/FlagKP.js +4 -4
  1783. package/phone-input/flags/FlagKR.js +4 -4
  1784. package/phone-input/flags/FlagKW.js +4 -4
  1785. package/phone-input/flags/FlagKY.js +4 -4
  1786. package/phone-input/flags/FlagKZ.js +4 -4
  1787. package/phone-input/flags/FlagLA.js +4 -4
  1788. package/phone-input/flags/FlagLB.js +4 -4
  1789. package/phone-input/flags/FlagLC.js +4 -4
  1790. package/phone-input/flags/FlagLI.js +4 -4
  1791. package/phone-input/flags/FlagLK.js +4 -4
  1792. package/phone-input/flags/FlagLR.js +4 -4
  1793. package/phone-input/flags/FlagLS.js +4 -4
  1794. package/phone-input/flags/FlagLT.js +4 -4
  1795. package/phone-input/flags/FlagLU.js +4 -4
  1796. package/phone-input/flags/FlagLV.js +4 -4
  1797. package/phone-input/flags/FlagLY.js +4 -4
  1798. package/phone-input/flags/FlagMA.js +4 -4
  1799. package/phone-input/flags/FlagMC.js +4 -4
  1800. package/phone-input/flags/FlagMD.js +4 -4
  1801. package/phone-input/flags/FlagME.js +4 -4
  1802. package/phone-input/flags/FlagMF.js +4 -4
  1803. package/phone-input/flags/FlagMG.js +4 -4
  1804. package/phone-input/flags/FlagMH.js +4 -4
  1805. package/phone-input/flags/FlagMK.js +4 -4
  1806. package/phone-input/flags/FlagML.js +4 -4
  1807. package/phone-input/flags/FlagMM.js +4 -4
  1808. package/phone-input/flags/FlagMN.js +4 -4
  1809. package/phone-input/flags/FlagMO.js +4 -4
  1810. package/phone-input/flags/FlagMP.js +4 -4
  1811. package/phone-input/flags/FlagMQ.js +4 -4
  1812. package/phone-input/flags/FlagMR.js +4 -4
  1813. package/phone-input/flags/FlagMS.js +4 -4
  1814. package/phone-input/flags/FlagMT.js +4 -4
  1815. package/phone-input/flags/FlagMU.js +4 -4
  1816. package/phone-input/flags/FlagMV.js +4 -4
  1817. package/phone-input/flags/FlagMW.js +4 -4
  1818. package/phone-input/flags/FlagMX.js +4 -4
  1819. package/phone-input/flags/FlagMY.js +4 -4
  1820. package/phone-input/flags/FlagMZ.js +4 -4
  1821. package/phone-input/flags/FlagNA.js +4 -4
  1822. package/phone-input/flags/FlagNC.js +4 -4
  1823. package/phone-input/flags/FlagNE.js +4 -4
  1824. package/phone-input/flags/FlagNF.js +4 -4
  1825. package/phone-input/flags/FlagNG.js +4 -4
  1826. package/phone-input/flags/FlagNI.js +4 -4
  1827. package/phone-input/flags/FlagNL.js +4 -4
  1828. package/phone-input/flags/FlagNO.js +4 -4
  1829. package/phone-input/flags/FlagNP.js +4 -4
  1830. package/phone-input/flags/FlagNR.js +4 -4
  1831. package/phone-input/flags/FlagNU.js +4 -4
  1832. package/phone-input/flags/FlagNZ.js +4 -4
  1833. package/phone-input/flags/FlagOM.js +4 -4
  1834. package/phone-input/flags/FlagPA.js +4 -4
  1835. package/phone-input/flags/FlagPE.js +4 -4
  1836. package/phone-input/flags/FlagPF.js +4 -4
  1837. package/phone-input/flags/FlagPG.js +4 -4
  1838. package/phone-input/flags/FlagPH.js +4 -4
  1839. package/phone-input/flags/FlagPK.js +4 -4
  1840. package/phone-input/flags/FlagPL.js +4 -4
  1841. package/phone-input/flags/FlagPM.js +4 -4
  1842. package/phone-input/flags/FlagPN.js +4 -4
  1843. package/phone-input/flags/FlagPR.js +4 -4
  1844. package/phone-input/flags/FlagPS.js +4 -4
  1845. package/phone-input/flags/FlagPT.js +4 -4
  1846. package/phone-input/flags/FlagPW.js +4 -4
  1847. package/phone-input/flags/FlagPY.js +4 -4
  1848. package/phone-input/flags/FlagQA.js +4 -4
  1849. package/phone-input/flags/FlagRE.js +4 -4
  1850. package/phone-input/flags/FlagRO.js +4 -4
  1851. package/phone-input/flags/FlagRS.js +4 -4
  1852. package/phone-input/flags/FlagRU.js +4 -4
  1853. package/phone-input/flags/FlagRW.js +4 -4
  1854. package/phone-input/flags/FlagSA.js +4 -4
  1855. package/phone-input/flags/FlagSB.js +4 -4
  1856. package/phone-input/flags/FlagSC.js +4 -4
  1857. package/phone-input/flags/FlagSD.js +4 -4
  1858. package/phone-input/flags/FlagSE.js +4 -4
  1859. package/phone-input/flags/FlagSG.js +4 -4
  1860. package/phone-input/flags/FlagSH.js +4 -4
  1861. package/phone-input/flags/FlagSI.js +4 -4
  1862. package/phone-input/flags/FlagSJ.js +4 -4
  1863. package/phone-input/flags/FlagSK.js +4 -4
  1864. package/phone-input/flags/FlagSL.js +4 -4
  1865. package/phone-input/flags/FlagSM.js +4 -4
  1866. package/phone-input/flags/FlagSN.js +4 -4
  1867. package/phone-input/flags/FlagSO.js +4 -4
  1868. package/phone-input/flags/FlagSR.js +4 -4
  1869. package/phone-input/flags/FlagSS.js +4 -4
  1870. package/phone-input/flags/FlagST.js +4 -4
  1871. package/phone-input/flags/FlagSV.js +4 -4
  1872. package/phone-input/flags/FlagSX.js +4 -4
  1873. package/phone-input/flags/FlagSY.js +4 -4
  1874. package/phone-input/flags/FlagSZ.js +4 -4
  1875. package/phone-input/flags/FlagTC.js +4 -4
  1876. package/phone-input/flags/FlagTD.js +4 -4
  1877. package/phone-input/flags/FlagTF.js +4 -4
  1878. package/phone-input/flags/FlagTG.js +4 -4
  1879. package/phone-input/flags/FlagTH.js +4 -4
  1880. package/phone-input/flags/FlagTJ.js +4 -4
  1881. package/phone-input/flags/FlagTK.js +4 -4
  1882. package/phone-input/flags/FlagTL.js +4 -4
  1883. package/phone-input/flags/FlagTM.js +4 -4
  1884. package/phone-input/flags/FlagTN.js +4 -4
  1885. package/phone-input/flags/FlagTO.js +4 -4
  1886. package/phone-input/flags/FlagTR.js +4 -4
  1887. package/phone-input/flags/FlagTT.js +4 -4
  1888. package/phone-input/flags/FlagTV.js +4 -4
  1889. package/phone-input/flags/FlagTW.js +4 -4
  1890. package/phone-input/flags/FlagTZ.js +4 -4
  1891. package/phone-input/flags/FlagUA.js +4 -4
  1892. package/phone-input/flags/FlagUG.js +4 -4
  1893. package/phone-input/flags/FlagUM.js +4 -4
  1894. package/phone-input/flags/FlagUS.js +4 -4
  1895. package/phone-input/flags/FlagUY.js +4 -4
  1896. package/phone-input/flags/FlagUZ.js +4 -4
  1897. package/phone-input/flags/FlagVA.js +4 -4
  1898. package/phone-input/flags/FlagVC.js +4 -4
  1899. package/phone-input/flags/FlagVE.js +4 -4
  1900. package/phone-input/flags/FlagVG.js +4 -4
  1901. package/phone-input/flags/FlagVI.js +4 -4
  1902. package/phone-input/flags/FlagVN.js +4 -4
  1903. package/phone-input/flags/FlagVU.js +4 -4
  1904. package/phone-input/flags/FlagWF.js +4 -4
  1905. package/phone-input/flags/FlagWS.js +4 -4
  1906. package/phone-input/flags/FlagXK.js +4 -4
  1907. package/phone-input/flags/FlagYE.js +4 -4
  1908. package/phone-input/flags/FlagYT.js +4 -4
  1909. package/phone-input/flags/FlagZA.js +4 -4
  1910. package/phone-input/flags/FlagZM.js +4 -4
  1911. package/phone-input/flags/FlagZW.js +4 -4
  1912. package/phone-input/flags/index.js +241 -241
  1913. package/phone-input/index.js +37 -23
  1914. package/phone-input/phone-input-lite.js +13 -11
  1915. package/phone-input/phone-input-next.js +16 -14
  1916. package/phone-input/phone-input.js +4 -4
  1917. package/phone-input/stateful-phone-input-container.js +11 -11
  1918. package/phone-input/stateful-phone-input-next.js +5 -5
  1919. package/phone-input/stateful-phone-input.js +3 -3
  1920. package/phone-input/styled-components.js +12 -10
  1921. package/phone-input/types.js +3 -9
  1922. package/phone-input/utils.js +2 -2
  1923. package/pin-code/default-props.js +1 -1
  1924. package/pin-code/index.js +8 -8
  1925. package/pin-code/pin-code.js +13 -13
  1926. package/pin-code/stateful-pin-code-container.js +11 -11
  1927. package/pin-code/stateful-pin-code.js +3 -3
  1928. package/pin-code/styled-components.js +4 -4
  1929. package/pin-code/types.js +3 -9
  1930. package/popover/constants.js +1 -1
  1931. package/popover/default-props.js +1 -1
  1932. package/popover/index.js +52 -23
  1933. package/popover/popover.js +18 -18
  1934. package/popover/stateful-container.js +12 -12
  1935. package/popover/stateful-popover.js +9 -7
  1936. package/popover/styled-components.js +7 -7
  1937. package/popover/types.js +3 -9
  1938. package/popover/utils.js +9 -9
  1939. package/progress-bar/index.js +44 -14
  1940. package/progress-bar/progressbar-rounded.js +11 -9
  1941. package/progress-bar/progressbar.js +17 -15
  1942. package/progress-bar/styled-components.js +6 -6
  1943. package/progress-bar/types.js +3 -9
  1944. package/progress-steps/index.js +24 -10
  1945. package/progress-steps/numbered-step.js +8 -8
  1946. package/progress-steps/progress-steps.js +9 -9
  1947. package/progress-steps/step.js +7 -7
  1948. package/progress-steps/styled-components.js +4 -4
  1949. package/progress-steps/types.js +5 -1
  1950. package/radio/constants.js +1 -1
  1951. package/radio/index.js +56 -28
  1952. package/radio/radio.js +13 -13
  1953. package/radio/radiogroup.js +14 -14
  1954. package/radio/stateful-radiogroup-container.js +15 -13
  1955. package/radio/stateful-radiogroup.js +8 -6
  1956. package/radio/styled-components.js +4 -4
  1957. package/radio/types.js +3 -9
  1958. package/rating/emoticon-rating.js +15 -15
  1959. package/rating/index.js +21 -7
  1960. package/rating/star-rating.js +15 -15
  1961. package/rating/styled-components.js +3 -3
  1962. package/rating/svg-icons.js +3 -3
  1963. package/rating/types.js +5 -1
  1964. package/rating/utils.js +1 -1
  1965. package/select/autosize-input.js +18 -16
  1966. package/select/constants.js +2 -2
  1967. package/select/default-props.js +2 -2
  1968. package/select/dropdown.js +19 -17
  1969. package/select/index.js +111 -66
  1970. package/select/multi-select.js +6 -6
  1971. package/select/multi-value.js +10 -8
  1972. package/select/select-component.js +30 -27
  1973. package/select/select.js +7 -7
  1974. package/select/single-select.js +6 -6
  1975. package/select/stateful-select-container.js +14 -12
  1976. package/select/stateful-select.js +6 -6
  1977. package/select/styled-components.js +8 -8
  1978. package/select/types.js +3 -9
  1979. package/select/utils/default-filter-options.js +2 -2
  1980. package/select/utils/index.js +3 -3
  1981. package/select/value.js +10 -8
  1982. package/side-navigation/index.js +21 -7
  1983. package/side-navigation/nav-item.js +16 -14
  1984. package/side-navigation/nav.js +17 -17
  1985. package/side-navigation/stateful-container.js +15 -13
  1986. package/side-navigation/stateful-nav.js +5 -5
  1987. package/side-navigation/styled-components.js +10 -8
  1988. package/side-navigation/types.js +1 -9
  1989. package/skeleton/index.js +1 -1
  1990. package/skeleton/skeleton.js +13 -13
  1991. package/skeleton/styled-components.js +3 -3
  1992. package/skeleton/types.js +5 -1
  1993. package/slider/index.js +50 -22
  1994. package/slider/slider.js +11 -11
  1995. package/slider/stateful-slider-container.js +15 -13
  1996. package/slider/stateful-slider.js +5 -5
  1997. package/slider/styled-components.js +4 -4
  1998. package/slider/types.js +3 -1
  1999. package/snackbar/index.js +54 -25
  2000. package/snackbar/snackbar-context.js +19 -17
  2001. package/snackbar/snackbar-element.js +9 -9
  2002. package/snackbar/styled-components.js +6 -6
  2003. package/snackbar/types.js +3 -9
  2004. package/spinner/index.js +24 -6
  2005. package/spinner/styled-components.js +2 -2
  2006. package/spinner/types.js +3 -1
  2007. package/styles/__mocks__/as-primary-export-hoc.js +1 -1
  2008. package/styles/__mocks__/styled.js +19 -17
  2009. package/styles/as-primary-export-hoc.js +3 -3
  2010. package/styles/index.js +50 -23
  2011. package/styles/styled.js +10 -10
  2012. package/styles/theme-provider.js +4 -4
  2013. package/styles/types.js +5 -1
  2014. package/styles/util.js +2 -2
  2015. package/table/filter.js +12 -12
  2016. package/table/index.js +69 -36
  2017. package/table/sortable-head-cell.js +10 -10
  2018. package/table/styled-components.js +8 -8
  2019. package/table/table.js +11 -11
  2020. package/table/types.js +3 -9
  2021. package/table-grid/index.js +11 -11
  2022. package/table-grid/sortable-head-cell.js +2 -2
  2023. package/table-grid/styled-components.js +7 -7
  2024. package/table-semantic/index.js +76 -41
  2025. package/table-semantic/styled-components.js +8 -8
  2026. package/table-semantic/table-builder-column.js +13 -9
  2027. package/table-semantic/table-builder.js +20 -18
  2028. package/table-semantic/table.js +16 -14
  2029. package/table-semantic/types.js +3 -9
  2030. package/tabs/constants.js +1 -1
  2031. package/tabs/index.js +48 -23
  2032. package/tabs/stateful-tabs.js +15 -13
  2033. package/tabs/styled-components.js +4 -4
  2034. package/tabs/tab.js +14 -14
  2035. package/tabs/tabs.js +14 -14
  2036. package/tabs/types.js +3 -9
  2037. package/tabs-motion/constants.js +1 -1
  2038. package/tabs-motion/index.js +19 -6
  2039. package/tabs-motion/stateful-tabs.js +10 -8
  2040. package/tabs-motion/styled-components.js +6 -6
  2041. package/tabs-motion/tabs.js +21 -17
  2042. package/tabs-motion/types.js +3 -9
  2043. package/tabs-motion/utils.js +2 -10
  2044. package/tag/constants.js +1 -1
  2045. package/tag/index.js +38 -15
  2046. package/tag/styled-components.js +6 -6
  2047. package/tag/tag.js +11 -11
  2048. package/tag/types.js +2 -10
  2049. package/tag/utils.js +3 -3
  2050. package/textarea/constants.js +5 -5
  2051. package/textarea/index.js +38 -15
  2052. package/textarea/stateful-container.js +1 -1
  2053. package/textarea/stateful-textarea.js +5 -5
  2054. package/textarea/styled-components.js +5 -5
  2055. package/textarea/textarea.js +14 -14
  2056. package/textarea/types.js +3 -9
  2057. package/themes/dark-theme/borders.js +2 -2
  2058. package/themes/dark-theme/color-component-tokens.js +2 -2
  2059. package/themes/dark-theme/color-semantic-tokens.js +5 -5
  2060. package/themes/dark-theme/color-tokens.js +1 -1
  2061. package/themes/dark-theme/create-dark-theme.js +17 -15
  2062. package/themes/dark-theme/dark-theme.js +13 -13
  2063. package/themes/dark-theme/primitives.js +4 -4
  2064. package/themes/index.js +48 -22
  2065. package/themes/light-theme/color-component-tokens.js +1 -1
  2066. package/themes/light-theme/color-semantic-tokens.js +5 -5
  2067. package/themes/light-theme/color-tokens.js +1 -1
  2068. package/themes/light-theme/create-light-theme.js +17 -15
  2069. package/themes/light-theme/light-theme.js +13 -13
  2070. package/themes/light-theme/primitives.js +4 -4
  2071. package/themes/move-theme/dark-theme-with-move.js +4 -4
  2072. package/themes/move-theme/light-theme-with-move.js +4 -4
  2073. package/themes/shared/media-query.js +2 -2
  2074. package/themes/shared/typography.js +3 -3
  2075. package/themes/types.js +5 -1
  2076. package/timepicker/index.js +18 -1
  2077. package/timepicker/timepicker.js +16 -16
  2078. package/timepicker/types.js +5 -1
  2079. package/timezonepicker/index.js +18 -1
  2080. package/timezonepicker/timezone-picker.js +16 -16
  2081. package/timezonepicker/types.js +3 -7
  2082. package/timezonepicker/update-tzdata.js +6 -5
  2083. package/toast/constants.js +1 -1
  2084. package/toast/index.js +48 -23
  2085. package/toast/styled-components.js +6 -6
  2086. package/toast/toast.js +17 -17
  2087. package/toast/toaster.js +21 -19
  2088. package/toast/types.js +3 -9
  2089. package/tokens/index.js +18 -1
  2090. package/tokens/types.js +5 -1
  2091. package/tooltip/constants.js +5 -5
  2092. package/tooltip/default-props.js +1 -1
  2093. package/tooltip/index.js +51 -25
  2094. package/tooltip/stateful-tooltip-container.js +13 -13
  2095. package/tooltip/stateful-tooltip.js +8 -6
  2096. package/tooltip/styled-components.js +6 -6
  2097. package/tooltip/tooltip.js +16 -16
  2098. package/tooltip/types.js +5 -1
  2099. package/tree-view/index.js +45 -20
  2100. package/tree-view/stateful-container.js +15 -13
  2101. package/tree-view/stateful-tree-view.js +5 -5
  2102. package/tree-view/styled-components.js +4 -4
  2103. package/tree-view/tree-label-interactable.js +6 -4
  2104. package/tree-view/tree-label.js +12 -10
  2105. package/tree-view/tree-node.js +13 -13
  2106. package/tree-view/tree-view.js +10 -10
  2107. package/tree-view/types.js +3 -7
  2108. package/tree-view/utils.js +3 -3
  2109. package/typography/index.js +6 -6
  2110. package/utils/deep-merge.js +1 -1
  2111. package/utils/deprecated-component.js +4 -4
  2112. package/utils/focusVisible.js +3 -3
  2113. package/a11y/index.d.ts +0 -3
  2114. package/accordion/index.d.ts +0 -132
  2115. package/app-nav-bar/index.d.ts +0 -69
  2116. package/aspect-ratio-box/index.d.ts +0 -11
  2117. package/avatar/index.d.ts +0 -27
  2118. package/badge/index.d.ts +0 -92
  2119. package/banner/index.d.ts +0 -70
  2120. package/block/index.d.ts +0 -322
  2121. package/breadcrumbs/index.d.ts +0 -24
  2122. package/button/index.d.ts +0 -65
  2123. package/button-group/index.d.ts +0 -61
  2124. package/card/index.d.ts +0 -35
  2125. package/checkbox/index.d.ts +0 -130
  2126. package/combobox/index.d.ts +0 -38
  2127. package/data-table/index.d.ts +0 -68
  2128. package/datepicker/index.d.ts +0 -242
  2129. package/dnd-list/index.d.ts +0 -80
  2130. package/drawer/index.d.ts +0 -91
  2131. package/file-uploader/index.d.ts +0 -76
  2132. package/flex-grid/index.d.ts +0 -17
  2133. package/form-control/index.d.ts +0 -31
  2134. package/header-navigation/index.d.ts +0 -24
  2135. package/heading/index.d.ts +0 -14
  2136. package/helper/index.d.ts +0 -30
  2137. package/helpers/base-provider.d.ts +0 -16
  2138. package/helpers/overrides.d.ts +0 -23
  2139. package/icon/index.d.ts +0 -53
  2140. package/index.d.ts +0 -34
  2141. package/input/index.d.ts +0 -162
  2142. package/layer/index.d.ts +0 -81
  2143. package/layout-grid/index.d.ts +0 -98
  2144. package/link/index.d.ts +0 -13
  2145. package/list/index.d.ts +0 -111
  2146. package/locale/index.d.ts +0 -111
  2147. package/map-marker/index.d.ts +0 -200
  2148. package/menu/index.d.ts +0 -212
  2149. package/modal/index.d.ts +0 -94
  2150. package/notification/index.d.ts +0 -5
  2151. package/overrides.ts +0 -3
  2152. package/pagination/index.d.ts +0 -92
  2153. package/payment-card/index.d.ts +0 -28
  2154. package/phone-input/index.d.ts +0 -440
  2155. package/pin-code/index.d.ts +0 -43
  2156. package/popover/index.d.ts +0 -187
  2157. package/progress-bar/index.d.ts +0 -57
  2158. package/progress-steps/index.d.ts +0 -71
  2159. package/radio/index.d.ts +0 -134
  2160. package/rating/index.d.ts +0 -53
  2161. package/select/index.d.ts +0 -326
  2162. package/side-navigation/index.d.ts +0 -60
  2163. package/skeleton/index.d.ts +0 -16
  2164. package/slider/index.d.ts +0 -92
  2165. package/snackbar/index.d.ts +0 -60
  2166. package/spinner/index.d.ts +0 -17
  2167. package/styles/index.d.ts +0 -80
  2168. package/table/index.d.ts +0 -68
  2169. package/table-grid/index.d.ts +0 -7
  2170. package/table-semantic/index.d.ts +0 -97
  2171. package/tabs/index.d.ts +0 -91
  2172. package/tabs-motion/index.d.ts +0 -124
  2173. package/tag/index.d.ts +0 -70
  2174. package/textarea/index.d.ts +0 -39
  2175. package/theme.ts +0 -44
  2176. package/themes/index.d.ts +0 -765
  2177. package/timepicker/index.d.ts +0 -35
  2178. package/timezonepicker/index.d.ts +0 -34
  2179. package/toast/index.d.ts +0 -123
  2180. package/tokens/index.d.ts +0 -99
  2181. package/tooltip/index.d.ts +0 -26
  2182. package/tree-view/index.d.ts +0 -77
  2183. package/typography/index.d.ts +0 -39
@@ -1,4 +1,4 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  /*
4
4
  Copyright (c) Uber Technologies, Inc.
@@ -7,9 +7,9 @@ This source code is licensed under the MIT license found in the
7
7
  LICENSE file in the root directory of this source tree.
8
8
  */
9
9
  import React from 'react';
10
- import { COUNTRIES } from './constants.js';
11
- import PhoneInputLite from './phone-input-lite.js';
12
- import defaultProps from './default-props.js';
10
+ import { COUNTRIES } from './constants';
11
+ import PhoneInputLite from './phone-input-lite';
12
+ import defaultProps from './default-props';
13
13
  PhoneInput.defaultProps = defaultProps;
14
14
  export default function PhoneInput(props) {
15
15
  return /*#__PURE__*/React.createElement(PhoneInputLite, _extends({}, props, {
@@ -1,28 +1,28 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
2
 
3
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
4
 
5
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
5
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
6
6
 
7
7
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
8
8
 
9
9
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
10
10
 
11
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
11
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
12
12
 
13
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
13
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
14
14
 
15
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
15
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
16
16
 
17
17
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
18
18
 
19
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
19
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
20
20
 
21
21
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22
22
 
23
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
23
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
24
24
 
25
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
25
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
26
26
 
27
27
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
28
28
 
@@ -34,8 +34,8 @@ LICENSE file in the root directory of this source tree.
34
34
  */
35
35
  import React from 'react'; // needs to be removed from here
36
36
 
37
- import { COUNTRIES, STATE_CHANGE_TYPE } from './constants.js';
38
- import defaultProps from './default-props.js';
37
+ import { COUNTRIES, STATE_CHANGE_TYPE } from './constants';
38
+ import defaultProps from './default-props';
39
39
 
40
40
  var defaultStateReducer = function defaultStateReducer(type, nextState) {
41
41
  return nextState;
@@ -1,6 +1,6 @@
1
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
1
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
2
2
 
3
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
4
 
5
5
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
6
 
@@ -11,9 +11,9 @@ This source code is licensed under the MIT license found in the
11
11
  LICENSE file in the root directory of this source tree.
12
12
  */
13
13
  import React from 'react';
14
- import StatefulPhoneInputContainer from './stateful-phone-input-container.js';
15
- import PhoneInputNext from './phone-input-next.js';
16
- import defaultProps from './default-props.js';
14
+ import StatefulPhoneInputContainer from './stateful-phone-input-container';
15
+ import PhoneInputNext from './phone-input-next';
16
+ import defaultProps from './default-props';
17
17
  StatefulPhoneInputNext.defaultProps = _objectSpread(_objectSpread({}, defaultProps), {}, {
18
18
  clearable: true
19
19
  });
@@ -5,9 +5,9 @@ This source code is licensed under the MIT license found in the
5
5
  LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  import React from 'react';
8
- import StatefulPhoneInputContainer from './stateful-phone-input-container.js';
9
- import PhoneInput from './phone-input.js';
10
- import defaultProps from './default-props.js';
8
+ import StatefulPhoneInputContainer from './stateful-phone-input-container';
9
+ import PhoneInput from './phone-input';
10
+ import defaultProps from './default-props';
11
11
  StatefulPhoneInput.defaultProps = defaultProps;
12
12
  export default function StatefulPhoneInput(props) {
13
13
  return /*#__PURE__*/React.createElement(StatefulPhoneInputContainer, props, function (childrenProps) {
@@ -1,3 +1,5 @@
1
+ var _excluded = ["item"];
2
+
1
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2
4
 
3
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -11,11 +13,11 @@ This source code is licensed under the MIT license found in the
11
13
  LICENSE file in the root directory of this source tree.
12
14
  */
13
15
  import * as React from 'react';
14
- import { SIZE } from './constants.js';
15
- import { styled, withStyle, withWrapper } from '../styles/index.js';
16
- import { StyledList } from '../menu/index.js';
17
- import { StyledDropdownListItem, StyledRoot as SelectStyledRoot } from '../select/index.js';
18
- import defaultProps from '../select/default-props.js';
16
+ import { SIZE } from './constants';
17
+ import { styled, withStyle, withWrapper } from '../styles/index';
18
+ import { StyledList } from '../menu/index';
19
+ import { StyledDropdownListItem, StyledRoot as SelectStyledRoot } from '../select/index';
20
+ import defaultProps from '../select/default-props';
19
21
  // The root element of the PhoneInputNext
20
22
  export var StyledPhoneInputRoot = styled('div', {
21
23
  display: 'flex'
@@ -83,7 +85,7 @@ StyledCountrySelectDropdownListItemElement.displayName = "StyledCountrySelectDro
83
85
  export var StyledCountrySelectDropdownListItem = withWrapper(StyledCountrySelectDropdownListItemElement, function (Styled) {
84
86
  return function StyledCountrySelectDropdownListItem(_ref4) {
85
87
  var item = _ref4.item,
86
- restProps = _objectWithoutProperties(_ref4, ["item"]);
88
+ restProps = _objectWithoutProperties(_ref4, _excluded);
87
89
 
88
90
  return /*#__PURE__*/React.createElement(Styled, restProps);
89
91
  };
@@ -1,8 +1 @@
1
- /*
2
- Copyright (c) Uber Technologies, Inc.
3
-
4
- This source code is licensed under the MIT license found in the
5
- LICENSE file in the root directory of this source tree.
6
- */
7
- import * as React from 'react';
8
- import { STATE_CHANGE_TYPE, SIZE, COUNTRIES } from './constants.js';
1
+ export {};
@@ -4,13 +4,13 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
4
4
 
5
5
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
6
6
 
7
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
7
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
8
8
 
9
9
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
10
10
 
11
11
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
12
12
 
13
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
13
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
14
14
 
15
15
  /*
16
16
  Copyright (c) Uber Technologies, Inc.
@@ -4,7 +4,7 @@ Copyright (c) Uber Technologies, Inc.
4
4
  This source code is licensed under the MIT license found in the
5
5
  LICENSE file in the root directory of this source tree.
6
6
  */
7
- import { SIZE } from '../input/index.js';
7
+ import { SIZE } from '../input/index';
8
8
  var defaultProps = {
9
9
  'aria-label': 'Please enter your pin code',
10
10
  'aria-labelledby': null,
@@ -4,7 +4,7 @@ Copyright (c) Uber Technologies, Inc.
4
4
  This source code is licensed under the MIT license found in the
5
5
  LICENSE file in the root directory of this source tree.
6
6
  */
7
- export { default as PinCode } from './pin-code.js';
8
- export { default as StatefulPinCodeContainer } from './stateful-pin-code-container.js';
9
- export { default as StatefulPinCode } from './stateful-pin-code.js';
10
- export { SIZE } from '../input/constants.js';
7
+ export { default as PinCode } from './pin-code';
8
+ export { default as StatefulPinCodeContainer } from './stateful-pin-code-container';
9
+ export { default as StatefulPinCode } from './stateful-pin-code';
10
+ export { SIZE } from '../input/constants';
@@ -1,6 +1,6 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
2
 
3
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
 
5
5
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
6
 
@@ -10,7 +10,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
 
11
11
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
12
12
 
13
- function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
13
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
14
14
 
15
15
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
16
 
@@ -18,21 +18,21 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
18
18
 
19
19
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
20
20
 
21
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
21
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
22
22
 
23
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
23
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
24
24
 
25
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
25
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
26
 
27
27
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
28
28
 
29
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
29
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
30
30
 
31
31
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
32
32
 
33
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
33
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
34
34
 
35
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
35
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
36
36
 
37
37
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
38
38
 
@@ -44,10 +44,10 @@ LICENSE file in the root directory of this source tree.
44
44
  */
45
45
  import React from 'react';
46
46
  import MultiRef from 'react-multi-ref';
47
- import defaultProps from './default-props.js';
48
- import { StyledRoot, StyledInputOverrideRoot, StyledInputOverrideInput } from './styled-components.js';
49
- import { getOverrides, mergeOverrides } from '../helpers/overrides.js';
50
- import { Input as DefaultInput } from '../input/index.js';
47
+ import defaultProps from './default-props';
48
+ import { StyledRoot, StyledInputOverrideRoot, StyledInputOverrideInput } from './styled-components';
49
+ import { getOverrides, mergeOverrides } from '../helpers/overrides';
50
+ import { Input as DefaultInput } from '../input/index';
51
51
 
52
52
  var PinCode = /*#__PURE__*/function (_React$Component) {
53
53
  _inherits(PinCode, _React$Component);
@@ -1,28 +1,28 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
2
 
3
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
4
 
5
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
5
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
6
6
 
7
7
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
8
8
 
9
9
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
10
10
 
11
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
11
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
12
12
 
13
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
13
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
14
14
 
15
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
15
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
16
16
 
17
17
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
18
18
 
19
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
19
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
20
20
 
21
21
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22
22
 
23
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
23
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
24
24
 
25
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
25
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
26
26
 
27
27
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
28
28
 
@@ -33,8 +33,8 @@ This source code is licensed under the MIT license found in the
33
33
  LICENSE file in the root directory of this source tree.
34
34
  */
35
35
  import React from 'react';
36
- import defaultProps from './default-props.js';
37
- import { STATE_CHANGE_TYPE } from '../input/index.js';
36
+ import defaultProps from './default-props';
37
+ import { STATE_CHANGE_TYPE } from '../input/index';
38
38
 
39
39
  var stateReducer = function stateReducer(type, nextState) {
40
40
  return nextState;
@@ -5,9 +5,9 @@ This source code is licensed under the MIT license found in the
5
5
  LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  import React from 'react';
8
- import defaultProps from './default-props.js';
9
- import PinCode from './pin-code.js';
10
- import StatefulPinCodeContainer from './stateful-pin-code-container.js';
8
+ import defaultProps from './default-props';
9
+ import PinCode from './pin-code';
10
+ import StatefulPinCodeContainer from './stateful-pin-code-container';
11
11
  StatefulPinCode.defaultProps = defaultProps;
12
12
  export default function StatefulPinCode(props) {
13
13
  return /*#__PURE__*/React.createElement(StatefulPinCodeContainer, props, function (childrenProps) {
@@ -6,9 +6,9 @@ Copyright (c) Uber Technologies, Inc.
6
6
  This source code is licensed under the MIT license found in the
7
7
  LICENSE file in the root directory of this source tree.
8
8
  */
9
- import { styled, withStyle } from '../styles/index.js';
10
- import { Root as StyledInputRoot, Input as StyledInputInput } from '../input/styled-components.js';
11
- import { SIZE } from '../input/constants.js';
9
+ import { styled, withStyle } from '../styles/index';
10
+ import { Root as StyledInputRoot, Input as StyledInputInput } from '../input/styled-components';
11
+ import { SIZE } from '../input/constants';
12
12
  export var StyledRoot = styled('div', {
13
13
  display: 'flex',
14
14
  alignItems: 'center'
@@ -1,8 +1 @@
1
- /*
2
- Copyright (c) Uber Technologies, Inc.
3
-
4
- This source code is licensed under the MIT license found in the
5
- LICENSE file in the root directory of this source tree.
6
- */
7
- import * as React from 'react';
8
- import { SIZE, STATE_CHANGE_TYPE } from '../input/index.js';
1
+ export {};
@@ -4,7 +4,7 @@ Copyright (c) Uber Technologies, Inc.
4
4
  This source code is licensed under the MIT license found in the
5
5
  LICENSE file in the root directory of this source tree.
6
6
  */
7
- import { ACCESSIBILITY_TYPE, PLACEMENT, TRIGGER_TYPE } from './constants.js';
7
+ import { ACCESSIBILITY_TYPE, PLACEMENT, TRIGGER_TYPE } from './constants';
8
8
  var baseDefaultProps = {
9
9
  accessibilityType: ACCESSIBILITY_TYPE.menu,
10
10
  focusLock: false,
@@ -4,10 +4,12 @@ Copyright (c) Uber Technologies, Inc.
4
4
  This source code is licensed under the MIT license found in the
5
5
  LICENSE file in the root directory of this source tree.
6
6
  */
7
- export { default as StatefulPopover } from './stateful-popover.js';
8
- export { default as StatefulContainer } from './stateful-container.js';
9
- export { default as Popover } from './popover.js'; // Constants
7
+ export { default as StatefulPopover } from './stateful-popover';
8
+ export { default as StatefulContainer } from './stateful-container';
9
+ export { default as Popover } from './popover'; // Constants
10
10
 
11
- export { ACCESSIBILITY_TYPE, PLACEMENT, TRIGGER_TYPE, STATE_CHANGE_TYPE, ANIMATE_IN_TIME, ANIMATE_OUT_TIME } from './constants.js'; // Styled elements
11
+ export { ACCESSIBILITY_TYPE, PLACEMENT, TRIGGER_TYPE, STATE_CHANGE_TYPE, ANIMATE_IN_TIME, ANIMATE_OUT_TIME } from './constants'; // Styled elements
12
12
 
13
- export { Arrow as StyledArrow, Body as StyledBody, Inner as StyledInner, Padding as StyledPadding } from './styled-components.js'; // Flow
13
+ export { Arrow as StyledArrow, Body as StyledBody, Inner as StyledInner, Padding as StyledPadding } from './styled-components'; // Flow
14
+
15
+ export * from './types';
@@ -1,30 +1,30 @@
1
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
1
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
2
2
 
3
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
4
 
5
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
6
6
 
7
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
7
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
8
8
 
9
9
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
10
10
 
11
11
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
12
12
 
13
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
13
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
 
15
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
15
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
16
16
 
17
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
17
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
18
18
 
19
19
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
20
20
 
21
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
21
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
22
22
 
23
23
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
24
24
 
25
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
25
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
26
26
 
27
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
27
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
28
28
 
29
29
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
30
30
 
@@ -36,12 +36,12 @@ LICENSE file in the root directory of this source tree.
36
36
  */
37
37
  import * as React from 'react';
38
38
  import FocusLock, { MoveFocusInside } from 'react-focus-lock';
39
- import { getOverride, getOverrideProps } from '../helpers/overrides.js';
40
- import { ACCESSIBILITY_TYPE, PLACEMENT, TRIGGER_TYPE, ANIMATE_OUT_TIME, ANIMATE_IN_TIME, POPOVER_MARGIN } from './constants.js';
41
- import { Layer, TetherBehavior } from '../layer/index.js';
42
- import { Arrow as StyledArrow, Body as StyledBody, Inner as StyledInner, Hidden } from './styled-components.js';
43
- import { fromPopperPlacement } from './utils.js';
44
- import defaultProps from './default-props.js';
39
+ import { getOverride, getOverrideProps } from '../helpers/overrides';
40
+ import { ACCESSIBILITY_TYPE, PLACEMENT, TRIGGER_TYPE, ANIMATE_OUT_TIME, ANIMATE_IN_TIME, POPOVER_MARGIN } from './constants';
41
+ import { Layer, TetherBehavior } from '../layer/index';
42
+ import { Arrow as StyledArrow, Body as StyledBody, Inner as StyledInner, Hidden } from './styled-components';
43
+ import { fromPopperPlacement } from './utils';
44
+ import defaultProps from './default-props';
45
45
  import { useUID } from 'react-uid';
46
46
 
47
47
  var PopoverInner = /*#__PURE__*/function (_React$Component) {
@@ -1,28 +1,28 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
2
 
3
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
4
 
5
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
5
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
6
6
 
7
7
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
8
8
 
9
9
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
10
10
 
11
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
11
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
12
12
 
13
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
13
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
14
14
 
15
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
15
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
16
16
 
17
17
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
18
18
 
19
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
19
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
20
20
 
21
21
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22
22
 
23
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
23
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
24
24
 
25
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
25
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
26
26
 
27
27
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
28
28
 
@@ -33,7 +33,7 @@ This source code is licensed under the MIT license found in the
33
33
  LICENSE file in the root directory of this source tree.
34
34
  */
35
35
  import * as React from 'react';
36
- import { ACCESSIBILITY_TYPE, PLACEMENT, STATE_CHANGE_TYPE, TRIGGER_TYPE, POPOVER_MARGIN } from './constants.js';
36
+ import { ACCESSIBILITY_TYPE, PLACEMENT, STATE_CHANGE_TYPE, TRIGGER_TYPE, POPOVER_MARGIN } from './constants';
37
37
 
38
38
  var defaultStateReducer = function defaultStateReducer(type, nextState) {
39
39
  return nextState;
@@ -1,3 +1,5 @@
1
+ var _excluded = ["children"];
2
+
1
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
2
4
 
3
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -9,13 +11,13 @@ This source code is licensed under the MIT license found in the
9
11
  LICENSE file in the root directory of this source tree.
10
12
  */
11
13
  import * as React from 'react';
12
- import { ACCESSIBILITY_TYPE, PLACEMENT, TRIGGER_TYPE, POPOVER_MARGIN } from './constants.js';
13
- import StatefulContainer from './stateful-container.js';
14
- import Popover from './popover.js';
14
+ import { ACCESSIBILITY_TYPE, PLACEMENT, TRIGGER_TYPE, POPOVER_MARGIN } from './constants';
15
+ import StatefulContainer from './stateful-container';
16
+ import Popover from './popover';
15
17
 
16
18
  function StatefulPopover(props) {
17
19
  var children = props.children,
18
- restProps = _objectWithoutProperties(props, ["children"]);
20
+ restProps = _objectWithoutProperties(props, _excluded);
19
21
 
20
22
  return /*#__PURE__*/React.createElement(StatefulContainer, restProps, function (popoverProps) {
21
23
  return /*#__PURE__*/React.createElement(Popover, popoverProps, children);
@@ -1,6 +1,6 @@
1
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
1
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
2
2
 
3
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
4
 
5
5
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
6
 
@@ -10,9 +10,9 @@ Copyright (c) Uber Technologies, Inc.
10
10
  This source code is licensed under the MIT license found in the
11
11
  LICENSE file in the root directory of this source tree.
12
12
  */
13
- import { styled } from '../styles/index.js';
14
- import { ARROW_SIZE, ARROW_WIDTH } from './constants.js';
15
- import { getPopoverMarginStyles, getArrowPositionStyles, getStartPosition, getEndPosition } from './utils.js';
13
+ import { styled } from '../styles/index';
14
+ import { ARROW_SIZE, ARROW_WIDTH } from './constants';
15
+ import { getPopoverMarginStyles, getArrowPositionStyles, getStartPosition, getEndPosition } from './utils';
16
16
 
17
17
  /**
18
18
  * Main popover container element that gets positioned next to the anchor
@@ -1,10 +1 @@
1
- /*
2
- Copyright (c) Uber Technologies, Inc.
3
-
4
- This source code is licensed under the MIT license found in the
5
- LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- /* eslint-disable flowtype/generic-spacing */
9
- import * as React from 'react';
10
- import { ACCESSIBILITY_TYPE, STATE_CHANGE_TYPE, TRIGGER_TYPE } from './constants.js';
1
+ export {};