@levi-gemcommerce/analytics 3.0.1-dev.3 → 3.0.1-dev.4
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/package.json +38 -15
- package/src/api/graphql/fragments/pathAnalytic.generated.ts +0 -26
- package/src/assets/img/all-sessions.png +0 -0
- package/src/assets/img/analytic-empty.png +0 -0
- package/src/assets/img/first-session.png +0 -0
- package/src/assets/img/page-only.png +0 -0
- package/src/assets/svg/gemx-skeleton.svg +0 -12
- package/src/assets/svg/product.svg +0 -18
- package/src/components/AnalyticMode/AnalyticModeSelector.tsx +0 -50
- package/src/components/AnalyticMode/index.ts +0 -2
- package/src/components/CardPathAnalysis/CardJourneyAnalysis.tsx +0 -33
- package/src/components/CardPathAnalysis/assets/img/analytic-gemx.png +0 -0
- package/src/components/CardPathAnalysis/assets/styles/PathAnalysis.scss +0 -60
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardAnalyticEmpty.tsx +0 -45
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysis.tsx +0 -53
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysisContent.tsx +0 -65
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysisEmpty.tsx +0 -29
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysisSkeleton.tsx +0 -12
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/CardPathAnalysisWrapper.tsx +0 -43
- package/src/components/CardPathAnalysis/components/CardPathAnalysis/index.ts +0 -1
- package/src/components/CardPathAnalysis/components/PathAnalysisChart.tsx +0 -55
- package/src/components/CardPathAnalysis/components/index.ts +0 -1
- package/src/components/CardPathAnalysis/configs/index.ts +0 -2
- package/src/components/CardPathAnalysis/constants/index.ts +0 -1
- package/src/components/CardPathAnalysis/constants/path-analysis.ts +0 -162
- package/src/components/CardPathAnalysis/contexts/PathAnalysisConfigProvider.tsx +0 -66
- package/src/components/CardPathAnalysis/contexts/PathAnalysisProvider.tsx +0 -130
- package/src/components/CardPathAnalysis/contexts/index.ts +0 -2
- package/src/components/CardPathAnalysis/helpers/index.ts +0 -2
- package/src/components/CardPathAnalysis/helpers/metricHelpers.ts +0 -13
- package/src/components/CardPathAnalysis/helpers/pathAnalysis.ts +0 -96
- package/src/components/CardPathAnalysis/helpers/pathAnalysisChart.ts +0 -128
- package/src/components/CardPathAnalysis/helpers/treeUtils.ts +0 -38
- package/src/components/CardPathAnalysis/hooks/usePathAnalysisChart.tsx +0 -292
- package/src/components/CardPathAnalysis/hooks/usePathAnalysisFunnel.ts +0 -206
- package/src/components/CardPathAnalysis/hooks/usePathAnalyticsMerger.ts +0 -43
- package/src/components/CardPathAnalysis/index.ts +0 -5
- package/src/components/CardPathAnalysis/stores/funnel-chart.ts +0 -30
- package/src/components/CardPathAnalysis/stores/index.ts +0 -3
- package/src/components/CardPathAnalysis/stores/path-analysis-campaign.ts +0 -16
- package/src/components/CardPathAnalysis/stores/path-analysis.ts +0 -11
- package/src/components/CardPathAnalysis/types/index.ts +0 -1
- package/src/components/CardPathAnalysis/types/path-analysis.ts +0 -10
- package/src/components/CurrencySelector/CurrencySelector.tsx +0 -127
- package/src/components/CurrencySelector/index.ts +0 -2
- package/src/components/GModalOrderJourney/GModalOrderJourney.tsx +0 -131
- package/src/components/GModalOrderJourney/components/OrderJourneySkeleton.tsx +0 -93
- package/src/components/GModalOrderJourney/components/index.ts +0 -1
- package/src/components/GModalOrderJourney/context/OrderJourneyContext.tsx +0 -17
- package/src/components/GModalOrderJourney/context/index.ts +0 -1
- package/src/components/GModalOrderJourney/hooks/index.ts +0 -1
- package/src/components/GModalOrderJourney/hooks/useGModalOrderJourney.ts +0 -25
- package/src/components/GModalOrderJourney/index.ts +0 -5
- package/src/components/GModalOrderJourney/types/index.ts +0 -4
- package/src/components/GModalOrderJourney/utils/index.ts +0 -75
- package/src/components/GSelectableMetricChartCard/GSelectableMetricChartCard.tsx +0 -83
- package/src/components/GSelectableMetricChartCard/MetricChartTab.tsx +0 -56
- package/src/components/GSelectableMetricChartCard/index.ts +0 -2
- package/src/components/GTimePicker/GTimePicker.tsx +0 -31
- package/src/components/GTimePicker/components/BaseTimePicker.tsx +0 -249
- package/src/components/GTimePicker/components/CompareTimePicker.tsx +0 -41
- package/src/components/GTimePicker/components/DateTimeFilterAddition.tsx +0 -84
- package/src/components/GTimePicker/components/DateTimeFilterInputs.tsx +0 -124
- package/src/components/GTimePicker/components/DateTimeFilters.tsx +0 -86
- package/src/components/GTimePicker/components/MainTimePicker.tsx +0 -47
- package/src/components/GTimePicker/components/index.ts +0 -2
- package/src/components/GTimePicker/constants/compareDateTimePicker.ts +0 -68
- package/src/components/GTimePicker/constants/datePicker.ts +0 -14
- package/src/components/GTimePicker/constants/index.ts +0 -2
- package/src/components/GTimePicker/constants/mainDataTimePicker.ts +0 -88
- package/src/components/GTimePicker/contexts/DateTimePickerProvider.tsx +0 -125
- package/src/components/GTimePicker/contexts/index.ts +0 -1
- package/src/components/GTimePicker/helpers/date-range-info.ts +0 -84
- package/src/components/GTimePicker/helpers/index.ts +0 -4
- package/src/components/GTimePicker/helpers/parse-date.ts +0 -127
- package/src/components/GTimePicker/helpers/time-picker.ts +0 -123
- package/src/components/GTimePicker/helpers/version.ts +0 -36
- package/src/components/GTimePicker/hooks/index.ts +0 -3
- package/src/components/GTimePicker/hooks/useCompareDateTimePicker.tsx +0 -79
- package/src/components/GTimePicker/hooks/useDateTimeFilter.ts +0 -83
- package/src/components/GTimePicker/hooks/useDateTimePicker.tsx +0 -99
- package/src/components/GTimePicker/hooks/useVersionDateTimeFilters.ts +0 -30
- package/src/components/GTimePicker/index.ts +0 -7
- package/src/components/GTimePicker/types/index.ts +0 -43
- package/src/components/MetricDonutChartCard/MetricDonutChartCard.tsx +0 -121
- package/src/components/MetricDonutChartCard/index.ts +0 -2
- package/src/components/MetricDonutChartCard/utils/donut-chart.ts +0 -75
- package/src/components/MetricDonutChartCard/utils/index.ts +0 -1
- package/src/components/OrderAnalytic/OrderListingLatestTable.tsx +0 -111
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/OrderListingTableSkeleton.tsx +0 -40
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/SkeletonCellContent.tsx +0 -77
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/SkeletonHeader.tsx +0 -35
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/SkeletonRow.tsx +0 -35
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/SkeletonSummaryRow.tsx +0 -36
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/constants.ts +0 -11
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingSkeleton/index.ts +0 -1
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingTable.tsx +0 -159
- package/src/components/OrderAnalytic/components/OrderListing/OrderListingTableEmpty.tsx +0 -29
- package/src/components/OrderAnalytic/components/OrderListing/index.ts +0 -2
- package/src/components/OrderAnalytic/components/index.ts +0 -1
- package/src/components/OrderAnalytic/constants/index.ts +0 -2
- package/src/components/OrderAnalytic/constants/order-columns.ts +0 -51
- package/src/components/OrderAnalytic/constants/order-listing.ts +0 -199
- package/src/components/OrderAnalytic/helpers/index.ts +0 -1
- package/src/components/OrderAnalytic/helpers/order-listing.ts +0 -48
- package/src/components/OrderAnalytic/hooks/index.ts +0 -1
- package/src/components/OrderAnalytic/hooks/useOrderListingData.ts +0 -55
- package/src/components/OrderAnalytic/index.ts +0 -5
- package/src/components/OrderAnalytic/stores/index.ts +0 -2
- package/src/components/OrderAnalytic/stores/order-columns-selector.ts +0 -24
- package/src/components/OrderAnalytic/stores/order-control.ts +0 -15
- package/src/components/OrderAnalytic/types/index.ts +0 -3
- package/src/components/OrderAnalytic/types/order.ts +0 -89
- package/src/components/OrderAnalytic/types/orderListing.ts +0 -4
- package/src/components/OrderAnalytic/types/report.ts +0 -14
- package/src/components/SingleMetricChartCard/SingleMetricChartCard.tsx +0 -56
- package/src/components/SingleMetricChartCard/index.tsx +0 -2
- package/src/components/common/chart/GChartSkeleton.tsx +0 -5
- package/src/components/common/chart/MetricChart.tsx +0 -62
- package/src/components/common/chart/MetricChartEmpty.tsx +0 -35
- package/src/components/common/chart/MetricChartTooltip.tsx +0 -74
- package/src/components/common/chart/MetricDonutChartSkeleton.tsx +0 -14
- package/src/components/common/chart/MetricInfoBlock.tsx +0 -66
- package/src/components/common/chart/MetricInfoSkeleton.tsx +0 -25
- package/src/components/common/chart/MetricValueSummary.tsx +0 -23
- package/src/components/common/chart/index.ts +0 -8
- package/src/components/common/icons/DownIcon8px.tsx +0 -14
- package/src/components/common/icons/UpIcon8px.tsx +0 -14
- package/src/components/common/icons/index.ts +0 -2
- package/src/components/common/percent/MetricPercentage.tsx +0 -42
- package/src/components/common/percent/index.ts +0 -1
- package/src/components/index.ts +0 -9
- package/src/constants/analytic-metric-tooltip.tsx +0 -164
- package/src/constants/breakdown-targets.ts +0 -25
- package/src/constants/campaign.ts +0 -4
- package/src/constants/chart.ts +0 -17
- package/src/constants/currency.ts +0 -3
- package/src/constants/index.ts +0 -6
- package/src/constants/thumbnail.ts +0 -3
- package/src/core/gemxql/api/index.ts +0 -2
- package/src/core/gemxql/api/useCustomGemXQlQuery.ts +0 -35
- package/src/core/gemxql/api/useGemxQlNamedQuery.ts +0 -34
- package/src/core/gemxql/builder/build-gemxql-query.ts +0 -81
- package/src/core/gemxql/builder/clauses/condition-query.ts +0 -74
- package/src/core/gemxql/builder/clauses/from-query.ts +0 -18
- package/src/core/gemxql/builder/clauses/group-query.ts +0 -43
- package/src/core/gemxql/builder/clauses/index.ts +0 -11
- package/src/core/gemxql/builder/clauses/limit-query.ts +0 -15
- package/src/core/gemxql/builder/clauses/mode-query.ts +0 -14
- package/src/core/gemxql/builder/clauses/offset-query.ts +0 -15
- package/src/core/gemxql/builder/clauses/order-by-query.ts +0 -37
- package/src/core/gemxql/builder/clauses/show-query.ts +0 -18
- package/src/core/gemxql/builder/clauses/time-query.ts +0 -67
- package/src/core/gemxql/builder/clauses/time-series-query.ts +0 -15
- package/src/core/gemxql/builder/clauses/timezone-query.ts +0 -17
- package/src/core/gemxql/builder/configs/date-formats.ts +0 -1
- package/src/core/gemxql/builder/configs/index.ts +0 -3
- package/src/core/gemxql/builder/configs/keywords.ts +0 -16
- package/src/core/gemxql/builder/configs/query-defaults.ts +0 -1
- package/src/core/gemxql/builder/filters/build-extra-conditions.ts +0 -69
- package/src/core/gemxql/builder/filters/build-filter-conditions.ts +0 -161
- package/src/core/gemxql/builder/filters/index.ts +0 -2
- package/src/core/gemxql/builder/helpers/date-query-helpers.ts +0 -41
- package/src/core/gemxql/builder/helpers/index.ts +0 -1
- package/src/core/gemxql/builder/helpers/is-valid-query-input.ts +0 -8
- package/src/core/gemxql/builder/index.ts +0 -6
- package/src/core/gemxql/builder/parse-gemxql-query.ts +0 -43
- package/src/core/gemxql/constants/analytic-data.ts +0 -2
- package/src/core/gemxql/constants/column-keys.ts +0 -4
- package/src/core/gemxql/constants/index.ts +0 -4
- package/src/core/gemxql/constants/operators.ts +0 -2
- package/src/core/gemxql/constants/row-reader-mode.ts +0 -9
- package/src/core/gemxql/graphql/fragments/gemxql.generated.ts +0 -80
- package/src/core/gemxql/graphql/fragments/gemxql.gql +0 -18
- package/src/core/gemxql/graphql/index.ts +0 -2
- package/src/core/gemxql/graphql/queries/gemxql.generated.ts +0 -26
- package/src/core/gemxql/graphql/queries/gemxql.gql +0 -5
- package/src/core/gemxql/helpers/columnKeys.ts +0 -8
- package/src/core/gemxql/helpers/extractQueryData.ts +0 -18
- package/src/core/gemxql/helpers/formatAnalyticData.ts +0 -92
- package/src/core/gemxql/helpers/formatAnalyticDate.ts +0 -29
- package/src/core/gemxql/helpers/getTimeDimension.ts +0 -11
- package/src/core/gemxql/helpers/hasMetricData.ts +0 -6
- package/src/core/gemxql/helpers/index.ts +0 -8
- package/src/core/gemxql/helpers/parseJsonFields.ts +0 -36
- package/src/core/gemxql/helpers/readNumeric.ts +0 -25
- package/src/core/gemxql/hooks/index.ts +0 -2
- package/src/core/gemxql/hooks/useAnalyticData.ts +0 -67
- package/src/core/gemxql/hooks/useGemXQlPagination.ts +0 -79
- package/src/core/gemxql/index.ts +0 -8
- package/src/core/gemxql/types/analytic-data.ts +0 -26
- package/src/core/gemxql/types/analytic-source.ts +0 -4
- package/src/core/gemxql/types/extra-condition.ts +0 -40
- package/src/core/gemxql/types/field-filters.ts +0 -18
- package/src/core/gemxql/types/field-operators.ts +0 -8
- package/src/core/gemxql/types/filter-types.ts +0 -33
- package/src/core/gemxql/types/group-with-clause.ts +0 -12
- package/src/core/gemxql/types/index.ts +0 -11
- package/src/core/gemxql/types/order-by.ts +0 -13
- package/src/core/gemxql/types/page-fields.ts +0 -25
- package/src/core/gemxql/types/row-reader-mode.ts +0 -6
- package/src/core/gemxql/types/time-dimension.ts +0 -8
- package/src/global.d.ts +0 -38
- package/src/hooks/index.ts +0 -7
- package/src/hooks/publish/index.ts +0 -2
- package/src/hooks/publish/useStickyDetectById.ts +0 -39
- package/src/hooks/publish/useStickyFilterBoxProps.ts +0 -26
- package/src/hooks/publish/useWindowSize.ts +0 -54
- package/src/hooks/useEnhancedEffect.ts +0 -3
- package/src/hooks/useFetchCurrencyRates.ts +0 -48
- package/src/hooks/useFormatLineChartData.ts +0 -28
- package/src/hooks/usePopoverResizeObserver.ts +0 -43
- package/src/hooks/usePreventBodyScroll.ts +0 -15
- package/src/hooks/useSearchParams.ts +0 -7
- package/src/hooks/useToggle.ts +0 -23
- package/src/index.ts +0 -10
- package/src/modules/analytics/constants/index.ts +0 -124
- package/src/modules/analytics/index.ts +0 -3
- package/src/modules/analytics/types/index.ts +0 -43
- package/src/modules/analytics/utils/formatMetric.ts +0 -42
- package/src/modules/analytics/utils/getPAMetricValue.ts +0 -11
- package/src/modules/analytics/utils/index.ts +0 -3
- package/src/modules/analytics/utils/metric.ts +0 -172
- package/src/providers/ConvertMoneyProvider.tsx +0 -68
- package/src/providers/MetricChartProvider.tsx +0 -50
- package/src/providers/TimezoneProvider.tsx +0 -31
- package/src/providers/index.ts +0 -5
- package/src/shared/charts/components/ComboChart.tsx +0 -108
- package/src/shared/charts/components/GBarChart.tsx +0 -96
- package/src/shared/charts/components/GComboChart.tsx +0 -15
- package/src/shared/charts/components/GDonutChart.tsx +0 -25
- package/src/shared/charts/components/GFunnelChart/GFunnelChart.tsx +0 -34
- package/src/shared/charts/components/GFunnelChart/components/FunnelChartAction.tsx +0 -67
- package/src/shared/charts/components/GFunnelChart/components/FunnelChartActionIcon.tsx +0 -60
- package/src/shared/charts/components/GFunnelChart/components/FunnelChartActionWrapper.tsx +0 -100
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/FunnelSelectionContent.tsx +0 -92
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/FunnelSelectionHeader.tsx +0 -54
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/FunnelSelectionItem.tsx +0 -51
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/FunnelSelectionPopover.tsx +0 -95
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/index.ts +0 -1
- package/src/shared/charts/components/GFunnelChart/components/FunnelSelection/type.ts +0 -7
- package/src/shared/charts/components/GFunnelChart/components/types.ts +0 -24
- package/src/shared/charts/components/GFunnelChart/index.ts +0 -4
- package/src/shared/charts/components/GFunnelChart/types.ts +0 -11
- package/src/shared/charts/components/GPolarisViz/components/Arc/Arc.module.scss +0 -7
- package/src/shared/charts/components/GPolarisViz/components/Arc/Arc.tsx +0 -135
- package/src/shared/charts/components/GPolarisViz/components/Arc/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartContainer/ChartContainer.module.scss +0 -39
- package/src/shared/charts/components/GPolarisViz/components/ChartContainer/ChartContainer.tsx +0 -150
- package/src/shared/charts/components/GPolarisViz/components/ChartContainer/hooks/useContainerBounds.ts +0 -113
- package/src/shared/charts/components/GPolarisViz/components/ChartContainer/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartElements/ChartDiv.tsx +0 -18
- package/src/shared/charts/components/GPolarisViz/components/ChartElements/ChartElements.module.scss +0 -21
- package/src/shared/charts/components/GPolarisViz/components/ChartElements/ChartSVG.tsx +0 -40
- package/src/shared/charts/components/GPolarisViz/components/ChartElements/index.ts +0 -7
- package/src/shared/charts/components/GPolarisViz/components/ChartErrorBoundary/ChartErrorBoundary.tsx +0 -56
- package/src/shared/charts/components/GPolarisViz/components/ChartErrorBoundary/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartErrorBoundary/utilities/checkForMismatchedData.ts +0 -34
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/ChartSkeleton.module.scss +0 -6
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/ChartSkeleton.tsx +0 -96
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/DonutSkeleton/DonutSkeleton.module.scss +0 -41
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/DonutSkeleton/DonutSkeleton.tsx +0 -193
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/DonutSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/ErrorText/ErrorText.tsx +0 -40
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/ErrorText/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/FunnelSkeleton/FunnelSkeleton.tsx +0 -69
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/FunnelSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/GridSkeleton/GridSkeleton.tsx +0 -155
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/GridSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/Shimmer/Shimmer.module.scss +0 -33
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/Shimmer/Shimmer.tsx +0 -34
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/Shimmer/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleBarSkeleton/SimpleBarSkeleton.module.scss +0 -15
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleBarSkeleton/SimpleBarSkeleton.tsx +0 -53
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleBarSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleNormalizedSkeleton/SimpleNormalizedSkeleton.module.scss +0 -35
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleNormalizedSkeleton/SimpleNormalizedSkeleton.tsx +0 -75
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SimpleNormalizedSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SparkSkeleton/SparkSkeleton.tsx +0 -27
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/SparkSkeleton/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/components/index.ts +0 -8
- package/src/shared/charts/components/GPolarisViz/components/ChartSkeleton/index.ts +0 -9
- package/src/shared/charts/components/GPolarisViz/components/ConicGradientWithStops/ConicGradientWithStops.tsx +0 -27
- package/src/shared/charts/components/GPolarisViz/components/ConicGradientWithStops/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/DefaultPreview/DefaultPreview.module.scss +0 -8
- package/src/shared/charts/components/GPolarisViz/components/DefaultPreview/DefaultPreview.tsx +0 -25
- package/src/shared/charts/components/GPolarisViz/components/DefaultPreview/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/Chart.tsx +0 -209
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/FunnelChart.tsx +0 -72
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/FunnelChartXAxisArrows.tsx +0 -52
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/FunnelChartXAxisLabels.tsx +0 -66
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/FunnelSegment.tsx +0 -121
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/Label.module.scss +0 -23
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/Label.tsx +0 -67
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/components/index.ts +0 -4
- package/src/shared/charts/components/GPolarisViz/components/FunnelChart/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/Chart.tsx +0 -259
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/FunnelChartNext.tsx +0 -104
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelChartLabels/FunnelChartLabels.tsx +0 -387
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelChartLabels/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelTooltip/FunnelTooltip.scss +0 -8
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelTooltip/FunnelTooltip.tsx +0 -37
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/FunnelTooltip/index.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/ScaleIcon.tsx +0 -20
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/ScaleIconTooltip.tsx +0 -31
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/Tooltip/CustomTooltip.tsx +0 -68
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/Tooltip/Tooltip.scss +0 -52
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/Tooltip/Tooltip.tsx +0 -149
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/Tooltip/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/TooltipOverlay.tsx +0 -117
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/TooltipWithPortal.tsx +0 -12
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/components/index.ts +0 -8
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/constants.ts +0 -28
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/hooks/useTooltipInteraction.ts +0 -59
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/hooks/useTooltipPlacement.ts +0 -113
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/index.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/types.ts +0 -13
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/utilities/calculate-dropoff.ts +0 -4
- package/src/shared/charts/components/GPolarisViz/components/FunnelChartNext/utilities/useBuildFunnelTrends.ts +0 -108
- package/src/shared/charts/components/GPolarisViz/components/HorizontalGridLines/HorizontalGridLines.tsx +0 -27
- package/src/shared/charts/components/GPolarisViz/components/HorizontalGridLines/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/Labels/SingleTextLine.tsx +0 -64
- package/src/shared/charts/components/GPolarisViz/components/Labels/hooks/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/Labels/hooks/useLabels.tsx +0 -131
- package/src/shared/charts/components/GPolarisViz/components/Labels/index.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/endLineTruncate.ts +0 -23
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/endWordTruncate.ts +0 -34
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/estimateTextHeight.ts +0 -31
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/formatAndAddEllipsis.ts +0 -12
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/getDiagonalLabels.ts +0 -70
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/getHorizontalLabels.ts +0 -90
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/getVerticalLabels.ts +0 -58
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/getWidestLabel.ts +0 -15
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/shouldSkipLabel.ts +0 -11
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/endWordTruncate.test.ts +0 -16
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/estimateTextHeight.test.ts +0 -19
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/formatAndAddEllipsis.test.ts +0 -9
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/truncateLastLine.test.ts +0 -22
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/tests/truncateSingleLine.test.ts +0 -15
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/truncateLabels.ts +0 -75
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/truncateLastLine.ts +0 -61
- package/src/shared/charts/components/GPolarisViz/components/Labels/utilities/truncateSingleLine.ts +0 -39
- package/src/shared/charts/components/GPolarisViz/components/LinePreview/LinePreview.module.scss +0 -8
- package/src/shared/charts/components/GPolarisViz/components/LinePreview/LinePreview.tsx +0 -105
- package/src/shared/charts/components/GPolarisViz/components/LinePreview/constants.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/components/LinePreview/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/SwallowErrors/SwallowErrors.tsx +0 -32
- package/src/shared/charts/components/GPolarisViz/components/SwallowErrors/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TextLine/TextLine.tsx +0 -88
- package/src/shared/charts/components/GPolarisViz/components/TextLine/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/TooltipContent.tsx +0 -109
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipContentContainer/TooltipContentContainer.module.scss +0 -10
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipContentContainer/TooltipContentContainer.tsx +0 -67
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipContentContainer/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipRow/TooltipRow.module.scss +0 -26
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipRow/TooltipRow.tsx +0 -57
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipRow/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeries/TooltipSeries.module.scss +0 -4
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeries/TooltipSeries.tsx +0 -26
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeries/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeriesName/TooltipSeriesName.module.scss +0 -4
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeriesName/TooltipSeriesName.tsx +0 -20
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipSeriesName/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipTitle/TooltipTitle.module.scss +0 -7
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipTitle/TooltipTitle.tsx +0 -15
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/TooltipTitle/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/components/index.ts +0 -5
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/constants.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/hooks/useGetLongestLabelFromData.ts +0 -56
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/index.ts +0 -4
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/utilities/get-tooltip-template-content-column-count.ts +0 -10
- package/src/shared/charts/components/GPolarisViz/components/TooltipContent/utilities/tests/get-tooltip-template-content-column-count.test.ts +0 -48
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/TooltipWrapper.tsx +0 -338
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/components/TooltipAnimatedContainer.module.scss +0 -6
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/components/TooltipAnimatedContainer.tsx +0 -139
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/constants.ts +0 -18
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/index.ts +0 -5
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/types.ts +0 -62
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/eventPoint.ts +0 -84
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getAlteredHorizontalBarPosition.ts +0 -110
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getAlteredLineChartPosition.ts +0 -115
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getAlteredVerticalBarPosition.ts +0 -105
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getDonutChartTooltipPosition.ts +0 -64
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getHorizontalBarChartTooltipPosition.ts +0 -79
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getLineChartTooltipPosition.ts +0 -68
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/getVerticalBarChartTooltipPosition.ts +0 -123
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities/shouldBlockTooltipEvents.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/components/TooltipWrapper/utilities.ts +0 -162
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/TrendIndicator.tsx +0 -72
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Arrows/ArrowDown.tsx +0 -12
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Arrows/ArrowUp.tsx +0 -12
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Arrows/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Svg/Svg.scss +0 -7
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Svg/Svg.tsx +0 -27
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/Svg/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/components/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/constants.ts +0 -12
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/index.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/components/TrendIndicator/utilities/estimateTrendIndicatorWidth.ts +0 -9
- package/src/shared/charts/components/GPolarisViz/components/VerticalBarChart/utilities/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/VerticalBarChart/utilities/sortBarChartData.ts +0 -20
- package/src/shared/charts/components/GPolarisViz/components/VerticalGridLines/VerticalGridLines.tsx +0 -32
- package/src/shared/charts/components/GPolarisViz/components/VerticalGridLines/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/components/index.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/constants.ts +0 -72
- package/src/shared/charts/components/GPolarisViz/data/character-width-offsets.json +0 -65
- package/src/shared/charts/components/GPolarisViz/data/character-widths.json +0 -1
- package/src/shared/charts/components/GPolarisViz/hooks/index.ts +0 -5
- package/src/shared/charts/components/GPolarisViz/hooks/useBarSpringConfig.ts +0 -21
- package/src/shared/charts/components/GPolarisViz/hooks/useBrowserCheck.ts +0 -13
- package/src/shared/charts/components/GPolarisViz/hooks/useCallbackRef.tsx +0 -39
- package/src/shared/charts/components/GPolarisViz/hooks/useDataForHorizontalChart.ts +0 -69
- package/src/shared/charts/components/GPolarisViz/hooks/useDebouncedCallback.ts +0 -197
- package/src/shared/charts/components/GPolarisViz/hooks/useFormattedLabels.ts +0 -31
- package/src/shared/charts/components/GPolarisViz/hooks/useFunnelBarScaling.ts +0 -53
- package/src/shared/charts/components/GPolarisViz/hooks/useHorizontalBarSizes.ts +0 -70
- package/src/shared/charts/components/GPolarisViz/hooks/useHorizontalStackedValues.ts +0 -34
- package/src/shared/charts/components/GPolarisViz/hooks/useHorizontalTicksAndScale.ts +0 -67
- package/src/shared/charts/components/GPolarisViz/hooks/useHorizontalXScale.ts +0 -48
- package/src/shared/charts/components/GPolarisViz/hooks/useIndexForLabels.ts +0 -16
- package/src/shared/charts/components/GPolarisViz/hooks/usePrefersReducedMotion.ts +0 -6
- package/src/shared/charts/components/GPolarisViz/hooks/usePrintResizing.ts +0 -94
- package/src/shared/charts/components/GPolarisViz/hooks/useReducedLabelIndexes.ts +0 -21
- package/src/shared/charts/components/GPolarisViz/hooks/useResizeObserver.ts +0 -39
- package/src/shared/charts/components/GPolarisViz/hooks/useRootContainer.ts +0 -20
- package/src/shared/charts/components/GPolarisViz/hooks/useWatchColorVisionEvents.tsx +0 -35
- package/src/shared/charts/components/GPolarisViz/index.ts +0 -10
- package/src/shared/charts/components/GPolarisViz/shared/Bar/Bar.tsx +0 -89
- package/src/shared/charts/components/GPolarisViz/shared/Bar/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartConnector/FunnelChartConnector.tsx +0 -46
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartConnector/FunnelChartConnectorGradient.tsx +0 -21
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartConnector/constants.ts +0 -11
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartConnector/index.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/FunnelChartSegment.tsx +0 -100
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/components/AnimatedSegment.tsx +0 -50
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/components/InteractiveOverlay.tsx +0 -34
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/components/ScaledSegment.tsx +0 -218
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/constants.ts +0 -4
- package/src/shared/charts/components/GPolarisViz/shared/FunnelChartSegment/index.ts +0 -2
- package/src/shared/charts/components/GPolarisViz/shared/SeriesIcon/SeriesIcon.tsx +0 -22
- package/src/shared/charts/components/GPolarisViz/shared/SeriesIcon/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/shared/ZeroValueLine/ZeroValueLine.tsx +0 -45
- package/src/shared/charts/components/GPolarisViz/shared/ZeroValueLine/index.ts +0 -1
- package/src/shared/charts/components/GPolarisViz/shared/index.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/styles/_common.scss +0 -15
- package/src/shared/charts/components/GPolarisViz/styles/shared/_accessibility.scss +0 -41
- package/src/shared/charts/components/GPolarisViz/styles/shared/_chart-container.scss +0 -8
- package/src/shared/charts/components/GPolarisViz/styles/shared/_variables.scss +0 -322
- package/src/shared/charts/components/GPolarisViz/types.ts +0 -261
- package/src/shared/charts/components/GPolarisViz/utilities/base.ts +0 -13
- package/src/shared/charts/components/GPolarisViz/utilities/classnames.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/utilities/createCssConicGradient.ts +0 -12
- package/src/shared/charts/components/GPolarisViz/utilities/createCssGradient.ts +0 -7
- package/src/shared/charts/components/GPolarisViz/utilities/estimateStringWidthWithOffset.ts +0 -15
- package/src/shared/charts/components/GPolarisViz/utilities/getAxisOptions.ts +0 -26
- package/src/shared/charts/components/GPolarisViz/utilities/getCSSBackgroundFromColor.ts +0 -8
- package/src/shared/charts/components/GPolarisViz/utilities/getChartId.ts +0 -3
- package/src/shared/charts/components/GPolarisViz/utilities/getFontSize.ts +0 -7
- package/src/shared/charts/components/GPolarisViz/utilities/getStackedMinMax.ts +0 -43
- package/src/shared/charts/components/GPolarisViz/utilities/getStackedValues.ts +0 -35
- package/src/shared/charts/components/GPolarisViz/utilities/getStackedValuesFromDataSeries.tsx +0 -30
- package/src/shared/charts/components/GPolarisViz/utilities/getTrendIndicatorData.ts +0 -22
- package/src/shared/charts/components/GPolarisViz/utilities/hasHiddenComparisonSeries.ts +0 -26
- package/src/shared/charts/components/GPolarisViz/utilities/index.ts +0 -6
- package/src/shared/charts/components/GSimpleBarChart.tsx +0 -32
- package/src/shared/charts/components/index.ts +0 -7
- package/src/shared/charts/constants/chart.ts +0 -14
- package/src/shared/charts/constants/index.ts +0 -1
- package/src/shared/charts/contexts/GChartProvider.tsx +0 -48
- package/src/shared/charts/contexts/index.ts +0 -1
- package/src/shared/charts/index.ts +0 -4
- package/src/shared/charts/types/chart.ts +0 -36
- package/src/shared/charts/types/index.ts +0 -1
- package/src/shared/components/GActivatorPopover/GActivatorPopover.tsx +0 -107
- package/src/shared/components/GActivatorPopover/index.ts +0 -1
- package/src/shared/components/GBlockCenter/GBlockCenter.scss +0 -19
- package/src/shared/components/GBlockCenter/GBlockCenter.tsx +0 -72
- package/src/shared/components/GBlockCenter/index.ts +0 -1
- package/src/shared/components/GBox/GBox.scss +0 -25
- package/src/shared/components/GBox/GBox.tsx +0 -15
- package/src/shared/components/GBox/index.ts +0 -1
- package/src/shared/components/GBoxCard/GBoxCard.tsx +0 -27
- package/src/shared/components/GBoxCard/index.ts +0 -1
- package/src/shared/components/GButton/GButton.scss +0 -41
- package/src/shared/components/GButton/GButton.tsx +0 -73
- package/src/shared/components/GButton/index.ts +0 -1
- package/src/shared/components/GCheckbox/GCheckbox.tsx +0 -176
- package/src/shared/components/GCheckbox/index.ts +0 -1
- package/src/shared/components/GChoice/ChoiceHelpText.tsx +0 -25
- package/src/shared/components/GChoice/GChoice.scss +0 -14
- package/src/shared/components/GChoice/GChoice.tsx +0 -165
- package/src/shared/components/GChoice/index.ts +0 -2
- package/src/shared/components/GClickable/GClickable.tsx +0 -43
- package/src/shared/components/GClickable/index.ts +0 -1
- package/src/shared/components/GDiv/GDiv.tsx +0 -27
- package/src/shared/components/GDiv/index.ts +0 -1
- package/src/shared/components/GDotInline/GDotInline.tsx +0 -20
- package/src/shared/components/GDotInline/index.ts +0 -1
- package/src/shared/components/GFeatureLocked/GFeatureLocked.tsx +0 -85
- package/src/shared/components/GFeatureLocked/assets/images/empty-analytics.png +0 -0
- package/src/shared/components/GFeatureLocked/assets/images/empty-campaign-group-template-illustration.png +0 -0
- package/src/shared/components/GFeatureLocked/assets/images/empty-campaign-group-template.png +0 -0
- package/src/shared/components/GFeatureLocked/assets/images/empty-page-listing-illustration.png +0 -0
- package/src/shared/components/GFeatureLocked/assets/images/empty-page-listing.png +0 -0
- package/src/shared/components/GFeatureLocked/constants.ts +0 -33
- package/src/shared/components/GFeatureLocked/index.ts +0 -2
- package/src/shared/components/GFeatureLocked/types.ts +0 -16
- package/src/shared/components/GI18NText/GI18NText.tsx +0 -37
- package/src/shared/components/GI18NText/index.ts +0 -2
- package/src/shared/components/GI18NText/types.ts +0 -7
- package/src/shared/components/GInlineCenter/GInlineCenter.scss +0 -17
- package/src/shared/components/GInlineCenter/GInlineCenter.tsx +0 -39
- package/src/shared/components/GInlineCenter/index.ts +0 -1
- package/src/shared/components/GMockDataTooltip/GMockDataTooltip.tsx +0 -30
- package/src/shared/components/GMockDataTooltip/index.ts +0 -1
- package/src/shared/components/GModal/GModal.tsx +0 -49
- package/src/shared/components/GModal/index.ts +0 -1
- package/src/shared/components/GOptionList/GOptionList.tsx +0 -63
- package/src/shared/components/GOptionList/index.ts +0 -1
- package/src/shared/components/GPagination/GPagination.tsx +0 -44
- package/src/shared/components/GPagination/hooks/useGPagination.ts +0 -42
- package/src/shared/components/GPagination/index.ts +0 -2
- package/src/shared/components/GSelector/GSelector.tsx +0 -198
- package/src/shared/components/GSelector/index.ts +0 -1
- package/src/shared/components/GSkeletonDisplayText/GSkeletonDisplayText.tsx +0 -14
- package/src/shared/components/GSkeletonDisplayText/index.ts +0 -1
- package/src/shared/components/GSpinner/GSpinner.tsx +0 -16
- package/src/shared/components/GSpinner/index.ts +0 -1
- package/src/shared/components/GTextLink/GTextLink.tsx +0 -26
- package/src/shared/components/GTextLink/index.ts +0 -1
- package/src/shared/components/GTextTooltip/GTextTooltip.tsx +0 -18
- package/src/shared/components/GTextTooltip/index.ts +0 -1
- package/src/shared/components/GTextTruncated/GTextTruncated.tsx +0 -80
- package/src/shared/components/GTextTruncated/index.ts +0 -1
- package/src/shared/components/GThumbnail/GThumbnail.scss +0 -5
- package/src/shared/components/GThumbnail/GThumbnail.tsx +0 -69
- package/src/shared/components/GThumbnail/index.ts +0 -1
- package/src/shared/components/GTooltip/GTooltip.tsx +0 -34
- package/src/shared/components/GTooltip/components/GTooltipCard.tsx +0 -164
- package/src/shared/components/GTooltip/index.ts +0 -3
- package/src/shared/components/GTooltipCard/GTooltipCard.tsx +0 -161
- package/src/shared/components/GTooltipCard/index.ts +0 -7
- package/src/shared/components/GVariantBadge/GVariant.tsx +0 -55
- package/src/shared/components/GVariantBadge/GVariantBadge.scss +0 -10
- package/src/shared/components/GVariantBadge/GVariantBadge.tsx +0 -82
- package/src/shared/components/GVariantBadge/index.ts +0 -4
- package/src/shared/components/GVariantBadge/types.ts +0 -20
- package/src/shared/components/GViewBySelector/GViewBySelector.tsx +0 -114
- package/src/shared/components/GViewBySelector/index.ts +0 -1
- package/src/shared/components/index.ts +0 -26
- package/src/shared/index.ts +0 -1
- package/src/shared/journey/common/JourneyContainer/components/JourneyContainer.tsx +0 -140
- package/src/shared/journey/common/JourneyContainer/components/JourneyTimeline.tsx +0 -18
- package/src/shared/journey/common/JourneyContainer/components/index.ts +0 -2
- package/src/shared/journey/common/JourneyContainer/index.ts +0 -1
- package/src/shared/journey/common/index.ts +0 -1
- package/src/shared/journey/index.ts +0 -2
- package/src/shared/journey/ui/JourneyEvents/components/AcceptedPostPurchaseOffer/AcceptedPostPurchaseOffer.tsx +0 -24
- package/src/shared/journey/ui/JourneyEvents/components/AcceptedPostPurchaseOffer/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutCompleted/CheckoutCompleted.tsx +0 -64
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutCompleted/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutItems.tsx +0 -27
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutStarted/CheckoutStarted.tsx +0 -25
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutStarted/CheckoutStartedDetail.tsx +0 -79
- package/src/shared/journey/ui/JourneyEvents/components/CheckoutStarted/index.ts +0 -2
- package/src/shared/journey/ui/JourneyEvents/components/PageViewed/PageViewed.tsx +0 -116
- package/src/shared/journey/ui/JourneyEvents/components/PageViewed/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/ProductAddedToCart/ProductAddedToCart.tsx +0 -24
- package/src/shared/journey/ui/JourneyEvents/components/ProductAddedToCart/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/ProductQuantity/ProductQuantity.tsx +0 -33
- package/src/shared/journey/ui/JourneyEvents/components/ProductQuantity/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/ProductRemovedFromCart/ProductRemovedFromCart.tsx +0 -24
- package/src/shared/journey/ui/JourneyEvents/components/ProductRemovedFromCart/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/components/index.ts +0 -6
- package/src/shared/journey/ui/JourneyEvents/constants/event.ts +0 -38
- package/src/shared/journey/ui/JourneyEvents/constants/index.ts +0 -1
- package/src/shared/journey/ui/JourneyEvents/index.ts +0 -2
- package/src/shared/journey/ui/JourneyEvents/types.ts +0 -2
- package/src/shared/journey/ui/JourneyGroup/JourneyGroup.tsx +0 -41
- package/src/shared/journey/ui/JourneyGroup/index.ts +0 -1
- package/src/shared/journey/ui/JourneyItem/components/EventMarkerIcon.tsx +0 -28
- package/src/shared/journey/ui/JourneyItem/components/JourneyDetail.tsx +0 -24
- package/src/shared/journey/ui/JourneyItem/components/JourneyItem.tsx +0 -27
- package/src/shared/journey/ui/JourneyItem/components/JourneyTime.tsx +0 -33
- package/src/shared/journey/ui/JourneyItem/components/QuantityWrapper.tsx +0 -17
- package/src/shared/journey/ui/JourneyItem/components/index.ts +0 -3
- package/src/shared/journey/ui/JourneyItem/index.ts +0 -2
- package/src/shared/journey/ui/JourneyItem/types/events.ts +0 -33
- package/src/shared/journey/ui/JourneyItem/types/index.ts +0 -1
- package/src/shared/journey/ui/JourneyTitle/components/GemxIdBadge.tsx +0 -38
- package/src/shared/journey/ui/JourneyTitle/components/JourneyDateBadge.tsx +0 -18
- package/src/shared/journey/ui/JourneyTitle/components/JourneyIdBadge.tsx +0 -65
- package/src/shared/journey/ui/JourneyTitle/components/JourneyLoadMore.tsx +0 -43
- package/src/shared/journey/ui/JourneyTitle/components/JourneyTitle.tsx +0 -42
- package/src/shared/journey/ui/JourneyTitle/components/index.ts +0 -2
- package/src/shared/journey/ui/JourneyTitle/constants/idBadge.ts +0 -1
- package/src/shared/journey/ui/JourneyTitle/constants/index.ts +0 -1
- package/src/shared/journey/ui/JourneyTitle/index.ts +0 -1
- package/src/shared/journey/ui/index.ts +0 -3
- package/src/shared/journey/ui/type.ts +0 -2
- package/src/shared/reports/common/Visualization/constants/columns.ts +0 -6
- package/src/shared/reports/common/Visualization/constants/index.ts +0 -2
- package/src/shared/reports/common/Visualization/constants/version.ts +0 -8
- package/src/shared/reports/common/Visualization/index.ts +0 -2
- package/src/shared/reports/common/Visualization/types/chart.ts +0 -5
- package/src/shared/reports/common/Visualization/types/index.ts +0 -3
- package/src/shared/reports/common/Visualization/types/report-metric.ts +0 -21
- package/src/shared/reports/common/Visualization/types/report.ts +0 -42
- package/src/shared/reports/common/Visualization/utils/index.ts +0 -2
- package/src/shared/reports/common/Visualization/utils/version.ts +0 -9
- package/src/shared/reports/common/Visualization/utils/visualization.ts +0 -58
- package/src/shared/reports/common/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/ReportTable.tsx +0 -194
- package/src/shared/reports/ui/ReportTable/ReportTableSkeleton.tsx +0 -73
- package/src/shared/reports/ui/ReportTable/assets/styles/ReportTable.scss +0 -288
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/CampaignsCell/CampaignsCell.tsx +0 -102
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/CampaignsCell/CampaignsCellVersion.tsx +0 -11
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/CampaignsCell/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/Cell.tsx +0 -93
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/CellRenderers.tsx +0 -72
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/DateCell.tsx +0 -9
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/DefaultCell.tsx +0 -32
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/GemxIdCell.tsx +0 -18
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/ItemsCell/CheckoutStartedDetail.tsx +0 -79
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/ItemsCell/ItemsCell.tsx +0 -56
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/ItemsCell/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/NoneCell.tsx +0 -11
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/LoadingData.tsx +0 -10
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/NoData.tsx +0 -13
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/OrderCell.tsx +0 -78
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/OrderCellBase.tsx +0 -55
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/OrderCellContainer.tsx +0 -43
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/OrderItem.tsx +0 -79
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderCell/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/OrderIdCell.tsx +0 -70
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/PreviousCell.tsx +0 -17
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/TotalCell.tsx +0 -14
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/VersionCell.tsx +0 -31
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/WrapperCell.tsx +0 -31
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/Body/Cell/type.ts +0 -18
- package/src/shared/reports/ui/ReportTable/components/Body/Row.tsx +0 -85
- package/src/shared/reports/ui/ReportTable/components/Body/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/components/Footer/Pagination.tsx +0 -76
- package/src/shared/reports/ui/ReportTable/components/Footer/ScrollBar.tsx +0 -19
- package/src/shared/reports/ui/ReportTable/components/Footer/WrapperFooter.tsx +0 -39
- package/src/shared/reports/ui/ReportTable/components/Footer/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/Header/Header.tsx +0 -68
- package/src/shared/reports/ui/ReportTable/components/Header/SortableHeader.tsx +0 -49
- package/src/shared/reports/ui/ReportTable/components/Header/SortableHeaderWithTooltip.tsx +0 -60
- package/src/shared/reports/ui/ReportTable/components/Header/SummaryCell.tsx +0 -26
- package/src/shared/reports/ui/ReportTable/components/Header/SummaryRow.tsx +0 -69
- package/src/shared/reports/ui/ReportTable/components/Header/WrapperHeader.tsx +0 -54
- package/src/shared/reports/ui/ReportTable/components/Header/index.ts +0 -1
- package/src/shared/reports/ui/ReportTable/components/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/constants/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/constants/order.ts +0 -30
- package/src/shared/reports/ui/ReportTable/constants/table.ts +0 -17
- package/src/shared/reports/ui/ReportTable/context/ReportTableActionsContext.tsx +0 -28
- package/src/shared/reports/ui/ReportTable/helpers/format.ts +0 -29
- package/src/shared/reports/ui/ReportTable/helpers/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/helpers/report.ts +0 -7
- package/src/shared/reports/ui/ReportTable/hooks/index.ts +0 -3
- package/src/shared/reports/ui/ReportTable/hooks/useReportTable.ts +0 -172
- package/src/shared/reports/ui/ReportTable/hooks/useReportTableCell.tsx +0 -28
- package/src/shared/reports/ui/ReportTable/hooks/useSyncedScroll.ts +0 -81
- package/src/shared/reports/ui/ReportTable/index.ts +0 -4
- package/src/shared/reports/ui/ReportTable/types/dimension.ts +0 -8
- package/src/shared/reports/ui/ReportTable/types/index.ts +0 -43
- package/src/shared/reports/ui/ReportTable/types/order.ts +0 -15
- package/src/shared/reports/ui/ReportTable/types/report-columns.ts +0 -11
- package/src/shared/reports/ui/ReportTable/utils/format.ts +0 -100
- package/src/shared/reports/ui/ReportTable/utils/index.ts +0 -2
- package/src/shared/reports/ui/ReportTable/utils/order.ts +0 -8
- package/src/shared/reports/ui/ReportTable/utils/table.ts +0 -19
- package/src/shared/reports/ui/ReportTable/utils/visualization.ts +0 -56
- package/src/shared/reports/ui/index.ts +0 -0
- package/src/stores/currencyRatesStore.ts +0 -13
- package/src/stores/index.ts +0 -2
- package/src/styles/index.scss +0 -9
- package/src/types/analytic-mode.ts +0 -5
- package/src/types/breakdown-items.ts +0 -21
- package/src/types/campaign.ts +0 -13
- package/src/types/chart.ts +0 -42
- package/src/types/currency.ts +0 -329
- package/src/types/index.ts +0 -8
- package/src/types/metric.ts +0 -81
- package/src/types/pricing.ts +0 -38
- package/src/types/report-columns.ts +0 -1
- package/src/types/template.ts +0 -19
- package/src/utils/analytics.ts +0 -75
- package/src/utils/array.ts +0 -13
- package/src/utils/cls.ts +0 -18
- package/src/utils/currency.ts +0 -42
- package/src/utils/date-time.ts +0 -7
- package/src/utils/dayjs.ts +0 -52
- package/src/utils/deep-copy.ts +0 -4
- package/src/utils/index.ts +0 -12
- package/src/utils/is-browser.ts +0 -3
- package/src/utils/number.ts +0 -19
- package/src/utils/percentage.ts +0 -40
- package/src/utils/sort.ts +0 -87
- package/src/utils/string.ts +0 -20
- package/src/utils/template-type.ts +0 -30
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
import type { IEventsByDate } from '../../../ui/type';
|
|
2
|
-
|
|
3
|
-
import { useState, useRef, useEffect } from 'react';
|
|
4
|
-
import { JourneyGroup } from '../../../ui/JourneyGroup';
|
|
5
|
-
import { JourneyTitle } from '../../../ui/JourneyTitle';
|
|
6
|
-
import { Scrollable } from '@shopify/polaris';
|
|
7
|
-
import { useWindowSize } from '@/hooks';
|
|
8
|
-
import { isBrowser } from '@/utils';
|
|
9
|
-
import { GBox } from '@/shared';
|
|
10
|
-
|
|
11
|
-
interface JourneyContainerProps {
|
|
12
|
-
orderId: string;
|
|
13
|
-
eventsByDate: IEventsByDate[];
|
|
14
|
-
hasMoreSteps: boolean;
|
|
15
|
-
isFetchingMoreSteps: boolean;
|
|
16
|
-
onLoadMore: () => void;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export const JourneyContainer = ({
|
|
20
|
-
orderId,
|
|
21
|
-
eventsByDate,
|
|
22
|
-
hasMoreSteps,
|
|
23
|
-
isFetchingMoreSteps,
|
|
24
|
-
onLoadMore,
|
|
25
|
-
}: JourneyContainerProps) => {
|
|
26
|
-
const firstEventsByDate = eventsByDate[0];
|
|
27
|
-
|
|
28
|
-
const { isMobileView } = useWindowSize();
|
|
29
|
-
|
|
30
|
-
const [currentDate, setCurrentDate] = useState(firstEventsByDate?.date || '');
|
|
31
|
-
const [showShadow, setShowShadow] = useState(false);
|
|
32
|
-
|
|
33
|
-
const scrollContainerRef = useRef<HTMLDivElement>(null);
|
|
34
|
-
const sectionRefs = useRef<Map<string, HTMLDivElement>>(new Map());
|
|
35
|
-
const scrollableRef = useRef<HTMLElement | null>(null);
|
|
36
|
-
const prevIsFetchingRef = useRef(isFetchingMoreSteps);
|
|
37
|
-
|
|
38
|
-
useEffect(() => {
|
|
39
|
-
// Find the Polaris Scrollable container after mount
|
|
40
|
-
if (!isBrowser() || !scrollContainerRef.current) return;
|
|
41
|
-
|
|
42
|
-
let element = scrollContainerRef.current.parentElement;
|
|
43
|
-
|
|
44
|
-
// Traverse up to find the scrollable container
|
|
45
|
-
while (element) {
|
|
46
|
-
const overflow = getComputedStyle(element).overflowY;
|
|
47
|
-
if (overflow === 'auto' || overflow === 'scroll') {
|
|
48
|
-
scrollableRef.current = element;
|
|
49
|
-
break;
|
|
50
|
-
}
|
|
51
|
-
element = element.parentElement;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
const scrollableElement = scrollableRef.current;
|
|
55
|
-
if (!scrollableElement) return;
|
|
56
|
-
|
|
57
|
-
const handleScroll = () => {
|
|
58
|
-
const scrollTop = scrollableElement.scrollTop;
|
|
59
|
-
setShowShadow(scrollTop > 10);
|
|
60
|
-
|
|
61
|
-
// Find which date section is currently visible at the top
|
|
62
|
-
let currentSection = firstEventsByDate;
|
|
63
|
-
const headerOffset = 20; // Account for fixed header height
|
|
64
|
-
|
|
65
|
-
const scrollableContainerRect = scrollableElement.getBoundingClientRect();
|
|
66
|
-
|
|
67
|
-
for (const dateGroup of eventsByDate) {
|
|
68
|
-
const element = sectionRefs.current.get(dateGroup.dateKey);
|
|
69
|
-
|
|
70
|
-
if (!element) continue;
|
|
71
|
-
|
|
72
|
-
const rect = element.getBoundingClientRect();
|
|
73
|
-
|
|
74
|
-
// If section top is above or near the header position
|
|
75
|
-
if (rect.top - scrollableContainerRect.top <= headerOffset) {
|
|
76
|
-
currentSection = dateGroup;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
setCurrentDate(currentSection?.date || firstEventsByDate?.date || '');
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
scrollableElement.addEventListener('scroll', handleScroll);
|
|
84
|
-
handleScroll(); // Initial call
|
|
85
|
-
|
|
86
|
-
return () => scrollableElement.removeEventListener('scroll', handleScroll);
|
|
87
|
-
}, [eventsByDate, firstEventsByDate]);
|
|
88
|
-
|
|
89
|
-
const handleScrollToTop = () => {
|
|
90
|
-
if (!scrollableRef.current) return;
|
|
91
|
-
scrollableRef.current.scrollTo({ top: 0, behavior: 'smooth' });
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
// Auto-scroll to top when more steps are fetched
|
|
95
|
-
useEffect(() => {
|
|
96
|
-
const wasFetching = prevIsFetchingRef.current;
|
|
97
|
-
const isNowDone = !isFetchingMoreSteps;
|
|
98
|
-
|
|
99
|
-
// If we were fetching and now we're done, scroll to top
|
|
100
|
-
if (wasFetching && isNowDone) {
|
|
101
|
-
handleScrollToTop();
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// Update ref for next render
|
|
105
|
-
prevIsFetchingRef.current = isFetchingMoreSteps;
|
|
106
|
-
}, [isFetchingMoreSteps]);
|
|
107
|
-
|
|
108
|
-
return (
|
|
109
|
-
<Scrollable
|
|
110
|
-
scrollbarWidth="thin"
|
|
111
|
-
vertical
|
|
112
|
-
horizontal
|
|
113
|
-
className="pb-5"
|
|
114
|
-
style={{ height: isMobileView ? '100vh' : 'calc(100vh - 120px)' }}
|
|
115
|
-
>
|
|
116
|
-
<GBox
|
|
117
|
-
ariaShadow={showShadow ? 'shadow-outset-200' : undefined}
|
|
118
|
-
position="sticky"
|
|
119
|
-
insetBlockStart="0"
|
|
120
|
-
zIndex="10"
|
|
121
|
-
background="bg-fill"
|
|
122
|
-
>
|
|
123
|
-
<JourneyTitle
|
|
124
|
-
content={currentDate}
|
|
125
|
-
id={orderId}
|
|
126
|
-
hasMoreSteps={hasMoreSteps}
|
|
127
|
-
isFetching={isFetchingMoreSteps}
|
|
128
|
-
onLoadMode={() => {
|
|
129
|
-
onLoadMore();
|
|
130
|
-
handleScrollToTop();
|
|
131
|
-
}}
|
|
132
|
-
/>
|
|
133
|
-
</GBox>
|
|
134
|
-
|
|
135
|
-
<div ref={scrollContainerRef}>
|
|
136
|
-
<JourneyGroup eventsByDate={eventsByDate} sectionRefs={sectionRefs} />
|
|
137
|
-
</div>
|
|
138
|
-
</Scrollable>
|
|
139
|
-
);
|
|
140
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { cls } from '@/utils';
|
|
2
|
-
|
|
3
|
-
export const JourneyTimeline = () => {
|
|
4
|
-
const journeyItemPaddingInlineStart = 24;
|
|
5
|
-
const journeyItemTimeWidth = 48;
|
|
6
|
-
const journeyItemInlineGap = 16;
|
|
7
|
-
const eventMarkerIconSize = 28;
|
|
8
|
-
const journeyTimeLineWidth = 2;
|
|
9
|
-
|
|
10
|
-
const timelineLeft =
|
|
11
|
-
journeyItemPaddingInlineStart +
|
|
12
|
-
journeyItemTimeWidth +
|
|
13
|
-
journeyItemInlineGap +
|
|
14
|
-
eventMarkerIconSize / 2 -
|
|
15
|
-
journeyTimeLineWidth / 2;
|
|
16
|
-
|
|
17
|
-
return <div className={cls('w-[2px] absolute top-5 bottom-7 bg-[#F3F3F3] -z-[1]')} style={{ left: timelineLeft }} />;
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './components';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './JourneyContainer';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { IJourneyItemProps } from '../../../type';
|
|
2
|
-
import type { EJourneyEvent, IBaseJourneyEvent } from '../../types';
|
|
3
|
-
import type { ILineItem } from '@/components/OrderAnalytic/types';
|
|
4
|
-
|
|
5
|
-
import { JourneyItem } from '../../../JourneyItem';
|
|
6
|
-
import { DiscountIcon } from '@shopify/polaris-icons';
|
|
7
|
-
import { CheckoutItems } from '../CheckoutItems';
|
|
8
|
-
import { useTranslation } from 'react-i18next';
|
|
9
|
-
|
|
10
|
-
export interface IAcceptedPostPurchaseOfferJourneyEvent extends IBaseJourneyEvent {
|
|
11
|
-
eventType: EJourneyEvent.CHECKOUT_COMPLETED;
|
|
12
|
-
lineItems?: ILineItem[];
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
type AcceptedPostPurchaseOfferProps = IJourneyItemProps<IAcceptedPostPurchaseOfferJourneyEvent>;
|
|
16
|
-
export const AcceptedPostPurchaseOffer: React.FC<AcceptedPostPurchaseOfferProps> = ({ event }) => {
|
|
17
|
-
const { t } = useTranslation();
|
|
18
|
-
|
|
19
|
-
return (
|
|
20
|
-
<JourneyItem time={event.date} title={t('Accepted post purchase offer')} eventMarker={{ icon: DiscountIcon }}>
|
|
21
|
-
<CheckoutItems lineItems={event.lineItems ?? []} />
|
|
22
|
-
</JourneyItem>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './AcceptedPostPurchaseOffer';
|
package/src/shared/journey/ui/JourneyEvents/components/CheckoutCompleted/CheckoutCompleted.tsx
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import type { IJourneyItemProps } from '../../../type';
|
|
2
|
-
import type { EJourneyEvent, IBaseJourneyEvent } from '../../types';
|
|
3
|
-
import type { ILineItem } from '@/components/OrderAnalytic/types';
|
|
4
|
-
|
|
5
|
-
import { useOrderJourneyContext } from '@/components/GModalOrderJourney/context';
|
|
6
|
-
import { CheckIcon, OrderIcon } from '@shopify/polaris-icons';
|
|
7
|
-
import { Icon, InlineStack, Text } from '@shopify/polaris';
|
|
8
|
-
import { JourneyItem } from '../../../JourneyItem';
|
|
9
|
-
import { CheckoutItems } from '../CheckoutItems';
|
|
10
|
-
import { useTranslation } from 'react-i18next';
|
|
11
|
-
import { GDotInline } from '@/shared';
|
|
12
|
-
|
|
13
|
-
export interface ICheckoutCompletedJourneyEvent extends IBaseJourneyEvent {
|
|
14
|
-
eventType: EJourneyEvent.CHECKOUT_COMPLETED;
|
|
15
|
-
lineItems?: ILineItem[];
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export type CheckoutCompletedProps = IJourneyItemProps<ICheckoutCompletedJourneyEvent>;
|
|
19
|
-
|
|
20
|
-
export const CheckoutCompleted: React.FC<CheckoutCompletedProps> = ({ event }) => {
|
|
21
|
-
const { t } = useTranslation();
|
|
22
|
-
|
|
23
|
-
const { orderId } = useOrderJourneyContext();
|
|
24
|
-
const isCheckoutCompletedEventOfCurrentOrder = event.orderID === orderId;
|
|
25
|
-
|
|
26
|
-
const titleMarkup = renderTitleMarkup();
|
|
27
|
-
|
|
28
|
-
return (
|
|
29
|
-
<JourneyItem
|
|
30
|
-
time={event.date}
|
|
31
|
-
title={titleMarkup}
|
|
32
|
-
eventMarker={{
|
|
33
|
-
icon: CheckIcon,
|
|
34
|
-
tone: isCheckoutCompletedEventOfCurrentOrder ? 'success' : 'base',
|
|
35
|
-
}}
|
|
36
|
-
>
|
|
37
|
-
<CheckoutItems lineItems={event.lineItems ?? []} />
|
|
38
|
-
</JourneyItem>
|
|
39
|
-
);
|
|
40
|
-
|
|
41
|
-
function renderTitleMarkup() {
|
|
42
|
-
return (
|
|
43
|
-
<InlineStack gap="200" blockAlign="center" wrap={false}>
|
|
44
|
-
<Text as="span" variant="bodyMd" fontWeight="medium">
|
|
45
|
-
{t('Completed checkout')}
|
|
46
|
-
</Text>
|
|
47
|
-
|
|
48
|
-
{event.orderID && (
|
|
49
|
-
<>
|
|
50
|
-
<GDotInline tone="disabled" />
|
|
51
|
-
|
|
52
|
-
<InlineStack gap="025" blockAlign="center" wrap={false}>
|
|
53
|
-
<Icon source={OrderIcon} tone="base" />
|
|
54
|
-
|
|
55
|
-
<Text as="span" variant="bodySm" tone="subdued">
|
|
56
|
-
{event.orderID}
|
|
57
|
-
</Text>
|
|
58
|
-
</InlineStack>
|
|
59
|
-
</>
|
|
60
|
-
)}
|
|
61
|
-
</InlineStack>
|
|
62
|
-
);
|
|
63
|
-
}
|
|
64
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './CheckoutCompleted';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import type { ILineItem } from '@/components/OrderAnalytic/types';
|
|
2
|
-
|
|
3
|
-
import { InlineStack, Text } from '@shopify/polaris';
|
|
4
|
-
import { QuantityWrapper } from '../../JourneyItem';
|
|
5
|
-
import { CheckoutStartedDetail } from './CheckoutStarted';
|
|
6
|
-
import { useTranslation } from 'react-i18next';
|
|
7
|
-
|
|
8
|
-
interface ICheckoutItemsProps {
|
|
9
|
-
lineItems: ILineItem[];
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export const CheckoutItems = ({ lineItems }: ICheckoutItemsProps) => {
|
|
13
|
-
const { t } = useTranslation();
|
|
14
|
-
const cartQuantity = lineItems.reduce((acc, curr) => acc + (curr.quantity ?? 0), 0);
|
|
15
|
-
|
|
16
|
-
return (
|
|
17
|
-
<InlineStack gap="100">
|
|
18
|
-
<QuantityWrapper quantity={cartQuantity} />
|
|
19
|
-
|
|
20
|
-
<Text as="span" variant="bodyMd" tone="subdued">
|
|
21
|
-
{cartQuantity > 1 ? t('items') : t('item')}
|
|
22
|
-
</Text>
|
|
23
|
-
|
|
24
|
-
<CheckoutStartedDetail lineItems={lineItems} />
|
|
25
|
-
</InlineStack>
|
|
26
|
-
);
|
|
27
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IJourneyItemProps } from '../../../type';
|
|
2
|
-
import type { EJourneyEvent, IBaseJourneyEvent } from '../../types';
|
|
3
|
-
import type { ILineItem } from '@/components/OrderAnalytic/types';
|
|
4
|
-
|
|
5
|
-
import { JourneyItem } from '../../../JourneyItem';
|
|
6
|
-
import { PaymentIcon } from '@shopify/polaris-icons';
|
|
7
|
-
import { CheckoutItems } from '../CheckoutItems';
|
|
8
|
-
import { useTranslation } from 'react-i18next';
|
|
9
|
-
|
|
10
|
-
export interface ICheckoutStartedJourneyEvent extends IBaseJourneyEvent {
|
|
11
|
-
eventType: EJourneyEvent.CHECKOUT_STARTED;
|
|
12
|
-
lineItems?: ILineItem[];
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
type CheckoutStartedProps = IJourneyItemProps<ICheckoutStartedJourneyEvent>;
|
|
16
|
-
|
|
17
|
-
export const CheckoutStarted: React.FC<CheckoutStartedProps> = ({ event }) => {
|
|
18
|
-
const { t } = useTranslation();
|
|
19
|
-
|
|
20
|
-
return (
|
|
21
|
-
<JourneyItem time={event.date} title={t('Started checkout')} eventMarker={{ icon: PaymentIcon }}>
|
|
22
|
-
<CheckoutItems lineItems={event.lineItems ?? []} />
|
|
23
|
-
</JourneyItem>
|
|
24
|
-
);
|
|
25
|
-
};
|
package/src/shared/journey/ui/JourneyEvents/components/CheckoutStarted/CheckoutStartedDetail.tsx
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import type { ILineItem } from '@/components/OrderAnalytic/types';
|
|
2
|
-
import type { BoxProps } from '@shopify/polaris';
|
|
3
|
-
|
|
4
|
-
import { Badge, Button, Popover, BlockStack, InlineStack, Text, Box } from '@shopify/polaris';
|
|
5
|
-
import { ChevronDownIcon, ChevronUpIcon } from '@shopify/polaris-icons';
|
|
6
|
-
import { useTranslation } from 'react-i18next';
|
|
7
|
-
import { useCallback, useState } from 'react';
|
|
8
|
-
import { GThumbnail } from '@/shared';
|
|
9
|
-
|
|
10
|
-
interface ICheckoutStartedDetailProps {
|
|
11
|
-
lineItems?: ILineItem[];
|
|
12
|
-
activatorWrapperProps?: BoxProps;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export const CheckoutStartedDetail = ({ lineItems = [], activatorWrapperProps }: ICheckoutStartedDetailProps) => {
|
|
16
|
-
const { t } = useTranslation();
|
|
17
|
-
|
|
18
|
-
const [active, setActive] = useState(false);
|
|
19
|
-
const toggleActive = useCallback(() => setActive((active) => !active), []);
|
|
20
|
-
|
|
21
|
-
if (!lineItems || lineItems.length === 0) {
|
|
22
|
-
return null;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
return (
|
|
26
|
-
<Popover
|
|
27
|
-
active={active}
|
|
28
|
-
activator={
|
|
29
|
-
<Box {...activatorWrapperProps}>
|
|
30
|
-
<Button variant="tertiary" icon={active ? ChevronUpIcon : ChevronDownIcon} onClick={toggleActive} />
|
|
31
|
-
</Box>
|
|
32
|
-
}
|
|
33
|
-
onClose={toggleActive}
|
|
34
|
-
>
|
|
35
|
-
<Box padding="300" width="340px">
|
|
36
|
-
<BlockStack gap="300">
|
|
37
|
-
{lineItems.map((product, index, self) => {
|
|
38
|
-
const isLast = index === self.length - 1;
|
|
39
|
-
const boxProps: BoxProps = {
|
|
40
|
-
borderBlockEndWidth: '025',
|
|
41
|
-
borderColor: 'border-secondary',
|
|
42
|
-
paddingBlockEnd: '300',
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
return (
|
|
46
|
-
<Box key={product.productID} {...(!isLast && boxProps)}>
|
|
47
|
-
<InlineStack gap="300" wrap={false}>
|
|
48
|
-
<div className="size-10">
|
|
49
|
-
<GThumbnail source={product.imageURL ?? ''} alt={product.productTitle ?? ''} size="small" />
|
|
50
|
-
</div>
|
|
51
|
-
|
|
52
|
-
<div className="flex flex-col gap-1 w-full">
|
|
53
|
-
<InlineStack gap="200" align="space-between" wrap={false}>
|
|
54
|
-
<Text as="span" variant="bodyMd" fontWeight="medium">
|
|
55
|
-
{product.productTitle}
|
|
56
|
-
</Text>
|
|
57
|
-
|
|
58
|
-
<div className="text-nowrap">
|
|
59
|
-
<Text as="span" variant="bodyMd" tone="subdued">
|
|
60
|
-
{t('x {{quantity}}', { quantity: product.quantity })}
|
|
61
|
-
</Text>
|
|
62
|
-
</div>
|
|
63
|
-
</InlineStack>
|
|
64
|
-
|
|
65
|
-
{product.title && (
|
|
66
|
-
<span>
|
|
67
|
-
<Badge>{product.title}</Badge>
|
|
68
|
-
</span>
|
|
69
|
-
)}
|
|
70
|
-
</div>
|
|
71
|
-
</InlineStack>
|
|
72
|
-
</Box>
|
|
73
|
-
);
|
|
74
|
-
})}
|
|
75
|
-
</BlockStack>
|
|
76
|
-
</Box>
|
|
77
|
-
</Popover>
|
|
78
|
-
);
|
|
79
|
-
};
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import type { IJourneyItemProps } from '../../../type';
|
|
2
|
-
import type { EJourneyEvent, IBaseJourneyEvent } from '../../types';
|
|
3
|
-
import type { IOrderItemPage } from '@/components/OrderAnalytic/types';
|
|
4
|
-
|
|
5
|
-
import { getEventCampaignIdByType, isCampaignOfAnother } from '@/components/GModalOrderJourney/utils';
|
|
6
|
-
import { GVariantBadge } from '@/shared/components/GVariantBadge';
|
|
7
|
-
import { GDotInline, GI18NText, GTextTruncated } from '@/shared';
|
|
8
|
-
import { JourneyItem } from '../../../JourneyItem';
|
|
9
|
-
import { InlineStack, Text } from '@shopify/polaris';
|
|
10
|
-
import { CursorIcon } from '@shopify/polaris-icons';
|
|
11
|
-
import { useTranslation } from 'react-i18next';
|
|
12
|
-
import { IVariantType } from '@/types';
|
|
13
|
-
import { useMemo } from 'react';
|
|
14
|
-
|
|
15
|
-
export interface IPageViewedJourneyEvent extends IBaseJourneyEvent, IOrderItemPage {
|
|
16
|
-
eventType: EJourneyEvent.PAGE_VIEWED;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
type PageViewedProps = IJourneyItemProps<IPageViewedJourneyEvent>;
|
|
20
|
-
export const PageViewed: React.FC<PageViewedProps> = ({ event }) => {
|
|
21
|
-
const { t } = useTranslation();
|
|
22
|
-
|
|
23
|
-
const {
|
|
24
|
-
date,
|
|
25
|
-
locationPath,
|
|
26
|
-
campaignGroupID = '',
|
|
27
|
-
campaignID = '',
|
|
28
|
-
filteredCampaignId,
|
|
29
|
-
campaignName,
|
|
30
|
-
campaignGroupName,
|
|
31
|
-
campaignVariantType,
|
|
32
|
-
} = event;
|
|
33
|
-
|
|
34
|
-
const eventCampaignName = filteredCampaignId ? '' : campaignGroupName || campaignName;
|
|
35
|
-
const isEventWithNoCampaign = !campaignVariantType;
|
|
36
|
-
const eventCampaignIdByType = getEventCampaignIdByType({
|
|
37
|
-
campaignGroupID: campaignGroupID ?? '',
|
|
38
|
-
campaignID: campaignID ?? '',
|
|
39
|
-
});
|
|
40
|
-
const isEventOfAnotherCampaign = isCampaignOfAnother({
|
|
41
|
-
campaignGroupID: campaignGroupID ?? '',
|
|
42
|
-
campaignID: campaignID ?? '',
|
|
43
|
-
filteredCampaignId,
|
|
44
|
-
});
|
|
45
|
-
const pageViewEventMarkerIcon = getPageViewEventMarkerIcon();
|
|
46
|
-
const titleMarkup = renderTitleMarkup();
|
|
47
|
-
|
|
48
|
-
const hasPadding = useMemo(() => {
|
|
49
|
-
if (isEventWithNoCampaign) return true;
|
|
50
|
-
if (!filteredCampaignId) return false;
|
|
51
|
-
return eventCampaignIdByType !== filteredCampaignId;
|
|
52
|
-
}, [filteredCampaignId, eventCampaignIdByType, isEventWithNoCampaign]);
|
|
53
|
-
|
|
54
|
-
return (
|
|
55
|
-
<JourneyItem time={date} title={titleMarkup} eventMarker={{ icon: pageViewEventMarkerIcon, hasPadding }}>
|
|
56
|
-
<InlineStack gap="200" wrap={false} blockAlign="center">
|
|
57
|
-
<div className="min-w-0 w-full">
|
|
58
|
-
<GTextTruncated as="span" variant="bodySm" tone="subdued">
|
|
59
|
-
{locationPath ?? ''}
|
|
60
|
-
</GTextTruncated>
|
|
61
|
-
</div>
|
|
62
|
-
</InlineStack>
|
|
63
|
-
</JourneyItem>
|
|
64
|
-
);
|
|
65
|
-
|
|
66
|
-
function getPageViewEventMarkerIcon() {
|
|
67
|
-
if (isEventOfAnotherCampaign) return CursorIcon;
|
|
68
|
-
|
|
69
|
-
switch (campaignVariantType) {
|
|
70
|
-
case IVariantType.VARIANT_A:
|
|
71
|
-
return <GVariantBadge variant="A" size="md" tone="active" />;
|
|
72
|
-
|
|
73
|
-
case IVariantType.VARIANT_B:
|
|
74
|
-
return <GVariantBadge variant="B" size="md" />;
|
|
75
|
-
|
|
76
|
-
default:
|
|
77
|
-
return CursorIcon;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
function renderTitleMarkup() {
|
|
82
|
-
return (
|
|
83
|
-
<InlineStack gap="200" blockAlign="center" wrap={false}>
|
|
84
|
-
<span className="text-nowrap">
|
|
85
|
-
<Text as="span" variant="bodyMd" fontWeight="medium" breakWord={false}>
|
|
86
|
-
{t('Visited page')}
|
|
87
|
-
</Text>
|
|
88
|
-
</span>
|
|
89
|
-
|
|
90
|
-
{eventCampaignName && !isEventOfAnotherCampaign && (
|
|
91
|
-
<>
|
|
92
|
-
<GDotInline tone="disabled" />
|
|
93
|
-
|
|
94
|
-
<div className="min-w-0 w-full">
|
|
95
|
-
<GI18NText
|
|
96
|
-
as="span"
|
|
97
|
-
variant="bodySm"
|
|
98
|
-
tone="subdued"
|
|
99
|
-
truncate
|
|
100
|
-
transformers={{
|
|
101
|
-
1: (name) => (
|
|
102
|
-
<Text as="span" variant="bodySm" tone="subdued" fontWeight="medium">
|
|
103
|
-
{name}
|
|
104
|
-
</Text>
|
|
105
|
-
),
|
|
106
|
-
}}
|
|
107
|
-
>
|
|
108
|
-
{t('Experiment: [1]{{name}}[]', { name: eventCampaignName })}
|
|
109
|
-
</GI18NText>
|
|
110
|
-
</div>
|
|
111
|
-
</>
|
|
112
|
-
)}
|
|
113
|
-
</InlineStack>
|
|
114
|
-
);
|
|
115
|
-
}
|
|
116
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './PageViewed';
|
package/src/shared/journey/ui/JourneyEvents/components/ProductAddedToCart/ProductAddedToCart.tsx
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { IJourneyItemProps } from '../../../type';
|
|
2
|
-
import type { EJourneyEvent, IBaseJourneyEvent } from '../../types';
|
|
3
|
-
import type { ILineItem } from '@/components/OrderAnalytic/types';
|
|
4
|
-
|
|
5
|
-
import { JourneyItem } from '../../../JourneyItem';
|
|
6
|
-
import { CartIcon } from '@shopify/polaris-icons';
|
|
7
|
-
import { CheckoutItems } from '../CheckoutItems';
|
|
8
|
-
import { useTranslation } from 'react-i18next';
|
|
9
|
-
|
|
10
|
-
export interface IProductAddedToCartJourneyEvent extends IBaseJourneyEvent {
|
|
11
|
-
eventType: EJourneyEvent.PRODUCT_ADDED_TO_CART;
|
|
12
|
-
lineItems: ILineItem[];
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
type ProductAddedToCartProps = IJourneyItemProps<IProductAddedToCartJourneyEvent>;
|
|
16
|
-
export const ProductAddedToCart: React.FC<ProductAddedToCartProps> = ({ event }) => {
|
|
17
|
-
const { t } = useTranslation();
|
|
18
|
-
|
|
19
|
-
return (
|
|
20
|
-
<JourneyItem time={event.date} title={t('Added product to cart')} eventMarker={{ icon: CartIcon }}>
|
|
21
|
-
<CheckoutItems lineItems={event.lineItems ?? []} />
|
|
22
|
-
</JourneyItem>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ProductAddedToCart';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Box, InlineStack, Text } from '@shopify/polaris';
|
|
2
|
-
import { QuantityWrapper } from '../../../JourneyItem';
|
|
3
|
-
import { GTextTruncated } from '@/shared';
|
|
4
|
-
|
|
5
|
-
interface ProductQuantityProps {
|
|
6
|
-
productName?: string;
|
|
7
|
-
quantity?: number;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export const ProductQuantity = ({ productName, quantity }: ProductQuantityProps) => {
|
|
11
|
-
if (!productName || !quantity || quantity <= 0) return null;
|
|
12
|
-
|
|
13
|
-
return (
|
|
14
|
-
<InlineStack gap="100" blockAlign="center" wrap={false}>
|
|
15
|
-
<Box overflowX="hidden" overflowY="hidden">
|
|
16
|
-
<InlineStack gap="100" wrap={false} blockAlign="center">
|
|
17
|
-
<div className="min-w-0 w-full">
|
|
18
|
-
<GTextTruncated as="span" variant="bodySm" tone="subdued">
|
|
19
|
-
{productName}
|
|
20
|
-
</GTextTruncated>
|
|
21
|
-
</div>
|
|
22
|
-
|
|
23
|
-
{/* eslint-disable-next-line i18next/no-literal-string */}
|
|
24
|
-
<Text as="span" variant="bodySm" tone="subdued">
|
|
25
|
-
x
|
|
26
|
-
</Text>
|
|
27
|
-
</InlineStack>
|
|
28
|
-
</Box>
|
|
29
|
-
|
|
30
|
-
<QuantityWrapper quantity={quantity} />
|
|
31
|
-
</InlineStack>
|
|
32
|
-
);
|
|
33
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ProductQuantity';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { IJourneyItemProps } from '../../../type';
|
|
2
|
-
import type { EJourneyEvent, IBaseJourneyEvent } from '../../types';
|
|
3
|
-
import type { ILineItem } from '@/components/OrderAnalytic/types';
|
|
4
|
-
|
|
5
|
-
import { ProductRemoveIcon } from '@shopify/polaris-icons';
|
|
6
|
-
import { JourneyItem } from '../../../JourneyItem';
|
|
7
|
-
import { CheckoutItems } from '../CheckoutItems';
|
|
8
|
-
import { useTranslation } from 'react-i18next';
|
|
9
|
-
|
|
10
|
-
export interface IProductRemovedFromCartJourneyEvent extends IBaseJourneyEvent {
|
|
11
|
-
eventType: EJourneyEvent.PRODUCT_REMOVED_FROM_CART;
|
|
12
|
-
lineItems: ILineItem[];
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
type ProductRemovedFromCartProps = IJourneyItemProps<IProductRemovedFromCartJourneyEvent>;
|
|
16
|
-
export const ProductRemovedFromCart: React.FC<ProductRemovedFromCartProps> = ({ event }) => {
|
|
17
|
-
const { t } = useTranslation();
|
|
18
|
-
|
|
19
|
-
return (
|
|
20
|
-
<JourneyItem time={event.date} title={t('Remove product from cart')} eventMarker={{ icon: ProductRemoveIcon }}>
|
|
21
|
-
<CheckoutItems lineItems={event.lineItems ?? []} />
|
|
22
|
-
</JourneyItem>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ProductRemovedFromCart';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import type { IJourneyEvent, IJourneyItemProps } from '../../type';
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
CheckoutCompleted,
|
|
5
|
-
CheckoutStarted,
|
|
6
|
-
PageViewed,
|
|
7
|
-
ProductAddedToCart,
|
|
8
|
-
ProductRemovedFromCart,
|
|
9
|
-
} from '../components';
|
|
10
|
-
import { EJourneyEvent } from '../../type';
|
|
11
|
-
|
|
12
|
-
const DefaultEventComponent = () => null;
|
|
13
|
-
|
|
14
|
-
type ExtractByType<Union, Type> = Union extends { eventType: Type } ? Union : never;
|
|
15
|
-
|
|
16
|
-
export type JourneyEventToPropsMap = {
|
|
17
|
-
[K in EJourneyEvent]: ExtractByType<IJourneyEvent, K>;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export type JourneyEventComponentsMap = {
|
|
21
|
-
[K in EJourneyEvent]: React.FC<IJourneyItemProps<JourneyEventToPropsMap[K]>> | null;
|
|
22
|
-
};
|
|
23
|
-
export const JOURNEY_EVENT_COMPONENTS_MAP: JourneyEventComponentsMap = {
|
|
24
|
-
[EJourneyEvent.ADDED_TO_CART]: DefaultEventComponent,
|
|
25
|
-
[EJourneyEvent.CHECKOUT_ADDRESS_INFO_SUBMITTED]: DefaultEventComponent,
|
|
26
|
-
[EJourneyEvent.CHECKOUT_COMPLETED]: CheckoutCompleted,
|
|
27
|
-
[EJourneyEvent.CHECKOUT_CONTACT_INFO_SUBMITTED]: DefaultEventComponent,
|
|
28
|
-
[EJourneyEvent.CHECKOUT_SHIPPING_INFO_SUBMITTED]: DefaultEventComponent,
|
|
29
|
-
[EJourneyEvent.CHECKOUT_STARTED]: CheckoutStarted,
|
|
30
|
-
[EJourneyEvent.COLLECTION_VIEWED]: DefaultEventComponent,
|
|
31
|
-
[EJourneyEvent.ORDER]: DefaultEventComponent,
|
|
32
|
-
[EJourneyEvent.PAGE_VIEWED]: PageViewed,
|
|
33
|
-
[EJourneyEvent.PAYMENT_INFO_SUBMITTED]: DefaultEventComponent,
|
|
34
|
-
[EJourneyEvent.PRODUCT_ADDED_TO_CART]: ProductAddedToCart,
|
|
35
|
-
[EJourneyEvent.PRODUCT_REMOVED_FROM_CART]: ProductRemovedFromCart,
|
|
36
|
-
[EJourneyEvent.PRODUCT_VIEWED]: DefaultEventComponent,
|
|
37
|
-
[EJourneyEvent.SEARCH_SUBMITTED]: DefaultEventComponent,
|
|
38
|
-
};
|