@commercelayer/app-elements 5.5.1 → 5.5.3

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.
@@ -121,6 +121,8 @@ const e = {
121
121
  name: "Promotion",
122
122
  name_other: "Promotions",
123
123
  attributes: {
124
+ priority: "Priority",
125
+ exclusive: "Exclusive",
124
126
  status: {
125
127
  active: "Active",
126
128
  disabled: "Disabled",
@@ -313,6 +313,8 @@ Il team di {{organization}}`,
313
313
  name: "Promozione",
314
314
  name_other: "Promozioni",
315
315
  attributes: {
316
+ priority: "Priorità",
317
+ exclusive: "Esclusiva",
316
318
  status: {
317
319
  active: "Attiva",
318
320
  disabled: "Disabilitata",
@@ -308,6 +308,8 @@ declare const en: {
308
308
  name: string;
309
309
  name_other: string;
310
310
  attributes: {
311
+ priority: string;
312
+ exclusive: string;
311
313
  status: {
312
314
  active: string;
313
315
  disabled: string;