@crmchatreactcomponent/quick-messages 0.0.2 → 0.0.3

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.es.js CHANGED
@@ -3586,6 +3586,7 @@ const Vs = /* @__PURE__ */ tr(Hs), Ws = K.div`
3586
3586
  cursor: pointer;
3587
3587
  min-width: 20px;
3588
3588
  user-select: none;
3589
+ color: #333;
3589
3590
 
3590
3591
  &:hover {
3591
3592
  background-color: #bcd0f3;
package/dist/index.umd.js CHANGED
@@ -153,6 +153,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
153
153
  cursor: pointer;
154
154
  min-width: 20px;
155
155
  user-select: none;
156
+ color: #333;
156
157
 
157
158
  &:hover {
158
159
  background-color: #bcd0f3;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@crmchatreactcomponent/quick-messages",
3
3
  "private": false,
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",
7
7
  "module": "./dist/index.es.js",