Skip to content

fusedio/openfused-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@fusedio shared packages

Shared front-end packages used across the Fused (fusedio/openfused) and Flow (fusedio/flow) repositories. This repo is the single source of truth and is consumed by both as a git submodule mounted at packages/.

Packages

Package Name Description
ui-kit/ @fusedio/ui-kit Shared UI primitives (Radix-based components, styling).
widgets/ @fusedio/widgets JSON-UI widget renderer, canvas, maps, and widget specs.
dev-serve-client/ @fusedio/dev-serve-client Client/parsers for the dev-serve protocol.
widget-http-bridge/ @fusedio/widget-http-bridge The HTML-artifact host↔widget bridge seam: FusedHtmlBridge contract types (one bridge, N mounts), the fused consumer layer, and the host-side event hub. NO host behavior — execution, param policy, and event transport are host code. React-free, dependency-free.

Usage as a submodule

Each consuming repo includes this repo as a submodule at packages/, which is matched by their pnpm-workspace.yaml packages/* glob. The packages are resolved within the host pnpm workspace (they are not published; consumers use workspace:*).

# Initial clone of a consumer repo
git clone --recurse-submodules <consumer-repo>

# Or, after a plain clone
git submodule update --init --recursive

# Pulling submodule updates later
git submodule update --remote packages

Making changes

Edit packages here, commit, and push to main. Then in each consumer repo bump the submodule pointer:

cd packages && git pull origin main && cd ..
git add packages && git commit -m "chore: bump @fusedio/* packages"

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors