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

29 lines (28 loc) • 1.2 kB
JavaScript
const e = {
base: "adyen-pe-capital-overview",
skeleton: "adyen-pe-capital-overview__skeleton",
headerSkeleton: "adyen-pe-capital-overview__header-skeleton",
skeletonContainer: "adyen-pe-capital-overview__header-skeleton-container",
preQualifiedGrant: "adyen-pe-capital-overview__pre-qualified-grant",
preQualifiedGrantButton: "adyen-pe-capital-overview__pre-qualified-grant-review-button",
errorContainer: "adyen-pe-capital-overview__error-container"
}, t = {
componentName: "capitalOverview",
category: "Capital overview component"
}, a = {
signToS: {
buttonLabelKey: "capital.overview.grants.item.actions.viewTermsAndConditions",
eventLabel: "Go to terms & conditions button clicked",
successButtonLabelKey: "capital.overview.grants.item.actions.viewTermsAndConditionsSuccess"
},
AnaCredit: {
buttonLabelKey: "capital.overview.grants.item.actions.submitInformation",
eventLabel: "Submit information for AnaCredit button",
successButtonLabelKey: "capital.overview.grants.item.actions.submitInformationSuccess"
}
};
export {
e as CAPITAL_OVERVIEW_CLASS_NAMES,
a as GRANT_ACTION_CONFIGS,
t as sharedCapitalOverviewAnalyticsEventProperties
};