@rhavenside/baseline 2.0.5 → 2.0.7

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 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Base-Line Design System
2
2
 
3
3
  <div align="center">
4
- <img src="logo.svg" alt="Base-Line Logo" width="64" height="64">
4
+ <img src="https://examples.rhavenside.de/logo.svg" alt="Base-Line Logo" width="64" height="64">
5
5
  </div>
6
6
 
7
7
  A strict, layer-based design system with semantic tokens. Features a custom naming convention and token-based theming system.
@@ -461,16 +461,8 @@ Base-Line supports all modern browsers:
461
461
 
462
462
  MIT License - see [LICENSE](LICENSE) file for details.
463
463
 
464
- ## Links
465
-
466
- - [Documentation](https://github.com/rhavenside/base-line)
467
- - [Issues](https://github.com/rhavenside/base-line/issues)
468
464
  - [npm Package](https://www.npmjs.com/package/@rhavenside/baseline)
469
465
 
470
- ## Contributing
471
-
472
- See [CONTRIBUTING.md](CONTRIBUTING.md) for the strict contribution rules.
473
466
 
474
- ---
475
467
 
476
- Built with ❤️ using RFS for responsive typography.
468
+ Built with ❤️
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhavenside/baseline",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
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",