@sproutsocial/racine 12.2.0-partner-logos.3 → 12.4.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.
Files changed (144) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/__flow__/Checkbox/styles.js +75 -75
  3. package/__flow__/Collapsible/index.js +2 -3
  4. package/__flow__/EnumIllustrationNames.js +2 -0
  5. package/__flow__/IllustrationViewBoxes.js +1 -0
  6. package/__flow__/Image/index.js +2 -10
  7. package/__flow__/SegmentedControl/index.js +2 -3
  8. package/__flow__/SpotIllustration/illustrationNames.js +102 -0
  9. package/__flow__/SpotIllustration/index.js +47 -0
  10. package/__flow__/SpotIllustration/index.stories.js +119 -0
  11. package/__flow__/SpotIllustration/spotIllustrations/abacus.svg +21 -0
  12. package/__flow__/SpotIllustration/spotIllustrations/analytics-offering.svg +11 -0
  13. package/__flow__/SpotIllustration/spotIllustrations/astronaut.svg +15 -0
  14. package/__flow__/SpotIllustration/spotIllustrations/brand-keyword.svg +10 -0
  15. package/__flow__/SpotIllustration/spotIllustrations/business.svg +23 -0
  16. package/__flow__/SpotIllustration/spotIllustrations/calendar-event.svg +11 -0
  17. package/__flow__/SpotIllustration/spotIllustrations/calendar-reporting.svg +13 -0
  18. package/__flow__/SpotIllustration/spotIllustrations/cat-error.svg +4 -0
  19. package/__flow__/SpotIllustration/spotIllustrations/cat-no-access.svg +13 -0
  20. package/__flow__/SpotIllustration/spotIllustrations/cat.svg +4 -0
  21. package/__flow__/SpotIllustration/spotIllustrations/checkbox-alert.svg +11 -0
  22. package/__flow__/SpotIllustration/spotIllustrations/coffee-cup.svg +11 -0
  23. package/__flow__/SpotIllustration/spotIllustrations/compose-window.svg +21 -0
  24. package/__flow__/SpotIllustration/spotIllustrations/compose.svg +5 -0
  25. package/__flow__/SpotIllustration/spotIllustrations/computer-error.svg +15 -0
  26. package/__flow__/SpotIllustration/spotIllustrations/connect.svg +11 -0
  27. package/__flow__/SpotIllustration/spotIllustrations/contact.svg +87 -0
  28. package/__flow__/SpotIllustration/spotIllustrations/conversation.svg +15 -0
  29. package/__flow__/SpotIllustration/spotIllustrations/custom-branding.svg +7 -0
  30. package/__flow__/SpotIllustration/spotIllustrations/customer-service.svg +13 -0
  31. package/__flow__/SpotIllustration/spotIllustrations/dashboard.svg +13 -0
  32. package/__flow__/SpotIllustration/spotIllustrations/exclamation-mark.svg +11 -0
  33. package/__flow__/SpotIllustration/spotIllustrations/face-happy.svg +10 -0
  34. package/__flow__/SpotIllustration/spotIllustrations/find-bookmark.svg +12 -0
  35. package/__flow__/SpotIllustration/spotIllustrations/flask.svg +10 -0
  36. package/__flow__/SpotIllustration/spotIllustrations/general-topic.svg +9 -0
  37. package/__flow__/SpotIllustration/spotIllustrations/global-features.svg +17 -0
  38. package/__flow__/SpotIllustration/spotIllustrations/hands-raised.svg +8 -0
  39. package/__flow__/SpotIllustration/spotIllustrations/headset.svg +8 -0
  40. package/__flow__/SpotIllustration/spotIllustrations/heartbeat-connection.svg +14 -0
  41. package/__flow__/SpotIllustration/spotIllustrations/invoice.svg +13 -0
  42. package/__flow__/SpotIllustration/spotIllustrations/jewel.svg +11 -0
  43. package/__flow__/SpotIllustration/spotIllustrations/keyword-tracking.svg +26 -0
  44. package/__flow__/SpotIllustration/spotIllustrations/lightbulb-alt.svg +5 -0
  45. package/__flow__/SpotIllustration/spotIllustrations/lightbulb.svg +4 -0
  46. package/__flow__/SpotIllustration/spotIllustrations/like-conversation.svg +11 -0
  47. package/__flow__/SpotIllustration/spotIllustrations/link-broken.svg +18 -0
  48. package/__flow__/SpotIllustration/spotIllustrations/link-messages.svg +10 -0
  49. package/__flow__/SpotIllustration/spotIllustrations/link-sections.svg +13 -0
  50. package/__flow__/SpotIllustration/spotIllustrations/link-upload.svg +12 -0
  51. package/__flow__/SpotIllustration/spotIllustrations/listening-pendo.svg +14 -0
  52. package/__flow__/SpotIllustration/spotIllustrations/listening-tour.svg +18 -0
  53. package/__flow__/SpotIllustration/spotIllustrations/loading.svg +4 -0
  54. package/__flow__/SpotIllustration/spotIllustrations/mailbox-empty.svg +18 -0
  55. package/__flow__/SpotIllustration/spotIllustrations/mailbox-full.svg +8 -0
  56. package/__flow__/SpotIllustration/spotIllustrations/network-data.svg +25 -0
  57. package/__flow__/SpotIllustration/spotIllustrations/no-messages-found.svg +20 -0
  58. package/__flow__/SpotIllustration/spotIllustrations/no-notifications.svg +4 -0
  59. package/__flow__/SpotIllustration/spotIllustrations/notification.svg +10 -0
  60. package/__flow__/SpotIllustration/spotIllustrations/notifications-onboarding.svg +23 -0
  61. package/__flow__/SpotIllustration/spotIllustrations/organize-message.svg +64 -0
  62. package/__flow__/SpotIllustration/spotIllustrations/outbox-queue.svg +12 -0
  63. package/__flow__/SpotIllustration/spotIllustrations/outbox-reviews.svg +10 -0
  64. package/__flow__/SpotIllustration/spotIllustrations/pdf.svg +5 -0
  65. package/__flow__/SpotIllustration/spotIllustrations/podium.svg +13 -0
  66. package/__flow__/SpotIllustration/spotIllustrations/pointer.svg +4 -0
  67. package/__flow__/SpotIllustration/spotIllustrations/publish-assets.svg +15 -0
  68. package/__flow__/SpotIllustration/spotIllustrations/publish-links.svg +11 -0
  69. package/__flow__/SpotIllustration/spotIllustrations/puzzle-piece.svg +4 -0
  70. package/__flow__/SpotIllustration/spotIllustrations/question-mark.svg +11 -0
  71. package/__flow__/SpotIllustration/spotIllustrations/reporting-folder.svg +13 -0
  72. package/__flow__/SpotIllustration/spotIllustrations/reporting.svg +12 -0
  73. package/__flow__/SpotIllustration/spotIllustrations/review-location.svg +11 -0
  74. package/__flow__/SpotIllustration/spotIllustrations/review.svg +10 -0
  75. package/__flow__/SpotIllustration/spotIllustrations/robot-assembly.svg +12 -0
  76. package/__flow__/SpotIllustration/spotIllustrations/robot-error.svg +19 -0
  77. package/__flow__/SpotIllustration/spotIllustrations/robot-happy.svg +13 -0
  78. package/__flow__/SpotIllustration/spotIllustrations/rocket.svg +9 -0
  79. package/__flow__/SpotIllustration/spotIllustrations/schedule-date.svg +11 -0
  80. package/__flow__/SpotIllustration/spotIllustrations/schedule-messages.svg +10 -0
  81. package/__flow__/SpotIllustration/spotIllustrations/search-keywords.svg +9 -0
  82. package/__flow__/SpotIllustration/spotIllustrations/search-success.svg +8 -0
  83. package/__flow__/SpotIllustration/spotIllustrations/search-trends.svg +23 -0
  84. package/__flow__/SpotIllustration/spotIllustrations/search.svg +86 -0
  85. package/__flow__/SpotIllustration/spotIllustrations/security.svg +12 -0
  86. package/__flow__/SpotIllustration/spotIllustrations/sentiment.svg +12 -0
  87. package/__flow__/SpotIllustration/spotIllustrations/shopping-bag.svg +4 -0
  88. package/__flow__/SpotIllustration/spotIllustrations/spark-line.svg +11 -0
  89. package/__flow__/SpotIllustration/spotIllustrations/stamp.svg +9 -0
  90. package/__flow__/SpotIllustration/spotIllustrations/storefront.svg +10 -0
  91. package/__flow__/SpotIllustration/spotIllustrations/success.svg +9 -0
  92. package/__flow__/SpotIllustration/spotIllustrations/tag-message.svg +15 -0
  93. package/__flow__/SpotIllustration/spotIllustrations/team-roles.svg +17 -0
  94. package/__flow__/SpotIllustration/spotIllustrations/team.svg +16 -0
  95. package/__flow__/SpotIllustration/spotIllustrations/telescope.svg +15 -0
  96. package/__flow__/SpotIllustration/spotIllustrations/tha-mel.svg +15 -0
  97. package/__flow__/SpotIllustration/spotIllustrations/thumbs-up.svg +11 -0
  98. package/__flow__/SpotIllustration/spotIllustrations/toggle-switch.svg +11 -0
  99. package/__flow__/SpotIllustration/spotIllustrations/toolset-strength.svg +13 -0
  100. package/__flow__/SpotIllustration/spotIllustrations/tracking-time.svg +6 -0
  101. package/__flow__/SpotIllustration/spotIllustrations/twitter-messages.svg +11 -0
  102. package/__flow__/SpotIllustration/spotIllustrations/twitter-profiles.svg +12 -0
  103. package/__flow__/SpotIllustration/spotIllustrations/unsubscribe.svg +10 -0
  104. package/__flow__/SpotIllustration/spotIllustrations/upward-trend.svg +4 -0
  105. package/__flow__/SpotIllustration/spotIllustrations/user-task.svg +58 -0
  106. package/__flow__/SpotIllustration/spotIllustrations/view-connections.svg +13 -0
  107. package/__flow__/SpotIllustration/spotIllustrations/vip-list.svg +13 -0
  108. package/__flow__/SpotIllustration/spotIllustrations/warning.svg +4 -0
  109. package/__flow__/SpotIllustration/spotIllustrations/wifi.svg +6 -0
  110. package/__flow__/TableCell/index.js +2 -9
  111. package/__flow__/ToggleHint/index.js +2 -9
  112. package/__flow__/index.js +1 -0
  113. package/__flow__/systemProps/color.js +2 -1
  114. package/__flow__/themes/dark/theme.js +4 -0
  115. package/__flow__/themes/extendedThemes/sproutTheme/dark/theme.js +15 -0
  116. package/__flow__/themes/extendedThemes/sproutTheme/light/theme.js +15 -0
  117. package/__flow__/themes/light/theme.js +4 -0
  118. package/__flow__/types/theme.colors.flow.js +8 -0
  119. package/__flow__/utils/responsiveProps/index.test.js +2 -10
  120. package/commonjs/EnumIllustrationNames.js +1 -0
  121. package/commonjs/IllustrationViewBoxes.js +103 -0
  122. package/commonjs/SpotIllustration/illustrationNames.js +6 -0
  123. package/commonjs/SpotIllustration/index.js +46 -0
  124. package/commonjs/index.js +6 -1
  125. package/commonjs/themes/dark/theme.js +4 -0
  126. package/commonjs/themes/extendedThemes/sproutTheme/dark/theme.js +16 -0
  127. package/commonjs/themes/extendedThemes/sproutTheme/light/theme.js +16 -0
  128. package/commonjs/themes/light/theme.js +4 -0
  129. package/dist/illustration.svg +1 -0
  130. package/dist/illustrationList.js +1 -0
  131. package/dist/themes/dark/theme.scss +4 -0
  132. package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +32 -0
  133. package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +32 -0
  134. package/dist/themes/light/theme.scss +4 -0
  135. package/lib/EnumIllustrationNames.js +0 -0
  136. package/lib/IllustrationViewBoxes.js +101 -0
  137. package/lib/SpotIllustration/illustrationNames.js +1 -0
  138. package/lib/SpotIllustration/index.js +35 -0
  139. package/lib/index.js +2 -1
  140. package/lib/themes/dark/theme.js +4 -0
  141. package/lib/themes/extendedThemes/sproutTheme/dark/theme.js +15 -0
  142. package/lib/themes/extendedThemes/sproutTheme/light/theme.js +15 -0
  143. package/lib/themes/light/theme.js +4 -0
  144. package/package.json +3 -2
