1.5.4 (2026-03-01)
- standardize component radii by removing explicit
TrustBadgeborder radius and setting defaultActionIconradius to 0. (0a95e3a)
1.5.3 (2026-03-01)
- relocate Section component from components to primitives and update all references. (a70a595)
1.5.2 (2026-03-01)
- adjust mediaMaw prop value in Demo.jsx (427a6ad)
1.5.1 (2026-03-01)
- wrap SectionHeader with Center component in Hero (a357c23)
1.5.0 (2026-03-01)
- Introduce
mediaMawprop toMediaBlock,Hero, andFeatureSplitcomponents for setting media maximum width. (da8db36) - introduce Section component as a standardized content wrapper and refactor existing components to utilize it. (4ea5e33)
1.4.0 (2026-03-01)
- Add
backgroundprop to various components and update background config to usegray.1instead ofgray.0. (7b8b70b)
1.3.0 (2026-03-01)
- use
resolveBackgroundfunction forFeaturesGridbackground property. (8e9d5c8)
1.2.1 (2026-03-01)
- Dynamically adjust component grid layouts and consolidate import statements. (1bb2bde)
1.2.0 (2026-03-01)
- Introduce Prettier configuration, format
index.jswith single quotes, and export the new Footer component. (f9b56ae)
1.1.1 (2026-03-01)
- Migrate build system from Rollup to Vite. (639fd52)
1.1.0 (2026-03-01)
- introduce centralized background configuration and refactor components to use a standardized
backgroundprop. (04f59c1)
1.0.1 (2026-02-28)
- add an empty comment line to
index.js. (8f599b5)
- Implement automated package publishing via GitHub Actions and update project documentation. (f81ef7b)
- Set up Rollup build process, Babel, and semantic release for automated package publishing. (d170bf7)
- add explicit write permissions for contents, issues, and pull requests to publish workflow. (5a54f35)