@sproutsocial/seeds-react-theme 3.3.2 → 3.5.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.
- package/commonjs/dark/theme.js +3 -3
- package/commonjs/light/literal-colors.js +1 -0
- package/commonjs/light/theme.js +1 -0
- package/dist/themes/dark/theme.scss +10 -6
- package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +5 -3
- package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +2 -0
- package/dist/themes/light/theme.scss +4 -0
- package/dist/types/dark/theme.d.ts +4 -0
- package/dist/types/dark/theme.d.ts.map +1 -1
- package/dist/types/light/literal-colors.d.ts +1 -0
- package/dist/types/light/literal-colors.d.ts.map +1 -1
- package/dist/types/light/theme.d.ts +4 -0
- package/dist/types/light/theme.d.ts.map +1 -1
- package/lib/dark/theme.js +3 -3
- package/lib/light/literal-colors.js +1 -0
- package/lib/light/theme.js +1 -0
- package/package.json +2 -2
package/commonjs/dark/theme.js
CHANGED
|
@@ -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.
|
|
33
|
+
base: _seedsColor.default.COLOR_NEUTRAL_1100
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
container: {
|
|
37
37
|
background: {
|
|
38
|
-
base: _seedsColor.default.
|
|
38
|
+
base: _seedsColor.default.COLOR_NEUTRAL_1000,
|
|
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.
|
|
65
|
+
base: _seedsColor.default.COLOR_NEUTRAL_800,
|
|
66
66
|
success: _decorativePalettes.green.highlight,
|
|
67
67
|
warning: _decorativePalettes.yellow.highlight,
|
|
68
68
|
error: _decorativePalettes.red.highlight,
|
|
@@ -18,6 +18,7 @@ var literalColors = {
|
|
|
18
18
|
"700": _seedsColor.default.COLOR_NEUTRAL_700,
|
|
19
19
|
"800": _seedsColor.default.COLOR_NEUTRAL_800,
|
|
20
20
|
"900": _seedsColor.default.COLOR_NEUTRAL_900,
|
|
21
|
+
"950": _seedsColor.default.COLOR_NEUTRAL_950,
|
|
21
22
|
"1000": _seedsColor.default.COLOR_NEUTRAL_1000,
|
|
22
23
|
"1100": _seedsColor.default.COLOR_NEUTRAL_1100
|
|
23
24
|
},
|
package/commonjs/light/theme.js
CHANGED
|
@@ -321,6 +321,7 @@ var colors = exports.colors = _objectSpread(_objectSpread({
|
|
|
321
321
|
reddit: _seedsNetworkcolor.default.NETWORK_COLOR_REDDIT,
|
|
322
322
|
tripadvisor: _seedsNetworkcolor.default.NETWORK_COLOR_TRIPADVISOR,
|
|
323
323
|
glassdoor: _seedsNetworkcolor.default.NETWORK_COLOR_GLASSDOOR,
|
|
324
|
+
google_ads: _seedsNetworkcolor.default.NETWORK_COLOR_GOOGLE_ADS,
|
|
324
325
|
google_my_business: _seedsNetworkcolor.default.NETWORK_COLOR_GOOGLE_MY_BUSINESS,
|
|
325
326
|
google_business_messages: _seedsNetworkcolor.default.NETWORK_COLOR_GOOGLE_BUSINESS_MESSAGES,
|
|
326
327
|
google_play_store: _seedsNetworkcolor.default.NETWORK_COLOR_GOOGLE_PLAY_STORE,
|
|
@@ -2,12 +2,12 @@ $theme: (
|
|
|
2
2
|
"colors": (
|
|
3
3
|
"app": (
|
|
4
4
|
"background": (
|
|
5
|
-
"base": #
|
|
5
|
+
"base": #040404
|
|
6
6
|
)
|
|
7
7
|
),
|
|
8
8
|
"container": (
|
|
9
9
|
"background": (
|
|
10
|
-
"base": #
|
|
10
|
+
"base": #162020,
|
|
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": #
|
|
36
|
+
"base": #364141,
|
|
37
37
|
"success": #59cb59,
|
|
38
38
|
"warning": #ffbc00,
|
|
39
39
|
"error": #ed4c42,
|
|
@@ -289,6 +289,7 @@ $theme: (
|
|
|
289
289
|
"reddit": #ff4500,
|
|
290
290
|
"tripadvisor": #00B087,
|
|
291
291
|
"glassdoor": #0CAA41,
|
|
292
|
+
"google_ads": #FBBC04,
|
|
292
293
|
"google_my_business": #4285F4,
|
|
293
294
|
"google_business_messages": #1A73EA,
|
|
294
295
|
"google_play_store": #01875F,
|
|
@@ -349,6 +350,7 @@ $theme: (
|
|
|
349
350
|
"700": #515e5f,
|
|
350
351
|
"800": #364141,
|
|
351
352
|
"900": #273333,
|
|
353
|
+
"950": #1D2525,
|
|
352
354
|
"1000": #162020,
|
|
353
355
|
"1100": #040404
|
|
354
356
|
),
|
|
@@ -524,12 +526,12 @@ $theme: (
|
|
|
524
526
|
"colors": (
|
|
525
527
|
"app": (
|
|
526
528
|
"background": (
|
|
527
|
-
"base": #
|
|
529
|
+
"base": #040404
|
|
528
530
|
)
|
|
529
531
|
),
|
|
530
532
|
"container": (
|
|
531
533
|
"background": (
|
|
532
|
-
"base": #
|
|
534
|
+
"base": #162020,
|
|
533
535
|
"success": #006b40,
|
|
534
536
|
"warning": #944c0c,
|
|
535
537
|
"error": #992222,
|
|
@@ -555,7 +557,7 @@ $theme: (
|
|
|
555
557
|
"neutral_sentiment": #c8cccc
|
|
556
558
|
),
|
|
557
559
|
"border": (
|
|
558
|
-
"base": #
|
|
560
|
+
"base": #364141,
|
|
559
561
|
"success": #59cb59,
|
|
560
562
|
"warning": #ffbc00,
|
|
561
563
|
"error": #ed4c42,
|
|
@@ -811,6 +813,7 @@ $theme: (
|
|
|
811
813
|
"reddit": #ff4500,
|
|
812
814
|
"tripadvisor": #00B087,
|
|
813
815
|
"glassdoor": #0CAA41,
|
|
816
|
+
"google_ads": #FBBC04,
|
|
814
817
|
"google_my_business": #4285F4,
|
|
815
818
|
"google_business_messages": #1A73EA,
|
|
816
819
|
"google_play_store": #01875F,
|
|
@@ -871,6 +874,7 @@ $theme: (
|
|
|
871
874
|
"700": #515e5f,
|
|
872
875
|
"800": #364141,
|
|
873
876
|
"900": #273333,
|
|
877
|
+
"950": #1D2525,
|
|
874
878
|
"1000": #162020,
|
|
875
879
|
"1100": #040404
|
|
876
880
|
),
|
|
@@ -56,12 +56,12 @@ $theme: (
|
|
|
56
56
|
"colors": (
|
|
57
57
|
"app": (
|
|
58
58
|
"background": (
|
|
59
|
-
"base": #
|
|
59
|
+
"base": #040404
|
|
60
60
|
)
|
|
61
61
|
),
|
|
62
62
|
"container": (
|
|
63
63
|
"background": (
|
|
64
|
-
"base": #
|
|
64
|
+
"base": #162020,
|
|
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": #
|
|
90
|
+
"base": #364141,
|
|
91
91
|
"success": #59cb59,
|
|
92
92
|
"warning": #ffbc00,
|
|
93
93
|
"error": #ed4c42,
|
|
@@ -343,6 +343,7 @@ $theme: (
|
|
|
343
343
|
"reddit": #ff4500,
|
|
344
344
|
"tripadvisor": #00B087,
|
|
345
345
|
"glassdoor": #0CAA41,
|
|
346
|
+
"google_ads": #FBBC04,
|
|
346
347
|
"google_my_business": #4285F4,
|
|
347
348
|
"google_business_messages": #1A73EA,
|
|
348
349
|
"google_play_store": #01875F,
|
|
@@ -403,6 +404,7 @@ $theme: (
|
|
|
403
404
|
"700": #515e5f,
|
|
404
405
|
"800": #364141,
|
|
405
406
|
"900": #273333,
|
|
407
|
+
"950": #1D2525,
|
|
406
408
|
"1000": #162020,
|
|
407
409
|
"1100": #040404
|
|
408
410
|
),
|
|
@@ -343,6 +343,7 @@ $theme: (
|
|
|
343
343
|
"reddit": #ff4500,
|
|
344
344
|
"tripadvisor": #00B087,
|
|
345
345
|
"glassdoor": #0CAA41,
|
|
346
|
+
"google_ads": #FBBC04,
|
|
346
347
|
"google_my_business": #4285F4,
|
|
347
348
|
"google_business_messages": #1A73EA,
|
|
348
349
|
"google_play_store": #01875F,
|
|
@@ -403,6 +404,7 @@ $theme: (
|
|
|
403
404
|
"700": #515e5f,
|
|
404
405
|
"800": #364141,
|
|
405
406
|
"900": #273333,
|
|
407
|
+
"950": #1D2525,
|
|
406
408
|
"1000": #162020,
|
|
407
409
|
"1100": #040404
|
|
408
410
|
),
|
|
@@ -300,6 +300,7 @@ $theme: (
|
|
|
300
300
|
"reddit": #ff4500,
|
|
301
301
|
"tripadvisor": #00B087,
|
|
302
302
|
"glassdoor": #0CAA41,
|
|
303
|
+
"google_ads": #FBBC04,
|
|
303
304
|
"google_my_business": #4285F4,
|
|
304
305
|
"google_business_messages": #1A73EA,
|
|
305
306
|
"google_play_store": #01875F,
|
|
@@ -360,6 +361,7 @@ $theme: (
|
|
|
360
361
|
"700": #515e5f,
|
|
361
362
|
"800": #364141,
|
|
362
363
|
"900": #273333,
|
|
364
|
+
"950": #1D2525,
|
|
363
365
|
"1000": #162020,
|
|
364
366
|
"1100": #040404
|
|
365
367
|
),
|
|
@@ -822,6 +824,7 @@ $theme: (
|
|
|
822
824
|
"reddit": #ff4500,
|
|
823
825
|
"tripadvisor": #00B087,
|
|
824
826
|
"glassdoor": #0CAA41,
|
|
827
|
+
"google_ads": #FBBC04,
|
|
825
828
|
"google_my_business": #4285F4,
|
|
826
829
|
"google_business_messages": #1A73EA,
|
|
827
830
|
"google_play_store": #01875F,
|
|
@@ -882,6 +885,7 @@ $theme: (
|
|
|
882
885
|
"700": #515e5f,
|
|
883
886
|
"800": #364141,
|
|
884
887
|
"900": #273333,
|
|
888
|
+
"950": #1D2525,
|
|
885
889
|
"1000": #162020,
|
|
886
890
|
"1100": #040404
|
|
887
891
|
),
|
|
@@ -345,6 +345,7 @@ export declare const colors: {
|
|
|
345
345
|
"700": string;
|
|
346
346
|
"800": string;
|
|
347
347
|
"900": string;
|
|
348
|
+
"950": string;
|
|
348
349
|
"1000": string;
|
|
349
350
|
"1100": string;
|
|
350
351
|
};
|
|
@@ -507,6 +508,7 @@ export declare const colors: {
|
|
|
507
508
|
reddit: string;
|
|
508
509
|
tripadvisor: string;
|
|
509
510
|
glassdoor: string;
|
|
511
|
+
google_ads: string;
|
|
510
512
|
google_my_business: string;
|
|
511
513
|
google_business_messages: string;
|
|
512
514
|
google_play_store: string;
|
|
@@ -869,6 +871,7 @@ declare const darkTheme: {
|
|
|
869
871
|
"700": string;
|
|
870
872
|
"800": string;
|
|
871
873
|
"900": string;
|
|
874
|
+
"950": string;
|
|
872
875
|
"1000": string;
|
|
873
876
|
"1100": string;
|
|
874
877
|
};
|
|
@@ -1031,6 +1034,7 @@ declare const darkTheme: {
|
|
|
1031
1034
|
reddit: string;
|
|
1032
1035
|
tripadvisor: string;
|
|
1033
1036
|
glassdoor: string;
|
|
1037
|
+
google_ads: string;
|
|
1034
1038
|
google_my_business: string;
|
|
1035
1039
|
google_business_messages: string;
|
|
1036
1040
|
google_play_store: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/dark/theme.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAIF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAeb,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;YAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoJrD,mDAAmD
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/dark/theme.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAIF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAeb,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;YAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoJrD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqGtD,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBApRT,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;gBAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAoJrD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4GtD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"literal-colors.d.ts","sourceRoot":"","sources":["../../../src/light/literal-colors.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"literal-colors.d.ts","sourceRoot":"","sources":["../../../src/light/literal-colors.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8JlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -35,6 +35,7 @@ export declare const colors: {
|
|
|
35
35
|
"700": string;
|
|
36
36
|
"800": string;
|
|
37
37
|
"900": string;
|
|
38
|
+
"950": string;
|
|
38
39
|
"1000": string;
|
|
39
40
|
"1100": string;
|
|
40
41
|
};
|
|
@@ -472,6 +473,7 @@ export declare const colors: {
|
|
|
472
473
|
reddit: string;
|
|
473
474
|
tripadvisor: string;
|
|
474
475
|
glassdoor: string;
|
|
476
|
+
google_ads: string;
|
|
475
477
|
google_my_business: string;
|
|
476
478
|
google_business_messages: string;
|
|
477
479
|
google_play_store: string;
|
|
@@ -657,6 +659,7 @@ declare const theme: {
|
|
|
657
659
|
"700": string;
|
|
658
660
|
"800": string;
|
|
659
661
|
"900": string;
|
|
662
|
+
"950": string;
|
|
660
663
|
"1000": string;
|
|
661
664
|
"1100": string;
|
|
662
665
|
};
|
|
@@ -1094,6 +1097,7 @@ declare const theme: {
|
|
|
1094
1097
|
reddit: string;
|
|
1095
1098
|
tripadvisor: string;
|
|
1096
1099
|
glassdoor: string;
|
|
1100
|
+
google_ads: string;
|
|
1097
1101
|
google_my_business: string;
|
|
1098
1102
|
google_business_messages: string;
|
|
1099
1103
|
google_play_store: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/light/theme.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,WAAW,UAA0C,CAAC;AAMnE,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/light/theme.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,WAAW,UAA0C,CAAC;AAMnE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAcb,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;YAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoJrD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4ItD,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;CAatB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;CAarB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAavB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAE1C,eAAO,MAAM,UAAU,QAA+B,CAAC;AAEvD,eAAO,MAAM,WAAW;;;;;CAKvB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;CAUjB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;CAUjB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;CAIxB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;CAIpB,CAAC;AAEF,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAzaL,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;gBAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAoJrD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2RtD,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
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.
|
|
28
|
+
base: COLORS.COLOR_NEUTRAL_1100
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
container: {
|
|
32
32
|
background: {
|
|
33
|
-
base: COLORS.
|
|
33
|
+
base: COLORS.COLOR_NEUTRAL_1000,
|
|
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.
|
|
60
|
+
base: COLORS.COLOR_NEUTRAL_800,
|
|
61
61
|
success: green.highlight,
|
|
62
62
|
warning: yellow.highlight,
|
|
63
63
|
error: red.highlight,
|
package/lib/light/theme.js
CHANGED
|
@@ -316,6 +316,7 @@ export var colors = _objectSpread(_objectSpread({
|
|
|
316
316
|
reddit: NETWORKCOLORS.NETWORK_COLOR_REDDIT,
|
|
317
317
|
tripadvisor: NETWORKCOLORS.NETWORK_COLOR_TRIPADVISOR,
|
|
318
318
|
glassdoor: NETWORKCOLORS.NETWORK_COLOR_GLASSDOOR,
|
|
319
|
+
google_ads: NETWORKCOLORS.NETWORK_COLOR_GOOGLE_ADS,
|
|
319
320
|
google_my_business: NETWORKCOLORS.NETWORK_COLOR_GOOGLE_MY_BUSINESS,
|
|
320
321
|
google_business_messages: NETWORKCOLORS.NETWORK_COLOR_GOOGLE_BUSINESS_MESSAGES,
|
|
321
322
|
google_play_store: NETWORKCOLORS.NETWORK_COLOR_GOOGLE_PLAY_STORE,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-theme",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "Seeds Theme",
|
|
5
5
|
"main": "commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@sproutsocial/seeds-color": "^2.3.0",
|
|
25
25
|
"@sproutsocial/seeds-depth": "^3.4.1",
|
|
26
26
|
"@sproutsocial/seeds-motion": "^1.8.2",
|
|
27
|
-
"@sproutsocial/seeds-networkcolor": "^2.
|
|
27
|
+
"@sproutsocial/seeds-networkcolor": "^2.22.0",
|
|
28
28
|
"@sproutsocial/seeds-space": "^0.8.1",
|
|
29
29
|
"@sproutsocial/seeds-typography": "^3.7.1"
|
|
30
30
|
},
|