@sproutsocial/racine 13.3.0 → 13.4.2
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 +57 -0
- package/__flow__/EnumIconNames.js +1 -1
- package/__flow__/EnumIllustrationNames.js +1 -1
- package/__flow__/IconViewBoxes.js +1 -0
- package/__flow__/IllustrationViewBoxes.js +2 -0
- package/__flow__/SpotIllustration/illustrationNames.js +1 -1
- package/__flow__/themes/light/theme.js +2 -0
- package/bin/racine-codemod.js +37 -6
- package/codemods/__tests__/icon-library.test.js +224 -0
- package/codemods/__tests__/icon-name-substitution.test.js +39 -0
- package/codemods/codemod-docs.js +54 -0
- package/codemods/icon-library.js +315 -0
- package/codemods/icon-name-substitution.js +43 -0
- package/commonjs/IconViewBoxes.js +1 -0
- package/commonjs/IllustrationViewBoxes.js +2 -0
- package/commonjs/SpotIllustration/illustrationNames.js +1 -1
- package/commonjs/themes/light/theme.js +2 -0
- package/dist/icon.svg +1 -1
- package/dist/iconList.js +1 -1
- package/dist/illustration.svg +1 -1
- package/dist/illustrationList.js +1 -1
- package/dist/themes/dark/theme.scss +2 -0
- package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +2 -0
- package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +2 -0
- package/dist/themes/light/theme.scss +2 -0
- package/lib/IconViewBoxes.js +1 -0
- package/lib/IllustrationViewBoxes.js +2 -0
- package/lib/SpotIllustration/illustrationNames.js +1 -1
- package/lib/themes/light/theme.js +2 -0
- package/package.json +2 -2
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","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","notifications","organize-message","outbox-queue","outbox-reviews","pdf","planning","podium","pointer","publish-assets","publish-links","publishing-notifications","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
|
+
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","notifications","organize-message","outbox-queue","outbox-reviews","pdf","planning","podium","pointer","publish-assets","publish-links","publishing-notifications","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","user-team","variable-table","view-connections","vip-list","warning","wifi","workflow-steps"];
|
|
@@ -231,6 +231,8 @@ $theme: (
|
|
|
231
231
|
"glassdoor": #0CAA41,
|
|
232
232
|
"google_my_business": #4285F4,
|
|
233
233
|
"google_business_messages": #1A73EA,
|
|
234
|
+
"google_play_store": #01875F,
|
|
235
|
+
"apple_app_store": #17C8F5,
|
|
234
236
|
"salesforce": #1589EE,
|
|
235
237
|
"zendesk": #03363D,
|
|
236
238
|
"hubspot": #FF7A59,
|
|
@@ -263,6 +263,8 @@ $theme: (
|
|
|
263
263
|
"glassdoor": #0CAA41,
|
|
264
264
|
"google_my_business": #4285F4,
|
|
265
265
|
"google_business_messages": #1A73EA,
|
|
266
|
+
"google_play_store": #01875F,
|
|
267
|
+
"apple_app_store": #17C8F5,
|
|
266
268
|
"salesforce": #1589EE,
|
|
267
269
|
"zendesk": #03363D,
|
|
268
270
|
"hubspot": #FF7A59,
|
|
@@ -262,6 +262,8 @@ $theme: (
|
|
|
262
262
|
"glassdoor": #0CAA41,
|
|
263
263
|
"google_my_business": #4285F4,
|
|
264
264
|
"google_business_messages": #1A73EA,
|
|
265
|
+
"google_play_store": #01875F,
|
|
266
|
+
"apple_app_store": #17C8F5,
|
|
265
267
|
"salesforce": #1589EE,
|
|
266
268
|
"zendesk": #03363D,
|
|
267
269
|
"hubspot": #FF7A59,
|
|
@@ -237,6 +237,8 @@ $theme: (
|
|
|
237
237
|
"glassdoor": #0CAA41,
|
|
238
238
|
"google_my_business": #4285F4,
|
|
239
239
|
"google_business_messages": #1A73EA,
|
|
240
|
+
"google_play_store": #01875F,
|
|
241
|
+
"apple_app_store": #17C8F5,
|
|
240
242
|
"salesforce": #1589EE,
|
|
241
243
|
"zendesk": #03363D,
|
|
242
244
|
"hubspot": #FF7A59,
|
package/lib/IconViewBoxes.js
CHANGED
|
@@ -115,6 +115,8 @@ module.exports = {
|
|
|
115
115
|
"unsubscribe": "0 0 212 163",
|
|
116
116
|
"upward-trend": "0 0 65 49",
|
|
117
117
|
"user-task": "0 0 313 176",
|
|
118
|
+
"user-team": "0 0 237 215",
|
|
119
|
+
"variable-table": "0 0 360 195",
|
|
118
120
|
"view-connections": "0 0 356 201",
|
|
119
121
|
"vip-list": "0 0 212 228",
|
|
120
122
|
"warning": "0 0 55 38",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var illustrationNames = Object.freeze(['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', 'notifications', 'organize-message', 'outbox-queue', 'outbox-reviews', 'pdf', 'planning', 'podium', 'pointer', 'publish-assets', 'publish-links', 'publishing-notifications', '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
|
+
export var illustrationNames = Object.freeze(['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', 'notifications', 'organize-message', 'outbox-queue', 'outbox-reviews', 'pdf', 'planning', 'podium', 'pointer', 'publish-assets', 'publish-links', 'publishing-notifications', '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', 'user-team', 'variable-table', 'view-connections', 'vip-list', 'warning', 'wifi', 'workflow-steps']);
|
|
@@ -252,6 +252,8 @@ var colors = _objectSpread(_objectSpread({
|
|
|
252
252
|
glassdoor: NETWORKCOLORS.NETWORK_COLOR_GLASSDOOR,
|
|
253
253
|
google_my_business: NETWORKCOLORS.NETWORK_COLOR_GOOGLE_MY_BUSINESS,
|
|
254
254
|
google_business_messages: NETWORKCOLORS.NETWORK_COLOR_GOOGLE_BUSINESS_MESSAGES,
|
|
255
|
+
google_play_store: NETWORKCOLORS.NETWORK_COLOR_GOOGLE_PLAY_STORE,
|
|
256
|
+
apple_app_store: NETWORKCOLORS.NETWORK_COLOR_APPLE_APP_STORE,
|
|
255
257
|
salesforce: NETWORKCOLORS.NETWORK_COLOR_SALESFORCE,
|
|
256
258
|
zendesk: NETWORKCOLORS.NETWORK_COLOR_ZENDESK,
|
|
257
259
|
hubspot: NETWORKCOLORS.NETWORK_COLOR_HUBSPOT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/racine",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"__flow__",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"jest": "27.x.x",
|
|
151
151
|
"jest-axe": "6.0.0",
|
|
152
152
|
"jest-styled-components": "7.0.0-beta.1",
|
|
153
|
-
"jscodeshift": "^0.
|
|
153
|
+
"jscodeshift": "^0.13.0",
|
|
154
154
|
"json-to-scss": "^1.6.2",
|
|
155
155
|
"lint-staged": "^13.0.3",
|
|
156
156
|
"moment": "^2.29.4",
|