@pega/cosmos-react-core 3.0.0-dev.8.0 → 3.0.0-rc.1

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 (1006) hide show
  1. package/lib/components/Actions/Actions.d.ts +5 -0
  2. package/lib/components/Actions/Actions.d.ts.map +1 -1
  3. package/lib/components/Actions/Actions.js +2 -2
  4. package/lib/components/Actions/Actions.js.map +1 -1
  5. package/lib/components/AdditionalInfo/AdditionalInfo.d.ts +11 -0
  6. package/lib/components/AdditionalInfo/AdditionalInfo.d.ts.map +1 -0
  7. package/lib/components/AdditionalInfo/AdditionalInfo.js +25 -0
  8. package/lib/components/AdditionalInfo/AdditionalInfo.js.map +1 -0
  9. package/lib/components/AdditionalInfo/index.d.ts +2 -0
  10. package/lib/components/AdditionalInfo/index.d.ts.map +1 -0
  11. package/lib/components/AdditionalInfo/index.js +2 -0
  12. package/lib/components/AdditionalInfo/index.js.map +1 -0
  13. package/lib/components/AppShell/AppHeader.d.ts.map +1 -1
  14. package/lib/components/AppShell/AppHeader.js +16 -8
  15. package/lib/components/AppShell/AppHeader.js.map +1 -1
  16. package/lib/components/AppShell/AppHeader.styles.d.ts +16 -0
  17. package/lib/components/AppShell/AppHeader.styles.d.ts.map +1 -0
  18. package/lib/components/AppShell/AppHeader.styles.js +155 -0
  19. package/lib/components/AppShell/AppHeader.styles.js.map +1 -0
  20. package/lib/components/AppShell/AppShell.d.ts.map +1 -1
  21. package/lib/components/AppShell/AppShell.js +88 -217
  22. package/lib/components/AppShell/AppShell.js.map +1 -1
  23. package/lib/components/AppShell/AppShell.styles.d.ts +7 -48
  24. package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
  25. package/lib/components/AppShell/AppShell.styles.js +48 -527
  26. package/lib/components/AppShell/AppShell.styles.js.map +1 -1
  27. package/lib/components/AppShell/AppShell.types.d.ts +27 -21
  28. package/lib/components/AppShell/AppShell.types.d.ts.map +1 -1
  29. package/lib/components/AppShell/AppShell.types.js.map +1 -1
  30. package/lib/components/AppShell/AppShellContext.d.ts +12 -6
  31. package/lib/components/AppShell/AppShellContext.d.ts.map +1 -1
  32. package/lib/components/AppShell/AppShellContext.js +10 -5
  33. package/lib/components/AppShell/AppShellContext.js.map +1 -1
  34. package/lib/components/AppShell/AppShellList.d.ts +2 -2
  35. package/lib/components/AppShell/AppShellList.d.ts.map +1 -1
  36. package/lib/components/AppShell/AppShellList.js +3 -1
  37. package/lib/components/AppShell/AppShellList.js.map +1 -1
  38. package/lib/components/AppShell/AppShellList.styles.d.ts +19 -0
  39. package/lib/components/AppShell/AppShellList.styles.d.ts.map +1 -0
  40. package/lib/components/AppShell/AppShellList.styles.js +141 -0
  41. package/lib/components/AppShell/AppShellList.styles.js.map +1 -0
  42. package/lib/components/AppShell/AppShellSearch.d.ts +9 -0
  43. package/lib/components/AppShell/AppShellSearch.d.ts.map +1 -0
  44. package/lib/components/AppShell/AppShellSearch.js +39 -0
  45. package/lib/components/AppShell/AppShellSearch.js.map +1 -0
  46. package/lib/components/AppShell/AppShellSearch.styles.d.ts +8 -0
  47. package/lib/components/AppShell/AppShellSearch.styles.d.ts.map +1 -0
  48. package/lib/components/AppShell/AppShellSearch.styles.js +193 -0
  49. package/lib/components/AppShell/AppShellSearch.styles.js.map +1 -0
  50. package/lib/components/AppShell/Drawer.d.ts +3 -1
  51. package/lib/components/AppShell/Drawer.d.ts.map +1 -1
  52. package/lib/components/AppShell/Drawer.js +14 -11
  53. package/lib/components/AppShell/Drawer.js.map +1 -1
  54. package/lib/components/AppShell/Drawer.styles.d.ts +15 -0
  55. package/lib/components/AppShell/Drawer.styles.d.ts.map +1 -0
  56. package/lib/components/AppShell/Drawer.styles.js +153 -0
  57. package/lib/components/AppShell/Drawer.styles.js.map +1 -0
  58. package/lib/components/AppShell/NavigationList.d.ts +6 -0
  59. package/lib/components/AppShell/NavigationList.d.ts.map +1 -0
  60. package/lib/components/AppShell/NavigationList.js +121 -0
  61. package/lib/components/AppShell/NavigationList.js.map +1 -0
  62. package/lib/components/AppShell/NavigationListItemWrapper.d.ts +5 -0
  63. package/lib/components/AppShell/NavigationListItemWrapper.d.ts.map +1 -0
  64. package/lib/components/AppShell/NavigationListItemWrapper.js +157 -0
  65. package/lib/components/AppShell/NavigationListItemWrapper.js.map +1 -0
  66. package/lib/components/AppShell/Operator.js +4 -4
  67. package/lib/components/AppShell/Operator.js.map +1 -1
  68. package/lib/components/AppShell/index.d.ts +2 -3
  69. package/lib/components/AppShell/index.d.ts.map +1 -1
  70. package/lib/components/AppShell/index.js +1 -2
  71. package/lib/components/AppShell/index.js.map +1 -1
  72. package/lib/components/Avatar/Avatar.d.ts.map +1 -1
  73. package/lib/components/Avatar/Avatar.js +4 -4
  74. package/lib/components/Avatar/Avatar.js.map +1 -1
  75. package/lib/components/Badges/Count.d.ts.map +1 -1
  76. package/lib/components/Badges/Count.js +37 -1
  77. package/lib/components/Badges/Count.js.map +1 -1
  78. package/lib/components/Badges/Keyboard.d.ts +9 -0
  79. package/lib/components/Badges/Keyboard.d.ts.map +1 -0
  80. package/lib/components/Badges/Keyboard.js +56 -0
  81. package/lib/components/Badges/Keyboard.js.map +1 -0
  82. package/lib/components/Badges/Selection.d.ts +1 -1
  83. package/lib/components/Badges/Selection.d.ts.map +1 -1
  84. package/lib/components/Badges/Selection.js +4 -2
  85. package/lib/components/Badges/Selection.js.map +1 -1
  86. package/lib/components/Badges/index.d.ts +2 -0
  87. package/lib/components/Badges/index.d.ts.map +1 -1
  88. package/lib/components/Badges/index.js +1 -0
  89. package/lib/components/Badges/index.js.map +1 -1
  90. package/lib/components/Banner/Banner.d.ts.map +1 -1
  91. package/lib/components/Banner/Banner.js +8 -2
  92. package/lib/components/Banner/Banner.js.map +1 -1
  93. package/lib/components/Boolean/BooleanDisplay.d.ts.map +1 -1
  94. package/lib/components/Boolean/BooleanDisplay.js +4 -12
  95. package/lib/components/Boolean/BooleanDisplay.js.map +1 -1
  96. package/lib/components/Breadcrumbs/Breadcrumbs.d.ts +2 -1
  97. package/lib/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  98. package/lib/components/Breadcrumbs/Breadcrumbs.js +44 -13
  99. package/lib/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
  100. package/lib/components/Button/BareRoleButton.d.ts.map +1 -1
  101. package/lib/components/Button/BareRoleButton.js +3 -1
  102. package/lib/components/Button/BareRoleButton.js.map +1 -1
  103. package/lib/components/Checkbox/Checkbox.d.ts +3 -1
  104. package/lib/components/Checkbox/Checkbox.d.ts.map +1 -1
  105. package/lib/components/Checkbox/Checkbox.js.map +1 -1
  106. package/lib/components/ColorPicker/ColorPicker.d.ts +2 -0
  107. package/lib/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  108. package/lib/components/ColorPicker/ColorPicker.js +1 -1
  109. package/lib/components/ColorPicker/ColorPicker.js.map +1 -1
  110. package/lib/components/ComboBox/ComboBox.d.ts.map +1 -1
  111. package/lib/components/ComboBox/ComboBox.js +68 -13
  112. package/lib/components/ComboBox/ComboBox.js.map +1 -1
  113. package/lib/components/ComboBox/ComboBox.styles.d.ts +3 -1
  114. package/lib/components/ComboBox/ComboBox.styles.d.ts.map +1 -1
  115. package/lib/components/ComboBox/ComboBox.types.d.ts +11 -1
  116. package/lib/components/ComboBox/ComboBox.types.d.ts.map +1 -1
  117. package/lib/components/ComboBox/ComboBox.types.js.map +1 -1
  118. package/lib/components/ComboBox/ComboBoxInput.d.ts +7 -0
  119. package/lib/components/ComboBox/ComboBoxInput.d.ts.map +1 -1
  120. package/lib/components/ComboBox/ComboBoxInput.js +5 -2
  121. package/lib/components/ComboBox/ComboBoxInput.js.map +1 -1
  122. package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.d.ts.map +1 -1
  123. package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.js +116 -31
  124. package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.js.map +1 -1
  125. package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.types.d.ts +10 -0
  126. package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.types.d.ts.map +1 -1
  127. package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.types.js.map +1 -1
  128. package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.d.ts.map +1 -1
  129. package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.js +2 -2
  130. package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.js.map +1 -1
  131. package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.types.d.ts +2 -0
  132. package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.types.d.ts.map +1 -1
  133. package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.types.js.map +1 -1
  134. package/lib/components/CompositeInput/CompositeInput.d.ts +5 -0
  135. package/lib/components/CompositeInput/CompositeInput.d.ts.map +1 -0
  136. package/lib/components/CompositeInput/CompositeInput.js +62 -0
  137. package/lib/components/CompositeInput/CompositeInput.js.map +1 -0
  138. package/lib/components/CompositeInput/CompositeInput.styles.d.ts +5 -0
  139. package/lib/components/CompositeInput/CompositeInput.styles.d.ts.map +1 -0
  140. package/lib/components/CompositeInput/CompositeInput.styles.js +57 -0
  141. package/lib/components/CompositeInput/CompositeInput.styles.js.map +1 -0
  142. package/lib/components/CompositeInput/CompositeInput.types.d.ts +52 -0
  143. package/lib/components/CompositeInput/CompositeInput.types.d.ts.map +1 -0
  144. package/lib/components/CompositeInput/CompositeInput.types.js +2 -0
  145. package/lib/components/CompositeInput/CompositeInput.types.js.map +1 -0
  146. package/lib/components/CompositeInput/index.d.ts +3 -0
  147. package/lib/components/CompositeInput/index.d.ts.map +1 -0
  148. package/lib/components/CompositeInput/index.js +2 -0
  149. package/lib/components/CompositeInput/index.js.map +1 -0
  150. package/lib/components/Configuration/Configuration.d.ts +14 -13
  151. package/lib/components/Configuration/Configuration.d.ts.map +1 -1
  152. package/lib/components/Configuration/Configuration.js +25 -14
  153. package/lib/components/Configuration/Configuration.js.map +1 -1
  154. package/lib/components/Configuration/index.d.ts +0 -1
  155. package/lib/components/Configuration/index.d.ts.map +1 -1
  156. package/lib/components/Configuration/index.js +0 -1
  157. package/lib/components/Configuration/index.js.map +1 -1
  158. package/lib/components/CreditCard/CreditCard.types.d.ts +45 -0
  159. package/lib/components/CreditCard/CreditCard.types.d.ts.map +1 -1
  160. package/lib/components/CreditCard/CreditCard.types.js.map +1 -1
  161. package/lib/components/CreditCard/CreditCardInput.d.ts +6 -0
  162. package/lib/components/CreditCard/CreditCardInput.d.ts.map +1 -0
  163. package/lib/components/CreditCard/CreditCardInput.js +39 -0
  164. package/lib/components/CreditCard/CreditCardInput.js.map +1 -0
  165. package/lib/components/CreditCard/index.d.ts +3 -1
  166. package/lib/components/CreditCard/index.d.ts.map +1 -1
  167. package/lib/components/CreditCard/index.js +2 -0
  168. package/lib/components/CreditCard/index.js.map +1 -1
  169. package/lib/components/CreditCard/utils.d.ts +11 -0
  170. package/lib/components/CreditCard/utils.d.ts.map +1 -1
  171. package/lib/components/CreditCard/utils.js +20 -2
  172. package/lib/components/CreditCard/utils.js.map +1 -1
  173. package/lib/components/Currency/CurrencyDisplay.d.ts.map +1 -1
  174. package/lib/components/Currency/CurrencyDisplay.js +2 -2
  175. package/lib/components/Currency/CurrencyDisplay.js.map +1 -1
  176. package/lib/components/Currency/CurrencyInput.d.ts.map +1 -1
  177. package/lib/components/Currency/CurrencyInput.js +92 -25
  178. package/lib/components/Currency/CurrencyInput.js.map +1 -1
  179. package/lib/components/Currency/CurrencyInput.types.d.ts +9 -1
  180. package/lib/components/Currency/CurrencyInput.types.d.ts.map +1 -1
  181. package/lib/components/Currency/CurrencyInput.types.js.map +1 -1
  182. package/lib/components/Currency/utils.d.ts +7 -17
  183. package/lib/components/Currency/utils.d.ts.map +1 -1
  184. package/lib/components/Currency/utils.js +50 -51
  185. package/lib/components/Currency/utils.js.map +1 -1
  186. package/lib/components/DateTime/DateTime.types.d.ts +15 -9
  187. package/lib/components/DateTime/DateTime.types.d.ts.map +1 -1
  188. package/lib/components/DateTime/DateTime.types.js.map +1 -1
  189. package/lib/components/DateTime/DurationDisplay.js +3 -3
  190. package/lib/components/DateTime/DurationDisplay.js.map +1 -1
  191. package/lib/components/DateTime/Input/DateInput.d.ts +9 -2
  192. package/lib/components/DateTime/Input/DateInput.d.ts.map +1 -1
  193. package/lib/components/DateTime/Input/DateInput.js +27 -15
  194. package/lib/components/DateTime/Input/DateInput.js.map +1 -1
  195. package/lib/components/DateTime/Input/DateRangeInput.d.ts +18 -23
  196. package/lib/components/DateTime/Input/DateRangeInput.d.ts.map +1 -1
  197. package/lib/components/DateTime/Input/DateRangeInput.js +98 -83
  198. package/lib/components/DateTime/Input/DateRangeInput.js.map +1 -1
  199. package/lib/components/DateTime/Input/DateTime.styles.js +1 -1
  200. package/lib/components/DateTime/Input/DateTime.styles.js.map +1 -1
  201. package/lib/components/DateTime/Input/DateTimeInput.d.ts +3 -0
  202. package/lib/components/DateTime/Input/DateTimeInput.d.ts.map +1 -1
  203. package/lib/components/DateTime/Input/DateTimeInput.js +28 -12
  204. package/lib/components/DateTime/Input/DateTimeInput.js.map +1 -1
  205. package/lib/components/DateTime/Input/DayOfWeekInput.d.ts +2 -0
  206. package/lib/components/DateTime/Input/DayOfWeekInput.d.ts.map +1 -1
  207. package/lib/components/DateTime/Input/DayOfWeekInput.js.map +1 -1
  208. package/lib/components/DateTime/Input/Duration/DurationInput.d.ts.map +1 -1
  209. package/lib/components/DateTime/Input/Duration/DurationInput.js +10 -2
  210. package/lib/components/DateTime/Input/Duration/DurationInput.js.map +1 -1
  211. package/lib/components/DateTime/Input/Duration/DurationInput.types.d.ts +2 -0
  212. package/lib/components/DateTime/Input/Duration/DurationInput.types.d.ts.map +1 -1
  213. package/lib/components/DateTime/Input/Duration/DurationInput.types.js.map +1 -1
  214. package/lib/components/DateTime/Input/Duration/NumberUnit.d.ts.map +1 -1
  215. package/lib/components/DateTime/Input/Duration/NumberUnit.js +30 -33
  216. package/lib/components/DateTime/Input/Duration/NumberUnit.js.map +1 -1
  217. package/lib/components/DateTime/Input/Duration/Time.d.ts.map +1 -1
  218. package/lib/components/DateTime/Input/Duration/Time.js +5 -4
  219. package/lib/components/DateTime/Input/Duration/Time.js.map +1 -1
  220. package/lib/components/DateTime/Input/MonthInput.d.ts +3 -0
  221. package/lib/components/DateTime/Input/MonthInput.d.ts.map +1 -1
  222. package/lib/components/DateTime/Input/MonthInput.js +23 -26
  223. package/lib/components/DateTime/Input/MonthInput.js.map +1 -1
  224. package/lib/components/DateTime/Input/QuarterInput.d.ts +3 -0
  225. package/lib/components/DateTime/Input/QuarterInput.d.ts.map +1 -1
  226. package/lib/components/DateTime/Input/QuarterInput.js +24 -25
  227. package/lib/components/DateTime/Input/QuarterInput.js.map +1 -1
  228. package/lib/components/DateTime/Input/TimeInput.d.ts +3 -0
  229. package/lib/components/DateTime/Input/TimeInput.d.ts.map +1 -1
  230. package/lib/components/DateTime/Input/TimeInput.js +21 -9
  231. package/lib/components/DateTime/Input/TimeInput.js.map +1 -1
  232. package/lib/components/DateTime/Input/TimeRangeInput.d.ts +46 -0
  233. package/lib/components/DateTime/Input/TimeRangeInput.d.ts.map +1 -0
  234. package/lib/components/DateTime/Input/TimeRangeInput.js +74 -0
  235. package/lib/components/DateTime/Input/TimeRangeInput.js.map +1 -0
  236. package/lib/components/DateTime/Input/WeekInput.d.ts +3 -2
  237. package/lib/components/DateTime/Input/WeekInput.d.ts.map +1 -1
  238. package/lib/components/DateTime/Input/WeekInput.js +12 -7
  239. package/lib/components/DateTime/Input/WeekInput.js.map +1 -1
  240. package/lib/components/DateTime/Input/usePickerButton.d.ts +1 -1
  241. package/lib/components/DateTime/Input/usePickerButton.d.ts.map +1 -1
  242. package/lib/components/DateTime/Input/utils.d.ts +6 -6
  243. package/lib/components/DateTime/Input/utils.d.ts.map +1 -1
  244. package/lib/components/DateTime/Input/utils.js +2 -1
  245. package/lib/components/DateTime/Input/utils.js.map +1 -1
  246. package/lib/components/DateTime/Picker/Calendar.d.ts.map +1 -1
  247. package/lib/components/DateTime/Picker/Calendar.js +20 -16
  248. package/lib/components/DateTime/Picker/Calendar.js.map +1 -1
  249. package/lib/components/DateTime/Picker/Calendar.styles.d.ts +2 -4
  250. package/lib/components/DateTime/Picker/Calendar.styles.d.ts.map +1 -1
  251. package/lib/components/DateTime/Picker/Calendar.styles.js +13 -55
  252. package/lib/components/DateTime/Picker/Calendar.styles.js.map +1 -1
  253. package/lib/components/DateTime/Picker/DatePicker.d.ts.map +1 -1
  254. package/lib/components/DateTime/Picker/DatePicker.js +2 -1
  255. package/lib/components/DateTime/Picker/DatePicker.js.map +1 -1
  256. package/lib/components/DateTime/Picker/DatePicker.styles.d.ts +3 -0
  257. package/lib/components/DateTime/Picker/DatePicker.styles.d.ts.map +1 -0
  258. package/lib/components/DateTime/Picker/DatePicker.styles.js +39 -0
  259. package/lib/components/DateTime/Picker/DatePicker.styles.js.map +1 -0
  260. package/lib/components/DateTime/Picker/DateRangePicker.js +1 -1
  261. package/lib/components/DateTime/Picker/DateRangePicker.js.map +1 -1
  262. package/lib/components/DateTime/Picker/TimePicker.d.ts +1 -1
  263. package/lib/components/DateTime/Picker/TimePicker.d.ts.map +1 -1
  264. package/lib/components/DateTime/Picker/TimePicker.js +10 -5
  265. package/lib/components/DateTime/Picker/TimePicker.js.map +1 -1
  266. package/lib/components/DateTime/Picker/Weeks.d.ts.map +1 -1
  267. package/lib/components/DateTime/Picker/Weeks.js +14 -6
  268. package/lib/components/DateTime/Picker/Weeks.js.map +1 -1
  269. package/lib/components/DateTime/Picker/utils.d.ts +1 -1
  270. package/lib/components/DateTime/Picker/utils.d.ts.map +1 -1
  271. package/lib/components/DateTime/index.d.ts +4 -0
  272. package/lib/components/DateTime/index.d.ts.map +1 -1
  273. package/lib/components/DateTime/index.js +3 -0
  274. package/lib/components/DateTime/index.js.map +1 -1
  275. package/lib/components/DateTime/utils.d.ts +2 -2
  276. package/lib/components/DateTime/utils.d.ts.map +1 -1
  277. package/lib/components/DateTime/utils.js +18 -4
  278. package/lib/components/DateTime/utils.js.map +1 -1
  279. package/lib/components/Dialog/Dialog.d.ts +32 -0
  280. package/lib/components/Dialog/Dialog.d.ts.map +1 -0
  281. package/lib/components/Dialog/Dialog.js +149 -0
  282. package/lib/components/Dialog/Dialog.js.map +1 -0
  283. package/lib/components/Dialog/index.d.ts +3 -0
  284. package/lib/components/Dialog/index.d.ts.map +1 -0
  285. package/lib/components/Dialog/index.js +3 -0
  286. package/lib/components/Dialog/index.js.map +1 -0
  287. package/lib/components/FieldGroup/FieldGroup.d.ts +7 -0
  288. package/lib/components/FieldGroup/FieldGroup.d.ts.map +1 -1
  289. package/lib/components/FieldGroup/FieldGroup.js +45 -41
  290. package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
  291. package/lib/components/FieldGroup/FieldGroupList.d.ts.map +1 -1
  292. package/lib/components/FieldGroup/FieldGroupList.js +6 -2
  293. package/lib/components/FieldGroup/FieldGroupList.js.map +1 -1
  294. package/lib/components/FieldValueList/FieldValueList.d.ts +13 -7
  295. package/lib/components/FieldValueList/FieldValueList.d.ts.map +1 -1
  296. package/lib/components/FieldValueList/FieldValueList.js +41 -13
  297. package/lib/components/FieldValueList/FieldValueList.js.map +1 -1
  298. package/lib/components/FieldValueList/index.d.ts +3 -5
  299. package/lib/components/FieldValueList/index.d.ts.map +1 -1
  300. package/lib/components/FieldValueList/index.js +2 -4
  301. package/lib/components/FieldValueList/index.js.map +1 -1
  302. package/lib/components/File/utils.d.ts +1 -1
  303. package/lib/components/File/utils.d.ts.map +1 -1
  304. package/lib/components/File/utils.js.map +1 -1
  305. package/lib/components/Flex/Flex.d.ts +11 -10
  306. package/lib/components/Flex/Flex.d.ts.map +1 -1
  307. package/lib/components/Flex/Flex.js.map +1 -1
  308. package/lib/components/Form/Form.d.ts +5 -16
  309. package/lib/components/Form/Form.d.ts.map +1 -1
  310. package/lib/components/Form/Form.js +14 -11
  311. package/lib/components/Form/Form.js.map +1 -1
  312. package/lib/components/FormControl/FormControl.d.ts +12 -2
  313. package/lib/components/FormControl/FormControl.d.ts.map +1 -1
  314. package/lib/components/FormControl/FormControl.js +60 -35
  315. package/lib/components/FormControl/FormControl.js.map +1 -1
  316. package/lib/components/FormField/FormField.d.ts +5 -0
  317. package/lib/components/FormField/FormField.d.ts.map +1 -1
  318. package/lib/components/FormField/FormField.js +87 -16
  319. package/lib/components/FormField/FormField.js.map +1 -1
  320. package/lib/components/Grid/Grid.d.ts +1 -1
  321. package/lib/components/Grid/Grid.d.ts.map +1 -1
  322. package/lib/components/Grid/Grid.types.d.ts +11 -10
  323. package/lib/components/Grid/Grid.types.d.ts.map +1 -1
  324. package/lib/components/Grid/Grid.types.js.map +1 -1
  325. package/lib/components/HTML/HTML.d.ts.map +1 -1
  326. package/lib/components/HTML/HTML.js +61 -17
  327. package/lib/components/HTML/HTML.js.map +1 -1
  328. package/lib/components/Icon/Icon.d.ts.map +1 -1
  329. package/lib/components/Icon/Icon.js +1 -1
  330. package/lib/components/Icon/Icon.js.map +1 -1
  331. package/lib/components/Icon/iconNames.d.ts +2 -2
  332. package/lib/components/Icon/iconNames.d.ts.map +1 -1
  333. package/lib/components/Icon/iconNames.js +2 -1
  334. package/lib/components/Icon/iconNames.js.map +1 -1
  335. package/lib/components/Icon/icons/ai-assist.icon.js +1 -1
  336. package/lib/components/Icon/icons/ai-assist.icon.js.map +1 -1
  337. package/lib/components/Icon/icons/align-center.icon.js +1 -1
  338. package/lib/components/Icon/icons/align-center.icon.js.map +1 -1
  339. package/lib/components/Icon/icons/align-left.icon.js +1 -1
  340. package/lib/components/Icon/icons/align-left.icon.js.map +1 -1
  341. package/lib/components/Icon/icons/align-right.icon.js +1 -1
  342. package/lib/components/Icon/icons/align-right.icon.js.map +1 -1
  343. package/lib/components/Icon/icons/arrow-left.icon.js +1 -1
  344. package/lib/components/Icon/icons/arrow-left.icon.js.map +1 -1
  345. package/lib/components/Icon/icons/arrow-micro-down.icon.js +1 -1
  346. package/lib/components/Icon/icons/arrow-micro-down.icon.js.map +1 -1
  347. package/lib/components/Icon/icons/arrow-micro-left.icon.js +1 -1
  348. package/lib/components/Icon/icons/arrow-micro-left.icon.js.map +1 -1
  349. package/lib/components/Icon/icons/arrow-micro-right.icon.js +1 -1
  350. package/lib/components/Icon/icons/arrow-micro-right.icon.js.map +1 -1
  351. package/lib/components/Icon/icons/arrow-micro-up-down.icon.js +1 -1
  352. package/lib/components/Icon/icons/arrow-micro-up-down.icon.js.map +1 -1
  353. package/lib/components/Icon/icons/arrow-micro-up.icon.js +1 -1
  354. package/lib/components/Icon/icons/arrow-micro-up.icon.js.map +1 -1
  355. package/lib/components/Icon/icons/arrow-up-down.icon.js +1 -1
  356. package/lib/components/Icon/icons/arrow-up-down.icon.js.map +1 -1
  357. package/lib/components/Icon/icons/bars.icon.js +1 -1
  358. package/lib/components/Icon/icons/bars.icon.js.map +1 -1
  359. package/lib/components/Icon/icons/bell-solid.icon.js +1 -1
  360. package/lib/components/Icon/icons/bell-solid.icon.js.map +1 -1
  361. package/lib/components/Icon/icons/bell.icon.js +1 -1
  362. package/lib/components/Icon/icons/bell.icon.js.map +1 -1
  363. package/lib/components/Icon/icons/box-4-solid.icon.js +1 -1
  364. package/lib/components/Icon/icons/box-4-solid.icon.js.map +1 -1
  365. package/lib/components/Icon/icons/box-4.icon.js +1 -1
  366. package/lib/components/Icon/icons/box-4.icon.js.map +1 -1
  367. package/lib/components/Icon/icons/calendar-range.icon.js +1 -1
  368. package/lib/components/Icon/icons/calendar-range.icon.js.map +1 -1
  369. package/lib/components/Icon/icons/calendar-solid.icon.js +1 -1
  370. package/lib/components/Icon/icons/calendar-solid.icon.js.map +1 -1
  371. package/lib/components/Icon/icons/caret-down.icon.js +1 -1
  372. package/lib/components/Icon/icons/caret-down.icon.js.map +1 -1
  373. package/lib/components/Icon/icons/caret-left.icon.js +1 -1
  374. package/lib/components/Icon/icons/caret-left.icon.js.map +1 -1
  375. package/lib/components/Icon/icons/caret-right.icon.js +1 -1
  376. package/lib/components/Icon/icons/caret-right.icon.js.map +1 -1
  377. package/lib/components/Icon/icons/caret-up.icon.js +1 -1
  378. package/lib/components/Icon/icons/caret-up.icon.js.map +1 -1
  379. package/lib/components/Icon/icons/{script-solid.icon.d.ts → carrot.icon.d.ts} +2 -2
  380. package/lib/components/Icon/icons/carrot.icon.d.ts.map +1 -0
  381. package/lib/components/Icon/icons/carrot.icon.js +6 -0
  382. package/lib/components/Icon/icons/carrot.icon.js.map +1 -0
  383. package/lib/components/Icon/icons/case-solid.icon.js +1 -1
  384. package/lib/components/Icon/icons/case-solid.icon.js.map +1 -1
  385. package/lib/components/Icon/icons/case.icon.js +1 -1
  386. package/lib/components/Icon/icons/case.icon.js.map +1 -1
  387. package/lib/components/Icon/icons/chain.icon.js +1 -1
  388. package/lib/components/Icon/icons/chain.icon.js.map +1 -1
  389. package/lib/components/Icon/icons/chat-solid.icon.js +1 -1
  390. package/lib/components/Icon/icons/chat-solid.icon.js.map +1 -1
  391. package/lib/components/Icon/icons/chat.icon.js +1 -1
  392. package/lib/components/Icon/icons/chat.icon.js.map +1 -1
  393. package/lib/components/Icon/icons/check.icon.js +1 -1
  394. package/lib/components/Icon/icons/check.icon.js.map +1 -1
  395. package/lib/components/Icon/icons/clipboard-plus-solid.icon.js +1 -1
  396. package/lib/components/Icon/icons/clipboard-plus-solid.icon.js.map +1 -1
  397. package/lib/components/Icon/icons/clipboard-plus.icon.js +1 -1
  398. package/lib/components/Icon/icons/clipboard-plus.icon.js.map +1 -1
  399. package/lib/components/Icon/icons/clock-solid.icon.js +1 -1
  400. package/lib/components/Icon/icons/clock-solid.icon.js.map +1 -1
  401. package/lib/components/Icon/icons/clock.icon.js +1 -1
  402. package/lib/components/Icon/icons/clock.icon.js.map +1 -1
  403. package/lib/components/Icon/icons/code.icon.js +1 -1
  404. package/lib/components/Icon/icons/code.icon.js.map +1 -1
  405. package/lib/components/Icon/icons/dataviz-string-field.icon.d.ts +1 -1
  406. package/lib/components/Icon/icons/dataviz-string-field.icon.js +2 -2
  407. package/lib/components/Icon/icons/dataviz-string-field.icon.js.map +1 -1
  408. package/lib/components/Icon/icons/dock.icon.js +1 -1
  409. package/lib/components/Icon/icons/dock.icon.js.map +1 -1
  410. package/lib/components/Icon/icons/dot-9-solid.icon.js +1 -1
  411. package/lib/components/Icon/icons/dot-9-solid.icon.js.map +1 -1
  412. package/lib/components/Icon/icons/dot-9.icon.js +1 -1
  413. package/lib/components/Icon/icons/dot-9.icon.js.map +1 -1
  414. package/lib/components/Icon/icons/download.icon.js +1 -1
  415. package/lib/components/Icon/icons/download.icon.js.map +1 -1
  416. package/lib/components/Icon/icons/drag.icon.js +1 -1
  417. package/lib/components/Icon/icons/drag.icon.js.map +1 -1
  418. package/lib/components/Icon/icons/eye-off-solid.icon.js +1 -1
  419. package/lib/components/Icon/icons/eye-off-solid.icon.js.map +1 -1
  420. package/lib/components/Icon/icons/eye-off.icon.js +1 -1
  421. package/lib/components/Icon/icons/eye-off.icon.js.map +1 -1
  422. package/lib/components/Icon/icons/face-blank-solid.icon.d.ts.map +1 -1
  423. package/lib/components/Icon/icons/face-blank-solid.icon.js +1 -1
  424. package/lib/components/Icon/icons/face-blank-solid.icon.js.map +1 -1
  425. package/lib/components/Icon/icons/face-blank.icon.d.ts.map +1 -1
  426. package/lib/components/Icon/icons/face-blank.icon.js +1 -1
  427. package/lib/components/Icon/icons/face-blank.icon.js.map +1 -1
  428. package/lib/components/Icon/icons/face-happy-solid.icon.d.ts.map +1 -1
  429. package/lib/components/Icon/icons/face-happy-solid.icon.js +1 -1
  430. package/lib/components/Icon/icons/face-happy-solid.icon.js.map +1 -1
  431. package/lib/components/Icon/icons/face-happy.icon.d.ts.map +1 -1
  432. package/lib/components/Icon/icons/face-happy.icon.js +1 -1
  433. package/lib/components/Icon/icons/face-happy.icon.js.map +1 -1
  434. package/lib/components/Icon/icons/face-sad-solid.icon.d.ts.map +1 -1
  435. package/lib/components/Icon/icons/face-sad-solid.icon.js +1 -1
  436. package/lib/components/Icon/icons/face-sad-solid.icon.js.map +1 -1
  437. package/lib/components/Icon/icons/face-sad.icon.d.ts.map +1 -1
  438. package/lib/components/Icon/icons/face-sad.icon.js +1 -1
  439. package/lib/components/Icon/icons/face-sad.icon.js.map +1 -1
  440. package/lib/components/Icon/icons/fast-forward-solid.icon.js +1 -1
  441. package/lib/components/Icon/icons/fast-forward-solid.icon.js.map +1 -1
  442. package/lib/components/Icon/icons/filetype-text.icon.d.ts.map +1 -1
  443. package/lib/components/Icon/icons/filetype-text.icon.js +2 -2
  444. package/lib/components/Icon/icons/filetype-text.icon.js.map +1 -1
  445. package/lib/components/Icon/icons/filter-on.icon.js +1 -1
  446. package/lib/components/Icon/icons/filter-on.icon.js.map +1 -1
  447. package/lib/components/Icon/icons/filter.icon.js +1 -1
  448. package/lib/components/Icon/icons/filter.icon.js.map +1 -1
  449. package/lib/components/Icon/icons/folder-hierarchy-solid.icon.js +1 -1
  450. package/lib/components/Icon/icons/folder-hierarchy-solid.icon.js.map +1 -1
  451. package/lib/components/Icon/icons/folder-hierarchy.icon.js +1 -1
  452. package/lib/components/Icon/icons/folder-hierarchy.icon.js.map +1 -1
  453. package/lib/components/Icon/icons/forward-all-solid.icon.js +1 -1
  454. package/lib/components/Icon/icons/forward-all-solid.icon.js.map +1 -1
  455. package/lib/components/Icon/icons/forward-all.icon.js +1 -1
  456. package/lib/components/Icon/icons/forward-all.icon.js.map +1 -1
  457. package/lib/components/Icon/icons/forward-solid.icon.js +1 -1
  458. package/lib/components/Icon/icons/forward-solid.icon.js.map +1 -1
  459. package/lib/components/Icon/icons/forward.icon.js +1 -1
  460. package/lib/components/Icon/icons/forward.icon.js.map +1 -1
  461. package/lib/components/Icon/icons/galaxy.icon.d.ts.map +1 -1
  462. package/lib/components/Icon/icons/galaxy.icon.js +2 -2
  463. package/lib/components/Icon/icons/galaxy.icon.js.map +1 -1
  464. package/lib/components/Icon/icons/globe-solid.icon.js +1 -1
  465. package/lib/components/Icon/icons/globe-solid.icon.js.map +1 -1
  466. package/lib/components/Icon/icons/globe.icon.js +1 -1
  467. package/lib/components/Icon/icons/globe.icon.js.map +1 -1
  468. package/lib/components/Icon/icons/hand.icon.js +1 -1
  469. package/lib/components/Icon/icons/hand.icon.js.map +1 -1
  470. package/lib/components/Icon/icons/help-solid.icon.js +1 -1
  471. package/lib/components/Icon/icons/help-solid.icon.js.map +1 -1
  472. package/lib/components/Icon/icons/help.icon.js +1 -1
  473. package/lib/components/Icon/icons/help.icon.js.map +1 -1
  474. package/lib/components/Icon/icons/home-solid.icon.js +1 -1
  475. package/lib/components/Icon/icons/home-solid.icon.js.map +1 -1
  476. package/lib/components/Icon/icons/home.icon.js +1 -1
  477. package/lib/components/Icon/icons/home.icon.js.map +1 -1
  478. package/lib/components/Icon/icons/information-solid.icon.js +1 -1
  479. package/lib/components/Icon/icons/information-solid.icon.js.map +1 -1
  480. package/lib/components/Icon/icons/information.icon.js +1 -1
  481. package/lib/components/Icon/icons/information.icon.js.map +1 -1
  482. package/lib/components/Icon/icons/list-number.icon.d.ts.map +1 -1
  483. package/lib/components/Icon/icons/list-number.icon.js +2 -2
  484. package/lib/components/Icon/icons/list-number.icon.js.map +1 -1
  485. package/lib/components/Icon/icons/list.icon.d.ts.map +1 -1
  486. package/lib/components/Icon/icons/list.icon.js +2 -2
  487. package/lib/components/Icon/icons/list.icon.js.map +1 -1
  488. package/lib/components/Icon/icons/mail-solid.icon.js +1 -1
  489. package/lib/components/Icon/icons/mail-solid.icon.js.map +1 -1
  490. package/lib/components/Icon/icons/mail.icon.js +1 -1
  491. package/lib/components/Icon/icons/mail.icon.js.map +1 -1
  492. package/lib/components/Icon/icons/minus.icon.js +1 -1
  493. package/lib/components/Icon/icons/minus.icon.js.map +1 -1
  494. package/lib/components/Icon/icons/more.icon.js +1 -1
  495. package/lib/components/Icon/icons/more.icon.js.map +1 -1
  496. package/lib/components/Icon/icons/move-left-solid.icon.js +1 -1
  497. package/lib/components/Icon/icons/move-left-solid.icon.js.map +1 -1
  498. package/lib/components/Icon/icons/move-right-solid.icon.js +1 -1
  499. package/lib/components/Icon/icons/move-right-solid.icon.js.map +1 -1
  500. package/lib/components/Icon/icons/open.icon.js +1 -1
  501. package/lib/components/Icon/icons/open.icon.js.map +1 -1
  502. package/lib/components/Icon/icons/paper-clip.icon.js +1 -1
  503. package/lib/components/Icon/icons/paper-clip.icon.js.map +1 -1
  504. package/lib/components/Icon/icons/phone-solid.icon.js +1 -1
  505. package/lib/components/Icon/icons/phone-solid.icon.js.map +1 -1
  506. package/lib/components/Icon/icons/phone.icon.js +1 -1
  507. package/lib/components/Icon/icons/phone.icon.js.map +1 -1
  508. package/lib/components/Icon/icons/picture-solid.icon.js +1 -1
  509. package/lib/components/Icon/icons/picture-solid.icon.js.map +1 -1
  510. package/lib/components/Icon/icons/picture.icon.js +1 -1
  511. package/lib/components/Icon/icons/picture.icon.js.map +1 -1
  512. package/lib/components/Icon/icons/placeholder.icon.d.ts +4 -0
  513. package/lib/components/Icon/icons/placeholder.icon.d.ts.map +1 -0
  514. package/lib/components/Icon/icons/placeholder.icon.js +6 -0
  515. package/lib/components/Icon/icons/placeholder.icon.js.map +1 -0
  516. package/lib/components/Icon/icons/plus.icon.js +1 -1
  517. package/lib/components/Icon/icons/plus.icon.js.map +1 -1
  518. package/lib/components/Icon/icons/polaris-solid.icon.js +1 -1
  519. package/lib/components/Icon/icons/polaris-solid.icon.js.map +1 -1
  520. package/lib/components/Icon/icons/polaris.icon.js +1 -1
  521. package/lib/components/Icon/icons/polaris.icon.js.map +1 -1
  522. package/lib/components/Icon/icons/qr.icon.js +1 -1
  523. package/lib/components/Icon/icons/qr.icon.js.map +1 -1
  524. package/lib/components/Icon/icons/reply-all-solid.icon.js +1 -1
  525. package/lib/components/Icon/icons/reply-all-solid.icon.js.map +1 -1
  526. package/lib/components/Icon/icons/reply-all.icon.js +1 -1
  527. package/lib/components/Icon/icons/reply-all.icon.js.map +1 -1
  528. package/lib/components/Icon/icons/reply-solid.icon.js +1 -1
  529. package/lib/components/Icon/icons/reply-solid.icon.js.map +1 -1
  530. package/lib/components/Icon/icons/reply.icon.js +1 -1
  531. package/lib/components/Icon/icons/reply.icon.js.map +1 -1
  532. package/lib/components/Icon/icons/reset.icon.js +1 -1
  533. package/lib/components/Icon/icons/reset.icon.js.map +1 -1
  534. package/lib/components/Icon/icons/robot-happy-solid.icon.js +1 -1
  535. package/lib/components/Icon/icons/robot-happy-solid.icon.js.map +1 -1
  536. package/lib/components/Icon/icons/robot-happy.icon.js +1 -1
  537. package/lib/components/Icon/icons/robot-happy.icon.js.map +1 -1
  538. package/lib/components/Icon/icons/row-insert.icon.js +1 -1
  539. package/lib/components/Icon/icons/row-insert.icon.js.map +1 -1
  540. package/lib/components/Icon/icons/row.icon.js +1 -1
  541. package/lib/components/Icon/icons/row.icon.js.map +1 -1
  542. package/lib/components/Icon/icons/scale-down.icon.js +1 -1
  543. package/lib/components/Icon/icons/scale-down.icon.js.map +1 -1
  544. package/lib/components/Icon/icons/scale-up-solid.icon.js +1 -1
  545. package/lib/components/Icon/icons/scale-up-solid.icon.js.map +1 -1
  546. package/lib/components/Icon/icons/scale-up.icon.js +1 -1
  547. package/lib/components/Icon/icons/scale-up.icon.js.map +1 -1
  548. package/lib/components/Icon/icons/script.icon.js +1 -1
  549. package/lib/components/Icon/icons/script.icon.js.map +1 -1
  550. package/lib/components/Icon/icons/search-analytics-solid.icon.js +1 -1
  551. package/lib/components/Icon/icons/search-analytics-solid.icon.js.map +1 -1
  552. package/lib/components/Icon/icons/search-analytics.icon.js +1 -1
  553. package/lib/components/Icon/icons/search-analytics.icon.js.map +1 -1
  554. package/lib/components/Icon/icons/search.icon.js +1 -1
  555. package/lib/components/Icon/icons/search.icon.js.map +1 -1
  556. package/lib/components/Icon/icons/send-solid.icon.js +1 -1
  557. package/lib/components/Icon/icons/send-solid.icon.js.map +1 -1
  558. package/lib/components/Icon/icons/send.icon.js +1 -1
  559. package/lib/components/Icon/icons/send.icon.js.map +1 -1
  560. package/lib/components/Icon/icons/slideshow-solid.icon.js +1 -1
  561. package/lib/components/Icon/icons/slideshow-solid.icon.js.map +1 -1
  562. package/lib/components/Icon/icons/slideshow.icon.js +1 -1
  563. package/lib/components/Icon/icons/slideshow.icon.js.map +1 -1
  564. package/lib/components/Icon/icons/snow.icon.js +1 -1
  565. package/lib/components/Icon/icons/snow.icon.js.map +1 -1
  566. package/lib/components/Icon/icons/speaker-solid.icon.js +1 -1
  567. package/lib/components/Icon/icons/speaker-solid.icon.js.map +1 -1
  568. package/lib/components/Icon/icons/speaker.icon.js +1 -1
  569. package/lib/components/Icon/icons/speaker.icon.js.map +1 -1
  570. package/lib/components/Icon/icons/star-solid.icon.js +1 -1
  571. package/lib/components/Icon/icons/star-solid.icon.js.map +1 -1
  572. package/lib/components/Icon/icons/star.icon.js +1 -1
  573. package/lib/components/Icon/icons/star.icon.js.map +1 -1
  574. package/lib/components/Icon/icons/target-solid.icon.js +1 -1
  575. package/lib/components/Icon/icons/target-solid.icon.js.map +1 -1
  576. package/lib/components/Icon/icons/target.icon.js +1 -1
  577. package/lib/components/Icon/icons/target.icon.js.map +1 -1
  578. package/lib/components/Icon/icons/thumbs-up-solid.icon.js +1 -1
  579. package/lib/components/Icon/icons/thumbs-up-solid.icon.js.map +1 -1
  580. package/lib/components/Icon/icons/thumbs-up.icon.js +1 -1
  581. package/lib/components/Icon/icons/thumbs-up.icon.js.map +1 -1
  582. package/lib/components/Icon/icons/times.icon.js +1 -1
  583. package/lib/components/Icon/icons/times.icon.js.map +1 -1
  584. package/lib/components/Icon/icons/trash-solid.icon.js +1 -1
  585. package/lib/components/Icon/icons/trash-solid.icon.js.map +1 -1
  586. package/lib/components/Icon/icons/trash.icon.js +1 -1
  587. package/lib/components/Icon/icons/trash.icon.js.map +1 -1
  588. package/lib/components/Icon/icons/twitter.icon.js +1 -1
  589. package/lib/components/Icon/icons/twitter.icon.js.map +1 -1
  590. package/lib/components/Icon/icons/undock.icon.js +1 -1
  591. package/lib/components/Icon/icons/undock.icon.js.map +1 -1
  592. package/lib/components/Icon/icons/user-solid.icon.js +1 -1
  593. package/lib/components/Icon/icons/user-solid.icon.js.map +1 -1
  594. package/lib/components/Icon/icons/user-star-solid.icon.js +1 -1
  595. package/lib/components/Icon/icons/user-star-solid.icon.js.map +1 -1
  596. package/lib/components/Icon/icons/user-star.icon.js +1 -1
  597. package/lib/components/Icon/icons/user-star.icon.js.map +1 -1
  598. package/lib/components/Icon/icons/user.icon.js +1 -1
  599. package/lib/components/Icon/icons/user.icon.js.map +1 -1
  600. package/lib/components/Icon/icons/warn-solid.icon.js +1 -1
  601. package/lib/components/Icon/icons/warn-solid.icon.js.map +1 -1
  602. package/lib/components/Icon/icons/warn.icon.js +1 -1
  603. package/lib/components/Icon/icons/warn.icon.js.map +1 -1
  604. package/lib/components/Icon/index.d.ts +1 -1
  605. package/lib/components/Icon/index.d.ts.map +1 -1
  606. package/lib/components/Icon/index.js.map +1 -1
  607. package/lib/components/Input/Input.d.ts.map +1 -1
  608. package/lib/components/Input/Input.js +14 -2
  609. package/lib/components/Input/Input.js.map +1 -1
  610. package/lib/components/Input/Input.styles.d.ts +1 -0
  611. package/lib/components/Input/Input.styles.d.ts.map +1 -1
  612. package/lib/components/Input/Input.styles.js +31 -0
  613. package/lib/components/Input/Input.styles.js.map +1 -1
  614. package/lib/components/Link/Link.d.ts +4 -1
  615. package/lib/components/Link/Link.d.ts.map +1 -1
  616. package/lib/components/Link/Link.js +65 -26
  617. package/lib/components/Link/Link.js.map +1 -1
  618. package/lib/components/List/CommaSeparatedList.d.ts.map +1 -1
  619. package/lib/components/List/CommaSeparatedList.js +6 -14
  620. package/lib/components/List/CommaSeparatedList.js.map +1 -1
  621. package/lib/components/List/List.d.ts +2 -2
  622. package/lib/components/List/List.d.ts.map +1 -1
  623. package/lib/components/List/List.js.map +1 -1
  624. package/lib/components/ListToolbar/ListToolbar.d.ts.map +1 -1
  625. package/lib/components/ListToolbar/ListToolbar.js +108 -53
  626. package/lib/components/ListToolbar/ListToolbar.js.map +1 -1
  627. package/lib/components/ListToolbar/ListToolbar.styles.d.ts +1 -0
  628. package/lib/components/ListToolbar/ListToolbar.styles.d.ts.map +1 -1
  629. package/lib/components/ListToolbar/ListToolbar.styles.js +38 -2
  630. package/lib/components/ListToolbar/ListToolbar.styles.js.map +1 -1
  631. package/lib/components/ListToolbar/ListToolbar.types.d.ts +28 -10
  632. package/lib/components/ListToolbar/ListToolbar.types.d.ts.map +1 -1
  633. package/lib/components/ListToolbar/ListToolbar.types.js.map +1 -1
  634. package/lib/components/ListToolbar/PresetMenuPopover.d.ts +12 -0
  635. package/lib/components/ListToolbar/PresetMenuPopover.d.ts.map +1 -0
  636. package/lib/components/ListToolbar/PresetMenuPopover.js +36 -0
  637. package/lib/components/ListToolbar/PresetMenuPopover.js.map +1 -0
  638. package/lib/components/ListToolbar/QueryOptionPopover.d.ts.map +1 -1
  639. package/lib/components/ListToolbar/QueryOptionPopover.js +14 -44
  640. package/lib/components/ListToolbar/QueryOptionPopover.js.map +1 -1
  641. package/lib/components/Location/LocationInput.d.ts +3 -1
  642. package/lib/components/Location/LocationInput.d.ts.map +1 -1
  643. package/lib/components/Location/LocationInput.js +2 -2
  644. package/lib/components/Location/LocationInput.js.map +1 -1
  645. package/lib/components/Location/LocationView.d.ts +1 -1
  646. package/lib/components/Location/LocationView.d.ts.map +1 -1
  647. package/lib/components/Location/LocationView.js +16 -10
  648. package/lib/components/Location/LocationView.js.map +1 -1
  649. package/lib/components/Location/utils.d.ts +3 -2
  650. package/lib/components/Location/utils.d.ts.map +1 -1
  651. package/lib/components/Location/utils.js +17 -9
  652. package/lib/components/Location/utils.js.map +1 -1
  653. package/lib/components/Menu/Menu.d.ts.map +1 -1
  654. package/lib/components/Menu/Menu.js +10 -6
  655. package/lib/components/Menu/Menu.js.map +1 -1
  656. package/lib/components/Menu/Menu.styles.d.ts.map +1 -1
  657. package/lib/components/Menu/Menu.styles.js +4 -2
  658. package/lib/components/Menu/Menu.styles.js.map +1 -1
  659. package/lib/components/Menu/Menu.types.d.ts +13 -0
  660. package/lib/components/Menu/Menu.types.d.ts.map +1 -1
  661. package/lib/components/Menu/Menu.types.js.map +1 -1
  662. package/lib/components/Menu/MenuGroup.d.ts.map +1 -1
  663. package/lib/components/Menu/MenuGroup.js +3 -3
  664. package/lib/components/Menu/MenuGroup.js.map +1 -1
  665. package/lib/components/Menu/MenuItem.d.ts.map +1 -1
  666. package/lib/components/Menu/MenuItem.js +4 -8
  667. package/lib/components/Menu/MenuItem.js.map +1 -1
  668. package/lib/components/Menu/MenuList.d.ts.map +1 -1
  669. package/lib/components/Menu/MenuList.js +23 -14
  670. package/lib/components/Menu/MenuList.js.map +1 -1
  671. package/lib/components/Menu/NavItemsList.d.ts +2 -2
  672. package/lib/components/Menu/NavItemsList.d.ts.map +1 -1
  673. package/lib/components/Menu/NavItemsList.js +12 -7
  674. package/lib/components/Menu/NavItemsList.js.map +1 -1
  675. package/lib/components/Menu/helpers.d.ts +7 -7
  676. package/lib/components/Menu/helpers.d.ts.map +1 -1
  677. package/lib/components/Menu/index.d.ts +1 -1
  678. package/lib/components/Menu/index.d.ts.map +1 -1
  679. package/lib/components/Menu/index.js +1 -1
  680. package/lib/components/Menu/index.js.map +1 -1
  681. package/lib/components/MetaList/MetaList.d.ts.map +1 -1
  682. package/lib/components/MetaList/MetaList.js +13 -10
  683. package/lib/components/MetaList/MetaList.js.map +1 -1
  684. package/lib/components/Modal/Contexts.d.ts.map +1 -1
  685. package/lib/components/Modal/Contexts.js +2 -3
  686. package/lib/components/Modal/Contexts.js.map +1 -1
  687. package/lib/components/Modal/DockedModals.d.ts.map +1 -1
  688. package/lib/components/Modal/DockedModals.js +1 -2
  689. package/lib/components/Modal/DockedModals.js.map +1 -1
  690. package/lib/components/Modal/MinimizedModal.d.ts.map +1 -1
  691. package/lib/components/Modal/MinimizedModal.js +3 -5
  692. package/lib/components/Modal/MinimizedModal.js.map +1 -1
  693. package/lib/components/Modal/Modal.d.ts.map +1 -1
  694. package/lib/components/Modal/Modal.js +3 -5
  695. package/lib/components/Modal/Modal.js.map +1 -1
  696. package/lib/components/Modal/Modal.styles.d.ts.map +1 -1
  697. package/lib/components/Modal/Modal.styles.js +1 -0
  698. package/lib/components/Modal/Modal.styles.js.map +1 -1
  699. package/lib/components/Modal/Modal.types.d.ts +2 -6
  700. package/lib/components/Modal/Modal.types.d.ts.map +1 -1
  701. package/lib/components/Modal/Modal.types.js +1 -2
  702. package/lib/components/Modal/Modal.types.js.map +1 -1
  703. package/lib/components/Modal/ModalManager.d.ts +8 -2
  704. package/lib/components/Modal/ModalManager.d.ts.map +1 -1
  705. package/lib/components/Modal/ModalManager.js +14 -20
  706. package/lib/components/Modal/ModalManager.js.map +1 -1
  707. package/lib/components/Modal/index.d.ts +0 -1
  708. package/lib/components/Modal/index.d.ts.map +1 -1
  709. package/lib/components/Modal/index.js +0 -1
  710. package/lib/components/Modal/index.js.map +1 -1
  711. package/lib/components/MultiStepForm/FormProgress.d.ts +10 -0
  712. package/lib/components/MultiStepForm/FormProgress.d.ts.map +1 -0
  713. package/lib/components/{MultiStep/MultiStep.js → MultiStepForm/FormProgress.js} +8 -22
  714. package/lib/components/MultiStepForm/FormProgress.js.map +1 -0
  715. package/lib/components/{MultiStep/MultiStep.styles.d.ts → MultiStepForm/FormProgress.styles.d.ts} +2 -4
  716. package/lib/components/MultiStepForm/FormProgress.styles.d.ts.map +1 -0
  717. package/lib/components/{MultiStep/MultiStep.styles.js → MultiStepForm/FormProgress.styles.js} +3 -4
  718. package/lib/components/MultiStepForm/FormProgress.styles.js.map +1 -0
  719. package/lib/components/MultiStepForm/MultiStepForm.d.ts +9 -0
  720. package/lib/components/MultiStepForm/MultiStepForm.d.ts.map +1 -0
  721. package/lib/components/MultiStepForm/MultiStepForm.js +50 -0
  722. package/lib/components/MultiStepForm/MultiStepForm.js.map +1 -0
  723. package/lib/components/MultiStepForm/MultiStepForm.types.d.ts +48 -0
  724. package/lib/components/MultiStepForm/MultiStepForm.types.d.ts.map +1 -0
  725. package/lib/components/MultiStepForm/MultiStepForm.types.js +2 -0
  726. package/lib/components/MultiStepForm/MultiStepForm.types.js.map +1 -0
  727. package/lib/components/MultiStepForm/index.d.ts +2 -0
  728. package/lib/components/MultiStepForm/index.d.ts.map +1 -0
  729. package/lib/components/MultiStepForm/index.js +2 -0
  730. package/lib/components/MultiStepForm/index.js.map +1 -0
  731. package/lib/components/Number/NumberDisplay.d.ts +0 -5
  732. package/lib/components/Number/NumberDisplay.d.ts.map +1 -1
  733. package/lib/components/Number/NumberDisplay.js +8 -12
  734. package/lib/components/Number/NumberDisplay.js.map +1 -1
  735. package/lib/components/Number/NumberInput.d.ts +1 -1
  736. package/lib/components/Number/NumberInput.d.ts.map +1 -1
  737. package/lib/components/Number/NumberInput.js +70 -40
  738. package/lib/components/Number/NumberInput.js.map +1 -1
  739. package/lib/components/Number/NumberInput.styles.d.ts +8 -5
  740. package/lib/components/Number/NumberInput.styles.d.ts.map +1 -1
  741. package/lib/components/Number/NumberInput.styles.js +6 -3
  742. package/lib/components/Number/NumberInput.styles.js.map +1 -1
  743. package/lib/components/Number/NumberInput.types.d.ts +56 -19
  744. package/lib/components/Number/NumberInput.types.d.ts.map +1 -1
  745. package/lib/components/Number/NumberInput.types.js.map +1 -1
  746. package/lib/components/Number/NumberRangeInput.d.ts +6 -0
  747. package/lib/components/Number/NumberRangeInput.d.ts.map +1 -0
  748. package/lib/components/Number/NumberRangeInput.js +30 -0
  749. package/lib/components/Number/NumberRangeInput.js.map +1 -0
  750. package/lib/components/Number/index.d.ts +3 -2
  751. package/lib/components/Number/index.d.ts.map +1 -1
  752. package/lib/components/Number/index.js +1 -0
  753. package/lib/components/Number/index.js.map +1 -1
  754. package/lib/components/Number/utils.d.ts +4 -5
  755. package/lib/components/Number/utils.d.ts.map +1 -1
  756. package/lib/components/Number/utils.js +47 -41
  757. package/lib/components/Number/utils.js.map +1 -1
  758. package/lib/components/PageTemplates/CategorySubPage.d.ts +3 -3
  759. package/lib/components/PageTemplates/CategorySubPage.d.ts.map +1 -1
  760. package/lib/components/PageTemplates/CategorySubPage.js.map +1 -1
  761. package/lib/components/PageTemplates/DashboardPage.d.ts.map +1 -1
  762. package/lib/components/PageTemplates/DashboardPage.js +1 -4
  763. package/lib/components/PageTemplates/DashboardPage.js.map +1 -1
  764. package/lib/components/PageTemplates/PageTemplates.d.ts +1 -2
  765. package/lib/components/PageTemplates/PageTemplates.d.ts.map +1 -1
  766. package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
  767. package/lib/components/Phone/PhoneInput.d.ts +1 -1
  768. package/lib/components/Phone/PhoneInput.d.ts.map +1 -1
  769. package/lib/components/Phone/PhoneInput.js +29 -36
  770. package/lib/components/Phone/PhoneInput.js.map +1 -1
  771. package/lib/components/Phone/utils.d.ts +1 -2
  772. package/lib/components/Phone/utils.d.ts.map +1 -1
  773. package/lib/components/Phone/utils.js +3 -26
  774. package/lib/components/Phone/utils.js.map +1 -1
  775. package/lib/components/Popover/Popover.d.ts.map +1 -1
  776. package/lib/components/Popover/Popover.js +0 -6
  777. package/lib/components/Popover/Popover.js.map +1 -1
  778. package/lib/components/Popover/Popover.styles.d.ts.map +1 -1
  779. package/lib/components/Popover/Popover.styles.js +12 -57
  780. package/lib/components/Popover/Popover.styles.js.map +1 -1
  781. package/lib/components/RadioButton/RadioButton.d.ts +3 -1
  782. package/lib/components/RadioButton/RadioButton.d.ts.map +1 -1
  783. package/lib/components/RadioButton/RadioButton.js.map +1 -1
  784. package/lib/components/RadioCheck/RadioCheck.d.ts +2 -0
  785. package/lib/components/RadioCheck/RadioCheck.d.ts.map +1 -1
  786. package/lib/components/RadioCheck/RadioCheck.js +2 -2
  787. package/lib/components/RadioCheck/RadioCheck.js.map +1 -1
  788. package/lib/components/RadioCheckGroup/RadioCheckGroup.d.ts +3 -0
  789. package/lib/components/RadioCheckGroup/RadioCheckGroup.d.ts.map +1 -1
  790. package/lib/components/RadioCheckGroup/RadioCheckGroup.js +1 -1
  791. package/lib/components/RadioCheckGroup/RadioCheckGroup.js.map +1 -1
  792. package/lib/components/RadioCheckGroup/index.d.ts +1 -1
  793. package/lib/components/RadioCheckGroup/index.d.ts.map +1 -1
  794. package/lib/components/RadioCheckGroup/index.js +1 -1
  795. package/lib/components/RadioCheckGroup/index.js.map +1 -1
  796. package/lib/components/SearchInput/SearchInput.d.ts +24 -8
  797. package/lib/components/SearchInput/SearchInput.d.ts.map +1 -1
  798. package/lib/components/SearchInput/SearchInput.js +127 -94
  799. package/lib/components/SearchInput/SearchInput.js.map +1 -1
  800. package/lib/components/SearchInput/SearchInput.styles.d.ts +16 -0
  801. package/lib/components/SearchInput/SearchInput.styles.d.ts.map +1 -0
  802. package/lib/components/SearchInput/SearchInput.styles.js +129 -0
  803. package/lib/components/SearchInput/SearchInput.styles.js.map +1 -0
  804. package/lib/components/SearchInput/index.d.ts +1 -1
  805. package/lib/components/SearchInput/index.d.ts.map +1 -1
  806. package/lib/components/SearchInput/index.js +1 -1
  807. package/lib/components/SearchInput/index.js.map +1 -1
  808. package/lib/components/Select/Select.d.ts +4 -0
  809. package/lib/components/Select/Select.d.ts.map +1 -1
  810. package/lib/components/Select/Select.js +5 -3
  811. package/lib/components/Select/Select.js.map +1 -1
  812. package/lib/components/Skeleton/ParagraphSkeleton.d.ts.map +1 -1
  813. package/lib/components/Skeleton/ParagraphSkeleton.js +2 -2
  814. package/lib/components/Skeleton/ParagraphSkeleton.js.map +1 -1
  815. package/lib/components/SkipLinks/SkipLinks.d.ts +15 -0
  816. package/lib/components/SkipLinks/SkipLinks.d.ts.map +1 -0
  817. package/lib/components/SkipLinks/SkipLinks.js +67 -0
  818. package/lib/components/SkipLinks/SkipLinks.js.map +1 -0
  819. package/lib/components/SkipLinks/index.d.ts +4 -0
  820. package/lib/components/SkipLinks/index.d.ts.map +1 -0
  821. package/lib/components/SkipLinks/index.js +3 -0
  822. package/lib/components/SkipLinks/index.js.map +1 -0
  823. package/lib/components/Slider/Slider.styles.d.ts +1 -1
  824. package/lib/components/SummaryItem/SummaryItem.d.ts +2 -2
  825. package/lib/components/SummaryList/ViewAll.d.ts.map +1 -1
  826. package/lib/components/SummaryList/ViewAll.js +6 -2
  827. package/lib/components/SummaryList/ViewAll.js.map +1 -1
  828. package/lib/components/Tabs/Tab.d.ts.map +1 -1
  829. package/lib/components/Tabs/Tab.js +0 -1
  830. package/lib/components/Tabs/Tab.js.map +1 -1
  831. package/lib/components/Tabs/TabPanel.d.ts.map +1 -1
  832. package/lib/components/Tabs/TabPanel.js +1 -7
  833. package/lib/components/Tabs/TabPanel.js.map +1 -1
  834. package/lib/components/Tabs/Tabs.d.ts.map +1 -1
  835. package/lib/components/Tabs/Tabs.js +2 -2
  836. package/lib/components/Tabs/Tabs.js.map +1 -1
  837. package/lib/components/Text/Text.js +2 -2
  838. package/lib/components/Text/Text.js.map +1 -1
  839. package/lib/components/TextArea/TextArea.d.ts.map +1 -1
  840. package/lib/components/TextArea/TextArea.js +5 -2
  841. package/lib/components/TextArea/TextArea.js.map +1 -1
  842. package/lib/components/Toaster/Context.d.ts +7 -0
  843. package/lib/components/Toaster/Context.d.ts.map +1 -0
  844. package/lib/components/Toaster/Context.js +6 -0
  845. package/lib/components/Toaster/Context.js.map +1 -0
  846. package/lib/components/Toaster/Toaster.d.ts +8 -40
  847. package/lib/components/Toaster/Toaster.d.ts.map +1 -1
  848. package/lib/components/Toaster/Toaster.js +12 -12
  849. package/lib/components/Toaster/Toaster.js.map +1 -1
  850. package/lib/components/Toaster/Toaster.types.d.ts +31 -0
  851. package/lib/components/Toaster/Toaster.types.d.ts.map +1 -0
  852. package/lib/components/Toaster/Toaster.types.js +2 -0
  853. package/lib/components/Toaster/Toaster.types.js.map +1 -0
  854. package/lib/components/Toaster/index.d.ts +1 -2
  855. package/lib/components/Toaster/index.d.ts.map +1 -1
  856. package/lib/components/Toaster/index.js +0 -1
  857. package/lib/components/Toaster/index.js.map +1 -1
  858. package/lib/components/Tooltip/Tooltip.d.ts +5 -0
  859. package/lib/components/Tooltip/Tooltip.d.ts.map +1 -1
  860. package/lib/components/Tooltip/Tooltip.js +23 -5
  861. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  862. package/lib/components/Tree/StandardTree.d.ts.map +1 -1
  863. package/lib/components/Tree/StandardTree.js +27 -13
  864. package/lib/components/Tree/StandardTree.js.map +1 -1
  865. package/lib/components/Tree/StandardTree.styles.js +3 -3
  866. package/lib/components/Tree/StandardTree.styles.js.map +1 -1
  867. package/lib/components/Tree/StandardTree.types.d.ts +1 -0
  868. package/lib/components/Tree/StandardTree.types.d.ts.map +1 -1
  869. package/lib/components/Tree/StandardTree.types.js.map +1 -1
  870. package/lib/hooks/index.d.ts +5 -0
  871. package/lib/hooks/index.d.ts.map +1 -1
  872. package/lib/hooks/index.js +5 -0
  873. package/lib/hooks/index.js.map +1 -1
  874. package/lib/hooks/useActiveDescendant.d.ts +5 -1
  875. package/lib/hooks/useActiveDescendant.d.ts.map +1 -1
  876. package/lib/hooks/useActiveDescendant.js +174 -93
  877. package/lib/hooks/useActiveDescendant.js.map +1 -1
  878. package/lib/hooks/useAutoResize.d.ts +1 -1
  879. package/lib/hooks/useAutoResize.d.ts.map +1 -1
  880. package/lib/hooks/useAutoResize.js +14 -6
  881. package/lib/hooks/useAutoResize.js.map +1 -1
  882. package/lib/hooks/useBreakpoint.d.ts +3 -2
  883. package/lib/hooks/useBreakpoint.d.ts.map +1 -1
  884. package/lib/hooks/useBreakpoint.js +10 -13
  885. package/lib/hooks/useBreakpoint.js.map +1 -1
  886. package/lib/hooks/useConfiguration.d.ts +1 -0
  887. package/lib/hooks/useConfiguration.d.ts.map +1 -1
  888. package/lib/hooks/useConfiguration.js +9 -2
  889. package/lib/hooks/useConfiguration.js.map +1 -1
  890. package/lib/hooks/useDraggable.d.ts +1 -1
  891. package/lib/hooks/useDraggable.d.ts.map +1 -1
  892. package/lib/hooks/useDraggable.js +4 -2
  893. package/lib/hooks/useDraggable.js.map +1 -1
  894. package/lib/hooks/useFocusWithin.d.ts.map +1 -1
  895. package/lib/hooks/useFocusWithin.js +0 -8
  896. package/lib/hooks/useFocusWithin.js.map +1 -1
  897. package/lib/hooks/useI18n.d.ts +130 -34
  898. package/lib/hooks/useI18n.d.ts.map +1 -1
  899. package/lib/hooks/useI18n.js +2 -1
  900. package/lib/hooks/useI18n.js.map +1 -1
  901. package/lib/hooks/useInputFormatter.d.ts +12 -0
  902. package/lib/hooks/useInputFormatter.d.ts.map +1 -0
  903. package/lib/hooks/useInputFormatter.js +89 -0
  904. package/lib/hooks/useInputFormatter.js.map +1 -0
  905. package/lib/hooks/useLongPress.d.ts +1 -1
  906. package/lib/hooks/useLongPress.d.ts.map +1 -1
  907. package/lib/hooks/useModalContext.d.ts +7 -0
  908. package/lib/hooks/useModalContext.d.ts.map +1 -0
  909. package/lib/hooks/useModalContext.js +12 -0
  910. package/lib/hooks/useModalContext.js.map +1 -0
  911. package/lib/hooks/useModalManager.d.ts +8 -0
  912. package/lib/hooks/useModalManager.d.ts.map +1 -0
  913. package/lib/hooks/useModalManager.js +16 -0
  914. package/lib/hooks/useModalManager.js.map +1 -0
  915. package/lib/hooks/useOS.d.ts +7 -0
  916. package/lib/hooks/useOS.d.ts.map +1 -0
  917. package/lib/hooks/useOS.js +27 -0
  918. package/lib/hooks/useOS.js.map +1 -0
  919. package/lib/hooks/useScrollStick.d.ts +1 -1
  920. package/lib/hooks/useScrollStick.d.ts.map +1 -1
  921. package/lib/hooks/useToaster.d.ts +8 -0
  922. package/lib/hooks/useToaster.d.ts.map +1 -0
  923. package/lib/hooks/useToaster.js +16 -0
  924. package/lib/hooks/useToaster.js.map +1 -0
  925. package/lib/hooks/useTransitionState.js +1 -1
  926. package/lib/hooks/useTransitionState.js.map +1 -1
  927. package/lib/i18n/default.d.ts +130 -34
  928. package/lib/i18n/default.d.ts.map +1 -1
  929. package/lib/i18n/default.js +153 -47
  930. package/lib/i18n/default.js.map +1 -1
  931. package/lib/i18n/i18n.d.ts +126 -698
  932. package/lib/i18n/i18n.d.ts.map +1 -1
  933. package/lib/i18n/translate.d.ts +3 -0
  934. package/lib/i18n/translate.d.ts.map +1 -1
  935. package/lib/i18n/translate.js.map +1 -1
  936. package/lib/index.d.ts +9 -2
  937. package/lib/index.d.ts.map +1 -1
  938. package/lib/index.js +9 -2
  939. package/lib/index.js.map +1 -1
  940. package/lib/init.d.ts +8 -0
  941. package/lib/init.d.ts.map +1 -0
  942. package/lib/init.js +5 -0
  943. package/lib/init.js.map +1 -0
  944. package/lib/register-contexts.d.ts +2 -0
  945. package/lib/register-contexts.d.ts.map +1 -0
  946. package/lib/register-contexts.js +10 -0
  947. package/lib/register-contexts.js.map +1 -0
  948. package/lib/styles/gradients.d.ts +4 -1
  949. package/lib/styles/gradients.d.ts.map +1 -1
  950. package/lib/styles/gradients.js +46 -3
  951. package/lib/styles/gradients.js.map +1 -1
  952. package/lib/styles/utils.d.ts +1 -1
  953. package/lib/styles/utils.d.ts.map +1 -1
  954. package/lib/styles/utils.js.map +1 -1
  955. package/lib/theme/ThemeMachine.d.ts +11 -3
  956. package/lib/theme/ThemeMachine.d.ts.map +1 -1
  957. package/lib/theme/ThemeMachine.js +28 -26
  958. package/lib/theme/ThemeMachine.js.map +1 -1
  959. package/lib/theme/index.d.ts +1 -0
  960. package/lib/theme/index.d.ts.map +1 -1
  961. package/lib/theme/index.js +1 -0
  962. package/lib/theme/index.js.map +1 -1
  963. package/lib/theme/theme.d.ts +72 -0
  964. package/lib/theme/theme.d.ts.map +1 -1
  965. package/lib/theme/themeDefinition.json +43 -1
  966. package/lib/theme/themeOverrides.schema.json +9 -0
  967. package/lib/theme/themes/buildTheme.json +0 -3
  968. package/lib/theme/themes/darkTheme.json +9 -1
  969. package/lib/theme/themes/legacyBuildTheme.json +0 -3
  970. package/lib/theme/themes/wssTheme.json +6 -0
  971. package/lib/types/types.d.ts +3 -0
  972. package/lib/types/types.d.ts.map +1 -1
  973. package/lib/types/types.js.map +1 -1
  974. package/lib/utils/utils.d.ts +5 -0
  975. package/lib/utils/utils.d.ts.map +1 -1
  976. package/lib/utils/utils.js +23 -0
  977. package/lib/utils/utils.js.map +1 -1
  978. package/package.json +11 -6
  979. package/lib/components/AppShell/SkipNavigation.d.ts +0 -4
  980. package/lib/components/AppShell/SkipNavigation.d.ts.map +0 -1
  981. package/lib/components/AppShell/SkipNavigation.js +0 -61
  982. package/lib/components/AppShell/SkipNavigation.js.map +0 -1
  983. package/lib/components/Currency/currencyCodes.d.ts +0 -3
  984. package/lib/components/Currency/currencyCodes.d.ts.map +0 -1
  985. package/lib/components/Currency/currencyCodes.js +0 -182
  986. package/lib/components/Currency/currencyCodes.js.map +0 -1
  987. package/lib/components/DateTime/types.d.ts +0 -9
  988. package/lib/components/DateTime/types.d.ts.map +0 -1
  989. package/lib/components/DateTime/types.js +0 -2
  990. package/lib/components/DateTime/types.js.map +0 -1
  991. package/lib/components/Icon/icons/script-solid.icon.d.ts.map +0 -1
  992. package/lib/components/Icon/icons/script-solid.icon.js +0 -6
  993. package/lib/components/Icon/icons/script-solid.icon.js.map +0 -1
  994. package/lib/components/MultiStep/MultiStep.d.ts +0 -6
  995. package/lib/components/MultiStep/MultiStep.d.ts.map +0 -1
  996. package/lib/components/MultiStep/MultiStep.js.map +0 -1
  997. package/lib/components/MultiStep/MultiStep.styles.d.ts.map +0 -1
  998. package/lib/components/MultiStep/MultiStep.styles.js.map +0 -1
  999. package/lib/components/MultiStep/MultiStep.types.d.ts +0 -36
  1000. package/lib/components/MultiStep/MultiStep.types.d.ts.map +0 -1
  1001. package/lib/components/MultiStep/MultiStep.types.js +0 -2
  1002. package/lib/components/MultiStep/MultiStep.types.js.map +0 -1
  1003. package/lib/components/MultiStep/index.d.ts +0 -3
  1004. package/lib/components/MultiStep/index.d.ts.map +0 -1
  1005. package/lib/components/MultiStep/index.js +0 -2
  1006. package/lib/components/MultiStep/index.js.map +0 -1
