@transferwise/components 0.0.0-experimental-5e2f01a → 0.0.0-experimental-cbf5f16
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 -1
- package/build/es/no-polyfill/accordion/Accordion.story.js +1 -1
- package/build/es/no-polyfill/accordion/AccordionItem/AccordionItem.js +1 -1
- package/build/es/no-polyfill/actionButton/ActionButton.js +1 -1
- package/build/es/no-polyfill/actionButton/ActionButton.spec.js +1 -1
- package/build/es/no-polyfill/actionButton/ActionButton.story.js +1 -1
- package/build/es/no-polyfill/actionOption/ActionOption.js +1 -1
- package/build/es/no-polyfill/actionOption/ActionOption.story.js +1 -1
- package/build/es/no-polyfill/alert/Alert.js +1 -1
- package/build/es/no-polyfill/alert/Alert.story.js +1 -1
- package/build/es/no-polyfill/alert/inlineMarkdown/InlineMarkdown.js +1 -1
- package/build/es/no-polyfill/alert/withArrow/alertArrowPositions.js +1 -1
- package/build/es/no-polyfill/alert/withArrow/withArrow.js +1 -1
- package/build/es/no-polyfill/avatar/Avatar.js +1 -1
- package/build/es/no-polyfill/avatar/Avatar.story.js +1 -1
- package/build/es/no-polyfill/avatar/avatarTypes.js +1 -1
- package/build/es/no-polyfill/avatar/colors/colors.js +2 -2
- package/build/es/no-polyfill/avatarWrapper/AvatarWrapper.js +1 -1
- package/build/es/no-polyfill/avatarWrapper/AvatarWrapper.story.js +1 -1
- package/build/es/no-polyfill/badge/Badge.js +1 -1
- package/build/es/no-polyfill/body/Body.js +2 -2
- package/build/es/no-polyfill/body/Body.spec.js +1 -1
- package/build/es/no-polyfill/body/Body.story.js +1 -1
- package/build/es/no-polyfill/button/Button.js +5 -5
- package/build/es/no-polyfill/button/Button.story.js +1 -1
- package/build/es/no-polyfill/button/classMap.js +1 -1
- package/build/es/no-polyfill/button/legacyUtils/legacyUtils.js +2 -2
- package/build/es/no-polyfill/card/Card.js +1 -1
- package/build/es/no-polyfill/checkbox/Checkbox.js +1 -1
- package/build/es/no-polyfill/checkbox/Checkbox.story.js +1 -1
- package/build/es/no-polyfill/checkboxButton/CheckboxButton.js +1 -1
- package/build/es/no-polyfill/checkboxButton/CheckboxButton.spec.js +1 -1
- package/build/es/no-polyfill/checkboxButton/CheckboxButton.story.js +2 -1
- package/build/es/no-polyfill/checkboxOption/CheckboxOption.js +1 -1
- package/build/es/no-polyfill/checkboxOption/CheckboxOption.spec.js +1 -1
- package/build/es/no-polyfill/checkboxOption/CheckboxOption.story.js +1 -1
- package/build/es/no-polyfill/chevron/Chevron.js +1 -1
- package/build/es/no-polyfill/chevron/Chevron.story.js +1 -1
- package/build/es/no-polyfill/chips/Chip.js +1 -1
- package/build/es/no-polyfill/chips/Chips.js +1 -1
- package/build/es/no-polyfill/chips/Chips.spec.js +1 -1
- package/build/es/no-polyfill/chips/Chips.story.js +1 -1
- package/build/es/no-polyfill/circularButton/CircularButton.js +1 -1
- package/build/es/no-polyfill/common/DOMOperations/DOMOperations.js +3 -3
- package/build/es/no-polyfill/common/Option/Option.js +1 -1
- package/build/es/no-polyfill/common/RadioButton/RadioButton.js +1 -1
- package/build/es/no-polyfill/common/bottomSheet/BottomSheet.js +4 -4
- package/build/es/no-polyfill/common/bottomSheet/BottomSheet.spec.js +1 -1
- package/build/es/no-polyfill/common/bottomSheet/BottomSheet.story.js +2 -2
- package/build/es/no-polyfill/common/closeButton/CloseButton.js +1 -1
- package/build/es/no-polyfill/common/dateUtils/getDayNames/getDayNames.js +2 -2
- package/build/es/no-polyfill/common/dateUtils/getMonthNames/getMonthNames.js +1 -1
- package/build/es/no-polyfill/common/dateUtils/isDateValid/isDateValid.js +1 -1
- package/build/es/no-polyfill/common/dateUtils/isMonthAndYearFormat/isMonthAndYearFormat.js +1 -1
- package/build/es/no-polyfill/common/deviceDetection/deviceDetection.js +1 -1
- package/build/es/no-polyfill/common/direction.js +1 -1
- package/build/es/no-polyfill/common/domHelpers/index.js +1 -1
- package/build/es/no-polyfill/common/fakeEvents.js +1 -1
- package/build/es/no-polyfill/common/fileType.js +1 -1
- package/build/es/no-polyfill/common/flowHeader/FlowHeader.js +1 -1
- package/build/es/no-polyfill/common/focusBoundary/FocusBoundary.js +1 -1
- package/build/es/no-polyfill/common/focusBoundary/FocusBoundary.spec.js +1 -1
- package/build/es/no-polyfill/common/focusBoundary/utils/getFocusableElements.js +2 -2
- package/build/es/no-polyfill/common/focusBoundary/utils/resetFocus.js +1 -1
- package/build/es/no-polyfill/common/historyNavigator/historyNavigator.js +1 -1
- package/build/es/no-polyfill/common/hooks/useClientWidth/useClientWidth.js +3 -3
- package/build/es/no-polyfill/common/hooks/useConditionalListener/useConditionalListener.js +1 -1
- package/build/es/no-polyfill/common/hooks/useDirection/useDirection.js +1 -1
- package/build/es/no-polyfill/common/hooks/useHasIntersected/useHasIntersected.js +2 -2
- package/build/es/no-polyfill/common/hooks/useLayout/useLayout.js +1 -1
- package/build/es/no-polyfill/common/key.js +1 -1
- package/build/es/no-polyfill/common/locale/index.js +7 -7
- package/build/es/no-polyfill/common/panel/Panel.js +6 -6
- package/build/es/no-polyfill/common/propsValues/breakpoint.js +1 -1
- package/build/es/no-polyfill/common/propsValues/control.js +1 -1
- package/build/es/no-polyfill/common/propsValues/dateMode.js +1 -1
- package/build/es/no-polyfill/common/propsValues/layouts.js +1 -1
- package/build/es/no-polyfill/common/propsValues/markdownNodeType.js +1 -1
- package/build/es/no-polyfill/common/propsValues/monthFormat.js +1 -1
- package/build/es/no-polyfill/common/propsValues/position.js +1 -1
- package/build/es/no-polyfill/common/propsValues/profileType.js +1 -1
- package/build/es/no-polyfill/common/propsValues/scroll.js +1 -1
- package/build/es/no-polyfill/common/propsValues/sentiment.js +1 -1
- package/build/es/no-polyfill/common/propsValues/size.js +1 -1
- package/build/es/no-polyfill/common/propsValues/status.js +1 -1
- package/build/es/no-polyfill/common/propsValues/type.js +1 -1
- package/build/es/no-polyfill/common/propsValues/typography.js +1 -1
- package/build/es/no-polyfill/common/propsValues/variant.js +1 -1
- package/build/es/no-polyfill/common/propsValues/width.js +1 -1
- package/build/es/no-polyfill/common/requirements.js +2 -2
- package/build/es/no-polyfill/common/responsivePanel/ResponsivePanel.js +1 -1
- package/build/es/no-polyfill/common/textFormat/formatWithPattern/formatWithPattern.js +2 -2
- package/build/es/no-polyfill/common/textFormat/getCountOfSymbolsInSelection/getCountOfSymbolsInSelection.js +1 -1
- package/build/es/no-polyfill/common/textFormat/getCursorPositionAfterKeystroke/getCursorPositionAfterKeystroke.js +1 -1
- package/build/es/no-polyfill/common/textFormat/getDistanceToSymbol/getDistanceToSymbol.js +1 -1
- package/build/es/no-polyfill/common/textFormat/getSymbolsInPatternWithPosition/getSymbolsInPatternWithPosition.js +1 -1
- package/build/es/no-polyfill/common/textFormat/unformatWithPattern/unformatWithPattern.js +1 -1
- package/build/es/no-polyfill/common/theme.js +1 -1
- package/build/es/no-polyfill/criticalBanner/CriticalCommsBanner.js +1 -1
- package/build/es/no-polyfill/criticalBanner/CriticalCommsBanner.story.js +1 -1
- package/build/es/no-polyfill/dateInput/DateInput.js +4 -10
- package/build/es/no-polyfill/dateInput/DateInput.story.js +1 -1
- package/build/es/no-polyfill/dateInput/utils/convertToLocalMidnight/convertToLocalMidnight.js +1 -1
- package/build/es/no-polyfill/dateInput/utils/explodeDate/explodeDate.js +1 -1
- package/build/es/no-polyfill/dateLookup/DateLookup.js +3 -4
- package/build/es/no-polyfill/dateLookup/dateHeader/DateHeader.js +1 -1
- package/build/es/no-polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -1
- package/build/es/no-polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -1
- package/build/es/no-polyfill/dateLookup/dayCalendar/table/DayCalendarTable.js +4 -5
- package/build/es/no-polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -1
- package/build/es/no-polyfill/dateLookup/monthCalendar/table/MonthCalendarTable.js +1 -1
- package/build/es/no-polyfill/dateLookup/tableLink/TableLink.js +1 -1
- package/build/es/no-polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -1
- package/build/es/no-polyfill/dateLookup/yearCalendar/table/YearCalendarTable.js +1 -1
- package/build/es/no-polyfill/decision/Decision.js +5 -5
- package/build/es/no-polyfill/decision/decisionEnums.js +2 -2
- package/build/es/no-polyfill/definitionList/DefinitionList.js +1 -1
- package/build/es/no-polyfill/dimmer/Dimmer.js +3 -3
- package/build/es/no-polyfill/dimmer/Dimmer.story.js +2 -2
- package/build/es/no-polyfill/dimmer/dimmerManager/DimmerManager.js +3 -3
- package/build/es/no-polyfill/display/Display.js +1 -1
- package/build/es/no-polyfill/display/Display.story.js +2 -2
- package/build/es/no-polyfill/drawer/Drawer.js +1 -1
- package/build/es/no-polyfill/dropFade/DropFade.js +3 -3
- package/build/es/no-polyfill/dropFade/DropFade.story.js +1 -1
- package/build/es/no-polyfill/dynamicFieldDefinitionList/DynamicFieldDefinitionList.js +1 -1
- package/build/es/no-polyfill/dynamicFieldDefinitionList/FormattedValue/FormattedValue.js +1 -1
- package/build/es/no-polyfill/dynamicFieldDefinitionList/utils/createDefinitions.js +2 -2
- package/build/es/no-polyfill/dynamicFieldDefinitionList/utils/text-format.js +1 -1
- package/build/es/no-polyfill/emphasis/Emphasis.js +2 -2
- package/build/es/no-polyfill/emphasis/Emphasis.story.js +1 -0
- package/build/es/no-polyfill/emphasis/EmphasisHtmlTransformer.js +2 -2
- package/build/es/no-polyfill/flowNavigation/FlowNavigation.js +2 -2
- package/build/es/no-polyfill/flowNavigation/animatedLabel/AnimatedLabel.js +1 -1
- package/build/es/no-polyfill/flowNavigation/backButton/BackButton.js +1 -1
- package/build/es/no-polyfill/header/Header.js +2 -2
- package/build/es/no-polyfill/header/Header.spec.js +1 -1
- package/build/es/no-polyfill/header/Header.story.js +2 -1
- package/build/es/no-polyfill/i18n/index.js +1 -1
- package/build/es/no-polyfill/image/Image.js +2 -2
- package/build/es/no-polyfill/info/Info.js +1 -1
- package/build/es/no-polyfill/info/Info.story.js +1 -1
- package/build/es/no-polyfill/info/infoPresentations.js +1 -1
- package/build/es/no-polyfill/inlineAlert/InlineAlert.js +1 -1
- package/build/es/no-polyfill/inputWithDisplayFormat/InputWithDisplayFormat.js +1 -1
- package/build/es/no-polyfill/inputs/Input.js +1 -1
- package/build/es/no-polyfill/inputs/TextArea.js +1 -1
- package/build/es/no-polyfill/inputs/_common.js +2 -2
- package/build/es/no-polyfill/instructionsList/InstructionsList.js +3 -3
- package/build/es/no-polyfill/link/Link.js +2 -2
- package/build/es/no-polyfill/link/Link.spec.js +1 -1
- package/build/es/no-polyfill/link/Link.story.js +1 -1
- package/build/es/no-polyfill/listItem/ListItem.js +1 -1
- package/build/es/no-polyfill/listItem/ListItem.spec.js +1 -1
- package/build/es/no-polyfill/listItem/ListItem.story.js +1 -1
- package/build/es/no-polyfill/loader/Loader.js +2 -2
- package/build/es/no-polyfill/loader/Loader.story.js +1 -1
- package/build/es/no-polyfill/logo/Logo.js +1 -1
- package/build/es/no-polyfill/logo/Logo.story.js +1 -1
- package/build/es/no-polyfill/logo/logoTypes.js +1 -1
- package/build/es/no-polyfill/markdown/Markdown.js +1 -1
- package/build/es/no-polyfill/markdown/Markdown.story.js +1 -0
- package/build/es/no-polyfill/modal/Modal.js +1 -1
- package/build/es/no-polyfill/modal/Modal.story.js +2 -2
- package/build/es/no-polyfill/money/Money.js +1 -1
- package/build/es/no-polyfill/money/Money.story.js +1 -1
- package/build/es/no-polyfill/moneyInput/MoneyInput.js +1 -1
- package/build/es/no-polyfill/moneyInput/MoneyInput.story.js +1 -1
- package/build/es/no-polyfill/moneyInput/currencyFormatting.js +2 -2
- package/build/es/no-polyfill/navigationOption/NavigationOption.js +1 -1
- package/build/es/no-polyfill/navigationOptionsList/NavigationOptionsList.js +1 -1
- package/build/es/no-polyfill/nudge/Nudge.js +1 -1
- package/build/es/no-polyfill/overlayHeader/OverlayHeader.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/PhoneNumberInput.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/data/countries.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/cleanNumber/cleanNumber.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/excludeCountries/excludeCountries.js +2 -2
- package/build/es/no-polyfill/phoneNumberInput/utils/explodeNumberModel/index.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/filterOptionsForQuery/index.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/findCountryByCode/index.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/findCountryByPrefix/index.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/groupCountriesByPrefix/groupCountriesByPrefix.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/isOptionAndFitsQuery.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/isStringNumeric/isStringNumeric.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/isValidPhoneNumber/isValidPhoneNumber.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/longestMatchingPrefix/index.js +1 -1
- package/build/es/no-polyfill/phoneNumberInput/utils/setDefaultPrefix/index.js +3 -3
- package/build/es/no-polyfill/phoneNumberInput/utils/sortArrayByProperty/sortArrayByProperty.js +2 -2
- package/build/es/no-polyfill/popover/Popover.js +2 -2
- package/build/es/no-polyfill/processIndicator/ProcessIndicator.js +4 -4
- package/build/es/no-polyfill/progress/Progress.js +1 -1
- package/build/es/no-polyfill/progress/Progress.story.js +1 -1
- package/build/es/no-polyfill/progressBar/ProgressBar.js +1 -1
- package/build/es/no-polyfill/progressBar/ProgressBar.story.js +1 -1
- package/build/es/no-polyfill/provider/Provider.js +1 -1
- package/build/es/no-polyfill/provider/Provider.spec.js +1 -1
- package/build/es/no-polyfill/provider/Provider.story.js +1 -1
- package/build/es/no-polyfill/provider/direction/DirectionProvider.js +1 -1
- package/build/es/no-polyfill/provider/direction/DirectionProvider.spec.js +1 -1
- package/build/es/no-polyfill/provider/language/LanguageProvider.js +1 -1
- package/build/es/no-polyfill/provider/language/LanguageProvider.spec.js +1 -1
- package/build/es/no-polyfill/radio/Radio.js +1 -1
- package/build/es/no-polyfill/radioGroup/RadioGroup.js +2 -2
- package/build/es/no-polyfill/radioOption/RadioOption.js +1 -1
- package/build/es/no-polyfill/section/Section.js +1 -1
- package/build/es/no-polyfill/section/Section.spec.js +1 -1
- package/build/es/no-polyfill/section/Section.story.js +1 -1
- package/build/es/no-polyfill/select/Select.js +8 -9
- package/build/es/no-polyfill/select/option/Option.js +1 -1
- package/build/es/no-polyfill/select/searchBox/SearchBox.js +1 -1
- package/build/es/no-polyfill/sizeSwapper/SizeSwapper.js +3 -3
- package/build/es/no-polyfill/slidingPanel/SlidingPanel.js +2 -2
- package/build/es/no-polyfill/snackbar/Snackbar.js +1 -1
- package/build/es/no-polyfill/snackbar/SnackbarContext.js +1 -1
- package/build/es/no-polyfill/snackbar/SnackbarProvider.js +1 -1
- package/build/es/no-polyfill/snackbar/useSnackbar.js +1 -1
- package/build/es/no-polyfill/statusIcon/StatusIcon.js +1 -1
- package/build/es/no-polyfill/statusIcon/StatusIcon.story.js +1 -1
- package/build/es/no-polyfill/stepper/Stepper.js +1 -1
- package/build/es/no-polyfill/stepper/deviceDetection.js +2 -2
- package/build/es/no-polyfill/sticky/Sticky.js +1 -1
- package/build/es/no-polyfill/summary/Summary.js +1 -1
- package/build/es/no-polyfill/switch/Switch.js +1 -1
- package/build/es/no-polyfill/switch/Switch.story.js +1 -1
- package/build/es/no-polyfill/switchOption/SwitchOption.js +1 -1
- package/build/es/no-polyfill/switchOption/SwitchOption.story.js +1 -1
- package/build/es/no-polyfill/tabs/Tab.js +1 -1
- package/build/es/no-polyfill/tabs/TabList.js +1 -1
- package/build/es/no-polyfill/tabs/TabPanel.js +1 -1
- package/build/es/no-polyfill/tabs/Tabs.js +1 -5
- package/build/es/no-polyfill/tabs/utils.js +2 -2
- package/build/es/no-polyfill/textareaWithDisplayFormat/TextareaWithDisplayFormat.js +1 -1
- package/build/es/no-polyfill/tile/Tile.js +1 -1
- package/build/es/no-polyfill/title/Title.js +1 -1
- package/build/es/no-polyfill/title/Title.spec.js +1 -1
- package/build/es/no-polyfill/title/Title.story.js +1 -1
- package/build/es/no-polyfill/tooltip/Tooltip.js +7 -7
- package/build/es/no-polyfill/tooltip/Tooltip.spec.js +1 -1
- package/build/es/no-polyfill/tooltip/Tooltip.story.js +1 -1
- package/build/es/no-polyfill/typeahead/Typeahead.js +1 -1
- package/build/es/no-polyfill/typeahead/typeaheadInput/TypeaheadInput.js +1 -1
- package/build/es/no-polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -1
- package/build/es/no-polyfill/typeahead/util/highlight.js +1 -1
- package/build/es/no-polyfill/upload/Upload.js +2 -6
- package/build/es/no-polyfill/upload/steps/completeStep/completeStep.js +1 -1
- package/build/es/no-polyfill/upload/steps/mediaUploadStep/mediaUploadStep.js +1 -1
- package/build/es/no-polyfill/upload/steps/processingStep/processingStep.js +1 -1
- package/build/es/no-polyfill/upload/steps/uploadImageStep/uploadImageStep.js +1 -1
- package/build/es/no-polyfill/upload/uploadSteps.js +1 -1
- package/build/es/no-polyfill/upload/utils/asyncFileRead/asyncFileRead.js +1 -1
- package/build/es/no-polyfill/upload/utils/getFileType/getFileType.js +1 -1
- package/build/es/no-polyfill/upload/utils/getSupportedSpotMimeTypes/getSupportedSpotMimeTypes.js +1 -1
- package/build/es/no-polyfill/upload/utils/isSizeValid/isSizeValid.js +1 -1
- package/build/es/no-polyfill/upload/utils/isTypeValid/isTypeValid.js +1 -1
- package/build/es/no-polyfill/upload/utils/postData/postData.js +1 -1
- package/build/es/no-polyfill/upload/utils/requestMedia/requestMedia.js +1 -1
- package/build/es/no-polyfill/uploadInput/UploadInput.js +7 -7
- package/build/es/no-polyfill/uploadInput/UploadInput.spec.js +1 -1
- package/build/es/no-polyfill/uploadInput/UploadInput.story.js +1 -1
- package/build/es/no-polyfill/uploadInput/uploadButton/UploadButton.js +1 -1
- package/build/es/no-polyfill/uploadInput/uploadButton/UploadButton.spec.js +3 -3
- package/build/es/no-polyfill/uploadInput/uploadButton/defaults.js +1 -1
- package/build/es/no-polyfill/uploadInput/uploadButton/getAllowedFileTypes.js +3 -3
- package/build/es/no-polyfill/uploadInput/uploadButton/getAllowedFileTypes.spec.js +1 -1
- package/build/es/no-polyfill/uploadInput/uploadItem/UploadItem.js +2 -2
- package/build/es/no-polyfill/uploadInput/uploadItem/UploadItem.spec.js +1 -1
- package/build/es/no-polyfill/uploadInput/uploadItem/UploadItemBody.js +1 -1
- package/build/es/no-polyfill/utilities/deprecatedProperty/deprecatedProperty.js +1 -1
- package/build/es/no-polyfill/utilities/logActionRequired.js +1 -1
- package/build/es/no-polyfill/withDisplayFormat/WithDisplayFormat.js +3 -4
- package/build/es/no-polyfill/withNextPortal/withNextPortal.js +1 -1
- package/build/es/polyfill/accordion/Accordion.js +1 -1
- package/build/es/polyfill/accordion/Accordion.story.js +1 -1
- package/build/es/polyfill/accordion/AccordionItem/AccordionItem.js +1 -1
- package/build/es/polyfill/actionButton/ActionButton.js +1 -1
- package/build/es/polyfill/actionButton/ActionButton.spec.js +1 -1
- package/build/es/polyfill/actionButton/ActionButton.story.js +1 -1
- package/build/es/polyfill/actionOption/ActionOption.js +1 -1
- package/build/es/polyfill/actionOption/ActionOption.story.js +1 -1
- package/build/es/polyfill/alert/Alert.js +1 -1
- package/build/es/polyfill/alert/Alert.story.js +1 -1
- package/build/es/polyfill/alert/inlineMarkdown/InlineMarkdown.js +1 -1
- package/build/es/polyfill/alert/withArrow/alertArrowPositions.js +1 -1
- package/build/es/polyfill/alert/withArrow/withArrow.js +1 -1
- package/build/es/polyfill/avatar/Avatar.js +1 -1
- package/build/es/polyfill/avatar/Avatar.story.js +1 -1
- package/build/es/polyfill/avatar/avatarTypes.js +1 -1
- package/build/es/polyfill/avatar/colors/colors.js +2 -2
- package/build/es/polyfill/avatarWrapper/AvatarWrapper.js +1 -1
- package/build/es/polyfill/avatarWrapper/AvatarWrapper.story.js +1 -1
- package/build/es/polyfill/badge/Badge.js +1 -1
- package/build/es/polyfill/body/Body.js +2 -2
- package/build/es/polyfill/body/Body.spec.js +1 -1
- package/build/es/polyfill/body/Body.story.js +1 -1
- package/build/es/polyfill/button/Button.js +5 -5
- package/build/es/polyfill/button/Button.story.js +1 -1
- package/build/es/polyfill/button/classMap.js +1 -1
- package/build/es/polyfill/button/legacyUtils/legacyUtils.js +2 -2
- package/build/es/polyfill/card/Card.js +1 -1
- package/build/es/polyfill/checkbox/Checkbox.js +1 -1
- package/build/es/polyfill/checkbox/Checkbox.story.js +1 -1
- package/build/es/polyfill/checkboxButton/CheckboxButton.js +1 -1
- package/build/es/polyfill/checkboxButton/CheckboxButton.spec.js +1 -1
- package/build/es/polyfill/checkboxButton/CheckboxButton.story.js +2 -1
- package/build/es/polyfill/checkboxOption/CheckboxOption.js +1 -1
- package/build/es/polyfill/checkboxOption/CheckboxOption.spec.js +1 -1
- package/build/es/polyfill/checkboxOption/CheckboxOption.story.js +1 -1
- package/build/es/polyfill/chevron/Chevron.js +1 -1
- package/build/es/polyfill/chevron/Chevron.story.js +1 -1
- package/build/es/polyfill/chips/Chip.js +1 -1
- package/build/es/polyfill/chips/Chips.js +1 -1
- package/build/es/polyfill/chips/Chips.spec.js +1 -1
- package/build/es/polyfill/chips/Chips.story.js +1 -1
- package/build/es/polyfill/circularButton/CircularButton.js +1 -1
- package/build/es/polyfill/common/DOMOperations/DOMOperations.js +3 -3
- package/build/es/polyfill/common/Option/Option.js +1 -1
- package/build/es/polyfill/common/RadioButton/RadioButton.js +1 -1
- package/build/es/polyfill/common/bottomSheet/BottomSheet.js +4 -4
- package/build/es/polyfill/common/bottomSheet/BottomSheet.spec.js +1 -1
- package/build/es/polyfill/common/bottomSheet/BottomSheet.story.js +2 -2
- package/build/es/polyfill/common/closeButton/CloseButton.js +1 -1
- package/build/es/polyfill/common/dateUtils/getDayNames/getDayNames.js +2 -2
- package/build/es/polyfill/common/dateUtils/getMonthNames/getMonthNames.js +1 -1
- package/build/es/polyfill/common/dateUtils/isDateValid/isDateValid.js +1 -1
- package/build/es/polyfill/common/dateUtils/isMonthAndYearFormat/isMonthAndYearFormat.js +1 -1
- package/build/es/polyfill/common/deviceDetection/deviceDetection.js +1 -1
- package/build/es/polyfill/common/direction.js +1 -1
- package/build/es/polyfill/common/domHelpers/index.js +1 -1
- package/build/es/polyfill/common/fakeEvents.js +1 -1
- package/build/es/polyfill/common/fileType.js +1 -1
- package/build/es/polyfill/common/flowHeader/FlowHeader.js +1 -1
- package/build/es/polyfill/common/focusBoundary/FocusBoundary.js +1 -1
- package/build/es/polyfill/common/focusBoundary/FocusBoundary.spec.js +1 -1
- package/build/es/polyfill/common/focusBoundary/utils/getFocusableElements.js +2 -2
- package/build/es/polyfill/common/focusBoundary/utils/resetFocus.js +1 -1
- package/build/es/polyfill/common/historyNavigator/historyNavigator.js +1 -1
- package/build/es/polyfill/common/hooks/useClientWidth/useClientWidth.js +3 -3
- package/build/es/polyfill/common/hooks/useConditionalListener/useConditionalListener.js +1 -1
- package/build/es/polyfill/common/hooks/useDirection/useDirection.js +1 -1
- package/build/es/polyfill/common/hooks/useHasIntersected/useHasIntersected.js +2 -2
- package/build/es/polyfill/common/hooks/useLayout/useLayout.js +1 -1
- package/build/es/polyfill/common/key.js +1 -1
- package/build/es/polyfill/common/locale/index.js +8 -8
- package/build/es/polyfill/common/panel/Panel.js +6 -6
- package/build/es/polyfill/common/propsValues/breakpoint.js +1 -1
- package/build/es/polyfill/common/propsValues/control.js +1 -1
- package/build/es/polyfill/common/propsValues/dateMode.js +1 -1
- package/build/es/polyfill/common/propsValues/layouts.js +1 -1
- package/build/es/polyfill/common/propsValues/markdownNodeType.js +1 -1
- package/build/es/polyfill/common/propsValues/monthFormat.js +1 -1
- package/build/es/polyfill/common/propsValues/position.js +1 -1
- package/build/es/polyfill/common/propsValues/profileType.js +1 -1
- package/build/es/polyfill/common/propsValues/scroll.js +1 -1
- package/build/es/polyfill/common/propsValues/sentiment.js +1 -1
- package/build/es/polyfill/common/propsValues/size.js +1 -1
- package/build/es/polyfill/common/propsValues/status.js +1 -1
- package/build/es/polyfill/common/propsValues/type.js +1 -1
- package/build/es/polyfill/common/propsValues/typography.js +1 -1
- package/build/es/polyfill/common/propsValues/variant.js +1 -1
- package/build/es/polyfill/common/propsValues/width.js +1 -1
- package/build/es/polyfill/common/requirements.js +2 -2
- package/build/es/polyfill/common/responsivePanel/ResponsivePanel.js +1 -1
- package/build/es/polyfill/common/textFormat/formatWithPattern/formatWithPattern.js +2 -2
- package/build/es/polyfill/common/textFormat/getCountOfSymbolsInSelection/getCountOfSymbolsInSelection.js +1 -1
- package/build/es/polyfill/common/textFormat/getCursorPositionAfterKeystroke/getCursorPositionAfterKeystroke.js +1 -1
- package/build/es/polyfill/common/textFormat/getDistanceToSymbol/getDistanceToSymbol.js +1 -1
- package/build/es/polyfill/common/textFormat/getSymbolsInPatternWithPosition/getSymbolsInPatternWithPosition.js +1 -1
- package/build/es/polyfill/common/textFormat/unformatWithPattern/unformatWithPattern.js +1 -1
- package/build/es/polyfill/common/theme.js +1 -1
- package/build/es/polyfill/criticalBanner/CriticalCommsBanner.js +1 -1
- package/build/es/polyfill/criticalBanner/CriticalCommsBanner.story.js +1 -1
- package/build/es/polyfill/dateInput/DateInput.js +4 -10
- package/build/es/polyfill/dateInput/DateInput.story.js +1 -1
- package/build/es/polyfill/dateInput/utils/convertToLocalMidnight/convertToLocalMidnight.js +1 -1
- package/build/es/polyfill/dateInput/utils/explodeDate/explodeDate.js +1 -1
- package/build/es/polyfill/dateLookup/DateLookup.js +3 -4
- package/build/es/polyfill/dateLookup/dateHeader/DateHeader.js +1 -1
- package/build/es/polyfill/dateLookup/dateTrigger/DateTrigger.js +1 -1
- package/build/es/polyfill/dateLookup/dayCalendar/DayCalendar.js +1 -1
- package/build/es/polyfill/dateLookup/dayCalendar/table/DayCalendarTable.js +4 -5
- package/build/es/polyfill/dateLookup/monthCalendar/MonthCalendar.js +1 -1
- package/build/es/polyfill/dateLookup/monthCalendar/table/MonthCalendarTable.js +1 -1
- package/build/es/polyfill/dateLookup/tableLink/TableLink.js +1 -1
- package/build/es/polyfill/dateLookup/yearCalendar/YearCalendar.js +1 -1
- package/build/es/polyfill/dateLookup/yearCalendar/table/YearCalendarTable.js +1 -1
- package/build/es/polyfill/decision/Decision.js +5 -5
- package/build/es/polyfill/decision/decisionEnums.js +2 -2
- package/build/es/polyfill/definitionList/DefinitionList.js +1 -1
- package/build/es/polyfill/dimmer/Dimmer.js +3 -3
- package/build/es/polyfill/dimmer/Dimmer.story.js +2 -2
- package/build/es/polyfill/dimmer/dimmerManager/DimmerManager.js +3 -3
- package/build/es/polyfill/display/Display.js +1 -1
- package/build/es/polyfill/display/Display.story.js +2 -2
- package/build/es/polyfill/drawer/Drawer.js +1 -1
- package/build/es/polyfill/dropFade/DropFade.js +3 -3
- package/build/es/polyfill/dropFade/DropFade.story.js +1 -1
- package/build/es/polyfill/dynamicFieldDefinitionList/DynamicFieldDefinitionList.js +1 -1
- package/build/es/polyfill/dynamicFieldDefinitionList/FormattedValue/FormattedValue.js +2 -2
- package/build/es/polyfill/dynamicFieldDefinitionList/utils/createDefinitions.js +2 -2
- package/build/es/polyfill/dynamicFieldDefinitionList/utils/text-format.js +1 -1
- package/build/es/polyfill/emphasis/Emphasis.js +2 -2
- package/build/es/polyfill/emphasis/Emphasis.story.js +1 -0
- package/build/es/polyfill/emphasis/EmphasisHtmlTransformer.js +2 -2
- package/build/es/polyfill/flowNavigation/FlowNavigation.js +2 -2
- package/build/es/polyfill/flowNavigation/animatedLabel/AnimatedLabel.js +1 -1
- package/build/es/polyfill/flowNavigation/backButton/BackButton.js +1 -1
- package/build/es/polyfill/header/Header.js +2 -2
- package/build/es/polyfill/header/Header.spec.js +1 -1
- package/build/es/polyfill/header/Header.story.js +2 -1
- package/build/es/polyfill/i18n/index.js +1 -1
- package/build/es/polyfill/image/Image.js +2 -2
- package/build/es/polyfill/info/Info.js +1 -1
- package/build/es/polyfill/info/Info.story.js +1 -1
- package/build/es/polyfill/info/infoPresentations.js +1 -1
- package/build/es/polyfill/inlineAlert/InlineAlert.js +1 -1
- package/build/es/polyfill/inputWithDisplayFormat/InputWithDisplayFormat.js +1 -1
- package/build/es/polyfill/inputs/Input.js +1 -1
- package/build/es/polyfill/inputs/TextArea.js +1 -1
- package/build/es/polyfill/inputs/_common.js +2 -2
- package/build/es/polyfill/instructionsList/InstructionsList.js +3 -3
- package/build/es/polyfill/link/Link.js +2 -2
- package/build/es/polyfill/link/Link.spec.js +1 -1
- package/build/es/polyfill/link/Link.story.js +1 -1
- package/build/es/polyfill/listItem/ListItem.js +1 -1
- package/build/es/polyfill/listItem/ListItem.spec.js +1 -1
- package/build/es/polyfill/listItem/ListItem.story.js +1 -1
- package/build/es/polyfill/loader/Loader.js +2 -2
- package/build/es/polyfill/loader/Loader.story.js +1 -1
- package/build/es/polyfill/logo/Logo.js +1 -1
- package/build/es/polyfill/logo/Logo.story.js +1 -1
- package/build/es/polyfill/logo/logoTypes.js +1 -1
- package/build/es/polyfill/markdown/Markdown.js +1 -1
- package/build/es/polyfill/markdown/Markdown.story.js +1 -0
- package/build/es/polyfill/modal/Modal.js +1 -1
- package/build/es/polyfill/modal/Modal.story.js +2 -2
- package/build/es/polyfill/money/Money.js +1 -1
- package/build/es/polyfill/money/Money.story.js +1 -1
- package/build/es/polyfill/moneyInput/MoneyInput.js +1 -1
- package/build/es/polyfill/moneyInput/MoneyInput.story.js +1 -1
- package/build/es/polyfill/moneyInput/currencyFormatting.js +3 -3
- package/build/es/polyfill/navigationOption/NavigationOption.js +1 -1
- package/build/es/polyfill/navigationOptionsList/NavigationOptionsList.js +1 -1
- package/build/es/polyfill/nudge/Nudge.js +1 -1
- package/build/es/polyfill/overlayHeader/OverlayHeader.js +1 -1
- package/build/es/polyfill/phoneNumberInput/PhoneNumberInput.js +1 -1
- package/build/es/polyfill/phoneNumberInput/data/countries.js +1 -1
- package/build/es/polyfill/phoneNumberInput/utils/cleanNumber/cleanNumber.js +1 -1
- package/build/es/polyfill/phoneNumberInput/utils/excludeCountries/excludeCountries.js +3 -3
- package/build/es/polyfill/phoneNumberInput/utils/explodeNumberModel/index.js +2 -2
- package/build/es/polyfill/phoneNumberInput/utils/filterOptionsForQuery/index.js +2 -2
- package/build/es/polyfill/phoneNumberInput/utils/findCountryByCode/index.js +1 -1
- package/build/es/polyfill/phoneNumberInput/utils/findCountryByPrefix/index.js +1 -1
- package/build/es/polyfill/phoneNumberInput/utils/groupCountriesByPrefix/groupCountriesByPrefix.js +1 -1
- package/build/es/polyfill/phoneNumberInput/utils/isOptionAndFitsQuery/isOptionAndFitsQuery.js +2 -2
- package/build/es/polyfill/phoneNumberInput/utils/isStringNumeric/isStringNumeric.js +1 -1
- package/build/es/polyfill/phoneNumberInput/utils/isValidPhoneNumber/isValidPhoneNumber.js +2 -2
- package/build/es/polyfill/phoneNumberInput/utils/longestMatchingPrefix/index.js +1 -1
- package/build/es/polyfill/phoneNumberInput/utils/setDefaultPrefix/index.js +3 -3
- package/build/es/polyfill/phoneNumberInput/utils/sortArrayByProperty/sortArrayByProperty.js +2 -2
- package/build/es/polyfill/popover/Popover.js +2 -2
- package/build/es/polyfill/processIndicator/ProcessIndicator.js +4 -4
- package/build/es/polyfill/progress/Progress.js +1 -1
- package/build/es/polyfill/progress/Progress.story.js +1 -1
- package/build/es/polyfill/progressBar/ProgressBar.js +1 -1
- package/build/es/polyfill/progressBar/ProgressBar.story.js +1 -1
- package/build/es/polyfill/provider/Provider.js +1 -1
- package/build/es/polyfill/provider/Provider.spec.js +1 -1
- package/build/es/polyfill/provider/Provider.story.js +1 -1
- package/build/es/polyfill/provider/direction/DirectionProvider.js +1 -1
- package/build/es/polyfill/provider/direction/DirectionProvider.spec.js +1 -1
- package/build/es/polyfill/provider/language/LanguageProvider.js +1 -1
- package/build/es/polyfill/provider/language/LanguageProvider.spec.js +1 -1
- package/build/es/polyfill/radio/Radio.js +1 -1
- package/build/es/polyfill/radioGroup/RadioGroup.js +2 -2
- package/build/es/polyfill/radioOption/RadioOption.js +1 -1
- package/build/es/polyfill/section/Section.js +1 -1
- package/build/es/polyfill/section/Section.spec.js +1 -1
- package/build/es/polyfill/section/Section.story.js +1 -1
- package/build/es/polyfill/select/Select.js +8 -9
- package/build/es/polyfill/select/option/Option.js +2 -2
- package/build/es/polyfill/select/searchBox/SearchBox.js +1 -1
- package/build/es/polyfill/sizeSwapper/SizeSwapper.js +3 -3
- package/build/es/polyfill/slidingPanel/SlidingPanel.js +2 -2
- package/build/es/polyfill/snackbar/Snackbar.js +1 -1
- package/build/es/polyfill/snackbar/SnackbarContext.js +1 -1
- package/build/es/polyfill/snackbar/SnackbarProvider.js +1 -1
- package/build/es/polyfill/snackbar/useSnackbar.js +1 -1
- package/build/es/polyfill/statusIcon/StatusIcon.js +1 -1
- package/build/es/polyfill/statusIcon/StatusIcon.story.js +1 -1
- package/build/es/polyfill/stepper/Stepper.js +1 -1
- package/build/es/polyfill/stepper/deviceDetection.js +2 -2
- package/build/es/polyfill/sticky/Sticky.js +1 -1
- package/build/es/polyfill/summary/Summary.js +1 -1
- package/build/es/polyfill/switch/Switch.js +1 -1
- package/build/es/polyfill/switch/Switch.story.js +1 -1
- package/build/es/polyfill/switchOption/SwitchOption.js +1 -1
- package/build/es/polyfill/switchOption/SwitchOption.story.js +1 -1
- package/build/es/polyfill/tabs/Tab.js +1 -1
- package/build/es/polyfill/tabs/TabList.js +1 -1
- package/build/es/polyfill/tabs/TabPanel.js +1 -1
- package/build/es/polyfill/tabs/Tabs.js +1 -5
- package/build/es/polyfill/tabs/utils.js +2 -2
- package/build/es/polyfill/textareaWithDisplayFormat/TextareaWithDisplayFormat.js +1 -1
- package/build/es/polyfill/tile/Tile.js +1 -1
- package/build/es/polyfill/title/Title.js +1 -1
- package/build/es/polyfill/title/Title.spec.js +1 -1
- package/build/es/polyfill/title/Title.story.js +1 -1
- package/build/es/polyfill/tooltip/Tooltip.js +7 -7
- package/build/es/polyfill/tooltip/Tooltip.spec.js +1 -1
- package/build/es/polyfill/tooltip/Tooltip.story.js +1 -1
- package/build/es/polyfill/typeahead/Typeahead.js +1 -1
- package/build/es/polyfill/typeahead/typeaheadInput/TypeaheadInput.js +1 -1
- package/build/es/polyfill/typeahead/typeaheadOption/TypeaheadOption.js +1 -1
- package/build/es/polyfill/typeahead/util/highlight.js +1 -1
- package/build/es/polyfill/upload/Upload.js +2 -6
- package/build/es/polyfill/upload/steps/completeStep/completeStep.js +1 -1
- package/build/es/polyfill/upload/steps/mediaUploadStep/mediaUploadStep.js +1 -1
- package/build/es/polyfill/upload/steps/processingStep/processingStep.js +1 -1
- package/build/es/polyfill/upload/steps/uploadImageStep/uploadImageStep.js +1 -1
- package/build/es/polyfill/upload/uploadSteps.js +1 -1
- package/build/es/polyfill/upload/utils/asyncFileRead/asyncFileRead.js +1 -1
- package/build/es/polyfill/upload/utils/getFileType/getFileType.js +1 -1
- package/build/es/polyfill/upload/utils/getSupportedSpotMimeTypes/getSupportedSpotMimeTypes.js +2 -2
- package/build/es/polyfill/upload/utils/isSizeValid/isSizeValid.js +1 -1
- package/build/es/polyfill/upload/utils/isTypeValid/isTypeValid.js +1 -1
- package/build/es/polyfill/upload/utils/postData/postData.js +1 -1
- package/build/es/polyfill/upload/utils/requestMedia/requestMedia.js +1 -1
- package/build/es/polyfill/uploadInput/UploadInput.js +7 -7
- package/build/es/polyfill/uploadInput/UploadInput.spec.js +1 -1
- package/build/es/polyfill/uploadInput/UploadInput.story.js +1 -1
- package/build/es/polyfill/uploadInput/uploadButton/UploadButton.js +1 -1
- package/build/es/polyfill/uploadInput/uploadButton/UploadButton.spec.js +3 -3
- package/build/es/polyfill/uploadInput/uploadButton/defaults.js +1 -1
- package/build/es/polyfill/uploadInput/uploadButton/getAllowedFileTypes.js +3 -3
- package/build/es/polyfill/uploadInput/uploadButton/getAllowedFileTypes.spec.js +1 -1
- package/build/es/polyfill/uploadInput/uploadItem/UploadItem.js +2 -2
- package/build/es/polyfill/uploadInput/uploadItem/UploadItem.spec.js +1 -1
- package/build/es/polyfill/uploadInput/uploadItem/UploadItemBody.js +1 -1
- package/build/es/polyfill/utilities/deprecatedProperty/deprecatedProperty.js +1 -1
- package/build/es/polyfill/utilities/logActionRequired.js +1 -1
- package/build/es/polyfill/withDisplayFormat/WithDisplayFormat.js +3 -4
- package/build/es/polyfill/withNextPortal/withNextPortal.js +1 -1
- package/build/main.css +1 -4236
- package/build/styles/accordion/Accordion.css +1 -59
- package/build/styles/actionButton/ActionButton.css +1 -41
- package/build/styles/avatar/Avatar.css +1 -240
- package/build/styles/badge/Badge.css +1 -66
- package/build/styles/button/Button.css +1 -17
- package/build/styles/card/Card.css +1 -88
- package/build/styles/checkboxButton/CheckboxButton.css +1 -21
- package/build/styles/chips/Chip.css +1 -169
- package/build/styles/circularButton/CircularButton.css +1 -175
- package/build/styles/common/Option/Option.css +1 -74
- package/build/styles/common/RadioButton/RadioButton.css +1 -3
- package/build/styles/common/bottomSheet/BottomSheet.css +1 -44
- package/build/styles/common/closeButton/CloseButton.css +1 -44
- package/build/styles/common/panel/Panel.css +1 -67
- package/build/styles/criticalBanner/CriticalCommsBanner.css +1 -73
- package/build/styles/dateInput/DateInput.css +1 -3
- package/build/styles/dateLookup/DateLookup.css +1 -80
- package/build/styles/dateLookup/dateTrigger/DateTrigger.css +1 -53
- package/build/styles/decision/Decision.css +1 -69
- package/build/styles/definitionList/DefinitionList.css +1 -48
- package/build/styles/dimmer/Dimmer.css +1 -68
- package/build/styles/drawer/Drawer.css +1 -77
- package/build/styles/dropFade/DropFade.css +1 -19
- package/build/styles/dynamicFieldDefinitionList/FormattedValue/FormattedValue.css +1 -4
- package/build/styles/emphasis/Emphasis.css +1 -25
- package/build/styles/flowNavigation/FlowNavigation.css +1 -85
- package/build/styles/flowNavigation/animatedLabel/AnimatedLabel.css +1 -26
- package/build/styles/flowNavigation/backButton/BackButton.css +1 -28
- package/build/styles/header/Header.css +1 -20
- package/build/styles/image/Image.css +1 -12
- package/build/styles/info/Info.css +1 -37
- package/build/styles/inputs/Input.css +1 -53
- package/build/styles/inputs/TextArea.css +1 -59
- package/build/styles/instructionsList/InstructionsList.css +1 -30
- package/build/styles/link/Link.css +1 -12
- package/build/styles/listItem/ListItem.css +1 -6
- package/build/styles/loader/Loader.css +1 -294
- package/build/styles/logo/Logo.css +1 -10
- package/build/styles/main.css +1 -4236
- package/build/styles/modal/Modal.css +1 -133
- package/build/styles/moneyInput/MoneyInput.css +1 -128
- package/build/styles/navigationOption/NavigationOption.css +1 -61
- package/build/styles/navigationOptionsList/NavigationOptionsList.css +1 -12
- package/build/styles/nudge/Nudge.css +1 -138
- package/build/styles/overlayHeader/OverlayHeader.css +1 -31
- package/build/styles/phoneNumberInput/PhoneNumberInput.css +1 -17
- package/build/styles/popover/Popover.css +1 -40
- package/build/styles/progress/Progress.css +1 -35
- package/build/styles/progressBar/ProgressBar.css +1 -9
- package/build/styles/section/Section.css +1 -8
- package/build/styles/select/Select.css +1 -322
- package/build/styles/slidingPanel/SlidingPanel.css +1 -96
- package/build/styles/snackbar/Snackbar.css +1 -85
- package/build/styles/statusIcon/StatusIcon.css +1 -50
- package/build/styles/stepper/Stepper.css +1 -139
- package/build/styles/summary/Summary.css +1 -86
- package/build/styles/switch/Switch.css +1 -64
- package/build/styles/tabs/Tabs.css +1 -104
- package/build/styles/tile/Tile.css +1 -58
- package/build/styles/tooltip/Tooltip.css +1 -37
- package/build/styles/typeahead/Typeahead.css +1 -167
- package/build/styles/typeahead/typeaheadOption/TypeaheadOption.css +1 -6
- package/build/styles/upload/Upload.css +1 -15
- package/build/styles/uploadInput/UploadInput.css +1 -53
- package/build/styles/uploadInput/uploadButton/UploadButton.css +1 -44
- package/build/styles/uploadInput/uploadItem/UploadItem.css +1 -60
- package/build/types/checkboxButton/CheckboxButton.story.d.ts +14 -4
- package/build/types/emphasis/Emphasis.story.d.ts +13 -0
- package/build/types/markdown/Markdown.story.d.ts +39 -0
- package/build/umd/no-polyfill/main.js +1 -1
- package/build/umd/polyfill/main.js +1 -1
- package/package.json +1 -1
- package/build/types/test-utils/VariantDecorator.d.ts +0 -18
|
@@ -1,133 +1 @@
|
|
|
1
|
-
.tw-modal--scrollable {
|
|
2
|
-
max-height: 100%;
|
|
3
|
-
/* mobile viewport bug fix */
|
|
4
|
-
max-height: -webkit-fill-available;
|
|
5
|
-
}
|
|
6
|
-
.tw-modal .tw-modal-dialog {
|
|
7
|
-
transition: transform 0.3s ease-out;
|
|
8
|
-
transform: translateY(-25%);
|
|
9
|
-
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
|
|
10
|
-
background: var(--color-background-elevated);
|
|
11
|
-
}
|
|
12
|
-
.np-theme-personal .tw-modal .tw-modal-dialog {
|
|
13
|
-
background: var(--color-background-elevated);
|
|
14
|
-
box-shadow: none;
|
|
15
|
-
border-radius: var(--radius-large);
|
|
16
|
-
}
|
|
17
|
-
.tw-modal.in .tw-modal-dialog {
|
|
18
|
-
transform: translate(0);
|
|
19
|
-
}
|
|
20
|
-
.tw-modal .tw-modal-content {
|
|
21
|
-
width: 100%;
|
|
22
|
-
}
|
|
23
|
-
.tw-modal .tw-modal-content .tw-modal-body {
|
|
24
|
-
flex: 1;
|
|
25
|
-
word-break: break-word;
|
|
26
|
-
}
|
|
27
|
-
.tw-modal .tw-modal-content .tw-modal-body--scrollable {
|
|
28
|
-
overflow-y: auto;
|
|
29
|
-
}
|
|
30
|
-
.tw-modal .tw-modal-content .tw-modal-header {
|
|
31
|
-
box-shadow: inset 0 -1px 0 0 #e2e6e8;
|
|
32
|
-
}
|
|
33
|
-
.np-theme-personal .tw-modal .tw-modal-content .tw-modal-header {
|
|
34
|
-
box-shadow: inset 0 -1px 0 0 var(--color-border-neutral);
|
|
35
|
-
}
|
|
36
|
-
.np-theme-personal .tw-modal .tw-modal-content .tw-modal-header .np-close-button {
|
|
37
|
-
margin: calc(var(--size-8) * -1) calc(var(--size-8) * -1) calc(var(--size-8) * -1) 0;
|
|
38
|
-
}
|
|
39
|
-
.tw-modal .tw-modal-content .tw-modal-header.modal--withoutborder {
|
|
40
|
-
box-shadow: none;
|
|
41
|
-
}
|
|
42
|
-
.tw-modal .tw-modal-content .tw-modal-header .tw-icon {
|
|
43
|
-
fill: var(--color-content-accent);
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
display: block;
|
|
46
|
-
}
|
|
47
|
-
.tw-modal .tw-modal-content .tw-modal-header,
|
|
48
|
-
.tw-modal .tw-modal-content .tw-modal-footer,
|
|
49
|
-
.tw-modal .tw-modal-content .tw-modal-body {
|
|
50
|
-
padding: var(--size-16);
|
|
51
|
-
}
|
|
52
|
-
.tw-modal .tw-modal-content .tw-modal-title {
|
|
53
|
-
max-width: 85%;
|
|
54
|
-
}
|
|
55
|
-
.tw-modal .tw-modal-content .tw-modal-footer {
|
|
56
|
-
padding-top: var(--size-12);
|
|
57
|
-
padding-bottom: var(--size-12);
|
|
58
|
-
box-shadow: inset 0 1px 0 0 #e2e6e8;
|
|
59
|
-
}
|
|
60
|
-
.np-theme-personal .tw-modal .tw-modal-content .tw-modal-footer {
|
|
61
|
-
border-top: 1px solid var(--color-border-neutral);
|
|
62
|
-
}
|
|
63
|
-
.np-theme-personal .tw-modal .tw-modal-content .tw-modal-footer,
|
|
64
|
-
.tw-modal .tw-modal-content .tw-modal-footer.modal--withoutborder {
|
|
65
|
-
box-shadow: none;
|
|
66
|
-
}
|
|
67
|
-
.tw-modal .tw-modal-content.tw-modal-no-title .tw-modal-body {
|
|
68
|
-
padding-top: 0 !important;
|
|
69
|
-
}
|
|
70
|
-
.tw-modal .tw-modal-content.tw-modal-no-title .tw-modal-header {
|
|
71
|
-
min-height: var(--size-32);
|
|
72
|
-
padding-bottom: 4px !important;
|
|
73
|
-
}
|
|
74
|
-
@media (--screen-sm) {
|
|
75
|
-
.tw-modal .tw-modal-content .tw-modal-header,
|
|
76
|
-
.tw-modal .tw-modal-content .tw-modal-footer,
|
|
77
|
-
.tw-modal .tw-modal-content .tw-modal-body {
|
|
78
|
-
padding: var(--size-32) var(--size-24);
|
|
79
|
-
}
|
|
80
|
-
.np-theme-personal .tw-modal .tw-modal-content .tw-modal-header,
|
|
81
|
-
.np-theme-personal .tw-modal .tw-modal-content .tw-modal-footer,
|
|
82
|
-
.np-theme-personal .tw-modal .tw-modal-content .tw-modal-body {
|
|
83
|
-
padding: var(--size-24);
|
|
84
|
-
}
|
|
85
|
-
.tw-modal .tw-modal-compact .tw-modal-header {
|
|
86
|
-
min-height: calc(var(--size-8) * 7);
|
|
87
|
-
}
|
|
88
|
-
.tw-modal .tw-modal-compact .tw-modal-header,
|
|
89
|
-
.tw-modal .tw-modal-compact .tw-modal-footer,
|
|
90
|
-
.tw-modal .tw-modal-compact .tw-modal-body {
|
|
91
|
-
padding-top: var(--size-16);
|
|
92
|
-
padding-bottom: var(--size-16);
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
@media (--screen-xs) {
|
|
96
|
-
.tw-modal-dialog.tw-modal-sm {
|
|
97
|
-
width: 300px;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
@media (--screen-sm) {
|
|
101
|
-
.tw-modal {
|
|
102
|
-
padding: var(--size-40);
|
|
103
|
-
}
|
|
104
|
-
.tw-modal .tw-modal-dialog .tw-modal-content {
|
|
105
|
-
border-radius: var(--radius-small);
|
|
106
|
-
}
|
|
107
|
-
.tw-modal .tw-modal-dialog.tw-modal-md {
|
|
108
|
-
width: 540px;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
@media (--screen-md) {
|
|
112
|
-
.tw-modal-dialog.tw-modal-lg {
|
|
113
|
-
width: 720px;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
@media (--screen-lg) {
|
|
117
|
-
.tw-modal-dialog.tw-modal-xl {
|
|
118
|
-
width: 1000px;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
/* Internet explorer hack */
|
|
122
|
-
@media all and (-ms-high-contrast: none) {
|
|
123
|
-
/* IE11 */
|
|
124
|
-
/* stylelint-disable selector-no-vendor-prefix, selector-type-no-unknown */
|
|
125
|
-
_:-ms-fullscreen,
|
|
126
|
-
:root .tw-modal {
|
|
127
|
-
height: 100%;
|
|
128
|
-
}
|
|
129
|
-
_:-ms-fullscreen .tw-modal-dialog,
|
|
130
|
-
:root .tw-modal .tw-modal-dialog {
|
|
131
|
-
height: 100%;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
1
|
+
.tw-modal--scrollable{max-height:100%;max-height:-webkit-fill-available}.tw-modal .tw-modal-dialog{background:#fff;background:var(--color-background-elevated);box-shadow:0 5px 15px rgba(0,0,0,.2);transform:translateY(-25%);transition:transform .3s ease-out}.np-theme-personal .tw-modal .tw-modal-dialog{background:#fff;background:var(--color-background-elevated);border-radius:24px;border-radius:var(--radius-large);box-shadow:none}.tw-modal.in .tw-modal-dialog{transform:translate(0)}.tw-modal .tw-modal-content{width:100%}.tw-modal .tw-modal-content .tw-modal-body{flex:1;word-break:break-word}.tw-modal .tw-modal-content .tw-modal-body--scrollable{overflow-y:auto}.tw-modal .tw-modal-content .tw-modal-header{box-shadow:inset 0 -1px 0 0 #e2e6e8}.np-theme-personal .tw-modal .tw-modal-content .tw-modal-header{box-shadow:inset 0 -1px 0 0 #0000001a;box-shadow:inset 0 -1px 0 0 var(--color-border-neutral)}.np-theme-personal .tw-modal .tw-modal-content .tw-modal-header .np-close-button{margin:-8px -8px -8px 0;margin:calc(var(--size-8)*-1) calc(var(--size-8)*-1) calc(var(--size-8)*-1) 0}.tw-modal .tw-modal-content .tw-modal-header.modal--withoutborder{box-shadow:none}.tw-modal .tw-modal-content .tw-modal-header .tw-icon{fill:#0097c7;fill:var(--color-content-accent);cursor:pointer;display:block}.tw-modal .tw-modal-content .tw-modal-body,.tw-modal .tw-modal-content .tw-modal-footer,.tw-modal .tw-modal-content .tw-modal-header{padding:16px;padding:var(--size-16)}.tw-modal .tw-modal-content .tw-modal-title{max-width:85%}.tw-modal .tw-modal-content .tw-modal-footer{box-shadow:inset 0 1px 0 0 #e2e6e8;padding-bottom:12px;padding-bottom:var(--size-12);padding-top:12px;padding-top:var(--size-12)}.np-theme-personal .tw-modal .tw-modal-content .tw-modal-footer{border-top:1px solid #0000001a;border-top:1px solid var(--color-border-neutral)}.np-theme-personal .tw-modal .tw-modal-content .tw-modal-footer,.tw-modal .tw-modal-content .tw-modal-footer.modal--withoutborder{box-shadow:none}.tw-modal .tw-modal-content.tw-modal-no-title .tw-modal-body{padding-top:0!important}.tw-modal .tw-modal-content.tw-modal-no-title .tw-modal-header{min-height:32px;min-height:var(--size-32);padding-bottom:4px!important}@media (min-width:576px){.tw-modal .tw-modal-content .tw-modal-body,.tw-modal .tw-modal-content .tw-modal-footer,.tw-modal .tw-modal-content .tw-modal-header{padding:32px 24px;padding:var(--size-32) var(--size-24)}.np-theme-personal .tw-modal .tw-modal-content .tw-modal-body,.np-theme-personal .tw-modal .tw-modal-content .tw-modal-footer,.np-theme-personal .tw-modal .tw-modal-content .tw-modal-header{padding:24px;padding:var(--size-24)}.tw-modal .tw-modal-compact .tw-modal-header{min-height:56px;min-height:calc(var(--size-8)*7)}.tw-modal .tw-modal-compact .tw-modal-body,.tw-modal .tw-modal-compact .tw-modal-footer,.tw-modal .tw-modal-compact .tw-modal-header{padding-bottom:16px;padding-bottom:var(--size-16);padding-top:16px;padding-top:var(--size-16)}}@media (min-width:480px){.tw-modal-dialog.tw-modal-sm{width:300px}}@media (min-width:576px){.tw-modal{padding:40px;padding:var(--size-40)}.tw-modal .tw-modal-dialog .tw-modal-content{border-radius:10px;border-radius:var(--radius-small)}.tw-modal .tw-modal-dialog.tw-modal-md{width:540px}}@media (min-width:768px){.tw-modal-dialog.tw-modal-lg{width:720px}}@media (min-width:992px){.tw-modal-dialog.tw-modal-xl{width:1000px}}@media (-ms-high-contrast:none){:root .tw-modal,:root .tw-modal .tw-modal-dialog,_:-ms-fullscreen,_:-ms-fullscreen .tw-modal-dialog{height:100%}}
|
|
@@ -1,128 +1 @@
|
|
|
1
|
-
.tw-money-input .tw-money-input__fixed-currency {
|
|
2
|
-
padding-left: 0 !important;
|
|
3
|
-
}
|
|
4
|
-
[dir="rtl"] .tw-money-input .tw-money-input__fixed-currency {
|
|
5
|
-
padding-right: 0 !important;
|
|
6
|
-
padding-left: initial !important;
|
|
7
|
-
}
|
|
8
|
-
.tw-money-input .tw-money-input__fixed-currency.input-md .currency-flag {
|
|
9
|
-
margin-bottom: 2px;
|
|
10
|
-
}
|
|
11
|
-
.np-theme-personal .tw-money-input .tw-money-input__fixed-currency.input-md .currency-flag {
|
|
12
|
-
margin-bottom: 1px;
|
|
13
|
-
}
|
|
14
|
-
.tw-money-input .tw-money-input__fixed-currency.input-lg .currency-flag {
|
|
15
|
-
margin-bottom: 4px;
|
|
16
|
-
}
|
|
17
|
-
.np-theme-personal .tw-money-input .tw-money-input__fixed-currency.input-lg .currency-flag {
|
|
18
|
-
margin-bottom: 3px;
|
|
19
|
-
}
|
|
20
|
-
.tw-money-input .tw-money-input__fixed-currency .currency-flag {
|
|
21
|
-
vertical-align: middle;
|
|
22
|
-
}
|
|
23
|
-
.tw-money-input .tw-money-input__fixed-currency .np-text-title-subsection {
|
|
24
|
-
font-weight: var(--font-weight-normal);
|
|
25
|
-
}
|
|
26
|
-
.tw-money-input__keyline {
|
|
27
|
-
width: 2px;
|
|
28
|
-
border: solid 1px var(--color-border-neutral);
|
|
29
|
-
height: var(--size-24);
|
|
30
|
-
background-color: var(--color-background-neutral);
|
|
31
|
-
margin-right: var(--size-24);
|
|
32
|
-
transform: translateY(4px);
|
|
33
|
-
}
|
|
34
|
-
[dir="rtl"] .tw-money-input__keyline {
|
|
35
|
-
margin-left: var(--size-24);
|
|
36
|
-
margin-right: initial;
|
|
37
|
-
}
|
|
38
|
-
.tw-money-input__fixed-currency {
|
|
39
|
-
position: relative;
|
|
40
|
-
}
|
|
41
|
-
.tw-money-input__fixed-currency span {
|
|
42
|
-
color: var(--color-content-secondary);
|
|
43
|
-
}
|
|
44
|
-
__text {
|
|
45
|
-
font-size: var(--font-size-16);
|
|
46
|
-
}
|
|
47
|
-
.input-group-sm .tw-money-input__text {
|
|
48
|
-
font-size: var(--font-size-14);
|
|
49
|
-
}
|
|
50
|
-
.input-group-sm .np-text-title-subsection {
|
|
51
|
-
font-size: var(--font-size-14);
|
|
52
|
-
}
|
|
53
|
-
.input-group-md .np-text-title-subsection {
|
|
54
|
-
font-size: var(--font-size-16);
|
|
55
|
-
}
|
|
56
|
-
.input-group-lg .tw-money-input__text {
|
|
57
|
-
font-size: var(--font-size-22);
|
|
58
|
-
}
|
|
59
|
-
.tw-money-input .amount-currency-select-btn > .np-select > .btn {
|
|
60
|
-
display: flex;
|
|
61
|
-
align-items: center;
|
|
62
|
-
max-height: 50px;
|
|
63
|
-
}
|
|
64
|
-
.tw-money-input .amount-currency-select-btn > .np-select > .btn span:not(.tw-icon) {
|
|
65
|
-
min-width: 2.6em;
|
|
66
|
-
font-weight: var(--font-weight-regular);
|
|
67
|
-
}
|
|
68
|
-
.tw-money-input .amount-currency-select-btn > .np-select > .btn .currency-flag {
|
|
69
|
-
margin-right: 2px;
|
|
70
|
-
margin-left: 2px;
|
|
71
|
-
display: inline-block !important;
|
|
72
|
-
}
|
|
73
|
-
.tw-money-input .amount-currency-select-btn > .np-select > .np-dropdown-toggle {
|
|
74
|
-
padding: 0 var(--padding-small);
|
|
75
|
-
text-align: center;
|
|
76
|
-
}
|
|
77
|
-
.np-theme-personal .tw-money-input .amount-currency-select-btn > .np-select > .np-dropdown-toggle {
|
|
78
|
-
box-shadow: none;
|
|
79
|
-
}
|
|
80
|
-
.np-theme-personal .tw-money-input .amount-currency-select-btn > .np-select > .np-dropdown-toggle:hover:not(:focus),
|
|
81
|
-
.np-theme-personal .tw-money-input .amount-currency-select-btn > .np-select > .np-dropdown-toggle:active {
|
|
82
|
-
box-shadow: none;
|
|
83
|
-
}
|
|
84
|
-
.np-theme-personal .tw-money-input .amount-currency-select-btn > .np-select > .np-dropdown-toggle .np-text-body-large {
|
|
85
|
-
overflow: visible;
|
|
86
|
-
text-overflow: clip;
|
|
87
|
-
}
|
|
88
|
-
.np-theme-personal .tw-money-input .amount-currency-select-btn > .np-select > .np-dropdown-toggle .np-text-body-large .tw-money-input__text.np-text-title-subsection {
|
|
89
|
-
font-weight: var(--font-weight-semi-bold);
|
|
90
|
-
}
|
|
91
|
-
.tw-money-input .amount-currency-select-btn > .np-select > .np-btn > span.tw-icon {
|
|
92
|
-
position: static;
|
|
93
|
-
}
|
|
94
|
-
.np-theme-personal .tw-money-input__keyline {
|
|
95
|
-
display: none;
|
|
96
|
-
}
|
|
97
|
-
.np-theme-personal .tw-money-input.input-group-sm .form-control {
|
|
98
|
-
min-height: 34px;
|
|
99
|
-
}
|
|
100
|
-
.np-theme-personal .tw-money-input.input-group-md .form-control,
|
|
101
|
-
.np-theme-personal .tw-money-input.input-group-md .amount-currency-select-btn .btn-md {
|
|
102
|
-
min-height: 53px;
|
|
103
|
-
}
|
|
104
|
-
.np-theme-personal .tw-money-input .tw-money-input__fixed-currency .np-text-title-subsection {
|
|
105
|
-
color: var(--color-content-tertiary);
|
|
106
|
-
font-weight: var(--font-weight-semi-bold);
|
|
107
|
-
}
|
|
108
|
-
.np-theme-personal .tw-money-input button {
|
|
109
|
-
border: none;
|
|
110
|
-
}
|
|
111
|
-
.np-theme-personal .tw-money-input .np-text-title-subsection {
|
|
112
|
-
color: var(--color-interactive-primary);
|
|
113
|
-
}
|
|
114
|
-
.np-theme-personal .tw-money-input .np-select-filter:focus {
|
|
115
|
-
outline: none;
|
|
116
|
-
}
|
|
117
|
-
.np-theme-personal .tw-money-input .amount-currency-select-btn .currency-flag {
|
|
118
|
-
margin-right: 0;
|
|
119
|
-
margin-top: 0;
|
|
120
|
-
}
|
|
121
|
-
.np-theme-personal .tw-money-input .amount-currency-select-btn .np-btn-md .np-text-body-large {
|
|
122
|
-
margin-left: 4px;
|
|
123
|
-
margin-right: 4px;
|
|
124
|
-
}
|
|
125
|
-
.np-theme-personal .tw-money-input .amount-currency-select-btn .np-btn-lg .np-text-body-large {
|
|
126
|
-
margin-left: 9px;
|
|
127
|
-
margin-right: 9px;
|
|
128
|
-
}
|
|
1
|
+
.tw-money-input .tw-money-input__fixed-currency{padding-left:0!important}[dir=rtl] .tw-money-input .tw-money-input__fixed-currency{padding-left:0!important;padding-right:0!important}.tw-money-input .tw-money-input__fixed-currency.input-md .currency-flag{margin-bottom:2px}.np-theme-personal .tw-money-input .tw-money-input__fixed-currency.input-md .currency-flag{margin-bottom:1px}.tw-money-input .tw-money-input__fixed-currency.input-lg .currency-flag{margin-bottom:4px}.np-theme-personal .tw-money-input .tw-money-input__fixed-currency.input-lg .currency-flag{margin-bottom:3px}.tw-money-input .tw-money-input__fixed-currency .currency-flag{vertical-align:middle}.tw-money-input .tw-money-input__fixed-currency .np-text-title-subsection{font-weight:var(--font-weight-normal)}.tw-money-input__keyline{background-color:#86a7bd1a;background-color:var(--color-background-neutral);border:1px solid #0000001a;border:1px solid var(--color-border-neutral);height:24px;height:var(--size-24);margin-right:24px;margin-right:var(--size-24);transform:translateY(4px);width:2px}[dir=rtl] .tw-money-input__keyline{margin-left:24px;margin-left:var(--size-24);margin-right:0}.tw-money-input__fixed-currency{position:relative}.tw-money-input__fixed-currency span{color:#5d7079;color:var(--color-content-secondary)}__text{font-size:1rem;font-size:var(--font-size-16)}.input-group-sm .np-text-title-subsection,.input-group-sm .tw-money-input__text{font-size:.875rem;font-size:var(--font-size-14)}.input-group-md .np-text-title-subsection{font-size:1rem;font-size:var(--font-size-16)}.input-group-lg .tw-money-input__text{font-size:1.375rem;font-size:var(--font-size-22)}.tw-money-input .amount-currency-select-btn>.np-select>.btn{align-items:center;display:flex;max-height:50px}.tw-money-input .amount-currency-select-btn>.np-select>.btn span:not(.tw-icon){font-weight:400;font-weight:var(--font-weight-regular);min-width:2.6em}.tw-money-input .amount-currency-select-btn>.np-select>.btn .currency-flag{display:inline-block!important;margin-left:2px;margin-right:2px}.tw-money-input .amount-currency-select-btn>.np-select>.np-dropdown-toggle{padding:0 16px;padding:0 var(--padding-small);text-align:center}.np-theme-personal .tw-money-input .amount-currency-select-btn>.np-select>.np-dropdown-toggle,.np-theme-personal .tw-money-input .amount-currency-select-btn>.np-select>.np-dropdown-toggle:active,.np-theme-personal .tw-money-input .amount-currency-select-btn>.np-select>.np-dropdown-toggle:hover:not(:focus){box-shadow:none}.np-theme-personal .tw-money-input .amount-currency-select-btn>.np-select>.np-dropdown-toggle .np-text-body-large{overflow:visible;text-overflow:clip}.np-theme-personal .tw-money-input .amount-currency-select-btn>.np-select>.np-dropdown-toggle .np-text-body-large .tw-money-input__text.np-text-title-subsection{font-weight:600;font-weight:var(--font-weight-semi-bold)}.tw-money-input .amount-currency-select-btn>.np-select>.np-btn>span.tw-icon{position:static}.np-theme-personal .tw-money-input__keyline{display:none}.np-theme-personal .tw-money-input.input-group-sm .form-control{min-height:34px}.np-theme-personal .tw-money-input.input-group-md .amount-currency-select-btn .btn-md,.np-theme-personal .tw-money-input.input-group-md .form-control{min-height:53px}.np-theme-personal .tw-money-input .tw-money-input__fixed-currency .np-text-title-subsection{color:#768e9c;color:var(--color-content-tertiary);font-weight:600;font-weight:var(--font-weight-semi-bold)}.np-theme-personal .tw-money-input button{border:none}.np-theme-personal .tw-money-input .np-text-title-subsection{color:var(--color-interactive-primary)}.np-theme-personal .tw-money-input .np-select-filter:focus{outline:none}.np-theme-personal .tw-money-input .amount-currency-select-btn .currency-flag{margin-right:0;margin-top:0}.np-theme-personal .tw-money-input .amount-currency-select-btn .np-btn-md .np-text-body-large{margin-left:4px;margin-right:4px}.np-theme-personal .tw-money-input .amount-currency-select-btn .np-btn-lg .np-text-body-large{margin-left:9px;margin-right:9px}
|
|
@@ -1,61 +1 @@
|
|
|
1
|
-
.np-navigation-option {
|
|
2
|
-
text-decoration: none;
|
|
3
|
-
background-color: transparent;
|
|
4
|
-
text-align: left;
|
|
5
|
-
width: 100%;
|
|
6
|
-
--ring-outline-offset: 0;
|
|
7
|
-
}
|
|
8
|
-
[dir="rtl"] .np-navigation-option {
|
|
9
|
-
border-right: 0 ;
|
|
10
|
-
}
|
|
11
|
-
html:not([dir="rtl"]) .np-navigation-option {
|
|
12
|
-
border-left: 0 ;
|
|
13
|
-
}
|
|
14
|
-
[dir="rtl"] .np-navigation-option {
|
|
15
|
-
border-left: 0 ;
|
|
16
|
-
}
|
|
17
|
-
html:not([dir="rtl"]) .np-navigation-option {
|
|
18
|
-
border-right: 0 ;
|
|
19
|
-
}
|
|
20
|
-
[dir="rtl"] .np-navigation-option {
|
|
21
|
-
text-align: right;
|
|
22
|
-
}
|
|
23
|
-
.np-navigation-option:hover,
|
|
24
|
-
.np-navigation-option:focus {
|
|
25
|
-
text-decoration: none;
|
|
26
|
-
}
|
|
27
|
-
.np-navigation-option:not(.disabled, :disabled):hover .tw-avatar__content {
|
|
28
|
-
background-color: var(--color-background-screen);
|
|
29
|
-
}
|
|
30
|
-
.np-theme-personal .np-navigation-option:not(.disabled, :disabled):hover .tw-avatar__content {
|
|
31
|
-
background-color: var(--color-background-neutral);
|
|
32
|
-
}
|
|
33
|
-
.np-navigation-option .circle {
|
|
34
|
-
border: none;
|
|
35
|
-
}
|
|
36
|
-
.np-navigation-option:focus {
|
|
37
|
-
outline: none;
|
|
38
|
-
}
|
|
39
|
-
.np-navigation-option:focus-visible {
|
|
40
|
-
outline: var(--ring-outline-color) solid var(--ring-outline-width);
|
|
41
|
-
outline-offset: var(--ring-outline-offset);
|
|
42
|
-
}
|
|
43
|
-
.np-theme-personal .np-navigation-option {
|
|
44
|
-
text-decoration: none;
|
|
45
|
-
}
|
|
46
|
-
.np-navigation-option__chevron {
|
|
47
|
-
padding: 0;
|
|
48
|
-
border: none;
|
|
49
|
-
outline: none;
|
|
50
|
-
background: none;
|
|
51
|
-
}
|
|
52
|
-
.np-navigation-option__chevron:not(.disabled, :disabled):hover,
|
|
53
|
-
.np-navigation-option__chevron:not(.disabled, :disabled):focus {
|
|
54
|
-
color: var(--color-content-accent-hover);
|
|
55
|
-
}
|
|
56
|
-
.np-navigation-option__chevron:not(.disabled, :disabled):active {
|
|
57
|
-
color: var(--color-content-accent-active);
|
|
58
|
-
}
|
|
59
|
-
.np-theme-personal .np-option__container-aligned {
|
|
60
|
-
width: calc(100% + 2 * var(--space-content-horizontal));
|
|
61
|
-
}
|
|
1
|
+
.np-navigation-option{--ring-outline-offset:0;background-color:transparent;text-align:left;text-decoration:none;width:100%}[dir=rtl] .np-navigation-option{border-right:0}[dir=rtl] .np-navigation-option,html:not([dir=rtl]) .np-navigation-option{border-left:0}html:not([dir=rtl]) .np-navigation-option{border-right:0}[dir=rtl] .np-navigation-option{text-align:right}.np-navigation-option:focus,.np-navigation-option:hover{text-decoration:none}.np-navigation-option:not(.disabled,:disabled):hover .tw-avatar__content{background-color:#fff;background-color:var(--color-background-screen)}.np-theme-personal .np-navigation-option:not(.disabled,:disabled):hover .tw-avatar__content{background-color:#86a7bd1a;background-color:var(--color-background-neutral)}.np-navigation-option .circle{border:none}.np-navigation-option:focus{outline:none}.np-navigation-option:focus-visible{outline:var(--ring-outline-color) solid var(--ring-outline-width);outline-offset:var(--ring-outline-offset)}.np-theme-personal .np-navigation-option{text-decoration:none}.np-navigation-option__chevron{background:none;border:none;outline:none;padding:0}.np-navigation-option__chevron:not(.disabled,:disabled):focus,.np-navigation-option__chevron:not(.disabled,:disabled):hover{color:#0084b3;color:var(--color-content-accent-hover)}.np-navigation-option__chevron:not(.disabled,:disabled):active{color:#0077a5;color:var(--color-content-accent-active)}.np-theme-personal .np-option__container-aligned{width:calc(100% + 32px);width:calc(100% + var(--space-content-horizontal)*2)}
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
.np-navigation-options-list {
|
|
2
|
-
list-style-type: none;
|
|
3
|
-
padding-left: 0;
|
|
4
|
-
margin-bottom: 0;
|
|
5
|
-
}
|
|
6
|
-
[dir="rtl"] .np-navigation-options-list {
|
|
7
|
-
padding-right: 0;
|
|
8
|
-
padding-left: initial;
|
|
9
|
-
}
|
|
10
|
-
.np-navigation-options-list__item + .np-navigation-options-list__item {
|
|
11
|
-
margin-top: -1px;
|
|
12
|
-
}
|
|
1
|
+
.np-navigation-options-list{list-style-type:none;margin-bottom:0;padding-left:0}[dir=rtl] .np-navigation-options-list{padding-left:0;padding-right:0}.np-navigation-options-list__item+.np-navigation-options-list__item{margin-top:-1px}
|
|
@@ -1,138 +1 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--nudge-background-color: var(--color-background-neutral);
|
|
3
|
-
--nudge-border-radius: 10px;
|
|
4
|
-
--nudge-min-height: initial;
|
|
5
|
-
--nudge-padding: var(--size-16);
|
|
6
|
-
--nudge-flex-gap: var(--size-16);
|
|
7
|
-
--nudge-media-width: initial;
|
|
8
|
-
--nudge-link-text-decoration: none;
|
|
9
|
-
--nudge-container-padding: 0;
|
|
10
|
-
--nudge-content-flex-alignment: center;
|
|
11
|
-
--nudge-title-color: var(--color-content-primary);
|
|
12
|
-
--nudge-title-font-weight: var(--font-weight-semi-bold);
|
|
13
|
-
--nudge-title-line-height: var(--line-height-title);
|
|
14
|
-
--nudge-control-width: var(--size-16);
|
|
15
|
-
--nudge-control-background-color: transparent;
|
|
16
|
-
}
|
|
17
|
-
.wds-nudge {
|
|
18
|
-
align-items: stretch;
|
|
19
|
-
background-color: var(--nudge-background-color);
|
|
20
|
-
border-radius: var(--nudge-border-radius);
|
|
21
|
-
display: flex;
|
|
22
|
-
flex: 1;
|
|
23
|
-
gap: var(--nudge-flex-gap);
|
|
24
|
-
min-height: var(--nudge-min-height);
|
|
25
|
-
padding: var(--nudge-padding);
|
|
26
|
-
position: relative;
|
|
27
|
-
overflow: hidden;
|
|
28
|
-
width: 100%;
|
|
29
|
-
}
|
|
30
|
-
.wds-nudge-media {
|
|
31
|
-
flex-basis: var(--nudge-media-width);
|
|
32
|
-
max-width: var(--nudge-media-width);
|
|
33
|
-
}
|
|
34
|
-
.wds-nudge-media-globe {
|
|
35
|
-
margin-left: -76px;
|
|
36
|
-
margin-top: -5px;
|
|
37
|
-
position: absolute;
|
|
38
|
-
width: 161px;
|
|
39
|
-
}
|
|
40
|
-
[dir="rtl"] .wds-nudge-media-globe {
|
|
41
|
-
transform: scaleX(-1);
|
|
42
|
-
margin-left: 0;
|
|
43
|
-
margin-right: -76px;
|
|
44
|
-
}
|
|
45
|
-
.wds-nudge-media-lock {
|
|
46
|
-
margin-left: -11px;
|
|
47
|
-
margin-top: 18px;
|
|
48
|
-
position: absolute;
|
|
49
|
-
width: 104px;
|
|
50
|
-
transform: rotate(-14.86deg);
|
|
51
|
-
}
|
|
52
|
-
[dir="rtl"] .wds-nudge-media-lock {
|
|
53
|
-
transform: scaleX(-1);
|
|
54
|
-
margin-left: 0;
|
|
55
|
-
margin-right: -11px;
|
|
56
|
-
}
|
|
57
|
-
.wds-nudge-media-wallet {
|
|
58
|
-
margin-left: -15px;
|
|
59
|
-
margin-top: 18px;
|
|
60
|
-
position: absolute;
|
|
61
|
-
width: 107px;
|
|
62
|
-
}
|
|
63
|
-
[dir="rtl"] .wds-nudge-media-wallet {
|
|
64
|
-
transform: scaleX(-1);
|
|
65
|
-
margin-left: 0;
|
|
66
|
-
margin-right: -15px;
|
|
67
|
-
}
|
|
68
|
-
.wds-nudge-media-gear {
|
|
69
|
-
margin-left: -18px;
|
|
70
|
-
margin-top: 19px;
|
|
71
|
-
position: absolute;
|
|
72
|
-
width: 111px;
|
|
73
|
-
}
|
|
74
|
-
[dir="rtl"] .wds-nudge-media-gear {
|
|
75
|
-
transform: scaleX(-1);
|
|
76
|
-
margin-left: 0;
|
|
77
|
-
margin-right: -18px;
|
|
78
|
-
}
|
|
79
|
-
.wds-nudge-media-invite-letter {
|
|
80
|
-
margin-left: -17px;
|
|
81
|
-
margin-top: -2px;
|
|
82
|
-
position: absolute;
|
|
83
|
-
width: 105px;
|
|
84
|
-
}
|
|
85
|
-
[dir="rtl"] .wds-nudge-media-invite-letter {
|
|
86
|
-
transform: scaleX(-1);
|
|
87
|
-
margin-left: 0;
|
|
88
|
-
margin-right: -17px;
|
|
89
|
-
}
|
|
90
|
-
.wds-nudge-container {
|
|
91
|
-
align-items: stretch;
|
|
92
|
-
display: flex;
|
|
93
|
-
flex: 1;
|
|
94
|
-
gap: var(--nudge-flex-gap);
|
|
95
|
-
justify-content: space-between;
|
|
96
|
-
padding: var(--nudge-container-padding) var(--nudge-container-padding) var(--nudge-container-padding) 0;
|
|
97
|
-
width: 100%;
|
|
98
|
-
}
|
|
99
|
-
[dir="rtl"] .wds-nudge-container {
|
|
100
|
-
padding: var(--nudge-container-padding) 0 var(--nudge-container-padding) var(--nudge-container-padding);
|
|
101
|
-
}
|
|
102
|
-
.np-theme-personal .wds-nudge-container:first-child {
|
|
103
|
-
padding-left: var(--nudge-flex-gap);
|
|
104
|
-
}
|
|
105
|
-
.wds-nudge-container .wds-nudge-content {
|
|
106
|
-
align-self: var(--nudge-content-flex-alignment);
|
|
107
|
-
display: flex;
|
|
108
|
-
flex-direction: column;
|
|
109
|
-
}
|
|
110
|
-
.wds-nudge-container .wds-nudge-content .wds-nudge-title {
|
|
111
|
-
color: var(--nudge-title-color);
|
|
112
|
-
font-weight: var(--nudge-title-font-weight);
|
|
113
|
-
line-height: var(--nudge-title-line-height);
|
|
114
|
-
margin: 0;
|
|
115
|
-
}
|
|
116
|
-
.wds-nudge-container .wds-nudge-content .wds-nudge-link {
|
|
117
|
-
font-weight: var(--font-weight-semi-bold);
|
|
118
|
-
margin-top: var(--size-4);
|
|
119
|
-
-webkit-text-decoration: var(--nudge-link-text-decoration);
|
|
120
|
-
text-decoration: var(--nudge-link-text-decoration);
|
|
121
|
-
}
|
|
122
|
-
.wds-nudge-container .wds-nudge-control {
|
|
123
|
-
max-width: var(--nudge-control-width);
|
|
124
|
-
flex-basis: var(--nudge-control-width);
|
|
125
|
-
flex: 0 0 var(--nudge-control-width);
|
|
126
|
-
height: var(--nudge-control-width);
|
|
127
|
-
background-color: var(--nudge-control-background-color);
|
|
128
|
-
}
|
|
129
|
-
.np-theme-personal {
|
|
130
|
-
--nudge-border-radius: var(--radius-medium);
|
|
131
|
-
--nudge-min-height: 106px;
|
|
132
|
-
--nudge-padding: 0;
|
|
133
|
-
--nudge-link-text-decoration: underline;
|
|
134
|
-
--nudge-container-padding: var(--size-16);
|
|
135
|
-
--nudge-media-width: 104px;
|
|
136
|
-
--nudge-control-width: var(--size-24);
|
|
137
|
-
--nudge-control-background-color: var(--color-background-neutral);
|
|
138
|
-
}
|
|
1
|
+
:root{--nudge-background-color:var(--color-background-neutral);--nudge-border-radius:10px;--nudge-min-height:initial;--nudge-padding:var(--size-16);--nudge-flex-gap:var(--size-16);--nudge-media-width:initial;--nudge-link-text-decoration:none;--nudge-container-padding:0;--nudge-content-flex-alignment:center;--nudge-title-color:var(--color-content-primary);--nudge-title-font-weight:var(--font-weight-semi-bold);--nudge-title-line-height:var(--line-height-title);--nudge-control-width:var(--size-16);--nudge-control-background-color:transparent}.wds-nudge{align-items:stretch;background-color:#86a7bd1a;background-color:var(--nudge-background-color);border-radius:10px;border-radius:var(--nudge-border-radius);display:flex;flex:1;gap:16px;gap:var(--nudge-flex-gap);min-height:auto;min-height:var(--nudge-min-height);overflow:hidden;padding:16px;padding:var(--nudge-padding);position:relative;width:100%}.wds-nudge-media{flex-basis:auto;flex-basis:var(--nudge-media-width);max-width:none;max-width:var(--nudge-media-width)}.wds-nudge-media-globe{margin-left:-76px;margin-top:-5px;position:absolute;width:161px}[dir=rtl] .wds-nudge-media-globe{margin-left:0;margin-right:-76px;transform:scaleX(-1)}.wds-nudge-media-lock{margin-left:-11px;margin-top:18px;position:absolute;transform:rotate(-14.86deg);width:104px}[dir=rtl] .wds-nudge-media-lock{margin-left:0;margin-right:-11px;transform:scaleX(-1)}.wds-nudge-media-wallet{margin-left:-15px;margin-top:18px;position:absolute;width:107px}[dir=rtl] .wds-nudge-media-wallet{margin-left:0;margin-right:-15px;transform:scaleX(-1)}.wds-nudge-media-gear{margin-left:-18px;margin-top:19px;position:absolute;width:111px}[dir=rtl] .wds-nudge-media-gear{margin-left:0;margin-right:-18px;transform:scaleX(-1)}.wds-nudge-media-invite-letter{margin-left:-17px;margin-top:-2px;position:absolute;width:105px}[dir=rtl] .wds-nudge-media-invite-letter{margin-left:0;margin-right:-17px;transform:scaleX(-1)}.wds-nudge-container{align-items:stretch;display:flex;flex:1;gap:16px;gap:var(--nudge-flex-gap);justify-content:space-between;padding:0;padding:var(--nudge-container-padding) var(--nudge-container-padding) var(--nudge-container-padding) 0;width:100%}[dir=rtl] .wds-nudge-container{padding:0;padding:var(--nudge-container-padding) 0 var(--nudge-container-padding) var(--nudge-container-padding)}.np-theme-personal .wds-nudge-container:first-child{padding-left:16px;padding-left:var(--nudge-flex-gap)}.wds-nudge-container .wds-nudge-content{align-self:center;align-self:var(--nudge-content-flex-alignment);display:flex;flex-direction:column}.wds-nudge-container .wds-nudge-content .wds-nudge-title{color:#37517e;color:var(--nudge-title-color);font-weight:600;font-weight:var(--nudge-title-font-weight);line-height:1.2;line-height:var(--nudge-title-line-height);margin:0}.wds-nudge-container .wds-nudge-content .wds-nudge-link{font-weight:600;font-weight:var(--font-weight-semi-bold);margin-top:4px;margin-top:var(--size-4);text-decoration:none;-webkit-text-decoration:var(--nudge-link-text-decoration);text-decoration:var(--nudge-link-text-decoration)}.wds-nudge-container .wds-nudge-control{background-color:transparent;background-color:var(--nudge-control-background-color);flex-basis:16px;flex-basis:var(--nudge-control-width);flex:0 0 16px;flex:0 0 var(--nudge-control-width);height:16px;height:var(--nudge-control-width);max-width:16px;max-width:var(--nudge-control-width)}.np-theme-personal{--nudge-border-radius:var(--radius-medium);--nudge-min-height:106px;--nudge-padding:0;--nudge-link-text-decoration:underline;--nudge-container-padding:var(--size-16);--nudge-media-width:104px;--nudge-control-width:var(--size-24);--nudge-control-background-color:var(--color-background-neutral)}
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
.np-overlay-header .np-overlay-header__content {
|
|
2
|
-
min-height: 97px;
|
|
3
|
-
width: 100%;
|
|
4
|
-
min-width: 320px;
|
|
5
|
-
max-width: 1164px;
|
|
6
|
-
}
|
|
7
|
-
.np-overlay-header .np-overlay-header__content .separator {
|
|
8
|
-
height: var(--size-32);
|
|
9
|
-
width: 1px;
|
|
10
|
-
background-color: var(--color-border-neutral);
|
|
11
|
-
}
|
|
12
|
-
[dir="rtl"] .np-overlay-header .np-overlay-header__content .separator {
|
|
13
|
-
margin-right: 16px !important;
|
|
14
|
-
}
|
|
15
|
-
html:not([dir="rtl"]) .np-overlay-header .np-overlay-header__content .separator {
|
|
16
|
-
margin-left: 16px !important;
|
|
17
|
-
}
|
|
18
|
-
[dir="rtl"] .np-overlay-header .np-overlay-header__content .separator {
|
|
19
|
-
margin-left: 16px !important;
|
|
20
|
-
}
|
|
21
|
-
html:not([dir="rtl"]) .np-overlay-header .np-overlay-header__content .separator {
|
|
22
|
-
margin-right: 16px !important;
|
|
23
|
-
}
|
|
24
|
-
.np-theme-personal .np-overlay-header {
|
|
25
|
-
border-bottom: 1px solid var(--color-border-neutral);
|
|
26
|
-
}
|
|
27
|
-
.np-theme-personal--forest-green .np-overlay-header .np-flow-header__left path,
|
|
28
|
-
.np-theme-personal--bright-green .np-overlay-header .np-flow-header__left path,
|
|
29
|
-
.np-theme-personal--dark .np-overlay-header .np-flow-header__left path {
|
|
30
|
-
fill: var(--color-interactive-primary);
|
|
31
|
-
}
|
|
1
|
+
.np-overlay-header .np-overlay-header__content{max-width:1164px;min-height:97px;min-width:320px;width:100%}.np-overlay-header .np-overlay-header__content .separator{background-color:#0000001a;background-color:var(--color-border-neutral);height:32px;height:var(--size-32);width:1px}[dir=rtl] .np-overlay-header .np-overlay-header__content .separator{margin-right:16px!important}[dir=rtl] .np-overlay-header .np-overlay-header__content .separator,html:not([dir=rtl]) .np-overlay-header .np-overlay-header__content .separator{margin-left:16px!important}html:not([dir=rtl]) .np-overlay-header .np-overlay-header__content .separator{margin-right:16px!important}.np-theme-personal .np-overlay-header{border-bottom:1px solid #0000001a;border-bottom:1px solid var(--color-border-neutral)}.np-theme-personal--bright-green .np-overlay-header .np-flow-header__left path,.np-theme-personal--dark .np-overlay-header .np-flow-header__left path,.np-theme-personal--forest-green .np-overlay-header .np-flow-header__left path{fill:var(--color-interactive-primary)}
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
.tw-telephone {
|
|
2
|
-
display: flex;
|
|
3
|
-
}
|
|
4
|
-
.tw-telephone .tw-telephone__number-input {
|
|
5
|
-
margin-left: var(--size-12);
|
|
6
|
-
}
|
|
7
|
-
[dir="rtl"] .tw-telephone .tw-telephone__number-input {
|
|
8
|
-
margin-right: var(--size-12);
|
|
9
|
-
margin-left: initial;
|
|
10
|
-
}
|
|
11
|
-
.tw-telephone__country-select {
|
|
12
|
-
flex-basis: 120px;
|
|
13
|
-
flex-shrink: 0;
|
|
14
|
-
}
|
|
15
|
-
.tw-telephone__number-input {
|
|
16
|
-
flex: auto 1 1;
|
|
17
|
-
}
|
|
1
|
+
.tw-telephone{display:flex}.tw-telephone .tw-telephone__number-input{margin-left:12px;margin-left:var(--size-12)}[dir=rtl] .tw-telephone .tw-telephone__number-input{margin-left:0;margin-right:12px;margin-right:var(--size-12)}.tw-telephone__country-select{flex-basis:120px;flex-shrink:0}.tw-telephone__number-input{flex:auto 1 1}
|
|
@@ -1,40 +1 @@
|
|
|
1
|
-
|
|
2
|
-
}@media (--screen-md) {
|
|
3
|
-
}.np-theme-personal .np-popover__container {
|
|
4
|
-
border-radius: var(--radius-medium);
|
|
5
|
-
}
|
|
6
|
-
.np-popover__container .np-popover__content {
|
|
7
|
-
color: var(--color-content-secondary);
|
|
8
|
-
font-size: var(--font-size-14);
|
|
9
|
-
}
|
|
10
|
-
.np-popover__container .np-popover__content p:last-child {
|
|
11
|
-
margin-bottom: 0;
|
|
12
|
-
}
|
|
13
|
-
.np-popover__container.np-panel .np-popover__content {
|
|
14
|
-
padding: var(--size-16) var(--size-24);
|
|
15
|
-
max-width: 276px;
|
|
16
|
-
}
|
|
17
|
-
.np-theme-personal .np-popover__container.np-panel .np-popover__content {
|
|
18
|
-
padding: var(--size-24);
|
|
19
|
-
}
|
|
20
|
-
.np-popover__container.np-bottom-sheet .np-popover__title {
|
|
21
|
-
margin: 0;
|
|
22
|
-
color: var(--color-content-primary);
|
|
23
|
-
line-height: var(--line-height-title);
|
|
24
|
-
letter-spacing: 0;
|
|
25
|
-
margin-bottom: var(--size-4);
|
|
26
|
-
font-weight: var(--font-weight-bold);
|
|
27
|
-
font-size: var(--font-size-26);
|
|
28
|
-
}
|
|
29
|
-
.np-theme-personal .np-popover__container.np-bottom-sheet .np-popover__title + p {
|
|
30
|
-
margin-top: var(--size-8);
|
|
31
|
-
}
|
|
32
|
-
.np-theme-personal .np-popover__container.np-bottom-sheet .np-popover__title {
|
|
33
|
-
margin-bottom: initial;
|
|
34
|
-
font-weight: var(--font-weight-semi-bold);
|
|
35
|
-
letter-spacing: var(--letter-spacing-negative-md);
|
|
36
|
-
line-height: var(--line-height-32);
|
|
37
|
-
}
|
|
38
|
-
.np-popover__container.np-bottom-sheet .np-popover__content {
|
|
39
|
-
padding: var(--size-32) var(--size-24);
|
|
40
|
-
}
|
|
1
|
+
.np-theme-personal .np-popover__container{border-radius:16px;border-radius:var(--radius-medium)}.np-popover__container .np-popover__content{color:#5d7079;color:var(--color-content-secondary);font-size:.875rem;font-size:var(--font-size-14)}.np-popover__container .np-popover__content p:last-child{margin-bottom:0}.np-popover__container.np-panel .np-popover__content{max-width:276px;padding:16px 24px;padding:var(--size-16) var(--size-24)}.np-theme-personal .np-popover__container.np-panel .np-popover__content{padding:24px;padding:var(--size-24)}.np-popover__container.np-bottom-sheet .np-popover__title{color:#37517e;color:var(--color-content-primary);font-size:1.625rem;font-size:var(--font-size-26);font-weight:800;font-weight:var(--font-weight-bold);letter-spacing:0;line-height:1.2;line-height:var(--line-height-title);margin:0 0 4px;margin-bottom:var(--size-4)}.np-theme-personal .np-popover__container.np-bottom-sheet .np-popover__title+p{margin-top:8px;margin-top:var(--size-8)}.np-theme-personal .np-popover__container.np-bottom-sheet .np-popover__title{font-weight:600;font-weight:var(--font-weight-semi-bold);letter-spacing:-.015em;letter-spacing:var(--letter-spacing-negative-md);line-height:2rem;line-height:var(--line-height-32);margin-bottom:0}.np-popover__container.np-bottom-sheet .np-popover__content{padding:32px 24px;padding:var(--size-32) var(--size-24)}
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
.np-progress {
|
|
2
|
-
border-radius: var(--radius-small);
|
|
3
|
-
width: 100%;
|
|
4
|
-
height: var(--size-8);
|
|
5
|
-
}
|
|
6
|
-
.np-progress::-webkit-progress-bar {
|
|
7
|
-
background-color: var(--color-background-neutral);
|
|
8
|
-
border-radius: var(--radius-small);
|
|
9
|
-
}
|
|
10
|
-
.np-progress::-webkit-progress-value {
|
|
11
|
-
background-color: var(--color-content-accent);
|
|
12
|
-
border-radius: var(--radius-small);
|
|
13
|
-
}
|
|
14
|
-
.np-theme-personal .np-progress::-webkit-progress-value {
|
|
15
|
-
background-color: var(--color-interactive-primary);
|
|
16
|
-
}
|
|
17
|
-
.np-progress::-moz-progress-bar {
|
|
18
|
-
background-color: var(--color-content-accent);
|
|
19
|
-
border-radius: var(--radius-small);
|
|
20
|
-
}
|
|
21
|
-
.np-theme-personal .np-progress::-moz-progress-bar {
|
|
22
|
-
background-color: var(--color-interactive-primary);
|
|
23
|
-
}
|
|
24
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
25
|
-
.np-progress::-webkit-progress-value {
|
|
26
|
-
-webkit-transition: width 0.5s ease;
|
|
27
|
-
transition: width 0.5s ease;
|
|
28
|
-
transition-delay: 0.2s;
|
|
29
|
-
}
|
|
30
|
-
.np-progress::-moz-progress-bar {
|
|
31
|
-
-moz-transition: width 0.5s ease;
|
|
32
|
-
transition: width 0.5s ease;
|
|
33
|
-
transition-delay: 0.2s;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
1
|
+
.np-progress{border-radius:10px;border-radius:var(--radius-small);height:8px;height:var(--size-8);width:100%}.np-progress::-webkit-progress-bar{background-color:#86a7bd1a;background-color:var(--color-background-neutral);border-radius:10px;border-radius:var(--radius-small)}.np-progress::-webkit-progress-value{background-color:#0097c7;background-color:var(--color-content-accent);border-radius:10px;border-radius:var(--radius-small)}.np-theme-personal .np-progress::-webkit-progress-value{background-color:var(--color-interactive-primary)}.np-progress::-moz-progress-bar{background-color:#0097c7;background-color:var(--color-content-accent);border-radius:10px;border-radius:var(--radius-small)}.np-theme-personal .np-progress::-moz-progress-bar{background-color:var(--color-interactive-primary)}@media (prefers-reduced-motion:no-preference){.np-progress::-webkit-progress-value{-webkit-transition:width .5s ease;transition:width .5s ease;transition-delay:.2s}.np-progress::-moz-progress-bar{-moz-transition:width .5s ease;transition:width .5s ease;transition-delay:.2s}}
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
.np-progress-bar__title .h4 {
|
|
2
|
-
color: var(--color-content-primary);
|
|
3
|
-
margin-bottom: var(--size-4);
|
|
4
|
-
}
|
|
5
|
-
.np-progress-bar p {
|
|
6
|
-
color: var(--color-content-primary);
|
|
7
|
-
margin-top: var(--size-4);
|
|
8
|
-
font-weight: var(--font-weight-semi-bold);
|
|
9
|
-
}
|
|
1
|
+
.np-progress-bar__title .h4{margin-bottom:4px;margin-bottom:var(--size-4)}.np-progress-bar p,.np-progress-bar__title .h4{color:#37517e;color:var(--color-content-primary)}.np-progress-bar p{font-weight:600;font-weight:var(--font-weight-semi-bold);margin-top:4px;margin-top:var(--size-4)}
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
.np-section
|
|
2
|
-
background-color: var(--color-background-screen);
|
|
3
|
-
margin-top: var(--size-32);
|
|
4
|
-
}
|
|
5
|
-
.np-section--with-horizontal-padding {
|
|
6
|
-
padding-right: var(--space-content-horizontal);
|
|
7
|
-
padding-left: var(--space-content-horizontal);
|
|
8
|
-
}
|
|
1
|
+
.np-section{background-color:#fff;background-color:var(--color-background-screen);margin-top:32px;margin-top:var(--size-32)}.np-section--with-horizontal-padding{padding-left:16px;padding-left:var(--space-content-horizontal);padding-right:16px;padding-right:var(--space-content-horizontal)}
|