jbx 1.7.1 → 1.7.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5,7 +5,7 @@ import capsize from 'capsize';
5
5
 
6
6
  import { createGlobalStyle } from 'styled-components';
7
7
 
8
- const SIZE = window.innerHeight > 640 ? 16 : 13;
8
+ const SIZE = window.innerWidth > 1280 ? 16 : window.innerWidth > 640 ? 14 : 12;
9
9
  const BASE_SIZE = SIZE;
10
10
  const BASE_RADIUS = SIZE / 2;
11
11
  const SPACE = SIZE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jbx",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "hi@javier.xyz",