@@ -0,0 +1 @@
1
+ module.exports = ["abacus","analytics-offering","astronaut","brand-keyword","business","calendar-event","calendar-reporting","cat-error","cat-no-access","cat","checkbox-alert","coffee-cup","compose-window","compose","computer-error","connect","contact","conversation","custom-branding","customer-service","dashboard","exclamation-mark","face-happy","find-bookmark","flask","general-topic","global-features","hands-raised","headset","heartbeat-connection","invoice","jewel","keyword-tracking","lightbulb-alt","lightbulb","like-conversation","link-broken","link-messages","link-sections","link-upload","listening-pendo","listening-tour","loading","mailbox-empty","mailbox-full","network-data","no-messages-found","no-notifications","notification","notifications-onboarding","organize-message","outbox-queue","outbox-reviews","pdf","podium","pointer","publish-assets","publish-links","puzzle-piece","question-mark","reporting-folder","reporting","review-location","review","robot-assembly","robot-error","robot-happy","rocket","schedule-date","schedule-messages","search-keywords","search-success","search-trends","search","security","sentiment","shopping-bag","spark-line","stamp","storefront","success","tag-message","team-roles","team","telescope","tha-mel","thumbs-up","toggle-switch","toolset-strength","tracking-time","twitter-messages","twitter-profiles","unsubscribe","upward-trend","user-task","view-connections","vip-list","warning","wifi"];
@@ -199,6 +199,10 @@ $theme: (
199
199
  elevation: (
200
200
  base: #040404
201
201
  ),
202
+ illustration: (
203
+ fill: #56adf5,
204
+ stroke: #f3f4f4
205
+ ),
202
206
  network: (
203
207
  twitter: #1da1f2,
204
208
  twitter_like: #e0245e,
@@ -5,6 +5,11 @@ $theme: (
5
5
  positive: #08c4b2,
6
6
  neutral: #f3f4f4,
7
7
  negative: #f3f4f4
8
+ ),
9
+ overlay: (
10
+ background: (
11
+ base: rgba(39,51,51,0.8)
12
+ )
8
13
  )
9
14
  ),
10
15
  datePicker: (
@@ -216,6 +221,10 @@ $theme: (
216
221
  elevation: (
217
222
  base: #040404
218
223
  ),
224
+ illustration: (
225
+ fill: #56adf5,
226
+ stroke: #f3f4f4
227
+ ),
219
228
  network: (
220
229
  twitter: #1da1f2,
221
230
  twitter_like: #e0245e,
@@ -457,6 +466,15 @@ $theme: (
457
466
  base: #273333
458
467
  )
459
468
  ),
469
+ settings: (
470
+ listItem: (
471
+ backgound: (
472
+ base: transparent,
473
+ hover: #040404,
474
+ selected: #364141
475
+ )
476
+ )
477
+ ),
460
478
  text: (
461
479
  base: #FFFFFF,
462
480
  hover: #FFFFFF
@@ -488,6 +506,11 @@ $theme: (
488
506
  positive: #08c4b2,
489
507
  neutral: #f3f4f4,
490
508
  negative: #f3f4f4
509
+ ),
510
+ overlay: (
511
+ background: (
512
+ base: rgba(39,51,51,0.8)
513
+ )
491
514
  )
492
515
  ),
493
516
  growth: (
@@ -804,6 +827,15 @@ $theme: (
804
827
  base: #273333
805
828
  )
806
829
  ),
830
+ settings: (
831
+ listItem: (
832
+ backgound: (
833
+ base: transparent,
834
+ hover: #040404,
835
+ selected: #364141
836
+ )
837
+ )
838
+ ),
807
839
  text: (
808
840
  base: #FFFFFF,
809
841
  hover: #FFFFFF
@@ -5,6 +5,11 @@ $theme: (
5
5
  positive: #067c7c,
6
6
  neutral: #364141,
7
7
  negative: #364141
8
+ ),
9
+ overlay: (
10
+ background: (
11
+ base: rgba(255,255,255,0.8)
12
+ )
8
13
  )
9
14
  ),
10
15
  datePicker: (
@@ -216,6 +221,10 @@ $theme: (
216
221
  elevation: (
217
222
  base: #2733333D
218
223
  ),
224
+ illustration: (
225
+ fill: #56adf5,
226
+ stroke: #273333
227
+ ),
219
228
  network: (
220
229
  twitter: #1da1f2,
221
230
  twitter_like: #e0245e,
@@ -457,6 +466,15 @@ $theme: (
457
466
  base: #364141
458
467
  )
459
468
  ),
469
+ settings: (
470
+ listItem: (
471
+ backgound: (
472
+ base: transparent,
473
+ hover: #dee1e1,
474
+ selected: #FFFFFF
475
+ )
476
+ )
477
+ ),
460
478
  text: (
461
479
  base: #FFFFFF,
462
480
  hover: #FFFFFF
@@ -488,6 +506,11 @@ $theme: (
488
506
  positive: #067c7c,
489
507
  neutral: #364141,
490
508
  negative: #364141
509
+ ),
510
+ overlay: (
511
+ background: (
512
+ base: rgba(255,255,255,0.8)
513
+ )
491
514
  )
492
515
  ),
493
516
  growth: (
@@ -804,6 +827,15 @@ $theme: (
804
827
  base: #364141
805
828
  )
806
829
  ),
830
+ settings: (
831
+ listItem: (
832
+ backgound: (
833
+ base: transparent,
834
+ hover: #dee1e1,
835
+ selected: #FFFFFF
836
+ )
837
+ )
838
+ ),
807
839
  text: (
808
840
  base: #FFFFFF,
809
841
  hover: #FFFFFF
@@ -206,6 +206,10 @@ $theme: (
206
206
  elevation: (
207
207
  base: #2733333D
208
208
  ),
209
+ illustration: (
210
+ fill: #56adf5,
211
+ stroke: #273333
212
+ ),
209
213
  network: (
210
214
  twitter: #1da1f2,
211
215
  twitter_like: #e0245e,
File without changes
@@ -0,0 +1,101 @@
1
+ module.exports = {
2
+ "abacus": "0 0 249 157",
3
+ "analytics-offering": "0 0 220 231",
4
+ "astronaut": "0 0 277 298",
5
+ "brand-keyword": "0 0 240 230",
6
+ "business": "0 0 88 56",
7
+ "calendar-event": "0 0 110 42",
8
+ "calendar-reporting": "0 0 248 182",
9
+ "cat-error": "0 0 284 180",
10
+ "cat-no-access": "0 0 370 273",
11
+ "cat": "0 0 240 171",
12
+ "checkbox-alert": "0 0 193 169",
13
+ "coffee-cup": "0 0 196 234",
14
+ "compose-window": "0 0 372 188",
15
+ "compose": "0 0 62 45",
16
+ "computer-error": "0 0 237 259",
17
+ "connect": "0 0 242 162",
18
+ "contact": "0 0 305 145",
19
+ "conversation": "0 0 330 236",
20
+ "custom-branding": "0 0 168 164",
21
+ "customer-service": "0 0 302 155",
22
+ "dashboard": "0 0 337 195",
23
+ "exclamation-mark": "0 0 219 143",
24
+ "face-happy": "0 0 238 173",
25
+ "find-bookmark": "0 0 276 228",
26
+ "flask": "0 0 255 230",
27
+ "general-topic": "0 0 101 63",
28
+ "global-features": "0 0 239 226",
29
+ "hands-raised": "0 0 192 176",
30
+ "headset": "0 0 106 54",
31
+ "heartbeat-connection": "0 0 335 201",
32
+ "invoice": "0 0 171 178",
33
+ "jewel": "0 0 154 137",
34
+ "keyword-tracking": "0 0 400 232",
35
+ "lightbulb-alt": "0 0 89 54",
36
+ "lightbulb": "0 0 49 43",
37
+ "like-conversation": "0 0 293 258",
38
+ "link-broken": "0 0 340 236",
39
+ "link-messages": "0 0 233 250",
40
+ "link-sections": "0 0 270 273",
41
+ "link-upload": "0 0 180 140",
42
+ "listening-pendo": "0 0 544 109",
43
+ "listening-tour": "0 0 236 212",
44
+ "loading": "0 0 62 39",
45
+ "mailbox-empty": "0 0 309 240",
46
+ "mailbox-full": "0 0 352 252",
47
+ "network-data": "0 0 369 229",
48
+ "no-messages-found": "0 0 272 211",
49
+ "no-notifications": "0 0 281 134",
50
+ "notification": "0 0 252 194",
51
+ "notifications-onboarding": "0 0 352 163",
52
+ "organize-message": "0 0 276 220",
53
+ "outbox-queue": "0 0 246 176",
54
+ "outbox-reviews": "0 0 246 176",
55
+ "pdf": "0 0 36 35",
56
+ "podium": "0 0 106 46",
57
+ "pointer": "0 0 54 37",
58
+ "publish-assets": "0 0 336 263",
59
+ "publish-links": "0 0 266 252",
60
+ "puzzle-piece": "0 0 56 44",
61
+ "question-mark": "0 0 302 191",
62
+ "reporting-folder": "0 0 314 247",
63
+ "reporting": "0 0 331 226",
64
+ "review-location": "0 0 251 227",
65
+ "review": "0 0 251 143",
66
+ "robot-assembly": "0 0 375 253",
67
+ "robot-error": "0 0 281 286",
68
+ "robot-happy": "0 0 222 190",
69
+ "rocket": "0 0 101 56",
70
+ "schedule-date": "0 0 386 240",
71
+ "schedule-messages": "0 0 372 217",
72
+ "search-keywords": "0 0 237 243",
73
+ "search-success": "0 0 235 243",
74
+ "search-trends": "0 0 249 187",
75
+ "search": "0 0 337 196",
76
+ "security": "0 0 216 284",
77
+ "sentiment": "0 0 316 246",
78
+ "shopping-bag": "0 0 112 58",
79
+ "spark-line": "0 0 227 113",
80
+ "stamp": "0 0 291 253",
81
+ "storefront": "0 0 111 45",
82
+ "success": "0 0 200 200",
83
+ "tag-message": "0 0 346 226",
84
+ "team-roles": "0 0 358 298",
85
+ "team": "0 0 347 249",
86
+ "telescope": "0 0 272 255",
87
+ "tha-mel": "0 0 181 152",
88
+ "thumbs-up": "0 0 169 250",
89
+ "toggle-switch": "0 0 299 127",
90
+ "toolset-strength": "0 0 348 231",
91
+ "tracking-time": "0 0 360 195",
92
+ "twitter-messages": "0 0 220 228",
93
+ "twitter-profiles": "0 0 335 187",
94
+ "unsubscribe": "0 0 212 163",
95
+ "upward-trend": "0 0 65 49",
96
+ "user-task": "0 0 313 176",
97
+ "view-connections": "0 0 356 201",
98
+ "vip-list": "0 0 212 228",
99
+ "warning": "0 0 55 38",
100
+ "wifi": "0 0 55 43"
101
+ };
@@ -0,0 +1 @@
1
+ export var illustrationNames = ["abacus", "analytics-offering", "astronaut", "brand-keyword", "business", "calendar-event", "calendar-reporting", "cat-error", "cat-no-access", "cat", "checkbox-alert", "coffee-cup", "compose-window", "compose", "computer-error", "connect", "contact", "conversation", "custom-branding", "customer-service", "dashboard", "exclamation-mark", "face-happy", "find-bookmark", "flask", "general-topic", "global-features", "hands-raised", "headset", "heartbeat-connection", "invoice", "jewel", "keyword-tracking", "lightbulb-alt", "lightbulb", "like-conversation", "link-broken", "link-messages", "link-sections", "link-upload", "listening-pendo", "listening-tour", "loading", "mailbox-empty", "mailbox-full", "network-data", "no-messages-found", "no-notifications", "notification", "notifications-onboarding", "organize-message", "outbox-queue", "outbox-reviews", "pdf", "podium", "pointer", "publish-assets", "publish-links", "puzzle-piece", "question-mark", "reporting-folder", "reporting", "review-location", "review", "robot-assembly", "robot-error", "robot-happy", "rocket", "schedule-date", "schedule-messages", "search-keywords", "search-success", "search-trends", "search", "security", "sentiment", "shopping-bag", "spark-line", "stamp", "storefront", "success", "tag-message", "team-roles", "team", "telescope", "tha-mel", "thumbs-up", "toggle-switch", "toolset-strength", "tracking-time", "twitter-messages", "twitter-profiles", "unsubscribe", "upward-trend", "user-task", "view-connections", "vip-list", "warning", "wifi"];
@@ -0,0 +1,35 @@
1
+ import styled from "styled-components";
2
+ import React from "react";
3
+ import illustrationViewBoxes from "../IllustrationViewBoxes";
4
+ // eslint-disable-next-line prettier/prettier
5
+ var StyledSVG = styled.svg.withConfig({
6
+ displayName: "SpotIllustration__StyledSVG",
7
+ componentId: "sc-10ftlaw-0"
8
+ })(["fill:", ";color:", ";"], function (p) {
9
+ return p.customFill ? p.theme.colors[p.customFill][400] : p.theme.colors.illustration.fill;
10
+ }, function (p) {
11
+ return p.theme.colors.illustration.stroke;
12
+ });
13
+
14
+ var SpotIllustration = function SpotIllustration(_ref) {
15
+ var name = _ref.name,
16
+ customFill = _ref.customFill,
17
+ height = _ref.height,
18
+ width = _ref.width;
19
+ var viewBox = illustrationViewBoxes[name];
20
+ var viewBoxCoordinates = (viewBox == null ? void 0 : viewBox.split(" ")) || [];
21
+ var defaultWidth = viewBoxCoordinates[2];
22
+ var defaultHeight = viewBoxCoordinates[3];
23
+ return /*#__PURE__*/React.createElement(StyledSVG, {
24
+ width: width ? width : defaultWidth,
25
+ height: height ? height : defaultHeight,
26
+ viewBox: viewBox,
27
+ focusable: false,
28
+ customFill: customFill
29
+ }, /*#__PURE__*/React.createElement("use", {
30
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
31
+ xlinkHref: "#ssillustrationsvg-" + name
32
+ }));
33
+ };
34
+
35
+ export default SpotIllustration;
package/lib/index.js CHANGED
@@ -61,4 +61,5 @@ export { default as Listbox, ListboxButton } from "./Listbox";
61
61
  export { default as OverflowList } from "./OverflowList";
62
62
  export { SingleDatePicker, DateRangePicker } from "./DatePicker";
63
63
  export { VisuallyHidden } from "./VisuallyHidden";
64
- export { default as PartnerLogo } from "./PartnerLogo";
64
+ export { default as PartnerLogo } from "./PartnerLogo";
65
+ export { default as SpotIllustration } from "./SpotIllustration";
@@ -210,6 +210,10 @@ var colors = _extends({}, lightTheme.colors, {
210
210
  elevation: {
211
211
  base: COLORS.COLOR_NEUTRAL_1100
212
212
  },
213
+ illustration: {
214
+ fill: COLORS.COLOR_BLUE_400,
215
+ stroke: neutral.foreground
216
+ },
213
217
  dataviz: {
214
218
  map: datavizPalette.DATAVIZ_COLORS_MAP,
215
219
  list: datavizPalette.DATAVIZ_COLORS_LIST
@@ -1,5 +1,6 @@
1
1
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
+ import { transparentize } from "polished";
3
4
  import baseDarkTheme from "../../../dark/theme";
4
5
  export var navigation = {
5
6
  main: {
@@ -13,6 +14,15 @@ export var navigation = {
13
14
  base: baseDarkTheme.colors.neutral[900]
14
15
  }
15
16
  },
17
+ settings: {
18
+ listItem: {
19
+ backgound: {
20
+ base: "transparent",
21
+ hover: baseDarkTheme.colors.neutral[1100],
22
+ selected: baseDarkTheme.colors.neutral[800]
23
+ }
24
+ }
25
+ },
16
26
  text: {
17
27
  base: baseDarkTheme.colors.neutral[0],
18
28
  hover: baseDarkTheme.colors.neutral[0]
@@ -44,6 +54,11 @@ export var analytics = {
44
54
  positive: baseDarkTheme.colors.teal[500],
45
55
  neutral: baseDarkTheme.colors.neutral[100],
46
56
  negative: baseDarkTheme.colors.neutral[100]
57
+ },
58
+ overlay: {
59
+ background: {
60
+ base: transparentize(0.2, baseDarkTheme.colors.neutral[900])
61
+ }
47
62
  }
48
63
  };
49
64
  export var growth = {
@@ -1,5 +1,6 @@
1
1
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
+ import { transparentize } from "polished";
3
4
  import baseLightTheme from "../../../light/theme";
4
5
  export var navigation = {
5
6
  main: {
@@ -13,6 +14,15 @@ export var navigation = {
13
14
  base: baseLightTheme.colors.neutral[800]
14
15
  }
15
16
  },
17
+ settings: {
18
+ listItem: {
19
+ backgound: {
20
+ base: "transparent",
21
+ hover: baseLightTheme.colors.neutral[200],
22
+ selected: baseLightTheme.colors.neutral[0]
23
+ }
24
+ }
25
+ },
16
26
  text: {
17
27
  base: baseLightTheme.colors.neutral[0],
18
28
  hover: baseLightTheme.colors.neutral[0]
@@ -44,6 +54,11 @@ export var analytics = {
44
54
  positive: baseLightTheme.colors.teal[800],
45
55
  neutral: baseLightTheme.colors.neutral[800],
46
56
  negative: baseLightTheme.colors.neutral[800]
57
+ },
58
+ overlay: {
59
+ background: {
60
+ base: transparentize(0.2, baseLightTheme.colors.neutral[0])
61
+ }
47
62
  }
48
63
  };
49
64
  export var growth = {
@@ -211,6 +211,10 @@ var colors = _extends({
211
211
  elevation: {
212
212
  base: COLORS.COLOR_NEUTRAL_900 + "3D"
213
213
  },
214
+ illustration: {
215
+ fill: COLORS.COLOR_BLUE_400,
216
+ stroke: neutral.foreground
217
+ },
214
218
  network: {
215
219
  twitter: NETWORKCOLORS.NETWORK_COLOR_TWITTER,
216
220
  twitter_like: NETWORKCOLORS.NETWORK_COLOR_TWITTER_LIKE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "12.2.0-partner-logos.3",
3
+ "version": "12.4.0",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",
@@ -17,6 +17,7 @@
17
17
  },
18
18
  "main": "commonjs/index.js",
19
19
  "module": "lib/index.js",
20
+ "sideEffects": false,
20
21
  "scripts": {
21
22
  "install-deps": "yarn install",
22
23
  "prepublishOnly": "yarn run build",
@@ -41,7 +42,7 @@
41
42
  "new": "node ./bin/scaffold.js",
42
43
  "playground": "node ./bin/scaffold-playground.js && yarn start",
43
44
  "release": "yarn test && yarn changeset publish",
44
- "storybook": "start-storybook -c .storybook -p 9999",
45
+ "storybook": "rm -rf node_modules/.cache/storybook && start-storybook -c .storybook -p 9999",
45
46
  "build-storybook": "build-storybook --quiet -c .storybook -o .storybook-dist",
46
47
  "build-chromatic": "yarn build-icons && build-storybook --quiet -c .storybook -o .storybook-dist",
47
48
  "icon-lint": "node bin/icon-lint/cli",