@crimson-education/helios-editor-renderer 1.1.7 → 1.1.8
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 +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -86460,7 +86460,7 @@ const w$ = ({
|
|
|
86460
86460
|
children: /* @__PURE__ */ oe("tbody", { className: "min-w-full", children: e })
|
|
86461
86461
|
}
|
|
86462
86462
|
),
|
|
86463
|
-
o && /* @__PURE__ */ oe("p", { className: "mt-
|
|
86463
|
+
o && /* @__PURE__ */ oe("p", { className: "source-text mt-2 text-right text-sm text-black opacity-40 italic", children: o })
|
|
86464
86464
|
] })
|
|
86465
86465
|
}
|
|
86466
86466
|
);
|