@kaizen/components 1.27.0 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (531) hide show
  1. package/dist/cjs/BrandMoment/BrandMoment.cjs +2 -2
  2. package/dist/cjs/BrandMoment/BrandMoment.cjs.map +1 -1
  3. package/dist/cjs/Calendar/CalendarPopover/CalendarPopover.cjs +48 -0
  4. package/dist/cjs/Calendar/CalendarPopover/CalendarPopover.cjs.map +1 -0
  5. package/dist/cjs/Calendar/CalendarPopover/CalendarPopover.module.scss.cjs +7 -0
  6. package/dist/cjs/Calendar/CalendarPopover/CalendarPopover.module.scss.cjs.map +1 -0
  7. package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs +74 -0
  8. package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs.map +1 -0
  9. package/dist/cjs/Calendar/CalendarRange/CalendarRange.module.scss.cjs +13 -0
  10. package/dist/cjs/Calendar/CalendarRange/CalendarRange.module.scss.cjs.map +1 -0
  11. package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs +70 -0
  12. package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs.map +1 -0
  13. package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.module.scss.cjs +8 -0
  14. package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.module.scss.cjs.map +1 -0
  15. package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs +66 -0
  16. package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs.map +1 -0
  17. package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.cjs +11 -0
  18. package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.cjs.map +1 -0
  19. package/dist/cjs/Calendar/baseCalendarClassNames.cjs +23 -0
  20. package/dist/cjs/Calendar/baseCalendarClassNames.cjs.map +1 -0
  21. package/dist/cjs/Calendar/baseCalendarClassNames.module.scss.cjs +22 -0
  22. package/dist/cjs/Calendar/baseCalendarClassNames.module.scss.cjs.map +1 -0
  23. package/dist/cjs/Calendar/enums.cjs +18 -0
  24. package/dist/cjs/Calendar/enums.cjs.map +1 -0
  25. package/dist/cjs/Calendar/utils/calculateDisabledDays.cjs +23 -0
  26. package/dist/cjs/Calendar/utils/calculateDisabledDays.cjs.map +1 -0
  27. package/dist/cjs/Calendar/utils/formatDateAsNumeral.cjs +12 -0
  28. package/dist/cjs/Calendar/utils/formatDateAsNumeral.cjs.map +1 -0
  29. package/dist/cjs/Calendar/utils/formatDateAsText.cjs +21 -0
  30. package/dist/cjs/Calendar/utils/formatDateAsText.cjs.map +1 -0
  31. package/dist/cjs/Calendar/utils/isDisabledDate.cjs +8 -0
  32. package/dist/cjs/Calendar/utils/isDisabledDate.cjs.map +1 -0
  33. package/dist/cjs/Calendar/utils/isInvalidDate.cjs +7 -0
  34. package/dist/cjs/Calendar/utils/isInvalidDate.cjs.map +1 -0
  35. package/dist/cjs/Calendar/utils/isSelectingDayInCalendar.cjs +9 -0
  36. package/dist/cjs/Calendar/utils/isSelectingDayInCalendar.cjs.map +1 -0
  37. package/dist/cjs/Calendar/utils/isValidWeekStartsOn.cjs +7 -0
  38. package/dist/cjs/Calendar/utils/isValidWeekStartsOn.cjs.map +1 -0
  39. package/dist/cjs/Calendar/utils/parseDateAsTextOrNumeral.cjs +11 -0
  40. package/dist/cjs/Calendar/utils/parseDateAsTextOrNumeral.cjs.map +1 -0
  41. package/dist/cjs/Calendar/utils/parseDateFromNumeralFormatValue.cjs +11 -0
  42. package/dist/cjs/Calendar/utils/parseDateFromNumeralFormatValue.cjs.map +1 -0
  43. package/dist/cjs/Calendar/utils/parseDateFromTextFormatValue.cjs +11 -0
  44. package/dist/cjs/Calendar/utils/parseDateFromTextFormatValue.cjs.map +1 -0
  45. package/dist/cjs/Calendar/utils/setFocusInCalendar.cjs +14 -0
  46. package/dist/cjs/Calendar/utils/setFocusInCalendar.cjs.map +1 -0
  47. package/dist/cjs/DateInput/DateInput/DateInput.cjs +42 -0
  48. package/dist/cjs/DateInput/DateInput/DateInput.cjs.map +1 -0
  49. package/dist/cjs/DateInput/DateInput/DateInput.module.scss.cjs +8 -0
  50. package/dist/cjs/DateInput/DateInput/DateInput.module.scss.cjs.map +1 -0
  51. package/dist/cjs/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.cjs +2 -2
  52. package/dist/cjs/DateInput/DateInputDescription/DateInputDescription.cjs.map +1 -0
  53. package/dist/cjs/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.module.scss.cjs +4 -2
  54. package/dist/cjs/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.module.scss.cjs.map +1 -1
  55. package/dist/cjs/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.cjs.map +1 -0
  56. package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs +43 -0
  57. package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs.map +1 -0
  58. package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss.cjs +9 -0
  59. package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss.cjs.map +1 -0
  60. package/dist/cjs/DatePicker/DatePicker.cjs +232 -0
  61. package/dist/cjs/DatePicker/DatePicker.cjs.map +1 -0
  62. package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.cjs +57 -0
  63. package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.cjs.map +1 -0
  64. package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.module.scss.cjs +7 -0
  65. package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.module.scss.cjs.map +1 -0
  66. package/dist/cjs/DatePicker/utils/getLocale.cjs +15 -0
  67. package/dist/cjs/DatePicker/utils/getLocale.cjs.map +1 -0
  68. package/dist/cjs/DatePicker/utils/validateDate.cjs +59 -0
  69. package/dist/cjs/DatePicker/utils/validateDate.cjs.map +1 -0
  70. package/dist/cjs/DateRangePicker/DateRangePicker.cjs +146 -0
  71. package/dist/cjs/DateRangePicker/DateRangePicker.cjs.map +1 -0
  72. package/dist/cjs/DateRangePicker/DateRangePicker.module.scss.cjs +11 -0
  73. package/dist/cjs/DateRangePicker/DateRangePicker.module.scss.cjs.map +1 -0
  74. package/dist/cjs/DateRangePicker/utils/formatDateRangeValue.cjs +25 -0
  75. package/dist/cjs/DateRangePicker/utils/formatDateRangeValue.cjs.map +1 -0
  76. package/dist/cjs/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs +5 -8
  77. package/dist/cjs/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs.map +1 -1
  78. package/dist/cjs/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.cjs.map +1 -1
  79. package/dist/cjs/FilterDatePicker/FilterDatePicker.cjs +7 -2
  80. package/dist/cjs/FilterDatePicker/FilterDatePicker.cjs.map +1 -1
  81. package/dist/cjs/FilterDatePicker/hooks/useDateInputHandlers.cjs +13 -9
  82. package/dist/cjs/FilterDatePicker/hooks/useDateInputHandlers.cjs.map +1 -1
  83. package/dist/cjs/FilterDatePicker/hooks/useDateValidation.cjs.map +1 -1
  84. package/dist/cjs/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs +7 -6
  85. package/dist/cjs/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs.map +1 -1
  86. package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.cjs +12 -7
  87. package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.cjs.map +1 -1
  88. package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.cjs +7 -3
  89. package/dist/cjs/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.cjs.map +1 -1
  90. package/dist/cjs/FilterDatePicker/utils/transformDateToInputValue.cjs +7 -2
  91. package/dist/cjs/FilterDatePicker/utils/transformDateToInputValue.cjs.map +1 -1
  92. package/dist/cjs/FilterDatePicker/utils/validateDate.cjs +1 -1
  93. package/dist/cjs/FilterDatePicker/utils/validateDate.cjs.map +1 -1
  94. package/dist/cjs/FilterDateRangePicker/FilterDateRangePicker.cjs +3 -3
  95. package/dist/cjs/FilterDateRangePicker/FilterDateRangePicker.cjs.map +1 -1
  96. package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.cjs +6 -1
  97. package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.cjs.map +1 -1
  98. package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs +5 -4
  99. package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs.map +1 -1
  100. package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.cjs +6 -6
  101. package/dist/cjs/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.cjs.map +1 -1
  102. package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.cjs +9 -6
  103. package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.cjs.map +1 -1
  104. package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.cjs +7 -3
  105. package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.cjs.map +1 -1
  106. package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.cjs +5 -8
  107. package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.cjs.map +1 -1
  108. package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.cjs +5 -8
  109. package/dist/cjs/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.cjs.map +1 -1
  110. package/dist/cjs/FilterDateRangePicker/utils/isCompleteDateRange.cjs.map +1 -1
  111. package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +126 -0
  112. package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs.map +1 -0
  113. package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.module.scss.cjs +31 -0
  114. package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.module.scss.cjs.map +1 -0
  115. package/dist/cjs/Modal/ContextModal/ContextModal.cjs +95 -0
  116. package/dist/cjs/Modal/ContextModal/ContextModal.cjs.map +1 -0
  117. package/dist/cjs/Modal/ContextModal/ContextModal.module.scss.cjs +31 -0
  118. package/dist/cjs/Modal/ContextModal/ContextModal.module.scss.cjs.map +1 -0
  119. package/dist/cjs/Modal/GenericModal/GenericModal.cjs +138 -0
  120. package/dist/cjs/Modal/GenericModal/GenericModal.cjs.map +1 -0
  121. package/dist/cjs/Modal/GenericModal/GenericModal.module.scss.cjs +19 -0
  122. package/dist/cjs/Modal/GenericModal/GenericModal.module.scss.cjs.map +1 -0
  123. package/dist/cjs/Modal/GenericModal/context/ModalContext.cjs +9 -0
  124. package/dist/cjs/Modal/GenericModal/context/ModalContext.cjs.map +1 -0
  125. package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.cjs +21 -0
  126. package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.cjs.map +1 -0
  127. package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss.cjs +7 -0
  128. package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss.cjs.map +1 -0
  129. package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.cjs +25 -0
  130. package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.cjs.map +1 -0
  131. package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss.cjs +8 -0
  132. package/dist/cjs/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss.cjs.map +1 -0
  133. package/dist/cjs/Modal/GenericModal/subcomponents/ModalBody/ModalBody.cjs +19 -0
  134. package/dist/cjs/Modal/GenericModal/subcomponents/ModalBody/ModalBody.cjs.map +1 -0
  135. package/dist/cjs/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss.cjs +7 -0
  136. package/dist/cjs/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss.cjs.map +1 -0
  137. package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs +44 -0
  138. package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs.map +1 -0
  139. package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss.cjs +17 -0
  140. package/dist/cjs/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss.cjs.map +1 -0
  141. package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +35 -0
  142. package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs.map +1 -0
  143. package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss.cjs +10 -0
  144. package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss.cjs.map +1 -0
  145. package/dist/cjs/Modal/InputEditModal/InputEditModal.cjs +86 -0
  146. package/dist/cjs/Modal/InputEditModal/InputEditModal.cjs.map +1 -0
  147. package/dist/cjs/Modal/InputEditModal/InputEditModal.module.scss.cjs +26 -0
  148. package/dist/cjs/Modal/InputEditModal/InputEditModal.module.scss.cjs.map +1 -0
  149. package/dist/cjs/Modal/util/console.cjs +17 -0
  150. package/dist/cjs/Modal/util/console.cjs.map +1 -0
  151. package/dist/cjs/Radio/Radio/Radio.cjs.map +1 -1
  152. package/dist/cjs/dts/Calendar/CalendarPopover/CalendarPopover.d.ts +16 -0
  153. package/dist/cjs/dts/Calendar/CalendarPopover/index.d.ts +1 -0
  154. package/dist/cjs/dts/Calendar/CalendarRange/CalendarRange.d.ts +13 -0
  155. package/dist/cjs/dts/Calendar/CalendarRange/index.d.ts +1 -0
  156. package/dist/cjs/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +12 -0
  157. package/dist/cjs/dts/Calendar/CalendarSingle/index.d.ts +1 -0
  158. package/dist/cjs/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +17 -0
  159. package/dist/cjs/dts/Calendar/LegacyCalendarRange/index.d.ts +1 -0
  160. package/dist/cjs/dts/Calendar/_docs/controls/weekStartsOnControls.d.ts +26 -0
  161. package/dist/cjs/dts/Calendar/baseCalendarClassNames.d.ts +2 -0
  162. package/dist/cjs/dts/Calendar/enums.d.ts +15 -0
  163. package/dist/cjs/dts/Calendar/index.d.ts +5 -0
  164. package/dist/cjs/dts/Calendar/types.d.ts +37 -0
  165. package/dist/cjs/dts/Calendar/utils/calculateDisabledDays.d.ts +3 -0
  166. package/dist/cjs/dts/Calendar/utils/formatDateAsNumeral.d.ts +1 -0
  167. package/dist/cjs/dts/Calendar/utils/formatDateAsText.d.ts +2 -0
  168. package/dist/cjs/dts/Calendar/utils/index.d.ts +11 -0
  169. package/dist/cjs/dts/Calendar/utils/isDisabledDate.d.ts +2 -0
  170. package/dist/cjs/dts/Calendar/utils/isInvalidDate.d.ts +1 -0
  171. package/dist/cjs/dts/Calendar/utils/isSelectingDayInCalendar.d.ts +1 -0
  172. package/dist/cjs/dts/Calendar/utils/isValidWeekStartsOn.d.ts +2 -0
  173. package/dist/cjs/dts/Calendar/utils/parseDateAsTextOrNumeral.d.ts +1 -0
  174. package/dist/cjs/dts/Calendar/utils/parseDateFromNumeralFormatValue.d.ts +1 -0
  175. package/dist/cjs/dts/Calendar/utils/parseDateFromTextFormatValue.d.ts +1 -0
  176. package/dist/cjs/dts/Calendar/utils/setFocusInCalendar.d.ts +3 -0
  177. package/dist/cjs/dts/DateInput/DateInput/DateInput.d.ts +12 -0
  178. package/dist/cjs/dts/DateInput/DateInput/index.d.ts +1 -0
  179. package/dist/cjs/dts/DateInput/DateInputWithIconButton/DateInputWithIconButton.d.ts +18 -0
  180. package/dist/cjs/dts/DateInput/DateInputWithIconButton/index.d.ts +1 -0
  181. package/dist/cjs/dts/DateInput/index.d.ts +3 -0
  182. package/dist/cjs/dts/DatePicker/DatePicker.d.ts +55 -0
  183. package/dist/cjs/dts/DatePicker/_docs/controls/datePickerLocaleControls.d.ts +8 -0
  184. package/dist/cjs/dts/DatePicker/_docs/controls/disabledDayMatchersControls.d.ts +96 -0
  185. package/dist/cjs/dts/DatePicker/index.d.ts +2 -0
  186. package/dist/cjs/dts/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +35 -0
  187. package/dist/cjs/dts/DatePicker/subcomponents/DateInputField/index.d.ts +1 -0
  188. package/dist/cjs/dts/DatePicker/types.d.ts +11 -0
  189. package/dist/cjs/dts/DatePicker/utils/getLocale.d.ts +3 -0
  190. package/dist/cjs/dts/DatePicker/utils/validateDate.d.ts +12 -0
  191. package/dist/cjs/dts/DateRangePicker/DateRangePicker.d.ts +44 -0
  192. package/dist/cjs/dts/DateRangePicker/index.d.ts +2 -0
  193. package/dist/cjs/dts/DateRangePicker/utils/formatDateRangeValue.d.ts +2 -0
  194. package/dist/cjs/dts/FilterDatePicker/hooks/useDateInputHandlers.d.ts +2 -2
  195. package/dist/cjs/dts/FilterDatePicker/hooks/useDateValidation.d.ts +1 -1
  196. package/dist/cjs/dts/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -2
  197. package/dist/cjs/dts/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +4 -4
  198. package/dist/cjs/dts/FilterDatePicker/types.d.ts +1 -1
  199. package/dist/cjs/dts/FilterDatePicker/utils/transformDateToInputValue.d.ts +1 -1
  200. package/dist/cjs/dts/FilterDatePicker/utils/validateDate.d.ts +1 -1
  201. package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +1 -2
  202. package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +3 -3
  203. package/dist/cjs/dts/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +1 -1
  204. package/dist/cjs/dts/Modal/ConfirmationModal/ConfirmationModal.d.ts +38 -0
  205. package/dist/cjs/dts/Modal/ConfirmationModal/index.d.ts +1 -0
  206. package/dist/cjs/dts/Modal/ContextModal/ContextModal.d.ts +40 -0
  207. package/dist/cjs/dts/Modal/ContextModal/index.d.ts +1 -0
  208. package/dist/cjs/dts/Modal/GenericModal/GenericModal.d.ts +14 -0
  209. package/dist/cjs/dts/Modal/GenericModal/context/ModalContext.d.ts +6 -0
  210. package/dist/cjs/dts/Modal/GenericModal/index.d.ts +7 -0
  211. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.d.ts +8 -0
  212. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalAccessibleDescription/index.d.ts +1 -0
  213. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.d.ts +9 -0
  214. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalAccessibleLabel/index.d.ts +1 -0
  215. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalBody/ModalBody.d.ts +9 -0
  216. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalBody/index.d.ts +1 -0
  217. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.d.ts +26 -0
  218. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalFooter/index.d.ts +1 -0
  219. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.d.ts +11 -0
  220. package/dist/cjs/dts/Modal/GenericModal/subcomponents/ModalHeader/index.d.ts +1 -0
  221. package/dist/cjs/dts/Modal/InputEditModal/InputEditModal.d.ts +32 -0
  222. package/dist/cjs/dts/Modal/InputEditModal/index.d.ts +1 -0
  223. package/dist/cjs/dts/Modal/index.d.ts +4 -0
  224. package/dist/cjs/dts/Modal/util/console.d.ts +5 -0
  225. package/dist/cjs/dts/Radio/Radio/Radio.d.ts +5 -5
  226. package/dist/cjs/dts/index.d.ts +5 -1
  227. package/dist/cjs/dts/utils/useMediaQueries.d.ts +27 -0
  228. package/dist/cjs/index.cjs +61 -0
  229. package/dist/cjs/index.cjs.map +1 -1
  230. package/dist/cjs/index.css +27 -9
  231. package/dist/cjs/utils/useMediaQueries.cjs +169 -0
  232. package/dist/cjs/utils/useMediaQueries.cjs.map +1 -0
  233. package/dist/esm/BrandMoment/BrandMoment.mjs +1 -1
  234. package/dist/esm/BrandMoment/BrandMoment.mjs.map +1 -1
  235. package/dist/esm/Calendar/CalendarPopover/CalendarPopover.mjs +46 -0
  236. package/dist/esm/Calendar/CalendarPopover/CalendarPopover.mjs.map +1 -0
  237. package/dist/esm/Calendar/CalendarPopover/CalendarPopover.module.scss.mjs +5 -0
  238. package/dist/esm/Calendar/CalendarPopover/CalendarPopover.module.scss.mjs.map +1 -0
  239. package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs +72 -0
  240. package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs.map +1 -0
  241. package/dist/esm/Calendar/CalendarRange/CalendarRange.module.scss.mjs +11 -0
  242. package/dist/esm/Calendar/CalendarRange/CalendarRange.module.scss.mjs.map +1 -0
  243. package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs +68 -0
  244. package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs.map +1 -0
  245. package/dist/esm/Calendar/CalendarSingle/CalendarSingle.module.scss.mjs +6 -0
  246. package/dist/esm/Calendar/CalendarSingle/CalendarSingle.module.scss.mjs.map +1 -0
  247. package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +64 -0
  248. package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs.map +1 -0
  249. package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.mjs +9 -0
  250. package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.mjs.map +1 -0
  251. package/dist/esm/Calendar/baseCalendarClassNames.mjs +21 -0
  252. package/dist/esm/Calendar/baseCalendarClassNames.mjs.map +1 -0
  253. package/dist/esm/Calendar/baseCalendarClassNames.module.scss.mjs +20 -0
  254. package/dist/esm/Calendar/baseCalendarClassNames.module.scss.mjs.map +1 -0
  255. package/dist/esm/Calendar/enums.mjs +15 -0
  256. package/dist/esm/Calendar/enums.mjs.map +1 -0
  257. package/dist/esm/Calendar/utils/calculateDisabledDays.mjs +21 -0
  258. package/dist/esm/Calendar/utils/calculateDisabledDays.mjs.map +1 -0
  259. package/dist/esm/Calendar/utils/formatDateAsNumeral.mjs +10 -0
  260. package/dist/esm/Calendar/utils/formatDateAsNumeral.mjs.map +1 -0
  261. package/dist/esm/Calendar/utils/formatDateAsText.mjs +19 -0
  262. package/dist/esm/Calendar/utils/formatDateAsText.mjs.map +1 -0
  263. package/dist/esm/Calendar/utils/isDisabledDate.mjs +6 -0
  264. package/dist/esm/Calendar/utils/isDisabledDate.mjs.map +1 -0
  265. package/dist/esm/Calendar/utils/isInvalidDate.mjs +5 -0
  266. package/dist/esm/Calendar/utils/isInvalidDate.mjs.map +1 -0
  267. package/dist/esm/Calendar/utils/isSelectingDayInCalendar.mjs +7 -0
  268. package/dist/esm/Calendar/utils/isSelectingDayInCalendar.mjs.map +1 -0
  269. package/dist/esm/Calendar/utils/isValidWeekStartsOn.mjs +5 -0
  270. package/dist/esm/Calendar/utils/isValidWeekStartsOn.mjs.map +1 -0
  271. package/dist/esm/Calendar/utils/parseDateAsTextOrNumeral.mjs +9 -0
  272. package/dist/esm/Calendar/utils/parseDateAsTextOrNumeral.mjs.map +1 -0
  273. package/dist/esm/Calendar/utils/parseDateFromNumeralFormatValue.mjs +9 -0
  274. package/dist/esm/Calendar/utils/parseDateFromNumeralFormatValue.mjs.map +1 -0
  275. package/dist/esm/Calendar/utils/parseDateFromTextFormatValue.mjs +9 -0
  276. package/dist/esm/Calendar/utils/parseDateFromTextFormatValue.mjs.map +1 -0
  277. package/dist/esm/Calendar/utils/setFocusInCalendar.mjs +12 -0
  278. package/dist/esm/Calendar/utils/setFocusInCalendar.mjs.map +1 -0
  279. package/dist/esm/DateInput/DateInput/DateInput.mjs +40 -0
  280. package/dist/esm/DateInput/DateInput/DateInput.mjs.map +1 -0
  281. package/dist/esm/DateInput/DateInput/DateInput.module.scss.mjs +6 -0
  282. package/dist/esm/DateInput/DateInput/DateInput.module.scss.mjs.map +1 -0
  283. package/dist/esm/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.mjs +2 -2
  284. package/dist/esm/DateInput/DateInputDescription/DateInputDescription.mjs.map +1 -0
  285. package/dist/esm/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.module.scss.mjs +4 -2
  286. package/dist/esm/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.module.scss.mjs.map +1 -1
  287. package/dist/esm/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.mjs.map +1 -0
  288. package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs +41 -0
  289. package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs.map +1 -0
  290. package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss.mjs +7 -0
  291. package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss.mjs.map +1 -0
  292. package/dist/esm/DatePicker/DatePicker.mjs +230 -0
  293. package/dist/esm/DatePicker/DatePicker.mjs.map +1 -0
  294. package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.mjs +55 -0
  295. package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.mjs.map +1 -0
  296. package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.module.scss.mjs +5 -0
  297. package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.module.scss.mjs.map +1 -0
  298. package/dist/esm/DatePicker/utils/getLocale.mjs +13 -0
  299. package/dist/esm/DatePicker/utils/getLocale.mjs.map +1 -0
  300. package/dist/esm/DatePicker/utils/validateDate.mjs +57 -0
  301. package/dist/esm/DatePicker/utils/validateDate.mjs.map +1 -0
  302. package/dist/esm/DateRangePicker/DateRangePicker.mjs +144 -0
  303. package/dist/esm/DateRangePicker/DateRangePicker.mjs.map +1 -0
  304. package/dist/esm/DateRangePicker/DateRangePicker.module.scss.mjs +9 -0
  305. package/dist/esm/DateRangePicker/DateRangePicker.module.scss.mjs.map +1 -0
  306. package/dist/esm/DateRangePicker/utils/formatDateRangeValue.mjs +23 -0
  307. package/dist/esm/DateRangePicker/utils/formatDateRangeValue.mjs.map +1 -0
  308. package/dist/esm/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs +5 -8
  309. package/dist/esm/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs.map +1 -1
  310. package/dist/esm/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.mjs.map +1 -1
  311. package/dist/esm/FilterDatePicker/FilterDatePicker.mjs +6 -1
  312. package/dist/esm/FilterDatePicker/FilterDatePicker.mjs.map +1 -1
  313. package/dist/esm/FilterDatePicker/hooks/useDateInputHandlers.mjs +10 -6
  314. package/dist/esm/FilterDatePicker/hooks/useDateInputHandlers.mjs.map +1 -1
  315. package/dist/esm/FilterDatePicker/hooks/useDateValidation.mjs.map +1 -1
  316. package/dist/esm/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs +4 -3
  317. package/dist/esm/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs.map +1 -1
  318. package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.mjs +9 -4
  319. package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.mjs.map +1 -1
  320. package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.mjs +5 -1
  321. package/dist/esm/FilterDatePicker/subcomponents/FilterDatePickerField/filterDatePickerFieldReducer.mjs.map +1 -1
  322. package/dist/esm/FilterDatePicker/utils/transformDateToInputValue.mjs +6 -1
  323. package/dist/esm/FilterDatePicker/utils/transformDateToInputValue.mjs.map +1 -1
  324. package/dist/esm/FilterDatePicker/utils/validateDate.mjs +1 -1
  325. package/dist/esm/FilterDatePicker/utils/validateDate.mjs.map +1 -1
  326. package/dist/esm/FilterDateRangePicker/FilterDateRangePicker.mjs +4 -4
  327. package/dist/esm/FilterDateRangePicker/FilterDateRangePicker.mjs.map +1 -1
  328. package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.mjs +6 -1
  329. package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.mjs.map +1 -1
  330. package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs +4 -3
  331. package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs.map +1 -1
  332. package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.mjs +1 -1
  333. package/dist/esm/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.mjs.map +1 -1
  334. package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.mjs +8 -5
  335. package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.mjs.map +1 -1
  336. package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.mjs +5 -1
  337. package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/filterDateRangePickerFieldReducer.mjs.map +1 -1
  338. package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.mjs +5 -8
  339. package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.mjs.map +1 -1
  340. package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.mjs +5 -8
  341. package/dist/esm/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.mjs.map +1 -1
  342. package/dist/esm/FilterDateRangePicker/utils/isCompleteDateRange.mjs.map +1 -1
  343. package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +124 -0
  344. package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs.map +1 -0
  345. package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.module.scss.mjs +29 -0
  346. package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.module.scss.mjs.map +1 -0
  347. package/dist/esm/Modal/ContextModal/ContextModal.mjs +93 -0
  348. package/dist/esm/Modal/ContextModal/ContextModal.mjs.map +1 -0
  349. package/dist/esm/Modal/ContextModal/ContextModal.module.scss.mjs +29 -0
  350. package/dist/esm/Modal/ContextModal/ContextModal.module.scss.mjs.map +1 -0
  351. package/dist/esm/Modal/GenericModal/GenericModal.mjs +136 -0
  352. package/dist/esm/Modal/GenericModal/GenericModal.mjs.map +1 -0
  353. package/dist/esm/Modal/GenericModal/GenericModal.module.scss.mjs +17 -0
  354. package/dist/esm/Modal/GenericModal/GenericModal.module.scss.mjs.map +1 -0
  355. package/dist/esm/Modal/GenericModal/context/ModalContext.mjs +7 -0
  356. package/dist/esm/Modal/GenericModal/context/ModalContext.mjs.map +1 -0
  357. package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.mjs +19 -0
  358. package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.mjs.map +1 -0
  359. package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss.mjs +5 -0
  360. package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss.mjs.map +1 -0
  361. package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.mjs +23 -0
  362. package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.mjs.map +1 -0
  363. package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss.mjs +6 -0
  364. package/dist/esm/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss.mjs.map +1 -0
  365. package/dist/esm/Modal/GenericModal/subcomponents/ModalBody/ModalBody.mjs +17 -0
  366. package/dist/esm/Modal/GenericModal/subcomponents/ModalBody/ModalBody.mjs.map +1 -0
  367. package/dist/esm/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss.mjs +5 -0
  368. package/dist/esm/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss.mjs.map +1 -0
  369. package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs +42 -0
  370. package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs.map +1 -0
  371. package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss.mjs +15 -0
  372. package/dist/esm/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss.mjs.map +1 -0
  373. package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +33 -0
  374. package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs.map +1 -0
  375. package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss.mjs +8 -0
  376. package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss.mjs.map +1 -0
  377. package/dist/esm/Modal/InputEditModal/InputEditModal.mjs +84 -0
  378. package/dist/esm/Modal/InputEditModal/InputEditModal.mjs.map +1 -0
  379. package/dist/esm/Modal/InputEditModal/InputEditModal.module.scss.mjs +24 -0
  380. package/dist/esm/Modal/InputEditModal/InputEditModal.module.scss.mjs.map +1 -0
  381. package/dist/esm/Modal/util/console.mjs +14 -0
  382. package/dist/esm/Modal/util/console.mjs.map +1 -0
  383. package/dist/esm/Radio/Radio/Radio.mjs.map +1 -1
  384. package/dist/esm/dts/Calendar/CalendarPopover/CalendarPopover.d.ts +16 -0
  385. package/dist/esm/dts/Calendar/CalendarPopover/index.d.ts +1 -0
  386. package/dist/esm/dts/Calendar/CalendarRange/CalendarRange.d.ts +13 -0
  387. package/dist/esm/dts/Calendar/CalendarRange/index.d.ts +1 -0
  388. package/dist/esm/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +12 -0
  389. package/dist/esm/dts/Calendar/CalendarSingle/index.d.ts +1 -0
  390. package/dist/esm/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +17 -0
  391. package/dist/esm/dts/Calendar/LegacyCalendarRange/index.d.ts +1 -0
  392. package/dist/esm/dts/Calendar/_docs/controls/weekStartsOnControls.d.ts +26 -0
  393. package/dist/esm/dts/Calendar/baseCalendarClassNames.d.ts +2 -0
  394. package/dist/esm/dts/Calendar/enums.d.ts +15 -0
  395. package/dist/esm/dts/Calendar/index.d.ts +5 -0
  396. package/dist/esm/dts/Calendar/types.d.ts +37 -0
  397. package/dist/esm/dts/Calendar/utils/calculateDisabledDays.d.ts +3 -0
  398. package/dist/esm/dts/Calendar/utils/formatDateAsNumeral.d.ts +1 -0
  399. package/dist/esm/dts/Calendar/utils/formatDateAsText.d.ts +2 -0
  400. package/dist/esm/dts/Calendar/utils/index.d.ts +11 -0
  401. package/dist/esm/dts/Calendar/utils/isDisabledDate.d.ts +2 -0
  402. package/dist/esm/dts/Calendar/utils/isInvalidDate.d.ts +1 -0
  403. package/dist/esm/dts/Calendar/utils/isSelectingDayInCalendar.d.ts +1 -0
  404. package/dist/esm/dts/Calendar/utils/isValidWeekStartsOn.d.ts +2 -0
  405. package/dist/esm/dts/Calendar/utils/parseDateAsTextOrNumeral.d.ts +1 -0
  406. package/dist/esm/dts/Calendar/utils/parseDateFromNumeralFormatValue.d.ts +1 -0
  407. package/dist/esm/dts/Calendar/utils/parseDateFromTextFormatValue.d.ts +1 -0
  408. package/dist/esm/dts/Calendar/utils/setFocusInCalendar.d.ts +3 -0
  409. package/dist/esm/dts/DateInput/DateInput/DateInput.d.ts +12 -0
  410. package/dist/esm/dts/DateInput/DateInput/index.d.ts +1 -0
  411. package/dist/esm/dts/DateInput/DateInputWithIconButton/DateInputWithIconButton.d.ts +18 -0
  412. package/dist/esm/dts/DateInput/DateInputWithIconButton/index.d.ts +1 -0
  413. package/dist/esm/dts/DateInput/index.d.ts +3 -0
  414. package/dist/esm/dts/DatePicker/DatePicker.d.ts +55 -0
  415. package/dist/esm/dts/DatePicker/_docs/controls/datePickerLocaleControls.d.ts +8 -0
  416. package/dist/esm/dts/DatePicker/_docs/controls/disabledDayMatchersControls.d.ts +96 -0
  417. package/dist/esm/dts/DatePicker/index.d.ts +2 -0
  418. package/dist/esm/dts/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +35 -0
  419. package/dist/esm/dts/DatePicker/subcomponents/DateInputField/index.d.ts +1 -0
  420. package/dist/esm/dts/DatePicker/types.d.ts +11 -0
  421. package/dist/esm/dts/DatePicker/utils/getLocale.d.ts +3 -0
  422. package/dist/esm/dts/DatePicker/utils/validateDate.d.ts +12 -0
  423. package/dist/esm/dts/DateRangePicker/DateRangePicker.d.ts +44 -0
  424. package/dist/esm/dts/DateRangePicker/index.d.ts +2 -0
  425. package/dist/esm/dts/DateRangePicker/utils/formatDateRangeValue.d.ts +2 -0
  426. package/dist/esm/dts/FilterDatePicker/hooks/useDateInputHandlers.d.ts +2 -2
  427. package/dist/esm/dts/FilterDatePicker/hooks/useDateValidation.d.ts +1 -1
  428. package/dist/esm/dts/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -2
  429. package/dist/esm/dts/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +4 -4
  430. package/dist/esm/dts/FilterDatePicker/types.d.ts +1 -1
  431. package/dist/esm/dts/FilterDatePicker/utils/transformDateToInputValue.d.ts +1 -1
  432. package/dist/esm/dts/FilterDatePicker/utils/validateDate.d.ts +1 -1
  433. package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +1 -2
  434. package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +3 -3
  435. package/dist/esm/dts/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +1 -1
  436. package/dist/esm/dts/Modal/ConfirmationModal/ConfirmationModal.d.ts +38 -0
  437. package/dist/esm/dts/Modal/ConfirmationModal/index.d.ts +1 -0
  438. package/dist/esm/dts/Modal/ContextModal/ContextModal.d.ts +40 -0
  439. package/dist/esm/dts/Modal/ContextModal/index.d.ts +1 -0
  440. package/dist/esm/dts/Modal/GenericModal/GenericModal.d.ts +14 -0
  441. package/dist/esm/dts/Modal/GenericModal/context/ModalContext.d.ts +6 -0
  442. package/dist/esm/dts/Modal/GenericModal/index.d.ts +7 -0
  443. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.d.ts +8 -0
  444. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalAccessibleDescription/index.d.ts +1 -0
  445. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.d.ts +9 -0
  446. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalAccessibleLabel/index.d.ts +1 -0
  447. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalBody/ModalBody.d.ts +9 -0
  448. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalBody/index.d.ts +1 -0
  449. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.d.ts +26 -0
  450. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalFooter/index.d.ts +1 -0
  451. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.d.ts +11 -0
  452. package/dist/esm/dts/Modal/GenericModal/subcomponents/ModalHeader/index.d.ts +1 -0
  453. package/dist/esm/dts/Modal/InputEditModal/InputEditModal.d.ts +32 -0
  454. package/dist/esm/dts/Modal/InputEditModal/index.d.ts +1 -0
  455. package/dist/esm/dts/Modal/index.d.ts +4 -0
  456. package/dist/esm/dts/Modal/util/console.d.ts +5 -0
  457. package/dist/esm/dts/Radio/Radio/Radio.d.ts +5 -5
  458. package/dist/esm/dts/index.d.ts +5 -1
  459. package/dist/esm/dts/utils/useMediaQueries.d.ts +27 -0
  460. package/dist/esm/index.css +28 -10
  461. package/dist/esm/index.mjs +30 -0
  462. package/dist/esm/index.mjs.map +1 -1
  463. package/dist/esm/utils/useMediaQueries.mjs +166 -0
  464. package/dist/esm/utils/useMediaQueries.mjs.map +1 -0
  465. package/dist/index.d.ts +598 -150
  466. package/dist/styles.css +1 -1
  467. package/locales/ar.json +1 -1
  468. package/locales/bg.json +1 -1
  469. package/locales/cs.json +1 -1
  470. package/locales/cy.json +1 -1
  471. package/locales/da.json +1 -1
  472. package/locales/de.json +1 -1
  473. package/locales/el.json +1 -1
  474. package/locales/en-GB.json +1 -1
  475. package/locales/en.json +1 -1
  476. package/locales/es-419.json +1 -1
  477. package/locales/es.json +1 -1
  478. package/locales/et.json +1 -1
  479. package/locales/fi.json +1 -1
  480. package/locales/fr-CA.json +1 -1
  481. package/locales/fr.json +1 -1
  482. package/locales/he.json +1 -1
  483. package/locales/hi.json +1 -1
  484. package/locales/ht.json +1 -1
  485. package/locales/hu.json +1 -1
  486. package/locales/id.json +1 -1
  487. package/locales/it.json +1 -1
  488. package/locales/ja.json +1 -1
  489. package/locales/km-KH.json +1 -1
  490. package/locales/ko.json +1 -1
  491. package/locales/lt.json +1 -1
  492. package/locales/lv.json +1 -1
  493. package/locales/mi.json +1 -1
  494. package/locales/ms.json +1 -1
  495. package/locales/nb.json +1 -1
  496. package/locales/nl.json +1 -1
  497. package/locales/pl.json +1 -1
  498. package/locales/pt-BR.json +1 -1
  499. package/locales/pt.json +1 -1
  500. package/locales/ro.json +1 -1
  501. package/locales/ru.json +1 -1
  502. package/locales/si-LK.json +1 -1
  503. package/locales/sk.json +1 -1
  504. package/locales/sr.json +1 -1
  505. package/locales/sv.json +1 -1
  506. package/locales/th.json +1 -1
  507. package/locales/tl.json +1 -1
  508. package/locales/tr.json +1 -1
  509. package/locales/uk.json +1 -1
  510. package/locales/vi.json +1 -1
  511. package/locales/zh-TW.json +1 -1
  512. package/locales/zh.json +1 -1
  513. package/package.json +7 -2
  514. package/dist/cjs/FilterDateRangePicker/subcomponents/DateInputDescription/DateInputDescription.cjs.map +0 -1
  515. package/dist/cjs/FilterDateRangePicker/subcomponents/DateInputDescription/utils/formatDescriptionInputFormat.cjs.map +0 -1
  516. package/dist/cjs/dts/types/DatePicker.d.ts +0 -3
  517. package/dist/esm/FilterDateRangePicker/subcomponents/DateInputDescription/DateInputDescription.mjs.map +0 -1
  518. package/dist/esm/FilterDateRangePicker/subcomponents/DateInputDescription/utils/formatDescriptionInputFormat.mjs.map +0 -1
  519. package/dist/esm/dts/FilterDatePicker/_docs/controls/defaultMonthControls.d.ts +0 -16
  520. package/dist/esm/dts/FilterDateRangePicker/_docs/controls/defaultMonthControls.d.ts +0 -16
  521. package/dist/esm/dts/types/DatePicker.d.ts +0 -3
  522. /package/dist/cjs/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/utils/formatDescriptionInputFormat.cjs +0 -0
  523. /package/dist/cjs/dts/{FilterDatePicker → Calendar}/_docs/controls/defaultMonthControls.d.ts +0 -0
  524. /package/dist/cjs/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.d.ts +0 -0
  525. /package/dist/cjs/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/index.d.ts +0 -0
  526. /package/dist/cjs/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/utils/formatDescriptionInputFormat.d.ts +0 -0
  527. /package/dist/esm/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/utils/formatDescriptionInputFormat.mjs +0 -0
  528. /package/dist/{cjs/dts/FilterDateRangePicker → esm/dts/Calendar}/_docs/controls/defaultMonthControls.d.ts +0 -0
  529. /package/dist/esm/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/DateInputDescription.d.ts +0 -0
  530. /package/dist/esm/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/index.d.ts +0 -0
  531. /package/dist/esm/dts/{FilterDateRangePicker/subcomponents → DateInput}/DateInputDescription/utils/formatDescriptionInputFormat.d.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -1,27 +1,20 @@
1
1
  /// <reference types="react" />
2
- import React$1, { HTMLAttributes, MouseEvent, FocusEvent, ComponentType, ReactElement, ReactNode, ButtonHTMLAttributes, InputHTMLAttributes, SVGAttributes, CSSProperties, LabelHTMLAttributes, TextareaHTMLAttributes } from 'react';
2
+ import * as React$1 from 'react';
3
+ import React__default, { HTMLAttributes, MouseEvent, FocusEvent, ComponentType, ReactElement, ReactNode, ButtonHTMLAttributes, InputHTMLAttributes, RefObject, SVGAttributes, CSSProperties, LabelHTMLAttributes, TextareaHTMLAttributes } from 'react';
3
4
  import { SceneProps, AnimatedSceneProps } from '@kaizen/draft-illustration';
4
5
  import { TooltipProps } from '@kaizen/draft-tooltip';
6
+ import { DayPickerSingleProps, DayPickerRangeProps, DayPickerProps, DateRange, DateInterval, Matcher, DayClickEventHandler } from 'react-day-picker';
7
+ export { DateInterval, DateRange } from 'react-day-picker';
5
8
  import { HeadingProps as HeadingProps$1 } from '@kaizen/typography';
6
- import { DateInputProps, CalendarSingleProps, DisabledDays, DateRange } from '@kaizen/date-picker';
7
- export { DateRange, DisabledDays } from '@kaizen/date-picker';
8
- import { FieldMessageStatus as FieldMessageStatus$1 } from '@kaizen/draft-form';
9
- import { CalendarRangeProps } from '@kaizen/date-picker/src/_subcomponents/Calendar';
10
- import { DateInputProps as DateInputProps$1 } from '@kaizen/date-picker/src/_subcomponents/DateInput';
11
9
  import { Node, SelectionMode, Selection } from '@react-types/shared';
