use-vibes 0.4.3 → 0.4.6
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 +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Add a CSS link tag to your HTML:
|
|
|
23
23
|
Or for ESM/CDN environments like importmap scenarios:
|
|
24
24
|
|
|
25
25
|
```html
|
|
26
|
-
<link rel="stylesheet" href="https://esm.sh/use-vibes@0.4.
|
|
26
|
+
<link rel="stylesheet" href="https://esm.sh/use-vibes@0.4.5/dist/components/ImgGen.css" />
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
#### Option B: Automatic CSS loading (convenient for prototyping)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "use-vibes",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Transform any DOM element into an AI-powered micro-app",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"types": "./dist/style-loader.d.ts",
|
|
17
17
|
"import": "./dist/style-loader.js",
|
|
18
18
|
"require": "./dist/style-loader.js"
|
|
19
|
-
}
|
|
20
|
-
"./components/ImgGen.css": "./dist/components/ImgGen.css"
|
|
19
|
+
}
|
|
21
20
|
},
|
|
22
21
|
"files": [
|
|
23
22
|
"dist"
|