@transferwise/components 43.12.6-beta-.16 → 43.12.6

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 (1416) hide show
  1. package/build/es/no-polyfill/accordion/Accordion.js +1 -0
  2. package/build/es/no-polyfill/accordion/AccordionItem/AccordionItem.js +1 -0
  3. package/build/es/no-polyfill/accordion/AccordionItem/index.js +1 -0
  4. package/build/es/no-polyfill/accordion/index.js +1 -0
  5. package/build/es/no-polyfill/actionButton/ActionButton.js +1 -0
  6. package/build/es/no-polyfill/actionButton/ActionButton.spec.js +1 -0
  7. package/build/es/no-polyfill/actionButton/ActionButton.story.js +1 -0
  8. package/build/es/no-polyfill/actionButton/index.js +1 -0
  9. package/build/es/no-polyfill/actionOption/ActionOption.js +1 -0
  10. package/build/es/no-polyfill/actionOption/ActionOption.story.js +1 -0
  11. package/build/es/no-polyfill/actionOption/index.js +1 -0
  12. package/build/es/no-polyfill/alert/Alert.js +1 -0
  13. package/build/es/no-polyfill/alert/index.js +1 -0
  14. package/build/es/no-polyfill/alert/inlineMarkdown/InlineMarkdown.js +1 -0
  15. package/build/es/no-polyfill/alert/inlineMarkdown/index.js +1 -0
  16. package/build/es/no-polyfill/alert/withArrow/alertArrowPositions.js +2 -0
  17. package/build/es/no-polyfill/alert/withArrow/index.js +1 -0
  18. package/build/es/no-polyfill/alert/withArrow/withArrow.js +1 -0
  19. package/build/es/no-polyfill/avatar/Avatar.js +1 -0
  20. package/build/es/no-polyfill/avatar/avatarTypes.js +2 -0
  21. package/build/es/no-polyfill/avatar/index.js +1 -0
  22. package/build/es/no-polyfill/avatarWrapper/AvatarWrapper.js +1 -0
  23. package/build/es/no-polyfill/avatarWrapper/index.js +1 -0
  24. package/build/es/no-polyfill/badge/Badge.js +1 -0
  25. package/build/es/no-polyfill/badge/index.js +1 -0
  26. package/build/es/no-polyfill/body/Body.js +1 -0
  27. package/build/es/no-polyfill/body/Body.spec.js +1 -0
  28. package/build/es/no-polyfill/body/Body.story.js +1 -0
  29. package/build/es/no-polyfill/body/index.js +1 -0
  30. package/build/es/no-polyfill/button/Button.js +7 -0
  31. package/build/es/no-polyfill/button/classMap.js +1 -0
  32. package/build/es/no-polyfill/button/index.js +1 -0
  33. package/build/es/no-polyfill/button/legacyUtils/index.js +1 -0
  34. package/build/es/no-polyfill/button/legacyUtils/legacyUtils.js +4 -0
  35. package/build/es/no-polyfill/card/Card.js +1 -0
  36. package/build/es/no-polyfill/card/index.js +1 -0
  37. package/build/es/no-polyfill/checkbox/Checkbox.js +1 -0
  38. package/build/es/no-polyfill/checkbox/index.js +1 -0
  39. package/build/es/no-polyfill/checkboxButton/CheckboxButton.js +1 -0
  40. package/build/es/no-polyfill/checkboxButton/CheckboxButton.spec.js +1 -0
  41. package/build/es/no-polyfill/checkboxButton/CheckboxButton.story.js +1 -0
  42. package/build/es/no-polyfill/checkboxButton/index.js +1 -0
  43. package/build/es/no-polyfill/checkboxOption/CheckboxOption.js +1 -0
  44. package/build/es/no-polyfill/checkboxOption/CheckboxOption.spec.js +1 -0
  45. package/build/es/no-polyfill/checkboxOption/CheckboxOption.story.js +1 -0
  46. package/build/es/no-polyfill/checkboxOption/index.js +1 -0
  47. package/build/es/no-polyfill/chevron/Chevron.js +1 -0
  48. package/build/es/no-polyfill/chevron/index.js +1 -0
  49. package/build/es/no-polyfill/chips/Chip.js +1 -0
  50. package/build/es/no-polyfill/chips/Chips.js +1 -0
  51. package/build/es/no-polyfill/chips/Chips.messages.js +1 -0
  52. package/build/es/no-polyfill/chips/Chips.spec.js +1 -0
  53. package/build/es/no-polyfill/chips/Chips.story.js +1 -0
  54. package/build/es/no-polyfill/chips/index.js +1 -0
  55. package/build/es/no-polyfill/circularButton/CircularButton.js +1 -0
  56. package/build/es/no-polyfill/circularButton/index.js +1 -0
  57. package/build/es/no-polyfill/common/DOMOperations/DOMOperations.js +9 -0
  58. package/build/es/no-polyfill/common/DOMOperations/index.js +1 -0
  59. package/build/es/no-polyfill/common/Option/Option.js +1 -0
  60. package/build/es/no-polyfill/common/Option/index.js +1 -0
  61. package/build/es/no-polyfill/common/RadioButton/RadioButton.js +1 -0
  62. package/build/es/no-polyfill/common/RadioButton/index.js +1 -0
  63. package/build/es/no-polyfill/common/bottomSheet/BottomSheet.js +10 -0
  64. package/build/es/no-polyfill/common/bottomSheet/BottomSheet.spec.js +1 -0
  65. package/build/es/no-polyfill/common/bottomSheet/index.js +1 -0
  66. package/build/es/no-polyfill/common/closeButton/CloseButton.js +1 -0
  67. package/build/es/no-polyfill/common/closeButton/CloseButton.messages.js +1 -0
  68. package/build/es/no-polyfill/common/closeButton/index.js +1 -0
  69. package/build/es/no-polyfill/common/commonProps.js +0 -0
  70. package/build/es/no-polyfill/common/dateUtils/getDayNames/getDayNames.js +2 -0
  71. package/build/es/no-polyfill/common/dateUtils/getDayNames/index.js +1 -0
  72. package/build/es/no-polyfill/common/dateUtils/getMonthNames/getMonthNames.js +1 -0
  73. package/build/es/no-polyfill/common/dateUtils/getMonthNames/index.js +1 -0
  74. package/build/es/no-polyfill/common/dateUtils/index.js +1 -0
  75. package/build/es/no-polyfill/common/dateUtils/isDateValid/index.js +1 -0
  76. package/build/es/no-polyfill/common/dateUtils/isDateValid/isDateValid.js +1 -0
  77. package/build/es/no-polyfill/common/dateUtils/isMonthAndYearFormat/index.js +1 -0
  78. package/build/es/no-polyfill/common/dateUtils/isMonthAndYearFormat/isMonthAndYearFormat.js +1 -0
  79. package/build/es/no-polyfill/common/dateUtils/isWithinRange/index.js +1 -0
  80. package/build/es/no-polyfill/common/dateUtils/isWithinRange/isWithinRange.js +1 -0
  81. package/build/es/no-polyfill/common/dateUtils/moveToWithinRange/index.js +1 -0
  82. package/build/es/no-polyfill/common/dateUtils/moveToWithinRange/moveToWithinRange.js +2 -0
  83. package/build/es/no-polyfill/common/deviceDetection/deviceDetection.js +1 -0
  84. package/build/es/no-polyfill/common/deviceDetection/index.js +1 -0
  85. package/build/es/no-polyfill/common/direction.js +1 -0
  86. package/build/es/no-polyfill/common/domHelpers/documentIosClick.js +5 -0
  87. package/build/es/no-polyfill/common/domHelpers/index.js +1 -0
  88. package/build/es/no-polyfill/common/fakeEvents.js +1 -0
  89. package/build/es/no-polyfill/common/fileType.js +1 -0
  90. package/build/es/no-polyfill/common/flowHeader/FlowHeader.js +1 -0
  91. package/build/es/no-polyfill/common/flowHeader/index.js +1 -0
  92. package/build/es/no-polyfill/common/focusBoundary/FocusBoundary.js +1 -0
  93. package/build/es/no-polyfill/common/focusBoundary/index.js +1 -0
  94. package/build/es/no-polyfill/common/focusBoundary/utils/getFocusableElements.js +6 -0
  95. package/build/es/no-polyfill/common/focusBoundary/utils/index.js +1 -0
  96. package/build/es/no-polyfill/common/focusBoundary/utils/resetFocus.js +6 -0
  97. package/build/es/no-polyfill/common/historyNavigator/historyNavigator.js +1 -0
  98. package/build/es/no-polyfill/common/historyNavigator/index.js +1 -0
  99. package/build/es/no-polyfill/common/hooks/index.js +1 -0
  100. package/build/es/no-polyfill/common/hooks/useClientWidth/index.js +1 -0
  101. package/build/es/no-polyfill/common/hooks/useClientWidth/useClientWidth.js +5 -0
  102. package/build/es/no-polyfill/common/hooks/useConditionalListener/index.js +1 -0
  103. package/build/es/no-polyfill/common/hooks/useConditionalListener/useConditionalListener.js +3 -0
  104. package/build/es/no-polyfill/common/hooks/useDirection/index.js +1 -0
  105. package/build/es/no-polyfill/common/hooks/useDirection/useDirection.js +1 -0
  106. package/build/es/no-polyfill/common/hooks/useHasIntersected/index.js +1 -0
  107. package/build/es/no-polyfill/common/hooks/useHasIntersected/useHasIntersected.js +11 -0
  108. package/build/es/no-polyfill/common/hooks/useLayout/index.js +1 -0
  109. package/build/es/no-polyfill/common/hooks/useLayout/useLayout.js +1 -0
  110. package/build/es/no-polyfill/common/index.js +2 -0
  111. package/build/es/no-polyfill/common/key.js +1 -0
  112. package/build/es/no-polyfill/common/keyCodes.js +5 -0
  113. package/build/es/no-polyfill/common/locale/index.js +37 -0
  114. package/build/es/no-polyfill/common/panel/Panel.js +10 -0
  115. package/build/es/no-polyfill/common/panel/index.js +1 -0
  116. package/build/es/no-polyfill/common/propsValues/breakpoint.js +1 -0
  117. package/build/es/no-polyfill/common/propsValues/control.js +1 -0
  118. package/build/es/no-polyfill/common/propsValues/dateMode.js +1 -0
  119. package/build/es/no-polyfill/common/propsValues/layouts.js +1 -0
  120. package/build/es/no-polyfill/common/propsValues/markdownNodeType.js +1 -0
  121. package/build/es/no-polyfill/common/propsValues/monthFormat.js +1 -0
  122. package/build/es/no-polyfill/common/propsValues/position.js +1 -0
  123. package/build/es/no-polyfill/common/propsValues/profileType.js +1 -0
  124. package/build/es/no-polyfill/common/propsValues/scroll.js +1 -0
  125. package/build/es/no-polyfill/common/propsValues/sentiment.js +1 -0
  126. package/build/es/no-polyfill/common/propsValues/size.js +1 -0
  127. package/build/es/no-polyfill/common/propsValues/status.js +1 -0
  128. package/build/es/no-polyfill/common/propsValues/type.js +3 -0
  129. package/build/es/no-polyfill/common/propsValues/typography.js +1 -0
  130. package/build/es/no-polyfill/common/propsValues/variant.js +1 -0
  131. package/build/es/no-polyfill/common/propsValues/width.js +1 -0
  132. package/build/es/no-polyfill/common/requirements.js +3 -0
  133. package/build/es/no-polyfill/common/responsivePanel/ResponsivePanel.js +1 -0
  134. package/build/es/no-polyfill/common/responsivePanel/index.js +1 -0
  135. package/build/es/no-polyfill/common/textFormat/formatWithPattern/formatWithPattern.js +2 -0
  136. package/build/es/no-polyfill/common/textFormat/formatWithPattern/index.js +1 -0
  137. package/build/es/no-polyfill/common/textFormat/getCountOfSymbolsInSelection/getCountOfSymbolsInSelection.js +1 -0
  138. package/build/es/no-polyfill/common/textFormat/getCountOfSymbolsInSelection/index.js +1 -0
  139. package/build/es/no-polyfill/common/textFormat/getCursorPositionAfterKeystroke/getCursorPositionAfterKeystroke.js +1 -0
  140. package/build/es/no-polyfill/common/textFormat/getCursorPositionAfterKeystroke/index.js +1 -0
  141. package/build/es/no-polyfill/common/textFormat/getDistanceToSymbol/getDistanceToSymbol.js +2 -0
  142. package/build/es/no-polyfill/common/textFormat/getDistanceToSymbol/index.js +1 -0
  143. package/build/es/no-polyfill/common/textFormat/getSymbolsInPatternWithPosition/getSymbolsInPatternWithPosition.js +1 -0
  144. package/build/es/no-polyfill/common/textFormat/getSymbolsInPatternWithPosition/index.js +1 -0
  145. package/build/es/no-polyfill/common/textFormat/index.js +1 -0
  146. package/build/es/no-polyfill/common/textFormat/unformatWithPattern/index.js +1 -0
  147. package/build/es/no-polyfill/common/textFormat/unformatWithPattern/unformatWithPattern.js +1 -0
  148. package/build/es/no-polyfill/common/theme.js +1 -0
  149. package/build/es/no-polyfill/criticalBanner/CriticalCommsBanner.js +1 -0
  150. package/build/es/no-polyfill/criticalBanner/CriticalCommsBanner.story.js +1 -0
  151. package/build/es/no-polyfill/criticalBanner/index.js +1 -0
  152. package/build/es/no-polyfill/dateInput/DateInput.js +4 -0
  153. package/build/es/no-polyfill/dateInput/DateInput.messages.js +1 -0
  154. package/build/es/no-polyfill/dateInput/index.js +1 -0
  155. package/build/es/no-polyfill/dateInput/utils/convertToLocalMidnight/convertToLocalMidnight.js +2 -0
  156. package/build/es/no-polyfill/dateInput/utils/convertToLocalMidnight/index.js +1 -0
  157. package/build/es/no-polyfill/dateInput/utils/explodeDate/explodeDate.js +1 -0
  158. package/build/es/no-polyfill/dateInput/utils/explodeDate/index.js +1 -0
  159. package/build/es/no-polyfill/dateInput/utils/index.js +1 -0
  160. package/build/es/no-polyfill/dateLookup/DateLookup.js +3 -0
  161. package/build/es/no-polyfill/dateLookup/dateHeader/DateHeader.js +1 -0
  162. package/build/es/no-polyfill/dateLookup/dateHeader/index.js +1 -0
  163. package/build/es/no-polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -0
  164. package/build/es/no-polyfill/dateLookup/dateTrigger/DateTrigger.messages.js +1 -0
  165. package/build/es/no-polyfill/dateLookup/dateTrigger/index.js +1 -0
  166. package/build/es/no-polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -0
  167. package/build/es/no-polyfill/dateLookup/dayCalendar/index.js +1 -0
  168. package/build/es/no-polyfill/dateLookup/dayCalendar/table/DayCalendarTable.js +4 -0
  169. package/build/es/no-polyfill/dateLookup/dayCalendar/table/index.js +1 -0
  170. package/build/es/no-polyfill/dateLookup/getStartOfDay/getStartOfDay.js +5 -0
  171. package/build/es/no-polyfill/dateLookup/getStartOfDay/index.js +1 -0
  172. package/build/es/no-polyfill/dateLookup/index.js +1 -0
  173. package/build/es/no-polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -0
  174. package/build/es/no-polyfill/dateLookup/monthCalendar/index.js +1 -0
  175. package/build/es/no-polyfill/dateLookup/monthCalendar/table/MonthCalendarTable.js +1 -0
  176. package/build/es/no-polyfill/dateLookup/monthCalendar/table/index.js +1 -0
  177. package/build/es/no-polyfill/dateLookup/tableLink/TableLink.js +2 -0
  178. package/build/es/no-polyfill/dateLookup/tableLink/index.js +1 -0
  179. package/build/es/no-polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -0
  180. package/build/es/no-polyfill/dateLookup/yearCalendar/index.js +1 -0
  181. package/build/es/no-polyfill/dateLookup/yearCalendar/table/YearCalendarTable.js +1 -0
  182. package/build/es/no-polyfill/dateLookup/yearCalendar/table/index.js +1 -0
  183. package/build/es/no-polyfill/decision/Decision.js +5 -0
  184. package/build/es/no-polyfill/decision/decisionEnums.js +3 -0
  185. package/build/es/no-polyfill/decision/index.js +1 -0
  186. package/build/es/no-polyfill/definitionList/DefinitionList.js +1 -0
  187. package/build/es/no-polyfill/definitionList/index.js +1 -0
  188. package/build/es/no-polyfill/dimmer/Dimmer.js +6 -0
  189. package/build/es/no-polyfill/dimmer/Dimmer.story.js +1 -0
  190. package/build/es/no-polyfill/dimmer/dimmerManager/DimmerManager.js +5 -0
  191. package/build/es/no-polyfill/dimmer/dimmerManager/index.js +1 -0
  192. package/build/es/no-polyfill/dimmer/index.js +1 -0
  193. package/build/es/no-polyfill/display/Display.js +1 -0
  194. package/build/es/no-polyfill/display/Display.story.js +1 -0
  195. package/build/es/no-polyfill/display/index.js +1 -0
  196. package/build/es/no-polyfill/drawer/Drawer.js +1 -0
  197. package/build/es/no-polyfill/drawer/index.js +1 -0
  198. package/build/es/no-polyfill/dropFade/DropFade.js +3 -0
  199. package/build/es/no-polyfill/dropFade/DropFade.story.js +1 -0
  200. package/build/es/no-polyfill/dropFade/index.js +1 -0
  201. package/build/es/no-polyfill/dynamicFieldDefinitionList/DynamicFieldDefinitionList.js +1 -0
  202. package/build/es/no-polyfill/dynamicFieldDefinitionList/FormattedValue/FormattedValue.js +8 -0
  203. package/build/es/no-polyfill/dynamicFieldDefinitionList/FormattedValue/index.js +1 -0
  204. package/build/es/no-polyfill/dynamicFieldDefinitionList/index.js +1 -0
  205. package/build/es/no-polyfill/dynamicFieldDefinitionList/utils/createDefinitions.js +2 -0
  206. package/build/es/no-polyfill/dynamicFieldDefinitionList/utils/text-format.js +1 -0
  207. package/build/es/no-polyfill/emphasis/Emphasis.js +2 -0
  208. package/build/es/no-polyfill/emphasis/EmphasisHtmlTransformer.js +7 -0
  209. package/build/es/no-polyfill/emphasis/index.js +1 -0
  210. package/build/es/no-polyfill/flowNavigation/FlowNavigation.js +2 -0
  211. package/build/es/no-polyfill/flowNavigation/animatedLabel/AnimatedLabel.js +1 -0
  212. package/build/es/no-polyfill/flowNavigation/animatedLabel/index.js +1 -0
  213. package/build/es/no-polyfill/flowNavigation/backButton/BackButton.js +1 -0
  214. package/build/es/no-polyfill/flowNavigation/backButton/index.js +1 -0
  215. package/build/es/no-polyfill/flowNavigation/index.js +1 -0
  216. package/build/es/no-polyfill/header/Header.js +5 -0
  217. package/build/es/no-polyfill/header/Header.spec.js +1 -0
  218. package/build/es/no-polyfill/header/Header.story.js +2 -0
  219. package/build/es/no-polyfill/header/index.js +1 -0
  220. package/build/es/no-polyfill/i18n/cs.json +44 -0
  221. package/build/es/no-polyfill/i18n/de.json +44 -0
  222. package/build/es/no-polyfill/i18n/en.json +44 -0
  223. package/build/es/no-polyfill/i18n/es.json +44 -0
  224. package/build/es/no-polyfill/i18n/fr.json +44 -0
  225. package/build/es/no-polyfill/i18n/hu.json +44 -0
  226. package/build/es/no-polyfill/i18n/id.json +44 -0
  227. package/build/es/no-polyfill/i18n/index.js +1 -0
  228. package/build/es/no-polyfill/i18n/it.json +44 -0
  229. package/build/es/no-polyfill/i18n/ja.json +44 -0
  230. package/build/es/no-polyfill/i18n/pl.json +44 -0
  231. package/build/es/no-polyfill/i18n/pt.json +44 -0
  232. package/build/es/no-polyfill/i18n/ro.json +44 -0
  233. package/build/es/no-polyfill/i18n/ru.json +44 -0
  234. package/build/es/no-polyfill/i18n/th.json +44 -0
  235. package/build/es/no-polyfill/i18n/tr.json +44 -0
  236. package/build/es/no-polyfill/i18n/uk.json +44 -0
  237. package/build/es/no-polyfill/i18n/zh-CN.json +44 -0
  238. package/build/es/no-polyfill/i18n/zh.json +44 -0
  239. package/build/es/no-polyfill/image/Image.js +12 -0
  240. package/build/es/no-polyfill/image/index.js +1 -0
  241. package/build/es/no-polyfill/index.js +13 -0
  242. package/build/es/no-polyfill/info/Info.js +1 -0
  243. package/build/es/no-polyfill/info/index.js +1 -0
  244. package/build/es/no-polyfill/info/infoPresentations.js +2 -0
  245. package/build/es/no-polyfill/inlineAlert/InlineAlert.js +1 -0
  246. package/build/es/no-polyfill/inlineAlert/index.js +1 -0
  247. package/build/es/no-polyfill/inputWithDisplayFormat/InputWithDisplayFormat.js +1 -0
  248. package/build/es/no-polyfill/inputWithDisplayFormat/index.js +1 -0
  249. package/build/es/no-polyfill/instructionsList/InstructionsList.js +3 -0
  250. package/build/es/no-polyfill/instructionsList/index.js +1 -0
  251. package/build/es/no-polyfill/lab/index.js +1 -0
  252. package/build/es/no-polyfill/lab/mobileNav/MobileNav.js +9 -0
  253. package/build/es/no-polyfill/lab/mobileNav/index.js +1 -0
  254. package/build/es/no-polyfill/lab/mobileNav/utils/index.js +1 -0
  255. package/build/es/no-polyfill/lab/mobileNav/utils/isIpadOsSafari/index.js +1 -0
  256. package/build/es/no-polyfill/lab/mobileNav/utils/isIpadOsSafari/isIpadOsSafari.js +1 -0
  257. package/build/es/no-polyfill/lab/mobileNav/utils/isMobileSafari/index.js +1 -0
  258. package/build/es/no-polyfill/lab/mobileNav/utils/isMobileSafari/isMobileSafari.js +1 -0
  259. package/build/es/no-polyfill/lab/pagination/Pagination.js +1 -0
  260. package/build/es/no-polyfill/lab/pagination/Pagination.messages.js +1 -0
  261. package/build/es/no-polyfill/lab/pagination/index.js +1 -0
  262. package/build/es/no-polyfill/lab/pagination/paginationLink/PaginationLink.js +1 -0
  263. package/build/es/no-polyfill/lab/pagination/paginationLink/PaginationLink.messages.js +1 -0
  264. package/build/es/no-polyfill/lab/pagination/paginationLink/index.js +1 -0
  265. package/build/es/no-polyfill/link/Link.js +5 -0
  266. package/build/es/no-polyfill/link/Link.spec.js +1 -0
  267. package/build/es/no-polyfill/link/Link.story.js +1 -0
  268. package/build/es/no-polyfill/link/index.js +1 -0
  269. package/build/es/no-polyfill/loader/Loader.js +11 -0
  270. package/build/es/no-polyfill/loader/index.js +1 -0
  271. package/build/es/no-polyfill/logo/Logo.js +1 -0
  272. package/build/es/no-polyfill/logo/index.js +1 -0
  273. package/build/es/no-polyfill/logo/logoTypes.js +2 -0
  274. package/build/es/no-polyfill/logo/svg/flag-inverse.svg +1 -0
  275. package/build/es/no-polyfill/logo/svg/flag.svg +1 -0
  276. package/build/es/no-polyfill/logo/svg/logo-business-inverse.svg +1 -0
  277. package/build/es/no-polyfill/logo/svg/logo-business.svg +1 -0
  278. package/build/es/no-polyfill/logo/svg/logo-inverse.svg +1 -0
  279. package/build/es/no-polyfill/logo/svg/logo.svg +1 -0
  280. package/build/es/no-polyfill/markdown/Markdown.js +1 -0
  281. package/build/es/no-polyfill/markdown/index.js +1 -0
  282. package/build/es/no-polyfill/modal/Modal.js +1 -0
  283. package/build/es/no-polyfill/modal/Modal.story.js +1 -0
  284. package/build/es/no-polyfill/modal/index.js +1 -0
  285. package/build/es/no-polyfill/money/Money.js +1 -0
  286. package/build/es/no-polyfill/money/index.js +1 -0
  287. package/build/es/no-polyfill/moneyInput/MoneyInput.js +5 -0
  288. package/build/es/no-polyfill/moneyInput/MoneyInput.messages.js +1 -0
  289. package/build/es/no-polyfill/moneyInput/currencyFormatting.js +4 -0
  290. package/build/es/no-polyfill/moneyInput/index.js +1 -0
  291. package/build/es/no-polyfill/navigationOption/NavigationOption.js +1 -0
  292. package/build/es/no-polyfill/navigationOption/index.js +1 -0
  293. package/build/es/no-polyfill/navigationOptionsList/NavigationOptionsList.js +1 -0
  294. package/build/es/no-polyfill/navigationOptionsList/index.js +1 -0
  295. package/build/es/no-polyfill/nudge/Nudge.js +1 -0
  296. package/build/es/no-polyfill/nudge/index.js +1 -0
  297. package/build/es/no-polyfill/overlayHeader/OverlayHeader.js +1 -0
  298. package/build/es/no-polyfill/overlayHeader/index.js +1 -0
  299. package/build/es/no-polyfill/phoneNumberInput/PhoneNumberInput.js +1 -0
  300. package/build/es/no-polyfill/phoneNumberInput/data/countries.js +1 -0
  301. package/build/es/no-polyfill/phoneNumberInput/index.js +1 -0
  302. package/build/es/no-polyfill/phoneNumberInput/utils/cleanNumber/cleanNumber.js +1 -0
  303. package/build/es/no-polyfill/phoneNumberInput/utils/cleanNumber/index.js +1 -0
  304. package/build/es/no-polyfill/phoneNumberInput/utils/explodeNumberModel/index.js +7 -0
  305. package/build/es/no-polyfill/phoneNumberInput/utils/filterOptionsForQuery/index.js +7 -0
  306. package/build/es/no-polyfill/phoneNumberInput/utils/findCountryByCode/index.js +1 -0
  307. package/build/es/no-polyfill/phoneNumberInput/utils/findCountryByPrefix/index.js +1 -0
  308. package/build/es/no-polyfill/phoneNumberInput/utils/groupCountriesByPrefix/groupCountriesByPrefix.js +1 -0
  309. package/build/es/no-polyfill/phoneNumberInput/utils/groupCountriesByPrefix/index.js +1 -0
  310. package/build/es/no-polyfill/phoneNumberInput/utils/index.js +1 -0
  311. package/build/es/no-polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/index.js +1 -0
  312. package/build/es/no-polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/isOptionAndFitsQuery.js +7 -0
  313. package/build/es/no-polyfill/phoneNumberInput/utils/isStringNumeric/index.js +1 -0
  314. package/build/es/no-polyfill/phoneNumberInput/utils/isStringNumeric/isStringNumeric.js +1 -0
  315. package/build/es/no-polyfill/phoneNumberInput/utils/isValidPhoneNumber/index.js +1 -0
  316. package/build/es/no-polyfill/phoneNumberInput/utils/isValidPhoneNumber/isValidPhoneNumber.js +6 -0
  317. package/build/es/no-polyfill/phoneNumberInput/utils/longestMatchingPrefix/index.js +1 -0
  318. package/build/es/no-polyfill/phoneNumberInput/utils/setDefaultPrefix/index.js +11 -0
  319. package/build/es/no-polyfill/phoneNumberInput/utils/sortArrayByProperty/index.js +1 -0
  320. package/build/es/no-polyfill/phoneNumberInput/utils/sortArrayByProperty/sortArrayByProperty.js +2 -0
  321. package/build/es/no-polyfill/popover/Popover.js +4 -0
  322. package/build/es/no-polyfill/popover/index.js +1 -0
  323. package/build/es/no-polyfill/processIndicator/ProcessIndicator.js +12 -0
  324. package/build/es/no-polyfill/processIndicator/index.js +1 -0
  325. package/build/es/no-polyfill/progress/Progress.js +1 -0
  326. package/build/es/no-polyfill/progress/index.js +1 -0
  327. package/build/es/no-polyfill/progressBar/ProgressBar.js +1 -0
  328. package/build/es/no-polyfill/progressBar/index.js +1 -0
  329. package/build/es/no-polyfill/provider/Provider.js +1 -0
  330. package/build/es/no-polyfill/provider/Provider.spec.js +2 -0
  331. package/build/es/no-polyfill/provider/Provider.story.js +1 -0
  332. package/build/es/no-polyfill/provider/direction/DirectionProvider.js +1 -0
  333. package/build/es/no-polyfill/provider/direction/DirectionProvider.spec.js +1 -0
  334. package/build/es/no-polyfill/provider/direction/index.js +1 -0
  335. package/build/es/no-polyfill/provider/index.js +1 -0
  336. package/build/es/no-polyfill/provider/language/LanguageProvider.js +1 -0
  337. package/build/es/no-polyfill/provider/language/LanguageProvider.spec.js +1 -0
  338. package/build/es/no-polyfill/provider/language/index.js +1 -0
  339. package/build/es/no-polyfill/radio/Radio.js +1 -0
  340. package/build/es/no-polyfill/radio/index.js +1 -0
  341. package/build/es/no-polyfill/radioGroup/RadioGroup.js +2 -0
  342. package/build/es/no-polyfill/radioGroup/index.js +1 -0
  343. package/build/es/no-polyfill/radioOption/RadioOption.js +1 -0
  344. package/build/es/no-polyfill/radioOption/index.js +1 -0
  345. package/build/es/no-polyfill/section/Section.js +5 -0
  346. package/build/es/no-polyfill/section/Section.spec.js +1 -0
  347. package/build/es/no-polyfill/section/Section.story.js +1 -0
  348. package/build/es/no-polyfill/section/index.js +1 -0
  349. package/build/es/no-polyfill/select/Select.js +16 -0
  350. package/build/es/no-polyfill/select/Select.messages.js +1 -0
  351. package/build/es/no-polyfill/select/index.js +1 -0
  352. package/build/es/no-polyfill/select/option/Option.js +2 -0
  353. package/build/es/no-polyfill/select/option/index.js +1 -0
  354. package/build/es/no-polyfill/select/searchBox/SearchBox.js +1 -0
  355. package/build/es/no-polyfill/select/searchBox/index.js +1 -0
  356. package/build/es/no-polyfill/sizeSwapper/SizeSwapper.js +5 -0
  357. package/build/es/no-polyfill/sizeSwapper/index.js +1 -0
  358. package/build/es/no-polyfill/slidingPanel/SlidingPanel.js +2 -0
  359. package/build/es/no-polyfill/slidingPanel/index.js +1 -0
  360. package/build/es/no-polyfill/snackbar/Snackbar.js +1 -0
  361. package/build/es/no-polyfill/snackbar/SnackbarContext.js +1 -0
  362. package/build/es/no-polyfill/snackbar/SnackbarProvider.js +1 -0
  363. package/build/es/no-polyfill/snackbar/index.js +1 -0
  364. package/build/es/no-polyfill/snackbar/useSnackbar.js +1 -0
  365. package/build/es/no-polyfill/statusIcon/StatusIcon.js +1 -0
  366. package/build/es/no-polyfill/statusIcon/index.js +1 -0
  367. package/build/es/no-polyfill/stepper/Stepper.js +1 -0
  368. package/build/es/no-polyfill/stepper/deviceDetection.js +4 -0
  369. package/build/es/no-polyfill/stepper/index.js +1 -0
  370. package/build/es/no-polyfill/sticky/Sticky.js +1 -0
  371. package/build/es/no-polyfill/sticky/index.js +1 -0
  372. package/build/es/no-polyfill/summary/Summary.js +1 -0
  373. package/build/es/no-polyfill/summary/Summary.messages.js +1 -0
  374. package/build/es/no-polyfill/summary/index.js +1 -0
  375. package/build/es/no-polyfill/switch/Switch.js +1 -0
  376. package/build/es/no-polyfill/switch/Switch.story.js +1 -0
  377. package/build/es/no-polyfill/switch/index.js +1 -0
  378. package/build/es/no-polyfill/switchOption/SwitchOption.js +1 -0
  379. package/build/es/no-polyfill/switchOption/SwitchOption.story.js +1 -0
  380. package/build/es/no-polyfill/switchOption/index.js +1 -0
  381. package/build/es/no-polyfill/tabs/Tab.js +1 -0
  382. package/build/es/no-polyfill/tabs/TabList.js +1 -0
  383. package/build/es/no-polyfill/tabs/TabPanel.js +1 -0
  384. package/build/es/no-polyfill/tabs/Tabs.js +1 -0
  385. package/build/es/no-polyfill/tabs/index.js +1 -0
  386. package/build/es/no-polyfill/tabs/utils.js +5 -0
  387. package/build/es/no-polyfill/textareaWithDisplayFormat/TextareaWithDisplayFormat.js +1 -0
  388. package/build/es/no-polyfill/textareaWithDisplayFormat/index.js +1 -0
  389. package/build/es/no-polyfill/tile/Tile.js +1 -0
  390. package/build/es/no-polyfill/tile/index.js +1 -0
  391. package/build/es/no-polyfill/title/Title.js +1 -0
  392. package/build/es/no-polyfill/title/Title.spec.js +1 -0
  393. package/build/es/no-polyfill/title/Title.story.js +1 -0
  394. package/build/es/no-polyfill/title/index.js +1 -0
  395. package/build/es/no-polyfill/tooltip/Tooltip.js +8 -0
  396. package/build/es/no-polyfill/tooltip/Tooltip.spec.js +1 -0
  397. package/build/es/no-polyfill/tooltip/Tooltip.story.js +1 -0
  398. package/build/es/no-polyfill/tooltip/index.js +1 -0
  399. package/build/es/no-polyfill/typeahead/Typeahead.js +1 -0
  400. package/build/es/no-polyfill/typeahead/index.js +1 -0
  401. package/build/es/no-polyfill/typeahead/typeaheadInput/TypeaheadInput.js +1 -0
  402. package/build/es/no-polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -0
  403. package/build/es/no-polyfill/typeahead/util/highlight.js +1 -0
  404. package/build/es/no-polyfill/upload/Upload.js +12 -0
  405. package/build/es/no-polyfill/upload/Upload.messages.js +1 -0
  406. package/build/es/no-polyfill/upload/index.js +1 -0
  407. package/build/es/no-polyfill/upload/steps/completeStep/completeStep.js +1 -0
  408. package/build/es/no-polyfill/upload/steps/completeStep/index.js +1 -0
  409. package/build/es/no-polyfill/upload/steps/index.js +1 -0
  410. package/build/es/no-polyfill/upload/steps/mediaUploadStep/index.js +1 -0
  411. package/build/es/no-polyfill/upload/steps/mediaUploadStep/mediaUploadStep.js +1 -0
  412. package/build/es/no-polyfill/upload/steps/processingStep/index.js +1 -0
  413. package/build/es/no-polyfill/upload/steps/processingStep/processingStep.js +1 -0
  414. package/build/es/no-polyfill/upload/steps/uploadImageStep/index.js +1 -0
  415. package/build/es/no-polyfill/upload/steps/uploadImageStep/uploadImageStep.js +1 -0
  416. package/build/es/no-polyfill/upload/uploadSteps.js +2 -0
  417. package/build/es/no-polyfill/upload/utils/asyncFileRead/asyncFileRead.js +1 -0
  418. package/build/es/no-polyfill/upload/utils/asyncFileRead/index.js +1 -0
  419. package/build/es/no-polyfill/upload/utils/getFileType/getFileType.js +1 -0
  420. package/build/es/no-polyfill/upload/utils/getFileType/index.js +1 -0
  421. package/build/es/no-polyfill/upload/utils/getSupportedSpotMimeTypes/getSupportedSpotMimeTypes.js +2 -0
  422. package/build/es/no-polyfill/upload/utils/getSupportedSpotMimeTypes/index.js +1 -0
  423. package/build/es/no-polyfill/upload/utils/index.js +1 -0
  424. package/build/es/no-polyfill/upload/utils/isSizeValid/index.js +1 -0
  425. package/build/es/no-polyfill/upload/utils/isSizeValid/isSizeValid.js +1 -0
  426. package/build/es/no-polyfill/upload/utils/isTypeValid/index.js +1 -0
  427. package/build/es/no-polyfill/upload/utils/isTypeValid/isTypeValid.js +1 -0
  428. package/build/es/no-polyfill/upload/utils/postData/index.js +1 -0
  429. package/build/es/no-polyfill/upload/utils/postData/postData.js +1 -0
  430. package/build/es/no-polyfill/upload/utils/requestMedia/index.js +1 -0
  431. package/build/es/no-polyfill/upload/utils/requestMedia/requestMedia.js +1 -0
  432. package/build/es/no-polyfill/uploadInput/UploadInput.js +8 -0
  433. package/build/es/no-polyfill/uploadInput/UploadInput.messages.js +1 -0
  434. package/build/es/no-polyfill/uploadInput/UploadInput.spec.js +1 -0
  435. package/build/es/no-polyfill/uploadInput/UploadInput.story.js +1 -0
  436. package/build/es/no-polyfill/uploadInput/index.js +1 -0
  437. package/build/es/no-polyfill/uploadInput/types.js +1 -0
  438. package/build/es/no-polyfill/uploadInput/uploadButton/UploadButton.js +1 -0
  439. package/build/es/no-polyfill/uploadInput/uploadButton/UploadButton.messages.js +1 -0
  440. package/build/es/no-polyfill/uploadInput/uploadButton/UploadButton.spec.js +3 -0
  441. package/build/es/no-polyfill/uploadInput/uploadButton/defaults.js +1 -0
  442. package/build/es/no-polyfill/uploadInput/uploadButton/getAllowedFileTypes.js +3 -0
  443. package/build/es/no-polyfill/uploadInput/uploadButton/getAllowedFileTypes.spec.js +1 -0
  444. package/build/es/no-polyfill/uploadInput/uploadItem/UploadItem.js +2 -0
  445. package/build/es/no-polyfill/uploadInput/uploadItem/UploadItem.messages.js +1 -0
  446. package/build/es/no-polyfill/uploadInput/uploadItem/UploadItem.spec.js +1 -0
  447. package/build/es/no-polyfill/uploadInput/uploadItem/UploadItemBody.js +1 -0
  448. package/build/es/no-polyfill/utilities/deprecatedProperty/deprecatedProperty.js +1 -0
  449. package/build/es/no-polyfill/utilities/deprecatedProperty/index.js +1 -0
  450. package/build/es/no-polyfill/utilities/index.js +1 -0
  451. package/build/es/no-polyfill/utilities/logActionRequired.js +1 -0
  452. package/build/es/no-polyfill/withDisplayFormat/WithDisplayFormat.js +8 -0
  453. package/build/es/no-polyfill/withDisplayFormat/index.js +1 -0
  454. package/build/es/no-polyfill/withNextPortal/withNextPortal.js +1 -0
  455. package/build/es/no-polyfill/withNormaliser/WithNormalizer.js +7 -0
  456. package/build/es/no-polyfill/withNormaliser/index.js +1 -0
  457. package/build/es/no-polyfill/withNormaliser/validation/event-utilities/index.js +1 -0
  458. package/build/es/polyfill/accordion/Accordion.js +1 -0
  459. package/build/es/polyfill/accordion/AccordionItem/AccordionItem.js +1 -0
  460. package/build/es/polyfill/accordion/AccordionItem/index.js +1 -0
  461. package/build/es/polyfill/accordion/index.js +1 -0
  462. package/build/es/polyfill/actionButton/ActionButton.js +1 -0
  463. package/build/es/polyfill/actionButton/ActionButton.spec.js +1 -0
  464. package/build/es/polyfill/actionButton/ActionButton.story.js +1 -0
  465. package/build/es/polyfill/actionButton/index.js +1 -0
  466. package/build/es/polyfill/actionOption/ActionOption.js +1 -0
  467. package/build/es/polyfill/actionOption/ActionOption.story.js +1 -0
  468. package/build/es/polyfill/actionOption/index.js +1 -0
  469. package/build/es/polyfill/alert/Alert.js +1 -0
  470. package/build/es/polyfill/alert/index.js +1 -0
  471. package/build/es/polyfill/alert/inlineMarkdown/InlineMarkdown.js +1 -0
  472. package/build/es/polyfill/alert/inlineMarkdown/index.js +1 -0
  473. package/build/es/polyfill/alert/withArrow/alertArrowPositions.js +2 -0
  474. package/build/es/polyfill/alert/withArrow/index.js +1 -0
  475. package/build/es/polyfill/alert/withArrow/withArrow.js +1 -0
  476. package/build/es/polyfill/avatar/Avatar.js +1 -0
  477. package/build/es/polyfill/avatar/avatarTypes.js +2 -0
  478. package/build/es/polyfill/avatar/index.js +1 -0
  479. package/build/es/polyfill/avatarWrapper/AvatarWrapper.js +1 -0
  480. package/build/es/polyfill/avatarWrapper/index.js +1 -0
  481. package/build/es/polyfill/badge/Badge.js +1 -0
  482. package/build/es/polyfill/badge/index.js +1 -0
  483. package/build/es/polyfill/body/Body.js +1 -0
  484. package/build/es/polyfill/body/Body.spec.js +1 -0
  485. package/build/es/polyfill/body/Body.story.js +1 -0
  486. package/build/es/polyfill/body/index.js +1 -0
  487. package/build/es/polyfill/button/Button.js +7 -0
  488. package/build/es/polyfill/button/classMap.js +1 -0
  489. package/build/es/polyfill/button/index.js +1 -0
  490. package/build/es/polyfill/button/legacyUtils/index.js +1 -0
  491. package/build/es/polyfill/button/legacyUtils/legacyUtils.js +4 -0
  492. package/build/es/polyfill/card/Card.js +1 -0
  493. package/build/es/polyfill/card/index.js +1 -0
  494. package/build/es/polyfill/checkbox/Checkbox.js +1 -0
  495. package/build/es/polyfill/checkbox/index.js +1 -0
  496. package/build/es/polyfill/checkboxButton/CheckboxButton.js +1 -0
  497. package/build/es/polyfill/checkboxButton/CheckboxButton.spec.js +1 -0
  498. package/build/es/polyfill/checkboxButton/CheckboxButton.story.js +1 -0
  499. package/build/es/polyfill/checkboxButton/index.js +1 -0
  500. package/build/es/polyfill/checkboxOption/CheckboxOption.js +1 -0
  501. package/build/es/polyfill/checkboxOption/CheckboxOption.spec.js +1 -0
  502. package/build/es/polyfill/checkboxOption/CheckboxOption.story.js +1 -0
  503. package/build/es/polyfill/checkboxOption/index.js +1 -0
  504. package/build/es/polyfill/chevron/Chevron.js +1 -0
  505. package/build/es/polyfill/chevron/index.js +1 -0
  506. package/build/es/polyfill/chips/Chip.js +1 -0
  507. package/build/es/polyfill/chips/Chips.js +1 -0
  508. package/build/es/polyfill/chips/Chips.messages.js +1 -0
  509. package/build/es/polyfill/chips/Chips.spec.js +1 -0
  510. package/build/es/polyfill/chips/Chips.story.js +1 -0
  511. package/build/es/polyfill/chips/index.js +1 -0
  512. package/build/es/polyfill/circularButton/CircularButton.js +1 -0
  513. package/build/es/polyfill/circularButton/index.js +1 -0
  514. package/build/es/polyfill/common/DOMOperations/DOMOperations.js +9 -0
  515. package/build/es/polyfill/common/DOMOperations/index.js +1 -0
  516. package/build/es/polyfill/common/Option/Option.js +1 -0
  517. package/build/es/polyfill/common/Option/index.js +1 -0
  518. package/build/es/polyfill/common/RadioButton/RadioButton.js +1 -0
  519. package/build/es/polyfill/common/RadioButton/index.js +1 -0
  520. package/build/es/polyfill/common/bottomSheet/BottomSheet.js +10 -0
  521. package/build/es/polyfill/common/bottomSheet/BottomSheet.spec.js +1 -0
  522. package/build/es/polyfill/common/bottomSheet/index.js +1 -0
  523. package/build/es/polyfill/common/closeButton/CloseButton.js +1 -0
  524. package/build/es/polyfill/common/closeButton/CloseButton.messages.js +1 -0
  525. package/build/es/polyfill/common/closeButton/index.js +1 -0
  526. package/build/es/polyfill/common/commonProps.js +0 -0
  527. package/build/es/polyfill/common/dateUtils/getDayNames/getDayNames.js +2 -0
  528. package/build/es/polyfill/common/dateUtils/getDayNames/index.js +1 -0
  529. package/build/es/polyfill/common/dateUtils/getMonthNames/getMonthNames.js +1 -0
  530. package/build/es/polyfill/common/dateUtils/getMonthNames/index.js +1 -0
  531. package/build/es/polyfill/common/dateUtils/index.js +1 -0
  532. package/build/es/polyfill/common/dateUtils/isDateValid/index.js +1 -0
  533. package/build/es/polyfill/common/dateUtils/isDateValid/isDateValid.js +1 -0
  534. package/build/es/polyfill/common/dateUtils/isMonthAndYearFormat/index.js +1 -0
  535. package/build/es/polyfill/common/dateUtils/isMonthAndYearFormat/isMonthAndYearFormat.js +1 -0
  536. package/build/es/polyfill/common/dateUtils/isWithinRange/index.js +1 -0
  537. package/build/es/polyfill/common/dateUtils/isWithinRange/isWithinRange.js +1 -0
  538. package/build/es/polyfill/common/dateUtils/moveToWithinRange/index.js +1 -0
  539. package/build/es/polyfill/common/dateUtils/moveToWithinRange/moveToWithinRange.js +2 -0
  540. package/build/es/polyfill/common/deviceDetection/deviceDetection.js +1 -0
  541. package/build/es/polyfill/common/deviceDetection/index.js +1 -0
  542. package/build/es/polyfill/common/direction.js +1 -0
  543. package/build/es/polyfill/common/domHelpers/documentIosClick.js +5 -0
  544. package/build/es/polyfill/common/domHelpers/index.js +1 -0
  545. package/build/es/polyfill/common/fakeEvents.js +1 -0
  546. package/build/es/polyfill/common/fileType.js +1 -0
  547. package/build/es/polyfill/common/flowHeader/FlowHeader.js +1 -0
  548. package/build/es/polyfill/common/flowHeader/index.js +1 -0
  549. package/build/es/polyfill/common/focusBoundary/FocusBoundary.js +1 -0
  550. package/build/es/polyfill/common/focusBoundary/index.js +1 -0
  551. package/build/es/polyfill/common/focusBoundary/utils/getFocusableElements.js +6 -0
  552. package/build/es/polyfill/common/focusBoundary/utils/index.js +1 -0
  553. package/build/es/polyfill/common/focusBoundary/utils/resetFocus.js +6 -0
  554. package/build/es/polyfill/common/historyNavigator/historyNavigator.js +1 -0
  555. package/build/es/polyfill/common/historyNavigator/index.js +1 -0
  556. package/build/es/polyfill/common/hooks/index.js +1 -0
  557. package/build/es/polyfill/common/hooks/useClientWidth/index.js +1 -0
  558. package/build/es/polyfill/common/hooks/useClientWidth/useClientWidth.js +5 -0
  559. package/build/es/polyfill/common/hooks/useConditionalListener/index.js +1 -0
  560. package/build/es/polyfill/common/hooks/useConditionalListener/useConditionalListener.js +3 -0
  561. package/build/es/polyfill/common/hooks/useDirection/index.js +1 -0
  562. package/build/es/polyfill/common/hooks/useDirection/useDirection.js +1 -0
  563. package/build/es/polyfill/common/hooks/useHasIntersected/index.js +1 -0
  564. package/build/es/polyfill/common/hooks/useHasIntersected/useHasIntersected.js +11 -0
  565. package/build/es/polyfill/common/hooks/useLayout/index.js +1 -0
  566. package/build/es/polyfill/common/hooks/useLayout/useLayout.js +1 -0
  567. package/build/es/polyfill/common/index.js +2 -0
  568. package/build/es/polyfill/common/key.js +1 -0
  569. package/build/es/polyfill/common/keyCodes.js +5 -0
  570. package/build/es/polyfill/common/locale/index.js +37 -0
  571. package/build/es/polyfill/common/panel/Panel.js +10 -0
  572. package/build/es/polyfill/common/panel/index.js +1 -0
  573. package/build/es/polyfill/common/propsValues/breakpoint.js +1 -0
  574. package/build/es/polyfill/common/propsValues/control.js +1 -0
  575. package/build/es/polyfill/common/propsValues/dateMode.js +1 -0
  576. package/build/es/polyfill/common/propsValues/layouts.js +1 -0
  577. package/build/es/polyfill/common/propsValues/markdownNodeType.js +1 -0
  578. package/build/es/polyfill/common/propsValues/monthFormat.js +1 -0
  579. package/build/es/polyfill/common/propsValues/position.js +1 -0
  580. package/build/es/polyfill/common/propsValues/profileType.js +1 -0
  581. package/build/es/polyfill/common/propsValues/scroll.js +1 -0
  582. package/build/es/polyfill/common/propsValues/sentiment.js +1 -0
  583. package/build/es/polyfill/common/propsValues/size.js +1 -0
  584. package/build/es/polyfill/common/propsValues/status.js +1 -0
  585. package/build/es/polyfill/common/propsValues/type.js +3 -0
  586. package/build/es/polyfill/common/propsValues/typography.js +1 -0
  587. package/build/es/polyfill/common/propsValues/variant.js +1 -0
  588. package/build/es/polyfill/common/propsValues/width.js +1 -0
  589. package/build/es/polyfill/common/requirements.js +3 -0
  590. package/build/es/polyfill/common/responsivePanel/ResponsivePanel.js +1 -0
  591. package/build/es/polyfill/common/responsivePanel/index.js +1 -0
  592. package/build/es/polyfill/common/textFormat/formatWithPattern/formatWithPattern.js +2 -0
  593. package/build/es/polyfill/common/textFormat/formatWithPattern/index.js +1 -0
  594. package/build/es/polyfill/common/textFormat/getCountOfSymbolsInSelection/getCountOfSymbolsInSelection.js +1 -0
  595. package/build/es/polyfill/common/textFormat/getCountOfSymbolsInSelection/index.js +1 -0
  596. package/build/es/polyfill/common/textFormat/getCursorPositionAfterKeystroke/getCursorPositionAfterKeystroke.js +1 -0
  597. package/build/es/polyfill/common/textFormat/getCursorPositionAfterKeystroke/index.js +1 -0
  598. package/build/es/polyfill/common/textFormat/getDistanceToSymbol/getDistanceToSymbol.js +2 -0
  599. package/build/es/polyfill/common/textFormat/getDistanceToSymbol/index.js +1 -0
  600. package/build/es/polyfill/common/textFormat/getSymbolsInPatternWithPosition/getSymbolsInPatternWithPosition.js +1 -0
  601. package/build/es/polyfill/common/textFormat/getSymbolsInPatternWithPosition/index.js +1 -0
  602. package/build/es/polyfill/common/textFormat/index.js +1 -0
  603. package/build/es/polyfill/common/textFormat/unformatWithPattern/index.js +1 -0
  604. package/build/es/polyfill/common/textFormat/unformatWithPattern/unformatWithPattern.js +1 -0
  605. package/build/es/polyfill/common/theme.js +1 -0
  606. package/build/es/polyfill/criticalBanner/CriticalCommsBanner.js +1 -0
  607. package/build/es/polyfill/criticalBanner/CriticalCommsBanner.story.js +1 -0
  608. package/build/es/polyfill/criticalBanner/index.js +1 -0
  609. package/build/es/polyfill/dateInput/DateInput.js +4 -0
  610. package/build/es/polyfill/dateInput/DateInput.messages.js +1 -0
  611. package/build/es/polyfill/dateInput/index.js +1 -0
  612. package/build/es/polyfill/dateInput/utils/convertToLocalMidnight/convertToLocalMidnight.js +2 -0
  613. package/build/es/polyfill/dateInput/utils/convertToLocalMidnight/index.js +1 -0
  614. package/build/es/polyfill/dateInput/utils/explodeDate/explodeDate.js +1 -0
  615. package/build/es/polyfill/dateInput/utils/explodeDate/index.js +1 -0
  616. package/build/es/polyfill/dateInput/utils/index.js +1 -0
  617. package/build/es/polyfill/dateLookup/DateLookup.js +3 -0
  618. package/build/es/polyfill/dateLookup/dateHeader/DateHeader.js +1 -0
  619. package/build/es/polyfill/dateLookup/dateHeader/index.js +1 -0
  620. package/build/es/polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -0
  621. package/build/es/polyfill/dateLookup/dateTrigger/DateTrigger.messages.js +1 -0
  622. package/build/es/polyfill/dateLookup/dateTrigger/index.js +1 -0
  623. package/build/es/polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -0
  624. package/build/es/polyfill/dateLookup/dayCalendar/index.js +1 -0
  625. package/build/es/polyfill/dateLookup/dayCalendar/table/DayCalendarTable.js +4 -0
  626. package/build/es/polyfill/dateLookup/dayCalendar/table/index.js +1 -0
  627. package/build/es/polyfill/dateLookup/getStartOfDay/getStartOfDay.js +5 -0
  628. package/build/es/polyfill/dateLookup/getStartOfDay/index.js +1 -0
  629. package/build/es/polyfill/dateLookup/index.js +1 -0
  630. package/build/es/polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -0
  631. package/build/es/polyfill/dateLookup/monthCalendar/index.js +1 -0
  632. package/build/es/polyfill/dateLookup/monthCalendar/table/MonthCalendarTable.js +1 -0
  633. package/build/es/polyfill/dateLookup/monthCalendar/table/index.js +1 -0
  634. package/build/es/polyfill/dateLookup/tableLink/TableLink.js +2 -0
  635. package/build/es/polyfill/dateLookup/tableLink/index.js +1 -0
  636. package/build/es/polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -0
  637. package/build/es/polyfill/dateLookup/yearCalendar/index.js +1 -0
  638. package/build/es/polyfill/dateLookup/yearCalendar/table/YearCalendarTable.js +1 -0
  639. package/build/es/polyfill/dateLookup/yearCalendar/table/index.js +1 -0
  640. package/build/es/polyfill/decision/Decision.js +5 -0
  641. package/build/es/polyfill/decision/decisionEnums.js +3 -0
  642. package/build/es/polyfill/decision/index.js +1 -0
  643. package/build/es/polyfill/definitionList/DefinitionList.js +1 -0
  644. package/build/es/polyfill/definitionList/index.js +1 -0
  645. package/build/es/polyfill/dimmer/Dimmer.js +6 -0
  646. package/build/es/polyfill/dimmer/Dimmer.story.js +1 -0
  647. package/build/es/polyfill/dimmer/dimmerManager/DimmerManager.js +5 -0
  648. package/build/es/polyfill/dimmer/dimmerManager/index.js +1 -0
  649. package/build/es/polyfill/dimmer/index.js +1 -0
  650. package/build/es/polyfill/display/Display.js +1 -0
  651. package/build/es/polyfill/display/Display.story.js +1 -0
  652. package/build/es/polyfill/display/index.js +1 -0
  653. package/build/es/polyfill/drawer/Drawer.js +1 -0
  654. package/build/es/polyfill/drawer/index.js +1 -0
  655. package/build/es/polyfill/dropFade/DropFade.js +3 -0
  656. package/build/es/polyfill/dropFade/DropFade.story.js +1 -0
  657. package/build/es/polyfill/dropFade/index.js +1 -0
  658. package/build/es/polyfill/dynamicFieldDefinitionList/DynamicFieldDefinitionList.js +1 -0
  659. package/build/es/polyfill/dynamicFieldDefinitionList/FormattedValue/FormattedValue.js +8 -0
  660. package/build/es/polyfill/dynamicFieldDefinitionList/FormattedValue/index.js +1 -0
  661. package/build/es/polyfill/dynamicFieldDefinitionList/index.js +1 -0
  662. package/build/es/polyfill/dynamicFieldDefinitionList/utils/createDefinitions.js +2 -0
  663. package/build/es/polyfill/dynamicFieldDefinitionList/utils/text-format.js +1 -0
  664. package/build/es/polyfill/emphasis/Emphasis.js +2 -0
  665. package/build/es/polyfill/emphasis/EmphasisHtmlTransformer.js +7 -0
  666. package/build/es/polyfill/emphasis/index.js +1 -0
  667. package/build/es/polyfill/flowNavigation/FlowNavigation.js +2 -0
  668. package/build/es/polyfill/flowNavigation/animatedLabel/AnimatedLabel.js +1 -0
  669. package/build/es/polyfill/flowNavigation/animatedLabel/index.js +1 -0
  670. package/build/es/polyfill/flowNavigation/backButton/BackButton.js +1 -0
  671. package/build/es/polyfill/flowNavigation/backButton/index.js +1 -0
  672. package/build/es/polyfill/flowNavigation/index.js +1 -0
  673. package/build/es/polyfill/header/Header.js +5 -0
  674. package/build/es/polyfill/header/Header.spec.js +1 -0
  675. package/build/es/polyfill/header/Header.story.js +2 -0
  676. package/build/es/polyfill/header/index.js +1 -0
  677. package/build/es/polyfill/i18n/cs.json +44 -0
  678. package/build/es/polyfill/i18n/de.json +44 -0
  679. package/build/es/polyfill/i18n/en.json +44 -0
  680. package/build/es/polyfill/i18n/es.json +44 -0
  681. package/build/es/polyfill/i18n/fr.json +44 -0
  682. package/build/es/polyfill/i18n/hu.json +44 -0
  683. package/build/es/polyfill/i18n/id.json +44 -0
  684. package/build/es/polyfill/i18n/index.js +1 -0
  685. package/build/es/polyfill/i18n/it.json +44 -0
  686. package/build/es/polyfill/i18n/ja.json +44 -0
  687. package/build/es/polyfill/i18n/pl.json +44 -0
  688. package/build/es/polyfill/i18n/pt.json +44 -0
  689. package/build/es/polyfill/i18n/ro.json +44 -0
  690. package/build/es/polyfill/i18n/ru.json +44 -0
  691. package/build/es/polyfill/i18n/th.json +44 -0
  692. package/build/es/polyfill/i18n/tr.json +44 -0
  693. package/build/es/polyfill/i18n/uk.json +44 -0
  694. package/build/es/polyfill/i18n/zh-CN.json +44 -0
  695. package/build/es/polyfill/i18n/zh.json +44 -0
  696. package/build/es/polyfill/image/Image.js +12 -0
  697. package/build/es/polyfill/image/index.js +1 -0
  698. package/build/es/polyfill/index.js +13 -0
  699. package/build/es/polyfill/info/Info.js +1 -0
  700. package/build/es/polyfill/info/index.js +1 -0
  701. package/build/es/polyfill/info/infoPresentations.js +2 -0
  702. package/build/es/polyfill/inlineAlert/InlineAlert.js +1 -0
  703. package/build/es/polyfill/inlineAlert/index.js +1 -0
  704. package/build/es/polyfill/inputWithDisplayFormat/InputWithDisplayFormat.js +1 -0
  705. package/build/es/polyfill/inputWithDisplayFormat/index.js +1 -0
  706. package/build/es/polyfill/instructionsList/InstructionsList.js +3 -0
  707. package/build/es/polyfill/instructionsList/index.js +1 -0
  708. package/build/es/polyfill/lab/index.js +1 -0
  709. package/build/es/polyfill/lab/mobileNav/MobileNav.js +9 -0
  710. package/build/es/polyfill/lab/mobileNav/index.js +1 -0
  711. package/build/es/polyfill/lab/mobileNav/utils/index.js +1 -0
  712. package/build/es/polyfill/lab/mobileNav/utils/isIpadOsSafari/index.js +1 -0
  713. package/build/es/polyfill/lab/mobileNav/utils/isIpadOsSafari/isIpadOsSafari.js +1 -0
  714. package/build/es/polyfill/lab/mobileNav/utils/isMobileSafari/index.js +1 -0
  715. package/build/es/polyfill/lab/mobileNav/utils/isMobileSafari/isMobileSafari.js +1 -0
  716. package/build/es/polyfill/lab/pagination/Pagination.js +1 -0
  717. package/build/es/polyfill/lab/pagination/Pagination.messages.js +1 -0
  718. package/build/es/polyfill/lab/pagination/index.js +1 -0
  719. package/build/es/polyfill/lab/pagination/paginationLink/PaginationLink.js +1 -0
  720. package/build/es/polyfill/lab/pagination/paginationLink/PaginationLink.messages.js +1 -0
  721. package/build/es/polyfill/lab/pagination/paginationLink/index.js +1 -0
  722. package/build/es/polyfill/link/Link.js +5 -0
  723. package/build/es/polyfill/link/Link.spec.js +1 -0
  724. package/build/es/polyfill/link/Link.story.js +1 -0
  725. package/build/es/polyfill/link/index.js +1 -0
  726. package/build/es/polyfill/loader/Loader.js +11 -0
  727. package/build/es/polyfill/loader/index.js +1 -0
  728. package/build/es/polyfill/logo/Logo.js +1 -0
  729. package/build/es/polyfill/logo/index.js +1 -0
  730. package/build/es/polyfill/logo/logoTypes.js +2 -0
  731. package/build/es/polyfill/logo/svg/flag-inverse.svg +1 -0
  732. package/build/es/polyfill/logo/svg/flag.svg +1 -0
  733. package/build/es/polyfill/logo/svg/logo-business-inverse.svg +1 -0
  734. package/build/es/polyfill/logo/svg/logo-business.svg +1 -0
  735. package/build/es/polyfill/logo/svg/logo-inverse.svg +1 -0
  736. package/build/es/polyfill/logo/svg/logo.svg +1 -0
  737. package/build/es/polyfill/markdown/Markdown.js +1 -0
  738. package/build/es/polyfill/markdown/index.js +1 -0
  739. package/build/es/polyfill/modal/Modal.js +1 -0
  740. package/build/es/polyfill/modal/Modal.story.js +1 -0
  741. package/build/es/polyfill/modal/index.js +1 -0
  742. package/build/es/polyfill/money/Money.js +1 -0
  743. package/build/es/polyfill/money/index.js +1 -0
  744. package/build/es/polyfill/moneyInput/MoneyInput.js +5 -0
  745. package/build/es/polyfill/moneyInput/MoneyInput.messages.js +1 -0
  746. package/build/es/polyfill/moneyInput/currencyFormatting.js +4 -0
  747. package/build/es/polyfill/moneyInput/index.js +1 -0
  748. package/build/es/polyfill/navigationOption/NavigationOption.js +1 -0
  749. package/build/es/polyfill/navigationOption/index.js +1 -0
  750. package/build/es/polyfill/navigationOptionsList/NavigationOptionsList.js +1 -0
  751. package/build/es/polyfill/navigationOptionsList/index.js +1 -0
  752. package/build/es/polyfill/nudge/Nudge.js +1 -0
  753. package/build/es/polyfill/nudge/index.js +1 -0
  754. package/build/es/polyfill/overlayHeader/OverlayHeader.js +1 -0
  755. package/build/es/polyfill/overlayHeader/index.js +1 -0
  756. package/build/es/polyfill/phoneNumberInput/PhoneNumberInput.js +1 -0
  757. package/build/es/polyfill/phoneNumberInput/data/countries.js +1 -0
  758. package/build/es/polyfill/phoneNumberInput/index.js +1 -0
  759. package/build/es/polyfill/phoneNumberInput/utils/cleanNumber/cleanNumber.js +1 -0
  760. package/build/es/polyfill/phoneNumberInput/utils/cleanNumber/index.js +1 -0
  761. package/build/es/polyfill/phoneNumberInput/utils/explodeNumberModel/index.js +7 -0
  762. package/build/es/polyfill/phoneNumberInput/utils/filterOptionsForQuery/index.js +7 -0
  763. package/build/es/polyfill/phoneNumberInput/utils/findCountryByCode/index.js +1 -0
  764. package/build/es/polyfill/phoneNumberInput/utils/findCountryByPrefix/index.js +1 -0
  765. package/build/es/polyfill/phoneNumberInput/utils/groupCountriesByPrefix/groupCountriesByPrefix.js +1 -0
  766. package/build/es/polyfill/phoneNumberInput/utils/groupCountriesByPrefix/index.js +1 -0
  767. package/build/es/polyfill/phoneNumberInput/utils/index.js +1 -0
  768. package/build/es/polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/index.js +1 -0
  769. package/build/es/polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/isOptionAndFitsQuery.js +7 -0
  770. package/build/es/polyfill/phoneNumberInput/utils/isStringNumeric/index.js +1 -0
  771. package/build/es/polyfill/phoneNumberInput/utils/isStringNumeric/isStringNumeric.js +1 -0
  772. package/build/es/polyfill/phoneNumberInput/utils/isValidPhoneNumber/index.js +1 -0
  773. package/build/es/polyfill/phoneNumberInput/utils/isValidPhoneNumber/isValidPhoneNumber.js +6 -0
  774. package/build/es/polyfill/phoneNumberInput/utils/longestMatchingPrefix/index.js +1 -0
  775. package/build/es/polyfill/phoneNumberInput/utils/setDefaultPrefix/index.js +11 -0
  776. package/build/es/polyfill/phoneNumberInput/utils/sortArrayByProperty/index.js +1 -0
  777. package/build/es/polyfill/phoneNumberInput/utils/sortArrayByProperty/sortArrayByProperty.js +2 -0
  778. package/build/es/polyfill/popover/Popover.js +4 -0
  779. package/build/es/polyfill/popover/index.js +1 -0
  780. package/build/es/polyfill/processIndicator/ProcessIndicator.js +12 -0
  781. package/build/es/polyfill/processIndicator/index.js +1 -0
  782. package/build/es/polyfill/progress/Progress.js +1 -0
  783. package/build/es/polyfill/progress/index.js +1 -0
  784. package/build/es/polyfill/progressBar/ProgressBar.js +1 -0
  785. package/build/es/polyfill/progressBar/index.js +1 -0
  786. package/build/es/polyfill/provider/Provider.js +1 -0
  787. package/build/es/polyfill/provider/Provider.spec.js +2 -0
  788. package/build/es/polyfill/provider/Provider.story.js +1 -0
  789. package/build/es/polyfill/provider/direction/DirectionProvider.js +1 -0
  790. package/build/es/polyfill/provider/direction/DirectionProvider.spec.js +1 -0
  791. package/build/es/polyfill/provider/direction/index.js +1 -0
  792. package/build/es/polyfill/provider/index.js +1 -0
  793. package/build/es/polyfill/provider/language/LanguageProvider.js +1 -0
  794. package/build/es/polyfill/provider/language/LanguageProvider.spec.js +1 -0
  795. package/build/es/polyfill/provider/language/index.js +1 -0
  796. package/build/es/polyfill/radio/Radio.js +1 -0
  797. package/build/es/polyfill/radio/index.js +1 -0
  798. package/build/es/polyfill/radioGroup/RadioGroup.js +2 -0
  799. package/build/es/polyfill/radioGroup/index.js +1 -0
  800. package/build/es/polyfill/radioOption/RadioOption.js +1 -0
  801. package/build/es/polyfill/radioOption/index.js +1 -0
  802. package/build/es/polyfill/section/Section.js +5 -0
  803. package/build/es/polyfill/section/Section.spec.js +1 -0
  804. package/build/es/polyfill/section/Section.story.js +1 -0
  805. package/build/es/polyfill/section/index.js +1 -0
  806. package/build/es/polyfill/select/Select.js +16 -0
  807. package/build/es/polyfill/select/Select.messages.js +1 -0
  808. package/build/es/polyfill/select/index.js +1 -0
  809. package/build/es/polyfill/select/option/Option.js +2 -0
  810. package/build/es/polyfill/select/option/index.js +1 -0
  811. package/build/es/polyfill/select/searchBox/SearchBox.js +1 -0
  812. package/build/es/polyfill/select/searchBox/index.js +1 -0
  813. package/build/es/polyfill/sizeSwapper/SizeSwapper.js +5 -0
  814. package/build/es/polyfill/sizeSwapper/index.js +1 -0
  815. package/build/es/polyfill/slidingPanel/SlidingPanel.js +2 -0
  816. package/build/es/polyfill/slidingPanel/index.js +1 -0
  817. package/build/es/polyfill/snackbar/Snackbar.js +1 -0
  818. package/build/es/polyfill/snackbar/SnackbarContext.js +1 -0
  819. package/build/es/polyfill/snackbar/SnackbarProvider.js +1 -0
  820. package/build/es/polyfill/snackbar/index.js +1 -0
  821. package/build/es/polyfill/snackbar/useSnackbar.js +1 -0
  822. package/build/es/polyfill/statusIcon/StatusIcon.js +1 -0
  823. package/build/es/polyfill/statusIcon/index.js +1 -0
  824. package/build/es/polyfill/stepper/Stepper.js +1 -0
  825. package/build/es/polyfill/stepper/deviceDetection.js +4 -0
  826. package/build/es/polyfill/stepper/index.js +1 -0
  827. package/build/es/polyfill/sticky/Sticky.js +1 -0
  828. package/build/es/polyfill/sticky/index.js +1 -0
  829. package/build/es/polyfill/summary/Summary.js +1 -0
  830. package/build/es/polyfill/summary/Summary.messages.js +1 -0
  831. package/build/es/polyfill/summary/index.js +1 -0
  832. package/build/es/polyfill/switch/Switch.js +1 -0
  833. package/build/es/polyfill/switch/Switch.story.js +1 -0
  834. package/build/es/polyfill/switch/index.js +1 -0
  835. package/build/es/polyfill/switchOption/SwitchOption.js +1 -0
  836. package/build/es/polyfill/switchOption/SwitchOption.story.js +1 -0
  837. package/build/es/polyfill/switchOption/index.js +1 -0
  838. package/build/es/polyfill/tabs/Tab.js +1 -0
  839. package/build/es/polyfill/tabs/TabList.js +1 -0
  840. package/build/es/polyfill/tabs/TabPanel.js +1 -0
  841. package/build/es/polyfill/tabs/Tabs.js +1 -0
  842. package/build/es/polyfill/tabs/index.js +1 -0
  843. package/build/es/polyfill/tabs/utils.js +5 -0
  844. package/build/es/polyfill/textareaWithDisplayFormat/TextareaWithDisplayFormat.js +1 -0
  845. package/build/es/polyfill/textareaWithDisplayFormat/index.js +1 -0
  846. package/build/es/polyfill/tile/Tile.js +1 -0
  847. package/build/es/polyfill/tile/index.js +1 -0
  848. package/build/es/polyfill/title/Title.js +1 -0
  849. package/build/es/polyfill/title/Title.spec.js +1 -0
  850. package/build/es/polyfill/title/Title.story.js +1 -0
  851. package/build/es/polyfill/title/index.js +1 -0
  852. package/build/es/polyfill/tooltip/Tooltip.js +8 -0
  853. package/build/es/polyfill/tooltip/Tooltip.spec.js +1 -0
  854. package/build/es/polyfill/tooltip/Tooltip.story.js +1 -0
  855. package/build/es/polyfill/tooltip/index.js +1 -0
  856. package/build/es/polyfill/typeahead/Typeahead.js +1 -0
  857. package/build/es/polyfill/typeahead/index.js +1 -0
  858. package/build/es/polyfill/typeahead/typeaheadInput/TypeaheadInput.js +1 -0
  859. package/build/es/polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -0
  860. package/build/es/polyfill/typeahead/util/highlight.js +1 -0
  861. package/build/es/polyfill/upload/Upload.js +12 -0
  862. package/build/es/polyfill/upload/Upload.messages.js +1 -0
  863. package/build/es/polyfill/upload/index.js +1 -0
  864. package/build/es/polyfill/upload/steps/completeStep/completeStep.js +1 -0
  865. package/build/es/polyfill/upload/steps/completeStep/index.js +1 -0
  866. package/build/es/polyfill/upload/steps/index.js +1 -0
  867. package/build/es/polyfill/upload/steps/mediaUploadStep/index.js +1 -0
  868. package/build/es/polyfill/upload/steps/mediaUploadStep/mediaUploadStep.js +1 -0
  869. package/build/es/polyfill/upload/steps/processingStep/index.js +1 -0
  870. package/build/es/polyfill/upload/steps/processingStep/processingStep.js +1 -0
  871. package/build/es/polyfill/upload/steps/uploadImageStep/index.js +1 -0
  872. package/build/es/polyfill/upload/steps/uploadImageStep/uploadImageStep.js +1 -0
  873. package/build/es/polyfill/upload/uploadSteps.js +2 -0
  874. package/build/es/polyfill/upload/utils/asyncFileRead/asyncFileRead.js +1 -0
  875. package/build/es/polyfill/upload/utils/asyncFileRead/index.js +1 -0
  876. package/build/es/polyfill/upload/utils/getFileType/getFileType.js +1 -0
  877. package/build/es/polyfill/upload/utils/getFileType/index.js +1 -0
  878. package/build/es/polyfill/upload/utils/getSupportedSpotMimeTypes/getSupportedSpotMimeTypes.js +2 -0
  879. package/build/es/polyfill/upload/utils/getSupportedSpotMimeTypes/index.js +1 -0
  880. package/build/es/polyfill/upload/utils/index.js +1 -0
  881. package/build/es/polyfill/upload/utils/isSizeValid/index.js +1 -0
  882. package/build/es/polyfill/upload/utils/isSizeValid/isSizeValid.js +1 -0
  883. package/build/es/polyfill/upload/utils/isTypeValid/index.js +1 -0
  884. package/build/es/polyfill/upload/utils/isTypeValid/isTypeValid.js +1 -0
  885. package/build/es/polyfill/upload/utils/postData/index.js +1 -0
  886. package/build/es/polyfill/upload/utils/postData/postData.js +1 -0
  887. package/build/es/polyfill/upload/utils/requestMedia/index.js +1 -0
  888. package/build/es/polyfill/upload/utils/requestMedia/requestMedia.js +1 -0
  889. package/build/es/polyfill/uploadInput/UploadInput.js +8 -0
  890. package/build/es/polyfill/uploadInput/UploadInput.messages.js +1 -0
  891. package/build/es/polyfill/uploadInput/UploadInput.spec.js +1 -0
  892. package/build/es/polyfill/uploadInput/UploadInput.story.js +1 -0
  893. package/build/es/polyfill/uploadInput/index.js +1 -0
  894. package/build/es/polyfill/uploadInput/types.js +1 -0
  895. package/build/es/polyfill/uploadInput/uploadButton/UploadButton.js +1 -0
  896. package/build/es/polyfill/uploadInput/uploadButton/UploadButton.messages.js +1 -0
  897. package/build/es/polyfill/uploadInput/uploadButton/UploadButton.spec.js +3 -0
  898. package/build/es/polyfill/uploadInput/uploadButton/defaults.js +1 -0
  899. package/build/es/polyfill/uploadInput/uploadButton/getAllowedFileTypes.js +3 -0
  900. package/build/es/polyfill/uploadInput/uploadButton/getAllowedFileTypes.spec.js +1 -0
  901. package/build/es/polyfill/uploadInput/uploadItem/UploadItem.js +2 -0
  902. package/build/es/polyfill/uploadInput/uploadItem/UploadItem.messages.js +1 -0
  903. package/build/es/polyfill/uploadInput/uploadItem/UploadItem.spec.js +1 -0
  904. package/build/es/polyfill/uploadInput/uploadItem/UploadItemBody.js +1 -0
  905. package/build/es/polyfill/utilities/deprecatedProperty/deprecatedProperty.js +1 -0
  906. package/build/es/polyfill/utilities/deprecatedProperty/index.js +1 -0
  907. package/build/es/polyfill/utilities/index.js +1 -0
  908. package/build/es/polyfill/utilities/logActionRequired.js +1 -0
  909. package/build/es/polyfill/withDisplayFormat/WithDisplayFormat.js +8 -0
  910. package/build/es/polyfill/withDisplayFormat/index.js +1 -0
  911. package/build/es/polyfill/withNextPortal/withNextPortal.js +1 -0
  912. package/build/es/polyfill/withNormaliser/WithNormalizer.js +7 -0
  913. package/build/es/polyfill/withNormaliser/index.js +1 -0
  914. package/build/es/polyfill/withNormaliser/validation/event-utilities/index.js +1 -0
  915. package/build/i18n/cs.json +44 -0
  916. package/build/i18n/de.json +44 -0
  917. package/build/i18n/en.json +44 -0
  918. package/build/i18n/es.json +44 -0
  919. package/build/i18n/fr.json +44 -0
  920. package/build/i18n/hu.json +44 -0
  921. package/build/i18n/id.json +44 -0
  922. package/build/i18n/it.json +44 -0
  923. package/build/i18n/ja.json +44 -0
  924. package/build/i18n/pl.json +44 -0
  925. package/build/i18n/pt.json +44 -0
  926. package/build/i18n/ro.json +44 -0
  927. package/build/i18n/ru.json +44 -0
  928. package/build/i18n/th.json +44 -0
  929. package/build/i18n/tr.json +44 -0
  930. package/build/i18n/uk.json +44 -0
  931. package/build/i18n/zh-CN.json +44 -0
  932. package/build/i18n/zh.json +44 -0
  933. package/build/main.css +1 -0
  934. package/build/styles/accordion/Accordion.css +1 -0
  935. package/build/styles/actionButton/ActionButton.css +1 -0
  936. package/build/styles/avatar/Avatar.css +1 -0
  937. package/build/styles/badge/Badge.css +1 -0
  938. package/build/styles/button/Button.css +1 -0
  939. package/build/styles/card/Card.css +1 -0
  940. package/build/styles/checkboxButton/CheckboxButton.css +1 -0
  941. package/build/styles/chips/Chip.css +1 -0
  942. package/build/styles/circularButton/CircularButton.css +1 -0
  943. package/build/styles/common/Option/Option.css +1 -0
  944. package/build/styles/common/RadioButton/RadioButton.css +1 -0
  945. package/build/styles/common/bottomSheet/BottomSheet.css +1 -0
  946. package/build/styles/common/closeButton/CloseButton.css +1 -0
  947. package/build/styles/common/panel/Panel.css +1 -0
  948. package/build/styles/criticalBanner/CriticalCommsBanner.css +1 -0
  949. package/build/styles/dateInput/DateInput.css +1 -0
  950. package/build/styles/dateLookup/DateLookup.css +1 -0
  951. package/build/styles/dateLookup/dateTrigger/DateTrigger.css +1 -0
  952. package/build/styles/decision/Decision.css +1 -0
  953. package/build/styles/definitionList/DefinitionList.css +1 -0
  954. package/build/styles/dimmer/Dimmer.css +1 -0
  955. package/build/styles/drawer/Drawer.css +1 -0
  956. package/build/styles/dropFade/DropFade.css +1 -0
  957. package/build/styles/dynamicFieldDefinitionList/FormattedValue/FormattedValue.css +1 -0
  958. package/build/styles/emphasis/Emphasis.css +1 -0
  959. package/build/styles/flowNavigation/FlowNavigation.css +1 -0
  960. package/build/styles/flowNavigation/animatedLabel/AnimatedLabel.css +1 -0
  961. package/build/styles/flowNavigation/backButton/BackButton.css +1 -0
  962. package/build/styles/header/Header.css +1 -0
  963. package/build/styles/image/Image.css +1 -0
  964. package/build/styles/info/Info.css +1 -0
  965. package/build/styles/instructionsList/InstructionsList.css +1 -0
  966. package/build/styles/lab/mobileNav/MobileNav.css +1 -0
  967. package/build/styles/lab/pagination/Pagination.css +1 -0
  968. package/build/styles/link/Link.css +1 -0
  969. package/build/styles/loader/Loader.css +1 -0
  970. package/build/styles/logo/Logo.css +1 -0
  971. package/build/styles/main.css +1 -0
  972. package/build/styles/modal/Modal.css +1 -0
  973. package/build/styles/moneyInput/MoneyInput.css +1 -0
  974. package/build/styles/navigationOption/NavigationOption.css +1 -0
  975. package/build/styles/navigationOptionsList/NavigationOptionsList.css +1 -0
  976. package/build/styles/nudge/Nudge.css +1 -0
  977. package/build/styles/overlayHeader/OverlayHeader.css +1 -0
  978. package/build/styles/phoneNumberInput/PhoneNumberInput.css +1 -0
  979. package/build/styles/popover/Popover.css +1 -0
  980. package/build/styles/progress/Progress.css +1 -0
  981. package/build/styles/progressBar/ProgressBar.css +1 -0
  982. package/build/styles/section/Section.css +1 -0
  983. package/build/styles/select/Select.css +1 -0
  984. package/build/styles/slidingPanel/SlidingPanel.css +1 -0
  985. package/build/styles/snackbar/Snackbar.css +1 -0
  986. package/build/styles/statusIcon/StatusIcon.css +1 -0
  987. package/build/styles/stepper/Stepper.css +1 -0
  988. package/build/styles/summary/Summary.css +1 -0
  989. package/build/styles/switch/Switch.css +1 -0
  990. package/build/styles/tabs/Tabs.css +1 -0
  991. package/build/styles/tile/Tile.css +1 -0
  992. package/build/styles/tooltip/Tooltip.css +1 -0
  993. package/build/styles/typeahead/Typeahead.css +1 -0
  994. package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +1 -0
  995. package/build/styles/upload/Upload.css +1 -0
  996. package/build/styles/uploadInput/UploadInput.css +1 -0
  997. package/build/styles/uploadInput/uploadButton/UploadButton.css +1 -0
  998. package/build/styles/uploadInput/uploadItem/UploadItem.css +1 -0
  999. package/build/types/accordion/Accordion.d.ts +22 -0
  1000. package/build/types/accordion/AccordionItem/AccordionItem.d.ts +31 -0
  1001. package/build/types/accordion/AccordionItem/index.d.ts +1 -0
  1002. package/build/types/accordion/index.d.ts +1 -0
  1003. package/build/types/actionButton/ActionButton.d.ts +14 -0
  1004. package/build/types/actionButton/ActionButton.spec.d.ts +1 -0
  1005. package/build/types/actionButton/ActionButton.story.d.ts +6 -0
  1006. package/build/types/actionButton/index.d.ts +2 -0
  1007. package/build/types/actionOption/ActionOption.d.ts +16 -0
  1008. package/build/types/actionOption/ActionOption.story.d.ts +20 -0
  1009. package/build/types/actionOption/index.d.ts +1 -0
  1010. package/build/types/alert/Alert.d.ts +54 -0
  1011. package/build/types/alert/index.d.ts +1 -0
  1012. package/build/types/alert/inlineMarkdown/InlineMarkdown.d.ts +13 -0
  1013. package/build/types/alert/inlineMarkdown/index.d.ts +1 -0
  1014. package/build/types/alert/withArrow/alertArrowPositions.d.ts +8 -0
  1015. package/build/types/alert/withArrow/index.d.ts +2 -0
  1016. package/build/types/alert/withArrow/withArrow.d.ts +11 -0
  1017. package/build/types/avatar/Avatar.d.ts +22 -0
  1018. package/build/types/avatar/avatarTypes.d.ts +6 -0
  1019. package/build/types/avatar/index.d.ts +2 -0
  1020. package/build/types/avatarWrapper/AvatarWrapper.d.ts +27 -0
  1021. package/build/types/avatarWrapper/index.d.ts +2 -0
  1022. package/build/types/badge/Badge.d.ts +10 -0
  1023. package/build/types/badge/index.d.ts +1 -0
  1024. package/build/types/body/Body.d.ts +14 -0
  1025. package/build/types/body/Body.spec.d.ts +1 -0
  1026. package/build/types/body/Body.story.d.ts +8 -0
  1027. package/build/types/body/index.d.ts +1 -0
  1028. package/build/types/button/Button.d.ts +27 -0
  1029. package/build/types/button/classMap.d.ts +10 -0
  1030. package/build/types/button/index.d.ts +2 -0
  1031. package/build/types/button/legacyUtils/index.d.ts +1 -0
  1032. package/build/types/button/legacyUtils/legacyUtils.d.ts +6 -0
  1033. package/build/types/card/Card.d.ts +20 -0
  1034. package/build/types/card/index.d.ts +1 -0
  1035. package/build/types/checkbox/Checkbox.d.ts +20 -0
  1036. package/build/types/checkbox/index.d.ts +2 -0
  1037. package/build/types/checkboxButton/CheckboxButton.d.ts +4 -0
  1038. package/build/types/checkboxButton/CheckboxButton.spec.d.ts +1 -0
  1039. package/build/types/checkboxButton/CheckboxButton.story.d.ts +7 -0
  1040. package/build/types/checkboxButton/index.d.ts +1 -0
  1041. package/build/types/checkboxOption/CheckboxOption.d.ts +24 -0
  1042. package/build/types/checkboxOption/CheckboxOption.spec.d.ts +1 -0
  1043. package/build/types/checkboxOption/CheckboxOption.story.d.ts +12 -0
  1044. package/build/types/checkboxOption/index.d.ts +1 -0
  1045. package/build/types/chevron/Chevron.d.ts +17 -0
  1046. package/build/types/chevron/index.d.ts +1 -0
  1047. package/build/types/chips/Chip.d.ts +15 -0
  1048. package/build/types/chips/Chips.d.ts +22 -0
  1049. package/build/types/chips/Chips.messages.d.ts +8 -0
  1050. package/build/types/chips/Chips.spec.d.ts +1 -0
  1051. package/build/types/chips/Chips.story.d.ts +7 -0
  1052. package/build/types/chips/index.d.ts +2 -0
  1053. package/build/types/circularButton/CircularButton.d.ts +20 -0
  1054. package/build/types/circularButton/index.d.ts +1 -0
  1055. package/build/types/common/DOMOperations/DOMOperations.d.ts +2 -0
  1056. package/build/types/common/DOMOperations/index.d.ts +3 -0
  1057. package/build/types/common/Option/Option.d.ts +28 -0
  1058. package/build/types/common/Option/index.d.ts +1 -0
  1059. package/build/types/common/RadioButton/RadioButton.d.ts +36 -0
  1060. package/build/types/common/RadioButton/index.d.ts +1 -0
  1061. package/build/types/common/bottomSheet/BottomSheet.d.ts +14 -0
  1062. package/build/types/common/bottomSheet/BottomSheet.spec.d.ts +1 -0
  1063. package/build/types/common/bottomSheet/index.d.ts +1 -0
  1064. package/build/types/common/closeButton/CloseButton.d.ts +2 -0
  1065. package/build/types/common/closeButton/CloseButton.messages.d.ts +8 -0
  1066. package/build/types/common/closeButton/index.d.ts +1 -0
  1067. package/build/types/common/commonProps.d.ts +20 -0
  1068. package/build/types/common/dateUtils/getDayNames/getDayNames.d.ts +1 -0
  1069. package/build/types/common/dateUtils/getDayNames/index.d.ts +1 -0
  1070. package/build/types/common/dateUtils/getMonthNames/getMonthNames.d.ts +1 -0
  1071. package/build/types/common/dateUtils/getMonthNames/index.d.ts +1 -0
  1072. package/build/types/common/dateUtils/index.d.ts +6 -0
  1073. package/build/types/common/dateUtils/isDateValid/index.d.ts +1 -0
  1074. package/build/types/common/dateUtils/isDateValid/isDateValid.d.ts +2 -0
  1075. package/build/types/common/dateUtils/isMonthAndYearFormat/index.d.ts +1 -0
  1076. package/build/types/common/dateUtils/isMonthAndYearFormat/isMonthAndYearFormat.d.ts +1 -0
  1077. package/build/types/common/dateUtils/isWithinRange/index.d.ts +1 -0
  1078. package/build/types/common/dateUtils/isWithinRange/isWithinRange.d.ts +1 -0
  1079. package/build/types/common/dateUtils/moveToWithinRange/index.d.ts +1 -0
  1080. package/build/types/common/dateUtils/moveToWithinRange/moveToWithinRange.d.ts +1 -0
  1081. package/build/types/common/deviceDetection/deviceDetection.d.ts +1 -0
  1082. package/build/types/common/deviceDetection/index.d.ts +1 -0
  1083. package/build/types/common/direction.d.ts +6 -0
  1084. package/build/types/common/domHelpers/documentIosClick.d.ts +2 -0
  1085. package/build/types/common/domHelpers/index.d.ts +6 -0
  1086. package/build/types/common/fileType.d.ts +6 -0
  1087. package/build/types/common/flowHeader/FlowHeader.d.ts +2 -0
  1088. package/build/types/common/flowHeader/index.d.ts +1 -0
  1089. package/build/types/common/focusBoundary/FocusBoundary.d.ts +10 -0
  1090. package/build/types/common/focusBoundary/index.d.ts +1 -0
  1091. package/build/types/common/focusBoundary/utils/getFocusableElements.d.ts +1 -0
  1092. package/build/types/common/focusBoundary/utils/index.d.ts +2 -0
  1093. package/build/types/common/focusBoundary/utils/resetFocus.d.ts +1 -0
  1094. package/build/types/common/historyNavigator/historyNavigator.d.ts +11 -0
  1095. package/build/types/common/historyNavigator/index.d.ts +1 -0
  1096. package/build/types/common/hooks/index.d.ts +5 -0
  1097. package/build/types/common/hooks/useClientWidth/index.d.ts +1 -0
  1098. package/build/types/common/hooks/useClientWidth/useClientWidth.d.ts +9 -0
  1099. package/build/types/common/hooks/useConditionalListener/index.d.ts +1 -0
  1100. package/build/types/common/hooks/useConditionalListener/useConditionalListener.d.ts +9 -0
  1101. package/build/types/common/hooks/useDirection/index.d.ts +1 -0
  1102. package/build/types/common/hooks/useDirection/useDirection.d.ts +5 -0
  1103. package/build/types/common/hooks/useHasIntersected/index.d.ts +1 -0
  1104. package/build/types/common/hooks/useHasIntersected/useHasIntersected.d.ts +4 -0
  1105. package/build/types/common/hooks/useLayout/index.d.ts +1 -0
  1106. package/build/types/common/hooks/useLayout/useLayout.d.ts +8 -0
  1107. package/build/types/common/index.d.ts +25 -0
  1108. package/build/types/common/key.d.ts +8 -0
  1109. package/build/types/common/keyCodes.d.ts +15 -0
  1110. package/build/types/common/locale/index.d.ts +52 -0
  1111. package/build/types/common/panel/Panel.d.ts +25 -0
  1112. package/build/types/common/panel/index.d.ts +1 -0
  1113. package/build/types/common/propsValues/breakpoint.d.ts +7 -0
  1114. package/build/types/common/propsValues/control.d.ts +16 -0
  1115. package/build/types/common/propsValues/dateMode.d.ts +4 -0
  1116. package/build/types/common/propsValues/layouts.d.ts +9 -0
  1117. package/build/types/common/propsValues/markdownNodeType.d.ts +18 -0
  1118. package/build/types/common/propsValues/monthFormat.d.ts +4 -0
  1119. package/build/types/common/propsValues/position.d.ts +16 -0
  1120. package/build/types/common/propsValues/profileType.d.ts +4 -0
  1121. package/build/types/common/propsValues/scroll.d.ts +6 -0
  1122. package/build/types/common/propsValues/sentiment.d.ts +19 -0
  1123. package/build/types/common/propsValues/size.d.ts +12 -0
  1124. package/build/types/common/propsValues/status.d.ts +9 -0
  1125. package/build/types/common/propsValues/type.d.ts +13 -0
  1126. package/build/types/common/propsValues/typography.d.ts +37 -0
  1127. package/build/types/common/propsValues/variant.d.ts +4 -0
  1128. package/build/types/common/propsValues/width.d.ts +4 -0
  1129. package/build/types/common/requirements.d.ts +2 -0
  1130. package/build/types/common/responsivePanel/ResponsivePanel.d.ts +14 -0
  1131. package/build/types/common/responsivePanel/index.d.ts +1 -0
  1132. package/build/types/common/textFormat/formatWithPattern/formatWithPattern.d.ts +2 -0
  1133. package/build/types/common/textFormat/formatWithPattern/index.d.ts +1 -0
  1134. package/build/types/common/textFormat/getCountOfSymbolsInSelection/getCountOfSymbolsInSelection.d.ts +2 -0
  1135. package/build/types/common/textFormat/getCountOfSymbolsInSelection/index.d.ts +1 -0
  1136. package/build/types/common/textFormat/getCursorPositionAfterKeystroke/getCursorPositionAfterKeystroke.d.ts +2 -0
  1137. package/build/types/common/textFormat/getCursorPositionAfterKeystroke/index.d.ts +1 -0
  1138. package/build/types/common/textFormat/getDistanceToSymbol/getDistanceToSymbol.d.ts +2 -0
  1139. package/build/types/common/textFormat/getDistanceToSymbol/index.d.ts +1 -0
  1140. package/build/types/common/textFormat/getSymbolsInPatternWithPosition/getSymbolsInPatternWithPosition.d.ts +2 -0
  1141. package/build/types/common/textFormat/getSymbolsInPatternWithPosition/index.d.ts +1 -0
  1142. package/build/types/common/textFormat/index.d.ts +6 -0
  1143. package/build/types/common/textFormat/unformatWithPattern/index.d.ts +1 -0
  1144. package/build/types/common/textFormat/unformatWithPattern/unformatWithPattern.d.ts +2 -0
  1145. package/build/types/common/theme.d.ts +19 -0
  1146. package/build/types/criticalBanner/CriticalCommsBanner.d.ts +12 -0
  1147. package/build/types/criticalBanner/CriticalCommsBanner.story.d.ts +8 -0
  1148. package/build/types/criticalBanner/index.d.ts +1 -0
  1149. package/build/types/dateInput/DateInput.d.ts +37 -0
  1150. package/build/types/dateInput/DateInput.messages.d.ts +19 -0
  1151. package/build/types/dateInput/index.d.ts +2 -0
  1152. package/build/types/dateInput/utils/convertToLocalMidnight/convertToLocalMidnight.d.ts +1 -0
  1153. package/build/types/dateInput/utils/convertToLocalMidnight/index.d.ts +1 -0
  1154. package/build/types/dateInput/utils/explodeDate/explodeDate.d.ts +5 -0
  1155. package/build/types/dateInput/utils/explodeDate/index.d.ts +1 -0
  1156. package/build/types/dateInput/utils/index.d.ts +2 -0
  1157. package/build/types/dateLookup/DateLookup.d.ts +26 -0
  1158. package/build/types/dateLookup/dateHeader/DateHeader.d.ts +22 -0
  1159. package/build/types/dateLookup/dateHeader/index.d.ts +1 -0
  1160. package/build/types/dateLookup/dateTrigger/DateTrigger.d.ts +33 -0
  1161. package/build/types/dateLookup/dateTrigger/DateTrigger.messages.d.ts +8 -0
  1162. package/build/types/dateLookup/dateTrigger/index.d.ts +1 -0
  1163. package/build/types/dateLookup/dayCalendar/DayCalendar.d.ts +4 -0
  1164. package/build/types/dateLookup/dayCalendar/index.d.ts +1 -0
  1165. package/build/types/dateLookup/dayCalendar/table/DayCalendarTable.d.ts +4 -0
  1166. package/build/types/dateLookup/dayCalendar/table/index.d.ts +1 -0
  1167. package/build/types/dateLookup/getStartOfDay/getStartOfDay.d.ts +1 -0
  1168. package/build/types/dateLookup/getStartOfDay/index.d.ts +1 -0
  1169. package/build/types/dateLookup/index.d.ts +1 -0
  1170. package/build/types/dateLookup/monthCalendar/MonthCalendar.d.ts +4 -0
  1171. package/build/types/dateLookup/monthCalendar/index.d.ts +1 -0
  1172. package/build/types/dateLookup/monthCalendar/table/MonthCalendarTable.d.ts +28 -0
  1173. package/build/types/dateLookup/monthCalendar/table/index.d.ts +1 -0
  1174. package/build/types/dateLookup/tableLink/TableLink.d.ts +27 -0
  1175. package/build/types/dateLookup/tableLink/index.d.ts +1 -0
  1176. package/build/types/dateLookup/yearCalendar/YearCalendar.d.ts +30 -0
  1177. package/build/types/dateLookup/yearCalendar/index.d.ts +1 -0
  1178. package/build/types/dateLookup/yearCalendar/table/YearCalendarTable.d.ts +28 -0
  1179. package/build/types/dateLookup/yearCalendar/table/index.d.ts +1 -0
  1180. package/build/types/decision/Decision.d.ts +48 -0
  1181. package/build/types/decision/decisionEnums.d.ts +8 -0
  1182. package/build/types/decision/index.d.ts +2 -0
  1183. package/build/types/definitionList/DefinitionList.d.ts +24 -0
  1184. package/build/types/definitionList/index.d.ts +1 -0
  1185. package/build/types/dimmer/Dimmer.d.ts +31 -0
  1186. package/build/types/dimmer/Dimmer.story.d.ts +16 -0
  1187. package/build/types/dimmer/dimmerManager/DimmerManager.d.ts +13 -0
  1188. package/build/types/dimmer/dimmerManager/index.d.ts +1 -0
  1189. package/build/types/dimmer/index.d.ts +1 -0
  1190. package/build/types/display/Display.d.ts +9 -0
  1191. package/build/types/display/Display.story.d.ts +7 -0
  1192. package/build/types/display/index.d.ts +1 -0
  1193. package/build/types/drawer/Drawer.d.ts +36 -0
  1194. package/build/types/drawer/index.d.ts +1 -0
  1195. package/build/types/dropFade/DropFade.d.ts +6 -0
  1196. package/build/types/dropFade/DropFade.story.d.ts +10 -0
  1197. package/build/types/dropFade/index.d.ts +1 -0
  1198. package/build/types/dynamicFieldDefinitionList/DynamicFieldDefinitionList.d.ts +21 -0
  1199. package/build/types/dynamicFieldDefinitionList/FormattedValue/FormattedValue.d.ts +25 -0
  1200. package/build/types/dynamicFieldDefinitionList/FormattedValue/index.d.ts +1 -0
  1201. package/build/types/dynamicFieldDefinitionList/index.d.ts +1 -0
  1202. package/build/types/dynamicFieldDefinitionList/utils/createDefinitions.d.ts +1 -0
  1203. package/build/types/dynamicFieldDefinitionList/utils/text-format.d.ts +1 -0
  1204. package/build/types/emphasis/Emphasis.d.ts +6 -0
  1205. package/build/types/emphasis/EmphasisHtmlTransformer.d.ts +16 -0
  1206. package/build/types/emphasis/index.d.ts +1 -0
  1207. package/build/types/flowNavigation/FlowNavigation.d.ts +34 -0
  1208. package/build/types/flowNavigation/animatedLabel/AnimatedLabel.d.ts +18 -0
  1209. package/build/types/flowNavigation/animatedLabel/index.d.ts +1 -0
  1210. package/build/types/flowNavigation/backButton/BackButton.d.ts +20 -0
  1211. package/build/types/flowNavigation/backButton/index.d.ts +2 -0
  1212. package/build/types/flowNavigation/index.d.ts +1 -0
  1213. package/build/types/header/Header.d.ts +28 -0
  1214. package/build/types/header/Header.spec.d.ts +1 -0
  1215. package/build/types/header/Header.story.d.ts +10 -0
  1216. package/build/types/header/index.d.ts +1 -0
  1217. package/build/types/i18n/index.d.ts +2 -0
  1218. package/build/types/image/Image.d.ts +20 -0
  1219. package/build/types/image/index.d.ts +1 -0
  1220. package/build/types/index.d.ts +108 -0
  1221. package/build/types/info/Info.d.ts +35 -0
  1222. package/build/types/info/index.d.ts +2 -0
  1223. package/build/types/info/infoPresentations.d.ts +4 -0
  1224. package/build/types/inlineAlert/InlineAlert.d.ts +15 -0
  1225. package/build/types/inlineAlert/index.d.ts +1 -0
  1226. package/build/types/inputWithDisplayFormat/InputWithDisplayFormat.d.ts +11 -0
  1227. package/build/types/inputWithDisplayFormat/index.d.ts +1 -0
  1228. package/build/types/instructionsList/InstructionsList.d.ts +8 -0
  1229. package/build/types/instructionsList/index.d.ts +2 -0
  1230. package/build/types/link/Link.d.ts +12 -0
  1231. package/build/types/link/Link.spec.d.ts +1 -0
  1232. package/build/types/link/Link.story.d.ts +9 -0
  1233. package/build/types/link/index.d.ts +1 -0
  1234. package/build/types/loader/Loader.d.ts +24 -0
  1235. package/build/types/loader/index.d.ts +2 -0
  1236. package/build/types/logo/Logo.d.ts +23 -0
  1237. package/build/types/logo/index.d.ts +2 -0
  1238. package/build/types/logo/logoTypes.d.ts +4 -0
  1239. package/build/types/markdown/Markdown.d.ts +25 -0
  1240. package/build/types/markdown/index.d.ts +1 -0
  1241. package/build/types/modal/Modal.d.ts +14 -0
  1242. package/build/types/modal/Modal.story.d.ts +8 -0
  1243. package/build/types/modal/index.d.ts +2 -0
  1244. package/build/types/money/Money.d.ts +11 -0
  1245. package/build/types/money/index.d.ts +1 -0
  1246. package/build/types/moneyInput/MoneyInput.d.ts +31 -0
  1247. package/build/types/moneyInput/MoneyInput.messages.d.ts +7 -0
  1248. package/build/types/moneyInput/currencyFormatting.d.ts +3 -0
  1249. package/build/types/moneyInput/index.d.ts +1 -0
  1250. package/build/types/navigationOption/NavigationOption.d.ts +4 -0
  1251. package/build/types/navigationOption/index.d.ts +1 -0
  1252. package/build/types/navigationOptionsList/NavigationOptionsList.d.ts +10 -0
  1253. package/build/types/navigationOptionsList/index.d.ts +1 -0
  1254. package/build/types/nudge/Nudge.d.ts +20 -0
  1255. package/build/types/nudge/index.d.ts +1 -0
  1256. package/build/types/overlayHeader/OverlayHeader.d.ts +18 -0
  1257. package/build/types/overlayHeader/index.d.ts +1 -0
  1258. package/build/types/phoneNumberInput/PhoneNumberInput.d.ts +23 -0
  1259. package/build/types/phoneNumberInput/data/countries.d.ts +14 -0
  1260. package/build/types/phoneNumberInput/index.d.ts +1 -0
  1261. package/build/types/phoneNumberInput/utils/cleanNumber/cleanNumber.d.ts +1 -0
  1262. package/build/types/phoneNumberInput/utils/cleanNumber/index.d.ts +1 -0
  1263. package/build/types/phoneNumberInput/utils/explodeNumberModel/index.d.ts +5 -0
  1264. package/build/types/phoneNumberInput/utils/filterOptionsForQuery/index.d.ts +1 -0
  1265. package/build/types/phoneNumberInput/utils/findCountryByCode/index.d.ts +1 -0
  1266. package/build/types/phoneNumberInput/utils/findCountryByPrefix/index.d.ts +1 -0
  1267. package/build/types/phoneNumberInput/utils/groupCountriesByPrefix/groupCountriesByPrefix.d.ts +1 -0
  1268. package/build/types/phoneNumberInput/utils/groupCountriesByPrefix/index.d.ts +1 -0
  1269. package/build/types/phoneNumberInput/utils/index.d.ts +12 -0
  1270. package/build/types/phoneNumberInput/utils/isOptionAndFitsQuery/index.d.ts +1 -0
  1271. package/build/types/phoneNumberInput/utils/isOptionAndFitsQuery/isOptionAndFitsQuery.d.ts +2 -0
  1272. package/build/types/phoneNumberInput/utils/isStringNumeric/index.d.ts +1 -0
  1273. package/build/types/phoneNumberInput/utils/isStringNumeric/isStringNumeric.d.ts +1 -0
  1274. package/build/types/phoneNumberInput/utils/isValidPhoneNumber/index.d.ts +1 -0
  1275. package/build/types/phoneNumberInput/utils/isValidPhoneNumber/isValidPhoneNumber.d.ts +1 -0
  1276. package/build/types/phoneNumberInput/utils/longestMatchingPrefix/index.d.ts +1 -0
  1277. package/build/types/phoneNumberInput/utils/setDefaultPrefix/index.d.ts +1 -0
  1278. package/build/types/phoneNumberInput/utils/sortArrayByProperty/index.d.ts +1 -0
  1279. package/build/types/phoneNumberInput/utils/sortArrayByProperty/sortArrayByProperty.d.ts +1 -0
  1280. package/build/types/popover/Popover.d.ts +20 -0
  1281. package/build/types/popover/index.d.ts +1 -0
  1282. package/build/types/processIndicator/ProcessIndicator.d.ts +19 -0
  1283. package/build/types/processIndicator/index.d.ts +2 -0
  1284. package/build/types/progress/Progress.d.ts +11 -0
  1285. package/build/types/progress/index.d.ts +1 -0
  1286. package/build/types/progressBar/ProgressBar.d.ts +14 -0
  1287. package/build/types/progressBar/index.d.ts +1 -0
  1288. package/build/types/provider/Provider.d.ts +19 -0
  1289. package/build/types/provider/Provider.spec.d.ts +1 -0
  1290. package/build/types/provider/Provider.story.d.ts +23 -0
  1291. package/build/types/provider/direction/DirectionProvider.d.ts +8 -0
  1292. package/build/types/provider/direction/DirectionProvider.spec.d.ts +1 -0
  1293. package/build/types/provider/direction/index.d.ts +1 -0
  1294. package/build/types/provider/index.d.ts +3 -0
  1295. package/build/types/provider/language/LanguageProvider.d.ts +7 -0
  1296. package/build/types/provider/language/LanguageProvider.spec.d.ts +1 -0
  1297. package/build/types/provider/language/index.d.ts +1 -0
  1298. package/build/types/radio/Radio.d.ts +21 -0
  1299. package/build/types/radio/index.d.ts +2 -0
  1300. package/build/types/radioGroup/RadioGroup.d.ts +26 -0
  1301. package/build/types/radioGroup/index.d.ts +1 -0
  1302. package/build/types/radioOption/RadioOption.d.ts +23 -0
  1303. package/build/types/radioOption/index.d.ts +1 -0
  1304. package/build/types/section/Section.d.ts +12 -0
  1305. package/build/types/section/Section.spec.d.ts +1 -0
  1306. package/build/types/section/Section.story.d.ts +15 -0
  1307. package/build/types/section/index.d.ts +1 -0
  1308. package/build/types/select/Select.d.ts +94 -0
  1309. package/build/types/select/Select.messages.d.ts +7 -0
  1310. package/build/types/select/index.d.ts +2 -0
  1311. package/build/types/select/option/Option.d.ts +13 -0
  1312. package/build/types/select/option/index.d.ts +2 -0
  1313. package/build/types/select/searchBox/SearchBox.d.ts +6 -0
  1314. package/build/types/select/searchBox/index.d.ts +1 -0
  1315. package/build/types/sizeSwapper/SizeSwapper.d.ts +2 -0
  1316. package/build/types/sizeSwapper/index.d.ts +1 -0
  1317. package/build/types/slidingPanel/SlidingPanel.d.ts +17 -0
  1318. package/build/types/slidingPanel/index.d.ts +1 -0
  1319. package/build/types/snackbar/Snackbar.d.ts +22 -0
  1320. package/build/types/snackbar/SnackbarContext.d.ts +2 -0
  1321. package/build/types/snackbar/SnackbarProvider.d.ts +12 -0
  1322. package/build/types/snackbar/useSnackbar.d.ts +2 -0
  1323. package/build/types/statusIcon/StatusIcon.d.ts +8 -0
  1324. package/build/types/statusIcon/index.d.ts +1 -0
  1325. package/build/types/stepper/Stepper.d.ts +18 -0
  1326. package/build/types/stepper/deviceDetection.d.ts +1 -0
  1327. package/build/types/stepper/index.d.ts +2 -0
  1328. package/build/types/sticky/Sticky.d.ts +14 -0
  1329. package/build/types/sticky/index.d.ts +1 -0
  1330. package/build/types/summary/Summary.d.ts +71 -0
  1331. package/build/types/summary/Summary.messages.d.ts +19 -0
  1332. package/build/types/summary/index.d.ts +1 -0
  1333. package/build/types/switch/Switch.d.ts +17 -0
  1334. package/build/types/switch/Switch.story.d.ts +15 -0
  1335. package/build/types/switch/index.d.ts +1 -0
  1336. package/build/types/switchOption/SwitchOption.d.ts +17 -0
  1337. package/build/types/switchOption/SwitchOption.story.d.ts +22 -0
  1338. package/build/types/switchOption/index.d.ts +1 -0
  1339. package/build/types/tabs/Tab.d.ts +2 -0
  1340. package/build/types/tabs/TabList.d.ts +10 -0
  1341. package/build/types/tabs/TabPanel.d.ts +18 -0
  1342. package/build/types/tabs/Tabs.d.ts +29 -0
  1343. package/build/types/tabs/index.d.ts +1 -0
  1344. package/build/types/tabs/utils.d.ts +7 -0
  1345. package/build/types/test-utils/index.d.ts +107 -0
  1346. package/build/types/textareaWithDisplayFormat/TextareaWithDisplayFormat.d.ts +11 -0
  1347. package/build/types/textareaWithDisplayFormat/index.d.ts +1 -0
  1348. package/build/types/tile/Tile.d.ts +39 -0
  1349. package/build/types/tile/index.d.ts +1 -0
  1350. package/build/types/title/Title.d.ts +14 -0
  1351. package/build/types/title/Title.spec.d.ts +1 -0
  1352. package/build/types/title/Title.story.d.ts +8 -0
  1353. package/build/types/title/index.d.ts +1 -0
  1354. package/build/types/tooltip/Tooltip.d.ts +9 -0
  1355. package/build/types/tooltip/Tooltip.spec.d.ts +1 -0
  1356. package/build/types/tooltip/Tooltip.story.d.ts +12 -0
  1357. package/build/types/tooltip/index.d.ts +2 -0
  1358. package/build/types/typeahead/Typeahead.d.ts +57 -0
  1359. package/build/types/typeahead/index.d.ts +2 -0
  1360. package/build/types/typeahead/typeaheadInput/TypeaheadInput.d.ts +47 -0
  1361. package/build/types/typeahead/typeaheadOption/TypeaheadOption.d.ts +23 -0
  1362. package/build/types/typeahead/util/highlight.d.ts +1 -0
  1363. package/build/types/upload/Upload.d.ts +54 -0
  1364. package/build/types/upload/Upload.messages.d.ts +61 -0
  1365. package/build/types/upload/index.d.ts +2 -0
  1366. package/build/types/upload/steps/completeStep/completeStep.d.ts +20 -0
  1367. package/build/types/upload/steps/completeStep/index.d.ts +1 -0
  1368. package/build/types/upload/steps/index.d.ts +4 -0
  1369. package/build/types/upload/steps/mediaUploadStep/index.d.ts +1 -0
  1370. package/build/types/upload/steps/mediaUploadStep/mediaUploadStep.d.ts +24 -0
  1371. package/build/types/upload/steps/processingStep/index.d.ts +1 -0
  1372. package/build/types/upload/steps/processingStep/processingStep.d.ts +14 -0
  1373. package/build/types/upload/steps/uploadImageStep/index.d.ts +1 -0
  1374. package/build/types/upload/steps/uploadImageStep/uploadImageStep.d.ts +22 -0
  1375. package/build/types/upload/uploadSteps.d.ts +4 -0
  1376. package/build/types/upload/utils/asyncFileRead/asyncFileRead.d.ts +1 -0
  1377. package/build/types/upload/utils/asyncFileRead/index.d.ts +1 -0
  1378. package/build/types/upload/utils/getFileType/getFileType.d.ts +1 -0
  1379. package/build/types/upload/utils/getFileType/index.d.ts +1 -0
  1380. package/build/types/upload/utils/getSupportedSpotMimeTypes/getSupportedSpotMimeTypes.d.ts +1 -0
  1381. package/build/types/upload/utils/getSupportedSpotMimeTypes/index.d.ts +1 -0
  1382. package/build/types/upload/utils/index.d.ts +7 -0
  1383. package/build/types/upload/utils/isSizeValid/index.d.ts +1 -0
  1384. package/build/types/upload/utils/isSizeValid/isSizeValid.d.ts +1 -0
  1385. package/build/types/upload/utils/isTypeValid/index.d.ts +1 -0
  1386. package/build/types/upload/utils/isTypeValid/isTypeValid.d.ts +1 -0
  1387. package/build/types/upload/utils/postData/index.d.ts +1 -0
  1388. package/build/types/upload/utils/postData/postData.d.ts +1 -0
  1389. package/build/types/upload/utils/requestMedia/index.d.ts +1 -0
  1390. package/build/types/upload/utils/requestMedia/requestMedia.d.ts +1 -0
  1391. package/build/types/uploadInput/UploadInput.d.ts +75 -0
  1392. package/build/types/uploadInput/UploadInput.messages.d.ts +38 -0
  1393. package/build/types/uploadInput/UploadInput.spec.d.ts +1 -0
  1394. package/build/types/uploadInput/UploadInput.story.d.ts +20 -0
  1395. package/build/types/uploadInput/index.d.ts +1 -0
  1396. package/build/types/uploadInput/types.d.ts +46 -0
  1397. package/build/types/uploadInput/uploadButton/UploadButton.d.ts +49 -0
  1398. package/build/types/uploadInput/uploadButton/UploadButton.messages.d.ts +28 -0
  1399. package/build/types/uploadInput/uploadButton/UploadButton.spec.d.ts +1 -0
  1400. package/build/types/uploadInput/uploadButton/defaults.d.ts +3 -0
  1401. package/build/types/uploadInput/uploadButton/getAllowedFileTypes.d.ts +3 -0
  1402. package/build/types/uploadInput/uploadButton/getAllowedFileTypes.spec.d.ts +1 -0
  1403. package/build/types/uploadInput/uploadItem/UploadItem.d.ts +20 -0
  1404. package/build/types/uploadInput/uploadItem/UploadItem.messages.d.ts +33 -0
  1405. package/build/types/uploadInput/uploadItem/UploadItem.spec.d.ts +1 -0
  1406. package/build/types/uploadInput/uploadItem/UploadItemBody.d.ts +7 -0
  1407. package/build/types/utilities/deprecatedProperty/deprecatedProperty.d.ts +7 -0
  1408. package/build/types/utilities/deprecatedProperty/index.d.ts +1 -0
  1409. package/build/types/utilities/index.d.ts +2 -0
  1410. package/build/types/utilities/logActionRequired.d.ts +2 -0
  1411. package/build/types/withDisplayFormat/WithDisplayFormat.d.ts +90 -0
  1412. package/build/types/withDisplayFormat/index.d.ts +1 -0
  1413. package/build/types/withNextPortal/withNextPortal.d.ts +2 -0
  1414. package/build/umd/no-polyfill/main.js +1 -0
  1415. package/build/umd/polyfill/main.js +1 -0
  1416. package/package.json +2 -2
