@symbo.ls/default-config 2.11.70 → 2.11.89

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/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@symbo.ls/default-config",
3
- "version": "2.11.70",
3
+ "version": "2.11.89",
4
4
  "source": "src/index.js",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
8
  "@symbo.ls/feather-icons": "latest"
9
9
  },
10
- "gitHead": "329c180a4cf02896ec76566a5b2f5368f62a6b06"
10
+ "gitHead": "746794aa562ae16101245fca1e246cab8b50da44"
11
11
  }
package/src/index.js CHANGED
@@ -18,7 +18,7 @@ export const DEFAULT_CONFIG = {
18
18
  FONT,
19
19
  FONT_FAMILY,
20
20
  TIMING: {},
21
- ICONS: FEATHER_ICONS, // add mitosis node fallback
21
+ ICONS: FEATHER_ICONS,
22
22
  MEDIA: {
23
23
  tv: '(min-width: 2780px)',
24
24
 
package/src/spacing.js CHANGED
@@ -2,5 +2,6 @@
2
2
 
3
3
  export const SPACING = {
4
4
  base: 16,
5
- ratio: 1.618
5
+ ratio: 1.618,
6
+ subSequence: true
6
7
  }
package/src/typography.js CHANGED
@@ -3,5 +3,6 @@
3
3
  export const TYPOGRAPHY = {
4
4
  base: 16,
5
5
  ratio: 1.125,
6
+ subSequence: true,
6
7
  templates: {}
7
8
  }