@htmlbricks/hb-dashboard-card1 0.68.1 → 0.68.3
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 +37 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"examples": [
|
|
123
123
|
{
|
|
124
124
|
"name": "default",
|
|
125
|
+
"description": "Header row with icon, title, and tag.",
|
|
125
126
|
"data": {
|
|
126
127
|
"header": {
|
|
127
128
|
"label": "label",
|
|
@@ -129,6 +130,41 @@
|
|
|
129
130
|
"badge": "badge"
|
|
130
131
|
}
|
|
131
132
|
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "headerOnly",
|
|
136
|
+
"description": "Title without icon or badge.",
|
|
137
|
+
"data": {
|
|
138
|
+
"header": {
|
|
139
|
+
"label": "Revenue"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "tightBody",
|
|
145
|
+
"description": "Body area without inner padding (`noborder`).",
|
|
146
|
+
"data": {
|
|
147
|
+
"header": {
|
|
148
|
+
"label": "Metrics",
|
|
149
|
+
"icon": "graph-up",
|
|
150
|
+
"badge": "live"
|
|
151
|
+
},
|
|
152
|
+
"body": {
|
|
153
|
+
"noborder": true
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "iconAndBadge",
|
|
159
|
+
"description": "Icon + badge with a short dashboard label.",
|
|
160
|
+
"data": {
|
|
161
|
+
"header": {
|
|
162
|
+
"label": "Alerts",
|
|
163
|
+
"icon": "bell",
|
|
164
|
+
"badge": "3"
|
|
165
|
+
},
|
|
166
|
+
"body": {}
|
|
167
|
+
}
|
|
132
168
|
}
|
|
133
169
|
],
|
|
134
170
|
"iifeIntegrity": "sha384-gEdDwlt/pj+EA3fIjGx4IFmRHxoCn8cCy55aUsNSzu5Ze5QQjOgLLyRn9GW3t/7t",
|
|
@@ -152,5 +188,5 @@
|
|
|
152
188
|
"size": {},
|
|
153
189
|
"iifePath": "main.iife.js",
|
|
154
190
|
"repoName": "@htmlbricks/hb-dashboard-card1",
|
|
155
|
-
"version": "0.68.
|
|
191
|
+
"version": "0.68.3"
|
|
156
192
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dashboard-card1",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.3",
|
|
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": [
|