@htmlbricks/hb-card-video 0.65.22 → 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.
- package/manifest.json +5 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
-
"description": "",
|
|
64
|
+
"description": "Bootstrap card with a 16:9 media area: 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” link label, and social share placeholders (Facebook/Twitter widgets) when `pageuri` is set.",
|
|
65
65
|
"storybookArgs": {
|
|
66
66
|
"videosrc": {
|
|
67
67
|
"control": {
|
|
@@ -138,12 +138,13 @@
|
|
|
138
138
|
],
|
|
139
139
|
"readmePath": "README.md",
|
|
140
140
|
"name": "hb-card-video",
|
|
141
|
-
"category": "
|
|
141
|
+
"category": "media",
|
|
142
142
|
"tags": [
|
|
143
|
-
"
|
|
143
|
+
"media",
|
|
144
|
+
"video"
|
|
144
145
|
],
|
|
145
146
|
"size": {},
|
|
146
147
|
"iifePath": "main.iife.js",
|
|
147
148
|
"repoName": "@htmlbricks/hb-card-video",
|
|
148
|
-
"version": "0.65.
|
|
149
|
+
"version": "0.65.23"
|
|
149
150
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-card-video",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Bootstrap card with a 16:9 media area: 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” link label, and social share placeholders (Facebook/Twitter widgets) when `pageuri` is set.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|