@sproutsocial/racine 14.1.1 → 14.3.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.
Files changed (137) hide show
  1. package/CHANGELOG.md +64 -0
  2. package/__flow__/EnumIconNames.flow.js +1 -1
  3. package/__flow__/Icon/Icon.flow.js +3 -1
  4. package/__flow__/IconViewBoxes.js +2 -0
  5. package/__flow__/PartnerLogo/PartnerLogo.flow.js +3 -3
  6. package/commonjs/Badge/Badge.js +2 -1
  7. package/commonjs/Banner/Banner.js +2 -1
  8. package/commonjs/Breadcrumb/Breadcrumb.js +2 -1
  9. package/commonjs/Checkbox/styles.js +7 -6
  10. package/commonjs/DatePicker/common.js +2 -1
  11. package/commonjs/Drawer/Drawer.js +9 -4
  12. package/commonjs/Icon/Icon.js +50 -10
  13. package/commonjs/IconViewBoxes.js +2 -0
  14. package/commonjs/IllustrationViewBoxes.d.js +5 -0
  15. package/commonjs/Indicator/Indicator.js +2 -1
  16. package/commonjs/Input/Input.js +2 -1
  17. package/commonjs/Input/styles.js +1 -1
  18. package/commonjs/Listbox/Listbox.js +2 -1
  19. package/commonjs/LogoViewBoxes.d.js +5 -0
  20. package/commonjs/PartnerLogo/PartnerLogo.js +14 -13
  21. package/commonjs/PartnerLogo/PartnerLogoTypes.js +12 -1
  22. package/commonjs/PartnerLogo/index.js +0 -12
  23. package/commonjs/PartnerLogo/styles.js +1 -1
  24. package/commonjs/Select/Select.js +2 -1
  25. package/commonjs/Switch/Switch.js +1 -0
  26. package/commonjs/TableHeaderCell/TableHeaderCell.js +2 -1
  27. package/commonjs/TableRowAccordion/TableRowAccordion.js +6 -2
  28. package/commonjs/Textarea/styles.js +1 -1
  29. package/commonjs/Toast/Toast.js +40 -34
  30. package/commonjs/ToggleHint/ToggleHint.js +4 -2
  31. package/commonjs/Token/Token.js +16 -2
  32. package/commonjs/Token/styles.js +1 -1
  33. package/commonjs/TokenInput/TokenInput.js +3 -1
  34. package/commonjs/TokenInput/styles.js +3 -3
  35. package/commonjs/themes/dark/theme.js +1 -1
  36. package/commonjs/themes/light/theme.js +3 -3
  37. package/commonjs/utils/index.js +12 -2
  38. package/dist/icon.svg +1 -1
  39. package/dist/iconList.js +1 -1
  40. package/dist/themes/dark/theme.scss +1 -1
  41. package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +1 -1
  42. package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +3 -3
  43. package/dist/themes/light/theme.scss +3 -3
  44. package/dist/types/Badge/Badge.d.ts.map +1 -1
  45. package/dist/types/Banner/styles.d.ts +1 -1
  46. package/dist/types/Checkbox/styles.d.ts +4 -2
  47. package/dist/types/Checkbox/styles.d.ts.map +1 -1
  48. package/dist/types/Drawer/Drawer.d.ts +1 -1
  49. package/dist/types/Drawer/Drawer.d.ts.map +1 -1
  50. package/dist/types/EnumIconNames.d.ts +1 -1
  51. package/dist/types/EnumIconNames.d.ts.map +1 -1
  52. package/dist/types/Icon/Icon.d.ts +19 -1
  53. package/dist/types/Icon/Icon.d.ts.map +1 -1
  54. package/dist/types/Icon/IconTypes.d.ts +3 -2
  55. package/dist/types/Icon/IconTypes.d.ts.map +1 -1
  56. package/dist/types/Input/styles.d.ts.map +1 -1
  57. package/dist/types/PartnerLogo/PartnerLogo.d.ts +1 -1
  58. package/dist/types/PartnerLogo/PartnerLogo.d.ts.map +1 -1
  59. package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts +12 -3
  60. package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts.map +1 -1
  61. package/dist/types/PartnerLogo/index.d.ts +0 -1
  62. package/dist/types/PartnerLogo/index.d.ts.map +1 -1
  63. package/dist/types/Select/Select.d.ts.map +1 -1
  64. package/dist/types/TableRowAccordion/TableRowAccordion.d.ts.map +1 -1
  65. package/dist/types/Textarea/styles.d.ts.map +1 -1
  66. package/dist/types/Toast/Toast.d.ts.map +1 -1
  67. package/dist/types/Toast/styles.d.ts +1 -1
  68. package/dist/types/Token/Token.d.ts.map +1 -1
  69. package/dist/types/TokenInput/TokenInput.d.ts.map +1 -1
  70. package/dist/types/TokenInput/styles.d.ts.map +1 -1
  71. package/dist/types/utils/index.d.ts +5 -0
  72. package/dist/types/utils/index.d.ts.map +1 -1
  73. package/icons/advocacy-outline.svg +2 -2
  74. package/icons/comment-ai-outline.svg +2 -2
  75. package/icons/comment-ai.svg +1 -1
  76. package/icons/dropbox.svg +2 -2
  77. package/icons/facebook-groups.svg +2 -2
  78. package/icons/facebook.svg +2 -2
  79. package/icons/feedly.svg +2 -2
  80. package/icons/flat-negative-sentiment-outline.svg +1 -1
  81. package/icons/flat-neutral-sentiment-outline.svg +1 -1
  82. package/icons/flat-positive-sentiment-outline.svg +1 -1
  83. package/icons/glassdoor.svg +2 -2
  84. package/icons/instagram.svg +2 -2
  85. package/icons/linkedin.svg +2 -2
  86. package/icons/messenger.svg +2 -2
  87. package/icons/pinterest.svg +2 -2
  88. package/icons/reddit-alien.svg +2 -2
  89. package/icons/reddit.svg +2 -2
  90. package/icons/reels-outline.svg +1 -1
  91. package/icons/salesforce.svg +2 -2
  92. package/icons/send-again-outline.svg +1 -1
  93. package/icons/send-again.svg +1 -1
  94. package/icons/tasks-check.svg +1 -1
  95. package/icons/team-sprout-outline.svg +5 -0
  96. package/icons/team-sprout.svg +4 -0
  97. package/icons/tumblr.svg +2 -2
  98. package/icons/twitter.svg +2 -2
  99. package/icons/youtube.svg +2 -2
  100. package/icons/zendesk.svg +2 -2
  101. package/lib/Badge/Badge.js +2 -1
  102. package/lib/Banner/Banner.js +2 -1
  103. package/lib/Breadcrumb/Breadcrumb.js +2 -1
  104. package/lib/Checkbox/styles.js +7 -6
  105. package/lib/DatePicker/common.js +2 -1
  106. package/lib/Drawer/Drawer.js +9 -4
  107. package/lib/Icon/Icon.js +50 -10
  108. package/lib/IconViewBoxes.js +2 -0
  109. package/lib/IllustrationViewBoxes.d.js +1 -0
  110. package/lib/Indicator/Indicator.js +2 -1
  111. package/lib/Input/Input.js +2 -1
  112. package/lib/Input/styles.js +1 -1
  113. package/lib/Listbox/Listbox.js +2 -1
  114. package/lib/LogoViewBoxes.d.js +1 -0
  115. package/lib/PartnerLogo/PartnerLogo.js +14 -13
  116. package/lib/PartnerLogo/PartnerLogoTypes.js +8 -1
  117. package/lib/PartnerLogo/index.js +1 -2
  118. package/lib/PartnerLogo/styles.js +1 -1
  119. package/lib/Select/Select.js +2 -1
  120. package/lib/Switch/Switch.js +1 -0
  121. package/lib/TableHeaderCell/TableHeaderCell.js +2 -1
  122. package/lib/TableRowAccordion/TableRowAccordion.js +6 -2
  123. package/lib/Textarea/styles.js +1 -1
  124. package/lib/Toast/Toast.js +40 -34
  125. package/lib/ToggleHint/ToggleHint.js +4 -2
  126. package/lib/Token/Token.js +16 -2
  127. package/lib/Token/styles.js +1 -1
  128. package/lib/TokenInput/TokenInput.js +3 -1
  129. package/lib/TokenInput/styles.js +3 -3
  130. package/lib/themes/dark/theme.js +1 -1
  131. package/lib/themes/light/theme.js +3 -3
  132. package/lib/utils/index.js +9 -1
  133. package/package.json +3 -2
  134. package/dist/types/PartnerLogo/TypePartnerNames.d.ts +0 -2
  135. package/dist/types/PartnerLogo/TypePartnerNames.d.ts.map +0 -1
  136. /package/commonjs/{PartnerLogo/TypePartnerNames.js → IconViewBoxes.d.js} +0 -0
  137. /package/lib/{PartnerLogo/TypePartnerNames.js → IconViewBoxes.d.js} +0 -0
