@pie-element/complex-rubric 3.4.1-next.22 → 3.4.1-next.5

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.
@@ -7,7 +7,7 @@
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-lib/pie-toolbox": "2.9.0",
10
+ "@pie-lib/pie-toolbox": "2.8.0",
11
11
  "lodash": "^4.17.15"
12
12
  },
13
13
  "author": "",
@@ -1,6 +1,6 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.2.0/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.1.1/module/index.js";
2
2
  import RubricConfigure from '@pie-element/rubric/configure/lib';
3
- import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@5.9.0/module/index.js";
3
+ import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@5.8.1/module/index.js";
4
4
  function _mergeNamespaces(n, m) {
5
5
  m.forEach(function (e) {
6
6
  e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
@@ -176533,10 +176533,7 @@ const require$$16$3 = _dll_classnames;
176533
176533
  var useStyles = (0, _styles.withStyles)(function (theme) {
176534
176534
  return {
176535
176535
  content: {
176536
- border: ("solid 0px ").concat(theme.palette.primary.main),
176537
- '& mjx-frac': {
176538
- fontSize: '120% !important'
176539
- }
176536
+ border: ("solid 0px ").concat(theme.palette.primary.main)
176540
176537
  },
176541
176538
  chip: {
176542
176539
  minWidth: '90px'
@@ -181068,7 +181065,7 @@ const require$$21 = _dll_debug;
181068
181065
  if (typeof v === 'string') {
181069
181066
  if (v.endsWith('%')) {
181070
181067
  return undefined;
181071
- } else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.endsWith('em') || v.match(calcRegex)) {
181068
+ } else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.match(calcRegex)) {
181072
181069
  return v;
181073
181070
  } else {
181074
181071
  var value = parseInt(v, 10);
package/module/element.js CHANGED
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.2.0/module/index.js";
2
- import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.9.0/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.1.1/module/index.js";
2
+ import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.8.1/module/index.js";
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
5
5
  e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
@@ -174607,10 +174607,7 @@ const require$$16$3 = _dll_classnames;
174607
174607
  var useStyles = (0, _styles.withStyles)(function (theme) {
174608
174608
  return {
174609
174609
  content: {
174610
- border: ("solid 0px ").concat(theme.palette.primary.main),
174611
- '& mjx-frac': {
174612
- fontSize: '120% !important'
174613
- }
174610
+ border: ("solid 0px ").concat(theme.palette.primary.main)
174614
174611
  },
174615
174612
  chip: {
174616
174613
  minWidth: '90px'
@@ -179142,7 +179139,7 @@ const require$$21 = _dll_debug;
179142
179139
  if (typeof v === 'string') {
179143
179140
  if (v.endsWith('%')) {
179144
179141
  return undefined;
179145
- } else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.endsWith('em') || v.match(calcRegex)) {
179142
+ } else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.match(calcRegex)) {
179146
179143
  return v;
179147
179144
  } else {
179148
179145
  var value = parseInt(v, 10);
@@ -4,11 +4,11 @@
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "3.2.0"
7
+ "version": "3.1.1"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
11
- "version": "5.9.0"
11
+ "version": "5.8.1"
12
12
  }
13
13
  ]
14
14
  }
package/module/print.js CHANGED
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.2.0/module/index.js";
2
- import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.9.0/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.1.1/module/index.js";
2
+ import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.8.1/module/index.js";
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
5
5
  e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
@@ -174607,10 +174607,7 @@ const require$$16$3 = _dll_classnames;
174607
174607
  var useStyles = (0, _styles.withStyles)(function (theme) {
174608
174608
  return {
174609
174609
  content: {
174610
- border: ("solid 0px ").concat(theme.palette.primary.main),
174611
- '& mjx-frac': {
174612
- fontSize: '120% !important'
174613
- }
174610
+ border: ("solid 0px ").concat(theme.palette.primary.main)
174614
174611
  },
174615
174612
  chip: {
174616
174613
  minWidth: '90px'
@@ -179142,7 +179139,7 @@ const require$$21 = _dll_debug;
179142
179139
  if (typeof v === 'string') {
179143
179140
  if (v.endsWith('%')) {
179144
179141
  return undefined;
179145
- } else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.endsWith('em') || v.match(calcRegex)) {
179142
+ } else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.match(calcRegex)) {
179146
179143
  return v;
179147
179144
  } else {
179148
179145
  var value = parseInt(v, 10);
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "3.4.1-next.22+87b282e00",
4
+ "version": "3.4.1-next.5+e1143f1fb",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-element/multi-trait-rubric": "^4.3.1-next.22+87b282e00",
11
- "@pie-element/rubric": "^4.4.1-next.22+87b282e00",
10
+ "@pie-element/multi-trait-rubric": "^4.3.1-next.5+e1143f1fb",
11
+ "@pie-element/rubric": "^4.4.1-next.5+e1143f1fb",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "classnames": "^2.2.5",
14
14
  "debug": "^4.1.1",
15
15
  "lodash": "^4.17.11",
16
16
  "prop-types": "^15.7.2"
17
17
  },
18
- "gitHead": "87b282e0032de66385a8d361264a31d2b18a72ae",
18
+ "gitHead": "e1143f1fbc95c5de63c62abdf0d0bc8231f80995",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },