Initial commit: breakpilot-compliance - Compliance SDK Platform
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>
This commit is contained in:
29
breakpilot-compliance-sdk/packages/vanilla/src/index.ts
Normal file
29
breakpilot-compliance-sdk/packages/vanilla/src/index.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
/**
|
||||
* @breakpilot/compliance-sdk-vanilla
|
||||
*
|
||||
* Vanilla JS integration for BreakPilot Compliance SDK
|
||||
*
|
||||
* Includes:
|
||||
* - Embed Script (IIFE for <script> tag)
|
||||
* - Web Components (Custom Elements)
|
||||
*/
|
||||
|
||||
// Re-export embed script
|
||||
export { BreakPilotSDK, type BreakPilotSDKConfig, type BannerConfig } from './embed'
|
||||
|
||||
// Re-export web components
|
||||
export {
|
||||
BreakPilotElement,
|
||||
COMMON_STYLES,
|
||||
ConsentBannerElement,
|
||||
DSRPortalElement,
|
||||
ComplianceScoreElement,
|
||||
} from './web-components'
|
||||
|
||||
// Re-export types from core
|
||||
export type {
|
||||
ConsentPurpose,
|
||||
CookieBannerPosition,
|
||||
CookieBannerTheme,
|
||||
DSRRequestType,
|
||||
} from '@breakpilot/compliance-sdk-types'
|
||||
Reference in New Issue
Block a user