@diffsome/react 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/dist/chat.css +2 -0
  2. package/package.json +1 -1
package/dist/chat.css CHANGED
@@ -323,6 +323,8 @@
323
323
  line-height: 1.4;
324
324
  max-height: 100px;
325
325
  transition: border-color 0.2s ease;
326
+ background-color: var(--diffsome-chat-bg);
327
+ color: var(--diffsome-chat-text);
326
328
  }
327
329
 
328
330
  .diffsome-chat-input-field:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diffsome/react",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "React hooks and providers for Diffsome SDK - Headless e-commerce & CMS",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",