@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,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "เคลียร์ {choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "ชัดเจน",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "ปิด",
|
|
5
|
+
"neptune.DateInput.day.label": "วัน",
|
|
6
|
+
"neptune.DateInput.month.label": "เดือน",
|
|
7
|
+
"neptune.DateInput.year.label": "ปี",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "เลือกตัวเลือก...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "การนำทางเลขหน้า",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "ไปที่หน้า {pageNumber}",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "หน้าปัจจุบัน หน้า {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "ค้นหา...",
|
|
13
|
+
"neptune.Summary.statusDone": "รายการที่ทำแล้ว",
|
|
14
|
+
"neptune.Summary.statusNotDone": "รายการที่ต้องทำ",
|
|
15
|
+
"neptune.Summary.statusPending": "รายการที่รอดำเนินการ",
|
|
16
|
+
"neptune.Upload.csButtonText": "อัพโหลดไฟล์อื่นหรือไม่",
|
|
17
|
+
"neptune.Upload.csFailureText": "การอัปโหลดล้มเหลว กรุณาลองอีกครั้ง",
|
|
18
|
+
"neptune.Upload.csSuccessText": "อัปโหลดเสร็จสมบูรณ์!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "กรุณาใช้ไฟล์ที่มีขนาดเล็กกว่า 5MB",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "ไม่รองรับประเภทไฟล์ โปรดลองอีกครั้งโดยใช้ไฟล์อื่น",
|
|
21
|
+
"neptune.Upload.psButtonText": "ยกเลิก",
|
|
22
|
+
"neptune.Upload.psProcessingText": "กำลังอัปโหลด...",
|
|
23
|
+
"neptune.Upload.usButtonText": "หรือเลือกไฟล์",
|
|
24
|
+
"neptune.Upload.usDropMessage": "วางไฟล์เพื่อเริ่มการอัปโหลด",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "ลากและวางไฟล์ที่มีขนาดไม่เกิน 5MB",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "ไฟล์ทุกประเภท",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "วางไฟล์เพื่อเริ่มการอัปโหลด",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes} น้อยกว่า {size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "อัปโหลดไฟล์",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "อัปโหลดไฟล์",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "การลบไฟล์นี้จะลบออกจากระบบของเรา",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "ยกเลิก",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "ลบ",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "แน่ใจว่าต้องการลบไฟล์นี้หรือไม่",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "ไฟล์ใหญ่เกินไป",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "ไม่รองรับประเภทไฟล์",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "ขออภัย การอัปโหลดนี้ไม่สำเร็จเนื่องจากเรายอมรับได้แค่ครั้งละ {maxFilesAllowed} ไฟล์",
|
|
38
|
+
"neptune.UploadItem.deleting": "กำลังลบ...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "ลบไฟล์ {filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "อัปโหลดแล้ว",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "อัปโหลดไฟล์แล้ว",
|
|
42
|
+
"neptune.UploadItem.uploading": "กำลังอัปโหลด...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "อัปโหลดไม่สำเร็จ"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "{choice} temizle",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Sil",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Kapat",
|
|
5
|
+
"neptune.DateInput.day.label": "Gün",
|
|
6
|
+
"neptune.DateInput.month.label": "Ay",
|
|
7
|
+
"neptune.DateInput.year.label": "Yıl",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Bir seçenek seçin...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Sayfalandırma gezintisi",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "{pageNumber} numaralı sayfaya git",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Mevcut sayfa, sayfa {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Ara...",
|
|
13
|
+
"neptune.Summary.statusDone": "Tamamlanan aşama",
|
|
14
|
+
"neptune.Summary.statusNotDone": "Yapılacak",
|
|
15
|
+
"neptune.Summary.statusPending": "Bekliyor",
|
|
16
|
+
"neptune.Upload.csButtonText": "Başka bir dosya yükleyin?",
|
|
17
|
+
"neptune.Upload.csFailureText": "Yükleme başarısız. Lütfen yine deneyin",
|
|
18
|
+
"neptune.Upload.csSuccessText": "Yükleme tamamlandı!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Lütfen 5 MB'den hüçük bir dosya sağlayın",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "Desteklenmeyen dosya biçimi. Lütfen başka bir dosyayla tekrar deneyin",
|
|
21
|
+
"neptune.Upload.psButtonText": "İptal edin",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Yükleniyor...",
|
|
23
|
+
"neptune.Upload.usButtonText": "Veya bir dosya seçin",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Yüklemeyi başlatmak için dosyayı bırakın",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "5 MB'den küçük bir dosya sürükleyin ve bırakın",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "Tüm belge tipleri",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Yüklemeyi başlatmak için dosyayı bırakın",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, en fazla {size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Dosya yükleyin",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Dosya yükleyin",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "Bu belgeyi kaldırmak, sistemimizden tamamen silinmesiyle sonuçlanır.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "İptal et",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Kaldır",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "Bu dosyayı kaldırmak istediğinizden emin misiniz?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "Dosya çok büyük",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "Dosya tipi desteklenmiyor",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Üzgünüz, bu yükleme aynı anda en fazla {maxFilesAllowed} dosya kabul edebildiğimiz için başarısız oldu.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Siliniyor...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "{filename} dosyasını kaldır",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Yüklendi",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "Yüklenen belge",
|
|
42
|
+
"neptune.UploadItem.uploading": "Yükleniyor...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Dosya yüklenemedi"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "Очистити {choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Очистити",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Закрити",
|
|
5
|
+
"neptune.DateInput.day.label": "День",
|
|
6
|
+
"neptune.DateInput.month.label": "Місяць",
|
|
7
|
+
"neptune.DateInput.year.label": "Рік",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Виберіть варіант…",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Перехід за сторінками",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "Перейти на сторінку {pageNumber}",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Ця сторінка, сторінка {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Пошук…",
|
|
13
|
+
"neptune.Summary.statusDone": "Виконано",
|
|
14
|
+
"neptune.Summary.statusNotDone": "Не виконано",
|
|
15
|
+
"neptune.Summary.statusPending": "Виконується",
|
|
16
|
+
"neptune.Upload.csButtonText": "Завантажити інший файл?",
|
|
17
|
+
"neptune.Upload.csFailureText": "Не завантажено. Повторіть спробу.",
|
|
18
|
+
"neptune.Upload.csSuccessText": "Завантаження завершено!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Завантажте файл завбільшки до 5 МБ",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "Тип файлу не підтримується. Спробуйте завантажити інший файл.",
|
|
21
|
+
"neptune.Upload.psButtonText": "Скасувати",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Завантаження…",
|
|
23
|
+
"neptune.Upload.usButtonText": "Або виберіть файл",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Перетягніть файл, щоб почати завантаження",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "Перетягніть файл завбільшки до 5 МБ",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "Усі типи файлів",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Перетягніть файл, щоб почати завантаження",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, до {size} МБ",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Завантажити файл",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Завантажити файли",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "Якщо вилучити файл, його буде видалено з нашої системи.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "Скасувати",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Вилучити",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "Справді вилучити цей файл?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "Файл завеликий",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "Тип файлу не підтримується",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "На жаль, це завантаження не вдале. Ми можемо завантажити лише {maxFilesAllowed} файлів за один раз.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Видалення…",
|
|
39
|
+
"neptune.UploadItem.removeFile": "Вилучити файл {filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Завантажено",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "Завантажено файл",
|
|
42
|
+
"neptune.UploadItem.uploading": "Завантаження…",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Не вдалося завантажити"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "清除 {choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "清晰",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "关闭",
|
|
5
|
+
"neptune.DateInput.day.label": "日",
|
|
6
|
+
"neptune.DateInput.month.label": "月",
|
|
7
|
+
"neptune.DateInput.year.label": "年",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "请选择...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "分页导航",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "转到第 {pageNumber} 页",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "当前页面,第 {pageNumber} 页",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "搜索",
|
|
13
|
+
"neptune.Summary.statusDone": "已完成",
|
|
14
|
+
"neptune.Summary.statusNotDone": "未完成",
|
|
15
|
+
"neptune.Summary.statusPending": "待处理",
|
|
16
|
+
"neptune.Upload.csButtonText": "上传另一个文件?",
|
|
17
|
+
"neptune.Upload.csFailureText": "上传失败。请重试",
|
|
18
|
+
"neptune.Upload.csSuccessText": "上传完毕!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "请提供小于 5MB 的文件",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "不支持该文件类型,请试试其他文件",
|
|
21
|
+
"neptune.Upload.psButtonText": "取消",
|
|
22
|
+
"neptune.Upload.psProcessingText": "正在上传…",
|
|
23
|
+
"neptune.Upload.usButtonText": "或选择文件",
|
|
24
|
+
"neptune.Upload.usDropMessage": "拖放文件开始上传",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "拖放小于 5MB 的文件",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "所有文件类型",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "拖放文件开始上传",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes},小于 {size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "上传文件",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "上传文件",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "删除此文件会将其从我们的系统中删除",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "取消",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "删除",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "确定要删除此文件吗?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "文件太大",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "文件类型不受支持",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "抱歉,此上传失败,因为我们一次只能接受 {maxFilesAllowed} 个文件。",
|
|
38
|
+
"neptune.UploadItem.deleting": "正在删除…",
|
|
39
|
+
"neptune.UploadItem.removeFile": "删除文件 {filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "已上传",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "上传的文件",
|
|
42
|
+
"neptune.UploadItem.uploading": "正在上传…",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "上传失败"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "清除{choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "清除",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "關閉",
|
|
5
|
+
"neptune.DateInput.day.label": "日",
|
|
6
|
+
"neptune.DateInput.month.label": "月",
|
|
7
|
+
"neptune.DateInput.year.label": "年",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "選擇一個選項…",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "分頁導航",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "前往第{pageNumber}頁",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "目前在第{pageNumber}頁",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "搜尋…",
|
|
13
|
+
"neptune.Summary.statusDone": "已完成事項",
|
|
14
|
+
"neptune.Summary.statusNotDone": "未完成事項",
|
|
15
|
+
"neptune.Summary.statusPending": "待處理事項",
|
|
16
|
+
"neptune.Upload.csButtonText": "上載另一個檔案?",
|
|
17
|
+
"neptune.Upload.csFailureText": "上載失敗,請重試。",
|
|
18
|
+
"neptune.Upload.csSuccessText": "上載完成!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "請提供小於5MB的檔案",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "不支持檔案類型,請使用其他檔案重試",
|
|
21
|
+
"neptune.Upload.psButtonText": "取消",
|
|
22
|
+
"neptune.Upload.psProcessingText": "上載中...",
|
|
23
|
+
"neptune.Upload.usButtonText": "或者選擇一個檔案",
|
|
24
|
+
"neptune.Upload.usDropMessage": "拖放檔案以開始上載",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "拖放不超過5MB的檔案",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "所有檔案類型",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "拖放檔案以開始上載",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes},小於{size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "上載檔案",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "上載檔案",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "移除此檔案會把它從我們的系統中刪除。",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "取消",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "移除",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "你確定要移除此檔案嗎?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "檔案太大",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "不支持檔案類型",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "抱歉,這次上載失敗,因為我們每次最多只能接受{maxFilesAllowed}個檔案。",
|
|
38
|
+
"neptune.UploadItem.deleting": "刪除中…",
|
|
39
|
+
"neptune.UploadItem.removeFile": "移除檔案{filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "已上載",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "已上載檔案",
|
|
42
|
+
"neptune.UploadItem.uploading": "上載中...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "上載失敗"
|
|
44
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import _slicedToArray from"@babel/runtime/helpers/slicedToArray";import classnames from"classnames";import PropTypes from"prop-types";import{useRef}from"react";import{useHasIntersected}from"../common/hooks";/**
|
|
2
|
+
* Image component provides a wrapper for image tag. Optional lazy loading functionalities can also be enabled passing prop loading = "lazy.
|
|
3
|
+
* Once element intersects viewport image loads.
|
|
4
|
+
*
|
|
5
|
+
* @param {string} [alt=""] - string that contains the alt text. Required.
|
|
6
|
+
* @param {string} [src=""] - string that contains the src text. Required.
|
|
7
|
+
* @param {string} [id=""] - string that contains the id text.
|
|
8
|
+
* @param {Function} [onLoad=()=>{}] - function that contains load callback. Doesn't fire on SSR https://github.com/facebook/react/issues/15446
|
|
9
|
+
* @param {Function} [onError=()=>{}] - function that contains error callback. Doesn't fire on SSR https://github.com/facebook/react/issues/15446
|
|
10
|
+
* @param {boolean} [loading="lazy"] - This attribute follows the loading API attribute. If set to eager image will load immediately just like a normal image tag otherwise it will lazy load.
|
|
11
|
+
* @usage `<Image alt="alt" src="src" id="id1" onLoad={()=>{}} onError={())=>{}} loading="lazy" />`
|
|
12
|
+
*/import{jsx as _jsx}from"react/jsx-runtime";export var EmptyTransparentImage="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==";var Image=function(a){var b=a.id,c=a.src,d=a.alt,e=a.onLoad,f=a.onError,g=a.className,h=a.loading,i=a.stretch,j=a.shrink,k=useRef(),l=useHasIntersected({elRef:k,loading:h}),m=_slicedToArray(l,1),n=m[0],o=c,p=e;return"lazy"!==h||n||(o=EmptyTransparentImage,p=null),/*#__PURE__*/_jsx("img",{ref:k,id:b,alt:d,src:o,className:classnames(["tw-image",{"tw-image__stretch":i,"tw-image__shrink":j},g]),onLoad:p,onError:f})};Image.propTypes={id:PropTypes.string,src:PropTypes.string.isRequired,alt:PropTypes.string.isRequired,onLoad:PropTypes.func,onError:PropTypes.func,className:PropTypes.string,loading:PropTypes.oneOf(["lazy","eager"]),stretch:PropTypes.bool,shrink:PropTypes.bool},Image.defaultProps={id:null,className:"",onLoad:function onLoad(){},onError:function onError(){},loading:"eager",stretch:!0,shrink:!0};export default Image;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Image";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Types
|
|
3
|
+
*/ /**
|
|
4
|
+
* Components
|
|
5
|
+
*/export{default as Title}from"./title";export{default as Body}from"./body";export{default as Accordion}from"./accordion";export{default as ActionButton}from"./actionButton";export{default as ActionOption}from"./actionOption";export{default as Alert}from"./alert";export{default as Avatar}from"./avatar";export{default as AvatarWrapper}from"./avatarWrapper";export{default as Badge}from"./badge";export{default as BottomSheet}from"./common/bottomSheet";export{default as Button}from"./button";export{default as Card}from"./card";export{default as Checkbox}from"./checkbox";export{default as CheckboxButton}from"./checkboxButton";export{default as CheckboxOption}from"./checkboxOption";export{default as Chevron}from"./chevron";export{default as Chips,Chip}from"./chips";export{default as CircularButton}from"./circularButton";export{default as DateInput}from"./dateInput";export{default as DateLookup}from"./dateLookup";export{default as Decision}from"./decision";export{default as DefinitionList}from"./definitionList";export{default as Dimmer}from"./dimmer";export{default as Display}from"./display";export{default as Drawer}from"./drawer";export{default as DropFade}from"./dropFade";export{default as DynamicFieldDefinitionList}from"./dynamicFieldDefinitionList";export{default as Emphasis}from"./emphasis";export{default as FlowNavigation}from"./flowNavigation";export{default as Header}from"./header";export{default as Image}from"./image";export{default as Info}from"./info";export{default as InlineAlert}from"./inlineAlert";export{default as InputWithDisplayFormat}from"./inputWithDisplayFormat";export{default as InstructionsList}from"./instructionsList";export{default as Link}from"./link";export{default as Loader}from"./loader";export{default as Logo}from"./logo";export{default as Markdown}from"./markdown";export{default as Modal}from"./modal";export{default as Money}from"./money";export{default as MoneyInput}from"./moneyInput";export{default as NavigationOption}from"./navigationOption";export{default as NavigationOptionsList}from"./navigationOptionsList";export{default as Nudge}from"./nudge";export{default as Option}from"./common/Option";export{default as OverlayHeader}from"./overlayHeader";export{default as PhoneNumberInput}from"./phoneNumberInput";export{default as Popover}from"./popover";export{default as ProcessIndicator}from"./processIndicator";export{default as ProgressBar}from"./progressBar";export{default as Progress}from"./progress";export{default as Provider,DirectionProvider,LanguageProvider}from"./provider";export{default as Radio}from"./radio";export{default as RadioGroup}from"./radioGroup";export{default as RadioOption}from"./radioOption";export{default as Section}from"./section";export{default as Select}from"./select";export{default as SlidingPanel}from"./slidingPanel";export{default as SnackbarPortal}from"./snackbar/Snackbar";export{default as SnackbarProvider}from"./snackbar/SnackbarProvider";export{default as StatusIcon}from"./statusIcon/StatusIcon";export{default as Stepper}from"./stepper";export{default as Sticky}from"./sticky";export{default as Summary}from"./summary";export{default as Switch}from"./switch";export{default as SwitchOption}from"./switchOption";export{default as Tabs}from"./tabs";export{default as TextareaWithDisplayFormat}from"./textareaWithDisplayFormat";export{default as Tooltip}from"./tooltip";export{default as Typeahead}from"./typeahead";export{default as Upload}from"./upload";export{default as UploadInput}from"./uploadInput";export{SnackbarConsumer,SnackbarContext}from"./snackbar/SnackbarContext";export{default as CriticalCommsBanner}from"./criticalBanner";/**
|
|
6
|
+
* Hooks
|
|
7
|
+
*/export{default as useSnackbar}from"./snackbar/useSnackbar";export{useDirection,useLayout}from"./common/hooks";/**
|
|
8
|
+
* Enums
|
|
9
|
+
*/export{Direction,Size,Width,Sentiment,Priority,ControlType,Type,Theme,DateMode,MonthFormat,Position,Scroll,ProfileType,Breakpoint,Layout,Status,MarkdownNodeType,Typography,Variant}from"./common";export{AvatarType}from"./avatar";export{InfoPresentation}from"./info";export{UploadStep}from"./upload";export{DecisionPresentation,DecisionType}from"./decision";export{AlertArrowPosition}from"./alert/withArrow";export{LogoType}from"./logo";export{FileType}from"./common";/**
|
|
10
|
+
* Utils
|
|
11
|
+
*/export{SUPPORTED_LANGUAGES,RTL_LANGUAGES,DEFAULT_LANG,DEFAULT_LOCALE,adjustLocale,getLangFromLocale,getCountryFromLocale,getDirectionFromLocale,isServerSide,isBrowser}from"./common";/**
|
|
12
|
+
* Translations
|
|
13
|
+
*/export{default as translations}from"./i18n";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _defineProperty from"@babel/runtime/helpers/defineProperty";import _slicedToArray from"@babel/runtime/helpers/slicedToArray";import"core-js/modules/es.object.keys.js";import"core-js/modules/es.symbol.js";import"core-js/modules/es.array.filter.js";import"core-js/modules/es.object.to-string.js";import"core-js/modules/es.object.get-own-property-descriptor.js";import"core-js/modules/web.dom-collections.for-each.js";import"core-js/modules/es.object.get-own-property-descriptors.js";function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}import{QuestionMarkCircle as HelpCircleIcon}from"@transferwise/icons";import{useTheme}from"@wise/components-theming";import classNames from"classnames";import PropTypes from"prop-types";import{useState}from"react";import{Size,Position}from"../common";import Modal from"../modal";import Popover from"../popover";import{InfoPresentation}from"./infoPresentations";import{jsx as _jsx}from"react/jsx-runtime";import{Fragment as _Fragment}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";var Info=function(a){var b=useTheme(),c=b.isModern,d=a.className,e=a.content,f=a.onClick,g=a.presentation,h=a.size,i=a.title,j=useState(!1),k=_slicedToArray(j,2),l=k[0],m=k[1],n=g===InfoPresentation.MODAL,o=h===Size.SMALL,p={"aria-label":a["aria-label"],className:"btn-unstyled ".concat(c?"np-info-centered":""),children:/*#__PURE__*/_jsx(HelpCircleIcon,{size:o?16:24})};return/*#__PURE__*/_jsx("span",{className:classNames(d,"np-info",{"np-info__small":o,"np-info__large":!o}),children:n?/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx("button",_objectSpread({type:"button",onClick:function onClick(){m(!l),f&&f()}},p)),/*#__PURE__*/_jsx(Modal,{body:e,open:l,title:i,onClose:function onClose(){return m(!1)}})]}):/*#__PURE__*/_jsx(Popover,{content:e,preferredPlacement:Position.BOTTOM,title:i,children:/*#__PURE__*/_jsx("button",_objectSpread(_objectSpread({type:"button"},p),{},{onClick:function onClick(){f&&f()}}))})})};Info.propTypes={"aria-label":PropTypes.string.isRequired,/** Extra classes applied to Info */className:PropTypes.string,/** Content displayed inside a Popover a Modal */content:PropTypes.node,onClick:PropTypes.func,/** Decides whether to display content in a Popover or a Modal */presentation:PropTypes.oneOf(["MODAL","POPOVER"]),/** Decides the size of help Icon */size:PropTypes.oneOf(["sm","lg"]),/** Title displayed inside a Popover a Modal */title:PropTypes.node},Info.defaultProps={className:void 0,content:void 0,onClick:void 0,presentation:InfoPresentation.POPOVER,size:Size.SMALL,title:void 0};export default Info;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{InfoPresentation}from"./infoPresentations";export{default}from"./Info";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _defineProperty from"@babel/runtime/helpers/defineProperty";var _typeClassMap;import"core-js/modules/es.object.keys.js";import"core-js/modules/es.symbol.js";import"core-js/modules/es.array.filter.js";import"core-js/modules/es.object.to-string.js";import"core-js/modules/es.object.get-own-property-descriptor.js";import"core-js/modules/web.dom-collections.for-each.js";import"core-js/modules/es.object.get-own-property-descriptors.js";function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}import{AlertCircle as AlertCircleIcon}from"@transferwise/icons";import{useTheme}from"@wise/components-theming";import classNames from"classnames";import PropTypes from"prop-types";import withArrow,{AlertArrowPosition}from"../alert/withArrow";import{Sentiment}from"../common";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";var typeClassMap=(_typeClassMap={},_defineProperty(_typeClassMap,Sentiment.ERROR,"danger"),_defineProperty(_typeClassMap,Sentiment.NEGATIVE,"danger"),_typeClassMap),InlineAlert=function(a){var b=useTheme(),c=b.isModern,d="alert-".concat(typeClassMap[a.type]||a.type);if(c)return/*#__PURE__*/_jsxs("div",{role:"alert",id:a.id,className:classNames("alert alert-detach",d,a.className),children:[("error"===a.type||"negative"===a.type)&&/*#__PURE__*/_jsx(AlertCircleIcon,{}),/*#__PURE__*/_jsx("div",{children:a.children})]});var e=withArrow(function getAlertContents(b){var c=b.children,e=b.className;return/*#__PURE__*/_jsx("div",{role:"alert",id:a.id,className:classNames("alert alert-detach p-x-2 p-y-1",d,e),children:c})},AlertArrowPosition.TOP_LEFT);return/*#__PURE__*/_jsx(e,_objectSpread({},a))};InlineAlert.propTypes={children:PropTypes.node.isRequired,className:PropTypes.string,id:PropTypes.string,type:PropTypes.oneOf(["positive","negative","warning","neutral","success","info","error"])},InlineAlert.defaultProps={className:void 0,id:void 0,type:Sentiment.NEUTRAL};export default InlineAlert;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./InlineAlert";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _defineProperty from"@babel/runtime/helpers/defineProperty";import"core-js/modules/es.object.keys.js";import"core-js/modules/es.symbol.js";import"core-js/modules/es.array.filter.js";import"core-js/modules/es.object.to-string.js";import"core-js/modules/es.object.get-own-property-descriptor.js";import"core-js/modules/web.dom-collections.for-each.js";import"core-js/modules/es.object.get-own-property-descriptors.js";function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}import PropTypes from"prop-types";import WithDisplayFormat from"../withDisplayFormat";import{jsx as _jsx}from"react/jsx-runtime";var InputWithDisplayFormat=function(a){return/*#__PURE__*/_jsx(WithDisplayFormat,_objectSpread(_objectSpread({},a),{},{render:function render(a){return/*#__PURE__*/_jsx("input",_objectSpread({},a))}}))};InputWithDisplayFormat.propTypes={displayPattern:PropTypes.string.isRequired,onChange:PropTypes.func.isRequired};export default InputWithDisplayFormat;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./InputWithDisplayFormat";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import"core-js/modules/es.array.map.js";import{CrossCircle,CrossCircleFill,CheckCircle,CheckCircleFill}from"@transferwise/icons";import{useTheme}from"@wise/components-theming";import Body from"../body/Body";import{Typography}from"../common/propsValues/typography";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";var InstructionsList=function(a){var b=useTheme(),c=b.isModern,d=a.dos,e=a.donts,f=c?CrossCircleFill:CrossCircle,g=c?CheckCircleFill:CheckCircle;return/*#__PURE__*/_jsxs("div",{className:"tw-instructions",children:[d&&d.map(function(a,b){return/*#__PURE__*/ (// eslint-disable-next-line react/no-array-index-key
|
|
2
|
+
_jsxs("div",{className:"instruction",children:[/*#__PURE__*/_jsx(g,{size:24,className:"do"}),/*#__PURE__*/_jsx(Body,{className:"text-primary",type:Typography.BODY_LARGE,children:a})]},b))}),e&&e.map(function(a,b){return/*#__PURE__*/ (// eslint-disable-next-line react/no-array-index-key
|
|
3
|
+
_jsxs("div",{className:"instruction",children:[/*#__PURE__*/_jsx(f,{size:24,className:"dont"}),/*#__PURE__*/_jsx(Body,{className:"text-primary",type:Typography.BODY_LARGE,children:a})]},b))})]})};export default InstructionsList;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import InstructionsList from"./InstructionsList";export default InstructionsList;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default as MobileNav}from"./mobileNav";export{default as Pagination,PaginationType}from"./pagination";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import _slicedToArray from"@babel/runtime/helpers/slicedToArray";import"core-js/modules/es.array.map.js";import classNames from"classnames";import PropTypes from"prop-types";import{useEffect,useCallback,useState}from"react";import{isIpadOsSafari,isMobileSafari}from"./utils";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";function useMobileNavReference(){var a=useState(null),b=_slicedToArray(a,2),c=b[0],d=b[1],e=useCallback(function(a){null!==a&&d(a)},[]);return[c,e]}var mobileNavType={CALL_TO_ACTION:"call-to-action"},MobileNav=function(a){var b=a.items,c=a.activeItemPath,d=useState(!1),e=_slicedToArray(d,2),f=e[0],g=e[1],h=useMobileNavReference(),i=_slicedToArray(h,2),j=i[0],k=i[1];return useEffect(function(){/**
|
|
2
|
+
* This attempts to reposition the Mobile Nav when iOS Safari "Open in App" Banner is visible.
|
|
3
|
+
* The Banner appears due to Universal Links. https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html
|
|
4
|
+
* Essentially when a path matches in https://wise.com/.well-known/apple-app-site-association the banner is shown.
|
|
5
|
+
* The banner isn't injected into the page yet pushes the page frame down and thus the mobile nav is not visible due to its fixed positioning.
|
|
6
|
+
* Luckily window.innerHeight changes when the banner is in view so we use this to calculate if we need to adjust the mobile nav positioning.
|
|
7
|
+
*/var a,b=function(){a&&window.cancelAnimationFrame(a),a=window.requestAnimationFrame(function(){// Banner only possible at top of page or at negative page scroll
|
|
8
|
+
if(0<window.scrollY)return void g(!1);var a=j.getBoundingClientRect(),b=a.bottom,c=f?44:0,d=Math.floor(b)+c+window.scrollY>window.innerHeight;// measure position of mobile nav relative to the viewport
|
|
9
|
+
d?0===window.scrollY&&g(!0):g(!1)})},c=window.innerHeight,d=function(){document.hidden?c=window.innerHeight:(c!==window.innerHeight&&g(!1),b())};return(isMobileSafari()||isIpadOsSafari())&&null!==j&&(b(),window.addEventListener("resize",b),window.addEventListener("scroll",b),document.addEventListener("visibilitychange",d)),function(){window.removeEventListener("resize",b),window.removeEventListener("scroll",b),document.removeEventListener("visibilitychange",d)}},[j,f]),/*#__PURE__*/_jsx("div",{ref:k,className:classNames("mobileNav",{"mobileNav--with-open-in-app-banner":f}),children:/*#__PURE__*/_jsx("ul",{className:"mobileNav__items",children:b.map(function(a){return/*#__PURE__*/_jsx("li",{className:classNames("mobileNavItem",{"mobileNavItem--call-to-action":a.type===mobileNavType.CALL_TO_ACTION,"mobileNavItem--active":c===a.path}),children:a.path&&/*#__PURE__*/_jsxs("a",{className:"mobileNavItem__link",href:a.path,onClick:a.onClick,children:[/*#__PURE__*/_jsx("span",{className:"mobileNavItem__icon",children:a.icon}),/*#__PURE__*/_jsx("span",{className:"mobileNavItem__label",children:a.label})]})},a.path)})})})};MobileNav.mobileNavType=mobileNavType,MobileNav.propTypes={activeItemPath:PropTypes.string,items:PropTypes.arrayOf(PropTypes.shape({icon:PropTypes.node.isRequired,label:PropTypes.string.isRequired,path:PropTypes.string.isRequired,type:PropTypes.oneOf([mobileNavType.CALL_TO_ACTION]),hidden:PropTypes.bool})).isRequired},MobileNav.defaultProps={activeItemPath:null};export default MobileNav;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./MobileNav";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default as isIpadOsSafari}from"./isIpadOsSafari";export{default as isMobileSafari}from"./isMobileSafari";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./isIpadOsSafari";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"core-js/modules/es.regexp.exec.js";var isIpadOsSafari=function(){if("undefined"==typeof window||"undefined"==typeof window.navigator)return!1;var a=window,b=a.navigator;return b.maxTouchPoints&&2<b.maxTouchPoints&&/WebKit/i.test(b.userAgent)&&/Safari/i.test(b.userAgent)&&/MacIntel/.test(b.platform)};export default isIpadOsSafari;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./isMobileSafari";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"core-js/modules/es.regexp.exec.js";var isMobileSafari=function(){if("undefined"==typeof window||"undefined"==typeof window.navigator)return!1;var a=window,b=a.navigator.userAgent;return /iP(ad|od|hone)/i.test(b)&&/WebKit/i.test(b)&&!/(CriOS|FxiOS|OPiOS|mercury)/i.test(b)};export default isMobileSafari;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"core-js/modules/es.array.map.js";import{ChevronLeft,ChevronRight}from"@transferwise/icons";import classNames from"classnames";import PropTypes from"prop-types";import{useIntl}from"react-intl";import messages from"./Pagination.messages";import PaginationLink from"./paginationLink";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";var Type={NUMBERS_ONLY:"numbersOnly",ARROWS_ONLY:"arrowsOnly",FULL:"full"},Pagination=function(a){var b=a.type,c=a.numberOfPages,d=a.currentPageIndex,e=a.onClick,f=a.canFetchMorePages,g=a.className,h=b!==Type.NUMBERS_ONLY,i=[];if(b!==Type.ARROWS_ONLY){switch(d){case 0:i.push({index:0,active:!0}),1<c&&i.push({index:1}),2<c&&i.push({index:2});break;case c-1:2<c&&i.push({index:c-3}),1<c&&i.push({index:c-2}),i.push({index:c-1,active:!0});break;default:i.push({index:d-1},{index:d,active:!0},{index:d+1});}var k=i[0].index;0<k&&(2<k?i.unshift({label:"...",index:k-1}):2===k&&i.unshift({index:1}),i.unshift({index:0}));var l=i[i.length-1].index;l<c-1&&(l<c-3?i.push({label:"...",index:l+1}):l===c-3&&i.push({index:c-2}),i.push({index:c-1})),f&&i.push({label:"...",index:c})}var j=useIntl();return/*#__PURE__*/_jsx("nav",{role:"navigation","aria-label":j.formatMessage(messages.ariaLabel),children:/*#__PURE__*/_jsxs("ul",{className:classNames("tw-pagination",g),children:[h&&/*#__PURE__*/_jsx(PaginationLink,{pageNumber:d-1,disabled:0===d,onClick:e,children:/*#__PURE__*/_jsx(ChevronLeft,{})}),i.map(function(a){var b=a.label||a.index+1;return/*#__PURE__*/_jsx(PaginationLink,{pageNumber:a.index,active:a.active,onClick:e,children:b},a.index)}),h&&/*#__PURE__*/_jsx(PaginationLink,{pageNumber:d+1,disabled:!f&&d===c-1,onClick:e,children:/*#__PURE__*/_jsx(ChevronRight,{})})]})})};Pagination.propTypes={type:PropTypes.oneOf(["numbersOnly","arrowsOnly","full"]),numberOfPages:PropTypes.number.isRequired,currentPageIndex:PropTypes.number.isRequired,onClick:PropTypes.func.isRequired,canFetchMorePages:PropTypes.bool,className:PropTypes.string},Pagination.defaultProps={type:Type.FULL,canFetchMorePages:!1,className:void 0};export{Type as PaginationType};export default Pagination;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineMessages}from"react-intl";export default defineMessages({ariaLabel:{id:"neptune.Pagination.ariaLabel"}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default,PaginationType}from"./Pagination";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import classNames from"classnames";import PropTypes from"prop-types";import{useIntl}from"react-intl";import messages from"./PaginationLink.messages";import{jsx as _jsx}from"react/jsx-runtime";var PaginationLink=function(a){var b=a.disabled,c=a.active,d=a.pageNumber,e=a.onClick,f=a.children,g=useIntl(),h=function(a){a.preventDefault(),b||c||e(d)},i=g.formatMessage(c?messages.ariaLabelActive:messages.ariaLabelInactive,{pageNumber:d});return/*#__PURE__*/_jsx("li",{children:/*#__PURE__*/_jsx("a",{href:"/","aria-label":i,"aria-current":c,className:classNames({disabled:b,active:c}),onClick:h,onKeyDown:function handleKeyDown(a){"Enter"===a.key&&h(a)},children:f})})};PaginationLink.propTypes={disabled:PropTypes.bool,active:PropTypes.bool,onClick:PropTypes.func.isRequired,pageNumber:PropTypes.number.isRequired,children:PropTypes.node.isRequired},PaginationLink.defaultProps={disabled:!1,active:!1};export default PaginationLink;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineMessages}from"react-intl";export default defineMessages({ariaLabelActive:{id:"neptune.PaginationLink.ariaLabel.active"},ariaLabelInactive:{id:"neptune.PaginationLink.ariaLabel.inactive"}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./PaginationLink";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import _defineProperty from"@babel/runtime/helpers/defineProperty";import _objectWithoutProperties from"@babel/runtime/helpers/objectWithoutProperties";var _excluded=["className","children","href","target","type","aria-label","onClick"];import"core-js/modules/es.object.keys.js";import"core-js/modules/es.symbol.js";import"core-js/modules/es.array.filter.js";import"core-js/modules/es.object.to-string.js";import"core-js/modules/es.object.get-own-property-descriptor.js";import"core-js/modules/web.dom-collections.for-each.js";import"core-js/modules/es.object.get-own-property-descriptors.js";function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}import{NavigateAway as NavigateAwayIcon}from"@transferwise/icons";import classNames from"classnames";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";/**
|
|
2
|
+
* Standard Link component with navigate away icon
|
|
3
|
+
*
|
|
4
|
+
* Documentation: https://transferwise.github.io/neptune-web/components/content/Link
|
|
5
|
+
*/var Link=function(a){var b=a.className,c=a.children,d=a.href,e=a.target,f=a.type,g=a["aria-label"],h=a.onClick,i=_objectWithoutProperties(a,_excluded),j="_blank"===e;return/*#__PURE__*/_jsxs("a",_objectSpread(_objectSpread({href:d,target:e,className:classNames("np-link",f?"np-text-".concat(f):void 0,"d-inline-flex",b),"aria-label":g,rel:j?"noreferrer":void 0,onClick:h},i),{},{children:[c,j&&/*#__PURE__*/_jsx(NavigateAwayIcon,{})]}))};export default Link;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _defineProperty from"@babel/runtime/helpers/defineProperty";import"core-js/modules/es.object.keys.js";import"core-js/modules/es.symbol.js";import"core-js/modules/es.array.filter.js";import"core-js/modules/es.object.to-string.js";import"core-js/modules/es.object.get-own-property-descriptor.js";import"core-js/modules/web.dom-collections.for-each.js";import"core-js/modules/es.object.get-own-property-descriptors.js";function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}import"@testing-library/jest-dom";import{render,screen}from"../test-utils";import Link from".";import{jsx as _jsx}from"react/jsx-runtime";describe("Link",function(){var a={className:"a-class",href:"/test"};it("renders Link component",function(){render(/*#__PURE__*/_jsx(Link,_objectSpread(_objectSpread({},a),{},{children:"link text"})));var b=screen.getByRole("link",{name:"link text"});expect(b).toHaveAttribute("href",a.href),expect(b).toHaveClass(a.className),expect(b).not.toHaveAttribute("target"),expect(b).not.toHaveAttribute("rel")}),it("renders target and rel attributes when target is _blank",function(){render(/*#__PURE__*/_jsx(Link,_objectSpread(_objectSpread({},a),{},{target:"_blank",children:"link text"})));var b=screen.getByText("link text");expect(b).toHaveAttribute("target","_blank"),expect(b).toHaveAttribute("rel","noreferrer")}),it("renders with the provided aria-label",function(){render(/*#__PURE__*/_jsx(Link,_objectSpread(_objectSpread({},a),{},{"aria-label":"make me accessible",children:"link text"})));var b=screen.getByText("link text");expect(b).toHaveAttribute("aria-label","make me accessible")})});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* eslint-disable react/jsx-child-element-spacing */import Body from"../body/Body";import{Typography}from"../common";import Title from"../title/Title";import Link from".";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";import{Fragment as _Fragment}from"react/jsx-runtime";export default{component:Link,title:"Typography/Link"};export var Basic=function(){return/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Title,{type:Typography.TITLE_SCREEN,className:"m-t-3",children:"Standalone examples of links"}),/*#__PURE__*/_jsx(Link,{href:"#",target:"_blank",children:"Default link"}),/*#__PURE__*/_jsx(Link,{type:Typography.LINK_DEFAULT,target:"_blank",className:"m-t-3",href:"#",children:"Default link"}),/*#__PURE__*/_jsx(Link,{type:Typography.LINK_LARGE,target:"_blank",className:"m-t-3",href:"#",children:"Large link"}),/*#__PURE__*/_jsxs(Title,{type:Typography.TITLE_SCREEN,className:"m-t-3",children:["Links via ",/*#__PURE__*/_jsx("code",{children:"<Link />"})," component in all types of body copy"]}),/*#__PURE__*/_jsxs(Body,{type:Typography.BODY_LARGE_BOLD,className:"m-t-3",children:["We\u2019re building the world's"," ",/*#__PURE__*/_jsx(Link,{href:"#",target:"_blank",children:"most international account"}),". We\u2019re building the world's most international account"]}),/*#__PURE__*/_jsxs(Body,{type:Typography.BODY_LARGE,className:"m-t-3",children:["We\u2019re building the world's"," ",/*#__PURE__*/_jsx(Link,{href:"#",target:"_blank",children:"most international account"}),". We\u2019re building the world's most international account"]}),/*#__PURE__*/_jsxs(Body,{type:Typography.BODY_DEFAULT_BOLD,className:"m-t-3",children:["We\u2019re building the world's"," ",/*#__PURE__*/_jsx(Link,{href:"#",target:"_blank",children:"most international account"}),". We\u2019re building the world's most international account"]}),/*#__PURE__*/_jsxs(Body,{type:Typography.BODY_DEFAULT,className:"m-t-3",children:["We\u2019re building the world's"," ",/*#__PURE__*/_jsx(Link,{href:"#",target:"_blank",children:"most international account"}),". We\u2019re building the world's most international account"]}),/*#__PURE__*/_jsxs(Title,{type:Typography.TITLE_SCREEN,className:"m-t-3",children:["Links via ",/*#__PURE__*/_jsx("code",{children:"<a>"})," tag in all types of body copy"]}),/*#__PURE__*/_jsxs(Body,{type:Typography.BODY_LARGE_BOLD,className:"m-t-3",children:["We\u2019re building the world's"," ",/*#__PURE__*/_jsx("a",{href:"#",target:"_blank",children:"most international account"}),". We\u2019re building the world's most international account"]}),/*#__PURE__*/_jsxs(Body,{type:Typography.BODY_LARGE,className:"m-t-3",children:["We\u2019re building the world's"," ",/*#__PURE__*/_jsx("a",{href:"#",target:"_blank",children:"most international account"}),". We\u2019re building the world's most international account"]}),/*#__PURE__*/_jsxs(Body,{type:Typography.BODY_DEFAULT_BOLD,className:"m-t-3",children:["We\u2019re building the world's"," ",/*#__PURE__*/_jsx("a",{href:"#",target:"_blank",children:"most international account"}),". We\u2019re building the world's most international account"]}),/*#__PURE__*/_jsxs(Body,{type:Typography.BODY_DEFAULT,className:"m-t-3",children:["We\u2019re building the world's"," ",/*#__PURE__*/_jsx("a",{href:"#",target:"_blank",children:"most international account"}),". We\u2019re building the world's most international account"]})]})};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Link";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import _objectWithoutProperties from"@babel/runtime/helpers/objectWithoutProperties";var _excluded=["small","size","classNames"];import"core-js/modules/es.string.small.js";import"core-js/modules/es.array.map.js";import"core-js/modules/es.array.fill.js";import{useTheme}from"@wise/components-theming";import classnames from"classnames";import{Size}from"../common";import{jsx as _jsx}from"react/jsx-runtime";/**
|
|
2
|
+
* Loader component
|
|
3
|
+
*
|
|
4
|
+
* Docs link: https://transferwise.github.io/neptune-web/components/progress/Loader
|
|
5
|
+
*
|
|
6
|
+
* @param root0
|
|
7
|
+
* @param root0.small
|
|
8
|
+
* @param root0.size
|
|
9
|
+
* @param root0.classNames
|
|
10
|
+
*/var Loader=function(a){var b=a.small,c=a.size,d=void 0===c?Size.EXTRA_LARGE:c,e=a.classNames,f=void 0===e?{}:e,g=_objectWithoutProperties(a,_excluded),h=useTheme(),i=h.isModern,j=function(a){return f[a]||a},k=void 0!==b&&b?Size.SMALL:d,l=getSupportedSize(i,k);return/*#__PURE__*/_jsx("div",{className:classnames(j("tw-loader"),j("tw-loader--".concat(l))),"data-testid":g["data-testid"],children:!i&&[,,,,,].fill(void 0).map(function(a,b){return/*#__PURE__*/ (// eslint-disable-next-line react/no-array-index-key
|
|
11
|
+
_jsx("div",{className:j("tw-loader__stripe")},b))})})},getSupportedSize=function(a,b){if(a)switch(b){case Size.EXTRA_LARGE:case Size.LARGE:return Size.LARGE;case Size.MEDIUM:return Size.MEDIUM;case Size.SMALL:case Size.EXTRA_SMALL:return Size.SMALL;}return b};export default Loader;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import Loader from"./Loader";export default Loader;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _defineProperty from"@babel/runtime/helpers/defineProperty";import _slicedToArray from"@babel/runtime/helpers/slicedToArray";function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}import"core-js/modules/es.array.concat.js";import"core-js/modules/es.object.keys.js";import"core-js/modules/es.symbol.js";import"core-js/modules/es.array.filter.js";import"core-js/modules/es.object.to-string.js";import"core-js/modules/es.object.get-own-property-descriptor.js";import"core-js/modules/web.dom-collections.for-each.js";import"core-js/modules/es.object.get-own-property-descriptors.js";import React from"react";import{useTheme}from"@wise/components-theming";import classNames from"classnames";import PropTypes from"prop-types";import{Breakpoint}from"../common";import{isServerSide}from"../common/domHelpers";import{useClientWidth}from"../common/hooks";import{LogoType}from"./logoTypes";import{jsx as _jsx}from"react/jsx-runtime";var LogoFlagInverse=function(a){return/*#__PURE__*/_jsx("svg",_objectSpread(_objectSpread({},a),{},{children:/*#__PURE__*/_jsx("path",{fill:"#9FE870",d:"M6.826 7.232 0 15.21h12.188l1.37-3.762H8.335l3.191-3.69.01-.098L9.461 4.09h9.336L11.56 24h4.953L25.25 0H2.676l4.15 7.232Z"})}))};LogoFlagInverse.defaultProps={xmlns:"http://www.w3.org/2000/svg",width:"26",height:"24",fill:"none"};var LogoFlag=function(a){return/*#__PURE__*/_jsx("svg",_objectSpread(_objectSpread({},a),{},{children:/*#__PURE__*/_jsx("path",{fill:"#163300",d:"M6.826 7.232 0 15.21h12.188l1.37-3.762H8.335l3.191-3.69.01-.098L9.461 4.09h9.336L11.56 24h4.953L25.25 0H2.676l4.15 7.232Z"})}))};LogoFlag.defaultProps={xmlns:"http://www.w3.org/2000/svg",width:"26",height:"24",fill:"none"};var LogoWiseInverse=function(a){return/*#__PURE__*/_jsx("svg",_objectSpread(_objectSpread({},a),{},{children:/*#__PURE__*/_jsx("path",{fill:"#9FE870",d:"M58.738.359h6.498l-3.27 23.322h-6.498L58.739.359Zm-8.193 0L46.16 13.794 44.247.359h-4.545L33.96 13.754 33.243.36h-6.299l2.193 23.322h5.223l6.458-14.75 2.272 14.75h5.143L56.725.359h-6.18Zm54.558 13.555H89.674c.08 3.03 1.894 5.023 4.565 5.023 2.014 0 3.608-1.077 4.844-3.13l5.208 2.368C102.501 21.702 98.729 24 94.08 24c-6.339 0-10.545-4.266-10.545-11.123C83.535 5.342 88.478 0 95.455 0c6.14 0 10.007 4.146 10.007 10.605 0 1.076-.12 2.152-.359 3.309Zm-5.78-4.466c0-2.71-1.516-4.425-3.947-4.425-2.512 0-4.585 1.794-5.144 4.425h9.09ZM6.632 7.387 0 15.139h11.844l1.33-3.655H8.1l3.1-3.586.01-.095-2.016-3.471h9.072l-7.032 19.35h4.812L24.538.358H2.6l4.033 7.028Zm69.168-2.364c2.292 0 4.3 1.233 6.055 3.346l.921-6.575C81.143.688 78.93 0 76 0c-5.82 0-9.09 3.409-9.09 7.734 0 3 1.675 4.834 4.426 6.02l1.315.598c2.452 1.047 3.11 1.565 3.11 2.671 0 1.146-1.106 1.874-2.79 1.874-2.782.01-5.034-1.415-6.728-3.847l-.94 6.699C67.234 23.22 69.708 24 72.97 24c5.532 0 8.93-3.19 8.93-7.615 0-3.01-1.335-4.943-4.704-6.458l-1.435-.678c-1.994-.887-2.671-1.375-2.671-2.352 0-1.056.927-1.874 2.71-1.874Z"})}))};LogoWiseInverse.defaultProps={xmlns:"http://www.w3.org/2000/svg",width:"106",height:"24",fill:"none"};var LogoWise=function(a){return/*#__PURE__*/_jsx("svg",_objectSpread(_objectSpread({},a),{},{children:/*#__PURE__*/_jsx("path",{fill:"#163300",d:"M58.738.359h6.498l-3.27 23.322h-6.498L58.739.359Zm-8.193 0L46.16 13.794 44.247.359h-4.545L33.96 13.754 33.243.36h-6.299l2.193 23.322h5.223l6.458-14.75 2.272 14.75h5.143L56.725.359h-6.18Zm54.558 13.555H89.674c.08 3.03 1.894 5.023 4.565 5.023 2.014 0 3.608-1.077 4.844-3.13l5.208 2.368C102.501 21.702 98.729 24 94.08 24c-6.339 0-10.545-4.266-10.545-11.123C83.535 5.342 88.478 0 95.455 0c6.14 0 10.007 4.146 10.007 10.605 0 1.076-.12 2.152-.359 3.309Zm-5.78-4.466c0-2.71-1.516-4.425-3.947-4.425-2.512 0-4.585 1.794-5.144 4.425h9.09ZM6.632 7.387 0 15.139h11.844l1.33-3.655H8.1l3.1-3.586.01-.095-2.016-3.471h9.072l-7.032 19.35h4.812L24.538.358H2.6l4.033 7.028Zm69.168-2.364c2.292 0 4.3 1.233 6.055 3.346l.921-6.575C81.143.688 78.93 0 76 0c-5.82 0-9.09 3.409-9.09 7.734 0 3 1.675 4.834 4.426 6.02l1.315.598c2.452 1.047 3.11 1.565 3.11 2.671 0 1.146-1.106 1.874-2.79 1.874-2.782.01-5.034-1.415-6.728-3.847l-.94 6.699C67.234 23.22 69.708 24 72.97 24c5.532 0 8.93-3.19 8.93-7.615 0-3.01-1.335-4.943-4.704-6.458l-1.435-.678c-1.994-.887-2.671-1.375-2.671-2.352 0-1.056.927-1.874 2.71-1.874Z"})}))};LogoWise.defaultProps={xmlns:"http://www.w3.org/2000/svg",width:"106",height:"24",fill:"none"};var baseUrl="https://wise.com/public-resources/assets/logos/wise/",logoPaths={WISE:"brand_logo.svg",WISE_BUSINESS:"brand_logo_business.svg",WISE_INVERSE:"brand_logo_inverse.svg",WISE_BUSINESS_INVERSE:"brand_logo_business_inverse.svg",WISE_FLAG:"brand_flag.svg"},svgPaths={WISE:LogoWise,WISE_BUSINESS:LogoWise,WISE_INVERSE:LogoWiseInverse,WISE_BUSINESS_INVERSE:LogoWiseInverse,WISE_FLAG:LogoFlag,WISE_FLAG_INVERSE:LogoFlagInverse},Logo=function(a){var b=a.className,c=a.inverse,d=a.type,e=useTheme(),f=e.isModern,g=useClientWidth({ref:isServerSide()?void 0:window}),h=_slicedToArray(g,1),i=h[0],j=i<Breakpoint.SMALL,k=j?logoPaths.WISE_FLAG:logoPaths["".concat(d).concat(c?"_INVERSE":"")],l=j?svgPaths["WISE_FLAG".concat(c?"_INVERSE":"")]:svgPaths["".concat(d).concat(c?"_INVERSE":"")];return f?/*#__PURE__*/_jsx(l,{className:"np-logo-svg"}):/*#__PURE__*/_jsx("img",{className:classNames("np-logo",b),alt:d===LogoType.WISE?"Wise":"Wise business",src:"".concat(baseUrl).concat(k)})};Logo.propTypes={/** Extra classes applied to Logo */className:PropTypes.string,/** If true, will use dark colours for dark on light theme */inverse:PropTypes.bool,/** What type of logo to display */type:PropTypes.oneOf(["WISE","WISE_BUSINESS"])},Logo.defaultProps={className:void 0,inverse:!1,type:LogoType.WISE};export default Logo;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{LogoType}from"./logoTypes";export{default}from"./Logo";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" fill="none"><path fill="#9FE870" d="M6.82603 7.23227 0 15.2096h12.1882l1.3696-3.7616H8.33504l3.19126-3.68968.0102-.09787-2.07504-3.57192h9.33564L11.5604 24h4.9522l8.7385-24H2.6758l4.15023 7.23227Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" fill="none"><path fill="#163300" d="M6.82603 7.23227 0 15.2096h12.1882l1.3696-3.7616H8.33504l3.19126-3.68968.0102-.09787-2.07504-3.57192h9.33564L11.5604 24h4.9522l8.7385-24H2.6758l4.15023 7.23227Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="180" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M119.48 8.004h-2.403v14.557h2.403V8.004zM37.642 22.561l2.655-14.557h3.508l-2.656 14.557h-3.507zM17.549 8.004h3.407l1.103 10.524 4.459-10.524H29.9l1.178 10.624 4.31-10.624h3.382l-6.164 14.557h-3.858L27.496 12.54l-4.26 10.022h-3.733L17.55 8.004z" fill="#9fe870"/><path d="M2.574 8.004l2.27 3.86-4.043 3.865h6.877l.718-1.684h-3.48l2.177-2.177-1.269-2.18h5.905L6.283 22.562h2.045l6.164-14.557H2.574z" fill="#9fe870"/><path d="M78.501 9.87c-2.685 0-4.946 2.43-4.946 5.455 0 2.968 2.261 5.399 4.946 5.399 2.714 0 4.862-2.431 4.862-5.399 0-3.024-2.148-5.455-4.862-5.455zm0 13.059c-2.148 0-4.013-1.216-5.03-2.714v2.346h-2.319V1.531h2.403v8.678c1.046-1.413 2.855-2.572 4.946-2.572 4.184 0 7.265 3.448 7.265 7.66s-3.081 7.632-7.265 7.632zM100.037 22.561h-2.318v-1.583c-.989 1.187-2.459 1.922-4.24 1.922-3.56 0-5.596-2.544-5.596-6.133V8.004h2.374v8.876c0 2.318 1.272 3.844 3.59 3.844 2.148 0 3.788-1.611 3.788-3.788V8.004h2.402v14.557zM108.711 22.929c-3.534 0-6.106-1.894-6.502-4.975h2.431c.311 1.696 1.979 2.742 4.071 2.742 2.261 0 3.646-1.103 3.646-2.375 0-1.017-.396-1.78-3.957-2.261-3.534-.509-5.682-1.357-5.682-4.098 0-2.092 1.809-4.325 5.71-4.325 3.364 0 5.625 1.696 5.936 4.55h-2.431c-.339-1.554-1.724-2.345-3.505-2.345-1.922 0-3.307.904-3.307 2.035 0 1.045.82 1.413 3.674 1.865 3.223.509 5.88 1.13 5.88 4.438 0 2.911-2.488 4.749-5.964 4.749zM134.659 22.561h-2.374v-8.847c0-2.233-1.244-3.872-3.562-3.872-2.205 0-3.816 1.639-3.816 3.815v8.904h-2.402V8.004h2.317v1.583c.99-1.215 2.488-1.95 4.24-1.95 3.562 0 5.597 2.544 5.597 6.162v8.762zM148.538 13.77c-.594-2.374-2.573-3.957-4.693-3.957-2.006 0-4.126 1.47-4.748 3.957h9.441zm2.317 4.269c-1.017 3.109-3.505 4.861-6.868 4.861-4.184 0-7.462-3.335-7.462-7.603 0-4.212 3.278-7.66 7.32-7.66 3.76 0 7.378 3.109 7.35 8.282h-12.24c.311 3.024 2.629 4.805 5.032 4.805 2.063 0 3.533-.99 4.324-2.685h2.544zM159.249 22.929c-3.533 0-6.106-1.894-6.501-4.975h2.431c.31 1.696 1.978 2.742 4.07 2.742 2.261 0 3.646-1.103 3.646-2.375 0-1.017-.396-1.78-3.957-2.261-3.533-.509-5.682-1.357-5.682-4.098 0-2.092 1.809-4.325 5.71-4.325 3.364 0 5.625 1.696 5.936 4.55h-2.431c-.339-1.554-1.724-2.345-3.505-2.345-1.922 0-3.307.904-3.307 2.035 0 1.045.82 1.413 3.675 1.865 3.222.509 5.879 1.13 5.879 4.438 0 2.911-2.487 4.749-5.964 4.749zM172.901 22.929c-3.533 0-6.105-1.894-6.501-4.975h2.431c.311 1.696 1.979 2.742 4.07 2.742 2.261 0 3.646-1.103 3.646-2.375 0-1.017-.395-1.78-3.957-2.261-3.533-.509-5.681-1.357-5.681-4.098 0-2.092 1.809-4.325 5.71-4.325 3.363 0 5.624 1.696 5.935 4.55h-2.43c-.34-1.554-1.725-2.345-3.505-2.345-1.923 0-3.308.904-3.308 2.035 0 1.045.82 1.413 3.675 1.865 3.222.509 5.879 1.13 5.879 4.438-.001 2.911-2.487 4.749-5.964 4.749zM57.207 13.867c.352-1.804 2.105-3.233 4.21-3.233 1.83 0 3.207 1.329 3.207 3.233h-7.417zm10.9.45c0-3.909-2.73-6.665-6.54-6.665-4.86 0-8.118 3.534-8.118 8.57 0 3.932 2.756 6.664 6.64 6.664 3.533 0 6.163-1.703 7.24-4.435h-3.933c-.526.853-1.628 1.378-2.982 1.378-2.079 0-3.382-1.378-3.508-3.332H67.88c.152-.725.227-1.377.227-2.18zM42.903 22.536l.701-3.758c2.156.425 2.48-.777 3.032-3.709l.275-1.453c.778-4.084 2.355-6.113 6.865-5.562l-.701 3.758c-2.156-.426-2.53 1.202-3.006 3.732l-.276 1.453c-.776 4.135-2.405 6.09-6.89 5.539z" fill="#9fe870"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="180" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M119.48 8.004h-2.403v14.557h2.403V8.004zM37.642 22.561l2.655-14.557h3.508l-2.656 14.557h-3.507zM17.549 8.004h3.407l1.103 10.524 4.459-10.524H29.9l1.178 10.624 4.31-10.624h3.382l-6.164 14.557h-3.858L27.496 12.54l-4.26 10.021h-3.733L17.55 8.004z" fill="#163300"/><path d="M2.574 8.004l2.27 3.86-4.043 3.865h6.877l.718-1.684h-3.48l2.177-2.177-1.269-2.18h5.905L6.283 22.562h2.045l6.164-14.557H2.574z" fill="#163300"/><path d="M78.501 9.87c-2.685 0-4.946 2.43-4.946 5.455 0 2.968 2.261 5.399 4.946 5.399 2.714 0 4.862-2.431 4.862-5.399 0-3.024-2.148-5.455-4.862-5.455zm0 13.059c-2.148 0-4.013-1.216-5.03-2.714v2.346h-2.319V1.531h2.403v8.678c1.046-1.413 2.855-2.572 4.946-2.572 4.184 0 7.265 3.448 7.265 7.66s-3.081 7.632-7.265 7.632zM100.037 22.561h-2.318v-1.583c-.989 1.188-2.459 1.922-4.24 1.922-3.56 0-5.596-2.544-5.596-6.133V8.004h2.374v8.876c0 2.318 1.272 3.844 3.59 3.844 2.148 0 3.788-1.611 3.788-3.788V8.004h2.402v14.557zM108.711 22.929c-3.534 0-6.106-1.894-6.502-4.975h2.431c.311 1.696 1.979 2.742 4.071 2.742 2.261 0 3.646-1.103 3.646-2.375 0-1.017-.396-1.78-3.957-2.261-3.534-.509-5.682-1.357-5.682-4.099 0-2.091 1.809-4.324 5.71-4.324 3.364 0 5.625 1.696 5.936 4.55h-2.431c-.339-1.554-1.724-2.346-3.505-2.346-1.922 0-3.307.905-3.307 2.036 0 1.045.82 1.413 3.674 1.865 3.223.509 5.88 1.13 5.88 4.438 0 2.911-2.488 4.749-5.964 4.749zM134.659 22.561h-2.374v-8.847c0-2.233-1.244-3.873-3.562-3.873-2.205 0-3.816 1.64-3.816 3.816v8.904h-2.402V8.004h2.317v1.583c.99-1.215 2.488-1.95 4.24-1.95 3.562 0 5.597 2.544 5.597 6.162v8.762zM148.538 13.77c-.594-2.374-2.573-3.957-4.693-3.957-2.007 0-4.127 1.47-4.748 3.957h9.441zm2.317 4.269c-1.017 3.109-3.505 4.861-6.868 4.861-4.184 0-7.463-3.335-7.463-7.603 0-4.212 3.279-7.66 7.321-7.66 3.76 0 7.378 3.109 7.35 8.282h-12.24c.311 3.024 2.629 4.805 5.032 4.805 2.063 0 3.533-.99 4.324-2.685h2.544zM159.249 22.929c-3.533 0-6.106-1.894-6.501-4.975h2.431c.31 1.696 1.978 2.742 4.07 2.742 2.261 0 3.646-1.103 3.646-2.375 0-1.017-.396-1.78-3.957-2.261-3.533-.509-5.682-1.357-5.682-4.099 0-2.091 1.809-4.324 5.71-4.324 3.364 0 5.625 1.696 5.936 4.55h-2.431c-.339-1.554-1.724-2.346-3.505-2.346-1.922 0-3.307.905-3.307 2.036 0 1.045.82 1.413 3.675 1.865 3.222.509 5.879 1.13 5.879 4.438 0 2.911-2.487 4.749-5.964 4.749zM172.901 22.929c-3.533 0-6.105-1.894-6.501-4.975h2.431c.311 1.696 1.979 2.742 4.07 2.742 2.261 0 3.646-1.103 3.646-2.375 0-1.017-.395-1.78-3.957-2.261-3.533-.509-5.681-1.357-5.681-4.099 0-2.091 1.809-4.324 5.71-4.324 3.363 0 5.624 1.696 5.935 4.55h-2.43c-.34-1.554-1.725-2.346-3.505-2.346-1.923 0-3.308.905-3.308 2.036 0 1.045.82 1.413 3.675 1.865 3.222.509 5.879 1.13 5.879 4.438-.001 2.911-2.487 4.749-5.964 4.749zM57.207 13.867c.352-1.804 2.105-3.233 4.21-3.233 1.83 0 3.207 1.329 3.207 3.233h-7.417zm10.9.45c0-3.909-2.73-6.665-6.54-6.665-4.86 0-8.118 3.533-8.118 8.57 0 3.932 2.756 6.664 6.64 6.664 3.533 0 6.163-1.703 7.24-4.435h-3.933c-.526.852-1.628 1.378-2.982 1.378-2.079 0-3.382-1.378-3.508-3.332H67.88c.152-.725.227-1.377.227-2.18zM42.903 22.536l.701-3.758c2.156.425 2.48-.777 3.032-3.709l.275-1.453c.778-4.084 2.355-6.114 6.865-5.562l-.701 3.758c-2.156-.426-2.53 1.202-3.006 3.732l-.276 1.453c-.776 4.135-2.405 6.09-6.89 5.539z" fill="#163300"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="106" height="24" fill="none"><path fill="#9FE870" d="M58.7377.358803h6.4982L61.9668 23.681h-6.4983L58.7377.358803Zm-8.1922 0L46.1602 13.794 44.2465.358803h-4.5448L33.9608 13.7541 33.2433.358803h-6.2991L29.1369 23.681h5.2226L40.818 8.93022 43.0904 23.681h5.1428L56.7249.358803h-6.1794ZM105.103 13.9136H89.6744c.0798 3.0299 1.8937 5.0233 4.5648 5.0233 2.0133 0 3.608-1.0765 4.8439-3.1296l5.2079 2.3674C102.501 21.7017 98.729 24 94.0798 24 87.741 24 83.535 19.7342 83.535 12.8771 83.535 5.34221 88.4784 0 95.4552 0c6.1398 0 10.0068 4.14618 10.0068 10.6046 0 1.0765-.12 2.1528-.359 3.309Zm-5.7807-4.46512c0-2.71095-1.515-4.42525-3.9468-4.42525-2.5117 0-4.5848 1.79402-5.143 4.42525h9.0898ZM6.63326 7.38685 0 15.1389h11.844l1.3309-3.6553H8.09965l3.10105-3.58555.01-.09511L9.19424 4.3319h9.07196l-7.0323 19.3492h4.8124L24.538.358823H2.60021L6.63326 7.38685Zm69.16744-2.3636c2.2923 0 4.301 1.23273 6.0551 3.34565l.9216-6.57488C81.1429.687707 78.9303 0 76 0c-5.8205 0-9.0896 3.40865-9.0896 7.73421 0 2.99999 1.6744 4.83389 4.4252 6.01989l1.3156.598c2.4518 1.0466 3.1097 1.5649 3.1097 2.6712 0 1.1461-1.1064 1.8737-2.7907 1.8737-2.7808.01-5.0332-1.4153-6.7276-3.8472l-.939 6.699C67.2332 23.2201 69.7067 24 72.9702 24c5.5315 0 8.9302-3.1894 8.9302-7.6147 0-3.0099-1.3355-4.9434-4.7044-6.4584l-1.4351-.67772c-1.9934-.88708-2.6711-1.37543-2.6711-2.35216 0-1.05647.9269-1.87377 2.7109-1.87377Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="106" height="24" fill="none"><path fill="#163300" d="M58.7377.358803h6.4982L61.9668 23.681h-6.4983L58.7377.358803Zm-8.1922 0L46.1602 13.794 44.2465.358803h-4.5448L33.9608 13.7541 33.2433.358803h-6.2991L29.1369 23.681h5.2226L40.818 8.93022 43.0904 23.681h5.1428L56.7249.358803h-6.1794ZM105.103 13.9136H89.6744c.0798 3.0299 1.8937 5.0233 4.5648 5.0233 2.0133 0 3.608-1.0765 4.8439-3.1296l5.2079 2.3674C102.501 21.7017 98.729 24 94.0798 24 87.741 24 83.535 19.7342 83.535 12.8771 83.535 5.34221 88.4784 0 95.4552 0c6.1398 0 10.0068 4.14618 10.0068 10.6046 0 1.0765-.12 2.1528-.359 3.309Zm-5.7807-4.46512c0-2.71095-1.515-4.42525-3.9468-4.42525-2.5117 0-4.5848 1.79402-5.143 4.42525h9.0898ZM6.63326 7.38685 0 15.1389h11.844l1.3309-3.6553H8.09965l3.10105-3.58555.01-.09511L9.19424 4.3319h9.07196l-7.0323 19.3492h4.8124L24.538.358823H2.60021L6.63326 7.38685Zm69.16744-2.3636c2.2923 0 4.301 1.23273 6.0551 3.34565l.9216-6.57488C81.1429.687707 78.9303 0 76 0c-5.8205 0-9.0896 3.40865-9.0896 7.73421 0 2.99999 1.6744 4.83389 4.4252 6.01989l1.3156.598c2.4518 1.0466 3.1097 1.5649 3.1097 2.6712 0 1.1461-1.1064 1.8737-2.7907 1.8737-2.7808.01-5.0332-1.4153-6.7276-3.8472l-.939 6.699C67.2332 23.2201 69.7067 24 72.9702 24c5.5315 0 8.9302-3.1894 8.9302-7.6147 0-3.0099-1.3355-4.9434-4.7044-6.4584l-1.4351-.67772c-1.9934-.88708-2.6711-1.37543-2.6711-2.35216 0-1.05647.9269-1.87377 2.7109-1.87377Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"core-js/modules/es.object.values.js";import"core-js/modules/es.string.link.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.string.replace.js";import"core-js/modules/es.array.includes.js";import"core-js/modules/es.string.includes.js";import commonmark from"commonmark";import difference from"lodash.difference";import PropTypes from"prop-types";import{MarkdownNodeType}from"../common";import{logActionRequired}from"../utilities";import{jsx as _jsx}from"react/jsx-runtime";var reader=new commonmark.Parser,writer=new commonmark.HtmlRenderer({safe:!0}),NODE_TYPE_LIST=Object.values(MarkdownNodeType),Markdown=function(a){var b=a.as,c=a.children,d=a.className,e=a.allowList,f=a.blockList,g=a.config;if(!c)return null;null!==e&&void 0!==e&&e.length&&null!==f&&void 0!==f&&f.length&&logActionRequired("Markdown supports only one of `allowList` or `blockList` to be used at a time. `blockList` will be ignored.");var h=function(a){var b=reader.parse(a);if(e||f){var c=e?difference(NODE_TYPE_LIST,e):f;return stripNodes({parsed:b,blockList:c})}return b};return/*#__PURE__*/_jsx(b,{className:d,dangerouslySetInnerHTML:{__html:function createMarkup(){var a=g.link.target,b=h(c);return writer.render(b).replace(/<a href="/g,"<a target=\"".concat(a,"\" href=\""))}()}})};function stripNodes(a){var b=a.blockList,c=a.parsed;if(!c)return c;for(var d=c.walker(),e=d.next();e;){var f=e,g=f.node;if(b.includes(g.type)&&!e.entering){for(;g.firstChild;)g.insertBefore(g.firstChild);g.unlink()}e=d.next()}return d.root}Markdown.propTypes={children:PropTypes.string.isRequired,as:PropTypes.string,className:PropTypes.string,allowList:PropTypes.arrayOf(PropTypes.oneOf(["block_quote","code_block","code","emph","heading","html_block","html_inline","image","item","linebreak","link","list","paragraph","softbreak","strong","thematic_break"])),blockList:PropTypes.arrayOf(PropTypes.oneOf(["block_quote","code_block","code","emph","heading","html_block","html_inline","image","item","linebreak","link","list","paragraph","softbreak","strong","thematic_break"])),config:PropTypes.shape({link:PropTypes.shape({target:PropTypes.oneOf(["_blank","_self"])})})},Markdown.defaultProps={as:"div",className:void 0,allowList:null,blockList:null,config:{link:{target:"_self"}}};export default Markdown;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Markdown";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _defineProperty from"@babel/runtime/helpers/defineProperty";import _objectWithoutProperties from"@babel/runtime/helpers/objectWithoutProperties";var _excluded=["title","body","footer","onClose","className","open","size","scroll","position"];function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}import"core-js/modules/es.array.includes.js";import"core-js/modules/es.string.includes.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.string.split.js";import"core-js/modules/es.object.keys.js";import"core-js/modules/es.symbol.js";import"core-js/modules/es.array.filter.js";import"core-js/modules/es.object.to-string.js";import"core-js/modules/es.object.get-own-property-descriptor.js";import"core-js/modules/web.dom-collections.for-each.js";import"core-js/modules/es.object.get-own-property-descriptors.js";import{useTheme}from"@wise/components-theming";import classNames from"classnames";import CSSTransition from"react-transition-group/CSSTransition";import{Size,Position,Scroll,Typography}from"../common";import CloseButton from"../common/closeButton";import{useLayout}from"../common/hooks";import Dimmer from"../dimmer";import Drawer from"../drawer";import Title from"../title/Title";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";var TRANSITION_DURATION_IN_MILLISECONDS=150,Modal=function(a){var b=a.title,c=void 0===b?null:b,d=a.body,e=a.footer,f=void 0===e?null:e,g=a.onClose,h=a.className,i=a.open,j=a.size,k=void 0===j?Size.MEDIUM:j,l=a.scroll,m=void 0===l?Scroll.VIEWPORT:l,n=a.position,o=void 0===n?Position.CENTER:n,p=_objectWithoutProperties(a,_excluded),q=useTheme(),r=q.isModern,s=function(a){return null===h||void 0===h?void 0:h.split(" ").includes(a)},t=useLayout(),u=t.isMobile,v=s("compact"),w=s("no-divider");return u?/*#__PURE__*/_jsx(Drawer,{open:i,headerTitle:c,footerContent:f,position:Position.BOTTOM,onClose:g,children:d}):/*#__PURE__*/_jsx(Dimmer,{open:i,scrollable:m===Scroll.VIEWPORT,className:classNames("d-flex","justify-content-center"),onClose:g,children:/*#__PURE__*/_jsx(CSSTransition,{appear:!0,in:i,classNames:{enterDone:"in"},timeout:TRANSITION_DURATION_IN_MILLISECONDS,unmountOnExit:!0,children:/*#__PURE__*/_jsx("div",_objectSpread(_objectSpread({className:classNames("tw-modal","d-flex","fade","outline-none",h,{"align-self-center":o===Position.CENTER,"tw-modal--scrollable":m===Scroll.CONTENT})},p),{},{children:/*#__PURE__*/_jsx("div",{className:classNames("tw-modal-dialog","d-flex",_defineProperty({},"tw-modal-".concat(k),k)),"aria-modal":!0,role:"dialog",children:/*#__PURE__*/_jsxs("div",{className:classNames("tw-modal-content","d-flex","flex-column","justify-content-between",{"tw-modal-compact":v,"tw-modal-no-title":!c}),children:[/*#__PURE__*/_jsxs("div",{className:classNames("tw-modal-header","d-flex","align-items-center","justify-content-between","flex-wrap",{"modal--withoutborder":!c||w}),children:[/*#__PURE__*/_jsx(Title,{type:Typography.TITLE_BODY,className:"tw-modal-title",children:c}),/*#__PURE__*/_jsx(CloseButton,{onClick:g})]}),/*#__PURE__*/_jsx("div",{className:classNames("tw-modal-body",{"tw-modal-body--scrollable":m===Scroll.CONTENT}),children:d}),f&&/*#__PURE__*/_jsx("div",{className:classNames("tw-modal-footer","d-flex","align-items-center","flex-wrap",{"modal--withoutborder":w}),children:f})]})})}))})})};export default Modal;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _defineProperty from"@babel/runtime/helpers/defineProperty";import _slicedToArray from"@babel/runtime/helpers/slicedToArray";import"core-js/modules/es.object.keys.js";import"core-js/modules/es.symbol.js";import"core-js/modules/es.array.filter.js";import"core-js/modules/es.object.to-string.js";import"core-js/modules/es.object.get-own-property-descriptor.js";import"core-js/modules/web.dom-collections.for-each.js";import"core-js/modules/es.object.get-own-property-descriptors.js";function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}import{select,text}from"@storybook/addon-knobs";import{useState}from"react";import{Button,Modal}from"..";import{Size,Scroll,Position}from"../common";import{jsx as _jsx}from"react/jsx-runtime";import{Fragment as _Fragment}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";export default{component:Modal,title:"Dialogs/Modal"};var Template=function(a){var b=useState({value:-1,label:"A thing"}),c=_slicedToArray(b,2),d=c[0],e=c[1],f=select("size",[Size.SMALL,Size.MEDIUM,Size.LARGE,Size.EXTRA_LARGE],Size.MEDIUM),g=useState(!1),h=_slicedToArray(g,2),i=h[0],j=h[1],k=text("title","title"),l=text("class",""),m=select("position",[Position.TOP,Position.CENTER],Position.CENTER),n=select("scroll",[Scroll.CONTENT,Scroll.VIEWPORT],Scroll.CONTENT);return/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Button,{onClick:function onClick(){return j(!0)},children:"Open Modal"}),/*#__PURE__*/_jsx(Modal,_objectSpread({body:/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx("p",{children:a.children})}),open:i,position:m,size:f,title:k,className:l,scroll:n,footer:/*#__PURE__*/_jsx(Button,{block:!0,onClick:function onClick(){return alert("clicked")},children:"Action"}),onClose:function onClose(){return j(!1)}},a))]})};export var Basic=function(){return/*#__PURE__*/_jsx(Template,{children:"I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric tumblr. Mixtape cred palo santo, cliche lyft marfa ethical waistcoat poke jean shorts. Scenester readymade selvage disrupt pok pok. La croix stumptown try-hard chartreuse. I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric, I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric tumblr. Mixtape cred palo santo, cliche lyft marfa ethical waistcoat poke jean shorts. Scenester readymade selvage disrupt pok pok."})};export var WithLongText=function(){return/*#__PURE__*/_jsx(Template,{children:"I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric tumblr. Mixtape cred palo santo, cliche lyft marfa ethical waistcoat poke jean shorts. Scenester readymade selvage disrupt pok pok. La croix stumptown try-hard chartreuse. I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric, I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric tumblr. Mixtape cred palo santo, cliche lyft marfa ethical waistcoat poke jean shorts. Scenester readymade selvage disrupt pok pok. I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric tumblr. Mixtape cred palo santo, cliche lyft marfa ethical waistcoat poke jean shorts. Scenester readymade selvage disrupt pok pok. La croix stumptown try-hard chartreuse. I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric, I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric tumblr. Mixtape cred palo santo, cliche lyft marfa ethical waistcoat poke jean shorts. Scenester readymade selvage disrupt pok pok. I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric tumblr. Mixtape cred palo santo, cliche lyft marfa ethical waistcoat poke jean shorts. Scenester readymade selvage disrupt pok pok. La croix stumptown try-hard chartreuse. I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric, I am baby actually poke kickstarter, street art jean shorts bespoke chambray activated charcoal ramps marfa shoreditch tumeric tumblr. Mixtape cred palo santo, cliche lyft marfa ethical waistcoat poke jean shorts. Scenester readymade selvage disrupt pok pok."})};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Modal";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{formatMoney}from"@transferwise/formatting";import PropTypes from"prop-types";import{useIntl}from"react-intl";import{Fragment as _Fragment}from"react/jsx-runtime";import{jsx as _jsx}from"react/jsx-runtime";var Money=function(a){var b=a.amount,c=a.currency,d=useIntl(),e=d.locale;return/*#__PURE__*/_jsx(_Fragment,{children:formatMoney(b,c,e)})};Money.propTypes={amount:PropTypes.number.isRequired,currency:PropTypes.string.isRequired};export default Money;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Money";
|