@transferwise/components 43.12.6-beta-.16 → 43.12.7
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.
- package/build/es/no-polyfill/accordion/Accordion.js +1 -0
- package/build/es/no-polyfill/accordion/AccordionItem/AccordionItem.js +1 -0
- package/build/es/no-polyfill/accordion/AccordionItem/index.js +1 -0
- package/build/es/no-polyfill/accordion/index.js +1 -0
- package/build/es/no-polyfill/actionButton/ActionButton.js +1 -0
- package/build/es/no-polyfill/actionButton/ActionButton.spec.js +1 -0
- package/build/es/no-polyfill/actionButton/ActionButton.story.js +1 -0
- package/build/es/no-polyfill/actionButton/index.js +1 -0
- package/build/es/no-polyfill/actionOption/ActionOption.js +1 -0
- package/build/es/no-polyfill/actionOption/ActionOption.story.js +1 -0
- package/build/es/no-polyfill/actionOption/index.js +1 -0
- package/build/es/no-polyfill/alert/Alert.js +1 -0
- package/build/es/no-polyfill/alert/index.js +1 -0
- package/build/es/no-polyfill/alert/inlineMarkdown/InlineMarkdown.js +1 -0
- package/build/es/no-polyfill/alert/inlineMarkdown/index.js +1 -0
- package/build/es/no-polyfill/alert/withArrow/alertArrowPositions.js +2 -0
- package/build/es/no-polyfill/alert/withArrow/index.js +1 -0
- package/build/es/no-polyfill/alert/withArrow/withArrow.js +1 -0
- package/build/es/no-polyfill/avatar/Avatar.js +1 -0
- package/build/es/no-polyfill/avatar/avatarTypes.js +2 -0
- package/build/es/no-polyfill/avatar/index.js +1 -0
- package/build/es/no-polyfill/avatarWrapper/AvatarWrapper.js +1 -0
- package/build/es/no-polyfill/avatarWrapper/index.js +1 -0
- package/build/es/no-polyfill/badge/Badge.js +1 -0
- package/build/es/no-polyfill/badge/index.js +1 -0
- package/build/es/no-polyfill/body/Body.js +1 -0
- package/build/es/no-polyfill/body/Body.spec.js +1 -0
- package/build/es/no-polyfill/body/Body.story.js +1 -0
- package/build/es/no-polyfill/body/index.js +1 -0
- package/build/es/no-polyfill/button/Button.js +7 -0
- package/build/es/no-polyfill/button/classMap.js +1 -0
- package/build/es/no-polyfill/button/index.js +1 -0
- package/build/es/no-polyfill/button/legacyUtils/index.js +1 -0
- package/build/es/no-polyfill/button/legacyUtils/legacyUtils.js +4 -0
- package/build/es/no-polyfill/card/Card.js +1 -0
- package/build/es/no-polyfill/card/index.js +1 -0
- package/build/es/no-polyfill/checkbox/Checkbox.js +1 -0
- package/build/es/no-polyfill/checkbox/index.js +1 -0
- package/build/es/no-polyfill/checkboxButton/CheckboxButton.js +1 -0
- package/build/es/no-polyfill/checkboxButton/CheckboxButton.spec.js +1 -0
- package/build/es/no-polyfill/checkboxButton/CheckboxButton.story.js +1 -0
- package/build/es/no-polyfill/checkboxButton/index.js +1 -0
- package/build/es/no-polyfill/checkboxOption/CheckboxOption.js +1 -0
- package/build/es/no-polyfill/checkboxOption/CheckboxOption.spec.js +1 -0
- package/build/es/no-polyfill/checkboxOption/CheckboxOption.story.js +1 -0
- package/build/es/no-polyfill/checkboxOption/index.js +1 -0
- package/build/es/no-polyfill/chevron/Chevron.js +1 -0
- package/build/es/no-polyfill/chevron/index.js +1 -0
- package/build/es/no-polyfill/chips/Chip.js +1 -0
- package/build/es/no-polyfill/chips/Chips.js +1 -0
- package/build/es/no-polyfill/chips/Chips.messages.js +1 -0
- package/build/es/no-polyfill/chips/Chips.spec.js +1 -0
- package/build/es/no-polyfill/chips/Chips.story.js +1 -0
- package/build/es/no-polyfill/chips/index.js +1 -0
- package/build/es/no-polyfill/circularButton/CircularButton.js +1 -0
- package/build/es/no-polyfill/circularButton/index.js +1 -0
- package/build/es/no-polyfill/common/DOMOperations/DOMOperations.js +9 -0
- package/build/es/no-polyfill/common/DOMOperations/index.js +1 -0
- package/build/es/no-polyfill/common/Option/Option.js +1 -0
- package/build/es/no-polyfill/common/Option/index.js +1 -0
- package/build/es/no-polyfill/common/RadioButton/RadioButton.js +1 -0
- package/build/es/no-polyfill/common/RadioButton/index.js +1 -0
- package/build/es/no-polyfill/common/bottomSheet/BottomSheet.js +10 -0
- package/build/es/no-polyfill/common/bottomSheet/BottomSheet.spec.js +1 -0
- package/build/es/no-polyfill/common/bottomSheet/index.js +1 -0
- package/build/es/no-polyfill/common/closeButton/CloseButton.js +1 -0
- package/build/es/no-polyfill/common/closeButton/CloseButton.messages.js +1 -0
- package/build/es/no-polyfill/common/closeButton/index.js +1 -0
- package/build/es/no-polyfill/common/commonProps.js +0 -0
- package/build/es/no-polyfill/common/dateUtils/getDayNames/getDayNames.js +2 -0
- package/build/es/no-polyfill/common/dateUtils/getDayNames/index.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/getMonthNames/getMonthNames.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/getMonthNames/index.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/index.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/isDateValid/index.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/isDateValid/isDateValid.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/isMonthAndYearFormat/index.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/isMonthAndYearFormat/isMonthAndYearFormat.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/isWithinRange/index.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/isWithinRange/isWithinRange.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/moveToWithinRange/index.js +1 -0
- package/build/es/no-polyfill/common/dateUtils/moveToWithinRange/moveToWithinRange.js +2 -0
- package/build/es/no-polyfill/common/deviceDetection/deviceDetection.js +1 -0
- package/build/es/no-polyfill/common/deviceDetection/index.js +1 -0
- package/build/es/no-polyfill/common/direction.js +1 -0
- package/build/es/no-polyfill/common/domHelpers/documentIosClick.js +5 -0
- package/build/es/no-polyfill/common/domHelpers/index.js +1 -0
- package/build/es/no-polyfill/common/fakeEvents.js +1 -0
- package/build/es/no-polyfill/common/fileType.js +1 -0
- package/build/es/no-polyfill/common/flowHeader/FlowHeader.js +1 -0
- package/build/es/no-polyfill/common/flowHeader/index.js +1 -0
- package/build/es/no-polyfill/common/focusBoundary/FocusBoundary.js +1 -0
- package/build/es/no-polyfill/common/focusBoundary/index.js +1 -0
- package/build/es/no-polyfill/common/focusBoundary/utils/getFocusableElements.js +6 -0
- package/build/es/no-polyfill/common/focusBoundary/utils/index.js +1 -0
- package/build/es/no-polyfill/common/focusBoundary/utils/resetFocus.js +6 -0
- package/build/es/no-polyfill/common/historyNavigator/historyNavigator.js +1 -0
- package/build/es/no-polyfill/common/historyNavigator/index.js +1 -0
- package/build/es/no-polyfill/common/hooks/index.js +1 -0
- package/build/es/no-polyfill/common/hooks/useClientWidth/index.js +1 -0
- package/build/es/no-polyfill/common/hooks/useClientWidth/useClientWidth.js +5 -0
- package/build/es/no-polyfill/common/hooks/useConditionalListener/index.js +1 -0
- package/build/es/no-polyfill/common/hooks/useConditionalListener/useConditionalListener.js +3 -0
- package/build/es/no-polyfill/common/hooks/useDirection/index.js +1 -0
- package/build/es/no-polyfill/common/hooks/useDirection/useDirection.js +1 -0
- package/build/es/no-polyfill/common/hooks/useHasIntersected/index.js +1 -0
- package/build/es/no-polyfill/common/hooks/useHasIntersected/useHasIntersected.js +11 -0
- package/build/es/no-polyfill/common/hooks/useLayout/index.js +1 -0
- package/build/es/no-polyfill/common/hooks/useLayout/useLayout.js +1 -0
- package/build/es/no-polyfill/common/index.js +2 -0
- package/build/es/no-polyfill/common/key.js +1 -0
- package/build/es/no-polyfill/common/keyCodes.js +5 -0
- package/build/es/no-polyfill/common/locale/index.js +37 -0
- package/build/es/no-polyfill/common/panel/Panel.js +10 -0
- package/build/es/no-polyfill/common/panel/index.js +1 -0
- package/build/es/no-polyfill/common/propsValues/breakpoint.js +1 -0
- package/build/es/no-polyfill/common/propsValues/control.js +1 -0
- package/build/es/no-polyfill/common/propsValues/dateMode.js +1 -0
- package/build/es/no-polyfill/common/propsValues/layouts.js +1 -0
- package/build/es/no-polyfill/common/propsValues/markdownNodeType.js +1 -0
- package/build/es/no-polyfill/common/propsValues/monthFormat.js +1 -0
- package/build/es/no-polyfill/common/propsValues/position.js +1 -0
- package/build/es/no-polyfill/common/propsValues/profileType.js +1 -0
- package/build/es/no-polyfill/common/propsValues/scroll.js +1 -0
- package/build/es/no-polyfill/common/propsValues/sentiment.js +1 -0
- package/build/es/no-polyfill/common/propsValues/size.js +1 -0
- package/build/es/no-polyfill/common/propsValues/status.js +1 -0
- package/build/es/no-polyfill/common/propsValues/type.js +3 -0
- package/build/es/no-polyfill/common/propsValues/typography.js +1 -0
- package/build/es/no-polyfill/common/propsValues/variant.js +1 -0
- package/build/es/no-polyfill/common/propsValues/width.js +1 -0
- package/build/es/no-polyfill/common/requirements.js +3 -0
- package/build/es/no-polyfill/common/responsivePanel/ResponsivePanel.js +1 -0
- package/build/es/no-polyfill/common/responsivePanel/index.js +1 -0
- package/build/es/no-polyfill/common/textFormat/formatWithPattern/formatWithPattern.js +2 -0
- package/build/es/no-polyfill/common/textFormat/formatWithPattern/index.js +1 -0
- package/build/es/no-polyfill/common/textFormat/getCountOfSymbolsInSelection/getCountOfSymbolsInSelection.js +1 -0
- package/build/es/no-polyfill/common/textFormat/getCountOfSymbolsInSelection/index.js +1 -0
- package/build/es/no-polyfill/common/textFormat/getCursorPositionAfterKeystroke/getCursorPositionAfterKeystroke.js +1 -0
- package/build/es/no-polyfill/common/textFormat/getCursorPositionAfterKeystroke/index.js +1 -0
- package/build/es/no-polyfill/common/textFormat/getDistanceToSymbol/getDistanceToSymbol.js +2 -0
- package/build/es/no-polyfill/common/textFormat/getDistanceToSymbol/index.js +1 -0
- package/build/es/no-polyfill/common/textFormat/getSymbolsInPatternWithPosition/getSymbolsInPatternWithPosition.js +1 -0
- package/build/es/no-polyfill/common/textFormat/getSymbolsInPatternWithPosition/index.js +1 -0
- package/build/es/no-polyfill/common/textFormat/index.js +1 -0
- package/build/es/no-polyfill/common/textFormat/unformatWithPattern/index.js +1 -0
- package/build/es/no-polyfill/common/textFormat/unformatWithPattern/unformatWithPattern.js +1 -0
- package/build/es/no-polyfill/common/theme.js +1 -0
- package/build/es/no-polyfill/criticalBanner/CriticalCommsBanner.js +1 -0
- package/build/es/no-polyfill/criticalBanner/CriticalCommsBanner.story.js +1 -0
- package/build/es/no-polyfill/criticalBanner/index.js +1 -0
- package/build/es/no-polyfill/dateInput/DateInput.js +4 -0
- package/build/es/no-polyfill/dateInput/DateInput.messages.js +1 -0
- package/build/es/no-polyfill/dateInput/index.js +1 -0
- package/build/es/no-polyfill/dateInput/utils/convertToLocalMidnight/convertToLocalMidnight.js +2 -0
- package/build/es/no-polyfill/dateInput/utils/convertToLocalMidnight/index.js +1 -0
- package/build/es/no-polyfill/dateInput/utils/explodeDate/explodeDate.js +1 -0
- package/build/es/no-polyfill/dateInput/utils/explodeDate/index.js +1 -0
- package/build/es/no-polyfill/dateInput/utils/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/DateLookup.js +3 -0
- package/build/es/no-polyfill/dateLookup/dateHeader/DateHeader.js +1 -0
- package/build/es/no-polyfill/dateLookup/dateHeader/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -0
- package/build/es/no-polyfill/dateLookup/dateTrigger/DateTrigger.messages.js +1 -0
- package/build/es/no-polyfill/dateLookup/dateTrigger/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -0
- package/build/es/no-polyfill/dateLookup/dayCalendar/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/dayCalendar/table/DayCalendarTable.js +4 -0
- package/build/es/no-polyfill/dateLookup/dayCalendar/table/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/getStartOfDay/getStartOfDay.js +5 -0
- package/build/es/no-polyfill/dateLookup/getStartOfDay/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -0
- package/build/es/no-polyfill/dateLookup/monthCalendar/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/monthCalendar/table/MonthCalendarTable.js +1 -0
- package/build/es/no-polyfill/dateLookup/monthCalendar/table/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/tableLink/TableLink.js +2 -0
- package/build/es/no-polyfill/dateLookup/tableLink/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -0
- package/build/es/no-polyfill/dateLookup/yearCalendar/index.js +1 -0
- package/build/es/no-polyfill/dateLookup/yearCalendar/table/YearCalendarTable.js +1 -0
- package/build/es/no-polyfill/dateLookup/yearCalendar/table/index.js +1 -0
- package/build/es/no-polyfill/decision/Decision.js +5 -0
- package/build/es/no-polyfill/decision/decisionEnums.js +3 -0
- package/build/es/no-polyfill/decision/index.js +1 -0
- package/build/es/no-polyfill/definitionList/DefinitionList.js +1 -0
- package/build/es/no-polyfill/definitionList/index.js +1 -0
- package/build/es/no-polyfill/dimmer/Dimmer.js +6 -0
- package/build/es/no-polyfill/dimmer/Dimmer.story.js +1 -0
- package/build/es/no-polyfill/dimmer/dimmerManager/DimmerManager.js +5 -0
- package/build/es/no-polyfill/dimmer/dimmerManager/index.js +1 -0
- package/build/es/no-polyfill/dimmer/index.js +1 -0
- package/build/es/no-polyfill/display/Display.js +1 -0
- package/build/es/no-polyfill/display/Display.story.js +1 -0
- package/build/es/no-polyfill/display/index.js +1 -0
- package/build/es/no-polyfill/drawer/Drawer.js +1 -0
- package/build/es/no-polyfill/drawer/index.js +1 -0
- package/build/es/no-polyfill/dropFade/DropFade.js +3 -0
- package/build/es/no-polyfill/dropFade/DropFade.story.js +1 -0
- package/build/es/no-polyfill/dropFade/index.js +1 -0
- package/build/es/no-polyfill/dynamicFieldDefinitionList/DynamicFieldDefinitionList.js +1 -0
- package/build/es/no-polyfill/dynamicFieldDefinitionList/FormattedValue/FormattedValue.js +8 -0
- package/build/es/no-polyfill/dynamicFieldDefinitionList/FormattedValue/index.js +1 -0
- package/build/es/no-polyfill/dynamicFieldDefinitionList/index.js +1 -0
- package/build/es/no-polyfill/dynamicFieldDefinitionList/utils/createDefinitions.js +2 -0
- package/build/es/no-polyfill/dynamicFieldDefinitionList/utils/text-format.js +1 -0
- package/build/es/no-polyfill/emphasis/Emphasis.js +2 -0
- package/build/es/no-polyfill/emphasis/EmphasisHtmlTransformer.js +7 -0
- package/build/es/no-polyfill/emphasis/index.js +1 -0
- package/build/es/no-polyfill/flowNavigation/FlowNavigation.js +2 -0
- package/build/es/no-polyfill/flowNavigation/animatedLabel/AnimatedLabel.js +1 -0
- package/build/es/no-polyfill/flowNavigation/animatedLabel/index.js +1 -0
- package/build/es/no-polyfill/flowNavigation/backButton/BackButton.js +1 -0
- package/build/es/no-polyfill/flowNavigation/backButton/index.js +1 -0
- package/build/es/no-polyfill/flowNavigation/index.js +1 -0
- package/build/es/no-polyfill/header/Header.js +5 -0
- package/build/es/no-polyfill/header/Header.spec.js +1 -0
- package/build/es/no-polyfill/header/Header.story.js +2 -0
- package/build/es/no-polyfill/header/index.js +1 -0
- package/build/es/no-polyfill/i18n/cs.json +44 -0
- package/build/es/no-polyfill/i18n/de.json +44 -0
- package/build/es/no-polyfill/i18n/en.json +44 -0
- package/build/es/no-polyfill/i18n/es.json +44 -0
- package/build/es/no-polyfill/i18n/fr.json +44 -0
- package/build/es/no-polyfill/i18n/hu.json +44 -0
- package/build/es/no-polyfill/i18n/id.json +44 -0
- package/build/es/no-polyfill/i18n/index.js +1 -0
- package/build/es/no-polyfill/i18n/it.json +44 -0
- package/build/es/no-polyfill/i18n/ja.json +44 -0
- package/build/es/no-polyfill/i18n/pl.json +44 -0
- package/build/es/no-polyfill/i18n/pt.json +44 -0
- package/build/es/no-polyfill/i18n/ro.json +44 -0
- package/build/es/no-polyfill/i18n/ru.json +44 -0
- package/build/es/no-polyfill/i18n/th.json +44 -0
- package/build/es/no-polyfill/i18n/tr.json +44 -0
- package/build/es/no-polyfill/i18n/uk.json +44 -0
- package/build/es/no-polyfill/i18n/zh-CN.json +44 -0
- package/build/es/no-polyfill/i18n/zh.json +44 -0
- package/build/es/no-polyfill/image/Image.js +12 -0
- package/build/es/no-polyfill/image/index.js +1 -0
- package/build/es/no-polyfill/index.js +13 -0
- package/build/es/no-polyfill/info/Info.js +1 -0
- package/build/es/no-polyfill/info/index.js +1 -0
- package/build/es/no-polyfill/info/infoPresentations.js +2 -0
- package/build/es/no-polyfill/inlineAlert/InlineAlert.js +1 -0
- package/build/es/no-polyfill/inlineAlert/index.js +1 -0
- package/build/es/no-polyfill/inputWithDisplayFormat/InputWithDisplayFormat.js +1 -0
- package/build/es/no-polyfill/inputWithDisplayFormat/index.js +1 -0
- package/build/es/no-polyfill/instructionsList/InstructionsList.js +3 -0
- package/build/es/no-polyfill/instructionsList/index.js +1 -0
- package/build/es/no-polyfill/lab/index.js +1 -0
- package/build/es/no-polyfill/lab/mobileNav/MobileNav.js +9 -0
- package/build/es/no-polyfill/lab/mobileNav/index.js +1 -0
- package/build/es/no-polyfill/lab/mobileNav/utils/index.js +1 -0
- package/build/es/no-polyfill/lab/mobileNav/utils/isIpadOsSafari/index.js +1 -0
- package/build/es/no-polyfill/lab/mobileNav/utils/isIpadOsSafari/isIpadOsSafari.js +1 -0
- package/build/es/no-polyfill/lab/mobileNav/utils/isMobileSafari/index.js +1 -0
- package/build/es/no-polyfill/lab/mobileNav/utils/isMobileSafari/isMobileSafari.js +1 -0
- package/build/es/no-polyfill/lab/pagination/Pagination.js +1 -0
- package/build/es/no-polyfill/lab/pagination/Pagination.messages.js +1 -0
- package/build/es/no-polyfill/lab/pagination/index.js +1 -0
- package/build/es/no-polyfill/lab/pagination/paginationLink/PaginationLink.js +1 -0
- package/build/es/no-polyfill/lab/pagination/paginationLink/PaginationLink.messages.js +1 -0
- package/build/es/no-polyfill/lab/pagination/paginationLink/index.js +1 -0
- package/build/es/no-polyfill/link/Link.js +5 -0
- package/build/es/no-polyfill/link/Link.spec.js +1 -0
- package/build/es/no-polyfill/link/Link.story.js +1 -0
- package/build/es/no-polyfill/link/index.js +1 -0
- package/build/es/no-polyfill/loader/Loader.js +11 -0
- package/build/es/no-polyfill/loader/index.js +1 -0
- package/build/es/no-polyfill/logo/Logo.js +1 -0
- package/build/es/no-polyfill/logo/index.js +1 -0
- package/build/es/no-polyfill/logo/logoTypes.js +2 -0
- package/build/es/no-polyfill/logo/svg/flag-inverse.svg +1 -0
- package/build/es/no-polyfill/logo/svg/flag.svg +1 -0
- package/build/es/no-polyfill/logo/svg/logo-business-inverse.svg +1 -0
- package/build/es/no-polyfill/logo/svg/logo-business.svg +1 -0
- package/build/es/no-polyfill/logo/svg/logo-inverse.svg +1 -0
- package/build/es/no-polyfill/logo/svg/logo.svg +1 -0
- package/build/es/no-polyfill/markdown/Markdown.js +1 -0
- package/build/es/no-polyfill/markdown/index.js +1 -0
- package/build/es/no-polyfill/modal/Modal.js +1 -0
- package/build/es/no-polyfill/modal/Modal.story.js +1 -0
- package/build/es/no-polyfill/modal/index.js +1 -0
- package/build/es/no-polyfill/money/Money.js +1 -0
- package/build/es/no-polyfill/money/index.js +1 -0
- package/build/es/no-polyfill/moneyInput/MoneyInput.js +5 -0
- package/build/es/no-polyfill/moneyInput/MoneyInput.messages.js +1 -0
- package/build/es/no-polyfill/moneyInput/currencyFormatting.js +4 -0
- package/build/es/no-polyfill/moneyInput/index.js +1 -0
- package/build/es/no-polyfill/navigationOption/NavigationOption.js +1 -0
- package/build/es/no-polyfill/navigationOption/index.js +1 -0
- package/build/es/no-polyfill/navigationOptionsList/NavigationOptionsList.js +1 -0
- package/build/es/no-polyfill/navigationOptionsList/index.js +1 -0
- package/build/es/no-polyfill/nudge/Nudge.js +1 -0
- package/build/es/no-polyfill/nudge/index.js +1 -0
- package/build/es/no-polyfill/overlayHeader/OverlayHeader.js +1 -0
- package/build/es/no-polyfill/overlayHeader/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/PhoneNumberInput.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/data/countries.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/cleanNumber/cleanNumber.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/cleanNumber/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/explodeNumberModel/index.js +7 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/filterOptionsForQuery/index.js +7 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/findCountryByCode/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/findCountryByPrefix/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/groupCountriesByPrefix/groupCountriesByPrefix.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/groupCountriesByPrefix/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/isOptionAndFitsQuery.js +7 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/isStringNumeric/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/isStringNumeric/isStringNumeric.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/isValidPhoneNumber/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/isValidPhoneNumber/isValidPhoneNumber.js +6 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/longestMatchingPrefix/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/setDefaultPrefix/index.js +11 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/sortArrayByProperty/index.js +1 -0
- package/build/es/no-polyfill/phoneNumberInput/utils/sortArrayByProperty/sortArrayByProperty.js +2 -0
- package/build/es/no-polyfill/popover/Popover.js +4 -0
- package/build/es/no-polyfill/popover/index.js +1 -0
- package/build/es/no-polyfill/processIndicator/ProcessIndicator.js +12 -0
- package/build/es/no-polyfill/processIndicator/index.js +1 -0
- package/build/es/no-polyfill/progress/Progress.js +1 -0
- package/build/es/no-polyfill/progress/index.js +1 -0
- package/build/es/no-polyfill/progressBar/ProgressBar.js +1 -0
- package/build/es/no-polyfill/progressBar/index.js +1 -0
- package/build/es/no-polyfill/provider/Provider.js +1 -0
- package/build/es/no-polyfill/provider/Provider.spec.js +2 -0
- package/build/es/no-polyfill/provider/Provider.story.js +1 -0
- package/build/es/no-polyfill/provider/direction/DirectionProvider.js +1 -0
- package/build/es/no-polyfill/provider/direction/DirectionProvider.spec.js +1 -0
- package/build/es/no-polyfill/provider/direction/index.js +1 -0
- package/build/es/no-polyfill/provider/index.js +1 -0
- package/build/es/no-polyfill/provider/language/LanguageProvider.js +1 -0
- package/build/es/no-polyfill/provider/language/LanguageProvider.spec.js +1 -0
- package/build/es/no-polyfill/provider/language/index.js +1 -0
- package/build/es/no-polyfill/radio/Radio.js +1 -0
- package/build/es/no-polyfill/radio/index.js +1 -0
- package/build/es/no-polyfill/radioGroup/RadioGroup.js +2 -0
- package/build/es/no-polyfill/radioGroup/index.js +1 -0
- package/build/es/no-polyfill/radioOption/RadioOption.js +1 -0
- package/build/es/no-polyfill/radioOption/index.js +1 -0
- package/build/es/no-polyfill/section/Section.js +5 -0
- package/build/es/no-polyfill/section/Section.spec.js +1 -0
- package/build/es/no-polyfill/section/Section.story.js +1 -0
- package/build/es/no-polyfill/section/index.js +1 -0
- package/build/es/no-polyfill/select/Select.js +16 -0
- package/build/es/no-polyfill/select/Select.messages.js +1 -0
- package/build/es/no-polyfill/select/index.js +1 -0
- package/build/es/no-polyfill/select/option/Option.js +2 -0
- package/build/es/no-polyfill/select/option/index.js +1 -0
- package/build/es/no-polyfill/select/searchBox/SearchBox.js +1 -0
- package/build/es/no-polyfill/select/searchBox/index.js +1 -0
- package/build/es/no-polyfill/sizeSwapper/SizeSwapper.js +5 -0
- package/build/es/no-polyfill/sizeSwapper/index.js +1 -0
- package/build/es/no-polyfill/slidingPanel/SlidingPanel.js +2 -0
- package/build/es/no-polyfill/slidingPanel/index.js +1 -0
- package/build/es/no-polyfill/snackbar/Snackbar.js +1 -0
- package/build/es/no-polyfill/snackbar/SnackbarContext.js +1 -0
- package/build/es/no-polyfill/snackbar/SnackbarProvider.js +1 -0
- package/build/es/no-polyfill/snackbar/index.js +1 -0
- package/build/es/no-polyfill/snackbar/useSnackbar.js +1 -0
- package/build/es/no-polyfill/statusIcon/StatusIcon.js +1 -0
- package/build/es/no-polyfill/statusIcon/index.js +1 -0
- package/build/es/no-polyfill/stepper/Stepper.js +1 -0
- package/build/es/no-polyfill/stepper/deviceDetection.js +4 -0
- package/build/es/no-polyfill/stepper/index.js +1 -0
- package/build/es/no-polyfill/sticky/Sticky.js +1 -0
- package/build/es/no-polyfill/sticky/index.js +1 -0
- package/build/es/no-polyfill/summary/Summary.js +1 -0
- package/build/es/no-polyfill/summary/Summary.messages.js +1 -0
- package/build/es/no-polyfill/summary/index.js +1 -0
- package/build/es/no-polyfill/switch/Switch.js +1 -0
- package/build/es/no-polyfill/switch/Switch.story.js +1 -0
- package/build/es/no-polyfill/switch/index.js +1 -0
- package/build/es/no-polyfill/switchOption/SwitchOption.js +1 -0
- package/build/es/no-polyfill/switchOption/SwitchOption.story.js +1 -0
- package/build/es/no-polyfill/switchOption/index.js +1 -0
- package/build/es/no-polyfill/tabs/Tab.js +1 -0
- package/build/es/no-polyfill/tabs/TabList.js +1 -0
- package/build/es/no-polyfill/tabs/TabPanel.js +1 -0
- package/build/es/no-polyfill/tabs/Tabs.js +1 -0
- package/build/es/no-polyfill/tabs/index.js +1 -0
- package/build/es/no-polyfill/tabs/utils.js +5 -0
- package/build/es/no-polyfill/textareaWithDisplayFormat/TextareaWithDisplayFormat.js +1 -0
- package/build/es/no-polyfill/textareaWithDisplayFormat/index.js +1 -0
- package/build/es/no-polyfill/tile/Tile.js +1 -0
- package/build/es/no-polyfill/tile/index.js +1 -0
- package/build/es/no-polyfill/title/Title.js +1 -0
- package/build/es/no-polyfill/title/Title.spec.js +1 -0
- package/build/es/no-polyfill/title/Title.story.js +1 -0
- package/build/es/no-polyfill/title/index.js +1 -0
- package/build/es/no-polyfill/tooltip/Tooltip.js +8 -0
- package/build/es/no-polyfill/tooltip/Tooltip.spec.js +1 -0
- package/build/es/no-polyfill/tooltip/Tooltip.story.js +1 -0
- package/build/es/no-polyfill/tooltip/index.js +1 -0
- package/build/es/no-polyfill/typeahead/Typeahead.js +1 -0
- package/build/es/no-polyfill/typeahead/index.js +1 -0
- package/build/es/no-polyfill/typeahead/typeaheadInput/TypeaheadInput.js +1 -0
- package/build/es/no-polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -0
- package/build/es/no-polyfill/typeahead/util/highlight.js +1 -0
- package/build/es/no-polyfill/upload/Upload.js +12 -0
- package/build/es/no-polyfill/upload/Upload.messages.js +1 -0
- package/build/es/no-polyfill/upload/index.js +1 -0
- package/build/es/no-polyfill/upload/steps/completeStep/completeStep.js +1 -0
- package/build/es/no-polyfill/upload/steps/completeStep/index.js +1 -0
- package/build/es/no-polyfill/upload/steps/index.js +1 -0
- package/build/es/no-polyfill/upload/steps/mediaUploadStep/index.js +1 -0
- package/build/es/no-polyfill/upload/steps/mediaUploadStep/mediaUploadStep.js +1 -0
- package/build/es/no-polyfill/upload/steps/processingStep/index.js +1 -0
- package/build/es/no-polyfill/upload/steps/processingStep/processingStep.js +1 -0
- package/build/es/no-polyfill/upload/steps/uploadImageStep/index.js +1 -0
- package/build/es/no-polyfill/upload/steps/uploadImageStep/uploadImageStep.js +1 -0
- package/build/es/no-polyfill/upload/uploadSteps.js +2 -0
- package/build/es/no-polyfill/upload/utils/asyncFileRead/asyncFileRead.js +1 -0
- package/build/es/no-polyfill/upload/utils/asyncFileRead/index.js +1 -0
- package/build/es/no-polyfill/upload/utils/getFileType/getFileType.js +1 -0
- package/build/es/no-polyfill/upload/utils/getFileType/index.js +1 -0
- package/build/es/no-polyfill/upload/utils/getSupportedSpotMimeTypes/getSupportedSpotMimeTypes.js +2 -0
- package/build/es/no-polyfill/upload/utils/getSupportedSpotMimeTypes/index.js +1 -0
- package/build/es/no-polyfill/upload/utils/index.js +1 -0
- package/build/es/no-polyfill/upload/utils/isSizeValid/index.js +1 -0
- package/build/es/no-polyfill/upload/utils/isSizeValid/isSizeValid.js +1 -0
- package/build/es/no-polyfill/upload/utils/isTypeValid/index.js +1 -0
- package/build/es/no-polyfill/upload/utils/isTypeValid/isTypeValid.js +1 -0
- package/build/es/no-polyfill/upload/utils/postData/index.js +1 -0
- package/build/es/no-polyfill/upload/utils/postData/postData.js +1 -0
- package/build/es/no-polyfill/upload/utils/requestMedia/index.js +1 -0
- package/build/es/no-polyfill/upload/utils/requestMedia/requestMedia.js +1 -0
- package/build/es/no-polyfill/uploadInput/UploadInput.js +8 -0
- package/build/es/no-polyfill/uploadInput/UploadInput.messages.js +1 -0
- package/build/es/no-polyfill/uploadInput/UploadInput.spec.js +1 -0
- package/build/es/no-polyfill/uploadInput/UploadInput.story.js +1 -0
- package/build/es/no-polyfill/uploadInput/index.js +1 -0
- package/build/es/no-polyfill/uploadInput/types.js +1 -0
- package/build/es/no-polyfill/uploadInput/uploadButton/UploadButton.js +1 -0
- package/build/es/no-polyfill/uploadInput/uploadButton/UploadButton.messages.js +1 -0
- package/build/es/no-polyfill/uploadInput/uploadButton/UploadButton.spec.js +3 -0
- package/build/es/no-polyfill/uploadInput/uploadButton/defaults.js +1 -0
- package/build/es/no-polyfill/uploadInput/uploadButton/getAllowedFileTypes.js +3 -0
- package/build/es/no-polyfill/uploadInput/uploadButton/getAllowedFileTypes.spec.js +1 -0
- package/build/es/no-polyfill/uploadInput/uploadItem/UploadItem.js +2 -0
- package/build/es/no-polyfill/uploadInput/uploadItem/UploadItem.messages.js +1 -0
- package/build/es/no-polyfill/uploadInput/uploadItem/UploadItem.spec.js +1 -0
- package/build/es/no-polyfill/uploadInput/uploadItem/UploadItemBody.js +1 -0
- package/build/es/no-polyfill/utilities/deprecatedProperty/deprecatedProperty.js +1 -0
- package/build/es/no-polyfill/utilities/deprecatedProperty/index.js +1 -0
- package/build/es/no-polyfill/utilities/index.js +1 -0
- package/build/es/no-polyfill/utilities/logActionRequired.js +1 -0
- package/build/es/no-polyfill/withDisplayFormat/WithDisplayFormat.js +8 -0
- package/build/es/no-polyfill/withDisplayFormat/index.js +1 -0
- package/build/es/no-polyfill/withNextPortal/withNextPortal.js +1 -0
- package/build/es/no-polyfill/withNormaliser/WithNormalizer.js +7 -0
- package/build/es/no-polyfill/withNormaliser/index.js +1 -0
- package/build/es/no-polyfill/withNormaliser/validation/event-utilities/index.js +1 -0
- package/build/es/polyfill/accordion/Accordion.js +1 -0
- package/build/es/polyfill/accordion/AccordionItem/AccordionItem.js +1 -0
- package/build/es/polyfill/accordion/AccordionItem/index.js +1 -0
- package/build/es/polyfill/accordion/index.js +1 -0
- package/build/es/polyfill/actionButton/ActionButton.js +1 -0
- package/build/es/polyfill/actionButton/ActionButton.spec.js +1 -0
- package/build/es/polyfill/actionButton/ActionButton.story.js +1 -0
- package/build/es/polyfill/actionButton/index.js +1 -0
- package/build/es/polyfill/actionOption/ActionOption.js +1 -0
- package/build/es/polyfill/actionOption/ActionOption.story.js +1 -0
- package/build/es/polyfill/actionOption/index.js +1 -0
- package/build/es/polyfill/alert/Alert.js +1 -0
- package/build/es/polyfill/alert/index.js +1 -0
- package/build/es/polyfill/alert/inlineMarkdown/InlineMarkdown.js +1 -0
- package/build/es/polyfill/alert/inlineMarkdown/index.js +1 -0
- package/build/es/polyfill/alert/withArrow/alertArrowPositions.js +2 -0
- package/build/es/polyfill/alert/withArrow/index.js +1 -0
- package/build/es/polyfill/alert/withArrow/withArrow.js +1 -0
- package/build/es/polyfill/avatar/Avatar.js +1 -0
- package/build/es/polyfill/avatar/avatarTypes.js +2 -0
- package/build/es/polyfill/avatar/index.js +1 -0
- package/build/es/polyfill/avatarWrapper/AvatarWrapper.js +1 -0
- package/build/es/polyfill/avatarWrapper/index.js +1 -0
- package/build/es/polyfill/badge/Badge.js +1 -0
- package/build/es/polyfill/badge/index.js +1 -0
- package/build/es/polyfill/body/Body.js +1 -0
- package/build/es/polyfill/body/Body.spec.js +1 -0
- package/build/es/polyfill/body/Body.story.js +1 -0
- package/build/es/polyfill/body/index.js +1 -0
- package/build/es/polyfill/button/Button.js +7 -0
- package/build/es/polyfill/button/classMap.js +1 -0
- package/build/es/polyfill/button/index.js +1 -0
- package/build/es/polyfill/button/legacyUtils/index.js +1 -0
- package/build/es/polyfill/button/legacyUtils/legacyUtils.js +4 -0
- package/build/es/polyfill/card/Card.js +1 -0
- package/build/es/polyfill/card/index.js +1 -0
- package/build/es/polyfill/checkbox/Checkbox.js +1 -0
- package/build/es/polyfill/checkbox/index.js +1 -0
- package/build/es/polyfill/checkboxButton/CheckboxButton.js +1 -0
- package/build/es/polyfill/checkboxButton/CheckboxButton.spec.js +1 -0
- package/build/es/polyfill/checkboxButton/CheckboxButton.story.js +1 -0
- package/build/es/polyfill/checkboxButton/index.js +1 -0
- package/build/es/polyfill/checkboxOption/CheckboxOption.js +1 -0
- package/build/es/polyfill/checkboxOption/CheckboxOption.spec.js +1 -0
- package/build/es/polyfill/checkboxOption/CheckboxOption.story.js +1 -0
- package/build/es/polyfill/checkboxOption/index.js +1 -0
- package/build/es/polyfill/chevron/Chevron.js +1 -0
- package/build/es/polyfill/chevron/index.js +1 -0
- package/build/es/polyfill/chips/Chip.js +1 -0
- package/build/es/polyfill/chips/Chips.js +1 -0
- package/build/es/polyfill/chips/Chips.messages.js +1 -0
- package/build/es/polyfill/chips/Chips.spec.js +1 -0
- package/build/es/polyfill/chips/Chips.story.js +1 -0
- package/build/es/polyfill/chips/index.js +1 -0
- package/build/es/polyfill/circularButton/CircularButton.js +1 -0
- package/build/es/polyfill/circularButton/index.js +1 -0
- package/build/es/polyfill/common/DOMOperations/DOMOperations.js +9 -0
- package/build/es/polyfill/common/DOMOperations/index.js +1 -0
- package/build/es/polyfill/common/Option/Option.js +1 -0
- package/build/es/polyfill/common/Option/index.js +1 -0
- package/build/es/polyfill/common/RadioButton/RadioButton.js +1 -0
- package/build/es/polyfill/common/RadioButton/index.js +1 -0
- package/build/es/polyfill/common/bottomSheet/BottomSheet.js +10 -0
- package/build/es/polyfill/common/bottomSheet/BottomSheet.spec.js +1 -0
- package/build/es/polyfill/common/bottomSheet/index.js +1 -0
- package/build/es/polyfill/common/closeButton/CloseButton.js +1 -0
- package/build/es/polyfill/common/closeButton/CloseButton.messages.js +1 -0
- package/build/es/polyfill/common/closeButton/index.js +1 -0
- package/build/es/polyfill/common/commonProps.js +0 -0
- package/build/es/polyfill/common/dateUtils/getDayNames/getDayNames.js +2 -0
- package/build/es/polyfill/common/dateUtils/getDayNames/index.js +1 -0
- package/build/es/polyfill/common/dateUtils/getMonthNames/getMonthNames.js +1 -0
- package/build/es/polyfill/common/dateUtils/getMonthNames/index.js +1 -0
- package/build/es/polyfill/common/dateUtils/index.js +1 -0
- package/build/es/polyfill/common/dateUtils/isDateValid/index.js +1 -0
- package/build/es/polyfill/common/dateUtils/isDateValid/isDateValid.js +1 -0
- package/build/es/polyfill/common/dateUtils/isMonthAndYearFormat/index.js +1 -0
- package/build/es/polyfill/common/dateUtils/isMonthAndYearFormat/isMonthAndYearFormat.js +1 -0
- package/build/es/polyfill/common/dateUtils/isWithinRange/index.js +1 -0
- package/build/es/polyfill/common/dateUtils/isWithinRange/isWithinRange.js +1 -0
- package/build/es/polyfill/common/dateUtils/moveToWithinRange/index.js +1 -0
- package/build/es/polyfill/common/dateUtils/moveToWithinRange/moveToWithinRange.js +2 -0
- package/build/es/polyfill/common/deviceDetection/deviceDetection.js +1 -0
- package/build/es/polyfill/common/deviceDetection/index.js +1 -0
- package/build/es/polyfill/common/direction.js +1 -0
- package/build/es/polyfill/common/domHelpers/documentIosClick.js +5 -0
- package/build/es/polyfill/common/domHelpers/index.js +1 -0
- package/build/es/polyfill/common/fakeEvents.js +1 -0
- package/build/es/polyfill/common/fileType.js +1 -0
- package/build/es/polyfill/common/flowHeader/FlowHeader.js +1 -0
- package/build/es/polyfill/common/flowHeader/index.js +1 -0
- package/build/es/polyfill/common/focusBoundary/FocusBoundary.js +1 -0
- package/build/es/polyfill/common/focusBoundary/index.js +1 -0
- package/build/es/polyfill/common/focusBoundary/utils/getFocusableElements.js +6 -0
- package/build/es/polyfill/common/focusBoundary/utils/index.js +1 -0
- package/build/es/polyfill/common/focusBoundary/utils/resetFocus.js +6 -0
- package/build/es/polyfill/common/historyNavigator/historyNavigator.js +1 -0
- package/build/es/polyfill/common/historyNavigator/index.js +1 -0
- package/build/es/polyfill/common/hooks/index.js +1 -0
- package/build/es/polyfill/common/hooks/useClientWidth/index.js +1 -0
- package/build/es/polyfill/common/hooks/useClientWidth/useClientWidth.js +5 -0
- package/build/es/polyfill/common/hooks/useConditionalListener/index.js +1 -0
- package/build/es/polyfill/common/hooks/useConditionalListener/useConditionalListener.js +3 -0
- package/build/es/polyfill/common/hooks/useDirection/index.js +1 -0
- package/build/es/polyfill/common/hooks/useDirection/useDirection.js +1 -0
- package/build/es/polyfill/common/hooks/useHasIntersected/index.js +1 -0
- package/build/es/polyfill/common/hooks/useHasIntersected/useHasIntersected.js +11 -0
- package/build/es/polyfill/common/hooks/useLayout/index.js +1 -0
- package/build/es/polyfill/common/hooks/useLayout/useLayout.js +1 -0
- package/build/es/polyfill/common/index.js +2 -0
- package/build/es/polyfill/common/key.js +1 -0
- package/build/es/polyfill/common/keyCodes.js +5 -0
- package/build/es/polyfill/common/locale/index.js +37 -0
- package/build/es/polyfill/common/panel/Panel.js +10 -0
- package/build/es/polyfill/common/panel/index.js +1 -0
- package/build/es/polyfill/common/propsValues/breakpoint.js +1 -0
- package/build/es/polyfill/common/propsValues/control.js +1 -0
- package/build/es/polyfill/common/propsValues/dateMode.js +1 -0
- package/build/es/polyfill/common/propsValues/layouts.js +1 -0
- package/build/es/polyfill/common/propsValues/markdownNodeType.js +1 -0
- package/build/es/polyfill/common/propsValues/monthFormat.js +1 -0
- package/build/es/polyfill/common/propsValues/position.js +1 -0
- package/build/es/polyfill/common/propsValues/profileType.js +1 -0
- package/build/es/polyfill/common/propsValues/scroll.js +1 -0
- package/build/es/polyfill/common/propsValues/sentiment.js +1 -0
- package/build/es/polyfill/common/propsValues/size.js +1 -0
- package/build/es/polyfill/common/propsValues/status.js +1 -0
- package/build/es/polyfill/common/propsValues/type.js +3 -0
- package/build/es/polyfill/common/propsValues/typography.js +1 -0
- package/build/es/polyfill/common/propsValues/variant.js +1 -0
- package/build/es/polyfill/common/propsValues/width.js +1 -0
- package/build/es/polyfill/common/requirements.js +3 -0
- package/build/es/polyfill/common/responsivePanel/ResponsivePanel.js +1 -0
- package/build/es/polyfill/common/responsivePanel/index.js +1 -0
- package/build/es/polyfill/common/textFormat/formatWithPattern/formatWithPattern.js +2 -0
- package/build/es/polyfill/common/textFormat/formatWithPattern/index.js +1 -0
- package/build/es/polyfill/common/textFormat/getCountOfSymbolsInSelection/getCountOfSymbolsInSelection.js +1 -0
- package/build/es/polyfill/common/textFormat/getCountOfSymbolsInSelection/index.js +1 -0
- package/build/es/polyfill/common/textFormat/getCursorPositionAfterKeystroke/getCursorPositionAfterKeystroke.js +1 -0
- package/build/es/polyfill/common/textFormat/getCursorPositionAfterKeystroke/index.js +1 -0
- package/build/es/polyfill/common/textFormat/getDistanceToSymbol/getDistanceToSymbol.js +2 -0
- package/build/es/polyfill/common/textFormat/getDistanceToSymbol/index.js +1 -0
- package/build/es/polyfill/common/textFormat/getSymbolsInPatternWithPosition/getSymbolsInPatternWithPosition.js +1 -0
- package/build/es/polyfill/common/textFormat/getSymbolsInPatternWithPosition/index.js +1 -0
- package/build/es/polyfill/common/textFormat/index.js +1 -0
- package/build/es/polyfill/common/textFormat/unformatWithPattern/index.js +1 -0
- package/build/es/polyfill/common/textFormat/unformatWithPattern/unformatWithPattern.js +1 -0
- package/build/es/polyfill/common/theme.js +1 -0
- package/build/es/polyfill/criticalBanner/CriticalCommsBanner.js +1 -0
- package/build/es/polyfill/criticalBanner/CriticalCommsBanner.story.js +1 -0
- package/build/es/polyfill/criticalBanner/index.js +1 -0
- package/build/es/polyfill/dateInput/DateInput.js +4 -0
- package/build/es/polyfill/dateInput/DateInput.messages.js +1 -0
- package/build/es/polyfill/dateInput/index.js +1 -0
- package/build/es/polyfill/dateInput/utils/convertToLocalMidnight/convertToLocalMidnight.js +2 -0
- package/build/es/polyfill/dateInput/utils/convertToLocalMidnight/index.js +1 -0
- package/build/es/polyfill/dateInput/utils/explodeDate/explodeDate.js +1 -0
- package/build/es/polyfill/dateInput/utils/explodeDate/index.js +1 -0
- package/build/es/polyfill/dateInput/utils/index.js +1 -0
- package/build/es/polyfill/dateLookup/DateLookup.js +3 -0
- package/build/es/polyfill/dateLookup/dateHeader/DateHeader.js +1 -0
- package/build/es/polyfill/dateLookup/dateHeader/index.js +1 -0
- package/build/es/polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -0
- package/build/es/polyfill/dateLookup/dateTrigger/DateTrigger.messages.js +1 -0
- package/build/es/polyfill/dateLookup/dateTrigger/index.js +1 -0
- package/build/es/polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -0
- package/build/es/polyfill/dateLookup/dayCalendar/index.js +1 -0
- package/build/es/polyfill/dateLookup/dayCalendar/table/DayCalendarTable.js +4 -0
- package/build/es/polyfill/dateLookup/dayCalendar/table/index.js +1 -0
- package/build/es/polyfill/dateLookup/getStartOfDay/getStartOfDay.js +5 -0
- package/build/es/polyfill/dateLookup/getStartOfDay/index.js +1 -0
- package/build/es/polyfill/dateLookup/index.js +1 -0
- package/build/es/polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -0
- package/build/es/polyfill/dateLookup/monthCalendar/index.js +1 -0
- package/build/es/polyfill/dateLookup/monthCalendar/table/MonthCalendarTable.js +1 -0
- package/build/es/polyfill/dateLookup/monthCalendar/table/index.js +1 -0
- package/build/es/polyfill/dateLookup/tableLink/TableLink.js +2 -0
- package/build/es/polyfill/dateLookup/tableLink/index.js +1 -0
- package/build/es/polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -0
- package/build/es/polyfill/dateLookup/yearCalendar/index.js +1 -0
- package/build/es/polyfill/dateLookup/yearCalendar/table/YearCalendarTable.js +1 -0
- package/build/es/polyfill/dateLookup/yearCalendar/table/index.js +1 -0
- package/build/es/polyfill/decision/Decision.js +5 -0
- package/build/es/polyfill/decision/decisionEnums.js +3 -0
- package/build/es/polyfill/decision/index.js +1 -0
- package/build/es/polyfill/definitionList/DefinitionList.js +1 -0
- package/build/es/polyfill/definitionList/index.js +1 -0
- package/build/es/polyfill/dimmer/Dimmer.js +6 -0
- package/build/es/polyfill/dimmer/Dimmer.story.js +1 -0
- package/build/es/polyfill/dimmer/dimmerManager/DimmerManager.js +5 -0
- package/build/es/polyfill/dimmer/dimmerManager/index.js +1 -0
- package/build/es/polyfill/dimmer/index.js +1 -0
- package/build/es/polyfill/display/Display.js +1 -0
- package/build/es/polyfill/display/Display.story.js +1 -0
- package/build/es/polyfill/display/index.js +1 -0
- package/build/es/polyfill/drawer/Drawer.js +1 -0
- package/build/es/polyfill/drawer/index.js +1 -0
- package/build/es/polyfill/dropFade/DropFade.js +3 -0
- package/build/es/polyfill/dropFade/DropFade.story.js +1 -0
- package/build/es/polyfill/dropFade/index.js +1 -0
- package/build/es/polyfill/dynamicFieldDefinitionList/DynamicFieldDefinitionList.js +1 -0
- package/build/es/polyfill/dynamicFieldDefinitionList/FormattedValue/FormattedValue.js +8 -0
- package/build/es/polyfill/dynamicFieldDefinitionList/FormattedValue/index.js +1 -0
- package/build/es/polyfill/dynamicFieldDefinitionList/index.js +1 -0
- package/build/es/polyfill/dynamicFieldDefinitionList/utils/createDefinitions.js +2 -0
- package/build/es/polyfill/dynamicFieldDefinitionList/utils/text-format.js +1 -0
- package/build/es/polyfill/emphasis/Emphasis.js +2 -0
- package/build/es/polyfill/emphasis/EmphasisHtmlTransformer.js +7 -0
- package/build/es/polyfill/emphasis/index.js +1 -0
- package/build/es/polyfill/flowNavigation/FlowNavigation.js +2 -0
- package/build/es/polyfill/flowNavigation/animatedLabel/AnimatedLabel.js +1 -0
- package/build/es/polyfill/flowNavigation/animatedLabel/index.js +1 -0
- package/build/es/polyfill/flowNavigation/backButton/BackButton.js +1 -0
- package/build/es/polyfill/flowNavigation/backButton/index.js +1 -0
- package/build/es/polyfill/flowNavigation/index.js +1 -0
- package/build/es/polyfill/header/Header.js +5 -0
- package/build/es/polyfill/header/Header.spec.js +1 -0
- package/build/es/polyfill/header/Header.story.js +2 -0
- package/build/es/polyfill/header/index.js +1 -0
- package/build/es/polyfill/i18n/cs.json +44 -0
- package/build/es/polyfill/i18n/de.json +44 -0
- package/build/es/polyfill/i18n/en.json +44 -0
- package/build/es/polyfill/i18n/es.json +44 -0
- package/build/es/polyfill/i18n/fr.json +44 -0
- package/build/es/polyfill/i18n/hu.json +44 -0
- package/build/es/polyfill/i18n/id.json +44 -0
- package/build/es/polyfill/i18n/index.js +1 -0
- package/build/es/polyfill/i18n/it.json +44 -0
- package/build/es/polyfill/i18n/ja.json +44 -0
- package/build/es/polyfill/i18n/pl.json +44 -0
- package/build/es/polyfill/i18n/pt.json +44 -0
- package/build/es/polyfill/i18n/ro.json +44 -0
- package/build/es/polyfill/i18n/ru.json +44 -0
- package/build/es/polyfill/i18n/th.json +44 -0
- package/build/es/polyfill/i18n/tr.json +44 -0
- package/build/es/polyfill/i18n/uk.json +44 -0
- package/build/es/polyfill/i18n/zh-CN.json +44 -0
- package/build/es/polyfill/i18n/zh.json +44 -0
- package/build/es/polyfill/image/Image.js +12 -0
- package/build/es/polyfill/image/index.js +1 -0
- package/build/es/polyfill/index.js +13 -0
- package/build/es/polyfill/info/Info.js +1 -0
- package/build/es/polyfill/info/index.js +1 -0
- package/build/es/polyfill/info/infoPresentations.js +2 -0
- package/build/es/polyfill/inlineAlert/InlineAlert.js +1 -0
- package/build/es/polyfill/inlineAlert/index.js +1 -0
- package/build/es/polyfill/inputWithDisplayFormat/InputWithDisplayFormat.js +1 -0
- package/build/es/polyfill/inputWithDisplayFormat/index.js +1 -0
- package/build/es/polyfill/instructionsList/InstructionsList.js +3 -0
- package/build/es/polyfill/instructionsList/index.js +1 -0
- package/build/es/polyfill/lab/index.js +1 -0
- package/build/es/polyfill/lab/mobileNav/MobileNav.js +9 -0
- package/build/es/polyfill/lab/mobileNav/index.js +1 -0
- package/build/es/polyfill/lab/mobileNav/utils/index.js +1 -0
- package/build/es/polyfill/lab/mobileNav/utils/isIpadOsSafari/index.js +1 -0
- package/build/es/polyfill/lab/mobileNav/utils/isIpadOsSafari/isIpadOsSafari.js +1 -0
- package/build/es/polyfill/lab/mobileNav/utils/isMobileSafari/index.js +1 -0
- package/build/es/polyfill/lab/mobileNav/utils/isMobileSafari/isMobileSafari.js +1 -0
- package/build/es/polyfill/lab/pagination/Pagination.js +1 -0
- package/build/es/polyfill/lab/pagination/Pagination.messages.js +1 -0
- package/build/es/polyfill/lab/pagination/index.js +1 -0
- package/build/es/polyfill/lab/pagination/paginationLink/PaginationLink.js +1 -0
- package/build/es/polyfill/lab/pagination/paginationLink/PaginationLink.messages.js +1 -0
- package/build/es/polyfill/lab/pagination/paginationLink/index.js +1 -0
- package/build/es/polyfill/link/Link.js +5 -0
- package/build/es/polyfill/link/Link.spec.js +1 -0
- package/build/es/polyfill/link/Link.story.js +1 -0
- package/build/es/polyfill/link/index.js +1 -0
- package/build/es/polyfill/loader/Loader.js +11 -0
- package/build/es/polyfill/loader/index.js +1 -0
- package/build/es/polyfill/logo/Logo.js +1 -0
- package/build/es/polyfill/logo/index.js +1 -0
- package/build/es/polyfill/logo/logoTypes.js +2 -0
- package/build/es/polyfill/logo/svg/flag-inverse.svg +1 -0
- package/build/es/polyfill/logo/svg/flag.svg +1 -0
- package/build/es/polyfill/logo/svg/logo-business-inverse.svg +1 -0
- package/build/es/polyfill/logo/svg/logo-business.svg +1 -0
- package/build/es/polyfill/logo/svg/logo-inverse.svg +1 -0
- package/build/es/polyfill/logo/svg/logo.svg +1 -0
- package/build/es/polyfill/markdown/Markdown.js +1 -0
- package/build/es/polyfill/markdown/index.js +1 -0
- package/build/es/polyfill/modal/Modal.js +1 -0
- package/build/es/polyfill/modal/Modal.story.js +1 -0
- package/build/es/polyfill/modal/index.js +1 -0
- package/build/es/polyfill/money/Money.js +1 -0
- package/build/es/polyfill/money/index.js +1 -0
- package/build/es/polyfill/moneyInput/MoneyInput.js +5 -0
- package/build/es/polyfill/moneyInput/MoneyInput.messages.js +1 -0
- package/build/es/polyfill/moneyInput/currencyFormatting.js +4 -0
- package/build/es/polyfill/moneyInput/index.js +1 -0
- package/build/es/polyfill/navigationOption/NavigationOption.js +1 -0
- package/build/es/polyfill/navigationOption/index.js +1 -0
- package/build/es/polyfill/navigationOptionsList/NavigationOptionsList.js +1 -0
- package/build/es/polyfill/navigationOptionsList/index.js +1 -0
- package/build/es/polyfill/nudge/Nudge.js +1 -0
- package/build/es/polyfill/nudge/index.js +1 -0
- package/build/es/polyfill/overlayHeader/OverlayHeader.js +1 -0
- package/build/es/polyfill/overlayHeader/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/PhoneNumberInput.js +1 -0
- package/build/es/polyfill/phoneNumberInput/data/countries.js +1 -0
- package/build/es/polyfill/phoneNumberInput/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/cleanNumber/cleanNumber.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/cleanNumber/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/explodeNumberModel/index.js +7 -0
- package/build/es/polyfill/phoneNumberInput/utils/filterOptionsForQuery/index.js +7 -0
- package/build/es/polyfill/phoneNumberInput/utils/findCountryByCode/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/findCountryByPrefix/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/groupCountriesByPrefix/groupCountriesByPrefix.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/groupCountriesByPrefix/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/isOptionAndFitsQuery.js +7 -0
- package/build/es/polyfill/phoneNumberInput/utils/isStringNumeric/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/isStringNumeric/isStringNumeric.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/isValidPhoneNumber/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/isValidPhoneNumber/isValidPhoneNumber.js +6 -0
- package/build/es/polyfill/phoneNumberInput/utils/longestMatchingPrefix/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/setDefaultPrefix/index.js +11 -0
- package/build/es/polyfill/phoneNumberInput/utils/sortArrayByProperty/index.js +1 -0
- package/build/es/polyfill/phoneNumberInput/utils/sortArrayByProperty/sortArrayByProperty.js +2 -0
- package/build/es/polyfill/popover/Popover.js +4 -0
- package/build/es/polyfill/popover/index.js +1 -0
- package/build/es/polyfill/processIndicator/ProcessIndicator.js +12 -0
- package/build/es/polyfill/processIndicator/index.js +1 -0
- package/build/es/polyfill/progress/Progress.js +1 -0
- package/build/es/polyfill/progress/index.js +1 -0
- package/build/es/polyfill/progressBar/ProgressBar.js +1 -0
- package/build/es/polyfill/progressBar/index.js +1 -0
- package/build/es/polyfill/provider/Provider.js +1 -0
- package/build/es/polyfill/provider/Provider.spec.js +2 -0
- package/build/es/polyfill/provider/Provider.story.js +1 -0
- package/build/es/polyfill/provider/direction/DirectionProvider.js +1 -0
- package/build/es/polyfill/provider/direction/DirectionProvider.spec.js +1 -0
- package/build/es/polyfill/provider/direction/index.js +1 -0
- package/build/es/polyfill/provider/index.js +1 -0
- package/build/es/polyfill/provider/language/LanguageProvider.js +1 -0
- package/build/es/polyfill/provider/language/LanguageProvider.spec.js +1 -0
- package/build/es/polyfill/provider/language/index.js +1 -0
- package/build/es/polyfill/radio/Radio.js +1 -0
- package/build/es/polyfill/radio/index.js +1 -0
- package/build/es/polyfill/radioGroup/RadioGroup.js +2 -0
- package/build/es/polyfill/radioGroup/index.js +1 -0
- package/build/es/polyfill/radioOption/RadioOption.js +1 -0
- package/build/es/polyfill/radioOption/index.js +1 -0
- package/build/es/polyfill/section/Section.js +5 -0
- package/build/es/polyfill/section/Section.spec.js +1 -0
- package/build/es/polyfill/section/Section.story.js +1 -0
- package/build/es/polyfill/section/index.js +1 -0
- package/build/es/polyfill/select/Select.js +16 -0
- package/build/es/polyfill/select/Select.messages.js +1 -0
- package/build/es/polyfill/select/index.js +1 -0
- package/build/es/polyfill/select/option/Option.js +2 -0
- package/build/es/polyfill/select/option/index.js +1 -0
- package/build/es/polyfill/select/searchBox/SearchBox.js +1 -0
- package/build/es/polyfill/select/searchBox/index.js +1 -0
- package/build/es/polyfill/sizeSwapper/SizeSwapper.js +5 -0
- package/build/es/polyfill/sizeSwapper/index.js +1 -0
- package/build/es/polyfill/slidingPanel/SlidingPanel.js +2 -0
- package/build/es/polyfill/slidingPanel/index.js +1 -0
- package/build/es/polyfill/snackbar/Snackbar.js +1 -0
- package/build/es/polyfill/snackbar/SnackbarContext.js +1 -0
- package/build/es/polyfill/snackbar/SnackbarProvider.js +1 -0
- package/build/es/polyfill/snackbar/index.js +1 -0
- package/build/es/polyfill/snackbar/useSnackbar.js +1 -0
- package/build/es/polyfill/statusIcon/StatusIcon.js +1 -0
- package/build/es/polyfill/statusIcon/index.js +1 -0
- package/build/es/polyfill/stepper/Stepper.js +1 -0
- package/build/es/polyfill/stepper/deviceDetection.js +4 -0
- package/build/es/polyfill/stepper/index.js +1 -0
- package/build/es/polyfill/sticky/Sticky.js +1 -0
- package/build/es/polyfill/sticky/index.js +1 -0
- package/build/es/polyfill/summary/Summary.js +1 -0
- package/build/es/polyfill/summary/Summary.messages.js +1 -0
- package/build/es/polyfill/summary/index.js +1 -0
- package/build/es/polyfill/switch/Switch.js +1 -0
- package/build/es/polyfill/switch/Switch.story.js +1 -0
- package/build/es/polyfill/switch/index.js +1 -0
- package/build/es/polyfill/switchOption/SwitchOption.js +1 -0
- package/build/es/polyfill/switchOption/SwitchOption.story.js +1 -0
- package/build/es/polyfill/switchOption/index.js +1 -0
- package/build/es/polyfill/tabs/Tab.js +1 -0
- package/build/es/polyfill/tabs/TabList.js +1 -0
- package/build/es/polyfill/tabs/TabPanel.js +1 -0
- package/build/es/polyfill/tabs/Tabs.js +1 -0
- package/build/es/polyfill/tabs/index.js +1 -0
- package/build/es/polyfill/tabs/utils.js +5 -0
- package/build/es/polyfill/textareaWithDisplayFormat/TextareaWithDisplayFormat.js +1 -0
- package/build/es/polyfill/textareaWithDisplayFormat/index.js +1 -0
- package/build/es/polyfill/tile/Tile.js +1 -0
- package/build/es/polyfill/tile/index.js +1 -0
- package/build/es/polyfill/title/Title.js +1 -0
- package/build/es/polyfill/title/Title.spec.js +1 -0
- package/build/es/polyfill/title/Title.story.js +1 -0
- package/build/es/polyfill/title/index.js +1 -0
- package/build/es/polyfill/tooltip/Tooltip.js +8 -0
- package/build/es/polyfill/tooltip/Tooltip.spec.js +1 -0
- package/build/es/polyfill/tooltip/Tooltip.story.js +1 -0
- package/build/es/polyfill/tooltip/index.js +1 -0
- package/build/es/polyfill/typeahead/Typeahead.js +1 -0
- package/build/es/polyfill/typeahead/index.js +1 -0
- package/build/es/polyfill/typeahead/typeaheadInput/TypeaheadInput.js +1 -0
- package/build/es/polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -0
- package/build/es/polyfill/typeahead/util/highlight.js +1 -0
- package/build/es/polyfill/upload/Upload.js +12 -0
- package/build/es/polyfill/upload/Upload.messages.js +1 -0
- package/build/es/polyfill/upload/index.js +1 -0
- package/build/es/polyfill/upload/steps/completeStep/completeStep.js +1 -0
- package/build/es/polyfill/upload/steps/completeStep/index.js +1 -0
- package/build/es/polyfill/upload/steps/index.js +1 -0
- package/build/es/polyfill/upload/steps/mediaUploadStep/index.js +1 -0
- package/build/es/polyfill/upload/steps/mediaUploadStep/mediaUploadStep.js +1 -0
- package/build/es/polyfill/upload/steps/processingStep/index.js +1 -0
- package/build/es/polyfill/upload/steps/processingStep/processingStep.js +1 -0
- package/build/es/polyfill/upload/steps/uploadImageStep/index.js +1 -0
- package/build/es/polyfill/upload/steps/uploadImageStep/uploadImageStep.js +1 -0
- package/build/es/polyfill/upload/uploadSteps.js +2 -0
- package/build/es/polyfill/upload/utils/asyncFileRead/asyncFileRead.js +1 -0
- package/build/es/polyfill/upload/utils/asyncFileRead/index.js +1 -0
- package/build/es/polyfill/upload/utils/getFileType/getFileType.js +1 -0
- package/build/es/polyfill/upload/utils/getFileType/index.js +1 -0
- package/build/es/polyfill/upload/utils/getSupportedSpotMimeTypes/getSupportedSpotMimeTypes.js +2 -0
- package/build/es/polyfill/upload/utils/getSupportedSpotMimeTypes/index.js +1 -0
- package/build/es/polyfill/upload/utils/index.js +1 -0
- package/build/es/polyfill/upload/utils/isSizeValid/index.js +1 -0
- package/build/es/polyfill/upload/utils/isSizeValid/isSizeValid.js +1 -0
- package/build/es/polyfill/upload/utils/isTypeValid/index.js +1 -0
- package/build/es/polyfill/upload/utils/isTypeValid/isTypeValid.js +1 -0
- package/build/es/polyfill/upload/utils/postData/index.js +1 -0
- package/build/es/polyfill/upload/utils/postData/postData.js +1 -0
- package/build/es/polyfill/upload/utils/requestMedia/index.js +1 -0
- package/build/es/polyfill/upload/utils/requestMedia/requestMedia.js +1 -0
- package/build/es/polyfill/uploadInput/UploadInput.js +8 -0
- package/build/es/polyfill/uploadInput/UploadInput.messages.js +1 -0
- package/build/es/polyfill/uploadInput/UploadInput.spec.js +1 -0
- package/build/es/polyfill/uploadInput/UploadInput.story.js +1 -0
- package/build/es/polyfill/uploadInput/index.js +1 -0
- package/build/es/polyfill/uploadInput/types.js +1 -0
- package/build/es/polyfill/uploadInput/uploadButton/UploadButton.js +1 -0
- package/build/es/polyfill/uploadInput/uploadButton/UploadButton.messages.js +1 -0
- package/build/es/polyfill/uploadInput/uploadButton/UploadButton.spec.js +3 -0
- package/build/es/polyfill/uploadInput/uploadButton/defaults.js +1 -0
- package/build/es/polyfill/uploadInput/uploadButton/getAllowedFileTypes.js +3 -0
- package/build/es/polyfill/uploadInput/uploadButton/getAllowedFileTypes.spec.js +1 -0
- package/build/es/polyfill/uploadInput/uploadItem/UploadItem.js +2 -0
- package/build/es/polyfill/uploadInput/uploadItem/UploadItem.messages.js +1 -0
- package/build/es/polyfill/uploadInput/uploadItem/UploadItem.spec.js +1 -0
- package/build/es/polyfill/uploadInput/uploadItem/UploadItemBody.js +1 -0
- package/build/es/polyfill/utilities/deprecatedProperty/deprecatedProperty.js +1 -0
- package/build/es/polyfill/utilities/deprecatedProperty/index.js +1 -0
- package/build/es/polyfill/utilities/index.js +1 -0
- package/build/es/polyfill/utilities/logActionRequired.js +1 -0
- package/build/es/polyfill/withDisplayFormat/WithDisplayFormat.js +8 -0
- package/build/es/polyfill/withDisplayFormat/index.js +1 -0
- package/build/es/polyfill/withNextPortal/withNextPortal.js +1 -0
- package/build/es/polyfill/withNormaliser/WithNormalizer.js +7 -0
- package/build/es/polyfill/withNormaliser/index.js +1 -0
- package/build/es/polyfill/withNormaliser/validation/event-utilities/index.js +1 -0
- package/build/i18n/cs.json +44 -0
- package/build/i18n/de.json +44 -0
- package/build/i18n/en.json +44 -0
- package/build/i18n/es.json +44 -0
- package/build/i18n/fr.json +44 -0
- package/build/i18n/hu.json +44 -0
- package/build/i18n/id.json +44 -0
- package/build/i18n/it.json +44 -0
- package/build/i18n/ja.json +44 -0
- package/build/i18n/pl.json +44 -0
- package/build/i18n/pt.json +44 -0
- package/build/i18n/ro.json +44 -0
- package/build/i18n/ru.json +44 -0
- package/build/i18n/th.json +44 -0
- package/build/i18n/tr.json +44 -0
- package/build/i18n/uk.json +44 -0
- package/build/i18n/zh-CN.json +44 -0
- package/build/i18n/zh.json +44 -0
- package/build/main.css +1 -0
- package/build/styles/accordion/Accordion.css +1 -0
- package/build/styles/actionButton/ActionButton.css +1 -0
- package/build/styles/avatar/Avatar.css +1 -0
- package/build/styles/badge/Badge.css +1 -0
- package/build/styles/button/Button.css +1 -0
- package/build/styles/card/Card.css +1 -0
- package/build/styles/checkboxButton/CheckboxButton.css +1 -0
- package/build/styles/chips/Chip.css +1 -0
- package/build/styles/circularButton/CircularButton.css +1 -0
- package/build/styles/common/Option/Option.css +1 -0
- package/build/styles/common/RadioButton/RadioButton.css +1 -0
- package/build/styles/common/bottomSheet/BottomSheet.css +1 -0
- package/build/styles/common/closeButton/CloseButton.css +1 -0
- package/build/styles/common/panel/Panel.css +1 -0
- package/build/styles/criticalBanner/CriticalCommsBanner.css +1 -0
- package/build/styles/dateInput/DateInput.css +1 -0
- package/build/styles/dateLookup/DateLookup.css +1 -0
- package/build/styles/dateLookup/dateTrigger/DateTrigger.css +1 -0
- package/build/styles/decision/Decision.css +1 -0
- package/build/styles/definitionList/DefinitionList.css +1 -0
- package/build/styles/dimmer/Dimmer.css +1 -0
- package/build/styles/drawer/Drawer.css +1 -0
- package/build/styles/dropFade/DropFade.css +1 -0
- package/build/styles/dynamicFieldDefinitionList/FormattedValue/FormattedValue.css +1 -0
- package/build/styles/emphasis/Emphasis.css +1 -0
- package/build/styles/flowNavigation/FlowNavigation.css +1 -0
- package/build/styles/flowNavigation/animatedLabel/AnimatedLabel.css +1 -0
- package/build/styles/flowNavigation/backButton/BackButton.css +1 -0
- package/build/styles/header/Header.css +1 -0
- package/build/styles/image/Image.css +1 -0
- package/build/styles/info/Info.css +1 -0
- package/build/styles/instructionsList/InstructionsList.css +1 -0
- package/build/styles/lab/mobileNav/MobileNav.css +1 -0
- package/build/styles/lab/pagination/Pagination.css +1 -0
- package/build/styles/link/Link.css +1 -0
- package/build/styles/loader/Loader.css +1 -0
- package/build/styles/logo/Logo.css +1 -0
- package/build/styles/main.css +1 -0
- package/build/styles/modal/Modal.css +1 -0
- package/build/styles/moneyInput/MoneyInput.css +1 -0
- package/build/styles/navigationOption/NavigationOption.css +1 -0
- package/build/styles/navigationOptionsList/NavigationOptionsList.css +1 -0
- package/build/styles/nudge/Nudge.css +1 -0
- package/build/styles/overlayHeader/OverlayHeader.css +1 -0
- package/build/styles/phoneNumberInput/PhoneNumberInput.css +1 -0
- package/build/styles/popover/Popover.css +1 -0
- package/build/styles/progress/Progress.css +1 -0
- package/build/styles/progressBar/ProgressBar.css +1 -0
- package/build/styles/section/Section.css +1 -0
- package/build/styles/select/Select.css +1 -0
- package/build/styles/slidingPanel/SlidingPanel.css +1 -0
- package/build/styles/snackbar/Snackbar.css +1 -0
- package/build/styles/statusIcon/StatusIcon.css +1 -0
- package/build/styles/stepper/Stepper.css +1 -0
- package/build/styles/summary/Summary.css +1 -0
- package/build/styles/switch/Switch.css +1 -0
- package/build/styles/tabs/Tabs.css +1 -0
- package/build/styles/tile/Tile.css +1 -0
- package/build/styles/tooltip/Tooltip.css +1 -0
- package/build/styles/typeahead/Typeahead.css +1 -0
- package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +1 -0
- package/build/styles/upload/Upload.css +1 -0
- package/build/styles/uploadInput/UploadInput.css +1 -0
- package/build/styles/uploadInput/uploadButton/UploadButton.css +1 -0
- package/build/styles/uploadInput/uploadItem/UploadItem.css +1 -0
- package/build/types/accordion/Accordion.d.ts +22 -0
- package/build/types/accordion/AccordionItem/AccordionItem.d.ts +31 -0
- package/build/types/accordion/AccordionItem/index.d.ts +1 -0
- package/build/types/accordion/index.d.ts +1 -0
- package/build/types/actionButton/ActionButton.d.ts +14 -0
- package/build/types/actionButton/ActionButton.spec.d.ts +1 -0
- package/build/types/actionButton/ActionButton.story.d.ts +6 -0
- package/build/types/actionButton/index.d.ts +2 -0
- package/build/types/actionOption/ActionOption.d.ts +16 -0
- package/build/types/actionOption/ActionOption.story.d.ts +20 -0
- package/build/types/actionOption/index.d.ts +1 -0
- package/build/types/alert/Alert.d.ts +54 -0
- package/build/types/alert/index.d.ts +1 -0
- package/build/types/alert/inlineMarkdown/InlineMarkdown.d.ts +13 -0
- package/build/types/alert/inlineMarkdown/index.d.ts +1 -0
- package/build/types/alert/withArrow/alertArrowPositions.d.ts +8 -0
- package/build/types/alert/withArrow/index.d.ts +2 -0
- package/build/types/alert/withArrow/withArrow.d.ts +11 -0
- package/build/types/avatar/Avatar.d.ts +22 -0
- package/build/types/avatar/avatarTypes.d.ts +6 -0
- package/build/types/avatar/index.d.ts +2 -0
- package/build/types/avatarWrapper/AvatarWrapper.d.ts +27 -0
- package/build/types/avatarWrapper/index.d.ts +2 -0
- package/build/types/badge/Badge.d.ts +10 -0
- package/build/types/badge/index.d.ts +1 -0
- package/build/types/body/Body.d.ts +14 -0
- package/build/types/body/Body.spec.d.ts +1 -0
- package/build/types/body/Body.story.d.ts +8 -0
- package/build/types/body/index.d.ts +1 -0
- package/build/types/button/Button.d.ts +27 -0
- package/build/types/button/classMap.d.ts +10 -0
- package/build/types/button/index.d.ts +2 -0
- package/build/types/button/legacyUtils/index.d.ts +1 -0
- package/build/types/button/legacyUtils/legacyUtils.d.ts +6 -0
- package/build/types/card/Card.d.ts +20 -0
- package/build/types/card/index.d.ts +1 -0
- package/build/types/checkbox/Checkbox.d.ts +20 -0
- package/build/types/checkbox/index.d.ts +2 -0
- package/build/types/checkboxButton/CheckboxButton.d.ts +4 -0
- package/build/types/checkboxButton/CheckboxButton.spec.d.ts +1 -0
- package/build/types/checkboxButton/CheckboxButton.story.d.ts +7 -0
- package/build/types/checkboxButton/index.d.ts +1 -0
- package/build/types/checkboxOption/CheckboxOption.d.ts +24 -0
- package/build/types/checkboxOption/CheckboxOption.spec.d.ts +1 -0
- package/build/types/checkboxOption/CheckboxOption.story.d.ts +12 -0
- package/build/types/checkboxOption/index.d.ts +1 -0
- package/build/types/chevron/Chevron.d.ts +17 -0
- package/build/types/chevron/index.d.ts +1 -0
- package/build/types/chips/Chip.d.ts +15 -0
- package/build/types/chips/Chips.d.ts +22 -0
- package/build/types/chips/Chips.messages.d.ts +8 -0
- package/build/types/chips/Chips.spec.d.ts +1 -0
- package/build/types/chips/Chips.story.d.ts +7 -0
- package/build/types/chips/index.d.ts +2 -0
- package/build/types/circularButton/CircularButton.d.ts +20 -0
- package/build/types/circularButton/index.d.ts +1 -0
- package/build/types/common/DOMOperations/DOMOperations.d.ts +2 -0
- package/build/types/common/DOMOperations/index.d.ts +3 -0
- package/build/types/common/Option/Option.d.ts +28 -0
- package/build/types/common/Option/index.d.ts +1 -0
- package/build/types/common/RadioButton/RadioButton.d.ts +36 -0
- package/build/types/common/RadioButton/index.d.ts +1 -0
- package/build/types/common/bottomSheet/BottomSheet.d.ts +14 -0
- package/build/types/common/bottomSheet/BottomSheet.spec.d.ts +1 -0
- package/build/types/common/bottomSheet/index.d.ts +1 -0
- package/build/types/common/closeButton/CloseButton.d.ts +2 -0
- package/build/types/common/closeButton/CloseButton.messages.d.ts +8 -0
- package/build/types/common/closeButton/index.d.ts +1 -0
- package/build/types/common/commonProps.d.ts +20 -0
- package/build/types/common/dateUtils/getDayNames/getDayNames.d.ts +1 -0
- package/build/types/common/dateUtils/getDayNames/index.d.ts +1 -0
- package/build/types/common/dateUtils/getMonthNames/getMonthNames.d.ts +1 -0
- package/build/types/common/dateUtils/getMonthNames/index.d.ts +1 -0
- package/build/types/common/dateUtils/index.d.ts +6 -0
- package/build/types/common/dateUtils/isDateValid/index.d.ts +1 -0
- package/build/types/common/dateUtils/isDateValid/isDateValid.d.ts +2 -0
- package/build/types/common/dateUtils/isMonthAndYearFormat/index.d.ts +1 -0
- package/build/types/common/dateUtils/isMonthAndYearFormat/isMonthAndYearFormat.d.ts +1 -0
- package/build/types/common/dateUtils/isWithinRange/index.d.ts +1 -0
- package/build/types/common/dateUtils/isWithinRange/isWithinRange.d.ts +1 -0
- package/build/types/common/dateUtils/moveToWithinRange/index.d.ts +1 -0
- package/build/types/common/dateUtils/moveToWithinRange/moveToWithinRange.d.ts +1 -0
- package/build/types/common/deviceDetection/deviceDetection.d.ts +1 -0
- package/build/types/common/deviceDetection/index.d.ts +1 -0
- package/build/types/common/direction.d.ts +6 -0
- package/build/types/common/domHelpers/documentIosClick.d.ts +2 -0
- package/build/types/common/domHelpers/index.d.ts +6 -0
- package/build/types/common/fileType.d.ts +6 -0
- package/build/types/common/flowHeader/FlowHeader.d.ts +2 -0
- package/build/types/common/flowHeader/index.d.ts +1 -0
- package/build/types/common/focusBoundary/FocusBoundary.d.ts +10 -0
- package/build/types/common/focusBoundary/index.d.ts +1 -0
- package/build/types/common/focusBoundary/utils/getFocusableElements.d.ts +1 -0
- package/build/types/common/focusBoundary/utils/index.d.ts +2 -0
- package/build/types/common/focusBoundary/utils/resetFocus.d.ts +1 -0
- package/build/types/common/historyNavigator/historyNavigator.d.ts +11 -0
- package/build/types/common/historyNavigator/index.d.ts +1 -0
- package/build/types/common/hooks/index.d.ts +5 -0
- package/build/types/common/hooks/useClientWidth/index.d.ts +1 -0
- package/build/types/common/hooks/useClientWidth/useClientWidth.d.ts +9 -0
- package/build/types/common/hooks/useConditionalListener/index.d.ts +1 -0
- package/build/types/common/hooks/useConditionalListener/useConditionalListener.d.ts +9 -0
- package/build/types/common/hooks/useDirection/index.d.ts +1 -0
- package/build/types/common/hooks/useDirection/useDirection.d.ts +5 -0
- package/build/types/common/hooks/useHasIntersected/index.d.ts +1 -0
- package/build/types/common/hooks/useHasIntersected/useHasIntersected.d.ts +4 -0
- package/build/types/common/hooks/useLayout/index.d.ts +1 -0
- package/build/types/common/hooks/useLayout/useLayout.d.ts +8 -0
- package/build/types/common/index.d.ts +25 -0
- package/build/types/common/key.d.ts +8 -0
- package/build/types/common/keyCodes.d.ts +15 -0
- package/build/types/common/locale/index.d.ts +52 -0
- package/build/types/common/panel/Panel.d.ts +25 -0
- package/build/types/common/panel/index.d.ts +1 -0
- package/build/types/common/propsValues/breakpoint.d.ts +7 -0
- package/build/types/common/propsValues/control.d.ts +16 -0
- package/build/types/common/propsValues/dateMode.d.ts +4 -0
- package/build/types/common/propsValues/layouts.d.ts +9 -0
- package/build/types/common/propsValues/markdownNodeType.d.ts +18 -0
- package/build/types/common/propsValues/monthFormat.d.ts +4 -0
- package/build/types/common/propsValues/position.d.ts +16 -0
- package/build/types/common/propsValues/profileType.d.ts +4 -0
- package/build/types/common/propsValues/scroll.d.ts +6 -0
- package/build/types/common/propsValues/sentiment.d.ts +19 -0
- package/build/types/common/propsValues/size.d.ts +12 -0
- package/build/types/common/propsValues/status.d.ts +9 -0
- package/build/types/common/propsValues/type.d.ts +13 -0
- package/build/types/common/propsValues/typography.d.ts +37 -0
- package/build/types/common/propsValues/variant.d.ts +4 -0
- package/build/types/common/propsValues/width.d.ts +4 -0
- package/build/types/common/requirements.d.ts +2 -0
- package/build/types/common/responsivePanel/ResponsivePanel.d.ts +14 -0
- package/build/types/common/responsivePanel/index.d.ts +1 -0
- package/build/types/common/textFormat/formatWithPattern/formatWithPattern.d.ts +2 -0
- package/build/types/common/textFormat/formatWithPattern/index.d.ts +1 -0
- package/build/types/common/textFormat/getCountOfSymbolsInSelection/getCountOfSymbolsInSelection.d.ts +2 -0
- package/build/types/common/textFormat/getCountOfSymbolsInSelection/index.d.ts +1 -0
- package/build/types/common/textFormat/getCursorPositionAfterKeystroke/getCursorPositionAfterKeystroke.d.ts +2 -0
- package/build/types/common/textFormat/getCursorPositionAfterKeystroke/index.d.ts +1 -0
- package/build/types/common/textFormat/getDistanceToSymbol/getDistanceToSymbol.d.ts +2 -0
- package/build/types/common/textFormat/getDistanceToSymbol/index.d.ts +1 -0
- package/build/types/common/textFormat/getSymbolsInPatternWithPosition/getSymbolsInPatternWithPosition.d.ts +2 -0
- package/build/types/common/textFormat/getSymbolsInPatternWithPosition/index.d.ts +1 -0
- package/build/types/common/textFormat/index.d.ts +6 -0
- package/build/types/common/textFormat/unformatWithPattern/index.d.ts +1 -0
- package/build/types/common/textFormat/unformatWithPattern/unformatWithPattern.d.ts +2 -0
- package/build/types/common/theme.d.ts +19 -0
- package/build/types/criticalBanner/CriticalCommsBanner.d.ts +12 -0
- package/build/types/criticalBanner/CriticalCommsBanner.story.d.ts +8 -0
- package/build/types/criticalBanner/index.d.ts +1 -0
- package/build/types/dateInput/DateInput.d.ts +37 -0
- package/build/types/dateInput/DateInput.messages.d.ts +19 -0
- package/build/types/dateInput/index.d.ts +2 -0
- package/build/types/dateInput/utils/convertToLocalMidnight/convertToLocalMidnight.d.ts +1 -0
- package/build/types/dateInput/utils/convertToLocalMidnight/index.d.ts +1 -0
- package/build/types/dateInput/utils/explodeDate/explodeDate.d.ts +5 -0
- package/build/types/dateInput/utils/explodeDate/index.d.ts +1 -0
- package/build/types/dateInput/utils/index.d.ts +2 -0
- package/build/types/dateLookup/DateLookup.d.ts +26 -0
- package/build/types/dateLookup/dateHeader/DateHeader.d.ts +22 -0
- package/build/types/dateLookup/dateHeader/index.d.ts +1 -0
- package/build/types/dateLookup/dateTrigger/DateTrigger.d.ts +33 -0
- package/build/types/dateLookup/dateTrigger/DateTrigger.messages.d.ts +8 -0
- package/build/types/dateLookup/dateTrigger/index.d.ts +1 -0
- package/build/types/dateLookup/dayCalendar/DayCalendar.d.ts +4 -0
- package/build/types/dateLookup/dayCalendar/index.d.ts +1 -0
- package/build/types/dateLookup/dayCalendar/table/DayCalendarTable.d.ts +4 -0
- package/build/types/dateLookup/dayCalendar/table/index.d.ts +1 -0
- package/build/types/dateLookup/getStartOfDay/getStartOfDay.d.ts +1 -0
- package/build/types/dateLookup/getStartOfDay/index.d.ts +1 -0
- package/build/types/dateLookup/index.d.ts +1 -0
- package/build/types/dateLookup/monthCalendar/MonthCalendar.d.ts +4 -0
- package/build/types/dateLookup/monthCalendar/index.d.ts +1 -0
- package/build/types/dateLookup/monthCalendar/table/MonthCalendarTable.d.ts +28 -0
- package/build/types/dateLookup/monthCalendar/table/index.d.ts +1 -0
- package/build/types/dateLookup/tableLink/TableLink.d.ts +27 -0
- package/build/types/dateLookup/tableLink/index.d.ts +1 -0
- package/build/types/dateLookup/yearCalendar/YearCalendar.d.ts +30 -0
- package/build/types/dateLookup/yearCalendar/index.d.ts +1 -0
- package/build/types/dateLookup/yearCalendar/table/YearCalendarTable.d.ts +28 -0
- package/build/types/dateLookup/yearCalendar/table/index.d.ts +1 -0
- package/build/types/decision/Decision.d.ts +48 -0
- package/build/types/decision/decisionEnums.d.ts +8 -0
- package/build/types/decision/index.d.ts +2 -0
- package/build/types/definitionList/DefinitionList.d.ts +24 -0
- package/build/types/definitionList/index.d.ts +1 -0
- package/build/types/dimmer/Dimmer.d.ts +31 -0
- package/build/types/dimmer/Dimmer.story.d.ts +16 -0
- package/build/types/dimmer/dimmerManager/DimmerManager.d.ts +13 -0
- package/build/types/dimmer/dimmerManager/index.d.ts +1 -0
- package/build/types/dimmer/index.d.ts +1 -0
- package/build/types/display/Display.d.ts +9 -0
- package/build/types/display/Display.story.d.ts +7 -0
- package/build/types/display/index.d.ts +1 -0
- package/build/types/drawer/Drawer.d.ts +36 -0
- package/build/types/drawer/index.d.ts +1 -0
- package/build/types/dropFade/DropFade.d.ts +6 -0
- package/build/types/dropFade/DropFade.story.d.ts +10 -0
- package/build/types/dropFade/index.d.ts +1 -0
- package/build/types/dynamicFieldDefinitionList/DynamicFieldDefinitionList.d.ts +21 -0
- package/build/types/dynamicFieldDefinitionList/FormattedValue/FormattedValue.d.ts +25 -0
- package/build/types/dynamicFieldDefinitionList/FormattedValue/index.d.ts +1 -0
- package/build/types/dynamicFieldDefinitionList/index.d.ts +1 -0
- package/build/types/dynamicFieldDefinitionList/utils/createDefinitions.d.ts +1 -0
- package/build/types/dynamicFieldDefinitionList/utils/text-format.d.ts +1 -0
- package/build/types/emphasis/Emphasis.d.ts +6 -0
- package/build/types/emphasis/EmphasisHtmlTransformer.d.ts +16 -0
- package/build/types/emphasis/index.d.ts +1 -0
- package/build/types/flowNavigation/FlowNavigation.d.ts +34 -0
- package/build/types/flowNavigation/animatedLabel/AnimatedLabel.d.ts +18 -0
- package/build/types/flowNavigation/animatedLabel/index.d.ts +1 -0
- package/build/types/flowNavigation/backButton/BackButton.d.ts +20 -0
- package/build/types/flowNavigation/backButton/index.d.ts +2 -0
- package/build/types/flowNavigation/index.d.ts +1 -0
- package/build/types/header/Header.d.ts +28 -0
- package/build/types/header/Header.spec.d.ts +1 -0
- package/build/types/header/Header.story.d.ts +10 -0
- package/build/types/header/index.d.ts +1 -0
- package/build/types/i18n/index.d.ts +2 -0
- package/build/types/image/Image.d.ts +20 -0
- package/build/types/image/index.d.ts +1 -0
- package/build/types/index.d.ts +108 -0
- package/build/types/info/Info.d.ts +35 -0
- package/build/types/info/index.d.ts +2 -0
- package/build/types/info/infoPresentations.d.ts +4 -0
- package/build/types/inlineAlert/InlineAlert.d.ts +15 -0
- package/build/types/inlineAlert/index.d.ts +1 -0
- package/build/types/inputWithDisplayFormat/InputWithDisplayFormat.d.ts +11 -0
- package/build/types/inputWithDisplayFormat/index.d.ts +1 -0
- package/build/types/instructionsList/InstructionsList.d.ts +8 -0
- package/build/types/instructionsList/index.d.ts +2 -0
- package/build/types/link/Link.d.ts +12 -0
- package/build/types/link/Link.spec.d.ts +1 -0
- package/build/types/link/Link.story.d.ts +9 -0
- package/build/types/link/index.d.ts +1 -0
- package/build/types/loader/Loader.d.ts +24 -0
- package/build/types/loader/index.d.ts +2 -0
- package/build/types/logo/Logo.d.ts +23 -0
- package/build/types/logo/index.d.ts +2 -0
- package/build/types/logo/logoTypes.d.ts +4 -0
- package/build/types/markdown/Markdown.d.ts +25 -0
- package/build/types/markdown/index.d.ts +1 -0
- package/build/types/modal/Modal.d.ts +14 -0
- package/build/types/modal/Modal.story.d.ts +8 -0
- package/build/types/modal/index.d.ts +2 -0
- package/build/types/money/Money.d.ts +11 -0
- package/build/types/money/index.d.ts +1 -0
- package/build/types/moneyInput/MoneyInput.d.ts +31 -0
- package/build/types/moneyInput/MoneyInput.messages.d.ts +7 -0
- package/build/types/moneyInput/currencyFormatting.d.ts +3 -0
- package/build/types/moneyInput/index.d.ts +1 -0
- package/build/types/navigationOption/NavigationOption.d.ts +4 -0
- package/build/types/navigationOption/index.d.ts +1 -0
- package/build/types/navigationOptionsList/NavigationOptionsList.d.ts +10 -0
- package/build/types/navigationOptionsList/index.d.ts +1 -0
- package/build/types/nudge/Nudge.d.ts +20 -0
- package/build/types/nudge/index.d.ts +1 -0
- package/build/types/overlayHeader/OverlayHeader.d.ts +18 -0
- package/build/types/overlayHeader/index.d.ts +1 -0
- package/build/types/phoneNumberInput/PhoneNumberInput.d.ts +23 -0
- package/build/types/phoneNumberInput/data/countries.d.ts +14 -0
- package/build/types/phoneNumberInput/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/cleanNumber/cleanNumber.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/cleanNumber/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/explodeNumberModel/index.d.ts +5 -0
- package/build/types/phoneNumberInput/utils/filterOptionsForQuery/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/findCountryByCode/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/findCountryByPrefix/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/groupCountriesByPrefix/groupCountriesByPrefix.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/groupCountriesByPrefix/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/index.d.ts +12 -0
- package/build/types/phoneNumberInput/utils/isOptionAndFitsQuery/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/isOptionAndFitsQuery/isOptionAndFitsQuery.d.ts +2 -0
- package/build/types/phoneNumberInput/utils/isStringNumeric/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/isStringNumeric/isStringNumeric.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/isValidPhoneNumber/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/isValidPhoneNumber/isValidPhoneNumber.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/longestMatchingPrefix/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/setDefaultPrefix/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/sortArrayByProperty/index.d.ts +1 -0
- package/build/types/phoneNumberInput/utils/sortArrayByProperty/sortArrayByProperty.d.ts +1 -0
- package/build/types/popover/Popover.d.ts +20 -0
- package/build/types/popover/index.d.ts +1 -0
- package/build/types/processIndicator/ProcessIndicator.d.ts +19 -0
- package/build/types/processIndicator/index.d.ts +2 -0
- package/build/types/progress/Progress.d.ts +11 -0
- package/build/types/progress/index.d.ts +1 -0
- package/build/types/progressBar/ProgressBar.d.ts +14 -0
- package/build/types/progressBar/index.d.ts +1 -0
- package/build/types/provider/Provider.d.ts +19 -0
- package/build/types/provider/Provider.spec.d.ts +1 -0
- package/build/types/provider/Provider.story.d.ts +23 -0
- package/build/types/provider/direction/DirectionProvider.d.ts +8 -0
- package/build/types/provider/direction/DirectionProvider.spec.d.ts +1 -0
- package/build/types/provider/direction/index.d.ts +1 -0
- package/build/types/provider/index.d.ts +3 -0
- package/build/types/provider/language/LanguageProvider.d.ts +7 -0
- package/build/types/provider/language/LanguageProvider.spec.d.ts +1 -0
- package/build/types/provider/language/index.d.ts +1 -0
- package/build/types/radio/Radio.d.ts +21 -0
- package/build/types/radio/index.d.ts +2 -0
- package/build/types/radioGroup/RadioGroup.d.ts +26 -0
- package/build/types/radioGroup/index.d.ts +1 -0
- package/build/types/radioOption/RadioOption.d.ts +23 -0
- package/build/types/radioOption/index.d.ts +1 -0
- package/build/types/section/Section.d.ts +12 -0
- package/build/types/section/Section.spec.d.ts +1 -0
- package/build/types/section/Section.story.d.ts +15 -0
- package/build/types/section/index.d.ts +1 -0
- package/build/types/select/Select.d.ts +94 -0
- package/build/types/select/Select.messages.d.ts +7 -0
- package/build/types/select/index.d.ts +2 -0
- package/build/types/select/option/Option.d.ts +13 -0
- package/build/types/select/option/index.d.ts +2 -0
- package/build/types/select/searchBox/SearchBox.d.ts +6 -0
- package/build/types/select/searchBox/index.d.ts +1 -0
- package/build/types/sizeSwapper/SizeSwapper.d.ts +2 -0
- package/build/types/sizeSwapper/index.d.ts +1 -0
- package/build/types/slidingPanel/SlidingPanel.d.ts +17 -0
- package/build/types/slidingPanel/index.d.ts +1 -0
- package/build/types/snackbar/Snackbar.d.ts +22 -0
- package/build/types/snackbar/SnackbarContext.d.ts +2 -0
- package/build/types/snackbar/SnackbarProvider.d.ts +12 -0
- package/build/types/snackbar/useSnackbar.d.ts +2 -0
- package/build/types/statusIcon/StatusIcon.d.ts +8 -0
- package/build/types/statusIcon/index.d.ts +1 -0
- package/build/types/stepper/Stepper.d.ts +18 -0
- package/build/types/stepper/deviceDetection.d.ts +1 -0
- package/build/types/stepper/index.d.ts +2 -0
- package/build/types/sticky/Sticky.d.ts +14 -0
- package/build/types/sticky/index.d.ts +1 -0
- package/build/types/summary/Summary.d.ts +71 -0
- package/build/types/summary/Summary.messages.d.ts +19 -0
- package/build/types/summary/index.d.ts +1 -0
- package/build/types/switch/Switch.d.ts +17 -0
- package/build/types/switch/Switch.story.d.ts +15 -0
- package/build/types/switch/index.d.ts +1 -0
- package/build/types/switchOption/SwitchOption.d.ts +17 -0
- package/build/types/switchOption/SwitchOption.story.d.ts +22 -0
- package/build/types/switchOption/index.d.ts +1 -0
- package/build/types/tabs/Tab.d.ts +2 -0
- package/build/types/tabs/TabList.d.ts +10 -0
- package/build/types/tabs/TabPanel.d.ts +18 -0
- package/build/types/tabs/Tabs.d.ts +29 -0
- package/build/types/tabs/index.d.ts +1 -0
- package/build/types/tabs/utils.d.ts +7 -0
- package/build/types/test-utils/index.d.ts +107 -0
- package/build/types/textareaWithDisplayFormat/TextareaWithDisplayFormat.d.ts +11 -0
- package/build/types/textareaWithDisplayFormat/index.d.ts +1 -0
- package/build/types/tile/Tile.d.ts +39 -0
- package/build/types/tile/index.d.ts +1 -0
- package/build/types/title/Title.d.ts +14 -0
- package/build/types/title/Title.spec.d.ts +1 -0
- package/build/types/title/Title.story.d.ts +8 -0
- package/build/types/title/index.d.ts +1 -0
- package/build/types/tooltip/Tooltip.d.ts +9 -0
- package/build/types/tooltip/Tooltip.spec.d.ts +1 -0
- package/build/types/tooltip/Tooltip.story.d.ts +12 -0
- package/build/types/tooltip/index.d.ts +2 -0
- package/build/types/typeahead/Typeahead.d.ts +57 -0
- package/build/types/typeahead/index.d.ts +2 -0
- package/build/types/typeahead/typeaheadInput/TypeaheadInput.d.ts +47 -0
- package/build/types/typeahead/typeaheadOption/TypeaheadOption.d.ts +23 -0
- package/build/types/typeahead/util/highlight.d.ts +1 -0
- package/build/types/upload/Upload.d.ts +54 -0
- package/build/types/upload/Upload.messages.d.ts +61 -0
- package/build/types/upload/index.d.ts +2 -0
- package/build/types/upload/steps/completeStep/completeStep.d.ts +20 -0
- package/build/types/upload/steps/completeStep/index.d.ts +1 -0
- package/build/types/upload/steps/index.d.ts +4 -0
- package/build/types/upload/steps/mediaUploadStep/index.d.ts +1 -0
- package/build/types/upload/steps/mediaUploadStep/mediaUploadStep.d.ts +24 -0
- package/build/types/upload/steps/processingStep/index.d.ts +1 -0
- package/build/types/upload/steps/processingStep/processingStep.d.ts +14 -0
- package/build/types/upload/steps/uploadImageStep/index.d.ts +1 -0
- package/build/types/upload/steps/uploadImageStep/uploadImageStep.d.ts +22 -0
- package/build/types/upload/uploadSteps.d.ts +4 -0
- package/build/types/upload/utils/asyncFileRead/asyncFileRead.d.ts +1 -0
- package/build/types/upload/utils/asyncFileRead/index.d.ts +1 -0
- package/build/types/upload/utils/getFileType/getFileType.d.ts +1 -0
- package/build/types/upload/utils/getFileType/index.d.ts +1 -0
- package/build/types/upload/utils/getSupportedSpotMimeTypes/getSupportedSpotMimeTypes.d.ts +1 -0
- package/build/types/upload/utils/getSupportedSpotMimeTypes/index.d.ts +1 -0
- package/build/types/upload/utils/index.d.ts +7 -0
- package/build/types/upload/utils/isSizeValid/index.d.ts +1 -0
- package/build/types/upload/utils/isSizeValid/isSizeValid.d.ts +1 -0
- package/build/types/upload/utils/isTypeValid/index.d.ts +1 -0
- package/build/types/upload/utils/isTypeValid/isTypeValid.d.ts +1 -0
- package/build/types/upload/utils/postData/index.d.ts +1 -0
- package/build/types/upload/utils/postData/postData.d.ts +1 -0
- package/build/types/upload/utils/requestMedia/index.d.ts +1 -0
- package/build/types/upload/utils/requestMedia/requestMedia.d.ts +1 -0
- package/build/types/uploadInput/UploadInput.d.ts +75 -0
- package/build/types/uploadInput/UploadInput.messages.d.ts +38 -0
- package/build/types/uploadInput/UploadInput.spec.d.ts +1 -0
- package/build/types/uploadInput/UploadInput.story.d.ts +20 -0
- package/build/types/uploadInput/index.d.ts +1 -0
- package/build/types/uploadInput/types.d.ts +46 -0
- package/build/types/uploadInput/uploadButton/UploadButton.d.ts +49 -0
- package/build/types/uploadInput/uploadButton/UploadButton.messages.d.ts +28 -0
- package/build/types/uploadInput/uploadButton/UploadButton.spec.d.ts +1 -0
- package/build/types/uploadInput/uploadButton/defaults.d.ts +3 -0
- package/build/types/uploadInput/uploadButton/getAllowedFileTypes.d.ts +3 -0
- package/build/types/uploadInput/uploadButton/getAllowedFileTypes.spec.d.ts +1 -0
- package/build/types/uploadInput/uploadItem/UploadItem.d.ts +20 -0
- package/build/types/uploadInput/uploadItem/UploadItem.messages.d.ts +33 -0
- package/build/types/uploadInput/uploadItem/UploadItem.spec.d.ts +1 -0
- package/build/types/uploadInput/uploadItem/UploadItemBody.d.ts +7 -0
- package/build/types/utilities/deprecatedProperty/deprecatedProperty.d.ts +7 -0
- package/build/types/utilities/deprecatedProperty/index.d.ts +1 -0
- package/build/types/utilities/index.d.ts +2 -0
- package/build/types/utilities/logActionRequired.d.ts +2 -0
- package/build/types/withDisplayFormat/WithDisplayFormat.d.ts +90 -0
- package/build/types/withDisplayFormat/index.d.ts +1 -0
- package/build/types/withNextPortal/withNextPortal.d.ts +2 -0
- package/build/umd/no-polyfill/main.js +1 -0
- package/build/umd/polyfill/main.js +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./RadioGroup";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface RadioOptionProps {
|
|
4
|
+
"aria-label"?: string;
|
|
5
|
+
media?: React.ReactNode;
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
title: React.ReactNode;
|
|
9
|
+
content?: React.ReactNode;
|
|
10
|
+
checked?: boolean;
|
|
11
|
+
onChange: (...args: any[])=>any;
|
|
12
|
+
complex?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
value?: string;
|
|
15
|
+
showMediaCircle?: boolean;
|
|
16
|
+
showMediaAtAllSizes?: boolean;
|
|
17
|
+
isContainerAligned?: boolean;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare const RadioOption: React.FC<RadioOptionProps>;
|
|
21
|
+
|
|
22
|
+
export default RadioOption;
|
|
23
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./RadioOption";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PropsWithChildren } from 'react';
|
|
2
|
+
import { CommonProps } from '../common';
|
|
3
|
+
type SectionProps = PropsWithChildren<CommonProps & {
|
|
4
|
+
withHorizontalPadding?: boolean;
|
|
5
|
+
}>;
|
|
6
|
+
/**
|
|
7
|
+
*
|
|
8
|
+
* Neptune Web: https://transferwise.github.io/neptune-web/components/content/Section
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
declare const Section: ({ children, className, withHorizontalPadding }: SectionProps) => JSX.Element;
|
|
12
|
+
export default Section;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
component: ({ children, className, withHorizontalPadding }: import("../common").CommonProps & {
|
|
4
|
+
withHorizontalPadding?: boolean | undefined;
|
|
5
|
+
} & {
|
|
6
|
+
children?: import("react").ReactNode;
|
|
7
|
+
}) => JSX.Element;
|
|
8
|
+
title: string;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Basic: () => JSX.Element;
|
|
12
|
+
export declare const WithHeader: () => JSX.Element;
|
|
13
|
+
export declare const withAccordion: () => JSX.Element;
|
|
14
|
+
export declare const WithCards: () => JSX.Element;
|
|
15
|
+
export declare const WithNavigationOptions: () => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Section';
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export type SelectDropdownRight = "xs" | "sm" | "md" | "lg" | "xl";
|
|
4
|
+
|
|
5
|
+
export type SelectDropdownWidth = "sm" | "md" | "lg";
|
|
6
|
+
|
|
7
|
+
export type SelectSize = "sm" | "md" | "lg";
|
|
8
|
+
|
|
9
|
+
export interface SelectSelected {
|
|
10
|
+
value: any;
|
|
11
|
+
label?: React.ReactNode;
|
|
12
|
+
icon?: React.ReactNode;
|
|
13
|
+
currency?: string;
|
|
14
|
+
note?: React.ReactNode;
|
|
15
|
+
secondary?: React.ReactNode;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export type SelectSearch = boolean | ((...args: any[])=>any);
|
|
19
|
+
|
|
20
|
+
export interface SelectOptions {
|
|
21
|
+
value?: any;
|
|
22
|
+
label?: React.ReactNode;
|
|
23
|
+
header?: React.ReactNode;
|
|
24
|
+
icon?: React.ReactNode;
|
|
25
|
+
currency?: string;
|
|
26
|
+
note?: React.ReactNode;
|
|
27
|
+
secondary?: React.ReactNode;
|
|
28
|
+
separator?: boolean;
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
searchStrings?: string[];
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export interface SelectProps {
|
|
34
|
+
placeholder?: string;
|
|
35
|
+
id?: string;
|
|
36
|
+
required?: boolean;
|
|
37
|
+
disabled?: boolean;
|
|
38
|
+
inverse?: boolean;
|
|
39
|
+
dropdownRight?: SelectDropdownRight;
|
|
40
|
+
dropdownWidth?: SelectDropdownWidth;
|
|
41
|
+
size?: SelectSize;
|
|
42
|
+
block?: boolean;
|
|
43
|
+
selected?: SelectSelected;
|
|
44
|
+
/**
|
|
45
|
+
* Search toggle
|
|
46
|
+
* if `true` default search functionality being enabled (not case sensitive search in option labels & currency props)
|
|
47
|
+
* if `function` you can define your own search function to implement custom search experience. This search function used while filtering the options array. The custom search function takes two parameters. First is the option the second is the keyword.
|
|
48
|
+
*/
|
|
49
|
+
search?: SelectSearch;
|
|
50
|
+
onChange: (...args: any[])=>any;
|
|
51
|
+
onFocus?: (...args: any[])=>any;
|
|
52
|
+
onBlur?: (...args: any[])=>any;
|
|
53
|
+
options: SelectOptions[];
|
|
54
|
+
/**
|
|
55
|
+
* To have full control of your search value and response use `onSearchChange` function combined with `searchValue` and custom filtering on the options array.
|
|
56
|
+
* DO NOT USE TOGETHER WITH `search` PROPERTY
|
|
57
|
+
*/
|
|
58
|
+
onSearchChange?: (...args: any[])=>any;
|
|
59
|
+
searchValue?: string;
|
|
60
|
+
searchPlaceholder?: string;
|
|
61
|
+
classNames?: any;
|
|
62
|
+
dropdownUp?: boolean;
|
|
63
|
+
buttonProps?: Object;
|
|
64
|
+
dropdownProps?: Object;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
declare const Select: React.FC<SelectProps>;
|
|
68
|
+
|
|
69
|
+
export default Select;
|
|
70
|
+
|
|
71
|
+
declare const renderOptionsList: React.FC;
|
|
72
|
+
|
|
73
|
+
export default renderOptionsList;
|
|
74
|
+
|
|
75
|
+
declare const ShowMoreOption: React.FC;
|
|
76
|
+
|
|
77
|
+
export default ShowMoreOption;
|
|
78
|
+
|
|
79
|
+
declare const PlaceHolderOption: React.FC;
|
|
80
|
+
|
|
81
|
+
export default PlaceHolderOption;
|
|
82
|
+
|
|
83
|
+
declare const SeparatorOption: React.FC;
|
|
84
|
+
|
|
85
|
+
export default SeparatorOption;
|
|
86
|
+
|
|
87
|
+
declare const HeaderOption: React.FC;
|
|
88
|
+
|
|
89
|
+
export default HeaderOption;
|
|
90
|
+
|
|
91
|
+
declare const renderOption: React.FC;
|
|
92
|
+
|
|
93
|
+
export default renderOption;
|
|
94
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type Props<T> = {
|
|
3
|
+
label: ReactNode;
|
|
4
|
+
value: T;
|
|
5
|
+
currency?: string;
|
|
6
|
+
note?: ReactNode;
|
|
7
|
+
secondary?: ReactNode;
|
|
8
|
+
icon?: ReactNode;
|
|
9
|
+
classNames?: Record<string, string>;
|
|
10
|
+
selected?: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare function Option<T>({ label, currency, note, secondary, icon, classNames, selected, }: Props<T>): JSX.Element;
|
|
13
|
+
export default Option;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { InputHTMLAttributes } from 'react';
|
|
2
|
+
declare const SearchBox: import("react").ForwardRefExoticComponent<{
|
|
3
|
+
id?: string | undefined;
|
|
4
|
+
classNames?: Record<string, string> | undefined;
|
|
5
|
+
} & Pick<InputHTMLAttributes<HTMLInputElement>, "value" | "placeholder" | "onChange" | "onClick"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
6
|
+
export default SearchBox;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./SearchBox";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./SizeSwapper";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export type SlidingPanelPosition = "top" | "bottom" | "left" | "right";
|
|
4
|
+
|
|
5
|
+
export interface SlidingPanelProps {
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
className?: string;
|
|
8
|
+
open?: boolean;
|
|
9
|
+
position?: SlidingPanelPosition;
|
|
10
|
+
showSlidingPanelBorder?: boolean;
|
|
11
|
+
slidingPanelPositionFixed?: boolean;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
declare const SlidingPanel: React.FC<SlidingPanelProps>;
|
|
15
|
+
|
|
16
|
+
export default SlidingPanel;
|
|
17
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./SlidingPanel";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface SnackbarAction {
|
|
4
|
+
label: string;
|
|
5
|
+
onClick: (...args: any[])=>any;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export type SnackbarTheme = "light" | "dark";
|
|
9
|
+
|
|
10
|
+
export interface SnackbarProps {
|
|
11
|
+
action?: SnackbarAction;
|
|
12
|
+
text: React.ReactNode;
|
|
13
|
+
theme?: SnackbarTheme;
|
|
14
|
+
timeout: number;
|
|
15
|
+
timestamp: number;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export class Snackbar extends React.Component<SnackbarProps, any> {
|
|
19
|
+
render(): JSX.Element;
|
|
20
|
+
|
|
21
|
+
}
|
|
22
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface SnackbarProviderProps {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
timeout?: number;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export default class SnackbarProvider extends React.Component<SnackbarProviderProps, any> {
|
|
9
|
+
render(): JSX.Element;
|
|
10
|
+
|
|
11
|
+
}
|
|
12
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { SizeSmall, SizeMedium, SizeLarge, Sentiment } from '../common';
|
|
3
|
+
type Props = {
|
|
4
|
+
sentiment: Sentiment;
|
|
5
|
+
size: SizeSmall | SizeMedium | SizeLarge;
|
|
6
|
+
};
|
|
7
|
+
declare const StatusIcon: ({ sentiment, size }: Props) => ReactElement;
|
|
8
|
+
export default StatusIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./StatusIcon";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface StepperSteps {
|
|
4
|
+
label: React.ReactNode;
|
|
5
|
+
onClick?: (...args: any[])=>any;
|
|
6
|
+
hoverLabel?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface StepperProps {
|
|
10
|
+
steps: StepperSteps[];
|
|
11
|
+
activeStep?: number;
|
|
12
|
+
className?: string;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
declare const Stepper: React.FC<StepperProps>;
|
|
16
|
+
|
|
17
|
+
export default Stepper;
|
|
18
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function isTouchDevice(): boolean;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export type StickyPosition = "top" | "bottom";
|
|
4
|
+
|
|
5
|
+
export interface StickyProps {
|
|
6
|
+
open?: boolean;
|
|
7
|
+
position?: StickyPosition;
|
|
8
|
+
children?: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
declare const Sticky: React.FC<StickyProps>;
|
|
12
|
+
|
|
13
|
+
export default Sticky;
|
|
14
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./Sticky";
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface SummaryAction {
|
|
4
|
+
text: React.ReactNode;
|
|
5
|
+
href: string;
|
|
6
|
+
"aria-label"?: string;
|
|
7
|
+
target?: string;
|
|
8
|
+
onClick?: (...args: any[])=>any;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface SummaryInfo {
|
|
12
|
+
"aria-label": string;
|
|
13
|
+
content: React.ReactNode;
|
|
14
|
+
onClick?: (...args: any[])=>any;
|
|
15
|
+
presentation?: "POPOVER" | "MODAL";
|
|
16
|
+
title?: React.ReactNode;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export type SummaryStatus = "notDone" | "done" | "pending";
|
|
20
|
+
|
|
21
|
+
export interface SummaryProps {
|
|
22
|
+
/**
|
|
23
|
+
* Action displayed at the bottom of the Summary
|
|
24
|
+
*/
|
|
25
|
+
action?: SummaryAction;
|
|
26
|
+
/**
|
|
27
|
+
* Decides which html element should wrap the Summary
|
|
28
|
+
*/
|
|
29
|
+
as?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Extra classes applied to Summary
|
|
32
|
+
*/
|
|
33
|
+
className?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @deprecated please use description instead
|
|
36
|
+
*/
|
|
37
|
+
content?: any;
|
|
38
|
+
/**
|
|
39
|
+
* Summary description
|
|
40
|
+
*/
|
|
41
|
+
description?: React.ReactNode;
|
|
42
|
+
/**
|
|
43
|
+
* @deprecated please use info instead
|
|
44
|
+
*/
|
|
45
|
+
help?: any;
|
|
46
|
+
/**
|
|
47
|
+
* Infos displayed on help Icon click inside Popover or Modal
|
|
48
|
+
*/
|
|
49
|
+
info?: SummaryInfo;
|
|
50
|
+
/**
|
|
51
|
+
* @deprecated please use icon instead
|
|
52
|
+
*/
|
|
53
|
+
illustration?: any;
|
|
54
|
+
/**
|
|
55
|
+
* Main Summary Icon
|
|
56
|
+
*/
|
|
57
|
+
icon?: any;
|
|
58
|
+
/**
|
|
59
|
+
* Decides the badge applied to Icon
|
|
60
|
+
*/
|
|
61
|
+
status?: SummaryStatus;
|
|
62
|
+
/**
|
|
63
|
+
* Summary title
|
|
64
|
+
*/
|
|
65
|
+
title: React.ReactNode;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
declare const Summary: React.FC<SummaryProps>;
|
|
69
|
+
|
|
70
|
+
export default Summary;
|
|
71
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
namespace statusNotDone {
|
|
3
|
+
const id: string;
|
|
4
|
+
const defaultMessage: string;
|
|
5
|
+
}
|
|
6
|
+
namespace statusPending {
|
|
7
|
+
const id_1: string;
|
|
8
|
+
export { id_1 as id };
|
|
9
|
+
const defaultMessage_1: string;
|
|
10
|
+
export { defaultMessage_1 as defaultMessage };
|
|
11
|
+
}
|
|
12
|
+
namespace statusDone {
|
|
13
|
+
const id_2: string;
|
|
14
|
+
export { id_2 as id };
|
|
15
|
+
const defaultMessage_2: string;
|
|
16
|
+
export { defaultMessage_2 as defaultMessage };
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./Summary";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { MouseEvent, ReactElement } from 'react';
|
|
2
|
+
import { CommonProps } from '../common';
|
|
3
|
+
type Props = CommonProps & {
|
|
4
|
+
/** Used to describe the purpose of the switch. To be used if there is no external label (i.e. aria-labelledby is null) */
|
|
5
|
+
'aria-label'?: string;
|
|
6
|
+
/** A reference to a label that describes the purpose of the switch. Ignored if aria-label is provided */
|
|
7
|
+
'aria-labelledby'?: string;
|
|
8
|
+
/** Whether the switch is checked or not */
|
|
9
|
+
checked?: boolean;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
/** ID to apply to the switch container */
|
|
12
|
+
id?: string;
|
|
13
|
+
/** Function called when the switch is toggled */
|
|
14
|
+
onClick: (event?: MouseEvent<HTMLSpanElement>) => void;
|
|
15
|
+
};
|
|
16
|
+
declare const Switch: (props: Props) => ReactElement;
|
|
17
|
+
export default Switch;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
component: (props: import("../common").CommonProps & {
|
|
4
|
+
'aria-label'?: string | undefined;
|
|
5
|
+
'aria-labelledby'?: string | undefined;
|
|
6
|
+
checked?: boolean | undefined;
|
|
7
|
+
disabled?: boolean | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
|
+
onClick: (event?: import("react").MouseEvent<HTMLSpanElement, MouseEvent> | undefined) => void;
|
|
10
|
+
}) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
11
|
+
title: string;
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
export declare const Basic: () => JSX.Element;
|
|
15
|
+
export declare const Disabled: () => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Switch';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ReactChild, ReactElement } from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
checked?: boolean;
|
|
4
|
+
complex?: boolean;
|
|
5
|
+
content?: ReactChild;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
showMediaCircle?: boolean;
|
|
8
|
+
showMediaAtAllSizes?: boolean;
|
|
9
|
+
isContainerAligned?: boolean;
|
|
10
|
+
id?: string;
|
|
11
|
+
media?: ReactChild;
|
|
12
|
+
onChange: (newValue: boolean) => void;
|
|
13
|
+
title: ReactChild;
|
|
14
|
+
'aria-label': string;
|
|
15
|
+
};
|
|
16
|
+
declare const SwitchOption: ({ checked, complex, content, disabled, id, media, onChange, title, showMediaCircle, showMediaAtAllSizes, isContainerAligned, "aria-label": ariaLabel, }: Props) => ReactElement;
|
|
17
|
+
export default SwitchOption;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
component: ({ checked, complex, content, disabled, id, media, onChange, title, showMediaCircle, showMediaAtAllSizes, isContainerAligned, "aria-label": ariaLabel, }: {
|
|
4
|
+
checked?: boolean | undefined;
|
|
5
|
+
complex?: boolean | undefined;
|
|
6
|
+
content?: import("react").ReactChild | undefined;
|
|
7
|
+
disabled?: boolean | undefined;
|
|
8
|
+
showMediaCircle?: boolean | undefined;
|
|
9
|
+
showMediaAtAllSizes?: boolean | undefined;
|
|
10
|
+
isContainerAligned?: boolean | undefined;
|
|
11
|
+
id?: string | undefined;
|
|
12
|
+
media?: import("react").ReactChild | undefined;
|
|
13
|
+
onChange: (newValue: boolean) => void;
|
|
14
|
+
title: import("react").ReactChild;
|
|
15
|
+
'aria-label': string;
|
|
16
|
+
}) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
+
title: string;
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
export declare const Basic: () => JSX.Element;
|
|
21
|
+
export declare const Multiple: () => JSX.Element;
|
|
22
|
+
export declare const WithContainerContent: () => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './SwitchOption';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default TabPanel;
|
|
2
|
+
declare function TabPanel({ children, id, tabId, style }: {
|
|
3
|
+
children: any;
|
|
4
|
+
id: any;
|
|
5
|
+
tabId: any;
|
|
6
|
+
style: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace TabPanel {
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
const children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
11
|
+
const id: PropTypes.Validator<string>;
|
|
12
|
+
const tabId: PropTypes.Validator<string>;
|
|
13
|
+
const style: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
14
|
+
width: PropTypes.Validator<string>;
|
|
15
|
+
}>>>;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface TabsTabs {
|
|
4
|
+
title: string;
|
|
5
|
+
content: React.ReactNode;
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export type TabsTransitionSpacing = "default" | "xs" | "sm" | "md" | "lg";
|
|
10
|
+
|
|
11
|
+
export type TabsHeaderWidth = "auto" | "block";
|
|
12
|
+
|
|
13
|
+
export interface TabsProps {
|
|
14
|
+
tabs: TabsTabs[];
|
|
15
|
+
selected: number;
|
|
16
|
+
onTabSelect: (...args: any[])=>any;
|
|
17
|
+
name: string;
|
|
18
|
+
animatePanelsOnClick?: boolean;
|
|
19
|
+
changeTabOnSwipe?: boolean;
|
|
20
|
+
className?: string;
|
|
21
|
+
transitionSpacing?: TabsTransitionSpacing;
|
|
22
|
+
headerWidth?: TabsHeaderWidth;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export default class Tabs extends React.Component<TabsProps, any> {
|
|
26
|
+
render(): JSX.Element;
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./Tabs";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function getVelocity(coords: any): number;
|
|
2
|
+
export function getSwipeVelocity(start: any, end: any): number;
|
|
3
|
+
export function getSwipeDifference(start: any, end: any, axis?: string): number;
|
|
4
|
+
export function swipedLeftToRight(start: any, end: any): boolean;
|
|
5
|
+
export function swipedRightToLeft(start: any, end: any): boolean;
|
|
6
|
+
export function swipeShouldChangeTab(start: any, end: any): boolean;
|
|
7
|
+
export function getElasticDragDifference(difference: any): number;
|