@htmlbricks/hb-dashboard-indicator 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.
Files changed (2) hide show
  1. package/manifest.json +4 -3
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -62,7 +62,7 @@
62
62
  }
63
63
  }
64
64
  },
65
- "description": "",
65
+ "description": "Compact KPI tile: large `number`, caption `text`, and configurable Bootstrap Icon in a green panel. When `link_label` is set, a footer strip is shown and clicks dispatch `dashboardIndicatorClick` with the component `id`.",
66
66
  "storybookArgs": {
67
67
  "number": {
68
68
  "control": {
@@ -131,12 +131,13 @@
131
131
  ],
132
132
  "readmePath": "README.md",
133
133
  "name": "hb-dashboard-indicator",
134
- "category": "dashboard",
134
+ "category": "data",
135
135
  "tags": [
136
+ "data",
136
137
  "dashboard"
137
138
  ],
138
139
  "size": {},
139
140
  "iifePath": "main.iife.js",
140
141
  "repoName": "@htmlbricks/hb-dashboard-indicator",
141
- "version": "0.65.22"
142
+ "version": "0.65.23"
142
143
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dashboard-indicator",
3
- "version": "0.65.22",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Compact KPI tile: large `number`, caption `text`, and configurable Bootstrap Icon in a green panel. When `link_label` is set, a footer strip is shown and clicks dispatch `dashboardIndicatorClick` with the component `id`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",