@sproutsocial/seeds-color 1.6.2 → 1.6.3

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.
@@ -136,3 +136,5 @@ export const COLOR_BAMBU_TEAL_600: string;
136
136
  export const COLOR_BAMBU_TEAL_700: string;
137
137
  export const COLOR_BAMBU_YELLOW_500: string;
138
138
  export const COLOR_BAMBU_YELLOW_600: string;
139
+ declare const defaultExport: {[index:string]: string};
140
+ export default defaultExport;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-color",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "Seeds Color Tokens",
5
5
  "main": "dist/seeds-color.js",
6
6
  "types": "dist/seeds-color.d.ts",