chore: version packages#16
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 25, 2026 13:45
2621147 to
3df03bf
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 25, 2026 13:46
3df03bf to
72ffc7b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@prescriptive/reativa@0.4.0
Minor Changes
19d5252: Add the final batch of reativa example implementations, reaching full parity
with the Xote examples — every spec that has a Xote demo now has a matching
Reativa preview, mirroring
website/src/Examples.res.form,resizable,search,commentdashboard,landing-page,pricing,settings,sign-inauthentication,checkout,onboardingsearchfilters a list live withView.for_;resizablebinds a range inputto a reactive
styleon both panels;formsubmits withView.On.submit+prevent_defaultand reveals a success message viaView.show;sign-inwiresa native checkbox through a reactive
checkedbinding; theauthenticationandonboardingflows step through their states from a singlestepsignal.Registered in
Registry.mlx'sexample_for/example_ids. reativa now covers26 elements, 42 components, 13 blocks, 5 pages, and 3 flows — the same set Xote
implements.
19d5252: Add the second batch of 20 more
@prescriptive/reativaexample implementations —the overlay, data, picker, and navigation components — so each spec gets a
Reativa preview alongside the Xote one, matching the demos in
website/src/Examples.res.alert-dialog,dropdown-menu,context-menu,popover,hover-card,sheet,drawer,toasttable,data-table,chart,carousel,combobox,command,calendar,date-pickernavbar,menubar,navigation-menu,sidebarThese lean on
Reativa.View's reactive primitives:View.showfor theopen/closed overlays (dismissed via the existing
Backdrop),View.for_forthe live-filtered lists (
combobox,command,data-table),class_reactivefor the selected-day / active-dot state (
calendar,date-picker,carousel),and a reactive
stylefor the carousel track.context-menuandhover-carduse
View.On.onfor thecontextmenu/mouseenter/mouseleaveevents.Registered in
Registry.mlx'sexample_for/example_ids. This bringsreativa to 26 elements, 38 components, and 13 blocks.
c3d692e: Render the website's playground with reativa too.
Registry.mlxgainsplayground_for— a knob-driven render of a single component for each of the 30specs the playground covers (
button,badge,avatar,alert,checkbox,switch,slider,progress,spinner,skeleton,separator,kbd,icon,icon-button,link,input,textarea,toggle,toggle-group,radio-group,aspect-ratio,scroll-area,input-otp,select,field,tooltip,tabs,accordion,collapsible,dialog) — mirroring the Xoterender functions prop for prop, with the generated contract types keeping the
allowed values honest.
Two new exports join the JS surface the website consumes:
mount_playground(specId, containerId, props), which renders a spec from theknob values the props panel currently holds, and
playground_ids, so the siteknows which specs reativa can drive.
Patch Changes
@prescriptive/tokens@0.2.0
Minor Changes
e646367: Redesign the predefined themes so the presets look like current products rather
than tinted washes of one hue.
The old presets pushed their hue through the whole neutral ramp — indigo
surfaces, indigo borders, indigo text — which read as monochromatic and dated,
and left steps 300–600 as the unrelated warm grays of the baseline. Every theme
is now built the way modern product palettes are: the ramp stays close to
gray, and saturation is spent on the accent, status, and chart roles. The
theme's hue survives in surfaces and text only as a few percent of chroma.
descriptionof what it is for:monochrome,graphite,indigo,azure,ocean,forest,violet,plum,coral,sunset,editorial,terminal.vibrantandcandyare gone;graphite,azure,violetandplumare new.OKLCH lightness ladder, so no theme mixes its own tint with baseline grays and
every theme has the same contrast structure.
color.chart.1…6to sixdistinguishable hues rotated off their own, instead of inheriting the
grayscale ramp where every series looked alike.
darkmode overlay putssurfacea stepabove
paper(so cards read as raised, as they do in light mode), re-tunesevery status color for a dark page, and swaps the shadows for near-black ones
— a 5%-alpha warm gray was invisible on a dark surface. Each theme's own
darkblock re-tints those surfaces to its hue and lifts its accent.the theme's hue;
graphiteandeditorialinvert to a light accent fill indark mode, and
terminal's signal-green fill carries a dark label.from the contrast requirement itself, so ink/paper, muted/surface,
label/accent-fill, status/paper and series/paper all clear WCAG AA in both
modes. The baseline
color.status.*values move with them (successandwarningpreviously failed AA as text onpaper).@prescriptive/xote@0.2.1
Patch Changes
@prescriptive/skill@0.1.1
Patch Changes
e646367: Redesign the predefined themes so the presets look like current products rather
than tinted washes of one hue.
The old presets pushed their hue through the whole neutral ramp — indigo
surfaces, indigo borders, indigo text — which read as monochromatic and dated,
and left steps 300–600 as the unrelated warm grays of the baseline. Every theme
is now built the way modern product palettes are: the ramp stays close to
gray, and saturation is spent on the accent, status, and chart roles. The
theme's hue survives in surfaces and text only as a few percent of chroma.
descriptionof what it is for:monochrome,graphite,indigo,azure,ocean,forest,violet,plum,coral,sunset,editorial,terminal.vibrantandcandyare gone;graphite,azure,violetandplumare new.OKLCH lightness ladder, so no theme mixes its own tint with baseline grays and
every theme has the same contrast structure.
color.chart.1…6to sixdistinguishable hues rotated off their own, instead of inheriting the
grayscale ramp where every series looked alike.
darkmode overlay putssurfacea stepabove
paper(so cards read as raised, as they do in light mode), re-tunesevery status color for a dark page, and swaps the shadows for near-black ones
— a 5%-alpha warm gray was invisible on a dark surface. Each theme's own
darkblock re-tints those surfaces to its hue and lifts its accent.the theme's hue;
graphiteandeditorialinvert to a light accent fill indark mode, and
terminal's signal-green fill carries a dark label.from the contrast requirement itself, so ink/paper, muted/surface,
label/accent-fill, status/paper and series/paper all clear WCAG AA in both
modes. The baseline
color.status.*values move with them (successandwarningpreviously failed AA as text onpaper).