@choosemycompany/ui 0.21.4 → 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 +3 -2
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38,7 +38,8 @@ import './assets/index.css';const a0 = {
|
|
|
38
38
|
shareVariant: "mdi:chart-bar",
|
|
39
39
|
star: "iconamoon:star-thin",
|
|
40
40
|
target: "qlementine-icons:target-16",
|
|
41
|
-
trophy: "material-symbols:trophy"
|
|
41
|
+
trophy: "material-symbols:trophy",
|
|
42
|
+
world: "mdi:earth"
|
|
42
43
|
}, Mr = {
|
|
43
44
|
primary: "primary",
|
|
44
45
|
secondary: "secondary",
|
|
@@ -1997,7 +1998,7 @@ const dn = {
|
|
|
1997
1998
|
).replace(/r="215.3"/g, 'r="205.3"');
|
|
1998
1999
|
const { gradient: s, color: a, className: u } = t[n.rank];
|
|
1999
2000
|
i = i.replace(
|
|
2000
|
-
new RegExp(`class="${u}" style="opacity:0`, "g"),
|
|
2001
|
+
new RegExp(`class="${u}" style="opacity:0"`, "g"),
|
|
2001
2002
|
`class="${u}" style="opacity:1"`
|
|
2002
2003
|
).replace(
|
|
2003
2004
|
/class="logo-check" fill="%color%"/g,
|