@htmlbricks/hb-dashboard-card1 0.71.34 → 0.71.35
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 +6 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -113,9 +113,13 @@
|
|
|
113
113
|
},
|
|
114
114
|
"contributors": [],
|
|
115
115
|
"htmlSlots": [
|
|
116
|
+
{
|
|
117
|
+
"name": "header_content",
|
|
118
|
+
"description": "Card header area (title / meta)."
|
|
119
|
+
},
|
|
116
120
|
{
|
|
117
121
|
"name": "content",
|
|
118
|
-
"description": ""
|
|
122
|
+
"description": "Main card body."
|
|
119
123
|
}
|
|
120
124
|
],
|
|
121
125
|
"i18n": [],
|
|
@@ -188,5 +192,5 @@
|
|
|
188
192
|
"size": {},
|
|
189
193
|
"iifePath": "main.iife.js",
|
|
190
194
|
"repoName": "@htmlbricks/hb-dashboard-card1",
|
|
191
|
-
"version": "0.71.
|
|
195
|
+
"version": "0.71.35"
|
|
192
196
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dashboard-card1",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.35",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bulma card shell for dashboards: JSON `header` supplies optional Bootstrap Icon name, title label, and right-aligned tag; JSON `body` can remove inner padding with `noborder`. Default slots `header_content` and `content` let you inject arbitrary markup between the standard header row and body.",
|
|
6
6
|
"licenses": [
|