@htmlbricks/hb-messages-send 0.65.22 → 0.66.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/main.iife.js +5 -5
- package/main.iife.js.map +1 -1
- package/manifest.json +24 -5
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
-
"description": "",
|
|
137
|
+
"description": "Message composer with auto-growing textarea (optional `expandable` and maximize control), Enter-to-send, file attachments with previews (`files.mode` single or multiple), and optional `tags` as toggleable chips. Dispatches `sendMessage` with `text`, selected `tags`, and staged `files` when the user sends.",
|
|
138
138
|
"storybookArgs": {
|
|
139
139
|
"text": {
|
|
140
140
|
"control": {
|
|
@@ -161,7 +161,25 @@
|
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
163
|
"styleSetup": {
|
|
164
|
-
"vars": [
|
|
164
|
+
"vars": [
|
|
165
|
+
{
|
|
166
|
+
"name": "--bs-primary",
|
|
167
|
+
"valueType": "string",
|
|
168
|
+
"theme": "bootstrap",
|
|
169
|
+
"defaultValue": ""
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "--bs-secondary",
|
|
173
|
+
"valueType": "string",
|
|
174
|
+
"theme": "bootstrap",
|
|
175
|
+
"defaultValue": ""
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "--tag-color",
|
|
179
|
+
"valueType": "color",
|
|
180
|
+
"defaultValue": ""
|
|
181
|
+
}
|
|
182
|
+
],
|
|
165
183
|
"parts": [
|
|
166
184
|
{
|
|
167
185
|
"name": "testpart",
|
|
@@ -232,12 +250,13 @@
|
|
|
232
250
|
],
|
|
233
251
|
"readmePath": "README.md",
|
|
234
252
|
"name": "hb-messages-send",
|
|
235
|
-
"category": "
|
|
253
|
+
"category": "messaging",
|
|
236
254
|
"tags": [
|
|
237
|
-
"
|
|
255
|
+
"messaging",
|
|
256
|
+
"chat"
|
|
238
257
|
],
|
|
239
258
|
"size": {},
|
|
240
259
|
"iifePath": "main.iife.js",
|
|
241
260
|
"repoName": "@htmlbricks/hb-messages-send",
|
|
242
|
-
"version": "0.
|
|
261
|
+
"version": "0.66.0"
|
|
243
262
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-messages-send",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Message composer with auto-growing textarea (optional `expandable` and maximize control), Enter-to-send, file attachments with previews (`files.mode` single or multiple), and optional `tags` as toggleable chips. Dispatches `sendMessage` with `text`, selected `tags`, and staged `files` when the user sends.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|