Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/rain-backdrop-component.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @positronick/ui

## 0.7.0

### Minor Changes

- [#33](https://github.com/Positronick/ui/pull/33) [`9bf4929`](https://github.com/Positronick/ui/commit/9bf49298d74545ae9c153229648ab05208c7b112) Thanks [@nsollazzo](https://github.com/nsollazzo)! - feat: add `RainBackdrop` — an animated rain background, drop-in sibling of `Backdrop`

A canvas-based full-page rain layer that follows the theme ink (white rain on `machine`, black on `samaritan`), with a small accent-red fraction of drops and splash-particle bursts where drops hit the bottom edge. Props: `intensity` (0–1 rain amount), `accentRatio` (red-drop fraction, default 0.03), `speed` (fall multiplier), `splash` (impact bursts on/off). Honors `prefers-reduced-motion` with a static sparse frame, recolors live on theme change without a remount, and bounds its canvas/drop count so very tall pages degrade gracefully.

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@positronick/ui",
"version": "0.6.0",
"version": "0.7.0",
"description": "A Svelte 5 component library and design system styled after The Machine and Samaritan from Person of Interest. One component set, two runtime-switchable themes.",
"author": "Nicholas Sollazzo (https://nsollazzo.com)",
"license": "MIT",
Expand Down