@sproutsocial/racine 19.0.0 → 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 +29 -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 +8 -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/Card/Card.d.ts.map +1 -1
- package/dist/types/Card/subComponents.d.ts.map +1 -1
- package/dist/types/Card/utils.d.ts +1 -0
- package/dist/types/Card/utils.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/Menu/utils/hooks.d.ts +1 -0
- package/dist/types/Menu/utils/hooks.d.ts.map +1 -1
- package/dist/types/Message/styles.d.ts +1 -0
- package/dist/types/Message/styles.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/StatefulStory.d.ts +1 -0
- package/dist/types/StatefulStory.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 +8 -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 +20 -18
- package/__flow__/EnumIconNames.flow.js +0 -2
- package/__flow__/Icon/deprecatedIcons.flow.js +0 -40
- package/__flow__/IconViewBoxes.js +0 -387
- 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.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/commonjs/{EnumIconNames.flow.js → react.d.js} +0 -0
- /package/lib/{EnumIconNames.flow.js → react.d.js} +0 -0
package/lib/Menu/Menu.js
CHANGED
|
@@ -177,9 +177,9 @@ export var MenuItem = function MenuItem(_ref) {
|
|
|
177
177
|
if (elemAfter) return elemAfter;
|
|
178
178
|
if (isSelected && !isCheckboxOrRadio) {
|
|
179
179
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
180
|
-
name: "check",
|
|
180
|
+
name: "check-solid",
|
|
181
181
|
"aria-hidden": true,
|
|
182
|
-
size: "
|
|
182
|
+
size: "small",
|
|
183
183
|
ml: 300
|
|
184
184
|
});
|
|
185
185
|
}
|
package/lib/Modal/Modal.js
CHANGED
|
@@ -43,7 +43,7 @@ var ModalCloseButton = function ModalCloseButton(props) {
|
|
|
43
43
|
return /*#__PURE__*/React.createElement(Button, _extends({
|
|
44
44
|
onClick: onClose
|
|
45
45
|
}, props), /*#__PURE__*/React.createElement(Icon, {
|
|
46
|
-
name: "x",
|
|
46
|
+
name: "x-outline",
|
|
47
47
|
ariaLabel: closeButtonLabel
|
|
48
48
|
}));
|
|
49
49
|
};
|
package/lib/Select/Select.js
CHANGED
|
@@ -81,9 +81,9 @@ var Select = /*#__PURE__*/function (_React$Component) {
|
|
|
81
81
|
}, qa, inputProps), children), /*#__PURE__*/React.createElement(Arrow, {
|
|
82
82
|
size: size
|
|
83
83
|
}, /*#__PURE__*/React.createElement(Icon, {
|
|
84
|
-
name: "chevron-down",
|
|
84
|
+
name: "chevron-down-outline",
|
|
85
85
|
fixedWidth: true,
|
|
86
|
-
size: this.props.size === 'small' ? '
|
|
86
|
+
size: this.props.size === 'small' ? 'small' : 'medium',
|
|
87
87
|
"aria-hidden": true
|
|
88
88
|
})));
|
|
89
89
|
}
|
package/lib/Select/styles.js
CHANGED
|
@@ -68,15 +68,14 @@ var Container = styled.div.withConfig({
|
|
|
68
68
|
export var Arrow = styled.span.withConfig({
|
|
69
69
|
displayName: "styles__Arrow",
|
|
70
70
|
componentId: "sc-egruk2-1"
|
|
71
|
-
})(["position:absolute;top:
|
|
71
|
+
})(["position:absolute;top:50%;right:", ";transform:translateY(-50%);color:", ";pointer-events:none;"], function (props) {
|
|
72
72
|
switch (props.size) {
|
|
73
73
|
case 'large':
|
|
74
|
-
return props.theme.space[
|
|
74
|
+
return props.theme.space[350];
|
|
75
75
|
case 'small':
|
|
76
|
-
return props.theme.space[300];
|
|
77
76
|
case 'default':
|
|
78
77
|
default:
|
|
79
|
-
return props.theme.space[
|
|
78
|
+
return props.theme.space[300];
|
|
80
79
|
}
|
|
81
80
|
}, function (props) {
|
|
82
81
|
return props.theme.colors.icon.base;
|
package/lib/Switch/Switch.js
CHANGED
|
@@ -32,11 +32,11 @@ export var TableHeaderCell = /*#__PURE__*/function (_React$Component) {
|
|
|
32
32
|
_this = _super.call.apply(_super, [this].concat(args));
|
|
33
33
|
_defineProperty(_assertThisInitialized(_this), "getSortIcon", function (isSorted, ariaSortDirection) {
|
|
34
34
|
var sortDirection = _this.props.sortDirection;
|
|
35
|
-
var iconName = '
|
|
35
|
+
var iconName = 'caret-up-down-outline';
|
|
36
36
|
if (isSorted && sortDirection === SORT_DIRECTIONS.ASC) {
|
|
37
|
-
iconName = '
|
|
37
|
+
iconName = 'caret-up-solid';
|
|
38
38
|
} else if (isSorted && sortDirection === SORT_DIRECTIONS.DESC) {
|
|
39
|
-
iconName = '
|
|
39
|
+
iconName = 'caret-down-solid';
|
|
40
40
|
}
|
|
41
41
|
return /*#__PURE__*/React.createElement(SortIcon, null, /*#__PURE__*/React.createElement(Icon, {
|
|
42
42
|
size: "mini",
|
|
@@ -80,7 +80,7 @@ var TableRowAccordion = /*#__PURE__*/function (_React$Component) {
|
|
|
80
80
|
onClick: this.handleToggle,
|
|
81
81
|
role: "button"
|
|
82
82
|
}, /*#__PURE__*/React.createElement(Icon, {
|
|
83
|
-
name: isExpanded ? 'chevron-up' : 'chevron-down',
|
|
83
|
+
name: isExpanded ? 'chevron-up-outline' : 'chevron-down-outline',
|
|
84
84
|
"aria-hidden": true
|
|
85
85
|
}))
|
|
86
86
|
})), /*#__PURE__*/React.createElement(Detail, {
|
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__",
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@babel/cli": "^7.5.5",
|
|
94
94
|
"@babel/core": "^7.20.2",
|
|
95
|
-
"@babel/eslint-parser": "^7.
|
|
96
|
-
"@babel/plugin-syntax-flow": "^7.
|
|
97
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
95
|
+
"@babel/eslint-parser": "^7.22.10",
|
|
96
|
+
"@babel/plugin-syntax-flow": "^7.22.5",
|
|
97
|
+
"@babel/plugin-syntax-jsx": "^7.22.5",
|
|
98
98
|
"@babel/preset-env": "^7.20.2",
|
|
99
99
|
"@babel/preset-flow": "^7.0.0",
|
|
100
100
|
"@babel/preset-react": "^7.0.0",
|
|
@@ -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",
|
|
@@ -129,8 +130,8 @@
|
|
|
129
130
|
"@types/react-modal": "^3.16.0",
|
|
130
131
|
"@types/styled-components": "^5.1.26",
|
|
131
132
|
"@types/styled-system": "^5.1.15",
|
|
132
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
133
|
-
"@typescript-eslint/parser": "^
|
|
133
|
+
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
134
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
134
135
|
"babel-eslint": "^10.1.0",
|
|
135
136
|
"babel-jest": "29.x.x",
|
|
136
137
|
"babel-loader": "8.2.3",
|
|
@@ -143,21 +144,21 @@
|
|
|
143
144
|
"chalk": "^2.3.2",
|
|
144
145
|
"chokidar": "^3.0.2",
|
|
145
146
|
"csstype": "^3.1.1",
|
|
146
|
-
"eslint": "
|
|
147
|
-
"eslint-config-prettier": "^
|
|
148
|
-
"eslint-config-react-app": "^
|
|
147
|
+
"eslint": "^8.46.0",
|
|
148
|
+
"eslint-config-prettier": "^9.0.0",
|
|
149
|
+
"eslint-config-react-app": "^7.0.1",
|
|
149
150
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
150
|
-
"eslint-import-resolver-typescript": "^3.
|
|
151
|
+
"eslint-import-resolver-typescript": "^3.6.0",
|
|
151
152
|
"eslint-plugin-babel": "^5.3.1",
|
|
152
|
-
"eslint-plugin-flowtype": "^
|
|
153
|
-
"eslint-plugin-import": "^2.
|
|
154
|
-
"eslint-plugin-jest": "^27.
|
|
155
|
-
"eslint-plugin-jest-dom": "^
|
|
153
|
+
"eslint-plugin-flowtype": "^8.0.3",
|
|
154
|
+
"eslint-plugin-import": "^2.28.0",
|
|
155
|
+
"eslint-plugin-jest": "^27.2.3",
|
|
156
|
+
"eslint-plugin-jest-dom": "^5.0.2",
|
|
156
157
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
157
|
-
"eslint-plugin-prettier": "^
|
|
158
|
-
"eslint-plugin-react": "^7.
|
|
158
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
159
|
+
"eslint-plugin-react": "^7.33.1",
|
|
159
160
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
160
|
-
"eslint-plugin-testing-library": "^5.
|
|
161
|
+
"eslint-plugin-testing-library": "^5.11.1",
|
|
161
162
|
"flow-bin": "0.131.0",
|
|
162
163
|
"flowgen": "^1.21.0",
|
|
163
164
|
"glob": "^7.1.6",
|
|
@@ -198,15 +199,16 @@
|
|
|
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",
|
|
204
206
|
"@sproutsocial/seeds-typography": ">=2.0.0",
|
|
205
207
|
"moment": "^2.29.4",
|
|
206
208
|
"prop-types": "^15.0.0",
|
|
209
|
+
"react": "^16.8.0 || ^17.0.0",
|
|
207
210
|
"react-dates": "^21.8.0",
|
|
208
211
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
209
|
-
"react": "^16.8.0 || ^17.0.0",
|
|
210
212
|
"styled-components": "^5.2.3"
|
|
211
213
|
},
|
|
212
214
|
"resolutions": {
|
|
@@ -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
|
-
});
|