react-mention-input 1.1.10 → 1.1.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.
@@ -71,7 +71,6 @@
71
71
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
72
72
  }
73
73
 
74
-
75
74
  .user-icon {
76
75
  width: 25px;
77
76
  height: 25px;
@@ -109,7 +108,7 @@
109
108
  border-radius: 4px;
110
109
  }
111
110
 
112
- .mention-input .placeholder {
111
+ .placeholder {
113
112
  color: #aaa;
114
113
  pointer-events: none;
115
114
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-mention-input",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -71,7 +71,6 @@
71
71
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
72
72
  }
73
73
 
74
-
75
74
  .user-icon {
76
75
  width: 25px;
77
76
  height: 25px;
@@ -109,7 +108,7 @@
109
108
  border-radius: 4px;
110
109
  }
111
110
 
112
- .mention-input .placeholder {
111
+ .placeholder {
113
112
  color: #aaa;
114
113
  pointer-events: none;
115
114
  position: absolute;