fubi 0.1.6 → 0.1.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 +1 -1
- package/package.json +5 -3
- package/src/dist/fonts/inter-latin-400-normal.woff2 +0 -0
- package/src/dist/fonts/inter-latin-500-normal.woff2 +0 -0
- package/src/dist/fonts/inter-latin-600-normal.woff2 +0 -0
- package/src/dist/fonts/inter-latin-700-normal.woff2 +0 -0
- package/src/dist/fubi.js +3005 -3238
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Fubi
|
|
2
2
|
|
|
3
|
-
Fubi is a lightweight, universal in-page feedback and collaboration tool. It allows users to leave contextual comments on specific elements of any web application, streamlining the feedback process for teams. For more information, visit [fubi.dev](https://fubi.dev).
|
|
3
|
+
Fubi is a lightweight, universal in-page feedback and collaboration tool. It allows users to leave contextual comments on specific elements of any web application, streamlining the feedback process for teams. For more information, visit [fubi.dev](https://fubi.dev).
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "fubi",
|
|
3
3
|
"description": "A lightweight, universal in-page feedback and collaboration tool for web applications.",
|
|
4
4
|
"author": "Wonder Makers",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.7",
|
|
6
6
|
"homepage": "https://fubi.dev",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"scripts": {
|
|
@@ -30,13 +30,15 @@
|
|
|
30
30
|
"vite": "^6.2.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
+
"@fontsource/inter": "^5.2.5",
|
|
33
34
|
"@svelte-put/clickoutside": "^4.0.0",
|
|
34
|
-
"@tailwindcss/postcss": "^4.
|
|
35
|
+
"@tailwindcss/postcss": "^4.1.3",
|
|
35
36
|
"@wmdigi/dom": "^2.1.30",
|
|
36
37
|
"pocketbase": "^0.25.2",
|
|
37
38
|
"prettier": "^3.5.3",
|
|
38
39
|
"rollup-plugin-postcss": "^4.0.2",
|
|
39
|
-
"
|
|
40
|
+
"tailwind": "^4.0.0",
|
|
41
|
+
"tailwindcss": "^4.1.3",
|
|
40
42
|
"vite-plugin-css-injected-by-js": "^3.5.2"
|
|
41
43
|
},
|
|
42
44
|
"keywords": [
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|