@adyen/adyen-platform-experience-web
Version:

16 lines (15 loc) • 610 B
JavaScript
const n = "adyen-pe-expandable-card", A = n, _ = A + "__container", N = A + "__content", S = A + "__chevron", E = _ + "--button", o = _ + "--filled", t = _ + "--hidden", c = _ + "--in-flow", C = _ + "--overlay", L = N + "--expandable", O = `--${n}-height`, T = C;
export {
A as BASE_CLASS,
O as CARD_HEIGHT_PROPERTY,
S as CHEVRON_CLASS,
E as CONTAINER_BUTTON_CLASS,
_ as CONTAINER_CLASS,
o as CONTAINER_FILLED_CLASS,
t as CONTAINER_HIDDEN_CLASS,
c as CONTAINER_IN_FLOW_CLASS,
C as CONTAINER_OVERLAY_CLASS,
T as CONTAINER_OVERLAY_ID,
N as CONTENT_CLASS,
L as CONTENT_EXPANDABLE_CLASS
};