ct-rich-text-editor 1.3.7 → 1.3.9

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 (37) hide show
  1. package/dist/api/ai/index.d.ts +4 -0
  2. package/dist/api/config/endpoints.d.ts +1 -0
  3. package/dist/api/featureSuggestion.d.ts +23 -0
  4. package/dist/assets/style.css +556 -620
  5. package/dist/components/AiPlugin/index.d.ts +2 -0
  6. package/dist/components/ChartEditDialog.d.ts +9 -0
  7. package/dist/components/ChartInsertDialog.d.ts +8 -0
  8. package/dist/components/FeatureSuggestionDialog/index.d.ts +6 -0
  9. package/dist/components/ImageComparisonDialog/index.d.ts +11 -0
  10. package/dist/components/ImageGenerationDialog/ImageGenerationManager.d.ts +2 -1
  11. package/dist/components/ImageGenerationDialog/index.d.ts +2 -1
  12. package/dist/components/ImageView/index.d.ts +2 -1
  13. package/dist/components/LanguageSelectorDialog/index.d.ts +8 -0
  14. package/dist/components/ToneAdjustDialog/index.d.ts +8 -0
  15. package/dist/constants.d.ts +2 -1
  16. package/dist/{html2pdf.bundle-40cc5697.js → html2pdf.bundle-edf70ece.js} +2 -2
  17. package/dist/{html2pdf.bundle-40cc5697.js.map → html2pdf.bundle-edf70ece.js.map} +1 -1
  18. package/dist/{html2pdf.bundle.min-bb81d5dc.js → html2pdf.bundle.min-94e617b8.js} +2 -2
  19. package/dist/{html2pdf.bundle.min-bb81d5dc.js.map → html2pdf.bundle.min-94e617b8.js.map} +1 -1
  20. package/dist/{index-308e13ae.js → index-0445ed0b.js} +255 -8
  21. package/dist/index-0445ed0b.js.map +1 -0
  22. package/dist/{index-a8476eee.js → index-4061f3ce.js} +9389 -6671
  23. package/dist/index-4061f3ce.js.map +1 -0
  24. package/dist/{index-f0d8f7a8.js → index-db990790.js} +9 -9
  25. package/dist/{index-f0d8f7a8.js.map → index-db990790.js.map} +1 -1
  26. package/dist/index.js +5 -5
  27. package/dist/nodes/ChartNode.d.ts +41 -0
  28. package/dist/nodes/ImageNode.d.ts +8 -2
  29. package/dist/plugins/CombinedAutocompletGrammarPlugin.d.ts +2 -3
  30. package/dist/plugins/LinkPreviewPlugin/index.d.ts +2 -0
  31. package/dist/plugins/TableHoverActionsPlugin/index.d.ts +2 -11
  32. package/dist/plugins/TablePlugin.d.ts +1 -1
  33. package/dist/ui/Icons.d.ts +5 -1
  34. package/dist/utils/export.d.ts +1 -1
  35. package/package.json +3 -2
  36. package/dist/index-308e13ae.js.map +0 -1
  37. package/dist/index-a8476eee.js.map +0 -1
@@ -624,6 +624,10 @@ video {
624
624
  bottom: 0px;
625
625
  }
626
626
 
627
+ .cteditor-bottom-2{
628
+ bottom: 0.5rem;
629
+ }
630
+
627
631
  .cteditor-bottom-3\/4{
628
632
  bottom: 75%;
629
633
  }
@@ -644,10 +648,6 @@ video {
644
648
  left: 0.625rem;
645
649
  }
646
650
 
647
- .cteditor-left-4{
648
- left: 1rem;
649
- }
650
-
651
651
  .cteditor-left-\[50\%\]{
652
652
  left: 50%;
653
653
  }
@@ -660,10 +660,6 @@ video {
660
660
  right: 0.25rem;
661
661
  }
662
662
 
663
- .cteditor-right-12{
664
- right: 3rem;
665
- }
666
-
667
663
  .cteditor-right-2{
668
664
  right: 0.5rem;
669
665
  }
@@ -708,6 +704,14 @@ video {
708
704
  z-index: 50;
709
705
  }
710
706
 
707
+ .cteditor-z-\[10001\]{
708
+ z-index: 10001;
709
+ }
710
+
711
+ .cteditor-z-\[100\]{
712
+ z-index: 100;
713
+ }
714
+
711
715
  .cteditor-z-\[9999\]{
712
716
  z-index: 9999;
713
717
  }
@@ -720,6 +724,11 @@ video {
720
724
  margin: 2px;
721
725
  }
722
726
 
727
+ .\!cteditor-my-1{
728
+ margin-top: 0.25rem !important;
729
+ margin-bottom: 0.25rem !important;
730
+ }
731
+
723
732
  .cteditor--mx-1{
724
733
  margin-left: -0.25rem;
725
734
  margin-right: -0.25rem;
@@ -753,6 +762,10 @@ video {
753
762
  margin-top: 0px !important;
754
763
  }
755
764
 
765
+ .cteditor-mb-0{
766
+ margin-bottom: 0px;
767
+ }
768
+
756
769
  .cteditor-mb-0\.5{
757
770
  margin-bottom: 0.125rem;
758
771
  }
@@ -817,10 +830,21 @@ video {
817
830
  margin-top: 1rem;
818
831
  }
819
832
 
833
+ .cteditor-mt-5{
834
+ margin-top: 1.25rem;
835
+ }
836
+
820
837
  .cteditor-mt-6{
821
838
  margin-top: 1.5rem;
822
839
  }
823
840
 
841
+ .cteditor-line-clamp-2{
842
+ overflow: hidden;
843
+ display: -webkit-box;
844
+ -webkit-box-orient: vertical;
845
+ -webkit-line-clamp: 2;
846
+ }
847
+
824
848
  .\!cteditor-block{
825
849
  display: block !important;
826
850
  }
@@ -833,10 +857,6 @@ video {
833
857
  display: inline-block;
834
858
  }
835
859
 
836
- .cteditor-inline{
837
- display: inline;
838
- }
839
-
840
860
  .cteditor-flex{
841
861
  display: flex;
842
862
  }
@@ -877,6 +897,11 @@ video {
877
897
  height: 1.25rem !important;
878
898
  }
879
899
 
900
+ .\!cteditor-size-6{
901
+ width: 1.5rem !important;
902
+ height: 1.5rem !important;
903
+ }
904
+
880
905
  .\!cteditor-size-\[18px\]{
881
906
  width: 18px !important;
882
907
  height: 18px !important;
@@ -917,16 +942,16 @@ video {
917
942
  height: 1.5rem;
918
943
  }
919
944
 
920
- .cteditor-size-9{
921
- width: 2.25rem;
922
- height: 2.25rem;
923
- }
924
-
925
945
  .cteditor-size-\[18px\]{
926
946
  width: 18px;
927
947
  height: 18px;
928
948
  }
929
949
 
950
+ .cteditor-size-auto{
951
+ width: auto;
952
+ height: auto;
953
+ }
954
+
930
955
  .\!cteditor-h-6{
931
956
  height: 1.5rem !important;
932
957
  }
@@ -959,10 +984,6 @@ video {
959
984
  height: 0.5rem;
960
985
  }
961
986
 
962
- .cteditor-h-2\.5{
963
- height: 0.625rem;
964
- }
965
-
966
987
  .cteditor-h-20{
967
988
  height: 5rem;
968
989
  }
@@ -1059,10 +1080,26 @@ video {
1059
1080
  max-height: 200px;
1060
1081
  }
1061
1082
 
1083
+ .cteditor-max-h-\[300px\]{
1084
+ max-height: 300px;
1085
+ }
1086
+
1087
+ .cteditor-max-h-\[350px\]{
1088
+ max-height: 350px;
1089
+ }
1090
+
1062
1091
  .cteditor-max-h-\[400px\]{
1063
1092
  max-height: 400px;
1064
1093
  }
1065
1094
 
1095
+ .cteditor-max-h-\[600px\]{
1096
+ max-height: 600px;
1097
+ }
1098
+
1099
+ .cteditor-max-h-\[650px\]{
1100
+ max-height: 650px;
1101
+ }
1102
+
1066
1103
  .cteditor-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{
1067
1104
  max-height: var(--radix-dropdown-menu-content-available-height);
1068
1105
  }
@@ -1071,6 +1108,14 @@ video {
1071
1108
  min-height: 2.75rem;
1072
1109
  }
1073
1110
 
1111
+ .cteditor-min-h-16{
1112
+ min-height: 4rem;
1113
+ }
1114
+
1115
+ .cteditor-min-h-8{
1116
+ min-height: 2rem;
1117
+ }
1118
+
1074
1119
  .cteditor-min-h-\[1\.25rem\]{
1075
1120
  min-height: 1.25rem;
1076
1121
  }
@@ -1083,6 +1128,10 @@ video {
1083
1128
  min-height: 300px;
1084
1129
  }
1085
1130
 
1131
+ .cteditor-min-h-\[40px\]{
1132
+ min-height: 40px;
1133
+ }
1134
+
1086
1135
  .cteditor-min-h-\[60px\]{
1087
1136
  min-height: 60px;
1088
1137
  }
@@ -1107,10 +1156,6 @@ video {
1107
1156
  width: 2.5rem;
1108
1157
  }
1109
1158
 
1110
- .cteditor-w-12{
1111
- width: 3rem;
1112
- }
1113
-
1114
1159
  .cteditor-w-14{
1115
1160
  width: 3.5rem;
1116
1161
  }
@@ -1123,10 +1168,6 @@ video {
1123
1168
  width: 0.5rem;
1124
1169
  }
1125
1170
 
1126
- .cteditor-w-2\.5{
1127
- width: 0.625rem;
1128
- }
1129
-
1130
1171
  .cteditor-w-24{
1131
1172
  width: 6rem;
1132
1173
  }
@@ -1175,6 +1216,10 @@ video {
1175
1216
  width: 2rem;
1176
1217
  }
1177
1218
 
1219
+ .cteditor-w-80{
1220
+ width: 20rem;
1221
+ }
1222
+
1178
1223
  .cteditor-w-9{
1179
1224
  width: 2.25rem;
1180
1225
  }
@@ -1195,6 +1240,10 @@ video {
1195
1240
  width: 20rem;
1196
1241
  }
1197
1242
 
1243
+ .cteditor-w-\[340px\]{
1244
+ width: 340px;
1245
+ }
1246
+
1198
1247
  .cteditor-w-\[400px\]{
1199
1248
  width: 400px;
1200
1249
  }
@@ -1215,8 +1264,12 @@ video {
1215
1264
  min-width: 14rem;
1216
1265
  }
1217
1266
 
1218
- .cteditor-min-w-\[180px\]{
1219
- min-width: 180px;
1267
+ .cteditor-min-w-\[160px\]{
1268
+ min-width: 160px;
1269
+ }
1270
+
1271
+ .cteditor-min-w-\[200px\]{
1272
+ min-width: 200px;
1220
1273
  }
1221
1274
 
1222
1275
  .cteditor-min-w-\[8rem\]{
@@ -1239,6 +1292,10 @@ video {
1239
1292
  max-width: 42rem;
1240
1293
  }
1241
1294
 
1295
+ .cteditor-max-w-96{
1296
+ max-width: 24rem;
1297
+ }
1298
+
1242
1299
  .cteditor-max-w-full{
1243
1300
  max-width: 100%;
1244
1301
  }
@@ -1307,12 +1364,6 @@ video {
1307
1364
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1308
1365
  }
1309
1366
 
1310
- .cteditor-scale-150{
1311
- --tw-scale-x: 1.5;
1312
- --tw-scale-y: 1.5;
1313
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1314
- }
1315
-
1316
1367
  @keyframes cteditor-pulse{
1317
1368
 
1318
1369
  50%{
@@ -1368,12 +1419,6 @@ video {
1368
1419
  resize: vertical;
1369
1420
  }
1370
1421
 
1371
- .cteditor-appearance-none{
1372
- -webkit-appearance: none;
1373
- -moz-appearance: none;
1374
- appearance: none;
1375
- }
1376
-
1377
1422
  .cteditor-grid-cols-2{
1378
1423
  grid-template-columns: repeat(2, minmax(0, 1fr));
1379
1424
  }
@@ -1386,6 +1431,10 @@ video {
1386
1431
  grid-template-columns: repeat(7, minmax(0, 1fr));
1387
1432
  }
1388
1433
 
1434
+ .cteditor-grid-cols-\[1fr_1fr_80px_40px\]{
1435
+ grid-template-columns: 1fr 1fr 80px 40px;
1436
+ }
1437
+
1389
1438
  .cteditor-flex-col{
1390
1439
  flex-direction: column;
1391
1440
  }
@@ -1406,10 +1455,6 @@ video {
1406
1455
  align-items: flex-start;
1407
1456
  }
1408
1457
 
1409
- .cteditor-items-end{
1410
- align-items: flex-end;
1411
- }
1412
-
1413
1458
  .cteditor-items-center{
1414
1459
  align-items: center;
1415
1460
  }
@@ -1462,10 +1507,6 @@ video {
1462
1507
  gap: 0.5rem;
1463
1508
  }
1464
1509
 
1465
- .cteditor-gap-2\.5{
1466
- gap: 0.625rem;
1467
- }
1468
-
1469
1510
  .cteditor-gap-3{
1470
1511
  gap: 0.75rem;
1471
1512
  }
@@ -1474,6 +1515,12 @@ video {
1474
1515
  gap: 1rem;
1475
1516
  }
1476
1517
 
1518
+ .cteditor-space-x-1 > :not([hidden]) ~ :not([hidden]){
1519
+ --tw-space-x-reverse: 0;
1520
+ margin-right: calc(0.25rem * var(--tw-space-x-reverse));
1521
+ margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
1522
+ }
1523
+
1477
1524
  .cteditor-space-x-2 > :not([hidden]) ~ :not([hidden]){
1478
1525
  --tw-space-x-reverse: 0;
1479
1526
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
@@ -1528,10 +1575,20 @@ video {
1528
1575
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
1529
1576
  }
1530
1577
 
1578
+ .cteditor-space-y-6 > :not([hidden]) ~ :not([hidden]){
1579
+ --tw-space-y-reverse: 0;
1580
+ margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
1581
+ margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
1582
+ }
1583
+
1531
1584
  .cteditor-overflow-hidden{
1532
1585
  overflow: hidden;
1533
1586
  }
1534
1587
 
1588
+ .cteditor-overflow-clip{
1589
+ overflow: clip;
1590
+ }
1591
+
1535
1592
  .cteditor-overflow-x-auto{
1536
1593
  overflow-x: auto;
1537
1594
  }
@@ -1566,6 +1623,10 @@ video {
1566
1623
  white-space: pre-wrap;
1567
1624
  }
1568
1625
 
1626
+ .cteditor-text-wrap{
1627
+ text-wrap: wrap;
1628
+ }
1629
+
1569
1630
  .cteditor-break-words{
1570
1631
  overflow-wrap: break-word;
1571
1632
  }
@@ -1607,10 +1668,18 @@ video {
1607
1668
  border-bottom-right-radius: calc(var(--cteditorf47ac10b-radius) - 2px);
1608
1669
  }
1609
1670
 
1671
+ .\!cteditor-border{
1672
+ border-width: 1px !important;
1673
+ }
1674
+
1610
1675
  .cteditor-border{
1611
1676
  border-width: 1px;
1612
1677
  }
1613
1678
 
1679
+ .cteditor-border-0{
1680
+ border-width: 0px;
1681
+ }
1682
+
1614
1683
  .cteditor-border-2{
1615
1684
  border-width: 2px;
1616
1685
  }
@@ -1623,10 +1692,6 @@ video {
1623
1692
  border-bottom-width: 1px;
1624
1693
  }
1625
1694
 
1626
- .cteditor-border-b-2{
1627
- border-bottom-width: 2px;
1628
- }
1629
-
1630
1695
  .cteditor-border-l{
1631
1696
  border-left-width: 1px;
1632
1697
  }
@@ -1655,6 +1720,20 @@ video {
1655
1720
  border-style: none;
1656
1721
  }
1657
1722
 
1723
+ .\!cteditor-border-amber-400{
1724
+ --tw-border-opacity: 1 !important;
1725
+ border-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
1726
+ }
1727
+
1728
+ .\!cteditor-border-foreground\/15{
1729
+ border-color: hsl(var(--cteditorf47ac10b-foreground) / 0.15) !important;
1730
+ }
1731
+
1732
+ .\!cteditor-border-rose-400{
1733
+ --tw-border-opacity: 1 !important;
1734
+ border-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
1735
+ }
1736
+
1658
1737
  .cteditor-border-\[\#e0e0e0\]{
1659
1738
  --tw-border-opacity: 1;
1660
1739
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
@@ -1669,24 +1748,10 @@ video {
1669
1748
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
1670
1749
  }
1671
1750
 
1672
- .cteditor-border-amber-300{
1673
- --tw-border-opacity: 1;
1674
- border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
1675
- }
1676
-
1677
- .cteditor-border-amber-400{
1678
- --tw-border-opacity: 1;
1679
- border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
1680
- }
1681
-
1682
1751
  .cteditor-border-background\/10{
1683
1752
  border-color: hsl(var(--cteditorf47ac10b-background) / 0.1);
1684
1753
  }
1685
1754
 
1686
- .cteditor-border-background\/20{
1687
- border-color: hsl(var(--cteditorf47ac10b-background) / 0.2);
1688
- }
1689
-
1690
1755
  .cteditor-border-blue-200{
1691
1756
  --tw-border-opacity: 1;
1692
1757
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
@@ -1701,10 +1766,6 @@ video {
1701
1766
  border-color: hsl(var(--cteditorf47ac10b-border));
1702
1767
  }
1703
1768
 
1704
- .cteditor-border-border\/30{
1705
- border-color: hsl(var(--cteditorf47ac10b-border) / 0.3);
1706
- }
1707
-
1708
1769
  .cteditor-border-destructive{
1709
1770
  border-color: hsl(var(--cteditorf47ac10b-destructive));
1710
1771
  }
@@ -1725,6 +1786,10 @@ video {
1725
1786
  border-color: hsl(var(--cteditorf47ac10b-foreground) / 0.05);
1726
1787
  }
1727
1788
 
1789
+ .cteditor-border-foreground\/60{
1790
+ border-color: hsl(var(--cteditorf47ac10b-foreground) / 0.6);
1791
+ }
1792
+
1728
1793
  .cteditor-border-gray-200{
1729
1794
  --tw-border-opacity: 1;
1730
1795
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
@@ -1759,10 +1824,6 @@ video {
1759
1824
  border-color: hsl(var(--cteditorf47ac10b-input));
1760
1825
  }
1761
1826
 
1762
- .cteditor-border-popover{
1763
- border-color: hsl(var(--cteditorf47ac10b-popover));
1764
- }
1765
-
1766
1827
  .cteditor-border-primary{
1767
1828
  border-color: hsl(var(--cteditorf47ac10b-primary));
1768
1829
  }
@@ -1785,11 +1846,6 @@ video {
1785
1846
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
1786
1847
  }
1787
1848
 
1788
- .cteditor-border-rose-400{
1789
- --tw-border-opacity: 1;
1790
- border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
1791
- }
1792
-
1793
1849
  .cteditor-border-transparent{
1794
1850
  border-color: transparent;
1795
1851
  }
@@ -1829,6 +1885,10 @@ video {
1829
1885
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
1830
1886
  }
1831
1887
 
1888
+ .cteditor-border-t-transparent{
1889
+ border-top-color: transparent;
1890
+ }
1891
+
1832
1892
  .\!cteditor-bg-accent{
1833
1893
  background-color: hsl(var(--cteditorf47ac10b-accent)) !important;
1834
1894
  }
@@ -1862,20 +1922,11 @@ video {
1862
1922
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
1863
1923
  }
1864
1924
 
1865
- .cteditor-bg-amber-100\/50{
1866
- background-color: rgb(254 243 199 / 0.5);
1867
- }
1868
-
1869
1925
  .cteditor-bg-amber-50{
1870
1926
  --tw-bg-opacity: 1;
1871
1927
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
1872
1928
  }
1873
1929
 
1874
- .cteditor-bg-amber-600{
1875
- --tw-bg-opacity: 1;
1876
- background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
1877
- }
1878
-
1879
1930
  .cteditor-bg-background{
1880
1931
  background-color: hsl(var(--cteditorf47ac10b-background));
1881
1932
  }
@@ -1940,6 +1991,10 @@ video {
1940
1991
  background-color: hsl(var(--cteditorf47ac10b-destructive) / 0.1);
1941
1992
  }
1942
1993
 
1994
+ .cteditor-bg-foreground\/15{
1995
+ background-color: hsl(var(--cteditorf47ac10b-foreground) / 0.15);
1996
+ }
1997
+
1943
1998
  .cteditor-bg-foreground\/20{
1944
1999
  background-color: hsl(var(--cteditorf47ac10b-foreground) / 0.2);
1945
2000
  }
@@ -1982,10 +2037,6 @@ video {
1982
2037
  background-color: hsl(var(--cteditorf47ac10b-muted));
1983
2038
  }
1984
2039
 
1985
- .cteditor-bg-muted\/30{
1986
- background-color: hsl(var(--cteditorf47ac10b-muted) / 0.3);
1987
- }
1988
-
1989
2040
  .cteditor-bg-muted\/50{
1990
2041
  background-color: hsl(var(--cteditorf47ac10b-muted) / 0.5);
1991
2042
  }
@@ -2019,6 +2070,11 @@ video {
2019
2070
  background-color: rgb(168 85 247 / 0.1);
2020
2071
  }
2021
2072
 
2073
+ .cteditor-bg-red-100{
2074
+ --tw-bg-opacity: 1;
2075
+ background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
2076
+ }
2077
+
2022
2078
  .cteditor-bg-red-50{
2023
2079
  --tw-bg-opacity: 1;
2024
2080
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
@@ -2034,11 +2090,6 @@ video {
2034
2090
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
2035
2091
  }
2036
2092
 
2037
- .cteditor-bg-rose-600{
2038
- --tw-bg-opacity: 1;
2039
- background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
2040
- }
2041
-
2042
2093
  .cteditor-bg-secondary{
2043
2094
  background-color: hsl(var(--cteditorf47ac10b-secondary));
2044
2095
  }
@@ -2060,15 +2111,15 @@ video {
2060
2111
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
2061
2112
  }
2062
2113
 
2063
- .cteditor-bg-white\/80{
2064
- background-color: rgb(255 255 255 / 0.8);
2065
- }
2066
-
2067
2114
  .cteditor-bg-yellow-50{
2068
2115
  --tw-bg-opacity: 1;
2069
2116
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
2070
2117
  }
2071
2118
 
2119
+ .\!cteditor-bg-gradient-to-r{
2120
+ background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
2121
+ }
2122
+
2072
2123
  .cteditor-bg-gradient-to-br{
2073
2124
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
2074
2125
  }
@@ -2077,15 +2128,25 @@ video {
2077
2128
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
2078
2129
  }
2079
2130
 
2131
+ .cteditor-bg-none{
2132
+ background-image: none;
2133
+ }
2134
+
2135
+ .\!cteditor-from-foreground\/0{
2136
+ --tw-gradient-from: hsl(var(--cteditorf47ac10b-foreground) / 0) var(--tw-gradient-from-position) !important;
2137
+ --tw-gradient-to: hsl(var(--cteditorf47ac10b-foreground) / 0) var(--tw-gradient-to-position) !important;
2138
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
2139
+ }
2140
+
2080
2141
  .cteditor-from-background{
2081
2142
  --tw-gradient-from: hsl(var(--cteditorf47ac10b-background)) var(--tw-gradient-from-position);
2082
2143
  --tw-gradient-to: hsl(var(--cteditorf47ac10b-background) / 0) var(--tw-gradient-to-position);
2083
2144
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2084
2145
  }
2085
2146
 
2086
- .cteditor-from-gray-50{
2087
- --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
2088
- --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
2147
+ .cteditor-from-foreground\/0{
2148
+ --tw-gradient-from: hsl(var(--cteditorf47ac10b-foreground) / 0) var(--tw-gradient-from-position);
2149
+ --tw-gradient-to: hsl(var(--cteditorf47ac10b-foreground) / 0) var(--tw-gradient-to-position);
2089
2150
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2090
2151
  }
2091
2152
 
@@ -2095,22 +2156,31 @@ video {
2095
2156
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2096
2157
  }
2097
2158
 
2159
+ .\!cteditor-via-foreground\/10{
2160
+ --tw-gradient-to: hsl(var(--cteditorf47ac10b-foreground) / 0) var(--tw-gradient-to-position) !important;
2161
+ --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--cteditorf47ac10b-foreground) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
2162
+ }
2163
+
2164
+ .cteditor-via-foreground\/15{
2165
+ --tw-gradient-to: hsl(var(--cteditorf47ac10b-foreground) / 0) var(--tw-gradient-to-position);
2166
+ --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--cteditorf47ac10b-foreground) / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
2167
+ }
2168
+
2098
2169
  .cteditor-via-primary\/10{
2099
2170
  --tw-gradient-to: hsl(var(--cteditorf47ac10b-primary) / 0) var(--tw-gradient-to-position);
2100
2171
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--cteditorf47ac10b-primary) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
2101
2172
  }
2102
2173
 
2103
- .cteditor-via-rose-50\/30{
2104
- --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
2105
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 241 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
2174
+ .\!cteditor-to-foreground\/0{
2175
+ --tw-gradient-to: hsl(var(--cteditorf47ac10b-foreground) / 0) var(--tw-gradient-to-position) !important;
2106
2176
  }
2107
2177
 
2108
2178
  .cteditor-to-background{
2109
2179
  --tw-gradient-to: hsl(var(--cteditorf47ac10b-background)) var(--tw-gradient-to-position);
2110
2180
  }
2111
2181
 
2112
- .cteditor-to-gray-50{
2113
- --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
2182
+ .cteditor-to-foreground\/0{
2183
+ --tw-gradient-to: hsl(var(--cteditorf47ac10b-foreground) / 0) var(--tw-gradient-to-position);
2114
2184
  }
2115
2185
 
2116
2186
  .cteditor-to-pink-500\/5{
@@ -2158,18 +2228,26 @@ video {
2158
2228
  padding: 0.75rem;
2159
2229
  }
2160
2230
 
2161
- .cteditor-p-3\.5{
2162
- padding: 0.875rem;
2163
- }
2164
-
2165
2231
  .cteditor-p-4{
2166
2232
  padding: 1rem;
2167
2233
  }
2168
2234
 
2235
+ .cteditor-p-5{
2236
+ padding: 1.25rem;
2237
+ }
2238
+
2169
2239
  .cteditor-p-6{
2170
2240
  padding: 1.5rem;
2171
2241
  }
2172
2242
 
2243
+ .cteditor-p-\[2px\]{
2244
+ padding: 2px;
2245
+ }
2246
+
2247
+ .cteditor-p-\[6px\]{
2248
+ padding: 6px;
2249
+ }
2250
+
2173
2251
  .\!cteditor-px-1{
2174
2252
  padding-left: 0.25rem !important;
2175
2253
  padding-right: 0.25rem !important;
@@ -2210,11 +2288,6 @@ video {
2210
2288
  padding-right: 0.75rem;
2211
2289
  }
2212
2290
 
2213
- .cteditor-px-3\.5{
2214
- padding-left: 0.875rem;
2215
- padding-right: 0.875rem;
2216
- }
2217
-
2218
2291
  .cteditor-px-4{
2219
2292
  padding-left: 1rem;
2220
2293
  padding-right: 1rem;
@@ -2280,6 +2353,10 @@ video {
2280
2353
  padding-bottom: 7px;
2281
2354
  }
2282
2355
 
2356
+ .cteditor-pb-1{
2357
+ padding-bottom: 0.25rem;
2358
+ }
2359
+
2283
2360
  .cteditor-pb-1\.5{
2284
2361
  padding-bottom: 0.375rem;
2285
2362
  }
@@ -2300,6 +2377,10 @@ video {
2300
2377
  padding-left: 2rem;
2301
2378
  }
2302
2379
 
2380
+ .cteditor-pr-11{
2381
+ padding-right: 2.75rem;
2382
+ }
2383
+
2303
2384
  .cteditor-pr-12{
2304
2385
  padding-right: 3rem;
2305
2386
  }
@@ -2308,10 +2389,6 @@ video {
2308
2389
  padding-right: 0.5rem;
2309
2390
  }
2310
2391
 
2311
- .cteditor-pr-24{
2312
- padding-right: 6rem;
2313
- }
2314
-
2315
2392
  .cteditor-pr-8{
2316
2393
  padding-right: 2rem;
2317
2394
  }
@@ -2328,10 +2405,6 @@ video {
2328
2405
  padding-top: 0.5rem;
2329
2406
  }
2330
2407
 
2331
- .cteditor-pt-3{
2332
- padding-top: 0.75rem;
2333
- }
2334
-
2335
2408
  .cteditor-text-left{
2336
2409
  text-align: left;
2337
2410
  }
@@ -2344,6 +2417,10 @@ video {
2344
2417
  text-align: center;
2345
2418
  }
2346
2419
 
2420
+ .cteditor-align-middle{
2421
+ vertical-align: middle;
2422
+ }
2423
+
2347
2424
  .cteditor-font-mono{
2348
2425
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2349
2426
  }
@@ -2435,15 +2512,14 @@ video {
2435
2512
  font-style: italic;
2436
2513
  }
2437
2514
 
2438
- .cteditor-tabular-nums{
2439
- --tw-numeric-spacing: tabular-nums;
2440
- font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
2441
- }
2442
-
2443
2515
  .cteditor-leading-\[1\.4\]{
2444
2516
  line-height: 1.4;
2445
2517
  }
2446
2518
 
2519
+ .cteditor-leading-\[normal\]{
2520
+ line-height: normal;
2521
+ }
2522
+
2447
2523
  .cteditor-leading-none{
2448
2524
  line-height: 1;
2449
2525
  }
@@ -2517,6 +2593,11 @@ video {
2517
2593
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
2518
2594
  }
2519
2595
 
2596
+ .cteditor-text-blue-700{
2597
+ --tw-text-opacity: 1;
2598
+ color: rgb(29 78 216 / var(--tw-text-opacity, 1));
2599
+ }
2600
+
2520
2601
  .cteditor-text-blue-800{
2521
2602
  --tw-text-opacity: 1;
2522
2603
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
@@ -2543,6 +2624,10 @@ video {
2543
2624
  color: hsl(var(--cteditorf47ac10b-foreground) / 0.5);
2544
2625
  }
2545
2626
 
2627
+ .cteditor-text-foreground\/60{
2628
+ color: hsl(var(--cteditorf47ac10b-foreground) / 0.6);
2629
+ }
2630
+
2546
2631
  .cteditor-text-gray-200{
2547
2632
  --tw-text-opacity: 1;
2548
2633
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
@@ -2573,11 +2658,6 @@ video {
2573
2658
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
2574
2659
  }
2575
2660
 
2576
- .cteditor-text-gray-900{
2577
- --tw-text-opacity: 1;
2578
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
2579
- }
2580
-
2581
2661
  .cteditor-text-green-500{
2582
2662
  --tw-text-opacity: 1;
2583
2663
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
@@ -2588,6 +2668,11 @@ video {
2588
2668
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
2589
2669
  }
2590
2670
 
2671
+ .cteditor-text-green-700{
2672
+ --tw-text-opacity: 1;
2673
+ color: rgb(21 128 61 / var(--tw-text-opacity, 1));
2674
+ }
2675
+
2591
2676
  .cteditor-text-green-800{
2592
2677
  --tw-text-opacity: 1;
2593
2678
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
@@ -2792,42 +2877,14 @@ video {
2792
2877
  outline-width: 0px;
2793
2878
  }
2794
2879
 
2795
- .cteditor-outline-background\/30{
2796
- outline-color: hsl(var(--cteditorf47ac10b-background) / 0.3);
2797
- }
2798
-
2799
- .cteditor-ring-1{
2800
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2801
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2802
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2803
- }
2804
-
2805
2880
  .cteditor-ring-2{
2806
2881
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2807
2882
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2808
2883
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2809
2884
  }
2810
2885
 
2811
- .cteditor-ring-amber-200{
2812
- --tw-ring-opacity: 1;
2813
- --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
2814
- }
2815
-
2816
- .cteditor-ring-amber-400\/30{
2817
- --tw-ring-color: rgb(251 191 36 / 0.3);
2818
- }
2819
-
2820
- .cteditor-ring-rose-200{
2821
- --tw-ring-opacity: 1;
2822
- --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
2823
- }
2824
-
2825
- .cteditor-ring-rose-400\/30{
2826
- --tw-ring-color: rgb(251 113 133 / 0.3);
2827
- }
2828
-
2829
- .cteditor-ring-offset-1{
2830
- --tw-ring-offset-width: 1px;
2886
+ .cteditor-ring-primary\/20{
2887
+ --tw-ring-color: hsl(var(--cteditorf47ac10b-primary) / 0.2);
2831
2888
  }
2832
2889
 
2833
2890
  .cteditor-ring-offset-background{
@@ -2988,23 +3045,33 @@ body {
2988
3045
 
2989
3046
  ::-webkit-scrollbar {
2990
3047
  width: 8px;
3048
+ height: 8px;
2991
3049
  }
2992
3050
 
2993
3051
  ::-webkit-scrollbar-track {
2994
- background: rgb(240, 240, 240);
3052
+ background: #f0f0f0;
3053
+ border-radius: 20px;
2995
3054
  }
2996
3055
 
2997
3056
  ::-webkit-scrollbar-thumb {
2998
- background: rgb(180, 180, 180);
2999
- border-radius: 10px;
3057
+ background: #aaa;
3058
+ border-radius: 20px;
3059
+ }
3060
+
3061
+ ::-webkit-scrollbar-thumb:hover {
3062
+ background: #888;
3000
3063
  }
3001
3064
 
3002
3065
  body.dark ::-webkit-scrollbar-track {
3003
- background: rgb(30, 30, 35);
3066
+ background: #2a2a2a;
3004
3067
  }
3005
3068
 
3006
3069
  body.dark ::-webkit-scrollbar-thumb {
3007
- background: rgb(80, 80, 90);
3070
+ background: #777;
3071
+ }
3072
+
3073
+ body.dark ::-webkit-scrollbar-thumb:hover {
3074
+ background: #999;
3008
3075
  }
3009
3076
 
3010
3077
  /* Color Picker Style */
@@ -3046,17 +3113,11 @@ body.dark ::-webkit-scrollbar-thumb {
3046
3113
 
3047
3114
  /* Playground Editor Theme Style */
3048
3115
 
3049
- .PlaygroundEditorTheme__table .PlaygroundEditorTheme__tableCell {
3050
- border-color: hsla(var(--cteditorf47ac10b-foreground), 0.2);
3051
- }
3052
-
3053
3116
  .PlaygroundEditorTheme__tableCellHeader,
3054
3117
  .PlaygroundEditorTheme__table th,
3055
3118
  .PlaygroundEditorTheme__table td.PlaygroundEditorTheme__tableCellHeader {
3056
3119
  white-space: nowrap !important;
3057
3120
  overflow: hidden !important;
3058
- max-height: 40px !important;
3059
- line-height: 1.2 !important;
3060
3121
  }
3061
3122
 
3062
3123
  /* Prevent wrapping in all nested elements inside table headers */
@@ -3065,10 +3126,6 @@ body.dark ::-webkit-scrollbar-thumb {
3065
3126
  .PlaygroundEditorTheme__table th *,
3066
3127
  .PlaygroundEditorTheme__table td.PlaygroundEditorTheme__tableCellHeader * {
3067
3128
  white-space: nowrap !important;
3068
- display: inline !important;
3069
- margin: 0 !important;
3070
- padding: 0 !important;
3071
- line-height: 1.2 !important;
3072
3129
  }
3073
3130
 
3074
3131
  /* Force br tags to not create new lines in headers */
@@ -3094,6 +3151,26 @@ body.dark ::-webkit-scrollbar-thumb {
3094
3151
  height: auto;
3095
3152
  }
3096
3153
 
3154
+ /* Table Insert Dot Indicators */
3155
+
3156
+ .table-insert-dot {
3157
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
3158
+ opacity: 0.6;
3159
+ transition: all 0.2s ease;
3160
+ }
3161
+
3162
+ .table-insert-dot:hover,
3163
+ .table-insert-dot.hovered {
3164
+ opacity: 1;
3165
+ box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
3166
+ transform: scale(1.1);
3167
+ }
3168
+
3169
+ .table-insert-dot:focus {
3170
+ outline: 2px solid #3b82f6;
3171
+ outline-offset: 2px;
3172
+ }
3173
+
3097
3174
  .PlaygroundEditorTheme__hr {
3098
3175
  background-color: transparent;
3099
3176
  }
@@ -3200,6 +3277,11 @@ body .ai-chat-popup .ai-chat-input {
3200
3277
  scrollbar-width: none; /* Firefox */
3201
3278
  }
3202
3279
 
3280
+ .\*\:cteditor-size-5 > *{
3281
+ width: 1.25rem;
3282
+ height: 1.25rem;
3283
+ }
3284
+
3203
3285
  .file\:cteditor-border-0::file-selector-button{
3204
3286
  border-width: 0px;
3205
3287
  }
@@ -3221,14 +3303,6 @@ body .ai-chat-popup .ai-chat-input {
3221
3303
  color: hsl(var(--cteditorf47ac10b-foreground));
3222
3304
  }
3223
3305
 
3224
- .placeholder\:cteditor-text-background::-moz-placeholder{
3225
- color: hsl(var(--cteditorf47ac10b-background));
3226
- }
3227
-
3228
- .placeholder\:cteditor-text-background::placeholder{
3229
- color: hsl(var(--cteditorf47ac10b-background));
3230
- }
3231
-
3232
3306
  .placeholder\:cteditor-text-muted-foreground::-moz-placeholder{
3233
3307
  color: hsl(var(--cteditorf47ac10b-muted-foreground));
3234
3308
  }
@@ -3237,16 +3311,6 @@ body .ai-chat-popup .ai-chat-input {
3237
3311
  color: hsl(var(--cteditorf47ac10b-muted-foreground));
3238
3312
  }
3239
3313
 
3240
- .checked\:cteditor-border-blue-600:checked{
3241
- --tw-border-opacity: 1;
3242
- border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
3243
- }
3244
-
3245
- .checked\:cteditor-bg-blue-600:checked{
3246
- --tw-bg-opacity: 1;
3247
- background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
3248
- }
3249
-
3250
3314
  .empty\:before\:cteditor-text-muted-foreground\/60:empty::before{
3251
3315
  content: var(--tw-content);
3252
3316
  color: hsl(var(--cteditorf47ac10b-muted-foreground) / 0.6);
@@ -3275,28 +3339,17 @@ body .ai-chat-popup .ai-chat-input {
3275
3339
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3276
3340
  }
3277
3341
 
3278
- .hover\:cteditor-border-amber-500:hover{
3342
+ .hover\:cteditor-border-gray-300:hover{
3279
3343
  --tw-border-opacity: 1;
3280
- border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
3281
- }
3282
-
3283
- .hover\:cteditor-border-blue-500:hover{
3284
- --tw-border-opacity: 1;
3285
- border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
3286
- }
3287
-
3288
- .hover\:cteditor-border-gray-500:hover{
3289
- --tw-border-opacity: 1;
3290
- border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
3344
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
3291
3345
  }
3292
3346
 
3293
3347
  .hover\:cteditor-border-primary:hover{
3294
3348
  border-color: hsl(var(--cteditorf47ac10b-primary));
3295
3349
  }
3296
3350
 
3297
- .hover\:cteditor-border-rose-500:hover{
3298
- --tw-border-opacity: 1;
3299
- border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
3351
+ .hover\:cteditor-border-primary\/50:hover{
3352
+ border-color: hsl(var(--cteditorf47ac10b-primary) / 0.5);
3300
3353
  }
3301
3354
 
3302
3355
  .hover\:cteditor-border-white:hover{
@@ -3343,6 +3396,14 @@ body .ai-chat-popup .ai-chat-input {
3343
3396
  background-color: hsl(var(--cteditorf47ac10b-destructive) / 0.9);
3344
3397
  }
3345
3398
 
3399
+ .hover\:cteditor-bg-foreground:hover{
3400
+ background-color: hsl(var(--cteditorf47ac10b-foreground));
3401
+ }
3402
+
3403
+ .hover\:cteditor-bg-foreground\/10:hover{
3404
+ background-color: hsl(var(--cteditorf47ac10b-foreground) / 0.1);
3405
+ }
3406
+
3346
3407
  .hover\:cteditor-bg-foreground\/5:hover{
3347
3408
  background-color: hsl(var(--cteditorf47ac10b-foreground) / 0.05);
3348
3409
  }
@@ -3377,10 +3438,6 @@ body .ai-chat-popup .ai-chat-input {
3377
3438
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
3378
3439
  }
3379
3440
 
3380
- .hover\:cteditor-bg-muted\/50:hover{
3381
- background-color: hsl(var(--cteditorf47ac10b-muted) / 0.5);
3382
- }
3383
-
3384
3441
  .hover\:cteditor-bg-primary:hover{
3385
3442
  background-color: hsl(var(--cteditorf47ac10b-primary));
3386
3443
  }
@@ -3398,6 +3455,11 @@ body .ai-chat-popup .ai-chat-input {
3398
3455
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
3399
3456
  }
3400
3457
 
3458
+ .hover\:cteditor-bg-red-600:hover{
3459
+ --tw-bg-opacity: 1;
3460
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
3461
+ }
3462
+
3401
3463
  .hover\:cteditor-bg-rose-100:hover{
3402
3464
  --tw-bg-opacity: 1;
3403
3465
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
@@ -3426,6 +3488,15 @@ body .ai-chat-popup .ai-chat-input {
3426
3488
  color: hsl(var(--cteditorf47ac10b-accent-foreground));
3427
3489
  }
3428
3490
 
3491
+ .hover\:cteditor-text-background:hover{
3492
+ color: hsl(var(--cteditorf47ac10b-background));
3493
+ }
3494
+
3495
+ .hover\:cteditor-text-blue-800:hover{
3496
+ --tw-text-opacity: 1;
3497
+ color: rgb(30 64 175 / var(--tw-text-opacity, 1));
3498
+ }
3499
+
3429
3500
  .hover\:cteditor-text-destructive-foreground:hover{
3430
3501
  color: hsl(var(--cteditorf47ac10b-destructive-foreground));
3431
3502
  }
@@ -3434,8 +3505,9 @@ body .ai-chat-popup .ai-chat-input {
3434
3505
  color: hsl(var(--cteditorf47ac10b-foreground));
3435
3506
  }
3436
3507
 
3437
- .hover\:cteditor-text-foreground\/75:hover{
3438
- color: hsl(var(--cteditorf47ac10b-foreground) / 0.75);
3508
+ .hover\:cteditor-text-gray-600:hover{
3509
+ --tw-text-opacity: 1;
3510
+ color: rgb(75 85 99 / var(--tw-text-opacity, 1));
3439
3511
  }
3440
3512
 
3441
3513
  .hover\:cteditor-text-green-700:hover{
@@ -3451,8 +3523,14 @@ body .ai-chat-popup .ai-chat-input {
3451
3523
  color: hsl(var(--cteditorf47ac10b-primary-foreground));
3452
3524
  }
3453
3525
 
3454
- .hover\:cteditor-text-primary\/80:hover{
3455
- color: hsl(var(--cteditorf47ac10b-primary) / 0.8);
3526
+ .hover\:cteditor-text-red-800:hover{
3527
+ --tw-text-opacity: 1;
3528
+ color: rgb(153 27 27 / var(--tw-text-opacity, 1));
3529
+ }
3530
+
3531
+ .hover\:cteditor-text-white:hover{
3532
+ --tw-text-opacity: 1;
3533
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3456
3534
  }
3457
3535
 
3458
3536
  .hover\:cteditor-underline:hover{
@@ -3517,6 +3595,11 @@ body .ai-chat-popup .ai-chat-input {
3517
3595
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3518
3596
  }
3519
3597
 
3598
+ .focus\:cteditor-ring-blue-500:focus{
3599
+ --tw-ring-opacity: 1;
3600
+ --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
3601
+ }
3602
+
3520
3603
  .focus\:cteditor-ring-primary\/20:focus{
3521
3604
  --tw-ring-color: hsl(var(--cteditorf47ac10b-primary) / 0.2);
3522
3605
  }
@@ -3556,6 +3639,11 @@ body .ai-chat-popup .ai-chat-input {
3556
3639
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3557
3640
  }
3558
3641
 
3642
+ .focus-visible\:cteditor-ring-red-500:focus-visible{
3643
+ --tw-ring-opacity: 1;
3644
+ --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
3645
+ }
3646
+
3559
3647
  .focus-visible\:cteditor-ring-ring:focus-visible{
3560
3648
  --tw-ring-color: hsl(var(--cteditorf47ac10b-ring));
3561
3649
  }
@@ -3578,6 +3666,10 @@ body .ai-chat-popup .ai-chat-input {
3578
3666
  cursor: not-allowed;
3579
3667
  }
3580
3668
 
3669
+ .disabled\:cteditor-opacity-30:disabled{
3670
+ opacity: 0.3;
3671
+ }
3672
+
3581
3673
  .disabled\:cteditor-opacity-50:disabled{
3582
3674
  opacity: 0.5;
3583
3675
  }
@@ -3586,16 +3678,14 @@ body .ai-chat-popup .ai-chat-input {
3586
3678
  color: hsl(var(--cteditorf47ac10b-primary));
3587
3679
  }
3588
3680
 
3589
- .cteditor-group:hover .group-hover\:cteditor-text-foreground{
3590
- color: hsl(var(--cteditorf47ac10b-foreground));
3591
- }
3592
-
3593
- .cteditor-group:hover .group-hover\:cteditor-text-primary{
3594
- color: hsl(var(--cteditorf47ac10b-primary));
3681
+ .cteditor-group:hover .group-hover\:cteditor-text-blue-600{
3682
+ --tw-text-opacity: 1;
3683
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
3595
3684
  }
3596
3685
 
3597
- .cteditor-peer:checked ~ .peer-checked\:cteditor-opacity-100{
3598
- opacity: 1;
3686
+ .cteditor-group:hover .group-hover\:cteditor-text-gray-700{
3687
+ --tw-text-opacity: 1;
3688
+ color: rgb(55 65 81 / var(--tw-text-opacity, 1));
3599
3689
  }
3600
3690
 
3601
3691
  .cteditor-peer:disabled ~ .peer-disabled\:cteditor-cursor-not-allowed{
@@ -3796,30 +3886,16 @@ body .ai-chat-popup .ai-chat-input {
3796
3886
  animation-duration: 500ms;
3797
3887
  }
3798
3888
 
3799
- .dark\:cteditor-border-amber-600:is(.cteditor-dark *){
3800
- --tw-border-opacity: 1;
3801
- border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
3802
- }
3803
-
3804
3889
  .dark\:cteditor-border-amber-800:is(.cteditor-dark *){
3805
3890
  --tw-border-opacity: 1;
3806
3891
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
3807
3892
  }
3808
3893
 
3809
- .dark\:cteditor-border-amber-800\/50:is(.cteditor-dark *){
3810
- border-color: rgb(146 64 14 / 0.5);
3811
- }
3812
-
3813
3894
  .dark\:cteditor-border-blue-800:is(.cteditor-dark *){
3814
3895
  --tw-border-opacity: 1;
3815
3896
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
3816
3897
  }
3817
3898
 
3818
- .dark\:cteditor-border-gray-600:is(.cteditor-dark *){
3819
- --tw-border-opacity: 1;
3820
- border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
3821
- }
3822
-
3823
3899
  .dark\:cteditor-border-gray-700:is(.cteditor-dark *){
3824
3900
  --tw-border-opacity: 1;
3825
3901
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
@@ -3835,49 +3911,44 @@ body .ai-chat-popup .ai-chat-input {
3835
3911
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
3836
3912
  }
3837
3913
 
3838
- .dark\:cteditor-border-rose-600:is(.cteditor-dark *){
3839
- --tw-border-opacity: 1;
3840
- border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
3841
- }
3842
-
3843
3914
  .dark\:cteditor-border-yellow-800:is(.cteditor-dark *){
3844
3915
  --tw-border-opacity: 1;
3845
3916
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
3846
3917
  }
3847
3918
 
3848
- .dark\:cteditor-bg-amber-400:is(.cteditor-dark *){
3849
- --tw-bg-opacity: 1;
3850
- background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
3851
- }
3852
-
3853
- .dark\:cteditor-bg-amber-900\/20:is(.cteditor-dark *){
3854
- background-color: rgb(120 53 15 / 0.2);
3855
- }
3856
-
3857
3919
  .dark\:cteditor-bg-amber-900\/30:is(.cteditor-dark *){
3858
3920
  background-color: rgb(120 53 15 / 0.3);
3859
3921
  }
3860
3922
 
3861
- .dark\:cteditor-bg-amber-950\/10:is(.cteditor-dark *){
3862
- background-color: rgb(69 26 3 / 0.1);
3863
- }
3864
-
3865
3923
  .dark\:cteditor-bg-amber-950\/50:is(.cteditor-dark *){
3866
3924
  background-color: rgb(69 26 3 / 0.5);
3867
3925
  }
3868
3926
 
3927
+ .dark\:cteditor-bg-blue-900\/30:is(.cteditor-dark *){
3928
+ background-color: rgb(30 58 138 / 0.3);
3929
+ }
3930
+
3931
+ .dark\:cteditor-bg-blue-950\/20:is(.cteditor-dark *){
3932
+ background-color: rgb(23 37 84 / 0.2);
3933
+ }
3934
+
3869
3935
  .dark\:cteditor-bg-blue-950\/50:is(.cteditor-dark *){
3870
3936
  background-color: rgb(23 37 84 / 0.5);
3871
3937
  }
3872
3938
 
3873
- .dark\:cteditor-bg-gray-800\/50:is(.cteditor-dark *){
3874
- background-color: rgb(31 41 55 / 0.5);
3939
+ .dark\:cteditor-bg-gray-900:is(.cteditor-dark *){
3940
+ --tw-bg-opacity: 1;
3941
+ background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
3875
3942
  }
3876
3943
 
3877
3944
  .dark\:cteditor-bg-gray-900\/50:is(.cteditor-dark *){
3878
3945
  background-color: rgb(17 24 39 / 0.5);
3879
3946
  }
3880
3947
 
3948
+ .dark\:cteditor-bg-green-900\/10:is(.cteditor-dark *){
3949
+ background-color: rgb(20 83 45 / 0.1);
3950
+ }
3951
+
3881
3952
  .dark\:cteditor-bg-green-950\/50:is(.cteditor-dark *){
3882
3953
  background-color: rgb(5 46 22 / 0.5);
3883
3954
  }
@@ -3886,40 +3957,28 @@ body .ai-chat-popup .ai-chat-input {
3886
3957
  background-color: hsl(var(--cteditorf47ac10b-input) / 0.05);
3887
3958
  }
3888
3959
 
3889
- .dark\:cteditor-bg-red-950\/20:is(.cteditor-dark *){
3890
- background-color: rgb(69 10 10 / 0.2);
3960
+ .dark\:cteditor-bg-red-900\/10:is(.cteditor-dark *){
3961
+ background-color: rgb(127 29 29 / 0.1);
3891
3962
  }
3892
3963
 
3893
- .dark\:cteditor-bg-red-950\/50:is(.cteditor-dark *){
3894
- background-color: rgb(69 10 10 / 0.5);
3895
- }
3896
-
3897
- .dark\:cteditor-bg-rose-400:is(.cteditor-dark *){
3898
- --tw-bg-opacity: 1;
3899
- background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
3964
+ .dark\:cteditor-bg-red-900\/30:is(.cteditor-dark *){
3965
+ background-color: rgb(127 29 29 / 0.3);
3900
3966
  }
3901
3967
 
3902
- .dark\:cteditor-bg-rose-900\/30:is(.cteditor-dark *){
3903
- background-color: rgb(136 19 55 / 0.3);
3904
- }
3905
-
3906
- .dark\:cteditor-bg-yellow-950\/50:is(.cteditor-dark *){
3907
- background-color: rgb(66 32 6 / 0.5);
3968
+ .dark\:cteditor-bg-red-950\/20:is(.cteditor-dark *){
3969
+ background-color: rgb(69 10 10 / 0.2);
3908
3970
  }
3909
3971
 
3910
- .dark\:cteditor-from-gray-900\/40:is(.cteditor-dark *){
3911
- --tw-gradient-from: rgb(17 24 39 / 0.4) var(--tw-gradient-from-position);
3912
- --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
3913
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3972
+ .dark\:cteditor-bg-red-950\/50:is(.cteditor-dark *){
3973
+ background-color: rgb(69 10 10 / 0.5);
3914
3974
  }
3915
3975
 
3916
- .dark\:cteditor-via-red-950\/20:is(.cteditor-dark *){
3917
- --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
3918
- --tw-gradient-stops: var(--tw-gradient-from), rgb(69 10 10 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
3976
+ .dark\:cteditor-bg-rose-900\/30:is(.cteditor-dark *){
3977
+ background-color: rgb(136 19 55 / 0.3);
3919
3978
  }
3920
3979
 
3921
- .dark\:cteditor-to-gray-900\/40:is(.cteditor-dark *){
3922
- --tw-gradient-to: rgb(17 24 39 / 0.4) var(--tw-gradient-to-position);
3980
+ .dark\:cteditor-bg-yellow-950\/50:is(.cteditor-dark *){
3981
+ background-color: rgb(66 32 6 / 0.5);
3923
3982
  }
3924
3983
 
3925
3984
  .dark\:cteditor-text-amber-100:is(.cteditor-dark *){
@@ -3932,11 +3991,6 @@ body .ai-chat-popup .ai-chat-input {
3932
3991
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
3933
3992
  }
3934
3993
 
3935
- .dark\:cteditor-text-amber-300:is(.cteditor-dark *){
3936
- --tw-text-opacity: 1;
3937
- color: rgb(252 211 77 / var(--tw-text-opacity, 1));
3938
- }
3939
-
3940
3994
  .dark\:cteditor-text-amber-400:is(.cteditor-dark *){
3941
3995
  --tw-text-opacity: 1;
3942
3996
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
@@ -3952,14 +4006,14 @@ body .ai-chat-popup .ai-chat-input {
3952
4006
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
3953
4007
  }
3954
4008
 
3955
- .dark\:cteditor-text-blue-400:is(.cteditor-dark *){
4009
+ .dark\:cteditor-text-blue-300:is(.cteditor-dark *){
3956
4010
  --tw-text-opacity: 1;
3957
- color: rgb(96 165 250 / var(--tw-text-opacity, 1));
4011
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
3958
4012
  }
3959
4013
 
3960
- .dark\:cteditor-text-gray-100:is(.cteditor-dark *){
4014
+ .dark\:cteditor-text-blue-400:is(.cteditor-dark *){
3961
4015
  --tw-text-opacity: 1;
3962
- color: rgb(243 244 246 / var(--tw-text-opacity, 1));
4016
+ color: rgb(96 165 250 / var(--tw-text-opacity, 1));
3963
4017
  }
3964
4018
 
3965
4019
  .dark\:cteditor-text-gray-300:is(.cteditor-dark *){
@@ -4007,55 +4061,19 @@ body .ai-chat-popup .ai-chat-input {
4007
4061
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
4008
4062
  }
4009
4063
 
4010
- .dark\:cteditor-text-rose-300:is(.cteditor-dark *){
4011
- --tw-text-opacity: 1;
4012
- color: rgb(253 164 175 / var(--tw-text-opacity, 1));
4013
- }
4014
-
4015
4064
  .dark\:cteditor-text-rose-400:is(.cteditor-dark *){
4016
4065
  --tw-text-opacity: 1;
4017
4066
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
4018
4067
  }
4019
4068
 
4020
- .dark\:cteditor-text-white:is(.cteditor-dark *){
4021
- --tw-text-opacity: 1;
4022
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
4023
- }
4024
-
4025
4069
  .dark\:cteditor-text-yellow-400:is(.cteditor-dark *){
4026
4070
  --tw-text-opacity: 1;
4027
4071
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
4028
4072
  }
4029
4073
 
4030
- .dark\:cteditor-ring-amber-600\/30:is(.cteditor-dark *){
4031
- --tw-ring-color: rgb(217 119 6 / 0.3);
4032
- }
4033
-
4034
- .dark\:cteditor-ring-amber-900\/30:is(.cteditor-dark *){
4035
- --tw-ring-color: rgb(120 53 15 / 0.3);
4036
- }
4037
-
4038
- .dark\:cteditor-ring-rose-600\/30:is(.cteditor-dark *){
4039
- --tw-ring-color: rgb(225 29 72 / 0.3);
4040
- }
4041
-
4042
- .dark\:cteditor-ring-rose-900\/30:is(.cteditor-dark *){
4043
- --tw-ring-color: rgb(136 19 55 / 0.3);
4044
- }
4045
-
4046
- .dark\:hover\:cteditor-border-amber-500:hover:is(.cteditor-dark *){
4047
- --tw-border-opacity: 1;
4048
- border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
4049
- }
4050
-
4051
- .dark\:hover\:cteditor-border-gray-500:hover:is(.cteditor-dark *){
4052
- --tw-border-opacity: 1;
4053
- border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
4054
- }
4055
-
4056
- .dark\:hover\:cteditor-border-rose-500:hover:is(.cteditor-dark *){
4074
+ .dark\:hover\:cteditor-border-gray-600:hover:is(.cteditor-dark *){
4057
4075
  --tw-border-opacity: 1;
4058
- border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
4076
+ border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
4059
4077
  }
4060
4078
 
4061
4079
  .dark\:hover\:cteditor-bg-amber-900\/30:hover:is(.cteditor-dark *){
@@ -4092,10 +4110,6 @@ body .ai-chat-popup .ai-chat-input {
4092
4110
  width: 400px;
4093
4111
  }
4094
4112
 
4095
- .sm\:cteditor-max-w-lg{
4096
- max-width: 32rem;
4097
- }
4098
-
4099
4113
  .sm\:cteditor-max-w-md{
4100
4114
  max-width: 28rem;
4101
4115
  }
@@ -4104,6 +4118,10 @@ body .ai-chat-popup .ai-chat-input {
4104
4118
  max-width: 24rem;
4105
4119
  }
4106
4120
 
4121
+ .sm\:cteditor-max-w-xl{
4122
+ max-width: 36rem;
4123
+ }
4124
+
4107
4125
  .sm\:cteditor-flex-row{
4108
4126
  flex-direction: row;
4109
4127
  }
@@ -4140,6 +4158,19 @@ body .ai-chat-popup .ai-chat-input {
4140
4158
  .md\:\!cteditor-bg-secondary{
4141
4159
  background-color: hsl(var(--cteditorf47ac10b-secondary)) !important;
4142
4160
  }
4161
+
4162
+ .md\:cteditor-text-sm{
4163
+ font-size: 0.875rem;
4164
+ line-height: 1.25rem;
4165
+ }
4166
+ }
4167
+
4168
+ .\[\&\>\.closeDialog\]\:cteditor-right-1\.5>.closeDialog{
4169
+ right: 0.375rem;
4170
+ }
4171
+
4172
+ .\[\&\>\.closeDialog\]\:cteditor-top-1\.5>.closeDialog{
4173
+ top: 0.375rem;
4143
4174
  }
4144
4175
 
4145
4176
  .\[\&\>button\:hover\>span\]\:cteditor-bottom-full>button:hover>span{
@@ -4263,10 +4294,6 @@ body .ai-chat-popup .ai-chat-input {
4263
4294
  -webkit-line-clamp: 1;
4264
4295
  }
4265
4296
 
4266
- .\[\&\>span\]\:checked\:cteditor-opacity-100:checked>span{
4267
- opacity: 1;
4268
- }
4269
-
4270
4297
  .\[\&\>span\]\:hover\:cteditor-bottom-full:hover>span{
4271
4298
  bottom: 100%;
4272
4299
  }
@@ -4290,16 +4317,6 @@ body .ai-chat-popup .ai-chat-input {
4290
4317
  height: 1.5rem !important;
4291
4318
  }
4292
4319
 
4293
- .\[\&\>svg\]\:\!cteditor-size-\[14px\]>svg{
4294
- width: 14px !important;
4295
- height: 14px !important;
4296
- }
4297
-
4298
- .\[\&\>svg\]\:\!cteditor-size-\[18px\]>svg{
4299
- width: 18px !important;
4300
- height: 18px !important;
4301
- }
4302
-
4303
4320
  .\[\&\>svg\]\:cteditor-size-4>svg{
4304
4321
  width: 1rem;
4305
4322
  height: 1rem;
@@ -4343,7 +4360,10 @@ body .ai-chat-popup .ai-chat-input {
4343
4360
 
4344
4361
  .\[\&_svg\]\:cteditor-shrink-0 svg{
4345
4362
  flex-shrink: 0;
4346
- }#ct-editor-f47ac10b {
4363
+ }
4364
+
4365
+
4366
+ #ct-editor-f47ac10b {
4347
4367
  /* Responsive container styles for constrained spaces */
4348
4368
  .editor-container {
4349
4369
  max-width: 100%;
@@ -4359,12 +4379,21 @@ body .ai-chat-popup .ai-chat-input {
4359
4379
  height: auto;
4360
4380
  }
4361
4381
 
4362
- /* Ensure tables are responsive */
4382
+ /* Table wrapper for hover menu space */
4383
+ .PlaygroundEditorTheme__table {
4384
+ position: relative;
4385
+ margin-left: 24px !important; /* Space for left hover dots */
4386
+ margin-top: 24px !important; /* Space for top hover dots */
4387
+ margin-bottom: 24px !important; /* Space for bottom hover dots */
4388
+ }
4389
+
4390
+ /* Ensure tables span full width within wrapper */
4363
4391
  .PlaygroundEditorTheme__table,
4364
4392
  .table {
4365
- max-width: 100%;
4393
+ width: calc(100% - 24px) !important;
4394
+ table-layout: fixed !important;
4366
4395
  overflow-x: auto;
4367
- display: block;
4396
+ display: table;
4368
4397
  }
4369
4398
 
4370
4399
  /* Prevent table header text wrapping */
@@ -4373,8 +4402,6 @@ body .ai-chat-popup .ai-chat-input {
4373
4402
  .PlaygroundEditorTheme__table td.PlaygroundEditorTheme__tableCellHeader {
4374
4403
  white-space: nowrap !important;
4375
4404
  overflow: hidden !important;
4376
- max-height: 40px !important;
4377
- line-height: 1.2 !important;
4378
4405
  }
4379
4406
 
4380
4407
  /* Prevent wrapping in all nested elements inside table headers */
@@ -4382,10 +4409,6 @@ body .ai-chat-popup .ai-chat-input {
4382
4409
  .PlaygroundEditorTheme__table th *,
4383
4410
  .PlaygroundEditorTheme__table td.PlaygroundEditorTheme__tableCellHeader * {
4384
4411
  white-space: nowrap !important;
4385
- display: inline !important;
4386
- margin: 0 !important;
4387
- padding: 0 !important;
4388
- line-height: 1.2 !important;
4389
4412
  }
4390
4413
 
4391
4414
  /* Force br tags to not create new lines in headers */
@@ -5111,8 +5134,8 @@ body .ai-chat-popup .ai-chat-input {
5111
5134
  }
5112
5135
 
5113
5136
  .PlaygroundEditorTheme__code {
5114
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.05);
5115
- color: hsla(var(--cteditorf47ac10b-background));
5137
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.05);
5138
+ color: hsla(var(--cteditorf47ac10b-foreground));
5116
5139
  font-family: Menlo, Consolas, Monaco, monospace;
5117
5140
  display: block;
5118
5141
  padding: 8px 8px 8px 52px;
@@ -5127,15 +5150,15 @@ body .ai-chat-popup .ai-chat-input {
5127
5150
  -o-tab-size: 2;
5128
5151
  tab-size: 2;
5129
5152
  border-radius: 6px;
5130
- border: 1px solid hsla(var(--cteditorf47ac10b-background) / 0.1);
5153
+ border: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.1);
5131
5154
  transition: all 0.2s ease;
5132
5155
  cursor: pointer;
5133
5156
  }
5134
5157
 
5135
5158
  .PlaygroundEditorTheme__code:hover {
5136
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.08);
5137
- border-color: hsla(var(--cteditorf47ac10b-background) / 0.2);
5138
- box-shadow: 0 2px 8px hsla(var(--cteditorf47ac10b-background) / 0.1);
5159
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.08);
5160
+ border-color: hsla(var(--cteditorf47ac10b-foreground) / 0.2);
5161
+ box-shadow: 0 2px 8px hsla(var(--cteditorf47ac10b-foreground) / 0.1);
5139
5162
  }
5140
5163
 
5141
5164
  .PlaygroundEditorTheme__code:focus-within {
@@ -5144,7 +5167,7 @@ body .ai-chat-popup .ai-chat-input {
5144
5167
  }
5145
5168
 
5146
5169
  .PlaygroundEditorTheme__code.selected {
5147
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.1);
5170
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.1);
5148
5171
  border-color: hsla(var(--cteditorf47ac10b-primary));
5149
5172
  box-shadow: 0 0 0 2px hsla(var(--cteditorf47ac10b-primary) / 0.2);
5150
5173
  }
@@ -5152,14 +5175,14 @@ body .ai-chat-popup .ai-chat-input {
5152
5175
  .PlaygroundEditorTheme__code:before {
5153
5176
  content: attr(data-gutter);
5154
5177
  position: absolute;
5155
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.08);
5178
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.08);
5156
5179
  left: 0;
5157
5180
  top: 0;
5158
- border-right: 1px solid hsla(var(--cteditorf47ac10b-background) / 0.15);
5181
+ border-right: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.15);
5159
5182
  border-top-left-radius: 6px;
5160
5183
  border-bottom-left-radius: 6px;
5161
5184
  padding: 8px;
5162
- color: hsla(var(--cteditorf47ac10b-background) / 0.6);
5185
+ color: hsla(var(--cteditorf47ac10b-foreground) / 0.6);
5163
5186
  white-space: pre-wrap;
5164
5187
  text-align: right;
5165
5188
  min-width: 25px;
@@ -5189,11 +5212,14 @@ body .ai-chat-popup .ai-chat-input {
5189
5212
  border-collapse: collapse;
5190
5213
  border-spacing: 0;
5191
5214
  overflow-y: visible;
5192
- overflow-x: visible;
5215
+ overflow-x: auto;
5193
5216
  table-layout: fixed;
5194
- /* Remove width constraint - let inline styles control it */
5217
+ width: 100% !important; /* Full editor width like TinyMCE */
5195
5218
  margin-top: 25px;
5196
5219
  margin-bottom: 30px;
5220
+ margin-left: 0;
5221
+ margin-right: 0;
5222
+ display: block;
5197
5223
  }
5198
5224
 
5199
5225
  .PlaygroundEditorTheme__tableRowStriping tr:nth-child(even) {
@@ -5218,10 +5244,10 @@ body .ai-chat-popup .ai-chat-input {
5218
5244
 
5219
5245
  .PlaygroundEditorTheme__tableCell {
5220
5246
  border: 1px solid #bbb;
5221
- width: 75px;
5247
+ /* width removed - controlled by colgroup */
5222
5248
  vertical-align: top;
5223
5249
  text-align: start;
5224
- padding: 6px 8px;
5250
+ padding: 12px 12px 12px 16px;
5225
5251
  position: relative;
5226
5252
  outline: none;
5227
5253
  overflow: auto;
@@ -5249,11 +5275,61 @@ body .ai-chat-popup .ai-chat-input {
5249
5275
  text-align: start;
5250
5276
  white-space: nowrap;
5251
5277
  overflow: hidden;
5278
+ font-weight: 600;
5279
+ background-color: #323131;
5280
+ position: relative;
5281
+ }
5282
+
5283
+ /* Visual indicator for resizable columns - right bar on current cell */
5284
+ .PlaygroundEditorTheme__tableCellHeader::before {
5285
+ content: '';
5286
+ position: absolute;
5287
+ right: 0px;
5288
+ top: 50%;
5289
+ transform: translateY(-50%);
5290
+ width: 2px;
5291
+ height: 70%;
5292
+ background: linear-gradient(to bottom, transparent 0%, #475569 10%, #475569 90%, transparent 100%);
5293
+ opacity: 0.7;
5294
+ border-radius: 2px;
5295
+ pointer-events: none;
5296
+ transition: opacity 0.2s ease, height 0.2s ease;
5297
+ }
5298
+
5299
+ /* Visual indicator for resizable columns - left bar on next cell */
5300
+ .PlaygroundEditorTheme__tableCellHeader::after {
5301
+ content: '';
5302
+ position: absolute;
5303
+ left: 0px;
5304
+ top: 50%;
5305
+ transform: translateY(-50%);
5306
+ width: 2px;
5307
+ height: 70%;
5308
+ background: linear-gradient(to bottom, transparent 0%, #475569 10%, #475569 90%, transparent 100%);
5309
+ opacity: 0.7;
5310
+ border-radius: 2px;
5311
+ pointer-events: none;
5312
+ transition: opacity 0.2s ease, height 0.2s ease;
5313
+ }
5314
+
5315
+ /* Show indicator more prominently on hover */
5316
+ .PlaygroundEditorTheme__tableCellHeader:hover::before,
5317
+ .PlaygroundEditorTheme__tableCellHeader:hover::after {
5318
+ opacity: 1;
5319
+ height: 85%;
5320
+ background: linear-gradient(to bottom, transparent 0%, #334155 10%, #334155 90%, transparent 100%);
5321
+ }
5322
+
5323
+ /* Show indicator more prominently on hover */
5324
+ .PlaygroundEditorTheme__tableCellHeader:hover::before,
5325
+ .PlaygroundEditorTheme__tableCellHeader:hover::after {
5326
+ opacity: 1;
5327
+ height: 85%;
5328
+ background: linear-gradient(to bottom, transparent 0%, #334155 10%, #334155 90%, transparent 100%);
5252
5329
  }
5253
5330
 
5254
5331
  .PlaygroundEditorTheme__tableCellHeader * {
5255
5332
  white-space: nowrap;
5256
- display: inline;
5257
5333
  margin: 0;
5258
5334
  }
5259
5335
 
@@ -6189,118 +6265,78 @@ body .ai-chat-popup .ai-chat-input {
6189
6265
  border-radius: 2px !important;
6190
6266
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
6191
6267
  }
6192
- }/* Grammar Check Plugin Tooltip Styles */
6268
+ }/* ============================================
6269
+ Grammar & Spell Check Plugin Styles
6270
+ ============================================ */
6193
6271
 
6194
- .grammar-tooltip {
6195
- animation: fadeIn 0.2s ease-in-out;
6196
- pointer-events: auto;
6272
+ /* CSS Custom Properties */
6273
+ :root {
6274
+ --grammar-primary-color: #3b82f6;
6275
+ --grammar-hover-opacity: 0.05;
6276
+ --grammar-underline-height: 2px;
6277
+ --grammar-underline-width: 8px;
6278
+ --grammar-punctuation-width: 4px;
6197
6279
  }
6198
6280
 
6199
- @keyframes fadeIn {
6200
- from {
6201
- opacity: 0;
6202
- transform: translateY(-5px);
6203
- }
6204
- to {
6205
- opacity: 1;
6206
- transform: translateY(0);
6207
- }
6208
- }
6281
+ /* ============================================
6282
+ Error Elements Base Styles
6283
+ ============================================ */
6209
6284
 
6210
- /* Error highlighting styles - can be applied to text nodes */
6211
- .spelling-error {
6212
- -webkit-text-decoration: underline wavy red;
6213
- text-decoration: underline wavy red;
6214
- text-decoration-thickness: 2px;
6215
- text-underline-offset: 2px;
6285
+ /* Error word container */
6286
+ [data-grammar-error-type] {
6287
+ position: relative;
6216
6288
  cursor: pointer;
6217
6289
  }
6218
6290
 
6219
- .grammar-error {
6220
- -webkit-text-decoration: underline wavy blue;
6221
- text-decoration: underline wavy blue;
6222
- text-decoration-thickness: 2px;
6223
- text-underline-offset: 2px;
6224
- cursor: pointer;
6291
+ /* Subtle hover highlight for error words */
6292
+ [data-grammar-error-type]:hover {
6293
+ background-color: rgba(59, 130, 246, var(--grammar-hover-opacity));
6225
6294
  }
6226
6295
 
6227
- /* Tooltip card enhancements */
6228
- .grammar-tooltip .cteditor-shadow-xl {
6229
- box-shadow:
6230
- 0 10px 15px -3px rgba(0, 0, 0, 0.1),
6231
- 0 4px 6px -2px rgba(0, 0, 0, 0.05),
6232
- 0 0 0 1px rgba(0, 0, 0, 0.05);
6233
- }
6296
+ /* ============================================
6297
+ Underline Overlays
6298
+ ============================================ */
6234
6299
 
6235
- /* Suggestion button hover effects */
6236
- .grammar-tooltip button:active {
6237
- transform: scale(0.98);
6300
+ /* Dynamically positioned underlines (created by JavaScript) */
6301
+ .grammar-error-underline {
6302
+ position: absolute;
6303
+ height: var(--grammar-underline-height);
6304
+ background-repeat: repeat-x;
6305
+ background-size: var(--grammar-underline-width) var(--grammar-underline-height);
6306
+ pointer-events: none;
6307
+ z-index: 1;
6238
6308
  }
6239
6309
 
6240
- /* Error Panel - Compact notification bar */
6241
- .grammar-error-panel {
6242
- position: relative;
6243
- max-width: -moz-fit-content;
6244
- max-width: fit-content;
6245
- margin-bottom: 8px;
6246
- z-index: 100;
6247
- animation: slideDown 0.3s ease-out;
6310
+ /* ============================================
6311
+ Punctuation Error Indicator
6312
+ ============================================ */
6313
+
6314
+ /* Visual indicator for missing punctuation */
6315
+ [data-is-punctuation="true"]::after {
6316
+ content: '';
6317
+ display: inline-block;
6318
+ width: var(--grammar-punctuation-width);
6319
+ height: var(--grammar-underline-height);
6320
+ margin-left: 1px;
6321
+ vertical-align: baseline;
6322
+ background: var(--grammar-primary-color);
6248
6323
  }
6249
6324
 
6250
- @keyframes slideDown {
6325
+ /* ============================================
6326
+ Animations
6327
+ ============================================ */
6328
+
6329
+ /* Fade-in animation for tooltips and menus */
6330
+ @keyframes fadeIn {
6251
6331
  from {
6252
6332
  opacity: 0;
6253
- transform: translateY(-10px);
6254
- max-height: 0;
6333
+ transform: translateY(-8px);
6255
6334
  }
6256
6335
  to {
6257
6336
  opacity: 1;
6258
6337
  transform: translateY(0);
6259
- max-height: 300px;
6260
- }
6261
- }
6262
-
6263
- /* Error toggle button - when panel is hidden (inline version) */
6264
- .grammar-error-toggle {
6265
- position: relative;
6266
- display: inline-flex;
6267
- align-items: center;
6268
- gap: 8px;
6269
- padding: 6px 12px;
6270
- margin-bottom: 8px;
6271
- background: #ef4444;
6272
- color: white;
6273
- border: none;
6274
- border-radius: 6px;
6275
- cursor: pointer;
6276
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
6277
- transition: all 0.2s;
6278
- font-size: 13px;
6279
- }
6280
-
6281
- .grammar-error-toggle:hover {
6282
- background: #dc2626;
6283
- transform: translateY(-1px);
6284
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
6285
- }
6286
-
6287
- .grammar-error-toggle span {
6288
- font-weight: 600;
6289
- font-size: 13px;
6290
- }
6291
-
6292
- /* Compact panel styling */
6293
- .grammar-error-panel .cteditor-max-h-48 {
6294
- max-height: 200px;
6295
- }
6296
-
6297
- /* Responsive tooltip positioning */
6298
- @media (max-width: 768px) {
6299
- .grammar-tooltip {
6300
- max-width: 90vw;
6301
6338
  }
6302
- }
6303
- #ct-editor-f47ac10b {
6339
+ }#ct-editor-f47ac10b {
6304
6340
  .floating-embed-menu {
6305
6341
  display: flex !important;
6306
6342
  /* flex-direction: column; */
@@ -6524,7 +6560,6 @@ body .ai-chat-popup .ai-chat-input {
6524
6560
 
6525
6561
  .floating-text-format-popup {
6526
6562
  display: flex;
6527
-
6528
6563
  padding: 4px;
6529
6564
  vertical-align: middle;
6530
6565
  position: absolute;
@@ -6532,59 +6567,17 @@ body .ai-chat-popup .ai-chat-input {
6532
6567
  left: 0;
6533
6568
  z-index: 10;
6534
6569
  opacity: 0;
6535
-
6536
6570
  border-radius: 8px;
6537
6571
  transition: opacity 0.5s;
6538
6572
 
6539
6573
  will-change: transform;
6540
6574
  }
6541
6575
 
6542
- .floating-text-format-popup button.popup-item {
6543
- border: 0;
6544
- display: flex;
6545
- background: none;
6546
- border-radius: 10px;
6547
- padding: 2px;
6548
- cursor: pointer;
6549
- vertical-align: middle;
6550
- }
6551
-
6552
- .floating-text-format-popup button.popup-item:disabled {
6553
- cursor: not-allowed;
6554
- }
6555
-
6556
- .floating-text-format-popup button.popup-item.spaced {
6557
- margin-right: 2px;
6558
- }
6559
-
6560
- .floating-text-format-popup button.popup-item i.format {
6561
- background-size: contain;
6562
- height: 18px;
6563
- width: 18px;
6564
- margin-top: 2px;
6565
- vertical-align: -0.25em;
6566
- display: flex;
6567
- opacity: 0.6;
6568
- }
6569
6576
 
6570
- .floating-text-format-popup button.popup-item:disabled i.format {
6571
- opacity: 0.2;
6572
- }
6573
6577
 
6574
- .floating-text-format-popup button.popup-item.active {
6575
- }
6576
6578
 
6577
- .floating-text-format-popup button.popup-item.active i {
6578
- opacity: 1;
6579
- }
6580
6579
 
6581
- .floating-text-format-popup .popup-item:hover:not([disabled]) {
6582
- }
6583
6580
 
6584
- /* AI Chat icon */
6585
- .floating-text-format-popup button.popup-item i.format.ai-chat {
6586
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'%3E%3Cpath d='M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z'%3E%3C/path%3E%3C/svg%3E");
6587
- }
6588
6581
 
6589
6582
  .floating-text-format-popup select.popup-item {
6590
6583
  border: 0;
@@ -6606,30 +6599,7 @@ body .ai-chat-popup .ai-chat-input {
6606
6599
  width: 130px;
6607
6600
  }
6608
6601
 
6609
- .floating-text-format-popup .popup-item .text {
6610
- display: flex;
6611
- line-height: 20px;
6612
- vertical-align: middle;
6613
- font-size: 14px;
6614
- color: #777;
6615
- text-overflow: ellipsis;
6616
- width: 70px;
6617
- overflow: hidden;
6618
- height: 20px;
6619
- text-align: left;
6620
- }
6621
6602
 
6622
- .floating-text-format-popup .popup-item .icon {
6623
- display: flex;
6624
- width: 20px;
6625
- height: 20px;
6626
- -webkit-user-select: none;
6627
- -moz-user-select: none;
6628
- user-select: none;
6629
- margin-right: 8px;
6630
- line-height: 16px;
6631
- background-size: contain;
6632
- }
6633
6603
 
6634
6604
  .floating-text-format-popup i.chevron-down {
6635
6605
  margin-top: 3px;
@@ -6905,7 +6875,7 @@ body .ai-chat-popup .ai-chat-input {
6905
6875
  }
6906
6876
 
6907
6877
  /* Dropdown Menu Styles for Table Actions - Liquid Glass Design */
6908
- .dropdown.table-drop {
6878
+ .dropdown.table-drop-old {
6909
6879
  z-index: 100;
6910
6880
  display: block;
6911
6881
  position: fixed;
@@ -6913,6 +6883,8 @@ body .ai-chat-popup .ai-chat-input {
6913
6883
  min-height: 40px;
6914
6884
  min-width: 200px;
6915
6885
  padding: 6px;
6886
+ overflow-y: auto;
6887
+ overflow-x: hidden;
6916
6888
 
6917
6889
  /* Liquid glass effect */
6918
6890
  background: hsl(var(--cteditorf47ac10b-popover) / 0.85);
@@ -6932,81 +6904,46 @@ body .ai-chat-popup .ai-chat-input {
6932
6904
  animation: dropdownFadeIn 0.2s ease-out;
6933
6905
  }
6934
6906
 
6935
- @keyframes dropdownFadeIn {
6936
- from {
6937
- opacity: 0;
6938
- transform: translateY(-8px) scale(0.96);
6939
- }
6940
- to {
6941
- opacity: 1;
6942
- transform: translateY(0) scale(1);
6943
- }
6944
- }
6945
-
6946
- .dropdown.table-drop .item {
6947
- padding: 10px 12px;
6948
- cursor: pointer;
6949
- line-height: 18px;
6950
- font-size: 14px;
6951
- display: flex;
6952
- align-items: center;
6953
- flex-direction: row;
6954
- flex-shrink: 0;
6955
- justify-content: flex-start;
6956
- border-radius: 8px;
6957
- border: 0;
6958
- width: 100%;
6959
- background-color: transparent;
6960
- color: hsl(var(--cteditorf47ac10b-popover-foreground));
6961
- transition: all 0.15s ease;
6962
- font-weight: 400;
6963
- white-space: nowrap;
6907
+ /* Custom scrollbar styling */
6908
+ .dropdown.table-drop::-webkit-scrollbar {
6909
+ width: 8px;
6964
6910
  }
6965
6911
 
6966
- .dropdown.table-drop .item:hover {
6967
- background-color: hsl(var(--cteditorf47ac10b-accent) / 0.8);
6968
- color: hsl(var(--cteditorf47ac10b-accent-foreground));
6969
- transform: translateX(2px);
6912
+ .dropdown.table-drop::-webkit-scrollbar-track {
6913
+ background: transparent;
6914
+ border-radius: 4px;
6970
6915
  }
6971
6916
 
6972
- .dropdown.table-drop .item:active {
6973
- transform: translateX(2px) scale(0.98);
6917
+ .dropdown.table-drop::-webkit-scrollbar-thumb {
6918
+ background: rgba(0, 0, 0, 0.2);
6919
+ border-radius: 4px;
6920
+ -webkit-transition: background 0.2s;
6921
+ transition: background 0.2s;
6974
6922
  }
6975
6923
 
6976
- .dropdown.table-drop .item .text {
6977
- display: flex;
6978
- line-height: 20px;
6979
- flex-grow: 1;
6980
- font-size: 14px;
6924
+ .dropdown.table-drop::-webkit-scrollbar-thumb:hover {
6925
+ background: rgba(0, 0, 0, 0.3);
6981
6926
  }
6982
6927
 
6983
- .dropdown.table-drop .item .icon {
6984
- display: flex;
6985
- width: 18px;
6986
- height: 18px;
6987
- -webkit-user-select: none;
6988
- -moz-user-select: none;
6989
- user-select: none;
6990
- margin-right: 10px;
6991
- background-size: contain;
6992
- background-position: center;
6993
- background-repeat: no-repeat;
6928
+ /* Firefox scrollbar */
6929
+ .dropdown.table-drop-old {
6930
+ scrollbar-width: thin;
6931
+ scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
6994
6932
  }
6995
6933
 
6996
- /* Divider styling */
6997
- .dropdown.table-drop .cteditor-border-b {
6998
- border-color: hsl(var(--cteditorf47ac10b-border) / 0.2);
6999
- margin: 4px 0;
6934
+ @keyframes dropdownFadeIn {
6935
+ from {
6936
+ opacity: 0;
6937
+ transform: translateY(-8px) scale(0.96);
6938
+ }
6939
+ to {
6940
+ opacity: 1;
6941
+ transform: translateY(0) scale(1);
6942
+ }
7000
6943
  }
7001
6944
 
7002
- /* Custom row striping with CSS variable */
7003
- .table-custom-striping tr:nth-child(even) {
7004
- background-color: var(--table-striping-color) !important;
7005
- }
7006
6945
 
7007
- .PlaygroundEditorTheme__tableRowStriping tr:nth-child(even) {
7008
- background-color: var(--cteditorf47ac10b-muted-foreground);
7009
- }/**
6946
+ /**
7010
6947
  * Copyright (c) Meta Platforms, Inc. and affiliates.
7011
6948
  *
7012
6949
  * This source code is licensed under the MIT license found in the
@@ -7014,25 +6951,22 @@ body .ai-chat-popup .ai-chat-input {
7014
6951
  *
7015
6952
  */
7016
6953
 
7017
- .color-picker-wrapper {
7018
- padding: 20px;
7019
- }
7020
6954
 
7021
6955
  .color-picker-basic-color {
7022
6956
  display: flex;
7023
- flex-wrap: wrap;
7024
6957
  gap: 10px;
7025
6958
  margin: 0;
7026
6959
  padding: 0;
7027
6960
  }
7028
6961
 
7029
6962
  .color-picker-basic-color button {
7030
- border: 1px solid #ccc;
6963
+ border: 1px solid rgba(204, 204, 204, 0.203);
7031
6964
  border-radius: 4px;
7032
- height: 16px;
7033
- width: 16px;
6965
+ height: auto;
6966
+ width: 100%;
7034
6967
  cursor: pointer;
7035
6968
  list-style-type: none;
6969
+ aspect-ratio:1;
7036
6970
  }
7037
6971
 
7038
6972
  .color-picker-basic-color button.active {
@@ -7093,10 +7027,10 @@ body .ai-chat-popup .ai-chat-input {
7093
7027
  }
7094
7028
 
7095
7029
  .color-picker-color {
7096
- border: 1px solid #ccc;
7097
- margin-top: 15px;
7098
- width: 100%;
7099
- height: 20px;
7030
+ border: 1px solid rgba(204, 204, 204, 0.292);
7031
+ width:36px;
7032
+ height: 36px;
7033
+ border-radius:10px;
7100
7034
  }
7101
7035
  /**
7102
7036
  * Copyright (c) Meta Platforms, Inc. and affiliates.
@@ -7111,7 +7045,7 @@ body .ai-chat-popup .ai-chat-input {
7111
7045
  display: flex;
7112
7046
  flex-direction: row;
7113
7047
  align-items: center;
7114
- margin-bottom: 10px;
7048
+
7115
7049
  }
7116
7050
  .Input__label {
7117
7051
  display: flex;
@@ -7131,6 +7065,8 @@ body .ai-chat-popup .ai-chat-input {
7131
7065
  font-size: 16px;
7132
7066
  border-radius: 5px;
7133
7067
  min-width: 0;
7068
+ max-width:120px;
7069
+ outline:none;
7134
7070
  }
7135
7071
  /**
7136
7072
  * Copyright (c) Meta Platforms, Inc. and affiliates.
@@ -7232,8 +7168,8 @@ body .ai-chat-popup .ai-chat-input {
7232
7168
  .ImageNode__contentEditable {
7233
7169
  position: relative;
7234
7170
  width: 100%;
7235
- background: hsla(var(--cteditorf47ac10b-secondary) / 0.5);
7236
- border: 1px solid hsla(var(--cteditorf47ac10b-border) / 0.2);
7171
+ background: hsla(var(--cteditorf47ac10b-foreground) / 0.1);
7172
+ border: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.1);
7237
7173
  color: 1px solid hsla(var(--cteditorf47ac10b-foreground));
7238
7174
  border-radius: 6px;
7239
7175
  padding:4px 8px;
@@ -7247,8 +7183,8 @@ body .ai-chat-popup .ai-chat-input {
7247
7183
 
7248
7184
  .ImageNode__contentEditable:focus {
7249
7185
  background: hsla(var(--cteditorf47ac10b-secondary));
7250
- border-color: hsla(var(--cteditorf47ac10b-border) / 0.4);
7251
- box-shadow: 0 0 0 3px hsla(var(--cteditorf47ac10b-primary) / 0.1);
7186
+ border-color: hsla(var(--cteditorf47ac10b-secondary) / 0.4);
7187
+ box-shadow: 0 0 0 2px hsla(var(--cteditorf47ac10b-primary) / 0.1);
7252
7188
  }
7253
7189
 
7254
7190
  .ImageNode__contentEditable::-moz-placeholder {
@@ -7272,12 +7208,12 @@ body .ai-chat-popup .ai-chat-input {
7272
7208
  margin-top: 12px;
7273
7209
  margin-bottom: 16px;
7274
7210
  padding-top: 8px;
7275
- border-top: 1px solid hsla(var(--cteditorf47ac10b-border) / 0.2);
7211
+ border-top: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.2);
7276
7212
  }
7277
7213
 
7278
7214
  /* Signature caption editable area */
7279
7215
  .signature-caption-editable {
7280
- background: hsla(var(--cteditorf47ac10b-secondary) / 0.15);
7216
+ background: hsla(var(--cteditorf47ac10b-foreground) / 0.15);
7281
7217
  border: none;
7282
7218
  border-radius: 4px;
7283
7219
  padding: 6px 12px;
@@ -7294,7 +7230,7 @@ body .ai-chat-popup .ai-chat-input {
7294
7230
  }
7295
7231
 
7296
7232
  .signature-caption-editable:focus {
7297
- background: hsla(var(--cteditorf47ac10b-secondary) / 0.3);
7233
+ background: hsla(var(--cteditorf47ac10b-foreground) / 0.3);
7298
7234
  border-radius: 4px;
7299
7235
  color: hsl(var(--cteditorf47ac10b-foreground)) !important;
7300
7236
  }