@sproutsocial/racine 11.1.0 → 11.1.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.
@@ -11,7 +11,8 @@ var literalColors = {
11
11
  "700": COLORS.COLOR_NEUTRAL_700,
12
12
  "800": COLORS.COLOR_NEUTRAL_800,
13
13
  "900": COLORS.COLOR_NEUTRAL_900,
14
- "1000": COLORS.COLOR_NEUTRAL_1000
14
+ "1000": COLORS.COLOR_NEUTRAL_1000,
15
+ "1100": COLORS.COLOR_NEUTRAL_1100
15
16
  },
16
17
  green: {
17
18
  "0": COLORS.COLOR_GREEN_0,
@@ -38,7 +39,8 @@ var literalColors = {
38
39
  "700": COLORS.COLOR_RED_700,
39
40
  "800": COLORS.COLOR_RED_800,
40
41
  "900": COLORS.COLOR_RED_900,
41
- "1000": COLORS.COLOR_RED_1000
42
+ "1000": COLORS.COLOR_RED_1000,
43
+ "1100": COLORS.COLOR_RED_1100
42
44
  },
43
45
  blue: {
44
46
  "0": COLORS.COLOR_BLUE_0,
@@ -1 +1,2 @@
1
- import literalColors from "../themes/light/literal-colors";
1
+ import literalColors from "../themes/light/literal-colors";
2
+ import { datavizPalette } from "../themes/light/dataviz-palette";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "11.1.0",
3
+ "version": "11.1.2",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",
@@ -9,11 +9,13 @@
9
9
  "lib",
10
10
  "codemods",
11
11
  "bin/racine-codemod.js",
12
+ "bin/buildNpm.js",
12
13
  "icons",
13
14
  "includeIcons.js"
14
15
  ],
15
16
  "bin": {
16
- "racine-codemod": "bin/racine-codemod.js"
17
+ "racine-codemod": "bin/racine-codemod.js",
18
+ "build-npm": "bin/buildNpm.js"
17
19
  },
18
20
  "main": "commonjs/index.js",
19
21
  "module": "lib/index.js",