@better-zap/react 0.2.2 → 0.2.3
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/package.json +88 -35
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-zap/react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "React components for Better Zap.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/Dosbodoke/better-zap",
|
|
8
|
+
"url": "git+https://github.com/Dosbodoke/better-zap.git",
|
|
9
9
|
"directory": "packages/react"
|
|
10
10
|
},
|
|
11
11
|
"type": "module",
|
|
@@ -19,54 +19,104 @@
|
|
|
19
19
|
],
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
"import": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"default": "./dist/index.mjs"
|
|
25
|
+
},
|
|
26
|
+
"require": {
|
|
27
|
+
"types": "./dist/index.d.cts",
|
|
28
|
+
"default": "./dist/index.cjs"
|
|
29
|
+
}
|
|
25
30
|
},
|
|
26
31
|
"./bubble": {
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
32
|
+
"import": {
|
|
33
|
+
"types": "./dist/bubble.d.mts",
|
|
34
|
+
"default": "./dist/bubble.mjs"
|
|
35
|
+
},
|
|
36
|
+
"require": {
|
|
37
|
+
"types": "./dist/bubble.d.cts",
|
|
38
|
+
"default": "./dist/bubble.cjs"
|
|
39
|
+
}
|
|
30
40
|
},
|
|
31
41
|
"./message": {
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
42
|
+
"import": {
|
|
43
|
+
"types": "./dist/message.d.mts",
|
|
44
|
+
"default": "./dist/message.mjs"
|
|
45
|
+
},
|
|
46
|
+
"require": {
|
|
47
|
+
"types": "./dist/message.d.cts",
|
|
48
|
+
"default": "./dist/message.cjs"
|
|
49
|
+
}
|
|
35
50
|
},
|
|
36
51
|
"./message-bubble": {
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
52
|
+
"import": {
|
|
53
|
+
"types": "./dist/message-bubble.d.mts",
|
|
54
|
+
"default": "./dist/message-bubble.mjs"
|
|
55
|
+
},
|
|
56
|
+
"require": {
|
|
57
|
+
"types": "./dist/message-bubble.d.cts",
|
|
58
|
+
"default": "./dist/message-bubble.cjs"
|
|
59
|
+
}
|
|
40
60
|
},
|
|
41
61
|
"./composer": {
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
62
|
+
"import": {
|
|
63
|
+
"types": "./dist/composer.d.mts",
|
|
64
|
+
"default": "./dist/composer.mjs"
|
|
65
|
+
},
|
|
66
|
+
"require": {
|
|
67
|
+
"types": "./dist/composer.d.cts",
|
|
68
|
+
"default": "./dist/composer.cjs"
|
|
69
|
+
}
|
|
45
70
|
},
|
|
46
71
|
"./message-input": {
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
72
|
+
"import": {
|
|
73
|
+
"types": "./dist/message-input.d.mts",
|
|
74
|
+
"default": "./dist/message-input.mjs"
|
|
75
|
+
},
|
|
76
|
+
"require": {
|
|
77
|
+
"types": "./dist/message-input.d.cts",
|
|
78
|
+
"default": "./dist/message-input.cjs"
|
|
79
|
+
}
|
|
50
80
|
},
|
|
51
81
|
"./message-view": {
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
82
|
+
"import": {
|
|
83
|
+
"types": "./dist/message-view.d.mts",
|
|
84
|
+
"default": "./dist/message-view.mjs"
|
|
85
|
+
},
|
|
86
|
+
"require": {
|
|
87
|
+
"types": "./dist/message-view.d.cts",
|
|
88
|
+
"default": "./dist/message-view.cjs"
|
|
89
|
+
}
|
|
55
90
|
},
|
|
56
91
|
"./conversation-list": {
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
92
|
+
"import": {
|
|
93
|
+
"types": "./dist/conversation-list.d.mts",
|
|
94
|
+
"default": "./dist/conversation-list.mjs"
|
|
95
|
+
},
|
|
96
|
+
"require": {
|
|
97
|
+
"types": "./dist/conversation-list.d.cts",
|
|
98
|
+
"default": "./dist/conversation-list.cjs"
|
|
99
|
+
}
|
|
60
100
|
},
|
|
61
101
|
"./whatsapp-dashboard": {
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
102
|
+
"import": {
|
|
103
|
+
"types": "./dist/whatsapp-dashboard.d.mts",
|
|
104
|
+
"default": "./dist/whatsapp-dashboard.mjs"
|
|
105
|
+
},
|
|
106
|
+
"require": {
|
|
107
|
+
"types": "./dist/whatsapp-dashboard.d.cts",
|
|
108
|
+
"default": "./dist/whatsapp-dashboard.cjs"
|
|
109
|
+
}
|
|
65
110
|
},
|
|
66
111
|
"./utils": {
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
112
|
+
"import": {
|
|
113
|
+
"types": "./dist/utils.d.mts",
|
|
114
|
+
"default": "./dist/utils.mjs"
|
|
115
|
+
},
|
|
116
|
+
"require": {
|
|
117
|
+
"types": "./dist/utils.d.cts",
|
|
118
|
+
"default": "./dist/utils.cjs"
|
|
119
|
+
}
|
|
70
120
|
},
|
|
71
121
|
"./tailwind.css": "./dist/tailwind.css",
|
|
72
122
|
"./package.json": "./package.json"
|
|
@@ -78,7 +128,9 @@
|
|
|
78
128
|
"node": ">=20"
|
|
79
129
|
},
|
|
80
130
|
"publishConfig": {
|
|
81
|
-
"access": "public"
|
|
131
|
+
"access": "public",
|
|
132
|
+
"registry": "https://registry.npmjs.org/",
|
|
133
|
+
"provenance": true
|
|
82
134
|
},
|
|
83
135
|
"dependencies": {
|
|
84
136
|
"@hugeicons/core-free-icons": "^3.1.1",
|
|
@@ -87,7 +139,7 @@
|
|
|
87
139
|
"class-variance-authority": "^0.7.1",
|
|
88
140
|
"clsx": "^2.1.1",
|
|
89
141
|
"tailwind-merge": "^3.0.0",
|
|
90
|
-
"better-zap": "0.2.
|
|
142
|
+
"better-zap": "0.2.1"
|
|
91
143
|
},
|
|
92
144
|
"peerDependencies": {
|
|
93
145
|
"react": "^19.0.0",
|
|
@@ -106,6 +158,7 @@
|
|
|
106
158
|
"scripts": {
|
|
107
159
|
"build": "tsdown",
|
|
108
160
|
"typecheck": "tsc --noEmit",
|
|
109
|
-
"test": "pnpm run build && vitest run"
|
|
161
|
+
"test": "pnpm run build && vitest run",
|
|
162
|
+
"package:check": "publint --strict && attw --pack --profile node16 --exclude-entrypoints @better-zap/react/tailwind.css"
|
|
110
163
|
}
|
|
111
164
|
}
|