@framed-dev/react 0.2.0 → 0.3.0
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 +62 -233
- package/dist/index.cjs +17247 -73617
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +17269 -73202
- package/dist/index.js.map +1 -0
- package/package.json +19 -65
- package/dist/index.d.cts +0 -761
- package/dist/index.d.ts +0 -761
- package/dist/styles/framed.css +0 -6474
- package/styles.css +0 -525
- package/tailwind.config.js +0 -207
- package/tailwind.preset.js +0 -86
package/package.json
CHANGED
|
@@ -1,37 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@framed-dev/react",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
5
|
-
"author": "Framed <hello@framed.dev>",
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "React components for Framed feedback widget",
|
|
6
5
|
"type": "module",
|
|
7
6
|
"main": "./dist/index.cjs",
|
|
8
7
|
"module": "./dist/index.js",
|
|
9
|
-
"types": "./dist/index.d.ts",
|
|
10
8
|
"exports": {
|
|
11
9
|
".": {
|
|
12
|
-
"import":
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
},
|
|
16
|
-
"require": {
|
|
17
|
-
"types": "./dist/index.d.cts",
|
|
18
|
-
"default": "./dist/index.cjs"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"./styles.css": "./styles.css",
|
|
22
|
-
"./widget-styles.css": "./dist/styles/framed.css",
|
|
23
|
-
"./tailwind": "./tailwind.preset.js",
|
|
24
|
-
"./tailwind.config": "./tailwind.config.js"
|
|
10
|
+
"import": "./dist/index.js",
|
|
11
|
+
"require": "./dist/index.cjs"
|
|
12
|
+
}
|
|
25
13
|
},
|
|
26
14
|
"files": [
|
|
27
|
-
"dist
|
|
28
|
-
"dist/**/*.cjs",
|
|
29
|
-
"dist/**/*.d.ts",
|
|
30
|
-
"dist/**/*.d.cts",
|
|
31
|
-
"dist/**/*.css",
|
|
32
|
-
"styles.css",
|
|
33
|
-
"tailwind.preset.js",
|
|
34
|
-
"tailwind.config.js",
|
|
15
|
+
"dist",
|
|
35
16
|
"README.md"
|
|
36
17
|
],
|
|
37
18
|
"sideEffects": false,
|
|
@@ -44,59 +25,35 @@
|
|
|
44
25
|
"clean": "rm -rf dist"
|
|
45
26
|
},
|
|
46
27
|
"dependencies": {
|
|
47
|
-
"@framed-dev/core": "^0.1.0",
|
|
48
28
|
"@dnd-kit/core": "^6.3.1",
|
|
49
29
|
"@dnd-kit/sortable": "^10.0.0",
|
|
50
30
|
"@dnd-kit/utilities": "^3.2.2",
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
53
|
-
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
54
|
-
"@radix-ui/react-label": "^2.1.8",
|
|
31
|
+
"@framed/core": "workspace:*",
|
|
32
|
+
"@framed/widget-core": "workspace:*",
|
|
55
33
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
56
34
|
"@radix-ui/react-select": "^2.2.6",
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
61
|
-
"@supabase/supabase-js": "^2.39.8",
|
|
62
|
-
"@tiptap/extension-bubble-menu": "^3.13.0",
|
|
63
|
-
"@tiptap/extension-highlight": "^3.13.0",
|
|
64
|
-
"@tiptap/extension-placeholder": "^3.13.0",
|
|
65
|
-
"@tiptap/extension-underline": "^3.13.0",
|
|
66
|
-
"@tiptap/pm": "^3.13.0",
|
|
67
|
-
"@tiptap/react": "^3.13.0",
|
|
68
|
-
"@tiptap/starter-kit": "^3.13.0",
|
|
69
|
-
"class-variance-authority": "^0.7.1",
|
|
35
|
+
"@tiptap/extension-placeholder": "^2.12.0",
|
|
36
|
+
"@tiptap/react": "^2.12.0",
|
|
37
|
+
"@tiptap/starter-kit": "^2.12.0",
|
|
70
38
|
"clsx": "^2.1.1",
|
|
71
39
|
"date-fns": "^4.1.0",
|
|
72
|
-
"diff": "^8.0.
|
|
73
|
-
"framer-motion": "^
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"lucide-react": "^0.344.0",
|
|
78
|
-
"react-hook-form": "^7.51.0",
|
|
79
|
-
"react-i18next": "^16.2.4",
|
|
80
|
-
"react-router-dom": "^6.22.3",
|
|
81
|
-
"tailwind-merge": "^2.6.0",
|
|
82
|
-
"zustand": "^4.5.2"
|
|
40
|
+
"diff": "^8.0.3",
|
|
41
|
+
"framer-motion": "^12.29.2",
|
|
42
|
+
"lucide-react": "^0.470.0",
|
|
43
|
+
"tailwind-merge": "^3.4.0",
|
|
44
|
+
"zustand": "^5.0.0"
|
|
83
45
|
},
|
|
84
46
|
"peerDependencies": {
|
|
85
47
|
"react": "^18.0.0 || ^19.0.0",
|
|
86
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
87
|
-
"react-router-dom": "^6.20.0 || ^7.0.0"
|
|
48
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
88
49
|
},
|
|
89
50
|
"devDependencies": {
|
|
90
51
|
"@testing-library/react": "^16.1.0",
|
|
91
52
|
"@types/react": "^18.3.0",
|
|
92
53
|
"@types/react-dom": "^18.3.0",
|
|
93
|
-
"autoprefixer": "^10.4.18",
|
|
94
54
|
"jsdom": "^25.0.0",
|
|
95
|
-
"postcss": "^8.4.35",
|
|
96
55
|
"react": "^18.3.0",
|
|
97
56
|
"react-dom": "^18.3.0",
|
|
98
|
-
"tailwindcss": "^3.4.1",
|
|
99
|
-
"tailwindcss-animate": "^1.0.7",
|
|
100
57
|
"tsup": "^8.3.5",
|
|
101
58
|
"typescript": "^5.7.0",
|
|
102
59
|
"vitest": "^2.1.0"
|
|
@@ -112,12 +69,9 @@
|
|
|
112
69
|
},
|
|
113
70
|
"keywords": [
|
|
114
71
|
"framed",
|
|
115
|
-
"website",
|
|
116
|
-
"specification",
|
|
117
72
|
"feedback",
|
|
73
|
+
"widget",
|
|
118
74
|
"react",
|
|
119
|
-
"sdk"
|
|
120
|
-
"supabase",
|
|
121
|
-
"self-hosted"
|
|
75
|
+
"sdk"
|
|
122
76
|
]
|
|
123
77
|
}
|