New
3.3.3
Changed
- Build Process: Refactored
scripts/build-themes.jsto support organized theme exports. Files are now exported to theme-specific subdirectories indist/. - Package Exports: Updated
package.jsonto use subpath exports:- Default export
"."now points totheme-two.css. - Added
"./theme-one"and"./theme-two"exports. - Added
"./theme-one/components"and"./theme-two/components"component imports. - Added
"./open-props"export for the base Open Props stuff.
- Default export
- Documentation: Updated "Getting Started" guide with new usage examples and bundler configuration instructions (Vite vs. PostCSS).
Fixed
- Improved build script to automatically create subdirectories in
dist/if they don't exist. - Fixed watch mode in
build-themes.jsto correctly track and rebuild both theme and component files.
Full changelog is found here.