@bspk/ui 1.3.3 → 1.3.4

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 (737) hide show
  1. package/build.ts +41 -10
  2. package/dist/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  3. package/dist/components/AvatarGroup/AvatarGroup.js +1 -1
  4. package/dist/components/Breadcrumb/Breadcrumb.d.ts +4 -23
  5. package/dist/components/Breadcrumb/Breadcrumb.js +3 -7
  6. package/dist/components/Breadcrumb/Breadcrumb.js.map +1 -1
  7. package/dist/components/Breadcrumb/BreadcumbDropdown.d.ts +27 -0
  8. package/dist/components/Breadcrumb/BreadcumbDropdown.js +68 -0
  9. package/dist/components/Breadcrumb/BreadcumbDropdown.js.map +1 -0
  10. package/dist/components/Button/Button.d.ts +5 -1
  11. package/dist/components/Button/Button.js +2 -2
  12. package/dist/components/Button/Button.js.map +1 -1
  13. package/dist/components/Button/button.css +5 -5
  14. package/dist/components/Button/button.css.js +5 -5
  15. package/dist/components/Calendar/Calendar.d.ts +33 -0
  16. package/dist/components/{CalendarPicker/CalendarPicker.js → Calendar/Calendar.js} +30 -34
  17. package/dist/components/Calendar/Calendar.js.map +1 -0
  18. package/dist/components/Calendar/CalendarExample.d.ts +4 -0
  19. package/dist/components/Calendar/CalendarExample.js +29 -0
  20. package/dist/components/Calendar/CalendarExample.js.map +1 -0
  21. package/dist/components/{CalendarPicker/calendar-picker.css → Calendar/calendar.css} +16 -16
  22. package/dist/components/{CalendarPicker/calendar-picker.css.js → Calendar/calendar.css.js} +16 -16
  23. package/dist/components/Calendar/index.d.ts +1 -0
  24. package/dist/components/Calendar/index.js +2 -0
  25. package/dist/components/Calendar/index.js.map +1 -0
  26. package/dist/components/Checkbox/Checkbox.d.ts +5 -3
  27. package/dist/components/Checkbox/Checkbox.js +2 -2
  28. package/dist/components/Checkbox/Checkbox.js.map +1 -1
  29. package/dist/components/CheckboxGroup/CheckboxGroup.d.ts +6 -25
  30. package/dist/components/CheckboxGroup/CheckboxGroup.js +15 -5
  31. package/dist/components/CheckboxGroup/CheckboxGroup.js.map +1 -1
  32. package/dist/components/CheckboxGroup/CheckboxGroupExample.js +3 -0
  33. package/dist/components/CheckboxGroup/CheckboxGroupExample.js.map +1 -1
  34. package/dist/components/CheckboxGroup/checkbox-group.css +7 -0
  35. package/dist/components/{DateField/date-field.css.js → CheckboxGroup/checkbox-group.css.js} +4 -5
  36. package/dist/components/CheckboxGroupField/CheckboxGroupField.d.ts +15 -0
  37. package/dist/components/CheckboxGroupField/CheckboxGroupField.js +17 -0
  38. package/dist/components/CheckboxGroupField/CheckboxGroupField.js.map +1 -0
  39. package/dist/components/CheckboxGroupField/index.d.ts +1 -0
  40. package/dist/components/CheckboxGroupField/index.js +2 -0
  41. package/dist/components/CheckboxGroupField/index.js.map +1 -0
  42. package/dist/components/{ChipUtility/ChipUtility.d.ts → Chip/Chip.d.ts} +6 -6
  43. package/dist/components/Chip/Chip.js +25 -0
  44. package/dist/components/Chip/Chip.js.map +1 -0
  45. package/dist/components/Chip/ChipExample.d.ts +4 -0
  46. package/dist/components/{ChipUtility/ChipUtilityExample.js → Chip/ChipExample.js} +2 -2
  47. package/dist/components/Chip/ChipExample.js.map +1 -0
  48. package/dist/components/{ChipUtility/chip-utility.css → Chip/chip.css} +10 -10
  49. package/dist/components/{ChipUtility/chip-utility.css.js → Chip/chip.css.js} +10 -10
  50. package/dist/components/Chip/index.d.ts +1 -0
  51. package/dist/components/Chip/index.js +2 -0
  52. package/dist/components/Chip/index.js.map +1 -0
  53. package/dist/components/ChipGroup/ChipGroup.d.ts +8 -7
  54. package/dist/components/ChipGroup/ChipGroup.js +5 -4
  55. package/dist/components/ChipGroup/ChipGroup.js.map +1 -1
  56. package/dist/components/ChipGroup/ChipGroupExample.js +4 -31
  57. package/dist/components/ChipGroup/ChipGroupExample.js.map +1 -1
  58. package/dist/components/DatePicker/DatePicker.d.ts +50 -0
  59. package/dist/components/DatePicker/DatePicker.js +133 -0
  60. package/dist/components/DatePicker/DatePicker.js.map +1 -0
  61. package/dist/components/DatePicker/DatePickerExample.d.ts +3 -0
  62. package/dist/components/DatePicker/DatePickerExample.js +10 -0
  63. package/dist/components/DatePicker/DatePickerExample.js.map +1 -0
  64. package/dist/components/{DateInput/date-input.css → DatePicker/date-picker.css} +2 -3
  65. package/dist/components/{DateInput/date-input.css.js → DatePicker/date-picker.css.js} +2 -3
  66. package/dist/components/DatePicker/index.d.ts +1 -0
  67. package/dist/components/DatePicker/index.js +2 -0
  68. package/dist/components/DatePicker/index.js.map +1 -0
  69. package/dist/components/DatePickerField/DatePickerField.d.ts +15 -0
  70. package/dist/components/DatePickerField/DatePickerField.js +17 -0
  71. package/dist/components/DatePickerField/DatePickerField.js.map +1 -0
  72. package/dist/components/DatePickerField/index.d.ts +1 -0
  73. package/dist/components/DatePickerField/index.js +2 -0
  74. package/dist/components/DatePickerField/index.js.map +1 -0
  75. package/dist/components/Drawer/Drawer.d.ts +1 -1
  76. package/dist/components/Drawer/Drawer.js +1 -1
  77. package/dist/components/Drawer/DrawerExample.js +3 -3
  78. package/dist/components/Drawer/DrawerExample.js.map +1 -1
  79. package/dist/components/EmptyState/EmptyState.d.ts +1 -1
  80. package/dist/components/EmptyState/EmptyState.js +1 -1
  81. package/dist/components/Fab/Fab.d.ts +1 -1
  82. package/dist/components/Fab/Fab.js +1 -1
  83. package/dist/components/Field/Field.d.ts +58 -0
  84. package/dist/components/Field/Field.js +70 -0
  85. package/dist/components/Field/Field.js.map +1 -0
  86. package/dist/components/Field/FieldDescription.d.ts +7 -0
  87. package/dist/components/Field/FieldDescription.js +9 -0
  88. package/dist/components/Field/FieldDescription.js.map +1 -0
  89. package/dist/components/Field/FieldError.d.ts +5 -0
  90. package/dist/components/Field/FieldError.js +8 -0
  91. package/dist/components/Field/FieldError.js.map +1 -0
  92. package/dist/components/Field/FieldExample.d.ts +5 -0
  93. package/dist/components/Field/FieldExample.js +10 -0
  94. package/dist/components/Field/FieldExample.js.map +1 -0
  95. package/dist/components/Field/FieldLabel.d.ts +15 -0
  96. package/dist/components/Field/FieldLabel.js +8 -0
  97. package/dist/components/Field/FieldLabel.js.map +1 -0
  98. package/dist/components/Field/field.css +36 -0
  99. package/dist/components/Field/field.css.js +41 -0
  100. package/dist/components/Field/index.d.ts +5 -0
  101. package/dist/components/Field/index.js +6 -0
  102. package/dist/components/Field/index.js.map +1 -0
  103. package/dist/components/Field/utils.d.ts +39 -0
  104. package/dist/components/Field/utils.js +35 -0
  105. package/dist/components/Field/utils.js.map +1 -0
  106. package/dist/components/FormField/FormField.d.ts +32 -17
  107. package/dist/components/FormField/FormField.js +10 -18
  108. package/dist/components/FormField/FormField.js.map +1 -1
  109. package/dist/components/FormField/FormFieldExample.d.ts +10 -4
  110. package/dist/components/FormField/FormFieldExample.js +97 -9
  111. package/dist/components/FormField/FormFieldExample.js.map +1 -1
  112. package/dist/components/Img/Img.d.ts +1 -1
  113. package/dist/components/Img/Img.js +1 -1
  114. package/dist/components/InlineAlert/InlineAlert.d.ts +4 -4
  115. package/dist/components/InlineAlert/InlineAlert.js +3 -3
  116. package/dist/components/InlineAlert/InlineAlert.js.map +1 -1
  117. package/dist/components/Input/Input.d.ts +37 -0
  118. package/dist/components/Input/Input.js +48 -0
  119. package/dist/components/Input/Input.js.map +1 -0
  120. package/dist/components/Input/InputElement.d.ts +77 -0
  121. package/dist/components/{TextInput/TextInput.js → Input/InputElement.js} +17 -16
  122. package/dist/components/Input/InputElement.js.map +1 -0
  123. package/dist/components/Input/InputExample.d.ts +8 -0
  124. package/dist/components/{TextInput/TextInputExample.js → Input/InputExample.js} +20 -9
  125. package/dist/components/Input/InputExample.js.map +1 -0
  126. package/dist/components/Input/index.d.ts +2 -0
  127. package/dist/components/Input/index.js +3 -0
  128. package/dist/components/Input/index.js.map +1 -0
  129. package/dist/components/{TextInput/text-input.css → Input/input.css} +23 -23
  130. package/dist/components/{TextInput/text-input.css.js → Input/input.css.js} +23 -23
  131. package/dist/components/InputField/InputField.d.ts +15 -0
  132. package/dist/components/InputField/InputField.js +17 -0
  133. package/dist/components/InputField/InputField.js.map +1 -0
  134. package/dist/components/InputField/index.d.ts +1 -0
  135. package/dist/components/InputField/index.js +2 -0
  136. package/dist/components/InputField/index.js.map +1 -0
  137. package/dist/components/{NumberInput → InputNumber}/IncrementButton.js.map +1 -1
  138. package/dist/components/InputNumber/InputNumber.d.ts +74 -0
  139. package/dist/components/{NumberInput/NumberInput.js → InputNumber/InputNumber.js} +40 -13
  140. package/dist/components/InputNumber/InputNumber.js.map +1 -0
  141. package/dist/components/InputNumber/InputNumberExample.d.ts +3 -0
  142. package/dist/components/{NumberInput/NumberInputExample.js → InputNumber/InputNumberExample.js} +2 -2
  143. package/dist/components/InputNumber/InputNumberExample.js.map +1 -0
  144. package/dist/components/InputNumber/index.d.ts +1 -0
  145. package/dist/components/InputNumber/index.js +2 -0
  146. package/dist/components/InputNumber/index.js.map +1 -0
  147. package/dist/components/{NumberInput/number-input.css → InputNumber/input-number.css} +21 -21
  148. package/dist/components/{NumberInput/number-input.css.js → InputNumber/input-number.css.js} +21 -21
  149. package/dist/components/InputNumberField/InputNumberField.d.ts +15 -0
  150. package/dist/components/InputNumberField/InputNumberField.js +17 -0
  151. package/dist/components/InputNumberField/InputNumberField.js.map +1 -0
  152. package/dist/components/InputNumberField/index.d.ts +1 -0
  153. package/dist/components/InputNumberField/index.js +2 -0
  154. package/dist/components/InputNumberField/index.js.map +1 -0
  155. package/dist/components/InputPhone/InputPhone.d.ts +57 -0
  156. package/dist/components/InputPhone/InputPhone.js +161 -0
  157. package/dist/components/InputPhone/InputPhone.js.map +1 -0
  158. package/dist/components/InputPhone/InputPhoneExample.d.ts +4 -0
  159. package/dist/components/InputPhone/InputPhoneExample.js +7 -0
  160. package/dist/components/InputPhone/InputPhoneExample.js.map +1 -0
  161. package/dist/components/InputPhone/index.d.ts +1 -0
  162. package/dist/components/InputPhone/index.js +2 -0
  163. package/dist/components/InputPhone/index.js.map +1 -0
  164. package/dist/components/InputPhone/input-phone.css +42 -0
  165. package/dist/components/InputPhone/input-phone.css.js +47 -0
  166. package/dist/components/InputPhoneField/InputPhoneField.d.ts +15 -0
  167. package/dist/components/InputPhoneField/InputPhoneField.js +17 -0
  168. package/dist/components/InputPhoneField/InputPhoneField.js.map +1 -0
  169. package/dist/components/InputPhoneField/index.d.ts +1 -0
  170. package/dist/components/InputPhoneField/index.js +2 -0
  171. package/dist/components/InputPhoneField/index.js.map +1 -0
  172. package/dist/components/Layout/Layout.d.ts +1 -1
  173. package/dist/components/Layout/Layout.js +1 -1
  174. package/dist/components/Link/Link.d.ts +1 -1
  175. package/dist/components/Link/Link.js +1 -1
  176. package/dist/components/ListItem/ListItem.d.ts +19 -10
  177. package/dist/components/ListItem/ListItem.js +3 -3
  178. package/dist/components/ListItem/ListItem.js.map +1 -1
  179. package/dist/components/ListItem/ListItemExample.js +3 -3
  180. package/dist/components/ListItem/ListItemExample.js.map +1 -1
  181. package/dist/components/ListItem/list-item.css +5 -1
  182. package/dist/components/ListItem/list-item.css.js +5 -1
  183. package/dist/components/Menu/Menu.d.ts +1 -1
  184. package/dist/components/Menu/Menu.js +1 -1
  185. package/dist/components/Menu/MenuExample.js +1 -1
  186. package/dist/components/Menu/MenuExample.js.map +1 -1
  187. package/dist/components/MenuButton/MenuButton.d.ts +1 -1
  188. package/dist/components/MenuButton/MenuButton.js +1 -1
  189. package/dist/components/Modal/Modal.d.ts +1 -1
  190. package/dist/components/Modal/Modal.js +1 -1
  191. package/dist/components/Modal/ModalExample.js +1 -1
  192. package/dist/components/Modal/ModalExample.js.map +1 -1
  193. package/dist/components/Pagination/PageInput.js +2 -2
  194. package/dist/components/Pagination/PageInput.js.map +1 -1
  195. package/dist/components/Password/Password.d.ts +43 -0
  196. package/dist/components/Password/Password.js +63 -0
  197. package/dist/components/Password/Password.js.map +1 -0
  198. package/dist/components/Password/index.d.ts +1 -0
  199. package/dist/components/Password/index.js +2 -0
  200. package/dist/components/Password/index.js.map +1 -0
  201. package/dist/components/Password/password.css +21 -0
  202. package/dist/components/Password/password.css.js +26 -0
  203. package/dist/components/PasswordField/PasswordField.d.ts +8 -24
  204. package/dist/components/PasswordField/PasswordField.js +7 -23
  205. package/dist/components/PasswordField/PasswordField.js.map +1 -1
  206. package/dist/components/Popover/Popover.d.ts +3 -3
  207. package/dist/components/Popover/Popover.js +1 -1
  208. package/dist/components/Popover/PopoverExample.js +2 -2
  209. package/dist/components/Popover/PopoverExample.js.map +1 -1
  210. package/dist/components/ProgressBar/ProgressBar.d.ts +1 -1
  211. package/dist/components/ProgressBar/ProgressBar.js +1 -1
  212. package/dist/components/ProgressCircle/ProgressCircle.d.ts +1 -1
  213. package/dist/components/ProgressCircle/ProgressCircle.js +1 -1
  214. package/dist/components/ProgressionStepper/ProgressionStepper.d.ts +1 -1
  215. package/dist/components/ProgressionStepper/ProgressionStepper.js +3 -2
  216. package/dist/components/ProgressionStepper/ProgressionStepper.js.map +1 -1
  217. package/dist/components/ProgressionStepper/ProgressionStepperExample.js +2 -2
  218. package/dist/components/ProgressionStepper/ProgressionStepperExample.js.map +1 -1
  219. package/dist/components/Radio/Radio.d.ts +2 -2
  220. package/dist/components/Radio/Radio.js.map +1 -1
  221. package/dist/components/RadioGroup/RadioGroup.d.ts +7 -36
  222. package/dist/components/RadioGroup/RadioGroup.js +15 -9
  223. package/dist/components/RadioGroup/RadioGroup.js.map +1 -1
  224. package/dist/components/RadioGroup/radio-group.css +2 -1
  225. package/dist/components/RadioGroup/radio-group.css.js +2 -1
  226. package/dist/components/RadioGroupField/RadioGroupField.d.ts +15 -0
  227. package/dist/components/RadioGroupField/RadioGroupField.js +17 -0
  228. package/dist/components/RadioGroupField/RadioGroupField.js.map +1 -0
  229. package/dist/components/RadioGroupField/index.d.ts +1 -0
  230. package/dist/components/RadioGroupField/index.js +2 -0
  231. package/dist/components/RadioGroupField/index.js.map +1 -0
  232. package/dist/components/SearchBar/SearchBar.d.ts +7 -16
  233. package/dist/components/SearchBar/SearchBar.js +6 -6
  234. package/dist/components/SearchBar/SearchBar.js.map +1 -1
  235. package/dist/components/SegmentedControl/SegmentedControl.d.ts +1 -1
  236. package/dist/components/SegmentedControl/SegmentedControl.js +1 -1
  237. package/dist/components/Select/Select.d.ts +39 -34
  238. package/dist/components/Select/Select.js +49 -21
  239. package/dist/components/Select/Select.js.map +1 -1
  240. package/dist/components/Select/SelectExample.js +1 -9
  241. package/dist/components/Select/SelectExample.js.map +1 -1
  242. package/dist/components/SelectField/SelectField.d.ts +6 -26
  243. package/dist/components/SelectField/SelectField.js +5 -27
  244. package/dist/components/SelectField/SelectField.js.map +1 -1
  245. package/dist/components/Skeleton/SkeletonExample.js +2 -2
  246. package/dist/components/Skeleton/SkeletonExample.js.map +1 -1
  247. package/dist/components/Snackbar/Snackbar.d.ts +72 -14
  248. package/dist/components/Snackbar/Snackbar.js +38 -9
  249. package/dist/components/Snackbar/Snackbar.js.map +1 -1
  250. package/dist/components/Snackbar/SnackbarExample.d.ts +1 -1
  251. package/dist/components/Snackbar/SnackbarExample.js +5 -3
  252. package/dist/components/Snackbar/SnackbarExample.js.map +1 -1
  253. package/dist/components/Snackbar/snackbar.css +31 -2
  254. package/dist/components/Snackbar/snackbar.css.js +31 -2
  255. package/dist/components/StylesProviderDemo/StylesProviderDemo.d.ts +1 -1
  256. package/dist/components/StylesProviderDemo/StylesProviderDemo.js +3 -1
  257. package/dist/components/StylesProviderDemo/StylesProviderDemo.js.map +1 -1
  258. package/dist/components/StylesProviderDemo/exampleCss.d.ts +1 -0
  259. package/dist/components/StylesProviderDemo/exampleCss.js +1900 -0
  260. package/dist/components/StylesProviderDemo/exampleCss.js.map +1 -0
  261. package/dist/components/Switch/Switch.d.ts +5 -3
  262. package/dist/components/Switch/Switch.js +2 -2
  263. package/dist/components/Switch/Switch.js.map +1 -1
  264. package/dist/components/SwitchOption/SwitchOption.js +1 -1
  265. package/dist/components/SwitchOption/SwitchOption.js.map +1 -1
  266. package/dist/components/TabGroup/TabGroup.d.ts +2 -2
  267. package/dist/components/TabGroup/TabGroup.js +3 -3
  268. package/dist/components/TabGroup/TabGroup.js.map +1 -1
  269. package/dist/components/TabList/TabList.d.ts +6 -3
  270. package/dist/components/TabList/TabList.js +6 -4
  271. package/dist/components/TabList/TabList.js.map +1 -1
  272. package/dist/components/Tag/Tag.d.ts +1 -1
  273. package/dist/components/Tag/Tag.js +1 -1
  274. package/dist/components/Textarea/Textarea.d.ts +20 -26
  275. package/dist/components/Textarea/Textarea.js +29 -11
  276. package/dist/components/Textarea/Textarea.js.map +1 -1
  277. package/dist/components/Textarea/textarea.css +24 -10
  278. package/dist/components/Textarea/textarea.css.js +24 -10
  279. package/dist/components/TextareaField/TextareaField.d.ts +6 -30
  280. package/dist/components/TextareaField/TextareaField.js +5 -31
  281. package/dist/components/TextareaField/TextareaField.js.map +1 -1
  282. package/dist/components/TimePicker/Listbox.d.ts +15 -0
  283. package/dist/components/{TimeInput → TimePicker}/Listbox.js +2 -2
  284. package/dist/components/TimePicker/Listbox.js.map +1 -0
  285. package/dist/components/TimePicker/Segment.d.ts +21 -0
  286. package/dist/components/{TimeInput → TimePicker}/Segment.js +2 -1
  287. package/dist/components/TimePicker/Segment.js.map +1 -0
  288. package/dist/components/TimePicker/TimePicker.d.ts +36 -0
  289. package/dist/components/TimePicker/TimePicker.js +133 -0
  290. package/dist/components/TimePicker/TimePicker.js.map +1 -0
  291. package/dist/components/TimePicker/TimePickerExample.d.ts +3 -0
  292. package/dist/components/TimePicker/TimePickerExample.js +6 -0
  293. package/dist/components/TimePicker/TimePickerExample.js.map +1 -0
  294. package/dist/components/TimePicker/index.d.ts +1 -0
  295. package/dist/components/TimePicker/index.js +2 -0
  296. package/dist/components/TimePicker/index.js.map +1 -0
  297. package/dist/components/{TimeInput/time-input.css → TimePicker/time-picker.css} +28 -26
  298. package/dist/components/{TimeInput/time-input.css.js → TimePicker/time-picker.css.js} +28 -26
  299. package/dist/components/TimePicker/utils.d.ts +11 -0
  300. package/dist/components/TimePicker/utils.js +35 -0
  301. package/dist/components/TimePicker/utils.js.map +1 -0
  302. package/dist/components/TimePickerField/TimePickerField.d.ts +15 -0
  303. package/dist/components/TimePickerField/TimePickerField.js +17 -0
  304. package/dist/components/TimePickerField/TimePickerField.js.map +1 -0
  305. package/dist/components/TimePickerField/index.d.ts +1 -0
  306. package/dist/components/TimePickerField/index.js +2 -0
  307. package/dist/components/TimePickerField/index.js.map +1 -0
  308. package/dist/components/ToggleOption/ToggleOption.js +3 -2
  309. package/dist/components/ToggleOption/ToggleOption.js.map +1 -1
  310. package/dist/components/Tooltip/Tooltip.d.ts +1 -1
  311. package/dist/components/Tooltip/Tooltip.js +1 -1
  312. package/dist/components/Tooltip/TooltipExample.js +2 -2
  313. package/dist/components/Tooltip/TooltipExample.js.map +1 -1
  314. package/dist/components/Txt/Txt.d.ts +1 -1
  315. package/dist/components/Txt/Txt.js +1 -1
  316. package/dist/constants/brands.d.ts +1 -1
  317. package/dist/constants/brands.js +4 -0
  318. package/dist/constants/brands.js.map +1 -1
  319. package/dist/hooks/useCheckboxGroupState.d.ts +1 -1
  320. package/dist/hooks/useCheckboxGroupState.js +1 -1
  321. package/dist/hooks/useCheckboxState.d.ts +1 -1
  322. package/dist/hooks/useCheckboxState.js +1 -1
  323. package/dist/hooks/useContainerWidth.d.ts +1 -1
  324. package/dist/hooks/useContainerWidth.js +1 -1
  325. package/dist/hooks/useModalState.d.ts +1 -1
  326. package/dist/hooks/useModalState.js +1 -1
  327. package/dist/hooks/useOutsideClick.d.ts +1 -1
  328. package/dist/hooks/useOutsideClick.js +1 -1
  329. package/dist/hooks/useRadioState.d.ts +2 -2
  330. package/dist/hooks/useRadioState.js +1 -1
  331. package/dist/hooks/useTimeout.d.ts +1 -1
  332. package/dist/styles/base.css +3 -0
  333. package/dist/styles/base.css.js +3 -0
  334. package/dist/types/common.d.ts +18 -10
  335. package/dist/types/common.js.map +1 -1
  336. package/dist/types/meta.d.ts +1 -0
  337. package/dist/types/meta.js.map +1 -1
  338. package/dist/utils/demo.d.ts +1 -0
  339. package/dist/utils/demo.js.map +1 -1
  340. package/meta.ts +1 -0
  341. package/package.json +37 -37
  342. package/src/components/AvatarGroup/AvatarGroup.tsx +1 -1
  343. package/src/components/Breadcrumb/Breadcrumb.tsx +5 -56
  344. package/src/components/Breadcrumb/BreadcumbDropdown.tsx +135 -0
  345. package/src/components/Button/Button.tsx +7 -1
  346. package/src/components/Button/button.scss +5 -5
  347. package/src/components/Calendar/Calendar.rtl.test.tsx +22 -0
  348. package/src/components/{CalendarPicker/CalendarPicker.tsx → Calendar/Calendar.tsx} +86 -87
  349. package/src/components/Calendar/CalendarExample.tsx +31 -0
  350. package/src/components/{CalendarPicker/calendar-picker.scss → Calendar/calendar.scss} +1 -1
  351. package/src/components/Calendar/index.tsx +1 -0
  352. package/src/components/Checkbox/Checkbox.tsx +28 -26
  353. package/src/components/CheckboxGroup/CheckboxGroup.tsx +73 -77
  354. package/src/components/CheckboxGroup/CheckboxGroupExample.tsx +3 -0
  355. package/src/components/CheckboxGroup/checkbox-group.scss +8 -0
  356. package/src/components/CheckboxGroupField/CheckboxGroupField.rtl.test.tsx +27 -0
  357. package/src/components/CheckboxGroupField/CheckboxGroupField.tsx +36 -0
  358. package/src/components/CheckboxGroupField/index.tsx +1 -0
  359. package/src/components/{ChipUtility/ChipUtility.rtl.test.tsx → Chip/Chip.rtl.test.tsx} +5 -5
  360. package/src/components/{ChipUtility/ChipUtility.tsx → Chip/Chip.tsx} +26 -28
  361. package/src/components/{ChipUtility/ChipUtilityExample.tsx → Chip/ChipExample.tsx} +3 -3
  362. package/src/components/{ChipUtility/chip-utility.scss → Chip/chip.scss} +1 -1
  363. package/src/components/Chip/index.tsx +1 -0
  364. package/src/components/ChipGroup/ChipGroup.rtl.test.tsx +7 -7
  365. package/src/components/ChipGroup/ChipGroup.tsx +8 -7
  366. package/src/components/ChipGroup/ChipGroupExample.tsx +38 -138
  367. package/src/components/DatePicker/DatePicker.rtl.test.tsx +17 -0
  368. package/src/components/DatePicker/DatePicker.tsx +227 -0
  369. package/src/components/DatePicker/DatePickerExample.tsx +12 -0
  370. package/src/components/{DateInput/date-input.scss → DatePicker/date-picker.scss} +2 -3
  371. package/src/components/DatePicker/index.tsx +1 -0
  372. package/src/components/DatePickerField/DatePickerField.rtl.test.tsx +17 -0
  373. package/src/components/DatePickerField/DatePickerField.tsx +30 -0
  374. package/src/components/DatePickerField/index.tsx +1 -0
  375. package/src/components/Drawer/Drawer.tsx +1 -1
  376. package/src/components/Drawer/DrawerExample.tsx +2 -2
  377. package/src/components/EmptyState/EmptyState.tsx +1 -1
  378. package/src/components/Fab/Fab.tsx +1 -1
  379. package/src/components/Field/Field.rtl.test.tsx +23 -0
  380. package/src/components/Field/Field.tsx +110 -0
  381. package/src/components/Field/FieldDescription.tsx +15 -0
  382. package/src/components/Field/FieldError.tsx +19 -0
  383. package/src/components/Field/FieldExample.tsx +21 -0
  384. package/src/components/Field/FieldLabel.tsx +38 -0
  385. package/src/components/Field/field.scss +43 -0
  386. package/src/components/Field/index.tsx +5 -0
  387. package/src/components/Field/utils.ts +79 -0
  388. package/src/components/FormField/FormField.rtl.test.tsx +11 -21
  389. package/src/components/FormField/FormField.tsx +44 -66
  390. package/src/components/FormField/FormFieldExample.tsx +275 -38
  391. package/src/components/Img/Img.tsx +1 -1
  392. package/src/components/InlineAlert/InlineAlert.tsx +5 -5
  393. package/src/components/{NumberInput/NumberInput.rtl.test.tsx → Input/Input.rtl.test.tsx} +3 -3
  394. package/src/components/Input/Input.tsx +99 -0
  395. package/src/components/{TextInput/TextInput.tsx → Input/InputElement.tsx} +69 -77
  396. package/src/components/Input/InputExample.tsx +57 -0
  397. package/src/components/Input/index.tsx +2 -0
  398. package/src/components/{TextInput/text-input.scss → Input/input.scss} +7 -7
  399. package/src/components/InputField/InputField.rtl.test.tsx +15 -0
  400. package/src/components/InputField/InputField.tsx +24 -0
  401. package/src/components/InputField/index.tsx +1 -0
  402. package/src/components/{TextField/TextField.rtl.test.tsx → InputNumber/InputNumber.rtl.test.tsx} +3 -12
  403. package/src/components/{NumberInput/NumberInput.tsx → InputNumber/InputNumber.tsx} +48 -30
  404. package/src/components/{NumberInput/NumberInputExample.tsx → InputNumber/InputNumberExample.tsx} +2 -2
  405. package/src/components/InputNumber/index.tsx +1 -0
  406. package/src/components/{NumberInput/number-input.scss → InputNumber/input-number.scss} +1 -1
  407. package/src/components/InputNumberField/InputNumberField.rtl.test.tsx +17 -0
  408. package/src/components/InputNumberField/InputNumberField.tsx +30 -0
  409. package/src/components/InputNumberField/index.tsx +1 -0
  410. package/src/components/InputPhone/InputPhone.rtl.test.tsx +17 -0
  411. package/src/components/InputPhone/InputPhone.tsx +290 -0
  412. package/src/components/InputPhone/InputPhoneExample.tsx +9 -0
  413. package/src/components/InputPhone/index.tsx +1 -0
  414. package/src/components/{PhoneNumberInput/phone-number-input.scss → InputPhone/input-phone.scss} +13 -18
  415. package/src/components/InputPhoneField/InputPhoneField.rtl.test.tsx +17 -0
  416. package/src/components/InputPhoneField/InputPhoneField.tsx +30 -0
  417. package/src/components/InputPhoneField/index.tsx +1 -0
  418. package/src/components/Layout/Layout.tsx +1 -1
  419. package/src/components/Link/Link.tsx +1 -1
  420. package/src/components/ListItem/ListItem.tsx +31 -13
  421. package/src/components/ListItem/ListItemExample.tsx +3 -3
  422. package/src/components/ListItem/list-item.scss +6 -1
  423. package/src/components/Menu/Menu.tsx +1 -1
  424. package/src/components/Menu/MenuExample.tsx +1 -0
  425. package/src/components/MenuButton/MenuButton.tsx +1 -1
  426. package/src/components/Modal/Modal.tsx +1 -1
  427. package/src/components/Modal/ModalExample.tsx +4 -6
  428. package/src/components/Pagination/PageInput.tsx +2 -2
  429. package/src/components/{CalendarPicker/CalendarPicker.rtl.test.tsx → Password/Password.rtl.test.tsx} +4 -4
  430. package/src/components/Password/Password.tsx +113 -0
  431. package/src/components/Password/index.tsx +1 -0
  432. package/src/components/Password/password.scss +31 -0
  433. package/src/components/PasswordField/PasswordField.rtl.test.tsx +4 -11
  434. package/src/components/PasswordField/PasswordField.tsx +10 -53
  435. package/src/components/Popover/Popover.tsx +2 -2
  436. package/src/components/Popover/PopoverExample.tsx +2 -2
  437. package/src/components/ProgressBar/ProgressBar.tsx +1 -1
  438. package/src/components/ProgressCircle/ProgressCircle.tsx +1 -1
  439. package/src/components/ProgressionStepper/ProgressionStepper.tsx +9 -14
  440. package/src/components/ProgressionStepper/ProgressionStepperExample.tsx +2 -2
  441. package/src/components/Radio/Radio.tsx +15 -16
  442. package/src/components/RadioGroup/RadioGroup.rtl.test.tsx +4 -5
  443. package/src/components/RadioGroup/RadioGroup.tsx +51 -71
  444. package/src/components/RadioGroup/radio-group.scss +3 -1
  445. package/src/components/RadioGroupField/RadioGroupField.rtl.test.tsx +27 -0
  446. package/src/components/RadioGroupField/RadioGroupField.tsx +36 -0
  447. package/src/components/RadioGroupField/index.tsx +1 -0
  448. package/src/components/SearchBar/SearchBar.rtl.test.tsx +3 -3
  449. package/src/components/SearchBar/SearchBar.tsx +8 -21
  450. package/src/components/SegmentedControl/SegmentedControl.tsx +1 -1
  451. package/src/components/Select/Select.rtl.test.tsx +6 -5
  452. package/src/components/Select/Select.tsx +56 -54
  453. package/src/components/Select/SelectExample.tsx +1 -14
  454. package/src/components/SelectField/SelectField.rtl.test.tsx +9 -6
  455. package/src/components/SelectField/SelectField.tsx +9 -56
  456. package/src/components/Skeleton/SkeletonExample.tsx +1 -3
  457. package/src/components/Snackbar/Snackbar.tsx +124 -28
  458. package/src/components/Snackbar/SnackbarExample.tsx +9 -3
  459. package/src/components/Snackbar/snackbar.scss +48 -16
  460. package/src/components/StylesProviderDemo/StylesProviderDemo.tsx +5 -2
  461. package/src/components/StylesProviderDemo/exampleCss.ts +1899 -0
  462. package/src/components/Switch/Switch.rtl.test.tsx +3 -1
  463. package/src/components/Switch/Switch.tsx +5 -3
  464. package/src/components/SwitchOption/SwitchOption.rtl.test.tsx +3 -1
  465. package/src/components/SwitchOption/SwitchOption.tsx +1 -1
  466. package/src/components/TabGroup/TabGroup.tsx +2 -2
  467. package/src/components/TabList/TabList.tsx +16 -6
  468. package/src/components/Tag/Tag.tsx +1 -1
  469. package/src/components/Textarea/Textarea.rtl.test.tsx +1 -1
  470. package/src/components/Textarea/Textarea.tsx +72 -68
  471. package/src/components/Textarea/textarea.scss +41 -19
  472. package/src/components/TextareaField/TextareaField.rtl.test.tsx +4 -11
  473. package/src/components/TextareaField/TextareaField.tsx +9 -74
  474. package/src/components/{TimeInput → TimePicker}/Listbox.tsx +5 -5
  475. package/src/components/{TimeInput → TimePicker}/Segment.tsx +8 -5
  476. package/src/components/{TextInput/TextInput.rtl.test.tsx → TimePicker/TimePicker.rtl.test.tsx} +3 -3
  477. package/src/components/{TimeInput/TimeInput.tsx → TimePicker/TimePicker.tsx} +104 -67
  478. package/src/components/TimePicker/TimePickerExample.tsx +8 -0
  479. package/src/components/TimePicker/index.tsx +1 -0
  480. package/src/components/{TimeInput/time-input.scss → TimePicker/time-picker.scss} +7 -5
  481. package/src/components/TimePicker/utils.test.tsx +26 -0
  482. package/src/components/TimePicker/utils.ts +44 -0
  483. package/src/components/TimePickerField/TimePickerField.rtl.test.tsx +17 -0
  484. package/src/components/TimePickerField/TimePickerField.tsx +30 -0
  485. package/src/components/TimePickerField/index.tsx +1 -0
  486. package/src/components/ToggleOption/ToggleOption.tsx +10 -5
  487. package/src/components/Tooltip/Tooltip.tsx +1 -1
  488. package/src/components/Tooltip/TooltipExample.tsx +7 -9
  489. package/src/components/Txt/Txt.tsx +1 -1
  490. package/src/constants/brands.ts +5 -1
  491. package/src/hooks/useCheckboxGroupState.ts +1 -1
  492. package/src/hooks/useCheckboxState.ts +1 -1
  493. package/src/hooks/useContainerWidth.tsx +1 -1
  494. package/src/hooks/useModalState.ts +1 -1
  495. package/src/hooks/useOutsideClick.ts +1 -1
  496. package/src/hooks/useRadioState.ts +1 -1
  497. package/src/hooks/useTimeout.ts +1 -1
  498. package/src/styles/base.scss +3 -0
  499. package/src/types/common.ts +28 -10
  500. package/src/types/meta.ts +1 -0
  501. package/src/utils/demo.ts +1 -0
  502. package/dist/components/CalendarPicker/CalendarPicker.d.ts +0 -32
  503. package/dist/components/CalendarPicker/CalendarPicker.js.map +0 -1
  504. package/dist/components/CalendarPicker/CalendarPickerExample.d.ts +0 -3
  505. package/dist/components/CalendarPicker/CalendarPickerExample.js +0 -17
  506. package/dist/components/CalendarPicker/CalendarPickerExample.js.map +0 -1
  507. package/dist/components/CalendarPicker/index.d.ts +0 -1
  508. package/dist/components/CalendarPicker/index.js +0 -2
  509. package/dist/components/CalendarPicker/index.js.map +0 -1
  510. package/dist/components/ChipAssist/ChipAssist.d.ts +0 -24
  511. package/dist/components/ChipAssist/ChipAssist.js +0 -26
  512. package/dist/components/ChipAssist/ChipAssist.js.map +0 -1
  513. package/dist/components/ChipAssist/ChipAssistExample.d.ts +0 -4
  514. package/dist/components/ChipAssist/ChipAssistExample.js +0 -32
  515. package/dist/components/ChipAssist/ChipAssistExample.js.map +0 -1
  516. package/dist/components/ChipAssist/index.d.ts +0 -1
  517. package/dist/components/ChipAssist/index.js +0 -2
  518. package/dist/components/ChipAssist/index.js.map +0 -1
  519. package/dist/components/ChipFilter/ChipFilter.d.ts +0 -40
  520. package/dist/components/ChipFilter/ChipFilter.js +0 -31
  521. package/dist/components/ChipFilter/ChipFilter.js.map +0 -1
  522. package/dist/components/ChipFilter/ChipFilterExample.d.ts +0 -3
  523. package/dist/components/ChipFilter/ChipFilterExample.js +0 -62
  524. package/dist/components/ChipFilter/ChipFilterExample.js.map +0 -1
  525. package/dist/components/ChipFilter/index.d.ts +0 -1
  526. package/dist/components/ChipFilter/index.js +0 -2
  527. package/dist/components/ChipFilter/index.js.map +0 -1
  528. package/dist/components/ChipInput/ChipInput.d.ts +0 -31
  529. package/dist/components/ChipInput/ChipInput.js +0 -27
  530. package/dist/components/ChipInput/ChipInput.js.map +0 -1
  531. package/dist/components/ChipInput/ChipInputExample.d.ts +0 -4
  532. package/dist/components/ChipInput/ChipInputExample.js +0 -47
  533. package/dist/components/ChipInput/ChipInputExample.js.map +0 -1
  534. package/dist/components/ChipInput/index.d.ts +0 -1
  535. package/dist/components/ChipInput/index.js +0 -2
  536. package/dist/components/ChipInput/index.js.map +0 -1
  537. package/dist/components/ChipSuggestion/ChipSuggestion.d.ts +0 -17
  538. package/dist/components/ChipSuggestion/ChipSuggestion.js +0 -19
  539. package/dist/components/ChipSuggestion/ChipSuggestion.js.map +0 -1
  540. package/dist/components/ChipSuggestion/ChipSuggestionExample.d.ts +0 -4
  541. package/dist/components/ChipSuggestion/ChipSuggestionExample.js +0 -24
  542. package/dist/components/ChipSuggestion/ChipSuggestionExample.js.map +0 -1
  543. package/dist/components/ChipSuggestion/index.d.ts +0 -1
  544. package/dist/components/ChipSuggestion/index.js +0 -2
  545. package/dist/components/ChipSuggestion/index.js.map +0 -1
  546. package/dist/components/ChipUtility/ChipUtility.js +0 -25
  547. package/dist/components/ChipUtility/ChipUtility.js.map +0 -1
  548. package/dist/components/ChipUtility/ChipUtilityExample.d.ts +0 -4
  549. package/dist/components/ChipUtility/ChipUtilityExample.js.map +0 -1
  550. package/dist/components/ChipUtility/index.d.ts +0 -1
  551. package/dist/components/ChipUtility/index.js +0 -2
  552. package/dist/components/ChipUtility/index.js.map +0 -1
  553. package/dist/components/DateField/DateField.d.ts +0 -32
  554. package/dist/components/DateField/DateField.js +0 -34
  555. package/dist/components/DateField/DateField.js.map +0 -1
  556. package/dist/components/DateField/DateFieldExample.d.ts +0 -4
  557. package/dist/components/DateField/DateFieldExample.js +0 -11
  558. package/dist/components/DateField/DateFieldExample.js.map +0 -1
  559. package/dist/components/DateField/date-field.css +0 -8
  560. package/dist/components/DateField/index.d.ts +0 -1
  561. package/dist/components/DateField/index.js +0 -2
  562. package/dist/components/DateField/index.js.map +0 -1
  563. package/dist/components/DateInput/DateInput.d.ts +0 -39
  564. package/dist/components/DateInput/DateInput.js +0 -103
  565. package/dist/components/DateInput/DateInput.js.map +0 -1
  566. package/dist/components/DateInput/DateInputExample.d.ts +0 -4
  567. package/dist/components/DateInput/DateInputExample.js +0 -14
  568. package/dist/components/DateInput/DateInputExample.js.map +0 -1
  569. package/dist/components/DateInput/index.d.ts +0 -1
  570. package/dist/components/DateInput/index.js +0 -2
  571. package/dist/components/DateInput/index.js.map +0 -1
  572. package/dist/components/FormField/form-field.css +0 -17
  573. package/dist/components/FormField/form-field.css.js +0 -22
  574. package/dist/components/ListItemMenu/ListItemMenu.d.ts +0 -146
  575. package/dist/components/ListItemMenu/ListItemMenu.js +0 -159
  576. package/dist/components/ListItemMenu/ListItemMenu.js.map +0 -1
  577. package/dist/components/ListItemMenu/index.d.ts +0 -1
  578. package/dist/components/ListItemMenu/index.js +0 -2
  579. package/dist/components/ListItemMenu/index.js.map +0 -1
  580. package/dist/components/NumberField/NumberField.d.ts +0 -33
  581. package/dist/components/NumberField/NumberField.js +0 -35
  582. package/dist/components/NumberField/NumberField.js.map +0 -1
  583. package/dist/components/NumberField/index.d.ts +0 -1
  584. package/dist/components/NumberField/index.js +0 -2
  585. package/dist/components/NumberField/index.js.map +0 -1
  586. package/dist/components/NumberInput/NumberInput.d.ts +0 -63
  587. package/dist/components/NumberInput/NumberInput.js.map +0 -1
  588. package/dist/components/NumberInput/NumberInputExample.d.ts +0 -3
  589. package/dist/components/NumberInput/NumberInputExample.js.map +0 -1
  590. package/dist/components/NumberInput/index.d.ts +0 -1
  591. package/dist/components/NumberInput/index.js +0 -2
  592. package/dist/components/NumberInput/index.js.map +0 -1
  593. package/dist/components/PasswordInput/PasswordInput.d.ts +0 -21
  594. package/dist/components/PasswordInput/PasswordInput.js +0 -34
  595. package/dist/components/PasswordInput/PasswordInput.js.map +0 -1
  596. package/dist/components/PasswordInput/index.d.ts +0 -1
  597. package/dist/components/PasswordInput/index.js +0 -2
  598. package/dist/components/PasswordInput/index.js.map +0 -1
  599. package/dist/components/PasswordInput/password-input.css +0 -28
  600. package/dist/components/PasswordInput/password-input.css.js +0 -33
  601. package/dist/components/PhoneNumberField/PhoneNumberField.d.ts +0 -14
  602. package/dist/components/PhoneNumberField/PhoneNumberField.js +0 -16
  603. package/dist/components/PhoneNumberField/PhoneNumberField.js.map +0 -1
  604. package/dist/components/PhoneNumberField/index.d.ts +0 -1
  605. package/dist/components/PhoneNumberField/index.js +0 -2
  606. package/dist/components/PhoneNumberField/index.js.map +0 -1
  607. package/dist/components/PhoneNumberInput/PhoneNumberInput.d.ts +0 -37
  608. package/dist/components/PhoneNumberInput/PhoneNumberInput.js +0 -83
  609. package/dist/components/PhoneNumberInput/PhoneNumberInput.js.map +0 -1
  610. package/dist/components/PhoneNumberInput/PhoneNumberInputExample.d.ts +0 -4
  611. package/dist/components/PhoneNumberInput/PhoneNumberInputExample.js +0 -5
  612. package/dist/components/PhoneNumberInput/PhoneNumberInputExample.js.map +0 -1
  613. package/dist/components/PhoneNumberInput/index.d.ts +0 -1
  614. package/dist/components/PhoneNumberInput/index.js +0 -2
  615. package/dist/components/PhoneNumberInput/index.js.map +0 -1
  616. package/dist/components/PhoneNumberInput/phone-number-input.css +0 -46
  617. package/dist/components/PhoneNumberInput/phone-number-input.css.js +0 -51
  618. package/dist/components/SelectField/SelectFieldExample.d.ts +0 -23
  619. package/dist/components/SelectField/SelectFieldExample.js +0 -13
  620. package/dist/components/SelectField/SelectFieldExample.js.map +0 -1
  621. package/dist/components/SnackbarProvider/SnackbarProvider.d.ts +0 -90
  622. package/dist/components/SnackbarProvider/SnackbarProvider.js +0 -115
  623. package/dist/components/SnackbarProvider/SnackbarProvider.js.map +0 -1
  624. package/dist/components/SnackbarProvider/SnackbarProviderExample.d.ts +0 -4
  625. package/dist/components/SnackbarProvider/SnackbarProviderExample.js +0 -59
  626. package/dist/components/SnackbarProvider/SnackbarProviderExample.js.map +0 -1
  627. package/dist/components/SnackbarProvider/index.d.ts +0 -1
  628. package/dist/components/SnackbarProvider/index.js +0 -2
  629. package/dist/components/SnackbarProvider/index.js.map +0 -1
  630. package/dist/components/SnackbarProvider/snackbar-provider-example.css +0 -15
  631. package/dist/components/SnackbarProvider/snackbar-provider-example.css.js +0 -20
  632. package/dist/components/SnackbarProvider/snackbar-provider.css +0 -15
  633. package/dist/components/SnackbarProvider/snackbar-provider.css.js +0 -20
  634. package/dist/components/TextField/TextField.d.ts +0 -31
  635. package/dist/components/TextField/TextField.js +0 -33
  636. package/dist/components/TextField/TextField.js.map +0 -1
  637. package/dist/components/TextField/TextFieldExample.d.ts +0 -3
  638. package/dist/components/TextField/TextFieldExample.js +0 -6
  639. package/dist/components/TextField/TextFieldExample.js.map +0 -1
  640. package/dist/components/TextField/index.d.ts +0 -1
  641. package/dist/components/TextField/index.js +0 -2
  642. package/dist/components/TextField/index.js.map +0 -1
  643. package/dist/components/TextInput/TextInput.d.ts +0 -78
  644. package/dist/components/TextInput/TextInput.js.map +0 -1
  645. package/dist/components/TextInput/TextInputExample.d.ts +0 -3
  646. package/dist/components/TextInput/TextInputExample.js.map +0 -1
  647. package/dist/components/TextInput/index.d.ts +0 -1
  648. package/dist/components/TextInput/index.js +0 -2
  649. package/dist/components/TextInput/index.js.map +0 -1
  650. package/dist/components/TextareaField/TextareaFieldExample.d.ts +0 -3
  651. package/dist/components/TextareaField/TextareaFieldExample.js +0 -10
  652. package/dist/components/TextareaField/TextareaFieldExample.js.map +0 -1
  653. package/dist/components/TimeInput/Listbox.d.ts +0 -15
  654. package/dist/components/TimeInput/Listbox.js.map +0 -1
  655. package/dist/components/TimeInput/Segment.d.ts +0 -20
  656. package/dist/components/TimeInput/Segment.js.map +0 -1
  657. package/dist/components/TimeInput/TimeInput.d.ts +0 -24
  658. package/dist/components/TimeInput/TimeInput.js +0 -115
  659. package/dist/components/TimeInput/TimeInput.js.map +0 -1
  660. package/dist/components/TimeInput/TimeInputExample.d.ts +0 -3
  661. package/dist/components/TimeInput/TimeInputExample.js +0 -4
  662. package/dist/components/TimeInput/TimeInputExample.js.map +0 -1
  663. package/dist/components/TimeInput/index.d.ts +0 -1
  664. package/dist/components/TimeInput/index.js +0 -2
  665. package/dist/components/TimeInput/index.js.map +0 -1
  666. package/dist/hooks/useSnackbarContext.d.ts +0 -1
  667. package/dist/hooks/useSnackbarContext.js +0 -16
  668. package/dist/hooks/useSnackbarContext.js.map +0 -1
  669. package/dist/utils/snackbarContext.d.ts +0 -38
  670. package/dist/utils/snackbarContext.js +0 -3
  671. package/dist/utils/snackbarContext.js.map +0 -1
  672. package/src/components/CalendarPicker/CalendarPickerExample.tsx +0 -24
  673. package/src/components/CalendarPicker/index.tsx +0 -1
  674. package/src/components/ChipAssist/ChipAssist.rtl.test.tsx +0 -16
  675. package/src/components/ChipAssist/ChipAssist.tsx +0 -37
  676. package/src/components/ChipAssist/ChipAssistExample.tsx +0 -34
  677. package/src/components/ChipAssist/index.tsx +0 -1
  678. package/src/components/ChipFilter/ChipFilter.rtl.test.tsx +0 -15
  679. package/src/components/ChipFilter/ChipFilter.tsx +0 -75
  680. package/src/components/ChipFilter/ChipFilterExample.tsx +0 -63
  681. package/src/components/ChipFilter/index.tsx +0 -1
  682. package/src/components/ChipInput/ChipInput.rtl.test.tsx +0 -16
  683. package/src/components/ChipInput/ChipInput.tsx +0 -47
  684. package/src/components/ChipInput/ChipInputExample.tsx +0 -49
  685. package/src/components/ChipInput/index.tsx +0 -1
  686. package/src/components/ChipSuggestion/ChipSuggestion.rtl.test.tsx +0 -19
  687. package/src/components/ChipSuggestion/ChipSuggestion.tsx +0 -22
  688. package/src/components/ChipSuggestion/ChipSuggestionExample.tsx +0 -26
  689. package/src/components/ChipSuggestion/index.tsx +0 -1
  690. package/src/components/ChipUtility/index.tsx +0 -1
  691. package/src/components/DateField/DateField.rtl.test.tsx +0 -24
  692. package/src/components/DateField/DateField.tsx +0 -58
  693. package/src/components/DateField/DateFieldExample.tsx +0 -13
  694. package/src/components/DateField/date-field.scss +0 -8
  695. package/src/components/DateField/index.tsx +0 -1
  696. package/src/components/DateInput/DateInput.rtl.test.tsx +0 -17
  697. package/src/components/DateInput/DateInput.tsx +0 -198
  698. package/src/components/DateInput/DateInputExample.tsx +0 -17
  699. package/src/components/DateInput/index.tsx +0 -1
  700. package/src/components/FormField/form-field.scss +0 -19
  701. package/src/components/ListItemMenu/ListItemMenu.tsx +0 -359
  702. package/src/components/ListItemMenu/index.tsx +0 -1
  703. package/src/components/NumberField/NumberField.rtl.test.tsx +0 -24
  704. package/src/components/NumberField/NumberField.tsx +0 -70
  705. package/src/components/NumberField/index.tsx +0 -1
  706. package/src/components/NumberInput/index.tsx +0 -1
  707. package/src/components/PasswordInput/PasswordInput.rtl.test.tsx +0 -15
  708. package/src/components/PasswordInput/PasswordInput.tsx +0 -115
  709. package/src/components/PasswordInput/index.tsx +0 -1
  710. package/src/components/PasswordInput/password-input.scss +0 -36
  711. package/src/components/PhoneNumberField/PhoneNumberField.rtl.test.tsx +0 -24
  712. package/src/components/PhoneNumberField/PhoneNumberField.tsx +0 -41
  713. package/src/components/PhoneNumberField/index.tsx +0 -1
  714. package/src/components/PhoneNumberInput/PhoneNumberInput.rtl.test.tsx +0 -17
  715. package/src/components/PhoneNumberInput/PhoneNumberInput.tsx +0 -186
  716. package/src/components/PhoneNumberInput/PhoneNumberInputExample.tsx +0 -8
  717. package/src/components/PhoneNumberInput/index.tsx +0 -1
  718. package/src/components/SelectField/SelectFieldExample.tsx +0 -16
  719. package/src/components/SnackbarProvider/SnackbarProvider.tsx +0 -160
  720. package/src/components/SnackbarProvider/SnackbarProviderExample.tsx +0 -127
  721. package/src/components/SnackbarProvider/index.tsx +0 -1
  722. package/src/components/SnackbarProvider/snackbar-provider-example.scss +0 -17
  723. package/src/components/SnackbarProvider/snackbar-provider.scss +0 -15
  724. package/src/components/TextField/TextField.tsx +0 -67
  725. package/src/components/TextField/TextFieldExample.tsx +0 -8
  726. package/src/components/TextField/index.tsx +0 -1
  727. package/src/components/TextInput/TextInputExample.tsx +0 -44
  728. package/src/components/TextInput/index.tsx +0 -1
  729. package/src/components/TextareaField/TextareaFieldExample.tsx +0 -13
  730. package/src/components/TimeInput/TimeInput.rtl.test.tsx +0 -15
  731. package/src/components/TimeInput/TimeInputExample.tsx +0 -6
  732. package/src/components/TimeInput/index.tsx +0 -1
  733. package/src/hooks/useSnackbarContext.ts +0 -18
  734. package/src/utils/snackbarContext.tsx +0 -43
  735. /package/dist/components/{NumberInput → InputNumber}/IncrementButton.d.ts +0 -0
  736. /package/dist/components/{NumberInput → InputNumber}/IncrementButton.js +0 -0
  737. /package/src/components/{NumberInput → InputNumber}/IncrementButton.tsx +0 -0
