@htmlbricks/hb-dashboard-card1 0.65.20 → 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 +4 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"description": "",
|
|
59
|
+
"description": "Bootstrap card shell for dashboards: JSON `header` supplies optional Bootstrap Icon name, title label, and right-aligned badge; 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.",
|
|
60
60
|
"storybookArgs": {
|
|
61
61
|
"header": {
|
|
62
62
|
"control": {
|
|
@@ -154,12 +154,13 @@
|
|
|
154
154
|
],
|
|
155
155
|
"readmePath": "README.md",
|
|
156
156
|
"name": "hb-dashboard-card1",
|
|
157
|
-
"category": "
|
|
157
|
+
"category": "data",
|
|
158
158
|
"tags": [
|
|
159
|
+
"data",
|
|
159
160
|
"dashboard"
|
|
160
161
|
],
|
|
161
162
|
"size": {},
|
|
162
163
|
"iifePath": "main.iife.js",
|
|
163
164
|
"repoName": "@htmlbricks/hb-dashboard-card1",
|
|
164
|
-
"version": "0.65.
|
|
165
|
+
"version": "0.65.23"
|
|
165
166
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dashboard-card1",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Bootstrap card shell for dashboards: JSON `header` supplies optional Bootstrap Icon name, title label, and right-aligned badge; 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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|