diff --git a/nuxt-app/pages/components/assistive-text.vue b/nuxt-app/pages/components/assistive-text.vue index 97a5c0d..84c644b 100644 --- a/nuxt-app/pages/components/assistive-text.vue +++ b/nuxt-app/pages/components/assistive-text.vue @@ -11,6 +11,6 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/assistive-text.js'; definePageMeta({ - title: 'PIE Assistive Text', + title: 'Assistive Text', }); diff --git a/nuxt-app/pages/components/button.vue b/nuxt-app/pages/components/button.vue index ea99274..6dc8312 100644 --- a/nuxt-app/pages/components/button.vue +++ b/nuxt-app/pages/components/button.vue @@ -12,7 +12,7 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/button.js'; definePageMeta({ - title: 'PIE Button', + title: 'Button', }); let counter = ref(0); diff --git a/nuxt-app/pages/components/card.vue b/nuxt-app/pages/components/card.vue index ec66722..b814753 100644 --- a/nuxt-app/pages/components/card.vue +++ b/nuxt-app/pages/components/card.vue @@ -18,6 +18,6 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/card.js'; definePageMeta({ - title: 'PIE Card', + title: 'Card', }); diff --git a/nuxt-app/pages/components/checkbox-group.vue b/nuxt-app/pages/components/checkbox-group.vue index c86ce7a..7521975 100644 --- a/nuxt-app/pages/components/checkbox-group.vue +++ b/nuxt-app/pages/components/checkbox-group.vue @@ -24,7 +24,7 @@ import '@justeattakeaway/pie-webc/components/checkbox-group.js'; import '@justeattakeaway/pie-webc/components/form-label.js'; definePageMeta({ - title: 'PIE Checkbox Group', + title: 'Checkbox Group', }); const contactByEmail = ref(false); diff --git a/nuxt-app/pages/components/checkbox.vue b/nuxt-app/pages/components/checkbox.vue index 4020567..d440f4c 100644 --- a/nuxt-app/pages/components/checkbox.vue +++ b/nuxt-app/pages/components/checkbox.vue @@ -12,7 +12,7 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/checkbox.js'; definePageMeta({ - title: 'PIE Checkbox', + title: 'Checkbox', }); let checked = ref(false); diff --git a/nuxt-app/pages/components/chip.vue b/nuxt-app/pages/components/chip.vue index f2af5aa..1f38e2e 100644 --- a/nuxt-app/pages/components/chip.vue +++ b/nuxt-app/pages/components/chip.vue @@ -15,6 +15,6 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/chip.js'; definePageMeta({ - title: 'PIE Chip', + title: 'Chip', }); diff --git a/nuxt-app/pages/components/cookie-banner.vue b/nuxt-app/pages/components/cookie-banner.vue index 592c4a3..e12954e 100644 --- a/nuxt-app/pages/components/cookie-banner.vue +++ b/nuxt-app/pages/components/cookie-banner.vue @@ -11,7 +11,7 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/cookie-banner.js'; definePageMeta({ - title: 'PIE Cookie Banner', + title: 'Cookie Banner', }); // TODO: DSW-1710 - Update this to use the TS declaration for locales. diff --git a/nuxt-app/pages/components/form-label.vue b/nuxt-app/pages/components/form-label.vue index 43e0636..1de20d6 100644 --- a/nuxt-app/pages/components/form-label.vue +++ b/nuxt-app/pages/components/form-label.vue @@ -9,6 +9,6 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/form-label.js'; definePageMeta({ - title: 'PIE Form Label', + title: 'Form Label', }); diff --git a/nuxt-app/pages/components/icon-button.vue b/nuxt-app/pages/components/icon-button.vue index 3eb64f0..d555af0 100644 --- a/nuxt-app/pages/components/icon-button.vue +++ b/nuxt-app/pages/components/icon-button.vue @@ -12,6 +12,6 @@ import '@justeattakeaway/pie-webc/components/icon-button.js'; import '@justeattakeaway/pie-icons-webc/dist/IconClose.js'; definePageMeta({ - title: 'PIE Icon Button', + title: 'Icon Button', }); diff --git a/nuxt-app/pages/components/icon.vue b/nuxt-app/pages/components/icon.vue index 2665f19..163b110 100644 --- a/nuxt-app/pages/components/icon.vue +++ b/nuxt-app/pages/components/icon.vue @@ -11,6 +11,6 @@ import '@justeattakeaway/pie-icons-webc/dist/IconPhone.js'; import '@justeattakeaway/pie-icons-webc/dist/IconPhoneLarge.js'; definePageMeta({ - title: 'PIE Icon', + title: 'Icon', }); diff --git a/nuxt-app/pages/components/link.vue b/nuxt-app/pages/components/link.vue index d9891e5..3f63972 100644 --- a/nuxt-app/pages/components/link.vue +++ b/nuxt-app/pages/components/link.vue @@ -11,6 +11,6 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/link.js'; definePageMeta({ - title: 'PIE Link', + title: 'Link', }); \ No newline at end of file diff --git a/nuxt-app/pages/components/lottie-player.vue b/nuxt-app/pages/components/lottie-player.vue index 8aab244..ec63b7f 100644 --- a/nuxt-app/pages/components/lottie-player.vue +++ b/nuxt-app/pages/components/lottie-player.vue @@ -23,7 +23,7 @@ const animations = [ ] definePageMeta({ - title: 'PIE Lottie Player', + title: 'Lottie Player', }); let animationIndex = ref(0); diff --git a/nuxt-app/pages/components/modal.vue b/nuxt-app/pages/components/modal.vue index 31f90b1..4a3fa1e 100644 --- a/nuxt-app/pages/components/modal.vue +++ b/nuxt-app/pages/components/modal.vue @@ -27,7 +27,7 @@ import '@justeattakeaway/pie-webc/components/button.js'; import '@justeattakeaway/pie-webc/components/modal.js'; definePageMeta({ - title: 'PIE Modal', + title: 'Modal', }); let open = ref(true); diff --git a/nuxt-app/pages/components/notification.vue b/nuxt-app/pages/components/notification.vue index 74dd8e8..b003cbd 100644 --- a/nuxt-app/pages/components/notification.vue +++ b/nuxt-app/pages/components/notification.vue @@ -28,7 +28,7 @@ import '@justeattakeaway/pie-webc/components/divider.js'; import '@justeattakeaway/pie-webc/components/notification.js'; definePageMeta({ - title: 'PIE Notification', + title: 'Notification', }); let isNotificationOpen = ref(true); diff --git a/nuxt-app/pages/components/radio.vue b/nuxt-app/pages/components/radio.vue index 8e4f8b8..2c361f4 100644 --- a/nuxt-app/pages/components/radio.vue +++ b/nuxt-app/pages/components/radio.vue @@ -12,7 +12,7 @@ import '@justeattakeaway/pie-webc/components/radio.js'; definePageMeta({ - title: 'PIE Radio', + title: 'Radio', }); let checked = ref(false); diff --git a/nuxt-app/pages/components/spinner.vue b/nuxt-app/pages/components/spinner.vue index bf5c427..4d2bdf1 100644 --- a/nuxt-app/pages/components/spinner.vue +++ b/nuxt-app/pages/components/spinner.vue @@ -9,6 +9,6 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/spinner.js'; definePageMeta({ - title: 'PIE Spinner', + title: 'Spinner', }); diff --git a/nuxt-app/pages/components/switch.vue b/nuxt-app/pages/components/switch.vue index 4e0190d..3f54065 100644 --- a/nuxt-app/pages/components/switch.vue +++ b/nuxt-app/pages/components/switch.vue @@ -11,7 +11,7 @@ import { definePageMeta } from '#imports'; import '@justeattakeaway/pie-webc/components/switch.js'; definePageMeta({ - title: 'PIE Switch', + title: 'Switch', }); let checked = ref(false); diff --git a/nuxt-app/pages/components/tag.vue b/nuxt-app/pages/components/tag.vue index bf5f923..73d5f62 100644 --- a/nuxt-app/pages/components/tag.vue +++ b/nuxt-app/pages/components/tag.vue @@ -56,7 +56,7 @@ import { variants } from '@justeattakeaway/pie-webc/components/tag.js'; import '@justeattakeaway/pie-webc/components/divider.js'; definePageMeta({ - title: 'PIE Tag', + title: 'Tag', }); diff --git a/nuxt-app/pages/components/text-input.vue b/nuxt-app/pages/components/text-input.vue index 1ae5075..b755863 100644 --- a/nuxt-app/pages/components/text-input.vue +++ b/nuxt-app/pages/components/text-input.vue @@ -12,6 +12,6 @@ import '@justeattakeaway/pie-webc/components/text-input.js'; import '@justeattakeaway/pie-icons-webc/dist/IconPhone.js'; definePageMeta({ - title: 'PIE Text Input', + title: 'Text Input', }); diff --git a/nuxt-app/pages/components/textarea.vue b/nuxt-app/pages/components/textarea.vue index c6a2e93..7efb3a5 100644 --- a/nuxt-app/pages/components/textarea.vue +++ b/nuxt-app/pages/components/textarea.vue @@ -12,6 +12,6 @@ import '@justeattakeaway/pie-webc/components/textarea.js'; import '@justeattakeaway/pie-webc/components/divider.js'; definePageMeta({ - title: 'PIE Textarea', + title: 'Textarea', }); diff --git a/nuxt-app/pages/index.vue b/nuxt-app/pages/index.vue index 08ab0a4..dced4f7 100644 --- a/nuxt-app/pages/index.vue +++ b/nuxt-app/pages/index.vue @@ -34,7 +34,7 @@ import { definePageMeta } from '#imports'; definePageMeta({ - title: 'PIE Aperture', + title: 'Aperture', }); diff --git a/nuxt-app/pages/integrations/form.vue b/nuxt-app/pages/integrations/form.vue index 260dc78..f4b0dda 100644 --- a/nuxt-app/pages/integrations/form.vue +++ b/nuxt-app/pages/integrations/form.vue @@ -197,7 +197,7 @@ import '@justeattakeaway/pie-icons-webc/dist/IconNumberSymbol.js'; import '@justeattakeaway/pie-icons-webc/dist/IconKey.js'; definePageMeta({ - title: 'PIE Form Test Page', + title: 'Form Test Page', }); const username = ref('');