@adyen/adyen-platform-experience-web 1.1.1 → 1.3.0
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/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/adyen-platform-experience-web.css +1 -0
- package/dist/angle-right-B9TwrrKy.cjs +2 -0
- package/dist/angle-right-B9TwrrKy.cjs.map +1 -0
- package/dist/checkmark-circle-fill-061Mhd-a.cjs +2 -0
- package/dist/checkmark-circle-fill-061Mhd-a.cjs.map +1 -0
- package/dist/checkmark-fAQym7H_.cjs +2 -0
- package/dist/checkmark-fAQym7H_.cjs.map +1 -0
- package/dist/checkmark-square-fill-1aNDqK2E.cjs +2 -0
- package/dist/checkmark-square-fill-1aNDqK2E.cjs.map +1 -0
- package/dist/chevron-down-FgsluyBm.cjs +2 -0
- package/dist/chevron-down-FgsluyBm.cjs.map +1 -0
- package/dist/chevron-left-CjTZhNFk.cjs +2 -0
- package/dist/chevron-left-CjTZhNFk.cjs.map +1 -0
- package/dist/chevron-right-B13OLmlL.cjs +2 -0
- package/dist/chevron-right-B13OLmlL.cjs.map +1 -0
- package/dist/chevron-up-ulfmWZTv.cjs +2 -0
- package/dist/chevron-up-ulfmWZTv.cjs.map +1 -0
- package/dist/cjs/index.js +1 -11
- package/dist/cjs/index.js.map +1 -1
- package/dist/copy-Dj92kOrj.cjs +2 -0
- package/dist/copy-Dj92kOrj.cjs.map +1 -0
- package/dist/cross-C1Q8Ul1O.cjs +2 -0
- package/dist/cross-C1Q8Ul1O.cjs.map +1 -0
- package/dist/cross-circle-fill-W0NrbuG5.cjs +2 -0
- package/dist/cross-circle-fill-W0NrbuG5.cjs.map +1 -0
- package/dist/da-DK-UDr4zLEm.cjs +2 -0
- package/dist/da-DK-UDr4zLEm.cjs.map +1 -0
- package/dist/de-DE-CRXo3Lip.cjs +2 -0
- package/dist/de-DE-CRXo3Lip.cjs.map +1 -0
- package/dist/download-BhFibCDx.cjs +2 -0
- package/dist/download-BhFibCDx.cjs.map +1 -0
- package/dist/es/components/constants.js +4 -0
- package/dist/es/components/external/BaseElement.js +20 -32
- package/dist/es/components/external/CapitalOffer/CapitalOfferElement.js +18 -0
- package/dist/es/components/external/CapitalOffer/components/CapitalOffer/CapitalOffer.js +73 -0
- package/dist/es/components/external/CapitalOffer/components/CapitalOffer/constants.js +7 -0
- package/dist/es/components/external/CapitalOffer/components/CapitalOfferLegalNotice/CapitalOfferLegalNotice.js +43 -0
- package/dist/es/components/external/CapitalOffer/components/CapitalOfferSelection/CapitalOfferSelection.js +147 -0
- package/dist/es/components/external/CapitalOffer/components/CapitalOfferSummary/CapitalOfferSummary.js +187 -0
- package/dist/es/components/external/CapitalOffer/components/CapitalOfferSummary/constants.js +4 -0
- package/dist/es/components/external/CapitalOffer/components/utils/CapitalErrorMessageDisplay.js +36 -0
- package/dist/es/components/external/CapitalOffer/components/utils/utils.js +19 -0
- package/dist/es/components/external/CapitalOverview/CapitalOverviewElement.js +36 -0
- package/dist/es/components/external/CapitalOverview/components/CapitalOverview/CapitalOverview.js +124 -0
- package/dist/es/components/external/CapitalOverview/components/GrantAction/GrantAction.js +65 -0
- package/dist/es/components/external/CapitalOverview/components/GrantAction/constants.js +6 -0
- package/dist/es/components/external/CapitalOverview/components/GrantAction/utils.js +10 -0
- package/dist/es/components/external/CapitalOverview/components/GrantDetails/GrantDetails.js +83 -0
- package/dist/es/components/external/CapitalOverview/components/GrantDetails/constants.js +9 -0
- package/dist/es/components/external/CapitalOverview/components/GrantItem/GrantItem.js +91 -0
- package/dist/es/components/external/CapitalOverview/components/GrantItem/constants.js +12 -0
- package/dist/es/components/external/CapitalOverview/components/GrantItem/utils.js +70 -0
- package/dist/es/components/external/CapitalOverview/components/GrantList/GrantList.js +33 -0
- package/dist/es/components/external/CapitalOverview/components/GrantList/GrantsDisplay.js +45 -0
- package/dist/es/components/external/CapitalOverview/components/PreQualified/PreQualified.js +30 -0
- package/dist/es/components/external/CapitalOverview/components/PreQualifiedIntro.js +35 -0
- package/dist/es/components/external/CapitalOverview/components/Unqualified.js +20 -0
- package/dist/es/components/external/CapitalOverview/constants.js +13 -0
- package/dist/es/components/external/PayoutDetails/PayoutDetails.js +11 -16
- package/dist/es/components/external/PayoutDetails/components/PayoutData.js +100 -186
- package/dist/es/components/external/PayoutDetails/components/constants.js +9 -8
- package/dist/es/components/external/PayoutsOverview/PayoutsOverviewElement.js +17 -15
- package/dist/es/components/external/PayoutsOverview/components/PayoutsOverview/PayoutsOverview.js +100 -122
- package/dist/es/components/external/PayoutsOverview/components/PayoutsOverviewContainer/PayoutsOverviewContainer.js +15 -23
- package/dist/es/components/external/PayoutsOverview/components/PayoutsTable/PayoutsTable.js +48 -90
- package/dist/es/components/external/ReportsOverview/ReportsOverviewElement.js +20 -18
- package/dist/es/components/external/ReportsOverview/components/ReportsOverview/ReportsOverview.js +73 -92
- package/dist/es/components/external/ReportsOverview/components/ReportsOverviewContainer/ReportsOverviewContainer.js +15 -23
- package/dist/es/components/external/ReportsOverview/components/ReportsTable/ReportsTable.js +90 -121
- package/dist/es/components/external/TransactionDetails/TransactionDetails.js +19 -17
- package/dist/es/components/external/TransactionDetails/components/TransactionData/TransactionData.js +8 -0
- package/dist/es/components/external/TransactionDetails/components/TransactionData/TransactionDataContent.js +186 -0
- package/dist/es/components/external/TransactionDetails/components/constants.js +44 -0
- package/dist/es/components/external/TransactionDetails/components/details/TransactionDataProperties.js +52 -0
- package/dist/es/components/external/TransactionDetails/components/details/TransactionDetailsDataContainer.js +7 -0
- package/dist/es/components/external/TransactionDetails/components/details/TransactionStatusBox.js +53 -0
- package/dist/es/components/external/TransactionDetails/components/refund/TransactionRefundAmount.js +98 -0
- package/dist/es/components/external/TransactionDetails/components/refund/TransactionRefundNotice.js +19 -0
- package/dist/es/components/external/TransactionDetails/components/refund/TransactionRefundReason.js +41 -0
- package/dist/es/components/external/TransactionDetails/components/utils.js +32 -0
- package/dist/es/components/external/TransactionDetails/context/constants.js +4 -0
- package/dist/es/components/external/TransactionDetails/context/details/context.js +90 -0
- package/dist/es/components/external/TransactionDetails/context/refund/context.js +87 -0
- package/dist/es/components/external/TransactionDetails/context/refund/helpers.js +18 -0
- package/dist/es/components/external/TransactionDetails/context/refund/hooks/useRefundAction.js +52 -0
- package/dist/es/components/external/TransactionDetails/context/refund/hooks/useRefundContextActions.js +40 -0
- package/dist/es/components/external/TransactionDetails/context/refund/hooks/useRefundContextAmount.js +34 -0
- package/dist/es/components/external/TransactionDetails/context/refund/hooks/useRefundContextLineItems.js +40 -0
- package/dist/es/components/external/TransactionDetails/context/refund/hooks/useRefundContextReason.js +17 -0
- package/dist/es/components/external/TransactionDetails/context/types.js +8 -0
- package/dist/es/components/external/TransactionDetails/hooks/useTransaction/transactionNavigator/createDuplexTransactionNavigator.js +41 -0
- package/dist/es/components/external/TransactionDetails/hooks/useTransaction/useTransaction.js +46 -0
- package/dist/es/components/external/TransactionDetails/hooks/useTransactionRefundMetadata/helpers.js +10 -0
- package/dist/es/components/external/TransactionDetails/hooks/useTransactionRefundMetadata/useTransactionRefundMetadata.js +126 -0
- package/dist/es/components/external/TransactionsOverview/TransactionsOverviewElement.js +18 -16
- package/dist/es/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.js +6 -18
- package/dist/es/components/external/TransactionsOverview/components/BalanceItem/BalanceItem.js +34 -35
- package/dist/es/components/external/TransactionsOverview/components/Balances/Balances.js +38 -66
- package/dist/es/components/external/TransactionsOverview/components/Category/Category.js +7 -23
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.js +25 -20
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/constants.js +13 -1
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.js +14 -19
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.js +1 -4
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.js +31 -58
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItemLabel.js +13 -22
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.js +28 -23
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TotalsCard.js +37 -37
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.js +50 -81
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.js +207 -238
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewContainer/TransactionsOverviewContainer.js +15 -23
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/PaymentMethodCell.js +23 -34
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.js +62 -109
- package/dist/es/components/external/TransactionsOverview/components/utils.js +4 -4
- package/dist/es/components/external/TransactionsOverview/hooks/useMaxWidths.js +8 -6
- package/dist/es/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.js +14 -14
- package/dist/es/components/external/UIElement/UIElement.js +28 -33
- package/dist/es/components/internal/Accordion/Accordion.js +33 -45
- package/dist/es/components/internal/Alert/Alert.js +29 -59
- package/dist/es/components/internal/Alert/AlertIcon.js +19 -0
- package/dist/es/components/internal/Alert/types.js +3 -2
- package/dist/es/components/internal/AnchorButton/AnchorButton.js +22 -0
- package/dist/es/components/internal/BaseButton/BaseButton.js +20 -33
- package/dist/es/components/internal/BaseList/BaseList.js +6 -10
- package/dist/es/components/internal/Button/Button.js +21 -57
- package/dist/es/components/internal/Button/ButtonActions/ButtonActions.js +25 -30
- package/dist/es/components/internal/Button/ButtonActions/types.js +1 -4
- package/dist/es/components/internal/Button/DownloadButton/DownloadButton.js +25 -55
- package/dist/es/components/internal/Button/DownloadButton/useDownload.js +8 -13
- package/dist/es/components/internal/Button/constants.js +9 -6
- package/dist/es/components/internal/Button/hooks/useButton.js +42 -12
- package/dist/es/components/internal/Button/types.js +1 -1
- package/dist/es/components/internal/Calendar/Calendar.js +16 -17
- package/dist/es/components/internal/Calendar/calendar/facade/Calendar.js +324 -345
- package/dist/es/components/internal/Calendar/calendar/facade/index.js +21 -48
- package/dist/es/components/internal/Calendar/calendar/timeframe/common/flags.js +25 -25
- package/dist/es/components/internal/Calendar/calendar/timeframe/common/utils.js +1 -2
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/MonthFrame.js +101 -124
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.js +189 -215
- package/dist/es/components/internal/Calendar/calendar/timerange/factory.js +26 -31
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastMonth.js +2 -2
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastNDays.js +12 -16
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastWeek.js +2 -2
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/shared/offsetMonth.js +9 -18
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/shared/offsetWeek.js +17 -25
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisMonth.js +2 -2
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisWeek.js +2 -2
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/yearToDate.js +5 -8
- package/dist/es/components/internal/Calendar/calendar/timerange/utils.js +1 -3
- package/dist/es/components/internal/Calendar/calendar/timeslice/TimeSlice.js +22 -26
- package/dist/es/components/internal/Calendar/calendar/timeslice/index.js +5 -5
- package/dist/es/components/internal/Calendar/calendar/utils.js +19 -29
- package/dist/es/components/internal/Calendar/components/CalendarControls/CalendarControls.js +3 -11
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGrid.js +20 -47
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.js +39 -53
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.js +32 -46
- package/dist/es/components/internal/Calendar/components/CalendarGrid/utils.js +26 -41
- package/dist/es/components/internal/Calendar/hooks/useCalendar.js +79 -75
- package/dist/es/components/internal/Calendar/hooks/useCalendarControlsRendering.js +45 -42
- package/dist/es/components/internal/Calendar/hooks/useTimezone.js +16 -32
- package/dist/es/components/internal/CapitalHeader/CapitalHeader.js +18 -0
- package/dist/es/components/internal/CapitalHeader/constants.js +7 -0
- package/dist/es/components/internal/CapitalHeader/helpers.js +34 -0
- package/dist/es/components/internal/CapitalSlider/CapitalSlider.js +57 -0
- package/dist/es/components/internal/Card/Card.js +42 -40
- package/dist/es/components/internal/Card/constants.js +3 -2
- package/dist/es/components/internal/CopyText/CopyText.js +73 -33
- package/dist/es/components/internal/DataGrid/DataGrid.js +69 -105
- package/dist/es/components/internal/DataGrid/DataGridCell.js +23 -24
- package/dist/es/components/internal/DataGrid/components/Icon.js +3 -14
- package/dist/es/components/internal/DataGrid/components/InteractiveBody.js +12 -20
- package/dist/es/components/internal/DataGrid/components/SkeletonBody.js +17 -27
- package/dist/es/components/internal/DataGrid/components/TableBody.js +9 -14
- package/dist/es/components/internal/DataGrid/components/TableCells.js +22 -50
- package/dist/es/components/internal/DataGrid/components/TableHeaderCell.js +16 -23
- package/dist/es/components/internal/DataGrid/hooks/useInteractiveDataGrid.js +67 -75
- package/dist/es/components/internal/DataGrid/utils/DataGridProvider.js +19 -24
- package/dist/es/components/internal/DataOverviewContainer/DataOverviewContainer.js +23 -23
- package/dist/es/components/internal/DataOverviewDetails/DataOverviewDetails.js +60 -80
- package/dist/es/components/internal/DataOverviewDetails/DataOverviewDetailsSkeleton.js +14 -0
- package/dist/es/components/internal/DataOverviewDetails/constants.js +8 -0
- package/dist/es/components/internal/DataOverviewDetails/useDataOverviewDetailsTitle.js +18 -0
- package/dist/es/components/internal/DataOverviewDisplay/DataDetailsModal.js +21 -22
- package/dist/es/components/internal/DataOverviewDisplay/DataOverviewHeader/DataOverviewHeader.js +11 -37
- package/dist/es/components/internal/DataOverviewError/DataOverviewError.js +19 -16
- package/dist/es/components/internal/DatePicker/DatePicker.js +39 -57
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/TimeRangeSelector.js +18 -27
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.js +42 -38
- package/dist/es/components/internal/Divider/Divider.js +8 -0
- package/dist/es/components/internal/Divider/constants.js +6 -0
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.js +62 -67
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.js +72 -93
- package/dist/es/components/internal/ExpandableCard/constants.js +11 -9
- package/dist/es/components/internal/FilterBar/FilterBar.js +37 -48
- package/dist/es/components/internal/FilterBar/components/FilterButton/FilterButton.js +14 -35
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/AmountFilter.js +49 -54
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/RangeSelection.js +64 -74
- package/dist/es/components/internal/FilterBar/filters/BaseFilter/BaseFilter.js +104 -97
- package/dist/es/components/internal/FilterBar/filters/DateFilter/DateFilter.js +51 -47
- package/dist/es/components/internal/FilterBar/filters/DateFilter/DateFilterCore.js +72 -92
- package/dist/es/components/internal/FormFields/InputBase.js +63 -72
- package/dist/es/components/internal/FormFields/InputText.js +5 -11
- package/dist/es/components/internal/FormFields/Select/BalanceAccountSelector/BalanceAccountSelector.js +39 -36
- package/dist/es/components/internal/FormFields/Select/Select.js +171 -166
- package/dist/es/components/internal/FormFields/Select/components/SelectButton.js +79 -99
- package/dist/es/components/internal/FormFields/Select/components/SelectList.js +61 -66
- package/dist/es/components/internal/FormFields/Select/components/SelectListItem.js +36 -56
- package/dist/es/components/internal/FormFields/Select/hooks/useSelect.js +29 -30
- package/dist/es/components/internal/Header/Header.js +29 -0
- package/dist/es/components/internal/Icon/Icon.js +36 -0
- package/dist/es/components/internal/Image/Image.js +8 -21
- package/dist/es/components/internal/Img/Img.js +12 -28
- package/dist/es/components/internal/InfoBox/InfoBox.js +7 -0
- package/dist/es/components/internal/Modal/Modal.js +75 -61
- package/dist/es/components/internal/Modal/ModalContent/ModalContent.js +20 -31
- package/dist/es/components/internal/Pagination/Pagination.js +51 -61
- package/dist/es/components/internal/Pagination/hooks/useCursorPaginatedRecords.js +5 -5
- package/dist/es/components/internal/Pagination/hooks/useCursorPagination.js +16 -23
- package/dist/es/components/internal/Pagination/hooks/useOffsetPagination.js +12 -19
- package/dist/es/components/internal/Pagination/hooks/usePageLimit.js +42 -52
- package/dist/es/components/internal/Pagination/hooks/usePaginatedRecords.js +43 -85
- package/dist/es/components/internal/Pagination/hooks/usePaginatedRecordsFilters.js +6 -12
- package/dist/es/components/internal/Pagination/hooks/usePagination.js +33 -57
- package/dist/es/components/internal/Popover/Popover.js +96 -86
- package/dist/es/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.js +22 -29
- package/dist/es/components/internal/Popover/PopoverTitle/PopoverTitle.js +6 -13
- package/dist/es/components/internal/Popover/utils/popoverUtil.js +8 -16
- package/dist/es/components/internal/Popover/utils/utils.js +13 -14
- package/dist/es/components/internal/ProgressBar/ProgressBar.js +56 -0
- package/dist/es/components/internal/SVGIcons/CheckedBox.js +12 -20
- package/dist/es/components/internal/SVGIcons/Checkmark.js +13 -21
- package/dist/es/components/internal/SVGIcons/ChevronDown.js +15 -23
- package/dist/es/components/internal/SVGIcons/ChevronLeft.js +11 -19
- package/dist/es/components/internal/SVGIcons/ChevronRight.js +12 -20
- package/dist/es/components/internal/SVGIcons/ChevronUp.js +13 -21
- package/dist/es/components/internal/SVGIcons/CloseCircle.js +16 -0
- package/dist/es/components/internal/SVGIcons/Download.js +17 -18
- package/dist/es/components/internal/SVGIcons/UncheckedBox.js +6 -20
- package/dist/es/components/internal/SVGIcons/Warning.js +18 -20
- package/dist/es/components/internal/Slider/Slider.js +31 -0
- package/dist/es/components/internal/Slider/calculateProgress.js +11 -0
- package/dist/es/components/internal/Spinner/Spinner.js +3 -11
- package/dist/es/components/internal/StructuredList/StructuredList.js +30 -41
- package/dist/es/components/internal/StructuredList/useStructuredListItem.js +1 -3
- package/dist/es/components/internal/Tabs/Tabs.js +69 -0
- package/dist/es/components/internal/Tag/Tag.js +22 -17
- package/dist/es/components/internal/Tag/types.js +2 -2
- package/dist/es/components/internal/Tooltip/Tooltip.js +22 -39
- package/dist/es/components/internal/Tooltip/useTooltipListeners.js +11 -8
- package/dist/es/components/internal/Translation/Translation.js +33 -0
- package/dist/es/components/internal/Typography/Typography.js +30 -40
- package/dist/es/components/utils/capital/getCapitalErrorMessage.js +65 -0
- package/dist/es/components/utils/getCommonErrorCode.js +6 -10
- package/dist/es/components/utils/getErrorMessage.js +9 -13
- package/dist/es/constants/dateFormats.js +28 -0
- package/dist/es/core/ConfigContext/context.js +40 -0
- package/dist/es/core/ConfigContext/session/AuthSession.js +85 -0
- package/dist/es/core/ConfigContext/session/AuthSessionSpecification.js +67 -0
- package/dist/es/core/ConfigContext/session/SetupContext.js +75 -0
- package/dist/es/core/{Auth → ConfigContext}/session/constants.js +4 -4
- package/dist/es/core/ConfigContext/session/utils/sessionAwareComponentAvailability/helpers/componentAvailabilityErrors.js +19 -0
- package/dist/es/core/ConfigContext/session/utils/sessionAwareComponentAvailability/helpers/componentAvailabilityRegistry.js +13 -0
- package/dist/es/core/ConfigContext/session/utils/sessionAwareComponentAvailability/sessionAwareComponentAvailability.js +10 -0
- package/dist/es/core/ConfigContext/session/utils/sessionReady.js +25 -0
- package/dist/es/core/Context/CoreProvider.js +14 -23
- package/dist/es/core/Context/useCoreContext.js +2 -2
- package/dist/es/core/Errors/AdyenPlatformExperienceError.js +10 -11
- package/dist/es/core/Http/http.js +19 -24
- package/dist/es/core/Http/utils.js +21 -26
- package/dist/es/core/Localization/Localization.js +54 -72
- package/dist/es/core/Localization/constants/currency-codes.js +2 -2
- package/dist/es/core/Localization/constants/currency-decimals.js +2 -2
- package/dist/es/core/Localization/constants/localization.js +5 -5
- package/dist/es/core/Localization/datetime/restamper/constants.js +4 -14
- package/dist/es/core/Localization/datetime/restamper/restamper.js +18 -33
- package/dist/es/core/Localization/datetime/restamper/utils.js +1 -4
- package/dist/es/core/Localization/localization-utils.js +3 -11
- package/dist/es/core/Localization/utils.js +52 -48
- package/dist/es/core/core.js +25 -34
- package/dist/es/core/utils.js +1 -1
- package/dist/es/external/preact/compat/dist/compat.module.js +121 -131
- package/dist/es/external/preact/dist/preact.module.js +222 -263
- package/dist/es/external/preact/hooks/dist/hooks.module.js +113 -117
- package/dist/es/external/preact/jsx-runtime/dist/jsxRuntime.module.js +12 -14
- package/dist/es/hooks/element/useClickOutside.js +27 -18
- package/dist/es/hooks/element/useDetachedRender.js +15 -12
- package/dist/es/hooks/element/useFocusCursor.js +22 -14
- package/dist/es/hooks/element/useFocusTrap.js +16 -13
- package/dist/es/hooks/element/usePopoverPositioner.js +85 -64
- package/dist/es/hooks/element/useUniqueIdentifier.js +15 -9
- package/dist/es/hooks/useBalanceAccountSelection.js +18 -0
- package/dist/es/hooks/useBalanceAccounts.js +25 -0
- package/dist/es/hooks/useBooleanState.js +8 -0
- package/dist/es/hooks/useCommitAction/useCommitAction.js +22 -28
- package/dist/es/hooks/useCustomColumnsData.js +26 -0
- package/dist/es/hooks/useDefaultOverviewFilterParams.js +25 -0
- package/dist/es/hooks/useFetch.js +39 -0
- package/dist/es/{components/hooks → hooks}/useFreezePeriod.js +7 -10
- package/dist/es/hooks/useImageUrl.js +28 -0
- package/dist/es/hooks/{useMediaQuery/useMediaQuery.js → useMediaQuery.js} +1 -1
- package/dist/es/hooks/useModalDetails/useModalDetails.js +17 -17
- package/dist/es/hooks/useMounted.js +10 -0
- package/dist/es/hooks/useMutation/useMutation.js +59 -0
- package/dist/es/hooks/useReactiveState/useReactiveState.js +27 -41
- package/dist/es/hooks/useReflex.js +9 -0
- package/dist/es/{components/hooks → hooks}/useResponsiveViewport.js +2 -2
- package/dist/es/hooks/useTableColumns.js +28 -0
- package/dist/es/hooks/useTimezoneAwareDateFormatting.js +37 -0
- package/dist/es/images/generic-use-first-touch.svg.js +4 -0
- package/dist/es/images/icons/angle-right.svg.js +6 -0
- package/dist/es/images/icons/checkmark-circle-fill.svg.js +9 -0
- package/dist/es/images/icons/checkmark-square-fill.svg.js +6 -0
- package/dist/es/images/icons/checkmark.svg.js +6 -0
- package/dist/es/images/icons/chevron-down.svg.js +6 -0
- package/dist/es/images/icons/chevron-left.svg.js +6 -0
- package/dist/es/images/icons/chevron-right.svg.js +6 -0
- package/dist/es/images/icons/chevron-up.svg.js +6 -0
- package/dist/es/images/icons/copy.svg.js +6 -0
- package/dist/es/images/icons/cross-circle-fill.svg.js +9 -0
- package/dist/es/images/icons/cross.svg.js +6 -0
- package/dist/es/images/icons/download.svg.js +9 -0
- package/dist/es/images/icons/filter.svg.js +6 -0
- package/dist/es/images/icons/info-filled.svg.js +9 -0
- package/dist/es/images/icons/minus-circle-outline.svg.js +9 -0
- package/dist/es/images/icons/plus-circle-outline.svg.js +9 -0
- package/dist/es/images/icons/square.svg.js +6 -0
- package/dist/es/images/icons/warning-filled.svg.js +6 -0
- package/dist/es/images/icons/warning.svg.js +9 -0
- package/dist/es/images/no-data-female.svg.js +2 -2
- package/dist/es/images/no-results.svg.js +2 -2
- package/dist/es/index.js +32 -27
- package/dist/es/primitives/async/abortable/main.js +10 -12
- package/dist/es/primitives/auxiliary/errorContainer/main.js +7 -7
- package/dist/es/primitives/auxiliary/indexed/main.js +22 -18
- package/dist/es/primitives/context/session/SessionContext.js +5 -10
- package/dist/es/primitives/context/session/internal/autofresher.js +15 -17
- package/dist/es/primitives/context/session/internal/deadline.js +22 -28
- package/dist/es/primitives/context/session/internal/refresher.js +16 -18
- package/dist/es/primitives/dom/tabbableRoot/tabbable.js +25 -35
- package/dist/es/primitives/reactive/eventEmitter/main.js +20 -13
- package/dist/es/primitives/reactive/reflex/helpers.js +16 -13
- package/dist/es/primitives/reactive/reflex/main.js +34 -51
- package/dist/es/primitives/reactive/reflex/register.js +33 -41
- package/dist/es/primitives/reactive/watchlist/helpers.js +8 -12
- package/dist/es/primitives/reactive/watchlist/main.js +23 -25
- package/dist/es/primitives/time/clock/main.js +9 -14
- package/dist/es/primitives/time/interval/main.js +9 -9
- package/dist/es/primitives/time/today/main.js +12 -21
- package/dist/es/style/index.scss.js +1 -4
- package/dist/es/translations/da-DK.json.js +396 -2
- package/dist/es/translations/de-DE.json.js +396 -2
- package/dist/es/translations/en-US.json.js +396 -2
- package/dist/es/translations/es-ES.json.js +396 -2
- package/dist/es/translations/fi-FI.json.js +398 -0
- package/dist/es/translations/fr-FR.json.js +396 -2
- package/dist/es/translations/index.js +16 -38
- package/dist/es/translations/it-IT.json.js +396 -2
- package/dist/es/translations/nl-NL.json.js +396 -2
- package/dist/es/translations/no-NO.json.js +396 -2
- package/dist/es/translations/pt-BR.json.js +396 -2
- package/dist/es/translations/sv-SE.json.js +396 -2
- package/dist/es/utils/abort/internals.js +1 -2
- package/dist/es/utils/abort/main.js +22 -29
- package/dist/es/utils/collection/main.js +14 -14
- package/dist/es/utils/common.js +8 -5
- package/dist/es/utils/datetime/main.js +3 -3
- package/dist/es/utils/preact/className.js +2 -2
- package/dist/es/utils/preact/memoComparator/main.js +2 -5
- package/dist/es/utils/random/uuid.js +1 -1
- package/dist/es/utils/struct/main.js +8 -12
- package/dist/es/utils/value/is.js +9 -9
- package/dist/es-ES-DKE_miHr.cjs +2 -0
- package/dist/es-ES-DKE_miHr.cjs.map +1 -0
- package/dist/fi-FI-MQMNSR--.cjs +2 -0
- package/dist/fi-FI-MQMNSR--.cjs.map +1 -0
- package/dist/filter-CeIqJaST.cjs +2 -0
- package/dist/filter-CeIqJaST.cjs.map +1 -0
- package/dist/fr-FR-Bq797--M.cjs +2 -0
- package/dist/fr-FR-Bq797--M.cjs.map +1 -0
- package/dist/index-Ct9UXGI3.cjs +12 -0
- package/dist/index-Ct9UXGI3.cjs.map +1 -0
- package/dist/info-filled-DwtOooEl.cjs +2 -0
- package/dist/info-filled-DwtOooEl.cjs.map +1 -0
- package/dist/it-IT-P4aG92g4.cjs +2 -0
- package/dist/it-IT-P4aG92g4.cjs.map +1 -0
- package/dist/minus-circle-outline-DAHjwW5H.cjs +2 -0
- package/dist/minus-circle-outline-DAHjwW5H.cjs.map +1 -0
- package/dist/nl-NL-CkNmbOjk.cjs +2 -0
- package/dist/nl-NL-CkNmbOjk.cjs.map +1 -0
- package/dist/no-NO-Cb48UzO1.cjs +2 -0
- package/dist/no-NO-Cb48UzO1.cjs.map +1 -0
- package/dist/plus-circle-outline-2ZyFInVA.cjs +2 -0
- package/dist/plus-circle-outline-2ZyFInVA.cjs.map +1 -0
- package/dist/pt-BR-7QdWAx4z.cjs +2 -0
- package/dist/pt-BR-7QdWAx4z.cjs.map +1 -0
- package/dist/square-DcJgSNdY.cjs +2 -0
- package/dist/square-DcJgSNdY.cjs.map +1 -0
- package/dist/sv-SE-DDU8uUdf.cjs +2 -0
- package/dist/sv-SE-DDU8uUdf.cjs.map +1 -0
- package/dist/types/components/constants.d.ts +2 -0
- package/dist/types/components/constants.d.ts.map +1 -0
- package/dist/types/components/external/BaseElement.d.ts +2 -2
- package/dist/types/components/external/BaseElement.d.ts.map +1 -1
- package/dist/types/components/external/CapitalOffer/CapitalOfferElement.d.ts +10 -0
- package/dist/types/components/external/CapitalOffer/CapitalOfferElement.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOffer/CapitalOffer.d.ts +6 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOffer/CapitalOffer.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOffer/constants.d.ts +5 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOffer/constants.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOfferLegalNotice/CapitalOfferLegalNotice.d.ts +3 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOfferLegalNotice/CapitalOfferLegalNotice.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOfferSelection/CapitalOfferSelection.d.ts +14 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOfferSelection/CapitalOfferSelection.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOfferSummary/CapitalOfferSummary.d.ts +9 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOfferSummary/CapitalOfferSummary.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOfferSummary/constants.d.ts +2 -0
- package/dist/types/components/external/CapitalOffer/components/CapitalOfferSummary/constants.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/components/utils/CapitalErrorMessageDisplay.d.ts +9 -0
- package/dist/types/components/external/CapitalOffer/components/utils/CapitalErrorMessageDisplay.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/components/utils/utils.d.ts +10 -0
- package/dist/types/components/external/CapitalOffer/components/utils/utils.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/index.d.ts +2 -0
- package/dist/types/components/external/CapitalOffer/index.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOffer/types.d.ts +9 -0
- package/dist/types/components/external/CapitalOffer/types.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/CapitalOverviewElement.d.ts +11 -0
- package/dist/types/components/external/CapitalOverview/CapitalOverviewElement.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/CapitalOverview/CapitalOverview.d.ts +6 -0
- package/dist/types/components/external/CapitalOverview/components/CapitalOverview/CapitalOverview.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAction/GrantAction.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAction/GrantAction.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAction/constants.d.ts +4 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAction/constants.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAction/types.d.ts +7 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAction/types.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAction/utils.d.ts +13 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAction/utils.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantDetails/GrantDetails.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/GrantDetails/GrantDetails.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantDetails/constants.d.ts +7 -0
- package/dist/types/components/external/CapitalOverview/components/GrantDetails/constants.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantDetails/types.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/GrantDetails/types.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/GrantItem.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/GrantItem.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/constants.d.ts +10 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/constants.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/types.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/types.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/utils.d.ts +23 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/utils.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantList/GrantList.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/GrantList/GrantList.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantList/GrantsDisplay.d.ts +4 -0
- package/dist/types/components/external/CapitalOverview/components/GrantList/GrantsDisplay.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantList/types.d.ts +16 -0
- package/dist/types/components/external/CapitalOverview/components/GrantList/types.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/PreQualified/PreQualified.d.ts +12 -0
- package/dist/types/components/external/CapitalOverview/components/PreQualified/PreQualified.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/PreQualifiedIntro.d.ts +8 -0
- package/dist/types/components/external/CapitalOverview/components/PreQualifiedIntro.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/Unqualified.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/Unqualified.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/constants.d.ts +11 -0
- package/dist/types/components/external/CapitalOverview/constants.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/index.d.ts +2 -0
- package/dist/types/components/external/CapitalOverview/index.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/types.d.ts +11 -0
- package/dist/types/components/external/CapitalOverview/types.d.ts.map +1 -0
- package/dist/types/components/external/PayoutDetails/PayoutDetails.d.ts +2 -2
- package/dist/types/components/external/PayoutDetails/PayoutDetails.d.ts.map +1 -1
- package/dist/types/components/external/PayoutDetails/components/PayoutData.d.ts +1 -0
- package/dist/types/components/external/PayoutDetails/components/PayoutData.d.ts.map +1 -1
- package/dist/types/components/external/PayoutDetails/components/constants.d.ts +1 -0
- package/dist/types/components/external/PayoutDetails/components/constants.d.ts.map +1 -1
- package/dist/types/components/external/PayoutsOverview/PayoutsOverviewElement.d.ts +2 -2
- package/dist/types/components/external/PayoutsOverview/PayoutsOverviewElement.d.ts.map +1 -1
- package/dist/types/components/external/ReportsOverview/ReportsOverviewElement.d.ts +2 -2
- package/dist/types/components/external/ReportsOverview/ReportsOverviewElement.d.ts.map +1 -1
- package/dist/types/components/external/ReportsOverview/components/ReportsTable/ReportsTable.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts +2 -2
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionData.d.ts +3 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionData.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionDataContent.d.ts +11 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionDataContent.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionData/index.d.ts +2 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionData/index.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/constants.d.ts +28 -0
- package/dist/types/components/external/TransactionDetails/components/constants.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/details/TransactionDataProperties.d.ts +3 -0
- package/dist/types/components/external/TransactionDetails/components/details/TransactionDataProperties.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/details/TransactionDetailsDataContainer.d.ts +6 -0
- package/dist/types/components/external/TransactionDetails/components/details/TransactionDetailsDataContainer.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/details/TransactionStatusBox.d.ts +8 -0
- package/dist/types/components/external/TransactionDetails/components/details/TransactionStatusBox.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/refund/TransactionRefundAmount.d.ts +6 -0
- package/dist/types/components/external/TransactionDetails/components/refund/TransactionRefundAmount.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/refund/TransactionRefundNotice.d.ts +3 -0
- package/dist/types/components/external/TransactionDetails/components/refund/TransactionRefundNotice.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/refund/TransactionRefundReason.d.ts +3 -0
- package/dist/types/components/external/TransactionDetails/components/refund/TransactionRefundReason.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/utils.d.ts +9 -0
- package/dist/types/components/external/TransactionDetails/components/utils.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/constants.d.ts +3 -0
- package/dist/types/components/external/TransactionDetails/context/constants.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/details/context.d.ts +5 -0
- package/dist/types/components/external/TransactionDetails/context/details/context.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/details/index.d.ts +4 -0
- package/dist/types/components/external/TransactionDetails/context/details/index.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/details/types.d.ts +16 -0
- package/dist/types/components/external/TransactionDetails/context/details/types.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/refund/context.d.ts +5 -0
- package/dist/types/components/external/TransactionDetails/context/refund/context.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/refund/helpers.d.ts +3 -0
- package/dist/types/components/external/TransactionDetails/context/refund/helpers.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundAction.d.ts +18 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundAction.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundContextActions.d.ts +9 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundContextActions.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundContextAmount.d.ts +8 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundContextAmount.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundContextLineItems.d.ts +29 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundContextLineItems.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundContextReason.d.ts +5 -0
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundContextReason.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/refund/index.d.ts +4 -0
- package/dist/types/components/external/TransactionDetails/context/refund/index.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/refund/types.d.ts +30 -0
- package/dist/types/components/external/TransactionDetails/context/refund/types.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/context/types.d.ts +46 -0
- package/dist/types/components/external/TransactionDetails/context/types.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransaction/index.d.ts +2 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransaction/index.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransaction/transactionNavigator/createDuplexTransactionNavigator.d.ts +4 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransaction/transactionNavigator/createDuplexTransactionNavigator.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransaction/transactionNavigator/types.d.ts +16 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransaction/transactionNavigator/types.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransaction/useTransaction.d.ts +74 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransaction/useTransaction.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransactionRefundMetadata/helpers.d.ts +10 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransactionRefundMetadata/helpers.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransactionRefundMetadata/index.d.ts +2 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransactionRefundMetadata/index.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransactionRefundMetadata/useTransactionRefundMetadata.d.ts +25 -0
- package/dist/types/components/external/TransactionDetails/hooks/useTransactionRefundMetadata/useTransactionRefundMetadata.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/types.d.ts +12 -4
- package/dist/types/components/external/TransactionDetails/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/TransactionsOverviewElement.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/TransactionsOverviewElement.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/Category/Category.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/TransactionsOverview/TransactionsOverview.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.d.ts +2 -2
- package/dist/types/components/external/UIElement/UIElement.d.ts +4 -3
- package/dist/types/components/external/UIElement/UIElement.d.ts.map +1 -1
- package/dist/types/components/external/index.d.ts +5 -3
- package/dist/types/components/external/index.d.ts.map +1 -1
- package/dist/types/components/internal/Alert/Alert.d.ts +1 -1
- package/dist/types/components/internal/Alert/Alert.d.ts.map +1 -1
- package/dist/types/components/internal/Alert/AlertIcon.d.ts +7 -0
- package/dist/types/components/internal/Alert/AlertIcon.d.ts.map +1 -0
- package/dist/types/components/internal/Alert/types.d.ts +8 -3
- package/dist/types/components/internal/Alert/types.d.ts.map +1 -1
- package/dist/types/components/internal/AnchorButton/AnchorButton.d.ts +7 -0
- package/dist/types/components/internal/AnchorButton/AnchorButton.d.ts.map +1 -0
- package/dist/types/components/internal/BaseButton/BaseButton.d.ts +1 -1
- package/dist/types/components/internal/BaseButton/BaseButton.d.ts.map +1 -1
- package/dist/types/components/internal/BaseButton/types.d.ts +2 -2
- package/dist/types/components/internal/BaseButton/types.d.ts.map +1 -1
- package/dist/types/components/internal/BaseList/BaseList.d.ts.map +1 -1
- package/dist/types/components/internal/BaseList/types.d.ts +3 -1
- package/dist/types/components/internal/BaseList/types.d.ts.map +1 -1
- package/dist/types/components/internal/Button/Button.d.ts +3 -3
- package/dist/types/components/internal/Button/Button.d.ts.map +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 +3 -0
- package/dist/types/components/internal/Button/ButtonActions/types.d.ts.map +1 -1
- package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts +166 -6
- package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts.map +1 -1
- package/dist/types/components/internal/Button/constants.d.ts +3 -0
- package/dist/types/components/internal/Button/constants.d.ts.map +1 -1
- package/dist/types/components/internal/Button/hooks/useButton.d.ts +18 -1
- package/dist/types/components/internal/Button/hooks/useButton.d.ts.map +1 -1
- package/dist/types/components/internal/Button/types.d.ts +13 -3
- package/dist/types/components/internal/Button/types.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/timerange/factory.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.d.ts +1 -1
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.d.ts +1 -1
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.d.ts.map +1 -1
- package/dist/types/components/internal/CapitalHeader/CapitalHeader.d.ts +6 -0
- package/dist/types/components/internal/CapitalHeader/CapitalHeader.d.ts.map +1 -0
- package/dist/types/components/internal/CapitalHeader/constants.d.ts +9 -0
- package/dist/types/components/internal/CapitalHeader/constants.d.ts.map +1 -0
- package/dist/types/components/internal/CapitalHeader/helpers.d.ts +5 -0
- package/dist/types/components/internal/CapitalHeader/helpers.d.ts.map +1 -0
- package/dist/types/components/internal/CapitalHeader/index.d.ts +3 -0
- package/dist/types/components/internal/CapitalHeader/index.d.ts.map +1 -0
- package/dist/types/components/internal/CapitalSlider/CapitalSlider.d.ts +34 -0
- package/dist/types/components/internal/CapitalSlider/CapitalSlider.d.ts.map +1 -0
- package/dist/types/components/internal/CapitalSlider/index.d.ts +2 -0
- package/dist/types/components/internal/CapitalSlider/index.d.ts.map +1 -0
- package/dist/types/components/internal/Card/Card.d.ts +1 -1
- package/dist/types/components/internal/Card/Card.d.ts.map +1 -1
- package/dist/types/components/internal/Card/constants.d.ts +1 -0
- package/dist/types/components/internal/Card/constants.d.ts.map +1 -1
- package/dist/types/components/internal/Card/types.d.ts +2 -0
- package/dist/types/components/internal/Card/types.d.ts.map +1 -1
- package/dist/types/components/internal/CopyText/CopyText.d.ts +6 -2
- package/dist/types/components/internal/CopyText/CopyText.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts +2 -0
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts.map +1 -1
- package/dist/types/components/internal/DataOverviewDetails/DataOverviewDetails.d.ts +4 -1
- package/dist/types/components/internal/DataOverviewDetails/DataOverviewDetails.d.ts.map +1 -1
- package/dist/types/components/internal/DataOverviewDetails/DataOverviewDetailsSkeleton.d.ts +5 -0
- package/dist/types/components/internal/DataOverviewDetails/DataOverviewDetailsSkeleton.d.ts.map +1 -0
- package/dist/types/components/internal/DataOverviewDetails/constants.d.ts +6 -0
- package/dist/types/components/internal/DataOverviewDetails/constants.d.ts.map +1 -0
- package/dist/types/components/internal/DataOverviewDetails/types.d.ts +2 -2
- package/dist/types/components/internal/DataOverviewDetails/types.d.ts.map +1 -1
- package/dist/types/components/internal/DataOverviewDetails/useDataOverviewDetailsTitle.d.ts +13 -0
- package/dist/types/components/internal/DataOverviewDetails/useDataOverviewDetailsTitle.d.ts.map +1 -0
- package/dist/types/components/internal/DatePicker/DatePicker.d.ts +2 -1
- package/dist/types/components/internal/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/types/components/internal/Divider/Divider.d.ts +5 -0
- package/dist/types/components/internal/Divider/Divider.d.ts.map +1 -0
- package/dist/types/components/internal/Divider/constants.d.ts +4 -0
- package/dist/types/components/internal/Divider/constants.d.ts.map +1 -0
- package/dist/types/components/internal/Divider/types.d.ts +7 -0
- package/dist/types/components/internal/Divider/types.d.ts.map +1 -0
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts +4 -1
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts.map +1 -1
- package/dist/types/components/internal/ExpandableCard/ExpandableCard.d.ts +1 -1
- package/dist/types/components/internal/ExpandableCard/ExpandableCard.d.ts.map +1 -1
- package/dist/types/components/internal/ExpandableCard/constants.d.ts +5 -3
- package/dist/types/components/internal/ExpandableCard/constants.d.ts.map +1 -1
- package/dist/types/components/internal/ExpandableCard/types.d.ts +1 -0
- package/dist/types/components/internal/ExpandableCard/types.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/FilterBar.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/components/FilterButton/FilterButton.d.ts +1 -1
- package/dist/types/components/internal/FilterBar/components/FilterButton/FilterButton.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/components/FilterButton/types.d.ts +2 -2
- package/dist/types/components/internal/FilterBar/components/FilterButton/types.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/BaseFilter.d.ts +1 -1
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/BaseFilter.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/filters/DateFilter/DateFilter.d.ts +1 -1
- package/dist/types/components/internal/FilterBar/filters/DateFilter/DateFilter.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/BalanceAccountSelector/BalanceAccountSelector.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/BalanceAccountSelector/BalanceAccountSelector.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +9 -9
- package/dist/types/components/internal/FormFields/Select/hooks/useSelect.d.ts +1 -1
- package/dist/types/components/internal/FormFields/index.d.ts +1 -1
- package/dist/types/components/internal/Header/Header.d.ts +20 -0
- package/dist/types/components/internal/Header/Header.d.ts.map +1 -0
- package/dist/types/components/internal/Header/index.d.ts +3 -0
- package/dist/types/components/internal/Header/index.d.ts.map +1 -0
- package/dist/types/components/internal/Icon/Icon.d.ts +45 -0
- package/dist/types/components/internal/Icon/Icon.d.ts.map +1 -0
- package/dist/types/components/internal/Icon/index.d.ts +2 -0
- package/dist/types/components/internal/Icon/index.d.ts.map +1 -0
- package/dist/types/components/internal/InfoBox/InfoBox.d.ts +21 -0
- package/dist/types/components/internal/InfoBox/InfoBox.d.ts.map +1 -0
- package/dist/types/components/internal/InfoBox/index.d.ts +2 -0
- package/dist/types/components/internal/InfoBox/index.d.ts.map +1 -0
- package/dist/types/components/internal/Modal/Modal.d.ts +3 -0
- package/dist/types/components/internal/Modal/Modal.d.ts.map +1 -1
- package/dist/types/components/internal/Modal/ModalContent/ModalContent.d.ts +1 -1
- package/dist/types/components/internal/Modal/ModalContent/ModalContent.d.ts.map +1 -1
- package/dist/types/components/internal/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/internal/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/internal/Pagination/hooks/usePaginatedRecords.d.ts.map +1 -1
- package/dist/types/components/internal/Popover/Popover.d.ts.map +1 -1
- package/dist/types/components/internal/ProgressBar/ProgressBar.d.ts +54 -0
- package/dist/types/components/internal/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/types/components/internal/ProgressBar/index.d.ts +2 -0
- package/dist/types/components/internal/ProgressBar/index.d.ts.map +1 -0
- package/dist/types/components/internal/SVGIcons/CheckedBox.d.ts +4 -1
- package/dist/types/components/internal/SVGIcons/CheckedBox.d.ts.map +1 -1
- package/dist/types/components/internal/SVGIcons/Checkmark.d.ts +4 -1
- package/dist/types/components/internal/SVGIcons/Checkmark.d.ts.map +1 -1
- package/dist/types/components/internal/SVGIcons/ChevronDown.d.ts +4 -1
- package/dist/types/components/internal/SVGIcons/ChevronDown.d.ts.map +1 -1
- package/dist/types/components/internal/SVGIcons/ChevronLeft.d.ts +5 -2
- package/dist/types/components/internal/SVGIcons/ChevronLeft.d.ts.map +1 -1
- package/dist/types/components/internal/SVGIcons/ChevronRight.d.ts +5 -2
- package/dist/types/components/internal/SVGIcons/ChevronRight.d.ts.map +1 -1
- package/dist/types/components/internal/SVGIcons/ChevronUp.d.ts +4 -1
- package/dist/types/components/internal/SVGIcons/ChevronUp.d.ts.map +1 -1
- package/dist/types/components/internal/SVGIcons/CloseCircle.d.ts +7 -0
- package/dist/types/components/internal/SVGIcons/CloseCircle.d.ts.map +1 -0
- package/dist/types/components/internal/SVGIcons/Download.d.ts +3 -0
- package/dist/types/components/internal/SVGIcons/Download.d.ts.map +1 -1
- package/dist/types/components/internal/SVGIcons/UncheckedBox.d.ts +4 -1
- package/dist/types/components/internal/SVGIcons/UncheckedBox.d.ts.map +1 -1
- package/dist/types/components/internal/SVGIcons/Warning.d.ts +3 -0
- package/dist/types/components/internal/SVGIcons/Warning.d.ts.map +1 -1
- package/dist/types/components/internal/Slider/Slider.d.ts +45 -0
- package/dist/types/components/internal/Slider/Slider.d.ts.map +1 -0
- package/dist/types/components/internal/Slider/calculateProgress.d.ts +13 -0
- package/dist/types/components/internal/Slider/calculateProgress.d.ts.map +1 -0
- package/dist/types/components/internal/Slider/index.d.ts +2 -0
- package/dist/types/components/internal/Slider/index.d.ts.map +1 -0
- package/dist/types/components/internal/Spinner/Spinner.d.ts +2 -2
- package/dist/types/components/internal/Spinner/Spinner.d.ts.map +1 -1
- package/dist/types/components/internal/StructuredList/StructuredList.d.ts +2 -2
- package/dist/types/components/internal/StructuredList/StructuredList.d.ts.map +1 -1
- package/dist/types/components/internal/StructuredList/types.d.ts +7 -9
- package/dist/types/components/internal/StructuredList/types.d.ts.map +1 -1
- package/dist/types/components/internal/StructuredList/useStructuredListItem.d.ts +4 -8
- package/dist/types/components/internal/StructuredList/useStructuredListItem.d.ts.map +1 -1
- package/dist/types/components/internal/Tabs/Tabs.d.ts +5 -0
- package/dist/types/components/internal/Tabs/Tabs.d.ts.map +1 -0
- package/dist/types/components/internal/Tabs/types.d.ts +15 -0
- package/dist/types/components/internal/Tabs/types.d.ts.map +1 -0
- package/dist/types/components/internal/Tag/Tag.d.ts.map +1 -1
- package/dist/types/components/internal/Tag/types.d.ts +4 -1
- package/dist/types/components/internal/Tag/types.d.ts.map +1 -1
- package/dist/types/components/internal/Translation/Translation.d.ts +5 -0
- package/dist/types/components/internal/Translation/Translation.d.ts.map +1 -0
- package/dist/types/components/internal/Translation/index.d.ts +3 -0
- package/dist/types/components/internal/Translation/index.d.ts.map +1 -0
- package/dist/types/components/internal/Translation/types.d.ts +11 -0
- package/dist/types/components/internal/Translation/types.d.ts.map +1 -0
- package/dist/types/components/internal/Typography/Typography.d.ts +2 -1
- package/dist/types/components/internal/Typography/Typography.d.ts.map +1 -1
- package/dist/types/components/types.d.ts +1 -0
- package/dist/types/components/types.d.ts.map +1 -1
- package/dist/types/components/utils/capital/getCapitalErrorMessage.d.ts +10 -0
- package/dist/types/components/utils/capital/getCapitalErrorMessage.d.ts.map +1 -0
- package/dist/types/components/utils/getCommonErrorCode.d.ts +1 -1
- package/dist/types/components/utils/getCommonErrorCode.d.ts.map +1 -1
- package/dist/types/components/utils/getLabel.d.ts +1 -1
- package/dist/types/{components/internal/DataOverviewDisplay/constants.d.ts → constants/dateFormats.d.ts} +2 -1
- package/dist/types/constants/dateFormats.d.ts.map +1 -0
- package/dist/types/{constants.d.ts → constants/index.d.ts} +2 -1
- package/dist/types/constants/index.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/context.d.ts +674 -0
- package/dist/types/core/ConfigContext/context.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/index.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/AuthSession.d.ts +1361 -0
- package/dist/types/core/ConfigContext/session/AuthSession.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/AuthSessionSpecification.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/SetupContext.d.ts +683 -0
- package/dist/types/core/ConfigContext/session/SetupContext.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/constants.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/helpers/componentAvailabilityErrors.d.ts +5 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/helpers/componentAvailabilityErrors.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/helpers/componentAvailabilityRegistry.d.ts +4 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/helpers/componentAvailabilityRegistry.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/index.d.ts +4 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/index.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/sessionAwareComponentAvailability.d.ts +5 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/sessionAwareComponentAvailability.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/types.d.ts +5 -0
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/types.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/session/utils/sessionReady.d.ts +4 -0
- package/dist/types/core/ConfigContext/session/utils/sessionReady.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/types.d.ts +54 -0
- package/dist/types/core/ConfigContext/types.d.ts.map +1 -0
- package/dist/types/core/Http/http.d.ts +2 -2
- package/dist/types/core/Http/http.d.ts.map +1 -1
- package/dist/types/core/Http/types.d.ts +1 -0
- package/dist/types/core/Http/types.d.ts.map +1 -1
- package/dist/types/core/Http/utils.d.ts +2 -1
- package/dist/types/core/Http/utils.d.ts.map +1 -1
- package/dist/types/core/Localization/utils.d.ts.map +1 -1
- package/dist/types/core/core.d.ts +1 -1
- package/dist/types/core/core.d.ts.map +1 -1
- package/dist/types/core/types.d.ts +1 -1
- package/dist/types/core/types.d.ts.map +1 -1
- package/dist/types/hooks/element/usePopoverPositioner.d.ts +2 -1
- package/dist/types/hooks/element/usePopoverPositioner.d.ts.map +1 -1
- package/dist/types/{components/hooks → hooks}/useBalanceAccountSelection.d.ts +2 -2
- package/dist/types/hooks/useBalanceAccountSelection.d.ts.map +1 -0
- package/dist/types/hooks/useBalanceAccounts.d.ts.map +1 -0
- package/dist/types/hooks/useBooleanState.d.ts.map +1 -0
- package/dist/types/{components/hooks → hooks}/useCustomColumnsData.d.ts +2 -2
- package/dist/types/hooks/useCustomColumnsData.d.ts.map +1 -0
- package/dist/types/{components/hooks → hooks}/useDefaultOverviewFilterParams.d.ts +9 -9
- package/dist/types/hooks/useDefaultOverviewFilterParams.d.ts.map +1 -0
- package/dist/types/hooks/{useFetch/useFetch.d.ts → useFetch.d.ts} +6 -5
- package/dist/types/hooks/useFetch.d.ts.map +1 -0
- package/dist/types/hooks/useFreezePeriod.d.ts.map +1 -0
- package/dist/types/hooks/useImageUrl.d.ts.map +1 -0
- package/dist/types/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/types/hooks/useMounted.d.ts.map +1 -0
- package/dist/types/hooks/useMutation/useMutation.d.ts +26 -0
- package/dist/types/hooks/useMutation/useMutation.d.ts.map +1 -0
- package/dist/types/hooks/useReflex.d.ts +5 -0
- package/dist/types/hooks/useReflex.d.ts.map +1 -0
- package/dist/types/{components/hooks → hooks}/useResponsiveViewport.d.ts +1 -1
- package/dist/types/hooks/useResponsiveViewport.d.ts.map +1 -0
- package/dist/types/{components/hooks → hooks}/useTableColumns.d.ts +2 -2
- package/dist/types/hooks/useTableColumns.d.ts.map +1 -0
- package/dist/types/hooks/useTimezoneAwareDateFormatting.d.ts.map +1 -0
- package/dist/types/primitives/reactive/reflex/helpers.d.ts +2 -0
- package/dist/types/primitives/reactive/reflex/helpers.d.ts.map +1 -1
- package/dist/types/primitives/reactive/reflex/register.d.ts.map +1 -1
- package/dist/types/primitives/reactive/reflex/types.d.ts +5 -5
- package/dist/types/primitives/reactive/reflex/types.d.ts.map +1 -1
- package/dist/types/translations/index.d.ts +132 -1
- package/dist/types/translations/index.d.ts.map +1 -1
- package/dist/types/types/api/endpoints.d.ts +2 -1
- package/dist/types/types/api/endpoints.d.ts.map +1 -1
- package/dist/types/types/api/models/capital.d.ts +8 -0
- package/dist/types/types/api/models/capital.d.ts.map +1 -0
- package/dist/types/types/api/models/index.d.ts +2 -0
- package/dist/types/types/api/models/index.d.ts.map +1 -1
- package/dist/types/types/api/models/setup.d.ts +3 -0
- package/dist/types/types/api/models/setup.d.ts.map +1 -0
- package/dist/types/types/api/models/transactions.d.ts +26 -1
- package/dist/types/types/api/models/transactions.d.ts.map +1 -1
- package/dist/types/types/api/resources/CapitalResource.d.ts +244 -0
- package/dist/types/types/api/resources/CapitalResource.d.ts.map +1 -0
- package/dist/types/types/api/resources/PayoutsResource.d.ts +1 -0
- package/dist/types/types/api/resources/PayoutsResource.d.ts.map +1 -1
- package/dist/types/types/api/resources/ReportsResource.d.ts +7 -0
- package/dist/types/types/api/resources/ReportsResource.d.ts.map +1 -1
- package/dist/types/types/api/resources/SetupResource.d.ts +15 -6
- package/dist/types/types/api/resources/SetupResource.d.ts.map +1 -1
- package/dist/types/types/api/resources/TransactionsResource.d.ts +78 -11
- package/dist/types/types/api/resources/TransactionsResource.d.ts.map +1 -1
- package/dist/types/utils/common.d.ts +2 -1
- package/dist/types/utils/common.d.ts.map +1 -1
- package/dist/types/utils/preact/fixedForwardRef.d.ts +2 -2
- package/dist/types/utils/preact/fixedForwardRef.d.ts.map +1 -1
- package/dist/types/utils/struct/main.d.ts.map +1 -1
- package/dist/types/utils/types.d.ts +5 -0
- package/dist/types/utils/types.d.ts.map +1 -1
- package/dist/types/utils/value/constants.d.ts +1 -1
- package/dist/types/utils/value/constants.d.ts.map +1 -1
- package/dist/warning-DKdIv71G.cjs +2 -0
- package/dist/warning-DKdIv71G.cjs.map +1 -0
- package/dist/warning-filled-BUBUS_3c.cjs +2 -0
- package/dist/warning-filled-BUBUS_3c.cjs.map +1 -0
- package/package.json +25 -20
- package/dist/da-DK-a148e492.cjs +0 -2
- package/dist/da-DK-a148e492.cjs.map +0 -1
- package/dist/de-DE-a39a50e8.cjs +0 -2
- package/dist/de-DE-a39a50e8.cjs.map +0 -1
- package/dist/es/components/external/PayoutDetails/components/PayoutData.scss.js +0 -4
- package/dist/es/components/external/PayoutsOverview/components/PayoutsOverview/PayoutsOverview.scss.js +0 -4
- package/dist/es/components/external/PayoutsOverview/components/PayoutsTable/PayoutsTable.scss.js +0 -4
- package/dist/es/components/external/ReportsOverview/components/ReportsOverview/ReportsOverview.scss.js +0 -4
- package/dist/es/components/external/ReportsOverview/components/ReportsTable/ReportsTable.scss.js +0 -4
- package/dist/es/components/external/TransactionDetails/components/TransactionData.js +0 -107
- package/dist/es/components/external/TransactionDetails/components/TransactionData.scss.js +0 -4
- package/dist/es/components/external/TransactionDetails/components/TransactionDataSkeleton.js +0 -34
- package/dist/es/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.scss.js +0 -4
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.scss.js +0 -4
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.scss.js +0 -4
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.scss.js +0 -4
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/TransactionTable.scss.js +0 -4
- package/dist/es/components/external/UIElement/UIElement.scss.js +0 -4
- package/dist/es/components/hooks/useBalanceAccountSelection.js +0 -27
- package/dist/es/components/hooks/useBalanceAccounts.js +0 -28
- package/dist/es/components/hooks/useCustomColumnsData.js +0 -29
- package/dist/es/components/hooks/useDefaultOverviewFilterParams.js +0 -36
- package/dist/es/components/hooks/useTableColumns.js +0 -46
- package/dist/es/components/hooks/useTimezoneAwareDateFormatting.js +0 -31
- package/dist/es/components/internal/Accordion/Accordion.scss.js +0 -4
- package/dist/es/components/internal/Alert/Alert.scss.js +0 -4
- package/dist/es/components/internal/BaseButton/BaseButton.scss.js +0 -4
- package/dist/es/components/internal/BaseList/BaseList.scss.js +0 -4
- package/dist/es/components/internal/Button/Button.scss.js +0 -4
- package/dist/es/components/internal/Button/ButtonActions/ButtonActions.scss.js +0 -4
- package/dist/es/components/internal/Button/DownloadButton/DownloadButton.scss.js +0 -4
- package/dist/es/components/internal/Calendar/Calendar.scss.js +0 -4
- package/dist/es/components/internal/Card/Card.scss.js +0 -4
- package/dist/es/components/internal/CopyText/CopyText.scss.js +0 -4
- package/dist/es/components/internal/DataGrid/DataGrid.scss.js +0 -4
- package/dist/es/components/internal/DataOverviewDetails/DataOverviewDetails.scss.js +0 -4
- package/dist/es/components/internal/DataOverviewDisplay/DataOverviewHeader/DataOverviewHeader.scss.js +0 -4
- package/dist/es/components/internal/DataOverviewDisplay/constants.js +0 -36
- package/dist/es/components/internal/DatePicker/DatePicker.scss.js +0 -4
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.scss.js +0 -4
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.scss.js +0 -4
- package/dist/es/components/internal/FilterBar/FilterBar.scss.js +0 -4
- package/dist/es/components/internal/FilterBar/components/FilterButton/FilterButton.scss.js +0 -4
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/AmountFilter.scss.js +0 -4
- package/dist/es/components/internal/FilterBar/filters/DateFilter/DateFilterCore.scss.js +0 -4
- package/dist/es/components/internal/FormFields/FormFields.scss.js +0 -4
- package/dist/es/components/internal/FormFields/Select/BalanceAccountSelector/BalanceAccountSelector.scss.js +0 -4
- package/dist/es/components/internal/FormFields/Select/Select.scss.js +0 -4
- package/dist/es/components/internal/Img/Img.scss.js +0 -4
- package/dist/es/components/internal/Modal/Modal.scss.js +0 -4
- package/dist/es/components/internal/Modal/ModalContent/ModalContent.scss.js +0 -4
- package/dist/es/components/internal/Pagination/Pagination.scss.js +0 -4
- package/dist/es/components/internal/Popover/Popover.scss.js +0 -4
- package/dist/es/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.scss.js +0 -4
- package/dist/es/components/internal/SVGIcons/Close.js +0 -19
- package/dist/es/components/internal/SVGIcons/Copy.js +0 -17
- package/dist/es/components/internal/SVGIcons/Filter.js +0 -18
- package/dist/es/components/internal/SVGIcons/WarningFilled.js +0 -18
- package/dist/es/components/internal/Spinner/Spinner.scss.js +0 -4
- package/dist/es/components/internal/StructuredList/StructuredList.scss.js +0 -4
- package/dist/es/components/internal/Tag/Tag.scss.js +0 -4
- package/dist/es/components/internal/Tooltip/Tooltip.scss.js +0 -4
- package/dist/es/components/internal/Typography/Typography.scss.js +0 -4
- package/dist/es/components/shared.scss.js +0 -4
- package/dist/es/core/Auth/context.js +0 -30
- package/dist/es/core/Auth/session/AuthSession.js +0 -79
- package/dist/es/core/Auth/session/AuthSessionSpecification.js +0 -78
- package/dist/es/core/Auth/session/AuthSetupContext.js +0 -88
- package/dist/es/hooks/useBooleanState/useBooleanState.js +0 -8
- package/dist/es/hooks/useFetch/useFetch.js +0 -65
- package/dist/es/hooks/useImageUrl/useImageUrl.js +0 -30
- package/dist/es/hooks/useMounted/useMounted.js +0 -10
- package/dist/es/hooks/useReflex/useReflex.js +0 -9
- package/dist/es-ES-153e5f15.cjs +0 -2
- package/dist/es-ES-153e5f15.cjs.map +0 -1
- package/dist/fr-FR-69b3df0d.cjs +0 -2
- package/dist/fr-FR-69b3df0d.cjs.map +0 -1
- package/dist/it-IT-efca230f.cjs +0 -2
- package/dist/it-IT-efca230f.cjs.map +0 -1
- package/dist/nl-NL-ffbb8184.cjs +0 -2
- package/dist/nl-NL-ffbb8184.cjs.map +0 -1
- package/dist/no-NO-eaf65f6f.cjs +0 -2
- package/dist/no-NO-eaf65f6f.cjs.map +0 -1
- package/dist/pt-BR-590ccc53.cjs +0 -2
- package/dist/pt-BR-590ccc53.cjs.map +0 -1
- package/dist/style.css +0 -1
- package/dist/sv-SE-18f4e86e.cjs +0 -2
- package/dist/sv-SE-18f4e86e.cjs.map +0 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts +0 -25
- package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts.map +0 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionDataSkeleton.d.ts +0 -6
- package/dist/types/components/external/TransactionDetails/components/TransactionDataSkeleton.d.ts.map +0 -1
- package/dist/types/components/hooks/useBalanceAccountSelection.d.ts.map +0 -1
- package/dist/types/components/hooks/useBalanceAccounts.d.ts.map +0 -1
- package/dist/types/components/hooks/useCustomColumnsData.d.ts.map +0 -1
- package/dist/types/components/hooks/useDefaultOverviewFilterParams.d.ts.map +0 -1
- package/dist/types/components/hooks/useFreezePeriod.d.ts.map +0 -1
- package/dist/types/components/hooks/useResponsiveViewport.d.ts.map +0 -1
- package/dist/types/components/hooks/useTableColumns.d.ts.map +0 -1
- package/dist/types/components/hooks/useTimezoneAwareDateFormatting.d.ts.map +0 -1
- package/dist/types/components/internal/DataOverviewDisplay/DataOverviewHeader/index.d.ts +0 -3
- package/dist/types/components/internal/DataOverviewDisplay/DataOverviewHeader/index.d.ts.map +0 -1
- package/dist/types/components/internal/DataOverviewDisplay/constants.d.ts.map +0 -1
- package/dist/types/components/internal/SVGIcons/Close.d.ts +0 -4
- package/dist/types/components/internal/SVGIcons/Close.d.ts.map +0 -1
- package/dist/types/components/internal/SVGIcons/Copy.d.ts +0 -4
- package/dist/types/components/internal/SVGIcons/Copy.d.ts.map +0 -1
- package/dist/types/components/internal/SVGIcons/Filter.d.ts +0 -4
- package/dist/types/components/internal/SVGIcons/Filter.d.ts.map +0 -1
- package/dist/types/components/internal/SVGIcons/WarningFilled.d.ts +0 -4
- package/dist/types/components/internal/SVGIcons/WarningFilled.d.ts.map +0 -1
- package/dist/types/constants.d.ts.map +0 -1
- package/dist/types/core/Auth/context.d.ts +0 -312
- package/dist/types/core/Auth/context.d.ts.map +0 -1
- package/dist/types/core/Auth/index.d.ts.map +0 -1
- package/dist/types/core/Auth/session/AuthSession.d.ts +0 -329
- package/dist/types/core/Auth/session/AuthSession.d.ts.map +0 -1
- package/dist/types/core/Auth/session/AuthSessionSpecification.d.ts.map +0 -1
- package/dist/types/core/Auth/session/AuthSetupContext.d.ts +0 -320
- package/dist/types/core/Auth/session/AuthSetupContext.d.ts.map +0 -1
- package/dist/types/core/Auth/session/constants.d.ts.map +0 -1
- package/dist/types/core/Auth/types.d.ts +0 -32
- package/dist/types/core/Auth/types.d.ts.map +0 -1
- package/dist/types/hooks/useBooleanState/index.d.ts +0 -2
- package/dist/types/hooks/useBooleanState/index.d.ts.map +0 -1
- package/dist/types/hooks/useBooleanState/useBooleanState.d.ts.map +0 -1
- package/dist/types/hooks/useFetch/useFetch.d.ts.map +0 -1
- package/dist/types/hooks/useImageUrl/useImageUrl.d.ts.map +0 -1
- package/dist/types/hooks/useMediaQuery/index.d.ts +0 -2
- package/dist/types/hooks/useMediaQuery/index.d.ts.map +0 -1
- package/dist/types/hooks/useMediaQuery/useMediaQuery.d.ts.map +0 -1
- package/dist/types/hooks/useMounted/index.d.ts +0 -2
- package/dist/types/hooks/useMounted/index.d.ts.map +0 -1
- package/dist/types/hooks/useMounted/useMounted.d.ts.map +0 -1
- package/dist/types/hooks/useReflex/index.d.ts +0 -2
- package/dist/types/hooks/useReflex/index.d.ts.map +0 -1
- package/dist/types/hooks/useReflex/useReflex.d.ts +0 -5
- package/dist/types/hooks/useReflex/useReflex.d.ts.map +0 -1
- /package/dist/es/{constants.js → constants/index.js} +0 -0
- /package/dist/types/core/{Auth → ConfigContext}/index.d.ts +0 -0
- /package/dist/types/core/{Auth → ConfigContext}/session/AuthSessionSpecification.d.ts +0 -0
- /package/dist/types/core/{Auth → ConfigContext}/session/constants.d.ts +0 -0
- /package/dist/types/{components/hooks → hooks}/useBalanceAccounts.d.ts +0 -0
- /package/dist/types/hooks/{useBooleanState/useBooleanState.d.ts → useBooleanState.d.ts} +0 -0
- /package/dist/types/{components/hooks → hooks}/useFreezePeriod.d.ts +0 -0
- /package/dist/types/hooks/{useImageUrl/useImageUrl.d.ts → useImageUrl.d.ts} +0 -0
- /package/dist/types/hooks/{useMediaQuery/useMediaQuery.d.ts → useMediaQuery.d.ts} +0 -0
- /package/dist/types/hooks/{useMounted/useMounted.d.ts → useMounted.d.ts} +0 -0
- /package/dist/types/{components/hooks → hooks}/useTimezoneAwareDateFormatting.d.ts +0 -0
|
@@ -1,47 +1,33 @@
|
|
|
1
|
-
import { useRef as
|
|
2
|
-
import
|
|
3
|
-
import { EMPTY_OBJECT as
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
const r = (c) => {
|
|
9
|
-
i.current && z(c);
|
|
1
|
+
import { useRef as a, useMemo as h, useReducer as w, useEffect as P } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import R from "../useMounted.js";
|
|
3
|
+
import { EMPTY_OBJECT as V } from "../../utils/value/constants.js";
|
|
4
|
+
const x = (o = V, f = !0) => {
|
|
5
|
+
const c = a(f), e = a(Object.freeze({ ...o })), p = a(new Set(Object.keys(e.current))), u = a(/* @__PURE__ */ new Set()), S = R(), [d, j] = h(() => {
|
|
6
|
+
const r = (n) => {
|
|
7
|
+
S.current && E(n);
|
|
10
8
|
};
|
|
11
|
-
return [
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
return [
|
|
10
|
+
() => r("reset"),
|
|
11
|
+
(n) => r(n)
|
|
12
|
+
];
|
|
13
|
+
}, [S]), [z, E] = w((r, n) => {
|
|
14
|
+
if (n === "reset")
|
|
14
15
|
return u.current.clear(), e.current;
|
|
15
|
-
const s = {
|
|
16
|
-
...c
|
|
17
|
-
}, p = [0];
|
|
16
|
+
const s = { ...n }, i = [0];
|
|
18
17
|
Object.keys(s).forEach((t, O) => {
|
|
19
|
-
if (!
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const v = Math.floor(O / 32), M = 1 << O % 32;
|
|
25
|
-
s[t] = l, p[v] |= M, u.current[l === b ? "delete" : "add"](t);
|
|
18
|
+
if (!p.current.has(t)) return;
|
|
19
|
+
const $ = r[t] ?? void 0, b = e.current[t] ?? void 0, l = s[t] ?? b;
|
|
20
|
+
if (l === $) return;
|
|
21
|
+
const g = Math.floor(O / 32), M = 1 << O % 32;
|
|
22
|
+
s[t] = l, i[g] |= M, u.current[l === b ? "delete" : "add"](t);
|
|
26
23
|
});
|
|
27
|
-
const m =
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
},
|
|
33
|
-
|
|
34
|
-
e.current = Object.freeze({
|
|
35
|
-
...a
|
|
36
|
-
}), S.current = new Set(Object.keys(e.current)), n.current = f, d();
|
|
37
|
-
}, [f, a, d]), {
|
|
38
|
-
canResetState: E,
|
|
39
|
-
defaultState: e.current,
|
|
40
|
-
resetState: d,
|
|
41
|
-
state: $,
|
|
42
|
-
updateState: j
|
|
43
|
-
};
|
|
44
|
-
}, q = P;
|
|
24
|
+
const m = i.some((t) => t) ? c.current && u.current.size === 0 ? e.current : Object.freeze({ ...r, ...s }) : r;
|
|
25
|
+
return c.current || (e.current = m, c.current = !0), m;
|
|
26
|
+
}, e.current), T = h(() => !!u.current.size, []);
|
|
27
|
+
return P(() => {
|
|
28
|
+
e.current = Object.freeze({ ...o }), p.current = new Set(Object.keys(e.current)), c.current = f, d();
|
|
29
|
+
}, [f, o, d]), { canResetState: T, defaultState: e.current, resetState: d, state: z, updateState: j };
|
|
30
|
+
};
|
|
45
31
|
export {
|
|
46
|
-
|
|
32
|
+
x as default
|
|
47
33
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { useRef as u, useLayoutEffect as s, useMemo as n } from "../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import { createReflexContainer as o } from "../primitives/reactive/reflex/main.js";
|
|
3
|
+
const c = (r, t) => {
|
|
4
|
+
const e = u(o());
|
|
5
|
+
return s(() => e.current.release, []), n(() => (e.current.update(r, t), e.current.reflex), [r, t]);
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
c as default
|
|
9
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BREAKPOINTS as m } from "
|
|
2
|
-
import { useMediaQuery as i } from "
|
|
1
|
+
import { BREAKPOINTS as m } from "../constants/index.js";
|
|
2
|
+
import { useMediaQuery as i } from "./useMediaQuery.js";
|
|
3
3
|
const p = {
|
|
4
4
|
up: {
|
|
5
5
|
sm: `(min-width: ${m.sm}px)`,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { useMemo as p } from "../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import { getLabel as c } from "../components/utils/getLabel.js";
|
|
3
|
+
import b from "../core/Context/useCoreContext.js";
|
|
4
|
+
import { EMPTY_OBJECT as a } from "../utils/value/constants.js";
|
|
5
|
+
import { isUndefined as l, isString as u } from "../utils/value/is.js";
|
|
6
|
+
function y(r) {
|
|
7
|
+
let e = {};
|
|
8
|
+
for (const t of Object.keys(r))
|
|
9
|
+
l(r[t]) || (e = { ...e, [t]: r[t] });
|
|
10
|
+
return e;
|
|
11
|
+
}
|
|
12
|
+
function T(r) {
|
|
13
|
+
return r.every(u);
|
|
14
|
+
}
|
|
15
|
+
const P = ({
|
|
16
|
+
fields: r,
|
|
17
|
+
customColumns: e,
|
|
18
|
+
columnConfig: t
|
|
19
|
+
}) => {
|
|
20
|
+
const { i18n: s } = b(), i = p(() => r.map((o) => ({ key: o })), [r]);
|
|
21
|
+
return p(() => ((e ? T(e) ? e.map((n) => ({ key: n })) : e : void 0) || i).map(({ key: n, flex: f }) => {
|
|
22
|
+
const d = s.get(c(n)), m = y((t == null ? void 0 : t[n]) || a);
|
|
23
|
+
return { key: n, label: d, visible: !0, flex: f, ...m || a };
|
|
24
|
+
}), [t, e, s, i]);
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
P as useTableColumns
|
|
28
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { useCallback as n, useMemo as c } from "../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import s from "../core/Context/useCoreContext.js";
|
|
3
|
+
const m = (o) => {
|
|
4
|
+
const { i18n: e } = s();
|
|
5
|
+
return n(
|
|
6
|
+
(...t) => {
|
|
7
|
+
const r = e.timezone;
|
|
8
|
+
try {
|
|
9
|
+
return o(...t);
|
|
10
|
+
} finally {
|
|
11
|
+
e.timezone = r;
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
[e, o]
|
|
15
|
+
);
|
|
16
|
+
}, u = (o) => {
|
|
17
|
+
const { i18n: e } = s(), t = m(
|
|
18
|
+
n(() => (e.timezone = void 0, e.timezone = o, e.timezone), [e, o])
|
|
19
|
+
);
|
|
20
|
+
return c(t, [t]);
|
|
21
|
+
}, T = (o) => {
|
|
22
|
+
const { i18n: e } = s(), t = u(o), r = m(
|
|
23
|
+
n(
|
|
24
|
+
(...i) => (e.timezone = t, e.date(...i)),
|
|
25
|
+
[e, t]
|
|
26
|
+
)
|
|
27
|
+
), a = m(
|
|
28
|
+
n(
|
|
29
|
+
(...i) => (e.timezone = t, e.fullDate(...i)),
|
|
30
|
+
[e, t]
|
|
31
|
+
)
|
|
32
|
+
);
|
|
33
|
+
return { dateFormat: r, fullDateFormat: a };
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
T as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20width='254'%20height='132'%20viewBox='0%200%20254%20132'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M68.0772%2069.5256C68.0287%2069.3932%2066.6957%2058.4056%2066.6957%2058.4056C66.576%2057.682%2064.6702%2055.0296%2064.4049%2054.5676L53.5013%2036.8958C52.618%2035.639%2051.1199%2036.0946%2050.4728%2036.6244C49.9325%2037.0379%2049.4601%2037.7293%2050.3272%2039.3769C51.7832%2042.1489%2057.4842%2052.9393%2057.4842%2052.9393L55.7144%2056.3348L52.7927%2058.9872C52.9836%2059.3231%2048.6124%2058.4993%2048.6124%2058.4993C48.4798%2058.3313%2050.9776%2071.0117%2057.4421%2074.7529C57.4421%2074.7529%2065.2591%2087.724%2065.0294%2087.8274L73.1635%2078.8397L68.0772%2069.5289V69.5256Z'%20fill='%23B34B36'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M51.534%2055.2108C51.534%2055.2108%2047.6805%2054.975%2048.6155%2058.4932C49.5506%2062.0146%2053.6079%2068.3984%2055.4069%2066.838C57.2058%2065.2776%2053.2844%2059.5238%2053.2844%2059.5238'%20fill='%23B34B36'/%3e%3cpath%20d='M51.534%2055.2108C51.534%2055.2108%2047.6805%2054.975%2048.6155%2058.4932C49.5506%2062.0146%2053.6079%2068.3984%2055.4069%2066.838C57.2058%2065.2776%2053.2844%2059.5238%2053.2844%2059.5238'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M53.6048%2052.245C53.6048%2052.245%2049.7513%2052.0092%2050.6863%2055.5274C51.6214%2059.0488%2055.6787%2065.4326%2057.4777%2063.8722C59.2766%2062.3118%2055.3552%2056.558%2055.3552%2056.558'%20fill='%23B34B36'/%3e%3cpath%20d='M53.6048%2052.245C53.6048%2052.245%2049.7513%2052.0092%2050.6863%2055.5274C51.6214%2059.0488%2055.6787%2065.4326%2057.4777%2063.8722C59.2766%2062.3118%2055.3552%2056.558%2055.3552%2056.558'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M56.1903%2050.5459C56.1903%2050.5459%2051.8191%2049.0404%2052.7542%2052.5619C53.6893%2056.0833%2057.7466%2062.4671%2059.5455%2060.9067C61.3445%2059.3463%2056.1903%2050.5459%2056.1903%2050.5459Z'%20fill='%23B34B36'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M66.6955%2058.4029C66.6955%2058.4029%2065.5081%2049.147%2063.7253%2048.0615C61.9425%2046.9759%2057.8852%2043.3641%2056.8142%2044.091C55.7433%2044.8146%2056.1186%2046.4849%2056.8369%2047.4024C57.5552%2048.3199%2061.2469%2051.8381%2061.2469%2051.8381C61.2469%2051.8381%2056.3677%2059.3365%2058.872%2064.8481'%20fill='%23B34B36'/%3e%3cpath%20d='M66.6955%2058.4029C66.6955%2058.4029%2065.5081%2049.147%2063.7253%2048.0615C61.9425%2046.9759%2057.8852%2043.3641%2056.8142%2044.091C55.7433%2044.8146%2056.1186%2046.4849%2056.8369%2047.4024C57.5552%2048.3199%2061.2469%2051.8381%2061.2469%2051.8381C61.2469%2051.8381%2056.3677%2059.3365%2058.872%2064.8481'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M118.833%2023.1365C116.105%2020.3161%20116.157%2017.247%20116.856%2014.7691C116.862%2014.7432%20116.869%2014.7206%20116.879%2014.6948C117.869%2011.3155%20121.479%209.48044%20124.89%2010.3721C127.465%2011.0473%20130.222%2011.1572%20132.907%2011.1442C136.748%2011.1281%20140.66%2010.9116%20144.364%2011.9261C148.069%2012.9373%20150.829%2014.5397%20151.867%2018.2291C163.078%2023.0557%20156.41%2033.3325%20156.41%2033.3325L150.822%2042.3364L127.381%2038.8182C121.855%2038.1236%20117.882%2033.171%20118.406%2027.6368L118.833%2023.1365Z'%20fill='%230ABF53'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M123.178%2023.6825C121.062%2022.3709%20120.467%2019.2629%20121.677%2017.0887C122.887%2014.9145%20125.56%2013.774%20128.035%2014.0389C129.484%2014.194%20130.853%2014.7658%20132.257%2015.1568C133.661%2015.5477%20135.205%2015.7512%20136.551%2015.1858C137.893%2014.6205%20138.903%2013.0633%20138.424%2011.687'%20stroke='%2385DFA9'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M150.725%2040.7211C150.783%2039.2382%20152.158%2037.9847%20153.64%2037.8813C155.122%2037.778%20156.574%2038.7116%20157.273%2040.0201C157.972%2041.3285%20157.975%2042.9438%20157.474%2044.3395C157.115%2045.3377%20156.487%2046.265%20155.594%2046.84C154.384%2047.6154%20152.792%2047.6541%20151.449%2047.1405C150.107%2046.6268%20149.003%2045.6091%20148.172%2044.4396'%20fill='%23B34B36'/%3e%3cpath%20d='M150.725%2040.7211C150.783%2039.2382%20152.158%2037.9847%20153.64%2037.8813C155.122%2037.778%20156.574%2038.7116%20157.273%2040.0201C157.972%2041.3285%20157.975%2042.9438%20157.474%2044.3395C157.115%2045.3377%20156.487%2046.265%20155.594%2046.84C154.384%2047.6154%20152.792%2047.6541%20151.449%2047.1405C150.107%2046.6268%20149.003%2045.6091%20148.172%2044.4396'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M120.641%2036.9443C120.951%2035.4937%20119.932%2033.9365%20118.521%2033.4713C117.111%2033.0061%20115.474%2033.5489%20114.471%2034.6441C113.468%2035.7393%20113.066%2037.3029%20113.205%2038.7793C113.306%2039.8358%20113.684%2040.889%20114.406%2041.6643C115.386%2042.7143%20116.92%2043.1472%20118.347%2042.9792C119.774%2042.8112%20121.097%2042.1005%20122.194%2041.1733'%20fill='%23B34B36'/%3e%3cpath%20d='M120.641%2036.9443C120.951%2035.4937%20119.932%2033.9365%20118.521%2033.4713C117.111%2033.0061%20115.474%2033.5489%20114.471%2034.6441C113.468%2035.7393%20113.066%2037.3029%20113.205%2038.7793C113.306%2039.8358%20113.684%2040.889%20114.406%2041.6643C115.386%2042.7143%20116.92%2043.1472%20118.347%2042.9792C119.774%2042.8112%20121.097%2042.1005%20122.194%2041.1733'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M153.317%2064.6669H152.567C148.937%2064.6669%20145.995%2061.727%20145.995%2058.1054V49.3535H125.097V58.1054C125.097%2061.7302%20122.153%2064.6669%20118.526%2064.6669H117.775L135.516%2080.7977L153.324%2064.6669H153.317Z'%20fill='%23B34B36'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M118.293%2043.2381L122.273%2052.6361C122.668%2053.5666%20121.982%2054.5971%20120.972%2054.5971H113.013C112%2054.5971%20111.317%2053.5666%20111.712%2052.6361L115.692%2043.2381C116.177%2042.088%20117.808%2042.088%20118.296%2043.2381H118.293Z'%20fill='%2385DFA9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M155.138%2047.7447L159.535%2056.9553C159.972%2057.8664%20159.334%2058.926%20158.322%2058.9713L150.372%2059.3266C149.362%2059.3719%20148.631%2058.3736%20148.984%2057.427L152.537%2047.861C152.97%2046.6914%20154.601%2046.6171%20155.138%2047.7447Z'%20fill='%2385DFA9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M125.543%2056.5576L125.096%2056.1828V53.0781H145.926V56.1828L145.574%2056.48C143.063%2058.609%20139.918%2059.8658%20136.628%2060.0079C135.741%2060.0467%20134.851%2060.0402%20133.968%2059.9853C130.868%2059.7947%20127.924%2058.5477%20125.543%2056.5543V56.5576Z'%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M147.713%2022.2967C141.423%2025.2624%20134.202%2026.2381%20127.355%2024.9911C126.158%2024.7746%20124.919%2024.4354%20123.777%2023.9379C121.457%2026.923%20119.833%2030.7158%20119.296%2034.9674C117.921%2045.9%20124.24%2055.6954%20133.416%2056.8456C142.588%2057.9957%20151.143%2050.0676%20152.518%2039.135C153.346%2032.567%20151.392%2026.4126%20147.71%2022.2935L147.713%2022.2967Z'%20fill='%23B34B36'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M119.625%2020.3711C120.754%2022.2158%20122.595%2023.5275%20124.653%2024.2802'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M132.249%2035.6243C132.444%2034.0771%20131.084%2032.6321%20129.212%2032.397C127.34%2032.1618%20125.664%2033.2254%20125.469%2034.7727C125.274%2036.3199%20126.634%2037.7649%20128.506%2038C130.378%2038.2352%20132.054%2037.1716%20132.249%2035.6243Z'%20fill='white'/%3e%3cpath%20d='M130.497%2041.3389C130.497%2041.3389%20128.646%2044.9152%20133.943%2045.5775C139.239%2046.243%20138.084%2042.2887%20138.084%2042.2887'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M125.459%2034.7669C125.459%2034.7669%20125.812%2031.9659%20129.199%2032.3923C132.587%2032.8188%20132.234%2035.6198%20132.234%2035.6198'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M127.726%2036.9931C128.968%2036.9931%20129.975%2035.9878%20129.975%2034.7478C129.975%2033.5077%20128.968%2032.5024%20127.726%2032.5024C126.484%2032.5024%20125.478%2033.5077%20125.478%2034.7478C125.478%2035.9878%20126.484%2036.9931%20127.726%2036.9931Z'%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M123.944%2033.5752C123.944%2033.5752%20125.048%2034.9256%20126.161%2034.7609L123.944%2033.5752Z'%20fill='%2300112C'/%3e%3cpath%20d='M123.944%2033.5752C123.944%2033.5752%20125.048%2034.9256%20126.161%2034.7609'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M146.765%2036.4375C146.765%2036.4375%20145.361%2037.4713%20144.325%2037.0384L146.765%2036.4375Z'%20fill='%2300112C'/%3e%3cpath%20d='M146.765%2036.4375C146.765%2036.4375%20145.361%2037.4713%20144.325%2037.0384'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M144.949%2037.2181C145.144%2035.6708%20143.785%2034.2259%20141.912%2033.9907C140.04%2033.7555%20138.364%2034.8192%20138.169%2036.3664C137.974%2037.9137%20139.334%2039.3586%20141.206%2039.5938C143.079%2039.829%20144.754%2038.7653%20144.949%2037.2181Z'%20fill='white'/%3e%3cpath%20d='M138.158%2036.3631C138.158%2036.3631%20138.511%2033.5621%20141.898%2033.9885C145.286%2034.415%20144.933%2037.216%20144.933%2037.216'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M133.784%2046.9853C130.581%2046.5847%20129.06%2048.1031%20129.06%2048.1031C129.06%2048.1031%20128.801%2051.6859%20133.263%2052.2448C137.725%2052.8037%20138.013%2049.3437%20138.013%2049.3437C138.013%2049.3437%20137.223%2047.415%20133.787%2046.982L133.784%2046.9853Z'%20fill='%2389382B'/%3e%3cpath%20d='M128.361%2047.7129C131.526%2049.6093%20135.334%2050.123%20138.89%2049.1344L139.136%2049.0665'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M125.485%2029.0653C126.695%2028.4838%20128.089%2028.2996%20129.41%2028.5419C130.73%2028.7842%20131.966%2029.453%20132.891%2030.4254'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M145.984%2030.8031C145.114%2029.7854%20143.913%2029.052%20142.606%2028.7419C141.302%2028.4318%20139.898%2028.5448%20138.662%2029.0585'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M140.583%2038.6054C141.825%2038.6054%20142.831%2037.6001%20142.831%2036.3601C142.831%2035.12%20141.825%2034.1147%20140.583%2034.1147C139.341%2034.1147%20138.334%2035.12%20138.334%2036.3601C138.334%2037.6001%20139.341%2038.6054%20140.583%2038.6054Z'%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M154.285%2023.02C154.285%2023.02%20156.686%2025.33%20155.223%2030.8027'%20stroke='%2385DFA9'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M124.708%2064.8447C123.245%2064.1016%20121.679%2063.6009%20120.055%2063.3586C115.723%2062.7124%20107.294%2066.8121%20100.011%2070.9603C89.8645%2076.74%2080.3262%2090.0019%2080.3262%2090.0019L69.607%2069.8328C69.2187%2069.1059%2068.2222%2068.9929%2067.6851%2069.6164C64.3784%2073.4447%2054.9081%2084.5744%2055.1475%2086.2447C55.4355%2088.2671%2067.3033%20128.437%2081.1966%20120.348C95.0899%20112.258%20106.087%20102.718%20106.087%20102.718L107.951%20131.494H138.119C138.119%20131.494%20138.216%2078.9821%20138.216%2077.538C138.216%2076.4137%20128.843%2066.9414%20124.704%2064.8414L124.708%2064.8447Z'%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M152.566%2064.6665L138.217%2077.5408L138.12%20131.496H169.899V104.359L185.84%20131.496H211.297C211.297%20131.496%20193.473%2089.0323%20179.767%2074.2487C172.503%2066.4111%20152.566%2064.6665%20152.566%2064.6665Z'%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.9987%201H13.3003V49.1274H15.9987V1Z'%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13%2024.6216L1%2024.6216'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.75'%20d='M80.2651%201.22607H16.0015V49.3535H80.2651V1.22607Z'%20fill='white'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M80.2651%201H16.0015V49.1274H80.2651V1Z'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M29.8433%2025.0622C29.8433%2023.8378%2030.8398%2022.8428%2032.0661%2022.8428C33.2923%2022.8428%2034.2889%2023.8378%2034.2889%2025.0622C34.2889%2026.2867%2033.2923%2027.2817%2032.0661%2027.2817C30.8398%2027.2817%2029.8433%2026.2867%2029.8433%2025.0622Z'%20fill='%23F7F8F9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M64.1984%2027.2817C65.426%2027.2817%2066.4212%2026.288%2066.4212%2025.0622C66.4212%2023.8365%2065.426%2022.8428%2064.1984%2022.8428C62.9708%2022.8428%2061.9756%2023.8365%2061.9756%2025.0622C61.9756%2026.288%2062.9708%2027.2817%2064.1984%2027.2817Z'%20fill='%23F7F8F9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M48.1344%2027.2817C49.362%2027.2817%2050.3572%2026.288%2050.3572%2025.0622C50.3572%2023.8365%2049.362%2022.8428%2048.1344%2022.8428C46.9068%2022.8428%2045.9116%2023.8365%2045.9116%2025.0622C45.9116%2026.288%2046.9068%2027.2817%2048.1344%2027.2817Z'%20fill='%23F7F8F9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.75'%20d='M226.125%20106.581V46.6392H181.1V106.581H226.125Z'%20fill='white'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M180.99%2046.6392H178.469V106.581H180.99V46.6392Z'%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M253%2076.6216H226'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M225.866%2046.6392H212.345V60.1402H225.866V46.6392Z'%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M244.779%2027.5757H214.763V57.5467H244.779V27.5757Z'%20fill='%230ABF53'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M225.499%2043.4868L228.443%2046.4235L236.176%2038.7021'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M220.919%20116.949L216.163%2096.2178L234.832%20106.113L220.919%20116.949Z'%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const e = (o) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ l("path", { d: "M3.75 7.5V3.25h-1.5V7.5c0 1.24 1 2.25 2.25 2.25h6.69L8.94 12 10 13.06 14.06 9 10 4.94 8.94 6l2.25 2.25H4.5a.75.75 0 0 1-.75-.75Z", fill: "currentColor" }) });
|
|
4
|
+
export {
|
|
5
|
+
e as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const e = (r) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: [
|
|
4
|
+
/* @__PURE__ */ l("g", { clipPath: "url(#checkmark-circle-fill_svg__a)", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8M11 4.94l-4 4-2-2L3.94 8 7 11.06 12.06 6z" }) }),
|
|
5
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "checkmark-circle-fill_svg__a", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }) })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
e as default
|
|
9
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const c = (r) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M1.25 3.5c0-1.24 1-2.25 2.25-2.25h9c1.24 0 2.25 1 2.25 2.25v9c0 1.24-1 2.25-2.25 2.25h-9c-1.24 0-2.25-1-2.25-2.25zM12.06 6 11 4.94l-4 4-2-2L3.94 8 7 11.06z" }) });
|
|
4
|
+
export {
|
|
5
|
+
c as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as o } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const e = (r) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o("path", { fill: "currentColor", d: "M15.06 4 14 2.94l-8 8-4-4L.94 8 6 13.06z" }) });
|
|
4
|
+
export {
|
|
5
|
+
e as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as o } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const n = (r) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o("path", { fill: "currentColor", d: "m3 4.44 5 5 5-5 1.06 1.06L8 11.56 1.94 5.5z" }) });
|
|
4
|
+
export {
|
|
5
|
+
n as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as o } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const e = (r) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o("path", { fill: "currentColor", d: "m11.56 3-5 5 5 5-1.06 1.06L4.44 8l6.06-6.06z" }) });
|
|
4
|
+
export {
|
|
5
|
+
e as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as o } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const e = (r) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o("path", { fill: "currentColor", d: "m4.44 13 5-5-5-5L5.5 1.94 11.56 8 5.5 14.06z" }) });
|
|
4
|
+
export {
|
|
5
|
+
e as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as o } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const e = (r) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o("path", { fill: "currentColor", d: "m13 11.56-5-5-5 5-1.06-1.06L8 4.44l6.06 6.06z" }) });
|
|
4
|
+
export {
|
|
5
|
+
e as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as c } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const r = (o) => /* @__PURE__ */ c("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ c("path", { fill: "currentColor", d: "M3.5 1.25c-1.24 0-2.25 1-2.25 2.25v5c0 1.24 1 2.25 2.25 2.25h1.75v1.75c0 1.24 1 2.25 2.25 2.25h5c1.24 0 2.25-1 2.25-2.25v-5c0-1.24-1-2.25-2.25-2.25h-1.75V3.5c0-1.24-1-2.25-2.25-2.25zm5.75 4H7.5c-1.24 0-2.25 1-2.25 2.25v1.75H3.5a.75.75 0 0 1-.75-.75v-5c0-.41.34-.75.75-.75h5c.41 0 .75.34.75.75zm-2.5 7.25v-5c0-.41.34-.75.75-.75h5c.41 0 .75.34.75.75v5c0 .41-.34.75-.75.75h-5a.75.75 0 0 1-.75-.75" }) });
|
|
4
|
+
export {
|
|
5
|
+
r as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const s = (r) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: [
|
|
4
|
+
/* @__PURE__ */ l("g", { clipPath: "url(#cross-circle-fill_svg__a)", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8M6 4.94 4.94 6l2 2-2 2L6 11.06l2-2 2 2L11.06 10l-2-2 2-2L10 4.94l-2 2z" }) }),
|
|
5
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "cross-circle-fill_svg__a", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }) })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
s as default
|
|
9
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const t = (o) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m8 9.06 4 4L13.06 12l-4-4 4-4L12 2.94l-4 4-4-4L2.94 4l4 4-4 4L4 13.06z" }) });
|
|
4
|
+
export {
|
|
5
|
+
t as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as o } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const a = (l) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...l, children: [
|
|
4
|
+
/* @__PURE__ */ o("path", { fill: "currentColor", d: "M8.75 1.25v7.94L11 6.94 12.06 8 8 12.06 3.94 8 5 6.94l2.25 2.25V1.25z" }),
|
|
5
|
+
/* @__PURE__ */ o("path", { fill: "currentColor", d: "M2.75 12.5v-2.25h-1.5v2.25a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-2.25h-1.5v2.25a.75.75 0 0 1-.75.75h-9a.75.75 0 0 1-.75-.75" })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
a as default
|
|
9
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const v = (o) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M1.25 1.25h13.5v2.8c0 .6-.24 1.17-.66 1.59l-4.01 4.01v1.97l-2.74 3.14H5.92v-5.1L1.91 5.63a2.3 2.3 0 0 1-.66-1.59zm1.5 1.5v1.3q0 .31.22.53l4.45 4.45v3.36l1.16-1.33V9.03l4.45-4.45a.8.8 0 0 0 .22-.53v-1.3z" }) });
|
|
4
|
+
export {
|
|
5
|
+
v as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const o = (i) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...i, children: [
|
|
4
|
+
/* @__PURE__ */ l("g", { clipPath: "url(#info-filled_svg__a)", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M5.03.84a7.75 7.75 0 1 1 5.94 14.32A7.75 7.75 0 0 1 5.03.84M8.75 4.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0m0 1.75h-2.5v1.5h1v2.5h-1v1.5h3.5v-1.5h-1z" }) }),
|
|
5
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "info-filled_svg__a", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }) })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
o as default
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const i = (r) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: [
|
|
4
|
+
/* @__PURE__ */ l("path", { d: "M11.75 7.25h-7.5v1.5h7.5v-1.5Z", fill: "currentColor" }),
|
|
5
|
+
/* @__PURE__ */ l("path", { d: "M8 .25a7.75 7.75 0 1 0 0 15.5A7.75 7.75 0 0 0 8 .25ZM1.75 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z", fill: "currentColor" })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
i as default
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const e = (r) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...r, children: [
|
|
4
|
+
/* @__PURE__ */ l("path", { d: "M8.7 7.3h2.9v1.4H8.7v2.9H7.3V8.7H4.4V7.3h2.9V4.4h1.4v2.9Z", fill: "currentColor" }),
|
|
5
|
+
/* @__PURE__ */ l("path", { d: "M.3 8a7.7 7.7 0 1 1 15.4 0A7.7 7.7 0 0 1 .3 8ZM8 1.7a6.3 6.3 0 1 0 0 12.6A6.3 6.3 0 0 0 8 1.7Z", fill: "currentColor" })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
e as default
|
|
9
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as e } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const r = (l) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...l, children: /* @__PURE__ */ e("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.25 3.5c0-1.24 1-2.25 2.25-2.25h9c1.24 0 2.25 1 2.25 2.25v9c0 1.24-1 2.25-2.25 2.25h-9c-1.24 0-2.25-1-2.25-2.25zm2.25-.75a.75.75 0 0 0-.75.75v9c0 .41.34.75.75.75h9c.41 0 .75-.34.75-.75v-9a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }) });
|
|
4
|
+
export {
|
|
5
|
+
r as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const a = (o) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m15.35 11.53-5.4-9.32q-.3-.52-.82-.83a2.26 2.26 0 0 0-3.07.82L.65 11.53a2.2 2.2 0 0 0 0 2.25A2.2 2.2 0 0 0 2.6 14.9h10.8q.6 0 1.12-.3t.83-.82.3-1.13-.3-1.13zm-8.1-6.95h1.5v4.5h-1.5zm1.67 7.13a1 1 0 0 1-.93.62.99.99 0 0 1-.83-1.55q.17-.24.45-.37.28-.11.58-.06a1 1 0 0 1 .78.78q.06.29-.06.58z" }) });
|
|
4
|
+
export {
|
|
5
|
+
a as default
|
|
6
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../../external/preact/compat/dist/compat.module.js";
|
|
2
|
+
import { jsx as a } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
3
|
+
const t = (l) => /* @__PURE__ */ a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...l, children: [
|
|
4
|
+
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M8.75 4.58h-1.5v4.5h1.5zm-.04 6.04a1 1 0 0 0-.51-.27 1 1 0 0 0-1.2.99q.01.41.29.71.3.29.71.29.3 0 .56-.17.24-.17.37-.45.12-.28.06-.58a1 1 0 0 0-.27-.51z" }),
|
|
5
|
+
/* @__PURE__ */ a("path", { fill: "currentColor", d: "m9.95 2.21 5.4 9.32v-.01q.3.52.3 1.13a2.2 2.2 0 0 1-1.13 1.95q-.52.3-1.12.3H2.6a2.2 2.2 0 0 1-1.95-1.12q-.3-.5-.3-1.12 0-.61.3-1.13L6.06 2.2q.3-.52.82-.82a2.26 2.26 0 0 1 3.07.83m3.82 11.09a1 1 0 0 0 .28-.27l.01.01q.1-.18.1-.38a1 1 0 0 0-.1-.37l-5.4-9.33a1 1 0 0 0-.28-.28 1 1 0 0 0-.38-.1 1 1 0 0 0-.38.1 1 1 0 0 0-.27.27l-5.4 9.34a1 1 0 0 0-.1.37q0 .2.1.37a1 1 0 0 0 .27.27q.18.1.38.1h10.79a1 1 0 0 0 .38-.1" })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
t as default
|
|
9
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='300'%20height='200'%20viewBox='0%200%20300%20200'%20fill='none'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%23BF7C6A'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M189.3%20113.7c-1-.3%2036.3%2028.6%2047.7%2026.4%209.3-1.8%2014.3-59%2014.3-59h-9.9l-10.8%2036.3s-30.4-22.3-31.8-22.3c-1.4%200-8%2019.1-9.5%2018.6Z'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='m230.1%20116.7%202%203.2'/%3e%3cpath%20fill='%23BF7C6A'%20d='m259.8%2074.6%2010-3.6.7-8.1c.1-.9-.6-1.6-1.4-1.7-.8-.1-1.5.5-1.7%201.3l-1.3%206.6-12.6%204.8'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='m259.8%2074.6%2010-3.6.7-8.1c.1-.9-.6-1.6-1.4-1.7-.8-.1-1.5.5-1.7%201.3l-1.3%206.6-12.6%204.8'/%3e%3cpath%20fill='%23BF7C6A'%20d='m260.5%2075.5%2011.1-3.5%202.9-7.1c.3-.8-.1-1.7-.9-2.1-.8-.3-1.6%200-2%20.7l-3.2%205.9-10.2%203.2'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='m260.5%2075.5%2011.1-3.5%202.9-7.1c.3-.8-.1-1.7-.9-2.1-.8-.3-1.6%200-2%20.7l-3.2%205.9-10.2%203.2'/%3e%3cpath%20fill='%23BF7C6A'%20d='m254%2076.5%207.4-7.8c.7-.6.8-1.5.2-2.2-.5-.7-1.5-.8-2.2-.4-2%201.3-6.2%205-10.7%207.1-3.1%201.4-5.2%205.8-5.8%207.3'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='m254%2076.5%207.4-7.8c.7-.6.8-1.5.2-2.2-.5-.7-1.5-.8-2.2-.4-2%201.3-6.2%205-10.7%207.1-3.1%201.4-5.2%205.8-5.8%207.3'/%3e%3cpath%20fill='%23BF7C6A'%20d='M250.3%2082.2c1.2-.3%2021.6-8.6%2026.7-10.3.9-.3%201.4-1.2%201.1-2.1-.2-.9-1-1.1-1.9-1-4.4.8-17.9%203.9-19.5%204.2-1.5.2-5.3.6-10.9%203.1a9%209%200%200%200-5.2%208'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M250.3%2082.2c1.2-.3%2021.6-8.6%2026.7-10.3.9-.3%201.4-1.2%201.1-2.1-.2-.9-1-1.1-1.9-1-4.4.8-17.9%203.9-19.5%204.2-1.5.2-5.3.6-10.9%203.1a9%209%200%200%200-5.2%208'/%3e%3cpath%20fill='%2300112C'%20d='M130.9%2063.1c.8%207.3%204.7%2014.1%2010.3%2018l-3.1-6.4c-.5-1-.9-2-1-3.1l-.1-.3c-.1-.1-.1.2%200%20.1'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M130.9%2063.1c.8%207.3%204.7%2014.1%2010.3%2018l-3.1-6.4c-.5-1-.9-2-1-3.1l-.1-.3c-.1-.1-.1.2%200%20.1'/%3e%3cpath%20fill='%23BF7C6A'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='m158.9%2074.8-13.2.2-1.5%2018%208.4%203.6%207.9-3.8-1.6-18Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M151.9%2083.9c-4.7%200-6.4-2.7-6.4-2.7v-4.6h13.4l.3%206c-.1.1-2.5%201.3-7.3%201.3Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M134.5%2070.7c2.4%203%206.3%205.7%209.8%207.3%203.6%201.6%2015.3%201.7%2019.5-1.1%208.8-5.9%2010.5-20.3%208.2-30.6-.7-3.4-1.8-6.8-3.7-9.7a22%2022%200%200%200-19.8-9.3c-7.5.5-19.3%205.9-20.8%2014.2-1.7%209.6.8%2021.6%206.8%2029.2Z'/%3e%3cpath%20fill='%23BF7C6A'%20d='M133.2%2058.9s-5.1-7-7.8-1.6%204.8%2013.4%2010.8%2011.2'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M133.2%2058.9s-5.1-7-7.8-1.6%204.8%2013.4%2010.8%2011.2'/%3e%3cpath%20fill='%23BF7C6A'%20d='M169.5%2052.4s2.3-8.3%206.7-4.2c4.4%204.1.2%2014.2-6.2%2014.3'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M169.5%2052.4s2.3-8.3%206.7-4.2c4.4%204.1.2%2014.2-6.2%2014.3'/%3e%3cpath%20fill='%23BF7C6A'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M166.9%2041.2c-6.3-12-33.4-8.2-34.9%206.3A38.2%2038.2%200%200%200%20142%2077c5.7%205.2%2012%204.5%2014.1%204.1%202.1-.3%208.2-1.8%2011.7-8.8a37.2%2037.2%200%200%200-.9-31.1Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M134.1%2055c7.8-1.1%2015.5-2.6%2023.1-4.4l-.4-4.8c1%201.6%201.8%202.7%202.4%204.5%203-1.3%206.3-1.5%209.5-1.6%203.1-.1-4.2-14.3-6.1-15.6a16.2%2016.2%200%200%200-7.1-2.1c-5.7-.6-11.7-.4-16.7%202.3-4%202.2-7.3%206.4-7.6%2011%200%201.5.5%2011%202.9%2010.7Z'/%3e%3cpath%20fill='%23BF7C6A'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M114.5%20113.7c1-.3-36.3%2028.6-47.7%2026.4-9.3-1.8-14.3-59-14.3-59h9.9l10.8%2036.3s30.4-22.3%2031.8-22.3c1.5-.1%208.1%2019.1%209.5%2018.6Z'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='m73.8%20116.7-2.1%203.2'/%3e%3cpath%20fill='%23BF7C6A'%20d='M44%2074.6%2034%2071l-.7-8.1c-.1-.9.6-1.6%201.4-1.7.8-.1%201.5.5%201.7%201.3l1.3%206.6%2012.6%204.8'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M44%2074.6%2034%2071l-.7-8.1c-.1-.9.6-1.6%201.4-1.7.8-.1%201.5.5%201.7%201.3l1.3%206.6%2012.6%204.8'/%3e%3cpath%20fill='%23BF7C6A'%20d='M43.3%2075.5%2032.2%2072l-2.9-7c-.3-.8.1-1.7.9-2.1.8-.3%201.6%200%202%20.7l3.2%205.9%2010.2%203.2'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M43.3%2075.5%2032.2%2072l-2.9-7c-.3-.8.1-1.7.9-2.1.8-.3%201.6%200%202%20.7l3.2%205.9%2010.2%203.2'/%3e%3cpath%20fill='%23BF7C6A'%20d='m49.8%2076.5-7.4-7.8c-.7-.6-.8-1.5-.2-2.2.5-.7%201.5-.8%202.2-.4%202%201.3%206.2%205%2010.7%207.1%203.1%201.4%205.2%205.8%205.8%207.3'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='m49.8%2076.5-7.4-7.8c-.7-.6-.8-1.5-.2-2.2.5-.7%201.5-.8%202.2-.4%202%201.3%206.2%205%2010.7%207.1%203.1%201.4%205.2%205.8%205.8%207.3'/%3e%3cpath%20fill='%23BF7C6A'%20d='M53.5%2082.2C52.4%2081.9%2032%2073.7%2026.8%2072a1.6%201.6%200%200%201-1.1-2.1c.2-.9%201-1.1%201.9-1%204.4.8%2017.9%203.9%2019.5%204.2%201.5.2%205.3.6%2010.9%203.1a9%209%200%200%201%205.2%208'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M53.5%2082.2C52.4%2081.9%2032%2073.7%2026.8%2072a1.6%201.6%200%200%201-1.1-2.1c.2-.9%201-1.1%201.9-1%204.4.8%2017.9%203.9%2019.5%204.2%201.5.2%205.3.6%2010.9%203.1a9%209%200%200%201%205.2%208'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M139.9%2087.6c-1.4-3.4-6.3-12.5-9.8-11.7a90.7%2090.7%200%200%200-46.2%2029.7c-4.4%205.4-2%208.7-2%208.7l7.1%2018.8s3.6%202%2015.4%201.7c17.4-.5%2038.8-26.8%2039.5-30.6.4-2.6-1.7-10.8-4-16.6Z'/%3e%3cpath%20fill='%233300C2'%20d='m196.6%20232.8-18.7-58.1h-51l-20.2%2058.1'/%3e%3cpath%20stroke='%230C112C'%20stroke-miterlimit='10'%20d='m196.6%20232.8-18.7-58.1h-51l-20.2%2058.1'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='m159.1%2091.8-16.8.1s-20.4%201-21.3%206.8c-1.6%2010.6%206.1%2052.6%205.9%2056.2l-4.8%2020.4.2.1c10.7%205%2022.7%207.2%2034.6%206.2l23.1-1.9-3.2-18.2c-.2-2.7%207.3-46%206.9-61.3-.1-7.1-24.6-8.4-24.6-8.4Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='m141.4%2092%201.6-5.6h18.7l1.1%204.9c-.1.1-8.9%2011-21.4.7Zm23.1-4.4c1.4-3.4%206.3-12.5%209.8-11.7a90.7%2090.7%200%200%201%2046.2%2029.7c4.4%205.4%202%208.7%202%208.7l-7.1%2018.8s-3.6%202-15.4%201.7c-17.4-.5-38.8-26.8-39.5-30.6a48.3%2048.3%200%200%201%204-16.6ZM119.9%2018c0-2.5%201.1-4.9%202.7-6.8%201.9-2.2%204.5-3.8%207.4-4.2%202.9-.4%205.9.6%207.9%202.7a4.8%204.8%200%200%200-3-4.1s5-.2%207.1.4a14.7%2014.7%200%200%201%2011%2017.8c-2.3%208.8-14.2%207-21%205.6-5.6-1.2-12-4.9-12.1-11.4Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h300v200H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
e as default
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const I = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMjMiIGhlaWdodD0iMTY5IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjIzIDE2OSI+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMzYuNiAxMTIuMmMuNi0uMSAxLS43IDEtMS4zbC0uOS04LjcgMi4xIDYuNmMuMi42LjguOCAxLjQuNy42LS4xIDEtLjcuOC0xLjJsLTEuMy02LjggMi45LTQuOC01LjktNS41LTcuNiA5IDUgNC43IDEgNi4yYzAgLjcuNyAxLjIgMS41IDFaIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBkPSJNMzEuNyAxMDMuNmMuMy40IDEuMiA2LjYgMS41IDkgMCAuNS42IDEgMS4xIDFoLjNjLjcgMCAxLjItLjYgMS4xLTEuM2wtLjctOS4xIi8+CiAgICA8cGF0aCBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMzEuNyAxMDMuNmMuMy40IDEuMiA2LjYgMS41IDkgMCAuNS42IDEgMS4xIDFoLjNjLjcgMCAxLjItLjYgMS4xLTEuM2wtLjctOS4xIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBkPSJNMzAuNCA5OS4zdjEzLjFjMCAuNi41IDEuMSAxLjIgMS4xLjUgMCAxLS40IDEtMWwxLjItOS4zIi8+CiAgICA8cGF0aCBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMzAuNCA5OS4zdjEzLjFjMCAuNi41IDEuMSAxLjIgMS4xLjUgMCAxLS40IDEtMWwxLjItOS4zIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBkPSJNMzUuOCA5MnMtNi41IDQuOC02LjYgNi4yYTk5NSA5OTUgMCAwIDAtLjkgMTAuM2MxLjUgMCAyLjgtMSAzLjItMi4zLjYtMi4xIDEuMi00LjkgMS01LjEtLjEtLjMgNS0uNyA1LjgtMy44Ii8+CiAgICA8cGF0aCBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMzUuOCA5MnMtNi41IDQuOC02LjYgNi4yYTk5NSA5OTUgMCAwIDAtLjkgMTAuM2MxLjUgMCAyLjgtMSAzLjItMi4zLjYtMi4xIDEuMi00LjkgMS01LjEtLjEtLjMgNS0uNyA1LjgtMy44Ii8+CiAgICA8cGF0aCBmaWxsPSIjMzMwMEMyIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNOTUuMyA0Ni43Uzc4IDUzIDcwLjUgNTkuNGMtNy42IDYuNC0zNi4xIDMxLjItMzYuMSAzMS4ybDExLjIgMTEgMzgtMjcuM2MzLjUtMi42IDExLjctMjcuNiAxMS43LTI3LjZaIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAxMTJDIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJtNDUuNiAxMDEuNy0xMS4yLTExIDI5LjgtMi41LTE4LjYgMTMuNVpNMTg2LjQgOTAuNGgtNy4xdjI1LjNoNy4xVjkwLjRaTTIxNS42IDY2LjdoLTcuMlY5Mmg3LjJWNjYuN1pNMTczLjcgMTY3LjhoLTdsOC4zLTQ0aDdsLTguMyA0NFpNMjYuMyAxNjcuOGgtN2w4LjMtNDRoN2wtOC4zIDQ0Wk0yMDkuMiAxNjcuOGgtN2wtOC4zLTQ0aDdsOC4zIDQ0Wk02OCA5MS4xaC03djI1aDdWOTFaIi8+CiAgICA8cGF0aCBmaWxsPSIjRjNGNkY5IiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMjA4LjQgNjYuN0gzOVY5MmgxNjkuM1Y2Ni43WiIvPgogICAgPHBhdGggZmlsbD0iIzAwMTEyQyIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTIwOC40IDEyMy40di03LjZIMzl2Ny42aDE2OS41WiIvPgogICAgPHBhdGggZmlsbD0iI0YzRjZGOSIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTE5My43IDEyMy40VjExNkgxNS4zdjcuNWgxNzguNFoiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik03Ny40IDE2Ny44aC03bC04LjMtNDRoN2w4LjMgNDRaTTQyLjIgMTUwLjRsLS44IDNoMTYuMmwuNy0zLjFoLTE2Wk04MC4xIDE1MC4zbDEuNCAzaDE1LjFsLTEtM0g4MFoiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Im05Ny44IDExNS45LTI4LjQuMS03LjcgMzQuN2gtMjNsOS41LTQwLjZhMTggMTggMCAwIDEgMTYuNy0xMmw1NC0uNS0uNSAyLjZjLTIgOS4xLTEwLjYgMTUuNi0yMC42IDE1LjdaIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAxMTJDIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMTEwLjcgMTE1LjlIODUuNUw5OSAxNTAuM2gtMjVMNjIuOSAxMTdjLTMtOSAzLjYtMTguNiAxMy42LTE5LjRoLjhsNTQuNS0xLjMtLjYgMy45YTIwLjcgMjAuNyAwIDAgMS0yMC40IDE1LjdaIi8+CiAgICA8cGF0aCBmaWxsPSIjRjNGNkY5IiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNNTcuNiAxNTMuNEg0MS40bC0uOCAyLjctMTYuOCA0LjJjLTIgLjctMy43IDIuMS00LjcgMy45SDU1bDIuNi0xMC44Wk05Ni42IDE1My40SDgxLjVsMS4zIDIuOS0xNS4yIDRjLTIgLjctMy42IDIuMS00LjYgMy44aDM3LjNsLTMuNy0xMC43WiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0ibTU0IDE2OCAxLTMuOEgxOWE4IDggMCAwIDAtMSAzLjhoMzZaTTEwMS43IDE2OGwtMS4zLTMuOEg2M2E4IDggMCAwIDAtMSAzLjhoMzkuNloiLz4KICAgIDxwYXRoIGZpbGw9IiMzMzAwQzIiIGQ9Ik04Ni45IDU5LjZjLjMgMjAtNS40IDM3LjctNS40IDM3LjdsNTAuMy0uMXM0LjctMTguNyAyLTMxYy0yLjYtMTIuMy0xNi4yLTIxLjgtMjIuNS0yMi4zLTYuMi0uNi0yMC42IDQuNi0yMC42IDQuNiIvPgogICAgPHBhdGggc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTg2LjkgNTkuNmMuMyAyMC01LjQgMzcuNy01LjQgMzcuN2w1MC4zLS4xczQuNy0xOC43IDItMzFjLTIuNi0xMi4zLTE2LjItMjEuOC0yMi41LTIyLjMtNi4yLS42LTIwLjYgNC42LTIwLjYgNC42Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNOTYuNyA0Ny4xcy42IDUuNSAyIDljMS4yIDMuNiAyIDcuMyAyIDcuM3M2LjgtMTcuNSA4LjMtMTkuNmMwIDAtOCA2LjUtMTIuMyAzLjNaIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJtMTA1LjggMzguMyAzLjEgNS41cy00IDYuOC04LjYgNi43Yy00LjcgMC0zLjUtNS42LTMuNS01LjZsOS02LjZaIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAxMTJDIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJtMTAxLjggNDQuNy00IDQuOS0xLTIuNSA1LTIuNFpNOTcgODMuMUg4NS42bC0zLjMtMTcuOWgxMS4xbDMuNCAxNy45WiIvPgogICAgPHBhdGggZmlsbD0iI0VBQjFBMCIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTEwMS42IDgyLjZjLTEtMS42LTIuMy0zLTMuMi00LjUtMS4yLTItMS43LTQuNS0yLjMtNi44LTIuNS0uNy0yLjYgNC0yLjQgNiAuMyAxLjggMSAzLjcgMSAzLjctMi0uNC0xMC40LTQuNy0xMC40LTQuNy4zIDAtMS40IDIuMy0uNyAzLjNsMSAxLjNzLS43IDEuMy0uNyAyYy0uMSAxLjIgMS4xIDIuMiAxLjEgMi4ybC4xIDIuM2MuMi44IDEuNSAxLjUgMS41IDEuNXMwIDEuNC43IDEuOGMuNy4zIDExLjIgMS4yIDE1LjggMS40IDAtMS42LjUtMy40LjMtNSAwLTEuNS0xLTMuMi0xLjgtNC41WiIvPgogICAgPHBhdGggZmlsbD0iIzAwMTEyQyIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTExMS43IDIxLjljLjQuOC0uMiAxLjgtMSAyLjQtLjcuNS0xLjcuNy0yLjYgMSAxLjItLjQgMi42LS4yIDMuOC4yLjQuMi44LjQgMSAuNy4zLjUuMSAxLjItLjIgMS42LS4zLjQtLjguOC0xLjMgMS0xLjQuNy0zIDEuMi00LjUgMS4zIDEgMCAxLjUgMS4xIDEuMSAxLjktLjQuOC0xLjMgMS4yLTIuMiAxLjQtMS41LjQtMy4zLjQtNC41LS40LS43LS40LTEuMS0xLTEuNS0xLjVhNyA3IDAgMCAxLS4yLTcuNCA5IDkgMCAwIDEgNS43LTMuOGMxLjctLjMgNS42LS4zIDYuNCAxLjZaIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAxMTJDIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNNjguNyAyNWMuNSAxLjcgMyAyIDQuNiAxLjMtMS4yLjItMi40LjQtMy4zIDEuMi0xIC45LTEuMSAyLjQtLjEgMyAuMy4zLjguNCAxLjMuNGE5IDkgMCAwIDAgNC42LTFjLTEgLjYtMiAxLjktMS4zIDMgLjYuOSAyLjIuOCAzLjIuMiAxLS42IDItMS41IDMtMS44LS42LjQtMS4zLjgtMS41IDEuNS0uMy42IDAgMS42LjYgMS43LjUuMSAxIDAgMS40LS4yIDEuMS0uNiAyLjItMS4zIDMtMi4zLTEgLjMtLjggMS45LjEgMi4zIDEgLjQgMiAwIDMtLjZhOC41IDguNSAwIDAgMCAyLjgtM2MtLjMuNCAwIDEuMS42IDEuNSAxIC42IDIuNC43IDMuNS4zYTkgOSAwIDAgMCAzLTIgNyA3IDAgMCAwIDItMi40Yy42LTEuNC4yLTMtLjctNC4yQTEwIDEwIDAgMCAwIDk1IDIxYy00LjMtMi4zLTkuOC0zLTE0LjYtMS43YTYuNiA2LjYgMCAwIDAtNi44LTJjLS43LjMtMS41LjctMS44IDEuNC0uNSAxLjIuNSAyLjMgMS42IDIuOC0yIDAtNS40IDEtNC42IDMuNVoiLz4KICAgIDxwYXRoIGZpbGw9IiNFQUIxQTAiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik04MC42IDI3LjdjLjctLjcgMTAuNi02LjggMTAuNi02LjhsMTAuMiAzLjggNC44IDkuMXYuMmMuOSA3LjQtMy4xIDEwLjUtOC44IDEzLjItNSAyLjQtMTYtMS42LTE2LjktMTkuNCAwIDAgMCAwIDAgMFoiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik03MC4zIDE3LjNjLS4zLS45LS4zLTEuOC4yLTIuNC41LS41IDEuMi0uNyAxLjktLjYuNyAwIDEuMy40IDEuOS43LS45LS44LS4zLTIuMy44LTIuNyAxLjEtLjMgMi40LjEgMy4yIDEgLjUuNCAxIDQuMyAxLjUgNC40LjYuMSAxIDAgMS41LS4yIDIuNC0uOSA1LTEuNSA3LjQtMS44IDEuOS0uMyAzLjgtLjQgNS42LS4yIDIuMS4zIDQuMiAxIDYuMiAxLjl2MGMzLjQuMiA3LjQgMTAuNSA2LjQgMTAuOC0uOS4yLjIgMC0uMS4xLTIuMS43LTYuNC0uNy03LjYtMS4xYTEyIDEyIDAgMCAxLTMuMS0yLjFjLTEuOC0xLjQtNC0yLjItNi4yLTIuNmwtMS40LS4yYy0xLjguNy0zLjggMS01LjguNy0uNyAwLTEuNS0uMy0yLS44LS4zLS40LS4zLTEuMi4yLTEuNS0xIC41LTIuMS43LTMuMy43LS43IDAtMS42IDAtMi4yLS43LS42LS41LS41LTEuNi4zLTEuOC0xLjMuMy0yLjguNy00IDAtLjctLjUtMS4yLS43LTEuNC0xLjZaIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBkPSJNMTAwIDI3LjhjLS42LTEuNy43LTQuMyAyLjQtNC42IDIuNi0uNSA0IDIgNC41IDQgLjUgMS44LjYgMy44LS4yIDUuNi0uMy41LS42IDEtMS4yIDEuNCIvPgogICAgPHBhdGggc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTEwMCAyNy44Yy0uNi0xLjcuNy00LjMgMi40LTQuNiAyLjYtLjUgNCAyIDQuNSA0IC41IDEuOC42IDMuOC0uMiA1LjYtLjMuNS0uNiAxLTEuMiAxLjQiLz4KICAgIDxwYXRoIGZpbGw9IiNGM0Y2RjkiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik05Ni44IDcuN2MyIDAgMy42LTEuNSAzLjYtMy40IDAtMS44LTEuNi0zLjMtMy42LTMuM3MtMy42IDEuNS0zLjYgMy4zYzAgMS45IDEuNiAzLjQgMy42IDMuNFoiLz4KICAgIDxwYXRoIGZpbGw9IiNGM0Y2RjkiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik0xMDcuNCAyMi4xYzAtLjEgMC0zLjMtMS41LTcuNS0xLjYtNC00LjktOS4xLTExLjYtMTAuNC04LjItMS4yLTEzLjIgNC0xNS40IDcuMy0yLjMgMy4yLTIuNCA1LjMtMi40IDUuM2E2NyA2NyAwIDAgMSAzMC45IDUuM1oiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik05My4zIDE3LjljLjctLjkuNC0yLjItLjYtMi43LTEtLjQtMi40LjItMi43IDEuMi43LS45LjQtMi4yLS41LTIuOS0uOS0uNy0yLjMtLjctMy4yIDAtMSAuNi0xLjMgMS45LTEgMi45IDAtLjcgMC0xLjUtLjItMi4xLS4zLS43LTEtMS4zLTEuNy0xLjMtLjUgMC0xIC4yLTEuNC41YTMgMyAwIDAgMC0xIDNjLS4zLTEtLjUtMi4xLTEuMi0zLS43LTEtMS44LTEuNi0zLTEuNC0xIC4yLTIgMS4zLTIgMi4zIDAgMSAuNyAyIDEuNSAyLjcuMSAwIDE0LjYgNCAxNyAuOFoiLz4KICAgIDxwYXRoIGZpbGw9IiMzMzAwQzIiIGQ9Ik0xMjggNTQuOHMyMiAyNi41IDE4LjkgMzcuOGMtMiA2LjctNDcgNC45LTQ3IDQuOWwyLjUtMTQuMyAyMy43LTEuNS05LjctMTIuNSIvPgogICAgPHBhdGggc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTEyOCA1NC44czIyIDI2LjUgMTguOSAzNy44Yy0yIDYuNy00NyA0LjktNDcgNC45bDIuNS0xNC4zIDIzLjctMS41LTkuNy0xMi41Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNNTcuNCAxLjRIMXYyOS40aDMzLjJMNDguOSA0NWwtLjItMTQuMmg4LjdWMS40WiIvPgogICAgPHBhdGggc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTIuMyAxNjhoMjE5LjQiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik0yOS4yIDI2LjNjNi4yIDAgMTEuMy00LjcgMTEuMy0xMC41UzM1LjQgNS4yIDI5LjIgNS4yQzIzIDUuMiAxNy45IDEwIDE3LjkgMTUuOHM1IDEwLjUgMTEuMyAxMC41WiIvPgogICAgPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0ibTI1LjIgMTIgOCA3LjVNMzMuMiAxMmwtOCA3LjUiLz4KPC9zdmc+";
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='223'%20height='169'%20fill='none'%20viewBox='0%200%20223%20169'%3e%3cpath%20fill='%23EAB1A0'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M36.6%20112.2c.6-.1%201-.7%201-1.3l-.9-8.7%202.1%206.6c.2.6.8.8%201.4.7.6-.1%201-.7.8-1.2l-1.3-6.8%202.9-4.8-5.9-5.5-7.6%209%205%204.7%201%206.2c0%20.7.7%201.2%201.5%201Z'/%3e%3cpath%20fill='%23EAB1A0'%20d='M31.7%20103.6c.3.4%201.2%206.6%201.5%209%200%20.5.6%201%201.1%201h.3c.7%200%201.2-.6%201.1-1.3l-.7-9.1'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M31.7%20103.6c.3.4%201.2%206.6%201.5%209%200%20.5.6%201%201.1%201h.3c.7%200%201.2-.6%201.1-1.3l-.7-9.1'/%3e%3cpath%20fill='%23EAB1A0'%20d='M30.4%2099.3v13.1c0%20.6.5%201.1%201.2%201.1.5%200%201-.4%201-1l1.2-9.3'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M30.4%2099.3v13.1c0%20.6.5%201.1%201.2%201.1.5%200%201-.4%201-1l1.2-9.3'/%3e%3cpath%20fill='%23EAB1A0'%20d='M35.8%2092s-6.5%204.8-6.6%206.2a995%20995%200%200%200-.9%2010.3c1.5%200%202.8-1%203.2-2.3.6-2.1%201.2-4.9%201-5.1-.1-.3%205-.7%205.8-3.8'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M35.8%2092s-6.5%204.8-6.6%206.2a995%20995%200%200%200-.9%2010.3c1.5%200%202.8-1%203.2-2.3.6-2.1%201.2-4.9%201-5.1-.1-.3%205-.7%205.8-3.8'/%3e%3cpath%20fill='%233300C2'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M95.3%2046.7S78%2053%2070.5%2059.4c-7.6%206.4-36.1%2031.2-36.1%2031.2l11.2%2011%2038-27.3c3.5-2.6%2011.7-27.6%2011.7-27.6Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='m45.6%20101.7-11.2-11%2029.8-2.5-18.6%2013.5ZM186.4%2090.4h-7.1v25.3h7.1V90.4ZM215.6%2066.7h-7.2V92h7.2V66.7ZM173.7%20167.8h-7l8.3-44h7l-8.3%2044ZM26.3%20167.8h-7l8.3-44h7l-8.3%2044ZM209.2%20167.8h-7l-8.3-44h7l8.3%2044ZM68%2091.1h-7v25h7V91Z'/%3e%3cpath%20fill='%23F3F6F9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M208.4%2066.7H39V92h169.3V66.7Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M208.4%20123.4v-7.6H39v7.6h169.5Z'/%3e%3cpath%20fill='%23F3F6F9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M193.7%20123.4V116H15.3v7.5h178.4Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M77.4%20167.8h-7l-8.3-44h7l8.3%2044ZM42.2%20150.4l-.8%203h16.2l.7-3.1h-16ZM80.1%20150.3l1.4%203h15.1l-1-3H80Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='m97.8%20115.9-28.4.1-7.7%2034.7h-23l9.5-40.6a18%2018%200%200%201%2016.7-12l54-.5-.5%202.6c-2%209.1-10.6%2015.6-20.6%2015.7Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M110.7%20115.9H85.5L99%20150.3h-25L62.9%20117c-3-9%203.6-18.6%2013.6-19.4h.8l54.5-1.3-.6%203.9a20.7%2020.7%200%200%201-20.4%2015.7Z'/%3e%3cpath%20fill='%23F3F6F9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M57.6%20153.4H41.4l-.8%202.7-16.8%204.2c-2%20.7-3.7%202.1-4.7%203.9H55l2.6-10.8ZM96.6%20153.4H81.5l1.3%202.9-15.2%204c-2%20.7-3.6%202.1-4.6%203.8h37.3l-3.7-10.7Z'/%3e%3cpath%20fill='%23fff'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='m54%20168%201-3.8H19a8%208%200%200%200-1%203.8h36ZM101.7%20168l-1.3-3.8H63a8%208%200%200%200-1%203.8h39.6Z'/%3e%3cpath%20fill='%233300C2'%20d='M86.9%2059.6c.3%2020-5.4%2037.7-5.4%2037.7l50.3-.1s4.7-18.7%202-31c-2.6-12.3-16.2-21.8-22.5-22.3-6.2-.6-20.6%204.6-20.6%204.6'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M86.9%2059.6c.3%2020-5.4%2037.7-5.4%2037.7l50.3-.1s4.7-18.7%202-31c-2.6-12.3-16.2-21.8-22.5-22.3-6.2-.6-20.6%204.6-20.6%204.6'/%3e%3cpath%20fill='%23fff'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M96.7%2047.1s.6%205.5%202%209c1.2%203.6%202%207.3%202%207.3s6.8-17.5%208.3-19.6c0%200-8%206.5-12.3%203.3Z'/%3e%3cpath%20fill='%23EAB1A0'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='m105.8%2038.3%203.1%205.5s-4%206.8-8.6%206.7c-4.7%200-3.5-5.6-3.5-5.6l9-6.6Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='m101.8%2044.7-4%204.9-1-2.5%205-2.4ZM97%2083.1H85.6l-3.3-17.9h11.1l3.4%2017.9Z'/%3e%3cpath%20fill='%23EAB1A0'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M101.6%2082.6c-1-1.6-2.3-3-3.2-4.5-1.2-2-1.7-4.5-2.3-6.8-2.5-.7-2.6%204-2.4%206%20.3%201.8%201%203.7%201%203.7-2-.4-10.4-4.7-10.4-4.7.3%200-1.4%202.3-.7%203.3l1%201.3s-.7%201.3-.7%202c-.1%201.2%201.1%202.2%201.1%202.2l.1%202.3c.2.8%201.5%201.5%201.5%201.5s0%201.4.7%201.8c.7.3%2011.2%201.2%2015.8%201.4%200-1.6.5-3.4.3-5%200-1.5-1-3.2-1.8-4.5Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M111.7%2021.9c.4.8-.2%201.8-1%202.4-.7.5-1.7.7-2.6%201%201.2-.4%202.6-.2%203.8.2.4.2.8.4%201%20.7.3.5.1%201.2-.2%201.6-.3.4-.8.8-1.3%201-1.4.7-3%201.2-4.5%201.3%201%200%201.5%201.1%201.1%201.9-.4.8-1.3%201.2-2.2%201.4-1.5.4-3.3.4-4.5-.4-.7-.4-1.1-1-1.5-1.5a7%207%200%200%201-.2-7.4%209%209%200%200%201%205.7-3.8c1.7-.3%205.6-.3%206.4%201.6Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M68.7%2025c.5%201.7%203%202%204.6%201.3-1.2.2-2.4.4-3.3%201.2-1%20.9-1.1%202.4-.1%203%20.3.3.8.4%201.3.4a9%209%200%200%200%204.6-1c-1%20.6-2%201.9-1.3%203%20.6.9%202.2.8%203.2.2%201-.6%202-1.5%203-1.8-.6.4-1.3.8-1.5%201.5-.3.6%200%201.6.6%201.7.5.1%201%200%201.4-.2%201.1-.6%202.2-1.3%203-2.3-1%20.3-.8%201.9.1%202.3%201%20.4%202%200%203-.6a8.5%208.5%200%200%200%202.8-3c-.3.4%200%201.1.6%201.5%201%20.6%202.4.7%203.5.3a9%209%200%200%200%203-2%207%207%200%200%200%202-2.4c.6-1.4.2-3-.7-4.2A10%2010%200%200%200%2095%2021c-4.3-2.3-9.8-3-14.6-1.7a6.6%206.6%200%200%200-6.8-2c-.7.3-1.5.7-1.8%201.4-.5%201.2.5%202.3%201.6%202.8-2%200-5.4%201-4.6%203.5Z'/%3e%3cpath%20fill='%23EAB1A0'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M80.6%2027.7c.7-.7%2010.6-6.8%2010.6-6.8l10.2%203.8%204.8%209.1v.2c.9%207.4-3.1%2010.5-8.8%2013.2-5%202.4-16-1.6-16.9-19.4%200%200%200%200%200%200Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M70.3%2017.3c-.3-.9-.3-1.8.2-2.4.5-.5%201.2-.7%201.9-.6.7%200%201.3.4%201.9.7-.9-.8-.3-2.3.8-2.7%201.1-.3%202.4.1%203.2%201%20.5.4%201%204.3%201.5%204.4.6.1%201%200%201.5-.2%202.4-.9%205-1.5%207.4-1.8%201.9-.3%203.8-.4%205.6-.2%202.1.3%204.2%201%206.2%201.9v0c3.4.2%207.4%2010.5%206.4%2010.8-.9.2.2%200-.1.1-2.1.7-6.4-.7-7.6-1.1a12%2012%200%200%201-3.1-2.1c-1.8-1.4-4-2.2-6.2-2.6l-1.4-.2c-1.8.7-3.8%201-5.8.7-.7%200-1.5-.3-2-.8-.3-.4-.3-1.2.2-1.5-1%20.5-2.1.7-3.3.7-.7%200-1.6%200-2.2-.7-.6-.5-.5-1.6.3-1.8-1.3.3-2.8.7-4%200-.7-.5-1.2-.7-1.4-1.6Z'/%3e%3cpath%20fill='%23EAB1A0'%20d='M100%2027.8c-.6-1.7.7-4.3%202.4-4.6%202.6-.5%204%202%204.5%204%20.5%201.8.6%203.8-.2%205.6-.3.5-.6%201-1.2%201.4'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M100%2027.8c-.6-1.7.7-4.3%202.4-4.6%202.6-.5%204%202%204.5%204%20.5%201.8.6%203.8-.2%205.6-.3.5-.6%201-1.2%201.4'/%3e%3cpath%20fill='%23F3F6F9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M96.8%207.7c2%200%203.6-1.5%203.6-3.4%200-1.8-1.6-3.3-3.6-3.3s-3.6%201.5-3.6%203.3c0%201.9%201.6%203.4%203.6%203.4Z'/%3e%3cpath%20fill='%23F3F6F9'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M107.4%2022.1c0-.1%200-3.3-1.5-7.5-1.6-4-4.9-9.1-11.6-10.4-8.2-1.2-13.2%204-15.4%207.3-2.3%203.2-2.4%205.3-2.4%205.3a67%2067%200%200%201%2030.9%205.3Z'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M93.3%2017.9c.7-.9.4-2.2-.6-2.7-1-.4-2.4.2-2.7%201.2.7-.9.4-2.2-.5-2.9-.9-.7-2.3-.7-3.2%200-1%20.6-1.3%201.9-1%202.9%200-.7%200-1.5-.2-2.1-.3-.7-1-1.3-1.7-1.3-.5%200-1%20.2-1.4.5a3%203%200%200%200-1%203c-.3-1-.5-2.1-1.2-3-.7-1-1.8-1.6-3-1.4-1%20.2-2%201.3-2%202.3%200%201%20.7%202%201.5%202.7.1%200%2014.6%204%2017%20.8Z'/%3e%3cpath%20fill='%233300C2'%20d='M128%2054.8s22%2026.5%2018.9%2037.8c-2%206.7-47%204.9-47%204.9l2.5-14.3%2023.7-1.5-9.7-12.5'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M128%2054.8s22%2026.5%2018.9%2037.8c-2%206.7-47%204.9-47%204.9l2.5-14.3%2023.7-1.5-9.7-12.5'/%3e%3cpath%20fill='%23fff'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M57.4%201.4H1v29.4h33.2L48.9%2045l-.2-14.2h8.7V1.4Z'/%3e%3cpath%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M2.3%20168h219.4'/%3e%3cpath%20fill='%2300112C'%20stroke='%2300112C'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='M29.2%2026.3c6.2%200%2011.3-4.7%2011.3-10.5S35.4%205.2%2029.2%205.2C23%205.2%2017.9%2010%2017.9%2015.8s5%2010.5%2011.3%2010.5Z'/%3e%3cpath%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='.6'%20d='m25.2%2012%208%207.5M33.2%2012l-8%207.5'/%3e%3c/svg%3e";
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
e as default
|
|
4
4
|
};
|
package/dist/es/index.js
CHANGED
|
@@ -1,32 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
/* empty css */
|
|
2
2
|
import "./style/index.scss.js";
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
import t from "./core/core.js";
|
|
4
|
+
import { PayoutElement as m } from "./components/external/PayoutDetails/PayoutDetails.js";
|
|
5
|
+
import { PayoutsElement as f } from "./components/external/PayoutsOverview/PayoutsOverviewElement.js";
|
|
6
|
+
import { TransactionElement as c } from "./components/external/TransactionDetails/TransactionDetails.js";
|
|
7
|
+
import { TransactionsElement as E } from "./components/external/TransactionsOverview/TransactionsOverviewElement.js";
|
|
8
|
+
import { CapitalOfferElement as O } from "./components/external/CapitalOffer/CapitalOfferElement.js";
|
|
9
|
+
import { ReportsElement as u } from "./components/external/ReportsOverview/ReportsOverviewElement.js";
|
|
10
|
+
import { CapitalOverviewElement as C } from "./components/external/CapitalOverview/CapitalOverviewElement.js";
|
|
11
|
+
import { all_locales as T, da_DK as D, de_DE as R, en_US as d, es_ES as S, fi_FI as F, fr_FR as I, it_IT as N, nl_NL as z, no_NO as A, pt_BR as B, sv_SE as K } from "./translations/index.js";
|
|
12
|
+
async function n(e) {
|
|
13
|
+
return await new t(e).initialize();
|
|
12
14
|
}
|
|
13
15
|
export {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
n as AdyenPlatformExperience,
|
|
17
|
+
O as CapitalOffer,
|
|
18
|
+
C as CapitalOverview,
|
|
19
|
+
t as Core,
|
|
20
|
+
m as PayoutDetails,
|
|
21
|
+
f as PayoutsOverview,
|
|
22
|
+
u as ReportsOverview,
|
|
23
|
+
c as TransactionDetails,
|
|
20
24
|
E as TransactionsOverview,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
25
|
+
T as all_locales,
|
|
26
|
+
D as da_DK,
|
|
27
|
+
R as de_DE,
|
|
28
|
+
d as en_US,
|
|
29
|
+
S as es_ES,
|
|
30
|
+
F as fi_FI,
|
|
31
|
+
I as fr_FR,
|
|
32
|
+
N as it_IT,
|
|
33
|
+
z as nl_NL,
|
|
34
|
+
A as no_NO,
|
|
35
|
+
B as pt_BR,
|
|
36
|
+
K as sv_SE
|
|
32
37
|
};
|
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
import { struct as
|
|
1
|
+
import { struct as u } from "../../../utils/struct/main.js";
|
|
2
2
|
import { enumerable as n, getter as s } from "../../../utils/struct/property.js";
|
|
3
3
|
import { isUndefined as b } from "../../../utils/value/is.js";
|
|
4
|
-
import { noop as
|
|
4
|
+
import { noop as _ } from "../../../utils/common.js";
|
|
5
5
|
const w = (o) => {
|
|
6
6
|
let r, t, e;
|
|
7
|
-
const
|
|
8
|
-
if (b(r))
|
|
9
|
-
return;
|
|
7
|
+
const f = () => {
|
|
8
|
+
if (b(r)) return;
|
|
10
9
|
const i = r.abort.bind(r);
|
|
11
10
|
r = void 0, i();
|
|
12
|
-
},
|
|
13
|
-
if (t.addEventListener("abort", function
|
|
14
|
-
t.removeEventListener("abort",
|
|
15
|
-
}), t.aborted)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
abort: n(l),
|
|
11
|
+
}, l = () => (e = new Promise((i, c) => {
|
|
12
|
+
if (t.addEventListener("abort", function d() {
|
|
13
|
+
t.removeEventListener("abort", d), c(o);
|
|
14
|
+
}), t.aborted) throw o;
|
|
15
|
+
}), e.catch(_), e), a = () => (b(r) && (r = new AbortController(), t = r.signal, e = l()), m), m = u({
|
|
16
|
+
abort: n(f),
|
|
19
17
|
promise: s(() => e),
|
|
20
18
|
reason: n(o),
|
|
21
19
|
refresh: n(a),
|