@smg-automotive/components 25.26.0 → 25.26.1

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/cjs/index.js CHANGED
@@ -5291,7 +5291,6 @@ var header$3 = {
5291
5291
  qualityLogo: "Sigillo qualità",
5292
5292
  requisitions: "Ordini di ricerca",
5293
5293
  reviews: "Valutazioni",
5294
- securitySettings: "Accesso e sicurezza",
5295
5294
  settings: "Preferenze",
5296
5295
  toolsForPurchasing: "Strumenti per l'acquisto",
5297
5296
  toolsForSelling: "Gestire veicoli",
@@ -5508,7 +5507,6 @@ var header$2 = {
5508
5507
  qualityLogo: "Sigle de qualité",
5509
5508
  requisitions: "Profil de recherche",
5510
5509
  reviews: "Évaluations",
5511
- securitySettings: "Connexion et sécurité",
5512
5510
  settings: "Préférences",
5513
5511
  toolsForPurchasing: "Outils pour l'achat",
5514
5512
  toolsForSelling: "Outils pour la vente",
@@ -5725,7 +5723,6 @@ var header$1 = {
5725
5723
  qualityLogo: "Quality logo",
5726
5724
  requisitions: "Saved searches",
5727
5725
  reviews: "Reviews",
5728
- securitySettings: "Login & security",
5729
5726
  settings: "Settings",
5730
5727
  toolsForPurchasing: "Buying tools",
5731
5728
  toolsForSelling: "Selling tools",
@@ -5942,7 +5939,6 @@ var header = {
5942
5939
  qualityLogo: "Qualitätslogo",
5943
5940
  requisitions: "Suchaufträge",
5944
5941
  reviews: "Bewertungen",
5945
- securitySettings: "Anmeldung und Sicherheit",
5946
5942
  settings: "Einstellungen",
5947
5943
  toolsForPurchasing: "Tools für den Einkauf",
5948
5944
  toolsForSelling: "Tools für den Verkauf",
@@ -8839,26 +8835,6 @@ const editUsersLinkConfig = {
8839
8835
  },
8840
8836
  },
8841
8837
  };
8842
- const securitySettingsLinkConfig = {
8843
- translationKey: 'header.userMenu.securitySettings',
8844
- link: {
8845
- de: '/de/account/security-settings',
8846
- en: '/en/account/security-settings',
8847
- fr: '/fr/account/security-settings',
8848
- it: '/it/account/security-settings',
8849
- },
8850
- visibilitySettings: {
8851
- userType: {
8852
- private: true,
8853
- professional: true,
8854
- },
8855
- brand: {
8856
- autoscout24: true,
8857
- motoscout24: true,
8858
- },
8859
- },
8860
- projectIdentifier: 'seller-web',
8861
- };
8862
8838
  const changeLanguageLinkConfig = {
8863
8839
  translationKey: 'header.userMenu.userLanguage',
8864
8840
  link: {
@@ -10001,7 +9977,6 @@ const getUserNodeItems = ({ sellerId, onLogout, trackEvent, comparisonItemIds, }
10001
9977
  translationKey: 'header.userMenu.accountSettings',
10002
9978
  items: [
10003
9979
  editUsersLinkConfig,
10004
- securitySettingsLinkConfig,
10005
9980
  changeLanguageLinkConfig,
10006
9981
  getLogoutLinkConfig({ onLogout }),
10007
9982
  ],