diff --git a/.changeset/stupid-sheep-buy.md b/.changeset/stupid-sheep-buy.md new file mode 100644 index 00000000..4d8f31a9 --- /dev/null +++ b/.changeset/stupid-sheep-buy.md @@ -0,0 +1,5 @@ +--- +"@elasticpath/d2c-schematics": patch +--- + +Updated logos and styles to match Elastic Path rebrand. diff --git a/packages/d2c-schematics/application/files/public/favicon.ico b/packages/d2c-schematics/application/files/public/favicon.ico index 71401e29..a61f60f1 100644 Binary files a/packages/d2c-schematics/application/files/public/favicon.ico and b/packages/d2c-schematics/application/files/public/favicon.ico differ diff --git a/packages/d2c-schematics/application/files/public/icons/ep-icon.svg b/packages/d2c-schematics/application/files/public/icons/ep-icon.svg index 4ffd2301..6250de53 100644 --- a/packages/d2c-schematics/application/files/public/icons/ep-icon.svg +++ b/packages/d2c-schematics/application/files/public/icons/ep-icon.svg @@ -1,6 +1,4 @@ - - - - - + + \ No newline at end of file diff --git a/packages/d2c-schematics/application/files/public/icons/ep-logo.svg b/packages/d2c-schematics/application/files/public/icons/ep-logo.svg index 39d5d3f2..c2498f42 100644 --- a/packages/d2c-schematics/application/files/public/icons/ep-logo.svg +++ b/packages/d2c-schematics/application/files/public/icons/ep-logo.svg @@ -1,12 +1,13 @@ - + + + + + - + - - - - - diff --git a/packages/d2c-schematics/application/files/src/components/Spinner.tsx.template b/packages/d2c-schematics/application/files/src/components/Spinner.tsx.template index cd7a79ab..916be6ba 100644 --- a/packages/d2c-schematics/application/files/src/components/Spinner.tsx.template +++ b/packages/d2c-schematics/application/files/src/components/Spinner.tsx.template @@ -12,7 +12,7 @@ const Spinner = (props: IProps) => { props.width } ${ props.height - } animate-spin fill-blue-800 text-gray-200 dark:text-gray-600`} + } animate-spin fill-brand-primary text-gray-200 dark:text-gray-600`} viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg" diff --git a/packages/d2c-schematics/application/files/src/styles/globals.css.template b/packages/d2c-schematics/application/files/src/styles/globals.css.template index 3f53d0e5..290750fe 100644 --- a/packages/d2c-schematics/application/files/src/styles/globals.css.template +++ b/packages/d2c-schematics/application/files/src/styles/globals.css.template @@ -8,15 +8,15 @@ } .link-hover { - @apply hover:text-blue-800 hover:underline; + @apply hover:text-brand-primary hover:underline; } .primary-btn { - @apply flex w-full items-center justify-center rounded-md bg-blue-800 px-4 py-2 font-semibold text-white transition-all duration-200 hover:bg-blue-800/90; + @apply flex w-full items-center justify-center rounded-md bg-brand-primary px-4 py-2 font-semibold text-white transition-all duration-200 hover:bg-brand-highlight; } .secondary-btn { - @apply flex w-full items-center justify-center rounded-md border border-black bg-transparent px-4 py-2 font-semibold text-black transition-all duration-200 hover:border-blue-800 hover:text-blue-800; + @apply flex w-full items-center justify-center rounded-md border border-black bg-transparent px-4 py-2 font-semibold text-black transition-all duration-200 hover:border-brand-highlight hover:text-brand-primary; } } diff --git a/packages/d2c-schematics/ep-payments-payment-gateway/files/src/components/checkout/payments/CheckoutForm.tsx.template b/packages/d2c-schematics/ep-payments-payment-gateway/files/src/components/checkout/payments/CheckoutForm.tsx.template index aa4f09c2..b497f280 100644 --- a/packages/d2c-schematics/ep-payments-payment-gateway/files/src/components/checkout/payments/CheckoutForm.tsx.template +++ b/packages/d2c-schematics/ep-payments-payment-gateway/files/src/components/checkout/payments/CheckoutForm.tsx.template @@ -138,7 +138,7 @@ const CheckoutForm: CheckoutFormComponent = ({ {stateItems?.length} diff --git a/packages/d2c-schematics/header/files/src/components/header/cart/CartUpdatingSpinner.tsx.template b/packages/d2c-schematics/header/files/src/components/header/cart/CartUpdatingSpinner.tsx.template index 7a3b32f9..fd1a5b8e 100644 --- a/packages/d2c-schematics/header/files/src/components/header/cart/CartUpdatingSpinner.tsx.template +++ b/packages/d2c-schematics/header/files/src/components/header/cart/CartUpdatingSpinner.tsx.template @@ -1,7 +1,7 @@ export default function CartUpdatingSpinner(): JSX.Element { return ( {item.name} diff --git a/packages/d2c-schematics/header/files/src/components/header/navigation/NavMenu.tsx.template b/packages/d2c-schematics/header/files/src/components/header/navigation/NavMenu.tsx.template index 096d676b..9469860c 100644 --- a/packages/d2c-schematics/header/files/src/components/header/navigation/NavMenu.tsx.template +++ b/packages/d2c-schematics/header/files/src/components/header/navigation/NavMenu.tsx.template @@ -81,7 +81,7 @@ const NavMenu = (props: IProps) => { handleDisclosureChange(index)} > @@ -89,7 +89,7 @@ const NavMenu = (props: IProps) => { diff --git a/packages/d2c-schematics/product-list-page/files/src/components/breadcrumb.tsx.template b/packages/d2c-schematics/product-list-page/files/src/components/breadcrumb.tsx.template index 3740d7fc..91da88f2 100644 --- a/packages/d2c-schematics/product-list-page/files/src/components/breadcrumb.tsx.template +++ b/packages/d2c-schematics/product-list-page/files/src/components/breadcrumb.tsx.template @@ -15,7 +15,7 @@ export default function Breadcrumb({ entries }: IBreadcrumb): JSX.Element { {entry.label} ) : ( - + {entry.label} diff --git a/packages/d2c-schematics/workspace/files/tailwind.config.ts.template b/packages/d2c-schematics/workspace/files/tailwind.config.ts.template index 6a7e3476..be7f6035 100644 --- a/packages/d2c-schematics/workspace/files/tailwind.config.ts.template +++ b/packages/d2c-schematics/workspace/files/tailwind.config.ts.template @@ -9,9 +9,9 @@ export default { }, colors: { brand: { - primary: "#0033CC", - secondary: "#091740", - highlight: "#1E40AF", + primary: "#2BCC7E", + secondary: "#144E31", + highlight: "#56DC9B", primaryAlt: "#EA7317", secondaryAlt: "#ffcb47", },