Skip to content

Commit

Permalink
UPDATE: version update Utrecht packages (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeriRoijenga authored Jan 9, 2025
1 parent 70fcb0e commit 0d5c5d4
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/rvs.rivm.nl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@utrecht/component-library-css": "7.0.0",
"@utrecht/component-library-react": "7.3.7",
"@utrecht/component-library-react": "8.0.4",
"eslint": "9.15.0",
"eslint-config-next": "15.0.4",
"typescript": "5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/twig": "1.12.16",
"@utrecht/component-library-react": "7.3.8",
"@utrecht/component-library-react": "8.0.4",
"@utrecht/components": "7.4.0",
"@utrecht/web-component-library-react": "3.0.0",
"@utrecht/web-component-library-stencil": "2.2.0",
"@utrecht/web-component-library-react": "3.0.2",
"@utrecht/web-component-library-stencil": "3.0.1",
"@whitespace/storybook-addon-html": "6.1.1",
"axe-playwright": "2.0.3",
"chromatic": "11.19.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/src/templates/collage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Collage() {
src="https://raw.githubusercontent.com/nl-design-system/rijkshuisstijl-community/0bfd32af3f34ff7ce62f4769fbec8895720dde75/proprietary/assets/src/placeholder.jpg"
width="640"
></Image>
<Paragraph lead>
<Paragraph appearance="lead">
In het NL Design System verzamelen we principes, handvatten, elementen, patronen en richtlijnen.
</Paragraph>
<Paragraph>
Expand Down Expand Up @@ -103,7 +103,7 @@ export default function Collage() {
</UnorderedListItem>
<UnorderedListItem>Maak gebruik van opsommingstekens waar dat mogelijk is.</UnorderedListItem>
</UnorderedList>
<Paragraph lead>
<Paragraph appearance="lead">
In het NL Design System verzamelen we principes, handvatten, elementen, patronen en richtlijnen.
</Paragraph>
<Blockquote attribution="— Pippi Langkous">
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/src/templates/details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function Details() {
<div className="utrecht-page-content rhc-templates-page-content rhc-templates-page-palin">
<Article>
<div className="rhc-margin-block-end-wrapper">
<Paragraph lead>
<Paragraph appearance="lead">
De Arbeidstijdenwet geeft regels voor werktijden, pauzes en rusttijden van werknemers. Met deze
regels wil de Rijksoverheid werknemers beschermen tegen te lange werkdagen. Maar ook de combinatie
van werk, privé en zorgtaken gemakkelijker maken.
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/src/templates/rich-text/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Page() {
<div className="rhc-margin-block-end-wrapper">
<div className="rhc-templates-spacing-2">
<Heading level={1}>Titel van de pagina</Heading>
<Paragraph lead>Hier zou een korte introductie van de pagina kunnen staan.</Paragraph>
<Paragraph appearance="lead">Hier zou een korte introductie van de pagina kunnen staan.</Paragraph>
<Figure>
<Image
alt="Multicolored tulip field"
Expand Down
94 changes: 80 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d5c5d4

Please sign in to comment.