diff --git a/src/assets/candid-platinum.svg b/src/assets/candid-platinum.svg new file mode 100644 index 0000000..dbba7bf --- /dev/null +++ b/src/assets/candid-platinum.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/AsyncTypeahead/AsyncTypeahead.vue b/src/components/AsyncTypeahead/AsyncTypeahead.vue index d0b8e26..94afdbc 100644 --- a/src/components/AsyncTypeahead/AsyncTypeahead.vue +++ b/src/components/AsyncTypeahead/AsyncTypeahead.vue @@ -229,12 +229,12 @@ defineExpose({ } .pdap-typeahead-input { - @apply rounded-md; + @apply rounded-sm; } .pdap-typeahead-input, .pdap-typeahead-list { - @apply bg-neutral-50 border-2 border-neutral-500 border-solid p-2 text-neutral-950; + @apply bg-neutral-50 border-2 border-brand-gold-300 border-solid p-2 text-neutral-950; } .pdap-typeahead-input::placeholder { @@ -244,7 +244,7 @@ defineExpose({ .pdap-typeahead-input:focus, .pdap-typeahead-input:focus-within, .pdap-typeahead-input:focus-visible { - @apply border-2 border-brand-gold border-solid outline-none; + @apply border-2 border-brand-gold-300 border-solid outline-none; } .pdap-typeahead-list { diff --git a/src/components/Footer/PdapFooter.vue b/src/components/Footer/PdapFooter.vue index 3f070df..cf95cb6 100644 --- a/src/components/Footer/PdapFooter.vue +++ b/src/components/Footer/PdapFooter.vue @@ -1,6 +1,6 @@ @@ -73,6 +72,7 @@ import { faInbox, faBook, faEnvelope, + faArrowsToDot, } from '@fortawesome/free-solid-svg-icons'; const iconMap = new Map([ @@ -82,6 +82,7 @@ const iconMap = new Map([ [FOOTER_LINK_ICONS.JOBS, faSmile], [FOOTER_LINK_ICONS.NEWSLETTER, faInbox], [FOOTER_LINK_ICONS.DOCS, faBook], + [FOOTER_LINK_ICONS.PUBLISH, faArrowsToDot], ]); const links = inject('footerLinks', [ diff --git a/src/components/Footer/__snapshots__/footer.spec.ts.snap b/src/components/Footer/__snapshots__/footer.spec.ts.snap index 005a3ca..6f32bc2 100644 --- a/src/components/Footer/__snapshots__/footer.spec.ts.snap +++ b/src/components/Footer/__snapshots__/footer.spec.ts.snap @@ -1,7 +1,7 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Footer component > Renders a footer 1`] = ` -