ai-chat-bot-interface 1.1.1 → 1.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-chat-bot-interface",
3
3
  "private": false,
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "description": "A AI chat bot interface. (private)",
@@ -122,6 +122,7 @@ const resizeTextarea = () => {
122
122
 
123
123
  .tag {
124
124
  .flexrsc();
125
+ cursor: pointer;
125
126
  width: fit-content;
126
127
  white-space: nowrap;
127
128
  font-weight: 400;