Skip to content

Commit

Permalink
chore: Updated and added new logo into brand-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-bagwell committed Dec 19, 2024
1 parent 66db2d0 commit 708949d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/preview-react/common/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './lib/parts';
19 changes: 19 additions & 0 deletions modules/preview-react/common/lib/parts/_brand-assets.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const CDN_URI = 'https://static.workday.com/brand-logos/';

export const dubLogoBlue = `<img src="${CDN_URI}wd-dub-primary.svg" alt="">`;

export const dubLogoWhite = `<img src="${CDN_URI}wd-dub-reversed.svg" alt="">`;

export const dubLogoMonoBlue = `<img src="${CDN_URI}wd-dub-mono-blue.svg" alt="">`;

export const dubLogoMonoWhite = `<img src="${CDN_URI}wd-dub-mono-white.svg" alt="">`;

export const wdayLogoBlue = `<img src="${CDN_URI}wd-logo-primary.svg" alt="">`;

export const wdayLogoWhite = `<img src="${CDN_URI}wd-logo-reversed.svg" alt="">`;

export const wdayLogoMonoBlue = `<img src="${CDN_URI}wd-logo-mono-blue.svg" alt="">`;

export const wdayLogoMonoWhite = `<img src="${CDN_URI}wd-logo-mono-white.svg" alt="">`;

export const miniWdayLogoBlue = `<img src="${CDN_URI}ck-mini-wday-logo-blue.svg" alt="">`;
1 change: 1 addition & 0 deletions modules/preview-react/common/lib/parts/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './_brand-assets';
1 change: 1 addition & 0 deletions modules/preview-react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export * from './side-panel';
export * from './status-indicator';
export * from './text-area';
export * from './text-input';
export * from './common';

0 comments on commit 708949d

Please sign in to comment.