ct-rich-text-editor 1.3.8 → 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 (28) 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 +2 -0
  4. package/dist/assets/style.css +375 -544
  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/LanguageSelectorDialog/index.d.ts +8 -0
  9. package/dist/components/ToneAdjustDialog/index.d.ts +8 -0
  10. package/dist/constants.d.ts +2 -1
  11. package/dist/{html2pdf.bundle-6d32d085.js → html2pdf.bundle-edf70ece.js} +2 -2
  12. package/dist/{html2pdf.bundle-6d32d085.js.map → html2pdf.bundle-edf70ece.js.map} +1 -1
  13. package/dist/{html2pdf.bundle.min-b3120e0c.js → html2pdf.bundle.min-94e617b8.js} +2 -2
  14. package/dist/{html2pdf.bundle.min-b3120e0c.js.map → html2pdf.bundle.min-94e617b8.js.map} +1 -1
  15. package/dist/{index-42136c92.js → index-0445ed0b.js} +3 -3
  16. package/dist/{index-42136c92.js.map → index-0445ed0b.js.map} +1 -1
  17. package/dist/{index-158a9bd4.js → index-4061f3ce.js} +7223 -5786
  18. package/dist/index-4061f3ce.js.map +1 -0
  19. package/dist/{index-9548fdb4.js → index-db990790.js} +9 -9
  20. package/dist/{index-9548fdb4.js.map → index-db990790.js.map} +1 -1
  21. package/dist/index.js +1 -1
  22. package/dist/nodes/ChartNode.d.ts +41 -0
  23. package/dist/plugins/CombinedAutocompletGrammarPlugin.d.ts +2 -3
  24. package/dist/ui/Icons.d.ts +5 -1
  25. package/dist/utils/export.d.ts +1 -1
  26. package/package.json +2 -2
  27. package/dist/index-158a9bd4.js.map +0 -1
  28. package/dist/plugins/TableHoverActionsPlugin/index_old_backup.d.ts +0 -17
@@ -648,10 +648,6 @@ video {
648
648
  left: 0.625rem;
649
649
  }
650
650
 
651
- .cteditor-left-4{
652
- left: 1rem;
653
- }
654
-
655
651
  .cteditor-left-\[50\%\]{
656
652
  left: 50%;
657
653
  }
@@ -664,10 +660,6 @@ video {
664
660
  right: 0.25rem;
665
661
  }
666
662
 
667
- .cteditor-right-12{
668
- right: 3rem;
669
- }
670
-
671
663
  .cteditor-right-2{
672
664
  right: 0.5rem;
673
665
  }
@@ -712,6 +704,14 @@ video {
712
704
  z-index: 50;
713
705
  }
714
706
 
707
+ .cteditor-z-\[10001\]{
708
+ z-index: 10001;
709
+ }
710
+
711
+ .cteditor-z-\[100\]{
712
+ z-index: 100;
713
+ }
714
+
715
715
  .cteditor-z-\[9999\]{
716
716
  z-index: 9999;
717
717
  }
@@ -724,6 +724,11 @@ video {
724
724
  margin: 2px;
725
725
  }
726
726
 
