@sproutsocial/racine 19.0.1 → 20.0.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 +20 -0
- package/__flow__/EnumLogoNames.flow.js +1 -1
- package/__flow__/Icon/Icon.flow.js +5 -5
- package/__flow__/Icon/index.flow.js +2 -0
- package/__flow__/LogoViewBoxes.js +2 -4
- package/__flow__/index.flow.js +2 -3
- package/bin/racine-codemod.js +3 -5
- package/codemods/__tests__/icon-library.test.js +17 -2
- package/codemods/artifacts/deprecated-icon-map.json +38 -0
- package/codemods/artifacts/icon-map.json +343 -0
- package/codemods/codemod-docs.js +9 -3
- package/codemods/icon-library.js +17 -12
- package/codemods/icon-name-substitution.js +4 -5
- package/commonjs/Badge/Badge.js +1 -1
- package/commonjs/Banner/Banner.js +8 -8
- package/commonjs/Breadcrumb/Breadcrumb.js +1 -1
- package/commonjs/Card/subComponents.js +2 -2
- package/commonjs/Checkbox/Checkbox.js +1 -1
- package/commonjs/DatePicker/common.js +2 -2
- package/commonjs/Drawer/Drawer.js +1 -1
- package/commonjs/Icon/Icon.flow.js +0 -2
- package/commonjs/Icon/Icon.js +24 -13
- package/commonjs/Icon/index.flow.js +15 -2
- package/commonjs/Indicator/Indicator.js +1 -1
- package/commonjs/Input/Input.js +2 -2
- package/commonjs/Listbox/Listbox.js +1 -1
- package/commonjs/LogoViewBoxes.js +2 -4
- package/commonjs/Menu/Menu.js +2 -2
- package/commonjs/Modal/Modal.js +1 -1
- package/commonjs/Select/Select.js +2 -2
- package/commonjs/Select/styles.js +3 -4
- package/commonjs/Switch/Switch.js +1 -1
- package/commonjs/TableHeaderCell/TableHeaderCell.js +3 -3
- package/commonjs/TableRowAccordion/TableRowAccordion.js +1 -1
- package/commonjs/Toast/Toast.js +5 -5
- package/commonjs/ToggleHint/ToggleHint.js +2 -2
- package/commonjs/Token/Token.js +2 -2
- package/commonjs/index.flow.js +12 -8
- package/commonjs/index.js +0 -8
- package/commonjs/logoNames.js +1 -1
- package/commonjs/utils/mixins.js +1 -1
- package/dist/logo.svg +1 -1
- package/dist/logoList.js +1 -1
- package/dist/types/Badge/BadgeTypes.d.ts +1 -1
- package/dist/types/Badge/BadgeTypes.d.ts.map +1 -1
- package/dist/types/DatePicker/common.d.ts +4 -2
- package/dist/types/DatePicker/common.d.ts.map +1 -1
- package/dist/types/EnumLogoNames.d.ts +1 -1
- package/dist/types/EnumLogoNames.d.ts.map +1 -1
- package/dist/types/Icon/Icon.d.ts +2 -2
- package/dist/types/Icon/Icon.d.ts.map +1 -1
- package/dist/types/Icon/IconTypes.d.ts +5 -7
- package/dist/types/Icon/IconTypes.d.ts.map +1 -1
- package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts +1 -1
- package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts.map +1 -1
- package/dist/types/Select/styles.d.ts.map +1 -1
- package/dist/types/TableRowAccordion/TableRowAccordion.d.ts.map +1 -1
- package/dist/types/ToggleHint/ToggleHint.d.ts.map +1 -1
- package/dist/types/Token/Token.d.ts.map +1 -1
- package/dist/types/TokenInput/TokenInputTypes.d.ts +1 -1
- package/dist/types/TokenInput/TokenInputTypes.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/logoNames.d.ts +1 -1
- package/dist/types/logoNames.d.ts.map +1 -1
- package/lib/Badge/Badge.js +1 -1
- package/lib/Banner/Banner.js +8 -8
- package/lib/Breadcrumb/Breadcrumb.js +1 -1
- package/lib/Card/subComponents.js +2 -2
- package/lib/Checkbox/Checkbox.js +1 -1
- package/lib/DatePicker/common.js +2 -2
- package/lib/Drawer/Drawer.js +1 -1
- package/lib/Icon/Icon.flow.js +1 -2
- package/lib/Icon/Icon.js +24 -15
- package/lib/Icon/index.flow.js +2 -0
- package/lib/Indicator/Indicator.js +1 -1
- package/lib/Input/Input.js +2 -2
- package/lib/Listbox/Listbox.js +1 -1
- package/lib/LogoViewBoxes.js +2 -4
- package/lib/Menu/Menu.js +2 -2
- package/lib/Modal/Modal.js +1 -1
- package/lib/Select/Select.js +2 -2
- package/lib/Select/styles.js +3 -4
- package/lib/Switch/Switch.js +1 -1
- package/lib/TableHeaderCell/TableHeaderCell.js +3 -3
- package/lib/TableRowAccordion/TableRowAccordion.js +1 -1
- package/lib/Toast/Toast.js +5 -5
- package/lib/ToggleHint/ToggleHint.js +2 -2
- package/lib/Token/Token.js +2 -2
- package/lib/index.flow.js +1 -1
- package/lib/index.js +0 -1
- package/lib/logoNames.js +1 -1
- package/lib/utils/mixins.js +1 -1
- package/package.json +3 -1
- package/__flow__/EnumIconNames.flow.js +0 -2
- package/__flow__/Icon/deprecatedIcons.flow.js +0 -40
- package/__flow__/IconViewBoxes.js +0 -387
- package/commonjs/EnumIconNames.flow.js +0 -1
- package/commonjs/EnumIconNames.js +0 -5
- package/commonjs/Icon/deprecatedIcons.flow.js +0 -46
- package/commonjs/Icon/deprecatedIcons.js +0 -46
- package/commonjs/IconViewBoxes.d.js +0 -5
- package/commonjs/IconViewBoxes.js +0 -389
- package/commonjs/iconNames.js +0 -8
- package/dist/icon.svg +0 -1
- package/dist/iconList.js +0 -1
- package/dist/types/EnumIconNames.d.ts +0 -2
- package/dist/types/EnumIconNames.d.ts.map +0 -1
- package/dist/types/Icon/deprecatedIcons.d.ts +0 -40
- package/dist/types/Icon/deprecatedIcons.d.ts.map +0 -1
- package/dist/types/iconNames.d.ts +0 -3
- package/dist/types/iconNames.d.ts.map +0 -1
- package/icons/active-listener.svg +0 -3
- package/icons/add-item.svg +0 -3
- package/icons/add-keyword.svg +0 -3
- package/icons/add-team-member.svg +0 -3
- package/icons/add-variable.svg +0 -3
- package/icons/address-card-outline.svg +0 -3
- package/icons/address-card-solid.svg +0 -3
- package/icons/adobe-experience-manager.svg +0 -3
- package/icons/ads.svg +0 -3
- package/icons/advocacy-outline.svg +0 -5
- package/icons/advocacy.svg +0 -3
- package/icons/android.svg +0 -3
- package/icons/apple.svg +0 -3
- package/icons/approval-indicator-outline.svg +0 -3
- package/icons/approval-indicator.svg +0 -3
- package/icons/archive.svg +0 -3
- package/icons/arrow-down-line.svg +0 -3
- package/icons/arrow-down.svg +0 -3
- package/icons/arrow-left-line.svg +0 -3
- package/icons/arrow-left.svg +0 -3
- package/icons/arrow-right-line.svg +0 -3
- package/icons/arrow-right.svg +0 -3
- package/icons/arrow-up-line.svg +0 -3
- package/icons/arrow-up.svg +0 -3
- package/icons/arrows.svg +0 -3
- package/icons/asset-library-outline.svg +0 -3
- package/icons/asset-library.svg +0 -3
- package/icons/assign.svg +0 -3
- package/icons/atom.svg +0 -3
- package/icons/audio.svg +0 -3
- package/icons/back-to-top.svg +0 -3
- package/icons/bambu-icon-outline.svg +0 -3
- package/icons/bambu-icon.svg +0 -3
- package/icons/barcode.svg +0 -3
- package/icons/basketball.svg +0 -3
- package/icons/bell-outline.svg +0 -3
- package/icons/bigcommerce.svg +0 -3
- package/icons/bitly.svg +0 -3
- package/icons/bold.svg +0 -3
- package/icons/book.svg +0 -3
- package/icons/bookmark.svg +0 -3
- package/icons/bot.svg +0 -3
- package/icons/browser.svg +0 -3
- package/icons/business.svg +0 -3
- package/icons/calendar-outline.svg +0 -3
- package/icons/calendar.svg +0 -3
- package/icons/camera-outline.svg +0 -3
- package/icons/camera-story.svg +0 -3
- package/icons/camera.svg +0 -3
- package/icons/campaign.svg +0 -3
- package/icons/canva.svg +0 -3
- package/icons/carousel.svg +0 -3
- package/icons/cart-plus-outline.svg +0 -3
- package/icons/cart-plus.svg +0 -3
- package/icons/check.svg +0 -3
- package/icons/chevron-down-filled.svg +0 -3
- package/icons/chevron-down.svg +0 -3
- package/icons/chevron-left.svg +0 -3
- package/icons/chevron-right.svg +0 -3
- package/icons/chevron-up-down-filled.svg +0 -3
- package/icons/chevron-up-filled.svg +0 -3
- package/icons/chevron-up.svg +0 -3
- package/icons/circle+.svg +0 -3
- package/icons/circle-check-outline.svg +0 -3
- package/icons/circle-check.svg +0 -3
- package/icons/circle.svg +0 -3
- package/icons/circles.svg +0 -3
- package/icons/circlex.svg +0 -3
- package/icons/click-to-view.svg +0 -3
- package/icons/clicks.svg +0 -3
- package/icons/clipboard-outline.svg +0 -3
- package/icons/clipboard.svg +0 -3
- package/icons/clock.svg +0 -3
- package/icons/closed-captioning.svg +0 -3
- package/icons/cloud.svg +0 -3
- package/icons/code.svg +0 -3
- package/icons/columns.svg +0 -3
- package/icons/comment-ai-outline.svg +0 -5
- package/icons/comment-ai.svg +0 -4
- package/icons/comment-alt-outline.svg +0 -3
- package/icons/comment-alt.svg +0 -3
- package/icons/comment-lines-alt-outline.svg +0 -3
- package/icons/comment.svg +0 -3
- package/icons/compact-density.svg +0 -3
- package/icons/compact-indicator.svg +0 -3
- package/icons/comparison.svg +0 -3
- package/icons/competitor.svg +0 -3
- package/icons/compose.svg +0 -3
- package/icons/content-suggestions.svg +0 -3
- package/icons/credit-card.svg +0 -3
- package/icons/crop.svg +0 -3
- package/icons/crown.svg +0 -3
- package/icons/dashboard.svg +0 -3
- package/icons/deconstructed-negative-sentiment.svg +0 -3
- package/icons/deconstructed-neutral-sentiment.svg +0 -3
- package/icons/deconstructed-positive-sentiment.svg +0 -3
- package/icons/discovery.svg +0 -3
- package/icons/dislike-outline.svg +0 -3
- package/icons/dislike.svg +0 -3
- package/icons/dm-link-outline.svg +0 -3
- package/icons/dm-link.svg +0 -3
- package/icons/dotdotdot.svg +0 -3
- package/icons/download.svg +0 -3
- package/icons/drafts-outline.svg +0 -3
- package/icons/drafts.svg +0 -3
- package/icons/dropbox.svg +0 -3
- package/icons/duplicate-outline.svg +0 -3
- package/icons/duplicate.svg +0 -3
- package/icons/emoji-outline.svg +0 -3
- package/icons/emoji.svg +0 -3
- package/icons/empty-image.svg +0 -3
- package/icons/engagement-per-post.svg +0 -3
- package/icons/engagements.svg +0 -3
- package/icons/error.svg +0 -3
- package/icons/exchange-alt.svg +0 -3
- package/icons/expanded-indicator.svg +0 -3
- package/icons/export.svg +0 -3
- package/icons/extended-circles.svg +0 -3
- package/icons/external-link-alt.svg +0 -3
- package/icons/external-link.svg +0 -3
- package/icons/extreme-negative-sentiment.svg +0 -12
- package/icons/eye-outline.svg +0 -3
- package/icons/eye-slash-outline.svg +0 -3
- package/icons/eye-slash.svg +0 -3
- package/icons/eye.svg +0 -3
- package/icons/facebook-audience-network.svg +0 -3
- package/icons/facebook-branded-content-outline.svg +0 -3
- package/icons/facebook-branded-content.svg +0 -3
- package/icons/facebook-groups.svg +0 -3
- package/icons/facebook.svg +0 -3
- package/icons/fb-reactions-angry.svg +0 -19
- package/icons/fb-reactions-haha.svg +0 -13
- package/icons/fb-reactions-like.svg +0 -11
- package/icons/fb-reactions-love.svg +0 -11
- package/icons/fb-reactions-sad.svg +0 -12
- package/icons/fb-reactions-wow.svg +0 -11
- package/icons/feedly.svg +0 -3
- package/icons/feeds.svg +0 -3
- package/icons/female.svg +0 -3
- package/icons/file-chart-line.svg +0 -3
- package/icons/file-edit.svg +0 -3
- package/icons/file-times-solid.svg +0 -3
- package/icons/filter.svg +0 -3
- package/icons/flag-outline.svg +0 -3
- package/icons/flag.svg +0 -3
- package/icons/flat-negative-sentiment-outline.svg +0 -4
- package/icons/flat-negative-sentiment.svg +0 -3
- package/icons/flat-neutral-sentiment-outline.svg +0 -4
- package/icons/flat-neutral-sentiment.svg +0 -3
- package/icons/flat-positive-sentiment-outline.svg +0 -4
- package/icons/flat-positive-sentiment.svg +0 -3
- package/icons/folder-open.svg +0 -3
- package/icons/folder.svg +0 -3
- package/icons/follow-outline.svg +0 -3
- package/icons/follow.svg +0 -3
- package/icons/follower-increase.svg +0 -3
- package/icons/following.svg +0 -3
- package/icons/font.svg +0 -3
- package/icons/full-access.svg +0 -3
- package/icons/gear.svg +0 -3
- package/icons/gears.svg +0 -10
- package/icons/github.svg +0 -3
- package/icons/glassdoor.svg +0 -3
- package/icons/glasses.svg +0 -3
- package/icons/globe.svg +0 -3
- package/icons/google-analytics-color.svg +0 -11
- package/icons/google-business-messages.svg +0 -3
- package/icons/google-drive.svg +0 -3
- package/icons/google-my-business.svg +0 -20
- package/icons/grip.svg +0 -3
- package/icons/h1.svg +0 -3
- package/icons/h2.svg +0 -3
- package/icons/h3.svg +0 -3
- package/icons/h4.svg +0 -3
- package/icons/hamburger.svg +0 -3
- package/icons/hand-sparkle-outline.svg +0 -6
- package/icons/hand-sparkle.svg +0 -3
- package/icons/hashtag.svg +0 -3
- package/icons/headset.svg +0 -3
- package/icons/heart-outline.svg +0 -3
- package/icons/heart.svg +0 -3
- package/icons/heartbeat.svg +0 -3
- package/icons/help-alt.svg +0 -3
- package/icons/help.svg +0 -3
- package/icons/hiking.svg +0 -3
- package/icons/history.svg +0 -3
- package/icons/home.svg +0 -3
- package/icons/hourglass.svg +0 -3
- package/icons/hubspot.svg +0 -10
- package/icons/image-caption.svg +0 -3
- package/icons/image.svg +0 -3
- package/icons/images.svg +0 -3
- package/icons/impressions-per-post.svg +0 -3
- package/icons/impressions.svg +0 -3
- package/icons/inactive-listener.svg +0 -3
- package/icons/inbox-action.svg +0 -3
- package/icons/inbox-views.svg +0 -3
- package/icons/inbox.svg +0 -3
- package/icons/indicator.svg +0 -3
- package/icons/industry.svg +0 -3
- package/icons/info.svg +0 -3
- package/icons/instagram.svg +0 -3
- package/icons/internal-activity-outline.svg +0 -3
- package/icons/internal-activity.svg +0 -3
- package/icons/italic.svg +0 -3
- package/icons/key.svg +0 -3
- package/icons/keyboard.svg +0 -3
- package/icons/laptop-phone.svg +0 -3
- package/icons/large-density.svg +0 -3
- package/icons/lift.svg +0 -3
- package/icons/like-outline.svg +0 -3
- package/icons/like.svg +0 -3
- package/icons/link.svg +0 -3
- package/icons/linkedin-audience-network.svg +0 -3
- package/icons/linkedin.svg +0 -3
- package/icons/list-ol.svg +0 -3
- package/icons/listening.svg +0 -3
- package/icons/lists.svg +0 -3
- package/icons/location-outline.svg +0 -3
- package/icons/location.svg +0 -3
- package/icons/lock.svg +0 -3
- package/icons/magic-wand.svg +0 -3
- package/icons/male.svg +0 -3
- package/icons/marketo.svg +0 -3
- package/icons/mention.svg +0 -3
- package/icons/message-preview-outline.svg +0 -3
- package/icons/message-preview.svg +0 -3
- package/icons/message.svg +0 -3
- package/icons/messages-outline.svg +0 -3
- package/icons/messages.svg +0 -3
- package/icons/messenger.svg +0 -11
- package/icons/metric-table.svg +0 -3
- package/icons/microsoft-dynamics.svg +0 -4
- package/icons/minus.svg +0 -3
- package/icons/mobile.svg +0 -3
- package/icons/monitor.svg +0 -3
- package/icons/moon.svg +0 -3
- package/icons/negative-sentiment.svg +0 -11
- package/icons/neutral-positive-sentiment.svg +0 -13
- package/icons/neutral-sentiment.svg +0 -11
- package/icons/new-trend.svg +0 -3
- package/icons/newspaper.svg +0 -3
- package/icons/no-access.svg +0 -3
- package/icons/notepad.svg +0 -3
- package/icons/notifications-publishing-outline.svg +0 -3
- package/icons/notifications-publishing.svg +0 -3
- package/icons/notifications.svg +0 -3
- package/icons/offline.svg +0 -3
- package/icons/online.svg +0 -3
- package/icons/paid-promotion-outline.svg +0 -3
- package/icons/paid-promotion.svg +0 -3
- package/icons/paid.svg +0 -3
- package/icons/paint.svg +0 -3
- package/icons/palette.svg +0 -3
- package/icons/paperclip.svg +0 -3
- package/icons/pause.svg +0 -3
- package/icons/pencil-outline.svg +0 -3
- package/icons/pencil.svg +0 -3
- package/icons/person.svg +0 -3
- package/icons/phone.svg +0 -3
- package/icons/pinterest-boards-outline.svg +0 -3
- package/icons/pinterest-boards.svg +0 -3
- package/icons/pinterest.svg +0 -3
- package/icons/play-circle.svg +0 -3
- package/icons/play.svg +0 -3
- package/icons/plug.svg +0 -3
- package/icons/plus.svg +0 -3
- package/icons/positive-sentiment.svg +0 -12
- package/icons/power-up-outline.svg +0 -3
- package/icons/power-up.svg +0 -3
- package/icons/profile-connect.svg +0 -3
- package/icons/profile-disconnect.svg +0 -3
- package/icons/publishing-outline.svg +0 -3
- package/icons/publishing.svg +0 -3
- package/icons/puzzle-piece.svg +0 -3
- package/icons/qr-code.svg +0 -3
- package/icons/queue.svg +0 -3
- package/icons/quotes-solid.svg +0 -3
- package/icons/recommendation.svg +0 -3
- package/icons/reddit-alien.svg +0 -3
- package/icons/reddit.svg +0 -3
- package/icons/reels-outline.svg +0 -4
- package/icons/reels.svg +0 -3
- package/icons/referrals.svg +0 -3
- package/icons/refresh.svg +0 -3
- package/icons/rejected.svg +0 -3
- package/icons/reply-outline.svg +0 -3
- package/icons/reply.svg +0 -3
- package/icons/reporting-period.svg +0 -3
- package/icons/reporting.svg +0 -3
- package/icons/reports-home.svg +0 -3
- package/icons/reports.svg +0 -3
- package/icons/retweet.svg +0 -3
- package/icons/route.svg +0 -3
- package/icons/rss.svg +0 -3
- package/icons/sales.svg +0 -3
- package/icons/salesforce-cloud.svg +0 -3
- package/icons/salesforce.svg +0 -3
- package/icons/save-assets.svg +0 -3
- package/icons/saved-messages.svg +0 -3
- package/icons/saved-reply-outline.svg +0 -3
- package/icons/saved-reply.svg +0 -3
- package/icons/search.svg +0 -3
- package/icons/send-again-outline.svg +0 -4
- package/icons/send-again.svg +0 -4
- package/icons/sent-message-outline.svg +0 -3
- package/icons/sent-message.svg +0 -3
- package/icons/share.svg +0 -3
- package/icons/shopify.svg +0 -5
- package/icons/shopping-bag-outline.svg +0 -3
- package/icons/shopping-bag.svg +0 -3
- package/icons/show-navigation.svg +0 -3
- package/icons/slack.svg +0 -3
- package/icons/small-density.svg +0 -3
- package/icons/smiley.svg +0 -3
- package/icons/some-access.svg +0 -3
- package/icons/sparkles.svg +0 -3
- package/icons/spike-alert.svg +0 -3
- package/icons/star-half-alt-solid.svg +0 -3
- package/icons/star-of-life.svg +0 -3
- package/icons/star-outline.svg +0 -3
- package/icons/star.svg +0 -3
- package/icons/sticky-note-outline.svg +0 -3
- package/icons/sticky-note.svg +0 -3
- package/icons/stories.svg +0 -3
- package/icons/story.svg +0 -3
- package/icons/suggestions.svg +0 -3
- package/icons/sun.svg +0 -3
- package/icons/tag-outline.svg +0 -3
- package/icons/tag.svg +0 -3
- package/icons/targeting-outline.svg +0 -3
- package/icons/targeting.svg +0 -3
- package/icons/tasks-check.svg +0 -4
- package/icons/tasks-outline.svg +0 -3
- package/icons/tasks.svg +0 -3
- package/icons/team-conversation-outline.svg +0 -3
- package/icons/team-conversation.svg +0 -3
- package/icons/team-sprout-outline.svg +0 -5
- package/icons/team-sprout.svg +0 -4
- package/icons/team.svg +0 -3
- package/icons/text-asset.svg +0 -3
- package/icons/text.svg +0 -3
- package/icons/tiktok.svg +0 -5
- package/icons/times.svg +0 -3
- package/icons/tools.svg +0 -3
- package/icons/trash-can-outline.svg +0 -3
- package/icons/trash-can.svg +0 -3
- package/icons/trend-down.svg +0 -3
- package/icons/trend-neutral.svg +0 -3
- package/icons/trend-up.svg +0 -3
- package/icons/trends.svg +0 -3
- package/icons/triangle-black.svg +0 -3
- package/icons/triangle.svg +0 -3
- package/icons/tripadvisor-circle-outline.svg +0 -3
- package/icons/tripadvisor-circle.svg +0 -11
- package/icons/tripadvisor.svg +0 -11
- package/icons/trophy-outline.svg +0 -3
- package/icons/tumblr.svg +0 -3
- package/icons/twitter-audience-network.svg +0 -3
- package/icons/twitter.svg +0 -3
- package/icons/underline.svg +0 -3
- package/icons/unfollow-outline.svg +0 -3
- package/icons/unfollow.svg +0 -3
- package/icons/unlink.svg +0 -3
- package/icons/unlock.svg +0 -3
- package/icons/upload.svg +0 -3
- package/icons/user-circle.svg +0 -3
- package/icons/users.svg +0 -3
- package/icons/verified.svg +0 -3
- package/icons/video-camera-story.svg +0 -3
- package/icons/video-camera.svg +0 -3
- package/icons/vip.svg +0 -3
- package/icons/weight.svg +0 -3
- package/icons/whatsapp.svg +0 -20
- package/icons/window-maximize.svg +0 -3
- package/icons/window-minimize.svg +0 -3
- package/icons/window-regular.svg +0 -3
- package/icons/window-restore.svg +0 -3
- package/icons/woocommerce.svg +0 -3
- package/icons/x.svg +0 -3
- package/icons/yelp-full-star.svg +0 -3
- package/icons/yelp-half-star.svg +0 -4
- package/icons/yelp.svg +0 -10
- package/icons/youtube.svg +0 -3
- package/icons/zendesk.svg +0 -3
- package/lib/EnumIconNames.flow.js +0 -0
- package/lib/EnumIconNames.js +0 -1
- package/lib/Icon/deprecatedIcons.flow.js +0 -39
- package/lib/Icon/deprecatedIcons.js +0 -39
- package/lib/IconViewBoxes.d.js +0 -1
- package/lib/IconViewBoxes.js +0 -387
- package/lib/iconNames.js +0 -1
package/lib/Toast/Toast.js
CHANGED
|
@@ -29,10 +29,10 @@ var ToastContainer = function ToastContainer() {
|
|
|
29
29
|
}));
|
|
30
30
|
};
|
|
31
31
|
var themeIcon = {
|
|
32
|
-
success: 'circle-check-
|
|
33
|
-
info: '
|
|
34
|
-
warning: 'triangle',
|
|
35
|
-
error: 'triangle'
|
|
32
|
+
success: 'circle-check-outline',
|
|
33
|
+
info: 'circle-i-outline',
|
|
34
|
+
warning: 'triangle-exclamation-outline',
|
|
35
|
+
error: 'triangle-exclamation-outline'
|
|
36
36
|
};
|
|
37
37
|
export function toast(options) {
|
|
38
38
|
var props = {
|
|
@@ -102,7 +102,7 @@ var Toast = function Toast(_ref) {
|
|
|
102
102
|
color: "text.body",
|
|
103
103
|
"data-qa-toast-content": ""
|
|
104
104
|
}, content)), /*#__PURE__*/React.createElement(IconBox, null, /*#__PURE__*/React.createElement(Icon, {
|
|
105
|
-
name: "x",
|
|
105
|
+
name: "x-outline",
|
|
106
106
|
ml: 400,
|
|
107
107
|
color: "icon.base",
|
|
108
108
|
"aria-hidden": true
|
|
@@ -35,12 +35,12 @@ var ToggleHint = /*#__PURE__*/function (_React$Component) {
|
|
|
35
35
|
_defineProperty(_assertThisInitialized(_this), "getIcon", function () {
|
|
36
36
|
if (_this.props.icon === 'chevron') {
|
|
37
37
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
38
|
-
name: "chevron-down",
|
|
38
|
+
name: "chevron-down-outline",
|
|
39
39
|
"aria-hidden": true
|
|
40
40
|
});
|
|
41
41
|
}
|
|
42
42
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
43
|
-
name: _this.props.isOpen ? 'minus' : 'plus',
|
|
43
|
+
name: _this.props.isOpen ? 'minus-outline' : 'plus-outline',
|
|
44
44
|
"aria-hidden": true
|
|
45
45
|
});
|
|
46
46
|
});
|
package/lib/Token/Token.js
CHANGED
|
@@ -44,7 +44,7 @@ var Token = function Token(_ref) {
|
|
|
44
44
|
}, "This is an invalid token"), /*#__PURE__*/React.createElement(Icon, {
|
|
45
45
|
"aria-hidden": true,
|
|
46
46
|
pr: 300,
|
|
47
|
-
name: "
|
|
47
|
+
name: "circle-exclamation-solid",
|
|
48
48
|
size: "mini"
|
|
49
49
|
}), /*#__PURE__*/React.createElement(VisuallyHidden, null, "Invalid")), closeable ? /*#__PURE__*/React.createElement(Box, {
|
|
50
50
|
display: "flex",
|
|
@@ -57,7 +57,7 @@ var Token = function Token(_ref) {
|
|
|
57
57
|
}, children), /*#__PURE__*/React.createElement(Icon, {
|
|
58
58
|
"aria-hidden": true,
|
|
59
59
|
pl: 300,
|
|
60
|
-
name: "x",
|
|
60
|
+
name: "x-solid",
|
|
61
61
|
size: "mini"
|
|
62
62
|
})) : children);
|
|
63
63
|
};
|
package/lib/index.flow.js
CHANGED
|
@@ -28,7 +28,7 @@ export { default as Drawer } from "./Drawer/index.flow";
|
|
|
28
28
|
export { default as EmptyState } from "./EmptyState/index.flow";
|
|
29
29
|
export { default as Fieldset } from "./Fieldset/index.flow";
|
|
30
30
|
export { default as FormField } from "./FormField/index.flow";
|
|
31
|
-
export
|
|
31
|
+
export * from "./Icon/index.flow";
|
|
32
32
|
export { default as Image } from "./Image/index.flow";
|
|
33
33
|
export { default as Indicator } from "./Indicator/index.flow";
|
|
34
34
|
export { default as Input } from "./Input/index.flow";
|
package/lib/index.js
CHANGED
package/lib/logoNames.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default ["adobe-experience-manager", "android", "apple-app-store", "apple", "bigcommerce", "bitly", "bynder", "canva", "dropbox", "facebook-audience-network", "facebook", "facebook-groups", "facebook-shops", "feedly", "github", "glassdoor", "google-analytics", "google-business-messages", "google-drive", "google-my-business", "google-play-store", "hubspot", "instagram", "linkedin-audience-network", "linkedin", "marketo", "messenger", "microsoft-dynamics", "pinterest", "reddit
|
|
1
|
+
export default ["adobe-experience-manager", "android", "apple-app-store", "apple", "bigcommerce", "bitly", "bynder", "canva", "dropbox", "facebook-audience-network", "facebook", "facebook-groups", "facebook-shops", "feedly", "github", "glassdoor", "google-analytics", "google-business-messages", "google-drive", "google-my-business", "google-play-store", "hubspot", "instagram", "linkedin-audience-network", "linkedin", "marketo", "messenger", "microsoft-dynamics", "pinterest", "reddit", "salesforce-cloud", "salesforce", "shopify", "slack", "sproutsocial", "tableau", "tiktok", "tripadvisor", "tumblr", "twitter-audience-network", "twitter", "whatsapp", "woocommerce", "yelp", "youtube", "zendesk"];
|
package/lib/utils/mixins.js
CHANGED
|
@@ -9,5 +9,5 @@ export var svgToDataURL = function svgToDataURL(svgStr) {
|
|
|
9
9
|
};
|
|
10
10
|
export var visuallyHidden = css(["position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;"]);
|
|
11
11
|
export var focusRing = css(["box-shadow:0 0 0 1px ", ",0 0px 0px 4px ", ";outline:none;&::-moz-focus-inner{border:0;}"], theme.colors.button.primary.background.base, transparentize(0.7, theme.colors.button.primary.background.base));
|
|
12
|
-
export var pill = css(["min-width:", ";min-height:", ";padding:", "
|
|
12
|
+
export var pill = css(["min-width:", ";min-height:", ";padding:", ";border-radius:", ";"], theme.space[600], theme.space[600], theme.space[300], theme.radii.pill);
|
|
13
13
|
export var disabled = css(["opacity:0.4;pointer-events:none;"]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/racine",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"__flow__",
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"@sproutsocial/seeds-border": "^1.1.0",
|
|
105
105
|
"@sproutsocial/seeds-color": "^1.5.3",
|
|
106
106
|
"@sproutsocial/seeds-depth": "^3.0.0",
|
|
107
|
+
"@sproutsocial/seeds-icons": "*",
|
|
107
108
|
"@sproutsocial/seeds-motion": "^1.2.0",
|
|
108
109
|
"@sproutsocial/seeds-networkcolor": "^2.11.0",
|
|
109
110
|
"@sproutsocial/seeds-space": "^0.4.7",
|
|
@@ -198,6 +199,7 @@
|
|
|
198
199
|
"@sproutsocial/seeds-border": ">=0.3.0",
|
|
199
200
|
"@sproutsocial/seeds-color": ">=1.2.0",
|
|
200
201
|
"@sproutsocial/seeds-depth": ">=1.0.0",
|
|
202
|
+
"@sproutsocial/seeds-icons": "^1.0.0",
|
|
201
203
|
"@sproutsocial/seeds-motion": ">=1.1.0",
|
|
202
204
|
"@sproutsocial/seeds-networkcolor": ">=2.2.0",
|
|
203
205
|
"@sproutsocial/seeds-space": ">=0.4.0",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
// @flow
|
|
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" | "advocacy-outline" | "advocacy" | "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" | "bookmark" | "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-ai-outline" | "comment-ai" | "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" | "github" | "glassdoor" | "glasses" | "globe" | "google-analytics-color" | "google-business-messages" | "google-drive" | "google-my-business" | "grip" | "h1" | "h2" | "h3" | "h4" | "hamburger" | "hand-sparkle-outline" | "hand-sparkle" | "hashtag" | "headset" | "heart-outline" | "heart" | "heartbeat" | "help-alt" | "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" | "plug" | "plus" | "positive-sentiment" | "power-up-outline" | "power-up" | "profile-connect" | "profile-disconnect" | "publishing-outline" | "publishing" | "puzzle-piece" | "qr-code" | "queue" | "quotes-solid" | "recommendation" | "reddit-alien" | "reddit" | "reels-outline" | "reels" | "referrals" | "refresh" | "rejected" | "reply-outline" | "reply" | "reporting-period" | "reporting" | "reports-home" | "reports" | "retweet" | "route" | "rss" | "sales" | "salesforce-cloud" | "salesforce" | "save-assets" | "saved-messages" | "saved-reply-outline" | "saved-reply" | "search" | "send-again-outline" | "send-again" | "sent-message-outline" | "sent-message" | "share" | "shopify" | "shopping-bag-outline" | "shopping-bag" | "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-check" | "tasks-outline" | "tasks" | "team-conversation-outline" | "team-conversation" | "team-sprout-outline" | "team-sprout" | "team" | "text-asset" | "text" | "tiktok" | "times" | "tools" | "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" | "underline" | "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";
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
// @flow
|
|
2
|
-
// In February of 2020, the Design Systems team renamed and consolidated some icons in an effort to introduce consistency in the naming of our icons. This object maps old, deprecated icon names to the "correct" name of the icon {"deprecated key": "correct icon name value"}
|
|
3
|
-
export default Object.freeze({
|
|
4
|
-
backtotop: 'back-to-top',
|
|
5
|
-
'circle-check-filled': 'circle-check',
|
|
6
|
-
'circle-check-no-fill': 'circle-check',
|
|
7
|
-
'circle-check-inverse-outline': 'circle-check-outline',
|
|
8
|
-
'circle-check-inverse': 'circle-check-outline',
|
|
9
|
-
'circle+-filled': 'circle+',
|
|
10
|
-
'circlex-filled': 'circlex',
|
|
11
|
-
'circle+-nofill': 'circle+',
|
|
12
|
-
'circlex-nofill': 'circlex',
|
|
13
|
-
creditcard: 'credit-card',
|
|
14
|
-
'direct-message': 'messages',
|
|
15
|
-
'facebook-nofill': 'facebook',
|
|
16
|
-
googleanalytics: 'google-analytics-color',
|
|
17
|
-
'instagram-brand-keyword': 'hashtag',
|
|
18
|
-
'help-white': 'help',
|
|
19
|
-
'info-white': 'info',
|
|
20
|
-
'instagram-nofill': 'instagram',
|
|
21
|
-
'key-circle': 'key',
|
|
22
|
-
'key-square': 'key',
|
|
23
|
-
'linkedin-nofill': 'linkedin',
|
|
24
|
-
'listening-home': 'listening',
|
|
25
|
-
'location-pub': 'location',
|
|
26
|
-
'location-pub-outline': 'location-outline',
|
|
27
|
-
'publishing-calendar': 'calendar',
|
|
28
|
-
qrcode: 'qr-code',
|
|
29
|
-
'sparkles-solid': 'sparkles',
|
|
30
|
-
'star-inverse': 'star-outline',
|
|
31
|
-
'triangle-white': 'triangle',
|
|
32
|
-
'triangle-nofill': 'triangle',
|
|
33
|
-
'tripadvisor-circle-filled': 'tripadvisor-circle',
|
|
34
|
-
'tripadvisor-circle-empty': 'tripadvisor-circle-outline',
|
|
35
|
-
'tumblr-square': 'tumblr',
|
|
36
|
-
'tumblr-nofill': 'tumblr',
|
|
37
|
-
'twitter-business-mention': 'search',
|
|
38
|
-
'verified-nofill': 'verified',
|
|
39
|
-
'window-maximize-solid': 'window-maximize'
|
|
40
|
-
});
|
|
@@ -1,387 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
"active-listener": "0 0 16 16",
|
|
3
|
-
"add-item": "0 0 16 16",
|
|
4
|
-
"add-keyword": "0 0 16 16",
|
|
5
|
-
"add-team-member": "0 0 18 13",
|
|
6
|
-
"add-variable": "0 0 18 14",
|
|
7
|
-
"address-card-outline": "0 0 16 16",
|
|
8
|
-
"address-card-solid": "0 0 18 16",
|
|
9
|
-
"adobe-experience-manager": "0 0 16 18",
|
|
10
|
-
"ads": "0 0 9 16",
|
|
11
|
-
"advocacy-outline": "0 0 14 16",
|
|
12
|
-
"advocacy": "0 0 14 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
|
-
"bookmark": "0 0 12 16",
|
|
43
|
-
"bot": "0 0 16 16",
|
|
44
|
-
"browser": "0 0 16 16",
|
|
45
|
-
"business": "0 0 16 16",
|
|
46
|
-
"calendar-outline": "0 0 14 16",
|
|
47
|
-
"calendar": "0 0 14 16",
|
|
48
|
-
"camera-outline": "0 0 18 16",
|
|
49
|
-
"camera-story": "0 0 18 16",
|
|
50
|
-
"camera": "0 0 18 16",
|
|
51
|
-
"campaign": "0 0 16 14",
|
|
52
|
-
"canva": "0 0 16 18",
|
|
53
|
-
"carousel": "0 0 16 18",
|
|
54
|
-
"cart-plus-outline": "0 0 17 15",
|
|
55
|
-
"cart-plus": "0 0 17 15",
|
|
56
|
-
"check": "0 0 16 16",
|
|
57
|
-
"chevron-down-filled": "0 0 16 21",
|
|
58
|
-
"chevron-down": "0 0 16 18",
|
|
59
|
-
"chevron-left": "0 0 10 16",
|
|
60
|
-
"chevron-right": "0 0 10 17",
|
|
61
|
-
"chevron-up-down-filled": "0 0 12 20",
|
|
62
|
-
"chevron-up-filled": "0 0 16 21",
|
|
63
|
-
"chevron-up": "0 0 16 18",
|
|
64
|
-
"circle-check-outline": "0 0 16 16",
|
|
65
|
-
"circle-check": "0 0 16 16",
|
|
66
|
-
"circle": "0 0 16 16",
|
|
67
|
-
"circle+": "0 0 16 16",
|
|
68
|
-
"circles": "0 0 16 16",
|
|
69
|
-
"circlex": "0 0 16 16",
|
|
70
|
-
"click-to-view": "0 0 12 16",
|
|
71
|
-
"clicks": "0 0 10 16",
|
|
72
|
-
"clipboard-outline": "0 0 12 16",
|
|
73
|
-
"clipboard": "0 0 12 16",
|
|
74
|
-
"clock": "0 0 16 16",
|
|
75
|
-
"closed-captioning": "0 0 16 16",
|
|
76
|
-
"cloud": "0 0 16 13",
|
|
77
|
-
"code": "0 0 18 16",
|
|
78
|
-
"columns": "0 0 16 16",
|
|
79
|
-
"comment-ai-outline": "0 0 18 18",
|
|
80
|
-
"comment-ai": "0 0 18 18",
|
|
81
|
-
"comment-alt-outline": "0 0 16 15",
|
|
82
|
-
"comment-alt": "0 0 16 15",
|
|
83
|
-
"comment-lines-alt-outline": "0 0 16 16",
|
|
84
|
-
"comment": "0 0 16 13",
|
|
85
|
-
"compact-density": "0 0 16 16",
|
|
86
|
-
"compact-indicator": "0 0 16 16",
|
|
87
|
-
"comparison": "0 0 16 14",
|
|
88
|
-
"competitor": "0 0 14 16",
|
|
89
|
-
"compose": "0 0 16 16",
|
|
90
|
-
"content-suggestions": "0 0 16 16",
|
|
91
|
-
"credit-card": "0 0 16 14",
|
|
92
|
-
"crop": "0 0 16 16",
|
|
93
|
-
"crown": "0 0 16 16",
|
|
94
|
-
"dashboard": "0 0 16 14",
|
|
95
|
-
"deconstructed-negative-sentiment": "0 0 18 18",
|
|
96
|
-
"deconstructed-neutral-sentiment": "0 0 18 18",
|
|
97
|
-
"deconstructed-positive-sentiment": "0 0 18 18",
|
|
98
|
-
"discovery": "0 0 16 16",
|
|
99
|
-
"dislike-outline": "0 0 15 16",
|
|
100
|
-
"dislike": "0 0 16 16",
|
|
101
|
-
"dm-link-outline": "0 0 16 16",
|
|
102
|
-
"dm-link": "0 0 16 16",
|
|
103
|
-
"dotdotdot": "0 0 16 16",
|
|
104
|
-
"download": "0 0 16 16",
|
|
105
|
-
"drafts-outline": "0 0 12 16",
|
|
106
|
-
"drafts": "0 0 12 16",
|
|
107
|
-
"dropbox": "0 0 18 16",
|
|
108
|
-
"duplicate-outline": "0 0 14 16",
|
|
109
|
-
"duplicate": "0 0 14 16",
|
|
110
|
-
"emoji-outline": "0 0 16 16",
|
|
111
|
-
"emoji": "0 0 16 16",
|
|
112
|
-
"empty-image": "0 0 16 18",
|
|
113
|
-
"engagement-per-post": "0 0 16 16",
|
|
114
|
-
"engagements": "0 0 16 15",
|
|
115
|
-
"error": "0 0 16 16",
|
|
116
|
-
"exchange-alt": "0 0 16 16",
|
|
117
|
-
"expanded-indicator": "0 0 16 16",
|
|
118
|
-
"export": "0 0 14 17",
|
|
119
|
-
"extended-circles": "0 0 16 16",
|
|
120
|
-
"external-link-alt": "0 0 16 16",
|
|
121
|
-
"external-link": "0 0 16 16",
|
|
122
|
-
"extreme-negative-sentiment": "0 0 16 16",
|
|
123
|
-
"eye-outline": "0 0 18 16",
|
|
124
|
-
"eye-slash-outline": "0 0 20 16",
|
|
125
|
-
"eye-slash": "0 0 20 16",
|
|
126
|
-
"eye": "0 0 18 16",
|
|
127
|
-
"facebook-audience-network": "0 0 16 16",
|
|
128
|
-
"facebook-branded-content-outline": "0 0 18 15",
|
|
129
|
-
"facebook-branded-content": "0 0 18 15",
|
|
130
|
-
"facebook-groups": "0 0 16 16",
|
|
131
|
-
"facebook": "0 0 16 16",
|
|
132
|
-
"fb-reactions-angry": "0 0 16 16",
|
|
133
|
-
"fb-reactions-haha": "0 0 16 16",
|
|
134
|
-
"fb-reactions-like": "0 0 16 16",
|
|
135
|
-
"fb-reactions-love": "0 0 16 16",
|
|
136
|
-
"fb-reactions-sad": "0 0 16 16",
|
|
137
|
-
"fb-reactions-wow": "0 0 16 16",
|
|
138
|
-
"feedly": "0 0 16 15",
|
|
139
|
-
"feeds": "0 0 16 15",
|
|
140
|
-
"female": "0 0 11 18",
|
|
141
|
-
"file-chart-line": "0 0 12 16",
|
|
142
|
-
"file-edit": "0 0 12 16",
|
|
143
|
-
"file-times-solid": "0 0 12 16",
|
|
144
|
-
"filter": "0 0 16 16",
|
|
145
|
-
"flag-outline": "0 0 16 16",
|
|
146
|
-
"flag": "0 0 16 16",
|
|
147
|
-
"flat-negative-sentiment-outline": "0 0 18 18",
|
|
148
|
-
"flat-negative-sentiment": "0 0 18 18",
|
|
149
|
-
"flat-neutral-sentiment-outline": "0 0 18 18",
|
|
150
|
-
"flat-neutral-sentiment": "0 0 18 18",
|
|
151
|
-
"flat-positive-sentiment-outline": "0 0 18 18",
|
|
152
|
-
"flat-positive-sentiment": "0 0 18 18",
|
|
153
|
-
"folder-open": "0 0 16 15",
|
|
154
|
-
"folder": "0 0 16 16",
|
|
155
|
-
"follow-outline": "0 0 20 16",
|
|
156
|
-
"follow": "0 0 20 16",
|
|
157
|
-
"follower-increase": "0 0 19 16",
|
|
158
|
-
"following": "0 0 20 16",
|
|
159
|
-
"font": "0 0 18 16",
|
|
160
|
-
"full-access": "0 0 16 16",
|
|
161
|
-
"gear": "0 0 16 16",
|
|
162
|
-
"gears": "0 0 16 16",
|
|
163
|
-
"github": "0 0 18 18",
|
|
164
|
-
"glassdoor": "0 0 16 16",
|
|
165
|
-
"glasses": "0 0 18 14",
|
|
166
|
-
"globe": "0 0 16 16",
|
|
167
|
-
"google-analytics-color": "0 0 14 18",
|
|
168
|
-
"google-business-messages": "0 0 16 16",
|
|
169
|
-
"google-drive": "0 0 16 14",
|
|
170
|
-
"google-my-business": "0 0 16 14",
|
|
171
|
-
"grip": "0 0 8 18",
|
|
172
|
-
"h1": "0 0 16 16",
|
|
173
|
-
"h2": "0 0 16 16",
|
|
174
|
-
"h3": "0 0 16 16",
|
|
175
|
-
"h4": "0 0 16 16",
|
|
176
|
-
"hamburger": "0 0 16 18",
|
|
177
|
-
"hand-sparkle-outline": "0 0 18 18",
|
|
178
|
-
"hand-sparkle": "0 0 18 18",
|
|
179
|
-
"hashtag": "0 0 16 16",
|
|
180
|
-
"headset": "0 0 16 16",
|
|
181
|
-
"heart-outline": "0 0 16 16",
|
|
182
|
-
"heart": "0 0 16 16",
|
|
183
|
-
"heartbeat": "0 0 18 16",
|
|
184
|
-
"help-alt": "0 0 12 16",
|
|
185
|
-
"help": "0 0 16 16",
|
|
186
|
-
"hiking": "0 0 16 16",
|
|
187
|
-
"history": "0 0 16 16",
|
|
188
|
-
"home": "0 0 16 15",
|
|
189
|
-
"hourglass": "0 0 12 16",
|
|
190
|
-
"hubspot": "0 0 16 16",
|
|
191
|
-
"image-caption": "0 0 16 14",
|
|
192
|
-
"image": "0 0 16 16",
|
|
193
|
-
"images": "0 0 16 15",
|
|
194
|
-
"impressions-per-post": "0 0 16 16",
|
|
195
|
-
"impressions": "0 0 18 16",
|
|
196
|
-
"inactive-listener": "0 0 16 12",
|
|
197
|
-
"inbox-action": "0 0 16 16",
|
|
198
|
-
"inbox-views": "0 0 16 13",
|
|
199
|
-
"inbox": "0 0 16 14",
|
|
200
|
-
"indicator": "0 0 16 16",
|
|
201
|
-
"industry": "0 0 14 16",
|
|
202
|
-
"info": "0 0 16 16",
|
|
203
|
-
"instagram": "0 0 16 16",
|
|
204
|
-
"internal-activity-outline": "0 0 16 16",
|
|
205
|
-
"internal-activity": "0 0 16 16",
|
|
206
|
-
"italic": "0 0 16 16",
|
|
207
|
-
"key": "0 0 16 16",
|
|
208
|
-
"keyboard": "0 0 18 16",
|
|
209
|
-
"laptop-phone": "0 0 16 16",
|
|
210
|
-
"large-density": "0 0 16 16",
|
|
211
|
-
"lift": "0 0 23 16",
|
|
212
|
-
"like-outline": "0 0 15 16",
|
|
213
|
-
"like": "0 0 16 16",
|
|
214
|
-
"link": "0 0 16 16",
|
|
215
|
-
"linkedin-audience-network": "0 0 16 16",
|
|
216
|
-
"linkedin": "0 0 16 16",
|
|
217
|
-
"list-ol": "0 0 16 16",
|
|
218
|
-
"listening": "0 0 14 16",
|
|
219
|
-
"lists": "0 0 16 16",
|
|
220
|
-
"location-outline": "0 0 12 16",
|
|
221
|
-
"location": "0 0 12 16",
|
|
222
|
-
"lock": "0 0 14 16",
|
|
223
|
-
"magic-wand": "0 0 17 16",
|
|
224
|
-
"male": "0 0 16 20",
|
|
225
|
-
"marketo": "0 0 16 18",
|
|
226
|
-
"mention": "0 0 16 16",
|
|
227
|
-
"message-preview-outline": "0 0 18 16",
|
|
228
|
-
"message-preview": "0 0 18 16",
|
|
229
|
-
"message": "0 0 16 16",
|
|
230
|
-
"messages-outline": "0 0 16 16",
|
|
231
|
-
"messages": "0 0 16 16",
|
|
232
|
-
"messenger": "0 0 16 16",
|
|
233
|
-
"metric-table": "0 0 16 16",
|
|
234
|
-
"microsoft-dynamics": "0 0 16 16",
|
|
235
|
-
"minus": "0 0 16 16",
|
|
236
|
-
"mobile": "0 0 10 16",
|
|
237
|
-
"monitor": "0 0 12 16",
|
|
238
|
-
"moon": "0 0 15 16",
|
|
239
|
-
"negative-sentiment": "0 0 16 16",
|
|
240
|
-
"neutral-positive-sentiment": "0 0 16 16",
|
|
241
|
-
"neutral-sentiment": "0 0 16 16",
|
|
242
|
-
"new-trend": "0 0 12 16",
|
|
243
|
-
"newspaper": "0 0 16 16",
|
|
244
|
-
"no-access": "0 0 16 16",
|
|
245
|
-
"notepad": "0 0 12 16",
|
|
246
|
-
"notifications-publishing-outline": "0 0 16 16",
|
|
247
|
-
"notifications-publishing": "0 0 16 16",
|
|
248
|
-
"notifications": "0 0 14 16",
|
|
249
|
-
"offline": "0 0 18 15",
|
|
250
|
-
"online": "0 0 18 15",
|
|
251
|
-
"paid-promotion-outline": "0 0 16 16",
|
|
252
|
-
"paid-promotion": "0 0 16 16",
|
|
253
|
-
"paid": "0 0 14 16",
|
|
254
|
-
"paint": "0 0 18 16",
|
|
255
|
-
"palette": "0 0 16 16",
|
|
256
|
-
"paperclip": "0 0 14 16",
|
|
257
|
-
"pause": "0 0 16 18",
|
|
258
|
-
"pencil-outline": "0 0 16 16",
|
|
259
|
-
"pencil": "0 0 16 16",
|
|
260
|
-
"person": "0 0 14 16",
|
|
261
|
-
"phone": "0 0 16 16",
|
|
262
|
-
"pinterest-boards-outline": "0 0 14 16",
|
|
263
|
-
"pinterest-boards": "0 0 14 16",
|
|
264
|
-
"pinterest": "0 0 16 16",
|
|
265
|
-
"play-circle": "0 0 16 16",
|
|
266
|
-
"play": "0 0 14 16",
|
|
267
|
-
"plug": "0 0 12 16",
|
|
268
|
-
"plus": "0 0 16 18",
|
|
269
|
-
"positive-sentiment": "0 0 16 16",
|
|
270
|
-
"power-up-outline": "0 0 12 16",
|
|
271
|
-
"power-up": "0 0 10 16",
|
|
272
|
-
"profile-connect": "0 0 16 16",
|
|
273
|
-
"profile-disconnect": "0 0 16 16",
|
|
274
|
-
"publishing-outline": "0 0 16 16",
|
|
275
|
-
"publishing": "0 0 16 16",
|
|
276
|
-
"puzzle-piece": "0 0 18 16",
|
|
277
|
-
"qr-code": "0 0 16 16",
|
|
278
|
-
"queue": "0 0 16 16",
|
|
279
|
-
"quotes-solid": "0 0 18 18",
|
|
280
|
-
"recommendation": "0 0 16 16",
|
|
281
|
-
"reddit-alien": "0 0 16 16",
|
|
282
|
-
"reddit": "0 0 16 16",
|
|
283
|
-
"reels-outline": "0 0 16 16",
|
|
284
|
-
"reels": "0 0 16 16",
|
|
285
|
-
"referrals": "0 0 16 16",
|
|
286
|
-
"refresh": "0 0 16 16",
|
|
287
|
-
"rejected": "0 0 16 16",
|
|
288
|
-
"reply-outline": "0 0 16 16",
|
|
289
|
-
"reply": "0 0 16 16",
|
|
290
|
-
"reporting-period": "0 0 14 16",
|
|
291
|
-
"reporting": "0 0 16 16",
|
|
292
|
-
"reports-home": "0 0 16 16",
|
|
293
|
-
"reports": "0 0 16 15",
|
|
294
|
-
"retweet": "0 0 18 16",
|
|
295
|
-
"route": "0 0 18 18",
|
|
296
|
-
"rss": "0 0 16 16",
|
|
297
|
-
"sales": "0 0 9 16",
|
|
298
|
-
"salesforce-cloud": "0 0 20 16",
|
|
299
|
-
"salesforce": "0 0 20 16",
|
|
300
|
-
"save-assets": "0 0 16 16",
|
|
301
|
-
"saved-messages": "0 0 16 16",
|
|
302
|
-
"saved-reply-outline": "0 0 16 12",
|
|
303
|
-
"saved-reply": "0 0 16 12",
|
|
304
|
-
"search": "0 0 16 16",
|
|
305
|
-
"send-again-outline": "0 0 18 18",
|
|
306
|
-
"send-again": "0 0 18 18",
|
|
307
|
-
"sent-message-outline": "0 0 16 14",
|
|
308
|
-
"sent-message": "0 0 16 14",
|
|
309
|
-
"share": "0 0 16 14",
|
|
310
|
-
"shopify": "0 0 16 18",
|
|
311
|
-
"shopping-bag-outline": "0 0 14 16",
|
|
312
|
-
"shopping-bag": "0 0 14 16",
|
|
313
|
-
"show-navigation": "0 0 18 14",
|
|
314
|
-
"slack": "0 0 16 16",
|
|
315
|
-
"small-density": "0 0 16 16",
|
|
316
|
-
"smiley": "0 0 16 16",
|
|
317
|
-
"some-access": "0 0 16 16",
|
|
318
|
-
"sparkles": "0 0 16 16",
|
|
319
|
-
"spike-alert": "0 0 16 16",
|
|
320
|
-
"star-half-alt-solid": "0 0 18 16",
|
|
321
|
-
"star-of-life": "0 0 16 16",
|
|
322
|
-
"star-outline": "0 0 18 16",
|
|
323
|
-
"star": "0 0 18 16",
|
|
324
|
-
"sticky-note-outline": "0 0 16 16",
|
|
325
|
-
"sticky-note": "0 0 16 16",
|
|
326
|
-
"stories": "0 0 16 17",
|
|
327
|
-
"story": "0 0 16 16",
|
|
328
|
-
"suggestions": "0 0 11 16",
|
|
329
|
-
"sun": "0 0 16 16",
|
|
330
|
-
"tag-outline": "0 0 16 16",
|
|
331
|
-
"tag": "0 0 16 16",
|
|
332
|
-
"targeting-outline": "0 0 16 16",
|
|
333
|
-
"targeting": "0 0 16 16",
|
|
334
|
-
"tasks-check": "0 0 16 16",
|
|
335
|
-
"tasks-outline": "0 0 12 16",
|
|
336
|
-
"tasks": "0 0 12 16",
|
|
337
|
-
"team-conversation-outline": "0 0 16 18",
|
|
338
|
-
"team-conversation": "0 0 16 18",
|
|
339
|
-
"team-sprout-outline": "0 0 18 18",
|
|
340
|
-
"team-sprout": "0 0 18 18",
|
|
341
|
-
"team": "0 0 18 16",
|
|
342
|
-
"text-asset": "0 0 16 16",
|
|
343
|
-
"text": "0 0 8 16",
|
|
344
|
-
"tiktok": "0 0 16 18",
|
|
345
|
-
"times": "0 0 16 22",
|
|
346
|
-
"tools": "0 0 67 67",
|
|
347
|
-
"trash-can-outline": "0 0 14 16",
|
|
348
|
-
"trash-can": "0 0 14 16",
|
|
349
|
-
"trend-down": "0 0 18 18",
|
|
350
|
-
"trend-neutral": "0 0 20 18",
|
|
351
|
-
"trend-up": "0 0 18 18",
|
|
352
|
-
"trends": "0 0 16 17",
|
|
353
|
-
"triangle-black": "0 0 16 16",
|
|
354
|
-
"triangle": "0 0 16 16",
|
|
355
|
-
"tripadvisor-circle-outline": "0 0 16 16",
|
|
356
|
-
"tripadvisor-circle": "0 0 16 16",
|
|
357
|
-
"tripadvisor": "0 0 16 16",
|
|
358
|
-
"trophy-outline": "0 0 18 16",
|
|
359
|
-
"tumblr": "0 0 16 16",
|
|
360
|
-
"twitter-audience-network": "0 0 17 16",
|
|
361
|
-
"twitter": "0 0 17 16",
|
|
362
|
-
"underline": "0 0 14 16",
|
|
363
|
-
"unfollow-outline": "0 0 20 16",
|
|
364
|
-
"unfollow": "0 0 20 16",
|
|
365
|
-
"unlink": "0 0 16 16",
|
|
366
|
-
"unlock": "0 0 14 16",
|
|
367
|
-
"upload": "0 0 16 17",
|
|
368
|
-
"user-circle": "0 0 16 16",
|
|
369
|
-
"users": "0 0 18 16",
|
|
370
|
-
"verified": "0 0 16 16",
|
|
371
|
-
"video-camera-story": "0 0 18 15",
|
|
372
|
-
"video-camera": "0 0 18 16",
|
|
373
|
-
"vip": "0 0 16 16",
|
|
374
|
-
"weight": "0 0 16 16",
|
|
375
|
-
"whatsapp": "0 0 16 16",
|
|
376
|
-
"window-maximize": "0 0 16 16",
|
|
377
|
-
"window-minimize": "0 0 16 16",
|
|
378
|
-
"window-regular": "0 0 16 16",
|
|
379
|
-
"window-restore": "0 0 16 16",
|
|
380
|
-
"woocommerce": "0 0 18 16",
|
|
381
|
-
"x": "0 0 16 18",
|
|
382
|
-
"yelp-full-star": "0 0 16 16",
|
|
383
|
-
"yelp-half-star": "0 0 16 16",
|
|
384
|
-
"yelp": "0 0 14 16",
|
|
385
|
-
"youtube": "0 0 16 15",
|
|
386
|
-
"zendesk": "0 0 16 16"
|
|
387
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
// In February of 2020, the Design Systems team renamed and consolidated some icons in an effort to introduce consistency in the naming of our icons. This object maps old, deprecated icon names to the "correct" name of the icon {"deprecated key": "correct icon name value"}
|
|
8
|
-
var _default = Object.freeze({
|
|
9
|
-
backtotop: 'back-to-top',
|
|
10
|
-
'circle-check-filled': 'circle-check',
|
|
11
|
-
'circle-check-no-fill': 'circle-check',
|
|
12
|
-
'circle-check-inverse-outline': 'circle-check-outline',
|
|
13
|
-
'circle-check-inverse': 'circle-check-outline',
|
|
14
|
-
'circle+-filled': 'circle+',
|
|
15
|
-
'circlex-filled': 'circlex',
|
|
16
|
-
'circle+-nofill': 'circle+',
|
|
17
|
-
'circlex-nofill': 'circlex',
|
|
18
|
-
creditcard: 'credit-card',
|
|
19
|
-
'direct-message': 'messages',
|
|
20
|
-
'facebook-nofill': 'facebook',
|
|
21
|
-
googleanalytics: 'google-analytics-color',
|
|
22
|
-
'instagram-brand-keyword': 'hashtag',
|
|
23
|
-
'help-white': 'help',
|
|
24
|
-
'info-white': 'info',
|
|
25
|
-
'instagram-nofill': 'instagram',
|
|
26
|
-
'key-circle': 'key',
|
|
27
|
-
'key-square': 'key',
|
|
28
|
-
'linkedin-nofill': 'linkedin',
|
|
29
|
-
'listening-home': 'listening',
|
|
30
|
-
'location-pub': 'location',
|
|
31
|
-
'location-pub-outline': 'location-outline',
|
|
32
|
-
'publishing-calendar': 'calendar',
|
|
33
|
-
qrcode: 'qr-code',
|
|
34
|
-
'sparkles-solid': 'sparkles',
|
|
35
|
-
'star-inverse': 'star-outline',
|
|
36
|
-
'triangle-white': 'triangle',
|
|
37
|
-
'triangle-nofill': 'triangle',
|
|
38
|
-
'tripadvisor-circle-filled': 'tripadvisor-circle',
|
|
39
|
-
'tripadvisor-circle-empty': 'tripadvisor-circle-outline',
|
|
40
|
-
'tumblr-square': 'tumblr',
|
|
41
|
-
'tumblr-nofill': 'tumblr',
|
|
42
|
-
'twitter-business-mention': 'search',
|
|
43
|
-
'verified-nofill': 'verified',
|
|
44
|
-
'window-maximize-solid': 'window-maximize'
|
|
45
|
-
});
|
|
46
|
-
exports.default = _default;
|