nftychat-universe 1.3.9 → 1.3.10

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.cjs.js CHANGED
@@ -12597,10 +12597,16 @@ function DmButton(props) {
12597
12597
  className: "universal_button__icon",
12598
12598
  icon: "ant-design:message-outlined"
12599
12599
  })]
12600
- }), /*#__PURE__*/jsxRuntime.jsx("span", {
12600
+ }), popoverAnchor !== null && authenticated === false ? /*#__PURE__*/jsxRuntime.jsx("span", {
12601
12601
  className: "universal_button__text",
12602
- children: popoverAnchor !== null && authenticated === false ? "Waiting for Signature" : wagmiAddress === props.address ? "Recent Messages" : displayText
12603
- })]
12602
+ children: "Waiting for Signature"
12603
+ }) : wagmiAddress === props.address ? /*#__PURE__*/jsxRuntime.jsx("span", {
12604
+ className: "universal_button__text",
12605
+ children: "Recent Messages"
12606
+ }) : displayText !== "" ? /*#__PURE__*/jsxRuntime.jsx("span", {
12607
+ className: "universal_button__text",
12608
+ children: displayText
12609
+ }) : ""]
12604
12610
  }), /*#__PURE__*/jsxRuntime.jsx(Popover$1, {
12605
12611
  anchorEl: popoverAnchor,
12606
12612
  anchorOrigin: {
@@ -12632,7 +12638,7 @@ function DmButton(props) {
12632
12638
  rel: "noopener noreferrer",
12633
12639
  target: "_blank",
12634
12640
  styel: {
12635
- textDecoration: 'none'
12641
+ textDecoration: "none"
12636
12642
  },
12637
12643
  children: /*#__PURE__*/jsxRuntime.jsxs("div", {
12638
12644
  className: "universal_button_popover__subtitle",
@@ -12692,7 +12698,7 @@ function DmButton(props) {
12692
12698
  rel: "noopener noreferrer",
12693
12699
  target: "_blank",
12694
12700
  style: {
12695
- textDecoration: 'none'
12701
+ textDecoration: "none"
12696
12702
  },
12697
12703
  children: /*#__PURE__*/jsxRuntime.jsxs("div", {
12698
12704
  className: "universal_button_popover__content_left",
package/dist/index.esm.js CHANGED
@@ -12570,10 +12570,16 @@ function DmButton(props) {
12570
12570
  className: "universal_button__icon",
12571
12571
  icon: "ant-design:message-outlined"
12572
12572
  })]
12573
- }), /*#__PURE__*/jsx("span", {
12573
+ }), popoverAnchor !== null && authenticated === false ? /*#__PURE__*/jsx("span", {
12574
12574
  className: "universal_button__text",
12575
- children: popoverAnchor !== null && authenticated === false ? "Waiting for Signature" : wagmiAddress === props.address ? "Recent Messages" : displayText
12576
- })]
12575
+ children: "Waiting for Signature"
12576
+ }) : wagmiAddress === props.address ? /*#__PURE__*/jsx("span", {
12577
+ className: "universal_button__text",
12578
+ children: "Recent Messages"
12579
+ }) : displayText !== "" ? /*#__PURE__*/jsx("span", {
12580
+ className: "universal_button__text",
12581
+ children: displayText
12582
+ }) : ""]
12577
12583
  }), /*#__PURE__*/jsx(Popover$1, {
12578
12584
  anchorEl: popoverAnchor,
12579
12585
  anchorOrigin: {
@@ -12605,7 +12611,7 @@ function DmButton(props) {
12605
12611
  rel: "noopener noreferrer",
12606
12612
  target: "_blank",
12607
12613
  styel: {
12608
- textDecoration: 'none'
12614
+ textDecoration: "none"
12609
12615
  },
12610
12616
  children: /*#__PURE__*/jsxs("div", {
12611
12617
  className: "universal_button_popover__subtitle",
@@ -12665,7 +12671,7 @@ function DmButton(props) {
12665
12671
  rel: "noopener noreferrer",
12666
12672
  target: "_blank",
12667
12673
  style: {
12668
- textDecoration: 'none'
12674
+ textDecoration: "none"
12669
12675
  },
12670
12676
  children: /*#__PURE__*/jsxs("div", {
12671
12677
  className: "universal_button_popover__content_left",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/nftychat/nftychat-universe"
6
6
  },
7
- "version": "1.3.9",
7
+ "version": "1.3.10",
8
8
  "license": "MIT",
9
9
  "description": "nftychat plugins for your website",
10
10
  "author": "nftychat",