feat(elements): add configuration overview and section components with demo view and index exports

This commit is contained in:
2026-02-23 21:07:26 +00:00
parent 204253f78c
commit bd6bce04c9
6 changed files with 801 additions and 1 deletions

View File

@@ -53,6 +53,10 @@ export * from './sz-mta-detail-view.js';
export * from './sz-route-card.js';
export * from './sz-route-list-view.js';
// Config Views
export * from './sz-config-section.js';
export * from './sz-config-overview.js';
// Demo Views
export * from './sz-demo-view-dashboard.js';
export * from './sz-demo-view-services.js';
@@ -62,3 +66,4 @@ export * from './sz-demo-view-tokens.js';
export * from './sz-demo-view-settings.js';
export * from './sz-demo-view-mta.js';
export * from './sz-demo-view-routes.js';
export * from './sz-demo-view-config.js';