@sproutsocial/racine 11.0.1 → 11.0.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 +7 -0
- package/__flow__/Breadcrumb/index.js +2 -0
- package/__flow__/Collapsible/index.js +3 -0
- package/__flow__/Drawer/index.js +4 -0
- package/__flow__/EnumIconNames.js +1 -1
- package/__flow__/Fieldset/index.js +8 -2
- package/__flow__/Icon/index.js +5 -1
- package/__flow__/IconViewBoxes.js +1 -1
- package/__flow__/Menu/index.js +7 -0
- package/__flow__/Message/index.js +7 -0
- package/__flow__/Modal/index.js +5 -0
- package/__flow__/Popout/index.js +4 -1
- package/__flow__/SegmentedControl/index.js +2 -0
- package/__flow__/Table/index.js +6 -0
- package/__flow__/Text/index.js +8 -0
- package/__flow__/themes/dark/theme.js +1 -0
- package/__flow__/themes/light/theme.js +1 -0
- package/commonjs/Breadcrumb/index.js +1 -0
- package/commonjs/Collapsible/index.js +2 -0
- package/commonjs/Drawer/index.js +3 -0
- package/commonjs/Fieldset/index.js +6 -2
- package/commonjs/Icon/index.js +3 -1
- package/commonjs/IconViewBoxes.js +2 -0
- package/commonjs/Menu/index.js +6 -0
- package/commonjs/Message/index.js +13 -0
- package/commonjs/Modal/index.js +4 -0
- package/commonjs/Popout/index.js +5 -2
- package/commonjs/SegmentedControl/index.js +1 -0
- package/commonjs/Table/index.js +5 -0
- package/commonjs/Text/index.js +7 -0
- package/commonjs/include-icons.js +1 -1
- package/commonjs/themes/dark/theme.js +1 -0
- package/commonjs/themes/light/theme.js +1 -0
- package/dist/iconList.js +1 -1
- package/dist/icons.svg +1 -1
- package/dist/themes/dark/dark.scss +1 -0
- package/dist/themes/light/light.scss +1 -0
- package/icons/address-card-outline.svg +3 -0
- package/icons/deconstructed-negative-sentiment.svg +1 -1
- package/icons/deconstructed-neutral-sentiment.svg +1 -1
- package/icons/deconstructed-positive-sentiment.svg +1 -1
- package/icons/magic-wand.svg +3 -0
- package/icons/whatsapp.svg +5 -5
- package/includeIcons.js +1 -1
- package/lib/Breadcrumb/index.js +1 -0
- package/lib/Collapsible/index.js +2 -0
- package/lib/Drawer/index.js +3 -0
- package/lib/Fieldset/index.js +6 -2
- package/lib/Icon/index.js +3 -1
- package/lib/IconViewBoxes.js +2 -0
- package/lib/Menu/index.js +6 -0
- package/lib/Message/index.js +13 -0
- package/lib/Modal/index.js +4 -0
- package/lib/Popout/index.js +5 -2
- package/lib/SegmentedControl/index.js +1 -0
- package/lib/Table/index.js +5 -0
- package/lib/Text/index.js +7 -0
- package/lib/include-icons.js +1 -1
- package/lib/themes/dark/theme.js +1 -0
- package/lib/themes/light/theme.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -127,4 +127,7 @@ const Panel = ({ children, ...rest }) => {
|
|
|
127
127
|
Collapsible.Trigger = Trigger;
|
|
128
128
|
Collapsible.Panel = Panel;
|
|
129
129
|
|
|
130
|
+
Collapsible.Trigger.displayName = "Collapsible.Trigger";
|
|
131
|
+
Collapsible.Panel.displayName = "Collapsible.Panel";
|
|
132
|
+
|
|
130
133
|
export default Collapsible;
|
package/__flow__/Drawer/index.js
CHANGED
|
@@ -276,4 +276,8 @@ DrawerContainer.Header = DrawerHeader;
|
|
|
276
276
|
DrawerContainer.Content = DrawerContent;
|
|
277
277
|
DrawerContainer.CloseButton = DrawerCloseButton;
|
|
278
278
|
|
|
279
|
+
DrawerContainer.Header.displayName = "Drawer.Header";
|
|
280
|
+
DrawerContainer.Content.displayName = "Drawer.Content";
|
|
281
|
+
DrawerContainer.CloseButton.displayName = "Drawer.CloseButton";
|
|
282
|
+
|
|
279
283
|
export default DrawerContainer;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @flow
|
|
2
|
-
export type EnumIconNames = "active-listener" | "add-item" | "add-keyword" | "add-team-member" | "add-variable" | "address-card-solid" | "adobe-experience-manager" | "ads" | "android" | "apple" | "approval-indicator-outline" | "approval-indicator" | "archive" | "arrow-down-line" | "arrow-down" | "arrow-left-line" | "arrow-left" | "arrow-right-line" | "arrow-right" | "arrow-up-line" | "arrow-up" | "arrows" | "asset-library-outline" | "asset-library" | "assign" | "atom" | "audio" | "back-to-top" | "bambu-icon-outline" | "bambu-icon" | "barcode" | "basketball" | "bell-outline" | "bigcommerce" | "bitly" | "bold" | "book" | "bot" | "browser" | "business" | "calendar-outline" | "calendar" | "camera-outline" | "camera-story" | "camera" | "campaign" | "canva" | "carousel" | "cart-plus-outline" | "cart-plus" | "check" | "chevron-down-filled" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up-down-filled" | "chevron-up-filled" | "chevron-up" | "circle-check-outline" | "circle-check" | "circle" | "circle+" | "circles" | "circlex" | "click-to-view" | "clicks" | "clipboard-outline" | "clipboard" | "clock" | "closed-captioning" | "cloud" | "code" | "columns" | "comment-alt-outline" | "comment-alt" | "comment-lines-alt-outline" | "comment" | "compact-density" | "compact-indicator" | "comparison" | "competitor" | "compose" | "content-suggestions" | "credit-card" | "crop" | "crown" | "dashboard" | "deconstructed-negative-sentiment" | "deconstructed-neutral-sentiment" | "deconstructed-positive-sentiment" | "discovery" | "dislike-outline" | "dislike" | "dm-link-outline" | "dm-link" | "dotdotdot" | "download" | "drafts-outline" | "drafts" | "dropbox" | "duplicate-outline" | "duplicate" | "emoji-outline" | "emoji" | "empty-image" | "engagement-per-post" | "engagements" | "error" | "exchange-alt" | "expanded-indicator" | "export" | "extended-circles" | "external-link-alt" | "external-link" | "extreme-negative-sentiment" | "eye-outline" | "eye-slash-outline" | "eye-slash" | "eye" | "facebook-audience-network" | "facebook-branded-content-outline" | "facebook-branded-content" | "facebook-groups" | "facebook" | "fb-reactions-angry" | "fb-reactions-haha" | "fb-reactions-like" | "fb-reactions-love" | "fb-reactions-sad" | "fb-reactions-wow" | "feedly" | "feeds" | "female" | "file-chart-line" | "file-edit" | "file-times-solid" | "filter" | "flag-outline" | "flag" | "flat-negative-sentiment-outline" | "flat-negative-sentiment" | "flat-neutral-sentiment-outline" | "flat-neutral-sentiment" | "flat-positive-sentiment-outline" | "flat-positive-sentiment" | "folder-open" | "folder" | "follow-outline" | "follow" | "follower-increase" | "following" | "font" | "full-access" | "gear" | "gears" | "glassdoor" | "glasses" | "globe" | "google-analytics-color" | "google-business-messages" | "google-drive" | "google-my-business" | "grip" | "h1" | "h2" | "hamburger" | "hashtag" | "headset" | "heart-outline" | "heart" | "heartbeat" | "help" | "hiking" | "history" | "home" | "hourglass" | "hubspot" | "image-caption" | "image" | "images" | "impressions-per-post" | "impressions" | "inactive-listener" | "inbox-action" | "inbox-views" | "inbox" | "indicator" | "industry" | "info" | "instagram" | "internal-activity-outline" | "internal-activity" | "italic" | "key" | "keyboard" | "laptop-phone" | "large-density" | "lift" | "like-outline" | "like" | "link" | "linkedin-audience-network" | "linkedin" | "list-ol" | "listening" | "lists" | "location-outline" | "location" | "lock" | "male" | "marketo" | "mention" | "message-preview-outline" | "message-preview" | "message" | "messages-outline" | "messages" | "messenger" | "metric-table" | "microsoft-dynamics" | "minus" | "mobile" | "monitor" | "moon" | "negative-sentiment" | "neutral-positive-sentiment" | "neutral-sentiment" | "new-trend" | "newspaper" | "no-access" | "notepad" | "notifications-publishing-outline" | "notifications-publishing" | "notifications" | "offline" | "online" | "paid-promotion-outline" | "paid-promotion" | "paid" | "paint" | "palette" | "paperclip" | "pause" | "pencil-outline" | "pencil" | "person" | "phone" | "pinterest-boards-outline" | "pinterest-boards" | "pinterest" | "play-circle" | "play" | "plus" | "positive-sentiment" | "power-up" | "profile-connect" | "profile-disconnect" | "publishing-outline" | "publishing" | "puzzle-piece" | "qr-code" | "queue" | "recommendation" | "reddit-alien" | "reddit" | "referrals" | "refresh" | "rejected" | "reply-outline" | "reply" | "reporting-period" | "reporting" | "reports-home" | "reports" | "retweet" | "rss" | "sales" | "salesforce" | "save-assets" | "saved-messages" | "saved-reply-outline" | "saved-reply" | "search" | "sent-message-outline" | "sent-message" | "share" | "shopify" | "show-navigation" | "slack" | "small-density" | "smiley" | "some-access" | "sparkles" | "spike-alert" | "star-half-alt-solid" | "star-of-life" | "star-outline" | "star" | "sticky-note-outline" | "sticky-note" | "stories" | "story" | "suggestions" | "sun" | "tag-outline" | "tag" | "targeting-outline" | "targeting" | "tasks-outline" | "tasks" | "team-conversation-outline" | "team-conversation" | "team" | "text-asset" | "text" | "tiktok" | "times" | "trash-can-outline" | "trash-can" | "trend-down" | "trend-neutral" | "trend-up" | "trends" | "triangle-black" | "triangle" | "tripadvisor-circle-outline" | "tripadvisor-circle" | "tripadvisor" | "trophy-outline" | "tumblr" | "twitter-audience-network" | "twitter" | "unfollow-outline" | "unfollow" | "unlink" | "unlock" | "upload" | "user-circle" | "users" | "verified" | "video-camera-story" | "video-camera" | "vip" | "weight" | "whatsapp" | "window-maximize" | "window-minimize" | "window-regular" | "window-restore" | "woocommerce" | "x" | "yelp-full-star" | "yelp-half-star" | "yelp" | "youtube" | "zendesk";
|
|
2
|
+
export type EnumIconNames = "active-listener" | "add-item" | "add-keyword" | "add-team-member" | "add-variable" | "address-card-outline" | "address-card-solid" | "adobe-experience-manager" | "ads" | "android" | "apple" | "approval-indicator-outline" | "approval-indicator" | "archive" | "arrow-down-line" | "arrow-down" | "arrow-left-line" | "arrow-left" | "arrow-right-line" | "arrow-right" | "arrow-up-line" | "arrow-up" | "arrows" | "asset-library-outline" | "asset-library" | "assign" | "atom" | "audio" | "back-to-top" | "bambu-icon-outline" | "bambu-icon" | "barcode" | "basketball" | "bell-outline" | "bigcommerce" | "bitly" | "bold" | "book" | "bot" | "browser" | "business" | "calendar-outline" | "calendar" | "camera-outline" | "camera-story" | "camera" | "campaign" | "canva" | "carousel" | "cart-plus-outline" | "cart-plus" | "check" | "chevron-down-filled" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up-down-filled" | "chevron-up-filled" | "chevron-up" | "circle-check-outline" | "circle-check" | "circle" | "circle+" | "circles" | "circlex" | "click-to-view" | "clicks" | "clipboard-outline" | "clipboard" | "clock" | "closed-captioning" | "cloud" | "code" | "columns" | "comment-alt-outline" | "comment-alt" | "comment-lines-alt-outline" | "comment" | "compact-density" | "compact-indicator" | "comparison" | "competitor" | "compose" | "content-suggestions" | "credit-card" | "crop" | "crown" | "dashboard" | "deconstructed-negative-sentiment" | "deconstructed-neutral-sentiment" | "deconstructed-positive-sentiment" | "discovery" | "dislike-outline" | "dislike" | "dm-link-outline" | "dm-link" | "dotdotdot" | "download" | "drafts-outline" | "drafts" | "dropbox" | "duplicate-outline" | "duplicate" | "emoji-outline" | "emoji" | "empty-image" | "engagement-per-post" | "engagements" | "error" | "exchange-alt" | "expanded-indicator" | "export" | "extended-circles" | "external-link-alt" | "external-link" | "extreme-negative-sentiment" | "eye-outline" | "eye-slash-outline" | "eye-slash" | "eye" | "facebook-audience-network" | "facebook-branded-content-outline" | "facebook-branded-content" | "facebook-groups" | "facebook" | "fb-reactions-angry" | "fb-reactions-haha" | "fb-reactions-like" | "fb-reactions-love" | "fb-reactions-sad" | "fb-reactions-wow" | "feedly" | "feeds" | "female" | "file-chart-line" | "file-edit" | "file-times-solid" | "filter" | "flag-outline" | "flag" | "flat-negative-sentiment-outline" | "flat-negative-sentiment" | "flat-neutral-sentiment-outline" | "flat-neutral-sentiment" | "flat-positive-sentiment-outline" | "flat-positive-sentiment" | "folder-open" | "folder" | "follow-outline" | "follow" | "follower-increase" | "following" | "font" | "full-access" | "gear" | "gears" | "glassdoor" | "glasses" | "globe" | "google-analytics-color" | "google-business-messages" | "google-drive" | "google-my-business" | "grip" | "h1" | "h2" | "hamburger" | "hashtag" | "headset" | "heart-outline" | "heart" | "heartbeat" | "help" | "hiking" | "history" | "home" | "hourglass" | "hubspot" | "image-caption" | "image" | "images" | "impressions-per-post" | "impressions" | "inactive-listener" | "inbox-action" | "inbox-views" | "inbox" | "indicator" | "industry" | "info" | "instagram" | "internal-activity-outline" | "internal-activity" | "italic" | "key" | "keyboard" | "laptop-phone" | "large-density" | "lift" | "like-outline" | "like" | "link" | "linkedin-audience-network" | "linkedin" | "list-ol" | "listening" | "lists" | "location-outline" | "location" | "lock" | "magic-wand" | "male" | "marketo" | "mention" | "message-preview-outline" | "message-preview" | "message" | "messages-outline" | "messages" | "messenger" | "metric-table" | "microsoft-dynamics" | "minus" | "mobile" | "monitor" | "moon" | "negative-sentiment" | "neutral-positive-sentiment" | "neutral-sentiment" | "new-trend" | "newspaper" | "no-access" | "notepad" | "notifications-publishing-outline" | "notifications-publishing" | "notifications" | "offline" | "online" | "paid-promotion-outline" | "paid-promotion" | "paid" | "paint" | "palette" | "paperclip" | "pause" | "pencil-outline" | "pencil" | "person" | "phone" | "pinterest-boards-outline" | "pinterest-boards" | "pinterest" | "play-circle" | "play" | "plus" | "positive-sentiment" | "power-up" | "profile-connect" | "profile-disconnect" | "publishing-outline" | "publishing" | "puzzle-piece" | "qr-code" | "queue" | "recommendation" | "reddit-alien" | "reddit" | "referrals" | "refresh" | "rejected" | "reply-outline" | "reply" | "reporting-period" | "reporting" | "reports-home" | "reports" | "retweet" | "rss" | "sales" | "salesforce" | "save-assets" | "saved-messages" | "saved-reply-outline" | "saved-reply" | "search" | "sent-message-outline" | "sent-message" | "share" | "shopify" | "show-navigation" | "slack" | "small-density" | "smiley" | "some-access" | "sparkles" | "spike-alert" | "star-half-alt-solid" | "star-of-life" | "star-outline" | "star" | "sticky-note-outline" | "sticky-note" | "stories" | "story" | "suggestions" | "sun" | "tag-outline" | "tag" | "targeting-outline" | "targeting" | "tasks-outline" | "tasks" | "team-conversation-outline" | "team-conversation" | "team" | "text-asset" | "text" | "tiktok" | "times" | "trash-can-outline" | "trash-can" | "trend-down" | "trend-neutral" | "trend-up" | "trends" | "triangle-black" | "triangle" | "tripadvisor-circle-outline" | "tripadvisor-circle" | "tripadvisor" | "trophy-outline" | "tumblr" | "twitter-audience-network" | "twitter" | "unfollow-outline" | "unfollow" | "unlink" | "unlock" | "upload" | "user-circle" | "users" | "verified" | "video-camera-story" | "video-camera" | "vip" | "weight" | "whatsapp" | "window-maximize" | "window-minimize" | "window-regular" | "window-restore" | "woocommerce" | "x" | "yelp-full-star" | "yelp-half-star" | "yelp" | "youtube" | "zendesk";
|
|
@@ -45,7 +45,7 @@ const Fieldset = ({
|
|
|
45
45
|
</Box>
|
|
46
46
|
);
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
const FieldsetLegend = ({ children, ...rest }) => (
|
|
49
49
|
<Text
|
|
50
50
|
as="legend"
|
|
51
51
|
fontSize={300}
|
|
@@ -58,10 +58,16 @@ Fieldset.Legend = ({ children, ...rest }) => (
|
|
|
58
58
|
</Text>
|
|
59
59
|
);
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
const FieldsetHelperText = ({ children, ...rest }) => (
|
|
62
62
|
<Text as="p" fontSize={200} mb={300} {...rest}>
|
|
63
63
|
{children}
|
|
64
64
|
</Text>
|
|
65
65
|
);
|
|
66
66
|
|
|
67
|
+
Fieldset.Legend = FieldsetLegend;
|
|
68
|
+
Fieldset.HelperText = FieldsetHelperText;
|
|
69
|
+
|
|
70
|
+
Fieldset.Legend.displayName = "Fieldset.Legend";
|
|
71
|
+
Fieldset.HelperText.displayName = "Fieldset.HelperText";
|
|
72
|
+
|
|
67
73
|
export default Fieldset;
|
package/__flow__/Icon/index.js
CHANGED
|
@@ -83,7 +83,7 @@ type TypeToggleProps = {
|
|
|
83
83
|
ariaLabel?: string,
|
|
84
84
|
};
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
const IconToggle = ({
|
|
87
87
|
activeName,
|
|
88
88
|
inactiveName,
|
|
89
89
|
isActive,
|
|
@@ -115,4 +115,8 @@ Icon.Toggle = ({
|
|
|
115
115
|
);
|
|
116
116
|
};
|
|
117
117
|
|
|
118
|
+
Icon.Toggle = IconToggle;
|
|
119
|
+
|
|
120
|
+
Icon.Toggle.displayName = "Icon.Toggle";
|
|
121
|
+
|
|
118
122
|
export default Icon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = {"active-listener":"0 0 16 16","add-item":"0 0 16 16","add-keyword":"0 0 16 16","add-team-member":"0 0 18 13","add-variable":"0 0 18 14","address-card-solid":"0 0 18 16","adobe-experience-manager":"0 0 16 18","ads":"0 0 9 16","android":"0 0 14 16","apple":"0 0 14 16","approval-indicator-outline":"0 0 14 16","approval-indicator":"0 0 14 16","archive":"0 0 16 16","arrow-down-line":"0 0 14 16","arrow-down":"0 0 16 16","arrow-left-line":"0 0 16 18","arrow-left":"0 0 16 16","arrow-right-line":"0 0 16 18","arrow-right":"0 0 16 16","arrow-up-line":"0 0 14 16","arrow-up":"0 0 16 16","arrows":"0 0 16 16","asset-library-outline":"0 0 16 16","asset-library":"0 0 16 16","assign":"0 0 18 15","atom":"0 0 14 16","audio":"0 0 16 14","back-to-top":"0 0 15 16","bambu-icon-outline":"0 0 16 16","bambu-icon":"0 0 16 16","barcode":"0 0 18 16","basketball":"0 0 16 16","bell-outline":"0 0 14 16","bigcommerce":"0 0 16 16","bitly":"0 0 16 16","bold":"0 0 16 16","book":"0 0 14 16","bot":"0 0 16 16","browser":"0 0 16 16","business":"0 0 16 16","calendar-outline":"0 0 14 16","calendar":"0 0 14 16","camera-outline":"0 0 18 16","camera-story":"0 0 18 16","camera":"0 0 18 16","campaign":"0 0 16 14","canva":"0 0 16 18","carousel":"0 0 16 18","cart-plus-outline":"0 0 17 15","cart-plus":"0 0 17 15","check":"0 0 16 16","chevron-down-filled":"0 0 16 21","chevron-down":"0 0 16 18","chevron-left":"0 0 10 16","chevron-right":"0 0 10 17","chevron-up-down-filled":"0 0 12 20","chevron-up-filled":"0 0 16 21","chevron-up":"0 0 16 18","circle-check-outline":"0 0 16 16","circle-check":"0 0 16 16","circle":"0 0 16 16","circle+":"0 0 16 16","circles":"0 0 16 16","circlex":"0 0 16 16","click-to-view":"0 0 12 16","clicks":"0 0 10 16","clipboard-outline":"0 0 12 16","clipboard":"0 0 12 16","clock":"0 0 16 16","closed-captioning":"0 0 16 16","cloud":"0 0 16 13","code":"0 0 18 16","columns":"0 0 16 16","comment-alt-outline":"0 0 16 15","comment-alt":"0 0 16 15","comment-lines-alt-outline":"0 0 16 16","comment":"0 0 16 13","compact-density":"0 0 16 16","compact-indicator":"0 0 16 16","comparison":"0 0 16 14","competitor":"0 0 14 16","compose":"0 0 16 16","content-suggestions":"0 0 16 16","credit-card":"0 0 16 14","crop":"0 0 16 16","crown":"0 0 16 16","dashboard":"0 0 16 14","deconstructed-negative-sentiment":"0 0 18 18","deconstructed-neutral-sentiment":"0 0 18 18","deconstructed-positive-sentiment":"0 0 18 18","discovery":"0 0 16 16","dislike-outline":"0 0 15 16","dislike":"0 0 16 16","dm-link-outline":"0 0 16 16","dm-link":"0 0 16 16","dotdotdot":"0 0 16 16","download":"0 0 16 16","drafts-outline":"0 0 12 16","drafts":"0 0 12 16","dropbox":"0 0 18 16","duplicate-outline":"0 0 14 16","duplicate":"0 0 14 16","emoji-outline":"0 0 16 16","emoji":"0 0 16 16","empty-image":"0 0 16 18","engagement-per-post":"0 0 16 16","engagements":"0 0 16 15","error":"0 0 16 16","exchange-alt":"0 0 16 16","expanded-indicator":"0 0 16 16","export":"0 0 14 17","extended-circles":"0 0 16 16","external-link-alt":"0 0 16 16","external-link":"0 0 16 16","extreme-negative-sentiment":"0 0 16 16","eye-outline":"0 0 18 16","eye-slash-outline":"0 0 20 16","eye-slash":"0 0 20 16","eye":"0 0 18 16","facebook-audience-network":"0 0 16 16","facebook-branded-content-outline":"0 0 18 15","facebook-branded-content":"0 0 18 15","facebook-groups":"0 0 16 16","facebook":"0 0 16 16","fb-reactions-angry":"0 0 16 16","fb-reactions-haha":"0 0 16 16","fb-reactions-like":"0 0 16 16","fb-reactions-love":"0 0 16 16","fb-reactions-sad":"0 0 16 16","fb-reactions-wow":"0 0 16 16","feedly":"0 0 16 15","feeds":"0 0 16 15","female":"0 0 11 18","file-chart-line":"0 0 12 16","file-edit":"0 0 12 16","file-times-solid":"0 0 12 16","filter":"0 0 16 16","flag-outline":"0 0 16 16","flag":"0 0 16 16","flat-negative-sentiment-outline":"0 0 18 18","flat-negative-sentiment":"0 0 18 18","flat-neutral-sentiment-outline":"0 0 18 18","flat-neutral-sentiment":"0 0 18 18","flat-positive-sentiment-outline":"0 0 18 18","flat-positive-sentiment":"0 0 18 18","folder-open":"0 0 16 15","folder":"0 0 16 16","follow-outline":"0 0 20 16","follow":"0 0 20 16","follower-increase":"0 0 19 16","following":"0 0 20 16","font":"0 0 18 16","full-access":"0 0 16 16","gear":"0 0 16 16","gears":"0 0 16 16","glassdoor":"0 0 16 16","glasses":"0 0 18 14","globe":"0 0 16 16","google-analytics-color":"0 0 14 18","google-business-messages":"0 0 16 16","google-drive":"0 0 16 14","google-my-business":"0 0 16 14","grip":"0 0 8 18","h1":"0 0 16 16","h2":"0 0 16 16","hamburger":"0 0 16 18","hashtag":"0 0 16 16","headset":"0 0 16 16","heart-outline":"0 0 16 16","heart":"0 0 16 16","heartbeat":"0 0 18 16","help":"0 0 16 16","hiking":"0 0 16 16","history":"0 0 16 16","home":"0 0 16 15","hourglass":"0 0 12 16","hubspot":"0 0 16 16","image-caption":"0 0 16 14","image":"0 0 16 16","images":"0 0 16 15","impressions-per-post":"0 0 16 16","impressions":"0 0 18 16","inactive-listener":"0 0 16 12","inbox-action":"0 0 16 16","inbox-views":"0 0 16 13","inbox":"0 0 16 14","indicator":"0 0 16 16","industry":"0 0 14 16","info":"0 0 16 16","instagram":"0 0 16 16","internal-activity-outline":"0 0 16 16","internal-activity":"0 0 16 16","italic":"0 0 16 16","key":"0 0 16 16","keyboard":"0 0 18 16","laptop-phone":"0 0 16 16","large-density":"0 0 16 16","lift":"0 0 23 16","like-outline":"0 0 15 16","like":"0 0 16 16","link":"0 0 16 16","linkedin-audience-network":"0 0 16 16","linkedin":"0 0 16 16","list-ol":"0 0 16 16","listening":"0 0 14 16","lists":"0 0 16 16","location-outline":"0 0 12 16","location":"0 0 12 16","lock":"0 0 14 16","male":"0 0 16 20","marketo":"0 0 16 18","mention":"0 0 16 16","message-preview-outline":"0 0 18 16","message-preview":"0 0 18 16","message":"0 0 16 16","messages-outline":"0 0 16 16","messages":"0 0 16 16","messenger":"0 0 16 16","metric-table":"0 0 16 16","microsoft-dynamics":"0 0 16 16","minus":"0 0 16 16","mobile":"0 0 10 16","monitor":"0 0 12 16","moon":"0 0 15 16","negative-sentiment":"0 0 16 16","neutral-positive-sentiment":"0 0 16 16","neutral-sentiment":"0 0 16 16","new-trend":"0 0 12 16","newspaper":"0 0 16 16","no-access":"0 0 16 16","notepad":"0 0 12 16","notifications-publishing-outline":"0 0 16 16","notifications-publishing":"0 0 16 16","notifications":"0 0 14 16","offline":"0 0 18 15","online":"0 0 18 15","paid-promotion-outline":"0 0 16 16","paid-promotion":"0 0 16 16","paid":"0 0 14 16","paint":"0 0 18 16","palette":"0 0 16 16","paperclip":"0 0 14 16","pause":"0 0 16 18","pencil-outline":"0 0 16 16","pencil":"0 0 16 16","person":"0 0 14 16","phone":"0 0 16 16","pinterest-boards-outline":"0 0 14 16","pinterest-boards":"0 0 14 16","pinterest":"0 0 16 16","play-circle":"0 0 16 16","play":"0 0 14 16","plus":"0 0 16 18","positive-sentiment":"0 0 16 16","power-up":"0 0 10 16","profile-connect":"0 0 16 16","profile-disconnect":"0 0 16 16","publishing-outline":"0 0 16 16","publishing":"0 0 16 16","puzzle-piece":"0 0 18 16","qr-code":"0 0 16 16","queue":"0 0 16 16","recommendation":"0 0 16 16","reddit-alien":"0 0 16 16","reddit":"0 0 16 16","referrals":"0 0 16 16","refresh":"0 0 16 16","rejected":"0 0 16 16","reply-outline":"0 0 16 16","reply":"0 0 16 16","reporting-period":"0 0 14 16","reporting":"0 0 16 16","reports-home":"0 0 16 16","reports":"0 0 16 15","retweet":"0 0 18 16","rss":"0 0 16 16","sales":"0 0 9 16","salesforce":"0 0 20 16","save-assets":"0 0 16 16","saved-messages":"0 0 16 16","saved-reply-outline":"0 0 16 12","saved-reply":"0 0 16 12","search":"0 0 16 16","sent-message-outline":"0 0 16 14","sent-message":"0 0 16 14","share":"0 0 16 14","shopify":"0 0 16 18","show-navigation":"0 0 18 14","slack":"0 0 16 16","small-density":"0 0 16 16","smiley":"0 0 16 16","some-access":"0 0 16 16","sparkles":"0 0 16 16","spike-alert":"0 0 16 16","star-half-alt-solid":"0 0 18 16","star-of-life":"0 0 16 16","star-outline":"0 0 18 16","star":"0 0 18 16","sticky-note-outline":"0 0 16 16","sticky-note":"0 0 16 16","stories":"0 0 16 17","story":"0 0 16 16","suggestions":"0 0 11 16","sun":"0 0 16 16","tag-outline":"0 0 16 16","tag":"0 0 16 16","targeting-outline":"0 0 16 16","targeting":"0 0 16 16","tasks-outline":"0 0 12 16","tasks":"0 0 12 16","team-conversation-outline":"0 0 16 18","team-conversation":"0 0 16 18","team":"0 0 18 16","text-asset":"0 0 16 16","text":"0 0 8 16","tiktok":"0 0 16 18","times":"0 0 16 22","trash-can-outline":"0 0 14 16","trash-can":"0 0 14 16","trend-down":"0 0 18 18","trend-neutral":"0 0 20 18","trend-up":"0 0 18 18","trends":"0 0 16 17","triangle-black":"0 0 16 16","triangle":"0 0 16 16","tripadvisor-circle-outline":"0 0 16 16","tripadvisor-circle":"0 0 16 16","tripadvisor":"0 0 16 16","trophy-outline":"0 0 18 16","tumblr":"0 0 16 16","twitter-audience-network":"0 0 17 16","twitter":"0 0 17 16","unfollow-outline":"0 0 20 16","unfollow":"0 0 20 16","unlink":"0 0 16 16","unlock":"0 0 14 16","upload":"0 0 16 17","user-circle":"0 0 16 16","users":"0 0 18 16","verified":"0 0 16 16","video-camera-story":"0 0 18 15","video-camera":"0 0 18 16","vip":"0 0 16 16","weight":"0 0 16 16","whatsapp":"0 0 16 16","window-maximize":"0 0 16 16","window-minimize":"0 0 16 16","window-regular":"0 0 16 16","window-restore":"0 0 16 16","woocommerce":"0 0 18 16","x":"0 0 16 18","yelp-full-star":"0 0 16 16","yelp-half-star":"0 0 16 16","yelp":"0 0 14 16","youtube":"0 0 16 15","zendesk":"0 0 16 16"};
|
|
1
|
+
module.exports = {"active-listener":"0 0 16 16","add-item":"0 0 16 16","add-keyword":"0 0 16 16","add-team-member":"0 0 18 13","add-variable":"0 0 18 14","address-card-outline":"0 0 16 16","address-card-solid":"0 0 18 16","adobe-experience-manager":"0 0 16 18","ads":"0 0 9 16","android":"0 0 14 16","apple":"0 0 14 16","approval-indicator-outline":"0 0 14 16","approval-indicator":"0 0 14 16","archive":"0 0 16 16","arrow-down-line":"0 0 14 16","arrow-down":"0 0 16 16","arrow-left-line":"0 0 16 18","arrow-left":"0 0 16 16","arrow-right-line":"0 0 16 18","arrow-right":"0 0 16 16","arrow-up-line":"0 0 14 16","arrow-up":"0 0 16 16","arrows":"0 0 16 16","asset-library-outline":"0 0 16 16","asset-library":"0 0 16 16","assign":"0 0 18 15","atom":"0 0 14 16","audio":"0 0 16 14","back-to-top":"0 0 15 16","bambu-icon-outline":"0 0 16 16","bambu-icon":"0 0 16 16","barcode":"0 0 18 16","basketball":"0 0 16 16","bell-outline":"0 0 14 16","bigcommerce":"0 0 16 16","bitly":"0 0 16 16","bold":"0 0 16 16","book":"0 0 14 16","bot":"0 0 16 16","browser":"0 0 16 16","business":"0 0 16 16","calendar-outline":"0 0 14 16","calendar":"0 0 14 16","camera-outline":"0 0 18 16","camera-story":"0 0 18 16","camera":"0 0 18 16","campaign":"0 0 16 14","canva":"0 0 16 18","carousel":"0 0 16 18","cart-plus-outline":"0 0 17 15","cart-plus":"0 0 17 15","check":"0 0 16 16","chevron-down-filled":"0 0 16 21","chevron-down":"0 0 16 18","chevron-left":"0 0 10 16","chevron-right":"0 0 10 17","chevron-up-down-filled":"0 0 12 20","chevron-up-filled":"0 0 16 21","chevron-up":"0 0 16 18","circle-check-outline":"0 0 16 16","circle-check":"0 0 16 16","circle":"0 0 16 16","circle+":"0 0 16 16","circles":"0 0 16 16","circlex":"0 0 16 16","click-to-view":"0 0 12 16","clicks":"0 0 10 16","clipboard-outline":"0 0 12 16","clipboard":"0 0 12 16","clock":"0 0 16 16","closed-captioning":"0 0 16 16","cloud":"0 0 16 13","code":"0 0 18 16","columns":"0 0 16 16","comment-alt-outline":"0 0 16 15","comment-alt":"0 0 16 15","comment-lines-alt-outline":"0 0 16 16","comment":"0 0 16 13","compact-density":"0 0 16 16","compact-indicator":"0 0 16 16","comparison":"0 0 16 14","competitor":"0 0 14 16","compose":"0 0 16 16","content-suggestions":"0 0 16 16","credit-card":"0 0 16 14","crop":"0 0 16 16","crown":"0 0 16 16","dashboard":"0 0 16 14","deconstructed-negative-sentiment":"0 0 18 18","deconstructed-neutral-sentiment":"0 0 18 18","deconstructed-positive-sentiment":"0 0 18 18","discovery":"0 0 16 16","dislike-outline":"0 0 15 16","dislike":"0 0 16 16","dm-link-outline":"0 0 16 16","dm-link":"0 0 16 16","dotdotdot":"0 0 16 16","download":"0 0 16 16","drafts-outline":"0 0 12 16","drafts":"0 0 12 16","dropbox":"0 0 18 16","duplicate-outline":"0 0 14 16","duplicate":"0 0 14 16","emoji-outline":"0 0 16 16","emoji":"0 0 16 16","empty-image":"0 0 16 18","engagement-per-post":"0 0 16 16","engagements":"0 0 16 15","error":"0 0 16 16","exchange-alt":"0 0 16 16","expanded-indicator":"0 0 16 16","export":"0 0 14 17","extended-circles":"0 0 16 16","external-link-alt":"0 0 16 16","external-link":"0 0 16 16","extreme-negative-sentiment":"0 0 16 16","eye-outline":"0 0 18 16","eye-slash-outline":"0 0 20 16","eye-slash":"0 0 20 16","eye":"0 0 18 16","facebook-audience-network":"0 0 16 16","facebook-branded-content-outline":"0 0 18 15","facebook-branded-content":"0 0 18 15","facebook-groups":"0 0 16 16","facebook":"0 0 16 16","fb-reactions-angry":"0 0 16 16","fb-reactions-haha":"0 0 16 16","fb-reactions-like":"0 0 16 16","fb-reactions-love":"0 0 16 16","fb-reactions-sad":"0 0 16 16","fb-reactions-wow":"0 0 16 16","feedly":"0 0 16 15","feeds":"0 0 16 15","female":"0 0 11 18","file-chart-line":"0 0 12 16","file-edit":"0 0 12 16","file-times-solid":"0 0 12 16","filter":"0 0 16 16","flag-outline":"0 0 16 16","flag":"0 0 16 16","flat-negative-sentiment-outline":"0 0 18 18","flat-negative-sentiment":"0 0 18 18","flat-neutral-sentiment-outline":"0 0 18 18","flat-neutral-sentiment":"0 0 18 18","flat-positive-sentiment-outline":"0 0 18 18","flat-positive-sentiment":"0 0 18 18","folder-open":"0 0 16 15","folder":"0 0 16 16","follow-outline":"0 0 20 16","follow":"0 0 20 16","follower-increase":"0 0 19 16","following":"0 0 20 16","font":"0 0 18 16","full-access":"0 0 16 16","gear":"0 0 16 16","gears":"0 0 16 16","glassdoor":"0 0 16 16","glasses":"0 0 18 14","globe":"0 0 16 16","google-analytics-color":"0 0 14 18","google-business-messages":"0 0 16 16","google-drive":"0 0 16 14","google-my-business":"0 0 16 14","grip":"0 0 8 18","h1":"0 0 16 16","h2":"0 0 16 16","hamburger":"0 0 16 18","hashtag":"0 0 16 16","headset":"0 0 16 16","heart-outline":"0 0 16 16","heart":"0 0 16 16","heartbeat":"0 0 18 16","help":"0 0 16 16","hiking":"0 0 16 16","history":"0 0 16 16","home":"0 0 16 15","hourglass":"0 0 12 16","hubspot":"0 0 16 16","image-caption":"0 0 16 14","image":"0 0 16 16","images":"0 0 16 15","impressions-per-post":"0 0 16 16","impressions":"0 0 18 16","inactive-listener":"0 0 16 12","inbox-action":"0 0 16 16","inbox-views":"0 0 16 13","inbox":"0 0 16 14","indicator":"0 0 16 16","industry":"0 0 14 16","info":"0 0 16 16","instagram":"0 0 16 16","internal-activity-outline":"0 0 16 16","internal-activity":"0 0 16 16","italic":"0 0 16 16","key":"0 0 16 16","keyboard":"0 0 18 16","laptop-phone":"0 0 16 16","large-density":"0 0 16 16","lift":"0 0 23 16","like-outline":"0 0 15 16","like":"0 0 16 16","link":"0 0 16 16","linkedin-audience-network":"0 0 16 16","linkedin":"0 0 16 16","list-ol":"0 0 16 16","listening":"0 0 14 16","lists":"0 0 16 16","location-outline":"0 0 12 16","location":"0 0 12 16","lock":"0 0 14 16","magic-wand":"0 0 17 16","male":"0 0 16 20","marketo":"0 0 16 18","mention":"0 0 16 16","message-preview-outline":"0 0 18 16","message-preview":"0 0 18 16","message":"0 0 16 16","messages-outline":"0 0 16 16","messages":"0 0 16 16","messenger":"0 0 16 16","metric-table":"0 0 16 16","microsoft-dynamics":"0 0 16 16","minus":"0 0 16 16","mobile":"0 0 10 16","monitor":"0 0 12 16","moon":"0 0 15 16","negative-sentiment":"0 0 16 16","neutral-positive-sentiment":"0 0 16 16","neutral-sentiment":"0 0 16 16","new-trend":"0 0 12 16","newspaper":"0 0 16 16","no-access":"0 0 16 16","notepad":"0 0 12 16","notifications-publishing-outline":"0 0 16 16","notifications-publishing":"0 0 16 16","notifications":"0 0 14 16","offline":"0 0 18 15","online":"0 0 18 15","paid-promotion-outline":"0 0 16 16","paid-promotion":"0 0 16 16","paid":"0 0 14 16","paint":"0 0 18 16","palette":"0 0 16 16","paperclip":"0 0 14 16","pause":"0 0 16 18","pencil-outline":"0 0 16 16","pencil":"0 0 16 16","person":"0 0 14 16","phone":"0 0 16 16","pinterest-boards-outline":"0 0 14 16","pinterest-boards":"0 0 14 16","pinterest":"0 0 16 16","play-circle":"0 0 16 16","play":"0 0 14 16","plus":"0 0 16 18","positive-sentiment":"0 0 16 16","power-up":"0 0 10 16","profile-connect":"0 0 16 16","profile-disconnect":"0 0 16 16","publishing-outline":"0 0 16 16","publishing":"0 0 16 16","puzzle-piece":"0 0 18 16","qr-code":"0 0 16 16","queue":"0 0 16 16","recommendation":"0 0 16 16","reddit-alien":"0 0 16 16","reddit":"0 0 16 16","referrals":"0 0 16 16","refresh":"0 0 16 16","rejected":"0 0 16 16","reply-outline":"0 0 16 16","reply":"0 0 16 16","reporting-period":"0 0 14 16","reporting":"0 0 16 16","reports-home":"0 0 16 16","reports":"0 0 16 15","retweet":"0 0 18 16","rss":"0 0 16 16","sales":"0 0 9 16","salesforce":"0 0 20 16","save-assets":"0 0 16 16","saved-messages":"0 0 16 16","saved-reply-outline":"0 0 16 12","saved-reply":"0 0 16 12","search":"0 0 16 16","sent-message-outline":"0 0 16 14","sent-message":"0 0 16 14","share":"0 0 16 14","shopify":"0 0 16 18","show-navigation":"0 0 18 14","slack":"0 0 16 16","small-density":"0 0 16 16","smiley":"0 0 16 16","some-access":"0 0 16 16","sparkles":"0 0 16 16","spike-alert":"0 0 16 16","star-half-alt-solid":"0 0 18 16","star-of-life":"0 0 16 16","star-outline":"0 0 18 16","star":"0 0 18 16","sticky-note-outline":"0 0 16 16","sticky-note":"0 0 16 16","stories":"0 0 16 17","story":"0 0 16 16","suggestions":"0 0 11 16","sun":"0 0 16 16","tag-outline":"0 0 16 16","tag":"0 0 16 16","targeting-outline":"0 0 16 16","targeting":"0 0 16 16","tasks-outline":"0 0 12 16","tasks":"0 0 12 16","team-conversation-outline":"0 0 16 18","team-conversation":"0 0 16 18","team":"0 0 18 16","text-asset":"0 0 16 16","text":"0 0 8 16","tiktok":"0 0 16 18","times":"0 0 16 22","trash-can-outline":"0 0 14 16","trash-can":"0 0 14 16","trend-down":"0 0 18 18","trend-neutral":"0 0 20 18","trend-up":"0 0 18 18","trends":"0 0 16 17","triangle-black":"0 0 16 16","triangle":"0 0 16 16","tripadvisor-circle-outline":"0 0 16 16","tripadvisor-circle":"0 0 16 16","tripadvisor":"0 0 16 16","trophy-outline":"0 0 18 16","tumblr":"0 0 16 16","twitter-audience-network":"0 0 17 16","twitter":"0 0 17 16","unfollow-outline":"0 0 20 16","unfollow":"0 0 20 16","unlink":"0 0 16 16","unlock":"0 0 14 16","upload":"0 0 16 17","user-circle":"0 0 16 16","users":"0 0 18 16","verified":"0 0 16 16","video-camera-story":"0 0 18 15","video-camera":"0 0 18 16","vip":"0 0 16 16","weight":"0 0 16 16","whatsapp":"0 0 16 16","window-maximize":"0 0 16 16","window-minimize":"0 0 16 16","window-regular":"0 0 16 16","window-restore":"0 0 16 16","woocommerce":"0 0 18 16","x":"0 0 16 18","yelp-full-star":"0 0 16 16","yelp-half-star":"0 0 16 16","yelp":"0 0 14 16","youtube":"0 0 16 15","zendesk":"0 0 16 16"};
|
package/__flow__/Menu/index.js
CHANGED
|
@@ -445,6 +445,13 @@ Menu.Radio = MenuRadio;
|
|
|
445
445
|
Menu.Divider = MenuDivider;
|
|
446
446
|
Menu.FilterInput = MenuFilterInput;
|
|
447
447
|
|
|
448
|
+
Menu.Group.displayName = "Menu.Group";
|
|
449
|
+
Menu.Item.displayName = "Menu.Item";
|
|
450
|
+
Menu.Checkbox.displayName = "Menu.Checkbox";
|
|
451
|
+
Menu.Radio.displayName = "Menu.Radio";
|
|
452
|
+
Menu.Divider.displayName = "Menu.Divider";
|
|
453
|
+
Menu.FilterInput.displayName = "Menu.FilterInput";
|
|
454
|
+
|
|
448
455
|
const CustomPopoutContent = styled(Popout.Content)`
|
|
449
456
|
padding: 0;
|
|
450
457
|
margin-left: 0;
|
|
@@ -92,6 +92,7 @@ Message.Body = (props) => (
|
|
|
92
92
|
)}
|
|
93
93
|
</MessageContext.Consumer>
|
|
94
94
|
);
|
|
95
|
+
Message.Body.displayName = "Message.Body";
|
|
95
96
|
|
|
96
97
|
Message.Header = (props) => (
|
|
97
98
|
<MessageContext.Consumer>
|
|
@@ -100,6 +101,7 @@ Message.Header = (props) => (
|
|
|
100
101
|
)}
|
|
101
102
|
</MessageContext.Consumer>
|
|
102
103
|
);
|
|
104
|
+
Message.Header.displayName = "Message.Header";
|
|
103
105
|
|
|
104
106
|
Message.Footer = (props) => (
|
|
105
107
|
<MessageContext.Consumer>
|
|
@@ -113,6 +115,7 @@ Message.Footer = (props) => (
|
|
|
113
115
|
)}
|
|
114
116
|
</MessageContext.Consumer>
|
|
115
117
|
);
|
|
118
|
+
Message.Footer.displayName = "Message.Footer";
|
|
116
119
|
|
|
117
120
|
Message.Meta = (props) => (
|
|
118
121
|
<MessageContext.Consumer>
|
|
@@ -126,16 +129,19 @@ Message.Meta = (props) => (
|
|
|
126
129
|
)}
|
|
127
130
|
</MessageContext.Consumer>
|
|
128
131
|
);
|
|
132
|
+
Message.Meta.displayName = "Message.Meta";
|
|
129
133
|
|
|
130
134
|
Message.Button = (props: TypeButtonProps) => (
|
|
131
135
|
<Button {...props} appearance={props.appearance || "pill"} />
|
|
132
136
|
);
|
|
137
|
+
Message.Button.displayName = "Message.Button";
|
|
133
138
|
|
|
134
139
|
Message.Avatar = (props: TypeAvatarProps) => (
|
|
135
140
|
<MessageContext.Consumer>
|
|
136
141
|
{({ density }) => <Avatar size={avatarSizeMap(density)} {...props} />}
|
|
137
142
|
</MessageContext.Consumer>
|
|
138
143
|
);
|
|
144
|
+
Message.Avatar.displayName = "Message.Avatar";
|
|
139
145
|
|
|
140
146
|
Message.Checkbox = (props: TypeCheckboxProps) => (
|
|
141
147
|
<MessageContext.Consumer>
|
|
@@ -145,6 +151,7 @@ Message.Checkbox = (props: TypeCheckboxProps) => (
|
|
|
145
151
|
)}
|
|
146
152
|
</MessageContext.Consumer>
|
|
147
153
|
);
|
|
154
|
+
Message.Checkbox.displayName = "Message.Checkbox";
|
|
148
155
|
|
|
149
156
|
Message.Context = MessageContext;
|
|
150
157
|
Message.DENSITIES = MESSAGE_DENSITIES;
|
package/__flow__/Modal/index.js
CHANGED
|
@@ -183,6 +183,11 @@ Modal.Footer = ModalFooter;
|
|
|
183
183
|
Modal.Content = ModalContent;
|
|
184
184
|
Modal.CloseButton = ModalCloseButton;
|
|
185
185
|
|
|
186
|
+
Modal.Header.displayName = "Modal.Header";
|
|
187
|
+
Modal.Footer.displayName = "Modal.Footer";
|
|
188
|
+
Modal.Content.displayName = "Modal.Content";
|
|
189
|
+
Modal.CloseButton.displayName = "Modal.CloseButton";
|
|
190
|
+
|
|
186
191
|
Modal.defaultProps = {
|
|
187
192
|
width: "800px",
|
|
188
193
|
zIndex: 6,
|
package/__flow__/Popout/index.js
CHANGED
|
@@ -388,7 +388,7 @@ export default function Popout({
|
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
type TypePopoutContentProps = React.ElementConfig<typeof Box>;
|
|
391
|
-
|
|
391
|
+
const PopoutContent = ({ children, ...rest }: TypePopoutContentProps) => (
|
|
392
392
|
<Box
|
|
393
393
|
bg="container.background.base"
|
|
394
394
|
color="text.body"
|
|
@@ -403,3 +403,6 @@ Popout.Content = ({ children, ...rest }: TypePopoutContentProps) => (
|
|
|
403
403
|
{children}
|
|
404
404
|
</Box>
|
|
405
405
|
);
|
|
406
|
+
|
|
407
|
+
Popout.Content = PopoutContent;
|
|
408
|
+
Popout.Content.displayName = "Popout.Content";
|
package/__flow__/Table/index.js
CHANGED
|
@@ -116,4 +116,10 @@ Table.TableRow = TableRow;
|
|
|
116
116
|
Table.HeaderCell = TableHeaderCell;
|
|
117
117
|
Table.Cell = TableCell;
|
|
118
118
|
|
|
119
|
+
Table.TableHead.displayName = "Table.TableHead";
|
|
120
|
+
Table.TableBody.displayName = "Table.TableBody";
|
|
121
|
+
Table.TableRow.displayName = "Table.TableRow";
|
|
122
|
+
Table.HeaderCell.displayName = "Table.HeaderCell";
|
|
123
|
+
Table.Cell.displayName = "Table.Cell";
|
|
124
|
+
|
|
119
125
|
export default Table;
|
package/__flow__/Text/index.js
CHANGED
|
@@ -83,4 +83,12 @@ Text.SmallByline = SmallByline;
|
|
|
83
83
|
Text.BodyCopy = BodyCopy;
|
|
84
84
|
Text.SmallBodyCopy = SmallBodyCopy;
|
|
85
85
|
|
|
86
|
+
Text.Headline.displayName = "Text.Headline";
|
|
87
|
+
Text.SubHeadline.displayName = "Text.SubHeadline";
|
|
88
|
+
Text.SmallSubHeadline.displayName = "Text.SmallSubHeadline";
|
|
89
|
+
Text.Byline.displayName = "Text.Byline";
|
|
90
|
+
Text.SmallByline.displayName = "Text.SmallByline";
|
|
91
|
+
Text.BodyCopy.displayName = "Text.BodyCopy";
|
|
92
|
+
Text.SmallBodyCopy.displayName = "Text.SmallBodyCopy";
|
|
93
|
+
|
|
86
94
|
export default Text;
|
|
@@ -184,6 +184,7 @@ const colors = {
|
|
|
184
184
|
danger: red.foreground,
|
|
185
185
|
info: blue.foreground,
|
|
186
186
|
opportunity: purple.foreground,
|
|
187
|
+
applied: COLORS.COLOR_BLUE_400,
|
|
187
188
|
positive_sentiment: COLORS.COLOR_BLUE_700,
|
|
188
189
|
negative_sentiment: COLORS.COLOR_RED_600,
|
|
189
190
|
neutral_sentiment: COLORS.COLOR_NEUTRAL_600,
|
|
@@ -181,6 +181,7 @@ const colors = {
|
|
|
181
181
|
danger: red.foreground,
|
|
182
182
|
info: blue.foreground,
|
|
183
183
|
opportunity: purple.foreground,
|
|
184
|
+
applied: COLORS.COLOR_BLUE_700,
|
|
184
185
|
positive_sentiment: COLORS.COLOR_BLUE_700,
|
|
185
186
|
negative_sentiment: COLORS.COLOR_RED_600,
|
|
186
187
|
neutral_sentiment: COLORS.COLOR_NEUTRAL_600,
|
|
@@ -135,5 +135,7 @@ var Panel = function Panel(_ref3) {
|
|
|
135
135
|
|
|
136
136
|
Collapsible.Trigger = Trigger;
|
|
137
137
|
Collapsible.Panel = Panel;
|
|
138
|
+
Collapsible.Trigger.displayName = "Collapsible.Trigger";
|
|
139
|
+
Collapsible.Panel.displayName = "Collapsible.Panel";
|
|
138
140
|
var _default = Collapsible;
|
|
139
141
|
exports.default = _default;
|
package/commonjs/Drawer/index.js
CHANGED
|
@@ -233,5 +233,8 @@ var DrawerContainer = function DrawerContainer(_ref4) {
|
|
|
233
233
|
DrawerContainer.Header = DrawerHeader;
|
|
234
234
|
DrawerContainer.Content = DrawerContent;
|
|
235
235
|
DrawerContainer.CloseButton = DrawerCloseButton;
|
|
236
|
+
DrawerContainer.Header.displayName = "Drawer.Header";
|
|
237
|
+
DrawerContainer.Content.displayName = "Drawer.Content";
|
|
238
|
+
DrawerContainer.CloseButton.displayName = "Drawer.CloseButton";
|
|
236
239
|
var _default = DrawerContainer;
|
|
237
240
|
exports.default = _default;
|
|
@@ -51,7 +51,7 @@ var Fieldset = function Fieldset(_ref) {
|
|
|
51
51
|
);
|
|
52
52
|
};
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
var FieldsetLegend = function FieldsetLegend(_ref2) {
|
|
55
55
|
var children = _ref2.children,
|
|
56
56
|
rest = _objectWithoutPropertiesLoose(_ref2, ["children"]);
|
|
57
57
|
|
|
@@ -64,7 +64,7 @@ Fieldset.Legend = function (_ref2) {
|
|
|
64
64
|
}, rest), children);
|
|
65
65
|
};
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
var FieldsetHelperText = function FieldsetHelperText(_ref3) {
|
|
68
68
|
var children = _ref3.children,
|
|
69
69
|
rest = _objectWithoutPropertiesLoose(_ref3, ["children"]);
|
|
70
70
|
|
|
@@ -75,5 +75,9 @@ Fieldset.HelperText = function (_ref3) {
|
|
|
75
75
|
}, rest), children);
|
|
76
76
|
};
|
|
77
77
|
|
|
78
|
+
Fieldset.Legend = FieldsetLegend;
|
|
79
|
+
Fieldset.HelperText = FieldsetHelperText;
|
|
80
|
+
Fieldset.Legend.displayName = "Fieldset.Legend";
|
|
81
|
+
Fieldset.HelperText.displayName = "Fieldset.HelperText";
|
|
78
82
|
var _default = Fieldset;
|
|
79
83
|
exports.default = _default;
|
package/commonjs/Icon/index.js
CHANGED
|
@@ -64,7 +64,7 @@ var ToggleableIcon = (0, _styledComponents.default)(Icon).withConfig({
|
|
|
64
64
|
return !p.active && (0, _styledComponents.css)(["position:absolute;opacity:0;transform:scale(0);"]);
|
|
65
65
|
});
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
var IconToggle = function IconToggle(_ref2) {
|
|
68
68
|
var activeName = _ref2.activeName,
|
|
69
69
|
inactiveName = _ref2.inactiveName,
|
|
70
70
|
isActive = _ref2.isActive,
|
|
@@ -100,5 +100,7 @@ Icon.Toggle = function (_ref2) {
|
|
|
100
100
|
);
|
|
101
101
|
};
|
|
102
102
|
|
|
103
|
+
Icon.Toggle = IconToggle;
|
|
104
|
+
Icon.Toggle.displayName = "Icon.Toggle";
|
|
103
105
|
var _default = Icon;
|
|
104
106
|
exports.default = _default;
|
|
@@ -6,6 +6,7 @@ module.exports = {
|
|
|
6
6
|
"add-keyword": "0 0 16 16",
|
|
7
7
|
"add-team-member": "0 0 18 13",
|
|
8
8
|
"add-variable": "0 0 18 14",
|
|
9
|
+
"address-card-outline": "0 0 16 16",
|
|
9
10
|
"address-card-solid": "0 0 18 16",
|
|
10
11
|
"adobe-experience-manager": "0 0 16 18",
|
|
11
12
|
"ads": "0 0 9 16",
|
|
@@ -210,6 +211,7 @@ module.exports = {
|
|
|
210
211
|
"location-outline": "0 0 12 16",
|
|
211
212
|
"location": "0 0 12 16",
|
|
212
213
|
"lock": "0 0 14 16",
|
|
214
|
+
"magic-wand": "0 0 17 16",
|
|
213
215
|
"male": "0 0 16 20",
|
|
214
216
|
"marketo": "0 0 16 18",
|
|
215
217
|
"mention": "0 0 16 16",
|
package/commonjs/Menu/index.js
CHANGED
|
@@ -429,6 +429,12 @@ Menu.Checkbox = MenuCheckbox;
|
|
|
429
429
|
Menu.Radio = MenuRadio;
|
|
430
430
|
Menu.Divider = MenuDivider;
|
|
431
431
|
Menu.FilterInput = MenuFilterInput;
|
|
432
|
+
Menu.Group.displayName = "Menu.Group";
|
|
433
|
+
Menu.Item.displayName = "Menu.Item";
|
|
434
|
+
Menu.Checkbox.displayName = "Menu.Checkbox";
|
|
435
|
+
Menu.Radio.displayName = "Menu.Radio";
|
|
436
|
+
Menu.Divider.displayName = "Menu.Divider";
|
|
437
|
+
Menu.FilterInput.displayName = "Menu.FilterInput";
|
|
432
438
|
var CustomPopoutContent = (0, _styledComponents.default)(_Popout.default.Content).withConfig({
|
|
433
439
|
displayName: "Menu__CustomPopoutContent",
|
|
434
440
|
componentId: "sc-1p3rdnp-1"
|
|
@@ -98,6 +98,8 @@ Message.Body = function (props) {
|
|
|
98
98
|
});
|
|
99
99
|
};
|
|
100
100
|
|
|
101
|
+
Message.Body.displayName = "Message.Body";
|
|
102
|
+
|
|
101
103
|
Message.Header = function (props) {
|
|
102
104
|
return /*#__PURE__*/React.createElement(MessageContext.Consumer, null, function (_ref3) {
|
|
103
105
|
var density = _ref3.density,
|
|
@@ -109,6 +111,8 @@ Message.Header = function (props) {
|
|
|
109
111
|
});
|
|
110
112
|
};
|
|
111
113
|
|
|
114
|
+
Message.Header.displayName = "Message.Header";
|
|
115
|
+
|
|
112
116
|
Message.Footer = function (props) {
|
|
113
117
|
return /*#__PURE__*/React.createElement(MessageContext.Consumer, null, function (_ref4) {
|
|
114
118
|
var density = _ref4.density,
|
|
@@ -122,6 +126,8 @@ Message.Footer = function (props) {
|
|
|
122
126
|
});
|
|
123
127
|
};
|
|
124
128
|
|
|
129
|
+
Message.Footer.displayName = "Message.Footer";
|
|
130
|
+
|
|
125
131
|
Message.Meta = function (props) {
|
|
126
132
|
return /*#__PURE__*/React.createElement(MessageContext.Consumer, null, function (_ref5) {
|
|
127
133
|
var density = _ref5.density,
|
|
@@ -135,12 +141,16 @@ Message.Meta = function (props) {
|
|
|
135
141
|
});
|
|
136
142
|
};
|
|
137
143
|
|
|
144
|
+
Message.Meta.displayName = "Message.Meta";
|
|
145
|
+
|
|
138
146
|
Message.Button = function (props) {
|
|
139
147
|
return /*#__PURE__*/React.createElement(_Button.default, _extends({}, props, {
|
|
140
148
|
appearance: props.appearance || "pill"
|
|
141
149
|
}));
|
|
142
150
|
};
|
|
143
151
|
|
|
152
|
+
Message.Button.displayName = "Message.Button";
|
|
153
|
+
|
|
144
154
|
Message.Avatar = function (props) {
|
|
145
155
|
return /*#__PURE__*/React.createElement(MessageContext.Consumer, null, function (_ref6) {
|
|
146
156
|
var density = _ref6.density;
|
|
@@ -150,6 +160,8 @@ Message.Avatar = function (props) {
|
|
|
150
160
|
});
|
|
151
161
|
};
|
|
152
162
|
|
|
163
|
+
Message.Avatar.displayName = "Message.Avatar";
|
|
164
|
+
|
|
153
165
|
Message.Checkbox = function (props) {
|
|
154
166
|
return /*#__PURE__*/React.createElement(MessageContext.Consumer, null, function (_ref7) {
|
|
155
167
|
var density = _ref7.density;
|
|
@@ -164,6 +176,7 @@ Message.Checkbox = function (props) {
|
|
|
164
176
|
});
|
|
165
177
|
};
|
|
166
178
|
|
|
179
|
+
Message.Checkbox.displayName = "Message.Checkbox";
|
|
167
180
|
Message.Context = MessageContext;
|
|
168
181
|
Message.DENSITIES = MESSAGE_DENSITIES;
|
|
169
182
|
var _default = Message;
|
package/commonjs/Modal/index.js
CHANGED
|
@@ -147,6 +147,10 @@ Modal.Header = ModalHeader;
|
|
|
147
147
|
Modal.Footer = ModalFooter;
|
|
148
148
|
Modal.Content = ModalContent;
|
|
149
149
|
Modal.CloseButton = ModalCloseButton;
|
|
150
|
+
Modal.Header.displayName = "Modal.Header";
|
|
151
|
+
Modal.Footer.displayName = "Modal.Footer";
|
|
152
|
+
Modal.Content.displayName = "Modal.Content";
|
|
153
|
+
Modal.CloseButton.displayName = "Modal.CloseButton";
|
|
150
154
|
Modal.defaultProps = {
|
|
151
155
|
width: "800px",
|
|
152
156
|
zIndex: 6
|
package/commonjs/Popout/index.js
CHANGED
|
@@ -280,7 +280,7 @@ function Popout(_ref) {
|
|
|
280
280
|
}));
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
|
|
283
|
+
var PopoutContent = function PopoutContent(_ref4) {
|
|
284
284
|
var children = _ref4.children,
|
|
285
285
|
rest = _objectWithoutPropertiesLoose(_ref4, ["children"]);
|
|
286
286
|
|
|
@@ -294,4 +294,7 @@ Popout.Content = function (_ref4) {
|
|
|
294
294
|
p: 400,
|
|
295
295
|
m: 300
|
|
296
296
|
}, rest), children);
|
|
297
|
-
};
|
|
297
|
+
};
|
|
298
|
+
|
|
299
|
+
Popout.Content = PopoutContent;
|
|
300
|
+
Popout.Content.displayName = "Popout.Content";
|
package/commonjs/Table/index.js
CHANGED
|
@@ -103,5 +103,10 @@ Table.TableBody = TableBody;
|
|
|
103
103
|
Table.TableRow = TableRow;
|
|
104
104
|
Table.HeaderCell = _TableHeaderCell.default;
|
|
105
105
|
Table.Cell = _TableCell.default;
|
|
106
|
+
Table.TableHead.displayName = "Table.TableHead";
|
|
107
|
+
Table.TableBody.displayName = "Table.TableBody";
|
|
108
|
+
Table.TableRow.displayName = "Table.TableRow";
|
|
109
|
+
Table.HeaderCell.displayName = "Table.HeaderCell";
|
|
110
|
+
Table.Cell.displayName = "Table.Cell";
|
|
106
111
|
var _default = Table;
|
|
107
112
|
exports.default = _default;
|
package/commonjs/Text/index.js
CHANGED
|
@@ -106,5 +106,12 @@ Text.Byline = Byline;
|
|
|
106
106
|
Text.SmallByline = SmallByline;
|
|
107
107
|
Text.BodyCopy = BodyCopy;
|
|
108
108
|
Text.SmallBodyCopy = SmallBodyCopy;
|
|
109
|
+
Text.Headline.displayName = "Text.Headline";
|
|
110
|
+
Text.SubHeadline.displayName = "Text.SubHeadline";
|
|
111
|
+
Text.SmallSubHeadline.displayName = "Text.SmallSubHeadline";
|
|
112
|
+
Text.Byline.displayName = "Text.Byline";
|
|
113
|
+
Text.SmallByline.displayName = "Text.SmallByline";
|
|
114
|
+
Text.BodyCopy.displayName = "Text.BodyCopy";
|
|
115
|
+
Text.SmallBodyCopy.displayName = "Text.SmallBodyCopy";
|
|
109
116
|
var _default = Text;
|
|
110
117
|
exports.default = _default;
|