floating-copilot-widget 1.4.3 → 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 -18
- package/package.json +1 -1
package/dist/FloatingCopilot.css
CHANGED
|
@@ -245,14 +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 2px
|
|
255
|
-
letter-spacing: 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;
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
.copilot-message-bot .copilot-message-content {
|
|
@@ -306,23 +306,23 @@
|
|
|
306
306
|
|
|
307
307
|
.copilot-send-btn {
|
|
308
308
|
padding: 12px 18px;
|
|
309
|
-
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
|
|
310
|
-
color: #FFFFFF;
|
|
311
|
-
border: none;
|
|
309
|
+
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
|
|
310
|
+
color: #FFFFFF !important;
|
|
311
|
+
border: none !important;
|
|
312
312
|
border-radius: 10px;
|
|
313
313
|
cursor: pointer;
|
|
314
|
-
font-weight: 900;
|
|
315
|
-
font-size:
|
|
314
|
+
font-weight: 900 !important;
|
|
315
|
+
font-size: 26px !important;
|
|
316
316
|
transition: var(--transition-smooth);
|
|
317
|
-
box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
|
|
317
|
+
box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4) !important;
|
|
318
318
|
letter-spacing: 0.3px;
|
|
319
319
|
min-width: 54px;
|
|
320
320
|
flex-shrink: 0;
|
|
321
|
-
display: flex;
|
|
322
|
-
align-items: center;
|
|
323
|
-
justify-content: center;
|
|
324
|
-
line-height: 1;
|
|
325
|
-
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;
|
|
326
326
|
}
|
|
327
327
|
|
|
328
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",
|