UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

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