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)

18 lines (17 loc) 639 B
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 };