softui-css 1.0.1 → 1.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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A neumorphic CSS component library with soft shadows, muted palettes, and tactile depth. No dependencies. Dark mode included.
4
4
 
5
+ **[Documentation & Live Demos](https://softui-css.netlify.app)**
6
+
5
7
  ## Install
6
8
 
7
9
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "softui-css",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A neumorphic CSS component library with soft shadows, muted palettes, and tactile depth.",
5
5
  "main": "dist/softui.js",
6
6
  "style": "dist/softui.css",
@@ -30,7 +30,7 @@
30
30
  "type": "git",
31
31
  "url": "https://github.com/siddharth-bhansali/softui.git"
32
32
  },
33
- "homepage": "https://github.com/siddharth-bhansali/softui",
33
+ "homepage": "https://softui-css.netlify.app",
34
34
  "bugs": {
35
35
  "url": "https://github.com/siddharth-bhansali/softui/issues"
36
36
  },