@choosemycompany/ui 0.22.0 → 0.22.1
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/dist/assets/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1998,7 +1998,7 @@ const dn = {
|
|
|
1998
1998
|
).replace(/r="215.3"/g, 'r="205.3"');
|
|
1999
1999
|
const { gradient: s, color: a, className: u } = t[n.rank];
|
|
2000
2000
|
i = i.replace(
|
|
2001
|
-
new RegExp(`class="${u}" style="opacity:0`, "g"),
|
|
2001
|
+
new RegExp(`class="${u}" style="opacity:0"`, "g"),
|
|
2002
2002
|
`class="${u}" style="opacity:1"`
|
|
2003
2003
|
).replace(
|
|
2004
2004
|
/class="logo-check" fill="%color%"/g,
|