@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.
- package/CHANGELOG.md +22 -0
- package/__flow__/EnumIllustrationNames.js +1 -1
- package/__flow__/IllustrationViewBoxes.js +1 -1
- package/__flow__/SpotIllustration/illustrationNames.js +7 -0
- package/__flow__/SpotIllustration/index.stories.js +1 -0
- package/__flow__/SpotIllustration/spotIllustrations/asset-cards.svg +16 -0
- package/__flow__/SpotIllustration/spotIllustrations/binoculars.svg +11 -0
- package/__flow__/SpotIllustration/spotIllustrations/instagram-links.svg +28 -0
- package/__flow__/SpotIllustration/spotIllustrations/note.svg +6 -0
- package/__flow__/SpotIllustration/spotIllustrations/planning.svg +28 -0
- package/__flow__/SpotIllustration/spotIllustrations/publishing.svg +29 -0
- package/__flow__/SpotIllustration/spotIllustrations/workflow-steps.svg +28 -0
- package/__flow__/themes/dark/theme.js +1 -0
- package/__flow__/themes/light/theme.js +1 -0
- package/commonjs/IllustrationViewBoxes.js +8 -1
- package/commonjs/SpotIllustration/illustrationNames.js +1 -1
- package/commonjs/themes/dark/theme.js +2 -1
- package/commonjs/themes/light/theme.js +2 -1
- package/dist/icon.svg +1 -1
- package/dist/illustration.svg +1 -1
- package/dist/illustrationList.js +1 -1
- package/dist/themes/dark/theme.scss +2 -1
- package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +2 -1
- package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +2 -1
- package/dist/themes/light/theme.scss +2 -1
- package/lib/IllustrationViewBoxes.js +8 -1
- package/lib/SpotIllustration/illustrationNames.js +1 -1
- package/lib/themes/dark/theme.js +2 -1
- package/lib/themes/light/theme.js +2 -1
- package/package.json +1 -1
package/dist/illustrationList.js
CHANGED
|
@@ -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"];
|
|
@@ -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"];
|
package/lib/themes/dark/theme.js
CHANGED
|
@@ -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: {
|