sykpcomposer 0.0.90 → 0.0.91

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
@@ -45038,10 +45038,10 @@ const rv = 8, ov = 72, ra = {
45038
45038
  case "h3":
45039
45039
  C = S.find((k) => k.title === "Heading3").fontSize;
45040
45040
  break;
45041
- case "h3":
45041
+ case "h4":
45042
45042
  C = S.find((k) => k.title === "Heading4").fontSize;
45043
45043
  break;
45044
- case "h3":
45044
+ case "h5":
45045
45045
  C = S.find((k) => k.title === "Heading5").fontSize;
45046
45046
  break;
45047
45047
  case "paragraph":
@@ -45127,14 +45127,14 @@ const rv = 8, ov = 72, ra = {
45127
45127
  case "H4":
45128
45128
  o("h4"), i(
45129
45129
  f.heading.find(
45130
- (x) => x.title === "Heading3"
45130
+ (x) => x.title === "Heading4"
45131
45131
  ).fontSize
45132
45132
  );
45133
45133
  break;
45134
45134
  case "H5":
45135
45135
  o("h5"), i(
45136
45136
  f.heading.find(
45137
- (x) => x.title === "Heading3"
45137
+ (x) => x.title === "Heading5"
45138
45138
  ).fontSize
45139
45139
  );
45140
45140
  break;
@@ -45171,14 +45171,14 @@ const rv = 8, ov = 72, ra = {
45171
45171
  case "h4":
45172
45172
  o("h4"), i(
45173
45173
  f.heading.find(
45174
- (x) => x.title === "Heading3"
45174
+ (x) => x.title === "Heading4"
45175
45175
  ).fontSize
45176
45176
  );
45177
45177
  break;
45178
45178
  case "h5":
45179
45179
  o("h5"), i(
45180
45180
  f.heading.find(
45181
- (x) => x.title === "Heading3"
45181
+ (x) => x.title === "Heading5"
45182
45182
  ).fontSize
45183
45183
  );
45184
45184
  break;