@nuskin/react-mysite-elements 1.5.0-ui-fixes.3 → 1.5.0-ui-fixes.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/dist/common/shopping-dashboard/TranslationKeys/ShoppingDashboardTranslationKeys.d.ts
CHANGED
|
@@ -72,10 +72,6 @@ export declare const ShoppingDashboardTranslationKeys: {
|
|
|
72
72
|
readonly fallback: "This Month";
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
|
-
readonly dateRangeLabel: {
|
|
76
|
-
readonly key: "shoppingDashboard.filter.dateRangeLabel";
|
|
77
|
-
readonly fallback: "Date Range";
|
|
78
|
-
};
|
|
79
75
|
readonly market: {
|
|
80
76
|
readonly label: {
|
|
81
77
|
readonly key: "shoppingDashboard.filter.market.label";
|
|
@@ -86,10 +82,6 @@ export declare const ShoppingDashboardTranslationKeys: {
|
|
|
86
82
|
readonly fallback: "All Markets";
|
|
87
83
|
};
|
|
88
84
|
};
|
|
89
|
-
readonly marketLabel: {
|
|
90
|
-
readonly key: "shoppingDashboard.filter.marketLabel";
|
|
91
|
-
readonly fallback: "Market";
|
|
92
|
-
};
|
|
93
85
|
readonly productSort: {
|
|
94
86
|
readonly label: {
|
|
95
87
|
readonly key: "shoppingDashboard.filter.productSort.label";
|
|
@@ -486,10 +478,6 @@ export declare const ShoppingDashboardTranslationKeys: {
|
|
|
486
478
|
readonly key: "shoppingDashboard.fullView.conversionRate.columns.bv";
|
|
487
479
|
readonly fallback: "BV";
|
|
488
480
|
};
|
|
489
|
-
readonly orderTotal: {
|
|
490
|
-
readonly key: "shoppingDashboard.fullView.conversionRate.columns.orderTotal";
|
|
491
|
-
readonly fallback: "Order Total";
|
|
492
|
-
};
|
|
493
481
|
readonly totalSv: {
|
|
494
482
|
readonly key: "shoppingDashboard.fullView.conversionRate.columns.totalSv";
|
|
495
483
|
readonly fallback: "Total SV";
|