@neuctra/cms-core 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -1009,7 +1009,6 @@ const ph = [
1009
1009
  prose-p:leading-8
1010
1010
  prose-p:text-lg
1011
1011
 
1012
- prose-a:text-cyan-500
1013
1012
  prose-a:no-underline
1014
1013
  prose-a:hover:underline
1015
1014
 
@@ -1017,18 +1016,15 @@ const ph = [
1017
1016
  prose-h2:text-2xl
1018
1017
  prose-h3:text-xl
1019
1018
 
1020
- /* ✅ FIXED LIST SUPPORT */
1021
- prose-ul:list-disc
1022
- prose-ol:list-decimal
1023
- prose-ul:list-outside
1024
- prose-ol:list-outside
1019
+ [&_ul]:list-disc
1020
+ [&_ol]:list-decimal
1021
+ [&_li]:list-item
1025
1022
 
1026
1023
  [&_ul]:pl-6
1027
1024
  [&_ol]:pl-6
1028
1025
  [&_ul]:space-y-2
1029
1026
  [&_ol]:space-y-2
1030
1027
 
1031
- prose-li:text-lg
1032
1028
  prose-li:leading-7
1033
1029
  prose-li:my-2
1034
1030
 
@@ -1045,6 +1041,8 @@ const ph = [
1045
1041
  [&_blockquote]:italic
1046
1042
  [&_blockquote]:my-5
1047
1043
 
1044
+ [&_p]:mb-3
1045
+
1048
1046
  ${t}
1049
1047
  `,
1050
1048
  dangerouslySetInnerHTML: { __html: e }
@@ -1169,31 +1167,15 @@ const ph = [
1169
1167
  prose-h2:text-2xl
1170
1168
  prose-h3:text-xl
1171
1169
 
1172
- prose-ul:list-disc
1173
- prose-ol:list-decimal
1174
- prose-ul:list-outside
1175
- prose-ol:list-outside
1170
+ [&_ul]:list-disc
1171
+ [&_ol]:list-decimal
1172
+ [&_li]:list-item
1176
1173
 
1177
1174
  [&_ul]:pl-6
1178
1175
  [&_ol]:pl-6
1179
- [&_ul]:space-y-2
1180
- [&_ol]:space-y-2
1181
1176
 
1182
1177
  prose-li:text-zinc-300
1183
- prose-li:text-lg
1184
1178
  prose-li:leading-7
1185
- prose-li:my-2
1186
-
1187
- prose-code:text-cyan-300
1188
- prose-code:bg-white/5
1189
- prose-code:px-1.5
1190
- prose-code:py-0.5
1191
- prose-code:rounded
1192
-
1193
- prose-pre:bg-black/30
1194
- prose-pre:border
1195
- prose-pre:border-white/10
1196
- prose-pre:rounded-xl
1197
1179
 
1198
1180
  [&_blockquote]:border-l-4
1199
1181
  [&_blockquote]:border-[#00C214]
@@ -1274,17 +1256,17 @@ const ph = [
1274
1256
  {
1275
1257
  value: "h1",
1276
1258
  label: "H1",
1277
- className: "text-5xl font-black"
1259
+ className: "text-5xl font-bold"
1278
1260
  },
1279
1261
  {
1280
1262
  value: "h2",
1281
1263
  label: "H2",
1282
- className: "text-4xl font-bold"
1264
+ className: "text-4xl font-semibold"
1283
1265
  },
1284
1266
  {
1285
1267
  value: "h3",
1286
1268
  label: "H3",
1287
- className: "text-3xl font-bold"
1269
+ className: "text-3xl font-semibold"
1288
1270
  },
1289
1271
  {
1290
1272
  value: "h4",
@@ -33056,8 +33038,8 @@ const fA = {
33056
33038
  }) => {
33057
33039
  const a = {
33058
33040
  h1: "text-5xl font-black",
33059
- h2: "text-4xl font-bold",
33060
- h3: "text-3xl font-bold",
33041
+ h2: "text-4xl font-semibold",
33042
+ h3: "text-3xl font-semibold",
33061
33043
  h4: "text-2xl font-semibold",
33062
33044
  h5: "text-xl font-semibold",
33063
33045
  h6: "text-lg font-medium"