@htmlbricks/hb-card-video 0.71.36 → 0.72.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 +0 -2
- package/manifest.json +1 -4
- package/package.json +1 -1
- package/types/webcomponent.type.d.json +0 -3
- package/types/webcomponent.type.d.ts +0 -1
package/README.md
CHANGED
|
@@ -49,7 +49,6 @@ From HTML / `setAttribute`, values are **strings** (dates as parseable strings,
|
|
|
49
49
|
| `time` | No | When set, shows the footer with formatted clock line (or slot content). Use a string the runtime can treat as a `Date` (for example `2026-03-01T12:00:00.000Z`). |
|
|
50
50
|
| `dateformat` | No | Day.js format string; default **`dddd DD MMMM YYYY HH:mm`**. |
|
|
51
51
|
| `id` | No | Passed through for the host / styling hooks. |
|
|
52
|
-
| `style` | No | Inline style string on the component, if your setup forwards it. |
|
|
53
52
|
|
|
54
53
|
### Events
|
|
55
54
|
|
|
@@ -85,7 +84,6 @@ None exposed (`cssParts` is empty in `extra/docs.ts`).
|
|
|
85
84
|
```ts
|
|
86
85
|
export type Component = {
|
|
87
86
|
id?: string;
|
|
88
|
-
style?: string;
|
|
89
87
|
title?: string;
|
|
90
88
|
description?: string;
|
|
91
89
|
videosrc: string;
|
package/manifest.json
CHANGED
|
@@ -39,9 +39,6 @@
|
|
|
39
39
|
],
|
|
40
40
|
"type": "string"
|
|
41
41
|
},
|
|
42
|
-
"style": {
|
|
43
|
-
"type": "string"
|
|
44
|
-
},
|
|
45
42
|
"time": {
|
|
46
43
|
"format": "date-time",
|
|
47
44
|
"type": "string"
|
|
@@ -205,5 +202,5 @@
|
|
|
205
202
|
"size": {},
|
|
206
203
|
"iifePath": "main.iife.js",
|
|
207
204
|
"repoName": "@htmlbricks/hb-card-video",
|
|
208
|
-
"version": "0.
|
|
205
|
+
"version": "0.72.0"
|
|
209
206
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-card-video",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.72.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bulma `card` with a 16:9 `image` frame: YouTube embed when `provider` is `youtube`, otherwise an HTML5 `<video>` with MP4 source. Optional title, truncated description (100 chars), formatted `time` via Day.js (`dateformat`), “read more” primary button, and social share placeholders (Facebook/Twitter widgets) when `pageuri` is set.",
|
|
6
6
|
"licenses": [
|