ui-style
The ui-style library centralizes app-wide UI assets and conventions:
-
CSS bundles (
:base,:pilot,:admin-pilot) -
JavaScript bundles (
:base,:pilot,:admin-pilot) -
Shared design tokens and reusable UI primitives
It prevents per-library style drift by making layout namespaces consume the same bundle API.
Coordinates
{:deps {com.wagoe/wagoe-ui-style {:mvn/version "1.0.1-alpha-14"}}}
API
Namespace: wagoe.ui-style
-
base-css,pilot-css,admin-pilot-css -
base-js,pilot-js,admin-pilot-js -
(bundle k)for CSS bundle selection -
(js-bundle k)for JS bundle selection
For implementation details and migration notes, see libs/ui-style/README.md in the repository.