@veniceswap/uikit 0.65.10 → 0.65.12

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 CHANGED
@@ -4753,18 +4753,18 @@ var socials = [
4753
4753
  ];
4754
4754
  var privacyLinks = [
4755
4755
  { label: "\u00A9 ".concat(new Date().getFullYear(), " Venice."), href: "" },
4756
- {
4757
- label: "Privacy",
4758
- href: "https://venice.finance",
4759
- },
4760
- {
4761
- label: "Policy",
4762
- href: "https://venice.finance",
4763
- },
4764
- {
4765
- label: "Terms of Use ",
4766
- href: "https://venice.finance",
4767
- },
4756
+ // {
4757
+ // label: "Privacy",
4758
+ // href: "https://venice.finance",
4759
+ // },
4760
+ // {
4761
+ // label: "Policy",
4762
+ // href: "https://venice.finance",
4763
+ // },
4764
+ // {
4765
+ // label: "Terms of Use ",
4766
+ // href: "https://venice.finance",
4767
+ // },
4768
4768
  {
4769
4769
  label: "Findora Network ",
4770
4770
  href: "https://findora.org/",
@@ -4813,7 +4813,7 @@ var PrivacyLinks = function (_a) {
4813
4813
  if (privacyLinkItem.href) {
4814
4814
  return (React__default["default"].createElement(Link, { external: true, color: "#9590A3", fontWeight: "normal", key: privacyLinkItem.label, href: privacyLinkItem.href, "aria-label": privacyLinkItem.label, mr: isMobile ? "0" : mr, mb: isMobile ? mb : 0 }, privacyLinkItem.label));
4815
4815
  }
4816
- return (React__default["default"].createElement(Flex, { mr: isMobile ? "0" : mr, mb: isMobile ? mb : 0, justifyContent: "center", alignItems: "center", style: { color: "#9590A3" } }, privacyLinkItem.label));
4816
+ return (React__default["default"].createElement(Flex, { mr: isMobile ? "0" : mr, mb: isMobile ? mb : 0, justifyContent: "center", alignItems: "center", style: { color: "#9590A3" }, key: privacyLinkItem.label }, privacyLinkItem.label));
4817
4817
  })));
4818
4818
  };
4819
4819
  var PrivacyLinks$1 = React__default["default"].memo(PrivacyLinks, function () { return true; });
package/dist/index.esm.js CHANGED
@@ -4721,18 +4721,18 @@ var socials = [
4721
4721
  ];
4722
4722
  var privacyLinks = [
4723
4723
  { label: "\u00A9 ".concat(new Date().getFullYear(), " Venice."), href: "" },
4724
- {
4725
- label: "Privacy",
4726
- href: "https://venice.finance",
4727
- },
4728
- {
4729
- label: "Policy",
4730
- href: "https://venice.finance",
4731
- },
4732
- {
4733
- label: "Terms of Use ",
4734
- href: "https://venice.finance",
4735
- },
4724
+ // {
4725
+ // label: "Privacy",
4726
+ // href: "https://venice.finance",
4727
+ // },
4728
+ // {
4729
+ // label: "Policy",
4730
+ // href: "https://venice.finance",
4731
+ // },
4732
+ // {
4733
+ // label: "Terms of Use ",
4734
+ // href: "https://venice.finance",
4735
+ // },
4736
4736
  {
4737
4737
  label: "Findora Network ",
4738
4738
  href: "https://findora.org/",
@@ -4781,7 +4781,7 @@ var PrivacyLinks = function (_a) {
4781
4781
  if (privacyLinkItem.href) {
4782
4782
  return (React__default.createElement(Link, { external: true, color: "#9590A3", fontWeight: "normal", key: privacyLinkItem.label, href: privacyLinkItem.href, "aria-label": privacyLinkItem.label, mr: isMobile ? "0" : mr, mb: isMobile ? mb : 0 }, privacyLinkItem.label));
4783
4783
  }
4784
- return (React__default.createElement(Flex, { mr: isMobile ? "0" : mr, mb: isMobile ? mb : 0, justifyContent: "center", alignItems: "center", style: { color: "#9590A3" } }, privacyLinkItem.label));
4784
+ return (React__default.createElement(Flex, { mr: isMobile ? "0" : mr, mb: isMobile ? mb : 0, justifyContent: "center", alignItems: "center", style: { color: "#9590A3" }, key: privacyLinkItem.label }, privacyLinkItem.label));
4785
4785
  })));
4786
4786
  };
4787
4787
  var PrivacyLinks$1 = React__default.memo(PrivacyLinks, function () { return true; });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veniceswap/uikit",
3
- "version": "0.65.10",
3
+ "version": "0.65.12",
4
4
  "description": "Set of UI components for pancake projects",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",