@sis-cc/dotstatsuite-visions 7.4.1 → 7.4.2

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
@@ -287,8 +287,7 @@ export var sisccTheme = function sisccTheme(_ref) {
287
287
  },
288
288
  table: {
289
289
  flag: {
290
- fontFamily: "'PT Sans Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif",
291
- fontSize: 12,
290
+ fontSize: 10,
292
291
  color: outerPalette.textLight || innerPalette.textLight
293
292
  },
294
293
  dot: {
package/lib/theme.js CHANGED
@@ -290,8 +290,7 @@ var sisccTheme = exports.sisccTheme = function sisccTheme(_ref) {
290
290
  },
291
291
  table: {
292
292
  flag: {
293
- fontFamily: "'PT Sans Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif",
294
- fontSize: 12,
293
+ fontSize: 10,
295
294
  color: outerPalette.textLight || innerPalette.textLight
296
295
  },
297
296
  dot: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sis-cc/dotstatsuite-visions",
3
- "version": "7.4.1",
3
+ "version": "7.4.2",
4
4
  "description": "Library of visual components",
5
5
  "author": "OECD",
6
6
  "homepage": "https://visions-qa.siscc.org/#o",