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

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": "1.31.2",
11
+ "@pie-lib/pie-toolbox": "next",
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": "1.31.2",
10
+ "@pie-lib/pie-toolbox": "next",
11
11
  "debug": "^3.1.0",
12
12
  "lodash": "^4.17.15"
13
13
  },
package/module/element.js CHANGED
@@ -120384,7 +120384,13 @@ 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())
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'
120388
120394
  },
120389
120395
  disabled: {
120390
120396
  boxShadow: 'none',
@@ -120403,7 +120409,13 @@ const require$$4$7 = _dll_prop_types;
120403
120409
  justifyContent: 'center',
120404
120410
  overflow: 'hidden',
120405
120411
  touchAction: 'none',
120406
- backgroundColor: _renderUi.color.backgroundDark()
120412
+ backgroundColor: _renderUi.color.backgroundDark(),
120413
+ WebkitTouchCallout: 'none',
120414
+ WebkitUserSelect: 'none',
120415
+ KhtmlUserSelect: 'none',
120416
+ MozUserSelect: 'none',
120417
+ MsUserSelect: 'none',
120418
+ userSelect: 'none'
120407
120419
  },
120408
120420
  categorizeBoard: {
120409
120421
  padding: theme.spacing.unit / 2,
@@ -120414,7 +120426,13 @@ const require$$4$7 = _dll_prop_types;
120414
120426
  justifyContent: 'center',
120415
120427
  overflow: 'hidden',
120416
120428
  touchAction: 'none',
120417
- backgroundColor: _renderUi.color.backgroundDark()
120429
+ backgroundColor: _renderUi.color.backgroundDark(),
120430
+ WebkitTouchCallout: 'none',
120431
+ WebkitUserSelect: 'none',
120432
+ KhtmlUserSelect: 'none',
120433
+ MozUserSelect: 'none',
120434
+ MsUserSelect: 'none',
120435
+ userSelect: 'none'
120418
120436
  }
120419
120437
  };
120420
120438
  };
@@ -123136,13 +123154,7 @@ function _isNativeReflectConstruct() {
123136
123154
  }
123137
123155
  }
123138
123156
  var preventInteractionStyle = {
123139
- flex: 1,
123140
- WebkitTouchCallout: 'none',
123141
- WebkitUserSelect: 'none',
123142
- KhtmlUserSelect: 'none',
123143
- MozUserSelect: 'none',
123144
- MsUserSelect: 'none',
123145
- UserSelect: 'none'
123157
+ flex: 1
123146
123158
  };
123147
123159
  var DroppablePlaceholder = (function (_React$Component) {
123148
123160
  (0, _inherits2$5["default"])(DroppablePlaceholder, _React$Component);
package/module/print.js CHANGED
@@ -120347,7 +120347,13 @@ 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())
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'
120351
120357
  },
120352
120358
  disabled: {
120353
120359
  boxShadow: 'none',
@@ -120366,7 +120372,13 @@ const require$$4$7 = _dll_prop_types;
120366
120372
  justifyContent: 'center',
120367
120373
  overflow: 'hidden',
120368
120374
  touchAction: 'none',
120369
- backgroundColor: _renderUi.color.backgroundDark()
120375
+ backgroundColor: _renderUi.color.backgroundDark(),
120376
+ WebkitTouchCallout: 'none',
120377
+ WebkitUserSelect: 'none',
120378
+ KhtmlUserSelect: 'none',
120379
+ MozUserSelect: 'none',
120380
+ MsUserSelect: 'none',
120381
+ userSelect: 'none'
120370
120382
  },
120371
120383
  categorizeBoard: {
120372
120384
  padding: theme.spacing.unit / 2,
@@ -120377,7 +120389,13 @@ const require$$4$7 = _dll_prop_types;
120377
120389
  justifyContent: 'center',
120378
120390
  overflow: 'hidden',
120379
120391
  touchAction: 'none',
120380
- backgroundColor: _renderUi.color.backgroundDark()
120392
+ backgroundColor: _renderUi.color.backgroundDark(),
120393
+ WebkitTouchCallout: 'none',
120394
+ WebkitUserSelect: 'none',
120395
+ KhtmlUserSelect: 'none',
120396
+ MozUserSelect: 'none',
120397
+ MsUserSelect: 'none',
120398
+ userSelect: 'none'
120381
120399
  }
120382
120400
  };
120383
120401
  };
@@ -123099,13 +123117,7 @@ function _isNativeReflectConstruct() {
123099
123117
  }
123100
123118
  }
123101
123119
  var preventInteractionStyle = {
123102
- flex: 1,
123103
- WebkitTouchCallout: 'none',
123104
- WebkitUserSelect: 'none',
123105
- KhtmlUserSelect: 'none',
123106
- MozUserSelect: 'none',
123107
- MsUserSelect: 'none',
123108
- UserSelect: 'none'
123120
+ flex: 1
123109
123121
  };
123110
123122
  var DroppablePlaceholder = (function (_React$Component) {
123111
123123
  (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.10+3f46db2cf",
7
+ "version": "2.22.3-next.15+735106b4e",
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": "1.31.2",
12
+ "@pie-lib/pie-toolbox": "next",
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": "3f46db2cf8b31e3dfabd60b0f5664e294d50e500",
19
+ "gitHead": "735106b4e6eddd431564399dbd59af336eb29b61",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },