@magmamath/students-features 0.9.111-rc.6 → 0.9.111-rc.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.
@@ -13,7 +13,7 @@ var _jsxRuntime = require("react/jsx-runtime");
13
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
14
  const SCORE_CONTAINER_WIDTH = {
15
15
  singleDigit: _commonConstants.isWeb ? 20 : 24,
16
- doubleDigit: _commonConstants.isWeb ? 22 : 26
16
+ doubleDigit: _commonConstants.isWeb ? 22 : 34
17
17
  };
18
18
  const OpenEndedScoreLabel = ({
19
19
  label,
@@ -8,7 +8,7 @@ import { isWeb } from "../../../shared/common.constants.js";
8
8
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
9
  const SCORE_CONTAINER_WIDTH = {
10
10
  singleDigit: isWeb ? 20 : 24,
11
- doubleDigit: isWeb ? 22 : 26
11
+ doubleDigit: isWeb ? 22 : 34
12
12
  };
13
13
  export const OpenEndedScoreLabel = ({
14
14
  label,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "0.9.111-rc.6",
3
+ "version": "0.9.111-rc.7",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -21,7 +21,7 @@ type OpenEndedScoreLabelProps = {
21
21
 
22
22
  const SCORE_CONTAINER_WIDTH = {
23
23
  singleDigit: isWeb ? 20 : 24,
24
- doubleDigit: isWeb ? 22 : 26,
24
+ doubleDigit: isWeb ? 22 : 34,
25
25
  } as const
26
26
 
27
27
  export const OpenEndedScoreLabel = ({