@htmlbricks/hb-messages-list 0.72.1 → 0.73.1
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 +38 -7
- package/main.iife.js.map +1 -1
- package/manifest.json +110 -58
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -255,11 +255,59 @@
|
|
|
255
255
|
"defaultValue": "#7a7a7a",
|
|
256
256
|
"description": "Muted text (timestamps, \"You\" label)."
|
|
257
257
|
},
|
|
258
|
+
{
|
|
259
|
+
"name": "--bulma-background",
|
|
260
|
+
"valueType": "color",
|
|
261
|
+
"defaultValue": "#f5f5f5",
|
|
262
|
+
"description": "Page-level background on `:host` (transcript canvas). Prefer setting Bulma theme on `html`/`body` or `data-theme` so light/dark tokens apply."
|
|
263
|
+
},
|
|
258
264
|
{
|
|
259
265
|
"name": "--bulma-scheme-main-bis",
|
|
260
266
|
"valueType": "color",
|
|
261
267
|
"defaultValue": "#f5f5f5",
|
|
262
|
-
"description": "
|
|
268
|
+
"description": "Elevated bubble surface (peer / neutral); falls back with `light-dark()` if unset."
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "--bulma-scheme-main-ter",
|
|
272
|
+
"valueType": "color",
|
|
273
|
+
"defaultValue": "#f0f0f0",
|
|
274
|
+
"description": "Slightly stronger surface (e.g. code language chip mix)."
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "--bulma-scheme-main",
|
|
278
|
+
"valueType": "color",
|
|
279
|
+
"defaultValue": "#fff",
|
|
280
|
+
"description": "Code block foreground mix target (high-contrast snippet text)."
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "--hb-messages-list-canvas",
|
|
284
|
+
"valueType": "color",
|
|
285
|
+
"defaultValue": "unset",
|
|
286
|
+
"description": "Optional background for the transcript area. Omit this custom property so the host uses `--bulma-background` (Bulma page tone), then `transparent`."
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "--hb-messages-scrollbar-width",
|
|
290
|
+
"valueType": "number",
|
|
291
|
+
"defaultValue": "9px",
|
|
292
|
+
"description": "Width of the vertical scrollbar gutter (WebKit); Firefox uses `scrollbar-width: thin`."
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "--hb-messages-scrollbar-thumb",
|
|
296
|
+
"valueType": "color",
|
|
297
|
+
"defaultValue": "computed",
|
|
298
|
+
"description": "Scrollbar thumb; omit to use the built-in theme mix (text + `--bulma-scheme-main-ter`)."
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "--hb-messages-scrollbar-thumb-hover",
|
|
302
|
+
"valueType": "color",
|
|
303
|
+
"defaultValue": "computed",
|
|
304
|
+
"description": "Scrollbar thumb hover; omit to use a mix with `--bulma-link`."
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "--hb-messages-scrollbar-track",
|
|
308
|
+
"valueType": "color",
|
|
309
|
+
"defaultValue": "computed",
|
|
310
|
+
"description": "Track behind the thumb (Firefox). WebKit uses a transparent track with a floating pill thumb."
|
|
263
311
|
},
|
|
264
312
|
{
|
|
265
313
|
"name": "--bulma-radius-large",
|
|
@@ -294,6 +342,10 @@
|
|
|
294
342
|
{
|
|
295
343
|
"name": "message-timestamp",
|
|
296
344
|
"description": "Timestamp label next to a message."
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "empty-state",
|
|
348
|
+
"description": "Placeholder when there are no messages."
|
|
297
349
|
}
|
|
298
350
|
]
|
|
299
351
|
},
|
|
@@ -308,7 +360,7 @@
|
|
|
308
360
|
{
|
|
309
361
|
"id": "1",
|
|
310
362
|
"text": "Hello",
|
|
311
|
-
"timestamp": "2026-04-
|
|
363
|
+
"timestamp": "2026-04-18T01:15:23.780Z",
|
|
312
364
|
"type": "text",
|
|
313
365
|
"status": "sent",
|
|
314
366
|
"authorId": "1"
|
|
@@ -316,7 +368,7 @@
|
|
|
316
368
|
{
|
|
317
369
|
"id": "2",
|
|
318
370
|
"text": "Hi",
|
|
319
|
-
"timestamp": "2026-04-
|
|
371
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
320
372
|
"type": "text",
|
|
321
373
|
"status": "received",
|
|
322
374
|
"authorId": "2"
|
|
@@ -346,7 +398,7 @@
|
|
|
346
398
|
{
|
|
347
399
|
"id": "1",
|
|
348
400
|
"text": "Hello",
|
|
349
|
-
"timestamp": "2026-04-
|
|
401
|
+
"timestamp": "2026-04-18T01:15:23.780Z",
|
|
350
402
|
"type": "text",
|
|
351
403
|
"status": "sent",
|
|
352
404
|
"authorId": "1"
|
|
@@ -354,7 +406,7 @@
|
|
|
354
406
|
{
|
|
355
407
|
"id": "2",
|
|
356
408
|
"text": "Hi",
|
|
357
|
-
"timestamp": "2026-04-
|
|
409
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
358
410
|
"type": "text",
|
|
359
411
|
"status": "received",
|
|
360
412
|
"authorId": "2"
|
|
@@ -362,7 +414,7 @@
|
|
|
362
414
|
{
|
|
363
415
|
"id": "3",
|
|
364
416
|
"text": "How are you?",
|
|
365
|
-
"timestamp": "2026-04-
|
|
417
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
366
418
|
"type": "text",
|
|
367
419
|
"status": "received",
|
|
368
420
|
"authorId": "2"
|
|
@@ -370,7 +422,7 @@
|
|
|
370
422
|
{
|
|
371
423
|
"id": "4",
|
|
372
424
|
"text": "I'm fine, thanks, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are you? I'm fine too, thanks for asking, how are",
|
|
373
|
-
"timestamp": "2026-04-
|
|
425
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
374
426
|
"type": "text",
|
|
375
427
|
"status": "sent",
|
|
376
428
|
"authorId": "1"
|
|
@@ -378,7 +430,7 @@
|
|
|
378
430
|
{
|
|
379
431
|
"id": "5",
|
|
380
432
|
"text": "What about you?",
|
|
381
|
-
"timestamp": "2026-04-
|
|
433
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
382
434
|
"type": "text",
|
|
383
435
|
"status": "received",
|
|
384
436
|
"authorId": "2"
|
|
@@ -386,7 +438,7 @@
|
|
|
386
438
|
{
|
|
387
439
|
"id": "6",
|
|
388
440
|
"text": "I'm fine too, thanks for asking",
|
|
389
|
-
"timestamp": "2026-04-
|
|
441
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
390
442
|
"type": "text",
|
|
391
443
|
"status": "sent",
|
|
392
444
|
"authorId": "1"
|
|
@@ -394,7 +446,7 @@
|
|
|
394
446
|
{
|
|
395
447
|
"id": "7",
|
|
396
448
|
"text": "You're welcome",
|
|
397
|
-
"timestamp": "2026-04-
|
|
449
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
398
450
|
"type": "text",
|
|
399
451
|
"status": "received",
|
|
400
452
|
"authorId": "2"
|
|
@@ -402,7 +454,7 @@
|
|
|
402
454
|
{
|
|
403
455
|
"id": "8",
|
|
404
456
|
"text": "Bye",
|
|
405
|
-
"timestamp": "2026-04-
|
|
457
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
406
458
|
"type": "text",
|
|
407
459
|
"status": "sent",
|
|
408
460
|
"authorId": "1"
|
|
@@ -410,7 +462,7 @@
|
|
|
410
462
|
{
|
|
411
463
|
"id": "9",
|
|
412
464
|
"text": "Bye",
|
|
413
|
-
"timestamp": "2026-04-
|
|
465
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
414
466
|
"type": "text",
|
|
415
467
|
"status": "received",
|
|
416
468
|
"authorId": "2"
|
|
@@ -418,7 +470,7 @@
|
|
|
418
470
|
{
|
|
419
471
|
"id": "10",
|
|
420
472
|
"text": "See you later",
|
|
421
|
-
"timestamp": "2026-04-
|
|
473
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
422
474
|
"type": "text",
|
|
423
475
|
"status": "sent",
|
|
424
476
|
"authorId": "1"
|
|
@@ -426,7 +478,7 @@
|
|
|
426
478
|
{
|
|
427
479
|
"id": "11",
|
|
428
480
|
"text": "See you later",
|
|
429
|
-
"timestamp": "2026-04-
|
|
481
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
430
482
|
"type": "text",
|
|
431
483
|
"status": "received",
|
|
432
484
|
"authorId": "2"
|
|
@@ -434,7 +486,7 @@
|
|
|
434
486
|
{
|
|
435
487
|
"id": "12",
|
|
436
488
|
"text": "Bye",
|
|
437
|
-
"timestamp": "2026-04-
|
|
489
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
438
490
|
"type": "text",
|
|
439
491
|
"status": "sent",
|
|
440
492
|
"authorId": "1"
|
|
@@ -442,7 +494,7 @@
|
|
|
442
494
|
{
|
|
443
495
|
"id": "13",
|
|
444
496
|
"text": "Bye",
|
|
445
|
-
"timestamp": "2026-04-
|
|
497
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
446
498
|
"type": "text",
|
|
447
499
|
"status": "received",
|
|
448
500
|
"authorId": "2"
|
|
@@ -473,7 +525,7 @@
|
|
|
473
525
|
{
|
|
474
526
|
"id": "1",
|
|
475
527
|
"text": "Check out this image!",
|
|
476
|
-
"timestamp": "2026-04-
|
|
528
|
+
"timestamp": "2026-04-18T01:15:56.180Z",
|
|
477
529
|
"type": "text",
|
|
478
530
|
"status": "sent",
|
|
479
531
|
"authorId": "1"
|
|
@@ -481,7 +533,7 @@
|
|
|
481
533
|
{
|
|
482
534
|
"id": "2",
|
|
483
535
|
"text": "Nice photo!",
|
|
484
|
-
"timestamp": "2026-04-
|
|
536
|
+
"timestamp": "2026-04-18T01:15:56.280Z",
|
|
485
537
|
"type": "image",
|
|
486
538
|
"status": "received",
|
|
487
539
|
"authorId": "2",
|
|
@@ -490,7 +542,7 @@
|
|
|
490
542
|
{
|
|
491
543
|
"id": "3",
|
|
492
544
|
"text": "Here's a code snippet:",
|
|
493
|
-
"timestamp": "2026-04-
|
|
545
|
+
"timestamp": "2026-04-18T01:15:56.780Z",
|
|
494
546
|
"type": "text",
|
|
495
547
|
"status": "sent",
|
|
496
548
|
"authorId": "1"
|
|
@@ -498,7 +550,7 @@
|
|
|
498
550
|
{
|
|
499
551
|
"id": "4",
|
|
500
552
|
"text": "function hello() {\n console.log('Hello World!');\n}",
|
|
501
|
-
"timestamp": "2026-04-
|
|
553
|
+
"timestamp": "2026-04-18T01:15:56.880Z",
|
|
502
554
|
"type": "code",
|
|
503
555
|
"status": "sent",
|
|
504
556
|
"authorId": "1",
|
|
@@ -507,7 +559,7 @@
|
|
|
507
559
|
{
|
|
508
560
|
"id": "5",
|
|
509
561
|
"text": "Great code! Here's a video response:",
|
|
510
|
-
"timestamp": "2026-04-
|
|
562
|
+
"timestamp": "2026-04-18T01:15:57.280Z",
|
|
511
563
|
"type": "text",
|
|
512
564
|
"status": "received",
|
|
513
565
|
"authorId": "2"
|
|
@@ -515,7 +567,7 @@
|
|
|
515
567
|
{
|
|
516
568
|
"id": "6",
|
|
517
569
|
"text": "Video message",
|
|
518
|
-
"timestamp": "2026-04-
|
|
570
|
+
"timestamp": "2026-04-18T01:15:57.380Z",
|
|
519
571
|
"type": "video",
|
|
520
572
|
"status": "received",
|
|
521
573
|
"authorId": "2",
|
|
@@ -524,7 +576,7 @@
|
|
|
524
576
|
{
|
|
525
577
|
"id": "7",
|
|
526
578
|
"text": "Audio message",
|
|
527
|
-
"timestamp": "2026-04-
|
|
579
|
+
"timestamp": "2026-04-18T01:15:57.780Z",
|
|
528
580
|
"type": "audio",
|
|
529
581
|
"status": "sent",
|
|
530
582
|
"authorId": "1",
|
|
@@ -533,7 +585,7 @@
|
|
|
533
585
|
{
|
|
534
586
|
"id": "8",
|
|
535
587
|
"text": "Document.pdf",
|
|
536
|
-
"timestamp": "2026-04-
|
|
588
|
+
"timestamp": "2026-04-18T01:15:58.280Z",
|
|
537
589
|
"type": "file",
|
|
538
590
|
"status": "received",
|
|
539
591
|
"authorId": "2",
|
|
@@ -565,7 +617,7 @@
|
|
|
565
617
|
{
|
|
566
618
|
"id": "1",
|
|
567
619
|
"text": "Hello",
|
|
568
|
-
"timestamp": "2026-04-
|
|
620
|
+
"timestamp": "2026-04-18T01:15:23.780Z",
|
|
569
621
|
"type": "text",
|
|
570
622
|
"status": "sent",
|
|
571
623
|
"authorId": "1"
|
|
@@ -573,7 +625,7 @@
|
|
|
573
625
|
{
|
|
574
626
|
"id": "2",
|
|
575
627
|
"text": "Hi",
|
|
576
|
-
"timestamp": "2026-04-
|
|
628
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
577
629
|
"type": "text",
|
|
578
630
|
"status": "received",
|
|
579
631
|
"authorId": "2"
|
|
@@ -616,7 +668,7 @@
|
|
|
616
668
|
{
|
|
617
669
|
"id": "1",
|
|
618
670
|
"text": "What's the weather like today?",
|
|
619
|
-
"timestamp": "2026-04-
|
|
671
|
+
"timestamp": "2026-04-18T01:15:56.180Z",
|
|
620
672
|
"type": "text",
|
|
621
673
|
"status": "sent",
|
|
622
674
|
"authorId": "1"
|
|
@@ -624,7 +676,7 @@
|
|
|
624
676
|
{
|
|
625
677
|
"id": "2",
|
|
626
678
|
"text": "I don't have access to real-time weather data, but I can help you find weather information. You can check your local weather app or visit a weather website like weather.com.",
|
|
627
|
-
"timestamp": "2026-04-
|
|
679
|
+
"timestamp": "2026-04-18T01:15:56.280Z",
|
|
628
680
|
"type": "text",
|
|
629
681
|
"status": "received",
|
|
630
682
|
"authorId": "2"
|
|
@@ -632,7 +684,7 @@
|
|
|
632
684
|
{
|
|
633
685
|
"id": "3",
|
|
634
686
|
"text": "Can you help me write a function in JavaScript?",
|
|
635
|
-
"timestamp": "2026-04-
|
|
687
|
+
"timestamp": "2026-04-18T01:15:56.780Z",
|
|
636
688
|
"type": "text",
|
|
637
689
|
"status": "sent",
|
|
638
690
|
"authorId": "1"
|
|
@@ -640,7 +692,7 @@
|
|
|
640
692
|
{
|
|
641
693
|
"id": "4",
|
|
642
694
|
"text": "Of course! Here's a simple JavaScript function:",
|
|
643
|
-
"timestamp": "2026-04-
|
|
695
|
+
"timestamp": "2026-04-18T01:15:56.880Z",
|
|
644
696
|
"type": "text",
|
|
645
697
|
"status": "received",
|
|
646
698
|
"authorId": "2"
|
|
@@ -648,7 +700,7 @@
|
|
|
648
700
|
{
|
|
649
701
|
"id": "5",
|
|
650
702
|
"text": "function greet(name) {\n return `Hello, ${name}!`;\n}\n\nconsole.log(greet('World'));",
|
|
651
|
-
"timestamp": "2026-04-
|
|
703
|
+
"timestamp": "2026-04-18T01:15:56.980Z",
|
|
652
704
|
"type": "code",
|
|
653
705
|
"status": "received",
|
|
654
706
|
"authorId": "2",
|
|
@@ -681,7 +733,7 @@
|
|
|
681
733
|
{
|
|
682
734
|
"id": "1",
|
|
683
735
|
"text": "Mary joined the chat",
|
|
684
|
-
"timestamp": "2026-04-
|
|
736
|
+
"timestamp": "2026-04-18T01:15:56.180Z",
|
|
685
737
|
"type": "text",
|
|
686
738
|
"status": "received",
|
|
687
739
|
"authorId": "2",
|
|
@@ -690,7 +742,7 @@
|
|
|
690
742
|
{
|
|
691
743
|
"id": "2",
|
|
692
744
|
"text": "Hello everyone!",
|
|
693
|
-
"timestamp": "2026-04-
|
|
745
|
+
"timestamp": "2026-04-18T01:15:56.280Z",
|
|
694
746
|
"type": "text",
|
|
695
747
|
"status": "sent",
|
|
696
748
|
"authorId": "1"
|
|
@@ -698,7 +750,7 @@
|
|
|
698
750
|
{
|
|
699
751
|
"id": "3",
|
|
700
752
|
"text": "Hi John! How are you?",
|
|
701
|
-
"timestamp": "2026-04-
|
|
753
|
+
"timestamp": "2026-04-18T01:15:56.380Z",
|
|
702
754
|
"type": "text",
|
|
703
755
|
"status": "received",
|
|
704
756
|
"authorId": "2"
|
|
@@ -706,7 +758,7 @@
|
|
|
706
758
|
{
|
|
707
759
|
"id": "4",
|
|
708
760
|
"text": "I'm doing great, thanks for asking!",
|
|
709
|
-
"timestamp": "2026-04-
|
|
761
|
+
"timestamp": "2026-04-18T01:15:56.480Z",
|
|
710
762
|
"type": "text",
|
|
711
763
|
"status": "sent",
|
|
712
764
|
"authorId": "1",
|
|
@@ -716,7 +768,7 @@
|
|
|
716
768
|
{
|
|
717
769
|
"id": "5",
|
|
718
770
|
"text": "That's wonderful to hear!",
|
|
719
|
-
"timestamp": "2026-04-
|
|
771
|
+
"timestamp": "2026-04-18T01:15:56.580Z",
|
|
720
772
|
"type": "text",
|
|
721
773
|
"status": "received",
|
|
722
774
|
"authorId": "2"
|
|
@@ -747,7 +799,7 @@
|
|
|
747
799
|
{
|
|
748
800
|
"id": "1",
|
|
749
801
|
"text": "This message is pending...",
|
|
750
|
-
"timestamp": "2026-04-
|
|
802
|
+
"timestamp": "2026-04-18T01:15:58.780Z",
|
|
751
803
|
"type": "text",
|
|
752
804
|
"status": "pending",
|
|
753
805
|
"authorId": "1"
|
|
@@ -755,7 +807,7 @@
|
|
|
755
807
|
{
|
|
756
808
|
"id": "2",
|
|
757
809
|
"text": "This message was sent",
|
|
758
|
-
"timestamp": "2026-04-
|
|
810
|
+
"timestamp": "2026-04-18T01:15:57.780Z",
|
|
759
811
|
"type": "text",
|
|
760
812
|
"status": "sent",
|
|
761
813
|
"authorId": "1"
|
|
@@ -763,7 +815,7 @@
|
|
|
763
815
|
{
|
|
764
816
|
"id": "3",
|
|
765
817
|
"text": "This message was received",
|
|
766
|
-
"timestamp": "2026-04-
|
|
818
|
+
"timestamp": "2026-04-18T01:15:56.780Z",
|
|
767
819
|
"type": "text",
|
|
768
820
|
"status": "received",
|
|
769
821
|
"authorId": "2"
|
|
@@ -771,7 +823,7 @@
|
|
|
771
823
|
{
|
|
772
824
|
"id": "4",
|
|
773
825
|
"text": "This message was read",
|
|
774
|
-
"timestamp": "2026-04-
|
|
826
|
+
"timestamp": "2026-04-18T01:15:55.780Z",
|
|
775
827
|
"type": "text",
|
|
776
828
|
"status": "read",
|
|
777
829
|
"authorId": "2"
|
|
@@ -802,7 +854,7 @@
|
|
|
802
854
|
{
|
|
803
855
|
"id": "1",
|
|
804
856
|
"text": "Hello",
|
|
805
|
-
"timestamp": "2026-04-
|
|
857
|
+
"timestamp": "2026-04-18T01:15:23.780Z",
|
|
806
858
|
"type": "text",
|
|
807
859
|
"status": "sent",
|
|
808
860
|
"authorId": "1"
|
|
@@ -810,7 +862,7 @@
|
|
|
810
862
|
{
|
|
811
863
|
"id": "2",
|
|
812
864
|
"text": "Hi",
|
|
813
|
-
"timestamp": "2026-04-
|
|
865
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
814
866
|
"type": "text",
|
|
815
867
|
"status": "received",
|
|
816
868
|
"authorId": "2"
|
|
@@ -861,7 +913,7 @@
|
|
|
861
913
|
{
|
|
862
914
|
"id": "1",
|
|
863
915
|
"text": "Hello",
|
|
864
|
-
"timestamp": "2026-04-
|
|
916
|
+
"timestamp": "2026-04-18T01:15:23.780Z",
|
|
865
917
|
"type": "text",
|
|
866
918
|
"status": "sent",
|
|
867
919
|
"authorId": "1"
|
|
@@ -869,7 +921,7 @@
|
|
|
869
921
|
{
|
|
870
922
|
"id": "2",
|
|
871
923
|
"text": "Hi",
|
|
872
|
-
"timestamp": "2026-04-
|
|
924
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
873
925
|
"type": "text",
|
|
874
926
|
"status": "received",
|
|
875
927
|
"authorId": "2"
|
|
@@ -920,7 +972,7 @@
|
|
|
920
972
|
{
|
|
921
973
|
"id": "1",
|
|
922
974
|
"text": "Hello",
|
|
923
|
-
"timestamp": "2026-04-
|
|
975
|
+
"timestamp": "2026-04-18T01:15:23.780Z",
|
|
924
976
|
"type": "text",
|
|
925
977
|
"status": "sent",
|
|
926
978
|
"authorId": "1"
|
|
@@ -928,7 +980,7 @@
|
|
|
928
980
|
{
|
|
929
981
|
"id": "2",
|
|
930
982
|
"text": "Hi",
|
|
931
|
-
"timestamp": "2026-04-
|
|
983
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
932
984
|
"type": "text",
|
|
933
985
|
"status": "received",
|
|
934
986
|
"authorId": "2"
|
|
@@ -979,7 +1031,7 @@
|
|
|
979
1031
|
{
|
|
980
1032
|
"id": "1",
|
|
981
1033
|
"text": "Hello",
|
|
982
|
-
"timestamp": "2026-04-
|
|
1034
|
+
"timestamp": "2026-04-18T01:15:23.780Z",
|
|
983
1035
|
"type": "text",
|
|
984
1036
|
"status": "sent",
|
|
985
1037
|
"authorId": "1"
|
|
@@ -987,7 +1039,7 @@
|
|
|
987
1039
|
{
|
|
988
1040
|
"id": "2",
|
|
989
1041
|
"text": "Hi",
|
|
990
|
-
"timestamp": "2026-04-
|
|
1042
|
+
"timestamp": "2026-04-18T01:15:59.780Z",
|
|
991
1043
|
"type": "text",
|
|
992
1044
|
"status": "received",
|
|
993
1045
|
"authorId": "2"
|
|
@@ -1038,7 +1090,7 @@
|
|
|
1038
1090
|
{
|
|
1039
1091
|
"id": "1",
|
|
1040
1092
|
"text": "Check out this image!",
|
|
1041
|
-
"timestamp": "2026-04-
|
|
1093
|
+
"timestamp": "2026-04-18T01:15:56.180Z",
|
|
1042
1094
|
"type": "text",
|
|
1043
1095
|
"status": "sent",
|
|
1044
1096
|
"authorId": "1"
|
|
@@ -1046,7 +1098,7 @@
|
|
|
1046
1098
|
{
|
|
1047
1099
|
"id": "2",
|
|
1048
1100
|
"text": "Nice photo!",
|
|
1049
|
-
"timestamp": "2026-04-
|
|
1101
|
+
"timestamp": "2026-04-18T01:15:56.280Z",
|
|
1050
1102
|
"type": "image",
|
|
1051
1103
|
"status": "received",
|
|
1052
1104
|
"authorId": "2",
|
|
@@ -1055,7 +1107,7 @@
|
|
|
1055
1107
|
{
|
|
1056
1108
|
"id": "3",
|
|
1057
1109
|
"text": "Here's a code snippet:",
|
|
1058
|
-
"timestamp": "2026-04-
|
|
1110
|
+
"timestamp": "2026-04-18T01:15:56.780Z",
|
|
1059
1111
|
"type": "text",
|
|
1060
1112
|
"status": "sent",
|
|
1061
1113
|
"authorId": "1"
|
|
@@ -1063,7 +1115,7 @@
|
|
|
1063
1115
|
{
|
|
1064
1116
|
"id": "4",
|
|
1065
1117
|
"text": "function hello() {\n console.log('Hello World!');\n}",
|
|
1066
|
-
"timestamp": "2026-04-
|
|
1118
|
+
"timestamp": "2026-04-18T01:15:56.880Z",
|
|
1067
1119
|
"type": "code",
|
|
1068
1120
|
"status": "sent",
|
|
1069
1121
|
"authorId": "1",
|
|
@@ -1072,7 +1124,7 @@
|
|
|
1072
1124
|
{
|
|
1073
1125
|
"id": "5",
|
|
1074
1126
|
"text": "Great code! Here's a video response:",
|
|
1075
|
-
"timestamp": "2026-04-
|
|
1127
|
+
"timestamp": "2026-04-18T01:15:57.280Z",
|
|
1076
1128
|
"type": "text",
|
|
1077
1129
|
"status": "received",
|
|
1078
1130
|
"authorId": "2"
|
|
@@ -1080,7 +1132,7 @@
|
|
|
1080
1132
|
{
|
|
1081
1133
|
"id": "6",
|
|
1082
1134
|
"text": "Video message",
|
|
1083
|
-
"timestamp": "2026-04-
|
|
1135
|
+
"timestamp": "2026-04-18T01:15:57.380Z",
|
|
1084
1136
|
"type": "video",
|
|
1085
1137
|
"status": "received",
|
|
1086
1138
|
"authorId": "2",
|
|
@@ -1089,7 +1141,7 @@
|
|
|
1089
1141
|
{
|
|
1090
1142
|
"id": "7",
|
|
1091
1143
|
"text": "Audio message",
|
|
1092
|
-
"timestamp": "2026-04-
|
|
1144
|
+
"timestamp": "2026-04-18T01:15:57.780Z",
|
|
1093
1145
|
"type": "audio",
|
|
1094
1146
|
"status": "sent",
|
|
1095
1147
|
"authorId": "1",
|
|
@@ -1098,7 +1150,7 @@
|
|
|
1098
1150
|
{
|
|
1099
1151
|
"id": "8",
|
|
1100
1152
|
"text": "Document.pdf",
|
|
1101
|
-
"timestamp": "2026-04-
|
|
1153
|
+
"timestamp": "2026-04-18T01:15:58.280Z",
|
|
1102
1154
|
"type": "file",
|
|
1103
1155
|
"status": "received",
|
|
1104
1156
|
"authorId": "2",
|
|
@@ -1155,7 +1207,7 @@
|
|
|
1155
1207
|
}
|
|
1156
1208
|
}
|
|
1157
1209
|
],
|
|
1158
|
-
"iifeIntegrity": "sha384-
|
|
1210
|
+
"iifeIntegrity": "sha384-w5BHPebkBElyqNVNcuuDolGEAPvD/mFdI8aDw2LRK8Ytzw198fmZHawVA/EHlvbb",
|
|
1159
1211
|
"dependencies": [],
|
|
1160
1212
|
"screenshots": [],
|
|
1161
1213
|
"licenses": [
|
|
@@ -1176,5 +1228,5 @@
|
|
|
1176
1228
|
"size": {},
|
|
1177
1229
|
"iifePath": "main.iife.js",
|
|
1178
1230
|
"repoName": "@htmlbricks/hb-messages-list",
|
|
1179
|
-
"version": "0.
|
|
1231
|
+
"version": "0.73.1"
|
|
1180
1232
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-messages-list",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.73.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Renders a conversation from `messages` joined to `authors`: aligned bubbles for self vs others, optional avatars and names, timestamps, and code blocks with language badges when `type` is `code`. `options` toggle bubbles, avatars, names, and time; `actions` adds per-message icon buttons that dispatch `action` with `messageId` and action name. Consecutive messages from the same author collapse avatar spacing within a short time window.",
|
|
6
6
|
"licenses": [
|