@pie-element/ebsr 9.2.2-next.20 → 9.2.2-next.25

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.
@@ -10,7 +10,7 @@
10
10
  "@material-ui/core": "^3.9.2",
11
11
  "@pie-element/multiple-choice": "^8.1.1",
12
12
  "@pie-framework/pie-configure-events": "^1.2.0",
13
- "@pie-lib/pie-toolbox": "1.4.5",
13
+ "@pie-lib/pie-toolbox": "1.4.8",
14
14
  "lodash": "^4.17.15",
15
15
  "prop-types": "^15.6.2",
16
16
  "react": "^16.8.1",
@@ -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.4.5",
10
+ "@pie-lib/pie-toolbox": "1.4.8",
11
11
  "lodash": "^4.17.15"
12
12
  },
13
13
  "author": "",
@@ -23463,6 +23463,8 @@ var _default = {
23463
23463
  circle: 'Circle',
23464
23464
  line: 'Line',
23465
23465
  parabola: 'Parabola',
23466
+ absolute: 'Absolute Value',
23467
+ exponential: 'Exponential',
23466
23468
  polygon: 'Polygon',
23467
23469
  ray: 'Ray',
23468
23470
  segment: 'Segment',
@@ -23550,6 +23552,8 @@ var _default = {
23550
23552
  circle: 'Circulo',
23551
23553
  line: 'Línea',
23552
23554
  parabola: 'Parábola',
23555
+ absolute: 'Valor absoluto',
23556
+ exponential: 'Exponencial',
23553
23557
  polygon: 'Polígono',
23554
23558
  ray: 'Semirrecta',
23555
23559
  segment: 'Segmento ',
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "9.2.2-next.20+a49b9aa92",
3
+ "version": "9.2.2-next.25+658a55358",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-element/multiple-choice": "^8.1.2-next.20+a49b9aa92",
10
+ "@pie-element/multiple-choice": "^8.1.2-next.25+658a55358",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "classnames": "^2.2.5",
13
13
  "debug": "^4.1.1",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "author": "pie framework developers",
17
17
  "license": "ISC",
18
- "gitHead": "a49b9aa9225deddac9e943a32957ab1df8cf459a",
18
+ "gitHead": "658a55358181271b508f7d550467eefadcd71544",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },