strapi-plugin-navigation 3.2.4 → 3.2.5

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.
@@ -137,6 +137,7 @@ declare const ca: {
137
137
  label: string;
138
138
  internal: {
139
139
  label: string;
140
+ source: string;
140
141
  };
141
142
  external: {
142
143
  label: string;
@@ -141,6 +141,7 @@ declare const en: {
141
141
  label: string;
142
142
  internal: {
143
143
  label: string;
144
+ source: string;
144
145
  };
145
146
  external: {
146
147
  label: string;
@@ -141,6 +141,7 @@ declare const en: {
141
141
  label: string;
142
142
  internal: {
143
143
  label: string;
144
+ source: string;
144
145
  };
145
146
  external: {
146
147
  label: string;
@@ -141,6 +141,7 @@ declare const fr: {
141
141
  label: string;
142
142
  internal: {
143
143
  label: string;
144
+ source: string;
144
145
  };
145
146
  external: {
146
147
  label: string;
@@ -141,6 +141,7 @@ declare const tr: {
141
141
  label: string;
142
142
  internal: {
143
143
  label: string;
144
+ source: string;
144
145
  };
145
146
  external: {
146
147
  label: string;