web-mojo 2.2.86 → 2.2.87

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/admin.css CHANGED
@@ -924,7 +924,9 @@
924
924
  padding: 8px 8px 8px 18px;
925
925
  background: #fff;
926
926
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
927
- transition: border-color 0.2s, box-shadow 0.2s;
927
+ transition:
928
+ border-color 0.2s,
929
+ box-shadow 0.2s;
928
930
  }
929
931
 
930
932
  .assistant-input-box:focus-within {
@@ -962,7 +964,9 @@
962
964
  justify-content: center;
963
965
  cursor: pointer;
964
966
  flex-shrink: 0;
965
- transition: background-color 0.15s, opacity 0.15s;
967
+ transition:
968
+ background-color 0.15s,
969
+ opacity 0.15s;
966
970
  font-size: 1rem;
967
971
  }
968
972
 
@@ -988,7 +992,9 @@
988
992
  justify-content: center;
989
993
  cursor: pointer;
990
994
  flex-shrink: 0;
991
- transition: border-color 0.15s, color 0.15s;
995
+ transition:
996
+ border-color 0.15s,
997
+ color 0.15s;
992
998
  font-size: 0.9rem;
993
999
  }
994
1000
 
@@ -1031,8 +1037,13 @@
1031
1037
  }
1032
1038
 
1033
1039
  @keyframes pulse-dot {
1034
- 0%, 100% { opacity: 1; }
1035
- 50% { opacity: 0.4; }
1040
+ 0%,
1041
+ 100% {
1042
+ opacity: 1;
1043
+ }
1044
+ 50% {
1045
+ opacity: 0.4;
1046
+ }
1036
1047
  }
1037
1048
 
1038
1049
  /* ── Thinking Indicator ───────────────────────────────────── */
@@ -1068,13 +1079,25 @@
1068
1079
  animation: thinking-bounce 1.4s infinite ease-in-out both;
1069
1080
  }
1070
1081
 
1071
- .chat-thinking-dots span:nth-child(1) { animation-delay: -0.32s; }
1072
- .chat-thinking-dots span:nth-child(2) { animation-delay: -0.16s; }
1073
- .chat-thinking-dots span:nth-child(3) { animation-delay: 0s; }
1082
+ .chat-thinking-dots span:nth-child(1) {
1083
+ animation-delay: -0.32s;
1084
+ }
1085
+ .chat-thinking-dots span:nth-child(2) {
1086
+ animation-delay: -0.16s;
1087
+ }
1088
+ .chat-thinking-dots span:nth-child(3) {
1089
+ animation-delay: 0s;
1090
+ }
1074
1091
 
1075
1092
  @keyframes thinking-bounce {
1076
- 0%, 80%, 100% { transform: scale(0); }
1077
- 40% { transform: scale(1); }
1093
+ 0%,
1094
+ 80%,
1095
+ 100% {
1096
+ transform: scale(0);
1097
+ }
1098
+ 40% {
1099
+ transform: scale(1);
1100
+ }
1078
1101
  }
1079
1102
 
1080
1103
  .chat-thinking-timer {
@@ -1215,11 +1238,13 @@
1215
1238
 
1216
1239
  .mini-pie-segment {
1217
1240
  cursor: pointer;
1218
- transition: filter 0.15s, stroke-width 0.15s;
1241
+ transition:
1242
+ filter 0.15s,
1243
+ stroke-width 0.15s;
1219
1244
  }
1220
1245
 
1221
1246
  .mini-pie-segment:hover {
1222
- filter: brightness(1.12) drop-shadow(0 0 4px rgba(0,0,0,0.2));
1247
+ filter: brightness(1.12) drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
1223
1248
  stroke-width: 2.5;
1224
1249
  }
1225
1250
 
@@ -1253,7 +1278,7 @@
1253
1278
  font-size: 0.78rem;
1254
1279
  line-height: 1.3;
1255
1280
  white-space: nowrap;
1256
- box-shadow: 0 2px 6px rgba(0,0,0,0.12);
1281
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
1257
1282
  z-index: 10;
1258
1283
  }
1259
1284
 
@@ -1312,7 +1337,7 @@
1312
1337
  font-size: 0.78rem;
1313
1338
  line-height: 1.4;
1314
1339
  white-space: nowrap;
1315
- box-shadow: 0 2px 6px rgba(0,0,0,0.12);
1340
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
1316
1341
  z-index: 10;
1317
1342
  }
1318
1343
 
@@ -1373,7 +1398,7 @@
1373
1398
  }
1374
1399
 
1375
1400
  .mini-series-bar:hover {
1376
- filter: brightness(1.15) drop-shadow(0 0 3px rgba(0,0,0,0.2));
1401
+ filter: brightness(1.15) drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
1377
1402
  }
1378
1403
 
1379
1404
  .mini-series-dot {
@@ -1385,7 +1410,7 @@
1385
1410
  }
1386
1411
 
1387
1412
  .mini-series-dot:hover {
1388
- filter: brightness(1.12) drop-shadow(0 0 4px rgba(0,0,0,0.25));
1413
+ filter: brightness(1.12) drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
1389
1414
  r: 5;
1390
1415
  }
1391
1416
 
@@ -1431,12 +1456,22 @@
1431
1456
  line-height: 1.3;
1432
1457
  }
1433
1458
 
1434
- .message-assistant .message-text h1 { font-size: 1.1rem; }
1435
- .message-assistant .message-text h2 { font-size: 1.05rem; }
1436
- .message-assistant .message-text h3 { font-size: 1rem; }
1437
- .message-assistant .message-text h4 { font-size: 0.95rem; }
1459
+ .message-assistant .message-text h1 {
1460
+ font-size: 1.1rem;
1461
+ }
1462
+ .message-assistant .message-text h2 {
1463
+ font-size: 1.05rem;
1464
+ }
1465
+ .message-assistant .message-text h3 {
1466
+ font-size: 1rem;
1467
+ }
1468
+ .message-assistant .message-text h4 {
1469
+ font-size: 0.95rem;
1470
+ }
1438
1471
  .message-assistant .message-text h5,
1439
- .message-assistant .message-text h6 { font-size: 0.9rem; }
1472
+ .message-assistant .message-text h6 {
1473
+ font-size: 0.9rem;
1474
+ }
1440
1475
 
1441
1476
  .message-assistant .message-text h1:first-child,
1442
1477
  .message-assistant .message-text h2:first-child,
@@ -1738,8 +1773,13 @@
1738
1773
  }
1739
1774
 
1740
1775
  @keyframes assistant-pulse {
1741
- 0%, 100% { opacity: 1; }
1742
- 50% { opacity: 0.4; }
1776
+ 0%,
1777
+ 100% {
1778
+ opacity: 1;
1779
+ }
1780
+ 50% {
1781
+ opacity: 0.4;
1782
+ }
1743
1783
  }
1744
1784
 
1745
1785
  /* ── Responsive ───────────────────────────────────────────── */