@sproutsocial/racine 12.23.0 → 12.24.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 +7 -0
- package/__flow__/EnumIllustrationNames.js +1 -1
- package/__flow__/IllustrationViewBoxes.js +1 -1
- package/__flow__/SpotIllustration/illustrationNames.js +1 -1
- package/__flow__/SpotIllustration/index.stories.js +1 -0
- package/__flow__/SpotIllustration/spotIllustrations/megaphone.svg +7 -0
- package/__flow__/SpotIllustration/spotIllustrations/tag.svg +5 -4
- package/commonjs/IllustrationViewBoxes.js +2 -2
- package/commonjs/SpotIllustration/illustrationNames.js +1 -1
- package/dist/illustration.svg +1 -1
- package/dist/illustrationList.js +1 -1
- package/lib/IllustrationViewBoxes.js +2 -2
- package/lib/SpotIllustration/illustrationNames.js +1 -1
- package/package.json +1 -1
- package/__flow__/SpotIllustration/spotIllustrations/campaign-tag.svg +0 -6
package/dist/illustrationList.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = ["abacus","analytics-offering","asset-cards","astronaut","binoculars","brand-keyword","browser-doc","business","calendar-event","calendar-reporting","
|
|
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","megaphone","message","molecule","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"];
|
|
@@ -9,7 +9,6 @@ module.exports = {
|
|
|
9
9
|
"business": "0 0 88 56",
|
|
10
10
|
"calendar-event": "0 0 110 42",
|
|
11
11
|
"calendar-reporting": "0 0 248 182",
|
|
12
|
-
"campaign-tag": "0 0 125 84",
|
|
13
12
|
"cat-error": "0 0 284 180",
|
|
14
13
|
"cat-no-access": "0 0 370 273",
|
|
15
14
|
"cat": "0 0 240 171",
|
|
@@ -56,6 +55,7 @@ module.exports = {
|
|
|
56
55
|
"loading": "0 0 62 39",
|
|
57
56
|
"mailbox-empty": "0 0 309 240",
|
|
58
57
|
"mailbox-full": "0 0 352 252",
|
|
58
|
+
"megaphone": "0 0 53 43",
|
|
59
59
|
"message": "0 0 58 44",
|
|
60
60
|
"molecule": "0 0 342 242",
|
|
61
61
|
"network-data": "0 0 369 229",
|
|
@@ -98,7 +98,7 @@ module.exports = {
|
|
|
98
98
|
"storefront": "0 0 111 45",
|
|
99
99
|
"success": "0 0 200 200",
|
|
100
100
|
"tag-message": "0 0 346 226",
|
|
101
|
-
"tag": "0 0
|
|
101
|
+
"tag": "0 0 55 45",
|
|
102
102
|
"team-roles": "0 0 358 298",
|
|
103
103
|
"team": "0 0 347 249",
|
|
104
104
|
"telescope": "0 0 272 255",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
export var illustrationNames = ['abacus', 'analytics-offering', 'asset-cards', 'astronaut', 'binoculars', 'brand-keyword', 'browser-doc', 'business', 'calendar-event', 'calendar-reporting', '
|
|
2
|
+
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', 'megaphone', 'message', 'molecule', '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/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="125" height="84" viewBox="0 0 125 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M66.5 38.6124L91.3039 25.2209C92.5251 24.5616 94 25.4574 94 26.8584V72.637C94 74.038 92.5251 74.9339 91.3039 74.2745L66.5 60.883H62.8508C63.0992 66.0323 65.9758 70.7055 70.4768 73.1908L71.0058 73.4829L67.4942 80L66.9653 79.7079C60.108 75.9216 55.7643 68.75 55.5117 60.883H44.5C41.4624 60.883 39 58.3903 39 55.3154V44.1801C39 41.1051 41.4624 38.6124 44.5 38.6124H66.5Z" fill="#56ADF5"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1171 30.0586C18.1171 32.8523 15.8523 35.1171 13.0586 35.1171C10.2648 35.1171 8 32.8523 8 30.0586C8 27.2648 10.2648 25 13.0586 25C15.8523 25 18.1171 27.2648 18.1171 30.0586ZM42.3915 3.3045C43.509 3.3045 44.415 4.21042 44.415 5.32793V11.3112H50.3982C51.5157 11.3112 52.4216 12.2171 52.4216 13.3346C52.4216 14.4521 51.5157 15.358 50.3982 15.358H44.415V21.5153C44.415 22.6328 43.509 23.5387 42.3915 23.5387C41.274 23.5387 40.3681 22.6328 40.3681 21.5153V15.358H34.2108C33.0933 15.358 32.1874 14.4521 32.1874 13.3346C32.1874 12.2171 33.0933 11.3112 34.2108 11.3112H40.3681V5.32793C40.3681 4.21042 41.274 3.3045 42.3915 3.3045Z" fill="#56ADF5"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M37 54.0714H50.0133C50.2885 62.2675 54.8271 69.7363 61.9864 73.682L62.5634 74L65.4366 68.6779L64.8595 68.3598C59.628 65.4766 56.2897 60.0482 56.018 54.0714H61L88.0588 68.6528C89.391 69.3707 91 68.3953 91 66.8698V17.0236C91 15.498 89.391 14.5226 88.0588 15.2405L61 29.8219H37C33.6863 29.8219 31 32.5361 31 35.8843V48.0091C31 51.3572 33.6863 54.0714 37 54.0714ZM62.5 35.8843H56V48.0091H62.5L85 60.1338V23.7596L62.5 35.8843ZM37 35.8843H50V48.0091H37L37 35.8843Z" fill="#273333"/>
|
|
5
|
-
<path d="M97 31.8427V52.0506C100.314 52.0506 103 49.3364 103 45.9883V37.9051C103 34.5569 100.314 31.8427 97 31.8427Z" fill="#273333"/>
|
|
6
|
-
</svg>
|