@designcrowd/fe-shared-lib 1.2.9-shared-branch-1 → 1.2.9

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.
Files changed (26) hide show
  1. package/dist/css/tailwind-brandCrowd.css +3 -11
  2. package/dist/css/tailwind-brandPage.css +3 -11
  3. package/dist/css/tailwind-crazyDomains.css +3 -11
  4. package/dist/css/tailwind-designCom.css +3 -11
  5. package/dist/css/tailwind-designCrowd.css +3 -11
  6. package/package.json +2 -2
  7. package/public/css/tailwind-brandCrowd.css +3 -10
  8. package/public/css/tailwind-brandPage.css +3 -10
  9. package/public/css/tailwind-crazyDomains.css +3 -10
  10. package/public/css/tailwind-designCom.css +3 -10
  11. package/public/css/tailwind-designCrowd.css +3 -10
  12. package/src/bundleTranslation.js +0 -1
  13. package/src/bundles/bundled-translations.de-DE.json +0 -8
  14. package/src/bundles/bundled-translations.es-ES.json +0 -8
  15. package/src/bundles/bundled-translations.fr-FR.json +0 -8
  16. package/src/bundles/bundled-translations.json +0 -8
  17. package/src/bundles/bundled-translations.pt-PT.json +0 -8
  18. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +4 -5
  19. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +2 -5
  20. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +1 -4
  21. package/src/useSharedLibTranslate.js +1 -3
  22. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +0 -10
  23. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +0 -10
  24. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +0 -10
  25. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +0 -10
  26. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +0 -10
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -2259,10 +2255,6 @@ video {
2259
2255
  margin-left: 1rem;
2260
2256
  }
2261
2257
 
2262
- .md\:tw-mr-2 {
2263
- margin-right: 0.5rem;
2264
- }
2265
-
2266
2258
  .md\:tw-mt-0 {
2267
2259
  margin-top: 0px;
2268
2260
  }
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -1943,10 +1939,6 @@ video {
1943
1939
  margin-left: 1rem;
1944
1940
  }
1945
1941
 
1946
- .md\:tw-mr-2 {
1947
- margin-right: 0.5rem;
1948
- }
1949
-
1950
1942
  .md\:tw-mt-0 {
1951
1943
  margin-top: 0px;
1952
1944
  }
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -2259,10 +2255,6 @@ video {
2259
2255
  margin-left: 1rem;
2260
2256
  }
2261
2257
 
2262
- .md\:tw-mr-2 {
2263
- margin-right: 0.5rem;
2264
- }
2265
-
2266
2258
  .md\:tw-mt-0 {
2267
2259
  margin-top: 0px;
2268
2260
  }
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -2259,10 +2255,6 @@ video {
2259
2255
  margin-left: 1rem;
2260
2256
  }
2261
2257
 
2262
- .md\:tw-mr-2 {
2263
- margin-right: 0.5rem;
2264
- }
2265
-
2266
2258
  .md\:tw-mt-0 {
2267
2259
  margin-top: 0px;
2268
2260
  }
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -2259,10 +2255,6 @@ video {
2259
2255
  margin-left: 1rem;
2260
2256
  }
2261
2257
 
