{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "sr", "type": "registry:item", "title": "aesthetic Screen reader", "description": "Aesthetic Screen reader primitive, v0.25.0. Installs ae-sr without the full stylesheet.", "registryDependencies": [ "https://aesthetic.mistystep.io/r/aesthetic-base.json" ], "meta": { "version": "0.25.0", "tier": "primitive", "route": "sr", "classes": ["ae-sr"], "attributes": [], "tokens": [ "--ae-surface", "--ae-wash", "--ae-ink", "--ae-ink-faint", "--ae-accent", "--ae-surface-dark", "--ae-wash-dark", "--ae-ink-dark", "--ae-ink-faint-dark", "--ae-accent-dark", "--ae-font", "--ae-font-mono", "--ae-w-regular", "--ae-ease", "--ae-quick" ], "recipes": [] }, "files": [ { "path": "registry/sr/aesthetic.sr.css", "type": "registry:file", "target": "~/aesthetic.sr.css", "content": "/* aesthetic sr v0.25.0 — generated by scripts/build-registry.mjs. */\n@import './aesthetic.base.css';\n\n.ae-sr {\nposition: absolute;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n border: 0;\n clip-path: inset(50%);\n overflow: hidden;\n white-space: nowrap;\n}\n" } ] }