alexsys-exam-renderer 0.1.6 → 0.1.7

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/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4775,8 +4775,7 @@ function vi({ part: e, partNumber: t }) {
4775
4775
  function yi({ config: e }) {
4776
4776
  return /* @__PURE__ */ s(An, {
4777
4777
  className: "printable-problem-sheet",
4778
- config: e,
4779
- height: Math.min(440, Math.max(160, Math.round((e.height ?? 460) * .52)))
4778
+ config: e
4780
4779
  });
4781
4780
  }
4782
4781
  function bi(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alexsys-exam-renderer",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "React UI library for rendering digital exam interfaces.",
5
5
  "type": "module",
6
6
  "license": "MIT",