727
+ .\!cteditor-my-1{
728
+ margin-top: 0.25rem !important;
729
+ margin-bottom: 0.25rem !important;
730
+ }
731
+
727
732
  .cteditor--mx-1{
728
733
  margin-left: -0.25rem;
729
734
  margin-right: -0.25rem;
@@ -757,6 +762,10 @@ video {
757
762
  margin-top: 0px !important;
758
763
  }
759
764
 
765
+ .cteditor-mb-0{
766
+ margin-bottom: 0px;
767
+ }
768
+
760
769
  .cteditor-mb-0\.5{
761
770
  margin-bottom: 0.125rem;
762
771
  }
@@ -821,10 +830,21 @@ video {
821
830
  margin-top: 1rem;
822
831
  }
823
832
 
833
+ .cteditor-mt-5{
834
+ margin-top: 1.25rem;
835
+ }
836
+
824
837
  .cteditor-mt-6{
825
838
  margin-top: 1.5rem;
826
839
  }
827
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
+
828
848
  .\!cteditor-block{
829
849
  display: block !important;
830
850
  }
@@ -837,10 +857,6 @@ video {
837
857
  display: inline-block;
838
858
  }
839
859
 
840
- .cteditor-inline{
841
- display: inline;
842
- }
843
-
844
860
  .cteditor-flex{
845
861
  display: flex;
846
862
  }
@@ -881,6 +897,11 @@ video {
881
897
  height: 1.25rem !important;
882
898
  }
883
899
 
900
+ .\!cteditor-size-6{
901
+ width: 1.5rem !important;
902
+ height: 1.5rem !important;
903
+ }
904
+
884
905
  .\!cteditor-size-\[18px\]{
885
906
  width: 18px !important;
886
907
  height: 18px !important;
@@ -926,6 +947,11 @@ video {
926
947
  height: 18px;
927
948
  }
928
949
 
950
+ .cteditor-size-auto{
951
+ width: auto;
952
+ height: auto;
953
+ }
954
+
929
955
  .\!cteditor-h-6{
930
956
  height: 1.5rem !important;
931
957
  }
@@ -958,10 +984,6 @@ video {
958
984
  height: 0.5rem;
959
985
  }
960
986
 
961
- .cteditor-h-2\.5{
962
- height: 0.625rem;
963
- }
964
-
965
987
  .cteditor-h-20{
966
988
  height: 5rem;
967
989
  }
@@ -1058,10 +1080,26 @@ video {
1058
1080
  max-height: 200px;
1059
1081
  }
1060
1082
 
1083
+ .cteditor-max-h-\[300px\]{
1084
+ max-height: 300px;
1085
+ }
1086
+
1087
+ .cteditor-max-h-\[350px\]{
1088
+ max-height: 350px;
1089
+ }
1090
+
1061
1091
  .cteditor-max-h-\[400px\]{
1062
1092
  max-height: 400px;
1063
1093
  }
1064
1094
 
1095
+ .cteditor-max-h-\[600px\]{
1096
+ max-height: 600px;
1097
+ }
1098
+
1099
+ .cteditor-max-h-\[650px\]{
1100
+ max-height: 650px;
1101
+ }
1102
+
1065
1103
  .cteditor-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{
1066
1104
  max-height: var(--radix-dropdown-menu-content-available-height);
1067
1105
  }
@@ -1070,6 +1108,14 @@ video {
1070
1108
  min-height: 2.75rem;
1071
1109
  }
1072
1110
 
1111
+ .cteditor-min-h-16{
1112
+ min-height: 4rem;
1113
+ }
1114
+
1115
+ .cteditor-min-h-8{
1116
+ min-height: 2rem;
1117
+ }
1118
+
1073
1119
  .cteditor-min-h-\[1\.25rem\]{
1074
1120
  min-height: 1.25rem;
1075
1121
  }
@@ -1082,6 +1128,10 @@ video {
1082
1128
  min-height: 300px;
1083
1129
  }
1084
1130
 
1131
+ .cteditor-min-h-\[40px\]{
1132
+ min-height: 40px;
1133
+ }
1134
+
1085
1135
  .cteditor-min-h-\[60px\]{
1086
1136
  min-height: 60px;
1087
1137
  }
@@ -1106,10 +1156,6 @@ video {
1106
1156
  width: 2.5rem;
1107
1157
  }
1108
1158
 
1109
- .cteditor-w-12{
1110
- width: 3rem;
1111
- }
1112
-
1113
1159
  .cteditor-w-14{
1114
1160
  width: 3.5rem;
1115
1161
  }
@@ -1122,10 +1168,6 @@ video {
1122
1168
  width: 0.5rem;
1123
1169
  }
1124
1170
 
1125
- .cteditor-w-2\.5{
1126
- width: 0.625rem;
1127
- }
1128
-
1129
1171
  .cteditor-w-24{
1130
1172
  width: 6rem;
1131
1173
  }
@@ -1174,6 +1216,10 @@ video {
1174
1216
  width: 2rem;
1175
1217
  }
1176
1218
 
1219
+ .cteditor-w-80{
1220
+ width: 20rem;
1221
+ }
1222
+
1177
1223
  .cteditor-w-9{
1178
1224
  width: 2.25rem;
1179
1225
  }
@@ -1194,6 +1240,10 @@ video {
1194
1240
  width: 20rem;
1195
1241
  }
1196
1242
 
1243
+ .cteditor-w-\[340px\]{
1244
+ width: 340px;
1245
+ }
1246
+
1197
1247
  .cteditor-w-\[400px\]{
1198
1248
  width: 400px;
1199
1249
  }
@@ -1214,8 +1264,12 @@ video {
1214
1264
  min-width: 14rem;
1215
1265
  }
1216
1266
 
1217
- .cteditor-min-w-\[180px\]{
1218
- min-width: 180px;
1267
+ .cteditor-min-w-\[160px\]{
1268
+ min-width: 160px;
1269
+ }
1270
+
1271
+ .cteditor-min-w-\[200px\]{
1272
+ min-width: 200px;
1219
1273
  }
1220
1274
 
1221
1275
  .cteditor-min-w-\[8rem\]{
@@ -1238,6 +1292,10 @@ video {
1238
1292
  max-width: 42rem;
1239
1293
  }
1240
1294
 
1295
+ .cteditor-max-w-96{
1296
+ max-width: 24rem;
1297
+ }
1298
+
1241
1299
  .cteditor-max-w-full{
1242
1300
  max-width: 100%;
1243
1301
  }
@@ -1361,12 +1419,6 @@ video {
1361
1419
  resize: vertical;
1362
1420
  }
1363
1421
 
1364
- .cteditor-appearance-none{
1365
- -webkit-appearance: none;
1366
- -moz-appearance: none;
1367
- appearance: none;
1368
- }
1369
-
1370
1422
  .cteditor-grid-cols-2{
1371
1423
  grid-template-columns: repeat(2, minmax(0, 1fr));
1372
1424
  }
@@ -1379,6 +1431,10 @@ video {
1379
1431
  grid-template-columns: repeat(7, minmax(0, 1fr));
1380
1432
  }
1381
1433
 
1434
+ .cteditor-grid-cols-\[1fr_1fr_80px_40px\]{
1435
+ grid-template-columns: 1fr 1fr 80px 40px;
1436
+ }
1437
+
1382
1438
  .cteditor-flex-col{
1383
1439
  flex-direction: column;
1384
1440
  }
@@ -1399,10 +1455,6 @@ video {
1399
1455
  align-items: flex-start;
1400
1456
  }
1401
1457
 
1402
- .cteditor-items-end{
1403
- align-items: flex-end;
1404
- }
1405
-
1406
1458
  .cteditor-items-center{
1407
1459
  align-items: center;
1408
1460
  }
@@ -1455,10 +1507,6 @@ video {
1455
1507
  gap: 0.5rem;
1456
1508
  }
1457
1509
 
1458
- .cteditor-gap-2\.5{
1459
- gap: 0.625rem;
1460
- }
1461
-
1462
1510
  .cteditor-gap-3{
1463
1511
  gap: 0.75rem;
1464
1512
  }
@@ -1467,6 +1515,12 @@ video {
1467
1515
  gap: 1rem;
1468
1516
  }
1469
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
+
1470
1524
  .cteditor-space-x-2 > :not([hidden]) ~ :not([hidden]){
1471
1525
  --tw-space-x-reverse: 0;
1472
1526
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
@@ -1521,10 +1575,20 @@ video {
1521
1575
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
1522
1576
  }
1523
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
+
1524
1584
  .cteditor-overflow-hidden{
1525
1585
  overflow: hidden;
1526
1586
  }
1527
1587
 
1588
+ .cteditor-overflow-clip{
1589
+ overflow: clip;
1590
+ }
1591
+
1528
1592
  .cteditor-overflow-x-auto{
1529
1593
  overflow-x: auto;
1530
1594
  }
@@ -1559,6 +1623,10 @@ video {
1559
1623
  white-space: pre-wrap;
1560
1624
  }
1561
1625
 
1626
+ .cteditor-text-wrap{
1627
+ text-wrap: wrap;
1628
+ }
1629
+
1562
1630
  .cteditor-break-words{
1563
1631
  overflow-wrap: break-word;
1564
1632
  }
@@ -1600,10 +1668,18 @@ video {
1600
1668
  border-bottom-right-radius: calc(var(--cteditorf47ac10b-radius) - 2px);
1601
1669
  }
1602
1670
 
1671
+ .\!cteditor-border{
1672
+ border-width: 1px !important;
1673
+ }
1674
+
1603
1675
  .cteditor-border{
1604
1676
  border-width: 1px;
1605
1677
  }
1606
1678
 
1679
+ .cteditor-border-0{
1680
+ border-width: 0px;
1681
+ }
1682
+
1607
1683
  .cteditor-border-2{
1608
1684
  border-width: 2px;
1609
1685
  }
@@ -1616,10 +1692,6 @@ video {
1616
1692
  border-bottom-width: 1px;
1617
1693
  }
1618
1694
 
1619
- .cteditor-border-b-2{
1620
- border-bottom-width: 2px;
1621
- }
1622
-
1623
1695
  .cteditor-border-l{
1624
1696
  border-left-width: 1px;
1625
1697
  }
@@ -1648,6 +1720,20 @@ video {
1648
1720
  border-style: none;
1649
1721
  }
1650
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
+
1651
1737
  .cteditor-border-\[\#e0e0e0\]{
1652
1738
  --tw-border-opacity: 1;
1653
1739
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
@@ -1662,16 +1748,6 @@ video {
1662
1748
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
1663
1749
  }
1664
1750
 
1665
- .cteditor-border-amber-300{
1666
- --tw-border-opacity: 1;
1667
- border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
1668
- }
1669
-
1670
- .cteditor-border-amber-400{
1671
- --tw-border-opacity: 1;
1672
- border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
1673
- }
1674
-
1675
1751
  .cteditor-border-background\/10{
1676
1752
  border-color: hsl(var(--cteditorf47ac10b-background) / 0.1);
1677
1753
  }
@@ -1710,6 +1786,10 @@ video {
1710
1786
  border-color: hsl(var(--cteditorf47ac10b-foreground) / 0.05);
1711
1787
  }
1712
1788
 
1789
+ .cteditor-border-foreground\/60{
1790
+ border-color: hsl(var(--cteditorf47ac10b-foreground) / 0.6);
1791
+ }
1792
+
1713
1793
  .cteditor-border-gray-200{
1714
1794
  --tw-border-opacity: 1;
1715
1795
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
@@ -1744,10 +1824,6 @@ video {
1744
1824
  border-color: hsl(var(--cteditorf47ac10b-input));
1745
1825
  }
1746
1826
 
1747
- .cteditor-border-popover{
1748
- border-color: hsl(var(--cteditorf47ac10b-popover));
1749
- }
1750
-
1751
1827
  .cteditor-border-primary{
1752
1828
  border-color: hsl(var(--cteditorf47ac10b-primary));
1753
1829
  }
@@ -1770,11 +1846,6 @@ video {
1770
1846
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
1771
1847
  }
1772
1848
 
1773
- .cteditor-border-rose-400{
1774
- --tw-border-opacity: 1;
1775
- border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
1776
- }
1777
-
1778
1849
  .cteditor-border-transparent{
1779
1850
  border-color: transparent;
1780
1851
  }
@@ -1851,20 +1922,11 @@ video {
1851
1922
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
1852
1923
  }
1853
1924
 
1854
- .cteditor-bg-amber-100\/50{
1855
- background-color: rgb(254 243 199 / 0.5);
1856
- }
1857
-
1858
1925
  .cteditor-bg-amber-50{
1859
1926
  --tw-bg-opacity: 1;
1860
1927
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
1861
1928
  }
1862
1929
 
1863
- .cteditor-bg-amber-600{
1864
- --tw-bg-opacity: 1;
1865
- background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
1866
- }
1867
-
1868
1930
  .cteditor-bg-background{
1869
1931
  background-color: hsl(var(--cteditorf47ac10b-background));
1870
1932
  }
@@ -1929,6 +1991,10 @@ video {
1929
1991
  background-color: hsl(var(--cteditorf47ac10b-destructive) / 0.1);
1930
1992
  }
1931
1993
 
1994
+ .cteditor-bg-foreground\/15{
1995
+ background-color: hsl(var(--cteditorf47ac10b-foreground) / 0.15);
1996
+ }
1997
+
1932
1998
  .cteditor-bg-foreground\/20{
1933
1999
  background-color: hsl(var(--cteditorf47ac10b-foreground) / 0.2);
1934
2000
  }
@@ -1971,10 +2037,6 @@ video {
1971
2037
  background-color: hsl(var(--cteditorf47ac10b-muted));
1972
2038
  }
1973
2039
 
1974
- .cteditor-bg-muted\/30{
1975
- background-color: hsl(var(--cteditorf47ac10b-muted) / 0.3);
1976
- }
1977
-
1978
2040
  .cteditor-bg-muted\/50{
1979
2041
  background-color: hsl(var(--cteditorf47ac10b-muted) / 0.5);
1980
2042
  }
@@ -2028,11 +2090,6 @@ video {
2028
2090
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
2029
2091
  }
2030
2092
 
2031
- .cteditor-bg-rose-600{
2032
- --tw-bg-opacity: 1;
2033
- background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
2034
- }
2035
-
2036
2093
  .cteditor-bg-secondary{
2037
2094
  background-color: hsl(var(--cteditorf47ac10b-secondary));
2038
2095
  }
@@ -2054,15 +2111,15 @@ video {
2054
2111
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
2055
2112
  }
2056
2113
 
2057
- .cteditor-bg-white\/80{
2058
- background-color: rgb(255 255 255 / 0.8);
2059
- }
2060
-
2061
2114
  .cteditor-bg-yellow-50{
2062
2115
  --tw-bg-opacity: 1;
2063
2116
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
2064
2117
  }
2065
2118
 
2119
+ .\!cteditor-bg-gradient-to-r{
2120
+ background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
2121
+ }
2122
+
2066
2123
  .cteditor-bg-gradient-to-br{
2067
2124
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
2068
2125
  }
@@ -2071,15 +2128,25 @@ video {
2071
2128
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
2072
2129
  }
2073
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
+
2074
2141
  .cteditor-from-background{
2075
2142
  --tw-gradient-from: hsl(var(--cteditorf47ac10b-background)) var(--tw-gradient-from-position);
2076
2143
  --tw-gradient-to: hsl(var(--cteditorf47ac10b-background) / 0) var(--tw-gradient-to-position);
2077
2144
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2078
2145
  }
2079
2146
 
2080
- .cteditor-from-gray-50{
2081
- --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
2082
- --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);
2083
2150
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2084
2151
  }
2085
2152
 
@@ -2089,22 +2156,31 @@ video {
2089
2156
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2090
2157
  }
2091
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
+
2092
2169
  .cteditor-via-primary\/10{
2093
2170
  --tw-gradient-to: hsl(var(--cteditorf47ac10b-primary) / 0) var(--tw-gradient-to-position);
2094
2171
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--cteditorf47ac10b-primary) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
2095
2172
  }
2096
2173
 
2097
- .cteditor-via-rose-50\/30{
2098
- --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
2099
- --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;
2100
2176
  }
2101
2177
 
2102
2178
  .cteditor-to-background{
2103
2179
  --tw-gradient-to: hsl(var(--cteditorf47ac10b-background)) var(--tw-gradient-to-position);
2104
2180
  }
2105
2181
 
2106
- .cteditor-to-gray-50{
2107
- --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);
2108
2184
  }
2109
2185
 
2110
2186
  .cteditor-to-pink-500\/5{
@@ -2152,18 +2228,26 @@ video {
2152
2228
  padding: 0.75rem;
2153
2229
  }
2154
2230
 
2155
- .cteditor-p-3\.5{
2156
- padding: 0.875rem;
2157
- }
2158
-
2159
2231
  .cteditor-p-4{
2160
2232
  padding: 1rem;
2161
2233
  }
2162
2234
 
2235
+ .cteditor-p-5{
2236
+ padding: 1.25rem;
2237
+ }
2238
+
2163
2239
  .cteditor-p-6{
2164
2240
  padding: 1.5rem;
2165
2241
  }
2166
2242
 
2243
+ .cteditor-p-\[2px\]{
2244
+ padding: 2px;
2245
+ }
2246
+
2247
+ .cteditor-p-\[6px\]{
2248
+ padding: 6px;
2249
+ }
2250
+
2167
2251
  .\!cteditor-px-1{
2168
2252
  padding-left: 0.25rem !important;
2169
2253
  padding-right: 0.25rem !important;
@@ -2204,11 +2288,6 @@ video {
2204
2288
  padding-right: 0.75rem;
2205
2289
  }
2206
2290
 
2207
- .cteditor-px-3\.5{
2208
- padding-left: 0.875rem;
2209
- padding-right: 0.875rem;
2210
- }
2211
-
2212
2291
  .cteditor-px-4{
2213
2292
  padding-left: 1rem;
2214
2293
  padding-right: 1rem;
@@ -2274,6 +2353,10 @@ video {
2274
2353
  padding-bottom: 7px;
2275
2354
  }
2276
2355
 
2356
+ .cteditor-pb-1{
2357
+ padding-bottom: 0.25rem;
2358
+ }
2359
+
2277
2360
  .cteditor-pb-1\.5{
2278
2361
  padding-bottom: 0.375rem;
2279
2362
  }
@@ -2294,6 +2377,10 @@ video {
2294
2377
  padding-left: 2rem;
2295
2378
  }
2296
2379
 
2380
+ .cteditor-pr-11{
2381
+ padding-right: 2.75rem;
2382
+ }
2383
+
2297
2384
  .cteditor-pr-12{
2298
2385
  padding-right: 3rem;
2299
2386
  }
@@ -2302,10 +2389,6 @@ video {
2302
2389
  padding-right: 0.5rem;
2303
2390
  }
2304
2391
 
2305
- .cteditor-pr-24{
2306
- padding-right: 6rem;
2307
- }
2308
-
2309
2392
  .cteditor-pr-8{
2310
2393
  padding-right: 2rem;
2311
2394
  }
@@ -2322,10 +2405,6 @@ video {
2322
2405
  padding-top: 0.5rem;
2323
2406
  }
2324
2407
 
2325
- .cteditor-pt-3{
2326
- padding-top: 0.75rem;
2327
- }
2328
-
2329
2408
  .cteditor-text-left{
2330
2409
  text-align: left;
2331
2410
  }
@@ -2338,6 +2417,10 @@ video {
2338
2417
  text-align: center;
2339
2418
  }
2340
2419
 
2420
+ .cteditor-align-middle{
2421
+ vertical-align: middle;
2422
+ }
2423
+
2341
2424
  .cteditor-font-mono{
2342
2425
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2343
2426
  }
@@ -2429,15 +2512,14 @@ video {
2429
2512
  font-style: italic;
2430
2513
  }
2431
2514
 
2432
- .cteditor-tabular-nums{
2433
- --tw-numeric-spacing: tabular-nums;
2434
- font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
2435
- }
2436
-
2437
2515
  .cteditor-leading-\[1\.4\]{
2438
2516
  line-height: 1.4;
2439
2517
  }
2440
2518
 
2519
+ .cteditor-leading-\[normal\]{
2520
+ line-height: normal;
2521
+ }
2522
+
2441
2523
  .cteditor-leading-none{
2442
2524
  line-height: 1;
2443
2525
  }
@@ -2542,6 +2624,10 @@ video {
2542
2624
  color: hsl(var(--cteditorf47ac10b-foreground) / 0.5);
2543
2625
  }
2544
2626
 
2627
+ .cteditor-text-foreground\/60{
2628
+ color: hsl(var(--cteditorf47ac10b-foreground) / 0.6);
2629
+ }
2630
+
2545
2631
  .cteditor-text-gray-200{
2546
2632
  --tw-text-opacity: 1;
2547
2633
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
@@ -2572,11 +2658,6 @@ video {
2572
2658
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
2573
2659
  }
2574
2660
 
2575
- .cteditor-text-gray-900{
2576
- --tw-text-opacity: 1;
2577
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
2578
- }
2579
-
2580
2661
  .cteditor-text-green-500{
2581
2662
  --tw-text-opacity: 1;
2582
2663
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
@@ -2587,6 +2668,11 @@ video {
2587
2668
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
2588
2669
  }
2589
2670
 
2671
+ .cteditor-text-green-700{
2672
+ --tw-text-opacity: 1;
2673
+ color: rgb(21 128 61 / var(--tw-text-opacity, 1));
2674
+ }
2675
+
2590
2676
  .cteditor-text-green-800{
2591
2677
  --tw-text-opacity: 1;
2592
2678
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
@@ -2791,38 +2877,14 @@ video {
2791
2877
  outline-width: 0px;
2792
2878
  }
2793
2879
 
2794
- .cteditor-ring-1{
2795
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2796
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2797
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2798
- }
2799
-
2800
2880
  .cteditor-ring-2{
2801
2881
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2802
2882
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2803
2883
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2804
2884
  }
2805
2885
 
2806
- .cteditor-ring-amber-200{
2807
- --tw-ring-opacity: 1;
2808
- --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
2809
- }
2810
-
2811
- .cteditor-ring-amber-400\/30{
2812
- --tw-ring-color: rgb(251 191 36 / 0.3);
2813
- }
2814
-
2815
- .cteditor-ring-rose-200{
2816
- --tw-ring-opacity: 1;
2817
- --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
2818
- }
2819
-
2820
- .cteditor-ring-rose-400\/30{
2821
- --tw-ring-color: rgb(251 113 133 / 0.3);
2822
- }
2823
-
2824
- .cteditor-ring-offset-1{
2825
- --tw-ring-offset-width: 1px;
2886
+ .cteditor-ring-primary\/20{
2887
+ --tw-ring-color: hsl(var(--cteditorf47ac10b-primary) / 0.2);
2826
2888
  }
2827
2889
 
2828
2890
  .cteditor-ring-offset-background{
@@ -2988,11 +3050,12 @@ body {
2988
3050
 
2989
3051
  ::-webkit-scrollbar-track {
2990
3052
  background: #f0f0f0;
3053
+ border-radius: 20px;
2991
3054
  }
2992
3055
 
2993
3056
  ::-webkit-scrollbar-thumb {
2994
3057
  background: #aaa;
2995
- border-radius: 4px;
3058
+ border-radius: 20px;
2996
3059
  }
2997
3060
 
2998
3061
  ::-webkit-scrollbar-thumb:hover {
@@ -3050,10 +3113,6 @@ body.dark ::-webkit-scrollbar-thumb:hover {
3050
3113
 
3051
3114
  /* Playground Editor Theme Style */
3052
3115
 
3053
- .PlaygroundEditorTheme__table .PlaygroundEditorTheme__tableCell {
3054
- border-color: hsla(var(--cteditorf47ac10b-foreground), 0.2);
3055
- }
3056
-
3057
3116
  .PlaygroundEditorTheme__tableCellHeader,
3058
3117
  .PlaygroundEditorTheme__table th,
3059
3118
  .PlaygroundEditorTheme__table td.PlaygroundEditorTheme__tableCellHeader {
@@ -3218,6 +3277,11 @@ body .ai-chat-popup .ai-chat-input {
3218
3277
  scrollbar-width: none; /* Firefox */
3219
3278
  }
3220
3279
 
3280
+ .\*\:cteditor-size-5 > *{
3281
+ width: 1.25rem;
3282
+ height: 1.25rem;
3283
+ }
3284
+
3221
3285
  .file\:cteditor-border-0::file-selector-button{
3222
3286
  border-width: 0px;
3223
3287
  }
@@ -3239,16 +3303,6 @@ body .ai-chat-popup .ai-chat-input {
3239
3303
  color: hsl(var(--cteditorf47ac10b-foreground));
3240
3304
  }
3241
3305
 
3242
- .placeholder\:cteditor-text-gray-500::-moz-placeholder{
3243
- --tw-text-opacity: 1;
3244
- color: rgb(107 114 128 / var(--tw-text-opacity, 1));
3245
- }
3246
-
3247
- .placeholder\:cteditor-text-gray-500::placeholder{
3248
- --tw-text-opacity: 1;
3249
- color: rgb(107 114 128 / var(--tw-text-opacity, 1));
3250
- }
3251
-
3252
3306
  .placeholder\:cteditor-text-muted-foreground::-moz-placeholder{
3253
3307
  color: hsl(var(--cteditorf47ac10b-muted-foreground));
3254
3308
  }
@@ -3285,23 +3339,17 @@ body .ai-chat-popup .ai-chat-input {
3285
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));
3286
3340
  }
3287
3341
 
3288
- .hover\:cteditor-border-amber-500:hover{
3342
+ .hover\:cteditor-border-gray-300:hover{
3289
3343
  --tw-border-opacity: 1;
3290
- border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
3291
- }
3292
-
3293
- .hover\:cteditor-border-gray-500:hover{
3294
- --tw-border-opacity: 1;
3295
- border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
3344
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
3296
3345
  }
3297
3346
 
3298
3347
  .hover\:cteditor-border-primary:hover{
3299
3348
  border-color: hsl(var(--cteditorf47ac10b-primary));
3300
3349
  }
3301
3350
 
3302
- .hover\:cteditor-border-rose-500:hover{
3303
- --tw-border-opacity: 1;
3304
- 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);
3305
3353
  }
3306
3354
 
3307
3355
  .hover\:cteditor-border-white:hover{
@@ -3348,6 +3396,14 @@ body .ai-chat-popup .ai-chat-input {
3348
3396
  background-color: hsl(var(--cteditorf47ac10b-destructive) / 0.9);
3349
3397
  }
3350
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
+
3351
3407
  .hover\:cteditor-bg-foreground\/5:hover{
3352
3408
  background-color: hsl(var(--cteditorf47ac10b-foreground) / 0.05);
3353
3409
  }
@@ -3382,10 +3438,6 @@ body .ai-chat-popup .ai-chat-input {
3382
3438
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
3383
3439
  }
3384
3440
 
3385
- .hover\:cteditor-bg-muted\/50:hover{
3386
- background-color: hsl(var(--cteditorf47ac10b-muted) / 0.5);
3387
- }
3388
-
3389
3441
  .hover\:cteditor-bg-primary:hover{
3390
3442
  background-color: hsl(var(--cteditorf47ac10b-primary));
3391
3443
  }
@@ -3436,6 +3488,10 @@ body .ai-chat-popup .ai-chat-input {
3436
3488
  color: hsl(var(--cteditorf47ac10b-accent-foreground));
3437
3489
  }
3438
3490
 
3491
+ .hover\:cteditor-text-background:hover{
3492
+ color: hsl(var(--cteditorf47ac10b-background));
3493
+ }
3494
+
3439
3495
  .hover\:cteditor-text-blue-800:hover{
3440
3496
  --tw-text-opacity: 1;
3441
3497
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
@@ -3449,8 +3505,9 @@ body .ai-chat-popup .ai-chat-input {
3449
3505
  color: hsl(var(--cteditorf47ac10b-foreground));
3450
3506
  }
3451
3507
 
3452
- .hover\:cteditor-text-foreground\/75:hover{
3453
- 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));
3454
3511
  }
3455
3512
 
3456
3513
  .hover\:cteditor-text-green-700:hover{
@@ -3466,6 +3523,11 @@ body .ai-chat-popup .ai-chat-input {
3466
3523
  color: hsl(var(--cteditorf47ac10b-primary-foreground));
3467
3524
  }
3468
3525
 
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
+
3469
3531
  .hover\:cteditor-text-white:hover{
3470
3532
  --tw-text-opacity: 1;
3471
3533
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -3604,6 +3666,10 @@ body .ai-chat-popup .ai-chat-input {
3604
3666
  cursor: not-allowed;
3605
3667
  }
3606
3668
 
3669
+ .disabled\:cteditor-opacity-30:disabled{
3670
+ opacity: 0.3;
3671
+ }
3672
+
3607
3673
  .disabled\:cteditor-opacity-50:disabled{
3608
3674
  opacity: 0.5;
3609
3675
  }
@@ -3820,30 +3886,16 @@ body .ai-chat-popup .ai-chat-input {
3820
3886
  animation-duration: 500ms;
3821
3887
  }
3822
3888
 
3823
- .dark\:cteditor-border-amber-600:is(.cteditor-dark *){
3824
- --tw-border-opacity: 1;
3825
- border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
3826
- }
3827
-
3828
3889
  .dark\:cteditor-border-amber-800:is(.cteditor-dark *){
3829
3890
  --tw-border-opacity: 1;
3830
3891
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
3831
3892
  }
3832
3893
 
3833
- .dark\:cteditor-border-amber-800\/50:is(.cteditor-dark *){
3834
- border-color: rgb(146 64 14 / 0.5);
3835
- }
3836
-
3837
3894
  .dark\:cteditor-border-blue-800:is(.cteditor-dark *){
3838
3895
  --tw-border-opacity: 1;
3839
3896
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
3840
3897
  }
3841
3898
 
3842
- .dark\:cteditor-border-gray-600:is(.cteditor-dark *){
3843
- --tw-border-opacity: 1;
3844
- border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
3845
- }
3846
-
3847
3899
  .dark\:cteditor-border-gray-700:is(.cteditor-dark *){
3848
3900
  --tw-border-opacity: 1;
3849
3901
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
@@ -3859,49 +3911,44 @@ body .ai-chat-popup .ai-chat-input {
3859
3911
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
3860
3912
  }
3861
3913
 
3862
- .dark\:cteditor-border-rose-600:is(.cteditor-dark *){
3863
- --tw-border-opacity: 1;
3864
- border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
3865
- }
3866
-
3867
3914
  .dark\:cteditor-border-yellow-800:is(.cteditor-dark *){
3868
3915
  --tw-border-opacity: 1;
3869
3916
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
3870
3917
  }
3871
3918
 
3872
- .dark\:cteditor-bg-amber-400:is(.cteditor-dark *){
3873
- --tw-bg-opacity: 1;
3874
- background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
3875
- }
3876
-
3877
- .dark\:cteditor-bg-amber-900\/20:is(.cteditor-dark *){
3878
- background-color: rgb(120 53 15 / 0.2);
3879
- }
3880
-
3881
3919
  .dark\:cteditor-bg-amber-900\/30:is(.cteditor-dark *){
3882
3920
  background-color: rgb(120 53 15 / 0.3);
3883
3921
  }
3884
3922
 
3885
- .dark\:cteditor-bg-amber-950\/10:is(.cteditor-dark *){
3886
- background-color: rgb(69 26 3 / 0.1);
3887
- }
3888
-
3889
3923
  .dark\:cteditor-bg-amber-950\/50:is(.cteditor-dark *){
3890
3924
  background-color: rgb(69 26 3 / 0.5);
3891
3925
  }
3892
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
+
3893
3935
  .dark\:cteditor-bg-blue-950\/50:is(.cteditor-dark *){
3894
3936
  background-color: rgb(23 37 84 / 0.5);
3895
3937
  }
3896
3938
 
3897
- .dark\:cteditor-bg-gray-800\/50:is(.cteditor-dark *){
3898
- 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));
3899
3942
  }
3900
3943
 
3901
3944
  .dark\:cteditor-bg-gray-900\/50:is(.cteditor-dark *){
3902
3945
  background-color: rgb(17 24 39 / 0.5);
3903
3946
  }
3904
3947
 
3948
+ .dark\:cteditor-bg-green-900\/10:is(.cteditor-dark *){
3949
+ background-color: rgb(20 83 45 / 0.1);
3950
+ }
3951
+
3905
3952
  .dark\:cteditor-bg-green-950\/50:is(.cteditor-dark *){
3906
3953
  background-color: rgb(5 46 22 / 0.5);
3907
3954
  }
@@ -3910,6 +3957,14 @@ body .ai-chat-popup .ai-chat-input {
3910
3957
  background-color: hsl(var(--cteditorf47ac10b-input) / 0.05);
3911
3958
  }
3912
3959
 
3960
+ .dark\:cteditor-bg-red-900\/10:is(.cteditor-dark *){
3961
+ background-color: rgb(127 29 29 / 0.1);
3962
+ }
3963
+
3964
+ .dark\:cteditor-bg-red-900\/30:is(.cteditor-dark *){
3965
+ background-color: rgb(127 29 29 / 0.3);
3966
+ }
3967
+
3913
3968
  .dark\:cteditor-bg-red-950\/20:is(.cteditor-dark *){
3914
3969
  background-color: rgb(69 10 10 / 0.2);
3915
3970
  }
@@ -3918,11 +3973,6 @@ body .ai-chat-popup .ai-chat-input {
3918
3973
  background-color: rgb(69 10 10 / 0.5);
3919
3974
  }
3920
3975
 
3921
- .dark\:cteditor-bg-rose-400:is(.cteditor-dark *){
3922
- --tw-bg-opacity: 1;
3923
- background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
3924
- }
3925
-
3926
3976
  .dark\:cteditor-bg-rose-900\/30:is(.cteditor-dark *){
3927
3977
  background-color: rgb(136 19 55 / 0.3);
3928
3978
  }
@@ -3931,21 +3981,6 @@ body .ai-chat-popup .ai-chat-input {
3931
3981
  background-color: rgb(66 32 6 / 0.5);
3932
3982
  }
3933
3983
 
3934
- .dark\:cteditor-from-gray-900\/40:is(.cteditor-dark *){
3935
- --tw-gradient-from: rgb(17 24 39 / 0.4) var(--tw-gradient-from-position);
3936
- --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
3937
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3938
- }
3939
-
3940
- .dark\:cteditor-via-red-950\/20:is(.cteditor-dark *){
3941
- --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
3942
- --tw-gradient-stops: var(--tw-gradient-from), rgb(69 10 10 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
3943
- }
3944
-
3945
- .dark\:cteditor-to-gray-900\/40:is(.cteditor-dark *){
3946
- --tw-gradient-to: rgb(17 24 39 / 0.4) var(--tw-gradient-to-position);
3947
- }
3948
-
3949
3984
  .dark\:cteditor-text-amber-100:is(.cteditor-dark *){
3950
3985
  --tw-text-opacity: 1;
3951
3986
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
@@ -3956,11 +3991,6 @@ body .ai-chat-popup .ai-chat-input {
3956
3991
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
3957
3992
  }
3958
3993
 
3959
- .dark\:cteditor-text-amber-300:is(.cteditor-dark *){
3960
- --tw-text-opacity: 1;
3961
- color: rgb(252 211 77 / var(--tw-text-opacity, 1));
3962
- }
3963
-
3964
3994
  .dark\:cteditor-text-amber-400:is(.cteditor-dark *){
3965
3995
  --tw-text-opacity: 1;
3966
3996
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
@@ -3976,14 +4006,14 @@ body .ai-chat-popup .ai-chat-input {
3976
4006
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
3977
4007
  }
3978
4008
 
3979
- .dark\:cteditor-text-blue-400:is(.cteditor-dark *){
4009
+ .dark\:cteditor-text-blue-300:is(.cteditor-dark *){
3980
4010
  --tw-text-opacity: 1;
3981
- color: rgb(96 165 250 / var(--tw-text-opacity, 1));
4011
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
3982
4012
  }
3983
4013
 
3984
- .dark\:cteditor-text-gray-100:is(.cteditor-dark *){
4014
+ .dark\:cteditor-text-blue-400:is(.cteditor-dark *){
3985
4015
  --tw-text-opacity: 1;
3986
- color: rgb(243 244 246 / var(--tw-text-opacity, 1));
4016
+ color: rgb(96 165 250 / var(--tw-text-opacity, 1));
3987
4017
  }
3988
4018
 
3989
4019
  .dark\:cteditor-text-gray-300:is(.cteditor-dark *){
@@ -4031,55 +4061,19 @@ body .ai-chat-popup .ai-chat-input {
4031
4061
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
4032
4062
  }
4033
4063
 
4034
- .dark\:cteditor-text-rose-300:is(.cteditor-dark *){
4035
- --tw-text-opacity: 1;
4036
- color: rgb(253 164 175 / var(--tw-text-opacity, 1));
4037
- }
4038
-
4039
4064
  .dark\:cteditor-text-rose-400:is(.cteditor-dark *){
4040
4065
  --tw-text-opacity: 1;
4041
4066
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
4042
4067
  }
4043
4068
 
4044
- .dark\:cteditor-text-white:is(.cteditor-dark *){
4045
- --tw-text-opacity: 1;
4046
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
4047
- }
4048
-
4049
4069
  .dark\:cteditor-text-yellow-400:is(.cteditor-dark *){
4050
4070
  --tw-text-opacity: 1;
4051
4071
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
4052
4072
  }
4053
4073
 
4054
- .dark\:cteditor-ring-amber-600\/30:is(.cteditor-dark *){
4055
- --tw-ring-color: rgb(217 119 6 / 0.3);
4056
- }
4057
-
4058
- .dark\:cteditor-ring-amber-900\/30:is(.cteditor-dark *){
4059
- --tw-ring-color: rgb(120 53 15 / 0.3);
4060
- }
4061
-
4062
- .dark\:cteditor-ring-rose-600\/30:is(.cteditor-dark *){
4063
- --tw-ring-color: rgb(225 29 72 / 0.3);
4064
- }
4065
-
4066
- .dark\:cteditor-ring-rose-900\/30:is(.cteditor-dark *){
4067
- --tw-ring-color: rgb(136 19 55 / 0.3);
4068
- }
4069
-
4070
- .dark\:hover\:cteditor-border-amber-500:hover:is(.cteditor-dark *){
4071
- --tw-border-opacity: 1;
4072
- border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
4073
- }
4074
-
4075
- .dark\:hover\:cteditor-border-gray-500:hover:is(.cteditor-dark *){
4074
+ .dark\:hover\:cteditor-border-gray-600:hover:is(.cteditor-dark *){
4076
4075
  --tw-border-opacity: 1;
4077
- border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
4078
- }
4079
-
4080
- .dark\:hover\:cteditor-border-rose-500:hover:is(.cteditor-dark *){
4081
- --tw-border-opacity: 1;
4082
- border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
4076
+ border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
4083
4077
  }
4084
4078
 
4085
4079
  .dark\:hover\:cteditor-bg-amber-900\/30:hover:is(.cteditor-dark *){
@@ -4116,10 +4110,6 @@ body .ai-chat-popup .ai-chat-input {
4116
4110
  width: 400px;
4117
4111
  }
4118
4112
 
4119
- .sm\:cteditor-max-w-lg{
4120
- max-width: 32rem;
4121
- }
4122
-
4123
4113
  .sm\:cteditor-max-w-md{
4124
4114
  max-width: 28rem;
4125
4115
  }
@@ -4128,6 +4118,10 @@ body .ai-chat-popup .ai-chat-input {
4128
4118
  max-width: 24rem;
4129
4119
  }
4130
4120
 
4121
+ .sm\:cteditor-max-w-xl{
4122
+ max-width: 36rem;
4123
+ }
4124
+
4131
4125
  .sm\:cteditor-flex-row{
4132
4126
  flex-direction: row;
4133
4127
  }
@@ -4164,6 +4158,19 @@ body .ai-chat-popup .ai-chat-input {
4164
4158
  .md\:\!cteditor-bg-secondary{
4165
4159
  background-color: hsl(var(--cteditorf47ac10b-secondary)) !important;
4166
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;
4167
4174
  }
4168
4175
 
4169
4176
  .\[\&\>button\:hover\>span\]\:cteditor-bottom-full>button:hover>span{
@@ -4310,16 +4317,6 @@ body .ai-chat-popup .ai-chat-input {
4310
4317
  height: 1.5rem !important;
4311
4318
  }
4312
4319
 
4313
- .\[\&\>svg\]\:\!cteditor-size-\[14px\]>svg{
4314
- width: 14px !important;
4315
- height: 14px !important;
4316
- }
4317
-
4318
- .\[\&\>svg\]\:\!cteditor-size-\[18px\]>svg{
4319
- width: 18px !important;
4320
- height: 18px !important;
4321
- }
4322
-
4323
4320
  .\[\&\>svg\]\:cteditor-size-4>svg{
4324
4321
  width: 1rem;
4325
4322
  height: 1rem;
@@ -4363,7 +4360,10 @@ body .ai-chat-popup .ai-chat-input {
4363
4360
 
4364
4361
  .\[\&_svg\]\:cteditor-shrink-0 svg{
4365
4362
  flex-shrink: 0;
4366
- }#ct-editor-f47ac10b {
4363
+ }
4364
+
4365
+
4366
+ #ct-editor-f47ac10b {
4367
4367
  /* Responsive container styles for constrained spaces */
4368
4368
  .editor-container {
4369
4369
  max-width: 100%;
@@ -5134,8 +5134,8 @@ body .ai-chat-popup .ai-chat-input {
5134
5134
  }
5135
5135
 
5136
5136
  .PlaygroundEditorTheme__code {
5137
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.05);
5138
- color: hsla(var(--cteditorf47ac10b-background));
5137
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.05);
5138
+ color: hsla(var(--cteditorf47ac10b-foreground));
5139
5139
  font-family: Menlo, Consolas, Monaco, monospace;
5140
5140
  display: block;
5141
5141
  padding: 8px 8px 8px 52px;
@@ -5150,15 +5150,15 @@ body .ai-chat-popup .ai-chat-input {
5150
5150
  -o-tab-size: 2;
5151
5151
  tab-size: 2;
5152
5152
  border-radius: 6px;
5153
- border: 1px solid hsla(var(--cteditorf47ac10b-background) / 0.1);
5153
+ border: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.1);
5154
5154
  transition: all 0.2s ease;
5155
5155
  cursor: pointer;
5156
5156
  }
5157
5157
 
5158
5158
  .PlaygroundEditorTheme__code:hover {
5159
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.08);
5160
- border-color: hsla(var(--cteditorf47ac10b-background) / 0.2);
5161
- 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);
5162
5162
  }
5163
5163
 
5164
5164
  .PlaygroundEditorTheme__code:focus-within {
@@ -5167,7 +5167,7 @@ body .ai-chat-popup .ai-chat-input {
5167
5167
  }
5168
5168
 
5169
5169
  .PlaygroundEditorTheme__code.selected {
5170
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.1);
5170
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.1);
5171
5171
  border-color: hsla(var(--cteditorf47ac10b-primary));
5172
5172
  box-shadow: 0 0 0 2px hsla(var(--cteditorf47ac10b-primary) / 0.2);
5173
5173
  }
@@ -5175,14 +5175,14 @@ body .ai-chat-popup .ai-chat-input {
5175
5175
  .PlaygroundEditorTheme__code:before {
5176
5176
  content: attr(data-gutter);
5177
5177
  position: absolute;
5178
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.08);
5178
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.08);
5179
5179
  left: 0;
5180
5180
  top: 0;
5181
- border-right: 1px solid hsla(var(--cteditorf47ac10b-background) / 0.15);
5181
+ border-right: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.15);
5182
5182
  border-top-left-radius: 6px;
5183
5183
  border-bottom-left-radius: 6px;
5184
5184
  padding: 8px;
5185
- color: hsla(var(--cteditorf47ac10b-background) / 0.6);
5185
+ color: hsla(var(--cteditorf47ac10b-foreground) / 0.6);
5186
5186
  white-space: pre-wrap;
5187
5187
  text-align: right;
5188
5188
  min-width: 25px;
@@ -6265,118 +6265,78 @@ body .ai-chat-popup .ai-chat-input {
6265
6265
  border-radius: 2px !important;
6266
6266
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
6267
6267
  }
6268
- }/* Grammar Check Plugin Tooltip Styles */
6268
+ }/* ============================================
6269
+ Grammar & Spell Check Plugin Styles
6270
+ ============================================ */
6269
6271
 
6270
- .grammar-tooltip {
6271
- animation: fadeIn 0.2s ease-in-out;
6272
- 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;
6273
6279
  }
6274
6280
 
6275
- @keyframes fadeIn {
6276
- from {
6277
- opacity: 0;
6278
- transform: translateY(-5px);
6279
- }
6280
- to {
6281
- opacity: 1;
6282
- transform: translateY(0);
6283
- }
6284
- }
6281
+ /* ============================================
6282
+ Error Elements Base Styles
6283
+ ============================================ */
6285
6284
 
6286
- /* Error highlighting styles - can be applied to text nodes */
6287
- .spelling-error {
6288
- -webkit-text-decoration: underline wavy red;
6289
- text-decoration: underline wavy red;
6290
- text-decoration-thickness: 2px;
6291
- text-underline-offset: 2px;
6285
+ /* Error word container */
6286
+ [data-grammar-error-type] {
6287
+ position: relative;
6292
6288
  cursor: pointer;
6293
6289
  }
6294
6290
 
6295
- .grammar-error {
6296
- -webkit-text-decoration: underline wavy blue;
6297
- text-decoration: underline wavy blue;
6298
- text-decoration-thickness: 2px;
6299
- text-underline-offset: 2px;
6300
- 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));
6301
6294
  }
6302
6295
 
6303
- /* Tooltip card enhancements */
6304
- .grammar-tooltip .cteditor-shadow-xl {
6305
- box-shadow:
6306
- 0 10px 15px -3px rgba(0, 0, 0, 0.1),
6307
- 0 4px 6px -2px rgba(0, 0, 0, 0.05),
6308
- 0 0 0 1px rgba(0, 0, 0, 0.05);
6309
- }
6296
+ /* ============================================
6297
+ Underline Overlays
6298
+ ============================================ */
6310
6299
 
6311
- /* Suggestion button hover effects */
6312
- .grammar-tooltip button:active {
6313
- 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;
6314
6308
  }
6315
6309
 
6316
- /* Error Panel - Compact notification bar */
6317
- .grammar-error-panel {
6318
- position: relative;
6319
- max-width: -moz-fit-content;
6320
- max-width: fit-content;
6321
- margin-bottom: 8px;
6322
- z-index: 100;
6323
- 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);
6324
6323
  }
6325
6324
 
6326
- @keyframes slideDown {
6325
+ /* ============================================
6326
+ Animations
6327
+ ============================================ */
6328
+
6329
+ /* Fade-in animation for tooltips and menus */
6330
+ @keyframes fadeIn {
6327
6331
  from {
6328
6332
  opacity: 0;
6329
- transform: translateY(-10px);
6330
- max-height: 0;
6333
+ transform: translateY(-8px);
6331
6334
  }
6332
6335
  to {
6333
6336
  opacity: 1;
6334
6337
  transform: translateY(0);
6335
- max-height: 300px;
6336
- }
6337
- }
6338
-
6339
- /* Error toggle button - when panel is hidden (inline version) */
6340
- .grammar-error-toggle {
6341
- position: relative;
6342
- display: inline-flex;
6343
- align-items: center;
6344
- gap: 8px;
6345
- padding: 6px 12px;
6346
- margin-bottom: 8px;
6347
- background: #ef4444;
6348
- color: white;
6349
- border: none;
6350
- border-radius: 6px;
6351
- cursor: pointer;
6352
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
6353
- transition: all 0.2s;
6354
- font-size: 13px;
6355
- }
6356
-
6357
- .grammar-error-toggle:hover {
6358
- background: #dc2626;
6359
- transform: translateY(-1px);
6360
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
6361
- }
6362
-
6363
- .grammar-error-toggle span {
6364
- font-weight: 600;
6365
- font-size: 13px;
6366
- }
6367
-
6368
- /* Compact panel styling */
6369
- .grammar-error-panel .cteditor-max-h-48 {
6370
- max-height: 200px;
6371
- }
6372
-
6373
- /* Responsive tooltip positioning */
6374
- @media (max-width: 768px) {
6375
- .grammar-tooltip {
6376
- max-width: 90vw;
6377
6338
  }
6378
- }
6379
- #ct-editor-f47ac10b {
6339
+ }#ct-editor-f47ac10b {
6380
6340
  .floating-embed-menu {
6381
6341
  display: flex !important;
6382
6342
  /* flex-direction: column; */
@@ -6600,7 +6560,6 @@ body .ai-chat-popup .ai-chat-input {
6600
6560
 
6601
6561
  .floating-text-format-popup {
6602
6562
  display: flex;
6603
-
6604
6563
  padding: 4px;
6605
6564
  vertical-align: middle;
6606
6565
  position: absolute;
@@ -6608,59 +6567,17 @@ body .ai-chat-popup .ai-chat-input {
6608
6567
  left: 0;
6609
6568
  z-index: 10;
6610
6569
  opacity: 0;
6611
-
6612
6570
  border-radius: 8px;
6613
6571
  transition: opacity 0.5s;
6614
6572
 
6615
6573
  will-change: transform;
6616
6574
  }
6617
6575
 
6618
- .floating-text-format-popup button.popup-item {
6619
- border: 0;
6620
- display: flex;
6621
- background: none;
6622
- border-radius: 10px;
6623
- padding: 2px;
6624
- cursor: pointer;
6625
- vertical-align: middle;
6626
- }
6627
6576
 
6628
- .floating-text-format-popup button.popup-item:disabled {
6629
- cursor: not-allowed;
6630
- }
6631
6577
 
6632
- .floating-text-format-popup button.popup-item.spaced {
6633
- margin-right: 2px;
6634
- }
6635
6578
 
6636
- .floating-text-format-popup button.popup-item i.format {
6637
- background-size: contain;
6638
- height: 18px;
6639
- width: 18px;
6640
- margin-top: 2px;
6641
- vertical-align: -0.25em;
6642
- display: flex;
6643
- opacity: 0.6;
6644
- }
6645
6579
 
6646
- .floating-text-format-popup button.popup-item:disabled i.format {
6647
- opacity: 0.2;
6648
- }
6649
-
6650
- .floating-text-format-popup button.popup-item.active {
6651
- }
6652
6580
 
6653
- .floating-text-format-popup button.popup-item.active i {
6654
- opacity: 1;
6655
- }
6656
-
6657
- .floating-text-format-popup .popup-item:hover:not([disabled]) {
6658
- }
6659
-
6660
- /* AI Chat icon */
6661
- .floating-text-format-popup button.popup-item i.format.ai-chat {
6662
- 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");
6663
- }
6664
6581
 
6665
6582
  .floating-text-format-popup select.popup-item {
6666
6583
  border: 0;
@@ -6682,30 +6599,7 @@ body .ai-chat-popup .ai-chat-input {
6682
6599
  width: 130px;
6683
6600
  }
6684
6601
 
6685
- .floating-text-format-popup .popup-item .text {
6686
- display: flex;
6687
- line-height: 20px;
6688
- vertical-align: middle;
6689
- font-size: 14px;
6690
- color: #777;
6691
- text-overflow: ellipsis;
6692
- width: 70px;
6693
- overflow: hidden;
6694
- height: 20px;
6695
- text-align: left;
6696
- }
6697
6602
 
6698
- .floating-text-format-popup .popup-item .icon {
6699
- display: flex;
6700
- width: 20px;
6701
- height: 20px;
6702
- -webkit-user-select: none;
6703
- -moz-user-select: none;
6704
- user-select: none;
6705
- margin-right: 8px;
6706
- line-height: 16px;
6707
- background-size: contain;
6708
- }
6709
6603
 
6710
6604
  .floating-text-format-popup i.chevron-down {
6711
6605
  margin-top: 3px;
@@ -6981,7 +6875,7 @@ body .ai-chat-popup .ai-chat-input {
6981
6875
  }
6982
6876
 
6983
6877
  /* Dropdown Menu Styles for Table Actions - Liquid Glass Design */
6984
- .dropdown.table-drop {
6878
+ .dropdown.table-drop-old {
6985
6879
  z-index: 100;
6986
6880
  display: block;
6987
6881
  position: fixed;
@@ -7032,7 +6926,7 @@ body .ai-chat-popup .ai-chat-input {
7032
6926
  }
7033
6927
 
7034
6928
  /* Firefox scrollbar */
7035
- .dropdown.table-drop {
6929
+ .dropdown.table-drop-old {
7036
6930
  scrollbar-width: thin;
7037
6931
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
7038
6932
  }
@@ -7048,70 +6942,8 @@ body .ai-chat-popup .ai-chat-input {
7048
6942
  }
7049
6943
  }
7050
6944
 
7051
- .dropdown.table-drop .item {
7052
- padding: 10px 12px;
7053
- cursor: pointer;
7054
- line-height: 18px;
7055
- font-size: 14px;
7056
- display: flex;
7057
- align-items: center;
7058
- flex-direction: row;
7059
- flex-shrink: 0;
7060
- justify-content: flex-start;
7061
- border-radius: 8px;
7062
- border: 0;
7063
- width: 100%;
7064
- background-color: transparent;
7065
- color: hsl(var(--cteditorf47ac10b-popover-foreground));
7066
- transition: all 0.15s ease;
7067
- font-weight: 400;
7068
- white-space: nowrap;
7069
- }
7070
-
7071
- .dropdown.table-drop .item:hover {
7072
- background-color: hsl(var(--cteditorf47ac10b-accent) / 0.8);
7073
- color: hsl(var(--cteditorf47ac10b-accent-foreground));
7074
- transform: translateX(2px);
7075
- }
7076
6945
 
7077
- .dropdown.table-drop .item:active {
7078
- transform: translateX(2px) scale(0.98);
7079
- }
7080
-
7081
- .dropdown.table-drop .item .text {
7082
- display: flex;
7083
- line-height: 20px;
7084
- flex-grow: 1;
7085
- font-size: 14px;
7086
- }
7087
-
7088
- .dropdown.table-drop .item .icon {
7089
- display: flex;
7090
- width: 18px;
7091
- height: 18px;
7092
- -webkit-user-select: none;
7093
- -moz-user-select: none;
7094
- user-select: none;
7095
- margin-right: 10px;
7096
- background-size: contain;
7097
- background-position: center;
7098
- background-repeat: no-repeat;
7099
- }
7100
-
7101
- /* Divider styling */
7102
- .dropdown.table-drop .cteditor-border-b {
7103
- border-color: hsl(var(--cteditorf47ac10b-border) / 0.2);
7104
- margin: 4px 0;
7105
- }
7106
-
7107
- /* Custom row striping with CSS variable */
7108
- .table-custom-striping tr:nth-child(even) {
7109
- background-color: var(--table-striping-color) !important;
7110
- }
7111
-
7112
- .PlaygroundEditorTheme__tableRowStriping tr:nth-child(even) {
7113
- background-color: var(--cteditorf47ac10b-muted-foreground);
7114
- }/**
6946
+ /**
7115
6947
  * Copyright (c) Meta Platforms, Inc. and affiliates.
7116
6948
  *
7117
6949
  * This source code is licensed under the MIT license found in the
@@ -7119,25 +6951,22 @@ body .ai-chat-popup .ai-chat-input {
7119
6951
  *
7120
6952
  */
7121
6953
 
7122
- .color-picker-wrapper {
7123
- padding: 20px;
7124
- }
7125
6954
 
7126
6955
  .color-picker-basic-color {
7127
6956
  display: flex;
7128
- flex-wrap: wrap;
7129
6957
  gap: 10px;
7130
6958
  margin: 0;
7131
6959
  padding: 0;
7132
6960
  }
7133
6961
 
7134
6962
  .color-picker-basic-color button {
7135
- border: 1px solid #ccc;
6963
+ border: 1px solid rgba(204, 204, 204, 0.203);
7136
6964
  border-radius: 4px;
7137
- height: 16px;
7138
- width: 16px;
6965
+ height: auto;
6966
+ width: 100%;
7139
6967
  cursor: pointer;
7140
6968
  list-style-type: none;
6969
+ aspect-ratio:1;
7141
6970
  }
7142
6971
 
7143
6972
  .color-picker-basic-color button.active {
@@ -7198,10 +7027,10 @@ body .ai-chat-popup .ai-chat-input {
7198
7027
  }
7199
7028
 
7200
7029
  .color-picker-color {
7201
- border: 1px solid #ccc;
7202
- margin-top: 15px;
7203
- width: 100%;
7204
- height: 20px;
7030
+ border: 1px solid rgba(204, 204, 204, 0.292);
7031
+ width:36px;
7032
+ height: 36px;
7033
+ border-radius:10px;
7205
7034
  }
7206
7035
  /**
7207
7036
  * Copyright (c) Meta Platforms, Inc. and affiliates.
@@ -7216,7 +7045,7 @@ body .ai-chat-popup .ai-chat-input {
7216
7045
  display: flex;
7217
7046
  flex-direction: row;
7218
7047
  align-items: center;
7219
- margin-bottom: 10px;
7048
+
7220
7049
  }
7221
7050
  .Input__label {
7222
7051
  display: flex;
@@ -7236,6 +7065,8 @@ body .ai-chat-popup .ai-chat-input {
7236
7065
  font-size: 16px;
7237
7066
  border-radius: 5px;
7238
7067
  min-width: 0;
7068
+ max-width:120px;
7069
+ outline:none;
7239
7070
  }
7240
7071
  /**
7241
7072
  * Copyright (c) Meta Platforms, Inc. and affiliates.
@@ -7337,8 +7168,8 @@ body .ai-chat-popup .ai-chat-input {
7337
7168
  .ImageNode__contentEditable {
7338
7169
  position: relative;
7339
7170
  width: 100%;
7340
- background: hsla(var(--cteditorf47ac10b-secondary) / 0.5);
7341
- 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);
7342
7173
  color: 1px solid hsla(var(--cteditorf47ac10b-foreground));
7343
7174
  border-radius: 6px;
7344
7175
  padding:4px 8px;
@@ -7352,8 +7183,8 @@ body .ai-chat-popup .ai-chat-input {
7352
7183
 
7353
7184
  .ImageNode__contentEditable:focus {
7354
7185
  background: hsla(var(--cteditorf47ac10b-secondary));
7355
- border-color: hsla(var(--cteditorf47ac10b-border) / 0.4);
7356
- 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);
7357
7188
  }
7358
7189
 
7359
7190
  .ImageNode__contentEditable::-moz-placeholder {
@@ -7377,12 +7208,12 @@ body .ai-chat-popup .ai-chat-input {
7377
7208
  margin-top: 12px;
7378
7209
  margin-bottom: 16px;
7379
7210
  padding-top: 8px;
7380
- border-top: 1px solid hsla(var(--cteditorf47ac10b-border) / 0.2);
7211
+ border-top: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.2);
7381
7212
  }
7382
7213
 
7383
7214
  /* Signature caption editable area */
7384
7215
  .signature-caption-editable {
7385
- background: hsla(var(--cteditorf47ac10b-secondary) / 0.15);
7216
+ background: hsla(var(--cteditorf47ac10b-foreground) / 0.15);
7386
7217
  border: none;
7387
7218
  border-radius: 4px;
7388
7219
  padding: 6px 12px;
@@ -7399,7 +7230,7 @@ body .ai-chat-popup .ai-chat-input {
7399
7230
  }
7400
7231
 
7401
7232
  .signature-caption-editable:focus {
7402
- background: hsla(var(--cteditorf47ac10b-secondary) / 0.3);
7233
+ background: hsla(var(--cteditorf47ac10b-foreground) / 0.3);
7403
7234
  border-radius: 4px;
7404
7235
  color: hsl(var(--cteditorf47ac10b-foreground)) !important;
7405
7236
  }