Morphos & Kosmesis are here.Explore
PraxisJS

@praxisjs/storybook

Changelog for @praxisjs/storybook — Storybook framework adapter for PraxisJS.

@praxisjs/storybook

0.2.4

Removed the @storybook/core dependency and peer dependency — it never published a Storybook 9/10 release, so it dragged in a stale @storybook/[email protected] that conflicted with [email protected] and pinned esbuild below what [email protected] requires. Internal imports moved from @storybook/core/csf and @storybook/core/types to storybook/internal/csf and storybook/internal/types — no change to Meta, StoryObj, or any other public export.

0.2.1

Added the missing sourceUrl and expanded fields to StorybookRefs, matching the options documented for Storybook Composition refs.

0.2.0

Added refs support to StorybookConfig for Storybook Composition — reference other published Storybooks from your sidebar. Exports a new StorybookRefs type.

0.1.1

Updated dependencies — @praxisjs/[email protected].

0.1.0

Initial release — Storybook framework adapter for PraxisJS. Mounts components via @praxisjs/runtime, integrates @praxisjs/vite-plugin automatically, and exports Meta, StoryObj, and StorybookConfig types.

On this page