@rhavenside/baseline 2.0.1 → 2.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Base-Line Design System
2
2
 
3
- A strict, layer-based design system with semantic tokens. Built on Bootstrap 5.3 architecture with a custom naming convention and token-based theming system.
3
+ A strict, layer-based design system with semantic tokens. Features a custom naming convention and token-based theming system.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@rhavenside/baseline.svg)](https://www.npmjs.com/package/@rhavenside/baseline)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -469,4 +469,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for the strict contribution rules.
469
469
 
470
470
  ---
471
471
 
472
- Built with ❤️ using Bootstrap 5.3 architecture and RFS for responsive typography.
472
+ Built with ❤️ using RFS for responsive typography.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhavenside/baseline",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A strict, layer-based design system with semantic tokens",
5
5
  "main": "dist/base-line.css",
6
6
  "module": "dist/js/index.js",