@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.
- package/index.mjs +9 -9
- 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: "
|
|
85971
|
-
h2: "
|
|
85972
|
-
h3: "
|
|
85973
|
-
h4: "
|
|
85974
|
-
h5: "
|
|
85975
|
-
h6: "
|
|
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: "
|
|
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: "
|
|
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
|
|
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 })
|