nftychat-universe 2.1.1 → 2.1.2

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.esm.js CHANGED
@@ -12770,7 +12770,7 @@ function DmButtonPopover(props) {
12770
12770
  address: wagmiAddress
12771
12771
  } = useAccount();
12772
12772
  return /*#__PURE__*/jsx(Fragment$1, {
12773
- children: props.AddOnType === "div" ? /*#__PURE__*/jsx(Fragment$1, {
12773
+ children: props.addOnType === "div" ? /*#__PURE__*/jsx(Fragment$1, {
12774
12774
  children: props.children
12775
12775
  }) : /*#__PURE__*/jsxs(Fragment$1, {
12776
12776
  children: [/*#__PURE__*/jsxs("button", {
@@ -13035,7 +13035,7 @@ function UniversalDmInner(props) {
13035
13035
  }
13036
13036
  return /*#__PURE__*/jsxs(Fragment$1, {
13037
13037
  children: [/*#__PURE__*/jsx(DmButtonPopover, {
13038
- AddOnType: props.AddOnType,
13038
+ addOnType: props.addOnType,
13039
13039
  numberOfNotifications: numberOfNotifications,
13040
13040
  displayText: displayText,
13041
13041
  popoverDirection: props.popoverDirection,
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": "2.1.1",
7
+ "version": "2.1.2",
8
8
  "license": "MIT",
9
9
  "description": "nftychat plugins for your website",
10
10
  "author": "nftychat",