feat(catalog): add initial idp.global component catalog with primitives, composed views, and full-page showcases

This commit is contained in:
2026-05-03 10:11:06 +00:00
commit cd5eac437c
35 changed files with 11775 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
export * from './tokens.js';
export * from './idp-icon.js';
export * from './idp-button.js';
export * from './idp-badge.js';
export * from './idp-card.js';
export * from './idp-input.js';
export * from './idp-toggle.js';
export * from './idp-approval-card.js';
export * from './idp-mobile-frame.js';
export * from './idp-inbox-preview.js';
export * from './idp-dashboard-window.js';
export * from './idp-admin-shell.js';
export * from './idp-landing-hero.js';
export * from './idp-landing-page.js';
export * from './idp-mobile-showcase.js';