@htmlbricks/hb-messages-topics-card 0.65.20 → 0.65.23

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 +11 -10
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -166,7 +166,7 @@
166
166
  }
167
167
  }
168
168
  },
169
- "description": "",
169
+ "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.",
170
170
  "storybookArgs": {
171
171
  "chats": {
172
172
  "control": {
@@ -219,7 +219,7 @@
219
219
  "counter": 0,
220
220
  "text": "Hello 0",
221
221
  "title": "Hello0",
222
- "time": "2026-03-18T18:09:07.918Z",
222
+ "time": "2026-03-28T03:31:20.771Z",
223
223
  "img_uri": "https://www.w3schools.com/howto/img_avatar.png"
224
224
  },
225
225
  {
@@ -227,7 +227,7 @@
227
227
  "counter": 0,
228
228
  "text": "Hello 1",
229
229
  "title": "Hello1",
230
- "time": "2026-03-18T18:09:07.918Z",
230
+ "time": "2026-03-28T03:31:20.771Z",
231
231
  "img_uri": "https://www.w3schools.com/howto/img_avatar.png"
232
232
  },
233
233
  {
@@ -235,7 +235,7 @@
235
235
  "counter": 0,
236
236
  "text": "Hello 2",
237
237
  "title": "Hello2",
238
- "time": "2026-03-18T18:09:07.918Z",
238
+ "time": "2026-03-28T03:31:20.771Z",
239
239
  "img_uri": "https://www.w3schools.com/howto/img_avatar.png"
240
240
  }
241
241
  ]
@@ -250,7 +250,7 @@
250
250
  "counter": 0,
251
251
  "text": "Hello 0",
252
252
  "title": "Hello0",
253
- "time": "2026-03-18T18:09:07.918Z",
253
+ "time": "2026-03-28T03:31:20.771Z",
254
254
  "img_uri": "https://www.w3schools.com/howto/img_avatar.png"
255
255
  },
256
256
  {
@@ -258,7 +258,7 @@
258
258
  "counter": 0,
259
259
  "text": "Hello 1",
260
260
  "title": "Hello1",
261
- "time": "2026-03-18T18:09:07.918Z",
261
+ "time": "2026-03-28T03:31:20.771Z",
262
262
  "img_uri": "https://www.w3schools.com/howto/img_avatar.png",
263
263
  "_selected": true
264
264
  },
@@ -267,7 +267,7 @@
267
267
  "counter": 0,
268
268
  "text": "Hello 2",
269
269
  "title": "Hello2",
270
- "time": "2026-03-18T18:09:07.918Z",
270
+ "time": "2026-03-28T03:31:20.771Z",
271
271
  "img_uri": "https://www.w3schools.com/howto/img_avatar.png"
272
272
  }
273
273
  ]
@@ -285,12 +285,13 @@
285
285
  ],
286
286
  "readmePath": "README.md",
287
287
  "name": "hb-messages-topics-card",
288
- "category": "messages",
288
+ "category": "messaging",
289
289
  "tags": [
290
- "messages"
290
+ "messaging",
291
+ "chat"
291
292
  ],
292
293
  "size": {},
293
294
  "iifePath": "main.iife.js",
294
295
  "repoName": "@htmlbricks/hb-messages-topics-card",
295
- "version": "0.65.20"
296
+ "version": "0.65.23"
296
297
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-messages-topics-card",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",