@htmlbricks/hb-messages-send 0.67.1 → 0.68.2

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 +12 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -274,6 +274,17 @@
274
274
  "mode": "multiple"
275
275
  }
276
276
  }
277
+ },
278
+ {
279
+ "name": "compactComposer",
280
+ "description": "Fixed-height composer without maximize; single-file attach mode.",
281
+ "data": {
282
+ "text": "Reply inline…",
283
+ "expandable": false,
284
+ "files": {
285
+ "mode": "single"
286
+ }
287
+ }
277
288
  }
278
289
  ],
279
290
  "iifeIntegrity": "sha384-z7O7ehkPgcCfrxvweBZH7c+YKNpmCdHDADIxShUdABaPrNIh5wxHEif+jyLIF0ti",
@@ -297,5 +308,5 @@
297
308
  "size": {},
298
309
  "iifePath": "main.iife.js",
299
310
  "repoName": "@htmlbricks/hb-messages-send",
300
- "version": "0.67.1"
311
+ "version": "0.68.2"
301
312
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-messages-send",
3
- "version": "0.67.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
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": [