@walkspan/chatbot 0.2.10 → 0.2.11

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.js CHANGED
@@ -125,7 +125,7 @@ var FloatingChatbot = ({
125
125
  href: m.link,
126
126
  target: "_blank",
127
127
  rel: "noopener noreferrer",
128
- className: "block mt-2 underline text-white break-words"
128
+ className: "block mt-2 underline text-white break-all"
129
129
  },
130
130
  m.link
131
131
  )
package/dist/index.mjs CHANGED
@@ -89,7 +89,7 @@ var FloatingChatbot = ({
89
89
  href: m.link,
90
90
  target: "_blank",
91
91
  rel: "noopener noreferrer",
92
- className: "block mt-2 underline text-white break-words"
92
+ className: "block mt-2 underline text-white break-all"
93
93
  },
94
94
  m.link
95
95
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkspan/chatbot",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "files": [