@sproutsocial/racine 11.6.1 → 11.7.0

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.
@@ -29,10 +29,21 @@ export var navigation = {
29
29
  }
30
30
  }
31
31
  };
32
+ export var datePicker = {
33
+ comparison: {
34
+ background: {
35
+ base: baseLightTheme.colors.neutral[400]
36
+ },
37
+ text: {
38
+ base: baseLightTheme.colors.neutral[800]
39
+ }
40
+ }
41
+ };
32
42
 
33
43
  var lightTheme = _extends({}, baseLightTheme, {
34
44
  colors: _extends({}, baseLightTheme.colors, {
35
- navigation: navigation
45
+ navigation: navigation,
46
+ datePicker: datePicker
36
47
  })
37
48
  });
38
49
 
@@ -1,2 +1,2 @@
1
1
  import { breakpoints, typography, fontWeights, radii, borders, borderWidths, shadows, space, easing, duration } from "../themes/light/theme";
2
- import { navigation } from "../themes/extendedThemes/sproutTheme/light/theme";
2
+ import { datePicker, navigation } from "../themes/extendedThemes/sproutTheme/light/theme";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "11.6.1",
3
+ "version": "11.7.0",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",
@@ -48,6 +48,7 @@
48
48
  "release": "yarn test && yarn changeset publish",
49
49
  "storybook": "start-storybook -c .storybook -p 9999",
50
50
  "build-storybook": "build-storybook --quiet -c .storybook -o .storybook-dist",
51
+ "build-chromatic": "yarn build-icons && build-storybook --quiet -c .storybook -o .storybook-dist",
51
52
  "icon-lint": "node bin/icon-lint/cli",
52
53
  "playroom:start": "playroom start",
53
54
  "playroom:build": "playroom build"
@@ -166,7 +167,7 @@
166
167
  "svgo": "^1.3.0",
167
168
  "svgstore": "^2.0.3",
168
169
  "webpack": "^4.20.0",
169
- "webpack-dev-server": "^3.11.0"
170
+ "webpack-dev-server": "^4.9.0"
170
171
  },
171
172
  "peerDependencies": {
172
173
  "@sproutsocial/seeds-border": ">=0.3.0",