@mexi/uikit 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.cjs.js CHANGED
@@ -4622,20 +4622,20 @@ var socials = [
4622
4622
  },
4623
4623
  ],
4624
4624
  },
4625
- {
4626
- label: "Reddit",
4627
- icon: "Reddit",
4628
- href: "",
4629
- },
4630
- {
4631
- label: "Instagram",
4632
- icon: "Instagram",
4633
- href: "",
4634
- },
4625
+ // {
4626
+ // label: "Reddit",
4627
+ // icon: "Reddit",
4628
+ // href: "",
4629
+ // },
4630
+ // {
4631
+ // label: "Instagram",
4632
+ // icon: "Instagram",
4633
+ // href: "",
4634
+ // },
4635
4635
  {
4636
4636
  label: "Github",
4637
4637
  icon: "Github",
4638
- href: "",
4638
+ href: "https://github.com/MetaxizDev",
4639
4639
  },
4640
4640
  ];
4641
4641
  __spreadArray([], Array(20)).map(function (_, i) { return ({
@@ -4720,7 +4720,7 @@ var MenuItem = function (_a) {
4720
4720
  React__default['default'].createElement(ThemeSwitcher$1, { isDark: isDark, toggleTheme: toggleTheme }),
4721
4721
  React__default['default'].createElement(LangSelector$1, { currentLang: currentLang, langs: langs, setLang: setLang, color: darkColors.textSubtle, dropdownPosition: "top-right" })),
4722
4722
  React__default['default'].createElement(Flex, { order: [1, null, 2], mb: ["24px", null, "0"], justifyContent: "space-between", alignItems: "center" },
4723
- React__default['default'].createElement(Button, { as: "a", href: "", target: "_blank", scale: "sm", endIcon: React__default['default'].createElement(Icon$23, { color: lightColors.backgroundAlt }) }, "Buy MEXI"))))));
4723
+ React__default['default'].createElement(Button, { as: "a", href: "https://pancakeswap.finance/swap?inputCurrency=0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c&outputCurrency=0x70D8d5B3416888fD05e806195312DD2D9597d50C", target: "_blank", scale: "sm", endIcon: React__default['default'].createElement(Icon$23, { color: lightColors.backgroundAlt }) }, "Buy MEXI"))))));
4724
4724
  };
4725
4725
 
4726
4726
  var MenuItems = function (_a) {
package/dist/index.esm.js CHANGED
@@ -4588,20 +4588,20 @@ var socials = [
4588
4588
  },
4589
4589
  ],
4590
4590
  },
4591
- {
4592
- label: "Reddit",
4593
- icon: "Reddit",
4594
- href: "",
4595
- },
4596
- {
4597
- label: "Instagram",
4598
- icon: "Instagram",
4599
- href: "",
4600
- },
4591
+ // {
4592
+ // label: "Reddit",
4593
+ // icon: "Reddit",
4594
+ // href: "",
4595
+ // },
4596
+ // {
4597
+ // label: "Instagram",
4598
+ // icon: "Instagram",
4599
+ // href: "",
4600
+ // },
4601
4601
  {
4602
4602
  label: "Github",
4603
4603
  icon: "Github",
4604
- href: "",
4604
+ href: "https://github.com/MetaxizDev",
4605
4605
  },
4606
4606
  ];
4607
4607
  __spreadArray([], Array(20)).map(function (_, i) { return ({
@@ -4686,7 +4686,7 @@ var MenuItem = function (_a) {
4686
4686
  React__default.createElement(ThemeSwitcher$1, { isDark: isDark, toggleTheme: toggleTheme }),
4687
4687
  React__default.createElement(LangSelector$1, { currentLang: currentLang, langs: langs, setLang: setLang, color: darkColors.textSubtle, dropdownPosition: "top-right" })),
4688
4688
  React__default.createElement(Flex, { order: [1, null, 2], mb: ["24px", null, "0"], justifyContent: "space-between", alignItems: "center" },
4689
- React__default.createElement(Button, { as: "a", href: "", target: "_blank", scale: "sm", endIcon: React__default.createElement(Icon$23, { color: lightColors.backgroundAlt }) }, "Buy MEXI"))))));
4689
+ React__default.createElement(Button, { as: "a", href: "https://pancakeswap.finance/swap?inputCurrency=0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c&outputCurrency=0x70D8d5B3416888fD05e806195312DD2D9597d50C", target: "_blank", scale: "sm", endIcon: React__default.createElement(Icon$23, { color: lightColors.backgroundAlt }) }, "Buy MEXI"))))));
4690
4690
  };
4691
4691
 
4692
4692
  var MenuItems = function (_a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mexi/uikit",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Set of UI components for pancake projects",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",