@pie-element/math-templated 3.6.6-next.0 → 3.6.6-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.
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
10
  "@pie-framework/pie-configure-events": "^1.3.0",
11
- "@pie-lib/pie-toolbox": "2.14.6",
11
+ "@pie-lib/pie-toolbox": "2.15.0",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -7,7 +7,7 @@
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
9
  "@pie-framework/math-validation": "^1.2.3",
10
- "@pie-lib/pie-toolbox": "2.14.6",
10
+ "@pie-lib/pie-toolbox": "2.15.0",
11
11
  "debug": "^3.1.0",
12
12
  "lodash": "^4.17.15"
13
13
  },
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.6/module/index.js";
2
- import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@6.1.1/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.7/module/index.js";
2
+ import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@6.1.2/module/index.js";
3
3
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
4
  function getDefaultExportFromCjs(x) {
5
5
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -42311,7 +42311,7 @@ var defaults$1 = {
42311
42311
  FOCUS_CHECKED: '#BBDEFB',
42312
42312
  FOCUS_CHECKED_BORDER: '#1565C0',
42313
42313
  FOCUS_UNCHECKED: '#E0E0E0',
42314
- FOCUS_UNCHECKED_BORDER: '#9E9E9E'
42314
+ FOCUS_UNCHECKED_BORDER: '#757575'
42315
42315
  };
42316
42316
  color$1.defaults = defaults$1;
42317
42317
  Object.freeze(defaults$1);
@@ -115840,6 +115840,7 @@ const require$$23 = _dll_debug;
115840
115840
  var mathMl = toMMl(item.data.root);
115841
115841
  var parsedMathMl = mathMl.replaceAll('\n', '');
115842
115842
  item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
115843
+ item.data.typesetRoot.setAttribute('tabindex', '-1');
115843
115844
  }
115844
115845
  }
115845
115846
  } catch (e) {
package/module/element.js CHANGED
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.6/module/index.js";
2
- import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.1.1/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, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.7/module/index.js";
2
+ import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.1.2/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) {
@@ -95096,6 +95096,7 @@ const require$$23$2 = _dll_debug;
95096
95096
  var mathMl = toMMl(item.data.root);
95097
95097
  var parsedMathMl = mathMl.replaceAll('\n', '');
95098
95098
  item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
95099
+ item.data.typesetRoot.setAttribute('tabindex', '-1');
95099
95100
  }
95100
95101
  }
95101
95102
  } catch (e) {
@@ -138686,7 +138687,7 @@ var defaults = {
138686
138687
  FOCUS_CHECKED: '#BBDEFB',
138687
138688
  FOCUS_CHECKED_BORDER: '#1565C0',
138688
138689
  FOCUS_UNCHECKED: '#E0E0E0',
138689
- FOCUS_UNCHECKED_BORDER: '#9E9E9E'
138690
+ FOCUS_UNCHECKED_BORDER: '#757575'
138690
138691
  };
138691
138692
  color$1.defaults = defaults;
138692
138693
  Object.freeze(defaults);
@@ -4,11 +4,11 @@
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "3.8.6"
7
+ "version": "3.8.7"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
11
- "version": "6.1.1"
11
+ "version": "6.1.2"
12
12
  }
13
13
  ]
14
14
  }
package/module/print.js CHANGED
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.6/module/index.js";
2
- import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.1.1/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, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.7/module/index.js";
2
+ import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.1.2/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) {
@@ -95059,6 +95059,7 @@ const require$$23$2 = _dll_debug;
95059
95059
  var mathMl = toMMl(item.data.root);
95060
95060
  var parsedMathMl = mathMl.replaceAll('\n', '');
95061
95061
  item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
95062
+ item.data.typesetRoot.setAttribute('tabindex', '-1');
95062
95063
  }
95063
95064
  }
95064
95065
  } catch (e) {
@@ -138649,7 +138650,7 @@ var defaults = {
138649
138650
  FOCUS_CHECKED: '#BBDEFB',
138650
138651
  FOCUS_CHECKED_BORDER: '#1565C0',
138651
138652
  FOCUS_UNCHECKED: '#E0E0E0',
138652
- FOCUS_UNCHECKED_BORDER: '#9E9E9E'
138653
+ FOCUS_UNCHECKED_BORDER: '#757575'
138653
138654
  };
138654
138655
  color$1.defaults = defaults;
138655
138656
  Object.freeze(defaults);
package/package.json CHANGED
@@ -4,19 +4,19 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "3.6.6-next.0+10ccc73d4",
7
+ "version": "3.6.6-next.5+74243f914",
8
8
  "description": "",
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
- "@pie-lib/pie-toolbox": "2.14.6",
12
+ "@pie-lib/pie-toolbox": "2.15.0",
13
13
  "prop-types": "^15.6.1",
14
14
  "react": "^16.8.1",
15
15
  "react-dom": "^16.8.1"
16
16
  },
17
17
  "author": "",
18
18
  "license": "ISC",
19
- "gitHead": "10ccc73d42955aab2809fcf152bf63f31303e521",
19
+ "gitHead": "74243f9144e5c89c1298f6f3df7292029180a4ab",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },