@matchain/matchid-sdk-react 0.1.24 → 0.1.25
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2080,7 +2080,7 @@ function SOLIcon({
|
|
|
2080
2080
|
y2: "32.8098",
|
|
2081
2081
|
gradientUnits: "userSpaceOnUse",
|
|
2082
2082
|
children: [
|
|
2083
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", {
|
|
2083
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { stopColor: "#00FFA3" }),
|
|
2084
2084
|
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
|
|
2085
2085
|
]
|
|
2086
2086
|
}
|
|
@@ -2096,7 +2096,7 @@ function SOLIcon({
|
|
|
2096
2096
|
gradientUnits: "userSpaceOnUse",
|
|
2097
2097
|
children: [
|
|
2098
2098
|
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { stopColor: "#00FFA3" }),
|
|
2099
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1",
|
|
2099
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
|
|
2100
2100
|
]
|
|
2101
2101
|
}
|
|
2102
2102
|
),
|