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)

17 lines (16 loc) 775 B
const _ = "adyen-pe-button", A = "adyen-pe-button__anchor", N = `${_}-actions`, n = `${_}--icon`, S = `${_}--icon-content`, o = `${N}__container-wrapper`, T = `${_}__label`, t = `${_}__icon-right`, C = `${_}__icon-left`, E = `${_}--condensed`, O = `${_}--full-width`, c = `${_}--loading`, L = `${T}--centered`; export { N as BUTTON_ACTION_CLASSNAME, o as BUTTON_ACTION_CONTAINER_CLASSNAME, A as BUTTON_ANCHOR_CLASSNAME, E as BUTTON_CONDENSED_CLASSNAME, O as BUTTON_FULL_WIDTH_CLASSNAME, C as BUTTON_ICON_LEFT_CLASSNAME, t as BUTTON_ICON_RIGHT_CLASSNAME, L as BUTTON_LABEL_CENTERED_CLASSNAME, T as BUTTON_LABEL_CLASSNAME, c as BUTTON_LOADING_CLASSNAME, _ as DEFAULT_BUTTON_CLASSNAME, n as ICON_BUTTON_CLASSNAME, S as ICON_BUTTON_CONTENT_CLASSNAME };