@pie-element/math-templated 2.22.3-next.15 → 2.22.3-next.17

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": "next",
11
+ "@pie-lib/pie-toolbox": "1.31.3",
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.2",
10
- "@pie-lib/pie-toolbox": "next",
10
+ "@pie-lib/pie-toolbox": "1.31.3",
11
11
  "debug": "^3.1.0",
12
12
  "lodash": "^4.17.15"
13
13
  },
@@ -1,4 +1,4 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.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@1.24.2/module/index.js";
2
2
  import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@4.24.3/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) {
package/module/element.js CHANGED
@@ -1,4 +1,4 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.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_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/module/index.js";
2
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@4.24.3/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) {
@@ -120384,13 +120384,7 @@ const require$$4$7 = _dll_prop_types;
120384
120384
  gridRowGap: ("").concat(theme.spacing.unit, "px"),
120385
120385
  gridColumnGap: ("").concat(theme.spacing.unit, "px"),
120386
120386
  padding: theme.spacing.unit * 1,
120387
- border: ("2px dashed ").concat(_renderUi.color.black()),
120388
- WebkitTouchCallout: 'none',
120389
- WebkitUserSelect: 'none',
120390
- KhtmlUserSelect: 'none',
120391
- MozUserSelect: 'none',
120392
- MsUserSelect: 'none',
120393
- userSelect: 'none'
120387
+ border: ("2px dashed ").concat(_renderUi.color.black())
120394
120388
  },
120395
120389
  disabled: {
120396
120390
  boxShadow: 'none',
@@ -120409,13 +120403,7 @@ const require$$4$7 = _dll_prop_types;
120409
120403
  justifyContent: 'center',
120410
120404
  overflow: 'hidden',
120411
120405
  touchAction: 'none',
120412
- backgroundColor: _renderUi.color.backgroundDark(),
120413
- WebkitTouchCallout: 'none',
120414
- WebkitUserSelect: 'none',
120415
- KhtmlUserSelect: 'none',
120416
- MozUserSelect: 'none',
120417
- MsUserSelect: 'none',
120418
- userSelect: 'none'
120406
+ backgroundColor: _renderUi.color.backgroundDark()
120419
120407
  },
120420
120408
  categorizeBoard: {
120421
120409
  padding: theme.spacing.unit / 2,
@@ -120426,13 +120414,7 @@ const require$$4$7 = _dll_prop_types;
120426
120414
  justifyContent: 'center',
120427
120415
  overflow: 'hidden',
120428
120416
  touchAction: 'none',
120429
- backgroundColor: _renderUi.color.backgroundDark(),
120430
- WebkitTouchCallout: 'none',
120431
- WebkitUserSelect: 'none',
120432
- KhtmlUserSelect: 'none',
120433
- MozUserSelect: 'none',
120434
- MsUserSelect: 'none',
120435
- userSelect: 'none'
120417
+ backgroundColor: _renderUi.color.backgroundDark()
120436
120418
  }
120437
120419
  };
120438
120420
  };
@@ -123154,7 +123136,13 @@ function _isNativeReflectConstruct() {
123154
123136
  }
123155
123137
  }
123156
123138
  var preventInteractionStyle = {
123157
- flex: 1
123139
+ flex: 1,
123140
+ WebkitTouchCallout: 'none',
123141
+ WebkitUserSelect: 'none',
123142
+ KhtmlUserSelect: 'none',
123143
+ MozUserSelect: 'none',
123144
+ MsUserSelect: 'none',
123145
+ UserSelect: 'none'
123158
123146
  };
123159
123147
  var DroppablePlaceholder = (function (_React$Component) {
123160
123148
  (0, _inherits2$5["default"])(DroppablePlaceholder, _React$Component);
@@ -4,7 +4,7 @@
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "1.24.1"
7
+ "version": "1.24.2"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
package/module/print.js CHANGED
@@ -1,4 +1,4 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.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_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/module/index.js";
2
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@4.24.3/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) {
@@ -120347,13 +120347,7 @@ const require$$4$7 = _dll_prop_types;
120347
120347
  gridRowGap: ("").concat(theme.spacing.unit, "px"),
120348
120348
  gridColumnGap: ("").concat(theme.spacing.unit, "px"),
120349
120349
  padding: theme.spacing.unit * 1,
120350
- border: ("2px dashed ").concat(_renderUi.color.black()),
120351
- WebkitTouchCallout: 'none',
120352
- WebkitUserSelect: 'none',
120353
- KhtmlUserSelect: 'none',
120354
- MozUserSelect: 'none',
120355
- MsUserSelect: 'none',
120356
- userSelect: 'none'
120350
+ border: ("2px dashed ").concat(_renderUi.color.black())
120357
120351
  },
120358
120352
  disabled: {
120359
120353
  boxShadow: 'none',
@@ -120372,13 +120366,7 @@ const require$$4$7 = _dll_prop_types;
120372
120366
  justifyContent: 'center',
120373
120367
  overflow: 'hidden',
120374
120368
  touchAction: 'none',
120375
- backgroundColor: _renderUi.color.backgroundDark(),
120376
- WebkitTouchCallout: 'none',
120377
- WebkitUserSelect: 'none',
120378
- KhtmlUserSelect: 'none',
120379
- MozUserSelect: 'none',
120380
- MsUserSelect: 'none',
120381
- userSelect: 'none'
120369
+ backgroundColor: _renderUi.color.backgroundDark()
120382
120370
  },
120383
120371
  categorizeBoard: {
120384
120372
  padding: theme.spacing.unit / 2,
@@ -120389,13 +120377,7 @@ const require$$4$7 = _dll_prop_types;
120389
120377
  justifyContent: 'center',
120390
120378
  overflow: 'hidden',
120391
120379
  touchAction: 'none',
120392
- backgroundColor: _renderUi.color.backgroundDark(),
120393
- WebkitTouchCallout: 'none',
120394
- WebkitUserSelect: 'none',
120395
- KhtmlUserSelect: 'none',
120396
- MozUserSelect: 'none',
120397
- MsUserSelect: 'none',
120398
- userSelect: 'none'
120380
+ backgroundColor: _renderUi.color.backgroundDark()
120399
120381
  }
120400
120382
  };
120401
120383
  };
@@ -123117,7 +123099,13 @@ function _isNativeReflectConstruct() {
123117
123099
  }
123118
123100
  }
123119
123101
  var preventInteractionStyle = {
123120
- flex: 1
123102
+ flex: 1,
123103
+ WebkitTouchCallout: 'none',
123104
+ WebkitUserSelect: 'none',
123105
+ KhtmlUserSelect: 'none',
123106
+ MozUserSelect: 'none',
123107
+ MsUserSelect: 'none',
123108
+ UserSelect: 'none'
123121
123109
  };
123122
123110
  var DroppablePlaceholder = (function (_React$Component) {
123123
123111
  (0, _inherits2$5["default"])(DroppablePlaceholder, _React$Component);
package/package.json CHANGED
@@ -4,19 +4,19 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "2.22.3-next.15+735106b4e",
7
+ "version": "2.22.3-next.17+49f1ce400",
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": "next",
12
+ "@pie-lib/pie-toolbox": "1.31.3",
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": "735106b4e6eddd431564399dbd59af336eb29b61",
19
+ "gitHead": "49f1ce4000bc45d0eb8032f6538c0c780940a503",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },