@adyen/adyen-platform-experience-web 1.0.0-beta → 1.0.0-beta.2
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/dist/ModalContent-88fdb6f4.js +2 -0
- package/dist/ModalContent-88fdb6f4.js.map +1 -0
- package/dist/cjs/index.js +1 -35
- package/dist/cjs/index.js.map +1 -1
- package/dist/es/components/external/BaseElement.js +48 -88
- package/dist/es/components/external/EventEmitter.js +17 -28
- package/dist/es/components/external/TransactionDetails/TransactionDetails.js +15 -20
- package/dist/es/components/external/TransactionDetails/components/TransactionData.js +41 -42
- package/dist/es/components/external/TransactionDetails/components/TransactionDataSkeleton.js +13 -13
- package/dist/es/components/external/TransactionDetails/components/TransactionDetails.js +28 -39
- package/dist/es/components/external/TransactionDetails/components/TransactionDetails.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/TransactionsOverviewElement.js +25 -31
- package/dist/es/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.js +7 -10
- package/dist/es/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/AmountSkeleton/constants.js +4 -6
- package/dist/es/components/external/TransactionsOverview/components/BalanceAccountSelector/BalanceAccountSelector.js +21 -22
- package/dist/es/components/external/TransactionsOverview/components/BalanceAccountSelector/BalanceAccountSelector.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/BalanceAccountSelector/useBalanceAccountSelection.js +13 -21
- package/dist/es/components/external/TransactionsOverview/components/BalanceItem/BalanceItem.js +22 -25
- package/dist/es/components/external/TransactionsOverview/components/Balances/Balances.js +36 -47
- package/dist/es/components/external/TransactionsOverview/components/Balances/constants.js +2 -2
- package/dist/es/components/external/TransactionsOverview/components/Category/Category.js +8 -9
- package/dist/es/components/external/TransactionsOverview/components/ModalContent.js +9 -9
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.js +23 -25
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/constants.js +13 -16
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.js +16 -26
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.js +7 -9
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.js +42 -50
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItemLabel.js +18 -19
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/constants.js +8 -14
- package/dist/es/components/external/TransactionsOverview/components/TransactionListError/TransactionListError.js +16 -16
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.js +37 -42
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TotalsCard.js +36 -39
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.js +48 -60
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/constants.js +3 -4
- package/dist/es/components/external/TransactionsOverview/components/TransactionsDisplay/TransactionsDisplay.js +62 -73
- package/dist/es/components/external/TransactionsOverview/components/TransactionsDisplay/TransactionsDisplay.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionsDisplay/constants.js +3 -4
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.js +133 -152
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/constants.js +4 -6
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewContainer/TransactionsOverviewContainer.js +32 -40
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewContainer/TransactionsOverviewContainer.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewContainer/constants.js +3 -4
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewDateFilter.js +49 -53
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/TransactionTable.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.js +75 -84
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/constants.js +6 -10
- package/dist/es/components/external/TransactionsOverview/components/utils.js +6 -12
- package/dist/es/components/external/TransactionsOverview/hooks/useDefaultTransactionsOverviewFilterParams.js +21 -39
- package/dist/es/components/external/TransactionsOverview/hooks/useMaxWidths.js +9 -10
- package/dist/es/components/external/TransactionsOverview/hooks/useMediaQuery.js +23 -28
- package/dist/es/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.js +24 -28
- package/dist/es/components/external/TransactionsOverview/types.js +4 -0
- package/dist/es/components/external/UIElement.js +38 -51
- package/dist/es/components/internal/BaseButton/BaseButton.js +18 -21
- package/dist/es/components/internal/BaseButton/BaseButton.scss.js +4 -0
- package/dist/es/components/internal/BaseButton/constants.js +2 -2
- package/dist/es/components/internal/BaseList/BaseList.js +5 -8
- package/dist/es/components/internal/BaseList/BaseList.scss.js +4 -0
- package/dist/es/components/internal/BaseList/constants.js +2 -2
- package/dist/es/components/internal/Button/Button.js +39 -41
- package/dist/es/components/internal/Button/Button.scss.js +4 -0
- package/dist/es/components/internal/Button/ButtonActions/ButtonActions.js +27 -8
- package/dist/es/components/internal/Button/ButtonActions/ButtonActions.scss.js +4 -0
- package/dist/es/components/internal/Button/ButtonActions/types.js +7 -0
- package/dist/es/components/internal/Button/constants.js +9 -16
- package/dist/es/components/internal/Button/hooks/useButton.js +13 -17
- package/dist/es/components/internal/Button/types.js +4 -0
- package/dist/es/components/internal/Calendar/Calendar.js +20 -21
- package/dist/es/components/internal/Calendar/Calendar.scss.js +4 -0
- package/dist/es/components/internal/Calendar/calendar/constants.js +35 -70
- package/dist/es/components/internal/Calendar/calendar/facade/Calendar.js +322 -552
- package/dist/es/components/internal/Calendar/calendar/facade/index.js +37 -46
- package/dist/es/components/internal/Calendar/calendar/shared/indexed/index.js +34 -46
- package/dist/es/components/internal/Calendar/calendar/timeframe/common/flags.js +31 -5
- package/dist/es/components/internal/Calendar/calendar/timeframe/common/utils.js +14 -16
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/MonthFrame.js +122 -221
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.js +238 -418
- package/dist/es/components/internal/Calendar/calendar/timerange/factory.js +40 -63
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastMonth.js +3 -3
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastNDays.js +16 -27
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastWeek.js +3 -3
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/shared/offsetMonth.js +14 -23
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/shared/offsetWeek.js +21 -29
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisMonth.js +3 -3
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisWeek.js +3 -3
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/yearToDate.js +9 -13
- package/dist/es/components/internal/Calendar/calendar/timerange/utils.js +49 -83
- package/dist/es/components/internal/Calendar/calendar/timeslice/TimeSlice.js +38 -61
- package/dist/es/components/internal/Calendar/calendar/timeslice/index.js +17 -21
- package/dist/es/components/internal/Calendar/calendar/types.js +15 -0
- package/dist/es/components/internal/Calendar/calendar/utils.js +15 -22
- package/dist/es/components/internal/Calendar/clock/clock.js +23 -41
- package/dist/es/components/internal/Calendar/clock/today.js +37 -57
- package/dist/es/components/internal/Calendar/components/CalendarControls/CalendarControls.js +7 -12
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGrid.js +26 -28
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.js +33 -58
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.js +30 -40
- package/dist/es/components/internal/Calendar/components/CalendarGrid/utils.js +44 -49
- package/dist/es/components/internal/Calendar/hooks/useCalendar.js +84 -115
- package/dist/es/components/internal/Calendar/hooks/useCalendarControlsRendering.js +35 -40
- package/dist/es/components/internal/Calendar/hooks/useTimezone.js +24 -46
- package/dist/es/components/internal/Calendar/types.js +4 -0
- package/dist/es/components/internal/CopyText/CopyText.js +26 -31
- package/dist/es/components/internal/CopyText/CopyText.scss.js +4 -0
- package/dist/es/components/internal/DataGrid/DataGrid.js +93 -10
- package/dist/es/components/internal/DataGrid/DataGrid.scss.js +4 -0
- package/dist/es/components/internal/DataGrid/DataGridCell.js +4 -4
- package/dist/es/components/internal/DataGrid/components/InteractiveBody.js +38 -8
- package/dist/es/components/internal/DataGrid/components/SkeletonBody.js +15 -17
- package/dist/es/components/internal/DataGrid/components/TableBody.js +19 -19
- package/dist/es/components/internal/DataGrid/components/TableCells.js +19 -25
- package/dist/es/components/internal/DataGrid/hooks/useInteractiveDataGrid.js +76 -5
- package/dist/es/components/internal/DataGrid/types.js +4 -0
- package/dist/es/components/internal/DatePicker/DatePicker.js +45 -62
- package/dist/es/components/internal/DatePicker/DatePicker.scss.js +4 -0
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/TimeRangeSelector.js +26 -43
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.js +56 -85
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.js +45 -53
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.scss.js +4 -0
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.js +56 -75
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.scss.js +4 -0
- package/dist/es/components/internal/ExpandableCard/constants.js +11 -20
- package/dist/es/components/internal/FilterBar/FilterBar.js +32 -35
- package/dist/es/components/internal/FilterBar/FilterBar.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/components/FilterButton/FilterButton.js +15 -17
- package/dist/es/components/internal/FilterBar/components/FilterButton/FilterButton.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/AmountFilter.js +41 -63
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/AmountFilter.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/RangeSelection.js +53 -68
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/constants.js +2 -2
- package/dist/es/components/internal/FilterBar/filters/BaseFilter/BaseFilter.js +104 -153
- package/dist/es/components/internal/FilterBar/filters/DateFilter/DateFilter.js +118 -10
- package/dist/es/components/internal/FilterBar/filters/DateFilter/DateFilter.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/filters/DateFilter/types.js +4 -0
- package/dist/es/components/internal/FormFields/FormFields.scss.js +4 -0
- package/dist/es/components/internal/FormFields/InputBase.js +53 -66
- package/dist/es/components/internal/FormFields/InputText.js +6 -6
- package/dist/es/components/internal/FormFields/Select/Select.js +187 -246
- package/dist/es/components/internal/FormFields/Select/Select.scss.js +4 -0
- package/dist/es/components/internal/FormFields/Select/components/SelectButton.js +68 -72
- package/dist/es/components/internal/FormFields/Select/components/SelectList.js +62 -71
- package/dist/es/components/internal/FormFields/Select/components/SelectListItem.js +37 -41
- package/dist/es/components/internal/FormFields/Select/constants.js +27 -49
- package/dist/es/components/internal/FormFields/Select/hooks/useSelect.js +27 -35
- package/dist/es/components/internal/Image/Image.js +10 -10
- package/dist/es/components/internal/Img/Img.js +18 -32
- package/dist/es/components/internal/Img/Img.scss.js +4 -0
- package/dist/es/components/internal/Modal/Modal.js +58 -77
- package/dist/es/components/internal/Modal/Modal.scss.js +4 -0
- package/dist/es/components/internal/Pagination/Pagination.js +52 -58
- package/dist/es/components/internal/Pagination/Pagination.scss.js +4 -0
- package/dist/es/components/internal/Pagination/constants.js +4 -6
- package/dist/es/components/internal/Pagination/hooks/useCursorPaginatedRecords.js +7 -8
- package/dist/es/components/internal/Pagination/hooks/useCursorPagination.js +18 -30
- package/dist/es/components/internal/Pagination/hooks/useOffsetPagination.js +14 -21
- package/dist/es/components/internal/Pagination/hooks/usePageLimit.js +52 -60
- package/dist/es/components/internal/Pagination/hooks/usePaginatedRecords.js +80 -11
- package/dist/es/components/internal/Pagination/hooks/usePaginatedRecordsFilters.js +12 -13
- package/dist/es/components/internal/Pagination/hooks/usePagination.js +43 -87
- package/dist/es/components/internal/Pagination/types.js +5 -0
- package/dist/es/components/internal/Pagination/utils.js +5 -5
- package/dist/es/components/internal/Popover/Popover.js +106 -139
- package/dist/es/components/internal/Popover/Popover.scss.js +4 -0
- package/dist/es/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.js +18 -22
- package/dist/es/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.scss.js +4 -0
- package/dist/es/components/internal/Popover/PopoverTitle/PopoverTitle.js +8 -10
- package/dist/es/components/internal/Popover/constants.js +9 -16
- package/dist/es/components/internal/Popover/types.js +6 -0
- package/dist/es/components/internal/Popover/utils/popoverUtil.js +27 -45
- package/dist/es/components/internal/Popover/utils/utils.js +23 -29
- package/dist/es/components/internal/SVGIcons/CheckedBox.js +6 -6
- package/dist/es/components/internal/SVGIcons/Checkmark.js +7 -7
- package/dist/es/components/internal/SVGIcons/ChevronDown.js +6 -6
- package/dist/es/components/internal/SVGIcons/ChevronLeft.js +8 -8
- package/dist/es/components/internal/SVGIcons/ChevronRight.js +8 -8
- package/dist/es/components/internal/SVGIcons/ChevronUp.js +7 -7
- package/dist/es/components/internal/SVGIcons/Close.js +4 -4
- package/dist/es/components/internal/SVGIcons/Copy.js +3 -3
- package/dist/es/components/internal/SVGIcons/Filter.js +4 -4
- package/dist/es/components/internal/SVGIcons/UncheckedBox.js +6 -6
- package/dist/es/components/internal/Spinner/Spinner.js +4 -5
- package/dist/es/components/internal/Spinner/Spinner.scss.js +4 -0
- package/dist/es/components/internal/Tag/Tag.js +19 -5
- package/dist/es/components/internal/Tag/Tag.scss.js +4 -0
- package/dist/es/components/internal/Tag/types.js +4 -0
- package/dist/es/components/internal/Tooltip/Tooltip.js +31 -38
- package/dist/es/components/internal/Tooltip/Tooltip.scss.js +4 -0
- package/dist/es/components/internal/Tooltip/useTooltipListeners.js +17 -20
- package/dist/es/components/internal/Typography/Typography.js +33 -7
- package/dist/es/components/internal/Typography/Typography.scss.js +4 -0
- package/dist/es/components/internal/Typography/constants.js +2 -2
- package/dist/es/components/internal/Typography/types.js +6 -0
- package/dist/es/components/shared.scss.js +4 -0
- package/dist/es/components/types.js +4 -0
- package/dist/es/components/utils/transactionResourceErrorCodes.js +14 -15
- package/dist/es/constants.js +2 -2
- package/dist/es/core/Auth/AuthContext.js +7 -7
- package/dist/es/core/Auth/AuthProvider.js +15 -23
- package/dist/es/core/Auth/useAuthContext.js +4 -4
- package/dist/es/core/Context/CoreContext.js +5 -5
- package/dist/es/core/Context/CoreProvider.js +17 -23
- package/dist/es/core/Context/useCoreContext.js +4 -4
- package/dist/es/core/Errors/AdyenPlatformExperienceError.js +12 -17
- package/dist/es/core/Errors/constants.js +2 -4
- package/dist/es/core/Localization/Localization.js +155 -12
- package/dist/es/core/Localization/amount/amount-util.js +19 -42
- package/dist/es/core/Localization/constants/currency-codes.js +3 -3
- package/dist/es/core/Localization/constants/currency-decimals.js +3 -3
- package/dist/es/core/Localization/constants/locale.js +5 -7
- package/dist/es/core/Localization/constants/localization.js +6 -9
- package/dist/es/core/Localization/datetime/restamper/constants.js +20 -29
- package/dist/es/core/Localization/datetime/restamper/restamper.js +32 -44
- package/dist/es/core/Localization/datetime/restamper/utils.js +26 -44
- package/dist/es/core/Localization/localization-utils.js +31 -7
- package/dist/es/core/Localization/translations/ar.json.js +4 -0
- package/dist/es/core/Localization/translations/cs-CZ.json.js +4 -0
- package/dist/es/core/Localization/translations/da-DK.json.js +4 -0
- package/dist/es/core/Localization/translations/de-DE.json.js +4 -0
- package/dist/es/core/Localization/translations/el-GR.json.js +4 -0
- package/dist/es/core/Localization/translations/en-US.json.js +371 -0
- package/dist/es/core/Localization/translations/es-ES.json.js +255 -0
- package/dist/es/core/Localization/translations/fi-FI.json.js +4 -0
- package/dist/es/core/Localization/translations/fr-FR.json.js +4 -0
- package/dist/es/core/Localization/translations/hr-HR.json.js +4 -0
- package/dist/es/core/Localization/translations/hu-HU.json.js +4 -0
- package/dist/es/core/Localization/translations/index.js +79 -356
- package/dist/es/core/Localization/translations/it-IT.json.js +4 -0
- package/dist/es/core/Localization/translations/ja-JP.json.js +4 -0
- package/dist/es/core/Localization/translations/ko-KR.json.js +4 -0
- package/dist/es/core/Localization/translations/nl-NL.json.js +4 -0
- package/dist/es/core/Localization/translations/no-NO.json.js +4 -0
- package/dist/es/core/Localization/translations/pl-PL.json.js +4 -0
- package/dist/es/core/Localization/translations/pt-BR.json.js +4 -0
- package/dist/es/core/Localization/translations/pt-PT.json.js +4 -0
- package/dist/es/core/Localization/translations/ro-RO.json.js +4 -0
- package/dist/es/core/Localization/translations/ru-RU.json.js +4 -0
- package/dist/es/core/Localization/translations/sk-SK.json.js +4 -0
- package/dist/es/core/Localization/translations/sl-SI.json.js +4 -0
- package/dist/es/core/Localization/translations/sv-SE.json.js +4 -0
- package/dist/es/core/Localization/translations/zh-CN.json.js +4 -0
- package/dist/es/core/Localization/translations/zh-TW.json.js +4 -0
- package/dist/es/core/Localization/utils.js +44 -72
- package/dist/es/core/Services/requests/http.js +31 -49
- package/dist/es/core/Services/requests/utils.js +34 -49
- package/dist/es/core/Services/sessions/constants.js +2 -2
- package/dist/es/core/Services/sessions/setup-session.js +9 -9
- package/dist/es/core/Session/Session.js +23 -38
- package/dist/es/core/Session/utils.js +5 -5
- package/dist/es/core/config.js +2 -6
- package/dist/es/core/core.js +44 -85
- package/dist/es/core/utils.js +8 -10
- package/dist/es/external/preact/compat/dist/compat.module.js +253 -0
- package/dist/es/external/preact/dist/preact.module.js +316 -0
- package/dist/es/external/preact/hooks/dist/hooks.module.js +161 -0
- package/dist/es/external/preact/jsx-runtime/dist/jsxRuntime.module.js +19 -0
- package/dist/es/hooks/element/useClickOutside.js +32 -73
- package/dist/es/hooks/element/useDetachedRender.js +15 -17
- package/dist/es/hooks/element/useFocusCursor.js +14 -19
- package/dist/es/hooks/element/useFocusTrap.js +48 -91
- package/dist/es/hooks/element/usePopoverPositioner.js +105 -5
- package/dist/es/hooks/element/useUniqueIdentifier.js +13 -17
- package/dist/es/hooks/useBooleanState/useBooleanState.js +6 -8
- package/dist/es/hooks/useCommitAction/types.js +4 -0
- package/dist/es/hooks/useCommitAction/useCommitAction.js +27 -38
- package/dist/es/hooks/useFetch/useFetch.js +27 -37
- package/dist/es/hooks/useImageUrl/useImageUrl.js +22 -26
- package/dist/es/hooks/useModalDetails/types.js +6 -0
- package/dist/es/hooks/useModalDetails/useModalDetails.js +28 -37
- package/dist/es/hooks/useMounted/useMounted.js +8 -14
- package/dist/es/hooks/useReactiveState/useReactiveState.js +27 -53
- package/dist/es/hooks/useReflex/constants.js +2 -2
- package/dist/es/hooks/useReflex/core/reflex.js +47 -66
- package/dist/es/hooks/useReflex/core/registry.js +46 -68
- package/dist/es/hooks/useReflex/core/utils.js +16 -18
- package/dist/es/hooks/useReflex/errors.js +6 -6
- package/dist/es/hooks/useReflex/hooks/useReflex.js +7 -12
- package/dist/es/hooks/useSessionAwareRequest/useSessionAwareRequest.js +22 -36
- package/dist/es/hooks/useSetupEndpoint/useSetupEndpoint.js +20 -26
- package/dist/es/images/no-data-female.svg.js +4 -0
- package/dist/es/images/no-results.svg.js +4 -0
- package/dist/es/index.js +41 -45
- package/dist/es/style/index.scss.js +4 -0
- package/dist/es/utils/Storage.js +17 -21
- package/dist/es/utils/class-name-utils.js +5 -11
- package/dist/es/utils/common/constants.js +6 -10
- package/dist/es/utils/common/index.js +32 -59
- package/dist/es/utils/fixedForwardRef.js +3 -3
- package/dist/es/utils/get-image.js +11 -12
- package/dist/es/utils/idGenerator.js +3 -6
- package/dist/es/utils/memoComparator/memoComparator.js +17 -26
- package/dist/es/utils/tabbable.js +71 -110
- package/dist/es/utils/uuid.js +5 -5
- package/dist/es/utils/validator-utils.js +3 -44
- package/dist/es/utils/watchable/constants.js +2 -2
- package/dist/es/utils/watchable/core/Watchable.js +45 -83
- package/dist/es/utils/watchable/core/helpers.js +19 -26
- package/dist/es/utils/watchable/core/syncEffect.js +15 -19
- package/dist/es/utils/watchable/index.js +16 -17
- package/dist/index-7e2df524.js +12 -0
- package/dist/index-7e2df524.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts +1 -1
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts +1 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/types.d.ts +3 -3
- package/dist/types/components/external/TransactionDetails/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceAccountSelector/useBalanceAccountSelection.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/BalanceAccountSelector/useBalanceAccountSelection.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceItem/BalanceItem.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceItem/BalanceItem.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceItem/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceItem/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/Balances/Balances.d.ts +3 -3
- package/dist/types/components/external/TransactionsOverview/components/Balances/Balances.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/Category/Category.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/Category/Category.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/Category/types.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/Category/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/ModalContent.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/ModalContent.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/constants.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/constants.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItemLabel.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItemLabel.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/types.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionListError/TransactionListError.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionListError/TransactionListError.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotals/TotalsCard.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotals/TotalsCard.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.d.ts +3 -3
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsDisplay/TransactionsDisplay.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsDisplay/TransactionsDisplay.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsDisplay/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsDisplay/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverviewDateFilter.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverviewDateFilter.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/types.d.ts +4 -4
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useDefaultTransactionsOverviewFilterParams.d.ts +1 -0
- package/dist/types/components/external/TransactionsOverview/hooks/useDefaultTransactionsOverviewFilterParams.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useMediaQuery.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useMediaQuery.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/types.d.ts +2 -1
- package/dist/types/components/external/TransactionsOverview/types.d.ts.map +1 -1
- package/dist/types/components/external/UIElement.d.ts +1 -1
- package/dist/types/components/external/UIElement.d.ts.map +1 -1
- package/dist/types/components/internal/BaseList/BaseList.d.ts +1 -1
- package/dist/types/components/internal/BaseList/BaseList.d.ts.map +1 -1
- package/dist/types/components/internal/Button/ButtonActions/ButtonActions.d.ts +1 -1
- package/dist/types/components/internal/Button/ButtonActions/ButtonActions.d.ts.map +1 -1
- package/dist/types/components/internal/Button/ButtonActions/types.d.ts +1 -1
- package/dist/types/components/internal/Button/ButtonActions/types.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/shared/indexed/index.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.d.ts +1 -1
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/timerange/types.d.ts +1 -1
- package/dist/types/components/internal/Calendar/calendar/timerange/types.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/timerange/utils.d.ts +1 -1
- package/dist/types/components/internal/Calendar/calendar/timerange/utils.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/types.d.ts +1 -1
- package/dist/types/components/internal/Calendar/calendar/types.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/clock/today.d.ts +1 -1
- package/dist/types/components/internal/Calendar/clock/today.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/clock/types.d.ts +2 -2
- package/dist/types/components/internal/Calendar/clock/types.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/components/CalendarGrid/utils.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/hooks/useCalendar.d.ts +1 -1
- package/dist/types/components/internal/Calendar/hooks/useCalendar.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/hooks/useTimezone.d.ts +1 -1
- package/dist/types/components/internal/Calendar/hooks/useTimezone.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/components/InteractiveBody.d.ts +1 -1
- package/dist/types/components/internal/DataGrid/components/InteractiveBody.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/components/TableBody.d.ts +1 -1
- package/dist/types/components/internal/DataGrid/components/TableBody.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts +2 -2
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/hooks/useInteractiveDataGrid.d.ts +1 -1
- package/dist/types/components/internal/DataGrid/types.d.ts +2 -2
- package/dist/types/components/internal/DataGrid/types.d.ts.map +1 -1
- package/dist/types/components/internal/DatePicker/DatePicker.d.ts +1 -1
- package/dist/types/components/internal/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.d.ts +3 -3
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.d.ts.map +1 -1
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts +1 -1
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/types.d.ts +2 -2
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/types.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/types.d.ts +2 -2
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/types.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/filters/DateFilter/types.d.ts +1 -1
- package/dist/types/components/internal/FilterBar/filters/DateFilter/types.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts.map +1 -1
- package/dist/types/components/internal/Pagination/hooks/types.d.ts +1 -1
- package/dist/types/components/internal/Pagination/hooks/types.d.ts.map +1 -1
- package/dist/types/components/internal/Pagination/hooks/usePaginatedRecordsFilters.d.ts +1 -1
- package/dist/types/components/internal/Pagination/hooks/usePaginatedRecordsFilters.d.ts.map +1 -1
- package/dist/types/components/internal/Pagination/types.d.ts +1 -1
- package/dist/types/components/internal/Pagination/types.d.ts.map +1 -1
- package/dist/types/components/internal/Popover/Popover.d.ts +1 -1
- package/dist/types/components/internal/Popover/Popover.d.ts.map +1 -1
- package/dist/types/components/internal/Popover/types.d.ts +1 -1
- package/dist/types/components/internal/Popover/types.d.ts.map +1 -1
- package/dist/types/components/internal/Tooltip/types.d.ts +2 -2
- package/dist/types/components/internal/Tooltip/types.d.ts.map +1 -1
- package/dist/types/components/utils/transactionResourceErrorCodes.d.ts +2 -2
- package/dist/types/components/utils/transactionResourceErrorCodes.d.ts.map +1 -1
- package/dist/types/core/Auth/AuthContext.d.ts +1 -1
- package/dist/types/core/Auth/AuthContext.d.ts.map +1 -1
- package/dist/types/core/Auth/AuthProvider.d.ts +1 -1
- package/dist/types/core/Auth/AuthProvider.d.ts.map +1 -1
- package/dist/types/core/Auth/types.d.ts +1 -1
- package/dist/types/core/Auth/types.d.ts.map +1 -1
- package/dist/types/core/Context/CoreContext.d.ts +1 -1
- package/dist/types/core/Context/CoreContext.d.ts.map +1 -1
- package/dist/types/core/Context/types.d.ts +1 -1
- package/dist/types/core/Context/types.d.ts.map +1 -1
- package/dist/types/core/Errors/AdyenPlatformExperienceError.d.ts +1 -1
- package/dist/types/core/Errors/AdyenPlatformExperienceError.d.ts.map +1 -1
- package/dist/types/core/Localization/localization-utils.d.ts.map +1 -1
- package/dist/types/core/Localization/types.d.ts +3 -3
- package/dist/types/core/Localization/types.d.ts.map +1 -1
- package/dist/types/core/Session/types.d.ts +1 -1
- package/dist/types/core/Session/types.d.ts.map +1 -1
- package/dist/types/hooks/element/useClickOutside.d.ts +2 -2
- package/dist/types/hooks/element/useClickOutside.d.ts.map +1 -1
- package/dist/types/hooks/element/usePopoverPositioner.d.ts +1 -1
- package/dist/types/hooks/element/usePopoverPositioner.d.ts.map +1 -1
- package/dist/types/hooks/useCommitAction/types.d.ts +1 -1
- package/dist/types/hooks/useCommitAction/types.d.ts.map +1 -1
- package/dist/types/hooks/useFetch/useFetch.d.ts +1 -1
- package/dist/types/hooks/useFetch/useFetch.d.ts.map +1 -1
- package/dist/types/hooks/useModalDetails/types.d.ts +2 -2
- package/dist/types/hooks/useModalDetails/types.d.ts.map +1 -1
- package/dist/types/hooks/useSessionAwareRequest/useSessionAwareRequest.d.ts +1 -1
- package/dist/types/hooks/useSessionAwareRequest/useSessionAwareRequest.d.ts.map +1 -1
- package/dist/types/hooks/useSetupEndpoint/useSetupEndpoint.d.ts +2 -2
- package/dist/types/hooks/useSetupEndpoint/useSetupEndpoint.d.ts.map +1 -1
- package/dist/types/utils/Validator/types.d.ts +1 -1
- package/dist/types/utils/Validator/types.d.ts.map +1 -1
- package/dist/types/utils/useForm/types.d.ts +1 -1
- package/dist/types/utils/useForm/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/AmountSkeleton.css +0 -23
- package/dist/BalanceAccountSelector.css +0 -4
- package/dist/BaseButton.css +0 -14
- package/dist/BaseList.css +0 -5
- package/dist/Button.css +0 -114
- package/dist/ButtonActions-eb064f69.mjs +0 -46
- package/dist/ButtonActions.css +0 -28
- package/dist/CalendarGrid.css +0 -113
- package/dist/CopyText.css +0 -18
- package/dist/DatePicker.css +0 -64
- package/dist/ErrorMessageDisplay.css +0 -20
- package/dist/ErrorPanel.css +0 -15
- package/dist/ExpandableCard.css +0 -71
- package/dist/FilterBar.css +0 -40
- package/dist/FilterButton.css +0 -48
- package/dist/Img.css +0 -7
- package/dist/InputBase.css +0 -175
- package/dist/Modal.css +0 -110
- package/dist/Pagination.css +0 -25
- package/dist/Popover.css +0 -127
- package/dist/PopoverDismissButton.css +0 -12
- package/dist/RangeSelection.css +0 -26
- package/dist/Select.css +0 -149
- package/dist/SkeletonBody.css +0 -154
- package/dist/Spinner.css +0 -50
- package/dist/SummaryItem.css +0 -37
- package/dist/Tag-6d02fd64.mjs +0 -32
- package/dist/Tag.css +0 -34
- package/dist/Tooltip.css +0 -7
- package/dist/TotalsCard.css +0 -14
- package/dist/TransactionDetails.css +0 -74
- package/dist/TransactionsDisplay.css +0 -4
- package/dist/TransactionsOverview.css +0 -29
- package/dist/TransactionsOverviewContainer.css +0 -3
- package/dist/TransactionsTable.css +0 -18
- package/dist/Typography-11b95870.mjs +0 -68
- package/dist/Typography.css +0 -57
- package/dist/cjs/ModalContent-f4990141.js +0 -10
- package/dist/cjs/ModalContent-f4990141.js.map +0 -1
- package/dist/cjs/index-8c098f20.js +0 -10401
- package/dist/cjs/index-8c098f20.js.map +0 -1
- package/dist/cjs/index.css +0 -1709
- package/dist/compat.module-a4d537ff.mjs +0 -237
- package/dist/en-US-1daadfc1.mjs +0 -371
- package/dist/es/components/external/FormElement.js +0 -78
- package/dist/es/components/external/TransactionDetails/index.js +0 -4
- package/dist/es/components/external/TransactionsOverview/components/BalanceAccountSelector/index.js +0 -6
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/index.js +0 -15
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/index.js +0 -13
- package/dist/es/components/external/TransactionsOverview/index.js +0 -6
- package/dist/es/components/external/index.js +0 -8
- package/dist/es/components/index.js +0 -11
- package/dist/es/components/internal/BaseButton/index.js +0 -4
- package/dist/es/components/internal/Button/index.js +0 -4
- package/dist/es/components/internal/Calendar/calendar/index.js +0 -4
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/YearFrame.js +0 -197
- package/dist/es/components/internal/Calendar/calendar/timeframe/index.js +0 -8
- package/dist/es/components/internal/Calendar/calendar/timerange/factory.test.js +0 -139
- package/dist/es/components/internal/Calendar/calendar/timerange/index.js +0 -4
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/index.js +0 -14
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastMonth.test.js +0 -69
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastNDays.test.js +0 -69
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastWeek.test.js +0 -108
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/testing/fixtures.js +0 -15
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/testing/helpers.js +0 -19
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisMonth.test.js +0 -46
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisWeek.test.js +0 -85
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/yearToDate.test.js +0 -49
- package/dist/es/components/internal/Calendar/clock/clock.test.js +0 -43
- package/dist/es/components/internal/Calendar/clock/index.js +0 -7
- package/dist/es/components/internal/Calendar/clock/testing/fixtures.js +0 -60
- package/dist/es/components/internal/Calendar/clock/today.test.js +0 -98
- package/dist/es/components/internal/Calendar/components/CalendarControls/index.js +0 -4
- package/dist/es/components/internal/Calendar/components/CalendarGrid/index.js +0 -4
- package/dist/es/components/internal/Calendar/index.js +0 -4
- package/dist/es/components/internal/DataGrid/index.js +0 -4
- package/dist/es/components/internal/DataGrid/tests/DataGrid.test.js +0 -190
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/index.js +0 -7
- package/dist/es/components/internal/DatePicker/index.js +0 -4
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.test.js +0 -45
- package/dist/es/components/internal/FilterBar/filters/BaseFilter/index.js +0 -4
- package/dist/es/components/internal/FilterBar/filters/DateFilter/index.js +0 -4
- package/dist/es/components/internal/FilterBar/filters/TextFilter/TextFilter.js +0 -8
- package/dist/es/components/internal/FilterBar/filters/TextFilter/index.js +0 -4
- package/dist/es/components/internal/FilterBar/index.js +0 -4
- package/dist/es/components/internal/FormFields/Select/index.js +0 -4
- package/dist/es/components/internal/FormFields/index.js +0 -18
- package/dist/es/components/internal/FormFields/utils.js +0 -4
- package/dist/es/components/internal/Img/index.js +0 -4
- package/dist/es/components/internal/Modal/index.js +0 -4
- package/dist/es/components/internal/Pagination/components/LimitSelect.js +0 -1
- package/dist/es/components/internal/Pagination/hooks/index.js +0 -6
- package/dist/es/components/internal/Pagination/hooks/useOffsetPaginatedRecords.js +0 -10
- package/dist/es/components/internal/Pagination/index.js +0 -4
- package/dist/es/components/internal/Popover/Popover.test.js +0 -119
- package/dist/es/components/internal/Spinner/index.js +0 -4
- package/dist/es/components/utils/utils.js +0 -34
- package/dist/es/core/Analytics/Analytics.js +0 -63
- package/dist/es/core/Analytics/EventsQueue.js +0 -22
- package/dist/es/core/Analytics/index.js +0 -4
- package/dist/es/core/Errors/ErrorPanel.js +0 -19
- package/dist/es/core/Localization/Localization.test.js +0 -70
- package/dist/es/core/Localization/amount/amount-util.test.js +0 -54
- package/dist/es/core/Localization/datetime/restamper/index.js +0 -9
- package/dist/es/core/Localization/datetime/restamper/restamper.test.js +0 -179
- package/dist/es/core/Localization/datetime/restamper/testing/fixtures.js +0 -21
- package/dist/es/core/Localization/datetime/restamper/testing/helpers.js +0 -27
- package/dist/es/core/Localization/index.js +0 -32
- package/dist/es/core/Localization/utils.test.js +0 -215
- package/dist/es/core/ProcessResponse/index.js +0 -4
- package/dist/es/core/ProcessResponse/process-response.js +0 -40
- package/dist/es/core/Services/analytics/collect-id.js +0 -37
- package/dist/es/core/Services/analytics/log-event.js +0 -14
- package/dist/es/core/Services/analytics/post-telemetry.js +0 -22
- package/dist/es/core/Services/data-set.js +0 -1
- package/dist/es/core/Services/get-dataset.js +0 -13
- package/dist/es/core/Services/requests/endpoints.js +0 -9
- package/dist/es/core/Session/index.js +0 -4
- package/dist/es/core/index.js +0 -36
- package/dist/es/hooks/element/useIdentifierString.js +0 -61
- package/dist/es/hooks/useBooleanState/index.js +0 -4
- package/dist/es/hooks/useCommitAction/index.js +0 -6
- package/dist/es/hooks/useDefinedValue/index.js +0 -4
- package/dist/es/hooks/useDefinedValue/useDefinedValue.js +0 -16
- package/dist/es/hooks/useMounted/index.js +0 -4
- package/dist/es/hooks/useReactiveState/index.js +0 -4
- package/dist/es/hooks/useReflex/core/reflex.test.js +0 -170
- package/dist/es/hooks/useReflex/core/registry.test.js +0 -114
- package/dist/es/hooks/useReflex/core/utils.test.js +0 -59
- package/dist/es/hooks/useReflex/index.js +0 -8
- package/dist/es/utils/Validator/ValidationRuleResult.js +0 -28
- package/dist/es/utils/Validator/Validator.js +0 -67
- package/dist/es/utils/Validator/Validator.test.js +0 -27
- package/dist/es/utils/Validator/defaultRules.js +0 -12
- package/dist/es/utils/Validator/index.js +0 -4
- package/dist/es/utils/get-image.test.js +0 -38
- package/dist/es/utils/memoComparator/index.js +0 -4
- package/dist/es/utils/regex.js +0 -6
- package/dist/es/utils/useForm/index.js +0 -4
- package/dist/es/utils/useForm/reducer.js +0 -153
- package/dist/es/utils/useForm/useForm.js +0 -85
- package/dist/es/utils/useForm/useForm.test.js +0 -107
- package/dist/es/utils/uuid.test.js +0 -13
- package/dist/es/utils/watchable/core/Watchable.test.js +0 -103
- package/dist/es/utils/watchable/core/helpers.test.js +0 -106
- package/dist/es/utils/watchable/core/syncEffect.test.js +0 -103
- package/dist/flags-41c36e13.mjs +0 -83
- package/dist/hooks.module-8565d716.mjs +0 -161
- package/dist/index-2c0f6175.mjs +0 -12069
- package/dist/index-6e47f755.mjs +0 -231
- package/dist/index-944be685.mjs +0 -6609
- package/dist/index-c88cd37e.mjs +0 -243
- package/dist/index-f5bc0382.mjs +0 -155
- package/dist/index.css +0 -65
- package/dist/index2.css +0 -4
- package/dist/jsxRuntime.module-69493d81.mjs +0 -15
- package/dist/magic-string.es-219c273f.mjs +0 -1146
- package/dist/preact.module-38e5a571.mjs +0 -323
- package/dist/types-0027b7c2.mjs +0 -9
- package/dist/types-0aaff3aa.mjs +0 -19
- package/dist/types-7ad6576a.mjs +0 -10
- package/dist/types-e4bbd37f.mjs +0 -13
- package/dist/types-e6a6a3ff.mjs +0 -9
- package/dist/usePaginatedRecords-63a69bf1.mjs +0 -131
- package/dist/usePopoverPositioner-882fea89.mjs +0 -182
- package/dist/vendor-vi.a3ff54b1-5e924357.mjs +0 -22389
package/dist/cjs/index.css
DELETED
|
@@ -1,1709 +0,0 @@
|
|
|
1
|
-
.adyen-pe-title {
|
|
2
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
3
|
-
font-size: var(--adyen-sdk-font-size-700);
|
|
4
|
-
font-weight: var(--adyen-sdk-font-size-600);
|
|
5
|
-
line-height: var(--adyen-sdk-line-height-300);
|
|
6
|
-
margin: 16px 0;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.adyen-pe-component {
|
|
10
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
11
|
-
}:root {
|
|
12
|
-
--adyen-sdk-border-radius-xs: 2px;
|
|
13
|
-
--adyen-sdk-border-radius-s: 4px;
|
|
14
|
-
--adyen-sdk-border-radius-m: 8px;
|
|
15
|
-
--adyen-sdk-border-radius-l: 12px;
|
|
16
|
-
--adyen-sdk-border-radius-xl: 24px;
|
|
17
|
-
--adyen-sdk-width-s: 1px;
|
|
18
|
-
--adyen-sdk-width-m: 2px;
|
|
19
|
-
--adyen-sdk-width-l: 3px;
|
|
20
|
-
--adyen-sdk-color-label-primary: #00112c;
|
|
21
|
-
--adyen-sdk-color-label-primary-active: #8d95a3;
|
|
22
|
-
--adyen-sdk-color-label-primary-hover: #5c687c;
|
|
23
|
-
--adyen-sdk-color-label-secondary: #5c687c;
|
|
24
|
-
--adyen-sdk-color-label-tertiary: #8d95a3;
|
|
25
|
-
--adyen-sdk-color-label-disabled: #8d95a3;
|
|
26
|
-
--adyen-sdk-color-label-inverse: #ffffff;
|
|
27
|
-
--adyen-sdk-color-label-critical: #e22d2d;
|
|
28
|
-
--adyen-sdk-color-background-primary: #ffffff;
|
|
29
|
-
--adyen-sdk-color-background-primary-hover: #f7f7f8;
|
|
30
|
-
--adyen-sdk-color-background-primary-active: #eeeff1;
|
|
31
|
-
--adyen-sdk-color-background-secondary: #f7f7f8;
|
|
32
|
-
--adyen-sdk-color-background-secondary-hover: #eeeff1;
|
|
33
|
-
--adyen-sdk-color-background-tertiary: #eeeff1;
|
|
34
|
-
--adyen-sdk-color-background-tertiary-hover: #e3e5e9;
|
|
35
|
-
--adyen-sdk-color-background-disabled: #eeeff1;
|
|
36
|
-
--adyen-sdk-color-background-inverse-primary: #00112c;
|
|
37
|
-
--adyen-sdk-color-background-inverse-primary-hover: #5c687c;
|
|
38
|
-
--adyen-sdk-color-background-inverse-primary-active: #8d95a3;
|
|
39
|
-
--adyen-sdk-color-outline-primary: #dbdee2;
|
|
40
|
-
--adyen-sdk-color-outline-primary-hover: #c9cdd3;
|
|
41
|
-
--adyen-sdk-color-outline-primary-active: #00112c;
|
|
42
|
-
--adyen-sdk-color-outline-secondary: #c9cdd3;
|
|
43
|
-
--adyen-sdk-color-outline-tertiary: #8d95a3;
|
|
44
|
-
--adyen-sdk-color-outline-disabled: #dbdee2;
|
|
45
|
-
--adyen-sdk-font-size-100: 12px;
|
|
46
|
-
--adyen-sdk-font-size-200: 14px;
|
|
47
|
-
--adyen-sdk-font-size-300: 16px;
|
|
48
|
-
--adyen-sdk-font-size-400: 18px;
|
|
49
|
-
--adyen-sdk-font-size-500: 20px;
|
|
50
|
-
--adyen-sdk-font-size-600: 24px;
|
|
51
|
-
--adyen-sdk-font-size-700: 32px;
|
|
52
|
-
--adyen-sdk-font-weight-200: 200;
|
|
53
|
-
--adyen-sdk-font-weight-400: 400;
|
|
54
|
-
--adyen-sdk-font-weight-500: 500;
|
|
55
|
-
--adyen-sdk-font-weight-600: 600;
|
|
56
|
-
--adyen-sdk-font-weight-700: 700;
|
|
57
|
-
--adyen-sdk-line-height-100: 18px;
|
|
58
|
-
--adyen-sdk-line-height-200: 20px;
|
|
59
|
-
--adyen-sdk-line-height-300: 24px;
|
|
60
|
-
--adyen-sdk-line-height-400: 26px;
|
|
61
|
-
--adyen-sdk-line-height-500: 28px;
|
|
62
|
-
--adyen-sdk-line-height-600: 30px;
|
|
63
|
-
--adyen-sdk-line-height-700: 34px;
|
|
64
|
-
--adyen-sdk-line-height-800: 44px;
|
|
65
|
-
}.adyen-pe-typography {
|
|
66
|
-
margin: 0;
|
|
67
|
-
}
|
|
68
|
-
.adyen-pe-typography--caption {
|
|
69
|
-
font-size: var(--adyen-sdk-font-size-100);
|
|
70
|
-
font-weight: var(--adyen-sdk-font-weight-400);
|
|
71
|
-
letter-spacing: 0;
|
|
72
|
-
line-height: var(--adyen-sdk-line-height-100);
|
|
73
|
-
}
|
|
74
|
-
.adyen-pe-typography--caption-wide {
|
|
75
|
-
line-height: var(--adyen-sdk-line-height-200);
|
|
76
|
-
}
|
|
77
|
-
.adyen-pe-typography--caption-stronger {
|
|
78
|
-
font-weight: var(--adyen-sdk-font-weight-500);
|
|
79
|
-
}
|
|
80
|
-
.adyen-pe-typography--body {
|
|
81
|
-
font-size: var(--adyen-sdk-font-size-200);
|
|
82
|
-
font-weight: var(--adyen-sdk-font-weight-400);
|
|
83
|
-
letter-spacing: 0;
|
|
84
|
-
line-height: var(--adyen-sdk-line-height-200);
|
|
85
|
-
}
|
|
86
|
-
.adyen-pe-typography--body-wide {
|
|
87
|
-
line-height: var(--adyen-sdk-line-height-300);
|
|
88
|
-
}
|
|
89
|
-
.adyen-pe-typography--body-stronger {
|
|
90
|
-
font-weight: var(--adyen-sdk-font-weight-500);
|
|
91
|
-
}
|
|
92
|
-
.adyen-pe-typography--body-strongest {
|
|
93
|
-
font-weight: var(--adyen-sdk-font-weight-600);
|
|
94
|
-
}
|
|
95
|
-
.adyen-pe-typography--subtitle {
|
|
96
|
-
font-size: var(--adyen-sdk-font-size-300);
|
|
97
|
-
font-weight: var(--adyen-sdk-font-weight-500);
|
|
98
|
-
letter-spacing: 0;
|
|
99
|
-
line-height: var(--adyen-sdk-line-height-400);
|
|
100
|
-
}
|
|
101
|
-
.adyen-pe-typography--subtitle-stronger {
|
|
102
|
-
font-weight: var(--adyen-sdk-font-weight-600);
|
|
103
|
-
}
|
|
104
|
-
.adyen-pe-typography--title {
|
|
105
|
-
font-size: var(--adyen-sdk-font-size-500);
|
|
106
|
-
font-weight: var(--adyen-sdk-font-weight-600);
|
|
107
|
-
letter-spacing: 0;
|
|
108
|
-
line-height: var(--adyen-sdk-line-height-500);
|
|
109
|
-
}
|
|
110
|
-
.adyen-pe-typography--title-m {
|
|
111
|
-
font-size: var(--adyen-sdk-font-size-500);
|
|
112
|
-
font-weight: var(--adyen-sdk-font-weight-600);
|
|
113
|
-
letter-spacing: 0;
|
|
114
|
-
line-height: var(--adyen-sdk-line-height-600);
|
|
115
|
-
}
|
|
116
|
-
.adyen-pe-typography--title-l {
|
|
117
|
-
font-size: var(--adyen-sdk-font-size-600);
|
|
118
|
-
font-weight: var(--adyen-sdk-font-weight-600);
|
|
119
|
-
letter-spacing: 0;
|
|
120
|
-
line-height: var(--adyen-sdk-line-height-700);
|
|
121
|
-
}.adyen-pe-button {
|
|
122
|
-
align-items: center;
|
|
123
|
-
appearance: none;
|
|
124
|
-
border: 0;
|
|
125
|
-
border-radius: var(--adyen-sdk-border-radius-m);
|
|
126
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
|
|
127
|
-
cursor: pointer;
|
|
128
|
-
display: inline-flex;
|
|
129
|
-
height: fit-content;
|
|
130
|
-
justify-content: center;
|
|
131
|
-
padding: 8px 12px;
|
|
132
|
-
text-decoration: none;
|
|
133
|
-
transition: 125ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
|
|
134
|
-
transition-property: color, background-color, box-shadow;
|
|
135
|
-
user-select: none;
|
|
136
|
-
}
|
|
137
|
-
.adyen-pe-button__label {
|
|
138
|
-
align-items: center;
|
|
139
|
-
display: inline-flex;
|
|
140
|
-
line-height: var(--adyen-sdk-line-height-200);
|
|
141
|
-
vertical-align: middle;
|
|
142
|
-
white-space: nowrap;
|
|
143
|
-
width: 100%;
|
|
144
|
-
}
|
|
145
|
-
.adyen-pe-button--hidden {
|
|
146
|
-
display: none;
|
|
147
|
-
}
|
|
148
|
-
.adyen-pe-button--primary {
|
|
149
|
-
background-color: var(--adyen-sdk-color-background-inverse-primary);
|
|
150
|
-
color: var(--adyen-sdk-color-label-inverse);
|
|
151
|
-
}
|
|
152
|
-
.adyen-pe-button--primary:hover {
|
|
153
|
-
background-color: var(--adyen-sdk-color-background-inverse-primary-hover);
|
|
154
|
-
}
|
|
155
|
-
.adyen-pe-button--primary:active {
|
|
156
|
-
background-color: var(--adyen-sdk-color-background-inverse-primary-active);
|
|
157
|
-
}
|
|
158
|
-
.adyen-pe-button--primary:disabled {
|
|
159
|
-
background-color: var(--adyen-sdk-color-background-disabled);
|
|
160
|
-
color: var(--adyen-sdk-color-label-disabled);
|
|
161
|
-
}
|
|
162
|
-
.adyen-pe-button--secondary {
|
|
163
|
-
background-color: var(--adyen-sdk-color-background-primary);
|
|
164
|
-
box-shadow: inset 0 0 0 1px #c9cdd3;
|
|
165
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
166
|
-
}
|
|
167
|
-
.adyen-pe-button--secondary:hover {
|
|
168
|
-
background-color: var(--adyen-sdk-color-background-primary-hover);
|
|
169
|
-
box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-primary-hover);
|
|
170
|
-
color: var(--adyen-sdk-color-label-secondary);
|
|
171
|
-
}
|
|
172
|
-
.adyen-pe-button--secondary:hover:not(:focus) {
|
|
173
|
-
box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-primary-hover);
|
|
174
|
-
}
|
|
175
|
-
.adyen-pe-button--secondary:active {
|
|
176
|
-
background-color: var(--adyen-sdk-color-background-tertiary);
|
|
177
|
-
box-shadow: inset 0 0 0 1px #c9cdd3;
|
|
178
|
-
color: var(--adyen-sdk-color-label-primary-active);
|
|
179
|
-
}
|
|
180
|
-
.adyen-pe-button--secondary:disabled, .adyen-pe-button--secondary:disabled:not(:focus) {
|
|
181
|
-
background-color: var(--adyen-sdk-color-background-primary);
|
|
182
|
-
box-shadow: inset 0 0 0 1px #eeeff1;
|
|
183
|
-
color: var(--adyen-sdk-color-label-disabled);
|
|
184
|
-
}
|
|
185
|
-
.adyen-pe-button--tertiary {
|
|
186
|
-
background-color: transparent;
|
|
187
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
|
|
188
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
189
|
-
height: auto;
|
|
190
|
-
padding: 0px;
|
|
191
|
-
text-decoration: underline;
|
|
192
|
-
}
|
|
193
|
-
.adyen-pe-button--tertiary:hover {
|
|
194
|
-
background-color: var(--adyen-sdk-color-background-primary);
|
|
195
|
-
color: var(--adyen-sdk-color-label-primary-hover);
|
|
196
|
-
text-decoration: none;
|
|
197
|
-
}
|
|
198
|
-
.adyen-pe-button--tertiary:active {
|
|
199
|
-
background-color: var(--adyen-sdk-color-background-primary);
|
|
200
|
-
color: var(--adyen-sdk-color-label-primary-active);
|
|
201
|
-
text-decoration: none;
|
|
202
|
-
}
|
|
203
|
-
.adyen-pe-button--tertiary:disabled {
|
|
204
|
-
background-color: var(--adyen-sdk-color-background-primary);
|
|
205
|
-
color: var(--adyen-sdk-color-label-disabled);
|
|
206
|
-
}
|
|
207
|
-
.adyen-pe-button--circle {
|
|
208
|
-
align-items: center;
|
|
209
|
-
border-radius: 10000rem;
|
|
210
|
-
justify-content: center;
|
|
211
|
-
min-width: auto;
|
|
212
|
-
padding: 0;
|
|
213
|
-
}
|
|
214
|
-
.adyen-pe-button--icon {
|
|
215
|
-
height: auto !important;
|
|
216
|
-
position: relative;
|
|
217
|
-
width: 40px;
|
|
218
|
-
}
|
|
219
|
-
.adyen-pe-button--icon::before {
|
|
220
|
-
content: "";
|
|
221
|
-
float: left;
|
|
222
|
-
padding-top: 100%;
|
|
223
|
-
}
|
|
224
|
-
.adyen-pe-button--icon::after {
|
|
225
|
-
clear: both;
|
|
226
|
-
content: "";
|
|
227
|
-
display: table;
|
|
228
|
-
}
|
|
229
|
-
.adyen-pe-button__icon-left, .adyen-pe-button__icon-right {
|
|
230
|
-
display: inline-flex;
|
|
231
|
-
}
|
|
232
|
-
.adyen-pe-button:disabled {
|
|
233
|
-
cursor: not-allowed;
|
|
234
|
-
}.adyen-pe-filter-bar {
|
|
235
|
-
align-items: center;
|
|
236
|
-
display: flex;
|
|
237
|
-
flex-wrap: wrap;
|
|
238
|
-
gap: 8px;
|
|
239
|
-
padding: 10px 0px;
|
|
240
|
-
white-space: nowrap;
|
|
241
|
-
}
|
|
242
|
-
.adyen-pe-filter-bar .adyen-pe-button--secondary.adyen-pe-dropdown__button, .adyen-pe-filter-bar .adyen-pe-button--secondary.adyen-pe-dropdown__button:hover,
|
|
243
|
-
.adyen-pe-filter-bar .adyen-pe-filter-button,
|
|
244
|
-
.adyen-pe-filter-bar .adyen-pe-filter-button:hover {
|
|
245
|
-
box-shadow: none;
|
|
246
|
-
}
|
|
247
|
-
.adyen-pe-filter-bar .adyen-pe-button--secondary.adyen-pe-dropdown__button:focus-visible,
|
|
248
|
-
.adyen-pe-filter-bar .adyen-pe-filter-button:focus-visible {
|
|
249
|
-
outline: 0;
|
|
250
|
-
}
|
|
251
|
-
.adyen-pe-filter-bar .adyen-pe-button--secondary.adyen-pe-dropdown__button--has-selection, .adyen-pe-filter-bar .adyen-pe-button--secondary.adyen-pe-dropdown__button--has-selection:hover,
|
|
252
|
-
.adyen-pe-filter-bar .adyen-pe-filter-button--has-selection,
|
|
253
|
-
.adyen-pe-filter-bar .adyen-pe-filter-button--has-selection:hover {
|
|
254
|
-
border: 1px solid var(--adyen-sdk-color-outline-primary-active);
|
|
255
|
-
box-shadow: inset 0 0 0 1px #c9cdd3;
|
|
256
|
-
}
|
|
257
|
-
.adyen-pe-filter-bar .adyen-pe-button--secondary.adyen-pe-dropdown__button--active, .adyen-pe-filter-bar .adyen-pe-button--secondary.adyen-pe-dropdown__button:active, .adyen-pe-filter-bar .adyen-pe-button--secondary.adyen-pe-dropdown__button:focus,
|
|
258
|
-
.adyen-pe-filter-bar .adyen-pe-filter-button--active,
|
|
259
|
-
.adyen-pe-filter-bar .adyen-pe-filter-button:active,
|
|
260
|
-
.adyen-pe-filter-bar .adyen-pe-filter-button:focus {
|
|
261
|
-
border: 1px solid var(--adyen-sdk-color-outline-primary-active);
|
|
262
|
-
box-shadow: none !important;
|
|
263
|
-
outline: 1px solid var(--adyen-sdk-color-outline-primary-active);
|
|
264
|
-
}
|
|
265
|
-
.adyen-pe-filter-bar__header {
|
|
266
|
-
align-items: center;
|
|
267
|
-
display: flex;
|
|
268
|
-
flex-direction: row;
|
|
269
|
-
justify-content: space-between;
|
|
270
|
-
}
|
|
271
|
-
.adyen-pe-filter-bar__header-icon {
|
|
272
|
-
align-self: flex-end;
|
|
273
|
-
}.adyen-pe-modal-wrapper {
|
|
274
|
-
align-items: center;
|
|
275
|
-
background: rgba(0, 17, 44, 0.5);
|
|
276
|
-
bottom: 0;
|
|
277
|
-
content: "";
|
|
278
|
-
display: flex;
|
|
279
|
-
height: 100%;
|
|
280
|
-
justify-content: center;
|
|
281
|
-
left: 0;
|
|
282
|
-
opacity: 0;
|
|
283
|
-
overflow-y: auto;
|
|
284
|
-
overscroll-behavior-y: contain;
|
|
285
|
-
position: fixed;
|
|
286
|
-
right: 0;
|
|
287
|
-
top: 0;
|
|
288
|
-
transition: opacity 0.2s linear;
|
|
289
|
-
visibility: hidden;
|
|
290
|
-
width: 100%;
|
|
291
|
-
z-index: 10;
|
|
292
|
-
}
|
|
293
|
-
.adyen-pe-modal-wrapper--open {
|
|
294
|
-
opacity: 1;
|
|
295
|
-
visibility: visible;
|
|
296
|
-
}
|
|
297
|
-
.adyen-pe-modal-wrapper--open .adyen-pe-modal {
|
|
298
|
-
opacity: 1;
|
|
299
|
-
transform: scale(1);
|
|
300
|
-
}
|
|
301
|
-
.adyen-pe-modal-wrapper--dismissible {
|
|
302
|
-
cursor: pointer;
|
|
303
|
-
}
|
|
304
|
-
.adyen-pe-modal {
|
|
305
|
-
background-color: var(--adyen-sdk-color-background-primary);
|
|
306
|
-
border-radius: var(--adyen-sdk-border-radius-l);
|
|
307
|
-
cursor: initial;
|
|
308
|
-
opacity: 0;
|
|
309
|
-
overflow-y: auto;
|
|
310
|
-
position: fixed;
|
|
311
|
-
transition: opacity 0.2s ease, visibility 0.2s ease;
|
|
312
|
-
z-index: 20;
|
|
313
|
-
}
|
|
314
|
-
[dir=rtl] .adyen-pe-modal {
|
|
315
|
-
direction: rtl;
|
|
316
|
-
}
|
|
317
|
-
.adyen-pe-modal--fluid {
|
|
318
|
-
height: auto;
|
|
319
|
-
max-width: max-content;
|
|
320
|
-
width: 95vw;
|
|
321
|
-
}
|
|
322
|
-
.adyen-pe-modal--small {
|
|
323
|
-
height: auto;
|
|
324
|
-
max-width: 480px;
|
|
325
|
-
width: 95vw;
|
|
326
|
-
}
|
|
327
|
-
.adyen-pe-modal--large {
|
|
328
|
-
height: auto;
|
|
329
|
-
max-width: 800px;
|
|
330
|
-
width: 95vw;
|
|
331
|
-
}
|
|
332
|
-
.adyen-pe-modal--extra-large {
|
|
333
|
-
height: 85%;
|
|
334
|
-
max-width: 1200px;
|
|
335
|
-
width: 95vw;
|
|
336
|
-
}
|
|
337
|
-
.adyen-pe-modal--full-screen {
|
|
338
|
-
border-radius: 0;
|
|
339
|
-
height: 100%;
|
|
340
|
-
max-height: 100%;
|
|
341
|
-
max-width: 100%;
|
|
342
|
-
width: 100%;
|
|
343
|
-
}
|
|
344
|
-
.adyen-pe-modal__header {
|
|
345
|
-
align-items: center;
|
|
346
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
347
|
-
display: flex;
|
|
348
|
-
font-size: var(--adyen-sdk-font-size-300);
|
|
349
|
-
font-weight: var(--adyen-sdk-font-weight-600);
|
|
350
|
-
justify-content: flex-end;
|
|
351
|
-
padding: 24px 24px 0;
|
|
352
|
-
}
|
|
353
|
-
.adyen-pe-modal__header--with-title {
|
|
354
|
-
justify-content: space-between;
|
|
355
|
-
padding: 14px 14px 10px 16px;
|
|
356
|
-
}
|
|
357
|
-
.adyen-pe-modal__header--with-border-bottom {
|
|
358
|
-
border-bottom: 1px solid var(--adyen-sdk-color-outline-secondary);
|
|
359
|
-
}
|
|
360
|
-
.adyen-pe-modal__header-icon {
|
|
361
|
-
border-radius: 8px;
|
|
362
|
-
cursor: pointer;
|
|
363
|
-
transition: background 0.1s linear;
|
|
364
|
-
}
|
|
365
|
-
.adyen-pe-modal__header-icon:hover {
|
|
366
|
-
background: var(--adyen-sdk-color-background-tertiary);
|
|
367
|
-
}
|
|
368
|
-
.adyen-pe-modal__header-icon:focus {
|
|
369
|
-
background: #d1d5da;
|
|
370
|
-
outline: 0;
|
|
371
|
-
}
|
|
372
|
-
.adyen-pe-modal .adyen-pe-label__text {
|
|
373
|
-
font-size: var(--adyen-sdk-font-size-200);
|
|
374
|
-
margin-bottom: 4px;
|
|
375
|
-
}
|
|
376
|
-
.adyen-pe-modal__footer {
|
|
377
|
-
display: flex;
|
|
378
|
-
gap: 8px;
|
|
379
|
-
}
|
|
380
|
-
.adyen-pe-modal__footer .adyen-pe-button:first-child {
|
|
381
|
-
margin-left: auto;
|
|
382
|
-
}.adyen-pe-spinner__wrapper {
|
|
383
|
-
align-items: center;
|
|
384
|
-
display: flex;
|
|
385
|
-
height: 100%;
|
|
386
|
-
justify-content: center;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.adyen-pe-spinner__wrapper--inline {
|
|
390
|
-
display: inline-block;
|
|
391
|
-
height: auto;
|
|
392
|
-
margin-right: 8px;
|
|
393
|
-
}
|
|
394
|
-
[dir=rtl] .adyen-pe-spinner__wrapper--inline {
|
|
395
|
-
margin-left: 8px;
|
|
396
|
-
margin-right: 0;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.adyen-pe-spinner {
|
|
400
|
-
animation: rotateSpinner 1.5s infinite linear;
|
|
401
|
-
border: 3px solid var(--adyen-sdk-color-outline-primary-active);
|
|
402
|
-
border-radius: 50%;
|
|
403
|
-
border-top-color: transparent;
|
|
404
|
-
height: 43px;
|
|
405
|
-
width: 43px;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.adyen-pe-spinner--large {
|
|
409
|
-
height: 43px;
|
|
410
|
-
width: 43px;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.adyen-pe-spinner--small {
|
|
414
|
-
border-width: 2px;
|
|
415
|
-
height: 16px;
|
|
416
|
-
width: 16px;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.adyen-pe-spinner--medium {
|
|
420
|
-
height: 28px;
|
|
421
|
-
width: 28px;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
@keyframes rotateSpinner {
|
|
425
|
-
0% {
|
|
426
|
-
transform: rotate(0deg);
|
|
427
|
-
}
|
|
428
|
-
100% {
|
|
429
|
-
transform: rotate(360deg);
|
|
430
|
-
}
|
|
431
|
-
}.adyen-pe-transactions-display__spinner-container {
|
|
432
|
-
display: block;
|
|
433
|
-
padding-bottom: 40px;
|
|
434
|
-
}.adyen-pe-button-actions {
|
|
435
|
-
container-type: inline-size;
|
|
436
|
-
flex-grow: 1;
|
|
437
|
-
}
|
|
438
|
-
.adyen-pe-button-actions__container-wrapper {
|
|
439
|
-
display: flex;
|
|
440
|
-
flex-direction: column;
|
|
441
|
-
gap: 8px;
|
|
442
|
-
}
|
|
443
|
-
.adyen-pe-button-actions--buttons-start {
|
|
444
|
-
flex-direction: row;
|
|
445
|
-
justify-content: start;
|
|
446
|
-
}
|
|
447
|
-
.adyen-pe-button-actions--buttons-end {
|
|
448
|
-
column-gap: 8px;
|
|
449
|
-
flex-direction: row;
|
|
450
|
-
justify-content: end;
|
|
451
|
-
}
|
|
452
|
-
.adyen-pe-button-actions--fill-container {
|
|
453
|
-
column-gap: 8px;
|
|
454
|
-
display: grid;
|
|
455
|
-
grid-auto-columns: minmax(0, 1fr);
|
|
456
|
-
grid-auto-flow: column;
|
|
457
|
-
}
|
|
458
|
-
.adyen-pe-button-actions--space-between {
|
|
459
|
-
flex-direction: unset;
|
|
460
|
-
justify-content: space-between;
|
|
461
|
-
}.adyen-pe-popover-dismiss-button {
|
|
462
|
-
cursor: pointer;
|
|
463
|
-
}
|
|
464
|
-
.adyen-pe-popover-dismiss-button--on-image {
|
|
465
|
-
color: #fff;
|
|
466
|
-
}
|
|
467
|
-
.adyen-pe-popover-dismiss-button--on-image:hover {
|
|
468
|
-
color: #fff;
|
|
469
|
-
}
|
|
470
|
-
.adyen-pe-popover-dismiss-button--on-image:active {
|
|
471
|
-
color: #fff;
|
|
472
|
-
}.adyen-pe-popover {
|
|
473
|
-
background: var(--adyen-sdk-color-background-primary);
|
|
474
|
-
border: unset;
|
|
475
|
-
border-radius: 8px;
|
|
476
|
-
box-shadow: 0 6px 12px rgba(0, 17, 44, 0.08), 0 2px 4px rgba(0, 17, 44, 0.04), 0 0 0 1px rgba(0, 17, 44, 0.06);
|
|
477
|
-
min-width: 200px;
|
|
478
|
-
overflow: hidden;
|
|
479
|
-
z-index: 10;
|
|
480
|
-
}
|
|
481
|
-
.adyen-pe-popover__overlay {
|
|
482
|
-
background: rgba(0, 17, 44, 0.5);
|
|
483
|
-
height: 100%;
|
|
484
|
-
left: 0;
|
|
485
|
-
position: fixed;
|
|
486
|
-
top: 0;
|
|
487
|
-
width: 100%;
|
|
488
|
-
}
|
|
489
|
-
.adyen-pe-popover--fit-content {
|
|
490
|
-
width: fit-content;
|
|
491
|
-
}
|
|
492
|
-
.adyen-pe-popover--medium {
|
|
493
|
-
width: 320px;
|
|
494
|
-
}
|
|
495
|
-
.adyen-pe-popover--wide {
|
|
496
|
-
width: 480px;
|
|
497
|
-
}
|
|
498
|
-
.adyen-pe-popover--auto-width {
|
|
499
|
-
width: 95%;
|
|
500
|
-
}
|
|
501
|
-
.adyen-pe-popover--with-divider .adyen-pe-popover__footer {
|
|
502
|
-
background-color: var(--adyen-sdk-color-background-primary);
|
|
503
|
-
border-top: 1px solid var(--adyen-sdk-color-outline-disabled);
|
|
504
|
-
padding-top: 12px;
|
|
505
|
-
}
|
|
506
|
-
.adyen-pe-popover--without-space .adyen-pe-popover__header {
|
|
507
|
-
padding: 0px;
|
|
508
|
-
}
|
|
509
|
-
.adyen-pe-popover--without-space .adyen-pe-popover__content {
|
|
510
|
-
padding: 0px;
|
|
511
|
-
}
|
|
512
|
-
.adyen-pe-popover--without-space .adyen-pe-popover__footer {
|
|
513
|
-
padding: 0px;
|
|
514
|
-
}
|
|
515
|
-
.adyen-pe-popover__content {
|
|
516
|
-
transform: scale(1);
|
|
517
|
-
}
|
|
518
|
-
.adyen-pe-popover__content--with-padding {
|
|
519
|
-
padding: 16px;
|
|
520
|
-
}
|
|
521
|
-
.adyen-pe-popover__content--with-title {
|
|
522
|
-
padding: 12px 16px;
|
|
523
|
-
}
|
|
524
|
-
.adyen-pe-popover__content--overlay {
|
|
525
|
-
display: flex;
|
|
526
|
-
justify-content: center;
|
|
527
|
-
transform: scale(1);
|
|
528
|
-
width: 100%;
|
|
529
|
-
}
|
|
530
|
-
.adyen-pe-popover__content--overlay > * {
|
|
531
|
-
width: 100%;
|
|
532
|
-
}
|
|
533
|
-
.adyen-pe-popover__header {
|
|
534
|
-
align-items: center;
|
|
535
|
-
display: flex;
|
|
536
|
-
justify-content: space-between;
|
|
537
|
-
padding: 12px 16px 0px 16px;
|
|
538
|
-
}
|
|
539
|
-
.adyen-pe-popover__header-title {
|
|
540
|
-
align-items: center;
|
|
541
|
-
column-gap: 8px;
|
|
542
|
-
display: flex;
|
|
543
|
-
}
|
|
544
|
-
.adyen-pe-popover__image-dismiss-button {
|
|
545
|
-
position: absolute;
|
|
546
|
-
right: var(--adyen-pe-popover-image-dismiss-icon-right);
|
|
547
|
-
top: var(--adyen-pe-popover-image-dismiss-icon-top);
|
|
548
|
-
}
|
|
549
|
-
.adyen-pe-popover__footer {
|
|
550
|
-
padding: 0px 16px 12px 16px;
|
|
551
|
-
}
|
|
552
|
-
.adyen-pe-tooltip {
|
|
553
|
-
align-items: center;
|
|
554
|
-
display: flex;
|
|
555
|
-
flex-direction: column;
|
|
556
|
-
position: absolute;
|
|
557
|
-
z-index: 1000;
|
|
558
|
-
}
|
|
559
|
-
.adyen-pe-tooltip:has(.adyen-pe-tooltip__arrow[data-popover-placement=bottom]) {
|
|
560
|
-
flex-direction: column-reverse;
|
|
561
|
-
}
|
|
562
|
-
.adyen-pe-tooltip:has(.adyen-pe-tooltip__arrow[data-popover-placement=right]) {
|
|
563
|
-
flex-direction: row-reverse;
|
|
564
|
-
}
|
|
565
|
-
.adyen-pe-tooltip:has(.adyen-pe-tooltip__arrow[data-popover-placement=left]) {
|
|
566
|
-
flex-direction: row;
|
|
567
|
-
}
|
|
568
|
-
.adyen-pe-tooltip__content {
|
|
569
|
-
background-color: var(--adyen-sdk-color-background-inverse-primary);
|
|
570
|
-
border-radius: 4px;
|
|
571
|
-
color: var(--adyen-sdk-color-label-inverse);
|
|
572
|
-
height: auto;
|
|
573
|
-
max-width: 300px;
|
|
574
|
-
padding: 4px 8px;
|
|
575
|
-
}
|
|
576
|
-
.adyen-pe-tooltip__arrow {
|
|
577
|
-
background: var(--adyen-sdk-color-background-inverse-primary);
|
|
578
|
-
display: block;
|
|
579
|
-
height: 8px;
|
|
580
|
-
inset: 0 auto auto 0;
|
|
581
|
-
transform: rotate(45deg);
|
|
582
|
-
width: 8px;
|
|
583
|
-
}
|
|
584
|
-
.adyen-pe-tooltip__arrow[data-popover-placement=hidden] {
|
|
585
|
-
display: none;
|
|
586
|
-
}
|
|
587
|
-
.adyen-pe-tooltip__arrow[data-popover-placement=top] {
|
|
588
|
-
transform: translate3d(0, -4px, 0) rotate(45deg);
|
|
589
|
-
}
|
|
590
|
-
.adyen-pe-tooltip__arrow[data-popover-placement=bottom] {
|
|
591
|
-
transform: translate3d(0, 4px, 0) rotate(45deg);
|
|
592
|
-
}
|
|
593
|
-
.adyen-pe-tooltip__arrow[data-popover-placement=right] {
|
|
594
|
-
transform: translate3d(4px, 0, 0) rotate(45deg);
|
|
595
|
-
}
|
|
596
|
-
.adyen-pe-tooltip__arrow[data-popover-placement=left] {
|
|
597
|
-
transform: translate3d(-4px, 0, 0) rotate(45deg);
|
|
598
|
-
}.adyen-pe__tooltip-target--hovered {
|
|
599
|
-
text-decoration: underline;
|
|
600
|
-
text-decoration-color: #0075ff;
|
|
601
|
-
text-decoration-style: dashed;
|
|
602
|
-
text-decoration-thickness: 1px;
|
|
603
|
-
text-underline-offset: 4px;
|
|
604
|
-
}@keyframes skeleton-loading {
|
|
605
|
-
0% {
|
|
606
|
-
background-color: hsl(220, 10%, 80%);
|
|
607
|
-
}
|
|
608
|
-
100% {
|
|
609
|
-
background-color: hsl(220, 10%, 95%);
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
.adyen-pe-data-grid {
|
|
613
|
-
font-size: var(--adyen-sdk-font-size-200);
|
|
614
|
-
overflow: hidden;
|
|
615
|
-
text-align: left;
|
|
616
|
-
}
|
|
617
|
-
.adyen-pe-data-grid--scrollable .adyen-pe-data-grid__table-wrapper {
|
|
618
|
-
overflow: auto;
|
|
619
|
-
}
|
|
620
|
-
.adyen-pe-data-grid--loading {
|
|
621
|
-
border-color: transparent;
|
|
622
|
-
}
|
|
623
|
-
.adyen-pe-data-grid--empty {
|
|
624
|
-
position: relative;
|
|
625
|
-
}
|
|
626
|
-
.adyen-pe-data-grid .adyen-pe-error-message-display {
|
|
627
|
-
top: 60px;
|
|
628
|
-
}
|
|
629
|
-
.adyen-pe-data-grid__table {
|
|
630
|
-
border-collapse: separate;
|
|
631
|
-
border-spacing: 0;
|
|
632
|
-
width: 100%;
|
|
633
|
-
}
|
|
634
|
-
.adyen-pe-data-grid__head {
|
|
635
|
-
border-left: 1px solid transparent;
|
|
636
|
-
border-right: 1px solid transparent;
|
|
637
|
-
box-sizing: border-box;
|
|
638
|
-
height: 100%;
|
|
639
|
-
overflow: visible;
|
|
640
|
-
padding: 16px;
|
|
641
|
-
position: relative;
|
|
642
|
-
}
|
|
643
|
-
.adyen-pe-data-grid__row {
|
|
644
|
-
background: var(--adyen-sdk-color-background-primary);
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
vertical-align: top;
|
|
647
|
-
}
|
|
648
|
-
.adyen-pe-data-grid__row .adyen-pe-data-grid__cell {
|
|
649
|
-
border-bottom: 1px solid var(--adyen-sdk-color-outline-primary);
|
|
650
|
-
}
|
|
651
|
-
.adyen-pe-data-grid__row .adyen-pe-data-grid__body {
|
|
652
|
-
border-bottom: 0;
|
|
653
|
-
}
|
|
654
|
-
.adyen-pe-data-grid__row--clickable {
|
|
655
|
-
cursor: pointer;
|
|
656
|
-
}
|
|
657
|
-
.adyen-pe-data-grid__row--clickable:hover, .adyen-pe-data-grid__row--clickable:focus {
|
|
658
|
-
background: var(--adyen-sdk-color-background-primary-hover);
|
|
659
|
-
outline-offset: -1px;
|
|
660
|
-
}
|
|
661
|
-
.adyen-pe-data-grid .adyen-pe-data-grid__cell {
|
|
662
|
-
box-sizing: border-box;
|
|
663
|
-
height: 100%;
|
|
664
|
-
overflow: hidden;
|
|
665
|
-
padding: 16px;
|
|
666
|
-
text-overflow: ellipsis;
|
|
667
|
-
vertical-align: middle;
|
|
668
|
-
white-space: nowrap;
|
|
669
|
-
width: auto;
|
|
670
|
-
}
|
|
671
|
-
.adyen-pe-data-grid .adyen-pe-data-grid__cell .adyen-pe-button--link {
|
|
672
|
-
display: block;
|
|
673
|
-
height: initial;
|
|
674
|
-
margin: -2px -4px;
|
|
675
|
-
}
|
|
676
|
-
.adyen-pe-data-grid .adyen-pe-data-grid__cell--right {
|
|
677
|
-
text-align: right;
|
|
678
|
-
}
|
|
679
|
-
.adyen-pe-data-grid .adyen-pe-data-grid__cell--center {
|
|
680
|
-
text-align: center;
|
|
681
|
-
}
|
|
682
|
-
.adyen-pe-data-grid .adyen-pe-data-grid__cell.adyen-pe-data-grid__cell--heading {
|
|
683
|
-
border-bottom-color: var(--adyen-sdk-color-outline-secondary);
|
|
684
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
685
|
-
font-weight: var(--adyen-sdk-font-weight-600);
|
|
686
|
-
padding: 16px;
|
|
687
|
-
position: relative;
|
|
688
|
-
}
|
|
689
|
-
.adyen-pe-data-grid .adyen-pe-data-grid__cell.adyen-pe-data-grid__cell--heading:not(:last-child)::after {
|
|
690
|
-
background: #d1d5da;
|
|
691
|
-
bottom: 25%;
|
|
692
|
-
content: "";
|
|
693
|
-
position: absolute;
|
|
694
|
-
right: 0;
|
|
695
|
-
top: 25%;
|
|
696
|
-
width: 1px;
|
|
697
|
-
}
|
|
698
|
-
.adyen-pe-data-grid .adyen-pe-data-grid__table-wrapper {
|
|
699
|
-
margin-bottom: 16px;
|
|
700
|
-
}
|
|
701
|
-
.adyen-pe-data-grid__footer {
|
|
702
|
-
background: var(--adyen-sdk-color-background-primary);
|
|
703
|
-
}
|
|
704
|
-
.adyen-pe-data-grid__footer .adyen-pe-pagination {
|
|
705
|
-
padding: 0;
|
|
706
|
-
}
|
|
707
|
-
.adyen-pe-data-grid .adyen-pe-spinner__wrapper {
|
|
708
|
-
padding: 56px;
|
|
709
|
-
}
|
|
710
|
-
.adyen-pe-data-grid--outline {
|
|
711
|
-
border: 1px solid var(--adyen-sdk-color-outline-secondary);
|
|
712
|
-
border-radius: var(--adyen-sdk-border-radius-m);
|
|
713
|
-
}
|
|
714
|
-
.adyen-pe-data-grid--outline .adyen-pe-data-grid__table-wrapper {
|
|
715
|
-
margin-bottom: 0;
|
|
716
|
-
}
|
|
717
|
-
.adyen-pe-data-grid--outline .adyen-pe-data-grid__body .adyen-pe-data-grid__row:last-child .adyen-pe-data-grid__cell {
|
|
718
|
-
border-bottom: 1px solid var(--adyen-sdk-color-outline-secondary);
|
|
719
|
-
}
|
|
720
|
-
.adyen-pe-data-grid--outline .adyen-pe-data-grid__footer .adyen-pe-pagination {
|
|
721
|
-
padding: 16px 8px;
|
|
722
|
-
}
|
|
723
|
-
.adyen-pe-data-grid__empty-cell {
|
|
724
|
-
display: inline-block;
|
|
725
|
-
height: 10px;
|
|
726
|
-
}
|
|
727
|
-
.adyen-pe-data-grid__skeleton-cell {
|
|
728
|
-
text-align: center;
|
|
729
|
-
}
|
|
730
|
-
.adyen-pe-data-grid__skeleton-cell-content {
|
|
731
|
-
background-color: hsl(220, 10%, 95%);
|
|
732
|
-
border-radius: 100px;
|
|
733
|
-
display: inline-block;
|
|
734
|
-
margin: auto;
|
|
735
|
-
min-height: 12px;
|
|
736
|
-
width: 80%;
|
|
737
|
-
height: 12px;
|
|
738
|
-
}
|
|
739
|
-
.adyen-pe-data-grid__skeleton-cell-content--loading {
|
|
740
|
-
animation: skeleton-loading 0.8s linear infinite alternate;
|
|
741
|
-
background: inherit;
|
|
742
|
-
}
|
|
743
|
-
.adyen-pe-data-grid__empty-message {
|
|
744
|
-
background: var(--adyen-sdk-color-background-primary);
|
|
745
|
-
border: 1px solid var(--adyen-sdk-color-outline-primary);
|
|
746
|
-
border-radius: 12px;
|
|
747
|
-
box-shadow: 0 6px 12px 0 rgba(0, 17, 44, 0.08);
|
|
748
|
-
display: flex;
|
|
749
|
-
flex-direction: column;
|
|
750
|
-
gap: 10px;
|
|
751
|
-
left: 50%;
|
|
752
|
-
padding: 48px;
|
|
753
|
-
position: absolute;
|
|
754
|
-
text-align: center;
|
|
755
|
-
top: 20px;
|
|
756
|
-
transform: translateX(-50%);
|
|
757
|
-
}.adyen-pe-error-message-display {
|
|
758
|
-
background: var(--adyen-sdk-color-background-primary);
|
|
759
|
-
border: 1px solid var(--adyen-sdk-color-outline-primary);
|
|
760
|
-
border-radius: var(--adyen-sdk-border-radius-m);
|
|
761
|
-
box-shadow: 0 6px 12px 0 rgba(0, 17, 44, 0.08);
|
|
762
|
-
display: flex;
|
|
763
|
-
flex-direction: column;
|
|
764
|
-
gap: 12px;
|
|
765
|
-
left: 10px;
|
|
766
|
-
min-width: 400px;
|
|
767
|
-
padding: 48px;
|
|
768
|
-
position: absolute;
|
|
769
|
-
text-align: center;
|
|
770
|
-
top: 10px;
|
|
771
|
-
}
|
|
772
|
-
.adyen-pe-error-message-display--centered {
|
|
773
|
-
left: 50%;
|
|
774
|
-
top: 20px;
|
|
775
|
-
transform: translateX(-50%);
|
|
776
|
-
}.adyen-pe-pagination {
|
|
777
|
-
display: flex;
|
|
778
|
-
padding: 16px 8px;
|
|
779
|
-
text-align: right;
|
|
780
|
-
}
|
|
781
|
-
.adyen-pe-pagination__context {
|
|
782
|
-
align-items: center;
|
|
783
|
-
display: flex;
|
|
784
|
-
gap: 16px;
|
|
785
|
-
}
|
|
786
|
-
.adyen-pe-pagination__controls {
|
|
787
|
-
display: flex;
|
|
788
|
-
gap: 16px;
|
|
789
|
-
margin-left: auto;
|
|
790
|
-
}
|
|
791
|
-
.adyen-pe-pagination__limit-selector {
|
|
792
|
-
text-align: left;
|
|
793
|
-
}
|
|
794
|
-
.adyen-pe-pagination__limit-selector .adyen-pe-button {
|
|
795
|
-
width: auto;
|
|
796
|
-
}
|
|
797
|
-
.adyen-pe-pagination__limit-selector .adyen-pe-popover {
|
|
798
|
-
min-width: auto;
|
|
799
|
-
width: auto;
|
|
800
|
-
}.adyen-pe-image {
|
|
801
|
-
opacity: 0;
|
|
802
|
-
transition: opacity 0.6s ease-out;
|
|
803
|
-
}
|
|
804
|
-
.adyen-pe-image--loaded {
|
|
805
|
-
opacity: 1;
|
|
806
|
-
}.adyen-pe-dropdown__element-checkmark, .adyen-pe-dropdown__element-checkbox, .adyen-pe-dropdown__button-collapse-indicator {
|
|
807
|
-
--adyen-pe-separation-margin: 12px;
|
|
808
|
-
display: inline-flex;
|
|
809
|
-
flex: none;
|
|
810
|
-
}
|
|
811
|
-
.adyen-pe-dropdown__element-checkmark svg, .adyen-pe-dropdown__element-checkbox svg, .adyen-pe-dropdown__button-collapse-indicator svg {
|
|
812
|
-
height: 100%;
|
|
813
|
-
width: auto;
|
|
814
|
-
}
|
|
815
|
-
.adyen-pe-dropdown__element-checkmark, .adyen-pe-dropdown--multiselect .adyen-pe-dropdown__button-multiselect-counter, .adyen-pe-dropdown__button-collapse-indicator {
|
|
816
|
-
margin-left: var(--adyen-pe-separation-margin, 12px);
|
|
817
|
-
}
|
|
818
|
-
[dir=rtl] .adyen-pe-dropdown__element-checkmark, [dir=rtl] .adyen-pe-dropdown--multiselect .adyen-pe-dropdown__button-multiselect-counter, .adyen-pe-dropdown--multiselect [dir=rtl] .adyen-pe-dropdown__button-multiselect-counter, [dir=rtl] .adyen-pe-dropdown__button-collapse-indicator {
|
|
819
|
-
margin-left: 0;
|
|
820
|
-
margin-right: var(--adyen-pe-separation-margin, 12px);
|
|
821
|
-
}
|
|
822
|
-
.adyen-pe-dropdown__element-content, .adyen-pe-dropdown__button-text {
|
|
823
|
-
flex: 1;
|
|
824
|
-
overflow: hidden;
|
|
825
|
-
text-overflow: ellipsis;
|
|
826
|
-
white-space: nowrap;
|
|
827
|
-
}
|
|
828
|
-
.adyen-pe-dropdown__button {
|
|
829
|
-
isolation: isolate;
|
|
830
|
-
overflow: hidden;
|
|
831
|
-
position: relative;
|
|
832
|
-
}
|
|
833
|
-
.adyen-pe-dropdown__button--active[role=button], .adyen-pe-dropdown__button:active[role=button] {
|
|
834
|
-
min-width: 100px;
|
|
835
|
-
}
|
|
836
|
-
.adyen-pe-dropdown__button.adyen-pe-button--secondary {
|
|
837
|
-
background: #fff;
|
|
838
|
-
border: 1px solid var(--adyen-sdk-color-outline-secondary);
|
|
839
|
-
box-shadow: none;
|
|
840
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
841
|
-
justify-content: flex-start;
|
|
842
|
-
text-decoration: none;
|
|
843
|
-
user-select: none;
|
|
844
|
-
width: 100%;
|
|
845
|
-
}
|
|
846
|
-
.adyen-pe-dropdown__button.adyen-pe-button--secondary::before {
|
|
847
|
-
align-self: stretch;
|
|
848
|
-
content: "";
|
|
849
|
-
min-height: 1.25rem;
|
|
850
|
-
}
|
|
851
|
-
.adyen-pe-dropdown__button--active .adyen-pe-dropdown__button-collapse-indicator {
|
|
852
|
-
transform: rotate(180deg);
|
|
853
|
-
}
|
|
854
|
-
.adyen-pe-dropdown__button-multiselect-counter {
|
|
855
|
-
display: none;
|
|
856
|
-
}
|
|
857
|
-
.adyen-pe-dropdown--multiselect .adyen-pe-dropdown__button-multiselect-counter {
|
|
858
|
-
align-items: center;
|
|
859
|
-
color: var(--adyen-sdk-color-label-secondary);
|
|
860
|
-
display: flex;
|
|
861
|
-
isolation: isolate;
|
|
862
|
-
padding: 0 2px;
|
|
863
|
-
position: relative;
|
|
864
|
-
}
|
|
865
|
-
.adyen-pe-dropdown--multiselect .adyen-pe-dropdown__button-multiselect-counter::before {
|
|
866
|
-
background-color: var(--adyen-pe-background-secondary);
|
|
867
|
-
border-radius: var(--adyen-sdk-border-radius-s);
|
|
868
|
-
content: "";
|
|
869
|
-
inset: -4px;
|
|
870
|
-
position: absolute;
|
|
871
|
-
z-index: -1;
|
|
872
|
-
}
|
|
873
|
-
.adyen-pe-dropdown__button-text {
|
|
874
|
-
pointer-events: none;
|
|
875
|
-
text-align: left;
|
|
876
|
-
}
|
|
877
|
-
.adyen-pe-dropdown__button .adyen-pe-filter-input {
|
|
878
|
-
background: transparent;
|
|
879
|
-
border: 0;
|
|
880
|
-
border-radius: inherit;
|
|
881
|
-
caret-color: #0075ff;
|
|
882
|
-
color: inherit;
|
|
883
|
-
font: inherit;
|
|
884
|
-
inset: 0;
|
|
885
|
-
letter-spacing: 0.025em;
|
|
886
|
-
padding: inherit;
|
|
887
|
-
position: absolute;
|
|
888
|
-
}
|
|
889
|
-
.adyen-pe-dropdown__button .adyen-pe-filter-input::placeholder {
|
|
890
|
-
color: var(--adyen-sdk-color-label-tertiary);
|
|
891
|
-
}
|
|
892
|
-
.adyen-pe-dropdown__button .adyen-pe-filter-input:focus, .adyen-pe-dropdown__button .adyen-pe-filter-input:active {
|
|
893
|
-
outline: 0;
|
|
894
|
-
}
|
|
895
|
-
.adyen-pe-dropdown__list {
|
|
896
|
-
background: var(--adyen-sdk-color-background-primary);
|
|
897
|
-
display: none;
|
|
898
|
-
list-style: none;
|
|
899
|
-
margin: 0;
|
|
900
|
-
padding: 0;
|
|
901
|
-
}
|
|
902
|
-
.adyen-pe-dropdown__list--active {
|
|
903
|
-
display: block;
|
|
904
|
-
}
|
|
905
|
-
.adyen-pe-dropdown__element {
|
|
906
|
-
align-items: center;
|
|
907
|
-
background: transparent;
|
|
908
|
-
border: 0;
|
|
909
|
-
cursor: pointer;
|
|
910
|
-
display: flex;
|
|
911
|
-
font-size: var(--adyen-sdk-font-size-200);
|
|
912
|
-
font-weight: var(--adyen-sdk-font-weight-400);
|
|
913
|
-
hyphens: auto;
|
|
914
|
-
line-height: var(--adyen-sdk-line-height-200);
|
|
915
|
-
outline: 0;
|
|
916
|
-
padding: 8px 16px;
|
|
917
|
-
transition: background 0.2s ease-out;
|
|
918
|
-
user-select: none;
|
|
919
|
-
word-break: break-word;
|
|
920
|
-
}
|
|
921
|
-
.adyen-pe-dropdown__element-checkbox {
|
|
922
|
-
margin-right: var(--adyen-pe-separation-margin);
|
|
923
|
-
}
|
|
924
|
-
.adyen-pe-dropdown:not(.adyen-pe-dropdown--multiselect) .adyen-pe-dropdown__element-checkbox {
|
|
925
|
-
display: none;
|
|
926
|
-
}
|
|
927
|
-
.adyen-pe-dropdown__element-checkmark {
|
|
928
|
-
--adyen-pe-separation-margin: 16px;
|
|
929
|
-
min-width: 1rem;
|
|
930
|
-
}
|
|
931
|
-
.adyen-pe-dropdown.adyen-pe-dropdown--multiselect .adyen-pe-dropdown__element-checkmark {
|
|
932
|
-
display: none;
|
|
933
|
-
}
|
|
934
|
-
.adyen-pe-dropdown__element:first-child {
|
|
935
|
-
margin-top: 8px;
|
|
936
|
-
}
|
|
937
|
-
.adyen-pe-dropdown__element:last-child {
|
|
938
|
-
margin-bottom: 8px;
|
|
939
|
-
}
|
|
940
|
-
.adyen-pe-dropdown__element:not(.adyen-pe-dropdown__element--disabled, .adyen-pe-dropdown__element--no-option):hover {
|
|
941
|
-
background: var(--adyen-sdk-color-background-secondary);
|
|
942
|
-
}
|
|
943
|
-
.adyen-pe-dropdown__element:not(.adyen-pe-dropdown__element--disabled, .adyen-pe-dropdown__element--no-option):focus, .adyen-pe-dropdown__element:not(.adyen-pe-dropdown__element--disabled, .adyen-pe-dropdown__element--no-option):active {
|
|
944
|
-
background: var(--adyen-sdk-color-background-primary-active);
|
|
945
|
-
}
|
|
946
|
-
.adyen-pe-dropdown__element.adyen-pe-dropdown__element--disabled {
|
|
947
|
-
color: var(--adyen-sdk-color-label-disabled);
|
|
948
|
-
cursor: not-allowed;
|
|
949
|
-
}
|
|
950
|
-
.adyen-pe-dropdown__element.adyen-pe-dropdown__element--no-option {
|
|
951
|
-
color: var(--adyen-sdk-color-label-secondary);
|
|
952
|
-
cursor: initial;
|
|
953
|
-
justify-content: center;
|
|
954
|
-
}.adyen-pe-tag {
|
|
955
|
-
align-items: center;
|
|
956
|
-
border-radius: 4px;
|
|
957
|
-
cursor: default;
|
|
958
|
-
display: inline-flex;
|
|
959
|
-
flex-direction: row;
|
|
960
|
-
font-size: var(--adyen-sdk-font-size-100);
|
|
961
|
-
font-weight: var(--adyen-sdk-font-weight-500);
|
|
962
|
-
justify-content: center;
|
|
963
|
-
min-width: 2.5rem;
|
|
964
|
-
padding: 4px 8px;
|
|
965
|
-
width: fit-content;
|
|
966
|
-
}
|
|
967
|
-
.adyen-pe-tag--success {
|
|
968
|
-
background: #edfaf3;
|
|
969
|
-
color: #067934;
|
|
970
|
-
}
|
|
971
|
-
.adyen-pe-tag--error {
|
|
972
|
-
background: #fef4f4;
|
|
973
|
-
color: #c72727;
|
|
974
|
-
}
|
|
975
|
-
.adyen-pe-tag--default {
|
|
976
|
-
background: var(--adyen-pe-background-secondary);
|
|
977
|
-
color: #5c687c;
|
|
978
|
-
}
|
|
979
|
-
.adyen-pe-tag--warning {
|
|
980
|
-
background: #fff5e9;
|
|
981
|
-
color: #9b5700;
|
|
982
|
-
}
|
|
983
|
-
.adyen-pe-tag--white {
|
|
984
|
-
background: #fff;
|
|
985
|
-
color: #00112c;
|
|
986
|
-
outline: 1px solid #dbdee2;
|
|
987
|
-
}.adyen-pe-copy-text {
|
|
988
|
-
align-items: center;
|
|
989
|
-
display: inline-flex;
|
|
990
|
-
text-decoration: none;
|
|
991
|
-
}
|
|
992
|
-
span .adyen-pe-copy-text__information {
|
|
993
|
-
color: #0070f5;
|
|
994
|
-
font-size: var(--adyen-sdk-font-size-200);
|
|
995
|
-
font-weight: var(--adyen-sdk-font-weight-400);
|
|
996
|
-
line-height: var(--adyen-sdk-line-height-200);
|
|
997
|
-
overflow: hidden;
|
|
998
|
-
text-overflow: ellipsis;
|
|
999
|
-
white-space: nowrap;
|
|
1000
|
-
width: 80px;
|
|
1001
|
-
}
|
|
1002
|
-
.adyen-pe-copy-text:hover {
|
|
1003
|
-
cursor: default;
|
|
1004
|
-
}.adyen-pe-transactions-table__amount {
|
|
1005
|
-
display: block;
|
|
1006
|
-
font-weight: var(--adyen-sdk-font-weight-500);
|
|
1007
|
-
text-align: right;
|
|
1008
|
-
}
|
|
1009
|
-
.adyen-pe-transactions-table__payment-method {
|
|
1010
|
-
align-items: center;
|
|
1011
|
-
display: flex;
|
|
1012
|
-
gap: 6px;
|
|
1013
|
-
}
|
|
1014
|
-
.adyen-pe-transactions-table__payment-method-logo-container {
|
|
1015
|
-
height: 22px;
|
|
1016
|
-
width: 32px;
|
|
1017
|
-
}
|
|
1018
|
-
.adyen-pe-transactions-table__payment-method-logo {
|
|
1019
|
-
height: 100%;
|
|
1020
|
-
object-fit: contain;
|
|
1021
|
-
}.adyen-pe-calendar {
|
|
1022
|
-
--adyen-pe-calendar-corner-border-radius: 4px;
|
|
1023
|
-
list-style: none;
|
|
1024
|
-
margin: 0;
|
|
1025
|
-
padding: 0;
|
|
1026
|
-
}
|
|
1027
|
-
.adyen-pe-calendar__month:not(:only-child) {
|
|
1028
|
-
margin-inline: 2rem;
|
|
1029
|
-
}
|
|
1030
|
-
.adyen-pe-calendar__month-name {
|
|
1031
|
-
font-size: var(--adyen-sdk-font-size-300);
|
|
1032
|
-
font-weight: var(--adyen-sdk-font-weight-500);
|
|
1033
|
-
letter-spacing: calc(var(--adyen-sdk-font-size-300) / 48);
|
|
1034
|
-
line-height: var(--adyen-sdk-line-height-800);
|
|
1035
|
-
margin-bottom: 1rem;
|
|
1036
|
-
text-align: center;
|
|
1037
|
-
-webkit-user-select: none;
|
|
1038
|
-
user-select: none;
|
|
1039
|
-
}
|
|
1040
|
-
.adyen-pe-calendar__grid {
|
|
1041
|
-
border-spacing: 0;
|
|
1042
|
-
width: 100%;
|
|
1043
|
-
}
|
|
1044
|
-
.adyen-pe-calendar__row {
|
|
1045
|
-
display: grid;
|
|
1046
|
-
grid-template-columns: repeat(var(--adyen-pe-calendar-rowspan, 7), 1fr);
|
|
1047
|
-
}
|
|
1048
|
-
.adyen-pe-calendar__cell {
|
|
1049
|
-
padding: 0;
|
|
1050
|
-
position: relative;
|
|
1051
|
-
text-align: center;
|
|
1052
|
-
touch-action: manipulation;
|
|
1053
|
-
-webkit-user-select: none;
|
|
1054
|
-
user-select: none;
|
|
1055
|
-
}
|
|
1056
|
-
.adyen-pe-calendar__cell--day-of-week {
|
|
1057
|
-
margin-bottom: 0.5rem;
|
|
1058
|
-
}
|
|
1059
|
-
.adyen-pe-calendar__cell--date:focus-visible {
|
|
1060
|
-
outline: none;
|
|
1061
|
-
z-index: 1;
|
|
1062
|
-
}
|
|
1063
|
-
.adyen-pe-calendar__cell--date:focus-visible::before {
|
|
1064
|
-
outline: 2px auto -webkit-focus-ring-color;
|
|
1065
|
-
}
|
|
1066
|
-
.adyen-pe-calendar__cell--date::before {
|
|
1067
|
-
content: "";
|
|
1068
|
-
display: block;
|
|
1069
|
-
padding-top: 100%;
|
|
1070
|
-
}
|
|
1071
|
-
.adyen-pe-calendar__cell--date > :not(:only-child) {
|
|
1072
|
-
display: none;
|
|
1073
|
-
}
|
|
1074
|
-
.adyen-pe-calendar__cell--date > :only-child {
|
|
1075
|
-
align-items: center;
|
|
1076
|
-
display: flex;
|
|
1077
|
-
inset: 0;
|
|
1078
|
-
justify-content: center;
|
|
1079
|
-
position: absolute;
|
|
1080
|
-
}
|
|
1081
|
-
.adyen-pe-calendar__cell--date[data-within-month="1"][data-range-end="1"], .adyen-pe-calendar__cell--date[data-within-month="1"][data-range-start="1"], .adyen-pe-calendar__cell--date[data-within-month="1"][data-within-range="1"] {
|
|
1082
|
-
cursor: pointer;
|
|
1083
|
-
}
|
|
1084
|
-
.adyen-pe-calendar__cell--date[data-within-month="1"]:not([data-range-end="1"], [data-range-start="1"], [data-within-range="1"]) {
|
|
1085
|
-
cursor: not-allowed;
|
|
1086
|
-
}
|
|
1087
|
-
.adyen-pe-calendar__cell--date[data-within-selection="1"]::before {
|
|
1088
|
-
background: var(--adyen-sdk-color-background-tertiary);
|
|
1089
|
-
border-radius: 0;
|
|
1090
|
-
}
|
|
1091
|
-
.adyen-pe-calendar__cell--date[data-selection-start="1"]::before {
|
|
1092
|
-
background: var(--adyen-sdk-color-background-inverse-primary);
|
|
1093
|
-
border-bottom-left-radius: var(--adyen-pe-calendar-corner-border-radius);
|
|
1094
|
-
border-top-left-radius: var(--adyen-pe-calendar-corner-border-radius);
|
|
1095
|
-
}
|
|
1096
|
-
.adyen-pe-calendar__cell--date[data-selection-end="1"]::before {
|
|
1097
|
-
background: var(--adyen-sdk-color-background-inverse-primary);
|
|
1098
|
-
border-bottom-right-radius: var(--adyen-pe-calendar-corner-border-radius);
|
|
1099
|
-
border-top-right-radius: var(--adyen-pe-calendar-corner-border-radius);
|
|
1100
|
-
}
|
|
1101
|
-
.adyen-pe-calendar__day-of-week {
|
|
1102
|
-
color: var(--adyen-sdk-color-label-secondary);
|
|
1103
|
-
font-size: var(--adyen-sdk-font-size-100);
|
|
1104
|
-
font-weight: var(--adyen-sdk-font-weight-400);
|
|
1105
|
-
letter-spacing: calc(var(--adyen-sdk-font-size-100) / 32);
|
|
1106
|
-
}
|
|
1107
|
-
.adyen-pe-calendar__date {
|
|
1108
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
1109
|
-
font-size: var(--adyen-sdk-font-size-200);
|
|
1110
|
-
font-weight: var(--adyen-sdk-font-weight-400);
|
|
1111
|
-
z-index: 0;
|
|
1112
|
-
}
|
|
1113
|
-
[data-selection-start="1"]:not([data-today="1"]) .adyen-pe-calendar__date, [data-selection-end="1"]:not([data-today="1"]) .adyen-pe-calendar__date {
|
|
1114
|
-
color: var(--adyen-sdk-color-label-inverse);
|
|
1115
|
-
}
|
|
1116
|
-
[data-selection-start="1"][data-today="1"] .adyen-pe-calendar__date::before, [data-selection-end="1"][data-today="1"] .adyen-pe-calendar__date::before {
|
|
1117
|
-
background: var(--adyen-sdk-color-background-primary);
|
|
1118
|
-
inset: 12.5%;
|
|
1119
|
-
}
|
|
1120
|
-
[data-today="1"] .adyen-pe-calendar__date::before {
|
|
1121
|
-
background: var(--adyen-sdk-color-background-tertiary);
|
|
1122
|
-
border-radius: 50%;
|
|
1123
|
-
content: "";
|
|
1124
|
-
inset: 5%;
|
|
1125
|
-
position: absolute;
|
|
1126
|
-
z-index: -1;
|
|
1127
|
-
}
|
|
1128
|
-
:not([data-within-month="1"]) > .adyen-pe-calendar__date {
|
|
1129
|
-
opacity: 0;
|
|
1130
|
-
}
|
|
1131
|
-
:not([data-within-range="1"]) > .adyen-pe-calendar__date {
|
|
1132
|
-
color: var(--adyen-sdk-color-label-disabled);
|
|
1133
|
-
}.adyen-pe-datepicker {
|
|
1134
|
-
--adyen-pe-datepicker-margin: 1.25rem;
|
|
1135
|
-
--adyen-pe-datepicker-max-width: calc(var(--adyen-pe-datepicker-tap-target-size) * 7);
|
|
1136
|
-
--adyen-pe-datepicker-tap-target-size: 2.5rem;
|
|
1137
|
-
--adyen-pe-datepicker-vertical-offset: 1.125rem;
|
|
1138
|
-
margin: var(--adyen-pe-datepicker-margin);
|
|
1139
|
-
padding-top: var(--adyen-pe-datepicker-vertical-offset);
|
|
1140
|
-
position: relative;
|
|
1141
|
-
width: var(--adyen-pe-datepicker-max-width);
|
|
1142
|
-
}
|
|
1143
|
-
.adyen-pe-datepicker--with-timezone {
|
|
1144
|
-
padding-bottom: calc(var(--adyen-pe-datepicker-vertical-offset) * 2);
|
|
1145
|
-
}
|
|
1146
|
-
.adyen-pe-datepicker__controls {
|
|
1147
|
-
--adyen-pe-datepicker-control-vertical-offset: calc(var(--adyen-pe-datepicker-tap-target-size) / 2 - 50%);
|
|
1148
|
-
inset: auto 0;
|
|
1149
|
-
margin: 0 calc(var(--adyen-pe-datepicker-margin) / 3 * -1);
|
|
1150
|
-
position: absolute;
|
|
1151
|
-
transform: translateY(var(--adyen-pe-datepicker-control-vertical-offset));
|
|
1152
|
-
}
|
|
1153
|
-
.adyen-pe-datepicker__controls > :nth-child(n):not(.adyen-pe-button--prev, .adyen-pe-button--next) {
|
|
1154
|
-
display: none;
|
|
1155
|
-
}
|
|
1156
|
-
.adyen-pe-datepicker__controls > .adyen-pe-button--prev,
|
|
1157
|
-
.adyen-pe-datepicker__controls > .adyen-pe-button--next {
|
|
1158
|
-
color: inherit;
|
|
1159
|
-
display: inline-flex;
|
|
1160
|
-
transform: rotate(-90deg);
|
|
1161
|
-
}
|
|
1162
|
-
.adyen-pe-datepicker__controls > .adyen-pe-button--prev {
|
|
1163
|
-
float: left;
|
|
1164
|
-
}
|
|
1165
|
-
.adyen-pe-datepicker__controls > .adyen-pe-button--next {
|
|
1166
|
-
float: right;
|
|
1167
|
-
}
|
|
1168
|
-
.adyen-pe-datepicker__selector-container {
|
|
1169
|
-
bottom: var(--adyen-pe-datepicker-vertical-offset);
|
|
1170
|
-
margin: calc(var(--adyen-pe-datepicker-margin) / 5 * -1);
|
|
1171
|
-
margin-bottom: 0;
|
|
1172
|
-
position: relative;
|
|
1173
|
-
z-index: 1;
|
|
1174
|
-
}
|
|
1175
|
-
.adyen-pe-datepicker__selector-container .adyen-pe-popover {
|
|
1176
|
-
width: 100%;
|
|
1177
|
-
}
|
|
1178
|
-
.adyen-pe-datepicker__timezone {
|
|
1179
|
-
color: var(--adyen-sdk-color-label-primary-hover);
|
|
1180
|
-
font-size: var(--adyen-sdk-font-size-100);
|
|
1181
|
-
font-weight: var(--adyen-sdk-font-weight-500);
|
|
1182
|
-
height: var(--adyen-pe-datepicker-tap-target-size);
|
|
1183
|
-
inset: auto 0 0;
|
|
1184
|
-
line-height: calc(var(--adyen-pe-datepicker-tap-target-size) - 1px);
|
|
1185
|
-
margin: calc(var(--adyen-pe-datepicker-margin) * -1);
|
|
1186
|
-
padding: 0 var(--adyen-pe-datepicker-margin);
|
|
1187
|
-
position: absolute;
|
|
1188
|
-
}
|
|
1189
|
-
.adyen-pe-datepicker__timezone::before {
|
|
1190
|
-
background: var(--adyen-sdk-color-background-secondary);
|
|
1191
|
-
border-top: 1px solid var(--adyen-sdk-color-outline-primary);
|
|
1192
|
-
content: "";
|
|
1193
|
-
inset: 0;
|
|
1194
|
-
position: absolute;
|
|
1195
|
-
z-index: -1;
|
|
1196
|
-
}.adyen-pe-filter-button {
|
|
1197
|
-
align-items: center;
|
|
1198
|
-
appearance: none;
|
|
1199
|
-
background-color: var(--adyen-sdk-color-background-primary);
|
|
1200
|
-
border: 1px solid var(--adyen-sdk-color-outline-secondary);
|
|
1201
|
-
border-radius: var(--adyen-sdk-border-radius-m);
|
|
1202
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
1203
|
-
cursor: pointer;
|
|
1204
|
-
display: inline-flex;
|
|
1205
|
-
height: 36px;
|
|
1206
|
-
justify-content: center;
|
|
1207
|
-
padding: 0;
|
|
1208
|
-
text-decoration: none;
|
|
1209
|
-
user-select: none;
|
|
1210
|
-
width: initial;
|
|
1211
|
-
}
|
|
1212
|
-
.adyen-pe-filter-button:hover {
|
|
1213
|
-
background-color: var(--adyen-sdk-color-background-primary-hover);
|
|
1214
|
-
}
|
|
1215
|
-
.adyen-pe-filter-button__label {
|
|
1216
|
-
display: inline-flex;
|
|
1217
|
-
line-height: var(--adyen-sdk-line-height-200);
|
|
1218
|
-
padding: 8px 12px;
|
|
1219
|
-
vertical-align: middle;
|
|
1220
|
-
}
|
|
1221
|
-
.adyen-pe-filter-button__default-container {
|
|
1222
|
-
align-items: center;
|
|
1223
|
-
display: flex;
|
|
1224
|
-
}
|
|
1225
|
-
.adyen-pe-filter-button__counter {
|
|
1226
|
-
background-color: var(--adyen-sdk-color-background-inverse-primary);
|
|
1227
|
-
border-radius: var(--adyen-sdk-border-radius-s);
|
|
1228
|
-
color: var(--adyen-sdk-color-label-inverse);
|
|
1229
|
-
padding: var(--adyen-sdk-border-radius-s) var(--adyen-sdk-border-radius-m);
|
|
1230
|
-
}
|
|
1231
|
-
.adyen-pe-filter-button__counter-wrapper {
|
|
1232
|
-
align-items: center;
|
|
1233
|
-
display: flex;
|
|
1234
|
-
padding: 4px 4px 4px 0px;
|
|
1235
|
-
}
|
|
1236
|
-
.adyen-pe-filter-button--active, .adyen-pe-filter-button:active, .adyen-pe-filter-button:focus {
|
|
1237
|
-
border: 1px solid var(--adyen-sdk-color-outline-primary-active);
|
|
1238
|
-
box-shadow: none !important;
|
|
1239
|
-
outline: 1px solid var(--adyen-sdk-color-outline-primary-active);
|
|
1240
|
-
}
|
|
1241
|
-
.adyen-pe-filter-button__footer .adyen-pe-button:first-child {
|
|
1242
|
-
margin-left: auto;
|
|
1243
|
-
}.adyen-pe-field-wrapper {
|
|
1244
|
-
display: flex;
|
|
1245
|
-
width: 100%;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
.adyen-pe-field--20 {
|
|
1249
|
-
width: 20%;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
.adyen-pe-field--30 {
|
|
1253
|
-
width: 30%;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
.adyen-pe-field--40 {
|
|
1257
|
-
width: 40%;
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
.adyen-pe-field--50 {
|
|
1261
|
-
width: 50%;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
.adyen-pe-field--60 {
|
|
1265
|
-
width: 60%;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
.adyen-pe-field--70 {
|
|
1269
|
-
width: 70%;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
.adyen-pe-field--80 {
|
|
1273
|
-
width: 80%;
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
.adyen-pe-field--col-70 {
|
|
1277
|
-
width: calc(70% - 8px);
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
.adyen-pe-field--col-30 {
|
|
1281
|
-
width: calc(30% - 8px);
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
.adyen-pe-field--col-50 {
|
|
1285
|
-
width: calc(50% - 8px);
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
.adyen-pe-field-wrapper > .adyen-pe-field:first-child {
|
|
1289
|
-
margin-right: 8px;
|
|
1290
|
-
}
|
|
1291
|
-
[dir=rtl] .adyen-pe-field-wrapper > .adyen-pe-field:first-child {
|
|
1292
|
-
margin-left: 8px;
|
|
1293
|
-
margin-right: 0;
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
.adyen-pe-field-wrapper > .adyen-pe-field:nth-child(2) {
|
|
1297
|
-
margin-left: 8px;
|
|
1298
|
-
}
|
|
1299
|
-
[dir=rtl] .adyen-pe-field-wrapper > .adyen-pe-field:nth-child(2) {
|
|
1300
|
-
margin-left: 0;
|
|
1301
|
-
margin-right: 8px;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.adyen-pe-field-wrapper:last-of-type > .adyen-pe-field {
|
|
1305
|
-
margin-bottom: 0;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
.adyen-pe-input {
|
|
1309
|
-
background: #fff;
|
|
1310
|
-
border: 1px solid var(--adyen-sdk-color-outline-secondary);
|
|
1311
|
-
border-radius: var(--adyen-sdk-border-radius-m);
|
|
1312
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
1313
|
-
display: block;
|
|
1314
|
-
font-family: inherit;
|
|
1315
|
-
font-size: var(--adyen-sdk-font-size-200);
|
|
1316
|
-
height: 40px;
|
|
1317
|
-
outline: none;
|
|
1318
|
-
padding: 5px 8px;
|
|
1319
|
-
position: relative;
|
|
1320
|
-
transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
|
|
1321
|
-
width: 100%;
|
|
1322
|
-
}
|
|
1323
|
-
.adyen-pe-input__invalid-value {
|
|
1324
|
-
color: var(--adyen-sdk-color-label-critical);
|
|
1325
|
-
max-width: 20rem;
|
|
1326
|
-
text-wrap: wrap;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
.adyen-pe-input:hover {
|
|
1330
|
-
border-color: #99a3ad;
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
.adyen-pe-input:required {
|
|
1334
|
-
box-shadow: none;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
.adyen-pe-input[readonly],
|
|
1338
|
-
.adyen-pe-input--disabled {
|
|
1339
|
-
background: #d1d5da;
|
|
1340
|
-
border-color: #d1d5da;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.adyen-pe-input--disabled:hover {
|
|
1344
|
-
border-color: #d1d5da;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
.adyen-pe-input-wrapper {
|
|
1348
|
-
display: block;
|
|
1349
|
-
position: relative;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
.adyen-pe-input-wrapper--block {
|
|
1353
|
-
display: block;
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
.adyen-pe-input__inline-validation {
|
|
1357
|
-
height: 16px;
|
|
1358
|
-
position: absolute;
|
|
1359
|
-
right: 14px;
|
|
1360
|
-
top: 50%;
|
|
1361
|
-
transform: translateY(-50%);
|
|
1362
|
-
width: 16px;
|
|
1363
|
-
}
|
|
1364
|
-
[dir=rtl] .adyen-pe-input__inline-validation {
|
|
1365
|
-
left: 14px;
|
|
1366
|
-
right: auto;
|
|
1367
|
-
}
|
|
1368
|
-
[dir=ltr] .adyen-pe-input__inline-validation {
|
|
1369
|
-
left: auto;
|
|
1370
|
-
right: 14px;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
.adyen-pe-input__inline-validation--valid {
|
|
1374
|
-
color: #067934;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.adyen-pe-input__inline-validation--invalid {
|
|
1378
|
-
color: var(--adyen-sdk-color-label-critical);
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
.adyen-pe-input--valid {
|
|
1382
|
-
border-bottom-color: #067934;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.adyen-pe-input--error,
|
|
1386
|
-
.adyen-pe-input--invalid,
|
|
1387
|
-
.adyen-pe-input--error:hover,
|
|
1388
|
-
.adyen-pe-input--invalid:hover {
|
|
1389
|
-
border-color: #c72727;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
.adyen-pe-input::placeholder {
|
|
1393
|
-
color: var(--adyen-sdk-color-label-secondary);
|
|
1394
|
-
font-weight: var(--adyen-sdk-font-weight-200);
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.adyen-pe-input--date {
|
|
1398
|
-
padding-right: 30px;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
.adyen-pe-input:active,
|
|
1402
|
-
.adyen-pe-input:focus,
|
|
1403
|
-
.adyen-pe-input--focus,
|
|
1404
|
-
.adyen-pe-input:active:hover,
|
|
1405
|
-
.adyen-pe-input:focus:hover,
|
|
1406
|
-
.adyen-pe-input--focus:hover {
|
|
1407
|
-
background: linear-gradient(0deg, #fff, #fff);
|
|
1408
|
-
outline: 1px solid #00112c;
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
.adyen-pe-input[readonly],
|
|
1412
|
-
.adyen-pe-input[readonly]:hover {
|
|
1413
|
-
background-color: #d1d5da;
|
|
1414
|
-
border-color: transparent;
|
|
1415
|
-
color: var(--adyen-sdk-color-label-primary-hover);
|
|
1416
|
-
cursor: default;
|
|
1417
|
-
}.adyen-pe-date-filter .adyen-pe-button,
|
|
1418
|
-
.adyen-pe-date-filter .adyen-pe-field {
|
|
1419
|
-
width: initial;
|
|
1420
|
-
}.adyen-pe-transaction-totals {
|
|
1421
|
-
display: flex;
|
|
1422
|
-
flex-wrap: wrap;
|
|
1423
|
-
gap: 12px;
|
|
1424
|
-
justify-content: space-between;
|
|
1425
|
-
}
|
|
1426
|
-
@media (min-width: 480px) {
|
|
1427
|
-
.adyen-pe-transaction-totals {
|
|
1428
|
-
display: block;
|
|
1429
|
-
}
|
|
1430
|
-
}
|
|
1431
|
-
.adyen-pe-transaction-totals__item {
|
|
1432
|
-
width: 100%;
|
|
1433
|
-
}.adyen-pe-sr-only {
|
|
1434
|
-
clip: rect(0 0 0 0);
|
|
1435
|
-
height: 1px;
|
|
1436
|
-
margin: -1px;
|
|
1437
|
-
overflow: hidden;
|
|
1438
|
-
padding: 0;
|
|
1439
|
-
position: absolute !important;
|
|
1440
|
-
width: 1px;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
.adyen-pe-expandable-card {
|
|
1444
|
-
position: relative;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
.adyen-pe-expandable-card__container {
|
|
1448
|
-
background-color: var(--adyen-sdk-color-background-primary);
|
|
1449
|
-
border: var(--adyen-sdk-color-outline-primary) 1px solid;
|
|
1450
|
-
border-radius: var(--adyen-sdk-border-radius-m);
|
|
1451
|
-
display: block;
|
|
1452
|
-
overflow: hidden;
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
.adyen-pe-expandable-card__container--overlay {
|
|
1456
|
-
box-shadow: 0 2px 4px 0 rgba(0, 17, 44, 0.04), 0 6px 12px 0 rgba(0, 17, 44, 0.08);
|
|
1457
|
-
position: absolute;
|
|
1458
|
-
top: 0;
|
|
1459
|
-
z-index: 100;
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
.adyen-pe-expandable-card__container--hidden {
|
|
1463
|
-
visibility: hidden;
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
.adyen-pe-expandable-card__container--button:hover {
|
|
1467
|
-
background-color: var(--adyen-sdk-color-background-primary-hover);
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.adyen-pe-expandable-card__container--button:hover .adyen-pe-expandable-card__chevron {
|
|
1471
|
-
background-color: var(--adyen-sdk-color-background-tertiary-hover);
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
.adyen-pe-expandable-card__container--filled {
|
|
1475
|
-
background-color: var(--adyen-sdk-color-background-secondary);
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
.adyen-pe-expandable-card__container--filled:hover {
|
|
1479
|
-
background-color: var(--adyen-sdk-color-background-secondary-hover);
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
.adyen-pe-expandable-card__content {
|
|
1483
|
-
padding: 12px;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
@media (min-width: 480px) {
|
|
1487
|
-
.adyen-pe-expandable-card__content {
|
|
1488
|
-
padding-left: 20px;
|
|
1489
|
-
padding-right: 20px;
|
|
1490
|
-
}
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
.adyen-pe-expandable-card__content--expandable {
|
|
1494
|
-
padding-bottom: 8px;
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
.adyen-pe-expandable-card__chevron {
|
|
1498
|
-
align-items: center;
|
|
1499
|
-
background-color: var(--adyen-sdk-color-background-tertiary);
|
|
1500
|
-
display: flex;
|
|
1501
|
-
height: 20px;
|
|
1502
|
-
justify-content: center;
|
|
1503
|
-
}.adyen-pe-base-button {
|
|
1504
|
-
appearance: none;
|
|
1505
|
-
cursor: pointer;
|
|
1506
|
-
padding: 0;
|
|
1507
|
-
text-align: unset;
|
|
1508
|
-
text-decoration: none;
|
|
1509
|
-
user-select: none;
|
|
1510
|
-
}
|
|
1511
|
-
.adyen-pe-base-button:disabled {
|
|
1512
|
-
cursor: not-allowed;
|
|
1513
|
-
}
|
|
1514
|
-
.adyen-pe-base-button--full-width {
|
|
1515
|
-
width: 100%;
|
|
1516
|
-
}@keyframes skeleton-loading {
|
|
1517
|
-
0% {
|
|
1518
|
-
background-color: hsl(220, 10%, 80%);
|
|
1519
|
-
}
|
|
1520
|
-
100% {
|
|
1521
|
-
background-color: hsl(220, 10%, 95%);
|
|
1522
|
-
}
|
|
1523
|
-
}
|
|
1524
|
-
.adyen-pe-amount-skeleton {
|
|
1525
|
-
background-color: hsl(220, 10%, 95%);
|
|
1526
|
-
border-radius: 100px;
|
|
1527
|
-
display: inline-block;
|
|
1528
|
-
margin: auto;
|
|
1529
|
-
min-height: 12px;
|
|
1530
|
-
width: 80%;
|
|
1531
|
-
}
|
|
1532
|
-
.adyen-pe-amount-skeleton--has-margin {
|
|
1533
|
-
margin-top: 8px;
|
|
1534
|
-
}
|
|
1535
|
-
.adyen-pe-amount-skeleton--loading {
|
|
1536
|
-
animation: skeleton-loading 0.8s linear infinite alternate;
|
|
1537
|
-
background: inherit;
|
|
1538
|
-
}.adyen-pe-summary-item {
|
|
1539
|
-
align-items: center;
|
|
1540
|
-
display: flex;
|
|
1541
|
-
gap: 20px;
|
|
1542
|
-
justify-content: space-between;
|
|
1543
|
-
width: 100%;
|
|
1544
|
-
}
|
|
1545
|
-
@media (min-width: 480px) {
|
|
1546
|
-
.adyen-pe-summary-item {
|
|
1547
|
-
gap: 50px;
|
|
1548
|
-
}
|
|
1549
|
-
}
|
|
1550
|
-
.adyen-pe-summary-item--body {
|
|
1551
|
-
border-top: 1px solid #dbdee2;
|
|
1552
|
-
margin-top: 8px;
|
|
1553
|
-
padding-top: 8px;
|
|
1554
|
-
}
|
|
1555
|
-
.adyen-pe-summary-item__label-container {
|
|
1556
|
-
display: inline-block;
|
|
1557
|
-
width: fit-content;
|
|
1558
|
-
}
|
|
1559
|
-
.adyen-pe-summary-item__label-container--loading {
|
|
1560
|
-
display: block;
|
|
1561
|
-
}
|
|
1562
|
-
.adyen-pe-summary-item__label {
|
|
1563
|
-
color: var(--adyen-sdk-color-label-secondary);
|
|
1564
|
-
width: fit-content;
|
|
1565
|
-
}
|
|
1566
|
-
.adyen-pe-summary-item__amount {
|
|
1567
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
1568
|
-
font-weight: var(--adyen-sdk-font-weight-600);
|
|
1569
|
-
white-space: nowrap;
|
|
1570
|
-
}
|
|
1571
|
-
.adyen-pe-summary-item__placeholder {
|
|
1572
|
-
display: inline-block;
|
|
1573
|
-
height: 12px;
|
|
1574
|
-
}.adyen-pe-base-list {
|
|
1575
|
-
list-style: none;
|
|
1576
|
-
margin: 0;
|
|
1577
|
-
padding: 0;
|
|
1578
|
-
}.adyen-pe-balance-account-selector {
|
|
1579
|
-
max-height: 24rem;
|
|
1580
|
-
overflow-y: auto;
|
|
1581
|
-
}.adyen-pe-range-selection-filter {
|
|
1582
|
-
display: flex;
|
|
1583
|
-
flex-direction: column;
|
|
1584
|
-
font-size: var(--adyen-sdk-font-size-200);
|
|
1585
|
-
gap: 16px;
|
|
1586
|
-
/* stylelint-disable-next-line selector-no-qualifying-type */
|
|
1587
|
-
/* stylelint-disable-next-line selector-no-qualifying-type */
|
|
1588
|
-
}
|
|
1589
|
-
.adyen-pe-range-selection-filter__input {
|
|
1590
|
-
display: flex;
|
|
1591
|
-
flex-direction: column;
|
|
1592
|
-
gap: 8px;
|
|
1593
|
-
}
|
|
1594
|
-
.adyen-pe-range-selection-filter input[type=number]::-webkit-inner-spin-button,
|
|
1595
|
-
.adyen-pe-range-selection-filter input[type=number]::-webkit-outer-spin-button {
|
|
1596
|
-
-webkit-appearance: none;
|
|
1597
|
-
-moz-appearance: textfield;
|
|
1598
|
-
margin: 0;
|
|
1599
|
-
}
|
|
1600
|
-
.adyen-pe-range-selection-filter input[type=number] {
|
|
1601
|
-
appearance: textfield;
|
|
1602
|
-
}
|
|
1603
|
-
.adyen-pe-range-selection-filter label {
|
|
1604
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
1605
|
-
font-weight: var(--adyen-sdk-font-weight-500);
|
|
1606
|
-
}.adyen-pe-transactions-overview {
|
|
1607
|
-
background: var(--adyen-sdk-color-background-primary);
|
|
1608
|
-
display: flex;
|
|
1609
|
-
flex-direction: column;
|
|
1610
|
-
gap: 16px;
|
|
1611
|
-
padding: 12px 8px;
|
|
1612
|
-
}
|
|
1613
|
-
@media (min-width: 480px) {
|
|
1614
|
-
.adyen-pe-transactions-overview {
|
|
1615
|
-
border: 1px solid var(--adyen-sdk-color-outline-secondary);
|
|
1616
|
-
border-radius: 8px;
|
|
1617
|
-
padding-left: 16px;
|
|
1618
|
-
padding-right: 16px;
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
.adyen-pe-transactions-overview__summary {
|
|
1622
|
-
display: flex;
|
|
1623
|
-
flex-wrap: wrap-reverse;
|
|
1624
|
-
gap: 12px;
|
|
1625
|
-
justify-content: space-between;
|
|
1626
|
-
}
|
|
1627
|
-
.adyen-pe-transactions-overview__summary-item {
|
|
1628
|
-
flex-grow: 1;
|
|
1629
|
-
}
|
|
1630
|
-
@media (min-width: 768px) {
|
|
1631
|
-
.adyen-pe-transactions-overview__summary-item {
|
|
1632
|
-
flex-grow: unset;
|
|
1633
|
-
}
|
|
1634
|
-
}.adyen-pe-transactions-overview-container--with-error {
|
|
1635
|
-
position: relative;
|
|
1636
|
-
}@keyframes skeleton-loading {
|
|
1637
|
-
0% {
|
|
1638
|
-
background-color: hsl(220, 10%, 80%);
|
|
1639
|
-
}
|
|
1640
|
-
100% {
|
|
1641
|
-
background-color: hsl(220, 10%, 95%);
|
|
1642
|
-
}
|
|
1643
|
-
}
|
|
1644
|
-
.adyen-pe-transaction--error-container {
|
|
1645
|
-
position: relative;
|
|
1646
|
-
}
|
|
1647
|
-
.adyen-pe-transaction-data {
|
|
1648
|
-
padding: 0 24px 24px;
|
|
1649
|
-
}
|
|
1650
|
-
.adyen-pe-transaction-data__section {
|
|
1651
|
-
margin-bottom: 6px;
|
|
1652
|
-
}
|
|
1653
|
-
.adyen-pe-transaction-data__amount {
|
|
1654
|
-
color: var(--adyen-sdk-color-label-primary);
|
|
1655
|
-
font-size: var(--adyen-sdk-font-size-700);
|
|
1656
|
-
font-weight: var(--adyen-sdk-font-weight-600);
|
|
1657
|
-
line-height: var(--adyen-sdk-line-height-800);
|
|
1658
|
-
}
|
|
1659
|
-
.adyen-pe-transaction-data__amount--error {
|
|
1660
|
-
color: var(--adyen-sdk-color-label-critical);
|
|
1661
|
-
}
|
|
1662
|
-
.adyen-pe-transaction-data__amount--pending {
|
|
1663
|
-
color: var(--adyen-sdk-color-label-secondary);
|
|
1664
|
-
}
|
|
1665
|
-
.adyen-pe-transaction-data__container {
|
|
1666
|
-
padding-bottom: 20px;
|
|
1667
|
-
}
|
|
1668
|
-
.adyen-pe-transaction-data__payment-method {
|
|
1669
|
-
align-items: center;
|
|
1670
|
-
display: flex;
|
|
1671
|
-
gap: 6px;
|
|
1672
|
-
}
|
|
1673
|
-
.adyen-pe-transaction-data__payment-method-detail {
|
|
1674
|
-
font-weight: var(--adyen-sdk-font-weight-500);
|
|
1675
|
-
}
|
|
1676
|
-
.adyen-pe-transaction-data__payment-method-logo-container {
|
|
1677
|
-
height: 22px;
|
|
1678
|
-
width: 32px;
|
|
1679
|
-
}
|
|
1680
|
-
.adyen-pe-transaction-data__tag-container {
|
|
1681
|
-
display: flex;
|
|
1682
|
-
gap: 4px;
|
|
1683
|
-
}
|
|
1684
|
-
.adyen-pe-transaction-data__action-buttons {
|
|
1685
|
-
display: flex;
|
|
1686
|
-
justify-content: flex-end;
|
|
1687
|
-
}
|
|
1688
|
-
.adyen-pe-transaction-data__label {
|
|
1689
|
-
color: var(--adyen-sdk-color-label-secondary);
|
|
1690
|
-
font-size: var(--adyen-sdk-font-size-200);
|
|
1691
|
-
font-weight: var(--adyen-sdk-font-weight-400);
|
|
1692
|
-
line-height: var(--adyen-sdk-line-height-200);
|
|
1693
|
-
}
|
|
1694
|
-
.adyen-pe-transaction-data__skeleton {
|
|
1695
|
-
background-color: hsl(220, 10%, 95%);
|
|
1696
|
-
border-radius: 100px;
|
|
1697
|
-
display: inline-block;
|
|
1698
|
-
margin: auto;
|
|
1699
|
-
min-height: 12px;
|
|
1700
|
-
width: 80%;
|
|
1701
|
-
display: block;
|
|
1702
|
-
height: 12px;
|
|
1703
|
-
margin: 8px 0;
|
|
1704
|
-
width: 50%;
|
|
1705
|
-
}
|
|
1706
|
-
.adyen-pe-transaction-data__skeleton-loading-content {
|
|
1707
|
-
animation: skeleton-loading 0.8s linear infinite alternate;
|
|
1708
|
-
background: inherit;
|
|
1709
|
-
}
|