@sis-cc/dotstatsuite-visions 12.11.0 → 12.12.1

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/es/theme.js CHANGED
@@ -341,8 +341,7 @@ export var sisccTheme = function sisccTheme(_ref) {
341
341
  share: {
342
342
  title: {
343
343
  fontWeight: 400,
344
- fontFamily: "'Roboto Slab', serif",
345
- fontSize: 18
344
+ fontFamily: "'Roboto Slab', serif"
346
345
  }
347
346
  },
348
347
  spotlight: {
package/lib/theme.js CHANGED
@@ -345,8 +345,7 @@ var sisccTheme = exports.sisccTheme = function sisccTheme(_ref) {
345
345
  share: {
346
346
  title: {
347
347
  fontWeight: 400,
348
- fontFamily: "'Roboto Slab', serif",
349
- fontSize: 18
348
+ fontFamily: "'Roboto Slab', serif"
350
349
  }
351
350
  },
352
351
  spotlight: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sis-cc/dotstatsuite-visions",
3
- "version": "12.11.0",
3
+ "version": "12.12.1",
4
4
  "description": "Library of visual components",
5
5
  "author": "OECD",
6
6
  "homepage": "https://visions-qa.siscc.org/#o",
@@ -43,7 +43,7 @@
43
43
  "numeral": "^2.0.6",
44
44
  "prop-types": "^15.7.2",
45
45
  "ramda": "^0.27.0",
46
- "react-draggable": "^4.4.5",
46
+ "react-draggable": "4.4.5",
47
47
  "react-error-boundary": "^4.0.10",
48
48
  "react-virtualized": "^9.21.2"
49
49
  },