@sproutsocial/racine 12.4.1 → 12.7.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 +24 -0
- package/README.md +34 -12
- package/__flow__/Checkbox/index.js +7 -1
- package/__flow__/Checkbox/styles.js +75 -75
- package/__flow__/Collapsible/index.js +3 -2
- package/__flow__/EnumIllustrationNames.js +1 -1
- package/__flow__/IllustrationViewBoxes.js +1 -1
- package/__flow__/Image/index.js +10 -2
- package/__flow__/PartnerLogo/index.js +41 -4
- package/__flow__/PartnerLogo/index.stories.js +17 -0
- package/__flow__/SegmentedControl/index.js +3 -2
- package/__flow__/SpotIllustration/illustrationNames.js +2 -0
- package/__flow__/SpotIllustration/index.stories.js +10 -0
- package/__flow__/SpotIllustration/spotIllustrations/global-trend.svg +5 -0
- package/__flow__/SpotIllustration/spotIllustrations/tag.svg +5 -0
- package/__flow__/TableCell/index.js +9 -2
- package/__flow__/ToggleHint/index.js +9 -2
- package/__flow__/systemProps/color.js +1 -2
- package/__flow__/themes/dark/decorative-palettes.js +1 -1
- package/__flow__/themes/extendedThemes/sproutTheme/dark/theme.js +6 -1
- package/__flow__/themes/extendedThemes/sproutTheme/light/theme.js +6 -1
- package/__flow__/types/theme.colors.flow.js +1 -0
- package/__flow__/utils/responsiveProps/index.test.js +10 -2
- package/commonjs/Checkbox/index.js +4 -3
- package/commonjs/PartnerLogo/index.js +31 -5
- package/commonjs/SpotIllustration/illustrationNames.js +1 -1
- package/commonjs/themes/dark/decorative-palettes.js +1 -1
- package/commonjs/themes/extendedThemes/sproutTheme/dark/theme.js +6 -1
- package/commonjs/themes/extendedThemes/sproutTheme/light/theme.js +6 -1
- package/dist/illustration.svg +1 -1
- package/dist/illustrationList.js +1 -1
- package/dist/themes/dark/theme.scss +1 -1
- package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +13 -3
- package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +12 -2
- package/lib/Checkbox/index.js +4 -3
- package/lib/IllustrationViewBoxes.js +2 -0
- package/lib/PartnerLogo/index.js +25 -4
- package/lib/SpotIllustration/illustrationNames.js +1 -1
- package/lib/themes/dark/decorative-palettes.js +1 -1
- package/lib/themes/extendedThemes/sproutTheme/dark/theme.js +6 -1
- package/lib/themes/extendedThemes/sproutTheme/light/theme.js +6 -1
- package/package.json +5 -2
- package/commonjs/EnumIconNames.js +0 -1
- package/commonjs/EnumIllustrationNames.js +0 -1
- package/commonjs/EnumLogoNames.js +0 -1
- package/commonjs/IconViewBoxes.js +0 -365
- package/commonjs/IllustrationViewBoxes.js +0 -103
- package/commonjs/LogoViewBoxes.js +0 -66
package/dist/illustrationList.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = ["abacus","analytics-offering","astronaut","brand-keyword","business","calendar-event","calendar-reporting","cat-error","cat-no-access","cat","checkbox-alert","coffee-cup","compose-window","compose","computer-error","connect","contact","conversation","custom-branding","customer-service","dashboard","exclamation-mark","face-happy","find-bookmark","flask","general-topic","global-features","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-tour","loading","mailbox-empty","mailbox-full","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","team-roles","team","telescope","tha-mel","thumbs-up","toggle-switch","toolset-strength","tracking-time","twitter-messages","twitter-profiles","unsubscribe","upward-trend","user-task","view-connections","vip-list","warning","wifi"];
|
|
1
|
+
module.exports = ["abacus","analytics-offering","astronaut","brand-keyword","business","calendar-event","calendar-reporting","cat-error","cat-no-access","cat","checkbox-alert","coffee-cup","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","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-tour","loading","mailbox-empty","mailbox-full","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","unsubscribe","upward-trend","user-task","view-connections","vip-list","warning","wifi"];
|
|
@@ -46,7 +46,7 @@ $theme: (
|
|
|
46
46
|
"yellow": #944c0c,
|
|
47
47
|
"orange": #962c0b,
|
|
48
48
|
"red": #992222,
|
|
49
|
-
"neutral": #
|
|
49
|
+
"neutral": #162020
|
|
50
50
|
),
|
|
51
51
|
"selected": #FFFFFF,
|
|
52
52
|
"positive_sentiment": #3896e3,
|
|
@@ -464,11 +464,16 @@ $theme: (
|
|
|
464
464
|
"secondary": (
|
|
465
465
|
"background": (
|
|
466
466
|
"base": #273333
|
|
467
|
+
),
|
|
468
|
+
"widget": (
|
|
469
|
+
"background": (
|
|
470
|
+
"base": #364141
|
|
471
|
+
)
|
|
467
472
|
)
|
|
468
473
|
),
|
|
469
474
|
"settings": (
|
|
470
475
|
"listItem": (
|
|
471
|
-
"
|
|
476
|
+
"background": (
|
|
472
477
|
"base": transparent,
|
|
473
478
|
"hover": #040404,
|
|
474
479
|
"selected": #364141
|
|
@@ -825,11 +830,16 @@ $theme: (
|
|
|
825
830
|
"secondary": (
|
|
826
831
|
"background": (
|
|
827
832
|
"base": #273333
|
|
833
|
+
),
|
|
834
|
+
"widget": (
|
|
835
|
+
"background": (
|
|
836
|
+
"base": #364141
|
|
837
|
+
)
|
|
828
838
|
)
|
|
829
839
|
),
|
|
830
840
|
"settings": (
|
|
831
841
|
"listItem": (
|
|
832
|
-
"
|
|
842
|
+
"background": (
|
|
833
843
|
"base": transparent,
|
|
834
844
|
"hover": #040404,
|
|
835
845
|
"selected": #364141
|
|
@@ -464,11 +464,16 @@ $theme: (
|
|
|
464
464
|
"secondary": (
|
|
465
465
|
"background": (
|
|
466
466
|
"base": #364141
|
|
467
|
+
),
|
|
468
|
+
"widget": (
|
|
469
|
+
"background": (
|
|
470
|
+
"base": #162020
|
|
471
|
+
)
|
|
467
472
|
)
|
|
468
473
|
),
|
|
469
474
|
"settings": (
|
|
470
475
|
"listItem": (
|
|
471
|
-
"
|
|
476
|
+
"background": (
|
|
472
477
|
"base": transparent,
|
|
473
478
|
"hover": #dee1e1,
|
|
474
479
|
"selected": #FFFFFF
|
|
@@ -825,11 +830,16 @@ $theme: (
|
|
|
825
830
|
"secondary": (
|
|
826
831
|
"background": (
|
|
827
832
|
"base": #364141
|
|
833
|
+
),
|
|
834
|
+
"widget": (
|
|
835
|
+
"background": (
|
|
836
|
+
"base": #162020
|
|
837
|
+
)
|
|
828
838
|
)
|
|
829
839
|
),
|
|
830
840
|
"settings": (
|
|
831
841
|
"listItem": (
|
|
832
|
-
"
|
|
842
|
+
"background": (
|
|
833
843
|
"base": transparent,
|
|
834
844
|
"hover": #dee1e1,
|
|
835
845
|
"selected": #FFFFFF
|
package/lib/Checkbox/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _excluded = ["id", "value", "name", "label", "checked", "disabled", "indeterminate", "onChange", "ariaLabel", "appearance", "qa", "tabIndex", "inputProps"];
|
|
1
|
+
var _excluded = ["id", "value", "name", "label", "labelProps", "checked", "disabled", "indeterminate", "onChange", "ariaLabel", "appearance", "qa", "tabIndex", "inputProps"];
|
|
2
2
|
|
|
3
3
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
4
|
|
|
@@ -53,6 +53,7 @@ var Checkbox = /*#__PURE__*/function (_React$Component) {
|
|
|
53
53
|
value = _this$props.value,
|
|
54
54
|
name = _this$props.name,
|
|
55
55
|
label = _this$props.label,
|
|
56
|
+
labelProps = _this$props.labelProps,
|
|
56
57
|
checked = _this$props.checked,
|
|
57
58
|
disabled = _this$props.disabled,
|
|
58
59
|
indeterminate = _this$props.indeterminate,
|
|
@@ -92,9 +93,9 @@ var Checkbox = /*#__PURE__*/function (_React$Component) {
|
|
|
92
93
|
"data-qa-checkbox-ischecked": indeterminate ? "indeterminate" : checked === true,
|
|
93
94
|
"data-qa-checkbox-isdisabled": disabled === true,
|
|
94
95
|
tabIndex: tabIndex
|
|
95
|
-
}, qa, inputProps)), label && /*#__PURE__*/React.createElement(LabelText, {
|
|
96
|
+
}, qa, inputProps)), label && /*#__PURE__*/React.createElement(LabelText, _extends({}, labelProps, {
|
|
96
97
|
disabled: disabled
|
|
97
|
-
}, label));
|
|
98
|
+
}), label));
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
return (
|
|
@@ -26,6 +26,7 @@ module.exports = {
|
|
|
26
26
|
"flask": "0 0 255 230",
|
|
27
27
|
"general-topic": "0 0 101 63",
|
|
28
28
|
"global-features": "0 0 239 226",
|
|
29
|
+
"global-trend": "0 0 56 42",
|
|
29
30
|
"hands-raised": "0 0 192 176",
|
|
30
31
|
"headset": "0 0 106 54",
|
|
31
32
|
"heartbeat-connection": "0 0 335 201",
|
|
@@ -81,6 +82,7 @@ module.exports = {
|
|
|
81
82
|
"storefront": "0 0 111 45",
|
|
82
83
|
"success": "0 0 200 200",
|
|
83
84
|
"tag-message": "0 0 346 226",
|
|
85
|
+
"tag": "0 0 62 42",
|
|
84
86
|
"team-roles": "0 0 358 298",
|
|
85
87
|
"team": "0 0 347 249",
|
|
86
88
|
"telescope": "0 0 272 255",
|
package/lib/PartnerLogo/index.js
CHANGED
|
@@ -1,10 +1,25 @@
|
|
|
1
|
+
var _excluded = ["partnerName", "backgroundType", "height", "width"];
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
5
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
6
|
+
|
|
1
7
|
import React from "react";
|
|
2
8
|
import logoViewBoxes from "../LogoViewBoxes";
|
|
3
9
|
import { useTheme } from "styled-components";
|
|
10
|
+
import styled from "styled-components";
|
|
11
|
+
import { COMMON, FLEXBOX } from "../utils/system-props";
|
|
12
|
+
var StyledSVG = styled.svg.withConfig({
|
|
13
|
+
displayName: "PartnerLogo__StyledSVG",
|
|
14
|
+
componentId: "sc-ivi11w-0"
|
|
15
|
+
})(["", ";", ""], FLEXBOX, COMMON);
|
|
4
16
|
|
|
5
17
|
var PartnerLogo = function PartnerLogo(_ref) {
|
|
6
18
|
var partnerName = _ref.partnerName,
|
|
7
|
-
backgroundType = _ref.backgroundType
|
|
19
|
+
backgroundType = _ref.backgroundType,
|
|
20
|
+
height = _ref.height,
|
|
21
|
+
width = _ref.width,
|
|
22
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
8
23
|
|
|
9
24
|
var _useTheme = useTheme(),
|
|
10
25
|
mode = _useTheme.mode;
|
|
@@ -22,10 +37,16 @@ var PartnerLogo = function PartnerLogo(_ref) {
|
|
|
22
37
|
};
|
|
23
38
|
|
|
24
39
|
var logoViewBox = logoViewBoxes[whichLogo(backgroundType)];
|
|
25
|
-
|
|
40
|
+
var viewBoxCoordinates = (logoViewBox == null ? void 0 : logoViewBox.split(" ")) || [];
|
|
41
|
+
var defaultWidth = viewBoxCoordinates[2];
|
|
42
|
+
var defaultHeight = viewBoxCoordinates[3];
|
|
43
|
+
return /*#__PURE__*/React.createElement(StyledSVG, _extends({
|
|
44
|
+
width: width ? width : defaultWidth,
|
|
45
|
+
height: height ? height : defaultHeight,
|
|
26
46
|
viewBox: logoViewBox,
|
|
27
|
-
focusable: false
|
|
28
|
-
|
|
47
|
+
focusable: false // $FlowIssue - upgrade v0.112.0
|
|
48
|
+
|
|
49
|
+
}, rest), /*#__PURE__*/React.createElement("use", {
|
|
29
50
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
30
51
|
xlinkHref: "#sslogosvg-" + whichLogo(backgroundType)
|
|
31
52
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var illustrationNames = ["abacus", "analytics-offering", "astronaut", "brand-keyword", "business", "calendar-event", "calendar-reporting", "cat-error", "cat-no-access", "cat", "checkbox-alert", "coffee-cup", "compose-window", "compose", "computer-error", "connect", "contact", "conversation", "custom-branding", "customer-service", "dashboard", "exclamation-mark", "face-happy", "find-bookmark", "flask", "general-topic", "global-features", "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-tour", "loading", "mailbox-empty", "mailbox-full", "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", "team-roles", "team", "telescope", "tha-mel", "thumbs-up", "toggle-switch", "toolset-strength", "tracking-time", "twitter-messages", "twitter-profiles", "unsubscribe", "upward-trend", "user-task", "view-connections", "vip-list", "warning", "wifi"];
|
|
1
|
+
export var illustrationNames = ["abacus", "analytics-offering", "astronaut", "brand-keyword", "business", "calendar-event", "calendar-reporting", "cat-error", "cat-no-access", "cat", "checkbox-alert", "coffee-cup", "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", "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-tour", "loading", "mailbox-empty", "mailbox-full", "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", "unsubscribe", "upward-trend", "user-task", "view-connections", "vip-list", "warning", "wifi"];
|
|
@@ -12,11 +12,16 @@ export var navigation = {
|
|
|
12
12
|
secondary: {
|
|
13
13
|
background: {
|
|
14
14
|
base: baseDarkTheme.colors.neutral[900]
|
|
15
|
+
},
|
|
16
|
+
widget: {
|
|
17
|
+
background: {
|
|
18
|
+
base: baseDarkTheme.colors.neutral[800]
|
|
19
|
+
}
|
|
15
20
|
}
|
|
16
21
|
},
|
|
17
22
|
settings: {
|
|
18
23
|
listItem: {
|
|
19
|
-
|
|
24
|
+
background: {
|
|
20
25
|
base: "transparent",
|
|
21
26
|
hover: baseDarkTheme.colors.neutral[1100],
|
|
22
27
|
selected: baseDarkTheme.colors.neutral[800]
|
|
@@ -12,11 +12,16 @@ export var navigation = {
|
|
|
12
12
|
secondary: {
|
|
13
13
|
background: {
|
|
14
14
|
base: baseLightTheme.colors.neutral[800]
|
|
15
|
+
},
|
|
16
|
+
widget: {
|
|
17
|
+
background: {
|
|
18
|
+
base: baseLightTheme.colors.neutral[1000]
|
|
19
|
+
}
|
|
15
20
|
}
|
|
16
21
|
},
|
|
17
22
|
settings: {
|
|
18
23
|
listItem: {
|
|
19
|
-
|
|
24
|
+
background: {
|
|
20
25
|
base: "transparent",
|
|
21
26
|
hover: baseLightTheme.colors.neutral[200],
|
|
22
27
|
selected: baseLightTheme.colors.neutral[0]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/racine",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.7.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"__flow__",
|
|
@@ -181,7 +181,10 @@
|
|
|
181
181
|
},
|
|
182
182
|
"resolutions": {
|
|
183
183
|
"lodash": "^4.17.21",
|
|
184
|
-
"react-popper/create-react-context": "^0.3.0"
|
|
184
|
+
"react-popper/create-react-context": "^0.3.0",
|
|
185
|
+
"glob-parent": "^5.1.2",
|
|
186
|
+
"trim": "^0.0.3",
|
|
187
|
+
"trim-newlines": "^3.0.1"
|
|
185
188
|
},
|
|
186
189
|
"jest": {
|
|
187
190
|
"testEnvironment": "jsdom",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
"active-listener": "0 0 16 16",
|
|
5
|
-
"add-item": "0 0 16 16",
|
|
6
|
-
"add-keyword": "0 0 16 16",
|
|
7
|
-
"add-team-member": "0 0 18 13",
|
|
8
|
-
"add-variable": "0 0 18 14",
|
|
9
|
-
"address-card-outline": "0 0 16 16",
|
|
10
|
-
"address-card-solid": "0 0 18 16",
|
|
11
|
-
"adobe-experience-manager": "0 0 16 18",
|
|
12
|
-
"ads": "0 0 9 16",
|
|
13
|
-
"android": "0 0 14 16",
|
|
14
|
-
"apple": "0 0 14 16",
|
|
15
|
-
"approval-indicator-outline": "0 0 14 16",
|
|
16
|
-
"approval-indicator": "0 0 14 16",
|
|
17
|
-
"archive": "0 0 16 16",
|
|
18
|
-
"arrow-down-line": "0 0 14 16",
|
|
19
|
-
"arrow-down": "0 0 16 16",
|
|
20
|
-
"arrow-left-line": "0 0 16 18",
|
|
21
|
-
"arrow-left": "0 0 16 16",
|
|
22
|
-
"arrow-right-line": "0 0 16 18",
|
|
23
|
-
"arrow-right": "0 0 16 16",
|
|
24
|
-
"arrow-up-line": "0 0 14 16",
|
|
25
|
-
"arrow-up": "0 0 16 16",
|
|
26
|
-
"arrows": "0 0 16 16",
|
|
27
|
-
"asset-library-outline": "0 0 16 16",
|
|
28
|
-
"asset-library": "0 0 16 16",
|
|
29
|
-
"assign": "0 0 18 15",
|
|
30
|
-
"atom": "0 0 14 16",
|
|
31
|
-
"audio": "0 0 16 14",
|
|
32
|
-
"back-to-top": "0 0 15 16",
|
|
33
|
-
"bambu-icon-outline": "0 0 16 16",
|
|
34
|
-
"bambu-icon": "0 0 16 16",
|
|
35
|
-
"barcode": "0 0 18 16",
|
|
36
|
-
"basketball": "0 0 16 16",
|
|
37
|
-
"bell-outline": "0 0 14 16",
|
|
38
|
-
"bigcommerce": "0 0 16 16",
|
|
39
|
-
"bitly": "0 0 16 16",
|
|
40
|
-
"bold": "0 0 16 16",
|
|
41
|
-
"book": "0 0 14 16",
|
|
42
|
-
"bot": "0 0 16 16",
|
|
43
|
-
"browser": "0 0 16 16",
|
|
44
|
-
"business": "0 0 16 16",
|
|
45
|
-
"calendar-outline": "0 0 14 16",
|
|
46
|
-
"calendar": "0 0 14 16",
|
|
47
|
-
"camera-outline": "0 0 18 16",
|
|
48
|
-
"camera-story": "0 0 18 16",
|
|
49
|
-
"camera": "0 0 18 16",
|
|
50
|
-
"campaign": "0 0 16 14",
|
|
51
|
-
"canva": "0 0 16 18",
|
|
52
|
-
"carousel": "0 0 16 18",
|
|
53
|
-
"cart-plus-outline": "0 0 17 15",
|
|
54
|
-
"cart-plus": "0 0 17 15",
|
|
55
|
-
"check": "0 0 16 16",
|
|
56
|
-
"chevron-down-filled": "0 0 16 21",
|
|
57
|
-
"chevron-down": "0 0 16 18",
|
|
58
|
-
"chevron-left": "0 0 10 16",
|
|
59
|
-
"chevron-right": "0 0 10 17",
|
|
60
|
-
"chevron-up-down-filled": "0 0 12 20",
|
|
61
|
-
"chevron-up-filled": "0 0 16 21",
|
|
62
|
-
"chevron-up": "0 0 16 18",
|
|
63
|
-
"circle-check-outline": "0 0 16 16",
|
|
64
|
-
"circle-check": "0 0 16 16",
|
|
65
|
-
"circle": "0 0 16 16",
|
|
66
|
-
"circle+": "0 0 16 16",
|
|
67
|
-
"circles": "0 0 16 16",
|
|
68
|
-
"circlex": "0 0 16 16",
|
|
69
|
-
"click-to-view": "0 0 12 16",
|
|
70
|
-
"clicks": "0 0 10 16",
|
|
71
|
-
"clipboard-outline": "0 0 12 16",
|
|
72
|
-
"clipboard": "0 0 12 16",
|
|
73
|
-
"clock": "0 0 16 16",
|
|
74
|
-
"closed-captioning": "0 0 16 16",
|
|
75
|
-
"cloud": "0 0 16 13",
|
|
76
|
-
"code": "0 0 18 16",
|
|
77
|
-
"columns": "0 0 16 16",
|
|
78
|
-
"comment-alt-outline": "0 0 16 15",
|
|
79
|
-
"comment-alt": "0 0 16 15",
|
|
80
|
-
"comment-lines-alt-outline": "0 0 16 16",
|
|
81
|
-
"comment": "0 0 16 13",
|
|
82
|
-
"compact-density": "0 0 16 16",
|
|
83
|
-
"compact-indicator": "0 0 16 16",
|
|
84
|
-
"comparison": "0 0 16 14",
|
|
85
|
-
"competitor": "0 0 14 16",
|
|
86
|
-
"compose": "0 0 16 16",
|
|
87
|
-
"content-suggestions": "0 0 16 16",
|
|
88
|
-
"credit-card": "0 0 16 14",
|
|
89
|
-
"crop": "0 0 16 16",
|
|
90
|
-
"crown": "0 0 16 16",
|
|
91
|
-
"dashboard": "0 0 16 14",
|
|
92
|
-
"deconstructed-negative-sentiment": "0 0 18 18",
|
|
93
|
-
"deconstructed-neutral-sentiment": "0 0 18 18",
|
|
94
|
-
"deconstructed-positive-sentiment": "0 0 18 18",
|
|
95
|
-
"discovery": "0 0 16 16",
|
|
96
|
-
"dislike-outline": "0 0 15 16",
|
|
97
|
-
"dislike": "0 0 16 16",
|
|
98
|
-
"dm-link-outline": "0 0 16 16",
|
|
99
|
-
"dm-link": "0 0 16 16",
|
|
100
|
-
"dotdotdot": "0 0 16 16",
|
|
101
|
-
"download": "0 0 16 16",
|
|
102
|
-
"drafts-outline": "0 0 12 16",
|
|
103
|
-
"drafts": "0 0 12 16",
|
|
104
|
-
"dropbox": "0 0 18 16",
|
|
105
|
-
"duplicate-outline": "0 0 14 16",
|
|
106
|
-
"duplicate": "0 0 14 16",
|
|
107
|
-
"emoji-outline": "0 0 16 16",
|
|
108
|
-
"emoji": "0 0 16 16",
|
|
109
|
-
"empty-image": "0 0 16 18",
|
|
110
|
-
"engagement-per-post": "0 0 16 16",
|
|
111
|
-
"engagements": "0 0 16 15",
|
|
112
|
-
"error": "0 0 16 16",
|
|
113
|
-
"exchange-alt": "0 0 16 16",
|
|
114
|
-
"expanded-indicator": "0 0 16 16",
|
|
115
|
-
"export": "0 0 14 17",
|
|
116
|
-
"extended-circles": "0 0 16 16",
|
|
117
|
-
"external-link-alt": "0 0 16 16",
|
|
118
|
-
"external-link": "0 0 16 16",
|
|
119
|
-
"extreme-negative-sentiment": "0 0 16 16",
|
|
120
|
-
"eye-outline": "0 0 18 16",
|
|
121
|
-
"eye-slash-outline": "0 0 20 16",
|
|
122
|
-
"eye-slash": "0 0 20 16",
|
|
123
|
-
"eye": "0 0 18 16",
|
|
124
|
-
"facebook-audience-network": "0 0 16 16",
|
|
125
|
-
"facebook-branded-content-outline": "0 0 18 15",
|
|
126
|
-
"facebook-branded-content": "0 0 18 15",
|
|
127
|
-
"facebook-groups": "0 0 16 16",
|
|
128
|
-
"facebook": "0 0 16 16",
|
|
129
|
-
"fb-reactions-angry": "0 0 16 16",
|
|
130
|
-
"fb-reactions-haha": "0 0 16 16",
|
|
131
|
-
"fb-reactions-like": "0 0 16 16",
|
|
132
|
-
"fb-reactions-love": "0 0 16 16",
|
|
133
|
-
"fb-reactions-sad": "0 0 16 16",
|
|
134
|
-
"fb-reactions-wow": "0 0 16 16",
|
|
135
|
-
"feedly": "0 0 16 15",
|
|
136
|
-
"feeds": "0 0 16 15",
|
|
137
|
-
"female": "0 0 11 18",
|
|
138
|
-
"file-chart-line": "0 0 12 16",
|
|
139
|
-
"file-edit": "0 0 12 16",
|
|
140
|
-
"file-times-solid": "0 0 12 16",
|
|
141
|
-
"filter": "0 0 16 16",
|
|
142
|
-
"flag-outline": "0 0 16 16",
|
|
143
|
-
"flag": "0 0 16 16",
|
|
144
|
-
"flat-negative-sentiment-outline": "0 0 18 18",
|
|
145
|
-
"flat-negative-sentiment": "0 0 18 18",
|
|
146
|
-
"flat-neutral-sentiment-outline": "0 0 18 18",
|
|
147
|
-
"flat-neutral-sentiment": "0 0 18 18",
|
|
148
|
-
"flat-positive-sentiment-outline": "0 0 18 18",
|
|
149
|
-
"flat-positive-sentiment": "0 0 18 18",
|
|
150
|
-
"folder-open": "0 0 16 15",
|
|
151
|
-
"folder": "0 0 16 16",
|
|
152
|
-
"follow-outline": "0 0 20 16",
|
|
153
|
-
"follow": "0 0 20 16",
|
|
154
|
-
"follower-increase": "0 0 19 16",
|
|
155
|
-
"following": "0 0 20 16",
|
|
156
|
-
"font": "0 0 18 16",
|
|
157
|
-
"full-access": "0 0 16 16",
|
|
158
|
-
"gear": "0 0 16 16",
|
|
159
|
-
"gears": "0 0 16 16",
|
|
160
|
-
"glassdoor": "0 0 16 16",
|
|
161
|
-
"glasses": "0 0 18 14",
|
|
162
|
-
"globe": "0 0 16 16",
|
|
163
|
-
"google-analytics-color": "0 0 14 18",
|
|
164
|
-
"google-business-messages": "0 0 16 16",
|
|
165
|
-
"google-drive": "0 0 16 14",
|
|
166
|
-
"google-my-business": "0 0 16 14",
|
|
167
|
-
"grip": "0 0 8 18",
|
|
168
|
-
"h1": "0 0 16 16",
|
|
169
|
-
"h2": "0 0 16 16",
|
|
170
|
-
"hamburger": "0 0 16 18",
|
|
171
|
-
"hashtag": "0 0 16 16",
|
|
172
|
-
"headset": "0 0 16 16",
|
|
173
|
-
"heart-outline": "0 0 16 16",
|
|
174
|
-
"heart": "0 0 16 16",
|
|
175
|
-
"heartbeat": "0 0 18 16",
|
|
176
|
-
"help-alt": "0 0 12 16",
|
|
177
|
-
"help": "0 0 16 16",
|
|
178
|
-
"hiking": "0 0 16 16",
|
|
179
|
-
"history": "0 0 16 16",
|
|
180
|
-
"home": "0 0 16 15",
|
|
181
|
-
"hourglass": "0 0 12 16",
|
|
182
|
-
"hubspot": "0 0 16 16",
|
|
183
|
-
"image-caption": "0 0 16 14",
|
|
184
|
-
"image": "0 0 16 16",
|
|
185
|
-
"images": "0 0 16 15",
|
|
186
|
-
"impressions-per-post": "0 0 16 16",
|
|
187
|
-
"impressions": "0 0 18 16",
|
|
188
|
-
"inactive-listener": "0 0 16 12",
|
|
189
|
-
"inbox-action": "0 0 16 16",
|
|
190
|
-
"inbox-views": "0 0 16 13",
|
|
191
|
-
"inbox": "0 0 16 14",
|
|
192
|
-
"indicator": "0 0 16 16",
|
|
193
|
-
"industry": "0 0 14 16",
|
|
194
|
-
"info": "0 0 16 16",
|
|
195
|
-
"instagram": "0 0 16 16",
|
|
196
|
-
"internal-activity-outline": "0 0 16 16",
|
|
197
|
-
"internal-activity": "0 0 16 16",
|
|
198
|
-
"italic": "0 0 16 16",
|
|
199
|
-
"key": "0 0 16 16",
|
|
200
|
-
"keyboard": "0 0 18 16",
|
|
201
|
-
"laptop-phone": "0 0 16 16",
|
|
202
|
-
"large-density": "0 0 16 16",
|
|
203
|
-
"lift": "0 0 23 16",
|
|
204
|
-
"like-outline": "0 0 15 16",
|
|
205
|
-
"like": "0 0 16 16",
|
|
206
|
-
"link": "0 0 16 16",
|
|
207
|
-
"linkedin-audience-network": "0 0 16 16",
|
|
208
|
-
"linkedin": "0 0 16 16",
|
|
209
|
-
"list-ol": "0 0 16 16",
|
|
210
|
-
"listening": "0 0 14 16",
|
|
211
|
-
"lists": "0 0 16 16",
|
|
212
|
-
"location-outline": "0 0 12 16",
|
|
213
|
-
"location": "0 0 12 16",
|
|
214
|
-
"lock": "0 0 14 16",
|
|
215
|
-
"magic-wand": "0 0 17 16",
|
|
216
|
-
"male": "0 0 16 20",
|
|
217
|
-
"marketo": "0 0 16 18",
|
|
218
|
-
"mention": "0 0 16 16",
|
|
219
|
-
"message-preview-outline": "0 0 18 16",
|
|
220
|
-
"message-preview": "0 0 18 16",
|
|
221
|
-
"message": "0 0 16 16",
|
|
222
|
-
"messages-outline": "0 0 16 16",
|
|
223
|
-
"messages": "0 0 16 16",
|
|
224
|
-
"messenger": "0 0 16 16",
|
|
225
|
-
"metric-table": "0 0 16 16",
|
|
226
|
-
"microsoft-dynamics": "0 0 16 16",
|
|
227
|
-
"minus": "0 0 16 16",
|
|
228
|
-
"mobile": "0 0 10 16",
|
|
229
|
-
"monitor": "0 0 12 16",
|
|
230
|
-
"moon": "0 0 15 16",
|
|
231
|
-
"negative-sentiment": "0 0 16 16",
|
|
232
|
-
"neutral-positive-sentiment": "0 0 16 16",
|
|
233
|
-
"neutral-sentiment": "0 0 16 16",
|
|
234
|
-
"new-trend": "0 0 12 16",
|
|
235
|
-
"newspaper": "0 0 16 16",
|
|
236
|
-
"no-access": "0 0 16 16",
|
|
237
|
-
"notepad": "0 0 12 16",
|
|
238
|
-
"notifications-publishing-outline": "0 0 16 16",
|
|
239
|
-
"notifications-publishing": "0 0 16 16",
|
|
240
|
-
"notifications": "0 0 14 16",
|
|
241
|
-
"offline": "0 0 18 15",
|
|
242
|
-
"online": "0 0 18 15",
|
|
243
|
-
"paid-promotion-outline": "0 0 16 16",
|
|
244
|
-
"paid-promotion": "0 0 16 16",
|
|
245
|
-
"paid": "0 0 14 16",
|
|
246
|
-
"paint": "0 0 18 16",
|
|
247
|
-
"palette": "0 0 16 16",
|
|
248
|
-
"paperclip": "0 0 14 16",
|
|
249
|
-
"pause": "0 0 16 18",
|
|
250
|
-
"pencil-outline": "0 0 16 16",
|
|
251
|
-
"pencil": "0 0 16 16",
|
|
252
|
-
"person": "0 0 14 16",
|
|
253
|
-
"phone": "0 0 16 16",
|
|
254
|
-
"pinterest-boards-outline": "0 0 14 16",
|
|
255
|
-
"pinterest-boards": "0 0 14 16",
|
|
256
|
-
"pinterest": "0 0 16 16",
|
|
257
|
-
"play-circle": "0 0 16 16",
|
|
258
|
-
"play": "0 0 14 16",
|
|
259
|
-
"plug": "0 0 12 16",
|
|
260
|
-
"plus": "0 0 16 18",
|
|
261
|
-
"positive-sentiment": "0 0 16 16",
|
|
262
|
-
"power-up-outline": "0 0 12 16",
|
|
263
|
-
"power-up": "0 0 10 16",
|
|
264
|
-
"profile-connect": "0 0 16 16",
|
|
265
|
-
"profile-disconnect": "0 0 16 16",
|
|
266
|
-
"publishing-outline": "0 0 16 16",
|
|
267
|
-
"publishing": "0 0 16 16",
|
|
268
|
-
"puzzle-piece": "0 0 18 16",
|
|
269
|
-
"qr-code": "0 0 16 16",
|
|
270
|
-
"queue": "0 0 16 16",
|
|
271
|
-
"recommendation": "0 0 16 16",
|
|
272
|
-
"reddit-alien": "0 0 16 16",
|
|
273
|
-
"reddit": "0 0 16 16",
|
|
274
|
-
"referrals": "0 0 16 16",
|
|
275
|
-
"refresh": "0 0 16 16",
|
|
276
|
-
"rejected": "0 0 16 16",
|
|
277
|
-
"reply-outline": "0 0 16 16",
|
|
278
|
-
"reply": "0 0 16 16",
|
|
279
|
-
"reporting-period": "0 0 14 16",
|
|
280
|
-
"reporting": "0 0 16 16",
|
|
281
|
-
"reports-home": "0 0 16 16",
|
|
282
|
-
"reports": "0 0 16 15",
|
|
283
|
-
"retweet": "0 0 18 16",
|
|
284
|
-
"rss": "0 0 16 16",
|
|
285
|
-
"sales": "0 0 9 16",
|
|
286
|
-
"salesforce": "0 0 20 16",
|
|
287
|
-
"save-assets": "0 0 16 16",
|
|
288
|
-
"saved-messages": "0 0 16 16",
|
|
289
|
-
"saved-reply-outline": "0 0 16 12",
|
|
290
|
-
"saved-reply": "0 0 16 12",
|
|
291
|
-
"search": "0 0 16 16",
|
|
292
|
-
"sent-message-outline": "0 0 16 14",
|
|
293
|
-
"sent-message": "0 0 16 14",
|
|
294
|
-
"share": "0 0 16 14",
|
|
295
|
-
"shopify": "0 0 16 18",
|
|
296
|
-
"show-navigation": "0 0 18 14",
|
|
297
|
-
"slack": "0 0 16 16",
|
|
298
|
-
"small-density": "0 0 16 16",
|
|
299
|
-
"smiley": "0 0 16 16",
|
|
300
|
-
"some-access": "0 0 16 16",
|
|
301
|
-
"sparkles": "0 0 16 16",
|
|
302
|
-
"spike-alert": "0 0 16 16",
|
|
303
|
-
"star-half-alt-solid": "0 0 18 16",
|
|
304
|
-
"star-of-life": "0 0 16 16",
|
|
305
|
-
"star-outline": "0 0 18 16",
|
|
306
|
-
"star": "0 0 18 16",
|
|
307
|
-
"sticky-note-outline": "0 0 16 16",
|
|
308
|
-
"sticky-note": "0 0 16 16",
|
|
309
|
-
"stories": "0 0 16 17",
|
|
310
|
-
"story": "0 0 16 16",
|
|
311
|
-
"suggestions": "0 0 11 16",
|
|
312
|
-
"sun": "0 0 16 16",
|
|
313
|
-
"tag-outline": "0 0 16 16",
|
|
314
|
-
"tag": "0 0 16 16",
|
|
315
|
-
"targeting-outline": "0 0 16 16",
|
|
316
|
-
"targeting": "0 0 16 16",
|
|
317
|
-
"tasks-outline": "0 0 12 16",
|
|
318
|
-
"tasks": "0 0 12 16",
|
|
319
|
-
"team-conversation-outline": "0 0 16 18",
|
|
320
|
-
"team-conversation": "0 0 16 18",
|
|
321
|
-
"team": "0 0 18 16",
|
|
322
|
-
"text-asset": "0 0 16 16",
|
|
323
|
-
"text": "0 0 8 16",
|
|
324
|
-
"tiktok": "0 0 16 18",
|
|
325
|
-
"times": "0 0 16 22",
|
|
326
|
-
"trash-can-outline": "0 0 14 16",
|
|
327
|
-
"trash-can": "0 0 14 16",
|
|
328
|
-
"trend-down": "0 0 18 18",
|
|
329
|
-
"trend-neutral": "0 0 20 18",
|
|
330
|
-
"trend-up": "0 0 18 18",
|
|
331
|
-
"trends": "0 0 16 17",
|
|
332
|
-
"triangle-black": "0 0 16 16",
|
|
333
|
-
"triangle": "0 0 16 16",
|
|
334
|
-
"tripadvisor-circle-outline": "0 0 16 16",
|
|
335
|
-
"tripadvisor-circle": "0 0 16 16",
|
|
336
|
-
"tripadvisor": "0 0 16 16",
|
|
337
|
-
"trophy-outline": "0 0 18 16",
|
|
338
|
-
"tumblr": "0 0 16 16",
|
|
339
|
-
"twitter-audience-network": "0 0 17 16",
|
|
340
|
-
"twitter": "0 0 17 16",
|
|
341
|
-
"unfollow-outline": "0 0 20 16",
|
|
342
|
-
"unfollow": "0 0 20 16",
|
|
343
|
-
"unlink": "0 0 16 16",
|
|
344
|
-
"unlock": "0 0 14 16",
|
|
345
|
-
"upload": "0 0 16 17",
|
|
346
|
-
"user-circle": "0 0 16 16",
|
|
347
|
-
"users": "0 0 18 16",
|
|
348
|
-
"verified": "0 0 16 16",
|
|
349
|
-
"video-camera-story": "0 0 18 15",
|
|
350
|
-
"video-camera": "0 0 18 16",
|
|
351
|
-
"vip": "0 0 16 16",
|
|
352
|
-
"weight": "0 0 16 16",
|
|
353
|
-
"whatsapp": "0 0 16 16",
|
|
354
|
-
"window-maximize": "0 0 16 16",
|
|
355
|
-
"window-minimize": "0 0 16 16",
|
|
356
|
-
"window-regular": "0 0 16 16",
|
|
357
|
-
"window-restore": "0 0 16 16",
|
|
358
|
-
"woocommerce": "0 0 18 16",
|
|
359
|
-
"x": "0 0 16 18",
|
|
360
|
-
"yelp-full-star": "0 0 16 16",
|
|
361
|
-
"yelp-half-star": "0 0 16 16",
|
|
362
|
-
"yelp": "0 0 14 16",
|
|
363
|
-
"youtube": "0 0 16 15",
|
|
364
|
-
"zendesk": "0 0 16 16"
|
|
365
|
-
};
|