floating-copilot-widget 1.4.2 → 1.4.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.
@@ -247,11 +247,12 @@
247
247
  .copilot-message-user .copilot-message-content {
248
248
  background: linear-gradient(135deg, var(--primary-color, #6366f1) 0%,
249
249
  rgba(var(--primary-color, 99, 102, 241), 0.9) 100%);
250
- color: #ffffff;
250
+ color: #FFFFFF;
251
251
  border-radius: 16px 4px 16px 16px;
252
252
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
253
- font-weight: 600;
254
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
253
+ font-weight: 700;
254
+ text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
255
+ letter-spacing: 0.2px;
255
256
  }
256
257
 
257
258
  .copilot-message-bot .copilot-message-content {
@@ -306,12 +307,12 @@
306
307
  .copilot-send-btn {
307
308
  padding: 12px 18px;
308
309
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
309
- color: white;
310
+ color: #FFFFFF;
310
311
  border: none;
311
312
  border-radius: 10px;
312
313
  cursor: pointer;
313
314
  font-weight: 900;
314
- font-size: 22px;
315
+ font-size: 24px;
315
316
  transition: var(--transition-smooth);
316
317
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
317
318
  letter-spacing: 0.3px;
@@ -321,7 +322,7 @@
321
322
  align-items: center;
322
323
  justify-content: center;
323
324
  line-height: 1;
324
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
325
+ text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
325
326
  }
326
327
 
327
328
  .copilot-send-btn:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "floating-copilot-widget",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "A highly configurable floating chat widget plugin for React websites. Draggable, resizable, themeable, and production-ready.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",