floating-copilot-widget 1.4.2 → 1.4.4
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/FloatingCopilot.css +18 -17
- package/package.json +1 -1
package/dist/FloatingCopilot.css
CHANGED
|
@@ -245,13 +245,14 @@
|
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
.copilot-message-user .copilot-message-content {
|
|
248
|
-
background: linear-gradient(135deg,
|
|
249
|
-
|
|
250
|
-
color: #ffffff;
|
|
248
|
+
background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%) !important;
|
|
249
|
+
color: #FFFFFF !important;
|
|
251
250
|
border-radius: 16px 4px 16px 16px;
|
|
252
|
-
box-shadow: 0 4px 12px rgba(
|
|
253
|
-
font-weight:
|
|
254
|
-
text-shadow: 0
|
|
251
|
+
box-shadow: 0 4px 12px rgba(79, 70, 229, 0.4) !important;
|
|
252
|
+
font-weight: 800 !important;
|
|
253
|
+
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
|
|
254
|
+
letter-spacing: 0.3px;
|
|
255
|
+
font-size: 15px !important;
|
|
255
256
|
}
|
|
256
257
|
|
|
257
258
|
.copilot-message-bot .copilot-message-content {
|
|
@@ -305,23 +306,23 @@
|
|
|
305
306
|
|
|
306
307
|
.copilot-send-btn {
|
|
307
308
|
padding: 12px 18px;
|
|
308
|
-
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
|
|
309
|
-
color:
|
|
310
|
-
border: none;
|
|
309
|
+
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
|
|
310
|
+
color: #FFFFFF !important;
|
|
311
|
+
border: none !important;
|
|
311
312
|
border-radius: 10px;
|
|
312
313
|
cursor: pointer;
|
|
313
|
-
font-weight: 900;
|
|
314
|
-
font-size:
|
|
314
|
+
font-weight: 900 !important;
|
|
315
|
+
font-size: 26px !important;
|
|
315
316
|
transition: var(--transition-smooth);
|
|
316
|
-
box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
|
|
317
|
+
box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4) !important;
|
|
317
318
|
letter-spacing: 0.3px;
|
|
318
319
|
min-width: 54px;
|
|
319
320
|
flex-shrink: 0;
|
|
320
|
-
display: flex;
|
|
321
|
-
align-items: center;
|
|
322
|
-
justify-content: center;
|
|
323
|
-
line-height: 1;
|
|
324
|
-
text-shadow: 0
|
|
321
|
+
display: flex !important;
|
|
322
|
+
align-items: center !important;
|
|
323
|
+
justify-content: center !important;
|
|
324
|
+
line-height: 1 !important;
|
|
325
|
+
text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5) !important;
|
|
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.
|
|
3
|
+
"version": "1.4.4",
|
|
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",
|