@rhavenside/baseline 2.1.1 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/base-line.css +2 -2
- package/dist/base-line.css.map +1 -1
- package/dist/js/carousel.js +7 -0
- package/dist/js/collapse.js +22 -2
- package/dist/js/util/state-handler.js +80 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -617,7 +617,7 @@ Base-Line supports all modern browsers:
|
|
|
617
617
|
Base-Line includes the following peer dependencies that are automatically installed:
|
|
618
618
|
|
|
619
619
|
- **@rhavenside/cadence**: ^1.0.1 - Motion system for consistent animations and transitions
|
|
620
|
-
- **@rhavenside/scaffold**: ^1.1.
|
|
620
|
+
- **@rhavenside/scaffold**: ^1.1.9 - Layout system for structured page layouts
|
|
621
621
|
- **@popperjs/core**: ^2.11.8 - For positioning tooltips, popovers, and dropdowns
|
|
622
622
|
|
|
623
623
|
All dependencies are automatically installed when you install `@rhavenside/baseline`. No additional setup required!
|