@sproutsocial/racine 12.2.0 → 12.4.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.
Files changed (136) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/__flow__/EnumIllustrationNames.js +2 -0
  3. package/__flow__/IllustrationViewBoxes.js +1 -0
  4. package/__flow__/SpotIllustration/illustrationNames.js +102 -0
  5. package/__flow__/SpotIllustration/index.js +47 -0
  6. package/__flow__/SpotIllustration/index.stories.js +119 -0
  7. package/__flow__/SpotIllustration/spotIllustrations/abacus.svg +21 -0
  8. package/__flow__/SpotIllustration/spotIllustrations/analytics-offering.svg +11 -0
  9. package/__flow__/SpotIllustration/spotIllustrations/astronaut.svg +15 -0
  10. package/__flow__/SpotIllustration/spotIllustrations/brand-keyword.svg +10 -0
  11. package/__flow__/SpotIllustration/spotIllustrations/business.svg +23 -0
  12. package/__flow__/SpotIllustration/spotIllustrations/calendar-event.svg +11 -0
  13. package/__flow__/SpotIllustration/spotIllustrations/calendar-reporting.svg +13 -0
  14. package/__flow__/SpotIllustration/spotIllustrations/cat-error.svg +4 -0
  15. package/__flow__/SpotIllustration/spotIllustrations/cat-no-access.svg +13 -0
  16. package/__flow__/SpotIllustration/spotIllustrations/cat.svg +4 -0
  17. package/__flow__/SpotIllustration/spotIllustrations/checkbox-alert.svg +11 -0
  18. package/__flow__/SpotIllustration/spotIllustrations/coffee-cup.svg +11 -0
  19. package/__flow__/SpotIllustration/spotIllustrations/compose-window.svg +21 -0
  20. package/__flow__/SpotIllustration/spotIllustrations/compose.svg +5 -0
  21. package/__flow__/SpotIllustration/spotIllustrations/computer-error.svg +15 -0
  22. package/__flow__/SpotIllustration/spotIllustrations/connect.svg +11 -0
  23. package/__flow__/SpotIllustration/spotIllustrations/contact.svg +87 -0
  24. package/__flow__/SpotIllustration/spotIllustrations/conversation.svg +15 -0
  25. package/__flow__/SpotIllustration/spotIllustrations/custom-branding.svg +7 -0
  26. package/__flow__/SpotIllustration/spotIllustrations/customer-service.svg +13 -0
  27. package/__flow__/SpotIllustration/spotIllustrations/dashboard.svg +13 -0
  28. package/__flow__/SpotIllustration/spotIllustrations/exclamation-mark.svg +11 -0
  29. package/__flow__/SpotIllustration/spotIllustrations/face-happy.svg +10 -0
  30. package/__flow__/SpotIllustration/spotIllustrations/find-bookmark.svg +12 -0
  31. package/__flow__/SpotIllustration/spotIllustrations/flask.svg +10 -0
  32. package/__flow__/SpotIllustration/spotIllustrations/general-topic.svg +9 -0
  33. package/__flow__/SpotIllustration/spotIllustrations/global-features.svg +17 -0
  34. package/__flow__/SpotIllustration/spotIllustrations/hands-raised.svg +8 -0
  35. package/__flow__/SpotIllustration/spotIllustrations/headset.svg +8 -0
  36. package/__flow__/SpotIllustration/spotIllustrations/heartbeat-connection.svg +14 -0
  37. package/__flow__/SpotIllustration/spotIllustrations/invoice.svg +13 -0
  38. package/__flow__/SpotIllustration/spotIllustrations/jewel.svg +11 -0
  39. package/__flow__/SpotIllustration/spotIllustrations/keyword-tracking.svg +26 -0
  40. package/__flow__/SpotIllustration/spotIllustrations/lightbulb-alt.svg +5 -0
  41. package/__flow__/SpotIllustration/spotIllustrations/lightbulb.svg +4 -0
  42. package/__flow__/SpotIllustration/spotIllustrations/like-conversation.svg +11 -0
  43. package/__flow__/SpotIllustration/spotIllustrations/link-broken.svg +18 -0
  44. package/__flow__/SpotIllustration/spotIllustrations/link-messages.svg +10 -0
  45. package/__flow__/SpotIllustration/spotIllustrations/link-sections.svg +13 -0
  46. package/__flow__/SpotIllustration/spotIllustrations/link-upload.svg +12 -0
  47. package/__flow__/SpotIllustration/spotIllustrations/listening-pendo.svg +14 -0
  48. package/__flow__/SpotIllustration/spotIllustrations/listening-tour.svg +18 -0
  49. package/__flow__/SpotIllustration/spotIllustrations/loading.svg +4 -0
  50. package/__flow__/SpotIllustration/spotIllustrations/mailbox-empty.svg +18 -0
  51. package/__flow__/SpotIllustration/spotIllustrations/mailbox-full.svg +8 -0
  52. package/__flow__/SpotIllustration/spotIllustrations/network-data.svg +25 -0
  53. package/__flow__/SpotIllustration/spotIllustrations/no-messages-found.svg +20 -0
  54. package/__flow__/SpotIllustration/spotIllustrations/no-notifications.svg +4 -0
  55. package/__flow__/SpotIllustration/spotIllustrations/notification.svg +10 -0
  56. package/__flow__/SpotIllustration/spotIllustrations/notifications-onboarding.svg +23 -0
  57. package/__flow__/SpotIllustration/spotIllustrations/organize-message.svg +64 -0
  58. package/__flow__/SpotIllustration/spotIllustrations/outbox-queue.svg +12 -0
  59. package/__flow__/SpotIllustration/spotIllustrations/outbox-reviews.svg +10 -0
  60. package/__flow__/SpotIllustration/spotIllustrations/pdf.svg +5 -0
  61. package/__flow__/SpotIllustration/spotIllustrations/podium.svg +13 -0
  62. package/__flow__/SpotIllustration/spotIllustrations/pointer.svg +4 -0
  63. package/__flow__/SpotIllustration/spotIllustrations/publish-assets.svg +15 -0
  64. package/__flow__/SpotIllustration/spotIllustrations/publish-links.svg +11 -0
  65. package/__flow__/SpotIllustration/spotIllustrations/puzzle-piece.svg +4 -0
  66. package/__flow__/SpotIllustration/spotIllustrations/question-mark.svg +11 -0
  67. package/__flow__/SpotIllustration/spotIllustrations/reporting-folder.svg +13 -0
  68. package/__flow__/SpotIllustration/spotIllustrations/reporting.svg +12 -0
  69. package/__flow__/SpotIllustration/spotIllustrations/review-location.svg +11 -0
  70. package/__flow__/SpotIllustration/spotIllustrations/review.svg +10 -0
  71. package/__flow__/SpotIllustration/spotIllustrations/robot-assembly.svg +12 -0
  72. package/__flow__/SpotIllustration/spotIllustrations/robot-error.svg +19 -0
  73. package/__flow__/SpotIllustration/spotIllustrations/robot-happy.svg +13 -0
  74. package/__flow__/SpotIllustration/spotIllustrations/rocket.svg +9 -0
  75. package/__flow__/SpotIllustration/spotIllustrations/schedule-date.svg +11 -0
  76. package/__flow__/SpotIllustration/spotIllustrations/schedule-messages.svg +10 -0
  77. package/__flow__/SpotIllustration/spotIllustrations/search-keywords.svg +9 -0
  78. package/__flow__/SpotIllustration/spotIllustrations/search-success.svg +8 -0
  79. package/__flow__/SpotIllustration/spotIllustrations/search-trends.svg +23 -0
  80. package/__flow__/SpotIllustration/spotIllustrations/search.svg +86 -0
  81. package/__flow__/SpotIllustration/spotIllustrations/security.svg +12 -0
  82. package/__flow__/SpotIllustration/spotIllustrations/sentiment.svg +12 -0
  83. package/__flow__/SpotIllustration/spotIllustrations/shopping-bag.svg +4 -0
  84. package/__flow__/SpotIllustration/spotIllustrations/spark-line.svg +11 -0
  85. package/__flow__/SpotIllustration/spotIllustrations/stamp.svg +9 -0
  86. package/__flow__/SpotIllustration/spotIllustrations/storefront.svg +10 -0
  87. package/__flow__/SpotIllustration/spotIllustrations/success.svg +9 -0
  88. package/__flow__/SpotIllustration/spotIllustrations/tag-message.svg +15 -0
  89. package/__flow__/SpotIllustration/spotIllustrations/team-roles.svg +17 -0
  90. package/__flow__/SpotIllustration/spotIllustrations/team.svg +16 -0
  91. package/__flow__/SpotIllustration/spotIllustrations/telescope.svg +15 -0
  92. package/__flow__/SpotIllustration/spotIllustrations/tha-mel.svg +15 -0
  93. package/__flow__/SpotIllustration/spotIllustrations/thumbs-up.svg +11 -0
  94. package/__flow__/SpotIllustration/spotIllustrations/toggle-switch.svg +11 -0
  95. package/__flow__/SpotIllustration/spotIllustrations/toolset-strength.svg +13 -0
  96. package/__flow__/SpotIllustration/spotIllustrations/tracking-time.svg +6 -0
  97. package/__flow__/SpotIllustration/spotIllustrations/twitter-messages.svg +11 -0
  98. package/__flow__/SpotIllustration/spotIllustrations/twitter-profiles.svg +12 -0
  99. package/__flow__/SpotIllustration/spotIllustrations/unsubscribe.svg +10 -0
  100. package/__flow__/SpotIllustration/spotIllustrations/upward-trend.svg +4 -0
  101. package/__flow__/SpotIllustration/spotIllustrations/user-task.svg +58 -0
  102. package/__flow__/SpotIllustration/spotIllustrations/view-connections.svg +13 -0
  103. package/__flow__/SpotIllustration/spotIllustrations/vip-list.svg +13 -0
  104. package/__flow__/SpotIllustration/spotIllustrations/warning.svg +4 -0
  105. package/__flow__/SpotIllustration/spotIllustrations/wifi.svg +6 -0
  106. package/__flow__/index.js +1 -0
  107. package/__flow__/themes/dark/theme.js +4 -0
  108. package/__flow__/themes/extendedThemes/sproutTheme/dark/theme.js +15 -0
  109. package/__flow__/themes/extendedThemes/sproutTheme/light/theme.js +15 -0
  110. package/__flow__/themes/light/theme.js +4 -0
  111. package/__flow__/types/theme.colors.flow.js +8 -0
  112. package/commonjs/EnumIllustrationNames.js +1 -0
  113. package/commonjs/IllustrationViewBoxes.js +103 -0
  114. package/commonjs/SpotIllustration/illustrationNames.js +6 -0
  115. package/commonjs/SpotIllustration/index.js +46 -0
  116. package/commonjs/index.js +6 -1
  117. package/commonjs/themes/dark/theme.js +4 -0
  118. package/commonjs/themes/extendedThemes/sproutTheme/dark/theme.js +16 -0
  119. package/commonjs/themes/extendedThemes/sproutTheme/light/theme.js +16 -0
  120. package/commonjs/themes/light/theme.js +4 -0
  121. package/dist/illustration.svg +1 -0
  122. package/dist/illustrationList.js +1 -0
  123. package/dist/themes/dark/theme.scss +547 -543
  124. package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +730 -698
  125. package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +730 -698
  126. package/dist/themes/light/theme.scss +621 -617
  127. package/lib/EnumIllustrationNames.js +0 -0
  128. package/lib/IllustrationViewBoxes.js +101 -0
  129. package/lib/SpotIllustration/illustrationNames.js +1 -0
  130. package/lib/SpotIllustration/index.js +35 -0
  131. package/lib/index.js +2 -1
  132. package/lib/themes/dark/theme.js +4 -0
  133. package/lib/themes/extendedThemes/sproutTheme/dark/theme.js +15 -0
  134. package/lib/themes/extendedThemes/sproutTheme/light/theme.js +15 -0
  135. package/lib/themes/light/theme.js +4 -0
  136. package/package.json +6 -6
