@rhavenside/baseline 2.0.7 → 2.0.8

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,12 @@ A strict, layer-based design system with semantic tokens. Features a custom nami
9
9
  [![npm version](https://img.shields.io/npm/v/@rhavenside/baseline.svg)](https://www.npmjs.com/package/@rhavenside/baseline)
10
10
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
11
11
 
12
+ <div align="center">
13
+
14
+ **[📚 Documentation](https://baseline.rhavenside.de)** • **[🎨 Examples](https://examples.rhavenside.de)**
15
+
16
+ </div>
17
+
12
18
  ## Installation
13
19
 
14
20
  Install Base-Line via npm:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhavenside/baseline",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
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",