- Tweaks to
@InitSilkfunctionalitySilkConfigis now only exposed through this API- You can now register style variants directly, useful for adding variants to base styles
- Update
ColorAPI to be explicit about creating RGB colors- Add the full list of CSS colors to the
Colorsobject.
- Add the full list of CSS colors to the
- Move text and link styling to
Surface, allowing intermediate divs to override those colors for local behavior - Add a new
Linkclass to Kobweb core. Unlike Silk'sLink, this one in a thin wrapper aroundAthat handles
links within the same domain without needing to leave the page. - Fixed a crash when exporting sites that don't have API routes.