@htmlbricks/hb-messages-topics-card 0.66.13 → 0.66.14
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 +7 -7
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"counter": 0,
|
|
226
226
|
"text": "Hello 0",
|
|
227
227
|
"title": "Hello0",
|
|
228
|
-
"time": "2026-03-28T23:
|
|
228
|
+
"time": "2026-03-28T23:36:19.236Z",
|
|
229
229
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
230
230
|
},
|
|
231
231
|
{
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"counter": 0,
|
|
234
234
|
"text": "Hello 1",
|
|
235
235
|
"title": "Hello1",
|
|
236
|
-
"time": "2026-03-28T23:
|
|
236
|
+
"time": "2026-03-28T23:36:19.236Z",
|
|
237
237
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
238
238
|
},
|
|
239
239
|
{
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"counter": 0,
|
|
242
242
|
"text": "Hello 2",
|
|
243
243
|
"title": "Hello2",
|
|
244
|
-
"time": "2026-03-28T23:
|
|
244
|
+
"time": "2026-03-28T23:36:19.236Z",
|
|
245
245
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
246
246
|
}
|
|
247
247
|
]
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"counter": 0,
|
|
257
257
|
"text": "Hello 0",
|
|
258
258
|
"title": "Hello0",
|
|
259
|
-
"time": "2026-03-28T23:
|
|
259
|
+
"time": "2026-03-28T23:36:19.236Z",
|
|
260
260
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"counter": 0,
|
|
265
265
|
"text": "Hello 1",
|
|
266
266
|
"title": "Hello1",
|
|
267
|
-
"time": "2026-03-28T23:
|
|
267
|
+
"time": "2026-03-28T23:36:19.236Z",
|
|
268
268
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png",
|
|
269
269
|
"_selected": true
|
|
270
270
|
},
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"counter": 0,
|
|
274
274
|
"text": "Hello 2",
|
|
275
275
|
"title": "Hello2",
|
|
276
|
-
"time": "2026-03-28T23:
|
|
276
|
+
"time": "2026-03-28T23:36:19.236Z",
|
|
277
277
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
278
278
|
}
|
|
279
279
|
]
|
|
@@ -300,5 +300,5 @@
|
|
|
300
300
|
"size": {},
|
|
301
301
|
"iifePath": "main.iife.js",
|
|
302
302
|
"repoName": "@htmlbricks/hb-messages-topics-card",
|
|
303
|
-
"version": "0.66.
|
|
303
|
+
"version": "0.66.14"
|
|
304
304
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-messages-topics-card",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.14",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Lists chat or channel previews from `chats`: avatar, title, last message snippet, derived time label, and unread `counter` badge. Clicking a row marks it selected (`_selected`) and dispatches `select` with that chat payload for opening a thread or switching context.",
|
|
6
6
|
"licenses": [
|