@@ -0,0 +1,39 @@
1
+ import styled, { css } from 'styled-components';
2
+ import { defaultThemeProp } from '../../../theme';
3
+ import { StyledButton } from '../../Button';
4
+ import { StyledSelect } from '../../Select/Select';
5
+ export const StyledMonthPicker = styled.fieldset(props => {
6
+ const { theme: { base: { spacing, 'border-radius': baseBorderRadius, palette: { 'foreground-color': color } }, components: { 'form-control': formControl } } } = props;
7
+ return css `
8
+ margin: calc(2 * ${spacing}) calc(0.5 * ${spacing});
9
+ font-size: 0.875rem;
10
+ border: none;
11
+
12
+ ${StyledSelect} {
13
+ border-radius: calc(${baseBorderRadius} * ${formControl['border-radius']});
14
+ }
15
+
16
+ ${StyledButton} {
17
+ border-radius: calc(${baseBorderRadius} * ${formControl['border-radius']});
18
+ border: 0;
19
+ &:enabled {
20
+ color: ${color};
21
+ }
22
+ }
23
+ `;
24
+ });
25
+ StyledMonthPicker.defaultProps = defaultThemeProp;
26
+ export const StyledDatePicker = styled.div(props => {
27
+ const { theme: { base: { spacing }, components: { 'form-control': { 'foreground-color': foreground } } } } = props;
28
+ return css `
29
+ width: max-content;
30
+
31
+ ${StyledButton} {
32
+ border: transparent;
33
+ color: ${foreground};
34
+ }
35
+ padding: 0 ${spacing} ${spacing} ${spacing};
36
+ `;
37
+ });
38
+ StyledDatePicker.defaultProps = defaultThemeProp;
39
+ //# sourceMappingURL=DatePicker.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatePicker.styles.js","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/DatePicker.styles.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEnD,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;IACvD,MAAM,EACJ,KAAK,EAAE,EACL,IAAI,EAAE,EACJ,OAAO,EACP,eAAe,EAAE,gBAAgB,EACjC,OAAO,EAAE,EAAE,kBAAkB,EAAE,KAAK,EAAE,EACvC,EACD,UAAU,EAAE,EAAE,cAAc,EAAE,WAAW,EAAE,EAC5C,EACF,GAAG,KAAK,CAAC;IACV,OAAO,GAAG,CAAA;uBACW,OAAO,gBAAgB,OAAO;;;;MAI/C,YAAY;4BACU,gBAAgB,MAAM,WAAW,CAAC,eAAe,CAAC;;;MAGxE,YAAY;4BACU,gBAAgB,MAAM,WAAW,CAAC,eAAe,CAAC;;;iBAG7D,KAAK;;;GAGnB,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,iBAAiB,CAAC,YAAY,GAAG,gBAAgB,CAAC;AAElD,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;IACjD,MAAM,EACJ,KAAK,EAAE,EACL,IAAI,EAAE,EAAE,OAAO,EAAE,EACjB,UAAU,EAAE,EACV,cAAc,EAAE,EAAE,kBAAkB,EAAE,UAAU,EAAE,EACnD,EACF,EACF,GAAG,KAAK,CAAC;IACV,OAAO,GAAG,CAAA;;;MAGN,YAAY;;eAEH,UAAU;;iBAER,OAAO,IAAI,OAAO,IAAI,OAAO;GAC3C,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,gBAAgB,CAAC,YAAY,GAAG,gBAAgB,CAAC","sourcesContent":["import styled, { css } from 'styled-components';\n\nimport { defaultThemeProp } from '../../../theme';\nimport { StyledButton } from '../../Button';\nimport { StyledSelect } from '../../Select/Select';\n\nexport const StyledMonthPicker = styled.fieldset(props => {\n const {\n theme: {\n base: {\n spacing,\n 'border-radius': baseBorderRadius,\n palette: { 'foreground-color': color }\n },\n components: { 'form-control': formControl }\n }\n } = props;\n return css`\n margin: calc(2 * ${spacing}) calc(0.5 * ${spacing});\n font-size: 0.875rem;\n border: none;\n\n ${StyledSelect} {\n border-radius: calc(${baseBorderRadius} * ${formControl['border-radius']});\n }\n\n ${StyledButton} {\n border-radius: calc(${baseBorderRadius} * ${formControl['border-radius']});\n border: 0;\n &:enabled {\n color: ${color};\n }\n }\n `;\n});\n\nStyledMonthPicker.defaultProps = defaultThemeProp;\n\nexport const StyledDatePicker = styled.div(props => {\n const {\n theme: {\n base: { spacing },\n components: {\n 'form-control': { 'foreground-color': foreground }\n }\n }\n } = props;\n return css`\n width: max-content;\n\n ${StyledButton} {\n border: transparent;\n color: ${foreground};\n }\n padding: 0 ${spacing} ${spacing} ${spacing};\n `;\n});\n\nStyledDatePicker.defaultProps = defaultThemeProp;\n"]}
@@ -10,7 +10,7 @@ import { useConfiguration, useI18n } from '../../../hooks';
10
10
  import { getCalendarTypeFromLocale, toUTCDateString } from '../Input/utils';
