primitives
Atelier Theme
Bottega's default light + dark palette (the warm 'Atelier' look). Add this ONCE for the out-of-box theme and the .dark flip; or skip it and define your own :root token values. Not a component dependency, so it never re-injects on `shadcn add`.
theme-atelier is not yet wired to a live preview. Add an entry to lib/previews.tsx.
Install
1. Register the namespace (once per project):
json
// components.json — register the @bottega namespace once
{
"registries": {
"@bottega": { "url": "https://bottega.ariacode.ca/r/{name}.json" }
}
}2. Add the component:
bash
npx shadcn add @bottega/theme-atelierUsage
Usagetsx
<ThemeAtelier />Props
Standard props — see source.