@tollerud/ui
Advanced tools
+3
-2
@@ -26,4 +26,5 @@ # Tollerud User Interface — AI Agent Guide | ||
| lucide-react framer-motion sonner | ||
| # Optional — only if using NoirGlowBackground | ||
| npm install @paper-design/shaders-react | ||
| # Optional — only if using NoirGlowBackground. | ||
| # Pinned by @tollerud/ui's peer (^0.0.77) — install the matching version, don't bump it independently. | ||
| npm install @paper-design/shaders-react@0.0.77 | ||
| ``` | ||
@@ -30,0 +31,0 @@ |
+2
-2
| { | ||
| "name": "@tollerud/ui", | ||
| "version": "4.13.0", | ||
| "version": "4.13.1", | ||
| "description": "Tollerud User Interface — dark, monochrome + yellow accent. Noir aesthetic meets modern utility.", | ||
@@ -103,3 +103,3 @@ "private": false, | ||
| "peerDependencies": { | ||
| "@paper-design/shaders-react": "^0.0.76", | ||
| "@paper-design/shaders-react": "^0.0.77", | ||
| "@radix-ui/react-dialog": "^1.1.0", | ||
@@ -106,0 +106,0 @@ "@radix-ui/react-dropdown-menu": "^2.1.0", |
+1
-0
@@ -832,2 +832,3 @@ --- | ||
| - **`@paper-design/shaders-react` peer → `^0.0.77` (≥ 4.13.1)** — the optional peer (used by `NoirGlowBackground`) is pinned by `@tollerud/ui` and moves in lockstep. Consumers should install `@paper-design/shaders-react@0.0.77`; don't bump it independently of `@tollerud/ui`. | ||
| - **`@tollerud/email` light-first + Gmail fixes (≥ 4.13.0)** — email is now light by default (white card, dark text, yellow button) so it renders correctly in Gmail, where the old dark-first design broke (white bg, mis-colored button, missing monogram). A `@media prefers-color-scheme: dark` block restores the noir look in Apple Mail / iOS. The monogram is a hosted PNG (Gmail strips inline SVG), auto dark-on-light / yellow-on-dark; override with `logoSrc`. **Breaking:** the `color` prop was removed from `BrandMark`/`EmailHeader`/`EmailFooter` and `BrandMarkColor` is no longer exported. | ||
@@ -834,0 +835,0 @@ - **`@tollerud/email` footer polish (≥ 4.12.1)** — `EmailFooter` wordmark is right-aligned (monogram stays left), reads "A Tollerud Project." with a period, and the tollerud.no underline is 2px. No API change. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3263451
0.04%