@htmlbricks/hb-dashboard-counter-lines 0.65.22 → 0.66.0

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 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": {
@@ -107,44 +107,7 @@
107
107
  }
108
108
  },
109
109
  "styleSetup": {
110
- "vars": [
111
- {
112
- "name": "--bs-primary",
113
- "valueType": "color",
114
- "theme": "bootstrap",
115
- "defaultValue": "#07689f"
116
- },
117
- {
118
- "name": "--bs-secondary",
119
- "valueType": "color",
120
- "theme": "bootstrap",
121
- "defaultValue": "#c9d6df"
122
- },
123
- {
124
- "name": "--bs-success",
125
- "valueType": "color",
126
- "theme": "bootstrap",
127
- "defaultValue": "#11d3bc"
128
- },
129
- {
130
- "name": "--bs-info",
131
- "valueType": "color",
132
- "theme": "bootstrap",
133
- "defaultValue": "#a2d5f2"
134
- },
135
- {
136
- "name": "--bs-warning",
137
- "valueType": "color",
138
- "theme": "bootstrap",
139
- "defaultValue": "#ffc107"
140
- },
141
- {
142
- "name": "--bs-danger",
143
- "valueType": "color",
144
- "theme": "bootstrap",
145
- "defaultValue": "#f67280"
146
- }
147
- ],
110
+ "vars": [],
148
111
  "parts": [
149
112
  {
150
113
  "name": "item"
@@ -245,12 +208,13 @@
245
208
  ],
246
209
  "readmePath": "README.md",
247
210
  "name": "hb-dashboard-counter-lines",
248
- "category": "dashboard",
211
+ "category": "data",
249
212
  "tags": [
213
+ "data",
250
214
  "dashboard"
251
215
  ],
252
216
  "size": {},
253
217
  "iifePath": "main.iife.js",
254
218
  "repoName": "@htmlbricks/hb-dashboard-counter-lines",
255
- "version": "0.65.22"
219
+ "version": "0.66.0"
256
220
  }
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.66.0",
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",