@crimson-education/helios-editor-renderer 1.1.6 → 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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. 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-1 text-right text-sm text-black opacity-40", children: o })
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
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crimson-education/helios-editor-renderer",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {