@sproutsocial/racine 11.3.0-text-highlight.0 → 11.3.0-text-highlight.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.
@@ -174,7 +174,9 @@ const colors = {
174
174
  body: COLORS.COLOR_NEUTRAL_100,
175
175
  inverse: COLORS.COLOR_NEUTRAL_900,
176
176
  error: COLORS.COLOR_RED_400,
177
- highlight: COLORS.COLOR_YELLOW_900,
177
+ background: {
178
+ highlight: COLORS.COLOR_YELLOW_900,
179
+ },
178
180
  },
179
181
  icon: {
180
182
  base: COLORS.COLOR_NEUTRAL_100,
@@ -171,7 +171,9 @@ const colors = {
171
171
  body: COLORS.COLOR_NEUTRAL_800,
172
172
  inverse: COLORS.COLOR_NEUTRAL_0,
173
173
  error: COLORS.COLOR_RED_800,
174
- highlight: COLORS.COLOR_YELLOW_200,
174
+ background: {
175
+ highlight: COLORS.COLOR_YELLOW_200,
176
+ },
175
177
  },
176
178
  icon: {
177
179
  base: COLORS.COLOR_NEUTRAL_800,
@@ -158,7 +158,9 @@ type TypeTextColors = {|
158
158
  body: string,
159
159
  inverse: string,
160
160
  error: string,
161
- highlight: string,
161
+ background: {
162
+ highlight: string,
163
+ },
162
164
  },
163
165
  |};
164
166
 
@@ -176,7 +176,9 @@ var colors = _extends({}, _theme.default.colors, {
176
176
  body: _seedsColor.default.COLOR_NEUTRAL_100,
177
177
  inverse: _seedsColor.default.COLOR_NEUTRAL_900,
178
178
  error: _seedsColor.default.COLOR_RED_400,
179
- highlight: _seedsColor.default.COLOR_YELLOW_900
179
+ background: {
180
+ highlight: _seedsColor.default.COLOR_YELLOW_900
181
+ }
180
182
  },
181
183
  icon: {
182
184
  base: _seedsColor.default.COLOR_NEUTRAL_100,
@@ -178,7 +178,9 @@ var colors = _extends({
178
178
  body: _seedsColor.default.COLOR_NEUTRAL_800,
179
179
  inverse: _seedsColor.default.COLOR_NEUTRAL_0,
180
180
  error: _seedsColor.default.COLOR_RED_800,
181
- highlight: _seedsColor.default.COLOR_YELLOW_200
181
+ background: {
182
+ highlight: _seedsColor.default.COLOR_YELLOW_200
183
+ }
182
184
  },
183
185
  icon: {
184
186
  base: _seedsColor.default.COLOR_NEUTRAL_800,
@@ -153,7 +153,9 @@ $dark: (
153
153
  body: #f3f4f4,
154
154
  inverse: #273333,
155
155
  error: #ff7f6e,
156
- highlight: #944c0c
156
+ background: (
157
+ highlight: #944c0c
158
+ )
157
159
  ),
158
160
  icon: (
159
161
  base: #f3f4f4,
@@ -247,7 +247,9 @@ $light: (
247
247
  body: #364141,
248
248
  inverse: #FFFFFF,
249
249
  error: #c63434,
250
- highlight: #ffe99a
250
+ background: (
251
+ highlight: #ffe99a
252
+ )
251
253
  ),
252
254
  icon: (
253
255
  base: #364141,
@@ -160,7 +160,9 @@ var colors = _extends({}, lightTheme.colors, {
160
160
  body: COLORS.COLOR_NEUTRAL_100,
161
161
  inverse: COLORS.COLOR_NEUTRAL_900,
162
162
  error: COLORS.COLOR_RED_400,
163
- highlight: COLORS.COLOR_YELLOW_900
163
+ background: {
164
+ highlight: COLORS.COLOR_YELLOW_900
165
+ }
164
166
  },
165
167
  icon: {
166
168
  base: COLORS.COLOR_NEUTRAL_100,
@@ -158,7 +158,9 @@ var colors = _extends({
158
158
  body: COLORS.COLOR_NEUTRAL_800,
159
159
  inverse: COLORS.COLOR_NEUTRAL_0,
160
160
  error: COLORS.COLOR_RED_800,
161
- highlight: COLORS.COLOR_YELLOW_200
161
+ background: {
162
+ highlight: COLORS.COLOR_YELLOW_200
163
+ }
162
164
  },
163
165
  icon: {
164
166
  base: COLORS.COLOR_NEUTRAL_800,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "11.3.0-text-highlight.0",
3
+ "version": "11.3.0-text-highlight.1",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",