@pie-element/complex-rubric 2.19.3-next.10 → 2.19.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.
@@ -7,7 +7,7 @@
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-lib/pie-toolbox": "1.31.2",
10
+ "@pie-lib/pie-toolbox": "next",
11
11
  "lodash": "^4.17.15"
12
12
  },
13
13
  "author": "",
@@ -105112,7 +105112,13 @@ const require$$4$1g = _dll_prop_types;
105112
105112
  gridRowGap: ("").concat(theme.spacing.unit, "px"),
105113
105113
  gridColumnGap: ("").concat(theme.spacing.unit, "px"),
105114
105114
  padding: theme.spacing.unit * 1,
105115
- border: ("2px dashed ").concat(_renderUi.color.black())
105115
+ border: ("2px dashed ").concat(_renderUi.color.black()),
105116
+ WebkitTouchCallout: 'none',
105117
+ WebkitUserSelect: 'none',
105118
+ KhtmlUserSelect: 'none',
105119
+ MozUserSelect: 'none',
105120
+ MsUserSelect: 'none',
105121
+ userSelect: 'none'
105116
105122
  },
105117
105123
  disabled: {
105118
105124
  boxShadow: 'none',
@@ -105131,7 +105137,13 @@ const require$$4$1g = _dll_prop_types;
105131
105137
  justifyContent: 'center',
105132
105138
  overflow: 'hidden',
105133
105139
  touchAction: 'none',
105134
- backgroundColor: _renderUi.color.backgroundDark()
105140
+ backgroundColor: _renderUi.color.backgroundDark(),
105141
+ WebkitTouchCallout: 'none',
105142
+ WebkitUserSelect: 'none',
105143
+ KhtmlUserSelect: 'none',
105144
+ MozUserSelect: 'none',
105145
+ MsUserSelect: 'none',
105146
+ userSelect: 'none'
105135
105147
  },
105136
105148
  categorizeBoard: {
105137
105149
  padding: theme.spacing.unit / 2,
@@ -105142,7 +105154,13 @@ const require$$4$1g = _dll_prop_types;
105142
105154
  justifyContent: 'center',
105143
105155
  overflow: 'hidden',
105144
105156
  touchAction: 'none',
105145
- backgroundColor: _renderUi.color.backgroundDark()
105157
+ backgroundColor: _renderUi.color.backgroundDark(),
105158
+ WebkitTouchCallout: 'none',
105159
+ WebkitUserSelect: 'none',
105160
+ KhtmlUserSelect: 'none',
105161
+ MozUserSelect: 'none',
105162
+ MsUserSelect: 'none',
105163
+ userSelect: 'none'
105146
105164
  }
105147
105165
  };
105148
105166
  };
@@ -107864,13 +107882,7 @@ function _isNativeReflectConstruct$1() {
107864
107882
  }
107865
107883
  }
107866
107884
  var preventInteractionStyle = {
107867
- flex: 1,
107868
- WebkitTouchCallout: 'none',
107869
- WebkitUserSelect: 'none',
107870
- KhtmlUserSelect: 'none',
107871
- MozUserSelect: 'none',
107872
- MsUserSelect: 'none',
107873
- UserSelect: 'none'
107885
+ flex: 1
107874
107886
  };
107875
107887
  var DroppablePlaceholder = (function (_React$Component) {
107876
107888
  (0, _inherits2$v["default"])(DroppablePlaceholder, _React$Component);
package/module/element.js CHANGED
@@ -139274,7 +139274,13 @@ const require$$4$P = _dll_prop_types;
139274
139274
  gridRowGap: ("").concat(theme.spacing.unit, "px"),
139275
139275
  gridColumnGap: ("").concat(theme.spacing.unit, "px"),
139276
139276
  padding: theme.spacing.unit * 1,
139277
- border: ("2px dashed ").concat(_renderUi.color.black())
139277
+ border: ("2px dashed ").concat(_renderUi.color.black()),
139278
+ WebkitTouchCallout: 'none',
139279
+ WebkitUserSelect: 'none',
139280
+ KhtmlUserSelect: 'none',
139281
+ MozUserSelect: 'none',
139282
+ MsUserSelect: 'none',
139283
+ userSelect: 'none'
139278
139284
  },
139279
139285
  disabled: {
139280
139286
  boxShadow: 'none',
@@ -139293,7 +139299,13 @@ const require$$4$P = _dll_prop_types;
139293
139299
  justifyContent: 'center',
139294
139300
  overflow: 'hidden',
139295
139301
  touchAction: 'none',
139296
- backgroundColor: _renderUi.color.backgroundDark()
139302
+ backgroundColor: _renderUi.color.backgroundDark(),
139303
+ WebkitTouchCallout: 'none',
139304
+ WebkitUserSelect: 'none',
139305
+ KhtmlUserSelect: 'none',
139306
+ MozUserSelect: 'none',
139307
+ MsUserSelect: 'none',
139308
+ userSelect: 'none'
139297
139309
  },
139298
139310
  categorizeBoard: {
139299
139311
  padding: theme.spacing.unit / 2,
@@ -139304,7 +139316,13 @@ const require$$4$P = _dll_prop_types;
139304
139316
  justifyContent: 'center',
139305
139317
  overflow: 'hidden',
139306
139318
  touchAction: 'none',
139307
- backgroundColor: _renderUi.color.backgroundDark()
139319
+ backgroundColor: _renderUi.color.backgroundDark(),
139320
+ WebkitTouchCallout: 'none',
139321
+ WebkitUserSelect: 'none',
139322
+ KhtmlUserSelect: 'none',
139323
+ MozUserSelect: 'none',
139324
+ MsUserSelect: 'none',
139325
+ userSelect: 'none'
139308
139326
  }
139309
139327
  };
