ct-rich-text-editor 1.3.8 → 1.3.10

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 +380 -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-7796d91e.js} +2 -2
  12. package/dist/{html2pdf.bundle-6d32d085.js.map → html2pdf.bundle-7796d91e.js.map} +1 -1
  13. package/dist/{html2pdf.bundle.min-b3120e0c.js → html2pdf.bundle.min-655f7464.js} +2 -2
  14. package/dist/{html2pdf.bundle.min-b3120e0c.js.map → html2pdf.bundle.min-655f7464.js.map} +1 -1
  15. package/dist/{index-42136c92.js → index-d292603a.js} +3 -3
  16. package/dist/{index-42136c92.js.map → index-d292603a.js.map} +1 -1
  17. package/dist/{index-158a9bd4.js → index-d5866754.js} +7307 -5837
  18. package/dist/index-d5866754.js.map +1 -0
  19. package/dist/{index-9548fdb4.js → index-e0dbaf6d.js} +9 -9
  20. package/dist/{index-9548fdb4.js.map → index-e0dbaf6d.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,14 @@ 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));
3511
+ }
3512
+
3513
+ .hover\:cteditor-text-gray-700:hover{
3514
+ --tw-text-opacity: 1;
3515
+ color: rgb(55 65 81 / var(--tw-text-opacity, 1));
3454
3516
  }
3455
3517
 