@@ -1,31 +0,0 @@
1
- import { FormFieldWrapProps } from '-/components/FormField';
2
- import { TextInputProps } from '-/components/TextInput';
3
- export type TextFieldProps = FormFieldWrapProps<TextInputProps>;
4
- /**
5
- * A text input that allows users to enter text, numbers or symbols in a singular line.
6
- *
7
- * This component takes properties from the FormField and TextInput components.
8
- *
9
- * @example
10
- * import { useState } from 'react';
11
- * import { TextField } from '@bspk/ui/TextField';
12
- *
13
- * export function Example() {
14
- * const [value, setValue] = useState<string>('');
15
- *
16
- * return (
17
- * <TextField
18
- * controlId="Example controlId"
19
- * label="Example label"
20
- * name="Example name"
21
- * onChange={setValue}
22
- * value={value}
23
- * />
24
- * );
25
- * }
26
- *
27
- * @name TextField
28
- * @phase UXReview
29
- */
30
- export declare function TextField({ label, errorMessage, helperText, controlId, labelTrailing, required, invalid, ...inputProps }: TextFieldProps): import("react/jsx-runtime").JSX.Element;
31
- /** Copyright 2025 Anywhere Real Estate - CC BY 4.0 */
@@ -1,33 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { FormField } from '../FormField';
3
- import { TextInput } from '../TextInput';
4
- /**
5
- * A text input that allows users to enter text, numbers or symbols in a singular line.
6
- *
7
- * This component takes properties from the FormField and TextInput components.
8
- *
9
- * @example
10
- * import { useState } from 'react';
11
- * import { TextField } from '@bspk/ui/TextField';
12
- *
13
- * export function Example() {
14
- * const [value, setValue] = useState<string>('');
15
- *
16
- * return (
17
- * <TextField
18
- * controlId="Example controlId"
19
- * label="Example label"
20
- * name="Example name"
21
- * onChange={setValue}
22
- * value={value}
23
- * />
24
- * );
25
- * }
26
- *
27
- * @name TextField
28
- * @phase UXReview
29
- */
30
- export function TextField({ label, errorMessage, helperText, controlId, labelTrailing, required, invalid, ...inputProps }) {
31
- return (_jsx(FormField, { controlId: controlId, "data-bspk": "text-field", errorMessage: errorMessage, helperText: helperText, invalid: invalid, label: label, labelTrailing: labelTrailing, required: required, children: (fieldProps) => (_jsx(TextInput, { ...inputProps, ...fieldProps, id: controlId, invalid: invalid, required: required, value: inputProps.value ?? '' })) }));
32
- }
33
- //# sourceMappingURL=TextField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextField.js","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAsB,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAkB,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAInE;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,UAAU,SAAS,CAAC,EACtB,KAAK,EACL,YAAY,EACZ,UAAU,EACV,SAAS,EACT,aAAa,EACb,QAAQ,EACR,OAAO,EACP,GAAG,UAAU,EACA;IACb,OAAO,CACH,KAAC,SAAS,IACN,SAAS,EAAE,SAAS,eACV,YAAY,EACtB,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,KAAK,EACZ,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,QAAQ,YAEjB,CAAC,UAAU,EAAE,EAAE,CAAC,CACb,KAAC,SAAS,OACF,UAAU,KACV,UAAU,EACd,EAAE,EAAE,SAAS,EACb,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,UAAU,CAAC,KAAK,IAAI,EAAE,GAC/B,CACL,GACO,CACf,CAAC;AACN,CAAC"}
@@ -1,3 +0,0 @@
1
- import { TextFieldProps } from '.';
2
- import { ComponentExample } from '-/utils/demo';
3
- export declare const TextFieldExample: ComponentExample<TextFieldProps>;
@@ -1,6 +0,0 @@
1
- export const TextFieldExample = {
2
- variants: {
3
- type: false,
4
- },
5
- };
6
- //# sourceMappingURL=TextFieldExample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextFieldExample.js","sourceRoot":"","sources":["../../../src/components/TextField/TextFieldExample.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,gBAAgB,GAAqC;IAC9D,QAAQ,EAAE;QACN,IAAI,EAAE,KAAK;KACd;CACJ,CAAC"}
@@ -1 +0,0 @@
1
- export * from './TextField';
@@ -1,2 +0,0 @@
1
- export * from './TextField';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/TextField/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -1,78 +0,0 @@
1
- import './text-input.scss';
2
- import { ChangeEvent, HTMLInputTypeAttribute, ReactNode } from 'react';
3
- import { CommonProps, ElementProps, FormFieldControlProps, SetRef } from '-/types/common';
4
- export declare const DEFAULT: {
5
- readonly size: "medium";
6
- readonly value: "";
7
- readonly type: Extract<HTMLInputTypeAttribute, "number" | "text">;
8
- readonly autoComplete: "off";
9
- };
10
- type TextInputBaseProps = {
11
- /**
12
- * Callback when the value of the field changes.
13
- *
14
- * @required
15
- */
16
- onChange: (next: string, event?: ChangeEvent<HTMLInputElement>) => void;
17
- /** The ref of the container. */
18
- containerRef?: SetRef<HTMLDivElement>;
19
- /** The ref of the input. */
20
- inputRef?: SetRef<HTMLInputElement>;
21
- /**
22
- * The trailing element to display in the field.
23
- *
24
- * @exampleType string
25
- */
26
- trailing?: ReactNode;
27
- /**
28
- * The leading element to display in the field.
29
- *
30
- * @exampleType string
31
- */
32
- leading?: ReactNode;
33
- /** The placeholder of the field. */
34
- placeholder?: string;
35
- /**
36
- * The type of the input.
37
- *
38
- * @default text
39
- */
40
- type?: Extract<HTMLInputTypeAttribute, 'number' | 'password' | 'text'>;
41
- /**
42
- * Specifies if user agent has any permission to provide automated assistance in filling out form field values
43
- *
44
- * @default off
45
- */
46
- autoComplete?: '' | 'off' | 'on';
47
- /**
48
- * Specifies if the clear button should be shown. This should almost always be true, but can be set to false.
49
- *
50
- * @default true
51
- */
52
- showClearButton?: boolean;
53
- };
54
- export type TextInputProps = CommonProps<'aria-label' | 'disabled' | 'id' | 'invalid' | 'name' | 'owner' | 'readOnly' | 'required' | 'size' | 'value'> & FormFieldControlProps & TextInputBaseProps & {
55
- inputProps?: Omit<React.InputHTMLAttributes<HTMLInputElement>, keyof TextInputBaseProps>;
56
- };
57
- /**
58
- * A text input that allows users to enter text, numbers or symbols in a singular line. This is the base element and is
59
- * not intended to be used directly. Use the TextField component.
60
- *
61
- * @example
62
- * import { useState } from 'react';
63
- * import { TextInput } from '@bspk/ui/TextInput';
64
- *
65
- * export function Example() {
66
- * const [value, setValue] = useState<string>('');
67
- *
68
- * return <TextInput aria-label="Example aria-label" name="Example name" onChange={setValue} value={value} />;
69
- * }
70
- *
71
- * @element
72
- *
73
- * @name TextInput
74
- * @phase Utility
75
- */
76
- export declare function TextInput({ invalid: invalidProp, onChange, size, value, name, 'aria-label': ariaLabel, inputRef, required, placeholder, id: idProp, leading, trailing, type, readOnly, disabled, autoComplete, containerRef, showClearButton: showClearButtonProp, owner, 'aria-describedby': ariaDescribedBy, 'aria-errormessage': ariaErrorMessage, inputProps, ...props }: ElementProps<TextInputProps, 'div'>): import("react/jsx-runtime").JSX.Element;
77
- export {};
78
- /** Copyright 2025 Anywhere Real Estate - CC BY 4.0 */
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextInput.js","sourceRoot":"","sources":["../../../src/components/TextInput/TextInput.tsx"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { TextInputProps } from '.';
2
- import { ComponentExample } from '-/utils/demo';
3
- export declare const TextInputExample: ComponentExample<TextInputProps>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextInputExample.js","sourceRoot":"","sources":["../../../src/components/TextInput/TextInputExample.tsx"],"names":[],"mappings":";AAGA,MAAM,CAAC,MAAM,gBAAgB,GAAqC;IAC9D,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,KAAC,SAAS,OAAK,KAAK,GAAI;IAC1D,OAAO,EAAE;QACL;YACI,KAAK,EAAE,UAAU;YACjB,SAAS,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,GAAG;gBACZ,QAAQ,EAAE,SAAS;gBACnB,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,UAAU;gBAChB,YAAY,EAAE,gBAAgB;aACjC;SACJ;QACD;YACI,KAAK,EAAE,SAAS;YAChB,SAAS,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,SAAS;gBAClB,QAAQ,EAAE,GAAG;gBACb,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,eAAe;aAChC;SACJ;QACD;YACI,KAAK,EAAE,WAAW;YAClB,SAAS,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,SAAS;gBAClB,WAAW,EAAE,YAAY;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,WAAW;gBACjB,YAAY,EAAE,iBAAiB;aAClC;SACJ;KACJ;IACD,QAAQ,EAAE;QACN,IAAI,EAAE,KAAK;KACd;CACJ,CAAC"}
@@ -1 +0,0 @@
1
- export * from './TextInput';
@@ -1,2 +0,0 @@
1
- export * from './TextInput';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/TextInput/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -1,3 +0,0 @@
1
- import { TextareaFieldProps } from '.';
2
- import { ComponentExample } from '-/utils/demo';
3
- export declare const TextareaFieldExample: ComponentExample<TextareaFieldProps>;
@@ -1,10 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- export const TextareaFieldExample = {
3
- render: ({ Component, props }) => {
4
- const tooManyCharacters = Boolean(props.value && props.maxLength && props.value?.length > props.maxLength);
5
- const invalid = props.invalid || tooManyCharacters;
6
- const errorMessage = tooManyCharacters ? 'Too Many characters' : props.errorMessage || '';
7
- return _jsx(Component, { ...props, errorMessage: errorMessage, invalid: invalid });
8
- },
9
- };
10
- //# sourceMappingURL=TextareaFieldExample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextareaFieldExample.js","sourceRoot":"","sources":["../../../src/components/TextareaField/TextareaFieldExample.tsx"],"names":[],"mappings":";AAGA,MAAM,CAAC,MAAM,oBAAoB,GAAyC;IACtE,MAAM,EAAE,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,EAAE;QAC7B,MAAM,iBAAiB,GAAG,OAAO,CAAC,KAAK,CAAC,KAAK,IAAI,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;QAE3G,MAAM,OAAO,GAAG,KAAK,CAAC,OAAO,IAAI,iBAAiB,CAAC;QACnD,MAAM,YAAY,GAAG,iBAAiB,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,IAAI,EAAE,CAAC;QAE1F,OAAO,KAAC,SAAS,OAAK,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,OAAO,GAAI,CAAC;IAClF,CAAC;CACJ,CAAC"}
@@ -1,15 +0,0 @@
1
- import { TimeInputType } from './Segment';
2
- type Option = {
3
- id: string;
4
- value: string;
5
- label: string;
6
- };
7
- type TimeInputListboxProps = {
8
- options: Option[];
9
- selectedValue?: string;
10
- type: TimeInputType;
11
- onSelect?: (value: string) => void;
12
- onTab?: (e: React.KeyboardEvent) => void;
13
- };
14
- export declare function TimeInputListbox({ options, selectedValue, type: kind, onSelect, onTab }: TimeInputListboxProps): import("react/jsx-runtime").JSX.Element;
15
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"Listbox.js","sourceRoot":"","sources":["../../../src/components/TimeInput/Listbox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAgBtD,MAAM,UAAU,gBAAgB,CAAC,EAAE,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAyB;IAC3G,MAAM,EAAE,eAAe,EAAE,iBAAiB,EAAE,GAAG,kBAAkB,CAAC;QAC9D,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;QACvC,eAAe,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,KAAK,aAAa,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,IAAI;KACxG,CAAC,CAAC;IAEH,MAAM,eAAe,GAAG,GAAG,EAAE;QACzB,IAAI,eAAe;YAAE,cAAc,CAAC,eAAe,CAAC,EAAE,KAAK,EAAE,CAAC;IAClE,CAAC,CAAC;IAEF,OAAO,CACH,4BAEgB,UAAU,IAAI,EAAE,eAClB,oBAAoB,wBACV,IAAI,eACb,IAAI,kBACD,IAAI,EAClB,EAAE,EAAE,GAAG,IAAI,UAAU,EACrB,cAAc,EAAE,CAAC,KAAK,EAAE,EAAE;YACtB,MAAM,MAAM,GAAG,KAAK,CAAC,MAAyB,CAAC;YAC/C,IAAI,MAAM,CAAC,OAAO,CAAC,KAAK;gBAAE,QAAQ,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAC/D,CAAC,EACD,SAAS,EAAE,aAAa,CAAC;YACrB,GAAG,iBAAiB;YACpB,KAAK,EAAE,eAAe;YACtB,KAAK,EAAE,eAAe;YACtB,GAAG,EAAE,KAAK;SACb,CAAC,EACF,IAAI,EAAC,SAAS,EACd,QAAQ,EAAE,CAAC,YAEV,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,CAC5B,6BACgB,MAAM,CAAC,KAAK,mBACT,MAAM,CAAC,KAAK,KAAK,aAAa,iBAChC,eAAe,KAAK,MAAM,CAAC,EAAE,IAAI,SAAS,gBAC3C,KAAK,gBACL,MAAM,CAAC,KAAK,EACxB,EAAE,EAAE,MAAM,CAAC,EAAE,EAEb,IAAI,EAAC,QAAQ,YAEZ,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,IAH9B,MAAM,CAAC,EAAE,CAIX,CACV,CAAC,GACA,CACT,CAAC;AACN,CAAC"}
@@ -1,20 +0,0 @@
1
- export declare const MINUTE_BOUNDS: {
2
- readonly min: 0;
3
- readonly max: 59;
4
- };
5
- export declare const HOUR_BOUNDS: {
6
- readonly min: 1;
7
- readonly max: 12;
8
- };
9
- export declare const NUMBER_PLACEHOLDER: "--";
10
- export type TimeInputType = 'hours' | 'meridiem' | 'minutes';
11
- type TimeInputSegmentProps<T extends string> = {
12
- disabled?: boolean;
13
- name: string;
14
- readOnly?: boolean;
15
- value?: T;
16
- type: TimeInputType;
17
- onChange: (value: T | null) => void;
18
- };
19
- export declare function TimeInputSegment<T extends string>({ disabled, name, readOnly, value: valueProp, type: kind, onChange, }: TimeInputSegmentProps<T>): import("react/jsx-runtime").JSX.Element;
20
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"Segment.js","sourceRoot":"","sources":["../../../src/components/TimeInput/Segment.tsx"],"names":[],"mappings":"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"}
@@ -1,24 +0,0 @@
1
- import './time-input.scss';
2
- import { TextInputProps } from '-/components/TextInput';
3
- export declare const MINUTE_OPTIONS: string[];
4
- export declare const HOUR_OPTIONS: string[];
5
- export declare const MERIDIEM_OPTIONS: string[];
6
- export type TimeInputProps = Pick<TextInputProps, 'aria-describedby' | 'aria-errormessage' | 'aria-label' | 'disabled' | 'id' | 'invalid' | 'name' | 'readOnly' | 'size'> & {
7
- value?: string;
8
- };
9
- /**
10
- * An input field that allows a customer to manually type in a specific time or triggers a time picker combobox to
11
- * select a date.
12
- *
13
- * @example
14
- * import { TimeInput } from '@bspk/ui/TimeInput';
15
- *
16
- * function Example() {
17
- * return <TimeInput>Example TimeInput</TimeInput>;
18
- * }
19
- *
20
- * @name TimeInput
21
- * @phase UXReview
22
- */
23
- export declare function TimeInput({ value, 'aria-label': ariaLabel, disabled, id: idProp, invalid, readOnly, name, size, 'aria-describedby': ariaDescribedBy, 'aria-errormessage': ariaErrorMessage, }: TimeInputProps): import("react/jsx-runtime").JSX.Element;
24
- /** Copyright 2025 Anywhere Real Estate - CC BY 4.0 */
@@ -1,115 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import './time-input.css.js';
3
- import { SvgSchedule } from '@bspk/icons/Schedule';
4
- import { FocusTrap } from 'focus-trap-react';
5
- import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
6
- import { TimeInputListbox } from './Listbox';
7
- import { TimeInputSegment } from './Segment';
8
- import { Button } from '../Button';
9
- import { Menu } from '../Menu';
10
- import { Portal } from '../Portal';
11
- import { useFloating } from '../../hooks/useFloating';
12
- import { useId } from '../../hooks/useId';
13
- import { useOutsideClick } from '../../hooks/useOutsideClick';
14
- import { handleKeyDown } from '../../utils/handleKeyDown';
15
- export const MINUTE_OPTIONS = ['00', '05', '10', '15', '20', '25', '30', '35', '40', '45', '50', '55'];
16
- export const HOUR_OPTIONS = ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'];
17
- export const MERIDIEM_OPTIONS = ['AM', 'PM'];
18
- /**
19
- * An input field that allows a customer to manually type in a specific time or triggers a time picker combobox to
20
- * select a date.
21
- *
22
- * @example
23
- * import { TimeInput } from '@bspk/ui/TimeInput';
24
- *
25
- * function Example() {
26
- * return <TimeInput>Example TimeInput</TimeInput>;
27
- * }
28
- *
29
- * @name TimeInput
30
- * @phase UXReview
31
- */
32
- export function TimeInput({ value, 'aria-label': ariaLabel, disabled, id: idProp, invalid, readOnly, name, size, 'aria-describedby': ariaDescribedBy, 'aria-errormessage': ariaErrorMessage, }) {
33
- const id = useId(idProp);
34
- const [inputValue, setInputValue] = useState(value);
35
- const [hours, setHours] = useState();
36
- const [minutes, setMinutes] = useState();
37
- const [meridiem, setMeridiem] = useState('AM');
38
- useEffect(() => {
39
- setInputValue(`${hours?.toString().padStart(2, '0')}:${minutes?.toString().padStart(2, '0')} ${meridiem || ''}`.trim());
40
- if (hours !== undefined && minutes === undefined)
41
- setMinutes('00');
42
- }, [hours, minutes, meridiem]);
43
- const [open, setOpenState] = useState(false);
44
- const { floatingStyles, elements } = useFloating({
45
- strategy: 'fixed',
46
- refWidth: true,
47
- offsetOptions: 4,
48
- hide: !open,
49
- });
50
- const setOpen = useCallback((nextOpen) => {
51
- setOpenState(nextOpen);
52
- if (!elements.reference || !buttonRef.current)
53
- return;
54
- // Focus the button when closing the menu
55
- if (!nextOpen && open)
56
- buttonRef.current.focus();
57
- // Focus the hours listbox when opening the menu
58
- if (nextOpen && !open)
59
- elements.reference.querySelector('[data-scroll-column="hours"]')?.focus();
60
- }, [elements?.reference, open]);
61
- useOutsideClick({ elements: [elements.floating], callback: () => setOpen(false), disabled: !open });
62
- const { hourOptions, minuteOptions, meridiemOptions } = useMemo(() => ({
63
- hourOptions: HOUR_OPTIONS.map((h) => ({
64
- id: `${id}-hours-${h}`,
65
- value: h,
66
- label: h.toString().padStart(2, '0'),
67
- })),
68
- minuteOptions: MINUTE_OPTIONS.map((m) => ({
69
- id: `${id}-minutes-${m}`,
70
- value: m,
71
- label: m.toString().padStart(2, '0'),
72
- })),
73
- meridiemOptions: MERIDIEM_OPTIONS.map((m) => ({
74
- id: `${id}-meridiem-${m}`,
75
- value: m,
76
- label: m,
77
- })),
78
- }), [id]);
79
- const listBoxRefs = useRef(null);
80
- const buttonRef = useRef(null);
81
- return (_jsxs(_Fragment, { children: [_jsxs("div", { "aria-describedby": ariaErrorMessage || ariaDescribedBy || undefined, "data-aria-label": ariaLabel || undefined, "data-bspk": "time-input", "data-disabled": disabled || undefined, "data-invalid": invalid || undefined, "data-name": name || undefined, "data-open": open || undefined, "data-readonly": readOnly || undefined, "data-size": size || undefined, "data-value": inputValue || undefined, id: id, onClickCapture: () => {
82
- if (disabled || readOnly)
83
- return;
84
- elements.reference?.querySelector('[tabIndex]')?.focus();
85
- }, onKeyDownCapture: handleKeyDown({ Escape: () => setOpen(false) }), ref: (node) => {
86
- elements.setReference(node);
87
- }, role: "group", tabIndex: disabled || readOnly ? -1 : 0, children: [_jsx(TimeInputSegment, { disabled: disabled, name: `${name}-hours`, onChange: (next) => setHours(next || undefined), readOnly: readOnly, type: "hours", value: hours }), _jsx("span", { "aria-hidden": "true", children: ":" }), _jsx(TimeInputSegment, { disabled: disabled, name: `${name}-minutes`, onChange: (next) => setMinutes(next || undefined), readOnly: readOnly, type: "minutes", value: minutes }), _jsx(TimeInputSegment, { disabled: disabled, name: `${name}-meridiem`, onChange: (next) => setMeridiem(next || 'AM'), readOnly: readOnly, type: "meridiem", value: meridiem }), _jsx(Button, { disabled: disabled || readOnly, icon: _jsx(SvgSchedule, {}), iconOnly: true, innerRef: (node) => {
88
- buttonRef.current = node;
89
- }, label: `${open ? 'Close' : 'Open'} Time Picker`, onClick: () => setOpen(!open), variant: "tertiary" })] }), !!open && (_jsx(Portal, { children: _jsx(Menu, { innerRef: (node) => {
90
- if (!node)
91
- return;
92
- elements.setFloating(node);
93
- }, label: "Select time", owner: "time-input", style: floatingStyles, children: _jsx(FocusTrap, { focusTrapOptions: {
94
- fallbackFocus: () => listBoxRefs.current.hours,
95
- clickOutsideDeactivates: true,
96
- }, children: _jsxs("div", { "data-scroll-values": true, ref: (node) => {
97
- listBoxRefs.current = {
98
- hours: node?.querySelector('[data-scroll-column="hours"]'),
99
- minutes: node?.querySelector('[data-scroll-column="minutes"]'),
100
- meridiem: node?.querySelector('[data-scroll-column="meridiem"]'),
101
- };
102
- listBoxRefs.current.hours?.focus();
103
- }, children: [_jsx(TimeInputListbox, { onSelect: (next) => {
104
- setHours(next);
105
- setTimeout(() => listBoxRefs.current?.minutes?.focus(), 10);
106
- }, options: hourOptions, selectedValue: hours, type: "hours" }), _jsx(TimeInputListbox, { onSelect: (next) => {
107
- setMinutes(next);
108
- setTimeout(() => listBoxRefs.current?.meridiem?.focus(), 10);
109
- }, options: minuteOptions, selectedValue: minutes, type: "minutes" }), _jsx(TimeInputListbox, { onSelect: (next) => {
110
- setMeridiem(next);
111
- setOpen(false);
112
- setTimeout(() => buttonRef.current?.focus(), 10);
113
- }, options: meridiemOptions, selectedValue: meridiem, type: "meridiem" })] }) }) }) }))] }));
114
- }
115
- //# sourceMappingURL=TimeInput.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TimeInput.js","sourceRoot":"","sources":["../../../src/components/TimeInput/TimeInput.tsx"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { TimeInputProps } from './TimeInput';
2
- import { ComponentExample } from '-/utils/demo';
3
- export declare const TimeInputExample: ComponentExample<TimeInputProps>;
@@ -1,4 +0,0 @@
1
- export const TimeInputExample = {
2
- variants: false,
3
- };
4
- //# sourceMappingURL=TimeInputExample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TimeInputExample.js","sourceRoot":"","sources":["../../../src/components/TimeInput/TimeInputExample.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,gBAAgB,GAAqC;IAC9D,QAAQ,EAAE,KAAK;CAClB,CAAC"}
@@ -1 +0,0 @@
1
- export * from './TimeInput';
@@ -1,2 +0,0 @@
1
- export * from './TimeInput';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/TimeInput/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- export declare const useSnackbarContext: () => import("-/utils/snackbarContext").SnackbarContextProps;
@@ -1,16 +0,0 @@
1
- /* eslint-disable no-console */
2
- import { useContext } from 'react';
3
- import { SnackbarContext } from '../utils/snackbarContext';
4
- export const useSnackbarContext = () => {
5
- const context = useContext(SnackbarContext);
6
- if (!context) {
7
- console.error('useSnackbarContext must be used within a SnackbarProvider!');
8
- }
9
- return (context ?? {
10
- snackbars: [],
11
- sendSnackbar: () => console.error('sendSnackbar must be used within a SnackbarProvider!'),
12
- clearSnackbar: () => console.error('clearSnackbar must be used within a SnackbarProvider!'),
13
- clearAll: () => console.error('clearAll must be used within a SnackbarProvider!'),
14
- });
15
- };
16
- //# sourceMappingURL=useSnackbarContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSnackbarContext.js","sourceRoot":"","sources":["../../src/hooks/useSnackbarContext.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE1D,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,EAAE;IACnC,MAAM,OAAO,GAAG,UAAU,CAAC,eAAe,CAAC,CAAC;IAC5C,IAAI,CAAC,OAAO,EAAE,CAAC;QACX,OAAO,CAAC,KAAK,CAAC,4DAA4D,CAAC,CAAC;IAChF,CAAC;IACD,OAAO,CACH,OAAO,IAAI;QACP,SAAS,EAAE,EAAE;QACb,YAAY,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,sDAAsD,CAAC;QACzF,aAAa,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,uDAAuD,CAAC;QAC3F,QAAQ,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,kDAAkD,CAAC;KACpF,CACJ,CAAC;AACN,CAAC,CAAC"}
@@ -1,38 +0,0 @@
1
- export interface SnackbarData {
2
- /** Automatically set unique identifier. */
3
- id: string;
4
- /** The main body text of the snackbar */
5
- text: string;
6
- /**
7
- * The variant of the snackbar.
8
- *
9
- * @default 'default'
10
- */
11
- variant?: 'default' | 'error' | 'success' | 'warning';
12
- /** Time in milliseconds after which the snackbar will auto dismiss. You can also set a default at the UIProvider */
13
- timeout?: number | null;
14
- /** Optional action button */
15
- button?: {
16
- /**
17
- * The button text
18
- *
19
- * @default 'dismiss'
20
- */
21
- label: string;
22
- /**
23
- * Either 'close' or a callback function that is called when the button is clicked. If 'close' is provided the
24
- * snackbar will close when the button is clicked.
25
- *
26
- * @default 'close'
27
- */
28
- onClick: 'close' | (() => void);
29
- };
30
- }
31
- export type SnackbarInput = Omit<SnackbarData, 'id'>;
32
- export type SnackbarContextProps = {
33
- snackbars: SnackbarData[];
34
- sendSnackbar: (data: Omit<SnackbarData, 'id'>) => void;
35
- clearSnackbar: (id: SnackbarData['id']) => void;
36
- clearAll: () => void;
37
- };
38
- export declare const SnackbarContext: import("react").Context<SnackbarContextProps | undefined>;
@@ -1,3 +0,0 @@
1
- import { createContext } from 'react';
2
- export const SnackbarContext = createContext(undefined);
3
- //# sourceMappingURL=snackbarContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"snackbarContext.js","sourceRoot":"","sources":["../../src/utils/snackbarContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AA0CtC,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAmC,SAAS,CAAC,CAAC"}
@@ -1,24 +0,0 @@
1
- import { isValid } from 'date-fns';
2
- import { CalendarPickerProps } from '.';
3
- import { ComponentExampleFn } from '-/utils/demo';
4
-
5
- export const CalendarPickerExample: ComponentExampleFn<CalendarPickerProps> = ({ action }) => ({
6
- defaultState: {
7
- value: new Date(),
8
- },
9
- containerStyle: { width: '100%' },
10
- render: ({ props, Component }) => {
11
- const value = isValid(props.value) ? props.value : new Date();
12
- return (
13
- <Component
14
- {...props}
15
- onChange={(next) => {
16
- props.onChange?.(next);
17
- action(`value updated to ${next.toDateString()}`);
18
- }}
19
- value={value}
20
- />
21
- );
22
- },
23
- variants: false,
24
- });
@@ -1 +0,0 @@
1
- export * from './CalendarPicker';
@@ -1,16 +0,0 @@
1
- import { ChipAssist } from './ChipAssist';
2
- import { presets } from './ChipAssistExample';
3
- import { hasNoBasicA11yIssues } from '-/rtl/hasNoBasicA11yIssues';
4
- import { render } from '-/rtl/util';
5
-
6
- describe('ChipAssist (RTL)', () => {
7
- presets.forEach((preset) => {
8
- it(`has no basic a11y issues - ${preset.label}`, hasNoBasicA11yIssues(<ChipAssist {...preset.propState} />));
9
- });
10
-
11
- it('renders', () => {
12
- const { getByText } = render(<ChipAssist {...presets[0].propState} />);
13
-
14
- expect(getByText('chip option')).toBeInTheDocument();
15
- });
16
- });