@pie-lib/graphing-module 1.13.5 → 1.13.7

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.
package/module/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.6.40/module/index.js";
2
- import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.8.2/module/index.js";
3
- import {_dll_pie_lib__drag} from "../../drag-module@^2.2.4/module/index.js";
4
- import {_dll_pie_lib__config_ui} from "../../config-module@^2.10.5/module/index.js";
1
+ import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.6.42/module/index.js";
2
+ import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.8.4/module/index.js";
3
+ import {_dll_pie_lib__drag} from "../../drag-module@^2.2.6/module/index.js";
4
+ import {_dll_pie_lib__config_ui} from "../../config-module@^2.11.0/module/index.js";
5
5
  const PropTypes$E = _dll_prop_types;
6
6
  const BaseDomainRangeType = {
7
7
  min: PropTypes$E.number.isRequired,
@@ -17733,7 +17733,9 @@ var en = {
17733
17733
  showCorrectAnswer: 'Show correct answer',
17734
17734
  hideCorrectAnswer: 'Hide correct answer',
17735
17735
  commonCorrectAnswerWithAlternates: 'Note: The answer shown above is the most common correct answer for this item. One or more additional correct answers are also defined, and will also be recognized as correct.',
17736
- warning: 'Warning'
17736
+ warning: 'Warning',
17737
+ showNote: 'Show Note',
17738
+ hideNote: 'Hide Note'
17737
17739
  }
17738
17740
  };
17739
17741
  var es = {
@@ -17797,7 +17799,9 @@ var es = {
17797
17799
  showCorrectAnswer: 'Mostrar respuesta correcta',
17798
17800
  hideCorrectAnswer: 'Ocultar respuesta correcta',
17799
17801
  commonCorrectAnswerWithAlternates: 'Nota: La respuesta que se muestra arriba es la respuesta correcta más común para esta pregunta. También se definen una o más respuestas correctas adicionales, y también se reconocerán como correctas.',
17800
- warning: 'Advertencia'
17802
+ warning: 'Advertencia',
17803
+ showNote: 'Mostrar Nota',
17804
+ hideNote: 'Ocultar Nota'
17801
17805
  }
17802
17806
  };
