@htmlbricks/hb-messages-box 0.71.34 → 0.71.36
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 +132 -29
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +82 -70
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -252,21 +252,33 @@
|
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
"styleSetup": {
|
|
255
|
-
"vars": [
|
|
255
|
+
"vars": [
|
|
256
|
+
{
|
|
257
|
+
"name": "--hb-messages-box-min-height",
|
|
258
|
+
"valueType": "string",
|
|
259
|
+
"defaultValue": "100px",
|
|
260
|
+
"description": "Minimum height of the chat shell host."
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "--hb-messages-box-list-min-height",
|
|
264
|
+
"valueType": "string",
|
|
265
|
+
"defaultValue": "200px",
|
|
266
|
+
"description": "Minimum height of the scrollable list + composer stack."
|
|
267
|
+
}
|
|
268
|
+
],
|
|
256
269
|
"parts": [
|
|
257
270
|
{
|
|
258
|
-
"name": "
|
|
259
|
-
"description": "
|
|
271
|
+
"name": "msglist",
|
|
272
|
+
"description": "Wrapper around `hb-messages-list` for host-level styling."
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "msgsend",
|
|
276
|
+
"description": "Wrapper around `hb-messages-send` for host-level styling."
|
|
260
277
|
}
|
|
261
278
|
]
|
|
262
279
|
},
|
|
263
280
|
"contributors": [],
|
|
264
|
-
"htmlSlots": [
|
|
265
|
-
{
|
|
266
|
-
"name": "skelcontent",
|
|
267
|
-
"description": "test slot"
|
|
268
|
-
}
|
|
269
|
-
],
|
|
281
|
+
"htmlSlots": [],
|
|
270
282
|
"i18n": [],
|
|
271
283
|
"examples": [
|
|
272
284
|
{
|
|
@@ -276,7 +288,7 @@
|
|
|
276
288
|
{
|
|
277
289
|
"id": "msg_7k2n9x",
|
|
278
290
|
"text": "Hello",
|
|
279
|
-
"timestamp": "2026-04-
|
|
291
|
+
"timestamp": "2026-04-17T00:13:33.207Z",
|
|
280
292
|
"type": "text",
|
|
281
293
|
"status": "sent",
|
|
282
294
|
"authorId": "auth_7k2n9x"
|
|
@@ -284,7 +296,7 @@
|
|
|
284
296
|
{
|
|
285
297
|
"id": "msg_4h8m3p",
|
|
286
298
|
"text": "Hi",
|
|
287
|
-
"timestamp": "2026-04-
|
|
299
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
288
300
|
"type": "text",
|
|
289
301
|
"status": "received",
|
|
290
302
|
"authorId": "auth_4h8m3p"
|
|
@@ -292,7 +304,7 @@
|
|
|
292
304
|
{
|
|
293
305
|
"id": "msg_q5w8e2",
|
|
294
306
|
"text": "How are you doing today?",
|
|
295
|
-
"timestamp": "2026-04-
|
|
307
|
+
"timestamp": "2026-04-17T00:13:39.207Z",
|
|
296
308
|
"type": "text",
|
|
297
309
|
"status": "sent",
|
|
298
310
|
"authorId": "auth_7k2n9x"
|
|
@@ -300,7 +312,7 @@
|
|
|
300
312
|
{
|
|
301
313
|
"id": "msg_r6t9y1",
|
|
302
314
|
"text": "I'm doing great! Just finished a project",
|
|
303
|
-
"timestamp": "2026-04-
|
|
315
|
+
"timestamp": "2026-04-17T00:13:44.207Z",
|
|
304
316
|
"type": "text",
|
|
305
317
|
"status": "received",
|
|
306
318
|
"authorId": "auth_4h8m3p"
|
|
@@ -308,7 +320,7 @@
|
|
|
308
320
|
{
|
|
309
321
|
"id": "msg_a3s7d4",
|
|
310
322
|
"text": "That's awesome! What kind of project?",
|
|
311
|
-
"timestamp": "2026-04-
|
|
323
|
+
"timestamp": "2026-04-17T00:13:49.207Z",
|
|
312
324
|
"type": "text",
|
|
313
325
|
"status": "sent",
|
|
314
326
|
"authorId": "auth_7k2n9x"
|
|
@@ -316,7 +328,7 @@
|
|
|
316
328
|
{
|
|
317
329
|
"id": "msg_f8g2h6",
|
|
318
330
|
"text": "A web application using Svelte",
|
|
319
|
-
"timestamp": "2026-04-
|
|
331
|
+
"timestamp": "2026-04-17T00:13:54.207Z",
|
|
320
332
|
"type": "text",
|
|
321
333
|
"status": "received",
|
|
322
334
|
"authorId": "auth_4h8m3p"
|
|
@@ -324,7 +336,7 @@
|
|
|
324
336
|
{
|
|
325
337
|
"id": "msg_j9k1l5",
|
|
326
338
|
"text": "Nice! I love Svelte, it's so fast",
|
|
327
|
-
"timestamp": "2026-04-
|
|
339
|
+
"timestamp": "2026-04-17T00:13:59.207Z",
|
|
328
340
|
"type": "text",
|
|
329
341
|
"status": "sent",
|
|
330
342
|
"authorId": "auth_7k2n9x"
|
|
@@ -332,7 +344,7 @@
|
|
|
332
344
|
{
|
|
333
345
|
"id": "msg_z4x7c3",
|
|
334
346
|
"text": "Exactly! The reactivity is amazing",
|
|
335
|
-
"timestamp": "2026-04-
|
|
347
|
+
"timestamp": "2026-04-17T00:14:01.207Z",
|
|
336
348
|
"type": "text",
|
|
337
349
|
"status": "received",
|
|
338
350
|
"authorId": "auth_4h8m3p"
|
|
@@ -340,7 +352,7 @@
|
|
|
340
352
|
{
|
|
341
353
|
"id": "msg_v2b8n9",
|
|
342
354
|
"text": "Are you planning to share it on GitHub?",
|
|
343
|
-
"timestamp": "2026-04-
|
|
355
|
+
"timestamp": "2026-04-17T00:14:04.207Z",
|
|
344
356
|
"type": "text",
|
|
345
357
|
"status": "sent",
|
|
346
358
|
"authorId": "auth_7k2n9x"
|
|
@@ -348,7 +360,7 @@
|
|
|
348
360
|
{
|
|
349
361
|
"id": "msg_m6q4w7",
|
|
350
362
|
"text": "Yes, I'll publish it this weekend",
|
|
351
|
-
"timestamp": "2026-04-
|
|
363
|
+
"timestamp": "2026-04-17T00:14:06.207Z",
|
|
352
364
|
"type": "text",
|
|
353
365
|
"status": "received",
|
|
354
366
|
"authorId": "auth_4h8m3p"
|
|
@@ -356,7 +368,7 @@
|
|
|
356
368
|
{
|
|
357
369
|
"id": "msg_e1r5t8",
|
|
358
370
|
"text": "Let me know when it's live!",
|
|
359
|
-
"timestamp": "2026-04-
|
|
371
|
+
"timestamp": "2026-04-17T00:14:08.207Z",
|
|
360
372
|
"type": "text",
|
|
361
373
|
"status": "sent",
|
|
362
374
|
"authorId": "auth_7k2n9x"
|
|
@@ -364,7 +376,7 @@
|
|
|
364
376
|
{
|
|
365
377
|
"id": "msg_y3u9i0",
|
|
366
378
|
"text": "Will do! Thanks for the interest 😊",
|
|
367
|
-
"timestamp": "2026-04-
|
|
379
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
368
380
|
"type": "text",
|
|
369
381
|
"status": "received",
|
|
370
382
|
"authorId": "auth_4h8m3p"
|
|
@@ -397,7 +409,7 @@
|
|
|
397
409
|
{
|
|
398
410
|
"id": "msg_7k2n9x",
|
|
399
411
|
"text": "Hello",
|
|
400
|
-
"timestamp": "2026-04-
|
|
412
|
+
"timestamp": "2026-04-17T00:13:33.207Z",
|
|
401
413
|
"type": "text",
|
|
402
414
|
"status": "sent",
|
|
403
415
|
"authorId": "auth_7k2n9x"
|
|
@@ -405,7 +417,7 @@
|
|
|
405
417
|
{
|
|
406
418
|
"id": "msg_4h8m3p",
|
|
407
419
|
"text": "Hi",
|
|
408
|
-
"timestamp": "2026-04-
|
|
420
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
409
421
|
"type": "text",
|
|
410
422
|
"status": "received",
|
|
411
423
|
"authorId": "auth_4h8m3p"
|
|
@@ -413,7 +425,7 @@
|
|
|
413
425
|
{
|
|
414
426
|
"id": "msg_q5w8e2",
|
|
415
427
|
"text": "How are you doing today?",
|
|
416
|
-
"timestamp": "2026-04-
|
|
428
|
+
"timestamp": "2026-04-17T00:13:39.207Z",
|
|
417
429
|
"type": "text",
|
|
418
430
|
"status": "sent",
|
|
419
431
|
"authorId": "auth_7k2n9x"
|
|
@@ -421,7 +433,7 @@
|
|
|
421
433
|
{
|
|
422
434
|
"id": "msg_r6t9y1",
|
|
423
435
|
"text": "I'm doing great! Just finished a project",
|
|
424
|
-
"timestamp": "2026-04-
|
|
436
|
+
"timestamp": "2026-04-17T00:13:44.207Z",
|
|
425
437
|
"type": "text",
|
|
426
438
|
"status": "received",
|
|
427
439
|
"authorId": "auth_4h8m3p"
|
|
@@ -429,7 +441,7 @@
|
|
|
429
441
|
{
|
|
430
442
|
"id": "msg_a3s7d4",
|
|
431
443
|
"text": "That's awesome! What kind of project?",
|
|
432
|
-
"timestamp": "2026-04-
|
|
444
|
+
"timestamp": "2026-04-17T00:13:49.207Z",
|
|
433
445
|
"type": "text",
|
|
434
446
|
"status": "sent",
|
|
435
447
|
"authorId": "auth_7k2n9x"
|
|
@@ -437,7 +449,7 @@
|
|
|
437
449
|
{
|
|
438
450
|
"id": "msg_f8g2h6",
|
|
439
451
|
"text": "A web application using Svelte",
|
|
440
|
-
"timestamp": "2026-04-
|
|
452
|
+
"timestamp": "2026-04-17T00:13:54.207Z",
|
|
441
453
|
"type": "text",
|
|
442
454
|
"status": "received",
|
|
443
455
|
"authorId": "auth_4h8m3p"
|
|
@@ -445,7 +457,7 @@
|
|
|
445
457
|
{
|
|
446
458
|
"id": "msg_j9k1l5",
|
|
447
459
|
"text": "Nice! I love Svelte, it's so fast",
|
|
448
|
-
"timestamp": "2026-04-
|
|
460
|
+
"timestamp": "2026-04-17T00:13:59.207Z",
|
|
449
461
|
"type": "text",
|
|
450
462
|
"status": "sent",
|
|
451
463
|
"authorId": "auth_7k2n9x"
|
|
@@ -453,7 +465,7 @@
|
|
|
453
465
|
{
|
|
454
466
|
"id": "msg_z4x7c3",
|
|
455
467
|
"text": "Exactly! The reactivity is amazing",
|
|
456
|
-
"timestamp": "2026-04-
|
|
468
|
+
"timestamp": "2026-04-17T00:14:01.207Z",
|
|
457
469
|
"type": "text",
|
|
458
470
|
"status": "received",
|
|
459
471
|
"authorId": "auth_4h8m3p"
|
|
@@ -461,7 +473,7 @@
|
|
|
461
473
|
{
|
|
462
474
|
"id": "msg_v2b8n9",
|
|
463
475
|
"text": "Are you planning to share it on GitHub?",
|
|
464
|
-
"timestamp": "2026-04-
|
|
476
|
+
"timestamp": "2026-04-17T00:14:04.207Z",
|
|
465
477
|
"type": "text",
|
|
466
478
|
"status": "sent",
|
|
467
479
|
"authorId": "auth_7k2n9x"
|
|
@@ -469,7 +481,7 @@
|
|
|
469
481
|
{
|
|
470
482
|
"id": "msg_m6q4w7",
|
|
471
483
|
"text": "Yes, I'll publish it this weekend",
|
|
472
|
-
"timestamp": "2026-04-
|
|
484
|
+
"timestamp": "2026-04-17T00:14:06.207Z",
|
|
473
485
|
"type": "text",
|
|
474
486
|
"status": "received",
|
|
475
487
|
"authorId": "auth_4h8m3p"
|
|
@@ -477,7 +489,7 @@
|
|
|
477
489
|
{
|
|
478
490
|
"id": "msg_e1r5t8",
|
|
479
491
|
"text": "Let me know when it's live!",
|
|
480
|
-
"timestamp": "2026-04-
|
|
492
|
+
"timestamp": "2026-04-17T00:14:08.207Z",
|
|
481
493
|
"type": "text",
|
|
482
494
|
"status": "sent",
|
|
483
495
|
"authorId": "auth_7k2n9x"
|
|
@@ -485,7 +497,7 @@
|
|
|
485
497
|
{
|
|
486
498
|
"id": "msg_y3u9i0",
|
|
487
499
|
"text": "Will do! Thanks for the interest 😊",
|
|
488
|
-
"timestamp": "2026-04-
|
|
500
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
489
501
|
"type": "text",
|
|
490
502
|
"status": "received",
|
|
491
503
|
"authorId": "auth_4h8m3p"
|
|
@@ -515,7 +527,7 @@
|
|
|
515
527
|
{
|
|
516
528
|
"id": "msg_7k2n9x",
|
|
517
529
|
"text": "Hello",
|
|
518
|
-
"timestamp": "2026-04-
|
|
530
|
+
"timestamp": "2026-04-17T00:13:33.207Z",
|
|
519
531
|
"type": "text",
|
|
520
532
|
"status": "sent",
|
|
521
533
|
"authorId": "auth_7k2n9x"
|
|
@@ -523,7 +535,7 @@
|
|
|
523
535
|
{
|
|
524
536
|
"id": "msg_4h8m3p",
|
|
525
537
|
"text": "Hi",
|
|
526
|
-
"timestamp": "2026-04-
|
|
538
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
527
539
|
"type": "text",
|
|
528
540
|
"status": "received",
|
|
529
541
|
"authorId": "auth_4h8m3p"
|
|
@@ -531,7 +543,7 @@
|
|
|
531
543
|
{
|
|
532
544
|
"id": "msg_q5w8e2",
|
|
533
545
|
"text": "How are you doing today?",
|
|
534
|
-
"timestamp": "2026-04-
|
|
546
|
+
"timestamp": "2026-04-17T00:13:39.207Z",
|
|
535
547
|
"type": "text",
|
|
536
548
|
"status": "sent",
|
|
537
549
|
"authorId": "auth_7k2n9x"
|
|
@@ -539,7 +551,7 @@
|
|
|
539
551
|
{
|
|
540
552
|
"id": "msg_r6t9y1",
|
|
541
553
|
"text": "I'm doing great! Just finished a project",
|
|
542
|
-
"timestamp": "2026-04-
|
|
554
|
+
"timestamp": "2026-04-17T00:13:44.207Z",
|
|
543
555
|
"type": "text",
|
|
544
556
|
"status": "received",
|
|
545
557
|
"authorId": "auth_4h8m3p"
|
|
@@ -547,7 +559,7 @@
|
|
|
547
559
|
{
|
|
548
560
|
"id": "msg_a3s7d4",
|
|
549
561
|
"text": "That's awesome! What kind of project?",
|
|
550
|
-
"timestamp": "2026-04-
|
|
562
|
+
"timestamp": "2026-04-17T00:13:49.207Z",
|
|
551
563
|
"type": "text",
|
|
552
564
|
"status": "sent",
|
|
553
565
|
"authorId": "auth_7k2n9x"
|
|
@@ -555,7 +567,7 @@
|
|
|
555
567
|
{
|
|
556
568
|
"id": "msg_f8g2h6",
|
|
557
569
|
"text": "A web application using Svelte",
|
|
558
|
-
"timestamp": "2026-04-
|
|
570
|
+
"timestamp": "2026-04-17T00:13:54.207Z",
|
|
559
571
|
"type": "text",
|
|
560
572
|
"status": "received",
|
|
561
573
|
"authorId": "auth_4h8m3p"
|
|
@@ -563,7 +575,7 @@
|
|
|
563
575
|
{
|
|
564
576
|
"id": "msg_j9k1l5",
|
|
565
577
|
"text": "Nice! I love Svelte, it's so fast",
|
|
566
|
-
"timestamp": "2026-04-
|
|
578
|
+
"timestamp": "2026-04-17T00:13:59.207Z",
|
|
567
579
|
"type": "text",
|
|
568
580
|
"status": "sent",
|
|
569
581
|
"authorId": "auth_7k2n9x"
|
|
@@ -571,7 +583,7 @@
|
|
|
571
583
|
{
|
|
572
584
|
"id": "msg_z4x7c3",
|
|
573
585
|
"text": "Exactly! The reactivity is amazing",
|
|
574
|
-
"timestamp": "2026-04-
|
|
586
|
+
"timestamp": "2026-04-17T00:14:01.207Z",
|
|
575
587
|
"type": "text",
|
|
576
588
|
"status": "received",
|
|
577
589
|
"authorId": "auth_4h8m3p"
|
|
@@ -579,7 +591,7 @@
|
|
|
579
591
|
{
|
|
580
592
|
"id": "msg_v2b8n9",
|
|
581
593
|
"text": "Are you planning to share it on GitHub?",
|
|
582
|
-
"timestamp": "2026-04-
|
|
594
|
+
"timestamp": "2026-04-17T00:14:04.207Z",
|
|
583
595
|
"type": "text",
|
|
584
596
|
"status": "sent",
|
|
585
597
|
"authorId": "auth_7k2n9x"
|
|
@@ -587,7 +599,7 @@
|
|
|
587
599
|
{
|
|
588
600
|
"id": "msg_m6q4w7",
|
|
589
601
|
"text": "Yes, I'll publish it this weekend",
|
|
590
|
-
"timestamp": "2026-04-
|
|
602
|
+
"timestamp": "2026-04-17T00:14:06.207Z",
|
|
591
603
|
"type": "text",
|
|
592
604
|
"status": "received",
|
|
593
605
|
"authorId": "auth_4h8m3p"
|
|
@@ -595,7 +607,7 @@
|
|
|
595
607
|
{
|
|
596
608
|
"id": "msg_e1r5t8",
|
|
597
609
|
"text": "Let me know when it's live!",
|
|
598
|
-
"timestamp": "2026-04-
|
|
610
|
+
"timestamp": "2026-04-17T00:14:08.207Z",
|
|
599
611
|
"type": "text",
|
|
600
612
|
"status": "sent",
|
|
601
613
|
"authorId": "auth_7k2n9x"
|
|
@@ -603,7 +615,7 @@
|
|
|
603
615
|
{
|
|
604
616
|
"id": "msg_y3u9i0",
|
|
605
617
|
"text": "Will do! Thanks for the interest 😊",
|
|
606
|
-
"timestamp": "2026-04-
|
|
618
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
607
619
|
"type": "text",
|
|
608
620
|
"status": "received",
|
|
609
621
|
"authorId": "auth_4h8m3p"
|
|
@@ -611,7 +623,7 @@
|
|
|
611
623
|
{
|
|
612
624
|
"id": "msg_o7p2a5",
|
|
613
625
|
"text": "How are you?",
|
|
614
|
-
"timestamp": "2026-04-
|
|
626
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
615
627
|
"type": "text",
|
|
616
628
|
"status": "received",
|
|
617
629
|
"authorId": "auth_4h8m3p"
|
|
@@ -619,7 +631,7 @@
|
|
|
619
631
|
{
|
|
620
632
|
"id": "msg_s8d1f4",
|
|
621
633
|
"text": "I'm fine, thanks",
|
|
622
|
-
"timestamp": "2026-04-
|
|
634
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
623
635
|
"type": "text",
|
|
624
636
|
"status": "sent",
|
|
625
637
|
"authorId": "auth_7k2n9x"
|
|
@@ -627,7 +639,7 @@
|
|
|
627
639
|
{
|
|
628
640
|
"id": "msg_g6h9j2",
|
|
629
641
|
"text": "What about you?",
|
|
630
|
-
"timestamp": "2026-04-
|
|
642
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
631
643
|
"type": "text",
|
|
632
644
|
"status": "received",
|
|
633
645
|
"authorId": "auth_4h8m3p"
|
|
@@ -635,7 +647,7 @@
|
|
|
635
647
|
{
|
|
636
648
|
"id": "msg_k3l5z8",
|
|
637
649
|
"text": "I'm fine too, thanks for asking",
|
|
638
|
-
"timestamp": "2026-04-
|
|
650
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
639
651
|
"type": "text",
|
|
640
652
|
"status": "sent",
|
|
641
653
|
"authorId": "auth_7k2n9x"
|
|
@@ -643,7 +655,7 @@
|
|
|
643
655
|
{
|
|
644
656
|
"id": "msg_x7c4v1",
|
|
645
657
|
"text": "You're welcome",
|
|
646
|
-
"timestamp": "2026-04-
|
|
658
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
647
659
|
"type": "text",
|
|
648
660
|
"status": "received",
|
|
649
661
|
"authorId": "auth_4h8m3p"
|
|
@@ -651,7 +663,7 @@
|
|
|
651
663
|
{
|
|
652
664
|
"id": "msg_b2n9m6",
|
|
653
665
|
"text": "Bye",
|
|
654
|
-
"timestamp": "2026-04-
|
|
666
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
655
667
|
"type": "text",
|
|
656
668
|
"status": "sent",
|
|
657
669
|
"authorId": "auth_7k2n9x"
|
|
@@ -659,7 +671,7 @@
|
|
|
659
671
|
{
|
|
660
672
|
"id": "msg_q5w8e0",
|
|
661
673
|
"text": "Bye",
|
|
662
|
-
"timestamp": "2026-04-
|
|
674
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
663
675
|
"type": "text",
|
|
664
676
|
"status": "received",
|
|
665
677
|
"authorId": "auth_4h8m3p"
|
|
@@ -667,7 +679,7 @@
|
|
|
667
679
|
{
|
|
668
680
|
"id": "msg_r3t7y4",
|
|
669
681
|
"text": "See you later",
|
|
670
|
-
"timestamp": "2026-04-
|
|
682
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
671
683
|
"type": "text",
|
|
672
684
|
"status": "sent",
|
|
673
685
|
"authorId": "auth_7k2n9x"
|
|
@@ -675,7 +687,7 @@
|
|
|
675
687
|
{
|
|
676
688
|
"id": "msg_u9i1o6",
|
|
677
689
|
"text": "See you later",
|
|
678
|
-
"timestamp": "2026-04-
|
|
690
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
679
691
|
"type": "text",
|
|
680
692
|
"status": "received",
|
|
681
693
|
"authorId": "auth_4h8m3p"
|
|
@@ -683,7 +695,7 @@
|
|
|
683
695
|
{
|
|
684
696
|
"id": "msg_p2a5s8",
|
|
685
697
|
"text": "Bye",
|
|
686
|
-
"timestamp": "2026-04-
|
|
698
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
687
699
|
"type": "text",
|
|
688
700
|
"status": "sent",
|
|
689
701
|
"authorId": "auth_7k2n9x"
|
|
@@ -691,7 +703,7 @@
|
|
|
691
703
|
{
|
|
692
704
|
"id": "msg_d4f7g1",
|
|
693
705
|
"text": "Bye",
|
|
694
|
-
"timestamp": "2026-04-
|
|
706
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
695
707
|
"type": "text",
|
|
696
708
|
"status": "received",
|
|
697
709
|
"authorId": "auth_4h8m3p"
|
|
@@ -722,7 +734,7 @@
|
|
|
722
734
|
{
|
|
723
735
|
"id": "msg_7k2n9x",
|
|
724
736
|
"text": "Hello",
|
|
725
|
-
"timestamp": "2026-04-
|
|
737
|
+
"timestamp": "2026-04-17T00:13:33.207Z",
|
|
726
738
|
"type": "text",
|
|
727
739
|
"status": "sent",
|
|
728
740
|
"authorId": "auth_7k2n9x"
|
|
@@ -730,7 +742,7 @@
|
|
|
730
742
|
{
|
|
731
743
|
"id": "msg_4h8m3p",
|
|
732
744
|
"text": "Hi",
|
|
733
|
-
"timestamp": "2026-04-
|
|
745
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
734
746
|
"type": "text",
|
|
735
747
|
"status": "received",
|
|
736
748
|
"authorId": "auth_4h8m3p"
|
|
@@ -738,7 +750,7 @@
|
|
|
738
750
|
{
|
|
739
751
|
"id": "msg_q5w8e2",
|
|
740
752
|
"text": "How are you doing today?",
|
|
741
|
-
"timestamp": "2026-04-
|
|
753
|
+
"timestamp": "2026-04-17T00:13:39.207Z",
|
|
742
754
|
"type": "text",
|
|
743
755
|
"status": "sent",
|
|
744
756
|
"authorId": "auth_7k2n9x"
|
|
@@ -746,7 +758,7 @@
|
|
|
746
758
|
{
|
|
747
759
|
"id": "msg_r6t9y1",
|
|
748
760
|
"text": "I'm doing great! Just finished a project",
|
|
749
|
-
"timestamp": "2026-04-
|
|
761
|
+
"timestamp": "2026-04-17T00:13:44.207Z",
|
|
750
762
|
"type": "text",
|
|
751
763
|
"status": "received",
|
|
752
764
|
"authorId": "auth_4h8m3p"
|
|
@@ -754,7 +766,7 @@
|
|
|
754
766
|
{
|
|
755
767
|
"id": "msg_a3s7d4",
|
|
756
768
|
"text": "That's awesome! What kind of project?",
|
|
757
|
-
"timestamp": "2026-04-
|
|
769
|
+
"timestamp": "2026-04-17T00:13:49.207Z",
|
|
758
770
|
"type": "text",
|
|
759
771
|
"status": "sent",
|
|
760
772
|
"authorId": "auth_7k2n9x"
|
|
@@ -762,7 +774,7 @@
|
|
|
762
774
|
{
|
|
763
775
|
"id": "msg_f8g2h6",
|
|
764
776
|
"text": "A web application using Svelte",
|
|
765
|
-
"timestamp": "2026-04-
|
|
777
|
+
"timestamp": "2026-04-17T00:13:54.207Z",
|
|
766
778
|
"type": "text",
|
|
767
779
|
"status": "received",
|
|
768
780
|
"authorId": "auth_4h8m3p"
|
|
@@ -770,7 +782,7 @@
|
|
|
770
782
|
{
|
|
771
783
|
"id": "msg_j9k1l5",
|
|
772
784
|
"text": "Nice! I love Svelte, it's so fast",
|
|
773
|
-
"timestamp": "2026-04-
|
|
785
|
+
"timestamp": "2026-04-17T00:13:59.207Z",
|
|
774
786
|
"type": "text",
|
|
775
787
|
"status": "sent",
|
|
776
788
|
"authorId": "auth_7k2n9x"
|
|
@@ -778,7 +790,7 @@
|
|
|
778
790
|
{
|
|
779
791
|
"id": "msg_z4x7c3",
|
|
780
792
|
"text": "Exactly! The reactivity is amazing",
|
|
781
|
-
"timestamp": "2026-04-
|
|
793
|
+
"timestamp": "2026-04-17T00:14:01.207Z",
|
|
782
794
|
"type": "text",
|
|
783
795
|
"status": "received",
|
|
784
796
|
"authorId": "auth_4h8m3p"
|
|
@@ -786,7 +798,7 @@
|
|
|
786
798
|
{
|
|
787
799
|
"id": "msg_v2b8n9",
|
|
788
800
|
"text": "Are you planning to share it on GitHub?",
|
|
789
|
-
"timestamp": "2026-04-
|
|
801
|
+
"timestamp": "2026-04-17T00:14:04.207Z",
|
|
790
802
|
"type": "text",
|
|
791
803
|
"status": "sent",
|
|
792
804
|
"authorId": "auth_7k2n9x"
|
|
@@ -794,7 +806,7 @@
|
|
|
794
806
|
{
|
|
795
807
|
"id": "msg_m6q4w7",
|
|
796
808
|
"text": "Yes, I'll publish it this weekend",
|
|
797
|
-
"timestamp": "2026-04-
|
|
809
|
+
"timestamp": "2026-04-17T00:14:06.207Z",
|
|
798
810
|
"type": "text",
|
|
799
811
|
"status": "received",
|
|
800
812
|
"authorId": "auth_4h8m3p"
|
|
@@ -802,7 +814,7 @@
|
|
|
802
814
|
{
|
|
803
815
|
"id": "msg_e1r5t8",
|
|
804
816
|
"text": "Let me know when it's live!",
|
|
805
|
-
"timestamp": "2026-04-
|
|
817
|
+
"timestamp": "2026-04-17T00:14:08.207Z",
|
|
806
818
|
"type": "text",
|
|
807
819
|
"status": "sent",
|
|
808
820
|
"authorId": "auth_7k2n9x"
|
|
@@ -810,7 +822,7 @@
|
|
|
810
822
|
{
|
|
811
823
|
"id": "msg_y3u9i0",
|
|
812
824
|
"text": "Will do! Thanks for the interest 😊",
|
|
813
|
-
"timestamp": "2026-04-
|
|
825
|
+
"timestamp": "2026-04-17T00:14:09.207Z",
|
|
814
826
|
"type": "text",
|
|
815
827
|
"status": "received",
|
|
816
828
|
"authorId": "auth_4h8m3p"
|
|
@@ -835,7 +847,7 @@
|
|
|
835
847
|
}
|
|
836
848
|
}
|
|
837
849
|
],
|
|
838
|
-
"iifeIntegrity": "sha384-
|
|
850
|
+
"iifeIntegrity": "sha384-9bnLpIK/k+MrYoAHTWUAKtfR7KAqXgogbF7OxAOAmVJMCXP8Se9V5ASZL2l1p9+9",
|
|
839
851
|
"dependencies": [
|
|
840
852
|
{
|
|
841
853
|
"name": "hb-messages-list",
|
|
@@ -865,5 +877,5 @@
|
|
|
865
877
|
"size": {},
|
|
866
878
|
"iifePath": "main.iife.js",
|
|
867
879
|
"repoName": "@htmlbricks/hb-messages-box",
|
|
868
|
-
"version": "0.71.
|
|
880
|
+
"version": "0.71.36"
|
|
869
881
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-messages-box",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.36",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Chat shell combining `hb-messages-list` (thread from `messages`, `authors`, `options`) and `hb-messages-send` (composer). Optional `message` JSON can seed the draft text. Forwards the child `sendMessage` event (text, files, tags) to the host as `sendMessage` for your transport layer.",
|
|
6
6
|
"licenses": [
|