ai-chat-bot-interface 1.1.0 → 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.0",
4
+ "version": "1.1.2",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "description": "A AI chat bot interface. (private)",
package/src/ChatUi.less CHANGED
@@ -1,3 +1,5 @@
1
+ @import './assets/styles/public';
2
+
1
3
  .btn {
2
4
  background-color: #fff;
3
5
  padding: 8px;
@@ -100,6 +100,7 @@ const resizeTextarea = () => {
100
100
  </script>
101
101
 
102
102
  <style scoped lang="less">
103
+ @import '../assets/styles/public';
103
104
  .om {
104
105
  &_wrap {
105
106
  box-sizing: border-box;
@@ -121,6 +122,7 @@ const resizeTextarea = () => {
121
122
 
122
123
  .tag {
123
124
  .flexrsc();
125
+ cursor: pointer;
124
126
  width: fit-content;
125
127
  white-space: nowrap;
126
128
  font-weight: 400;