@veniceswap/uikit 0.65.8 → 0.65.10
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.cjs.js +3 -2
- package/dist/index.esm.js +3 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -4797,8 +4797,9 @@ var SocialLinks = function (_a) {
|
|
4797
4797
|
// </Dropdown>
|
4798
4798
|
// );
|
4799
4799
|
// }
|
4800
|
-
return (React__default["default"].createElement(Link, { external: true, key: social.label, href: social.href, "aria-label": social.label, mr: mr },
|
4801
|
-
React__default["default"].createElement(
|
4800
|
+
return (React__default["default"].createElement(Link, { external: true, key: social.label, href: social.href, "aria-label": social.label, mr: mr }, social.icon === 'Medium' ? (React__default["default"].createElement("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: darkColors.textSubtle, xmlns: "http://www.w3.org/2000/svg" },
|
4801
|
+
React__default["default"].createElement("path", { d: "M20.6437 6.28039L22.2857 4.70271V4.35718H16.5991L12.5464 14.4929L7.93655 4.35718H1.97405V4.70271L3.89191 7.02236C4.07941 7.19378 4.17584 7.44557 4.15173 7.69736V16.8125C4.21066 17.142 4.1062 17.4768 3.87584 17.7152L1.71423 20.3482V20.6884H7.83745V20.3429L5.67852 17.7179C5.44405 17.4798 5.33409 17.146 5.3812 16.8152V8.9295L10.7571 20.6938H11.3812L16.0044 8.9295V18.3018C16.0044 18.5482 16.0044 18.5991 15.8437 18.7625L14.1803 20.3777V20.7232H22.2482V20.3777L20.6437 18.8C20.5044 18.6929 20.4321 18.5134 20.4616 18.3393V6.74111C20.4333 6.56577 20.5032 6.38901 20.6437 6.28039V6.28039Z", fill: darkColors.textSubtle })))
|
4802
|
+
: React__default["default"].createElement(IconComponent, __assign({}, iconProps))));
|
4802
4803
|
})));
|
4803
4804
|
};
|
4804
4805
|
var SocialLinks$1 = React__default["default"].memo(SocialLinks, function () { return true; });
|
package/dist/index.esm.js
CHANGED
@@ -4765,8 +4765,9 @@ var SocialLinks = function (_a) {
|
|
4765
4765
|
// </Dropdown>
|
4766
4766
|
// );
|
4767
4767
|
// }
|
4768
|
-
return (React__default.createElement(Link, { external: true, key: social.label, href: social.href, "aria-label": social.label, mr: mr },
|
4769
|
-
React__default.createElement(
|
4768
|
+
return (React__default.createElement(Link, { external: true, key: social.label, href: social.href, "aria-label": social.label, mr: mr }, social.icon === 'Medium' ? (React__default.createElement("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: darkColors.textSubtle, xmlns: "http://www.w3.org/2000/svg" },
|
4769
|
+
React__default.createElement("path", { d: "M20.6437 6.28039L22.2857 4.70271V4.35718H16.5991L12.5464 14.4929L7.93655 4.35718H1.97405V4.70271L3.89191 7.02236C4.07941 7.19378 4.17584 7.44557 4.15173 7.69736V16.8125C4.21066 17.142 4.1062 17.4768 3.87584 17.7152L1.71423 20.3482V20.6884H7.83745V20.3429L5.67852 17.7179C5.44405 17.4798 5.33409 17.146 5.3812 16.8152V8.9295L10.7571 20.6938H11.3812L16.0044 8.9295V18.3018C16.0044 18.5482 16.0044 18.5991 15.8437 18.7625L14.1803 20.3777V20.7232H22.2482V20.3777L20.6437 18.8C20.5044 18.6929 20.4321 18.5134 20.4616 18.3393V6.74111C20.4333 6.56577 20.5032 6.38901 20.6437 6.28039V6.28039Z", fill: darkColors.textSubtle })))
|
4770
|
+
: React__default.createElement(IconComponent, __assign({}, iconProps))));
|
4770
4771
|
})));
|
4771
4772
|
};
|
4772
4773
|
var SocialLinks$1 = React__default.memo(SocialLinks, function () { return true; });
|