UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

16 lines (14 loc) 549 B
/** * Registry helpers are retained for backward compatibility. The design-token * architecture no longer requires a runtime stylesheet registry, so these * functions are implemented as innocuous no-ops that always report success. */ const markStyledRegistryHealthy = () => { /* noop */ }; const hasStyledComponentsRegistry = () => true; const ensureStyledComponentsRegistry = () => { /* noop */ }; export { ensureStyledComponentsRegistry, hasStyledComponentsRegistry, markStyledRegistryHealthy }; //# sourceMappingURL=registryGuard.js.map