Skip to content

Commit

Permalink
Merge branch 'main' into LG-3521-mobile-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey authored Aug 24, 2023
2 parents 9c5d2f0 + 8a2bb16 commit 21dbb7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-beds-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/logo': patch
---

Export `SupportedColors` from index.ts
1 change: 1 addition & 0 deletions packages/logo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ export { default as ChartsLogoMark } from './ChartsLogoMark';
export type { LogoName } from './Logo';
export { default } from './Logo';
export { default as RealmLogoMark } from './RealmLogoMark';
export { SupportedColors } from './utils';
2 changes: 1 addition & 1 deletion packages/logo/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface LogoProps extends HTMLElementProps<'svg'> {
/**
* Determines Color of the Logo or LogoMark component.
*
* @default 40
* @default 'green-dark-2'
*/
color?: SupportedColors;

Expand Down

0 comments on commit 21dbb7f

Please sign in to comment.