@htmlbricks/hb-messages-topics-card 0.66.27 → 0.67.0
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 +12 -1
- package/main.iife.js +102 -41
- package/main.iife.js.map +1 -1
- package/manifest.json +45 -8
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -179,6 +179,42 @@
|
|
|
179
179
|
},
|
|
180
180
|
"styleSetup": {
|
|
181
181
|
"vars": [
|
|
182
|
+
{
|
|
183
|
+
"name": "--bulma-text",
|
|
184
|
+
"valueType": "color",
|
|
185
|
+
"defaultValue": "#363636",
|
|
186
|
+
"description": "Body and description text."
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "--bulma-text-strong",
|
|
190
|
+
"valueType": "color",
|
|
191
|
+
"defaultValue": "#363636",
|
|
192
|
+
"description": "Title emphasis (falls back to `--bulma-text`)."
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "--bulma-text-weak",
|
|
196
|
+
"valueType": "color",
|
|
197
|
+
"defaultValue": "#7a7a7a",
|
|
198
|
+
"description": "Muted time label."
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "--bulma-scheme-main-bis",
|
|
202
|
+
"valueType": "color",
|
|
203
|
+
"defaultValue": "hsl(0, 0%, 98%)",
|
|
204
|
+
"description": "Hover row background (default for `--hb-topics-card-hover-background-color`)."
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "--bulma-scheme-main-ter",
|
|
208
|
+
"valueType": "color",
|
|
209
|
+
"defaultValue": "hsl(0, 0%, 96%)",
|
|
210
|
+
"description": "Selected row background (default for `--hb-topics-card-selected-background-color`)."
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "--bulma-radius-rounded",
|
|
214
|
+
"valueType": "number",
|
|
215
|
+
"defaultValue": "9999px",
|
|
216
|
+
"description": "Pill shape for the unread counter tag."
|
|
217
|
+
},
|
|
182
218
|
{
|
|
183
219
|
"name": "--hb-topics-card-double-padding",
|
|
184
220
|
"valueType": "string",
|
|
@@ -225,7 +261,7 @@
|
|
|
225
261
|
"counter": 0,
|
|
226
262
|
"text": "Hello 0",
|
|
227
263
|
"title": "Hello0",
|
|
228
|
-
"time": "2026-03-
|
|
264
|
+
"time": "2026-03-30T02:46:32.347Z",
|
|
229
265
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
230
266
|
},
|
|
231
267
|
{
|
|
@@ -233,7 +269,7 @@
|
|
|
233
269
|
"counter": 0,
|
|
234
270
|
"text": "Hello 1",
|
|
235
271
|
"title": "Hello1",
|
|
236
|
-
"time": "2026-03-
|
|
272
|
+
"time": "2026-03-30T02:46:32.347Z",
|
|
237
273
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
238
274
|
},
|
|
239
275
|
{
|
|
@@ -241,7 +277,7 @@
|
|
|
241
277
|
"counter": 0,
|
|
242
278
|
"text": "Hello 2",
|
|
243
279
|
"title": "Hello2",
|
|
244
|
-
"time": "2026-03-
|
|
280
|
+
"time": "2026-03-30T02:46:32.347Z",
|
|
245
281
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
246
282
|
}
|
|
247
283
|
]
|
|
@@ -256,7 +292,7 @@
|
|
|
256
292
|
"counter": 0,
|
|
257
293
|
"text": "Hello 0",
|
|
258
294
|
"title": "Hello0",
|
|
259
|
-
"time": "2026-03-
|
|
295
|
+
"time": "2026-03-30T02:46:32.347Z",
|
|
260
296
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
261
297
|
},
|
|
262
298
|
{
|
|
@@ -264,7 +300,7 @@
|
|
|
264
300
|
"counter": 0,
|
|
265
301
|
"text": "Hello 1",
|
|
266
302
|
"title": "Hello1",
|
|
267
|
-
"time": "2026-03-
|
|
303
|
+
"time": "2026-03-30T02:46:32.347Z",
|
|
268
304
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png",
|
|
269
305
|
"_selected": true
|
|
270
306
|
},
|
|
@@ -273,14 +309,15 @@
|
|
|
273
309
|
"counter": 0,
|
|
274
310
|
"text": "Hello 2",
|
|
275
311
|
"title": "Hello2",
|
|
276
|
-
"time": "2026-03-
|
|
312
|
+
"time": "2026-03-30T02:46:32.347Z",
|
|
277
313
|
"img_uri": "https://www.w3schools.com/howto/img_avatar.png"
|
|
278
314
|
}
|
|
279
315
|
]
|
|
280
316
|
}
|
|
281
317
|
}
|
|
282
318
|
],
|
|
283
|
-
"iifeIntegrity": "sha384-
|
|
319
|
+
"iifeIntegrity": "sha384-xz9Ou0AnkY+H5HTWcZM4q0IYjNkNmAuImhKoyK8FUHh7IOX5eKzhORhCZ3yGfUA8",
|
|
320
|
+
"dependencies": [],
|
|
284
321
|
"screenshots": [],
|
|
285
322
|
"licenses": [
|
|
286
323
|
{
|
|
@@ -300,5 +337,5 @@
|
|
|
300
337
|
"size": {},
|
|
301
338
|
"iifePath": "main.iife.js",
|
|
302
339
|
"repoName": "@htmlbricks/hb-messages-topics-card",
|
|
303
|
-
"version": "0.
|
|
340
|
+
"version": "0.67.0"
|
|
304
341
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-messages-topics-card",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
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": [
|