@@ -0,0 +1,24 @@
1
+ import * as React from 'react';
2
+
3
+ export interface DefinitionListDefinitions {
4
+ action?: {
5
+ label: string;
6
+ onClick: (...args: any[])=>any;
7
+ };
8
+ title: React.ReactNode;
9
+ value: React.ReactNode;
10
+ key: string;
11
+ }
12
+
13
+ export type DefinitionListLayout = "VERTICAL_TWO_COLUMN" | "VERTICAL_ONE_COLUMN" | "HORIZONTAL_JUSTIFIED" | "HORIZONTAL_LEFT_ALIGNED" | "HORIZONTAL_RIGHT_ALIGNED";
14
+
15
+ export interface DefinitionListProps {
16
+ definitions?: DefinitionListDefinitions[];
17
+ layout?: DefinitionListLayout;
18
+ muted?: boolean;
19
+ }
20
+
21
+ declare const DefinitionList: React.FC<DefinitionListProps>;
22
+
23
+ export default DefinitionList;
24
+
@@ -0,0 +1 @@
1
+ export { default } from "./DefinitionList";
@@ -0,0 +1,31 @@
1
+ import { MouseEvent, ReactElement, ReactNode } from 'react';
2
+ import { CommonProps } from '../common';
3
+ export declare const EXIT_ANIMATION = 350;
4
+ type DimmerProps = CommonProps & {
5
+ children?: ReactNode;
6
+ disableClickToClose?: boolean;
7
+ fadeContentOnEnter?: boolean;
8
+ fadeContentOnExit?: boolean;
9
+ open?: boolean;
10
+ scrollable?: boolean;
11
+ transparent?: boolean;
12
+ onClose?: (event: KeyboardEvent | MouseEvent) => void;
13
+ };
14
+ export declare const handleTouchMove: (event: Event) => void;
15
+ declare const Dimmer: ({ children, className, disableClickToClose, fadeContentOnEnter, fadeContentOnExit, open, scrollable, transparent, onClose, }: DimmerProps) => JSX.Element;
16
+ export declare const DimmerContentWrapper: ({ children, scrollBody, }: {
17
+ children: ReactElement;
18
+ scrollBody: boolean;
19
+ }) => ReactElement<any, string | import("react").JSXElementConstructor<any>>;
20
+ export { Dimmer };
21
+ declare const _default: (props: CommonProps & {
22
+ children?: ReactNode;
23
+ disableClickToClose?: boolean | undefined;
24
+ fadeContentOnEnter?: boolean | undefined;
25
+ fadeContentOnExit?: boolean | undefined;
26
+ open?: boolean | undefined;
27
+ scrollable?: boolean | undefined;
28
+ transparent?: boolean | undefined;
29
+ onClose?: ((event: KeyboardEvent | MouseEvent<Element, globalThis.MouseEvent>) => void) | undefined;
30
+ }) => import("react").ReactPortal | null;
31
+ export default _default;
@@ -0,0 +1,16 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ component: (props: import("../common").CommonProps & {
4
+ children?: import("react").ReactNode;
5
+ disableClickToClose?: boolean | undefined;
6
+ fadeContentOnEnter?: boolean | undefined;
7
+ fadeContentOnExit?: boolean | undefined;
8
+ open?: boolean | undefined;
9
+ scrollable?: boolean | undefined;
10
+ transparent?: boolean | undefined;
11
+ onClose?: ((event: KeyboardEvent | import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
12
+ }) => import("react").ReactPortal | null;
13
+ title: string;
14
+ };
15
+ export default _default;
16
+ export declare const Basic: () => JSX.Element;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Dimmer state management inspired by Material UI's ModalManager (https://github.com/mui-org/material-ui)
3
+ */
4
+ export default class DimmerManager {
5
+ /**
6
+ * Dimmer refs
7
+ */
8
+ private dimmers;
9
+ constructor();
10
+ add(dimmer: Element): number;
11
+ remove(dimmer: Element): number;
12
+ isTop(dimmer: Element): boolean;
13
+ }
@@ -0,0 +1 @@
1
+ export { default } from './DimmerManager';
@@ -0,0 +1 @@
1
+ export { default } from "./Dimmer";
@@ -0,0 +1,9 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { DisplayTypes } from '../common';
3
+ type Props = PropsWithChildren<{
4
+ id?: string;
5
+ type?: DisplayTypes;
6
+ className?: string;
7
+ }>;
8
+ declare function Display({ type, children, className }: Props): JSX.Element;
9
+ export default Display;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const Basic: () => JSX.Element;
7
+ export declare const Numbers: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export { default } from './Display';
@@ -0,0 +1,36 @@
1
+ import * as React from 'react';
2
+
3
+ export type DrawerPosition = "left" | "right" | "bottom";
4
+
5
+ export interface DrawerProps {
6
+ /**
7
+ * The content to appear in the drawer body.
8
+ */
9
+ children?: React.ReactNode;
10
+ className?: string;
11
+ /**
12
+ * The content to appear in the drawer footer.
13
+ */
14
+ footerContent?: React.ReactNode;
15
+ /**
16
+ * The content to appear in the drawer header.
17
+ */
18
+ headerTitle?: React.ReactNode;
19
+ /**
20
+ * The action to perform on close click.
21
+ */
22
+ onClose?: (...args: any[])=>any;
23
+ /**
24
+ * The status of Drawer either open or not.
25
+ */
26
+ open?: boolean;
27
+ /**
28
+ * The placement of Drawer on the screen either left or right. On mobile it will default to bottom.
29
+ */
30
+ position?: DrawerPosition;
31
+ }
32
+
33
+ declare const Drawer: React.FC<DrawerProps>;
34
+
35
+ export default Drawer;
36
+
@@ -0,0 +1 @@
1
+ export { default } from "./Drawer";
@@ -0,0 +1,6 @@
1
+ import { ReactElement } from 'react';
2
+ declare const DropFade: ({ children, show }: {
3
+ children: ReactElement;
4
+ show: boolean;
5
+ }) => JSX.Element;
6
+ export default DropFade;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ title: string;
4
+ component: ({ children, show }: {
5
+ children: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
6
+ show: boolean;
7
+ }) => JSX.Element;
8
+ };
9
+ export default _default;
10
+ export declare const Basic: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export { default } from './DropFade';
@@ -0,0 +1,21 @@
1
+ import * as React from 'react';
2
+
3
+ export interface DynamicFieldDefinitionListModel {
4
+ }
5
+
6
+ export interface DynamicFieldDefinitionListFields {
7
+ }
8
+
9
+ export type DynamicFieldDefinitionListLayout = "VERTICAL_TWO_COLUMN" | "VERTICAL_ONE_COLUMN" | "HORIZONTAL_JUSTIFIED" | "HORIZONTAL_LEFT_ALIGNED";
10
+
11
+ export interface DynamicFieldDefinitionListProps {
12
+ model: DynamicFieldDefinitionListModel;
13
+ fields: DynamicFieldDefinitionListFields;
14
+ title?: string;
15
+ layout?: DynamicFieldDefinitionListLayout;
16
+ }
17
+
18
+ declare const DynamicFieldDefinitionList: React.FC<DynamicFieldDefinitionListProps>;
19
+
20
+ export default DynamicFieldDefinitionList;
21
+
@@ -0,0 +1,25 @@
1
+ export default FormattedValue;
2
+ declare function FormattedValue({ field, value }: {
3
+ field: any;
4
+ value: any;
5
+ }): JSX.Element;
6
+ declare namespace FormattedValue {
7
+ namespace propTypes {
8
+ const field: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
9
+ control: PropTypes.Validator<string>;
10
+ displayFormat: PropTypes.Requireable<string>;
11
+ refreshRequirementsOnChange: PropTypes.Requireable<boolean>;
12
+ title: PropTypes.Validator<string>;
13
+ type: PropTypes.Validator<string>;
14
+ width: PropTypes.Requireable<string>;
15
+ tagClassName: PropTypes.Requireable<PropTypes.InferProps<{
16
+ h3: PropTypes.Requireable<boolean>;
17
+ }>>;
18
+ values: PropTypes.Requireable<(PropTypes.InferProps<{
19
+ value: PropTypes.Requireable<any>;
20
+ }> | null | undefined)[]>;
21
+ }>>>;
22
+ const value: PropTypes.Validator<any>;
23
+ }
24
+ }
25
+ import PropTypes from "prop-types";
@@ -0,0 +1 @@
1
+ export { default } from "./FormattedValue";
@@ -0,0 +1 @@
1
+ export { default } from "./DynamicFieldDefinitionList";
@@ -0,0 +1 @@
1
+ export default function createDefinitions(fields: any, model: any): any;
@@ -0,0 +1 @@
1
+ export function formatUsingPattern(value: string | undefined, pattern: any): string;
@@ -0,0 +1,6 @@
1
+ import { ReactElement } from 'react';
2
+ type EmphasisProps = {
3
+ text?: string;
4
+ };
5
+ declare const Emphasis: ({ text }: EmphasisProps) => ReactElement | null;
6
+ export default Emphasis;
@@ -0,0 +1,16 @@
1
+ type Tags = {
2
+ transformed: {
3
+ opening: string;
4
+ closing: string;
5
+ };
6
+ escapedRegex: {
7
+ opening: RegExp;
8
+ closing: RegExp;
9
+ };
10
+ };
11
+ declare class EmphasisHtmlTransformer {
12
+ tags: Array<Tags>;
13
+ constructor(whitelistedTags: Array<string>);
14
+ transform(unsafe: string): string | null;
15
+ }
16
+ export default EmphasisHtmlTransformer;
@@ -0,0 +1 @@
1
+ export { default } from './Emphasis';
@@ -0,0 +1,34 @@
1
+ import * as React from 'react';
2
+
3
+ export interface FlowNavigationSteps {
4
+ label: React.ReactNode;
5
+ onClick?: (...args: any[])=>any;
6
+ hoverLabel?: React.ReactNode;
7
+ }
8
+
9
+ export interface FlowNavigationProps {
10
+ activeStep?: number;
11
+ /**
12
+ * An Avatar
13
+ */
14
+ avatar?: React.ReactElement<any>;
15
+ logo?: React.ReactNode;
16
+ /**
17
+ * Called when the close button is clicked. If not provided the close button won't show
18
+ */
19
+ onClose?: (...args: any[])=>any;
20
+ /**
21
+ * Called when the back button is clicked. If not provided the back button won't show. The back button only shows on small screens
22
+ */
23
+ onGoBack?: (...args: any[])=>any;
24
+ done?: boolean;
25
+ /**
26
+ * Steps to be displayed in stepper. If you don't need the stepper, please use OverlayHeader instead
27
+ */
28
+ steps: FlowNavigationSteps[];
29
+ }
30
+
31
+ declare const FlowNavigation: React.FC<FlowNavigationProps>;
32
+
33
+ export default FlowNavigation;
34
+
@@ -0,0 +1,18 @@
1
+ export default AnimatedLabel;
2
+ declare function AnimatedLabel({ activeLabel, className, labels }: {
3
+ activeLabel: any;
4
+ className: any;
5
+ labels: any;
6
+ }): JSX.Element;
7
+ declare namespace AnimatedLabel {
8
+ namespace propTypes {
9
+ const activeLabel: PropTypes.Validator<number>;
10
+ const className: PropTypes.Requireable<string>;
11
+ const labels: PropTypes.Validator<PropTypes.ReactNodeLike[]>;
12
+ }
13
+ namespace defaultProps {
14
+ const className_1: undefined;
15
+ export { className_1 as className };
16
+ }
17
+ }
18
+ import PropTypes from "prop-types";
@@ -0,0 +1 @@
1
+ export { default } from "./AnimatedLabel";
@@ -0,0 +1,20 @@
1
+ export default BackButton;
2
+ declare function BackButton({ label, className, onClick }: {
3
+ label: any;
4
+ className: any;
5
+ onClick: any;
6
+ }): JSX.Element;
7
+ declare namespace BackButton {
8
+ namespace propTypes {
9
+ const className: PropTypes.Requireable<string>;
10
+ const label: PropTypes.Requireable<PropTypes.ReactElementLike>;
11
+ const onClick: PropTypes.Validator<(...args: any[]) => any>;
12
+ }
13
+ namespace defaultProps {
14
+ const className_1: undefined;
15
+ export { className_1 as className };
16
+ const label_1: undefined;
17
+ export { label_1 as label };
18
+ }
19
+ }
20
+ import PropTypes from "prop-types";
@@ -0,0 +1,2 @@
1
+ export default BackButton;
2
+ import BackButton from "./BackButton";
@@ -0,0 +1 @@
1
+ export { default } from "./FlowNavigation";
@@ -0,0 +1,28 @@
1
+ /// <reference types="react" />
2
+ import { ActionButtonProps } from '../actionButton/ActionButton';
3
+ import { AriaLabelProperty, CommonProps, Heading, LinkProps } from '../common';
4
+ type ActionProps = AriaLabelProperty & {
5
+ text: string;
6
+ };
7
+ type ButtonActionProps = ActionProps & ActionButtonProps;
8
+ type LinkActionProps = ActionProps & LinkProps;
9
+ export type HeaderProps = CommonProps & {
10
+ /**
11
+ * When the `href` property is provided to the `action`, we will render a `Link` instead of a `ActionButton`.
12
+ */
13
+ action?: ButtonActionProps | LinkActionProps;
14
+ /**
15
+ * Override the heading element rendered for the title, useful to specify the semantics of your header.
16
+ *
17
+ * @default "h5"
18
+ */
19
+ as?: Heading;
20
+ title: string;
21
+ };
22
+ /**
23
+ *
24
+ * Neptune Web: https://transferwise.github.io/neptune-web/components/content/Header
25
+ *
26
+ */
27
+ export declare const Header: ({ action, as, title, className }: HeaderProps) => JSX.Element;
28
+ export default Header;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ component: ({ action, as, title, className }: import("./Header").HeaderProps) => JSX.Element;
4
+ title: string;
5
+ };
6
+ export default _default;
7
+ export declare const Basic: () => JSX.Element;
8
+ export declare const WithAction: () => JSX.Element;
9
+ export declare const WithActionAsLink: () => JSX.Element;
10
+ export declare const WithActionAsLinkPreventingNavigationWithTracking: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export { default } from './Header';
@@ -0,0 +1,2 @@
1
+ declare const translations: Record<string, Record<string, string>>;
2
+ export default translations;
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+
3
+ export type ImageLoading = "lazy" | "eager";
4
+
5
+ export interface ImageProps {
6
+ id?: string;
7
+ src: string;
8
+ alt: string;
9
+ onLoad?: (...args: any[])=>any;
10
+ onError?: (...args: any[])=>any;
11
+ className?: string;
12
+ loading?: ImageLoading;
13
+ stretch?: boolean;
14
+ shrink?: boolean;
15
+ }
16
+
17
+ declare const Image: React.FC<ImageProps>;
18
+
19
+ export default Image;
20
+
@@ -0,0 +1 @@
1
+ export { default } from "./Image";
@@ -0,0 +1,108 @@
1
+ /**
2
+ * Types
3
+ */
4
+ export type { UploadedFile, UploadError, UploadResponse } from './uploadInput/types';
5
+ export type { ModalProps } from './modal';
6
+ export type { LayoutDirection, TypographyTypes, TitleTypes, BodyTypes, LinkTypes, DisplayTypes, } from './common';
7
+ /**
8
+ * Components
9
+ */
10
+ export { default as Title } from './title';
11
+ export { default as Body } from './body';
12
+ export { default as Accordion } from './accordion';
13
+ export { default as ActionButton } from './actionButton';
14
+ export { default as ActionOption } from './actionOption';
15
+ export { default as Alert } from './alert';
16
+ export { default as Avatar } from './avatar';
17
+ export { default as AvatarWrapper } from './avatarWrapper';
18
+ export { default as Badge } from './badge';
19
+ export { default as BottomSheet } from './common/bottomSheet';
20
+ export { default as Button } from './button';
21
+ export { default as Card } from './card';
22
+ export { default as Checkbox } from './checkbox';
23
+ export { default as CheckboxButton } from './checkboxButton';
24
+ export { default as CheckboxOption } from './checkboxOption';
25
+ export { default as Chevron } from './chevron';
26
+ export { default as Chips, Chip } from './chips';
27
+ export { default as CircularButton } from './circularButton';
28
+ export { default as DateInput } from './dateInput';
29
+ export { default as DateLookup } from './dateLookup';
30
+ export { default as Decision } from './decision';
31
+ export { default as DefinitionList } from './definitionList';
32
+ export { default as Dimmer } from './dimmer';
33
+ export { default as Display } from './display';
34
+ export { default as Drawer } from './drawer';
35
+ export { default as DropFade } from './dropFade';
36
+ export { default as DynamicFieldDefinitionList } from './dynamicFieldDefinitionList';
37
+ export { default as Emphasis } from './emphasis';
38
+ export { default as FlowNavigation } from './flowNavigation';
39
+ export { default as Header } from './header';
40
+ export { default as Image } from './image';
41
+ export { default as Info } from './info';
42
+ export { default as InlineAlert } from './inlineAlert';
43
+ export { default as InputWithDisplayFormat } from './inputWithDisplayFormat';
44
+ export { default as InstructionsList } from './instructionsList';
45
+ export { default as Link } from './link';
46
+ export { default as Loader } from './loader';
47
+ export { default as Logo } from './logo';
48
+ export { default as Markdown } from './markdown';
49
+ export { default as Modal } from './modal';
50
+ export { default as Money } from './money';
51
+ export { default as MoneyInput } from './moneyInput';
52
+ export { default as NavigationOption } from './navigationOption';
53
+ export { default as NavigationOptionsList } from './navigationOptionsList';
54
+ export { default as Nudge } from './nudge';
55
+ export { default as Option } from './common/Option';
56
+ export { default as OverlayHeader } from './overlayHeader';
57
+ export { default as PhoneNumberInput } from './phoneNumberInput';
58
+ export { default as Popover } from './popover';
59
+ export { default as ProcessIndicator } from './processIndicator';
60
+ export { default as ProgressBar } from './progressBar';
61
+ export { default as Progress } from './progress';
62
+ export { default as Provider, DirectionProvider, LanguageProvider } from './provider';
63
+ export { default as Radio } from './radio';
64
+ export { default as RadioGroup } from './radioGroup';
65
+ export { default as RadioOption } from './radioOption';
66
+ export { default as Section } from './section';
67
+ export { default as Select } from './select';
68
+ export { default as SlidingPanel } from './slidingPanel';
69
+ export { default as SnackbarPortal } from './snackbar/Snackbar';
70
+ export { default as SnackbarProvider } from './snackbar/SnackbarProvider';
71
+ export { default as StatusIcon } from './statusIcon/StatusIcon';
72
+ export { default as Stepper } from './stepper';
73
+ export { default as Sticky } from './sticky';
74
+ export { default as Summary } from './summary';
75
+ export { default as Switch } from './switch';
76
+ export { default as SwitchOption } from './switchOption';
77
+ export { default as Tabs } from './tabs';
78
+ export { default as TextareaWithDisplayFormat } from './textareaWithDisplayFormat';
79
+ export { default as Tooltip } from './tooltip';
80
+ export { default as Typeahead } from './typeahead';
81
+ export { default as Upload } from './upload';
82
+ export { default as UploadInput } from './uploadInput';
83
+ export { SnackbarConsumer, SnackbarContext } from './snackbar/SnackbarContext';
84
+ export { default as CriticalCommsBanner } from './criticalBanner';
85
+ /**
86
+ * Hooks
87
+ */
88
+ export { default as useSnackbar } from './snackbar/useSnackbar';
89
+ export { useDirection, useLayout } from './common/hooks';
90
+ /**
91
+ * Enums
92
+ */
93
+ export { Direction, Size, Width, Sentiment, Priority, ControlType, Type, Theme, DateMode, MonthFormat, Position, Scroll, ProfileType, Breakpoint, Layout, Status, MarkdownNodeType, Typography, Variant, } from './common';
94
+ export { AvatarType } from './avatar';
95
+ export { InfoPresentation } from './info';
96
+ export { UploadStep } from './upload';
97
+ export { DecisionPresentation, DecisionType } from './decision';
98
+ export { AlertArrowPosition } from './alert/withArrow';
99
+ export { LogoType } from './logo';
100
+ export { FileType } from './common';
101
+ /**
102
+ * Utils
103
+ */
104
+ export { SUPPORTED_LANGUAGES, RTL_LANGUAGES, DEFAULT_LANG, DEFAULT_LOCALE, adjustLocale, getLangFromLocale, getCountryFromLocale, getDirectionFromLocale, isServerSide, isBrowser, } from './common';
105
+ /**
106
+ * Translations
107
+ */
108
+ export { default as translations } from './i18n';
@@ -0,0 +1,35 @@
1
+ import * as React from 'react';
2
+
3
+ export type InfoPresentation = "MODAL" | "POPOVER";
4
+
5
+ export type InfoSize = "sm" | "lg";
6
+
7
+ export interface InfoProps {
8
+ "aria-label": string;
9
+ /**
10
+ * Extra classes applied to Info
11
+ */
12
+ className?: string;
13
+ /**
14
+ * Content displayed inside a Popover a Modal
15
+ */
16
+ content?: React.ReactNode;
17
+ onClick?: (...args: any[])=>any;
18
+ /**
19
+ * Decides whether to display content in a Popover or a Modal
20
+ */
21
+ presentation?: InfoPresentation;
22
+ /**
23
+ * Decides the size of help Icon
24
+ */
25
+ size?: InfoSize;
26
+ /**
27
+ * Title displayed inside a Popover a Modal
28
+ */
29
+ title?: React.ReactNode;
30
+ }
31
+
32
+ declare const Info: React.FC<InfoProps>;
33
+
34
+ export default Info;
35
+
@@ -0,0 +1,2 @@
1
+ export { InfoPresentation } from "./infoPresentations";
2
+ export { default } from "./Info";
@@ -0,0 +1,4 @@
1
+ export declare enum InfoPresentation {
2
+ POPOVER = "POPOVER",
3
+ MODAL = "MODAL"
4
+ }
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+
3
+ export type InlineAlertType = "positive" | "negative" | "warning" | "neutral" | "success" | "info" | "error";
4
+
5
+ export interface InlineAlertProps {
6
+ children: React.ReactNode;
7
+ className?: string;
8
+ id?: string;
9
+ type?: InlineAlertType;
10
+ }
11
+
12
+ declare const InlineAlert: React.FC<InlineAlertProps>;
13
+
14
+ export default InlineAlert;
15
+
@@ -0,0 +1 @@
1
+ export { default } from "./InlineAlert";
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+
3
+ export interface InputWithDisplayFormatProps {
4
+ displayPattern: string;
5
+ onChange: (...args: any[])=>any;
6
+ }
7
+
8
+ declare const InputWithDisplayFormat: React.FC<InputWithDisplayFormatProps>;
9
+
10
+ export default InputWithDisplayFormat;
11
+
@@ -0,0 +1 @@
1
+ export { default } from "./InputWithDisplayFormat";
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from 'react';
2
+ import { CommonProps } from '../common';
3
+ type Props = CommonProps & {
4
+ dos?: ReactNode[];
5
+ donts?: ReactNode[];
6
+ };
7
+ declare const InstructionsList: (props: Props) => JSX.Element;
8
+ export default InstructionsList;
@@ -0,0 +1,2 @@
1
+ export default InstructionsList;
2
+ import InstructionsList from "./InstructionsList";