17803
17807
  instance.init({
@@ -17874,10 +17878,7 @@ function _optionalChain(ops) {
17874
17878
  const {translator: translator$1} = Translator;
17875
17879
  const buttonStyles = () => ({
17876
17880
  root: {
17877
- color: color$3.text(),
17878
- '&:hover': {
17879
- backgroundColor: color$3.primary()
17880
- }
17881
+ color: color$3.text()
17881
17882
  },
17882
17883
  selected: {
17883
17884
  backgroundColor: color$3.background(),
@@ -17916,7 +17917,7 @@ const MiniButton = withStyles$3(buttonStyles)(props => {
17916
17917
  __self: undefined,
17917
17918
  __source: {
17918
17919
  fileName: _jsxFileName$5,
17919
- lineNumber: 43
17920
+ lineNumber: 40
17920
17921
  }
17921
17922
  }, translator$1.t(`graphing.${translatorKey}`, {
17922
17923
  lng: language
@@ -17972,7 +17973,7 @@ class ToggleBar extends React$5.Component {
17972
17973
  __self: this,
17973
17974
  __source: {
17974
17975
  fileName: _jsxFileName$5,
17975
- lineNumber: 99
17976
+ lineNumber: 96
17976
17977
  }
17977
17978
  }, (options || []).map((option, index) => {
17978
17979
  if ((allTools || []).includes(option)) {
@@ -17988,7 +17989,7 @@ class ToggleBar extends React$5.Component {
17988
17989
  __self: this,
17989
17990
  __source: {
17990
17991
  fileName: _jsxFileName$5,
17991
- lineNumber: 106
17992
+ lineNumber: 103
17992
17993
  }
17993
17994
  }, React$5.createElement(MiniButton, {
17994
17995
  className: cn(classes.button, isSelected && classes.selected),
@@ -18001,7 +18002,7 @@ class ToggleBar extends React$5.Component {
18001
18002
  __self: this,
18002
18003
  __source: {
18003
18004
  fileName: _jsxFileName$5,
18004
- lineNumber: 114
18005
+ lineNumber: 111
18005
18006
  }
18006
18007
  }));
18007
18008
  }
@@ -18061,21 +18062,21 @@ class Item extends React$5.Component {
18061
18062
  __self: this,
18062
18063
  __source: {
18063
18064
  fileName: _jsxFileName$5,
18064
- lineNumber: 188
18065
+ lineNumber: 185
18065
18066
  }
18066
18067
  }, connectDragSource(connectDropTarget(React$5.createElement('div', {
18067
18068
  className: isDragging && classes.hidden,
18068
18069
  __self: this,
18069
18070
  __source: {
18070
18071
  fileName: _jsxFileName$5,
18071
- lineNumber: 189
18072
+ lineNumber: 186
18072
18073
  }
18073
18074
  }, children))), connectDragPreview(React$5.createElement('div', {
18074
18075
  className: classes.under,
18075
18076
  __self: this,
18076
18077
  __source: {
18077
18078
  fileName: _jsxFileName$5,
18078
- lineNumber: 190
18079
+ lineNumber: 187
18079
18080
  }
18080
18081
  }, children)));
18081
18082
  }
@@ -18241,7 +18242,7 @@ class UndoRedo extends React$3.Component {
18241
18242
  fileName: _jsxFileName$3,
18242
18243
  lineNumber: 26
18243
18244
  }
18244
- }, translator.t("common:undo", {
18245
+ }, translator.t('common:undo', {
18245
18246
  lng: language
18246
18247
  })), React$3.createElement(Button, {
18247
18248
  classes: {
@@ -18253,7 +18254,7 @@ class UndoRedo extends React$3.Component {
18253
18254
  fileName: _jsxFileName$3,
18254
18255
  lineNumber: 29
18255
18256
  }
18256
- }, translator.t("graphing.redo", {
18257
+ }, translator.t('graphing.redo', {
18257
18258
  lng: language
18258
18259
  })), React$3.createElement(Button, {
18259
18260
  classes: {
@@ -18265,7 +18266,7 @@ class UndoRedo extends React$3.Component {
18265
18266
  fileName: _jsxFileName$3,
18266
18267
  lineNumber: 32
18267
18268
  }
18268
- }, translator.t("graphing.reset", {
18269
+ }, translator.t('graphing.reset', {
18269
18270
  lng: language
18270
18271
  })));
18271
18272
  }
@@ -18277,11 +18278,8 @@ const styles$2 = theme => ({
18277
18278
  color: color$2.text(),
18278
18279
  backgroundColor: color$2.background(),
18279
18280
  marginBottom: theme.spacing.unit / 2,
18280
- "&:not(:last-of-type)": {
18281
+ '&:not(:last-of-type)': {
18281
18282
  marginRight: theme.spacing.unit / 2
18282
- },
18283
- "&:hover": {
18284
- backgroundColor: color$2.primary()
18285
18283
  }
18286
18284
  }
18287
18285
  });
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.13.5",
3
+ "version": "1.13.7",
4
4
  "mappings": {
5
5
  "@pie-lib/plot": "_dll_pie_lib__plot",
6
6
  "@pie-lib/graphing": "_dll_pie_lib__graphing",
@@ -13,7 +13,7 @@
13
13
  "version": "2.7.2"
14
14
  },
15
15
  "@pie-lib/graphing": {
16
- "version": "2.14.3"
16
+ "version": "2.14.5"
17
17
  },
18
18
  "d3-scale": {
19
19
  "version": "2.2.2"
@@ -22,24 +22,24 @@
22
22
  "version": "1.4.2"
23
23
  }
24
24
  },
25
- "hash": "bc1cd06719c458c7ed9b93540f8c0cc02bec36ea"
25
+ "hash": "439bbf6d3a5cf38d965eb7c006026805c88322a8"
26
26
  },
27
27
  "modules": [
28
28
  {
29
29
  "name": "@pie-lib/shared-module",
30
- "version": "^1.6.40"
30
+ "version": "^1.6.42"
31
31
  },
32
32
  {
33
33
  "name": "@pie-lib/editable-html-module",
34
- "version": "^3.8.2"
34
+ "version": "^3.8.4"
35
35
  },
36
36
  {
37
37
  "name": "@pie-lib/drag-module",
38
- "version": "^2.2.4"
38
+ "version": "^2.2.6"
39
39
  },
40
40
  {
41
41
  "name": "@pie-lib/config-module",
42
- "version": "^2.10.5"
42
+ "version": "^2.11.0"
43
43
  }
44
44
  ],
45
45
  "isLocal": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.13.5",
3
+ "version": "1.13.7",
4
4
  "module": "module/index.js",
5
5
  "repository": "pie-framework/pie-lib",
6
6
  "publishConfig": {