@commercelayer/app-elements 1.17.0 → 1.17.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.
@@ -2,7 +2,7 @@
2
2
  var ur = Object.defineProperty;
3
3
  var lr = (a, n, e) => n in a ? ur(a, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[n] = e;
4
4
  var D = (a, n, e) => (lr(a, typeof n != "symbol" ? n + "" : n, e), e);
5
- import { a as Ut, c as pr, i as Fe, p as dr, b as hr, f as fr, o as mr, d as q, j as be, I as gr, g as yr, w as wr, X as Dr } from "./main-BlYhThqr.js";
5
+ import { a as Ut, c as pr, i as Fe, p as dr, b as hr, f as fr, o as mr, d as q, j as be, I as gr, g as yr, w as wr, X as Dr } from "./main-CwwTeAUF.js";
6
6
  import * as C from "react";
7
7
  import f, { createElement as vr, Component as br, useLayoutEffect as On, useEffect as Nn, createRef as kr, forwardRef as Mr } from "react";
8
8
  import * as _r from "react-dom";
@@ -1,7 +1,7 @@
1
1
  import type { Promotion } from '@commercelayer/sdk';
2
2
  import type { DisplayStatus } from './types';
3
3
  interface PromotionDisplayStatus extends DisplayStatus {
4
- status: 'disabled' | 'active' | 'upcoming' | 'expired';
4
+ status: 'disabled' | 'active' | 'upcoming' | 'expired' | 'used';
5
5
  }
6
6
  export declare function getPromotionDisplayStatus(promotion: Omit<Promotion, 'type'>): PromotionDisplayStatus;
7
7
  export {};