139310
139328
  };
@@ -142026,13 +142044,7 @@ function _isNativeReflectConstruct() {
142026
142044
  }
142027
142045
  }
142028
142046
  var preventInteractionStyle = {
142029
- flex: 1,
142030
- WebkitTouchCallout: 'none',
142031
- WebkitUserSelect: 'none',
142032
- KhtmlUserSelect: 'none',
142033
- MozUserSelect: 'none',
142034
- MsUserSelect: 'none',
142035
- UserSelect: 'none'
142047
+ flex: 1
142036
142048
  };
142037
142049
  var DroppablePlaceholder = (function (_React$Component) {
142038
142050
  (0, _inherits2$j["default"])(DroppablePlaceholder, _React$Component);
package/module/print.js CHANGED
@@ -139274,7 +139274,13 @@ const require$$4$P = _dll_prop_types;
139274
139274
  gridRowGap: ("").concat(theme.spacing.unit, "px"),
139275
139275
  gridColumnGap: ("").concat(theme.spacing.unit, "px"),
139276
139276
  padding: theme.spacing.unit * 1,
139277
- border: ("2px dashed ").concat(_renderUi.color.black())
139277
+ border: ("2px dashed ").concat(_renderUi.color.black()),
139278
+ WebkitTouchCallout: 'none',
139279
+ WebkitUserSelect: 'none',
139280
+ KhtmlUserSelect: 'none',
139281
+ MozUserSelect: 'none',
139282
+ MsUserSelect: 'none',
139283
+ userSelect: 'none'
139278
139284
  },
139279
139285
  disabled: {
139280
139286
  boxShadow: 'none',
@@ -139293,7 +139299,13 @@ const require$$4$P = _dll_prop_types;
139293
139299
  justifyContent: 'center',
139294
139300
  overflow: 'hidden',
139295
139301
  touchAction: 'none',
139296
- backgroundColor: _renderUi.color.backgroundDark()
139302
+ backgroundColor: _renderUi.color.backgroundDark(),
139303
+ WebkitTouchCallout: 'none',
139304
+ WebkitUserSelect: 'none',
139305
+ KhtmlUserSelect: 'none',
139306
+ MozUserSelect: 'none',
139307
+ MsUserSelect: 'none',
139308
+ userSelect: 'none'
139297
139309
  },
139298
139310
  categorizeBoard: {
139299
139311
  padding: theme.spacing.unit / 2,
@@ -139304,7 +139316,13 @@ const require$$4$P = _dll_prop_types;
139304
139316
  justifyContent: 'center',
139305
139317
  overflow: 'hidden',
139306
139318
  touchAction: 'none',
139307
- backgroundColor: _renderUi.color.backgroundDark()
139319
+ backgroundColor: _renderUi.color.backgroundDark(),
139320
+ WebkitTouchCallout: 'none',
139321
+ WebkitUserSelect: 'none',
139322
+ KhtmlUserSelect: 'none',
139323
+ MozUserSelect: 'none',
139324
+ MsUserSelect: 'none',
139325
+ userSelect: 'none'
139308
139326
  }
139309
139327
  };
139310
139328
  };
@@ -142026,13 +142044,7 @@ function _isNativeReflectConstruct() {
142026
142044
  }
142027
142045
  }
142028
142046
  var preventInteractionStyle = {
142029
- flex: 1,
142030
- WebkitTouchCallout: 'none',
142031
- WebkitUserSelect: 'none',
142032
- KhtmlUserSelect: 'none',
142033
- MozUserSelect: 'none',
142034
- MsUserSelect: 'none',
142035
- UserSelect: 'none'
142047
+ flex: 1
142036
142048
  };
142037
142049
  var DroppablePlaceholder = (function (_React$Component) {
142038
142050
  (0, _inherits2$j["default"])(DroppablePlaceholder, _React$Component);
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": "2.19.3-next.10+3f46db2cf",
4
+ "version": "2.19.3-next.15+735106b4e",
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": "^3.19.3-next.10+3f46db2cf",
11
- "@pie-element/rubric": "^3.19.3-next.10+3f46db2cf",
10
+ "@pie-element/multi-trait-rubric": "^3.19.3-next.15+735106b4e",
11
+ "@pie-element/rubric": "^3.19.3-next.15+735106b4e",
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": "3f46db2cf8b31e3dfabd60b0f5664e294d50e500",
18
+ "gitHead": "735106b4e6eddd431564399dbd59af336eb29b61",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },