@sproutsocial/racine 12.17.0 → 12.18.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 (30) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/__flow__/EnumIllustrationNames.js +1 -1
  3. package/__flow__/IllustrationViewBoxes.js +1 -1
  4. package/__flow__/SpotIllustration/illustrationNames.js +7 -0
  5. package/__flow__/SpotIllustration/index.stories.js +1 -0
  6. package/__flow__/SpotIllustration/spotIllustrations/asset-cards.svg +16 -0
  7. package/__flow__/SpotIllustration/spotIllustrations/binoculars.svg +11 -0
  8. package/__flow__/SpotIllustration/spotIllustrations/instagram-links.svg +28 -0
  9. package/__flow__/SpotIllustration/spotIllustrations/note.svg +6 -0
  10. package/__flow__/SpotIllustration/spotIllustrations/planning.svg +28 -0
  11. package/__flow__/SpotIllustration/spotIllustrations/publishing.svg +29 -0
  12. package/__flow__/SpotIllustration/spotIllustrations/workflow-steps.svg +28 -0
  13. package/__flow__/themes/dark/theme.js +1 -0
  14. package/__flow__/themes/light/theme.js +1 -0
  15. package/commonjs/IllustrationViewBoxes.js +8 -1
  16. package/commonjs/SpotIllustration/illustrationNames.js +1 -1
  17. package/commonjs/themes/dark/theme.js +2 -1
  18. package/commonjs/themes/light/theme.js +2 -1
  19. package/dist/icon.svg +1 -1
  20. package/dist/illustration.svg +1 -1
  21. package/dist/illustrationList.js +1 -1
  22. package/dist/themes/dark/theme.scss +2 -1
  23. package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +2 -1
  24. package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +2 -1
  25. package/dist/themes/light/theme.scss +2 -1
  26. package/lib/IllustrationViewBoxes.js +8 -1
  27. package/lib/SpotIllustration/illustrationNames.js +1 -1
  28. package/lib/themes/dark/theme.js +2 -1
  29. package/lib/themes/light/theme.js +2 -1
  30. package/package.json +1 -1
@@ -1 +1 @@
1
- module.exports = ["abacus","analytics-offering","astronaut","brand-keyword","browser-doc","business","calendar-event","calendar-reporting","cat-error","cat-no-access","cat","checkbox-alert","coffee-cup","competitors","compose-window","compose","computer-error","connect","contact","conversation","custom-branding","customer-service","dashboard","exclamation-mark","face-happy","find-bookmark","flask","general-topic","global-features","global-trend","grow-large","grow","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-sentiment","listening-topic-templates","listening-tour","listening","loading","mailbox-empty","mailbox-full","message","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","tag","team-roles","team","telescope","tha-mel","thumbs-up","toggle-switch","toolset-strength","tracking-time","twitter-messages","twitter-profiles","under-construction","unsubscribe","upward-trend","user-task","view-connections","vip-list","warning","wifi"];
1
+ module.exports = ["abacus","analytics-offering","asset-cards","astronaut","binoculars","brand-keyword","browser-doc","business","calendar-event","calendar-reporting","cat-error","cat-no-access","cat","checkbox-alert","coffee-cup","competitors","compose-window","compose","computer-error","connect","contact","conversation","custom-branding","customer-service","dashboard","exclamation-mark","face-happy","find-bookmark","flask","general-topic","global-features","global-trend","grow-large","grow","hands-raised","headset","heartbeat-connection","instagram-links","invoice","jewel","keyword-tracking","lightbulb-alt","lightbulb","like-conversation","link-broken","link-messages","link-sections","link-upload","listening-pendo","listening-sentiment","listening-topic-templates","listening-tour","listening","loading","mailbox-empty","mailbox-full","message","network-data","no-messages-found","no-notifications","note","notification","notifications-onboarding","organize-message","outbox-queue","outbox-reviews","pdf","planning","podium","pointer","publish-assets","publish-links","publishing","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","tag","team-roles","team","telescope","tha-mel","thumbs-up","toggle-switch","toolset-strength","tracking-time","twitter-messages","twitter-profiles","under-construction","unsubscribe","upward-trend","user-task","view-connections","vip-list","warning","wifi","workflow-steps"];
@@ -155,7 +155,8 @@ $theme: (
155
155
  "inverse": #273333,
156
156
  "error": #ff7f6e,
157
157
  "background": (
158
- "highlight": #944c0c
158
+ "highlight": #944c0c,
159
+ "selection": #116daa
159
160
  )
160
161
  ),
