@crimson-education/helios-editor-renderer 1.0.1 → 1.0.2

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 (2) hide show
  1. package/index.mjs +9 -9
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -85967,12 +85967,12 @@ function jV({
85967
85967
  const XV = P0("relative mb-1", {
85968
85968
  variants: {
85969
85969
  variant: {
85970
- h1: "mt-[1.6em] pb-1 font-heading text-4xl font-bold",
85971
- h2: "mt-[1.4em] pb-px font-heading text-2xl font-semibold tracking-tight",
85972
- h3: "mt-[1em] pb-px font-heading text-xl font-semibold tracking-tight",
85973
- h4: "mt-[0.75em] font-heading text-lg font-semibold tracking-tight",
85974
- h5: "mt-[0.75em] text-lg font-semibold tracking-tight",
85975
- h6: "mt-[0.75em] text-base font-semibold tracking-tight"
85970
+ h1: "text-4xl",
85971
+ h2: "text-2xl",
85972
+ h3: "text-xl",
85973
+ h4: "text-lg",
85974
+ h5: "text-lg",
85975
+ h6: "text-base"
85976
85976
  }
85977
85977
  }
85978
85978
  }), ci = ({
@@ -86732,13 +86732,13 @@ const P$ = ({
86732
86732
  title: k.lacks_specificity_commentTitle || "Lacks Specificity",
86733
86733
  comment: k.lacks_specificity_text ?? null,
86734
86734
  color: "text-primary01-75",
86735
- commentStyle: "text-sm font-normal leading-normal text-black"
86735
+ commentStyle: "negative-comment-content"
86736
86736
  } : k.highlightColor === "green" ? {
86737
86737
  icon: /* @__PURE__ */ ce(J$, { className: "w-5 h-5 text-[#1B5C0C] font-blod" }),
86738
86738
  title: k.drive_empathy_commentTitle || "Drive Empathy",
86739
86739
  comment: k.drive_empathy_text ?? null,
86740
86740
  color: "text-[#1B5C0C]",
86741
- commentStyle: "text-sm font-normal leading-tight text-black"
86741
+ commentStyle: "positive-comment-content"
86742
86742
  } : {
86743
86743
  icon: /* @__PURE__ */ ce(eW, { className: "w-5 h-5 text-gray-500 font-blod" }),
86744
86744
  title: k.commentTitle || "Comment",
@@ -86849,7 +86849,7 @@ const P$ = ({
86849
86849
  /* @__PURE__ */ Yt(
86850
86850
  "div",
86851
86851
  {
86852
- className: `comment-tooltip-title mb-2 flex items-center gap-2 ${a.color}`,
86852
+ className: `comment-tooltip-title mb-2 flex gap-2 ${a.color}`,
86853
86853
  children: [
86854
86854
  a.icon,
86855
86855
  /* @__PURE__ */ ce("span", { className: "text-[1.75rem]", children: a.title })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crimson-education/helios-editor-renderer",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {