@neuctra/cms-core 1.0.10 → 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
@@ -1256,17 +1256,17 @@ const ph = [
1256
1256
  {
1257
1257
  value: "h1",
1258
1258
  label: "H1",
1259
- className: "text-5xl font-black"
1259
+ className: "text-5xl font-bold"
1260
1260
  },
1261
1261
  {
1262
1262
  value: "h2",
1263
1263
  label: "H2",
1264
- className: "text-4xl font-bold"
1264
+ className: "text-4xl font-semibold"
1265
1265
  },
1266
1266
  {
1267
1267
  value: "h3",
1268
1268
  label: "H3",
1269
- className: "text-3xl font-bold"
1269
+ className: "text-3xl font-semibold"
1270
1270
  },
1271
1271
  {
1272
1272
  value: "h4",
@@ -33038,8 +33038,8 @@ const fA = {
33038
33038
  }) => {
33039
33039
  const a = {
33040
33040
  h1: "text-5xl font-black",
33041
- h2: "text-4xl font-bold",
33042
- h3: "text-3xl font-bold",
33041
+ h2: "text-4xl font-semibold",
33042
+ h3: "text-3xl font-semibold",
33043
33043
  h4: "text-2xl font-semibold",
33044
33044
  h5: "text-xl font-semibold",
33045
33045
  h6: "text-lg font-medium"