@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,6 @@
|
|
|
1
|
+
import _slicedToArray from"@babel/runtime/helpers/slicedToArray";import{ThemeProvider,useTheme}from"@wise/components-theming";import classNames from"classnames";import{useCallback,useEffect,useRef,useState}from"react";import CSSTransition from"react-transition-group/CSSTransition";import{addNoScrollBodyClass,removeNoScrollBodyClass}from"../common";import{isIosDevice}from"../common/deviceDetection";import FocusBoundary from"../common/focusBoundary";import withNextPortal from"../withNextPortal/withNextPortal";import DimmerManager from"./dimmerManager";import{jsx as _jsx}from"react/jsx-runtime";import{Fragment as _Fragment}from"react/jsx-runtime";export var EXIT_ANIMATION=350;var dimmerManager=new DimmerManager;export var handleTouchMove=function(a){var b=a.target.classList.contains("dimmer");// disable scroll on iOS devices for Dimmer area
|
|
2
|
+
// this is because of bug in WebKit https://bugs.webkit.org/show_bug.cgi?id=220908
|
|
3
|
+
// note: scrolling still works for children(s) as expected
|
|
4
|
+
isIosDevice()&&b&&(a.stopPropagation(),a.preventDefault())};var Dimmer=function(a){var b=a.children,c=a.className,d=a.disableClickToClose,e=a.fadeContentOnEnter,f=void 0!==e&&e,g=a.fadeContentOnExit,h=a.open,i=void 0!==h&&h,j=a.scrollable,k=a.transparent,l=void 0!==k&&k,m=a.onClose,n=useState(!1),o=_slicedToArray(n,2),p=o[0],q=o[1],r=useTheme(),s=r.screenMode,t=r.theme,u=useRef(null),v=function(a){a.target===u.current&&(null===m||void 0===m?void 0:m(a))},w=useCallback(function(a){"Escape"!==a.key||(a.stopPropagation(),m&&u.current&&dimmerManager.isTop(u.current)&&m(a))},[m]);return useEffect(function(){var a=u.current;return i&&(document.addEventListener("keydown",w),null===a||void 0===a?void 0:a.addEventListener("touchmove",handleTouchMove,{passive:!0})),function(){document.removeEventListener("keydown",w),null===a||void 0===a?void 0:a.removeEventListener("touchmove",handleTouchMove)}},[w,i]),/*#__PURE__*/_jsx(DimmerWrapper,{open:i,hasNotExited:p,children:/*#__PURE__*/_jsx(CSSTransition,{in:i,appear:!0// Wait for animation to finish before unmount.
|
|
5
|
+
,timeout:{enter:0,exit:EXIT_ANIMATION},classNames:{enter:classNames({"dimmer--enter-fade":f}),enterDone:classNames("dimmer--enter-done",{"dimmer--enter-fade":f}),exit:classNames("dimmer--exit",{"dimmer--exit-fade":void 0!==g&&g})},unmountOnExit:!0,onEnter:function onEnter(){q(!0),u.current&&dimmerManager.add(u.current)},onExited:function onExited(){q(!1),u.current&&dimmerManager.remove(u.current)},children:/*#__PURE__*/_jsx(DimmerContentWrapper,{scrollBody:!l,children:/*#__PURE__*/_jsx("div",{ref:u,className:classNames("dimmer",{"dimmer--scrollable":void 0!==j&&j,"dimmer--transparent":l},c),role:"presentation",onMouseDown:function handleClick(a){void 0!==d&&d||!m||v(a)},children:/*#__PURE__*/_jsx(FocusBoundary,{children:b})})})})})},DimmerWrapper=function(a){var b=a.open,c=a.hasNotExited,d=a.children,e=useTheme(),f=e.screenMode,g=e.theme;return b||c?/*#__PURE__*/_jsx(ThemeProvider,{theme:g,screenMode:f,isNotRootProvider:!0,children:d}):/*#__PURE__*/_jsx(_Fragment,{children:d})};export var DimmerContentWrapper=function(a){var b=a.children,c=a.scrollBody;return useEffect(function(){return c&&addNoScrollBodyClass(),function(){c&&removeNoScrollBodyClass()}},[c]),b};// Export without the Portal for tests only
|
|
6
|
+
export{Dimmer};export default withNextPortal(Dimmer);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _slicedToArray from"@babel/runtime/helpers/slicedToArray";import{action}from"@storybook/addon-actions";import{boolean}from"@storybook/addon-knobs";import{useState}from"react";import{Button,Dimmer}from"..";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:Dimmer,title:"Layouts/Dimmer"};export var Basic=function(){var a=useState(!1),b=_slicedToArray(a,2),c=b[0],d=b[1],e=boolean("fadeContentOnExit",!1),f=boolean("fadeContentOnEnter",!1);return/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Button,{onClick:function onClick(){return d(function(a){return!a})},children:"Toggle dimmer"}),/*#__PURE__*/_jsx(Dimmer,{open:c,fadeContentOnExit:e,fadeContentOnEnter:f,onClose:function handleClose(){d(!1),action("closed")}})]})};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import _classCallCheck from"@babel/runtime/helpers/classCallCheck";import _createClass from"@babel/runtime/helpers/createClass";/**
|
|
2
|
+
* Dimmer state management inspired by Material UI's ModalManager (https://github.com/mui-org/material-ui)
|
|
3
|
+
*/var DimmerManager=/*#__PURE__*/function(){/**
|
|
4
|
+
* Dimmer refs
|
|
5
|
+
*/function a(){_classCallCheck(this,a),this.dimmers=[]}return _createClass(a,[{key:"add",value:function add(a){var b=this.dimmers.indexOf(a);return-1===b?(b=this.dimmers.length,this.dimmers.push(a),b):b}},{key:"remove",value:function remove(a){var b=this.dimmers.indexOf(a);return-1!==b&&this.dimmers.splice(b,1),b}},{key:"isTop",value:function isTop(a){return 0<this.dimmers.length&&this.dimmers[this.dimmers.length-1]===a}}]),a}();export{DimmerManager as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./DimmerManager";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Dimmer";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import classNames from"classnames";import{Typography}from"../common";import{jsx as _jsx}from"react/jsx-runtime";function Display(a){var b=a.type,c=void 0===b?Typography.DISPLAY_LARGE:b,d=a.children,e=a.className;return/*#__PURE__*/_jsx("div",{className:classNames("np-text-".concat(c),"text-primary",e),children:d})}export default Display;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* eslint-disable jsx-a11y/accessible-emoji */import{Typography}from"../common";import Money from"../money/Money";import Title from"../title/Title";import Display from"./Display";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{title:"Typography/Display"};export var Basic=function(){var a=/*#__PURE__*/_jsx("div",{children:"ABCDEFGHIJKLMNOPQRSTUVWXYZ"}),b=/*#__PURE__*/_jsx("div",{children:"\xC4\xD6\xDC\u1E9EABCDEFGHIJKLMNOPQRSTUVWXYZ"}),c=/*#__PURE__*/_jsx("div",{children:"\u0410\u0411\u0412\u0413\u0490\u0414\u0415\u0404\u0416\u0417\u0418\u0406\u0407\u0419\u041A\u041B\u041C\u041D\u041E\u041F\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042C\u042E\u042F"}),d=/*#__PURE__*/_jsx("div",{children:"\u3041\u3042\u3043\u3044\u3045\u3046\u3047\u3048\u3049\u304A\u304B\u304C\u304D\u304E\u304F\u3050\u3051\u3052\u3053\u3054\u3055\u3056\u3057\u3058\u3059\u305A\u305B\u305C\u305D\u305E\u305F\u3060\u3061\u3062\u3063\u3064\u3065\u3066\u3067"});return/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs("html",{lang:"ja",children:[/*#__PURE__*/_jsx("h1",{children:"Default case, example being \uD83C\uDDEF\uD83C\uDDF5"}),/*#__PURE__*/_jsx("h4",{children:"This is close to the right formatting but to get it perfect, change locale on the right to ja-JP"}),"Extra Large",/*#__PURE__*/_jsx(Display,{type:Typography.DISPLAY_EXTRA_LARGE,children:d}),/*#__PURE__*/_jsx("hr",{}),"Large",/*#__PURE__*/_jsx(Display,{type:Typography.DISPLAY_LARGE,children:d}),/*#__PURE__*/_jsx("hr",{}),"Medium",/*#__PURE__*/_jsx(Display,{type:Typography.DISPLAY_MEDIUM,children:d}),/*#__PURE__*/_jsx("hr",{}),"Small",/*#__PURE__*/_jsx(Display,{type:Typography.DISPLAY_SMALL,children:d})]}),/*#__PURE__*/_jsx("hr",{}),/*#__PURE__*/_jsxs("html",{lang:"en",children:[/*#__PURE__*/_jsx("h1",{children:"First fallback is \uD83C\uDDEC\uD83C\uDDE7"}),"Extra Large",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_EXTRA_LARGE,children:[a,a]}),/*#__PURE__*/_jsx("hr",{}),"Large",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_LARGE,children:[a,a]}),/*#__PURE__*/_jsx("hr",{}),"Medium",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_MEDIUM,children:[a,a]}),/*#__PURE__*/_jsx("hr",{}),"Small",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_SMALL,children:[a,a]})]}),/*#__PURE__*/_jsx("hr",{}),/*#__PURE__*/_jsxs("html",{lang:"de",children:[/*#__PURE__*/_jsx("h1",{children:"Next fallback is many languages including \uD83C\uDDE9\uD83C\uDDEA (only change is line-height being increased)"}),"Extra Large",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_EXTRA_LARGE,children:[b,b]}),/*#__PURE__*/_jsx("hr",{}),"Large",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_LARGE,children:[b,b]}),/*#__PURE__*/_jsx("hr",{}),"Medium",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_MEDIUM,children:[b,b]}),/*#__PURE__*/_jsx("hr",{}),"Small",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_SMALL,children:[b,b]})]}),/*#__PURE__*/_jsx("hr",{}),/*#__PURE__*/_jsxs("html",{lang:"uk",children:[/*#__PURE__*/_jsx("h1",{children:"Final fallback are Greek and Cyrillic lanugages like \uD83C\uDDFA\uD83C\uDDE6"}),"Extra Large",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_EXTRA_LARGE,children:[c,c]}),/*#__PURE__*/_jsx("hr",{}),"Large",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_LARGE,children:[c,c]}),/*#__PURE__*/_jsx("hr",{}),"Medium",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_MEDIUM,children:[c,c]}),/*#__PURE__*/_jsx("hr",{}),"Small",/*#__PURE__*/_jsxs(Display,{type:Typography.DISPLAY_SMALL,children:[c,c]})]})]})};export var Numbers=function(){return/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Title,{type:Typography.TITLE_SCREEN,children:"Display Number"}),/*#__PURE__*/_jsx("hr",{}),/*#__PURE__*/_jsx("div",{className:"np-text-display-number",children:/*#__PURE__*/_jsx(Money,{amount:1050.6,currency:"UAH"})}),/*#__PURE__*/_jsx("hr",{}),/*#__PURE__*/_jsx("div",{className:"np-text-display-number",children:/*#__PURE__*/_jsx(Money,{amount:10.17,currency:"JPY"})}),/*#__PURE__*/_jsx("hr",{}),/*#__PURE__*/_jsx("div",{className:"np-text-display-number",children:/*#__PURE__*/_jsx(Money,{amount:.01,currency:"EUR"})}),/*#__PURE__*/_jsx("hr",{}),/*#__PURE__*/_jsx("div",{className:"np-text-display-number",children:/*#__PURE__*/_jsx(Money,{amount:1e6,currency:"EUR"})}),/*#__PURE__*/_jsx("hr",{}),/*#__PURE__*/_jsx("div",{className:"np-text-display-number",children:/*#__PURE__*/_jsx(Money,{amount:1e6,currency:"GBP"})})]})};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Display";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useTheme}from"@wise/components-theming";import classNames from"classnames";import PropTypes from"prop-types";import{Position,Typography}from"../common";import CloseButton from"../common/closeButton";import{useLayout}from"../common/hooks";import Dimmer from"../dimmer";import SlidingPanel from"../slidingPanel";import Title from"../title";import{logActionRequiredIf}from"../utilities";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";var Drawer=function(a){var b=a.children,c=a.className,d=a.footerContent,e=a.headerTitle,f=a.onClose,g=a.open,h=a.position;logActionRequiredIf("Drawer now expects `onClose`, and will soon make this prop required. Please update your usage to provide it.",!f);var i=useLayout(),j=i.isMobile,k=useTheme(),l=k.theme,m=k.isModern;return/*#__PURE__*/_jsx(Dimmer,{open:g,onClose:f,children:/*#__PURE__*/_jsx(SlidingPanel,{open:g,position:j?Position.BOTTOM:h,children:/*#__PURE__*/_jsxs("div",{className:classNames("np-drawer","np-theme-".concat(l),c),children:[/*#__PURE__*/_jsxs("div",{className:classNames("np-drawer-header",{"np-drawer-header--withborder":e}),children:[e&&/*#__PURE__*/_jsx(Title,{type:Typography.TITLE_BODY,children:e}),/*#__PURE__*/_jsx(CloseButton,{onClick:f})]}),b&&/*#__PURE__*/_jsx("div",{className:classNames("np-drawer-content"),children:b}),d&&/*#__PURE__*/_jsx("div",{className:classNames("np-drawer-footer"),children:d})]})})})};Drawer.propTypes={/** The content to appear in the drawer body. */children:PropTypes.node,className:PropTypes.string,/** The content to appear in the drawer footer. */footerContent:PropTypes.node,/** The content to appear in the drawer header. */headerTitle:PropTypes.node,/** The action to perform on close click. */onClose:PropTypes.func,/** The status of Drawer either open or not. */open:PropTypes.bool,/** The placement of Drawer on the screen either left or right. On mobile it will default to bottom. */position:PropTypes.oneOf(["left","right","bottom"])},Drawer.defaultProps={children:null,className:void 0,footerContent:null,headerTitle:null,onClose:null,open:!1,position:Position.RIGHT};export default Drawer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Drawer";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import _slicedToArray from"@babel/runtime/helpers/slicedToArray";import React,{useRef,useState}from"react";import CSSTransition from"react-transition-group/CSSTransition";import{jsx as _jsx}from"react/jsx-runtime";var DropFade=function(a){var b=a.children,c=a.show,d=useRef(null),e=useState(0),f=_slicedToArray(e,2),g=f[0],h=f[1],i=/*#__PURE__*/React.cloneElement(b,{ref:d});return/*#__PURE__*/_jsx(CSSTransition,{in:c,timeout:300,classNames:"np-dropfade",onEntering:function onEntering(){var a;// Set height so we can animate to the correct height
|
|
2
|
+
h((null===d||void 0===d||null===(a=d.current)||void 0===a?void 0:a.scrollHeight)||0)}// Un-set height, as we don't want to presume it should be that height forever
|
|
3
|
+
,onEntered:function onEntered(){return h(void 0)},onExit:function onExit(){var a;h((null===d||void 0===d||null===(a=d.current)||void 0===a?void 0:a.scrollHeight)||0)},onExiting:function onExiting(){h(0)},children:/*#__PURE__*/_jsx("div",{style:{height:g},className:"np-dropfade",children:i})})};export default DropFade;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _slicedToArray from"@babel/runtime/helpers/slicedToArray";/* eslint-disable react/forbid-dom-props */import{action}from"@storybook/addon-actions";import{useState}from"react";import{Button,Nudge}from"..";import DropFade from"./DropFade";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";export default{title:"Dialogs/DropFade",component:DropFade};export var Basic=function(){var a=useState(!1),b=_slicedToArray(a,2),c=b[0],d=b[1];return/*#__PURE__*/_jsxs("div",{style:{margin:"0 auto",maxWidth:400},children:[/*#__PURE__*/_jsx(DropFade,{show:c,children:/*#__PURE__*/_jsx("div",{children:/*#__PURE__*/_jsx(Nudge,{media:/*#__PURE__*/_jsx("img",{alt:"",style:{width:44,height:44},src:"https://wise.com/public-resources/assets/public-navigation/saving.svg"}),mediaName:"globe",title:"Did you know it's cool to be Wise?",link:"Get Wise",href:"https://wise.com",onClick:action("action clicked"),onDismiss:function onDismiss(){action("dismissed"),d(!1)}})})}),/*#__PURE__*/_jsx(Button,{className:"m-t-3",block:!0,onClick:function onClick(){return d(!0)},children:"Some other content"})]})};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./DropFade";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import PropTypes from"prop-types";import{Typography,Layout}from"../common";import{prepFields}from"../common/requirements";import DefinitionList from"../definitionList";import Title from"../title";import createDefinitions from"./utils/createDefinitions";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 DynamicFieldDefinitionList=function(a){var b=a.model,c=a.title,d=a.layout,e=a.fields;return/*#__PURE__*/_jsxs(_Fragment,{children:[c&&/*#__PURE__*/_jsx("div",{className:"m-t-1 m-b-3",children:/*#__PURE__*/_jsx(Title,{type:Typography.TITLE_BODY,className:"p-t-3",children:c})}),/*#__PURE__*/_jsx(DefinitionList,{layout:d,definitions:createDefinitions(prepFields(e),b)})]})};DynamicFieldDefinitionList.propTypes={model:PropTypes.shape({}).isRequired,fields:PropTypes.shape({}).isRequired,title:PropTypes.string,layout:PropTypes.oneOf(["VERTICAL_TWO_COLUMN","VERTICAL_ONE_COLUMN","HORIZONTAL_JUSTIFIED","HORIZONTAL_LEFT_ALIGNED"])},DynamicFieldDefinitionList.defaultProps={title:null,layout:Layout.VERTICAL_TWO_COLUMN};export default DynamicFieldDefinitionList;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{formatDate,formatNumber}from"@transferwise/formatting";import classNames from"classnames";import PropTypes from"prop-types";import{useIntl}from"react-intl";import{formatUsingPattern}from"../utils/text-format";/**
|
|
2
|
+
*
|
|
3
|
+
* @param {Array} options
|
|
4
|
+
* @param {string|number} value
|
|
5
|
+
*/import{jsx as _jsx}from"react/jsx-runtime";var getValueLabel=function(a,b){var c=a.find(function(a){return a.value===b});return c&&c.label?c.label:b},mask=function(a){return Array(a.length+1).join("*")},FormattedValue=function(a){var b=a.field,c=a.value,d=useIntl(),e=d.locale,f=[];switch(b.tagClassName&&b.tagClassName.h3&&(f.push("np-text-body-large-bold"),f.push("formatted-value__h3-custom-alignment")),b.control){case"select":case"radio":return/*#__PURE__*/_jsx("span",{children:getValueLabel(b.values,c)});case"date":return/*#__PURE__*/_jsx("span",{children:formatDate(c instanceof Date?c:new Date(c),e)});case"number":return/*#__PURE__*/_jsx("span",{children:formatNumber(c,e)});case"password":return/*#__PURE__*/_jsx("span",{children:mask(c)});case"file":return/*#__PURE__*/_jsx("div",{className:"thumbnail",children:/*#__PURE__*/_jsx("img",{alt:b.title,src:c})});case"checkbox":return/*#__PURE__*/_jsx("span",{children:JSON.stringify(c)});default:return/*#__PURE__*/_jsx("span",{className:classNames(f),children:formatUsingPattern(c,b.displayFormat)});}};/**
|
|
6
|
+
*
|
|
7
|
+
* @param {string} value
|
|
8
|
+
*/FormattedValue.propTypes={field:PropTypes.shape({control:PropTypes.string.isRequired,displayFormat:PropTypes.string,refreshRequirementsOnChange:PropTypes.bool,title:PropTypes.string.isRequired,type:PropTypes.string.isRequired,width:PropTypes.string,tagClassName:PropTypes.shape({h3:PropTypes.bool}),values:PropTypes.arrayOf(PropTypes.shape({value:PropTypes.any}))}).isRequired,value:PropTypes.any.isRequired};export default FormattedValue;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./FormattedValue";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./DynamicFieldDefinitionList";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import _slicedToArray from"@babel/runtime/helpers/slicedToArray";import toPairs from"lodash.topairs";import FormattedValue from"../FormattedValue";import{jsx as _jsx}from"react/jsx-runtime";export default function createDefinitions(a,b){return toPairs(a).map(function(a){var c=_slicedToArray(a,2),d=c[0],e=c[1];return createDefinition(d,e,b)}).filter(function(a){return!!a})}function createDefinition(a,b,c){var d=b.title,e=b.group,f=b.hidden;return!c[a]||f?null:{title:d,value:e?e.map(function(b,d){return/*#__PURE__*/_jsx(FormattedValue,{// eslint-disable-line react/no-array-index-key
|
|
2
|
+
field:b,value:c[a]},d)}):/*#__PURE__*/_jsx(FormattedValue,{field:b,value:c[a]}),key:a}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var formatUsingPattern=function(){var a=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"",b=1<arguments.length?arguments[1]:void 0;if("string"!=typeof b)return a;var c=b;0<c.indexOf("||")&&(c=c.slice(0,Math.max(0,b.indexOf("||"))));for(var d="",separators=0,e=a.length,f=0;e;)positionIsSeparator(c,f)?(d+=c[f],separators+=1):(d+=a[f-separators],e-=1),f+=1;var g=countSeparatorsAfterCursor(c,f);return g&&(d+=c.slice(f,g)),d},countSeparatorsAfterCursor=function(a,b){for(var separators=0;positionIsSeparator(a,b+separators);)separators+=1;return separators},positionIsSeparator=function(a,b){return a[b]&&"*"!==a[b]};export{formatUsingPattern};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import EmphasisHtmlTransformer from"./EmphasisHtmlTransformer";import{jsx as _jsx}from"react/jsx-runtime";var SUPPORTED_TAGS=["important","positive","negative","warning"],emphasisHtmlTransformer=new EmphasisHtmlTransformer(SUPPORTED_TAGS),Emphasis=function(a){var b=a.text,c=void 0===b?void 0:b;if(!c)return null;var d=emphasisHtmlTransformer.transform(c);// eslint-disable-next-line react/no-danger
|
|
2
|
+
return d?/*#__PURE__*/_jsx("span",{dangerouslySetInnerHTML:{__html:d}}):null};export default Emphasis;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import _classCallCheck from"@babel/runtime/helpers/classCallCheck";import _createClass from"@babel/runtime/helpers/createClass";var ESCAPED_OPENING_CHEVRON="<",ESCAPED_CLOSING_CHEVRON=">",EmphasisHtmlTransformer=/*#__PURE__*/function(){function a(b){_classCallCheck(this,a),this.tags=(b||[]).map(function(a){return{transformed:{opening:"<em class=\"emphasis emphasis--".concat(a,"\">"),closing:"</em>"},escapedRegex:{opening:new RegExp("".concat(ESCAPED_OPENING_CHEVRON).concat(a).concat(ESCAPED_CLOSING_CHEVRON),"g"),closing:new RegExp("".concat(ESCAPED_OPENING_CHEVRON,"/").concat(a).concat(ESCAPED_CLOSING_CHEVRON),"g")}}})}// Algorithm:
|
|
2
|
+
// 1) Escape all dangerous characters (<,>,&)
|
|
3
|
+
// 2) Replace all escaped, whitelisted tags with styled spans.
|
|
4
|
+
// 3) Transform new line characters to `<br />`s
|
|
5
|
+
//
|
|
6
|
+
// Note: for simplicity this doesn't support tags with non-standard whitespaces, e.g. <positive></ positive>
|
|
7
|
+
return _createClass(a,[{key:"transform",value:function transform(a){if(!a)return null;var b=a.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">");return this.tags.reduce(function(a,b){return a.replace(b.escapedRegex.opening,b.transformed.opening).replace(b.escapedRegex.closing,b.transformed.closing)},b).replace(/\\n|\n/g,"<br />")}}]),a}();export default EmphasisHtmlTransformer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Emphasis";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import _slicedToArray from"@babel/runtime/helpers/slicedToArray";import classNames from"classnames";import PropTypes from"prop-types";import{useRef}from"react";import{Breakpoint,Layout}from"../common";import CloseButton from"../common/closeButton";import FlowHeader from"../common/flowHeader";import{useClientWidth}from"../common/hooks";import Logo from"../logo";import Stepper from"../stepper";import AnimatedLabel from"./animatedLabel";import BackButton from"./backButton";// Size switches on parent container which may or may not have the same size as the window.
|
|
2
|
+
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 containerBreakpoints={"np-flow-navigation--sm":Breakpoint.SMALL,"np-flow-navigation--lg":Breakpoint.LARGE},FlowNavigation=function(a){var b=a.activeStep,c=a.avatar,d=a.logo,e=a.onClose,f=a.onGoBack,g=a.done,h=a.steps,i=useRef(null),j=useClientWidth({ref:i}),k=_slicedToArray(j,1),l=k[0],m=e&&/*#__PURE__*/_jsx(CloseButton,{onClick:e}),n=l<Breakpoint.SMALL,o=g?null:c;return/*#__PURE__*/_jsx("div",{ref:i,className:classNames("np-flow-navigation d-flex align-items-center justify-content-center p-y-3",{"np-flow-navigation--border-bottom":!g}),children:/*#__PURE__*/_jsx(FlowHeader,{className:classNames("np-flow-navigation__content p-x-3",{"np-flow-navigation--hidden":!l,"np-flow-navigation--xs-max":n},Object.keys(containerBreakpoints).filter(function(a){return l>=containerBreakpoints[a]})),leftContent:n?function getLeftContentSmall(){return/*#__PURE__*/_jsx(_Fragment,{children:f&&0<b?/*#__PURE__*/_jsx(BackButton,{label:/*#__PURE__*/_jsx(AnimatedLabel,{className:"m-x-1",labels:h.map(function(a){return a.label}),activeLabel:b-1}),onClick:f}):d})}():d,rightContent:/*#__PURE__*/_jsxs(_Fragment,{children:[o,o&&m&&/*#__PURE__*/_jsx("span",{className:"separator"}),m]}),bottomContent:!g&&/*#__PURE__*/_jsx(Stepper,{activeStep:b,steps:h,className:classNames("np-flow-navigation__stepper")}),layout:l<Breakpoint.LARGE?Layout.VERTICAL:Layout.HORIZONTAL})})};FlowNavigation.defaultProps={activeStep:0,avatar:void 0,logo:/*#__PURE__*/_jsx(Logo,{}),onGoBack:void 0,onClose:void 0,done:!1},FlowNavigation.propTypes={activeStep:PropTypes.number,/** An Avatar */avatar:PropTypes.element,logo:PropTypes.node,/** Called when the close button is clicked. If not provided the close button won't show */onClose:PropTypes.func,/** Called when the back button is clicked. If not provided the back button won't show. The back button only shows on small screens */onGoBack:PropTypes.func,done:PropTypes.bool,/** Steps to be displayed in stepper. If you don't need the stepper, please use OverlayHeader instead */steps:PropTypes.arrayOf(PropTypes.shape({label:PropTypes.node.isRequired,onClick:PropTypes.func,hoverLabel:PropTypes.node})).isRequired};export default FlowNavigation;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import classNames from"classnames";import PropTypes from"prop-types";import{jsx as _jsx}from"react/jsx-runtime";var AnimatedLabel=function(a){var b=a.activeLabel,c=a.className,d=a.labels,e=d.length-1;return/*#__PURE__*/_jsx("div",{className:classNames("np-animated-label","np-text-body-large-bold",c),children:d.map(function(a,c){var d=c-1;return/*#__PURE__*/_jsx("div",{className:classNames("text-xs-left",{"np-animated-label--in":c===b,"np-animated-label--out":d===b&&d!==e}),children:a},d)})})};AnimatedLabel.propTypes={activeLabel:PropTypes.number.isRequired,className:PropTypes.string,labels:PropTypes.arrayOf(PropTypes.node).isRequired},AnimatedLabel.defaultProps={className:void 0};export default AnimatedLabel;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./AnimatedLabel";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ArrowLeft as ArrowLeftIcon}from"@transferwise/icons";import classNames from"classnames";import PropTypes from"prop-types";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";var BackButton=function(a){var b=a.label,c=a.className,d=a.onClick;return/*#__PURE__*/_jsxs("button",{type:"button",className:classNames("np-back-button","align-items-center","btn-unstyled",c),onClick:d,children:[/*#__PURE__*/_jsx(ArrowLeftIcon,{size:24}),b]})};BackButton.propTypes={className:PropTypes.string,label:PropTypes.element,onClick:PropTypes.func.isRequired},BackButton.defaultProps={className:void 0,label:void 0};export default BackButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import BackButton from"./BackButton";export default BackButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./FlowNavigation";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import _defineProperty from"@babel/runtime/helpers/defineProperty";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{useTheme}from"@wise/components-theming";import classNames from"classnames";import ActionButton from"../actionButton/ActionButton";import Button from"../button";import{Typography}from"../common";import Link from"../link";import Title from"../title";import{jsx as _jsx}from"react/jsx-runtime";import{jsxs as _jsxs}from"react/jsx-runtime";var HeaderAction=function(a){var b=a.action,c=useTheme(),d=c.isModern,e={"aria-label":b["aria-label"]};return"href"in b?/*#__PURE__*/_jsx(Link,_objectSpread(_objectSpread({href:b.href,target:b.target,onClick:b.onClick},e),{},{children:b.text})):d?/*#__PURE__*/_jsx(Button,_objectSpread(_objectSpread({className:"np-header__button",priority:"tertiary",size:"sm",onClick:b.onClick},e),{},{children:b.text})):/*#__PURE__*/_jsx(ActionButton,_objectSpread(_objectSpread({onClick:b.onClick},e),{},{children:b.text}))};/**
|
|
2
|
+
*
|
|
3
|
+
* Neptune Web: https://transferwise.github.io/neptune-web/components/content/Header
|
|
4
|
+
*
|
|
5
|
+
*/export var Header=function(a){var b=a.action,c=a.as,d=void 0===c?"h5":c,e=a.title,f=a.className;return/*#__PURE__*/_jsxs("div",{className:classNames("np-header",f),children:[/*#__PURE__*/_jsx(Title,{as:d,type:Typography.TITLE_GROUP,className:"np-header__title",children:e}),b&&/*#__PURE__*/_jsx(HeaderAction,{action:b})]})};export default Header;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{render,screen,userEvent}from"../test-utils";import Header from".";import{jsx as _jsx}from"react/jsx-runtime";describe("Header",function(){it("can set header title",function(){render(/*#__PURE__*/_jsx(Header,{title:"Header title"})),expect(screen.getByText("Header title")).toBeInTheDocument()}),it("can trigger header action",function(){var a=jest.fn();render(/*#__PURE__*/_jsx(Header,{title:"Header title",action:{text:"Click me!",onClick:a}})),userEvent.click(screen.getByRole("button",{name:"Click me!"})),expect(a).toHaveBeenCalledTimes(1)}),it("can set aria-label property for header action",function(){var a=jest.fn();render(/*#__PURE__*/_jsx(Header,{title:"Header title",action:{"aria-label":"Magic",text:"Click me!",onClick:a}})),userEvent.click(screen.getByRole("button",{name:"Magic"})),expect(a).toHaveBeenCalledTimes(1)}),it("renders header action as a link when href is provided",function(){render(/*#__PURE__*/_jsx(Header,{title:"Header title",action:{"aria-label":"Click me!",text:"I am a link",href:"https://wise.com"}}));var a=screen.getByRole("link",{name:"Click me!"});expect(a).toHaveAttribute("href","https://wise.com")}),it("renders header with h5 heading tag by default",function(){render(/*#__PURE__*/_jsx(Header,{title:"Header title"})),expect(screen.getByRole("heading",{name:"Header title",level:5})).toBeInTheDocument()}),it("can render header with specific heading tag",function(){render(/*#__PURE__*/_jsx(Header,{as:"h3",title:"Header title"})),expect(screen.getByRole("heading",{name:"Header title",level:3})).toBeInTheDocument()}),it("runs onClick if specified even when it got href prop",function(){var a=jest.fn();render(/*#__PURE__*/_jsx(Header,{as:"h3",title:"Header title",action:{text:"Click me",href:"#",onClick:a}}));var b=screen.getByRole("link",{name:"Click me"});expect(b).toBeInTheDocument(),userEvent.click(b),expect(a).toHaveBeenCalledTimes(1)})});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import Header from"./Header";import{jsx as _jsx}from"react/jsx-runtime";export default{component:Header,title:"Typography/Header"};export var Basic=function(){return/*#__PURE__*/_jsx(Header,{title:"Header title"})};export var WithAction=function(){return/*#__PURE__*/_jsx(Header,{title:"Header title",action:{"aria-label":"Magic",text:"Click me!",onClick:function onClick(){return alert("Action!")}}})};export var WithActionAsLink=function(){return/*#__PURE__*/_jsx(Header,{title:"Header title",action:{text:"This is a link",href:"https://wise.com"}})};export var WithActionAsLinkPreventingNavigationWithTracking=function(){return/*#__PURE__*/_jsx(Header,{title:"Header title",action:{text:"This is a link",href:"https://wise.com",onClick:function onClick(a){// we can stop the navigation from happening as onClick will always run before href redirect
|
|
2
|
+
alert("Running onClick handler"),a.preventDefault()}}})};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default}from"./Header";
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "Vyčistit {choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Vyčistit",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Zavřít",
|
|
5
|
+
"neptune.DateInput.day.label": "Den",
|
|
6
|
+
"neptune.DateInput.month.label": "Měsíc",
|
|
7
|
+
"neptune.DateInput.year.label": "Rok",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Vybrat možnost...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Navigace v Pagination",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "Přejít na stránku {pageNumber}",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Současná stránka, stránka {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Hledat...",
|
|
13
|
+
"neptune.Summary.statusDone": "Položka dokončena",
|
|
14
|
+
"neptune.Summary.statusNotDone": "Položka k dokončení",
|
|
15
|
+
"neptune.Summary.statusPending": "Čekající položka",
|
|
16
|
+
"neptune.Upload.csButtonText": "Nahrát další soubor?",
|
|
17
|
+
"neptune.Upload.csFailureText": "Nahrání se nezdařilo. Zkuste to prosím později",
|
|
18
|
+
"neptune.Upload.csSuccessText": "Úspěšně nahráno!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Soubor musí být menší než 5MB",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "Tento formát souboru není podporován. Zkuste to znovu s jiným souborem",
|
|
21
|
+
"neptune.Upload.psButtonText": "Zrušit",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Načítání...",
|
|
23
|
+
"neptune.Upload.usButtonText": "Nebo vyberte soubor",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Pusťte sem soubor pro jeho nahrání",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "Přetáhněte a pusťte sem soubor menší než 5MB",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "Všechny typy souborů",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Pusťte sem soubor pro jeho nahrání",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, menší než {size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Nahrát soubor",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Nahrát soubory",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "Odstraněním tohoto souboru jej smažete z našeho systému.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "Zrušit",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Odstranit",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "Jistě chcete odstranit tento soubor?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "Soubor je příliš velký",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "Typ souboru není podporován",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Je nám líto, ale toto nahrání se nezdařilo, protože můžeme přijmout pouze {maxFilesAllowed} souborů najednou.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Mažeme...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "Odstranit soubor {filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Nahráno",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "Nahraný soubor",
|
|
42
|
+
"neptune.UploadItem.uploading": "Nahrávání...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Nahrání se nezdařilo"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "{choice} zurücksetzen",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Zurücksetzen",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Schließen",
|
|
5
|
+
"neptune.DateInput.day.label": "Tag",
|
|
6
|
+
"neptune.DateInput.month.label": "Monat",
|
|
7
|
+
"neptune.DateInput.year.label": "Jahr",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Wähle eine der Möglichkeiten aus...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Seitennummer-Navigation",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "Weiter zur Seite {pageNumber}",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Aktuelle Seite – Seite {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Wird gesucht...",
|
|
13
|
+
"neptune.Summary.statusDone": "Schritt erledigt",
|
|
14
|
+
"neptune.Summary.statusNotDone": "Schritt noch zu erledigen",
|
|
15
|
+
"neptune.Summary.statusPending": "Schritt ausstehend",
|
|
16
|
+
"neptune.Upload.csButtonText": "Eine andere Datei hochladen?",
|
|
17
|
+
"neptune.Upload.csFailureText": "Hochladen fehlgeschlagen. Bitte versuche es erneut",
|
|
18
|
+
"neptune.Upload.csSuccessText": "Fertig hochgeladen!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Bitte wähle eine Datei aus, die kleiner als 5 MB ist",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "Dateityp wird nicht unterstützt. Bitte versuche es erneut mit einer anderen Datei",
|
|
21
|
+
"neptune.Upload.psButtonText": "Abbrechen",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Wird hochgeladen...",
|
|
23
|
+
"neptune.Upload.usButtonText": "Oder wähle eine Datei aus",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Datei zum Hochladen in dieses Feld ziehen",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "Ziehe eine Datei in dieses Feld, die kleiner als 5 MB ist",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "Alle Dateiformate",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Datei zum Hochladen in dieses Feld ziehen",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, kleiner als {size} MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Datei hochladen",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Dateien hochladen",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "Wenn du diese Datei entfernst, wird sie aus unserem System gelöscht werden.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "Abbrechen",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Entfernen",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "Möchtest du diese Datei wirklich entfernen?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "Die Datei ist zu groß",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "Dateityp wird nicht unterstützt",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Leider ist das Hochladen fehlgeschlagen, da wir nicht mehr als {maxFilesAllowed} Dateien auf einmal akzeptieren können.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Wird gelöscht...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "Datei {filename} entfernen",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Hochgeladen",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "Hochgeladene Datei",
|
|
42
|
+
"neptune.UploadItem.uploading": "Wird hochgeladen...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Hochladen fehlgeschlagen"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "Clear {choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Clear",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Close",
|
|
5
|
+
"neptune.DateInput.day.label": "Day",
|
|
6
|
+
"neptune.DateInput.month.label": "Month",
|
|
7
|
+
"neptune.DateInput.year.label": "Year",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Select an option...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Pagination navigation",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "Go to page {pageNumber}",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Current page, page {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Search...",
|
|
13
|
+
"neptune.Summary.statusDone": "Item done",
|
|
14
|
+
"neptune.Summary.statusNotDone": "Item to do",
|
|
15
|
+
"neptune.Summary.statusPending": "Item pending",
|
|
16
|
+
"neptune.Upload.csButtonText": "Upload another file?",
|
|
17
|
+
"neptune.Upload.csFailureText": "Upload failed. Please, try again",
|
|
18
|
+
"neptune.Upload.csSuccessText": "Upload complete!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Please provide a file smaller than 5MB",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "File type not supported. Please try again with a different file",
|
|
21
|
+
"neptune.Upload.psButtonText": "Cancel",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Uploading...",
|
|
23
|
+
"neptune.Upload.usButtonText": "Or select a file",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Drop file to start upload",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "Drag and drop a file less than 5MB",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "All file types",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Drop file to start upload",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, less than {size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Upload file",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Upload files",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "Removing this file will delete it from our system.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "Cancel",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Remove",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "Sure you want to remove this file?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "File is too large",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "File type not supported",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Sorry, this upload failed because we can only accept {maxFilesAllowed} files at once.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Deleting...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "Remove file {filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Uploaded",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "Uploaded file",
|
|
42
|
+
"neptune.UploadItem.uploading": "Uploading...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Uploading failed"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "Descartar {choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Borrar",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Cerrar",
|
|
5
|
+
"neptune.DateInput.day.label": "Día",
|
|
6
|
+
"neptune.DateInput.month.label": "Mes",
|
|
7
|
+
"neptune.DateInput.year.label": "Año",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Selecciona una opción...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Navegación por las páginas",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "Ve a la página {pageNumber}",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Página actual, página {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
13
|
+
"neptune.Summary.statusDone": "Apartado listo",
|
|
14
|
+
"neptune.Summary.statusNotDone": "Apartado a completar",
|
|
15
|
+
"neptune.Summary.statusPending": "Apartado pendiente",
|
|
16
|
+
"neptune.Upload.csButtonText": "¿Quieres subir otro archivo?",
|
|
17
|
+
"neptune.Upload.csFailureText": "La carga del archivo ha fallado. Por favor, inténtalo de nuevo",
|
|
18
|
+
"neptune.Upload.csSuccessText": "¡Se ha subido el archivo!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Por favor, sube un archivo de menos de 5 MB",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "Tipo de archivo no aceptado. Por favor, inténtalo de nuevo con un archivo diferente",
|
|
21
|
+
"neptune.Upload.psButtonText": "Cancela",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Subiendo...",
|
|
23
|
+
"neptune.Upload.usButtonText": "O selecciona un archivo",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Arrastra un archivo para subirlo",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "Arrastra y suelta un archivo menor de 5MB",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "Todos los tipos de archivos",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Arrastra un archivo para subirlo",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, menor que {size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Subir archivo",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Subir archivos",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "La eliminación de este archivo lo borrará de nuestro sistema.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "Cancelar",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Eliminar",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "¿Estás seguro que quieres eliminar este archivo?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "El archivo es demasiado grande",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "Tipo de archivo no compatible",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Lo sentimos, ha habido un error porque solo podemos aceptar {maxFilesAllowed} archivos a la vez.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Eliminando...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "Eliminar el archivo {filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Subido",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "Archivo subido",
|
|
42
|
+
"neptune.UploadItem.uploading": "Subiendo...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Fallo al subir el archivo"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "Effacer {choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Effacer",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Fermer",
|
|
5
|
+
"neptune.DateInput.day.label": "Jour",
|
|
6
|
+
"neptune.DateInput.month.label": "Mois",
|
|
7
|
+
"neptune.DateInput.year.label": "Année",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Sélectionner une option...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Navigation par pagination",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "Aller à la page {pageNumber}",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Page actuelle, page {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Recherche...",
|
|
13
|
+
"neptune.Summary.statusDone": "Validé",
|
|
14
|
+
"neptune.Summary.statusNotDone": "À compléter",
|
|
15
|
+
"neptune.Summary.statusPending": "En attente",
|
|
16
|
+
"neptune.Upload.csButtonText": "Envoyer un autre fichier ?",
|
|
17
|
+
"neptune.Upload.csFailureText": "Échec du téléchargement. Veuillez réessayer",
|
|
18
|
+
"neptune.Upload.csSuccessText": "Téléchargement terminé !",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Veuillez fournir un fichier inférieur à 5 Mo",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "Format non pris en charge. Veuillez réessayer avec un fichier différent",
|
|
21
|
+
"neptune.Upload.psButtonText": "Annuler",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Téléchargement...",
|
|
23
|
+
"neptune.Upload.usButtonText": "Ou sélectionnez un fichier",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Déposer un fichier pour démarrer le téléchargement",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "Glissez et déposez un fichier inférieur à 5 Mo",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "Tous types de fichiers",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Déposer un fichier pour démarrer le téléchargement",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, inférieur à {size} Mo",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Envoyer le fichier",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Transférer des documents",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "La suppression de ce fichier sera définitive sur notre système.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "Annuler",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Supprimer",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "Voulez-vous vraiment supprimer ce fichier ?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "Fichier trop lourd",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "Type de fichier non pris en charge",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Nous sommes désolés, ce téléchargement a échoué car nous ne pouvons accepter que {maxFilesAllowed} fichiers à la fois.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Suppression...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "Supprimer le fichier {filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Téléchargé",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "Fichier téléchargé",
|
|
42
|
+
"neptune.UploadItem.uploading": "Téléchargement...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Échec du téléchargement"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "{choice} törlése",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Törlés",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Bezárás",
|
|
5
|
+
"neptune.DateInput.day.label": "Nap",
|
|
6
|
+
"neptune.DateInput.month.label": "Hónap",
|
|
7
|
+
"neptune.DateInput.year.label": "Év",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Válassz ki egy lehetőséget...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Lapszámos navigáció",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "Ugrás a(z) {pageNumber}. oldalra",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Jelenlegi oldal, {pageNumber}. oldal",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Keresés...",
|
|
13
|
+
"neptune.Summary.statusDone": "Kész",
|
|
14
|
+
"neptune.Summary.statusNotDone": "Hátravan",
|
|
15
|
+
"neptune.Summary.statusPending": "Függőben",
|
|
16
|
+
"neptune.Upload.csButtonText": "Másik fájl feltöltése?",
|
|
17
|
+
"neptune.Upload.csFailureText": "Feltöltés sikertelen. Kérünk, próbáld újra",
|
|
18
|
+
"neptune.Upload.csSuccessText": "Feltöltés sikeres",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Kérünk, 5 MB-nál kisebb fájlt tölts fel",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "Nem támogatott fájltípus. Kérünk, próbáld újra másik fájllal",
|
|
21
|
+
"neptune.Upload.psButtonText": "Mégsem",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Feltöltés...",
|
|
23
|
+
"neptune.Upload.usButtonText": "Vagy válaszd ki a fájlt",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Húzd ide a fájlokat a feltöltéshez",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "Húzz ide egy 5MB-nál kisebb fájlt",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "Összes fájltípus",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Húzd a fájlokat ide a feltöltéshez",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, legfeljebb {size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Fájl feltöltése",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Fájlok feltöltése",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "Ha törlöd ezt a fájlt, azzal a rendszerünkből is eltávolítod.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "Mégsem",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Eltávolítás",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "Biztosan törölni szeretnéd ezt a fájlt?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "A fájl túl nagy",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "Nem támogatott fájltípus",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Sajnos ez a feltöltés sikertelen volt, mert csak {maxFilesAllowed} fájlt tudunk egyszerre elfogadni.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Törlés...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "{filename} fájl törlése",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Feltöltve",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "Feltöltött fájl",
|
|
42
|
+
"neptune.UploadItem.uploading": "Feltöltés...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Feltöltés sikertelen"
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "Hapus {choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Hapus",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Tutup",
|
|
5
|
+
"neptune.DateInput.day.label": "Hari",
|
|
6
|
+
"neptune.DateInput.month.label": "Bulan",
|
|
7
|
+
"neptune.DateInput.year.label": "Tahun",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Pilih opsi...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Halaman navigasi",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "Lanjut ke halaman {pageNumber}",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Halaman saat ini, halaman {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Cari...",
|
|
13
|
+
"neptune.Summary.statusDone": "Item selesai",
|
|
14
|
+
"neptune.Summary.statusNotDone": "Item yang harus dilakukan",
|
|
15
|
+
"neptune.Summary.statusPending": "Item tertunda",
|
|
16
|
+
"neptune.Upload.csButtonText": "Unggah file lainnya?",
|
|
17
|
+
"neptune.Upload.csFailureText": "Unggahan gagal. Silakan coba lagi",
|
|
18
|
+
"neptune.Upload.csSuccessText": "Pengunggahan selesai!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Harap berikan file kurang dari 5MB",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "Tipe file ini tidak didukung. Mohon coba lagi dengan file yang berbeda",
|
|
21
|
+
"neptune.Upload.psButtonText": "Batalkan",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Mengunggah...",
|
|
23
|
+
"neptune.Upload.usButtonText": "Atau pilih file",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Letakkan file untuk mulai mengunggah",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "Geser dan letakkan file berukuran kurang dari 5MB",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "Semua jenis file",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Lepaskan file untuk mulai mengunggah",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, kurang dari {size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Unggah file",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Unggah file",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "Menghapus file ini akan menghilangkannya dari sistem kami.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "Batalkan",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Hapus",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "Yakin ingin menghapus file ini?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "File terlalu besar",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "Jenis file tidak didukung",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Maaf, unggahan ini gagal karena kami hanya dapat menerima {maxFilesAllowed} file sekaligus.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Menghapus...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "Hapus file {filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Diunggah",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "File yang diunggah",
|
|
42
|
+
"neptune.UploadItem.uploading": "Mengunggah...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Pengunggahan gagal"
|
|
44
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import de from"./de.json";import en from"./en.json";import es from"./es.json";import fr from"./fr.json";import hu from"./hu.json";import id from"./id.json";import it from"./it.json";import ja from"./ja.json";import pl from"./pl.json";import pt from"./pt.json";import ro from"./ro.json";import ru from"./ru.json";import th from"./th.json";import tr from"./tr.json";import uk from"./uk.json";import zh from"./zh.json";var translations={de:de,en:en,es:es,fr:fr,hu:hu,id:id,it:it,ja:ja,pl:pl,pt:pt,ro:ro,ru:ru,th:th,tr:tr,uk:uk,zh:zh};export default translations;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neptune.Chips.ariaLabel": "Rimuovi {choice}",
|
|
3
|
+
"neptune.ClearButton.ariaLabel": "Elimina",
|
|
4
|
+
"neptune.CloseButton.ariaLabel": "Chiudi",
|
|
5
|
+
"neptune.DateInput.day.label": "Giorno",
|
|
6
|
+
"neptune.DateInput.month.label": "Mese",
|
|
7
|
+
"neptune.DateInput.year.label": "Anno",
|
|
8
|
+
"neptune.MoneyInput.Select.placeholder": "Seleziona un'opzione...",
|
|
9
|
+
"neptune.Pagination.ariaLabel": "Navigazione",
|
|
10
|
+
"neptune.PaginationLink.ariaLabel.active": "Via a pagina {pageNumber}",
|
|
11
|
+
"neptune.PaginationLink.ariaLabel.inactive": "Pagina corrente, pagina {pageNumber}",
|
|
12
|
+
"neptune.Select.searchPlaceholder": "Cerca...",
|
|
13
|
+
"neptune.Summary.statusDone": "Completato",
|
|
14
|
+
"neptune.Summary.statusNotDone": "Da completare",
|
|
15
|
+
"neptune.Summary.statusPending": "In corso",
|
|
16
|
+
"neptune.Upload.csButtonText": "Carica un altro documento?",
|
|
17
|
+
"neptune.Upload.csFailureText": "Caricamento fallito. Per favore riprova",
|
|
18
|
+
"neptune.Upload.csSuccessText": "Caricamento completato!",
|
|
19
|
+
"neptune.Upload.csTooLargeMessage": "Carica un file più piccolo di 5MB",
|
|
20
|
+
"neptune.Upload.csWrongTypeMessage": "Formato del documento non supportato. Riprova con un formato diverso",
|
|
21
|
+
"neptune.Upload.psButtonText": "Annulla",
|
|
22
|
+
"neptune.Upload.psProcessingText": "Caricamento...",
|
|
23
|
+
"neptune.Upload.usButtonText": "O seleziona un documento",
|
|
24
|
+
"neptune.Upload.usDropMessage": "Rilascia il documento per iniziare il caricamento",
|
|
25
|
+
"neptune.Upload.usPlaceholder": "Trascina e rilascia un file inferiore a 5MB",
|
|
26
|
+
"neptune.UploadButton.allFileTypes": "Tutti i tipi di file",
|
|
27
|
+
"neptune.UploadButton.dropFiles": "Rilascia file per iniziare a caricare",
|
|
28
|
+
"neptune.UploadButton.instructions": "{fileTypes}, minore di {size}MB",
|
|
29
|
+
"neptune.UploadButton.uploadFile": "Carica un file",
|
|
30
|
+
"neptune.UploadButton.uploadFiles": "Carica i file",
|
|
31
|
+
"neptune.UploadInput.deleteModalBody": "Rimuovere questo file lo cancellerà dal nostro sistema.",
|
|
32
|
+
"neptune.UploadInput.deleteModalCancelButtonText": "Annulla",
|
|
33
|
+
"neptune.UploadInput.deleteModalConfirmButtonText": "Rimuovi",
|
|
34
|
+
"neptune.UploadInput.deleteModalTitle": "Vuoi davvero cancellare questo file?",
|
|
35
|
+
"neptune.UploadInput.fileIsTooLarge": "File troppo grande",
|
|
36
|
+
"neptune.UploadInput.fileTypeNotSupported": "Tipo di file non supportato",
|
|
37
|
+
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Siamo spiacenti, questo caricamento non è riuscito perché possiamo accettare solo {maxFilesAllowed} file alla volta.",
|
|
38
|
+
"neptune.UploadItem.deleting": "Eliminando...",
|
|
39
|
+
"neptune.UploadItem.removeFile": "Rimuovi file {filename}",
|
|
40
|
+
"neptune.UploadItem.uploaded": "Caricato",
|
|
41
|
+
"neptune.UploadItem.uploadedFile": "File caricato",
|
|
42
|
+
"neptune.UploadItem.uploading": "Caricamento...",
|
|
43
|
+
"neptune.UploadItem.uploadingFailed": "Caricamento fallito"
|
|
44
|
+
}
|