4435e7ea0a
Services: Admin-Compliance, Backend-Compliance, AI-Compliance-SDK, Consent-SDK, Developer-Portal, PCA-Platform, DSMS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
402 B
TypeScript
14 lines
402 B
TypeScript
/**
|
|
* BreakPilot Compliance SDK - Web Components
|
|
*
|
|
* Available components:
|
|
* - <breakpilot-consent-banner>
|
|
* - <breakpilot-dsr-portal>
|
|
* - <breakpilot-compliance-score>
|
|
*/
|
|
|
|
export { BreakPilotElement, COMMON_STYLES } from './base'
|
|
export { ConsentBannerElement } from './consent-banner'
|
|
export { DSRPortalElement } from './dsr-portal'
|
|
export { ComplianceScoreElement } from './compliance-score'
|