@@ -225,6 +225,10 @@ var colors = _extends({}, _theme.default.colors, {
225
225
  elevation: {
226
226
  base: _seedsColor.default.COLOR_NEUTRAL_1100
227
227
  },
228
+ illustration: {
229
+ fill: _seedsColor.default.COLOR_BLUE_400,
230
+ stroke: _decorativePalettes.neutral.foreground
231
+ },
228
232
  dataviz: {
229
233
  map: _datavizPalette.datavizPalette.DATAVIZ_COLORS_MAP,
230
234
  list: _datavizPalette.datavizPalette.DATAVIZ_COLORS_LIST
@@ -3,6 +3,8 @@
3
3
  exports.__esModule = true;
4
4
  exports.navigation = exports.growth = exports.default = exports.datePicker = exports.analytics = void 0;
5
5
 
6
+ var _polished = require("polished");
7
+
6
8
  var _theme = _interopRequireDefault(require("../../../dark/theme"));
7
9
 
8
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -21,6 +23,15 @@ var navigation = {
21
23
  base: _theme.default.colors.neutral[900]
22
24
  }
23
25
  },
26
+ settings: {
27
+ listItem: {
28
+ backgound: {
29
+ base: "transparent",
30
+ hover: _theme.default.colors.neutral[1100],
31
+ selected: _theme.default.colors.neutral[800]
32
+ }
33
+ }
34
+ },
24
35
  text: {
25
36
  base: _theme.default.colors.neutral[0],
26
37
  hover: _theme.default.colors.neutral[0]
@@ -54,6 +65,11 @@ var analytics = {
54
65
  positive: _theme.default.colors.teal[500],
55
66
  neutral: _theme.default.colors.neutral[100],
56
67
  negative: _theme.default.colors.neutral[100]
68
+ },
69
+ overlay: {
70
+ background: {
71
+ base: (0, _polished.transparentize)(0.2, _theme.default.colors.neutral[900])
72
+ }
57
73
  }
58
74
  };
59
75
  exports.analytics = analytics;
@@ -3,6 +3,8 @@
3
3
  exports.__esModule = true;
4
4
  exports.navigation = exports.growth = exports.default = exports.datePicker = exports.analytics = void 0;
5
5
 
6
+ var _polished = require("polished");
7
+
6
8
  var _theme = _interopRequireDefault(require("../../../light/theme"));
7
9
 
8
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -21,6 +23,15 @@ var navigation = {
21
23
  base: _theme.default.colors.neutral[800]
22
24
  }
23
25
  },
26
+ settings: {
27
+ listItem: {
28
+ backgound: {
29
+ base: "transparent",
30
+ hover: _theme.default.colors.neutral[200],
31
+ selected: _theme.default.colors.neutral[0]
32
+ }
33
+ }
34
+ },
24
35
  text: {
25
36
  base: _theme.default.colors.neutral[0],
26
37
  hover: _theme.default.colors.neutral[0]
@@ -54,6 +65,11 @@ var analytics = {
54
65
  positive: _theme.default.colors.teal[800],
55
66
  neutral: _theme.default.colors.neutral[800],
56
67
  negative: _theme.default.colors.neutral[800]
68
+ },
69
+ overlay: {
70
+ background: {
71
+ base: (0, _polished.transparentize)(0.2, _theme.default.colors.neutral[0])
72
+ }
57
73
  }
58
74
  };
59
75
  exports.analytics = analytics;
@@ -230,6 +230,10 @@ var colors = _extends({
230
230
  elevation: {
231
231
  base: _seedsColor.default.COLOR_NEUTRAL_900 + "3D"
232
232
  },
233
+ illustration: {
234
+ fill: _seedsColor.default.COLOR_BLUE_400,
235
+ stroke: _decorativePalettes.neutral.foreground
236
+ },
233
237
  network: {
234
238
  twitter: _seedsNetworkcolor.default.NETWORK_COLOR_TWITTER,
235
239
  twitter_like: _seedsNetworkcolor.default.NETWORK_COLOR_TWITTER_LIKE,