@headwai/chat-bubble 2.0.6 → 2.0.9
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.dev.md +42 -470
- package/README.md +10 -5
- package/dist-widget/chat-bubble.css +1 -1
- package/dist-widget/chat-bubble.js +60 -60
- package/dist-widget/{widget.html → index.html} +1 -1
- package/package.json +4 -9
- package/dist/icons/favicon.svg +0 -9
- package/dist/index.iife.js +0 -281
- package/dist/index.js +0 -16275
- package/dist/index.umd.cjs +0 -281
- package/dist/style.css +0 -1
package/package.json
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@headwai/chat-bubble",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "A chat bubble component for LocalChat by headwAI",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"module": "dist/index.js",
|
|
8
6
|
"files": [
|
|
9
|
-
"dist",
|
|
10
7
|
"dist-widget",
|
|
11
8
|
"docs"
|
|
12
9
|
],
|
|
@@ -30,11 +27,9 @@
|
|
|
30
27
|
},
|
|
31
28
|
"scripts": {
|
|
32
29
|
"dev": "vite",
|
|
33
|
-
"build": "npm run build:
|
|
34
|
-
"build:
|
|
35
|
-
"
|
|
36
|
-
"build:widget": "vite build --config vite.widget.config.js",
|
|
37
|
-
"copy:assets": "cp -r icons dist/ && cp -r icons dist-widget/",
|
|
30
|
+
"build": "npm run build:widget && npm run copy:assets",
|
|
31
|
+
"build:widget": "vite build",
|
|
32
|
+
"copy:assets": "cp -r icons dist-widget/",
|
|
38
33
|
"preview": "vite preview",
|
|
39
34
|
"prepublishOnly": "npm run build"
|
|
40
35
|
},
|
package/dist/icons/favicon.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 314.6457 314.6457">
|
|
3
|
-
<path d="M154.6988,312.7649C15.7605,269.2769,1.4766,105.0702.0081,71.7664c-.1559-3.5354,1.938-6.7841,5.2624-8.1581L153.9777,2.1453c2.139-.8841,4.5512-.8841,6.6903,0l148.7071,61.4631c3.3244,1.374,5.4182,4.6227,5.2624,8.1581-1.4685,33.3036-15.7523,197.5104-154.6907,240.9984-1.6985.5316-3.5495.5316-5.248,0h0Z" fill="#002b53"/>
|
|
4
|
-
<g>
|
|
5
|
-
<path d="M158.9429,217.83l35.7915,35.7915c.8926.8926.8926,2.3419,0,3.2345l-35.7915,35.7915c-.8926.8926-2.3419.8926-3.2345,0l-36.398-36.398c-.5578-.5578-.5578-1.4637,0-2.0216l36.398-36.398c.8926-.8926,2.3419-.8926,3.2345,0h0Z" fill="#f8ae4e"/>
|
|
6
|
-
<path d="M274.4005,177.1874l-9.7408,9.7408-104.8815-104.8814c-1.3471-1.3471-3.5311-1.3471-4.8782,0l-104.8962,104.8962-9.7586-9.7586c-10.7768-10.7767-10.7768-28.2493,0-39.0261L154.8822,23.5214c1.3471-1.3471,3.5311-1.3471,4.8782,0l114.64,114.64c10.7768,10.7767,10.7768,28.2493,0,39.0261h.0001Z" fill="#79bd6f"/>
|
|
7
|
-
<path d="M230.4944,221.0845l-14.6352,14.6352-56.0902-56.0901c-1.3471-1.3471-3.5311-1.3471-4.8782,0l-56.1073,56.1073-14.6361-14.6361c-8.0826-8.0826-8.0826-21.187,0-29.2696l70.7425-70.7425c1.3471-1.3471,3.5311-1.3471,4.8782,0l70.7262,70.7262c8.0826,8.0826,8.0826,21.187,0,29.2696h0Z" fill="#d1d834"/>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|