@designcrowd/fe-shared-lib 1.2.20-ast-upsell-1 → 1.2.20-ast-upsell-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.20-ast-upsell-1",
3
+ "version": "1.2.20-ast-upsell-2",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -63,12 +63,10 @@ const sharedPaymentConfigTr = (key, valuesToInterpolate = {}) => tr(`sharedPayme
63
63
 
64
64
  const priceTr = (key, valuesToInterpolate = {}) => tr(`price.${key}`, valuesToInterpolate);
65
65
 
66
- <<<<<<< HEAD
67
66
  const upsellModalComponentsTr = (key, valuesToInterpolate = {}) => tr(`upsellModalComponents.${key}`, valuesToInterpolate);
68
- =======
67
+
69
68
  const uploadLogoSearchResultCardTr = (key, valuesToInterpolate = {}) =>
70
69
  tr(`uploadLogoSearchResultCard.${key}`, valuesToInterpolate);
71
- >>>>>>> 1cacd59c8edc8358417754913e88f2e620000d69
72
70
 
73
71
  const getCurrentLocale = () => {
74
72
  return i18next.language || 'en-US';