@commercelayer/app-elements 0.0.24 → 0.0.25
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/{Async-7e8772fd.js → Async-5666fd69.js} +2 -2
- package/dist/{InputDateComponent-e02d7f66.js → InputDateComponent-c194e6f0.js} +1 -1
- package/dist/{Select-fd84199e.js → Select-8aafee68.js} +2 -2
- package/dist/{main-45f161a1.js → main-89f92172.js} +2735 -2158
- package/dist/main.js +1 -1
- package/dist/{overrides-6b743e3e.js → overrides-a0201d1d.js} +1 -1
- package/dist/ui/atoms/Icon.d.ts +3 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as o, P as n, Q as r, R as l, S as i, U as u, V as d, W as p, aj as g, Y as S, K as T, Z as I, _ as D, $ as m, a0 as k, M as c, a1 as B, a2 as P, aq as L, ar as y, as as C, at as b, au as x, av as R, aw as v, ax as w, ay as A, aC as F, aD as f, aE as h, aF as M, a3 as E, aI as V, aJ as H, aK as J, aL as O, aO as K, ak as N, a4 as Q, al as U, am as j, a5 as q, a6 as z, aG as G, an as W, aP as Y, ao as Z, a7 as _, a8 as $, aa as X, ab as aa, ac as sa, ae as ea, aM as ta, aN as oa, ad as na, af as ra, ai as la, ah as ia, ap as ua, aH as da, T as pa, ag as ga, aQ as Sa, aA as Ta, aR as Ia, aB as Da, aS as ma, aT as ka, az as ca, aU as Ba, L as Pa, aV as La, N as ya, a9 as Ca } from "./main-
|
|
1
|
+
import { O as o, P as n, Q as r, R as l, S as i, U as u, V as d, W as p, aj as g, Y as S, K as T, Z as I, _ as D, $ as m, a0 as k, M as c, a1 as B, a2 as P, aq as L, ar as y, as as C, at as b, au as x, av as R, aw as v, ax as w, ay as A, aC as F, aD as f, aE as h, aF as M, a3 as E, aI as V, aJ as H, aK as J, aL as O, aO as K, ak as N, a4 as Q, al as U, am as j, a5 as q, a6 as z, aG as G, an as W, aP as Y, ao as Z, a7 as _, a8 as $, aa as X, ab as aa, ac as sa, ae as ea, aM as ta, aN as oa, ad as na, af as ra, ai as la, ah as ia, ap as ua, aH as da, T as pa, ag as ga, aQ as Sa, aA as Ta, aR as Ia, aB as Da, aS as ma, aT as ka, az as ca, aU as Ba, L as Pa, aV as La, N as ya, a9 as Ca } from "./main-89f92172.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@commercelayer/sdk";
|
|
4
4
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as V from "react";
|
|
2
2
|
import fe, { useLayoutEffect as yn, createContext as Et, forwardRef as Cr, useContext as Te, createElement as pe, Fragment as Ne, useRef as ue, useState as me, useMemo as Ce, useCallback as Y, Component as Ar, useEffect as En } from "react";
|
|
3
3
|
import { createPortal as yr } from "react-dom";
|
|
4
|
-
import { X as Er } from "./main-
|
|
4
|
+
import { X as Er } from "./main-89f92172.js";
|
|
5
5
|
var Ue = {}, xr = {
|
|
6
6
|
get exports() {
|
|
7
7
|
return Ue;
|
package/dist/ui/atoms/Icon.d.ts
CHANGED
|
@@ -23,10 +23,12 @@ declare namespace Icon {
|
|
|
23
23
|
}
|
|
24
24
|
export { Icon };
|
|
25
25
|
declare const iconMapping: {
|
|
26
|
+
arrowBendDownRight: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
26
27
|
arrowCircleDown: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
27
28
|
arrowClockwise: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
28
29
|
arrowDown: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
29
30
|
arrowLeft: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
31
|
+
asterisk: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
30
32
|
caretRight: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
31
33
|
chatCircle: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
32
34
|
check: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -38,6 +40,7 @@ declare const iconMapping: {
|
|
|
38
40
|
funnel: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
39
41
|
magnifyingGlass: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
40
42
|
minus: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
43
|
+
package: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
41
44
|
stack: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
42
45
|
upload: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
43
46
|
user: import("react").ForwardRefExoticComponent<phosphor.IconProps & import("react").RefAttributes<SVGSVGElement>>;
|