@cdx-ui/formatters 0.0.1-beta.156 → 0.0.1-beta.157

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # @cdx-ui/formatters
2
2
 
3
+ ![coverage](https://unpkg.com/@cdx-ui/formatters/coverage.svg)
4
+
3
5
  Pure formatters for Forge UI and FI apps — turn wire values into human-readable UI strings
4
6
  (and the reverse for date wire ids). No React dependency.
5
7
 
package/coverage.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="108" height="20" role="img" aria-label="coverage: 95.3%"><title>coverage: 95.3%</title><filter id="blur"><feGaussianBlur stdDeviation="16"/></filter><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="108" height="20" rx="3"/></clipPath><g clip-path="url(#r)"><rect width="61" height="20" fill="#555"/><rect x="61" width="47" height="20" fill="#4b0"/><rect width="108" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><g transform="scale(.1)"><g aria-hidden="true" fill="#010101"><text x="315" y="150" fill-opacity=".8" filter="url(#blur)" textLength="510">coverage</text><text x="315" y="150" fill-opacity=".3" textLength="510">coverage</text></g><text x="315" y="140" textLength="510">coverage</text></g><g transform="scale(.1)"><g aria-hidden="true" fill="#010101"><text x="835" y="150" fill-opacity=".8" filter="url(#blur)" textLength="370">95.3%</text><text x="835" y="150" fill-opacity=".3" textLength="370">95.3%</text></g><text x="835" y="140" textLength="370">95.3%</text></g></g></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/formatters",
3
- "version": "0.0.1-beta.156",
3
+ "version": "0.0.1-beta.157",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,8 @@
24
24
  "types": "lib/typescript/index.d.ts",
25
25
  "files": [
26
26
  "lib",
27
- "src"
27
+ "src",
28
+ "coverage.svg"
28
29
  ],
29
30
  "dependencies": {
30
31
  "date-fns": "4.1.0"