@nevil5249/shadowcraft 1.0.5 → 1.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.
- package/README.md +3 -4
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ export default {
|
|
|
46
46
|
|
|
47
47
|
## Example Usage
|
|
48
48
|
|
|
49
|
-
Start using any of the
|
|
49
|
+
Start using any of the curated shadows in your components immediately:
|
|
50
50
|
|
|
51
51
|
```html
|
|
52
52
|
<div class="shd-subtle-01 p-6 bg-white rounded-lg">
|
|
@@ -97,7 +97,6 @@ This results in:
|
|
|
97
97
|
|
|
98
98
|
MIT License
|
|
99
99
|
|
|
100
|
-
|
|
101
|
-
<p>Built with precision by Nevil Gadhia</p>
|
|
102
|
-
</div>
|
|
100
|
+
---
|
|
103
101
|
|
|
102
|
+
Built with precision by **Nevil Gadhia**
|
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nevil5249/shadowcraft",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "A premium design framework for multi-layered interface depth and structural volumetric fidelity via Tailwind CSS.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
7
|
+
"files": [
|
|
8
|
+
"index.js",
|
|
9
|
+
"generate-plugin.js",
|
|
10
|
+
"README.md"
|
|
11
|
+
],
|
|
7
12
|
"scripts": {
|
|
8
13
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
14
|
},
|