@sproutsocial/seeds-react-theme 3.5.0 → 3.5.1

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.
@@ -30,12 +30,12 @@ var shadows = exports.shadows = {
30
30
  var colors = exports.colors = _objectSpread(_objectSpread({}, _theme.default.colors), {}, {
31
31
  app: {
32
32
  background: {
33
- base: _seedsColor.default.COLOR_NEUTRAL_1100
33
+ base: _seedsColor.default.COLOR_NEUTRAL_1000
34
34
  }
35
35
  },
36
36
  container: {
37
37
  background: {
38
- base: _seedsColor.default.COLOR_NEUTRAL_1000,
38
+ base: _seedsColor.default.COLOR_NEUTRAL_900,
39
39
  success: _decorativePalettes.green.background,
40
40
  warning: _decorativePalettes.yellow.background,
41
41
  error: _decorativePalettes.red.background,
@@ -62,7 +62,7 @@ var colors = exports.colors = _objectSpread(_objectSpread({}, _theme.default.col
62
62
  neutral_sentiment: _seedsColor.default.COLOR_NEUTRAL_300
63
63
  },
64
64
  border: {
65
- base: _seedsColor.default.COLOR_NEUTRAL_800,
65
+ base: _seedsColor.default.COLOR_NEUTRAL_1100,
66
66
  success: _decorativePalettes.green.highlight,
67
67
  warning: _decorativePalettes.yellow.highlight,
68
68
  error: _decorativePalettes.red.highlight,
@@ -2,12 +2,12 @@ $theme: (
2
2
  "colors": (
3
3
  "app": (
4
4
  "background": (
5
- "base": #040404
5
+ "base": #162020
6
6
  )
7
7
  ),
8
8
  "container": (
9
9
  "background": (
10
- "base": #162020,
10
+ "base": #273333,
11
11
  "success": #006b40,
12
12
  "warning": #944c0c,
13
13
  "error": #992222,
@@ -33,7 +33,7 @@ $theme: (
33
33
  "neutral_sentiment": #c8cccc
34
34
  ),
35
35
  "border": (
36
- "base": #364141,
36
+ "base": #040404,
37
37
  "success": #59cb59,
38
38
  "warning": #ffbc00,
39
39
  "error": #ed4c42,
@@ -526,12 +526,12 @@ $theme: (
526
526
  "colors": (
527
527
  "app": (
528
528
  "background": (
529
- "base": #040404
529
+ "base": #162020
530
530
  )
531
531
  ),
532
532
  "container": (
533
533
  "background": (
534
- "base": #162020,
534
+ "base": #273333,
535
535
  "success": #006b40,
536
536
  "warning": #944c0c,
537
537
  "error": #992222,
@@ -557,7 +557,7 @@ $theme: (
557
557
  "neutral_sentiment": #c8cccc
558
558
  ),
559
559
  "border": (
560
- "base": #364141,
560
+ "base": #040404,
561
561
  "success": #59cb59,
562
562
  "warning": #ffbc00,
563
563
  "error": #ed4c42,
@@ -56,12 +56,12 @@ $theme: (
56
56
  "colors": (
57
57
  "app": (
58
58
  "background": (
59
- "base": #040404
59
+ "base": #162020
60
60
  )
61
61
  ),
62
62
  "container": (
63
63
  "background": (
64
- "base": #162020,
64
+ "base": #273333,
65
65
  "success": #006b40,
66
66
  "warning": #944c0c,
67
67
  "error": #992222,
@@ -87,7 +87,7 @@ $theme: (
87
87
  "neutral_sentiment": #c8cccc
88
88
  ),
89
89
  "border": (
90
- "base": #364141,
90
+ "base": #040404,
91
91
  "success": #59cb59,
92
92
  "warning": #ffbc00,
93
93
  "error": #ed4c42,
package/lib/dark/theme.js CHANGED
@@ -25,12 +25,12 @@ export var shadows = {
25
25
  export var colors = _objectSpread(_objectSpread({}, lightTheme.colors), {}, {
26
26
  app: {
27
27
  background: {
28
- base: COLORS.COLOR_NEUTRAL_1100
28
+ base: COLORS.COLOR_NEUTRAL_1000
29
29
  }
30
30
  },
31
31
  container: {
32
32
  background: {
33
- base: COLORS.COLOR_NEUTRAL_1000,
33
+ base: COLORS.COLOR_NEUTRAL_900,
34
34
  success: green.background,
35
35
  warning: yellow.background,
36
36
  error: red.background,
@@ -57,7 +57,7 @@ export var colors = _objectSpread(_objectSpread({}, lightTheme.colors), {}, {
57
57
  neutral_sentiment: COLORS.COLOR_NEUTRAL_300
58
58
  },
59
59
  border: {
60
- base: COLORS.COLOR_NEUTRAL_800,
60
+ base: COLORS.COLOR_NEUTRAL_1100,
61
61
  success: green.highlight,
62
62
  warning: yellow.highlight,
63
63
  error: red.highlight,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-theme",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Seeds Theme",
5
5
  "main": "commonjs/index.js",
6
6
  "module": "lib/index.js",