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

18 lines (17 loc) • 639 B
JavaScript
const _ = "adyen-pe-card", A = `${_}--expandable`, n = `${_}__toggle`, t = `${_}__body`, o = `${_}__header`, D = `${_}__title`, C = `${_}__subtitle`, c = `${o}-content`, R = `${t}--with-title`, e = `${_}--no-outline`, s = `${_}--no-padding`, E = `${_}--filled`, T = `${_}__footer`, $ = `${_}--compact`;
export {
_ as CARD_BASE_CLASS,
t as CARD_BODY,
R as CARD_BODY_WITH_TITLE,
$ as CARD_COMPACT,
A as CARD_EXPANDABLE_CLASS,
E as CARD_FILLED,
T as CARD_FOOTER,
o as CARD_HEADER,
c as CARD_HEADER_CONTENT,
e as CARD_NO_OUTLINE,
s as CARD_NO_PADDING,
C as CARD_SUBTITLE,
D as CARD_TITLE,
n as CARD_TOGGLE_CLASS
};