@htmlbricks/hb-gauge 0.72.1 → 0.73.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/main.iife.js +1 -34
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
],
|
|
138
|
-
"iifeIntegrity": "sha384-
|
|
138
|
+
"iifeIntegrity": "sha384-6Apv4cDNGAkVK/HYGE7nB6wevvO1hyif78ZNY7xDut2YegnKeJPN/g2wk/qm+0mW",
|
|
139
139
|
"dependencies": [],
|
|
140
140
|
"screenshots": [],
|
|
141
141
|
"licenses": [
|
|
@@ -156,5 +156,5 @@
|
|
|
156
156
|
"size": {},
|
|
157
157
|
"iifePath": "main.iife.js",
|
|
158
158
|
"repoName": "@htmlbricks/hb-gauge",
|
|
159
|
-
"version": "0.
|
|
159
|
+
"version": "0.73.0"
|
|
160
160
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-gauge",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.73.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "SVG gauge wrapper around JustGage: pass JustGage-compatible options as JSON (`value`, min/max, labels, colors, etc.). The gauge is created on the shadow host after mount, destroyed on teardown, and recreated when `options` changes or the window resizes (debounced) so it stays sized correctly.",
|
|
6
6
|
"licenses": [
|