@konce-pt/styles 0.2.0 → 0.3.0

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  <div align="center">
2
2
 
3
+ <img src="https://ui.konce.pt/images/koncept_ui_lib.png" alt="Koncept UI — Angular component library" width="100%" />
4
+
3
5
  # Koncept UI — Base Styles
4
6
 
5
7
  **Base CSS for Koncept UI — reset, cascade layers and neutral light/dark theme.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konce-pt/styles",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Base CSS for Koncept UI — reset, cascade @layer ordering and neutral light/dark theme (SCSS source).",
5
5
  "license": "MIT",
6
6
  "author": "konce.pt",
@@ -42,7 +42,7 @@
42
42
  "src"
43
43
  ],
44
44
  "peerDependencies": {
45
- "@konce-pt/tokens": "0.2.0"
45
+ "@konce-pt/tokens": "0.3.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "sass": "^1.77.0"