@htmlbricks/hb-messages-send 0.65.20 → 0.65.23

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.
Files changed (2) hide show
  1. package/manifest.json +5 -4
  2. 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": {
@@ -232,12 +232,13 @@
232
232
  ],
233
233
  "readmePath": "README.md",
234
234
  "name": "hb-messages-send",
235
- "category": "messages",
235
+ "category": "messaging",
236
236
  "tags": [
237
- "messages"
237
+ "messaging",
238
+ "chat"
238
239
  ],
239
240
  "size": {},
240
241
  "iifePath": "main.iife.js",
241
242
  "repoName": "@htmlbricks/hb-messages-send",
242
- "version": "0.65.20"
243
+ "version": "0.65.23"
243
244
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-messages-send",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
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",