@sproutsocial/seeds-react-theme 3.4.0 → 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/theme.js +1 -0
- package/dist/themes/dark/theme.scss +8 -6
- package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +4 -3
- package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +1 -0
- package/dist/themes/light/theme.scss +2 -0
- package/dist/types/dark/theme.d.ts +2 -0
- package/dist/types/dark/theme.d.ts.map +1 -1
- package/dist/types/light/theme.d.ts +2 -0
- package/dist/types/light/theme.d.ts.map +1 -1
- package/lib/dark/theme.js +3 -3
- 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,
|
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,
|
|
@@ -525,12 +526,12 @@ $theme: (
|
|
|
525
526
|
"colors": (
|
|
526
527
|
"app": (
|
|
527
528
|
"background": (
|
|
528
|
-
"base": #
|
|
529
|
+
"base": #040404
|
|
529
530
|
)
|
|
530
531
|
),
|
|
531
532
|
"container": (
|
|
532
533
|
"background": (
|
|
533
|
-
"base": #
|
|
534
|
+
"base": #162020,
|
|
534
535
|
"success": #006b40,
|
|
535
536
|
"warning": #944c0c,
|
|
536
537
|
"error": #992222,
|
|
@@ -556,7 +557,7 @@ $theme: (
|
|
|
556
557
|
"neutral_sentiment": #c8cccc
|
|
557
558
|
),
|
|
558
559
|
"border": (
|
|
559
|
-
"base": #
|
|
560
|
+
"base": #364141,
|
|
560
561
|
"success": #59cb59,
|
|
561
562
|
"warning": #ffbc00,
|
|
562
563
|
"error": #ed4c42,
|
|
@@ -812,6 +813,7 @@ $theme: (
|
|
|
812
813
|
"reddit": #ff4500,
|
|
813
814
|
"tripadvisor": #00B087,
|
|
814
815
|
"glassdoor": #0CAA41,
|
|
816
|
+
"google_ads": #FBBC04,
|
|
815
817
|
"google_my_business": #4285F4,
|
|
816
818
|
"google_business_messages": #1A73EA,
|
|
817
819
|
"google_play_store": #01875F,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -823,6 +824,7 @@ $theme: (
|
|
|
823
824
|
"reddit": #ff4500,
|
|
824
825
|
"tripadvisor": #00B087,
|
|
825
826
|
"glassdoor": #0CAA41,
|
|
827
|
+
"google_ads": #FBBC04,
|
|
826
828
|
"google_my_business": #4285F4,
|
|
827
829
|
"google_business_messages": #1A73EA,
|
|
828
830
|
"google_play_store": #01875F,
|
|
@@ -508,6 +508,7 @@ export declare const colors: {
|
|
|
508
508
|
reddit: string;
|
|
509
509
|
tripadvisor: string;
|
|
510
510
|
glassdoor: string;
|
|
511
|
+
google_ads: string;
|
|
511
512
|
google_my_business: string;
|
|
512
513
|
google_business_messages: string;
|
|
513
514
|
google_play_store: string;
|
|
@@ -1033,6 +1034,7 @@ declare const darkTheme: {
|
|
|
1033
1034
|
reddit: string;
|
|
1034
1035
|
tripadvisor: string;
|
|
1035
1036
|
glassdoor: string;
|
|
1037
|
+
google_ads: string;
|
|
1036
1038
|
google_my_business: string;
|
|
1037
1039
|
google_business_messages: string;
|
|
1038
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"}
|
|
@@ -473,6 +473,7 @@ export declare const colors: {
|
|
|
473
473
|
reddit: string;
|
|
474
474
|
tripadvisor: string;
|
|
475
475
|
glassdoor: string;
|
|
476
|
+
google_ads: string;
|
|
476
477
|
google_my_business: string;
|
|
477
478
|
google_business_messages: string;
|
|
478
479
|
google_play_store: string;
|
|
@@ -1096,6 +1097,7 @@ declare const theme: {
|
|
|
1096
1097
|
reddit: string;
|
|
1097
1098
|
tripadvisor: string;
|
|
1098
1099
|
glassdoor: string;
|
|
1100
|
+
google_ads: string;
|
|
1099
1101
|
google_my_business: string;
|
|
1100
1102
|
google_business_messages: string;
|
|
1101
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAcb,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;YAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoJrD,mDAAmD
|
|
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
|
},
|