@veniceswap/uikit 0.65.3 → 0.65.4

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.
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SvgProps } from "../types";
3
+ declare const Icon: React.FC<SvgProps>;
4
+ export default Icon;
package/dist/index.cjs.js CHANGED
@@ -4738,7 +4738,17 @@ var socials = [
4738
4738
  {
4739
4739
  label: "Discord",
4740
4740
  icon: "Discord",
4741
- href: "https://discord.gg/EeqhzzfP",
4741
+ href: "https://discord.gg/GF2XXdnZ8r",
4742
+ },
4743
+ {
4744
+ label: "Medium",
4745
+ icon: "Medium",
4746
+ href: "https://medium.com/venice-finance",
4747
+ },
4748
+ {
4749
+ label: "Github",
4750
+ icon: "Github",
4751
+ href: "https://github.com/VeniceFinance",
4742
4752
  },
4743
4753
  ];
4744
4754
  var privacyLinks = [
package/dist/index.esm.js CHANGED
@@ -4706,7 +4706,17 @@ var socials = [
4706
4706
  {
4707
4707
  label: "Discord",
4708
4708
  icon: "Discord",
4709
- href: "https://discord.gg/EeqhzzfP",
4709
+ href: "https://discord.gg/GF2XXdnZ8r",
4710
+ },
4711
+ {
4712
+ label: "Medium",
4713
+ icon: "Medium",
4714
+ href: "https://medium.com/venice-finance",
4715
+ },
4716
+ {
4717
+ label: "Github",
4718
+ icon: "Github",
4719
+ href: "https://github.com/VeniceFinance",
4710
4720
  },
4711
4721
  ];
4712
4722
  var privacyLinks = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veniceswap/uikit",
3
- "version": "0.65.3",
3
+ "version": "0.65.4",
4
4
  "description": "Set of UI components for pancake projects",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",