package/dist/iconList.js CHANGED
@@ -1 +1 @@
1
- module.exports = ["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","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","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","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
+ module.exports = ["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","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","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"];
@@ -152,7 +152,7 @@ $theme: (
152
152
  "subtext": #c8cccc,
153
153
  "body": #f3f4f4,
154
154
  "inverse": #273333,
155
- "error": #ff7f6e,
155
+ "error": #ffd5d2,
156
156
  "background": (
157
157
  "highlight": #944c0c,
158
158
  "selection": #116daa
@@ -184,7 +184,7 @@ $theme: (
184
184
  "subtext": #c8cccc,
185
185
  "body": #f3f4f4,
186
186
  "inverse": #273333,
187
- "error": #ff7f6e,
187
+ "error": #ffd5d2,
188
188
  "background": (
189
189
  "highlight": #944c0c,
190
190
  "selection": #116daa
@@ -183,7 +183,7 @@ $theme: (
183
183
  "subtext": #515e5f,
184
184
  "body": #364141,
185
185
  "inverse": #FFFFFF,
186
- "error": #c63434,
186
+ "error": #992222,
187
187
  "background": (
188
188
  "highlight": #ffe99a,
189
189
  "selection": #a1d2f8
@@ -209,13 +209,13 @@ $theme: (
209
209
  "selected": #364141
210
210
  ),
211
211
  "border": (
212
- "base": #b0b6b7,
212
+ "base": #6e797a,
213
213
  "error": #ed4c42,
214
214
  "warning": #ffbc00,
215
215
  "selected": #364141
216
216
  ),
217
217
  "placeholder": (
218
- "base": #6e797a
218
+ "base": #515e5f
219
219
  )
220
220
  ),
221
221
  "listItem": (
@@ -158,7 +158,7 @@ $theme: (
158
158
  "subtext": #515e5f,
159
159
  "body": #364141,
160
160
  "inverse": #FFFFFF,
161
- "error": #c63434,
161
+ "error": #992222,
162
162
  "background": (
163
163
  "highlight": #ffe99a,
164
164
  "selection": #a1d2f8
@@ -184,13 +184,13 @@ $theme: (
184
184
  "selected": #364141
185
185
  ),
186
186
  "border": (
187
- "base": #b0b6b7,
187
+ "base": #6e797a,
188
188
  "error": #ed4c42,
189
189
  "warning": #ffbc00,
190
190
  "selected": #364141
191
191
  ),
192
192
  "placeholder": (
193
- "base": #6e797a
193
+ "base": #515e5f
194
194
  )
195
195
  ),
196
196
  "listItem": (
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/Badge/Badge.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,KAAK,8EAUR,cAAc,gBAmChB,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/Badge/Badge.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,KAAK,8EAUR,cAAc,gBAoChB,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -5,7 +5,7 @@ declare type TypeProps = {
5
5
  declare const Container: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TypeProps, never>;
6
6
  export default Container;
7
7
  export declare const StyledBannerIcon: import("styled-components").StyledComponent<{
8
- ({ name, size, fixedWidth, ariaLabel, ...rest }: import("../Icon").TypeIconProps): JSX.Element;
8
+ ({ name, size, fixedWidth, ariaLabel, color, svgProps, ...rest }: import("../Icon").TypeIconProps): JSX.Element;
9
9
  Toggle: {
10
10
  ({ activeName, inactiveName, isActive, size, fixedWidth, ariaLabel, ...rest }: import("../Icon").TypeToggleProps): JSX.Element;
11
11
  displayName: string;
@@ -4,12 +4,14 @@ declare const Container: import("styled-components").StyledComponent<"span", imp
4
4
  export declare const InputWrapper: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Pick<import("../Box").TypeBoxProps, "key" | "security" | "children" | "cursor" | "color" | "bg" | "backgroundColor" | "opacity" | "hidden" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "boxShadow" | "bottom" | "top" | "overflow" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "left" | "right" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "size" | "position" | "zIndex" | "textShadow" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "slot" | "style" | "title" | "className" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "inputMode" | "is" | "as" | "gap" | "columnGap" | "rowGap" | "forwardedAs" | "css"> & React.RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, Pick<TypeCheckboxProps, "appearance">, never>;
5
5
  export declare const CheckboxBox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
6
6
  export declare const CheckIcon: import("styled-components").StyledComponent<{
7
- ({ name, size, fixedWidth, ariaLabel, ...rest }: import("../Icon").TypeIconProps): JSX.Element;
7
+ ({ name, size, fixedWidth, ariaLabel, color, svgProps, ...rest }: import("../Icon").TypeIconProps): JSX.Element;
8
8
  Toggle: {
9
9
  ({ activeName, inactiveName, isActive, size, fixedWidth, ariaLabel, ...rest }: import("../Icon").TypeToggleProps): JSX.Element;
10
10
  displayName: string;
11
11
  };
12
- }, import("styled-components").DefaultTheme, {}, never>;
12
+ }, import("styled-components").DefaultTheme, {
13
+ 'aria-hidden': true;
14
+ }, "aria-hidden">;
13
15
  export declare const PillInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>;
14
16
  export declare const LabelText: import("styled-components").StyledComponent<{
15
17
  ({ fontSize, children, qa, color, ...rest }: import("../Text").TypeTextProps): JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Checkbox/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;AAEvD,QAAA,MAAM,SAAS,0GAMd,CAAC;AAGF,eAAO,MAAM,YAAY,0uMA2BxB,CAAC;AAGF,eAAO,MAAM,WAAW,yGAavB,CAAC;AAGF,eAAO,MAAM,SAAS;;;;;;uDAmBrB,CAAC;AAGF,eAAO,MAAM,SAAS,2GAuDrB,CAAC;AAGF,eAAO,MAAM,SAAS;;;;;;;;;wFAYrB,CAAC;AA2BF,eAAO,MAAM,iBAAiB,yKAwF7B,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Checkbox/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;AAEvD,QAAA,MAAM,SAAS,0GAMd,CAAC;AAGF,eAAO,MAAM,YAAY,0uMA2BxB,CAAC;AAGF,eAAO,MAAM,WAAW,yGAavB,CAAC;AAGF,eAAO,MAAM,SAAS;;;;;;;;iBAmBrB,CAAC;AAGF,eAAO,MAAM,SAAS,2GAuDrB,CAAC;AAGF,eAAO,MAAM,SAAS;;;;;;;;;wFAYrB,CAAC;AA2BF,eAAO,MAAM,iBAAiB,yKAwF7B,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -3,7 +3,7 @@ import type { TypeDrawerCloseButtonProps, TypeDrawerHeaderProps, TypeDrawerProps
3
3
  declare const DrawerContainer: {
4
4
  ({ children, closeButtonLabel, direction, disableCloseOnClickOutside, id, isOpen, offset, onClose, zIndex, closeTargets, ...rest }: TypeDrawerProps): JSX.Element;
5
5
  Header: {
6
- ({ title, children, render, ...rest }: TypeDrawerHeaderProps): React.ReactElement<any, any> | null;
6
+ ({ title, id, children, render, ...rest }: TypeDrawerHeaderProps): React.ReactElement<any, any> | null;
7
7
  displayName: string;
8
8
  };
9
9
  Content: {
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/Drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,OAAO,KAAK,EAEV,0BAA0B,EAC1B,qBAAqB,EACrB,eAAe,EAEf,sBAAsB,EACvB,MAAM,eAAe,CAAC;AA4KvB,QAAA,MAAM,eAAe;wIAYlB,eAAe;;+CA3If,qBAAqB;;;;gCAkCoB,sBAAsB;;;;gBA/DhC,0BAA0B;;;CA8M3D,CAAC;AAUF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/Drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,OAAO,KAAK,EAEV,0BAA0B,EAC1B,qBAAqB,EACrB,eAAe,EAEf,sBAAsB,EACvB,MAAM,eAAe,CAAC;AA+KvB,QAAA,MAAM,eAAe;wIAYlB,eAAe;;mDA7If,qBAAqB;;;;gCAmCoB,sBAAsB;;;;gBAjEhC,0BAA0B;;;CAiN3D,CAAC;AAUF,eAAe,eAAe,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare 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" | "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" | "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" | "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
+ export declare 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" | "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" | "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";
2
2
  //# sourceMappingURL=EnumIconNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EnumIconNames.d.ts","sourceRoot":"","sources":["../../src/EnumIconNames.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"EnumIconNames.d.ts","sourceRoot":"","sources":["../../src/EnumIconNames.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,24 @@
1
1
  import type { TypeIconProps, TypeToggleProps } from './IconTypes';
2
2
  declare const Icon: {
3
- ({ name, size, fixedWidth, ariaLabel, ...rest }: TypeIconProps): JSX.Element;
3
+ ({ name, size, fixedWidth, ariaLabel, color, svgProps, ...rest }: TypeIconProps): JSX.Element;
4
+ /**
5
+ * **Accessibility note:** It is best practice to wrap `<Icon.Toggle />` in a button. The button must include `aria-label` and `aria-pressed` in order for a screen reader to properly communicate the icon's state. See example below.
6
+ *
7
+ * @example
8
+ * const [toggleState, setToggleState] = useState(false);
9
+ * <Button // Wrap Icon.Toggle with Button
10
+ * appearance='pill'
11
+ * aria-label='like' // required for accessibility
12
+ * aria-pressed={toggleState} // required for accessibility
13
+ * onClick={() => setToggleState(!toggleState)}
14
+ * >
15
+ * <Icon.Toggle
16
+ * activeName="like"
17
+ * inactiveName="like-outline"
18
+ * isActive={toggleState}
19
+ * />
20
+ * </Button>
21
+ */
4
22
  Toggle: {
5
23
  ({ activeName, inactiveName, isActive, size, fixedWidth, ariaLabel, ...rest }: TypeToggleProps): JSX.Element;
6
24
  displayName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Icon.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAC,aAAa,EAAE,eAAe,EAAC,MAAM,aAAa,CAAC;AAEhE,QAAA,MAAM,IAAI;qDAMP,aAAa;;uFAiDb,eAAe;;;CA7BjB,CAAC;AAuDF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Icon.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAC,aAAa,EAAE,eAAe,EAAC,MAAM,aAAa,CAAC;AAGhE,QAAA,MAAM,IAAI;sEAQP,aAAa;IAqGhB;;;;;;;;;;;;;;;;;OAiBG;;uFAzCA,eAAe;;;CA7BjB,CAAC;AAyEF,eAAe,IAAI,CAAC"}
@@ -4,8 +4,9 @@ import type { TypeStyledComponentsCommonProps } from '../types/styled-components
4
4
  import type { TypeSystemCommonProps } from '../types/system-props';
5
5
  import { TypeBoxProps } from '../Box';
6
6
  import deprecatedIcons from './deprecatedIcons';
7
+ import { type TypePartnerNames } from '../PartnerLogo';
7
8
  export declare type TypeDeprecatedIconNames = keyof typeof deprecatedIcons;
8
- export declare type TypeIconName = EnumIconNames | TypeDeprecatedIconNames;
9
+ export declare type TypeIconName = EnumIconNames | TypePartnerNames | TypeDeprecatedIconNames;
9
10
  export declare type TypeIconSize = 'mini' | 'default' | 'small' | 'medium' | 'large' | 'jumbo';
10
11
  export interface TypeIconProps extends TypeStyledComponentsCommonProps, TypeSystemCommonProps, Omit<React.ComponentPropsWithoutRef<'span'>, 'color'> {
11
12
  /** Name of the icon in the svg sprite */
@@ -15,7 +16,7 @@ export interface TypeIconProps extends TypeStyledComponentsCommonProps, TypeSyst
15
16
  fixedWidth?: boolean;
16
17
  /** Label used to describe the icon if not used with an accompanying visual label */
17
18
  ariaLabel?: string;
18
- ariaHidden?: boolean;
19
+ svgProps?: React.ComponentPropsWithoutRef<'svg'>;
19
20
  }
20
21
  export interface TypeToggleProps extends TypeBoxProps {
21
22
  /** Name of the icon to be shown in the active state */
@@ -1 +1 @@
1
- {"version":3,"file":"IconTypes.d.ts","sourceRoot":"","sources":["../../../src/Icon/IconTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,aAAa,EAAC,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EAAC,+BAA+B,EAAC,MAAM,8BAA8B,CAAC;AAClF,OAAO,KAAK,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAGtC,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAEhD,oBAAY,uBAAuB,GAAG,MAAM,OAAO,eAAe,CAAC;AACnE,oBAAY,YAAY,GAAG,aAAa,GAAG,uBAAuB,CAAC;AACnE,oBAAY,YAAY,GACpB,MAAM,GAEN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,OAAO,GACP,OAAO,CAAC;AAEZ,MAAM,WAAW,aACf,SAAQ,+BAA+B,EACrC,qBAAqB,EACrB,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;IACvD,yCAAyC;IACzC,IAAI,EAAE,YAAY,CAAC;IACnB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,0HAA0H;IAC1H,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oFAAoF;IACpF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACnD,uDAAuD;IACvD,UAAU,EAAE,aAAa,CAAC;IAC1B,yDAAyD;IACzD,YAAY,EAAE,aAAa,CAAC;IAC5B,qDAAqD;IACrD,QAAQ,EAAE,OAAO,CAAC;IAClB,mDAAmD;IACnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,CAAC;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"IconTypes.d.ts","sourceRoot":"","sources":["../../../src/Icon/IconTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,aAAa,EAAC,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EAAC,+BAA+B,EAAC,MAAM,8BAA8B,CAAC;AAClF,OAAO,KAAK,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAGtC,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,KAAK,gBAAgB,EAAC,MAAM,kBAAkB,CAAC;AAEvD,oBAAY,uBAAuB,GAAG,MAAM,OAAO,eAAe,CAAC;AACnE,oBAAY,YAAY,GACpB,aAAa,GACb,gBAAgB,GAChB,uBAAuB,CAAC;AAE5B,oBAAY,YAAY,GACpB,MAAM,GAEN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,OAAO,GACP,OAAO,CAAC;AAEZ,MAAM,WAAW,aACf,SAAQ,+BAA+B,EACrC,qBAAqB,EACrB,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;IACvD,yCAAyC;IACzC,IAAI,EAAE,YAAY,CAAC;IACnB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,0HAA0H;IAC1H,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oFAAoF;IACpF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;CAClD;AAED,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACnD,uDAAuD;IACvD,UAAU,EAAE,aAAa,CAAC;IAC1B,yDAAyD;IACzD,YAAY,EAAE,aAAa,CAAC;IAC5B,qDAAqD;IACrD,QAAQ,EAAE,OAAO,CAAC;IAClB,mDAAmD;IACnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,CAAC;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Input/styles.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;AAErD,QAAA,MAAM,SAAS,8HAmId,CAAC;AAEF,eAAO,MAAM,SAAS;;;;SAuBrB,CAAC;AAKF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Input/styles.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;AAErD,QAAA,MAAM,SAAS,8HAoId,CAAC;AAEF,eAAO,MAAM,SAAS;;;;SAuBrB,CAAC;AAKF,eAAe,SAAS,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { TypePartnerLogoProps } from './PartnerLogoTypes';
2
- declare const PartnerLogo: ({ partnerName, backgroundType, logoType, height, width, size, color, ...rest }: TypePartnerLogoProps) => JSX.Element;
2
+ declare const PartnerLogo: ({ partnerName, backgroundType, logoType, height, width, size, "aria-label": ariaLabel, svgProps, ...rest }: TypePartnerLogoProps) => JSX.Element;
3
3
  export default PartnerLogo;
4
4
  //# sourceMappingURL=PartnerLogo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PartnerLogo.d.ts","sourceRoot":"","sources":["../../../src/PartnerLogo/PartnerLogo.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,oBAAoB,EAAC,MAAM,oBAAoB,CAAC;AAExD,QAAA,MAAM,WAAW,mFASd,oBAAoB,gBAyCtB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"PartnerLogo.d.ts","sourceRoot":"","sources":["../../../src/PartnerLogo/PartnerLogo.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,oBAAoB,EAAC,MAAM,oBAAoB,CAAC;AAExD,QAAA,MAAM,WAAW,+GAUd,oBAAoB,gBAgDtB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,16 +1,25 @@
1
1
  import * as React from 'react';
2
2
  import type { TypeStyledComponentsCommonProps } from '../types/styled-components';
3
3
  import type { TypeSystemCommonProps, TypeSystemFlexboxProps } from '../types/system-props';
4
- import type { TypePartnerNames } from '../PartnerLogo/TypePartnerNames';
5
- export declare type TypePartnerLogoSize = 'mini' | 'small' | 'medium' | 'large' | 'jumbo';
4
+ export declare const PartnerNames: readonly ["apple-app-store", "bigcommerce", "bitly", "bynder", "canva", "dropbox", "facebook", "facebook-audience-network", "facebook-groups", "facebook-shops", "feedly", "glassdoor", "google-analytics", "google-business-messages", "google-drive", "google-my-business", "google-play-store", "hubspot", "instagram", "linkedin", "linkedin-audience-network", "marketo", "messenger", "microsoft-dynamics", "pinterest", "reddit", "salesforce", "shopify", "slack", "sproutsocial", "tiktok", "tripadvisor", "tumblr", "twitter", "twitter-audience-network", "whatsapp", "woocommerce", "yelp", "youtube", "zendesk"];
5
+ export declare type TypePartnerNames = (typeof PartnerNames)[number];
6
+ export declare const PartnerLogoSizes: {
7
+ readonly mini: "12px";
8
+ readonly small: "16px";
9
+ readonly medium: "24px";
10
+ readonly large: "32px";
11
+ readonly jumbo: "64px";
12
+ };
13
+ export declare type TypePartnerLogoSize = keyof typeof PartnerLogoSizes;
6
14
  export interface TypePartnerLogoProps extends TypeStyledComponentsCommonProps, TypeSystemCommonProps, TypeSystemFlexboxProps, Omit<React.ComponentPropsWithoutRef<'span'>, 'color'> {
7
15
  /** The name of the partner whose logo you want to render. */
8
16
  partnerName: TypePartnerNames;
9
17
  /** Manually override the default mode behavior by rendering a logo based on the background it's displayed on. */
10
18
  backgroundType?: 'dark' | 'light';
11
- logoType?: 'wordmark' | 'lockup';
19
+ logoType?: 'symbol' | 'wordmark' | 'lockup';
12
20
  height?: string;
13
21
  width?: string;
14
22
  size?: TypePartnerLogoSize;
23
+ svgProps?: React.ComponentPropsWithoutRef<'svg'>;
15
24
  }
16
25
  //# sourceMappingURL=PartnerLogoTypes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PartnerLogoTypes.d.ts","sourceRoot":"","sources":["../../../src/PartnerLogo/PartnerLogoTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,+BAA+B,EAAC,MAAM,8BAA8B,CAAC;AAClF,OAAO,KAAK,EACV,qBAAqB,EACrB,sBAAsB,EACvB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAC;AAExE,oBAAY,mBAAmB,GAC3B,MAAM,GACN,OAAO,GACP,QAAQ,GACR,OAAO,GACP,OAAO,CAAC;AAEZ,MAAM,WAAW,oBACf,SAAQ,+BAA+B,EACrC,qBAAqB,EACrB,sBAAsB,EACtB,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;IACvD,6DAA6D;IAC7D,WAAW,EAAE,gBAAgB,CAAC;IAE9B,iHAAiH;IACjH,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAClC,QAAQ,CAAC,EAAE,UAAU,GAAG,QAAQ,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC5B"}
1
+ {"version":3,"file":"PartnerLogoTypes.d.ts","sourceRoot":"","sources":["../../../src/PartnerLogo/PartnerLogoTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,+BAA+B,EAAC,MAAM,8BAA8B,CAAC;AAClF,OAAO,KAAK,EACV,qBAAqB,EACrB,sBAAsB,EACvB,MAAM,yBAAyB,CAAC;AAEjC,eAAO,MAAM,YAAY,+lBAyCf,CAAC;AAEX,oBAAY,gBAAgB,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AAE7D,eAAO,MAAM,gBAAgB;;;;;;CAMnB,CAAC;AAEX,oBAAY,mBAAmB,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAEhE,MAAM,WAAW,oBACf,SAAQ,+BAA+B,EACrC,qBAAqB,EACrB,sBAAsB,EACtB,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;IACvD,6DAA6D;IAC7D,WAAW,EAAE,gBAAgB,CAAC;IAE9B,iHAAiH;IACjH,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAClC,QAAQ,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;CAClD"}
@@ -2,5 +2,4 @@ import PartnerLogo from './PartnerLogo';
2
2
  export default PartnerLogo;
3
3
  export { PartnerLogo };
4
4
  export * from './PartnerLogoTypes';
5
- export * from './TypePartnerNames';
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/PartnerLogo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,eAAe,WAAW,CAAC;AAC3B,OAAO,EAAC,WAAW,EAAC,CAAC;AACrB,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/PartnerLogo/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,eAAe,WAAW,CAAC;AAC3B,OAAO,EAAC,WAAW,EAAC,CAAC;AACrB,cAAc,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAE9C,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC;IAClE,MAAM,CAAC,YAAY;;MAEjB;IAEF,YAAY,MAAO,MAAM,cAAc,CAAC,iBAAiB,CAAC,UAMxD;IAEF,MAAM;CAqDP"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAE9C,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC;IAClE,MAAM,CAAC,YAAY;;MAEjB;IAEF,YAAY,MAAO,MAAM,cAAc,CAAC,iBAAiB,CAAC,UAMxD;IAEF,MAAM;CAsDP"}
@@ -1 +1 @@
1
- {"version":3,"file":"TableRowAccordion.d.ts","sourceRoot":"","sources":["../../../src/TableRowAccordion/TableRowAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,0BAA0B,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,0BAA0B,CAAC;IACxF,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CAOxD;IAEF,MAAM;CAiDP"}
1
+ {"version":3,"file":"TableRowAccordion.d.ts","sourceRoot":"","sources":["../../../src/TableRowAccordion/TableRowAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,0BAA0B,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,0BAA0B,CAAC;IACxF,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CAOxD;IAEF,MAAM;CAqDP"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Textarea/styles.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,0BAA0B,EAC3B,MAAM,iBAAiB,CAAC;AAEzB,QAAA,MAAM,SAAS,iIAsEd,CAAC;AAEF,eAAO,MAAM,SAAS,iIAiBrB,CAAC;AAKF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Textarea/styles.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,0BAA0B,EAC3B,MAAM,iBAAiB,CAAC;AAEzB,QAAA,MAAM,SAAS,iIAuEd,CAAC;AAEF,eAAO,MAAM,SAAS,iIAiBrB,CAAC;AAKF,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/Toast/Toast.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACV,gBAAgB,EAGjB,MAAM,cAAc,CAAC;AAetB,QAAA,MAAM,cAAc,mBAYnB,CAAC;AASF,wBAAgB,KAAK,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAuBrD;AAuDD,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/Toast/Toast.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACV,gBAAgB,EAGjB,MAAM,cAAc,CAAC;AAetB,QAAA,MAAM,cAAc,mBAYnB,CAAC;AASF,wBAAgB,KAAK,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAuBrD;AAyDD,eAAe,cAAc,CAAC"}
@@ -6,7 +6,7 @@ interface TypeProps {
6
6
  }
7
7
  declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("../Box").TypeBoxProps, "key" | "security" | "children" | "cursor" | "color" | "bg" | "backgroundColor" | "opacity" | "hidden" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "boxShadow" | "bottom" | "top" | "overflow" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "left" | "right" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "size" | "position" | "zIndex" | "textShadow" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "slot" | "style" | "title" | "className" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "inputMode" | "is" | "as" | "gap" | "columnGap" | "rowGap" | "forwardedAs" | "css"> & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, TypeProps, never>;
8
8
  export declare const CustomIcon: import("styled-components").StyledComponent<{
9
- ({ name, size, fixedWidth, ariaLabel, ...rest }: import("../Icon").TypeIconProps): JSX.Element;
9
+ ({ name, size, fixedWidth, ariaLabel, color, svgProps, ...rest }: import("../Icon").TypeIconProps): JSX.Element;
10
10
  Toggle: {
11
11
  ({ activeName, inactiveName, isActive, size, fixedWidth, ariaLabel, ...rest }: import("../Icon").TypeToggleProps): JSX.Element;
12
12
  displayName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Token.d.ts","sourceRoot":"","sources":["../../../src/Token/Token.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,KAAK,4EASR,cAAc,gBA+BhB,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Token.d.ts","sourceRoot":"","sources":["../../../src/Token/Token.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,KAAK,4EASR,cAAc,gBA2ChB,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TokenInput.d.ts","sourceRoot":"","sources":["../../../src/TokenInput/TokenInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EAAC,mBAAmB,EAAE,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAE1E,aAAK,SAAS,GAAG;IACf,SAAS,EAAE,mBAAmB,CAAC;IAC/B,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AASF,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,KAAK,CAAC,SAAS,CACrD,mBAAmB,EACnB,SAAS,CACV;IACC,gBAAgB,EAAE,MAAM,CAAC;gBAEb,KAAK,EAAE,mBAAmB;IAYtC,MAAM,CAAC,wBAAwB,CAC7B,KAAK,EAAE,mBAAmB,EAC1B,KAAK,EAAE,SAAS;IAelB,WAAW,CAAC,OAAO,EAAE,MAAM;IAK3B,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE;IAoB9B,WAAW,CAAC,OAAO,CAAC,EAAE,MAAM;IAiB5B,gBAAgB,MAAO,MAAM,cAAc,CAAC,gBAAgB,CAAC,UAO3D;IAEF,WAAW,MAAO,gBAAgB,CAAC,gBAAgB,CAAC,UAMlD;IAEF,UAAU,MAAO,gBAAgB,CAAC,gBAAgB,CAAC,UAMjD;IAEF,WAAW,MAAO,mBAAmB,CAAC,gBAAgB,CAAC,UAErD;IAEF,aAAa,MAAO,mBAAmB,CAAC,gBAAgB,CAAC,UAkBvD;IAEF,WAAW,MAAO,oBAAoB,CAAC,gBAAgB,CAAC,UAWtD;IAEF,gBAAgB,MACX,MAAM,cAAc,CAAC,iBAAiB,CAAC,SACnC,aAAa,UAQpB;IAEF,WAAW,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS;IAwBlD,YAAY,CAAC,MAAM,EAAE,aAAa,EAAE,GAAG,KAAK,CAAC,SAAS;IAQtD,MAAM;CAmFP"}
1
+ {"version":3,"file":"TokenInput.d.ts","sourceRoot":"","sources":["../../../src/TokenInput/TokenInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EAAC,mBAAmB,EAAE,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAE1E,aAAK,SAAS,GAAG;IACf,SAAS,EAAE,mBAAmB,CAAC;IAC/B,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AASF,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,KAAK,CAAC,SAAS,CACrD,mBAAmB,EACnB,SAAS,CACV;IACC,gBAAgB,EAAE,MAAM,CAAC;gBAEb,KAAK,EAAE,mBAAmB;IAYtC,MAAM,CAAC,wBAAwB,CAC7B,KAAK,EAAE,mBAAmB,EAC1B,KAAK,EAAE,SAAS;IAelB,WAAW,CAAC,OAAO,EAAE,MAAM;IAK3B,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE;IAoB9B,WAAW,CAAC,OAAO,CAAC,EAAE,MAAM;IAiB5B,gBAAgB,MAAO,MAAM,cAAc,CAAC,gBAAgB,CAAC,UAO3D;IAEF,WAAW,MAAO,gBAAgB,CAAC,gBAAgB,CAAC,UAMlD;IAEF,UAAU,MAAO,gBAAgB,CAAC,gBAAgB,CAAC,UAMjD;IAEF,WAAW,MAAO,mBAAmB,CAAC,gBAAgB,CAAC,UAErD;IAEF,aAAa,MAAO,mBAAmB,CAAC,gBAAgB,CAAC,UAkBvD;IAEF,WAAW,MAAO,oBAAoB,CAAC,gBAAgB,CAAC,UAWtD;IAEF,gBAAgB,MACX,MAAM,cAAc,CAAC,iBAAiB,CAAC,SACnC,aAAa,UAQpB;IAEF,WAAW,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS;IA2BlD,YAAY,CAAC,MAAM,EAAE,aAAa,EAAE,GAAG,KAAK,CAAC,SAAS;IAQtD,MAAM;CAmFP"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/TokenInput/styles.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,uBAAuB,EAAC,MAAM,uBAAuB,CAAC;AAE9D,UAAU,4BACR,SAAQ,IAAI,CACV,uBAAuB,EACvB,kBAAkB,GAAG,iBAAiB,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,CAC5E;IACD,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,SAAS,mIAqHd,CAAC;AAIF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/TokenInput/styles.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,uBAAuB,EAAC,MAAM,uBAAuB,CAAC;AAE9D,UAAU,4BACR,SAAQ,IAAI,CACV,uBAAuB,EACvB,kBAAkB,GAAG,iBAAiB,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,CAC5E;IACD,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,SAAS,mIAsHd,CAAC;AAIF,eAAe,SAAS,CAAC"}
@@ -4,5 +4,10 @@ declare type TypeRef = {
4
4
  current: null | HTMLInputElement;
5
5
  } | ((arg0: ElementRef<any> | HTMLElement) => void);
6
6
  export declare const mergeRefs: (refs: (TypeRef | null)[]) => TypeRef | null;
7
+ /**
8
+ * Type safe includes with narrowing
9
+ * https://fettblog.eu/typescript-array-includes/
10
+ */
11
+ export declare function includes<T extends U, U>(coll: ReadonlyArray<T>, el: U): el is T;
7
12
  export {};
8
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,SAAS,eAMrB,CAAC;AAEF,aAAK,OAAO,GACR;IACE,OAAO,EAAE,IAAI,GAAG,gBAAgB,CAAC;CAClC,GAED,CAAC,CAAC,IAAI,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,WAAW,KAAK,IAAI,CAAC,CAAC;AAIpD,eAAO,MAAM,SAAS,SAAU,CAAC,OAAO,GAAG,IAAI,CAAC,EAAE,mBAcjD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,SAAS,eAMrB,CAAC;AAEF,aAAK,OAAO,GACR;IACE,OAAO,EAAE,IAAI,GAAG,gBAAgB,CAAC;CAClC,GAED,CAAC,CAAC,IAAI,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,WAAW,KAAK,IAAI,CAAC,CAAC;AAIpD,eAAO,MAAM,SAAS,SAAU,CAAC,OAAO,GAAG,IAAI,CAAC,EAAE,mBAcjD,CAAC;AAEF;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,EACrC,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,EACtB,EAAE,EAAE,CAAC,GACJ,EAAE,IAAI,CAAC,CAET"}
@@ -1,5 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 16">
2
2
  <path fill-rule="evenodd" d="M11.025 4.75a2.375 2.375 0 100-4.75 2.375 2.375 0 000 4.75zm0-1.25a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zM7.5 5.2a2 2 0 11-4 0 2 2 0 014 0zm-1.25 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" clip-rule="evenodd"/>
3
- <path fill="#364141" d="M1.375 9.4a1.375 1.375 0 100-2.75 1.375 1.375 0 000 2.75z"/>
4
- <path fill="#364141" fill-rule="evenodd" d="M12.704 15.304a2.376 2.376 0 10-3.289-3.43 2.376 2.376 0 003.289 3.43zm-.64-1.25a1.127 1.127 0 00-1.836-1.224 1.124 1.124 0 101.836 1.225zm.64-4.36a2.376 2.376 0 11-3.43-3.288 2.376 2.376 0 013.43 3.288zm-.884-.884a1.125 1.125 0 11-1.646-1.534A1.125 1.125 0 0111.82 8.81zm-4.906 3.454a2 2 0 10-2.78-2.877 2 2 0 002.78 2.877zm-.721-1.127a.75.75 0 10-1.387-.574.75.75 0 001.387.574z" clip-rule="evenodd"/>
3
+ <path d="M1.375 9.4a1.375 1.375 0 100-2.75 1.375 1.375 0 000 2.75z"/>
4
+ <path fill-rule="evenodd" d="M12.704 15.304a2.376 2.376 0 10-3.289-3.43 2.376 2.376 0 003.289 3.43zm-.64-1.25a1.127 1.127 0 00-1.836-1.224 1.124 1.124 0 101.836 1.225zm.64-4.36a2.376 2.376 0 11-3.43-3.288 2.376 2.376 0 013.43 3.288zm-.884-.884a1.125 1.125 0 11-1.646-1.534A1.125 1.125 0 0111.82 8.81zm-4.906 3.454a2 2 0 10-2.78-2.877 2 2 0 002.78 2.877zm-.721-1.127a.75.75 0 10-1.387-.574.75.75 0 001.387.574z" clip-rule="evenodd"/>
5
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
2
2
  <path fill-rule="evenodd" d="M6.465 3L3.88 10.5h1.587l.776-2.25h2.516l.776 2.25h1.587L8.535 3h-2.07zm1.776 3.75H6.76L7.5 4.6l.742 2.15z" clip-rule="evenodd"/>
3
- <path fill="#364141" d="M11.75 3h1.5v7.5h-1.5V3z"/>
4
- <path fill="#364141" fill-rule="evenodd" d="M6 13.5h8a4 4 0 004-4V1a1 1 0 00-1-1H4a4 4 0 00-4 4v13.5a.25.25 0 00.4.2L6 13.5zM5.5 12l-4 3V4A2.5 2.5 0 014 1.5h12.5v8A2.5 2.5 0 0114 12H5.5z" clip-rule="evenodd"/>
3
+ <path d="M11.75 3h1.5v7.5h-1.5V3z"/>
4
+ <path fill-rule="evenodd" d="M6 13.5h8a4 4 0 004-4V1a1 1 0 00-1-1H4a4 4 0 00-4 4v13.5a.25.25 0 00.4.2L6 13.5zM5.5 12l-4 3V4A2.5 2.5 0 014 1.5h12.5v8A2.5 2.5 0 0114 12H5.5z" clip-rule="evenodd"/>
5
5
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
2
2
  <path d="M8.241 6.75H6.76L7.5 4.6l.742 2.15z"/>
3
- <path fill="#364141" fill-rule="evenodd" d="M4 0a4 4 0 00-4 4v13.5a.25.25 0 00.4.2L6 13.5h8a4 4 0 004-4V1a1 1 0 00-1-1H4zm2.465 3L3.88 10.5h1.587l.776-2.25h2.516l.776 2.25h1.587L8.535 3h-2.07zm5.285 0h1.5v7.5h-1.5V3z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M4 0a4 4 0 00-4 4v13.5a.25.25 0 00.4.2L6 13.5h8a4 4 0 004-4V1a1 1 0 00-1-1H4zm2.465 3L3.88 10.5h1.587l.776-2.25h2.516l.776 2.25h1.587L8.535 3h-2.07zm5.285 0h1.5v7.5h-1.5V3z" clip-rule="evenodd"/>
4
4
  </svg>
package/icons/dropbox.svg CHANGED
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 16">
2
- <path d="M9.014 2.874l-4.5 2.874 4.5 2.874-4.5 2.873L0 8.595 4.51 5.72 0 2.874 4.51 0l4.504 2.874zm-4.528 9.525l4.5-2.874 4.5 2.874-4.5 2.874-4.5-2.874zm4.528-3.805l4.5-2.874-4.5-2.85L13.49 0 18 2.874l-4.51 2.874L18 8.618l-4.51 2.874-4.476-2.898z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 16">
2
+ <path fill="#0061FF" d="M9.014 2.874l-4.5 2.874 4.5 2.874-4.5 2.873L0 8.595 4.51 5.72 0 2.874 4.51 0l4.504 2.874zm-4.528 9.525l4.5-2.874 4.5 2.874-4.5 2.874-4.5-2.874zm4.528-3.805l4.5-2.874-4.5-2.85L13.49 0 18 2.874l-4.51 2.874L18 8.618l-4.51 2.874-4.476-2.898z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
- <path d="M12.847 11.077h-.315a.23.23 0 01-.227-.26c.009-.072.013-.145.013-.22v-.305a3.46 3.46 0 00-.585-1.928c-.103-.156 0-.364.186-.364h.094c1.079 0 1.833.918 1.833 2.047 0 .568-.448 1.03-.999 1.03zM10.307 6c0-.84.484-1.385 1.232-1.385.747 0 1.23.544 1.23 1.385 0 .764-.552 1.385-1.23 1.385-.68 0-1.231-.621-1.231-1.385zm1.078 4.598c0 .603-.504 1.094-1.122 1.094H5.737c-.619 0-1.122-.49-1.122-1.095v-.305c0-1.434 1.195-2.6 2.664-2.6h1.443c1.468 0 2.663 1.166 2.663 2.6v.306zM3.23 6c0-.84.483-1.385 1.23-1.385.748 0 1.231.544 1.231 1.385 0 .764-.552 1.385-1.23 1.385-.68 0-1.231-.621-1.231-1.385zm1.036 2.364a3.465 3.465 0 00-.585 1.928v.306c0 .074.005.147.013.219a.23.23 0 01-.226.26h-.316c-.551 0-1-.462-1-1.03C2.154 8.918 2.91 8 3.988 8h.094c.185 0 .29.208.186.364zM8 3.077c1.044 0 1.692.708 1.692 1.846C9.692 5.942 8.934 6.77 8 6.77c-.933 0-1.692-.827-1.692-1.846 0-1.138.648-1.846 1.692-1.846zM8 0C3.589 0 0 3.589 0 8c0 4.412 3.589 8 8 8 4.412 0 8-3.588 8-8 0-4.411-3.588-8-8-8z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
2
+ <path fill="#1877F2" d="M12.847 11.077h-.315a.23.23 0 01-.227-.26c.009-.072.013-.145.013-.22v-.305a3.46 3.46 0 00-.585-1.928c-.103-.156 0-.364.186-.364h.094c1.079 0 1.833.918 1.833 2.047 0 .568-.448 1.03-.999 1.03zM10.307 6c0-.84.484-1.385 1.232-1.385.747 0 1.23.544 1.23 1.385 0 .764-.552 1.385-1.23 1.385-.68 0-1.231-.621-1.231-1.385zm1.078 4.598c0 .603-.504 1.094-1.122 1.094H5.737c-.619 0-1.122-.49-1.122-1.095v-.305c0-1.434 1.195-2.6 2.664-2.6h1.443c1.468 0 2.663 1.166 2.663 2.6v.306zM3.23 6c0-.84.483-1.385 1.23-1.385.748 0 1.231.544 1.231 1.385 0 .764-.552 1.385-1.23 1.385-.68 0-1.231-.621-1.231-1.385zm1.036 2.364a3.465 3.465 0 00-.585 1.928v.306c0 .074.005.147.013.219a.23.23 0 01-.226.26h-.316c-.551 0-1-.462-1-1.03C2.154 8.918 2.91 8 3.988 8h.094c.185 0 .29.208.186.364zM8 3.077c1.044 0 1.692.708 1.692 1.846C9.692 5.942 8.934 6.77 8 6.77c-.933 0-1.692-.827-1.692-1.846 0-1.138.648-1.846 1.692-1.846zM8 0C3.589 0 0 3.589 0 8c0 4.412 3.589 8 8 8 4.412 0 8-3.588 8-8 0-4.411-3.588-8-8-8z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
- <path d="M16 8c0-4.42-3.58-8-8-8S0 3.58 0 8a8.003 8.003 0 006.75 7.903v-5.59H4.718V8H6.75V6.237c0-2.004 1.194-3.112 3.022-3.112.875 0 1.79.156 1.79.156V5.25h-1.008c-.994 0-1.304.617-1.304 1.25V8h2.219l-.355 2.313H9.25v5.59A8.003 8.003 0 0016 8z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
2
+ <path fill="#1877F2" d="M16 8c0-4.42-3.58-8-8-8S0 3.58 0 8a8.003 8.003 0 006.75 7.903v-5.59H4.718V8H6.75V6.237c0-2.004 1.194-3.112 3.022-3.112.875 0 1.79.156 1.79.156V5.25h-1.008c-.994 0-1.304.617-1.304 1.25V8h2.219l-.355 2.313H9.25v5.59A8.003 8.003 0 0016 8z"/>
3
3
  </svg>
package/icons/feedly.svg CHANGED
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15">
2
- <path d="M9.111 4.489c.089-.089.089-.267 0-.267l-.889-.889a.27.27 0 00-.355 0L3.244 7.867c-.088.089-.088.177 0 .266l.712.711h.71L9.112 4.49zm0 3.733c.089-.089.089-.178 0-.266l-.978-.978h-.266L5.11 9.733a.27.27 0 000 .356l.622.622h.711L9.11 8.222zm0 3.734a.27.27 0 000-.356l-.889-.889a.27.27 0 00-.355 0l-.89.889a.27.27 0 000 .356l.712.71H8.4l.711-.71zm-4.178 1.777L.4 9.2c-.533-.622-.533-1.6 0-2.311L6.889.4A1.743 1.743 0 019.11.4l6.49 6.489c.533.622.533 1.6 0 2.311l-4.533 4.533c-.267.267-.711.445-1.156.445H6.09c-.445 0-.8-.178-1.156-.445z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 15">
2
+ <path fill="#2BB24C" d="M9.111 4.489c.089-.089.089-.267 0-.267l-.889-.889a.27.27 0 00-.355 0L3.244 7.867c-.088.089-.088.177 0 .266l.712.711h.71L9.112 4.49zm0 3.733c.089-.089.089-.178 0-.266l-.978-.978h-.266L5.11 9.733a.27.27 0 000 .356l.622.622h.711L9.11 8.222zm0 3.734a.27.27 0 000-.356l-.889-.889a.27.27 0 00-.355 0l-.89.889a.27.27 0 000 .356l.712.71H8.4l.711-.71zm-4.178 1.777L.4 9.2c-.533-.622-.533-1.6 0-2.311L6.889.4A1.743 1.743 0 019.11.4l6.49 6.489c.533.622.533 1.6 0 2.311l-4.533 4.533c-.267.267-.711.445-1.156.445H6.09c-.445 0-.8-.178-1.156-.445z"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
2
2
  <path d="M7 7.25H4v-1.5h3v1.5zm4 0h3v-1.5h-3v1.5zM9 9a4.752 4.752 0 00-4.645 3.75h1.552a3.251 3.251 0 016.186 0h1.552A4.752 4.752 0 009 9z"/>
3
- <path fill="#364141" fill-rule="evenodd" d="M18 9A9 9 0 110 9a9 9 0 0118 0zm-1.5 0a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M18 9A9 9 0 110 9a9 9 0 0118 0zm-1.5 0a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z" clip-rule="evenodd"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
2
2
  <path d="M5.5 8a1 1 0 100-2 1 1 0 000 2zm0 4.75v-1.5h7v1.5h-7zm7-4.75a1 1 0 100-2 1 1 0 000 2z"/>
3
- <path fill="#364141" fill-rule="evenodd" d="M18 9A9 9 0 110 9a9 9 0 0118 0zm-1.5 0a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M18 9A9 9 0 110 9a9 9 0 0118 0zm-1.5 0a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z" clip-rule="evenodd"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
2
2
  <path d="M11.25 7.75a1 1 0 112 0V8h1.5v-.25a2.5 2.5 0 00-5 0V8h1.5v-.25zm-5.5-1a1 1 0 00-1 1V8h-1.5v-.25a2.5 2.5 0 015 0V8h-1.5v-.25a1 1 0 00-1-1zm7.25 3.5c0 1.657-1.5 3.5-4 3.5s-4-1.843-4-3.5h8z"/>
3
- <path fill="#364141" fill-rule="evenodd" d="M18 9A9 9 0 110 9a9 9 0 0118 0zm-1.5 0a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M18 9A9 9 0 110 9a9 9 0 0118 0zm-1.5 0a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z" clip-rule="evenodd"/>
4
4
  </svg>