chore: version packages#12
Merged
Merged
Conversation
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.2.0
Minor Changes
e34848c: Add
@prescriptive/reativa— the ReasonML/OCaml (reativa + Melange) sibling of@prescriptive/xote, as its own package.@prescriptive/xotecovers — 22 elements, 8 components, and7 blocks — in
.mlx(JSX-for-OCaml) overReativa.View, styled against@prescriptive/tokens, with the same behaviour and accessibility semantics as theXote components.
variant,size, …) are generated from the specs'## APIcontracts into
src/Contracts.mlbynpm run contracts, so the OCamlcompiler enforces that the implementation can't drift from the spec — the same
guarantee
@prescriptive/xotehas.src/Registry.mlxrenders one live example per spec and exports the JS surfacethe website's Reativa preview consumes (
mount_example,example_ids,built). The website's example block now has two tab strips: one picks theview (Preview / Playground / Code) and one picks the implementation rendered in
the preview (Xote or Reativa).
@prescriptive/xote@0.2.0
Minor Changes
f327773: Add a modern SVG icon library with an
Iconcomponent.@prescriptive/xote: newIconsmodule — a curated outline icon set (50 glyphs)in the Feather / Lucide visual language (24×24 grid, no fill, 2px round
strokes) — and an
Iconelement that renders a named glyph as an inline SVG.Icons inherit the surrounding text color and optical size; pass
labelfor ameaningful icon (role=img + accessible name) or omit it to mark it decorative.
Sizes:
xs,sm,md,lg,xl.@prescriptive/xote:Alertnow renders itsiconas a glyph from the icon set(the prop takes an icon name) and shows a sensible per-variant default when none
is given.
prescriptive: theiconelement spec now typessizeas an enum and maps itsimplementation to
Icon.res, so the component is compiler-checked against thecontract.