@htmlbricks/hb-messages-box 0.71.35 → 0.71.37

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/manifest.json CHANGED
@@ -10,43 +10,57 @@
10
10
  "sendMessage": {
11
11
  "additionalProperties": false,
12
12
  "properties": {
13
- "file": {
14
- "additionalProperties": false,
15
- "properties": {
16
- "lastModified": {
17
- "type": "number"
13
+ "files": {
14
+ "items": {
15
+ "additionalProperties": false,
16
+ "properties": {
17
+ "content": {
18
+ "description": "Runtime value is a browser `File`; typed as `unknown` for JSON schema generation."
19
+ },
20
+ "fileSize": {
21
+ "type": "number"
22
+ },
23
+ "id": {
24
+ "type": "string"
25
+ },
26
+ "mimetype": {
27
+ "type": "string"
28
+ },
29
+ "name": {
30
+ "type": "string"
31
+ },
32
+ "objectUrl": {
33
+ "type": "string"
34
+ }
18
35
  },
19
- "name": {
20
- "type": "string"
21
- },
22
- "size": {
23
- "type": "number"
24
- },
25
- "type": {
26
- "type": "string"
27
- },
28
- "webkitRelativePath": {
29
- "type": "string"
30
- }
36
+ "required": [
37
+ "id",
38
+ "name",
39
+ "mimetype",
40
+ "fileSize",
41
+ "content"
42
+ ],
43
+ "type": "object"
31
44
  },
32
- "required": [
33
- "lastModified",
34
- "name",
35
- "size",
36
- "type",
37
- "webkitRelativePath"
38
- ],
39
- "type": "object"
45
+ "type": "array"
40
46
  },
41
47
  "id": {
42
48
  "type": "string"
43
49
  },
50
+ "tags": {
51
+ "items": {
52
+ "type": "string"
53
+ },
54
+ "type": "array"
55
+ },
44
56
  "text": {
45
57
  "type": "string"
46
58
  }
47
59
  },
48
60
  "required": [
49
- "id"
61
+ "id",
62
+ "tags",
63
+ "files"
50
64
  ],
51
65
  "type": "object"
52
66
  }
@@ -85,6 +99,20 @@
85
99
  },
86
100
  "options": {
87
101
  "additionalProperties": false,
102
+ "properties": {
103
+ "bubbles": {
104
+ "type": "boolean"
105
+ },
106
+ "showAvatar": {
107
+ "type": "boolean"
108
+ },
109
+ "showName": {
110
+ "type": "boolean"
111
+ },
112
+ "showTimestamp": {
113
+ "type": "boolean"
114
+ }
115
+ },
88
116
  "type": "object"
89
117
  },
90
118
  "style": {
@@ -188,34 +216,6 @@
188
216
  "TMessageSend": {
189
217
  "additionalProperties": false,
190
218
  "properties": {
191
- "file": {
192
- "additionalProperties": false,
193
- "properties": {
194
- "lastModified": {
195
- "type": "number"
196
- },
197
- "name": {
198
- "type": "string"
199
- },
200
- "size": {
201
- "type": "number"
202
- },
203
- "type": {
204
- "type": "string"
205
- },
206
- "webkitRelativePath": {
207
- "type": "string"
208
- }
209
- },
210
- "required": [
211
- "lastModified",
212
- "name",
213
- "size",
214
- "type",
215
- "webkitRelativePath"
216
- ],
217
- "type": "object"
218
- },
219
219
  "text": {
220
220
  "type": "string"
221
221
  }
@@ -252,11 +252,28 @@
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": "testpart",
259
- "description": "test css part on 2 div tag"
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
  },
@@ -271,7 +288,7 @@
271
288
  {
272
289
  "id": "msg_7k2n9x",
273
290
  "text": "Hello",
274
- "timestamp": "2026-04-16T23:22:15.519Z",
291
+ "timestamp": "2026-04-17T00:28:01.686Z",
275
292
  "type": "text",
276
293
  "status": "sent",
277
294
  "authorId": "auth_7k2n9x"
@@ -279,7 +296,7 @@
279
296
  {
280
297
  "id": "msg_4h8m3p",
281
298
  "text": "Hi",
282
- "timestamp": "2026-04-16T23:22:51.519Z",
299
+ "timestamp": "2026-04-17T00:28:37.686Z",
283
300
  "type": "text",
284
301
  "status": "received",
285
302
  "authorId": "auth_4h8m3p"
@@ -287,7 +304,7 @@
287
304
  {
288
305
  "id": "msg_q5w8e2",
289
306
  "text": "How are you doing today?",
290
- "timestamp": "2026-04-16T23:22:21.519Z",
307
+ "timestamp": "2026-04-17T00:28:07.686Z",
291
308
  "type": "text",
292
309
  "status": "sent",
293
310
  "authorId": "auth_7k2n9x"
@@ -295,7 +312,7 @@
295
312
  {
296
313
  "id": "msg_r6t9y1",
297
314
  "text": "I'm doing great! Just finished a project",
298
- "timestamp": "2026-04-16T23:22:26.519Z",
315
+ "timestamp": "2026-04-17T00:28:12.686Z",
299
316
  "type": "text",
300
317
  "status": "received",
301
318
  "authorId": "auth_4h8m3p"
@@ -303,7 +320,7 @@
303
320
  {
304
321
  "id": "msg_a3s7d4",
305
322
  "text": "That's awesome! What kind of project?",
306
- "timestamp": "2026-04-16T23:22:31.519Z",
323
+ "timestamp": "2026-04-17T00:28:17.686Z",
307
324
  "type": "text",
308
325
  "status": "sent",
309
326
  "authorId": "auth_7k2n9x"
@@ -311,7 +328,7 @@
311
328
  {
312
329
  "id": "msg_f8g2h6",
313
330
  "text": "A web application using Svelte",
314
- "timestamp": "2026-04-16T23:22:36.519Z",
331
+ "timestamp": "2026-04-17T00:28:22.686Z",
315
332
  "type": "text",
316
333
  "status": "received",
317
334
  "authorId": "auth_4h8m3p"
@@ -319,7 +336,7 @@
319
336
  {
320
337
  "id": "msg_j9k1l5",
321
338
  "text": "Nice! I love Svelte, it's so fast",
322
- "timestamp": "2026-04-16T23:22:41.519Z",
339
+ "timestamp": "2026-04-17T00:28:27.686Z",
323
340
  "type": "text",
324
341
  "status": "sent",
325
342
  "authorId": "auth_7k2n9x"
@@ -327,7 +344,7 @@
327
344
  {
328
345
  "id": "msg_z4x7c3",
329
346
  "text": "Exactly! The reactivity is amazing",
330
- "timestamp": "2026-04-16T23:22:43.519Z",
347
+ "timestamp": "2026-04-17T00:28:29.686Z",
331
348
  "type": "text",
332
349
  "status": "received",
333
350
  "authorId": "auth_4h8m3p"
@@ -335,7 +352,7 @@
335
352
  {
336
353
  "id": "msg_v2b8n9",
337
354
  "text": "Are you planning to share it on GitHub?",
338
- "timestamp": "2026-04-16T23:22:46.519Z",
355
+ "timestamp": "2026-04-17T00:28:32.686Z",
339
356
  "type": "text",
340
357
  "status": "sent",
341
358
  "authorId": "auth_7k2n9x"
@@ -343,7 +360,7 @@
343
360
  {
344
361
  "id": "msg_m6q4w7",
345
362
  "text": "Yes, I'll publish it this weekend",
346
- "timestamp": "2026-04-16T23:22:48.519Z",
363
+ "timestamp": "2026-04-17T00:28:34.686Z",
347
364
  "type": "text",
348
365
  "status": "received",
349
366
  "authorId": "auth_4h8m3p"
@@ -351,7 +368,7 @@
351
368
  {
352
369
  "id": "msg_e1r5t8",
353
370
  "text": "Let me know when it's live!",
354
- "timestamp": "2026-04-16T23:22:50.519Z",
371
+ "timestamp": "2026-04-17T00:28:36.686Z",
355
372
  "type": "text",
356
373
  "status": "sent",
357
374
  "authorId": "auth_7k2n9x"
@@ -359,7 +376,7 @@
359
376
  {
360
377
  "id": "msg_y3u9i0",
361
378
  "text": "Will do! Thanks for the interest 😊",
362
- "timestamp": "2026-04-16T23:22:51.519Z",
379
+ "timestamp": "2026-04-17T00:28:37.686Z",
363
380
  "type": "text",
364
381
  "status": "received",
365
382
  "authorId": "auth_4h8m3p"
@@ -392,7 +409,7 @@
392
409
  {
393
410
  "id": "msg_7k2n9x",
394
411
  "text": "Hello",
395
- "timestamp": "2026-04-16T23:22:15.519Z",
412
+ "timestamp": "2026-04-17T00:28:01.686Z",
396
413
  "type": "text",
397
414
  "status": "sent",
398
415
  "authorId": "auth_7k2n9x"
@@ -400,7 +417,7 @@
400
417
  {
401
418
  "id": "msg_4h8m3p",
402
419
  "text": "Hi",
403
- "timestamp": "2026-04-16T23:22:51.519Z",
420
+ "timestamp": "2026-04-17T00:28:37.686Z",
404
421
  "type": "text",
405
422
  "status": "received",
406
423
  "authorId": "auth_4h8m3p"
@@ -408,7 +425,7 @@
408
425
  {
409
426
  "id": "msg_q5w8e2",
410
427
  "text": "How are you doing today?",
411
- "timestamp": "2026-04-16T23:22:21.519Z",
428
+ "timestamp": "2026-04-17T00:28:07.686Z",
412
429
  "type": "text",
413
430
  "status": "sent",
414
431
  "authorId": "auth_7k2n9x"
@@ -416,7 +433,7 @@
416
433
  {
417
434
  "id": "msg_r6t9y1",
418
435
  "text": "I'm doing great! Just finished a project",
419
- "timestamp": "2026-04-16T23:22:26.519Z",
436
+ "timestamp": "2026-04-17T00:28:12.686Z",
420
437
  "type": "text",
421
438
  "status": "received",
422
439
  "authorId": "auth_4h8m3p"
@@ -424,7 +441,7 @@
424
441
  {
425
442
  "id": "msg_a3s7d4",
426
443
  "text": "That's awesome! What kind of project?",
427
- "timestamp": "2026-04-16T23:22:31.519Z",
444
+ "timestamp": "2026-04-17T00:28:17.686Z",
428
445
  "type": "text",
429
446
  "status": "sent",
430
447
  "authorId": "auth_7k2n9x"
@@ -432,7 +449,7 @@
432
449
  {
433
450
  "id": "msg_f8g2h6",
434
451
  "text": "A web application using Svelte",
435
- "timestamp": "2026-04-16T23:22:36.519Z",
452
+ "timestamp": "2026-04-17T00:28:22.686Z",
436
453
  "type": "text",
437
454
  "status": "received",
438
455
  "authorId": "auth_4h8m3p"
@@ -440,7 +457,7 @@
440
457
  {
441
458
  "id": "msg_j9k1l5",
442
459
  "text": "Nice! I love Svelte, it's so fast",
443
- "timestamp": "2026-04-16T23:22:41.519Z",
460
+ "timestamp": "2026-04-17T00:28:27.686Z",
444
461
  "type": "text",
445
462
  "status": "sent",
446
463
  "authorId": "auth_7k2n9x"
@@ -448,7 +465,7 @@
448
465
  {
449
466
  "id": "msg_z4x7c3",
450
467
  "text": "Exactly! The reactivity is amazing",
451
- "timestamp": "2026-04-16T23:22:43.519Z",
468
+ "timestamp": "2026-04-17T00:28:29.686Z",
452
469
  "type": "text",
453
470
  "status": "received",
454
471
  "authorId": "auth_4h8m3p"
@@ -456,7 +473,7 @@
456
473
  {
457
474
  "id": "msg_v2b8n9",
458
475
  "text": "Are you planning to share it on GitHub?",
459
- "timestamp": "2026-04-16T23:22:46.519Z",
476
+ "timestamp": "2026-04-17T00:28:32.686Z",
460
477
  "type": "text",
461
478
  "status": "sent",
462
479
  "authorId": "auth_7k2n9x"
@@ -464,7 +481,7 @@
464
481
  {
465
482
  "id": "msg_m6q4w7",
466
483
  "text": "Yes, I'll publish it this weekend",
467
- "timestamp": "2026-04-16T23:22:48.519Z",
484
+ "timestamp": "2026-04-17T00:28:34.686Z",
468
485
  "type": "text",
469
486
  "status": "received",
470
487
  "authorId": "auth_4h8m3p"
@@ -472,7 +489,7 @@
472
489
  {
473
490
  "id": "msg_e1r5t8",
474
491
  "text": "Let me know when it's live!",
475
- "timestamp": "2026-04-16T23:22:50.519Z",
492
+ "timestamp": "2026-04-17T00:28:36.686Z",
476
493
  "type": "text",
477
494
  "status": "sent",
478
495
  "authorId": "auth_7k2n9x"
@@ -480,7 +497,7 @@
480
497
  {
481
498
  "id": "msg_y3u9i0",
482
499
  "text": "Will do! Thanks for the interest 😊",
483
- "timestamp": "2026-04-16T23:22:51.519Z",
500
+ "timestamp": "2026-04-17T00:28:37.686Z",
484
501
  "type": "text",
485
502
  "status": "received",
486
503
  "authorId": "auth_4h8m3p"
@@ -510,7 +527,7 @@
510
527
  {
511
528
  "id": "msg_7k2n9x",
512
529
  "text": "Hello",
513
- "timestamp": "2026-04-16T23:22:15.519Z",
530
+ "timestamp": "2026-04-17T00:28:01.686Z",
514
531
  "type": "text",
515
532
  "status": "sent",
516
533
  "authorId": "auth_7k2n9x"
@@ -518,7 +535,7 @@
518
535
  {
519
536
  "id": "msg_4h8m3p",
520
537
  "text": "Hi",
521
- "timestamp": "2026-04-16T23:22:51.519Z",
538
+ "timestamp": "2026-04-17T00:28:37.686Z",
522
539
  "type": "text",
523
540
  "status": "received",
524
541
  "authorId": "auth_4h8m3p"
@@ -526,7 +543,7 @@
526
543
  {
527
544
  "id": "msg_q5w8e2",
528
545
  "text": "How are you doing today?",
529
- "timestamp": "2026-04-16T23:22:21.519Z",
546
+ "timestamp": "2026-04-17T00:28:07.686Z",
530
547
  "type": "text",
531
548
  "status": "sent",
532
549
  "authorId": "auth_7k2n9x"
@@ -534,7 +551,7 @@
534
551
  {
535
552
  "id": "msg_r6t9y1",
536
553
  "text": "I'm doing great! Just finished a project",
537
- "timestamp": "2026-04-16T23:22:26.519Z",
554
+ "timestamp": "2026-04-17T00:28:12.686Z",
538
555
  "type": "text",
539
556
  "status": "received",
540
557
  "authorId": "auth_4h8m3p"
@@ -542,7 +559,7 @@
542
559
  {
543
560
  "id": "msg_a3s7d4",
544
561
  "text": "That's awesome! What kind of project?",
545
- "timestamp": "2026-04-16T23:22:31.519Z",
562
+ "timestamp": "2026-04-17T00:28:17.686Z",
546
563
  "type": "text",
547
564
  "status": "sent",
548
565
  "authorId": "auth_7k2n9x"
@@ -550,7 +567,7 @@
550
567
  {
551
568
  "id": "msg_f8g2h6",
552
569
  "text": "A web application using Svelte",
553
- "timestamp": "2026-04-16T23:22:36.519Z",
570
+ "timestamp": "2026-04-17T00:28:22.686Z",
554
571
  "type": "text",
555
572
  "status": "received",
556
573
  "authorId": "auth_4h8m3p"
@@ -558,7 +575,7 @@
558
575
  {
559
576
  "id": "msg_j9k1l5",
560
577
  "text": "Nice! I love Svelte, it's so fast",
561
- "timestamp": "2026-04-16T23:22:41.519Z",
578
+ "timestamp": "2026-04-17T00:28:27.686Z",
562
579
  "type": "text",
563
580
  "status": "sent",
564
581
  "authorId": "auth_7k2n9x"
@@ -566,7 +583,7 @@
566
583
  {
567
584
  "id": "msg_z4x7c3",
568
585
  "text": "Exactly! The reactivity is amazing",
569
- "timestamp": "2026-04-16T23:22:43.519Z",
586
+ "timestamp": "2026-04-17T00:28:29.686Z",
570
587
  "type": "text",
571
588
  "status": "received",
572
589
  "authorId": "auth_4h8m3p"
@@ -574,7 +591,7 @@
574
591
  {
575
592
  "id": "msg_v2b8n9",
576
593
  "text": "Are you planning to share it on GitHub?",
577
- "timestamp": "2026-04-16T23:22:46.519Z",
594
+ "timestamp": "2026-04-17T00:28:32.686Z",
578
595
  "type": "text",
579
596
  "status": "sent",
580
597
  "authorId": "auth_7k2n9x"
@@ -582,7 +599,7 @@
582
599
  {
583
600
  "id": "msg_m6q4w7",
584
601
  "text": "Yes, I'll publish it this weekend",
585
- "timestamp": "2026-04-16T23:22:48.519Z",
602
+ "timestamp": "2026-04-17T00:28:34.686Z",
586
603
  "type": "text",
587
604
  "status": "received",
588
605
  "authorId": "auth_4h8m3p"
@@ -590,7 +607,7 @@
590
607
  {
591
608
  "id": "msg_e1r5t8",
592
609
  "text": "Let me know when it's live!",
593
- "timestamp": "2026-04-16T23:22:50.519Z",
610
+ "timestamp": "2026-04-17T00:28:36.686Z",
594
611
  "type": "text",
595
612
  "status": "sent",
596
613
  "authorId": "auth_7k2n9x"
@@ -598,7 +615,7 @@
598
615
  {
599
616
  "id": "msg_y3u9i0",
600
617
  "text": "Will do! Thanks for the interest 😊",
601
- "timestamp": "2026-04-16T23:22:51.519Z",
618
+ "timestamp": "2026-04-17T00:28:37.686Z",
602
619
  "type": "text",
603
620
  "status": "received",
604
621
  "authorId": "auth_4h8m3p"
@@ -606,7 +623,7 @@
606
623
  {
607
624
  "id": "msg_o7p2a5",
608
625
  "text": "How are you?",
609
- "timestamp": "2026-04-16T23:22:51.519Z",
626
+ "timestamp": "2026-04-17T00:28:37.686Z",
610
627
  "type": "text",
611
628
  "status": "received",
612
629
  "authorId": "auth_4h8m3p"
@@ -614,7 +631,7 @@
614
631
  {
615
632
  "id": "msg_s8d1f4",
616
633
  "text": "I'm fine, thanks",
617
- "timestamp": "2026-04-16T23:22:51.519Z",
634
+ "timestamp": "2026-04-17T00:28:37.686Z",
618
635
  "type": "text",
619
636
  "status": "sent",
620
637
  "authorId": "auth_7k2n9x"
@@ -622,7 +639,7 @@
622
639
  {
623
640
  "id": "msg_g6h9j2",
624
641
  "text": "What about you?",
625
- "timestamp": "2026-04-16T23:22:51.519Z",
642
+ "timestamp": "2026-04-17T00:28:37.686Z",
626
643
  "type": "text",
627
644
  "status": "received",
628
645
  "authorId": "auth_4h8m3p"
@@ -630,7 +647,7 @@
630
647
  {
631
648
  "id": "msg_k3l5z8",
632
649
  "text": "I'm fine too, thanks for asking",
633
- "timestamp": "2026-04-16T23:22:51.519Z",
650
+ "timestamp": "2026-04-17T00:28:37.686Z",
634
651
  "type": "text",
635
652
  "status": "sent",
636
653
  "authorId": "auth_7k2n9x"
@@ -638,7 +655,7 @@
638
655
  {
639
656
  "id": "msg_x7c4v1",
640
657
  "text": "You're welcome",
641
- "timestamp": "2026-04-16T23:22:51.519Z",
658
+ "timestamp": "2026-04-17T00:28:37.686Z",
642
659
  "type": "text",
643
660
  "status": "received",
644
661
  "authorId": "auth_4h8m3p"
@@ -646,7 +663,7 @@
646
663
  {
647
664
  "id": "msg_b2n9m6",
648
665
  "text": "Bye",
649
- "timestamp": "2026-04-16T23:22:51.519Z",
666
+ "timestamp": "2026-04-17T00:28:37.686Z",
650
667
  "type": "text",
651
668
  "status": "sent",
652
669
  "authorId": "auth_7k2n9x"
@@ -654,7 +671,7 @@
654
671
  {
655
672
  "id": "msg_q5w8e0",
656
673
  "text": "Bye",
657
- "timestamp": "2026-04-16T23:22:51.519Z",
674
+ "timestamp": "2026-04-17T00:28:37.686Z",
658
675
  "type": "text",
659
676
  "status": "received",
660
677
  "authorId": "auth_4h8m3p"
@@ -662,7 +679,7 @@
662
679
  {
663
680
  "id": "msg_r3t7y4",
664
681
  "text": "See you later",
665
- "timestamp": "2026-04-16T23:22:51.519Z",
682
+ "timestamp": "2026-04-17T00:28:37.686Z",
666
683
  "type": "text",
667
684
  "status": "sent",
668
685
  "authorId": "auth_7k2n9x"
@@ -670,7 +687,7 @@
670
687
  {
671
688
  "id": "msg_u9i1o6",
672
689
  "text": "See you later",
673
- "timestamp": "2026-04-16T23:22:51.519Z",
690
+ "timestamp": "2026-04-17T00:28:37.686Z",
674
691
  "type": "text",
675
692
  "status": "received",
676
693
  "authorId": "auth_4h8m3p"
@@ -678,7 +695,7 @@
678
695
  {
679
696
  "id": "msg_p2a5s8",
680
697
  "text": "Bye",
681
- "timestamp": "2026-04-16T23:22:51.519Z",
698
+ "timestamp": "2026-04-17T00:28:37.686Z",
682
699
  "type": "text",
683
700
  "status": "sent",
684
701
  "authorId": "auth_7k2n9x"
@@ -686,7 +703,7 @@
686
703
  {
687
704
  "id": "msg_d4f7g1",
688
705
  "text": "Bye",
689
- "timestamp": "2026-04-16T23:22:51.519Z",
706
+ "timestamp": "2026-04-17T00:28:37.686Z",
690
707
  "type": "text",
691
708
  "status": "received",
692
709
  "authorId": "auth_4h8m3p"
@@ -717,7 +734,7 @@
717
734
  {
718
735
  "id": "msg_7k2n9x",
719
736
  "text": "Hello",
720
- "timestamp": "2026-04-16T23:22:15.519Z",
737
+ "timestamp": "2026-04-17T00:28:01.686Z",
721
738
  "type": "text",
722
739
  "status": "sent",
723
740
  "authorId": "auth_7k2n9x"
@@ -725,7 +742,7 @@
725
742
  {
726
743
  "id": "msg_4h8m3p",
727
744
  "text": "Hi",
728
- "timestamp": "2026-04-16T23:22:51.519Z",
745
+ "timestamp": "2026-04-17T00:28:37.686Z",
729
746
  "type": "text",
730
747
  "status": "received",
731
748
  "authorId": "auth_4h8m3p"
@@ -733,7 +750,7 @@
733
750
  {
734
751
  "id": "msg_q5w8e2",
735
752
  "text": "How are you doing today?",
736
- "timestamp": "2026-04-16T23:22:21.519Z",
753
+ "timestamp": "2026-04-17T00:28:07.686Z",
737
754
  "type": "text",
738
755
  "status": "sent",
739
756
  "authorId": "auth_7k2n9x"
@@ -741,7 +758,7 @@
741
758
  {
742
759
  "id": "msg_r6t9y1",
743
760
  "text": "I'm doing great! Just finished a project",
744
- "timestamp": "2026-04-16T23:22:26.519Z",
761
+ "timestamp": "2026-04-17T00:28:12.686Z",
745
762
  "type": "text",
746
763
  "status": "received",
747
764
  "authorId": "auth_4h8m3p"
@@ -749,7 +766,7 @@
749
766
  {
750
767
  "id": "msg_a3s7d4",
751
768
  "text": "That's awesome! What kind of project?",
752
- "timestamp": "2026-04-16T23:22:31.519Z",
769
+ "timestamp": "2026-04-17T00:28:17.686Z",
753
770
  "type": "text",
754
771
  "status": "sent",
755
772
  "authorId": "auth_7k2n9x"
@@ -757,7 +774,7 @@
757
774
  {
758
775
  "id": "msg_f8g2h6",
759
776
  "text": "A web application using Svelte",
760
- "timestamp": "2026-04-16T23:22:36.519Z",
777
+ "timestamp": "2026-04-17T00:28:22.686Z",
761
778
  "type": "text",
762
779
  "status": "received",
763
780
  "authorId": "auth_4h8m3p"
@@ -765,7 +782,7 @@
765
782
  {
766
783
  "id": "msg_j9k1l5",
767
784
  "text": "Nice! I love Svelte, it's so fast",
768
- "timestamp": "2026-04-16T23:22:41.519Z",
785
+ "timestamp": "2026-04-17T00:28:27.686Z",
769
786
  "type": "text",
770
787
  "status": "sent",
771
788
  "authorId": "auth_7k2n9x"
@@ -773,7 +790,7 @@
773
790
  {
774
791
  "id": "msg_z4x7c3",
775
792
  "text": "Exactly! The reactivity is amazing",
776
- "timestamp": "2026-04-16T23:22:43.519Z",
793
+ "timestamp": "2026-04-17T00:28:29.686Z",
777
794
  "type": "text",
778
795
  "status": "received",
779
796
  "authorId": "auth_4h8m3p"
@@ -781,7 +798,7 @@
781
798
  {
782
799
  "id": "msg_v2b8n9",
783
800
  "text": "Are you planning to share it on GitHub?",
784
- "timestamp": "2026-04-16T23:22:46.519Z",
801
+ "timestamp": "2026-04-17T00:28:32.686Z",
785
802
  "type": "text",
786
803
  "status": "sent",
787
804
  "authorId": "auth_7k2n9x"
@@ -789,7 +806,7 @@
789
806
  {
790
807
  "id": "msg_m6q4w7",
791
808
  "text": "Yes, I'll publish it this weekend",
792
- "timestamp": "2026-04-16T23:22:48.519Z",
809
+ "timestamp": "2026-04-17T00:28:34.686Z",
793
810
  "type": "text",
794
811
  "status": "received",
795
812
  "authorId": "auth_4h8m3p"
@@ -797,7 +814,7 @@
797
814
  {
798
815
  "id": "msg_e1r5t8",
799
816
  "text": "Let me know when it's live!",
800
- "timestamp": "2026-04-16T23:22:50.519Z",
817
+ "timestamp": "2026-04-17T00:28:36.686Z",
801
818
  "type": "text",
802
819
  "status": "sent",
803
820
  "authorId": "auth_7k2n9x"
@@ -805,7 +822,7 @@
805
822
  {
806
823
  "id": "msg_y3u9i0",
807
824
  "text": "Will do! Thanks for the interest 😊",
808
- "timestamp": "2026-04-16T23:22:51.519Z",
825
+ "timestamp": "2026-04-17T00:28:37.686Z",
809
826
  "type": "text",
810
827
  "status": "received",
811
828
  "authorId": "auth_4h8m3p"
@@ -830,7 +847,7 @@
830
847
  }
831
848
  }
832
849
  ],
833
- "iifeIntegrity": "sha384-A5Gob2AFG3ZCGtPJ7SwcjnmCwbefS6z4X/YZdRdhRwMxy/sP/tlntFRvvgL8lv3p",
850
+ "iifeIntegrity": "sha384-iWBS5ptmd0pbyK2rFNyA9h9qEVVeKe7GoZ/SS1ddxNa/nKSDyuHe0Y2mJz9EeAkt",
834
851
  "dependencies": [
835
852
  {
836
853
  "name": "hb-messages-list",
@@ -860,5 +877,5 @@
860
877
  "size": {},
861
878
  "iifePath": "main.iife.js",
862
879
  "repoName": "@htmlbricks/hb-messages-box",
863
- "version": "0.71.35"
880
+ "version": "0.71.37"
864
881
  }