2262
- .md\:tw-mr-2 {
2263
- margin-right: 0.5rem;
2264
- }
2265
-
2266
2258
  .md\:tw-mt-0 {
2267
2259
  margin-top: 0px;
2268
2260
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.9-shared-branch-1",
3
+ "version": "1.2.9",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -113,4 +113,4 @@
113
113
  "overrides": {
114
114
  "storybook": "$storybook"
115
115
  }
116
- }
116
+ }
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .theme-brandCrowd .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .theme-brandCrowd .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .theme-brandCrowd .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .theme-brandCrowd .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .theme-brandCrowd .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .theme-brandCrowd .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .theme-brandCrowd .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -2231,9 +2227,6 @@ video {
2231
2227
  .theme-brandCrowd .md\:tw-ml-4 {
2232
2228
  margin-left: 1rem;
2233
2229
  }
2234
- .theme-brandCrowd .md\:tw-mr-2 {
2235
- margin-right: 0.5rem;
2236
- }
2237
2230
  .theme-brandCrowd .md\:tw-mt-0 {
2238
2231
  margin-top: 0px;
2239
2232
  }
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .theme-brandPage .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .theme-brandPage .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .theme-brandPage .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .theme-brandPage .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .theme-brandPage .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .theme-brandPage .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .theme-brandPage .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -1915,9 +1911,6 @@ video {
1915
1911
  .theme-brandPage .md\:tw-ml-4 {
1916
1912
  margin-left: 1rem;
1917
1913
  }
1918
- .theme-brandPage .md\:tw-mr-2 {
1919
- margin-right: 0.5rem;
1920
- }
1921
1914
  .theme-brandPage .md\:tw-mt-0 {
1922
1915
  margin-top: 0px;
1923
1916
  }
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .theme-crazyDomains .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .theme-crazyDomains .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .theme-crazyDomains .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .theme-crazyDomains .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .theme-crazyDomains .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .theme-crazyDomains .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .theme-crazyDomains .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -2231,9 +2227,6 @@ video {
2231
2227
  .theme-crazyDomains .md\:tw-ml-4 {
2232
2228
  margin-left: 1rem;
2233
2229
  }
2234
- .theme-crazyDomains .md\:tw-mr-2 {
2235
- margin-right: 0.5rem;
2236
- }
2237
2230
  .theme-crazyDomains .md\:tw-mt-0 {
2238
2231
  margin-top: 0px;
2239
2232
  }
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .theme-designCom .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .theme-designCom .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .theme-designCom .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .theme-designCom .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .theme-designCom .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .theme-designCom .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .theme-designCom .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -2231,9 +2227,6 @@ video {
2231
2227
  .theme-designCom .md\:tw-ml-4 {
2232
2228
  margin-left: 1rem;
2233
2229
  }
2234
- .theme-designCom .md\:tw-mr-2 {
2235
- margin-right: 0.5rem;
2236
- }
2237
2230
  .theme-designCom .md\:tw-mt-0 {
2238
2231
  margin-top: 0px;
2239
2232
  }
@@ -643,10 +643,6 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
- .theme-designCrowd .tw-my-1 {
647
- margin-top: 0.25rem;
648
- margin-bottom: 0.25rem;
649
- }
650
646
  .theme-designCrowd .tw-my-10 {
651
647
  margin-top: 2.5rem;
652
648
  margin-bottom: 2.5rem;
@@ -853,6 +849,9 @@ video {
853
849
  .theme-designCrowd .tw-max-h-screen {
854
850
  max-height: 100vh;
855
851
  }
852
+ .theme-designCrowd .tw-w-1\/3 {
853
+ width: 33.333333%;
854
+ }
856
855
  .theme-designCrowd .tw-w-10 {
857
856
  width: 2.5rem;
858
857
  }
@@ -1021,9 +1020,6 @@ video {
1021
1020
  .theme-designCrowd .tw-animate-spin {
1022
1021
  animation: tw-spin 1s linear infinite;
1023
1022
  }
1024
- .\!tw-cursor-not-allowed {
1025
- cursor: not-allowed !important;
1026
- }
1027
1023
  .theme-designCrowd .tw-cursor-not-allowed {
1028
1024
  cursor: not-allowed;
1029
1025
  }
@@ -2231,9 +2227,6 @@ video {
2231
2227
  .theme-designCrowd .md\:tw-ml-4 {
2232
2228
  margin-left: 1rem;
2233
2229
  }
2234
- .theme-designCrowd .md\:tw-mr-2 {
2235
- margin-right: 0.5rem;
2236
- }
2237
2230
  .theme-designCrowd .md\:tw-mt-0 {
2238
2231
  margin-top: 0px;
2239
2232
  }
@@ -64,7 +64,6 @@ const bundle = () => {
64
64
  const translations = {};
65
65
 
66
66
  translationFiles.forEach((file) => {
67
- console.log(file);
68
67
  const fileContent = fs.readFileSync(file, 'utf-8');
69
68
 
70
69
  Object.assign(translations, JSON.parse(fileContent));
@@ -1,12 +1,4 @@
1
1
  {
2
- "sharedPaymentConfig": {
3
- "onboardingIncomplete": "Das Onboarding wurde noch nicht abgeschlossen.",
4
- "pendingVerification": "Ausstehende Verifizierung",
5
- "connected": "Verbunden",
6
- "inactive": "Inaktiv",
7
- "addPaymentProvider": "Zahlungsanbieter hinzufügen",
8
- "deletePaymentMethod": "Zahlungsmethode löschen"
9
- },
10
2
  "publishBrandPageModal": {
11
3
  "firstTimePublishHeaderLabel": "Legen Sie die URL für {{brandPageDisplayName}} fest",
12
4
  "sitePublishedLabel": "Seite veröffentlicht!",
@@ -1,12 +1,4 @@
1
1
  {
2
- "sharedPaymentConfig": {
3
- "onboardingIncomplete": "Incorporación incompleta",
4
- "pendingVerification": "Pendiente de verificación",
5
- "connected": "Conectado",
6
- "inactive": "Inactivo",
7
- "addPaymentProvider": "Añadir proveedor de pago",
8
- "deletePaymentMethod": "Eliminar método de pago"
9
- },
10
2
  "publishBrandPageModal": {
11
3
  "firstTimePublishHeaderLabel": "Establece la URL para {{brandPageDisplayName}}",
12
4
  "sitePublishedLabel": "¡Sitio publicado!",
@@ -1,12 +1,4 @@
1
1
  {
2
- "sharedPaymentConfig": {
3
- "onboardingIncomplete": "Inscription incomplète",
4
- "pendingVerification": "Vérification en attente",
5
- "connected": "Connecté",
6
- "inactive": "Inactif",
7
- "addPaymentProvider": "Ajouter un fournisseur de paiement",
8
- "deletePaymentMethod": "Supprimer le mode de paiement"
9
- },
10
2
  "publishBrandPageModal": {
11
3
  "firstTimePublishHeaderLabel": "Définissez l'URL pour {{brandPageDisplayName}}",
12
4
  "sitePublishedLabel": "Site publié !",
@@ -1,12 +1,4 @@
1
1
  {
2
- "sharedPaymentConfig": {
3
- "onboardingIncomplete": "Onboarding Incomplete",
4
- "pendingVerification": "Pending Verification",
5
- "connected": "Connected",
6
- "inactive": "Inactive",
7
- "addPaymentProvider": "Add Payment Provider",
8
- "deletePaymentMethod": "Delete payment method"
9
- },
10
2
  "publishBrandPageModal": {
11
3
  "firstTimePublishHeaderLabel": "Set the URL for {{brandPageDisplayName}}",
12
4
  "sitePublishedLabel": "Site published!",
@@ -1,12 +1,4 @@
1
1
  {
2
- "sharedPaymentConfig": {
3
- "onboardingIncomplete": "Integração incompleta",
4
- "pendingVerification": "Verificação Pendente",
5
- "connected": "Ligado",
6
- "inactive": "Inativo",
7
- "addPaymentProvider": "Adicionar fornecedor de pagamentos",
8
- "deletePaymentMethod": "Eliminar método de pagamento"
9
- },
10
2
  "publishBrandPageModal": {
11
3
  "firstTimePublishHeaderLabel": "Defina o URL para {{brandPageDisplayName}}",
12
4
  "sitePublishedLabel": "Site publicado!",
@@ -1,6 +1,5 @@
1
1
  import vClickOutside from 'click-outside-vue3';
2
2
  import brandPageApiClient from '../../clients/brand-page-api.client';
3
- import { sharedPaymentConfigTr } from '../../../useSharedLibTranslate';
4
3
 
5
4
  export const paymentConfigStatuses = Object.freeze({
6
5
  active: 'Active',
@@ -39,13 +38,13 @@ export default {
39
38
  getPaymentConfigStatusDisplayText(paymentConfigStatus) {
40
39
  switch (paymentConfigStatus) {
41
40
  case paymentConfigStatuses.pendingPreOnboarding:
42
- return sharedPaymentConfigTr('onboardingIncomplete');
41
+ return 'Onboarding Incomplete';
43
42
  case paymentConfigStatuses.pendingPostOnboarding:
44
- return sharedPaymentConfigTr('pendingVerification');
43
+ return 'Pending Verification';
45
44
  case paymentConfigStatuses.active:
46
- return sharedPaymentConfigTr('connected');
45
+ return 'Connected';
47
46
  case paymentConfigStatuses.unactivatedByCustomer:
48
- return sharedPaymentConfigTr('inactive');
47
+ return 'Inactive';
49
48
  default:
50
49
  if (process.env.NODE_ENV !== 'production') {
51
50
  console.warn(`Unsupported payment config status ${paymentConfigStatus}`);
@@ -5,7 +5,7 @@
5
5
  </div>
6
6
  <Button
7
7
  v-if="isAddPaymentProviderButtonVisible"
8
- :label="sharedPaymentConfigTr('addPaymentProvider')"
8
+ label="Add Payment Provider"
9
9
  size="small"
10
10
  variant="outline"
11
11
  @on-click="onAddPaymentProviderButtonClick"
@@ -43,7 +43,7 @@
43
43
  <DropdownItem v-if="showAddPaymentProvider" class="tw-border-t-2" @click="onAddPaymentProviderButtonClick">
44
44
  <Button
45
45
  :full-width="true"
46
- :label="sharedPaymentConfigTr('addPaymentProvider')"
46
+ label="Add Payment Provider"
47
47
  size="small"
48
48
  variant="outline"
49
49
  @on-click="onAddPaymentProviderButtonClick"
@@ -60,7 +60,6 @@ import Loader from '../../../../src/atoms/components/Loader/Loader.vue';
60
60
  import Pill from '../../../../src/atoms/components/Pill/Pill.vue';
61
61
 
62
62
  import PaymentConfigMixin, { paymentConfigStatuses } from './PaymentConfig.mixin';
63
- import { sharedPaymentConfigTr } from '../../../useSharedLibTranslate';
64
63
 
65
64
  export default {
66
65
  components: {
@@ -110,8 +109,6 @@ export default {
110
109
  }
111
110
  },
112
111
  methods: {
113
- sharedPaymentConfigTr,
114
-
115
112
  onAddPaymentProviderButtonClick() {
116
113
  this.$emit('on-add-payment-provider-click');
117
114
  },
@@ -48,7 +48,7 @@
48
48
  @click="onClickDeleteConfirmation(paymentConfig.id)"
49
49
  >
50
50
  <span class="tw-whitespace-nowrap tw-flex tw-gap-2"
51
- ><Icon name="delete" size="sm" />{{ sharedPaymentConfigTr('deletePaymentMethod') }}</span
51
+ ><Icon name="delete" size="sm" />Delete payment method</span
52
52
  >
53
53
  </li>
54
54
  </ul>
@@ -71,7 +71,6 @@ import PaymentConfigDeleteConfigModal from './PaymentConfigDeleteConfigModal.vue
71
71
  import Icon from '../../../../src/atoms/components/Icon/Icon.vue';
72
72
 
73
73
  import PaymentConfigMixin from './PaymentConfig.mixin';
74
- import { sharedPaymentConfigTr } from '../../../useSharedLibTranslate';
75
74
 
76
75
  export default {
77
76
  components: {
@@ -90,8 +89,6 @@ export default {
90
89
  };
91
90
  },
92
91
  methods: {
93
- sharedPaymentConfigTr,
94
-
95
92
  onClickStripeOptions(index) {
96
93
  this.activeStripeOptionIndex = this.activeStripeOptionIndex === index ? null : index;
97
94
  },
@@ -55,8 +55,6 @@ const sellDomainNameListModalTr = (key, valuesToInterpolate = {}) =>
55
55
 
56
56
  const sellDomainNameListTr = (key, valuesToInterpolate = {}) => tr(`sellDomainNameList.${key}`, valuesToInterpolate);
57
57
 
58
- const sharedPaymentConfigTr = (key, valuesToInterpolate = {}) => tr(`sharedPaymentConfig.${key}`, valuesToInterpolate);
59
-
60
58
  const getCurrentLocale = () => {
61
59
  return i18next.language || 'en-US';
62
60
  };
@@ -72,5 +70,5 @@ export {
72
70
  sellDomainNameModalApplicationTr,
73
71
  sellDomainNameListModalTr,
74
72
  sellDomainNameListTr,
75
- sharedPaymentConfigTr,
76
73
  };
74
+
@@ -1,10 +0,0 @@
1
- {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Das Onboarding wurde noch nicht abgeschlossen.",
4
- "pendingVerification" : "Ausstehende Verifizierung",
5
- "connected" : "Verbunden",
6
- "inactive" : "Inaktiv",
7
- "addPaymentProvider" : "Zahlungsanbieter hinzufügen",
8
- "deletePaymentMethod" : "Zahlungsmethode löschen"
9
- }
10
- }
@@ -1,10 +0,0 @@
1
- {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Incorporación incompleta",
4
- "pendingVerification" : "Pendiente de verificación",
5
- "connected" : "Conectado",
6
- "inactive" : "Inactivo",
7
- "addPaymentProvider" : "Añadir proveedor de pago",
8
- "deletePaymentMethod" : "Eliminar método de pago"
9
- }
10
- }
@@ -1,10 +0,0 @@
1
- {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Inscription incomplète",
4
- "pendingVerification" : "Vérification en attente",
5
- "connected" : "Connecté",
6
- "inactive" : "Inactif",
7
- "addPaymentProvider" : "Ajouter un fournisseur de paiement",
8
- "deletePaymentMethod" : "Supprimer le mode de paiement"
9
- }
10
- }
@@ -1,10 +0,0 @@
1
- {
2
- "sharedPaymentConfig": {
3
- "onboardingIncomplete": "Onboarding Incomplete",
4
- "pendingVerification": "Pending Verification",
5
- "connected": "Connected",
6
- "inactive": "Inactive",
7
- "addPaymentProvider": "Add Payment Provider",
8
- "deletePaymentMethod": "Delete payment method"
9
- }
10
- }
@@ -1,10 +0,0 @@
1
- {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Integração incompleta",
4
- "pendingVerification" : "Verificação Pendente",
5
- "connected" : "Ligado",
6
- "inactive" : "Inativo",
7
- "addPaymentProvider" : "Adicionar fornecedor de pagamentos",
8
- "deletePaymentMethod" : "Eliminar método de pagamento"
9
- }
10
- }