Skip to content

Commit ea41171

Browse files
committed
chore: project created with projen
1 parent 52fa361 commit ea41171

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

layers/content-type/components/global/TideExampleContentType.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<TideBaseLayout
33
:site="site"
44
:page="page"
5-
:siteSection="page.siteSection"
6-
:pageTitle="page.title"
7-
:pageLanguage="page.lang"
8-
:updatedDate="page.changed || page.created"
9-
:showContentRating="page.showContentRating"
5+
:site-section="page.siteSection"
6+
:page-title="page.title"
7+
:page-language="page.lang"
8+
:updated-date="page.changed || page.created"
9+
:show-content-rating="page.showContentRating"
1010
>
1111
<template #aboveHeader>
1212
<slot name="aboveHeader" />
@@ -20,7 +20,7 @@
2020
<template #aboveBody="{ hasBreadcrumbs }">
2121
<TideExampleContentTypeHeader
2222
:header="page.header"
23-
:hasBreadcrumbs="hasBreadcrumbs"
23+
:has-breadcrumbs="hasBreadcrumbs"
2424
/>
2525
</template>
2626
<template #body="{ hasSidebar }">
@@ -32,7 +32,7 @@
3232
<TideDynamicComponents
3333
v-if="page.bodyComponents?.length > 0"
3434
:components="page.bodyComponents"
35-
:hasSidebar="hasSidebar"
35+
:has-sidebar="hasSidebar"
3636
/>
3737
</template>
3838
<template #sidebar>
@@ -45,7 +45,7 @@
4545
</template>
4646

4747
<script setup lang="ts">
48-
import { TideSiteData } from '@dpc-sdp/ripple-tide-api/types'
48+
import type { TideSiteData } from '@dpc-sdp/ripple-tide-api/types'
4949
import type { TideExampleContentTypePage } from '../../types'
5050
5151
interface Props {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)