@htmlbricks/hb-dashboard-counter-lines 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
@@ -95,7 +95,7 @@
95
95
  }
96
96
  }
97
97
  },
98
- "description": "",
98
+ "description": "Vertical list of metric rows from JSON `lines`: each row shows optional Bootstrap Icon, label text, and a secondary badge value. `link.type` chooses behavior—open URI in a new tab, same-window navigation, custom `counterClick` event with a key, or a static row with no click handler.",
99
99
  "storybookArgs": {
100
100
  "lines": {
101
101
  "control": {
@@ -245,12 +245,13 @@
245
245
  ],
246
246
  "readmePath": "README.md",
247
247
  "name": "hb-dashboard-counter-lines",
248
- "category": "dashboard",
248
+ "category": "data",
249
249
  "tags": [
250
+ "data",
250
251
  "dashboard"
251
252
  ],
252
253
  "size": {},
253
254
  "iifePath": "main.iife.js",
254
255
  "repoName": "@htmlbricks/hb-dashboard-counter-lines",
255
- "version": "0.65.22"
256
+ "version": "0.65.23"
256
257
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dashboard-counter-lines",
3
- "version": "0.65.22",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Vertical list of metric rows from JSON `lines`: each row shows optional Bootstrap Icon, label text, and a secondary badge value. `link.type` chooses behavior—open URI in a new tab, same-window navigation, custom `counterClick` event with a key, or a static row with no click handler.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",