12
10
  import { AriaMenuOptions } from '@react-aria/menu';
13
11
  import { MenuTriggerState } from '@react-stately/menu';
14
12
  import { ListState } from '@react-stately/list';
15
13
  import { AriaListBoxOptions } from '@react-aria/listbox';
16
14
  import { SelectProps } from '@react-stately/select';
17
- import { ValidateDateArgs } from '@kaizen/date-picker/src/utils/validateDate';
18
15
  import { Theme as Theme$1 } from '@kaizen/design-tokens';
19
16
  import { DefaultTagProps } from '@kaizen/draft-tag';
20
17
 
21
- type StringSuggestions<T extends string> = T | (string & Record<never, never>);
22
-
23
- type FilterDateSupportedLocales = StringSuggestions<"en-US" | "en-AU">;
24
-
25
18
  type OverrideClassName<T extends Record<string, any>> = Omit<T, "className"> & {
26
19
  /** Add extra classnames to the component. Try out some Tailwind classes (eg. `!mb-48`) to see! */
27
20
  classNameOverride?: string;
@@ -149,9 +142,9 @@ type CustomButtonProps = {
149
142
  onClick?: (e: MouseEvent<any>) => void;
150
143
  onFocus?: (e: FocusEvent<HTMLElement>) => void;
151
144
  onBlur?: (e: FocusEvent<HTMLElement>) => void;
152
- children?: React$1.ReactNode;
145
+ children?: React__default.ReactNode;
153
146
  };
154
- type ButtonFormAttributes = Pick<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "form" | "formAction" | "formMethod" | "formEncType" | "formTarget" | "formNoValidate">;
147
+ type ButtonFormAttributes = Pick<React__default.ButtonHTMLAttributes<HTMLButtonElement>, "form" | "formAction" | "formMethod" | "formEncType" | "formTarget" | "formNoValidate">;
155
148
  type GenericProps = {
156
149
  id?: string;
157
150
  reversed?: boolean;
@@ -202,7 +195,7 @@ type ButtonProps = GenericButtonProps;
202
195
  * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3062890984/Button Guidance} |
203
196
  * {@link https://cultureamp.design/?path=/docs/components-buttons-button--docs Storybook}
204
197
  */
205
- declare const Button: React$1.ForwardRefExoticComponent<GenericButtonProps & React$1.RefAttributes<ButtonRef | undefined>>;
198
+ declare const Button: React__default.ForwardRefExoticComponent<GenericButtonProps & React__default.RefAttributes<ButtonRef | undefined>>;
206
199
 
207
200
  type IconButtonProps = GenericProps & ButtonFormAttributes & (WorkingProps | WorkingUndefinedProps) & {
208
201
  label: string;
@@ -293,20 +286,114 @@ declare const BrandMoment: {
293
286
  };
294
287
 
295
288
  type FilterButtonBaseProps = {
296
- children: React$1.ReactNode;
289
+ children: React__default.ReactNode;
297
290
  } & OverrideClassName<ButtonHTMLAttributes<HTMLButtonElement>>;
298
291
 
299
292
  type ButtonGroupProps = {
300
- children: React$1.ReactElement<FilterButtonBaseProps | TooltipProps> | Array<React$1.ReactElement<FilterButtonBaseProps | TooltipProps>>;
293
+ children: React__default.ReactElement<FilterButtonBaseProps | TooltipProps> | Array<React__default.ReactElement<FilterButtonBaseProps | TooltipProps>>;
301
294
  } & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
302
295
  declare const ButtonGroup: {
303
296
  ({ children, classNameOverride, ...restProps }: ButtonGroupProps): JSX.Element;
304
297
  displayName: string;
305
298
  };
306
299
 
300
+ type CalendarSingleElement = HTMLDivElement;
301
+ type CalendarSingleProps = {
302
+ id?: string;
303
+ onMount?: (calendarElement: CalendarSingleElement) => void;
304
+ } & OverrideClassName<Omit<DayPickerSingleProps, "mode">>;
305
+ declare const CalendarSingle: {
306
+ ({ id, onMount, classNameOverride, selected, defaultMonth, weekStartsOn, locale, ...restProps }: CalendarSingleProps): JSX.Element;
307
+ displayName: string;
308
+ };
309
+
310
+ type CalendarRangeElement = HTMLDivElement;
311
+ type CalendarRangeProps = {
312
+ id?: string;
313
+ onMount?: (calendarElement: CalendarRangeElement) => void;
314
+ hasDivider?: boolean;
315
+ } & OverrideClassName<Omit<DayPickerRangeProps, "mode">>;
316
+ declare const CalendarRange: {
317
+ ({ id, onMount, hasDivider, classNameOverride, selected, defaultMonth, locale, ...restProps }: CalendarRangeProps): JSX.Element;
318
+ displayName: string;
319
+ };
320
+
321
+ declare const DayOfWeek: {
322
+ readonly Sun: 0;
323
+ readonly Mon: 1;
324
+ readonly Tue: 2;
325
+ readonly Wed: 3;
326
+ readonly Thu: 4;
327
+ readonly Fri: 5;
328
+ readonly Sat: 6;
329
+ };
330
+ type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
331
+ declare const DateFormat: {
332
+ readonly Numeral: "P";
333
+ readonly Text: "PP";
334
+ };
335
+ type DateFormat = (typeof DateFormat)[keyof typeof DateFormat];
336
+
337
+ type DisabledDays = DayPickerProps["disabled"];
338
+ type DisabledDayMatchers = {
339
+ /**
340
+ * Accepts an array of singluar dates and disables them.
341
+ * e.g. [new Date(2022, 1, 12), new Date(2022, 1, 25)]
342
+ */
343
+ disabledDates?: Date[];
344
+ /**
345
+ * Accepts an array of DayOfWeek values and disables those days throughout
346
+ * the calendar.
347
+ * e.g. [DayOfWeek.Mon, DayOfWeek.Tue]
348
+ */
349
+ disabledDaysOfWeek?: DayOfWeek[];
350
+ /**
351
+ * Accepts an object with a `from` and `to` date. Disables any date
352
+ * inside of that range, including the specified dates.
353
+ * { from: new Date(2022, 1, 12), to: new Date(2022, 1, 16) }
354
+ */
355
+ disabledRange?: DateRange;
356
+ /**
357
+ * Accepts an object with a `before` and `after` date. Disables any date
358
+ * inside of that range, excluding the specified dates.
359
+ * { after: new Date(2022, 1, 12), before: new Date(2022, 1, 16) }
360
+ */
361
+ disabledBeforeAfter?: DateInterval;
362
+ /**
363
+ * Accepts single date and disables all days before it.
364
+ * */
365
+ disabledBefore?: Date;
366
+ /**
367
+ * Accepts single date and disables all days after it.
368
+ */
369
+ disabledAfter?: Date;
370
+ };
371
+
372
+ declare const calculateDisabledDays: ({ disabledDates, disabledDaysOfWeek, disabledRange, disabledBeforeAfter, disabledBefore, disabledAfter, }: DisabledDayMatchers) => Matcher[];
373
+
374
+ declare const formatDateAsNumeral: (date: Date, locale: Locale) => string;
375
+
376
+ declare const formatDateAsText: (date: Date, disabledDays: DisabledDays, locale: Locale) => string;
377
+
378
+ declare const isDisabledDate: (date: Date, disabledDays: DisabledDays) => boolean;
379
+
380
+ declare const isInvalidDate: (parsedDate: Date) => boolean;
381
+
382
+ declare const isValidWeekStartsOn: (day: DayOfWeek | undefined) => day is 0 | 1 | 2 | 3 | 4 | 5 | 6 | undefined;
383
+
384
+ declare const isSelectingDayInCalendar: (target: (EventTarget & Element) | null) => boolean;
385
+
386
+ declare const parseDateAsTextOrNumeral: (value: string, locale: Locale) => Date;
387
+
388
+ declare const parseDateFromNumeralFormatValue: (value: string, locale: Locale) => Date;
389
+
390
+ declare const parseDateFromTextFormatValue: (value: string, locale: Locale) => Date;
391
+
392
+ declare const setFocusInCalendar: (calendarElement: CalendarSingleElement | CalendarRangeElement, selectedDay: Date | undefined) => void;
393
+
307
394
  type CardVariants = "default" | "informative" | "positive" | "cautionary" | "destructive" | "assertive" | "highlight";
308
395
  type CardProps = OverrideClassName<HTMLAttributes<HTMLElement>> & {
309
- children?: React$1.ReactNode;
396
+ children?: React__default.ReactNode;
310
397
  /**
311
398
  * HTML elements that are allowed on Card.
312
399
  */
@@ -332,7 +419,7 @@ declare const Card: {
332
419
  type CheckedStatus = "on" | "off" | "mixed";
333
420
  type CheckboxProps = {
334
421
  checkedStatus?: CheckedStatus;
335
- onCheck?: (event: React$1.ChangeEvent<HTMLInputElement>) => any;
422
+ onCheck?: (event: React__default.ChangeEvent<HTMLInputElement>) => any;
336
423
  reversed?: boolean;
337
424
  value?: string;
338
425
  } & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "type" | "onChange" | "checked">>;
@@ -343,7 +430,7 @@ declare const Checkbox: {
343
430
 
344
431
  type CheckboxFieldProps = Omit<CheckboxProps, "id"> & {
345
432
  id?: string;
346
- labelText: string | React$1.ReactNode;
433
+ labelText: string | React__default.ReactNode;
347
434
  checkedStatus?: CheckedStatus;
348
435
  disabled?: boolean;
349
436
  reversed?: boolean;
@@ -360,8 +447,8 @@ declare const CheckboxField: {
360
447
  };
361
448
 
362
449
  type CheckboxGroupProps = {
363
- children?: React$1.ReactNode;
364
- labelText: string | React$1.ReactNode;
450
+ children?: React__default.ReactNode;
451
+ labelText: string | React__default.ReactNode;
365
452
  labelId?: string;
366
453
  noBottomMargin?: boolean;
367
454
  reversed?: boolean;
@@ -420,7 +507,7 @@ declare const Collapsible: {
420
507
  };
421
508
 
422
509
  type CollapsibleGroupProps = {
423
- children: Array<React$1.ReactElement<CollapsibleProps>>;
510
+ children: Array<React__default.ReactElement<CollapsibleProps>>;
424
511
  separated?: boolean;
425
512
  sticky?: Sticky;
426
513
  noSectionPadding?: boolean;
@@ -443,6 +530,237 @@ declare const ExpertAdviceCollapsible: {
443
530
  displayName: string;
444
531
  };
445
532
 
533
+ declare const InputStatus: readonly ["default", "success", "error", "caution"];
534
+ declare const InputTypes: readonly ["text", "email", "password"];
535
+
536
+ type InputType = (typeof InputTypes)[number];
537
+ type InputStatusType = (typeof InputStatus)[number];
538
+ type InputProps = {
539
+ inputRef?: React__default.RefObject<HTMLInputElement>;
540
+ status?: InputStatusType;
541
+ startIconAdornment?: React__default.ReactNode;
542
+ endIconAdornment?: React__default.ReactNode;
543
+ reversed?: boolean;
544
+ type?: InputType;
545
+ } & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
546
+ declare const Input: {
547
+ ({ inputRef, status, startIconAdornment, endIconAdornment, reversed, type, value, defaultValue, classNameOverride, disabled, ...restProps }: InputProps): JSX.Element;
548
+ displayName: string;
549
+ };
550
+
551
+ type InputRangeProps = {
552
+ id: string;
553
+ defaultValue?: number;
554
+ value?: number;
555
+ minLabel: ReactNode;
556
+ maxLabel: ReactNode;
557
+ min?: number;
558
+ max?: number;
559
+ } & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
560
+ /**
561
+ * {@link https://cultureamp.design/?path=/docs/components-input-range--docs Storybook}
562
+ */
563
+ declare const InputRange: {
564
+ ({ id, defaultValue, value, minLabel, maxLabel, min, max, onChange, "aria-describedby": ariaDescribedby, classNameOverride, disabled, readOnly, ...restProps }: InputRangeProps): JSX.Element;
565
+ displayName: string;
566
+ };
567
+
568
+ type InputSearchProps = {
569
+ id: string;
570
+ reversed?: boolean;
571
+ loading?: boolean;
572
+ secondary?: boolean;
573
+ onClear?: () => void;
574
+ } & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "defaultValue">>;
575
+ declare const InputSearch: {
576
+ (props: InputSearchProps): JSX.Element;
577
+ displayName: string;
578
+ };
579
+
580
+ type OmittedInputProps$1 = "reversed" | "type" | "inputRef";
581
+ type DateInputProps = {
582
+ labelText: React__default.ReactNode;
583
+ isReversed?: boolean;
584
+ } & Omit<InputProps, OmittedInputProps$1>;
585
+ declare const DateInput: React__default.ForwardRefExoticComponent<{
586
+ labelText: React__default.ReactNode;
587
+ isReversed?: boolean | undefined;
588
+ } & Omit<InputProps, OmittedInputProps$1> & React__default.RefAttributes<HTMLInputElement>>;
589
+
590
+ type DateInputDescriptionProps = {
591
+ description?: string | JSX.Element;
592
+ locale: Locale;
593
+ };
594
+ declare const DateInputDescription: {
595
+ ({ description, locale, }: DateInputDescriptionProps): JSX.Element;
596
+ displayName: string;
597
+ };
598
+
599
+ type DateInputWithIconButtonProps = {
600
+ /**
601
+ * Icon button onClick handler
602
+ */
603
+ onButtonClick: React__default.MouseEventHandler<HTMLButtonElement>;
604
+ } & Omit<DateInputProps, "startIconAdornment" | "endIconAdornment">;
605
+ type DateInputWithIconButtonRefs = {
606
+ inputRef?: React__default.RefObject<HTMLInputElement>;
607
+ buttonRef?: React__default.RefObject<HTMLButtonElement>;
608
+ };
609
+ declare const DateInputWithIconButton: React__default.ForwardRefExoticComponent<{
610
+ /**
611
+ * Icon button onClick handler
612
+ */
613
+ onButtonClick: React__default.MouseEventHandler<HTMLButtonElement>;
614
+ } & Omit<DateInputProps, "startIconAdornment" | "endIconAdornment"> & React__default.RefAttributes<DateInputWithIconButtonRefs>>;
615
+
616
+ type FieldMessageStatus = "default" | "success" | "error" | "caution";
617
+ type FieldMessageProps = {
618
+ message?: React__default.ReactNode;
619
+ /** @default "default" */
620
+ status?: FieldMessageStatus;
621
+ /** @default "bottom" */
622
+ position?: "top" | "bottom";
623
+ reversed?: boolean;
624
+ } & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
625
+ declare const FieldMessage: {
626
+ ({ message, status, position, reversed, classNameOverride, ...restProps }: FieldMessageProps): JSX.Element;
627
+ displayName: string;
628
+ };
629
+
630
+ type DateInputFieldProps$1 = {
631
+ /**
632
+ * A description that provides context for the text field
633
+ */
634
+ description?: DateInputDescriptionProps["description"];
635
+ /**
636
+ * Updates the styling of the validation FieldMessage
637
+ */
638
+ status?: FieldMessageStatus;
639
+ /**
640
+ * A descriptive message for `status` states
641
+ */
642
+ validationMessage?: React__default.ReactNode;
643
+ locale?: Locale;
644
+ } & DateInputWithIconButtonProps;
645
+
646
+ type ValidationResponse = {
647
+ date: Date | undefined;
648
+ inputValue: string | undefined;
649
+ status: FieldMessageStatus | undefined;
650
+ validationMessage: string | undefined;
651
+ isDisabled: boolean;
652
+ isInvalid: boolean;
653
+ isEmpty: boolean;
654
+ isValidDate: boolean;
655
+ };
656
+
657
+ type StringSuggestions<T extends string> = T | (string & Record<never, never>);
658
+
659
+ type DatePickerSupportedLocales = StringSuggestions<"en-US" | "en-AU">;
660
+
661
+ type OmittedDateInputFieldProps = "onClick" | "onFocus" | "onChange" | "onBlur" | "onButtonClick" | "value" | "locale" | "id";
662
+ type DatePickerProps = {
663
+ id?: string;
664
+ buttonRef?: RefObject<HTMLButtonElement>;
665
+ onInputClick?: DateInputFieldProps$1["onClick"];
666
+ onInputFocus?: DateInputFieldProps$1["onFocus"];
667
+ onInputChange?: DateInputFieldProps$1["onChange"];
668
+ onInputBlur?: DateInputFieldProps$1["onBlur"];
669
+ onButtonClick?: DateInputFieldProps$1["onButtonClick"];
670
+ locale?: DatePickerSupportedLocales;
671
+ /**
672
+ * Accepts a DayOfWeek value to start the week on that day. By default,
673
+ * it's set to Monday.
674
+ */
675
+ weekStartsOn?: CalendarSingleProps["weekStartsOn"];
676
+ /**
677
+ * Accepts a date to display that month on first render.
678
+ */
679
+ defaultMonth?: CalendarSingleProps["defaultMonth"];
680
+ /**
681
+ * The date passed in from the consumer that renders in the input and calendar.
682
+ */
683
+ selectedDay: Date | undefined;
684
+ /**
685
+ * Callback when date is updated either by the calendar picker or by typing and bluring.
686
+ * Date will return as undefined if invalid or disabled.
687
+ */
688
+ onDayChange: (date: Date | undefined) => void;
689
+ /**
690
+ * Callback when a date is selected. Utilises internal validation if not set.
691
+ */
692
+ onValidate?: (validationResponse: ValidationResponse) => void;
693
+ /**
694
+ * Updates the styling of the validation FieldMessage.
695
+ */
696
+ status?: DateInputFieldProps$1["status"] | undefined;
697
+ /**
698
+ * A descriptive message for the 'status' states.
699
+ */
700
+ validationMessage?: DateInputFieldProps$1["validationMessage"] | undefined;
701
+ } & DisabledDayMatchers & Omit<DateInputFieldProps$1, OmittedDateInputFieldProps>;
702
+ /**
703
+ * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061174/Date+Picker Guidance} |
704
+ * {@link https://cultureamp.design/?path=/docs/components-date-controls-datepicker--docs Storybook}
705
+ */
706
+ declare const DatePicker: {
707
+ ({ id: propsId, buttonRef: propsButtonRef, locale: propsLocale, disabledDates, disabledDaysOfWeek, disabledRange, disabledBeforeAfter, disabledBefore, disabledAfter, weekStartsOn, defaultMonth, selectedDay, status, validationMessage, onInputClick, onInputFocus, onInputChange, onInputBlur, onButtonClick, onDayChange, onValidate, ...restDateInputFieldProps }: DatePickerProps): JSX.Element;
708
+ displayName: string;
709
+ };
710
+
711
+ type LegacyCalendarRangeProps = {
712
+ classNameOverride?: string;
713
+ defaultMonth?: Date;
714
+ weekStartsOn?: DayOfWeek;
715
+ disabledDays?: Matcher[];
716
+ selectedRange?: DateRange;
717
+ locale: Locale;
718
+ onDayChange: DayClickEventHandler;
719
+ };
720
+
721
+ type DateRangePickerProps = {
722
+ id?: string;
723
+ classNameOverride?: string;
724
+ labelText: string;
725
+ isDisabled?: boolean;
726
+ buttonRef?: RefObject<HTMLButtonElement>;
727
+ description?: string;
728
+ /**
729
+ * Selected date range which is being updated in handleDayClick and checked
730
+ * if within range/not disabled and then passed back to the client to update
731
+ * the state.
732
+ */
733
+ selectedDateRange?: DateRange;
734
+ /**
735
+ * String that is formatted by the client with our helper formatDateRangeValue
736
+ * and then passed into the button to display the readable range.
737
+ */
738
+ value?: string;
739
+ /**
740
+ * Accepts a DayOfWeek value to start the week on that day. By default,
741
+ * it's set to Monday.
742
+ */
743
+ weekStartsOn?: LegacyCalendarRangeProps["weekStartsOn"];
744
+ /**
745
+ * Accepts a date to display that month on first render.
746
+ */
747
+ defaultMonth?: LegacyCalendarRangeProps["defaultMonth"];
748
+ /**
749
+ * Event passed from consumer to handle the date on change.
750
+ */
751
+ onChange: (dateRange: DateRange) => void;
752
+ } & DisabledDayMatchers;
753
+ /**
754
+ * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094237/Date+Range+Picker Guidance} |
755
+ * {@link https://cultureamp.design/storybook/?path=/docs/components-date-controls-daterangepicker--docs Storybook}
756
+ */
757
+ declare const DateRangePicker: {
758
+ ({ id: propsId, buttonRef, description: _description, labelText, isDisabled, classNameOverride, disabledDates, disabledDaysOfWeek, disabledRange, disabledBeforeAfter, disabledBefore, disabledAfter, weekStartsOn, defaultMonth, selectedDateRange, value, onChange, ...inputProps }: DateRangePickerProps): JSX.Element;
759
+ displayName: string;
760
+ };
761
+
762
+ declare const formatDateRangeValue: (dateRange: DateRange) => string;
763
+
446
764
  type DividerProps = {
447
765
  variant: "content" | "canvas" | "menuSeparator";
448
766
  isReversed?: boolean;
@@ -459,11 +777,11 @@ declare const Divider: {
459
777
  type IllustrationType = "positive" | "neutral" | "negative" | "informative" | "action";
460
778
  type LayoutContextType = "sidebarAndContent" | "contentOnly";
461
779
  type EmptyStateProps = {
462
- children?: React$1.ReactNode;
780
+ children?: React__default.ReactNode;
463
781
  id?: string;
464
782
  illustrationType?: IllustrationType;
465
783
  layoutContext?: LayoutContextType;
466
- bodyText: string | React$1.ReactNode;
784
+ bodyText: string | React__default.ReactNode;
467
785
  straightCorners?: boolean;
468
786
  headingProps?: HeadingProps$1;
469
787
  } & OverrideClassName<HTMLAttributes<HTMLDivElement>> & Pick<AnimatedSceneProps, "isAnimated" | "loop">;
@@ -482,7 +800,7 @@ type ErrorStatuses = (typeof statusCodes)[number];
482
800
  type ErrorPageProps = {
483
801
  code: ErrorStatuses;
484
802
  title?: string;
485
- message?: React$1.ReactNode | string;
803
+ message?: React__default.ReactNode | string;
486
804
  callToAction?: {
487
805
  onContactSupport: () => void;
488
806
  homeHref?: string;
@@ -494,7 +812,7 @@ declare const ErrorPage: {
494
812
  };
495
813
 
496
814
  type FieldGroupProps = {
497
- children?: React$1.ReactNode;
815
+ children?: React__default.ReactNode;
498
816
  inline?: boolean;
499
817
  } & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
500
818
  declare const FieldGroup: {
@@ -502,35 +820,21 @@ declare const FieldGroup: {
502
820
  displayName: string;
503
821
  };
504
822
 
505
- type FieldMessageStatus = "default" | "success" | "error" | "caution";
506
- type FieldMessageProps = {
507
- message?: React$1.ReactNode;
508
- /** @default "default" */
509
- status?: FieldMessageStatus;
510
- /** @default "bottom" */
511
- position?: "top" | "bottom";
512
- reversed?: boolean;
513
- } & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
514
- declare const FieldMessage: {
515
- ({ message, status, position, reversed, classNameOverride, ...restProps }: FieldMessageProps): JSX.Element;
516
- displayName: string;
517
- };
518
-
519
823
  type FilterTriggerRef = {
520
824
  triggerRef?: React.RefObject<HTMLButtonElement>;
521
825
  };
522
826
 
523
827
  type FilterProps = {
524
- children: React$1.ReactNode;
828
+ children: React__default.ReactNode;
525
829
  isOpen: boolean;
526
830
  setIsOpen: (isOpen: boolean) => void;
527
831
  renderTrigger: (triggerProps: {
528
832
  onClick: () => void;
529
833
  isOpen: boolean;
530
834
  }) => JSX.Element & {
531
- ref?: React$1.RefObject<FilterTriggerRef>;
835
+ ref?: React__default.RefObject<FilterTriggerRef>;
532
836
  };
533
- onMount?: (triggerRef: React$1.RefObject<HTMLButtonElement>) => void;
837
+ onMount?: (triggerRef: React__default.RefObject<HTMLButtonElement>) => void;
534
838
  } & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
535
839
  declare const Filter: {
536
840
  ({ children, isOpen, setIsOpen, renderTrigger, classNameOverride, onMount, ...restProps }: FilterProps): JSX.Element;
@@ -538,7 +842,7 @@ declare const Filter: {
538
842
  };
539
843
 
540
844
  type FilterContentsProps = {
541
- children: React$1.ReactNode;
845
+ children: React__default.ReactNode;
542
846
  } & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
543
847
  declare const FilterContents: {
544
848
  ({ children, classNameOverride, ...restProps }: FilterContentsProps): JSX.Element;
@@ -550,11 +854,11 @@ type FilterButtonProps = {
550
854
  selectedValue?: string | JSX.Element;
551
855
  isOpen?: boolean;
552
856
  } & Omit<FilterButtonBaseProps, "children">;
553
- declare const FilterButton: React$1.ForwardRefExoticComponent<{
857
+ declare const FilterButton: React__default.ForwardRefExoticComponent<{
554
858
  label: string;
555
859
  selectedValue?: string | JSX.Element | undefined;
556
860
  isOpen?: boolean | undefined;
557
- } & Omit<FilterButtonBaseProps, "children"> & React$1.RefAttributes<FilterTriggerRef>>;
861
+ } & Omit<FilterButtonBaseProps, "children"> & React__default.RefAttributes<FilterTriggerRef>>;
558
862
 
559
863
  type DataAttributes = {
560
864
  [key: `data-${string}`]: string | undefined;
@@ -567,19 +871,14 @@ type FilterButtonRemovableProps = {
567
871
  };
568
872
  } & Omit<ButtonGroupProps, "children">;
569
873
  type FilterButtonRemovableRefs = FilterTriggerRef & {
570
- removeButtonRef?: React$1.RefObject<HTMLButtonElement>;
874
+ removeButtonRef?: React__default.RefObject<HTMLButtonElement>;
571
875
  };
572
- declare const FilterButtonRemovable: React$1.ForwardRefExoticComponent<{
876
+ declare const FilterButtonRemovable: React__default.ForwardRefExoticComponent<{
573
877
  triggerButtonProps: FilterButtonProps & DataAttributes;
574
878
  removeButtonProps: Partial<Omit<FilterButtonBaseProps, "children">> & DataAttributes & {
575
879
  tooltipText?: string;
576
880
  };
577
- } & Omit<ButtonGroupProps, "children"> & React$1.RefAttributes<FilterButtonRemovableRefs>>;
578
-
579
- type DateInputDescriptionProps = {
580
- description?: string | JSX.Element;
581
- locale: Locale;
582
- };
881
+ } & Omit<ButtonGroupProps, "children"> & React__default.RefAttributes<FilterButtonRemovableRefs>>;
583
882
 
584
883
  type DateValidationResponse = {
585
884
  date: Date | undefined;
@@ -591,8 +890,8 @@ type DateValidationResponse = {
591
890
  isValidDate: boolean;
592
891
  };
593
892
  type ValidationMessage = {
594
- status: FieldMessageStatus$1;
595
- message: string | React$1.ReactElement;
893
+ status: FieldMessageStatus;
894
+ message: string | React__default.ReactElement;
596
895
  };
597
896
 
598
897
  type DateInputFieldProps = {
@@ -611,7 +910,7 @@ type DateInputFieldProps = {
611
910
  type FilterInputProps$1<InputProps> = Omit<Partial<InputProps>, "value"> & DataAttributes;
612
911
  type FilterDatePickerFieldProps = {
613
912
  id?: string;
614
- locale: FilterDateSupportedLocales;
913
+ locale: DatePickerSupportedLocales;
615
914
  /**
616
915
  * Sets first displayed month to month of provided date if there isn't a date set.
617
916
  */
@@ -662,6 +961,12 @@ declare const FilterDatePicker: {
662
961
  displayName: string;
663
962
  };
664
963
 
964
+ type ValidateDateArgs = {
965
+ date: Date | undefined;
966
+ inputValue: string | undefined;
967
+ disabledDays?: DisabledDays;
968
+ };
969
+
665
970
  type ValidateDateResponse = {
666
971
  validationResponse: DateValidationResponse;
667
972
  newDate: Date | undefined;
@@ -687,7 +992,7 @@ declare const useDateValidation: ({ inputLabel, disabledDays, validationMessage,
687
992
  type GetDateValidationHandlerArgs = {
688
993
  onValidate: ((validationResponse: DateValidationResponse) => void) | undefined;
689
994
  setInbuiltValidationMessage: (validationMessage: ValidationMessage | undefined) => void;
690
- inputLabel?: React$1.ReactNode;
995
+ inputLabel?: React__default.ReactNode;
691
996
  };
692
997
  declare const getDateValidationHandler: ({ onValidate, setInbuiltValidationMessage, inputLabel, }: GetDateValidationHandlerArgs) => (validationResponse: DateValidationResponse) => void;
693
998
 
@@ -712,8 +1017,8 @@ type DateRangeValidationMessageProps = {
712
1017
  type DateRangeInputFieldProps = {
713
1018
  id: string;
714
1019
  legend: string;
715
- inputStartDateProps: Omit<DateInputProps$1, "id">;
716
- inputEndDateProps: Omit<DateInputProps$1, "id">;
1020
+ inputStartDateProps: Omit<DateInputProps, "id">;
1021
+ inputEndDateProps: Omit<DateInputProps, "id">;
717
1022
  locale: Locale;
718
1023
  /**
719
1024
  * A description that provides context for the text field
@@ -730,7 +1035,7 @@ type FilterInputProps<InputProps> = Omit<Partial<InputProps>, "value"> & DataAtt
730
1035
  type FilterDateRangePickerFieldProps = {
731
1036
  id: string;
732
1037
  label: string;
733
- locale: FilterDateSupportedLocales;
1038
+ locale: DatePickerSupportedLocales;
734
1039
  /**
735
1040
  * Sets first displayed month to month of provided date if there isn't a date set.
736
1041
  */
@@ -782,11 +1087,11 @@ type FilterBarDateRangePickerProps = Omit<FilterDateRangePickerProps, "id" | "la
782
1087
  };
783
1088
 
784
1089
  type NoResultsProps = {
785
- children: React$1.ReactNode;
1090
+ children: React__default.ReactNode;
786
1091
  } & HTMLAttributes<HTMLDivElement>;
787
1092
 
788
1093
  type MenuFooterProps = {
789
- children: React$1.ReactNode;
1094
+ children: React__default.ReactNode;
790
1095
  };
791
1096
 
792
1097
  type MenuLoadingSkeletonProps = {
@@ -828,7 +1133,7 @@ type SectionHeaderProps = {
828
1133
  };
829
1134
  type ListBoxSectionProps$1 = {
830
1135
  items: MultiSelectItem[];
831
- children: (item: MultiSelectItem) => React$1.ReactNode;
1136
+ children: (item: MultiSelectItem) => React__default.ReactNode;
832
1137
  } & (SectionHeaderProps | SectionNameProps);
833
1138
 
834
1139
  type ListBoxItems = {
@@ -839,7 +1144,7 @@ type ListBoxItems = {
839
1144
  hasNoItems: boolean;
840
1145
  };
841
1146
  type ListBoxProps = {
842
- children: (items: ListBoxItems) => React$1.ReactNode;
1147
+ children: (items: ListBoxItems) => React__default.ReactNode;
843
1148
  };
844
1149
 
845
1150
  type SearchInputProps = {
@@ -867,22 +1172,22 @@ type MenuTriggerProviderProps = {
867
1172
  isOpen?: boolean;
868
1173
  defaultOpen?: boolean;
869
1174
  onOpenChange?: (isOpen: boolean) => void;
870
- children: React$1.ReactNode;
1175
+ children: React__default.ReactNode;
871
1176
  };
872
1177
  type MenuTriggerProviderContextType = {
873
1178
  menuTriggerProps: HTMLAttributes<HTMLElement>;
874
1179
  buttonProps: ButtonHTMLAttributes<HTMLButtonElement>;
875
1180
  menuProps: AriaMenuOptions<ItemType>;
876
1181
  menuTriggerState: MenuTriggerState;
877
- buttonRef: React$1.RefObject<HTMLButtonElement>;
1182
+ buttonRef: React__default.RefObject<HTMLButtonElement>;
878
1183
  };
879
1184
  declare function MenuTriggerProvider({ isOpen, defaultOpen, onOpenChange, children, }: MenuTriggerProviderProps): JSX.Element;
880
1185
  declare const useMenuTriggerContext: () => MenuTriggerProviderContextType;
881
- declare const MenuTriggerConsumer: ({ children, }: React$1.ConsumerProps<MenuTriggerProviderContextType>) => JSX.Element;
1186
+ declare const MenuTriggerConsumer: ({ children, }: React__default.ConsumerProps<MenuTriggerProviderContextType>) => JSX.Element;
882
1187
 
883
1188
  type SelectionProviderProps = {
884
1189
  selectionMode: SelectionMode;
885
- children: React$1.ReactNode;
1190
+ children: React__default.ReactNode;
886
1191
  items?: ItemType[];
887
1192
  onSelectionChange?: (keys: Selection) => void;
888
1193
  /** The currently selected keys in the collection (controlled). */
@@ -897,18 +1202,18 @@ type SelectionProviderContextType = {
897
1202
  listBoxProps: HTMLAttributes<HTMLElement>;
898
1203
  labelProps: HTMLAttributes<HTMLElement>;
899
1204
  selectionState: ListState<ItemType>;
900
- listRef: React$1.RefObject<HTMLUListElement>;
1205
+ listRef: React__default.RefObject<HTMLUListElement>;
901
1206
  searchQuery?: string;
902
- setSearchQuery: React$1.Dispatch<React$1.SetStateAction<string>>;
1207
+ setSearchQuery: React__default.Dispatch<React__default.SetStateAction<string>>;
903
1208
  };
904
1209
  declare const SelectionProvider: (props: SelectionProviderProps) => JSX.Element;
905
1210
  declare const useSelectionContext: () => SelectionProviderContextType;
906
- declare const SelectionConsumer: ({ children, }: React$1.ConsumerProps<SelectionProviderContextType>) => JSX.Element;
1211
+ declare const SelectionConsumer: ({ children, }: React__default.ConsumerProps<SelectionProviderContextType>) => JSX.Element;
907
1212
 
908
1213
  type MenuPopupProps = {
909
1214
  isLoading?: boolean;
910
- loadingSkeleton?: React$1.ReactNode;
911
- children: React$1.ReactNode;
1215
+ loadingSkeleton?: React__default.ReactNode;
1216
+ children: React__default.ReactNode;
912
1217
  };
913
1218
 
914
1219
  type SelectionProps = {
@@ -921,8 +1226,8 @@ type SelectionProps = {
921
1226
  onSearchInputChange?: (searchInput: string) => void;
922
1227
  };
923
1228
  type FilterMultiSelectProps = {
924
- trigger: (value?: MenuTriggerProviderContextType) => React$1.ReactNode;
925
- children: (value?: SelectionProviderContextType) => React$1.ReactNode;
1229
+ trigger: (value?: MenuTriggerProviderContextType) => React__default.ReactNode;
1230
+ children: (value?: SelectionProviderContextType) => React__default.ReactNode;
926
1231
  } & Omit<MenuPopupProps, "children"> & Omit<MenuTriggerProviderProps, "children"> & SelectionProps;
927
1232
  declare const FilterMultiSelect: {
928
1233
  ({ trigger, children, isOpen, defaultOpen, onOpenChange, isLoading, loadingSkeleton, label, items, selectedKeys, defaultSelectedKeys, onSelectionChange, selectionMode, onSearchInputChange, }: FilterMultiSelectProps): JSX.Element;
@@ -984,7 +1289,7 @@ declare const getTruncatedLabels: (labels: string[], limit: number) => string;
984
1289
 
985
1290
  declare const getSelectedOptionLabels: (keys?: Selection, items?: ItemType[]) => string[];
986
1291
 
987
- declare const getSelectedOptionKeys: (keys?: Selection, items?: ItemType[]) => React$1.Key[];
1292
+ declare const getSelectedOptionKeys: (keys?: Selection, items?: ItemType[]) => React__default.Key[];
988
1293
 
989
1294
  type FilterBarMultiSelectProps = Omit<FilterMultiSelectProps, "isOpen" | "setIsOpen" | "renderTrigger" | "label" | "selectedKeys" | "trigger"> & {
990
1295
  id?: string;
@@ -1027,7 +1332,7 @@ type OptionProps<Option extends SelectOption = SelectOption> = {
1027
1332
  type SelectPopoverContentsProps<Option extends SelectOption> = {
1028
1333
  children?: (args: {
1029
1334
  items: Array<SelectItemNode<Option>>;
1030
- }) => React$1.ReactNode;
1335
+ }) => React__default.ReactNode;
1031
1336
  menuProps: AriaListBoxOptions<SelectItem<Option>>;
1032
1337
  };
1033
1338
 
@@ -1681,55 +1986,8 @@ declare const ZoomInIcon: (props: IconProps) => JSX.Element;
1681
1986
 
1682
1987
  declare const ZoomOutIcon: (props: IconProps) => JSX.Element;
1683
1988
 
1684
- declare const InputStatus: readonly ["default", "success", "error", "caution"];
1685
- declare const InputTypes: readonly ["text", "email", "password"];
1686
-
1687
- type InputType = (typeof InputTypes)[number];
1688
- type InputStatusType = (typeof InputStatus)[number];
1689
- type InputProps = {
1690
- inputRef?: React$1.RefObject<HTMLInputElement>;
1691
- status?: InputStatusType;
1692
- startIconAdornment?: React$1.ReactNode;
1693
- endIconAdornment?: React$1.ReactNode;
1694
- reversed?: boolean;
1695
- type?: InputType;
1696
- } & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
1697
- declare const Input: {
1698
- ({ inputRef, status, startIconAdornment, endIconAdornment, reversed, type, value, defaultValue, classNameOverride, disabled, ...restProps }: InputProps): JSX.Element;
1699
- displayName: string;
1700
- };
1701
-
1702
- type InputRangeProps = {
1703
- id: string;
1704
- defaultValue?: number;
1705
- value?: number;
1706
- minLabel: ReactNode;
1707
- maxLabel: ReactNode;
1708
- min?: number;
1709
- max?: number;
1710
- } & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
1711
- /**
1712
- * {@link https://cultureamp.design/?path=/docs/components-input-range--docs Storybook}
1713
- */
1714
- declare const InputRange: {
1715
- ({ id, defaultValue, value, minLabel, maxLabel, min, max, onChange, "aria-describedby": ariaDescribedby, classNameOverride, disabled, readOnly, ...restProps }: InputRangeProps): JSX.Element;
1716
- displayName: string;
1717
- };
1718
-
1719
- type InputSearchProps = {
1720
- id: string;
1721
- reversed?: boolean;
1722
- loading?: boolean;
1723
- secondary?: boolean;
1724
- onClear?: () => void;
1725
- } & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "defaultValue">>;
1726
- declare const InputSearch: {
1727
- (props: InputSearchProps): JSX.Element;
1728
- displayName: string;
1729
- };
1730
-
1731
1989
  type KaizenProviderProps<Theme extends Theme$1 = Theme$1> = {
1732
- children: React$1.ReactNode;
1990
+ children: React__default.ReactNode;
1733
1991
  theme?: Theme;
1734
1992
  locale?: string;
1735
1993
  };
@@ -1970,21 +2228,21 @@ declare const heartTheme: Theme;
1970
2228
 
1971
2229
  declare const defaultTheme: Theme;
1972
2230
 
1973
- declare const ThemeContext: React$1.Context<any>;
2231
+ declare const ThemeContext: React__default.Context<any>;
1974
2232
  /**
1975
2233
  * Wrap your application in this provider using a ThemeManager, to synchronise it with a react context.
1976
2234
  * This allows child react elements to more easily use theme variables, using the {@link useTheme} hook.
1977
2235
  */
1978
2236
  declare const ThemeProvider: <Theme extends Theme = Theme>({ theme: userTheme, ...props }: {
1979
2237
  theme?: Theme | undefined;
1980
- children: React$1.ReactNode;
2238
+ children: React__default.ReactNode;
1981
2239
  }) => JSX.Element;
1982
2240
  declare const useTheme: <Theme extends Theme = Theme>() => Theme;
1983
2241
 
1984
2242
  type LabelType = "text" | "checkbox" | "toggle" | "radio";
1985
2243
  type LabelProps = {
1986
- children?: React$1.ReactNode;
1987
- labelText?: string | React$1.ReactNode;
2244
+ children?: React__default.ReactNode;
2245
+ labelText?: string | React__default.ReactNode;
1988
2246
  labelType?: LabelType;
1989
2247
  labelPosition?: "start" | "end";
1990
2248
  reversed?: boolean;
@@ -1997,19 +2255,209 @@ declare const Label: {
1997
2255
  };
1998
2256
 
1999
2257
  type LabelledMessageProps = {
2000
- label: string | React$1.ReactElement;
2001
- message: string | React$1.ReactElement;
2258
+ label: string | React__default.ReactElement;
2259
+ message: string | React__default.ReactElement;
2002
2260
  } & OverrideClassName<HTMLAttributes<HTMLSpanElement>>;
2003
2261
  declare const LabelledMessage: {
2004
2262
  ({ label, message, classNameOverride, ...restProps }: LabelledMessageProps): JSX.Element;
2005
2263
  displayName: string;
2006
2264
  };
2007
2265
 
2266
+ type ConfirmationModalProps = {
2267
+ isOpen: boolean;
2268
+ unpadded?: boolean;
2269
+ /**
2270
+ * To display the Prominent variation of the modal types
2271
+ */
2272
+ isProminent?: boolean;
2273
+ /**
2274
+ * Defines the modal type or mood
2275
+ */
2276
+ mood: Mood;
2277
+ title: string;
2278
+ onConfirm?: () => void;
2279
+ onDismiss: () => void;
2280
+ onAfterLeave?: () => void;
2281
+ confirmLabel?: string;
2282
+ dismissLabel?: string;
2283
+ confirmWorking?: {
2284
+ label: string;
2285
+ labelHidden?: boolean;
2286
+ };
2287
+ /**
2288
+ * @deprecated Please use data-testid
2289
+ */
2290
+ automationId?: string;
2291
+ children: React__default.ReactNode;
2292
+ } & HTMLAttributes<HTMLDivElement>;
2293
+ type Mood = "positive" | "informative" | "negative" | "cautionary" | "assertive";
2294
+ /**
2295
+ * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093114/Modal Guidance} |
2296
+ * {@link https://cultureamp.design/?path=/docs/components-modals-confirmationmodal--docs Storybook}
2297
+ */
2298
+ declare const ConfirmationModal: {
2299
+ ({ isOpen, isProminent, unpadded, mood, title, onConfirm, onAfterLeave, confirmLabel, dismissLabel, confirmWorking, onDismiss: propsOnDismiss, children, ...props }: ConfirmationModalProps): JSX.Element;
2300
+ displayName: string;
2301
+ };
2302
+
2303
+ type ContextModalSecondaryActionProps = {
2304
+ secondaryLabel: string;
2305
+ onSecondaryAction: () => void;
2306
+ } | {
2307
+ secondaryLabel?: undefined;
2308
+ };
2309
+ type ContextModalProps = Readonly<{
2310
+ isOpen: boolean;
2311
+ unpadded?: boolean;
2312
+ /**
2313
+ * Defines the orientation layout of the image and content
2314
+ */
2315
+ layout?: "portrait" | "landscape";
2316
+ title: string;
2317
+ onConfirm?: () => void;
2318
+ onDismiss: () => void;
2319
+ onAfterLeave?: () => void;
2320
+ confirmLabel?: string;
2321
+ confirmWorking?: {
2322
+ label: string;
2323
+ labelHidden?: boolean;
2324
+ };
2325
+ /**
2326
+ * @deprecated use data-testid instead
2327
+ */
2328
+ automationId?: string;
2329
+ renderBackground?: () => React__default.ReactNode;
2330
+ image?: React__default.ReactNode;
2331
+ children: React__default.ReactNode;
2332
+ contentHeader?: React__default.ReactNode;
2333
+ } & ContextModalSecondaryActionProps & HTMLAttributes<HTMLDivElement>>;
2334
+ /**
2335
+ * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093114/Modal Guidance} |
2336
+ * {@link https://cultureamp.design/?path=/docs/components-modals--contextmodal--docs Storybook}
2337
+ */
2338
+ declare const ContextModal: {
2339
+ ({ isOpen, unpadded, layout, title, onConfirm, onAfterLeave, confirmLabel, confirmWorking, renderBackground, children, contentHeader, image, ...props }: ContextModalProps): JSX.Element;
2340
+ displayName: string;
2341
+ };
2342
+
2343
+ type GenericModalProps = {
2344
+ id?: string;
2345
+ isOpen: boolean;
2346
+ children: React__default.ReactNode;
2347
+ focusLockDisabled?: boolean;
2348
+ onEscapeKeyup?: (event: KeyboardEvent) => void;
2349
+ onOutsideModalClick?: (event: React__default.MouseEvent) => void;
2350
+ onAfterLeave?: () => void;
2351
+ };
2352
+ declare const GenericModal: {
2353
+ ({ id: propsId, children, isOpen, focusLockDisabled, onEscapeKeyup, onOutsideModalClick, onAfterLeave: propsOnAfterLeave, }: GenericModalProps): JSX.Element;
2354
+ displayName: string;
2355
+ };
2356
+
2357
+ type ModalContextType = {
2358
+ labelledByID: string;
2359
+ describedByID: string;
2360
+ };
2361
+ declare const ModalContext: React$1.Context<ModalContextType>;
2362
+
2363
+ type ModalAccessibleDescriptionProps = {
2364
+ children: React__default.ReactNode;
2365
+ };
2366
+ declare const ModalAccessibleDescription: {
2367
+ ({ children, }: ModalAccessibleDescriptionProps): JSX.Element;
2368
+ displayName: string;
2369
+ };
2370
+
2371
+ type ActionsVariantProps = "context" | "inputEdit";
2372
+ type ModalFooterProps = {
2373
+ /**
2374
+ * We have a special case for the InformationModal when it has an image.
2375
+ * Since this modal may have an image on the right side the actions might look disconected from the content.
2376
+ * So for this instance we need to flip the order of the actions so that the primary
2377
+ * action is anchored to the left edge of the modal.
2378
+ * For this rare instance added the variant prop as optional to update the order of action buttons.
2379
+ */
2380
+ variant?: ActionsVariantProps;
2381
+ unpadded?: boolean;
2382
+ actions: ButtonProps[];
2383
+ appearance?: "primary" | "destructive";
2384
+ /**
2385
+ * @deprecated Please use data-testid
2386
+ */
2387
+ automationId?: string;
2388
+ alignStart?: boolean;
2389
+ } & HTMLAttributes<HTMLDivElement>;
2390
+ declare const ModalFooter: {
2391
+ ({ unpadded, actions, appearance, alignStart, variant, ...props }: ModalFooterProps): JSX.Element;
2392
+ displayName: string;
2393
+ };
2394
+
2395
+ type ModalHeaderProps = {
2396
+ unpadded?: boolean;
2397
+ reversed?: boolean;
2398
+ onDismiss?: (evt: React__default.MouseEvent) => void;
2399
+ children: React__default.ReactNode;
2400
+ };
2401
+ declare const ModalHeader: {
2402
+ ({ reversed, onDismiss, children, }: ModalHeaderProps): JSX.Element;
2403
+ displayName: string;
2404
+ };
2405
+
2406
+ type ModalAccessibleLabelProps = {
2407
+ children: React__default.ReactNode;
2408
+ isProminent?: boolean;
2409
+ };
2410
+ declare const ModalAccessibleLabel: {
2411
+ ({ children, isProminent, }: ModalAccessibleLabelProps): JSX.Element;
2412
+ displayName: string;
2413
+ };
2414
+
2415
+ type ModalBodyProps = {
2416
+ inputEdit?: boolean;
2417
+ children: React__default.ReactNode;
2418
+ };
2419
+ declare const ModalBody: {
2420
+ ({ inputEdit, children, }: ModalBodyProps): JSX.Element;
2421
+ displayName: string;
2422
+ };
2423
+
2424
+ type InputEditModalProps = {
2425
+ isOpen: boolean;
2426
+ unpadded?: boolean;
2427
+ mood: "positive" | "destructive";
2428
+ title: string;
2429
+ onSubmit: () => void;
2430
+ onSecondaryAction?: () => void;
2431
+ onDismiss: () => void;
2432
+ onAfterLeave?: () => void;
2433
+ localeDirection?: "rtl" | "ltr";
2434
+ submitLabel?: string;
2435
+ dismissLabel?: string;
2436
+ secondaryLabel?: string;
2437
+ /**
2438
+ * @deprecated Please use data-testid
2439
+ */
2440
+ automationId?: string;
2441
+ children: React__default.ReactNode;
2442
+ submitWorking?: {
2443
+ label: string;
2444
+ labelHidden?: boolean;
2445
+ };
2446
+ } & HTMLAttributes<HTMLDivElement>;
2447
+ /**
2448
+ * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093114/Modal#Input-Edit-Modal Guidance} |
2449
+ * {@link https://cultureamp.design/?path=/docs/components-modals-inputeditmodal--docs Storybook}
2450
+ */
2451
+ declare const InputEditModal: {
2452
+ ({ isOpen, mood, title, onSubmit, onSecondaryAction, onAfterLeave, localeDirection, submitLabel, dismissLabel, secondaryLabel, submitWorking, children, unpadded, onDismiss: propsOnDismiss, ...props }: InputEditModalProps): JSX.Element;
2453
+ displayName: string;
2454
+ };
2455
+
2008
2456
  type NotificationType = "positive" | "informative" | "cautionary" | "negative" | "security";
2009
2457
 
2010
2458
  type InlineNotificationProps = OverrideClassName<{
2011
2459
  type: NotificationType;
2012
- children?: React$1.ReactNode;
2460
+ children?: React__default.ReactNode;
2013
2461
  /** @default false */
2014
2462
  persistent?: boolean;
2015
2463
  /** @default false */
@@ -2031,7 +2479,7 @@ declare const InlineNotification: {
2031
2479
 
2032
2480
  type GlobalNotificationProps = OverrideClassName<{
2033
2481
  type: NotificationType;
2034
- children: React$1.ReactNode;
2482
+ children: React__default.ReactNode;
2035
2483
  onHide?: () => void;
2036
2484
  persistent?: boolean;
2037
2485
  }>;
@@ -2044,13 +2492,13 @@ declare const GlobalNotification: {
2044
2492
  displayName: string;
2045
2493
  };
2046
2494
 
2047
- type RadioProps = OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "type" | "checked">> & {
2048
- /**
2049
- * This needs to be enforced to ensure the Radio always gets an id to match a label when composed.
2050
- */
2495
+ type RadioProps = OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "id" | "name" | "value" | "checked" | "type">> & {
2496
+ /** Required to ensure the Radio always gets an ID to match a label when composed. */
2051
2497
  id: string;
2498
+ /** Unique identifier for the group this Radio belongs to. Required for keyboard navigation of the group. See also [Defining a radio group](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio#defining_a_radio_group) on MDN. E.g. the question ID for which this is one possible answer to. */
2052
2499
  name: string;
2053
- value: string;
2500
+ /** The value for this form field when this radio button is selected. */
2501
+ value?: string | readonly string[] | number;
2054
2502
  selectedStatus?: boolean;
2055
2503
  reversed?: boolean;
2056
2504
  };
@@ -2061,7 +2509,7 @@ declare const Radio: {
2061
2509
 
2062
2510
  type RadioFieldProps = Omit<RadioProps, "id"> & {
2063
2511
  id?: string;
2064
- labelText: string | React$1.ReactNode;
2512
+ labelText: string | React__default.ReactNode;
2065
2513
  selectedStatus?: boolean;
2066
2514
  disabled?: boolean;
2067
2515
  reversed?: boolean;
@@ -2077,8 +2525,8 @@ declare const RadioField: {
2077
2525
  };
2078
2526
 
2079
2527
  type RadioGroupProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & {
2080
- children?: React$1.ReactNode;
2081
- labelText: string | React$1.ReactNode;
2528
+ children?: React__default.ReactNode;
2529
+ labelText: string | React__default.ReactNode;
2082
2530
  labelId?: string;
2083
2531
  noBottomMargin?: boolean;
2084
2532
  reversed?: boolean;
@@ -2222,17 +2670,17 @@ interface TextFieldProps extends Omit<InputProps, OmittedInputProps> {
2222
2670
  /**
2223
2671
  * A short example of input text. For context or additional information use the `description` prop
2224
2672
  */
2225
- labelText: React$1.ReactNode;
2673
+ labelText: React__default.ReactNode;
2226
2674
  inline?: boolean;
2227
2675
  icon?: JSX.Element;
2228
2676
  /**
2229
2677
  * A descriptive message for `error` or `caution` states
2230
2678
  */
2231
- validationMessage?: string | React$1.ReactNode;
2679
+ validationMessage?: string | React__default.ReactNode;
2232
2680
  /**
2233
2681
  * A description that provides context for the text field
2234
2682
  */
2235
- description?: string | React$1.ReactNode;
2683
+ description?: string | React__default.ReactNode;
2236
2684
  }
2237
2685
  /**
2238
2686
  * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081928705/Text+Field Guidance} |
@@ -2244,7 +2692,7 @@ declare const TextField: {
2244
2692
  };
2245
2693
 
2246
2694
  type TextAreaProps = {
2247
- textAreaRef?: React$1.RefObject<HTMLTextAreaElement>;
2695
+ textAreaRef?: React__default.RefObject<HTMLTextAreaElement>;
2248
2696
  status?: "default" | "error" | "caution";
2249
2697
  autogrow?: boolean;
2250
2698
  reversed?: boolean;
@@ -2255,10 +2703,10 @@ declare const TextArea: {
2255
2703
  };
2256
2704
 
2257
2705
  type TextAreaFieldProps = {
2258
- labelText: string | React$1.ReactNode;
2706
+ labelText: string | React__default.ReactNode;
2259
2707
  inline?: boolean;
2260
- validationMessage?: string | React$1.ReactNode;
2261
- description?: string | React$1.ReactNode;
2708
+ validationMessage?: string | React__default.ReactNode;
2709
+ description?: string | React__default.ReactNode;
2262
2710
  variant?: "default" | "prominent";
2263
2711
  } & TextAreaProps;
2264
2712
  /**
@@ -2270,4 +2718,4 @@ declare const TextAreaField: {
2270
2718
  displayName: string;
2271
2719
  };
2272
2720
 
2273
- export { AcademyIcon, ActionOffIcon, ActionOffWhiteIcon, ActionOnIcon, type ActiveFiltersArray, AddIcon, AddLinkIcon, AddWhiteIcon, AiIcon, type AllowedHeadingColors, type AllowedHeadingTags, type AllowedTextColors, type AllowedTextTags, ArchivedIcon, ArchivedWhiteIcon, ArrowBackwardIcon, ArrowDownIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Avatar, AvatarGroup, type AvatarGroupAvatarProps, type AvatarGroupProps, type AvatarGroupSize, type AvatarList, type AvatarProps, type AvatarSizes, Badge, BadgeAnimated, type BadgeProps, BlankIcon, BoldIcon, BookmarkOffIcon, BookmarkOnIcon, BranchingIcon, Brand, BrandMoment, type BrandMomentProps, type BrandProps, BullettedListIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type CSSVariableTheme, CaMonogramIcon, CameraIcon, Card, type CardProps, type CardVariants, CautionIcon, CautionWhiteIcon, CheckIcon, Checkbox, CheckboxField, type CheckboxFieldProps, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, type CheckedStatus, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClearButton, type ClearButtonProps, ClearIcon, ClearWhiteIcon, CloseIcon, ClosedIcon, ClosedWhiteIcon, Collapsible, CollapsibleGroup, type CollapsibleGroupProps, type CollapsibleProps, CommentAddIcon, CommentAddWhiteIcon, CommentBankIcon, CommentDisabledIcon, CommentDisabledWhiteIcon, CommentIcon, CommentWhiteIcon, CommunicationsIcon, type CompanyAvatarProps, CompetencyLibraryIcon, ConfigureIcon, ConnectIcon, ConnectLineIcon, type CustomButtonProps, CustomIcon, DashboardIcon, DateEndIcon, DateEndWhiteIcon, type DateRangeFieldValidationMessage, DateRangeIcon, DateRangeWhiteIcon, DateStartIcon, DateStartWhiteIcon, type DateValidationResponse, DecreaseIndentIcon, type DeepMapObjectLeafs, DeltaBareIcon, DeltaBareWhiteIcon, DeltaFlatIcon, DeltaIcon, DeltaNegativeIcon, DeltaPositiveIcon, DeltaWhiteIcon, DemographicsIcon, DepartmentIcon, DirectionalLink, type DirectionalLinkProps, Divider, type DividerProps, DraftIcon, DraftWhiteIcon, DragIcon, DuplicateIcon, EditIcon, EffectivenessIcon, EllipsisIcon, EmailIcon, EmptyIcon, EmptyState, type EmptyStateProps, EmptyWhiteIcon, EndIcon, EngagementIcon, EngagementWhiteIcon, EqualIcon, EqualWhiteIcon, ErrorPage, type ErrorPageProps, ExclamationIcon, ExclamationOctagonIcon, ExclamationOctagonWhiteIcon, ExclamationWhiteIcon, ExperienceIcon, ExpertAdviceCollapsible, type ExpertAdviceCollapsibleProps, ExportIcon, ExportWhiteIcon, ExternalLinkIcon, FaceDissatisfiedIcon, FaceDissatisfiedWhiteIcon, FaceNeutralIcon, FaceNeutralWhiteIcon, FaceSatisfiedIcon, FaceSatisfiedWhiteIcon, FaceVeryDissatisfiedIcon, FaceVeryDissatisfiedWhiteIcon, FaceVerySatisfiedIcon, FaceVerySatisfiedWhiteIcon, FactorsIcon, FavoriteOffIcon, FavoriteOnIcon, FeedbackClassifyIcon, FeedbackClassifyWhiteIcon, FeedbackCompletedIcon, FeedbackCompletedWhiteIcon, FeedbackReportIcon, FeedbackReportWhiteIcon, FeedbackReviewIcon, FeedbackReviewWhiteIcon, FeedbackShareIcon, FeedbackShareWhiteIcon, FieldGroup, type FieldGroupProps, FieldMessage, type FieldMessageProps, type FieldMessageStatus, FileIcon, FileWhiteIcon, Filter, type FilterAttributes, FilterBar, type FilterBarContextValue, type FilterBarProps, FilterBarProvider, type FilterBarProviderProps, type FilterBarState, type FilterBarStateFilters, FilterButton, type FilterButtonProps, FilterButtonRemovable, type FilterButtonRemovableProps, type FilterButtonRemovableRefs, FilterContents, type FilterContentsProps, FilterDatePicker, FilterDatePickerField, type FilterDatePickerFieldProps, type FilterDatePickerProps, FilterDateRangePicker, type FilterDateRangePickerProps, type FilterDateSupportedLocales, FilterIcon, type FilterIsUsableWhen, FilterMultiSelect, type FilterMultiSelectProps, type FilterProps, FilterSelect, type FilterSelectProps, type FilterState, type FilterStateEditableAttributes, type FilterTriggerButtonProps, type FilterTriggerRef, type Filters, type FiltersValues, FlagOffIcon, FlagOffWhiteIcon, FlagOnIcon, FullIcon, type GenericAvatarProps, type GetDateValidationHandlerArgs, GlobalNotification, type GlobalNotificationProps, GridViewIcon, GuidanceIcon, HamburgerIcon, Heading, type HeadingProps, type HeadingVariants, HeatmapIcon, HeatmapWhiteIcon, HierarchyIcon, HomeIcon, IconButton, type IconButtonProps, ImportIcon, ImportWhiteIcon, IncreaseIndentIcon, IndicatorActiveIcon, IndicatorInactiveIcon, InformationIcon, InformationWhiteIcon, InlineNotification, type InlineNotificationProps, Input, type InputProps, InputRange, type InputRangeProps, InputSearch, type InputSearchProps, type InputStatusType, type InputType, InsightIcon, InsightsIcon, type InternalFilterState, InvisibleIcon, ItalicsIcon, type ItemType, KaizenProvider, type KaizenProviderProps, KebabIcon, KioskIcon, KioskWhiteIcon, Label, type LabelProps, LabelledMessage, type LabelledMessageProps, LaunchIcon, LaunchWhiteIcon, LeaderboardIcon, type ListBoxItems, type ListBoxProps, type ListBoxSectionProps$1 as ListBoxSectionProps, ListViewIcon, LiveIcon, type LoadMoreButtonProps, LockIcon, LockWhiteIcon, LogOutIcon, type MappedFilters, MaximizeIcon, MeatballsIcon, type MenuFooterProps, type MenuLoadingSkeletonProps, MenuTriggerConsumer, MenuTriggerProvider, type MenuTriggerProviderContextType, type MenuTriggerProviderProps, MinimizeIcon, MinusIcon, type MultiSelectItem, type MultiSelectOptionProps, NavigatorIcon, type NoResultsProps, NotificationIcon, NumberedListIcon, NumberedListRtlIcon, OpenIcon, OpenWhiteIcon, OrganizationIcon, PaginationLink, type PaginationLinkProps, ParticipationIcon, ParticipationWhiteIcon, PauseIcon, PauseWhiteIcon, PercentageIcon, PermissionsIcon, PersonIcon, PhotoUploadIcon, PowerIcon, PrintIcon, PrintWhiteIcon, ProcessManagerIcon, PromotionIcon, PromotionWhiteIcon, QuestionIcon, QuestionWhiteIcon, QuestionsIcon, Radio, RadioField, type RadioFieldProps, RadioGroup, type RadioGroupProps, type RadioProps, RedoIcon, RefreshIcon, type RemovableFilterTriggerProps, RemoveLinkIcon, RepeatsIcon, ReportIcon, ReportSharingIcon, RestoreIcon, SaveIcon, SearchField, type SearchFieldProps, SearchIcon, type SearchInputProps, SearchWhiteIcon, SecurityTipIcon, type SelectItem, type SelectItemNode, type SelectOption, type SelectOptionGroup, type SelectOptionGroupNode, type SelectOptionNode, SelectionConsumer, SelectionProvider, type SelectionProviderContextType, type SelectionProviderProps, SendIcon, SendRtlIcon, SettingsIcon, SettingsWhiteIcon, ShareIcon, SkipIcon, SkipWhiteIcon, Slider, type SliderFieldProps, SortAscendingIcon, SortDescendingIcon, type SourceFiltersState, SpinnerIcon, StarOffIcon, StarOnIcon, StartIcon, SubtractIcon, SubtractWhiteIcon, SuccessIcon, SuccessWhiteIcon, SupportIcon, SurveysIcon, SurveysWhiteIcon, SyncIcon, TagIcon, TasksIcon, TasksWhiteIcon, TemplateIcon, TemplateWhiteIcon, Text, TextAnalyticsIcon, TextAnalyticsWhiteIcon, TextArea, TextAreaField, type TextAreaFieldProps, type TextAreaProps, TextField, type TextFieldProps, type TextProps, type TextVariants, type Theme, ThemeContext, type ThemeKey, ThemeProvider, ThumbsDownIcon, ThumbsUpIcon, TimeIcon, TimeWhiteIcon, TranslationIcon, TrashIcon, type TypographyFont, UnattributedIcon, UnattributedWhiteIcon, UnderlineIcon, UndoIcon, type UseDateValidationArgs, type UseDateValidationValue, UserAddIcon, UserDeleteIcon, UserExitIcon, UserIcon, UserSelectIcon, UserSettingsIcon, UserUpdateIcon, UsersIcon, type ValidateDateResponse, type ValidationMessage, type ValueType, VisibleIcon, Workflow, type WorkflowProps, WritingIcon, ZoomInIcon, ZoomOutIcon, defaultTheme, getDateValidationHandler, getSelectedOptionKeys, getSelectedOptionLabels, getTruncatedLabels, heartTheme, useDateValidation, useFilterBarContext, useMenuTriggerContext, useSelectionContext, useTheme, validateDate };
2721
+ export { AcademyIcon, ActionOffIcon, ActionOffWhiteIcon, ActionOnIcon, type ActiveFiltersArray, AddIcon, AddLinkIcon, AddWhiteIcon, AiIcon, type AllowedHeadingColors, type AllowedHeadingTags, type AllowedTextColors, type AllowedTextTags, ArchivedIcon, ArchivedWhiteIcon, ArrowBackwardIcon, ArrowDownIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Avatar, AvatarGroup, type AvatarGroupAvatarProps, type AvatarGroupProps, type AvatarGroupSize, type AvatarList, type AvatarProps, type AvatarSizes, Badge, BadgeAnimated, type BadgeProps, BlankIcon, BoldIcon, BookmarkOffIcon, BookmarkOnIcon, BranchingIcon, Brand, BrandMoment, type BrandMomentProps, type BrandProps, BullettedListIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type CSSVariableTheme, CaMonogramIcon, CalendarRange, type CalendarRangeElement, type CalendarRangeProps, CalendarSingle, type CalendarSingleElement, type CalendarSingleProps, CameraIcon, Card, type CardProps, type CardVariants, CautionIcon, CautionWhiteIcon, CheckIcon, Checkbox, CheckboxField, type CheckboxFieldProps, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, type CheckedStatus, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClearButton, type ClearButtonProps, ClearIcon, ClearWhiteIcon, CloseIcon, ClosedIcon, ClosedWhiteIcon, Collapsible, CollapsibleGroup, type CollapsibleGroupProps, type CollapsibleProps, CommentAddIcon, CommentAddWhiteIcon, CommentBankIcon, CommentDisabledIcon, CommentDisabledWhiteIcon, CommentIcon, CommentWhiteIcon, CommunicationsIcon, type CompanyAvatarProps, CompetencyLibraryIcon, ConfigureIcon, ConfirmationModal, type ConfirmationModalProps, ConnectIcon, ConnectLineIcon, ContextModal, type ContextModalProps, type ContextModalSecondaryActionProps, type CustomButtonProps, CustomIcon, DashboardIcon, DateEndIcon, DateEndWhiteIcon, DateFormat, DateInput, DateInputDescription, type DateInputDescriptionProps, type DateInputProps, DateInputWithIconButton, type DateInputWithIconButtonProps, type DateInputWithIconButtonRefs, DatePicker, type DatePickerProps, type DateRangeFieldValidationMessage, DateRangeIcon, DateRangePicker, type DateRangePickerProps, DateRangeWhiteIcon, DateStartIcon, DateStartWhiteIcon, type DateValidationResponse, DayOfWeek, DecreaseIndentIcon, type DeepMapObjectLeafs, DeltaBareIcon, DeltaBareWhiteIcon, DeltaFlatIcon, DeltaIcon, DeltaNegativeIcon, DeltaPositiveIcon, DeltaWhiteIcon, DemographicsIcon, DepartmentIcon, DirectionalLink, type DirectionalLinkProps, type DisabledDayMatchers, type DisabledDays, Divider, type DividerProps, DraftIcon, DraftWhiteIcon, DragIcon, DuplicateIcon, EditIcon, EffectivenessIcon, EllipsisIcon, EmailIcon, EmptyIcon, EmptyState, type EmptyStateProps, EmptyWhiteIcon, EndIcon, EngagementIcon, EngagementWhiteIcon, EqualIcon, EqualWhiteIcon, ErrorPage, type ErrorPageProps, ExclamationIcon, ExclamationOctagonIcon, ExclamationOctagonWhiteIcon, ExclamationWhiteIcon, ExperienceIcon, ExpertAdviceCollapsible, type ExpertAdviceCollapsibleProps, ExportIcon, ExportWhiteIcon, ExternalLinkIcon, FaceDissatisfiedIcon, FaceDissatisfiedWhiteIcon, FaceNeutralIcon, FaceNeutralWhiteIcon, FaceSatisfiedIcon, FaceSatisfiedWhiteIcon, FaceVeryDissatisfiedIcon, FaceVeryDissatisfiedWhiteIcon, FaceVerySatisfiedIcon, FaceVerySatisfiedWhiteIcon, FactorsIcon, FavoriteOffIcon, FavoriteOnIcon, FeedbackClassifyIcon, FeedbackClassifyWhiteIcon, FeedbackCompletedIcon, FeedbackCompletedWhiteIcon, FeedbackReportIcon, FeedbackReportWhiteIcon, FeedbackReviewIcon, FeedbackReviewWhiteIcon, FeedbackShareIcon, FeedbackShareWhiteIcon, FieldGroup, type FieldGroupProps, FieldMessage, type FieldMessageProps, type FieldMessageStatus, FileIcon, FileWhiteIcon, Filter, type FilterAttributes, FilterBar, type FilterBarContextValue, type FilterBarProps, FilterBarProvider, type FilterBarProviderProps, type FilterBarState, type FilterBarStateFilters, FilterButton, type FilterButtonProps, FilterButtonRemovable, type FilterButtonRemovableProps, type FilterButtonRemovableRefs, FilterContents, type FilterContentsProps, FilterDatePicker, FilterDatePickerField, type FilterDatePickerFieldProps, type FilterDatePickerProps, FilterDateRangePicker, type FilterDateRangePickerProps, FilterIcon, type FilterIsUsableWhen, FilterMultiSelect, type FilterMultiSelectProps, type FilterProps, FilterSelect, type FilterSelectProps, type FilterState, type FilterStateEditableAttributes, type FilterTriggerButtonProps, type FilterTriggerRef, type Filters, type FiltersValues, FlagOffIcon, FlagOffWhiteIcon, FlagOnIcon, FullIcon, type GenericAvatarProps, GenericModal, type GenericModalProps, type GetDateValidationHandlerArgs, GlobalNotification, type GlobalNotificationProps, GridViewIcon, GuidanceIcon, HamburgerIcon, Heading, type HeadingProps, type HeadingVariants, HeatmapIcon, HeatmapWhiteIcon, HierarchyIcon, HomeIcon, IconButton, type IconButtonProps, ImportIcon, ImportWhiteIcon, IncreaseIndentIcon, IndicatorActiveIcon, IndicatorInactiveIcon, InformationIcon, InformationWhiteIcon, InlineNotification, type InlineNotificationProps, Input, InputEditModal, type InputEditModalProps, type InputProps, InputRange, type InputRangeProps, InputSearch, type InputSearchProps, type InputStatusType, type InputType, InsightIcon, InsightsIcon, type InternalFilterState, InvisibleIcon, ItalicsIcon, type ItemType, KaizenProvider, type KaizenProviderProps, KebabIcon, KioskIcon, KioskWhiteIcon, Label, type LabelProps, LabelledMessage, type LabelledMessageProps, LaunchIcon, LaunchWhiteIcon, LeaderboardIcon, type ListBoxItems, type ListBoxProps, type ListBoxSectionProps$1 as ListBoxSectionProps, ListViewIcon, LiveIcon, type LoadMoreButtonProps, LockIcon, LockWhiteIcon, LogOutIcon, type MappedFilters, MaximizeIcon, MeatballsIcon, type MenuFooterProps, type MenuLoadingSkeletonProps, MenuTriggerConsumer, MenuTriggerProvider, type MenuTriggerProviderContextType, type MenuTriggerProviderProps, MinimizeIcon, MinusIcon, ModalAccessibleDescription, type ModalAccessibleDescriptionProps, ModalAccessibleLabel, type ModalAccessibleLabelProps, ModalBody, type ModalBodyProps, ModalContext, type ModalContextType, ModalFooter, type ModalFooterProps, ModalHeader, type ModalHeaderProps, type MultiSelectItem, type MultiSelectOptionProps, NavigatorIcon, type NoResultsProps, NotificationIcon, NumberedListIcon, NumberedListRtlIcon, OpenIcon, OpenWhiteIcon, OrganizationIcon, PaginationLink, type PaginationLinkProps, ParticipationIcon, ParticipationWhiteIcon, PauseIcon, PauseWhiteIcon, PercentageIcon, PermissionsIcon, PersonIcon, PhotoUploadIcon, PowerIcon, PrintIcon, PrintWhiteIcon, ProcessManagerIcon, PromotionIcon, PromotionWhiteIcon, QuestionIcon, QuestionWhiteIcon, QuestionsIcon, Radio, RadioField, type RadioFieldProps, RadioGroup, type RadioGroupProps, type RadioProps, RedoIcon, RefreshIcon, type RemovableFilterTriggerProps, RemoveLinkIcon, RepeatsIcon, ReportIcon, ReportSharingIcon, RestoreIcon, SaveIcon, SearchField, type SearchFieldProps, SearchIcon, type SearchInputProps, SearchWhiteIcon, SecurityTipIcon, type SelectItem, type SelectItemNode, type SelectOption, type SelectOptionGroup, type SelectOptionGroupNode, type SelectOptionNode, SelectionConsumer, SelectionProvider, type SelectionProviderContextType, type SelectionProviderProps, SendIcon, SendRtlIcon, SettingsIcon, SettingsWhiteIcon, ShareIcon, SkipIcon, SkipWhiteIcon, Slider, type SliderFieldProps, SortAscendingIcon, SortDescendingIcon, type SourceFiltersState, SpinnerIcon, StarOffIcon, StarOnIcon, StartIcon, SubtractIcon, SubtractWhiteIcon, SuccessIcon, SuccessWhiteIcon, SupportIcon, SurveysIcon, SurveysWhiteIcon, SyncIcon, TagIcon, TasksIcon, TasksWhiteIcon, TemplateIcon, TemplateWhiteIcon, Text, TextAnalyticsIcon, TextAnalyticsWhiteIcon, TextArea, TextAreaField, type TextAreaFieldProps, type TextAreaProps, TextField, type TextFieldProps, type TextProps, type TextVariants, type Theme, ThemeContext, type ThemeKey, ThemeProvider, ThumbsDownIcon, ThumbsUpIcon, TimeIcon, TimeWhiteIcon, TranslationIcon, TrashIcon, type TypographyFont, UnattributedIcon, UnattributedWhiteIcon, UnderlineIcon, UndoIcon, type UseDateValidationArgs, type UseDateValidationValue, UserAddIcon, UserDeleteIcon, UserExitIcon, UserIcon, UserSelectIcon, UserSettingsIcon, UserUpdateIcon, UsersIcon, type ValidateDateResponse, type ValidationMessage, type ValidationResponse, type ValueType, VisibleIcon, Workflow, type WorkflowProps, WritingIcon, ZoomInIcon, ZoomOutIcon, calculateDisabledDays, defaultTheme, formatDateAsNumeral, formatDateAsText, formatDateRangeValue, getDateValidationHandler, getSelectedOptionKeys, getSelectedOptionLabels, getTruncatedLabels, heartTheme, isDisabledDate, isInvalidDate, isSelectingDayInCalendar, isValidWeekStartsOn, parseDateAsTextOrNumeral, parseDateFromNumeralFormatValue, parseDateFromTextFormatValue, setFocusInCalendar, useDateValidation, useFilterBarContext, useMenuTriggerContext, useSelectionContext, useTheme, validateDate };