161
162
  "icon": (
@@ -187,7 +187,8 @@ $theme: (
187
187
  "inverse": #273333,
188
188
  "error": #ff7f6e,
189
189
  "background": (
190
- "highlight": #944c0c
190
+ "highlight": #944c0c,
191
+ "selection": #116daa
191
192
  )
192
193
  ),
193
194
  "icon": (
@@ -186,7 +186,8 @@ $theme: (
186
186
  "inverse": #FFFFFF,
187
187
  "error": #c63434,
188
188
  "background": (
189
- "highlight": #ffe99a
189
+ "highlight": #ffe99a,
190
+ "selection": #a1d2f8
190
191
  )
191
192
  ),
192
193
  "icon": (
@@ -161,7 +161,8 @@ $theme: (
161
161
  "inverse": #FFFFFF,
162
162
  "error": #c63434,
163
163
  "background": (
164
- "highlight": #ffe99a
164
+ "highlight": #ffe99a,
165
+ "selection": #a1d2f8
165
166
  )
166
167
  ),
167
168
  "icon": (
@@ -1,7 +1,9 @@
1
1
  module.exports = {
2
2
  "abacus": "0 0 249 157",
3
3
  "analytics-offering": "0 0 220 231",
4
+ "asset-cards": "0 0 331 204",
4
5
  "astronaut": "0 0 277 298",
6
+ "binoculars": "0 0 269 200",
5
7
  "brand-keyword": "0 0 240 230",
6
8
  "browser-doc": "0 0 303 223",
7
9
  "business": "0 0 88 56",
@@ -34,6 +36,7 @@ module.exports = {
34
36
  "hands-raised": "0 0 192 176",
35
37
  "headset": "0 0 106 54",
36
38
  "heartbeat-connection": "0 0 335 201",
39
+ "instagram-links": "0 0 333 250",
37
40
  "invoice": "0 0 171 178",
38
41
  "jewel": "0 0 154 137",
39
42
  "keyword-tracking": "0 0 400 232",
@@ -56,16 +59,19 @@ module.exports = {
56
59
  "network-data": "0 0 369 229",
57
60
  "no-messages-found": "0 0 272 211",
58
61
  "no-notifications": "0 0 281 134",
62
+ "note": "0 0 49 47",
59
63
  "notification": "0 0 252 194",
60
64
  "notifications-onboarding": "0 0 352 163",
61
65
  "organize-message": "0 0 276 220",
62
66
  "outbox-queue": "0 0 246 176",
63
67
  "outbox-reviews": "0 0 246 176",
64
68
  "pdf": "0 0 36 35",
69
+ "planning": "0 0 251 277",
65
70
  "podium": "0 0 106 46",
66
71
  "pointer": "0 0 54 37",
67
72
  "publish-assets": "0 0 336 263",
68
73
  "publish-links": "0 0 266 252",
74
+ "publishing": "0 0 343 191",
69
75
  "puzzle-piece": "0 0 56 44",
70
76
  "question-mark": "0 0 302 191",
71
77
  "reporting-folder": "0 0 314 247",
@@ -108,5 +114,6 @@ module.exports = {
108
114
  "view-connections": "0 0 356 201",
109
115
  "vip-list": "0 0 212 228",
110
116
  "warning": "0 0 55 38",
111
- "wifi": "0 0 55 43"
117
+ "wifi": "0 0 55 43",
118
+ "workflow-steps": "0 0 295 214"
112
119
  };
@@ -1 +1 @@
1
- export var illustrationNames = ["abacus", "analytics-offering", "astronaut", "brand-keyword", "browser-doc", "business", "calendar-event", "calendar-reporting", "cat-error", "cat-no-access", "cat", "checkbox-alert", "coffee-cup", "competitors", "compose-window", "compose", "computer-error", "connect", "contact", "conversation", "custom-branding", "customer-service", "dashboard", "exclamation-mark", "face-happy", "find-bookmark", "flask", "general-topic", "global-features", "global-trend", "grow-large", "grow", "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-sentiment", "listening-topic-templates", "listening-tour", "listening", "loading", "mailbox-empty", "mailbox-full", "message", "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", "tag", "team-roles", "team", "telescope", "tha-mel", "thumbs-up", "toggle-switch", "toolset-strength", "tracking-time", "twitter-messages", "twitter-profiles", "under-construction", "unsubscribe", "upward-trend", "user-task", "view-connections", "vip-list", "warning", "wifi"];
1
+ export var illustrationNames = ["abacus", "analytics-offering", "asset-cards", "astronaut", "binoculars", "brand-keyword", "browser-doc", "business", "calendar-event", "calendar-reporting", "cat-error", "cat-no-access", "cat", "checkbox-alert", "coffee-cup", "competitors", "compose-window", "compose", "computer-error", "connect", "contact", "conversation", "custom-branding", "customer-service", "dashboard", "exclamation-mark", "face-happy", "find-bookmark", "flask", "general-topic", "global-features", "global-trend", "grow-large", "grow", "hands-raised", "headset", "heartbeat-connection", "instagram-links", "invoice", "jewel", "keyword-tracking", "lightbulb-alt", "lightbulb", "like-conversation", "link-broken", "link-messages", "link-sections", "link-upload", "listening-pendo", "listening-sentiment", "listening-topic-templates", "listening-tour", "listening", "loading", "mailbox-empty", "mailbox-full", "message", "network-data", "no-messages-found", "no-notifications", "note", "notification", "notifications-onboarding", "organize-message", "outbox-queue", "outbox-reviews", "pdf", "planning", "podium", "pointer", "publish-assets", "publish-links", "publishing", "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", "tag", "team-roles", "team", "telescope", "tha-mel", "thumbs-up", "toggle-switch", "toolset-strength", "tracking-time", "twitter-messages", "twitter-profiles", "under-construction", "unsubscribe", "upward-trend", "user-task", "view-connections", "vip-list", "warning", "wifi", "workflow-steps"];
@@ -170,7 +170,8 @@ var colors = _extends({}, lightTheme.colors, {
170
170
  inverse: COLORS.COLOR_NEUTRAL_900,
171
171
  error: COLORS.COLOR_RED_400,
172
172
  background: {
173
- highlight: COLORS.COLOR_YELLOW_900
173
+ highlight: COLORS.COLOR_YELLOW_900,
174
+ selection: COLORS.COLOR_BLUE_800
174
175
  }
175
176
  },
176
177
  icon: {
@@ -170,7 +170,8 @@ var colors = _extends({
170
170
  inverse: COLORS.COLOR_NEUTRAL_0,
171
171
  error: COLORS.COLOR_RED_800,
172
172
  background: {
173
- highlight: COLORS.COLOR_YELLOW_200
173
+ highlight: COLORS.COLOR_YELLOW_200,
174
+ selection: COLORS.COLOR_BLUE_300
174
175
  }
175
176
  },
176
177
  icon: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "12.17.0",
3
+ "version": "12.18.0",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",