3456
3518
  .hover\:cteditor-text-green-700:hover{
@@ -3466,6 +3528,11 @@ body .ai-chat-popup .ai-chat-input {
3466
3528
  color: hsl(var(--cteditorf47ac10b-primary-foreground));
3467
3529
  }
3468
3530
 
3531
+ .hover\:cteditor-text-red-800:hover{
3532
+ --tw-text-opacity: 1;
3533
+ color: rgb(153 27 27 / var(--tw-text-opacity, 1));
3534
+ }
3535
+
3469
3536
  .hover\:cteditor-text-white:hover{
3470
3537
  --tw-text-opacity: 1;
3471
3538
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -3604,6 +3671,10 @@ body .ai-chat-popup .ai-chat-input {
3604
3671
  cursor: not-allowed;
3605
3672
  }
3606
3673
 
3674
+ .disabled\:cteditor-opacity-30:disabled{
3675
+ opacity: 0.3;
3676
+ }
3677
+
3607
3678
  .disabled\:cteditor-opacity-50:disabled{
3608
3679
  opacity: 0.5;
3609
3680
  }
@@ -3820,30 +3891,16 @@ body .ai-chat-popup .ai-chat-input {
3820
3891
  animation-duration: 500ms;
3821
3892
  }
3822
3893
 
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
3894
  .dark\:cteditor-border-amber-800:is(.cteditor-dark *){
3829
3895
  --tw-border-opacity: 1;
3830
3896
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
3831
3897
  }
3832
3898
 
3833
- .dark\:cteditor-border-amber-800\/50:is(.cteditor-dark *){
3834
- border-color: rgb(146 64 14 / 0.5);
3835
- }
3836
-
3837
3899
  .dark\:cteditor-border-blue-800:is(.cteditor-dark *){
3838
3900
  --tw-border-opacity: 1;
3839
3901
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
3840
3902
  }
3841
3903
 
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
3904
  .dark\:cteditor-border-gray-700:is(.cteditor-dark *){
3848
3905
  --tw-border-opacity: 1;
3849
3906
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
@@ -3859,49 +3916,44 @@ body .ai-chat-popup .ai-chat-input {
3859
3916
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
3860
3917
  }
3861
3918
 
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
3919
  .dark\:cteditor-border-yellow-800:is(.cteditor-dark *){
3868
3920
  --tw-border-opacity: 1;
3869
3921
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
3870
3922
  }
3871
3923
 
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
3924
  .dark\:cteditor-bg-amber-900\/30:is(.cteditor-dark *){
3882
3925
  background-color: rgb(120 53 15 / 0.3);
3883
3926
  }
3884
3927
 
3885
- .dark\:cteditor-bg-amber-950\/10:is(.cteditor-dark *){
3886
- background-color: rgb(69 26 3 / 0.1);
3887
- }
3888
-
3889
3928
  .dark\:cteditor-bg-amber-950\/50:is(.cteditor-dark *){
3890
3929
  background-color: rgb(69 26 3 / 0.5);
3891
3930
  }
3892
3931
 
3932
+ .dark\:cteditor-bg-blue-900\/30:is(.cteditor-dark *){
3933
+ background-color: rgb(30 58 138 / 0.3);
3934
+ }
3935
+
3936
+ .dark\:cteditor-bg-blue-950\/20:is(.cteditor-dark *){
3937
+ background-color: rgb(23 37 84 / 0.2);
3938
+ }
3939
+
3893
3940
  .dark\:cteditor-bg-blue-950\/50:is(.cteditor-dark *){
3894
3941
  background-color: rgb(23 37 84 / 0.5);
3895
3942
  }
3896
3943
 
3897
- .dark\:cteditor-bg-gray-800\/50:is(.cteditor-dark *){
3898
- background-color: rgb(31 41 55 / 0.5);
3944
+ .dark\:cteditor-bg-gray-900:is(.cteditor-dark *){
3945
+ --tw-bg-opacity: 1;
3946
+ background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
3899
3947
  }
3900
3948
 
3901
3949
  .dark\:cteditor-bg-gray-900\/50:is(.cteditor-dark *){
3902
3950
  background-color: rgb(17 24 39 / 0.5);
3903
3951
  }
3904
3952
 
3953
+ .dark\:cteditor-bg-green-900\/10:is(.cteditor-dark *){
3954
+ background-color: rgb(20 83 45 / 0.1);
3955
+ }
3956
+
3905
3957
  .dark\:cteditor-bg-green-950\/50:is(.cteditor-dark *){
3906
3958
  background-color: rgb(5 46 22 / 0.5);
3907
3959
  }
@@ -3910,6 +3962,14 @@ body .ai-chat-popup .ai-chat-input {
3910
3962
  background-color: hsl(var(--cteditorf47ac10b-input) / 0.05);
3911
3963
  }
3912
3964
 
3965
+ .dark\:cteditor-bg-red-900\/10:is(.cteditor-dark *){
3966
+ background-color: rgb(127 29 29 / 0.1);
3967
+ }
3968
+
3969
+ .dark\:cteditor-bg-red-900\/30:is(.cteditor-dark *){
3970
+ background-color: rgb(127 29 29 / 0.3);
3971
+ }
3972
+
3913
3973
  .dark\:cteditor-bg-red-950\/20:is(.cteditor-dark *){
3914
3974
  background-color: rgb(69 10 10 / 0.2);
3915
3975
  }
@@ -3918,11 +3978,6 @@ body .ai-chat-popup .ai-chat-input {
3918
3978
  background-color: rgb(69 10 10 / 0.5);
3919
3979
  }
3920
3980
 
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
3981
  .dark\:cteditor-bg-rose-900\/30:is(.cteditor-dark *){
3927
3982
  background-color: rgb(136 19 55 / 0.3);
3928
3983
  }
@@ -3931,21 +3986,6 @@ body .ai-chat-popup .ai-chat-input {
3931
3986
  background-color: rgb(66 32 6 / 0.5);
3932
3987
  }
3933
3988
 
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
3989
  .dark\:cteditor-text-amber-100:is(.cteditor-dark *){
3950
3990
  --tw-text-opacity: 1;
3951
3991
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
@@ -3956,11 +3996,6 @@ body .ai-chat-popup .ai-chat-input {
3956
3996
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
3957
3997
  }
3958
3998
 
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
3999
  .dark\:cteditor-text-amber-400:is(.cteditor-dark *){
3965
4000
  --tw-text-opacity: 1;
3966
4001
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
@@ -3976,14 +4011,14 @@ body .ai-chat-popup .ai-chat-input {
3976
4011
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
3977
4012
  }
3978
4013
 
3979
- .dark\:cteditor-text-blue-400:is(.cteditor-dark *){
4014
+ .dark\:cteditor-text-blue-300:is(.cteditor-dark *){
3980
4015
  --tw-text-opacity: 1;
3981
- color: rgb(96 165 250 / var(--tw-text-opacity, 1));
4016
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
3982
4017
  }
3983
4018
 
3984
- .dark\:cteditor-text-gray-100:is(.cteditor-dark *){
4019
+ .dark\:cteditor-text-blue-400:is(.cteditor-dark *){
3985
4020
  --tw-text-opacity: 1;
3986
- color: rgb(243 244 246 / var(--tw-text-opacity, 1));
4021
+ color: rgb(96 165 250 / var(--tw-text-opacity, 1));
3987
4022
  }
3988
4023
 
3989
4024
  .dark\:cteditor-text-gray-300:is(.cteditor-dark *){
@@ -4031,55 +4066,19 @@ body .ai-chat-popup .ai-chat-input {
4031
4066
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
4032
4067
  }
4033
4068
 
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
4069
  .dark\:cteditor-text-rose-400:is(.cteditor-dark *){
4040
4070
  --tw-text-opacity: 1;
4041
4071
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
4042
4072
  }
4043
4073
 
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
4074
  .dark\:cteditor-text-yellow-400:is(.cteditor-dark *){
4050
4075
  --tw-text-opacity: 1;
4051
4076
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
4052
4077
  }
4053
4078
 
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 *){
4079
+ .dark\:hover\:cteditor-border-gray-600:hover:is(.cteditor-dark *){
4071
4080
  --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 *){
4076
- --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));
4081
+ border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
4083
4082
  }
4084
4083
 
4085
4084
  .dark\:hover\:cteditor-bg-amber-900\/30:hover:is(.cteditor-dark *){
@@ -4116,10 +4115,6 @@ body .ai-chat-popup .ai-chat-input {
4116
4115
  width: 400px;
4117
4116
  }
4118
4117
 
4119
- .sm\:cteditor-max-w-lg{
4120
- max-width: 32rem;
4121
- }
4122
-
4123
4118
  .sm\:cteditor-max-w-md{
4124
4119
  max-width: 28rem;
4125
4120
  }
@@ -4128,6 +4123,10 @@ body .ai-chat-popup .ai-chat-input {
4128
4123
  max-width: 24rem;
4129
4124
  }
4130
4125
 
4126
+ .sm\:cteditor-max-w-xl{
4127
+ max-width: 36rem;
4128
+ }
4129
+
4131
4130
  .sm\:cteditor-flex-row{
4132
4131
  flex-direction: row;
4133
4132
  }
@@ -4164,6 +4163,19 @@ body .ai-chat-popup .ai-chat-input {
4164
4163
  .md\:\!cteditor-bg-secondary{
4165
4164
  background-color: hsl(var(--cteditorf47ac10b-secondary)) !important;
4166
4165
  }
4166
+
4167
+ .md\:cteditor-text-sm{
4168
+ font-size: 0.875rem;
4169
+ line-height: 1.25rem;
4170
+ }
4171
+ }
4172
+
4173
+ .\[\&\>\.closeDialog\]\:cteditor-right-1\.5>.closeDialog{
4174
+ right: 0.375rem;
4175
+ }
4176
+
4177
+ .\[\&\>\.closeDialog\]\:cteditor-top-1\.5>.closeDialog{
4178
+ top: 0.375rem;
4167
4179
  }
4168
4180
 
4169
4181
  .\[\&\>button\:hover\>span\]\:cteditor-bottom-full>button:hover>span{
@@ -4310,16 +4322,6 @@ body .ai-chat-popup .ai-chat-input {
4310
4322
  height: 1.5rem !important;
4311
4323
  }
4312
4324
 
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
4325
  .\[\&\>svg\]\:cteditor-size-4>svg{
4324
4326
  width: 1rem;
4325
4327
  height: 1rem;
@@ -4363,7 +4365,10 @@ body .ai-chat-popup .ai-chat-input {
4363
4365
 
4364
4366
  .\[\&_svg\]\:cteditor-shrink-0 svg{
4365
4367
  flex-shrink: 0;
4366
- }#ct-editor-f47ac10b {
4368
+ }
4369
+
4370
+
4371
+ #ct-editor-f47ac10b {
4367
4372
  /* Responsive container styles for constrained spaces */
4368
4373
  .editor-container {
4369
4374
  max-width: 100%;
@@ -5134,8 +5139,8 @@ body .ai-chat-popup .ai-chat-input {
5134
5139
  }
5135
5140
 
5136
5141
  .PlaygroundEditorTheme__code {
5137
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.05);
5138
- color: hsla(var(--cteditorf47ac10b-background));
5142
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.05);
5143
+ color: hsla(var(--cteditorf47ac10b-foreground));
5139
5144
  font-family: Menlo, Consolas, Monaco, monospace;
5140
5145
  display: block;
5141
5146
  padding: 8px 8px 8px 52px;
@@ -5150,15 +5155,15 @@ body .ai-chat-popup .ai-chat-input {
5150
5155
  -o-tab-size: 2;
5151
5156
  tab-size: 2;
5152
5157
  border-radius: 6px;
5153
- border: 1px solid hsla(var(--cteditorf47ac10b-background) / 0.1);
5158
+ border: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.1);
5154
5159
  transition: all 0.2s ease;
5155
5160
  cursor: pointer;
5156
5161
  }
5157
5162
 
5158
5163
  .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);
5164
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.08);
5165
+ border-color: hsla(var(--cteditorf47ac10b-foreground) / 0.2);
5166
+ box-shadow: 0 2px 8px hsla(var(--cteditorf47ac10b-foreground) / 0.1);
5162
5167
  }
5163
5168
 
5164
5169
  .PlaygroundEditorTheme__code:focus-within {
@@ -5167,7 +5172,7 @@ body .ai-chat-popup .ai-chat-input {
5167
5172
  }
5168
5173
 
5169
5174
  .PlaygroundEditorTheme__code.selected {
5170
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.1);
5175
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.1);
5171
5176
  border-color: hsla(var(--cteditorf47ac10b-primary));
5172
5177
  box-shadow: 0 0 0 2px hsla(var(--cteditorf47ac10b-primary) / 0.2);
5173
5178
  }
@@ -5175,14 +5180,14 @@ body .ai-chat-popup .ai-chat-input {
5175
5180
  .PlaygroundEditorTheme__code:before {
5176
5181
  content: attr(data-gutter);
5177
5182
  position: absolute;
5178
- background-color: hsla(var(--cteditorf47ac10b-background) / 0.08);
5183
+ background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.08);
5179
5184
  left: 0;
5180
5185
  top: 0;
5181
- border-right: 1px solid hsla(var(--cteditorf47ac10b-background) / 0.15);
5186
+ border-right: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.15);
5182
5187
  border-top-left-radius: 6px;
5183
5188
  border-bottom-left-radius: 6px;
5184
5189
  padding: 8px;
5185
- color: hsla(var(--cteditorf47ac10b-background) / 0.6);
5190
+ color: hsla(var(--cteditorf47ac10b-foreground) / 0.6);
5186
5191
  white-space: pre-wrap;
5187
5192
  text-align: right;
5188
5193
  min-width: 25px;
@@ -6265,118 +6270,78 @@ body .ai-chat-popup .ai-chat-input {
6265
6270
  border-radius: 2px !important;
6266
6271
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
6267
6272
  }
6268
- }/* Grammar Check Plugin Tooltip Styles */
6273
+ }/* ============================================
6274
+ Grammar & Spell Check Plugin Styles
6275
+ ============================================ */
6269
6276
 
6270
- .grammar-tooltip {
6271
- animation: fadeIn 0.2s ease-in-out;
6272
- pointer-events: auto;
6277
+ /* CSS Custom Properties */
6278
+ :root {
6279
+ --grammar-primary-color: #3b82f6;
6280
+ --grammar-hover-opacity: 0.05;
6281
+ --grammar-underline-height: 2px;
6282
+ --grammar-underline-width: 8px;
6283
+ --grammar-punctuation-width: 4px;
6273
6284
  }
6274
6285
 
6275
- @keyframes fadeIn {
6276
- from {
6277
- opacity: 0;
6278
- transform: translateY(-5px);
6279
- }
6280
- to {
6281
- opacity: 1;
6282
- transform: translateY(0);
6283
- }
6284
- }
6286
+ /* ============================================
6287
+ Error Elements Base Styles
6288
+ ============================================ */
6285
6289
 
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;
6290
+ /* Error word container */
6291
+ [data-grammar-error-type] {
6292
+ position: relative;
6292
6293
  cursor: pointer;
6293
6294
  }
6294
6295
 
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;
6296
+ /* Subtle hover highlight for error words */
6297
+ [data-grammar-error-type]:hover {
6298
+ background-color: rgba(59, 130, 246, var(--grammar-hover-opacity));
6301
6299
  }
6302
6300
 
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
- }
6301
+ /* ============================================
6302
+ Underline Overlays
6303
+ ============================================ */
6310
6304
 
6311
- /* Suggestion button hover effects */
6312
- .grammar-tooltip button:active {
6313
- transform: scale(0.98);
6305
+ /* Dynamically positioned underlines (created by JavaScript) */
6306
+ .grammar-error-underline {
6307
+ position: absolute;
6308
+ height: var(--grammar-underline-height);
6309
+ background-repeat: repeat-x;
6310
+ background-size: var(--grammar-underline-width) var(--grammar-underline-height);
6311
+ pointer-events: none;
6312
+ z-index: 1;
6314
6313
  }
6315
6314
 
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;
6315
+ /* ============================================
6316
+ Punctuation Error Indicator
6317
+ ============================================ */
6318
+
6319
+ /* Visual indicator for missing punctuation */
6320
+ [data-is-punctuation="true"]::after {
6321
+ content: '';
6322
+ display: inline-block;
6323
+ width: var(--grammar-punctuation-width);
6324
+ height: var(--grammar-underline-height);
6325
+ margin-left: 1px;
6326
+ vertical-align: baseline;
6327
+ background: var(--grammar-primary-color);
6324
6328
  }
6325
6329
 
6326
- @keyframes slideDown {
6330
+ /* ============================================
6331
+ Animations
6332
+ ============================================ */
6333
+
6334
+ /* Fade-in animation for tooltips and menus */
6335
+ @keyframes fadeIn {
6327
6336
  from {
6328
6337
  opacity: 0;
6329
- transform: translateY(-10px);
6330
- max-height: 0;
6338
+ transform: translateY(-8px);
6331
6339
  }
6332
6340
  to {
6333
6341
  opacity: 1;
6334
6342
  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
6343
  }
6378
- }
6379
- #ct-editor-f47ac10b {
6344
+ }#ct-editor-f47ac10b {
6380
6345
  .floating-embed-menu {
6381
6346
  display: flex !important;
6382
6347
  /* flex-direction: column; */
@@ -6600,7 +6565,6 @@ body .ai-chat-popup .ai-chat-input {
6600
6565
 
6601
6566
  .floating-text-format-popup {
6602
6567
  display: flex;
6603
-
6604
6568
  padding: 4px;
6605
6569
  vertical-align: middle;
6606
6570
  position: absolute;
@@ -6608,59 +6572,17 @@ body .ai-chat-popup .ai-chat-input {
6608
6572
  left: 0;
6609
6573
  z-index: 10;
6610
6574
  opacity: 0;
6611
-
6612
6575
  border-radius: 8px;
6613
6576
  transition: opacity 0.5s;
6614
6577
 
6615
6578
  will-change: transform;
6616
6579
  }
6617
6580
 
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
-
6628
- .floating-text-format-popup button.popup-item:disabled {
6629
- cursor: not-allowed;
6630
- }
6631
6581
 
6632
- .floating-text-format-popup button.popup-item.spaced {
6633
- margin-right: 2px;
6634
- }
6635
6582
 
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
-
6646
- .floating-text-format-popup button.popup-item:disabled i.format {
6647
- opacity: 0.2;
6648
- }
6649
6583
 
6650
- .floating-text-format-popup button.popup-item.active {
6651
- }
6652
-
6653
- .floating-text-format-popup button.popup-item.active i {
6654
- opacity: 1;
6655
- }
6656
6584
 
6657
- .floating-text-format-popup .popup-item:hover:not([disabled]) {
6658
- }
6659
6585
 
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
6586
 
6665
6587
  .floating-text-format-popup select.popup-item {
6666
6588
  border: 0;
@@ -6682,30 +6604,7 @@ body .ai-chat-popup .ai-chat-input {
6682
6604
  width: 130px;
6683
6605
  }
6684
6606
 
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
6607
 
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
6608
 
6710
6609
  .floating-text-format-popup i.chevron-down {
6711
6610
  margin-top: 3px;
@@ -6981,7 +6880,7 @@ body .ai-chat-popup .ai-chat-input {
6981
6880
  }
6982
6881
 
6983
6882
  /* Dropdown Menu Styles for Table Actions - Liquid Glass Design */
6984
- .dropdown.table-drop {
6883
+ .dropdown.table-drop-old {
6985
6884
  z-index: 100;
6986
6885
  display: block;
6987
6886
  position: fixed;
@@ -7032,7 +6931,7 @@ body .ai-chat-popup .ai-chat-input {
7032
6931
  }
7033
6932
 
7034
6933
  /* Firefox scrollbar */
7035
- .dropdown.table-drop {
6934
+ .dropdown.table-drop-old {
7036
6935
  scrollbar-width: thin;
7037
6936
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
7038
6937
  }
@@ -7048,70 +6947,8 @@ body .ai-chat-popup .ai-chat-input {
7048
6947
  }
7049
6948
  }
7050
6949
 
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
6950
 
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
- }/**
6951
+ /**
7115
6952
  * Copyright (c) Meta Platforms, Inc. and affiliates.
7116
6953
  *
7117
6954
  * This source code is licensed under the MIT license found in the
@@ -7119,25 +6956,22 @@ body .ai-chat-popup .ai-chat-input {
7119
6956
  *
7120
6957
  */
7121
6958
 
7122
- .color-picker-wrapper {
7123
- padding: 20px;
7124
- }
7125
6959
 
7126
6960
  .color-picker-basic-color {
7127
6961
  display: flex;
7128
- flex-wrap: wrap;
7129
6962
  gap: 10px;
7130
6963
  margin: 0;
7131
6964
  padding: 0;
7132
6965
  }
7133
6966
 
7134
6967
  .color-picker-basic-color button {
7135
- border: 1px solid #ccc;
6968
+ border: 1px solid rgba(204, 204, 204, 0.203);
7136
6969
  border-radius: 4px;
7137
- height: 16px;
7138
- width: 16px;
6970
+ height: auto;
6971
+ width: 100%;
7139
6972
  cursor: pointer;
7140
6973
  list-style-type: none;
6974
+ aspect-ratio:1;
7141
6975
  }
7142
6976
 
7143
6977
  .color-picker-basic-color button.active {
@@ -7198,10 +7032,10 @@ body .ai-chat-popup .ai-chat-input {
7198
7032
  }
7199
7033
 
7200
7034
  .color-picker-color {
7201
- border: 1px solid #ccc;
7202
- margin-top: 15px;
7203
- width: 100%;
7204
- height: 20px;
7035
+ border: 1px solid rgba(204, 204, 204, 0.292);
7036
+ width:36px;
7037
+ height: 36px;
7038
+ border-radius:10px;
7205
7039
  }
7206
7040
  /**
7207
7041
  * Copyright (c) Meta Platforms, Inc. and affiliates.
@@ -7216,7 +7050,7 @@ body .ai-chat-popup .ai-chat-input {
7216
7050
  display: flex;
7217
7051
  flex-direction: row;
7218
7052
  align-items: center;
7219
- margin-bottom: 10px;
7053
+
7220
7054
  }
7221
7055
  .Input__label {
7222
7056
  display: flex;
@@ -7236,6 +7070,8 @@ body .ai-chat-popup .ai-chat-input {
7236
7070
  font-size: 16px;
7237
7071
  border-radius: 5px;
7238
7072
  min-width: 0;
7073
+ max-width:120px;
7074
+ outline:none;
7239
7075
  }
7240
7076
  /**
7241
7077
  * Copyright (c) Meta Platforms, Inc. and affiliates.
@@ -7337,8 +7173,8 @@ body .ai-chat-popup .ai-chat-input {
7337
7173
  .ImageNode__contentEditable {
7338
7174
  position: relative;
7339
7175
  width: 100%;
7340
- background: hsla(var(--cteditorf47ac10b-secondary) / 0.5);
7341
- border: 1px solid hsla(var(--cteditorf47ac10b-border) / 0.2);
7176
+ background: hsla(var(--cteditorf47ac10b-foreground) / 0.1);
7177
+ border: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.1);
7342
7178
  color: 1px solid hsla(var(--cteditorf47ac10b-foreground));
7343
7179
  border-radius: 6px;
7344
7180
  padding:4px 8px;
@@ -7352,8 +7188,8 @@ body .ai-chat-popup .ai-chat-input {
7352
7188
 
7353
7189
  .ImageNode__contentEditable:focus {
7354
7190
  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);
7191
+ border-color: hsla(var(--cteditorf47ac10b-secondary) / 0.4);
7192
+ box-shadow: 0 0 0 2px hsla(var(--cteditorf47ac10b-primary) / 0.1);
7357
7193
  }
7358
7194
 
7359
7195
  .ImageNode__contentEditable::-moz-placeholder {
@@ -7377,12 +7213,12 @@ body .ai-chat-popup .ai-chat-input {
7377
7213
  margin-top: 12px;
7378
7214
  margin-bottom: 16px;
7379
7215
  padding-top: 8px;
7380
- border-top: 1px solid hsla(var(--cteditorf47ac10b-border) / 0.2);
7216
+ border-top: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.2);
7381
7217
  }
7382
7218
 
7383
7219
  /* Signature caption editable area */
7384
7220
  .signature-caption-editable {
7385
- background: hsla(var(--cteditorf47ac10b-secondary) / 0.15);
7221
+ background: hsla(var(--cteditorf47ac10b-foreground) / 0.15);
7386
7222
  border: none;
7387
7223
  border-radius: 4px;
7388
7224
  padding: 6px 12px;
@@ -7399,7 +7235,7 @@ body .ai-chat-popup .ai-chat-input {
7399
7235
  }
7400
7236
 
7401
7237
  .signature-caption-editable:focus {
7402
- background: hsla(var(--cteditorf47ac10b-secondary) / 0.3);
7238
+ background: hsla(var(--cteditorf47ac10b-foreground) / 0.3);
7403
7239
  border-radius: 4px;
7404
7240
  color: hsl(var(--cteditorf47ac10b-foreground)) !important;
7405
7241
  }