@htmlbricks/hb-dashboard-counter-lines 0.66.27 → 0.67.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/README.md +12 -2
- package/main.iife.js +22 -52
- package/main.iife.js.map +1 -1
- package/manifest.json +36 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
-
"description": "Vertical list of metric rows from JSON `lines`: each row shows optional Bootstrap Icon, label text, and a
|
|
98
|
+
"description": "Vertical list of metric rows from JSON `lines`: each row shows optional Bootstrap Icon, label text, and a Bulma `tag is-light is-rounded` counter. `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,7 +107,38 @@
|
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
109
|
"styleSetup": {
|
|
110
|
-
"vars": [
|
|
110
|
+
"vars": [
|
|
111
|
+
{
|
|
112
|
+
"name": "--bulma-primary",
|
|
113
|
+
"valueType": "color",
|
|
114
|
+
"defaultValue": "#00d1b2",
|
|
115
|
+
"description": "Primary brand color (tag accents when using color modifiers)."
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "--bulma-text",
|
|
119
|
+
"valueType": "color",
|
|
120
|
+
"defaultValue": "#363636",
|
|
121
|
+
"description": "Main label text color."
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "--bulma-text-weak",
|
|
125
|
+
"valueType": "color",
|
|
126
|
+
"defaultValue": "#7a7a7a",
|
|
127
|
+
"description": "Muted text."
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "--bulma-radius",
|
|
131
|
+
"valueType": "number",
|
|
132
|
+
"defaultValue": "0.375rem",
|
|
133
|
+
"description": "Base radius (tags use `--bulma-radius-rounded` when `is-rounded`)."
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "--bulma-radius-rounded",
|
|
137
|
+
"valueType": "number",
|
|
138
|
+
"defaultValue": "9999px",
|
|
139
|
+
"description": "Pill shape for `.tag.is-rounded`."
|
|
140
|
+
}
|
|
141
|
+
],
|
|
111
142
|
"parts": [
|
|
112
143
|
{
|
|
113
144
|
"name": "item"
|
|
@@ -197,7 +228,8 @@
|
|
|
197
228
|
}
|
|
198
229
|
}
|
|
199
230
|
],
|
|
200
|
-
"iifeIntegrity": "sha384-
|
|
231
|
+
"iifeIntegrity": "sha384-j7hoaKpk0QvSeTjxDjKLcFtLCdzH99UvJr62iPaKlAvlZqFXrfLmdlwUAYoSzykC",
|
|
232
|
+
"dependencies": [],
|
|
201
233
|
"screenshots": [],
|
|
202
234
|
"licenses": [
|
|
203
235
|
{
|
|
@@ -217,5 +249,5 @@
|
|
|
217
249
|
"size": {},
|
|
218
250
|
"iifePath": "main.iife.js",
|
|
219
251
|
"repoName": "@htmlbricks/hb-dashboard-counter-lines",
|
|
220
|
-
"version": "0.
|
|
252
|
+
"version": "0.67.0"
|
|
221
253
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dashboard-counter-lines",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "Vertical list of metric rows from JSON `lines`: each row shows optional Bootstrap Icon, label text, and a
|
|
5
|
+
"description": "Vertical list of metric rows from JSON `lines`: each row shows optional Bootstrap Icon, label text, and a Bulma `tag is-light is-rounded` counter. `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",
|