11
11
  import Calendar from './Calendar';
12
12
  import Weeks from './Weeks';
13
- import { StyledDatePicker, StyledMonthPicker } from './Calendar.styles';
13
+ import { StyledDatePicker, StyledMonthPicker } from './DatePicker.styles';
14
14
  import { isValidDate } from './utils';
15
15
  registerIcon(caretLeftIcon, caretRightIcon);
16
16
  function toDateString(date) {
@@ -1 +1 @@
1
- {"version":3,"file":"DateRangePicker.js","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/DateRangePicker.tsx"],"names":[],"mappings":"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","sourcesContent":["import { FunctionComponent, useState, useEffect, useRef } from 'react';\n\nimport Flex from '../../Flex';\nimport MonthInput from '../Input/MonthInput';\nimport Button from '../../Button';\nimport Icon, { registerIcon } from '../../Icon';\nimport * as caretLeftIcon from '../../Icon/icons/caret-left.icon';\nimport * as caretRightIcon from '../../Icon/icons/caret-right.icon';\nimport { useConfiguration, useI18n } from '../../../hooks';\nimport { getCalendarTypeFromLocale, toUTCDateString } from '../Input/utils';\n\nimport Calendar from './Calendar';\nimport DatePickerProps from './DatePicker.types';\nimport Weeks from './Weeks';\nimport { StyledDatePicker, StyledMonthPicker } from './Calendar.styles';\nimport { isValidDate } from './utils';\n\nregisterIcon(caretLeftIcon, caretRightIcon);\n\nexport interface DateRangePickerProps extends DatePickerProps {\n /** Defines dates range that can be set by the user. */\n selectedRange?: { startDate: Date | undefined; endDate: Date | undefined };\n}\n\nfunction toDateString(date: Date | undefined) {\n return date ? toUTCDateString(date) : undefined;\n}\n\nconst DateRangePicker: FunctionComponent<DateRangePickerProps> = (props: DateRangePickerProps) => {\n const { locale } = useConfiguration();\n const {\n selected: initial,\n selectedRange,\n onChange,\n min,\n max,\n mode,\n showWeekNumber,\n ...restProps\n } = props;\n\n const [selected, setSelected] = useState(initial);\n const [current, setCurrent] = useState(selected && isValidDate(selected) ? selected : new Date());\n\n useEffect(() => {\n if (toDateString(initial) !== toDateString(selected)) {\n setSelected(initial);\n setCurrent(initial || new Date());\n }\n }, [toDateString(initial)]);\n\n const calendarRef = useRef<HTMLDivElement>(null);\n useEffect(() => {\n // need to postpone focusing to make sure onFocusWithin has been attached\n setTimeout(() => {\n calendarRef.current?.querySelector<HTMLElement>('button[tabindex=\"0\"]:enabled')?.focus();\n });\n }, []);\n\n const calendarType = getCalendarTypeFromLocale(locale);\n const t = useI18n();\n\n return (\n <StyledDatePicker aria-label={t('calendar')} role='region' {...restProps}>\n <Flex as={StyledMonthPicker} container={{ justify: 'between', alignItems: 'center' }}>\n <Button\n variant='simple'\n icon\n onClick={() => {\n const newCurrent = new Date(current);\n newCurrent.setUTCMonth(newCurrent.getUTCMonth() - 1);\n setCurrent(newCurrent);\n }}\n aria-label={t('picker_prev_month')}\n >\n <Icon name='caret-left' />\n </Button>\n <MonthInput\n value={current}\n required\n role='group'\n aria-label={t('picker_jump_to_month_and_year')}\n onChange={({ valueAsTimestamp }) => {\n const newCurrent = new Date(valueAsTimestamp!);\n newCurrent.setUTCDate(current.getUTCDate());\n setCurrent(newCurrent);\n }}\n min={min}\n max={max}\n />\n <Button\n variant='simple'\n icon\n onClick={() => {\n const newCurrent = new Date(current);\n newCurrent.setUTCMonth(newCurrent.getUTCMonth() + 1);\n setCurrent(newCurrent);\n }}\n aria-label={t('picker_next_month')}\n >\n <Icon name='caret-right' />\n </Button>\n </Flex>\n <Flex container={{ wrap: 'nowrap' }}>\n {showWeekNumber && <Weeks current={current} calendarType={calendarType} disabled />}\n <Calendar\n ref={calendarRef}\n selected={selected && isValidDate(selected) ? selected : undefined}\n current={current}\n selectedRange={selectedRange}\n showHighlight\n calendarType={calendarType}\n onFocus={date => {\n setCurrent(date);\n }}\n onSelect={date => {\n setCurrent(date);\n setSelected(date);\n onChange?.(date);\n }}\n min={min}\n max={max}\n />\n </Flex>\n </StyledDatePicker>\n );\n};\n\nexport default DateRangePicker;\n"]}
1
+ {"version":3,"file":"DateRangePicker.js","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/DateRangePicker.tsx"],"names":[],"mappings":"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","sourcesContent":["import { FunctionComponent, useState, useEffect, useRef } from 'react';\n\nimport Flex from '../../Flex';\nimport MonthInput from '../Input/MonthInput';\nimport Button from '../../Button';\nimport Icon, { registerIcon } from '../../Icon';\nimport * as caretLeftIcon from '../../Icon/icons/caret-left.icon';\nimport * as caretRightIcon from '../../Icon/icons/caret-right.icon';\nimport { useConfiguration, useI18n } from '../../../hooks';\nimport { getCalendarTypeFromLocale, toUTCDateString } from '../Input/utils';\n\nimport Calendar from './Calendar';\nimport DatePickerProps from './DatePicker.types';\nimport Weeks from './Weeks';\nimport { StyledDatePicker, StyledMonthPicker } from './DatePicker.styles';\nimport { isValidDate } from './utils';\n\nregisterIcon(caretLeftIcon, caretRightIcon);\n\nexport interface DateRangePickerProps extends DatePickerProps {\n /** Defines dates range that can be set by the user. */\n selectedRange?: { startDate: Date | undefined; endDate: Date | undefined };\n}\n\nfunction toDateString(date: Date | undefined) {\n return date ? toUTCDateString(date) : undefined;\n}\n\nconst DateRangePicker: FunctionComponent<DateRangePickerProps> = (props: DateRangePickerProps) => {\n const { locale } = useConfiguration();\n const {\n selected: initial,\n selectedRange,\n onChange,\n min,\n max,\n mode,\n showWeekNumber,\n ...restProps\n } = props;\n\n const [selected, setSelected] = useState(initial);\n const [current, setCurrent] = useState(selected && isValidDate(selected) ? selected : new Date());\n\n useEffect(() => {\n if (toDateString(initial) !== toDateString(selected)) {\n setSelected(initial);\n setCurrent(initial || new Date());\n }\n }, [toDateString(initial)]);\n\n const calendarRef = useRef<HTMLDivElement>(null);\n useEffect(() => {\n // need to postpone focusing to make sure onFocusWithin has been attached\n setTimeout(() => {\n calendarRef.current?.querySelector<HTMLElement>('button[tabindex=\"0\"]:enabled')?.focus();\n });\n }, []);\n\n const calendarType = getCalendarTypeFromLocale(locale);\n const t = useI18n();\n\n return (\n <StyledDatePicker aria-label={t('calendar')} role='region' {...restProps}>\n <Flex as={StyledMonthPicker} container={{ justify: 'between', alignItems: 'center' }}>\n <Button\n variant='simple'\n icon\n onClick={() => {\n const newCurrent = new Date(current);\n newCurrent.setUTCMonth(newCurrent.getUTCMonth() - 1);\n setCurrent(newCurrent);\n }}\n aria-label={t('picker_prev_month')}\n >\n <Icon name='caret-left' />\n </Button>\n <MonthInput\n value={current}\n required\n role='group'\n aria-label={t('picker_jump_to_month_and_year')}\n onChange={({ valueAsTimestamp }) => {\n const newCurrent = new Date(valueAsTimestamp!);\n newCurrent.setUTCDate(current.getUTCDate());\n setCurrent(newCurrent);\n }}\n min={min}\n max={max}\n />\n <Button\n variant='simple'\n icon\n onClick={() => {\n const newCurrent = new Date(current);\n newCurrent.setUTCMonth(newCurrent.getUTCMonth() + 1);\n setCurrent(newCurrent);\n }}\n aria-label={t('picker_next_month')}\n >\n <Icon name='caret-right' />\n </Button>\n </Flex>\n <Flex container={{ wrap: 'nowrap' }}>\n {showWeekNumber && <Weeks current={current} calendarType={calendarType} disabled />}\n <Calendar\n ref={calendarRef}\n selected={selected && isValidDate(selected) ? selected : undefined}\n current={current}\n selectedRange={selectedRange}\n showHighlight\n calendarType={calendarType}\n onFocus={date => {\n setCurrent(date);\n }}\n onSelect={date => {\n setCurrent(date);\n setSelected(date);\n onChange?.(date);\n }}\n min={min}\n max={max}\n />\n </Flex>\n </StyledDatePicker>\n );\n};\n\nexport default DateRangePicker;\n"]}
@@ -9,7 +9,7 @@ export interface TimePickerProps extends BaseProps {
9
9
  */
10
10
  selected?: Date;
11
11
  /** Callback fired when selected value changes. */
12
- onSelect?: (date: Date) => void;
12
+ onSelect: (date: Date) => void;
13
13
  /**
14
14
  * Defines interval for time picker options (in minutes).
15
15
  * @default 30
@@ -1 +1 @@
1
- {"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAkC,MAAM,OAAO,CAAC;AAI1E,OAAO,EAAE,SAAS,EAAU,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGjE,OAAO,EAAE,WAAW,EAAoB,MAAM,gBAAgB,CAAC;AAI/D,oBAAY,cAAc,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;AAE1C,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB,kDAAkD;IAClD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B;AAqDD,QAAA,MAAM,UAAU,EAAE,iBAAiB,CAAC,eAAe,GAAG,YAAY,CA6FjE,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAkC,MAAM,OAAO,CAAC;AAI1E,OAAO,EAAE,SAAS,EAAU,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGjE,OAAO,EAAE,WAAW,EAAoB,MAAM,gBAAgB,CAAC;AAI/D,oBAAY,cAAc,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;AAE1C,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB,kDAAkD;IAClD,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B;AAqDD,QAAA,MAAM,UAAU,EAAE,iBAAiB,CAAC,eAAe,GAAG,YAAY,CAqGjE,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -89,24 +89,29 @@ const TimePicker = (props) => {
89
89
  return;
90
90
  const focusableElements = Array.from(focusEl.querySelectorAll('button'));
91
91
  if (focusableElements.length > 0) {
92
- if (!selected)
93
- focusableElements[0].tabIndex = 0;
92
+ let isChecked = false;
94
93
  focusableElements.slice(1).forEach(item => {
95
94
  const checked = item.checked;
96
- if (checked)
95
+ if (checked) {
96
+ isChecked = true;
97
97
  item.tabIndex = 0;
98
+ }
98
99
  else
99
100
  item.tabIndex = -1;
100
101
  });
102
+ if (!isChecked) {
103
+ focusableElements[0].tabIndex = 0;
104
+ focusableElements[0].focus();
105
+ }
101
106
  }
102
107
  }, [selected]);
103
108
  useEffect(() => {
104
109
  buttonEl?.focus();
105
110
  setTabIndexes();
106
111
  }, [buttonEl]);
107
- return (_jsx(StyledTimePicker, { role: 'menu', tabIndex: 0, ref: menuRef, ...restProps, children: actionsList.map(({ text, id }) => {
112
+ return (_jsx(StyledTimePicker, { role: 'menu', tabIndex: -1, ref: menuRef, ...restProps, children: actionsList.map(({ text, id }) => {
108
113
  const item = new Date(Number(id));
109
- return (_jsx(StyledTimeItem, { role: 'presentation', children: _jsx(StyledTimeButton, { role: 'menuitem', as: Button, variant: 'simple', ref: isSelected(item) ? setButtonEl : null, "aria-label": text, selected: isSelected(item), checked: isSelected(item), onClick: () => {
114
+ return (_jsx(StyledTimeItem, { role: 'presentation', children: _jsx(StyledTimeButton, { role: 'menuitem', as: Button, variant: 'simple', ref: isSelected(item) ? setButtonEl : null, "aria-label": text, selected: isSelected(item), "aria-current": isSelected(item) ? 'time' : undefined, checked: isSelected(item), onClick: () => {
110
115
  onSelect?.(item);
111
116
  }, tabIndex: '-1', children: renderTime(text) }) }, id));
112
117
  }) }));
@@ -1 +1 @@
1
- {"version":3,"file":"TimePicker.js","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/TimePicker.tsx"],"names":[],"mappings":"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","sourcesContent":["import { FunctionComponent, useCallback, useEffect, useRef } from 'react';\nimport styled from 'styled-components';\n\nimport { defaultThemeProp } from '../../../theme';\nimport { BaseProps, Action, ForwardProps } from '../../../types';\nimport Button from '../../Button';\nimport { useArrows, useConfiguration, useElement } from '../../../hooks';\nimport { ClockFormat, is12HClockFormat } from '../Input/utils';\n\nimport { getIntervalGenerator } from './utils';\n\nexport type MinuteInterval = 15 | 30 | 60;\n\nexport interface TimePickerProps extends BaseProps {\n /**\n * Defines default time that will be selected when the Time Picker is opened.\n * @default new Date()\n */\n selected?: Date;\n /** Callback fired when selected value changes. */\n onSelect?: (date: Date) => void;\n /**\n * Defines interval for time picker options (in minutes).\n * @default 30\n */\n interval?: MinuteInterval;\n /**\n * Defines clock format that overrides locale based format\n */\n clockFormat?: ClockFormat;\n}\n\nconst StyledTimePicker = styled.ul`\n list-style: none;\n max-height: 10rem;\n overflow: auto;\n width: 100%;\n`;\n\nStyledTimePicker.defaultProps = defaultThemeProp;\n\nconst StyledTimeButton = styled.button<TimePickerProps>`\n color: black;\n width: 100%;\n border-radius: inherit;\n overflow: hidden;\n text-align: start;\n text-overflow: ellipsis;\n white-space: nowrap;\n border-width: 0;\n justify-content: start;\n padding: 0;\n background-color: ${props =>\n props.selected ? props.theme.base.colors.blue['extra-light'] : 'transparent'};\n\n > span {\n margin-inline-end: 0.125rem;\n &:first-child {\n margin-inline-start: ${({ theme }) => theme.components['form-control']['border-width']};\n }\n &:nth-child(2) {\n margin-inline-start: 0.125rem;\n }\n &:first-child,\n &:nth-child(3) {\n padding-inline-start: 0.5rem;\n }\n }\n\n &:enabled:focus,\n &:not([disabled]):focus {\n box-shadow: inset ${props => props.theme.base.shadow.focus};\n }\n`;\n\nStyledTimeButton.defaultProps = defaultThemeProp;\n\nconst StyledTimeItem = styled.li`\n border-radius: 0;\n`;\n\nStyledTimeItem.defaultProps = defaultThemeProp;\n\nconst TimePicker: FunctionComponent<TimePickerProps & ForwardProps> = (props: TimePickerProps) => {\n const { locale } = useConfiguration();\n const { selected = new Date(0), interval = 30, clockFormat, onSelect, ...restProps } = props;\n\n const intervalInMS = interval * 60000;\n\n const actionsList = Array.from(getIntervalGenerator(intervalInMS), time => {\n const date = new Date(selected);\n date.setUTCHours(time.getUTCHours(), time.getUTCMinutes());\n return {\n id: date.getTime().toString(),\n text: Intl.DateTimeFormat(locale, {\n hour: '2-digit',\n minute: '2-digit',\n timeZone: 'UTC',\n hour12: clockFormat ? clockFormat === 12 : is12HClockFormat(locale)\n }).format(date)\n };\n });\n\n const isSelected = (date: Date) => {\n return (\n selected?.getUTCHours() === date.getUTCHours() &&\n selected?.getUTCMinutes() === date.getUTCMinutes()\n );\n };\n\n const [buttonEl, setButtonEl] = useElement<HTMLElement>();\n const menuRef = useRef<HTMLUListElement>(null);\n\n useArrows(menuRef, {\n selector: 'button',\n cycle: true,\n dir: 'up-down',\n allowTabFocus: false\n });\n\n const renderTime = (text: string) => {\n const [hour, minute, meridiem] = text.split(/:| /);\n return (\n <>\n <span>{hour}</span>:<span>{minute}</span>\n {meridiem && <span>{meridiem}</span>}\n </>\n );\n };\n\n const setTabIndexes = useCallback(() => {\n const focusEl = menuRef.current;\n if (!focusEl) return;\n const focusableElements = Array.from(focusEl.querySelectorAll('button'));\n\n if (focusableElements.length > 0) {\n if (!selected) (focusableElements[0] as HTMLElement).tabIndex = 0;\n focusableElements.slice(1).forEach(item => {\n const checked = (item as HTMLInputElement).checked;\n if (checked) item.tabIndex = 0;\n else item.tabIndex = -1;\n });\n }\n }, [selected]);\n\n useEffect(() => {\n buttonEl?.focus();\n setTabIndexes();\n }, [buttonEl]);\n\n return (\n <StyledTimePicker role='menu' tabIndex={0} ref={menuRef} {...restProps}>\n {actionsList.map(({ text, id }: Action) => {\n const item = new Date(Number(id));\n return (\n <StyledTimeItem role='presentation' key={id}>\n <StyledTimeButton\n role='menuitem'\n as={Button}\n variant='simple'\n ref={isSelected(item) ? setButtonEl : null}\n aria-label={text}\n selected={isSelected(item)}\n checked={isSelected(item)}\n onClick={() => {\n onSelect?.(item);\n }}\n tabIndex='-1'\n >\n {renderTime(text)}\n </StyledTimeButton>\n </StyledTimeItem>\n );\n })}\n </StyledTimePicker>\n );\n};\n\nexport default TimePicker;\n"]}
1
+ {"version":3,"file":"TimePicker.js","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/TimePicker.tsx"],"names":[],"mappings":"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","sourcesContent":["import { FunctionComponent, useCallback, useEffect, useRef } from 'react';\nimport styled from 'styled-components';\n\nimport { defaultThemeProp } from '../../../theme';\nimport { BaseProps, Action, ForwardProps } from '../../../types';\nimport Button from '../../Button';\nimport { useArrows, useConfiguration, useElement } from '../../../hooks';\nimport { ClockFormat, is12HClockFormat } from '../Input/utils';\n\nimport { getIntervalGenerator } from './utils';\n\nexport type MinuteInterval = 15 | 30 | 60;\n\nexport interface TimePickerProps extends BaseProps {\n /**\n * Defines default time that will be selected when the Time Picker is opened.\n * @default new Date()\n */\n selected?: Date;\n /** Callback fired when selected value changes. */\n onSelect: (date: Date) => void;\n /**\n * Defines interval for time picker options (in minutes).\n * @default 30\n */\n interval?: MinuteInterval;\n /**\n * Defines clock format that overrides locale based format\n */\n clockFormat?: ClockFormat;\n}\n\nconst StyledTimePicker = styled.ul`\n list-style: none;\n max-height: 10rem;\n overflow: auto;\n width: 100%;\n`;\n\nStyledTimePicker.defaultProps = defaultThemeProp;\n\nconst StyledTimeButton = styled.button<TimePickerProps>`\n color: black;\n width: 100%;\n border-radius: inherit;\n overflow: hidden;\n text-align: start;\n text-overflow: ellipsis;\n white-space: nowrap;\n border-width: 0;\n justify-content: start;\n padding: 0;\n background-color: ${props =>\n props.selected ? props.theme.base.colors.blue['extra-light'] : 'transparent'};\n\n > span {\n margin-inline-end: 0.125rem;\n &:first-child {\n margin-inline-start: ${({ theme }) => theme.components['form-control']['border-width']};\n }\n &:nth-child(2) {\n margin-inline-start: 0.125rem;\n }\n &:first-child,\n &:nth-child(3) {\n padding-inline-start: 0.5rem;\n }\n }\n\n &:enabled:focus,\n &:not([disabled]):focus {\n box-shadow: inset ${props => props.theme.base.shadow.focus};\n }\n`;\n\nStyledTimeButton.defaultProps = defaultThemeProp;\n\nconst StyledTimeItem = styled.li`\n border-radius: 0;\n`;\n\nStyledTimeItem.defaultProps = defaultThemeProp;\n\nconst TimePicker: FunctionComponent<TimePickerProps & ForwardProps> = (props: TimePickerProps) => {\n const { locale } = useConfiguration();\n const { selected = new Date(0), interval = 30, clockFormat, onSelect, ...restProps } = props;\n\n const intervalInMS = interval * 60000;\n\n const actionsList = Array.from(getIntervalGenerator(intervalInMS), time => {\n const date = new Date(selected);\n date.setUTCHours(time.getUTCHours(), time.getUTCMinutes());\n return {\n id: date.getTime().toString(),\n text: Intl.DateTimeFormat(locale, {\n hour: '2-digit',\n minute: '2-digit',\n timeZone: 'UTC',\n hour12: clockFormat ? clockFormat === 12 : is12HClockFormat(locale)\n }).format(date)\n };\n });\n\n const isSelected = (date: Date) => {\n return (\n selected?.getUTCHours() === date.getUTCHours() &&\n selected?.getUTCMinutes() === date.getUTCMinutes()\n );\n };\n\n const [buttonEl, setButtonEl] = useElement<HTMLElement>();\n const menuRef = useRef<HTMLUListElement>(null);\n\n useArrows(menuRef, {\n selector: 'button',\n cycle: true,\n dir: 'up-down',\n allowTabFocus: false\n });\n\n const renderTime = (text: string) => {\n const [hour, minute, meridiem] = text.split(/:| /);\n return (\n <>\n <span>{hour}</span>:<span>{minute}</span>\n {meridiem && <span>{meridiem}</span>}\n </>\n );\n };\n\n const setTabIndexes = useCallback(() => {\n const focusEl = menuRef.current;\n if (!focusEl) return;\n const focusableElements = Array.from(focusEl.querySelectorAll('button'));\n\n if (focusableElements.length > 0) {\n let isChecked = false;\n focusableElements.slice(1).forEach(item => {\n const checked = (item as HTMLInputElement).checked;\n if (checked) {\n isChecked = true;\n item.tabIndex = 0;\n } else item.tabIndex = -1;\n });\n\n if (!isChecked) {\n (focusableElements[0] as HTMLElement).tabIndex = 0;\n focusableElements[0].focus();\n }\n }\n }, [selected]);\n\n useEffect(() => {\n buttonEl?.focus();\n setTabIndexes();\n }, [buttonEl]);\n\n return (\n <StyledTimePicker role='menu' tabIndex={-1} ref={menuRef} {...restProps}>\n {actionsList.map(({ text, id }: Action) => {\n const item = new Date(Number(id));\n return (\n <StyledTimeItem role='presentation' key={id}>\n <StyledTimeButton\n role='menuitem'\n as={Button}\n variant='simple'\n ref={isSelected(item) ? setButtonEl : null}\n aria-label={text}\n selected={isSelected(item)}\n aria-current={isSelected(item) ? 'time' : undefined}\n checked={isSelected(item)}\n onClick={() => {\n onSelect?.(item);\n }}\n tabIndex='-1'\n >\n {renderTime(text)}\n </StyledTimeButton>\n </StyledTimeItem>\n );\n })}\n </StyledTimePicker>\n );\n};\n\nexport default TimePicker;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"Weeks.d.ts","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/Weeks.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,EAAE,EAOH,MAAM,OAAO,CAAC;AASf,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAKrD,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,EAAE,CAAC,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;;OAGG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,iDAAiD;IACjD,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B,gDAAgD;IAChD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAChC,uGAAuG;IACvG,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wEAAwE;IACxE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAC7B,wEAAwE;IACxE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAC7B,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gEAAgE;IAChE,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,iBAAiB,yGAG7B,CAAC;AAyBF,QAAA,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,GAAG,YAAY,CA2HxC,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Weeks.d.ts","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/Weeks.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,EAAE,EAOH,MAAM,OAAO,CAAC;AAUf,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAKrD,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,EAAE,CAAC,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;;OAGG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,iDAAiD;IACjD,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B,gDAAgD;IAChD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAChC,uGAAuG;IACvG,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wEAAwE;IACxE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAC7B,wEAAwE;IACxE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAC7B,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gEAAgE;IAChE,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,iBAAiB,yGAG7B,CAAC;AAyBF,QAAA,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,GAAG,YAAY,CAkIxC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -4,8 +4,9 @@ import styled, { css } from 'styled-components';
4
4
  import Flex from '../../Flex';
5
5
  import { defaultThemeProp } from '../../../theme';
6
6
  import Text from '../../Text';
7
+ import { cap } from '../../../utils';
7
8
  import { getDateOfISOWeek, getWeek, parseToDate, toUTCDateString } from '../Input/utils';
8
- import { useConsolidatedRef, useFocusWithin, useI18n } from '../../../hooks';
9
+ import { useConfiguration, useConsolidatedRef, useFocusWithin } from '../../../hooks';
9
10
  import { CALENDAR_TYPES } from '../Input/local';
10
11
  import { StyledColumnLabel, StyledPick } from './Calendar.styles';
11
12
  import { getWeeksOfMonth } from './utils';
@@ -30,6 +31,7 @@ const StyledWeekNumber = styled(StyledPick)(props => {
30
31
  StyledWeekNumber.defaultProps = defaultThemeProp;
31
32
  const Weeks = forwardRef((props, ref) => {
32
33
  const { selected, current = selected ? new Date(selected.getTime()) : new Date(), calendarType = CALENDAR_TYPES.ISO_8601, onSelect, onFocus, disabled = false, size = 'short' } = props;
34
+ const { locale } = useConfiguration();
33
35
  const [focusedWeek, setFocusedWeek] = useState(current);
34
36
  useLayoutEffect(() => {
35
37
  setFocusedWeek(current);
@@ -73,8 +75,14 @@ const Weeks = forwardRef((props, ref) => {
73
75
  return (toUTCDateString(day) ===
74
76
  toUTCDateString(getDateOfISOWeek(getWeek(focusedWeek, calendarType), focusedWeek.getFullYear())));
75
77
  };
76
- const t = useI18n();
77
- const weekText = t('week_label_a11y');
78
+ const displayNames = new Intl.DisplayNames(locale, {
79
+ style: 'long',
80
+ type: 'dateTimeField'
81
+ });
82
+ const displayNamesShort = new Intl.DisplayNames(locale, {
83
+ style: 'short',
84
+ type: 'dateTimeField'
85
+ });
78
86
  const weeks = getWeeksOfMonth(current, calendarType).map(weekNo => {
79
87
  const dateOfISOWeek = getDateOfISOWeek(weekNo, current.getUTCFullYear());
80
88
  return (_jsxs(StyledWeekNumber, { variant: 'simple', icon: false, type: 'button', loading: false, ref: isFocused(dateOfISOWeek)
@@ -82,13 +90,13 @@ const Weeks = forwardRef((props, ref) => {
82
90
  if (hasFocus)
83
91
  focusedRef?.focus();
84
92
  }
85
- : undefined, tabIndex: isFocused(dateOfISOWeek) ? 0 : -1, disabled: isDisabled(dateOfISOWeek), "aria-selected": isChecked(dateOfISOWeek) || undefined, "aria-label": `${t('week_label_a11y')} ${weekNo.toString()} ${current
93
+ : undefined, tabIndex: isFocused(dateOfISOWeek) ? 0 : -1, disabled: isDisabled(dateOfISOWeek), "aria-selected": isChecked(dateOfISOWeek) || undefined, "aria-label": `${displayNames.of('weekOfYear')} ${weekNo.toString()} ${current
86
94
  .getUTCFullYear()
87
95
  .toString()}`, onClick: () => {
88
96
  onSelect?.(dateOfISOWeek);
89
- }, children: [size === 'long' && `${weekText} `, weekNo.toString()] }, weekNo));
97
+ }, children: [size === 'long' && `${cap(displayNames.of('weekOfYear'))} `, weekNo.toString()] }, weekNo));
90
98
  });
91
- const label = size === 'short' ? (_jsx(Text, { as: StyledColumnLabel, forwardedAs: 'abbr', title: weekText, children: t('week_text_short') })) : (_jsx(Text, { as: StyledColumnLabel, children: weekText }));
99
+ const label = size === 'short' ? (_jsx(Text, { as: StyledColumnLabel, forwardedAs: 'abbr', title: cap(displayNames.of('weekOfYear')), children: cap(displayNamesShort.of('weekOfYear')) })) : (_jsx(Text, { as: StyledColumnLabel, children: cap(displayNames.of('weekOfYear')) }));
92
100
  return (_jsxs(Flex, { as: StyledWeekNumbers, container: { direction: 'column' }, ref: containerRef, onKeyDown: onKeyDown, children: [label, weeks] }));
93
101
  });
94
102
  export default Weeks;
@@ -1 +1 @@
1
- {"version":3,"file":"Weeks.js","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/Weeks.tsx"],"names":[],"mappings":";AAAA,OAAO,EAEL,eAAe,EAEf,QAAQ,EACR,UAAU,EAGX,MAAM,OAAO,CAAC;AACf,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,IAAI,MAAM,YAAY,CAAC;AAC9B,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,IAAI,MAAM,YAAY,CAAC;AAC9B,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAIhD,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAiC1C,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAA;uBACpB,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO;;CAEvD,CAAC;AAEF,iBAAiB,CAAC,YAAY,GAAG,gBAAgB,CAAC;AAElD,MAAM,gBAAgB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,EAAE;IAClD,MAAM,EACJ,KAAK,EAAE,EACL,IAAI,EAAE,EAAE,eAAe,EAAE,YAAY,EAAE,EACxC,EACF,GAAG,KAAK,CAAC;IAEV,OAAO,GAAG,CAAA;;;oCAGwB,YAAY,gBAAgB,YAAY;;;wCAGpC,YAAY,gBAAgB,YAAY;;;GAG7E,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,gBAAgB,CAAC,YAAY,GAAG,gBAAgB,CAAC;AAEjD,MAAM,KAAK,GAAkC,UAAU,CACrD,CAAC,KAAkC,EAAE,GAA2B,EAAE,EAAE;IAClE,MAAM,EACJ,QAAQ,EACR,OAAO,GAAG,QAAQ,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,EAAE,EAC9D,YAAY,GAAG,cAAc,CAAC,QAAQ,EACtC,QAAQ,EACR,OAAO,EACP,QAAQ,GAAG,KAAK,EAChB,IAAI,GAAG,OAAO,EACf,GAAG,KAAK,CAAC;IAEV,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC;IACxD,eAAe,CAAC,GAAG,EAAE;QACnB,cAAc,CAAC,OAAO,CAAC,CAAC;IAC1B,CAAC,EAAE,CAAC,OAAO,CAAC,cAAc,EAAE,EAAE,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;IAEtD,IAAI,UAAgB,CAAC;IACrB,MAAM,SAAS,GAAG,CAAC,EAA8B,EAAE,EAAE;QACnD,IAAI,CAAC,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC;YAAE,EAAE,CAAC,cAAc,EAAE,CAAC;QAC5E,QAAQ,EAAE,CAAC,GAAG,EAAE;YACd,KAAK,SAAS;gBACZ,UAAU,GAAG,IAAI,IAAI,CAAC,WAAW,CAAC,CAAC;gBACnC,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC;gBACpD,cAAc,CAAC,UAAU,CAAC,CAAC;gBAC3B,OAAO,EAAE,CAAC,UAAU,CAAC,CAAC;gBACtB,MAAM;YACR,KAAK,WAAW;gBACd,UAAU,GAAG,IAAI,IAAI,CAAC,WAAW,CAAC,CAAC;gBACnC,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC;gBACpD,cAAc,CAAC,UAAU,CAAC,CAAC;gBAC3B,OAAO,EAAE,CAAC,UAAU,CAAC,CAAC;gBACtB,MAAM;YACR,KAAK,OAAO;gBACV,QAAQ,EAAE,CAAC,WAAW,CAAC,CAAC;gBACxB,MAAM;YACR,QAAQ;SACT;IACH,CAAC,CAAC;IAEF,MAAM,YAAY,GAAG,kBAAkB,CAAC,GAAG,CAAC,CAAC;IAC7C,MAAM,QAAQ,GAAG,cAAc,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC;IAEhD,MAAM,GAAG,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;IAC3D,MAAM,GAAG,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;IAC1D,MAAM,UAAU,GAAG,CAAC,GAAS,EAAE,EAAE;QAC/B,OAAO,QAAQ,IAAI,GAAG,GAAG,GAAG,CAAC,OAAO,EAAE,IAAI,GAAG,CAAC,OAAO,EAAE,GAAG,GAAG,CAAC;IAChE,CAAC,CAAC;IAEF,MAAM,SAAS,GAAG,CAAC,GAAS,EAAE,EAAE;QAC9B,OAAO,CACL,QAAQ;YACR,eAAe,CAAC,GAAG,CAAC;gBAClB,eAAe,CAAC,gBAAgB,CAAC,OAAO,CAAC,QAAQ,EAAE,YAAY,CAAC,EAAE,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,CAC7F,CAAC;IACJ,CAAC,CAAC;IAEF,MAAM,SAAS,GAAG,CAAC,GAAS,EAAE,EAAE;QAC9B,OAAO,CACL,eAAe,CAAC,GAAG,CAAC;YACpB,eAAe,CACb,gBAAgB,CAAC,OAAO,CAAC,WAAW,EAAE,YAAY,CAAC,EAAE,WAAW,CAAC,WAAW,EAAE,CAAC,CAChF,CACF,CAAC;IACJ,CAAC,CAAC;IAEF,MAAM,CAAC,GAAG,OAAO,EAAE,CAAC;IAEpB,MAAM,QAAQ,GAAG,CAAC,CAAC,iBAAiB,CAAC,CAAC;IAEtC,MAAM,KAAK,GAAG,eAAe,CAAC,OAAO,EAAE,YAAY,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE;QAChE,MAAM,aAAa,GAAG,gBAAgB,CAAC,MAAM,EAAE,OAAO,CAAC,cAAc,EAAE,CAAC,CAAC;QACzE,OAAO,CACL,MAAC,gBAAgB,IAEf,OAAO,EAAC,QAAQ,EAChB,IAAI,EAAE,KAAK,EACX,IAAI,EAAC,QAAQ,EACb,OAAO,EAAE,KAAK,EACd,GAAG,EACD,SAAS,CAAC,aAAa,CAAC;gBACtB,CAAC,CAAC,CAAC,UAA6B,EAAE,EAAE;oBAChC,IAAI,QAAQ;wBAAE,UAAU,EAAE,KAAK,EAAE,CAAC;gBACpC,CAAC;gBACH,CAAC,CAAC,SAAS,EAEf,QAAQ,EAAE,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAC3C,QAAQ,EAAE,UAAU,CAAC,aAAa,CAAC,mBACpB,SAAS,CAAC,aAAa,CAAC,IAAI,SAAS,gBACxC,GAAG,CAAC,CAAC,iBAAiB,CAAC,IAAI,MAAM,CAAC,QAAQ,EAAE,IAAI,OAAO;iBAChE,cAAc,EAAE;iBAChB,QAAQ,EAAE,EAAE,EACf,OAAO,EAAE,GAAG,EAAE;gBACZ,QAAQ,EAAE,CAAC,aAAa,CAAC,CAAC;YAC5B,CAAC,aAEA,IAAI,KAAK,MAAM,IAAI,GAAG,QAAQ,GAAG,EACjC,MAAM,CAAC,QAAQ,EAAE,KAvBb,MAAM,CAwBM,CACpB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,MAAM,KAAK,GACT,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,CACjB,KAAC,IAAI,IAAC,EAAE,EAAE,iBAAiB,EAAE,WAAW,EAAC,MAAM,EAAC,KAAK,EAAE,QAAQ,YAC5D,CAAC,CAAC,iBAAiB,CAAC,GAChB,CACR,CAAC,CAAC,CAAC,CACF,KAAC,IAAI,IAAC,EAAE,EAAE,iBAAiB,YAAG,QAAQ,GAAQ,CAC/C,CAAC;IAEJ,OAAO,CACL,MAAC,IAAI,IACH,EAAE,EAAE,iBAAiB,EACrB,SAAS,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,EAClC,GAAG,EAAE,YAAY,EACjB,SAAS,EAAE,SAAS,aAEnB,KAAK,EACL,KAAK,IACD,CACR,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,eAAe,KAAK,CAAC","sourcesContent":["import {\n FC,\n useLayoutEffect,\n KeyboardEvent,\n useState,\n forwardRef,\n PropsWithoutRef,\n Ref\n} from 'react';\nimport styled, { css } from 'styled-components';\n\nimport Flex from '../../Flex';\nimport { defaultThemeProp } from '../../../theme';\nimport Text from '../../Text';\nimport { getDateOfISOWeek, getWeek, parseToDate, toUTCDateString } from '../Input/utils';\nimport { useConsolidatedRef, useFocusWithin, useI18n } from '../../../hooks';\nimport { CALENDAR_TYPES } from '../Input/local';\nimport { ForwardProps } from '../../../types';\nimport { FormControlProps } from '../../FormControl';\n\nimport { StyledColumnLabel, StyledPick } from './Calendar.styles';\nimport { getWeeksOfMonth } from './utils';\n\nexport interface WeeksProps {\n /**\n * Sets DOM id for the control and associates label element via 'for' attribute.\n * If an id is not pass, a random id will be generated for any render.\n */\n id?: FormControlProps['id'];\n /**\n * Defines default week that will be selected when the Date Picker is opened.\n */\n selected?: Date;\n /**\n * Defines default week that will be focused initially when the Date Picker is opened.\n * @default new Date()\n */\n current?: Date;\n /** Callback fired when user focuses new week. */\n onFocus?: (date: Date) => void;\n /** Callback fired when new week is selected. */\n onSelect?: (date: Date) => void;\n /** Sets the type of calendar to be used. This will be determined by locale if no value is provided. */\n calendarType?: string;\n /** Defines minimum available value that can be selected by the user. */\n min?: string | number | Date;\n /** Defines maximum available value that can be selected by the user. */\n max?: string | number | Date;\n /** Set the calendar to disabled state, ie. non-interactive. */\n disabled?: boolean;\n /** Should text be in long or short format (ie. only number). */\n size?: 'short' | 'long';\n}\n\nexport const StyledWeekNumbers = styled.div`\n margin-inline-end: ${props => props.theme.base.spacing};\n color: rgba(0, 0, 0, 0.75);\n`;\n\nStyledWeekNumbers.defaultProps = defaultThemeProp;\n\nconst StyledWeekNumber = styled(StyledPick)(props => {\n const {\n theme: {\n base: { 'border-radius': borderRadius }\n }\n } = props;\n\n return css`\n &:disabled {\n &:nth-child(2) {\n border-radius: calc(0.5 * ${borderRadius}) calc(0.5 * ${borderRadius}) 0 0;\n }\n &:last-child {\n border-radius: 0 0 calc(0.5 * ${borderRadius}) calc(0.5 * ${borderRadius});\n }\n }\n `;\n});\n\nStyledWeekNumber.defaultProps = defaultThemeProp;\n\nconst Weeks: FC<WeeksProps & ForwardProps> = forwardRef(\n (props: PropsWithoutRef<WeeksProps>, ref: Ref<HTMLButtonElement>) => {\n const {\n selected,\n current = selected ? new Date(selected.getTime()) : new Date(),\n calendarType = CALENDAR_TYPES.ISO_8601,\n onSelect,\n onFocus,\n disabled = false,\n size = 'short'\n } = props;\n\n const [focusedWeek, setFocusedWeek] = useState(current);\n useLayoutEffect(() => {\n setFocusedWeek(current);\n }, [current.getUTCFullYear(), current.getUTCMonth()]);\n\n let newFocused: Date;\n const onKeyDown = (ev: KeyboardEvent<HTMLElement>) => {\n if (['ArrowUp', 'ArrowDown', 'Enter'].includes(ev.key)) ev.preventDefault();\n switch (ev.key) {\n case 'ArrowUp':\n newFocused = new Date(focusedWeek);\n newFocused.setUTCDate(focusedWeek.getUTCDate() - 7);\n setFocusedWeek(newFocused);\n onFocus?.(newFocused);\n break;\n case 'ArrowDown':\n newFocused = new Date(focusedWeek);\n newFocused.setUTCDate(focusedWeek.getUTCDate() + 7);\n setFocusedWeek(newFocused);\n onFocus?.(newFocused);\n break;\n case 'Enter':\n onSelect?.(focusedWeek);\n break;\n default:\n }\n };\n\n const containerRef = useConsolidatedRef(ref);\n const hasFocus = useFocusWithin([containerRef]);\n\n const min = props.min ? parseToDate(props.min) : -Infinity;\n const max = props.max ? parseToDate(props.max) : Infinity;\n const isDisabled = (day: Date) => {\n return disabled || min > day.getTime() || day.getTime() > max;\n };\n\n const isChecked = (day: Date) => {\n return (\n selected &&\n toUTCDateString(day) ===\n toUTCDateString(getDateOfISOWeek(getWeek(selected, calendarType), selected.getFullYear()))\n );\n };\n\n const isFocused = (day: Date) => {\n return (\n toUTCDateString(day) ===\n toUTCDateString(\n getDateOfISOWeek(getWeek(focusedWeek, calendarType), focusedWeek.getFullYear())\n )\n );\n };\n\n const t = useI18n();\n\n const weekText = t('week_label_a11y');\n\n const weeks = getWeeksOfMonth(current, calendarType).map(weekNo => {\n const dateOfISOWeek = getDateOfISOWeek(weekNo, current.getUTCFullYear());\n return (\n <StyledWeekNumber\n key={weekNo}\n variant='simple'\n icon={false}\n type='button'\n loading={false}\n ref={\n isFocused(dateOfISOWeek)\n ? (focusedRef: HTMLButtonElement) => {\n if (hasFocus) focusedRef?.focus();\n }\n : undefined\n }\n tabIndex={isFocused(dateOfISOWeek) ? 0 : -1}\n disabled={isDisabled(dateOfISOWeek)}\n aria-selected={isChecked(dateOfISOWeek) || undefined}\n aria-label={`${t('week_label_a11y')} ${weekNo.toString()} ${current\n .getUTCFullYear()\n .toString()}`}\n onClick={() => {\n onSelect?.(dateOfISOWeek);\n }}\n >\n {size === 'long' && `${weekText} `}\n {weekNo.toString()}\n </StyledWeekNumber>\n );\n });\n\n const label =\n size === 'short' ? (\n <Text as={StyledColumnLabel} forwardedAs='abbr' title={weekText}>\n {t('week_text_short')}\n </Text>\n ) : (\n <Text as={StyledColumnLabel}>{weekText}</Text>\n );\n\n return (\n <Flex\n as={StyledWeekNumbers}\n container={{ direction: 'column' }}\n ref={containerRef}\n onKeyDown={onKeyDown}\n >\n {label}\n {weeks}\n </Flex>\n );\n }\n);\n\nexport default Weeks;\n"]}
1
+ {"version":3,"file":"Weeks.js","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/Weeks.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n FC,\n useLayoutEffect,\n KeyboardEvent,\n useState,\n forwardRef,\n PropsWithoutRef,\n Ref\n} from 'react';\nimport styled, { css } from 'styled-components';\n\nimport Flex from '../../Flex';\nimport { defaultThemeProp } from '../../../theme';\nimport Text from '../../Text';\nimport { cap } from '../../../utils';\nimport { getDateOfISOWeek, getWeek, parseToDate, toUTCDateString } from '../Input/utils';\nimport { useConfiguration, useConsolidatedRef, useFocusWithin } from '../../../hooks';\nimport { CALENDAR_TYPES } from '../Input/local';\nimport { ForwardProps } from '../../../types';\nimport { FormControlProps } from '../../FormControl';\n\nimport { StyledColumnLabel, StyledPick } from './Calendar.styles';\nimport { getWeeksOfMonth } from './utils';\n\nexport interface WeeksProps {\n /**\n * Sets DOM id for the control and associates label element via 'for' attribute.\n * If an id is not pass, a random id will be generated for any render.\n */\n id?: FormControlProps['id'];\n /**\n * Defines default week that will be selected when the Date Picker is opened.\n */\n selected?: Date;\n /**\n * Defines default week that will be focused initially when the Date Picker is opened.\n * @default new Date()\n */\n current?: Date;\n /** Callback fired when user focuses new week. */\n onFocus?: (date: Date) => void;\n /** Callback fired when new week is selected. */\n onSelect?: (date: Date) => void;\n /** Sets the type of calendar to be used. This will be determined by locale if no value is provided. */\n calendarType?: string;\n /** Defines minimum available value that can be selected by the user. */\n min?: string | number | Date;\n /** Defines maximum available value that can be selected by the user. */\n max?: string | number | Date;\n /** Set the calendar to disabled state, ie. non-interactive. */\n disabled?: boolean;\n /** Should text be in long or short format (ie. only number). */\n size?: 'short' | 'long';\n}\n\nexport const StyledWeekNumbers = styled.div`\n margin-inline-end: ${props => props.theme.base.spacing};\n color: rgba(0, 0, 0, 0.75);\n`;\n\nStyledWeekNumbers.defaultProps = defaultThemeProp;\n\nconst StyledWeekNumber = styled(StyledPick)(props => {\n const {\n theme: {\n base: { 'border-radius': borderRadius }\n }\n } = props;\n\n return css`\n &:disabled {\n &:nth-child(2) {\n border-radius: calc(0.5 * ${borderRadius}) calc(0.5 * ${borderRadius}) 0 0;\n }\n &:last-child {\n border-radius: 0 0 calc(0.5 * ${borderRadius}) calc(0.5 * ${borderRadius});\n }\n }\n `;\n});\n\nStyledWeekNumber.defaultProps = defaultThemeProp;\n\nconst Weeks: FC<WeeksProps & ForwardProps> = forwardRef(\n (props: PropsWithoutRef<WeeksProps>, ref: Ref<HTMLButtonElement>) => {\n const {\n selected,\n current = selected ? new Date(selected.getTime()) : new Date(),\n calendarType = CALENDAR_TYPES.ISO_8601,\n onSelect,\n onFocus,\n disabled = false,\n size = 'short'\n } = props;\n\n const { locale } = useConfiguration();\n\n const [focusedWeek, setFocusedWeek] = useState(current);\n useLayoutEffect(() => {\n setFocusedWeek(current);\n }, [current.getUTCFullYear(), current.getUTCMonth()]);\n\n let newFocused: Date;\n const onKeyDown = (ev: KeyboardEvent<HTMLElement>) => {\n if (['ArrowUp', 'ArrowDown', 'Enter'].includes(ev.key)) ev.preventDefault();\n switch (ev.key) {\n case 'ArrowUp':\n newFocused = new Date(focusedWeek);\n newFocused.setUTCDate(focusedWeek.getUTCDate() - 7);\n setFocusedWeek(newFocused);\n onFocus?.(newFocused);\n break;\n case 'ArrowDown':\n newFocused = new Date(focusedWeek);\n newFocused.setUTCDate(focusedWeek.getUTCDate() + 7);\n setFocusedWeek(newFocused);\n onFocus?.(newFocused);\n break;\n case 'Enter':\n onSelect?.(focusedWeek);\n break;\n default:\n }\n };\n\n const containerRef = useConsolidatedRef(ref);\n const hasFocus = useFocusWithin([containerRef]);\n\n const min = props.min ? parseToDate(props.min) : -Infinity;\n const max = props.max ? parseToDate(props.max) : Infinity;\n const isDisabled = (day: Date) => {\n return disabled || min > day.getTime() || day.getTime() > max;\n };\n\n const isChecked = (day: Date) => {\n return (\n selected &&\n toUTCDateString(day) ===\n toUTCDateString(getDateOfISOWeek(getWeek(selected, calendarType), selected.getFullYear()))\n );\n };\n\n const isFocused = (day: Date) => {\n return (\n toUTCDateString(day) ===\n toUTCDateString(\n getDateOfISOWeek(getWeek(focusedWeek, calendarType), focusedWeek.getFullYear())\n )\n );\n };\n\n const displayNames = new Intl.DisplayNames(locale, {\n style: 'long',\n type: 'dateTimeField'\n }) as Intl.DateTimeDisplayNames;\n const displayNamesShort = new Intl.DisplayNames(locale, {\n style: 'short',\n type: 'dateTimeField'\n }) as Intl.DateTimeDisplayNames;\n\n const weeks = getWeeksOfMonth(current, calendarType).map(weekNo => {\n const dateOfISOWeek = getDateOfISOWeek(weekNo, current.getUTCFullYear());\n return (\n <StyledWeekNumber\n key={weekNo}\n variant='simple'\n icon={false}\n type='button'\n loading={false}\n ref={\n isFocused(dateOfISOWeek)\n ? (focusedRef: HTMLButtonElement) => {\n if (hasFocus) focusedRef?.focus();\n }\n : undefined\n }\n tabIndex={isFocused(dateOfISOWeek) ? 0 : -1}\n disabled={isDisabled(dateOfISOWeek)}\n aria-selected={isChecked(dateOfISOWeek) || undefined}\n aria-label={`${displayNames.of('weekOfYear')} ${weekNo.toString()} ${current\n .getUTCFullYear()\n .toString()}`}\n onClick={() => {\n onSelect?.(dateOfISOWeek);\n }}\n >\n {size === 'long' && `${cap(displayNames.of('weekOfYear'))} `}\n {weekNo.toString()}\n </StyledWeekNumber>\n );\n });\n\n const label =\n size === 'short' ? (\n <Text as={StyledColumnLabel} forwardedAs='abbr' title={cap(displayNames.of('weekOfYear'))}>\n {cap(displayNamesShort.of('weekOfYear'))}\n </Text>\n ) : (\n <Text as={StyledColumnLabel}>{cap(displayNames.of('weekOfYear'))}</Text>\n );\n\n return (\n <Flex\n as={StyledWeekNumbers}\n container={{ direction: 'column' }}\n ref={containerRef}\n onKeyDown={onKeyDown}\n >\n {label}\n {weeks}\n </Flex>\n );\n }\n);\n\nexport default Weeks;\n"]}
@@ -1,4 +1,4 @@
1
- export declare const getLocalizedDays: (calendarType: string, localeTag?: string | undefined) => string[][];
1
+ export declare const getLocalizedDays: (calendarType: string, localeTag?: string) => string[][];
2
2
  export declare const isValidDate: (date: Date) => boolean;
3
3
  export declare const getDaysOfMonth: (date: Date, calendarType: string) => Date[];
4
4
  export declare const getWeeksOfMonth: (date: Date, calendarType: string) => number[];
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/utils.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,iBAAkB,MAAM,+CAOpD,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,IAAI,YAErC,CAAC;AAEF,eAAO,MAAM,cAAc,SAAU,IAAI,gBAAgB,MAAM,KAAG,IAAI,EAQrE,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,IAAI,gBAAgB,MAAM,KAAG,MAAM,EAmBxE,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,IAAI,WAGtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,SAAU,IAAI,WAG1C,CAAC;AAIF,wBAAiB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,kCAMrD"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/DateTime/Picker/utils.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,iBAAkB,MAAM,cAAc,MAAM,eAOxE,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,IAAI,YAErC,CAAC;AAEF,eAAO,MAAM,cAAc,SAAU,IAAI,gBAAgB,MAAM,KAAG,IAAI,EAQrE,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,IAAI,gBAAgB,MAAM,KAAG,MAAM,EAmBxE,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,IAAI,WAGtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,SAAU,IAAI,WAG1C,CAAC;AAIF,wBAAiB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,kCAMrD"}
@@ -8,6 +8,8 @@ export { default as TimeInput } from './Input/TimeInput';
8
8
  export type { TimeInputProps } from './Input/TimeInput';
9
9
  export { default as DateRangeInput } from './Input/DateRangeInput';
10
10
  export type { DateRangeInputProps } from './Input/DateRangeInput';
11
+ export { default as TimeRangeInput } from './Input/TimeRangeInput';
12
+ export type { TimeRangeInputProps } from './Input/TimeRangeInput';
11
13
  export { default as DurationInput } from './Input/Duration/DurationInput';
12
14
  export type { default as DurationInputProps } from './Input/Duration/DurationInput.types';
13
15
  export { Format } from './Input/Duration/DurationInput.types';
@@ -26,4 +28,6 @@ export type { DateTimeDisplayProps } from './DateTimeDisplay';
26
28
  export { default as DurationDisplay } from './DurationDisplay';
27
29
  export type { DurationDisplayProps } from './DurationDisplay';
28
30
  export { formatDateTime, formatDuration } from './utils';
31
+ export { parseToDate } from './Input/utils';
32
+ export { isValidDate } from './Picker/utils';
29
33
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DateTime/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC1E,YAAY,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC5D,YAAY,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC5D,YAAY,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DateTime/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC1E,YAAY,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC5D,YAAY,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC5D,YAAY,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -3,6 +3,7 @@ export { default as WeekInput } from './Input/WeekInput';
3
3
  export { default as MonthInput } from './Input/MonthInput';
4
4
  export { default as TimeInput } from './Input/TimeInput';
5
5
  export { default as DateRangeInput } from './Input/DateRangeInput';
6
+ export { default as TimeRangeInput } from './Input/TimeRangeInput';
6
7
  export { default as DurationInput } from './Input/Duration/DurationInput';
7
8
  export { Format } from './Input/Duration/DurationInput.types';
8
9
  export { default as DateTimeInput } from './Input/DateTimeInput';
@@ -13,4 +14,6 @@ export { default as DatePicker } from './Picker/DatePicker';
13
14
  export { default as DateTimeDisplay } from './DateTimeDisplay';
14
15
  export { default as DurationDisplay } from './DurationDisplay';
15
16
  export { formatDateTime, formatDuration } from './utils';
17
+ export { parseToDate } from './Input/utils';
18
+ export { isValidDate } from './Picker/utils';
16
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/DateTime/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAEnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAE1E,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAEnE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAG/D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC","sourcesContent":["export { default as DateInput } from './Input/DateInput';\nexport type { DateInputProps } from './Input/DateInput';\nexport { default as WeekInput } from './Input/WeekInput';\nexport type { WeekInputProps } from './Input/WeekInput';\nexport { default as MonthInput } from './Input/MonthInput';\nexport type { MonthInputProps } from './Input/MonthInput';\nexport { default as TimeInput } from './Input/TimeInput';\nexport type { TimeInputProps } from './Input/TimeInput';\nexport { default as DateRangeInput } from './Input/DateRangeInput';\nexport type { DateRangeInputProps } from './Input/DateRangeInput';\nexport { default as DurationInput } from './Input/Duration/DurationInput';\nexport type { default as DurationInputProps } from './Input/Duration/DurationInput.types';\nexport { Format } from './Input/Duration/DurationInput.types';\nexport { default as DateTimeInput } from './Input/DateTimeInput';\nexport type { DateTimeInputProps } from './Input/DateTimeInput';\nexport { default as DayOfWeekInput } from './Input/DayOfWeekInput';\nexport type { DayOfWeekInputProps } from './Input/DayOfWeekInput';\nexport { default as QuarterInput } from './Input/QuarterInput';\nexport type { QuarterInputProps } from './Input/QuarterInput';\n\nexport { default as TimePicker } from './Picker/TimePicker';\nexport type { TimePickerProps } from './Picker/TimePicker';\nexport { default as DatePicker } from './Picker/DatePicker';\nexport type { default as DatePickerProps } from './Picker/DatePicker.types';\n\nexport { default as DateTimeDisplay } from './DateTimeDisplay';\nexport type { DateTimeDisplayProps } from './DateTimeDisplay';\nexport { default as DurationDisplay } from './DurationDisplay';\nexport type { DurationDisplayProps } from './DurationDisplay';\nexport { formatDateTime, formatDuration } from './utils';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/DateTime/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAEnE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAEnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAE1E,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAEnE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAG/D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC","sourcesContent":["export { default as DateInput } from './Input/DateInput';\nexport type { DateInputProps } from './Input/DateInput';\nexport { default as WeekInput } from './Input/WeekInput';\nexport type { WeekInputProps } from './Input/WeekInput';\nexport { default as MonthInput } from './Input/MonthInput';\nexport type { MonthInputProps } from './Input/MonthInput';\nexport { default as TimeInput } from './Input/TimeInput';\nexport type { TimeInputProps } from './Input/TimeInput';\nexport { default as DateRangeInput } from './Input/DateRangeInput';\nexport type { DateRangeInputProps } from './Input/DateRangeInput';\nexport { default as TimeRangeInput } from './Input/TimeRangeInput';\nexport type { TimeRangeInputProps } from './Input/TimeRangeInput';\nexport { default as DurationInput } from './Input/Duration/DurationInput';\nexport type { default as DurationInputProps } from './Input/Duration/DurationInput.types';\nexport { Format } from './Input/Duration/DurationInput.types';\nexport { default as DateTimeInput } from './Input/DateTimeInput';\nexport type { DateTimeInputProps } from './Input/DateTimeInput';\nexport { default as DayOfWeekInput } from './Input/DayOfWeekInput';\nexport type { DayOfWeekInputProps } from './Input/DayOfWeekInput';\nexport { default as QuarterInput } from './Input/QuarterInput';\nexport type { QuarterInputProps } from './Input/QuarterInput';\n\nexport { default as TimePicker } from './Picker/TimePicker';\nexport type { TimePickerProps } from './Picker/TimePicker';\nexport { default as DatePicker } from './Picker/DatePicker';\nexport type { default as DatePickerProps } from './Picker/DatePicker.types';\n\nexport { default as DateTimeDisplay } from './DateTimeDisplay';\nexport type { DateTimeDisplayProps } from './DateTimeDisplay';\nexport { default as DurationDisplay } from './DurationDisplay';\nexport type { DurationDisplayProps } from './DurationDisplay';\nexport { formatDateTime, formatDuration } from './utils';\nexport { parseToDate } from './Input/utils';\nexport { isValidDate } from './Picker/utils';\n"]}
@@ -10,9 +10,9 @@ interface DateTimeFormatOptions {
10
10
  }
11
11
  export declare function formatDateTime(value: Date, { t, locale, format, variant, clockFormat }: DateTimeFormatOptions): string;
12
12
  interface DurationFormatOptions {
13
- t: TranslationFunction<TranslationPack>;
13
+ locale: string;
14
14
  significantUnits: 4 | 3 | 2 | 1;
15
15
  }
16
- export declare function formatDuration(valueInMs: number, { t, significantUnits }: DurationFormatOptions): string;
16
+ export declare function formatDuration(valueInMs: number, { locale, significantUnits }: DurationFormatOptions): string;
17
17
  export {};
18
18
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/DateTime/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,cAAc,EACd,eAAe,EAChB,MAAM,gEAAgE,CAAC;AAExE,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElE,OAAO,EACL,WAAW,EAMZ,MAAM,eAAe,CAAC;AAsBvB,UAAU,qBAAqB;IAC7B,CAAC,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,eAAe,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,IAAI,EACX,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,qBAAqB,UAoGnE;AAOD,UAAU,qBAAqB;IAC7B,CAAC,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;IACxC,gBAAgB,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACjC;AAED,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,gBAAgB,EAAE,EAAE,qBAAqB,UAuB/F"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/DateTime/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,cAAc,EACd,eAAe,EAChB,MAAM,gEAAgE,CAAC;AAExE,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAGlE,OAAO,EACL,WAAW,EAMZ,MAAM,eAAe,CAAC;AAsBvB,UAAU,qBAAqB;IAC7B,CAAC,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,eAAe,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,IAAI,EACX,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,qBAAqB,UA0GnE;AAOD,UAAU,qBAAqB;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACjC;AAED,wBAAgB,cAAc,CAC5B,SAAS,EAAE,MAAM,EACjB,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,qBAAqB,UAiCpD"}
@@ -1,3 +1,4 @@
1
+ import { cap } from '../../utils';
1
2
  import { getEndOfWeek, getQuarter, getStartOfWeek, getWeek, getWeekYear } from './Input/utils';
2
3
  const unitsInMs = {
3
4
  year: 24 * 60 * 60 * 1000 * 365,
@@ -79,9 +80,13 @@ export function formatDateTime(value, { t, locale, format, variant, clockFormat
79
80
  return relativeTimeFormatter(Math.round(elapsed / unitsInMs[unit]), unit);
80
81
  };
81
82
  const getFormattedWeek = (date) => {
83
+ const displayNames = new Intl.DisplayNames(locale, {
84
+ style: 'long',
85
+ type: 'dateTimeField'
86
+ });
82
87
  const startDate = getFormattedDate(getStartOfWeek(date), 'week');
83
88
  const endDate = getFormattedDate(getEndOfWeek(date), 'week');
84
- return `${t('week_text')} ${getWeek(date)}, ${getWeekYear(date)} (${startDate} - ${endDate})`;
89
+ return `${cap(displayNames.of('weekOfYear'))} ${getWeek(date)}, ${getWeekYear(date)} (${startDate} - ${endDate})`;
85
90
  };
86
91
  const getFormattedQuarterYear = (date) => {
87
92
  const formattedYear = getFormattedDate(date, 'year');
@@ -103,11 +108,16 @@ const dayInMs = 24 * 60 * 60 * 1000;
103
108
  const hourInMs = 60 * 60 * 1000;
104
109
  const minuteInMs = 60 * 1000;
105
110
  const secondInMs = 1000;
106
- export function formatDuration(valueInMs, { t, significantUnits }) {
111
+ export function formatDuration(valueInMs, { locale, significantUnits }) {
112
+ const numberFormatterSeconds = new Intl.NumberFormat(locale, {
113
+ style: 'unit',
114
+ unit: 'second',
115
+ unitDisplay: 'narrow'
116
+ });
107
117
  const sign = valueInMs < 0 ? '-' : '';
108
118
  const absMs = Math.abs(valueInMs);
109
119
  if (absMs < secondInMs) {
110
- return `0${t('second_text_short')}`;
120
+ return numberFormatterSeconds.format(0);
111
121
  }
112
122
  const durationParts = [
113
123
  { unit: 'day', value: Math.floor(absMs / dayInMs) },
@@ -118,7 +128,11 @@ export function formatDuration(valueInMs, { t, significantUnits }) {
118
128
  const result = [];
119
129
  for (let i = 0; result.length < significantUnits && i < durationParts.length; i += 1) {
120
130
  if (durationParts[i].value > 0) {
121
- result.push(`${durationParts[i].value + t(`${durationParts[i].unit}_text_short`)}`);
131
+ result.push(new Intl.NumberFormat(locale, {
132
+ style: 'unit',
133
+ unit: durationParts[i].unit,
134
+ unitDisplay: 'narrow'
135
+ }).format(durationParts[i].value));
122
136
  }
123
137
  }
124
138
  return `${sign}${result.join(' ')}`;
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/DateTime/utils.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n AbsoluteVariant,\n DateTimeFormat,\n DateTimeVariant\n} from '@pega/cosmos-react-core/lib/components/DateTime/DateTime.types';\n\nimport { TranslationFunction, TranslationPack } from '../../i18n';\n\nimport {\n ClockFormat,\n getEndOfWeek,\n getQuarter,\n getStartOfWeek,\n getWeek,\n getWeekYear\n} from './Input/utils';\n\nconst unitsInMs = {\n year: 24 * 60 * 60 * 1000 * 365,\n month: (24 * 60 * 60 * 1000 * 365) / 12,\n day: 24 * 60 * 60 * 1000,\n hour: 60 * 60 * 1000,\n minute: 60 * 1000,\n second: 1000\n} as const;\n\ntype TimeUnit = keyof typeof unitsInMs;\n\ninterface TimeShort {\n hour: 'numeric';\n minute: 'numeric';\n hour12: boolean | undefined;\n}\ninterface TimeLong extends TimeShort {\n second: 'numeric';\n}\n\ninterface DateTimeFormatOptions {\n t: TranslationFunction<TranslationPack>;\n locale: string;\n format: DateTimeFormat;\n variant: DateTimeVariant;\n clockFormat?: ClockFormat;\n}\n\nexport function formatDateTime(\n value: Date,\n { t, locale, format, variant, clockFormat }: DateTimeFormatOptions\n) {\n const timeShort: TimeShort = {\n hour: 'numeric',\n minute: 'numeric',\n hour12: clockFormat ? clockFormat === 12 : undefined\n };\n const timeLong: TimeLong = {\n ...timeShort,\n second: 'numeric',\n hour12: clockFormat ? clockFormat === 12 : undefined\n };\n const formatMapping = {\n date: {\n short: { year: 'numeric', month: 'short', day: 'numeric' } as const,\n long: { year: 'numeric', month: 'long', day: 'numeric' } as const,\n numeric: { year: 'numeric', month: 'numeric', day: 'numeric' } as const\n },\n datetime: {\n short: { year: 'numeric', month: 'short', day: 'numeric', ...timeShort } as const,\n long: { year: 'numeric', month: 'long', day: 'numeric', ...timeLong } as const,\n numeric: { year: 'numeric', month: 'numeric', day: 'numeric', ...timeShort } as const\n },\n time: {\n short: timeShort,\n long: timeLong,\n numeric: timeShort\n },\n month: {\n short: { month: 'short' } as const,\n long: { month: 'long' } as const,\n numeric: { month: 'numeric' } as const\n },\n year: {\n short: { year: 'numeric' } as const,\n long: { year: 'numeric' } as const,\n numeric: { year: '2-digit' } as const\n },\n monthyear: {\n short: { year: 'numeric', month: 'short' } as const,\n long: { year: 'numeric', month: 'long' } as const,\n numeric: { year: 'numeric', month: 'numeric' } as const\n },\n week: {\n short: { month: 'short', day: 'numeric' } as const,\n long: { month: 'long', day: 'numeric' } as const,\n numeric: { month: 'numeric', day: 'numeric' } as const\n },\n relative: {\n short: { style: 'long', numeric: 'auto' } as const,\n long: { style: 'long', numeric: 'auto' } as const,\n numeric: { style: 'short', numeric: 'auto' } as const\n }\n };\n\n const getFormattedDate = (date: Date, dateVariant: Exclude<AbsoluteVariant, 'quarteryear'>) => {\n return new Intl.DateTimeFormat(locale, {\n ...formatMapping[dateVariant][format],\n timeZone: 'UTC'\n }).format(date);\n };\n\n const relativeTimeFormatter = (relativeValue: number, unit: TimeUnit) => {\n return new Intl.RelativeTimeFormat(locale, formatMapping.relative[format]).format(\n relativeValue,\n unit\n );\n };\n\n const getRelativeTime = (date: Date) => {\n let elapsed = date.getTime() - Date.now();\n // Deliberately reduce precision to 1 minute\n if (Math.abs(elapsed) < 60000) elapsed = 0;\n const unit = (Object.keys(unitsInMs).find(u => Math.abs(elapsed) >= unitsInMs[u as TimeUnit]) ||\n 'second') as TimeUnit;\n return relativeTimeFormatter(Math.round(elapsed / unitsInMs[unit]), unit);\n };\n\n const getFormattedWeek = (date: Date) => {\n const startDate = getFormattedDate(getStartOfWeek(date), 'week');\n const endDate = getFormattedDate(getEndOfWeek(date), 'week');\n return `${t('week_text')} ${getWeek(date)}, ${getWeekYear(date)} (${startDate} - ${endDate})`;\n };\n\n const getFormattedQuarterYear = (date: Date) => {\n const formattedYear = getFormattedDate(date, 'year');\n const quarterNumber = getQuarter(date);\n return `${t(`date_quarter_q${quarterNumber}`, [formattedYear])}`;\n };\n\n switch (variant) {\n case 'relative':\n return getRelativeTime(value);\n case 'week':\n return getFormattedWeek(value);\n case 'quarteryear':\n return getFormattedQuarterYear(value);\n default:\n return getFormattedDate(value, variant);\n }\n}\n\nconst dayInMs = 24 * 60 * 60 * 1000;\nconst hourInMs = 60 * 60 * 1000;\nconst minuteInMs = 60 * 1000;\nconst secondInMs = 1000;\n\ninterface DurationFormatOptions {\n t: TranslationFunction<TranslationPack>;\n significantUnits: 4 | 3 | 2 | 1;\n}\n\nexport function formatDuration(valueInMs: number, { t, significantUnits }: DurationFormatOptions) {\n const sign = valueInMs < 0 ? '-' : '';\n const absMs = Math.abs(valueInMs);\n if (absMs < secondInMs) {\n return `0${t('second_text_short')}`;\n }\n const durationParts = [\n { unit: 'day', value: Math.floor(absMs / dayInMs) },\n { unit: 'hour', value: Math.floor((absMs % dayInMs) / hourInMs) },\n { unit: 'minute', value: Math.floor((absMs % hourInMs) / minuteInMs) },\n { unit: 'second', value: Math.floor((absMs % minuteInMs) / secondInMs) }\n ];\n const result = [];\n for (let i = 0; result.length < significantUnits && i < durationParts.length; i += 1) {\n if (durationParts[i].value > 0) {\n result.push(\n `${\n durationParts[i].value + t(`${durationParts[i].unit}_text_short` as keyof TranslationPack)\n }`\n );\n }\n }\n return `${sign}${result.join(' ')}`;\n}\n"]}
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/DateTime/utils.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n AbsoluteVariant,\n DateTimeFormat,\n DateTimeVariant\n} from '@pega/cosmos-react-core/lib/components/DateTime/DateTime.types';\n\nimport { TranslationFunction, TranslationPack } from '../../i18n';\nimport { cap } from '../../utils';\n\nimport {\n ClockFormat,\n getEndOfWeek,\n getQuarter,\n getStartOfWeek,\n getWeek,\n getWeekYear\n} from './Input/utils';\n\nconst unitsInMs = {\n year: 24 * 60 * 60 * 1000 * 365,\n month: (24 * 60 * 60 * 1000 * 365) / 12,\n day: 24 * 60 * 60 * 1000,\n hour: 60 * 60 * 1000,\n minute: 60 * 1000,\n second: 1000\n} as const;\n\ntype TimeUnit = keyof typeof unitsInMs;\n\ninterface TimeShort {\n hour: 'numeric';\n minute: 'numeric';\n hour12: boolean | undefined;\n}\ninterface TimeLong extends TimeShort {\n second: 'numeric';\n}\n\ninterface DateTimeFormatOptions {\n t: TranslationFunction<TranslationPack>;\n locale: string;\n format: DateTimeFormat;\n variant: DateTimeVariant;\n clockFormat?: ClockFormat;\n}\n\nexport function formatDateTime(\n value: Date,\n { t, locale, format, variant, clockFormat }: DateTimeFormatOptions\n) {\n const timeShort: TimeShort = {\n hour: 'numeric',\n minute: 'numeric',\n hour12: clockFormat ? clockFormat === 12 : undefined\n };\n const timeLong: TimeLong = {\n ...timeShort,\n second: 'numeric',\n hour12: clockFormat ? clockFormat === 12 : undefined\n };\n const formatMapping = {\n date: {\n short: { year: 'numeric', month: 'short', day: 'numeric' } as const,\n long: { year: 'numeric', month: 'long', day: 'numeric' } as const,\n numeric: { year: 'numeric', month: 'numeric', day: 'numeric' } as const\n },\n datetime: {\n short: { year: 'numeric', month: 'short', day: 'numeric', ...timeShort } as const,\n long: { year: 'numeric', month: 'long', day: 'numeric', ...timeLong } as const,\n numeric: { year: 'numeric', month: 'numeric', day: 'numeric', ...timeShort } as const\n },\n time: {\n short: timeShort,\n long: timeLong,\n numeric: timeShort\n },\n month: {\n short: { month: 'short' } as const,\n long: { month: 'long' } as const,\n numeric: { month: 'numeric' } as const\n },\n year: {\n short: { year: 'numeric' } as const,\n long: { year: 'numeric' } as const,\n numeric: { year: '2-digit' } as const\n },\n monthyear: {\n short: { year: 'numeric', month: 'short' } as const,\n long: { year: 'numeric', month: 'long' } as const,\n numeric: { year: 'numeric', month: 'numeric' } as const\n },\n week: {\n short: { month: 'short', day: 'numeric' } as const,\n long: { month: 'long', day: 'numeric' } as const,\n numeric: { month: 'numeric', day: 'numeric' } as const\n },\n relative: {\n short: { style: 'long', numeric: 'auto' } as const,\n long: { style: 'long', numeric: 'auto' } as const,\n numeric: { style: 'short', numeric: 'auto' } as const\n }\n };\n\n const getFormattedDate = (date: Date, dateVariant: Exclude<AbsoluteVariant, 'quarteryear'>) => {\n return new Intl.DateTimeFormat(locale, {\n ...formatMapping[dateVariant][format],\n timeZone: 'UTC'\n }).format(date);\n };\n\n const relativeTimeFormatter = (relativeValue: number, unit: TimeUnit) => {\n return new Intl.RelativeTimeFormat(locale, formatMapping.relative[format]).format(\n relativeValue,\n unit\n );\n };\n\n const getRelativeTime = (date: Date) => {\n let elapsed = date.getTime() - Date.now();\n // Deliberately reduce precision to 1 minute\n if (Math.abs(elapsed) < 60000) elapsed = 0;\n const unit = (Object.keys(unitsInMs).find(u => Math.abs(elapsed) >= unitsInMs[u as TimeUnit]) ||\n 'second') as TimeUnit;\n return relativeTimeFormatter(Math.round(elapsed / unitsInMs[unit]), unit);\n };\n\n const getFormattedWeek = (date: Date) => {\n const displayNames = new Intl.DisplayNames(locale, {\n style: 'long',\n type: 'dateTimeField'\n }) as Intl.DateTimeDisplayNames;\n const startDate = getFormattedDate(getStartOfWeek(date), 'week');\n const endDate = getFormattedDate(getEndOfWeek(date), 'week');\n return `${cap(displayNames.of('weekOfYear'))} ${getWeek(date)}, ${getWeekYear(\n date\n )} (${startDate} - ${endDate})`;\n };\n\n const getFormattedQuarterYear = (date: Date) => {\n const formattedYear = getFormattedDate(date, 'year');\n const quarterNumber = getQuarter(date);\n return `${t(`date_quarter_q${quarterNumber}`, [formattedYear])}`;\n };\n\n switch (variant) {\n case 'relative':\n return getRelativeTime(value);\n case 'week':\n return getFormattedWeek(value);\n case 'quarteryear':\n return getFormattedQuarterYear(value);\n default:\n return getFormattedDate(value, variant);\n }\n}\n\nconst dayInMs = 24 * 60 * 60 * 1000;\nconst hourInMs = 60 * 60 * 1000;\nconst minuteInMs = 60 * 1000;\nconst secondInMs = 1000;\n\ninterface DurationFormatOptions {\n locale: string;\n significantUnits: 4 | 3 | 2 | 1;\n}\n\nexport function formatDuration(\n valueInMs: number,\n { locale, significantUnits }: DurationFormatOptions\n) {\n const numberFormatterSeconds = new Intl.NumberFormat(locale, {\n style: 'unit',\n unit: 'second',\n unitDisplay: 'narrow'\n });\n const sign = valueInMs < 0 ? '-' : '';\n const absMs = Math.abs(valueInMs);\n if (absMs < secondInMs) {\n return numberFormatterSeconds.format(0);\n }\n\n const durationParts = [\n { unit: 'day', value: Math.floor(absMs / dayInMs) },\n { unit: 'hour', value: Math.floor((absMs % dayInMs) / hourInMs) },\n { unit: 'minute', value: Math.floor((absMs % hourInMs) / minuteInMs) },\n { unit: 'second', value: Math.floor((absMs % minuteInMs) / secondInMs) }\n ];\n\n const result = [];\n for (let i = 0; result.length < significantUnits && i < durationParts.length; i += 1) {\n if (durationParts[i].value > 0) {\n result.push(\n new Intl.NumberFormat(locale, {\n style: 'unit',\n unit: durationParts[i].unit,\n unitDisplay: 'narrow'\n }).format(durationParts[i].value)\n );\n }\n }\n return `${sign}${result.join(' ')}`;\n}\n"]}
@@ -0,0 +1,32 @@
1
+ import { FunctionComponent, Ref, MouseEvent as ReactMouseEvent, KeyboardEvent as ReactKeyboardEvent } from 'react';
2
+ import { BaseProps, ForwardProps } from '../../types';
3
+ import { PopoverProps } from '../Popover';
4
+ export interface DialogProps extends BaseProps {
5
+ target: HTMLElement | null;
6
+ placement?: PopoverProps['placement'];
7
+ children: PopoverProps['children'];
8
+ heading: string;
9
+ headingHidden?: boolean;
10
+ onSubmit?: (arg: {
11
+ close: () => void;
12
+ }) => void;
13
+ onClose?: () => void;
14
+ onOpen?: () => void;
15
+ loading?: boolean;
16
+ ref?: Ref<HTMLDivElement>;
17
+ }
18
+ export declare const StyledDialog: import("styled-components").StyledComponent<"dialog", import("styled-components").DefaultTheme, {}, never>;
19
+ export declare const StyledDialogTitle: import("styled-components").StyledComponent<FunctionComponent<import("../Text").TextProps & ForwardProps>, import("styled-components").DefaultTheme, {}, never>;
20
+ export declare const useDialog: () => {
21
+ target: HTMLElement | null;
22
+ loading: boolean;
23
+ setLoading: import("react").Dispatch<import("react").SetStateAction<boolean>>;
24
+ events: {
25
+ onMouseDown: (e: ReactMouseEvent) => void;
26
+ onKeyDown: (e: ReactKeyboardEvent) => void;
27
+ };
28
+ setTargetWithEvent: (e: ReactMouseEvent | ReactKeyboardEvent) => void;
29
+ };
30
+ declare const Dialog: FunctionComponent<DialogProps & ForwardProps>;
31
+ export default Dialog;
32
+ //# sourceMappingURL=Dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,GAAG,EAKH,UAAU,IAAI,eAAe,EAC7B,aAAa,IAAI,kBAAkB,EACpC,MAAM,OAAO,CAAC;AAcf,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKtD,OAAgB,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAKnD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;IACtC,QAAQ,EAAE,YAAY,CAAC,UAAU,CAAC,CAAC;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,IAAI,CAAC;IAChD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;CAC3B;AAED,eAAO,MAAM,YAAY,4GAYxB,CAAC;AAIF,eAAO,MAAM,iBAAiB,iKAsB7B,CAAC;AAIF,eAAO,MAAM,SAAS;;;;;yBAeC,eAAe;uBAGjB,kBAAkB;;4BAdN,eAAe,GAAG,kBAAkB;CAsBpE,CAAC;AAEF,QAAA,MAAM,MAAM,EAAE,iBAAiB,CAAC,WAAW,GAAG,YAAY,CAgKzD,CAAC;AAEF,eAAe,MAAM,CAAC"}