@sproutsocial/racine 8.0.0-beta-dark-mode.5 → 8.0.0-beta-dark-mode.6

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.
@@ -251,7 +251,7 @@ export const fontWeights = {
251
251
  };
252
252
 
253
253
  export type TypeSpace = {
254
- [string | number]: string,
254
+ [string | number | [number]]: string,
255
255
  };
256
256
 
257
257
  export const space: TypeSpace = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "8.0.0-beta-dark-mode.5",
3
+ "version": "8.0.0-beta-dark-mode.6",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",