Skip to content

Commit e46f820

Browse files
committed
fix: use nl-paragraph
1 parent 76bd34f commit e46f820

File tree

1 file changed

+5
-31
lines changed

1 file changed

+5
-31
lines changed

packages/web-components/case-card/src/index.html

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
<link rel="stylesheet" href="https://unpkg.com/@gemeente-denhaag/design-tokens-components@3.0.1/dist/index.css" />
2424
<link rel="stylesheet" href="https://unpkg.com/@gemeente-denhaag/icons@3.0.0/dist/index.css" />
2525
<link rel="stylesheet" href="https://unpkg.com/@utrecht/document-css@1.5.0/dist/index.css" />
26-
<link rel="stylesheet" href="https://unpkg.com/@utrecht/paragraph-css@2.3.0/dist/index.css" />
26+
<link rel="stylesheet" href="https://unpkg.com/@nl-design-system-candidate/paragraph-css@2.1.0/dist/paragraph.css" />
2727
<link rel="stylesheet" href="https://unpkg.com/@utrecht/document-css@1.5.0/dist/index.css" />
2828

2929
<div class="utrecht-document utrecht-document--surface">
3030
<h2>My cases</h2>
3131
<div class="grid" style="max-width: 360px">
3232
<h3>All attributes</h3>
3333
<denhaag-case-card dateTime="2025-04-09T09:39:22.006Z" href="https://example.com/">
34-
<p slot="heading" class="utrecht-paragraph">Shrimp and Chorizo Paella</p>
35-
<span slot="subtitle" class="utrecht-paragraph">
34+
<span slot="heading" class="nl-paragraph">Shrimp and Chorizo Paella</span>
35+
<span slot="subtitle" class="nl-paragraph">
3636
This impressive paella is a perfect party dish and a fun meal to cook.</span
3737
>
3838
<span slot="icon">
@@ -57,35 +57,9 @@ <h3>All attributes</h3>
5757

5858
<h3>No datetime</h3>
5959
<denhaag-case-card href="https://example.com/" appearance="archived">
60-
<p slot="heading" class="utrecht-paragraph">Shrimp and Chorizo Paella</p>
61-
<p slot="subtitle" class="utrecht-paragraph">
60+
<span slot="heading" class="nl-paragraph">Shrimp and Chorizo Paella</span>
61+
<span slot="subtitle" class="nl-paragraph">
6262
This impressive paella is a perfect party dish and a fun meal to cook.
63-
</p>
64-
</denhaag-case-card>
65-
66-
<h3>No subtitle</h3>
67-
<denhaag-case-card dateTime="2025-04-09T09:39:22.006Z" href="https://example.com/" appearance="list">
68-
<p slot="heading" class="utrecht-paragraph">Shrimp and Chorizo Paella</p>
69-
<p slot="subtitle" class="utrecht-paragraph">
70-
This impressive paella is a perfect party dish and a fun meal to cook.
71-
</p>
72-
<span slot="icon">
73-
<svg
74-
xmlns="http://www.w3.org/2000/svg"
75-
width="1em"
76-
height="1em"
77-
fill="none"
78-
viewBox="0 0 24 24"
79-
class="denhaag-icon denhaag-card__arrow-icon"
80-
focusable="false"
81-
aria-hidden="true"
82-
shape-rendering="auto"
83-
>
84-
<path
85-
fill="currentColor"
86-
d="M12.293 5.293a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-4.293-4.293a1 1 0 0 1 0-1.414"
87-
></path>
88-
</svg>
8963
</span>
9064
</denhaag-case-card>
9165
</div>

0 commit comments

Comments
 (0)