@cfpb/cfpb-notifications
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@cfpb/cfpb-notifications", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Design System notifications", | ||
@@ -15,4 +15,4 @@ "publishConfig": { | ||
], | ||
"gitHead": "0f3ed73e97374097ad75bd83df2d9c45e01d131f", | ||
"gitHead": "89780ce45386174f7a781c9c7b99b89c6b26e10c", | ||
"type": "module" | ||
} |
32
usage.md
@@ -127,3 +127,5 @@ The @cfpb/notifications component provides notification boxes | ||
<a class="a-link a-link--jump" href="/"> | ||
This is a link below the message | ||
<span class="a-link__text"> | ||
This is a link below the message | ||
</span> | ||
</a> | ||
@@ -133,3 +135,5 @@ </li> | ||
<a class="a-link a-link--jump" href="/"> | ||
This is another link | ||
<span class="a-link__text"> | ||
This is another link | ||
</span> | ||
</a> | ||
@@ -150,3 +154,5 @@ </li> | ||
<a class="a-link a-link--jump" href="/"> | ||
This is a link below the message | ||
<span class="a-link__text"> | ||
This is a link below the message | ||
</span> | ||
</a> | ||
@@ -156,3 +162,5 @@ </li> | ||
<a class="a-link a-link--jump" href="/"> | ||
This is another link | ||
<span class="a-link__text"> | ||
This is another link | ||
</span> | ||
</a> | ||
@@ -176,3 +184,5 @@ </li> | ||
<a class="a-link a-link--jump" href="/"> | ||
This is a link below the explanation | ||
<span class="a-link__text"> | ||
This is a link below the explanation | ||
</span> | ||
</a> | ||
@@ -182,3 +192,5 @@ </li> | ||
<a class="a-link a-link--jump" href="/"> | ||
This is an external link {% include icons/external-link.svg %} | ||
<span class="a-link__text"> | ||
This is an external link {% include icons/external-link.svg %} | ||
</span> | ||
</a> | ||
@@ -202,3 +214,5 @@ </li> | ||
<a class="a-link a-link--jump" href="/"> | ||
This is a link below the explanation | ||
<span class="a-link__text"> | ||
This is a link below the explanation | ||
</span> | ||
</a> | ||
@@ -208,3 +222,5 @@ </li> | ||
<a class="a-link a-link--jump" href="/"> | ||
This is an external link {% raw %}{% include icons/external-link.svg %}{% endraw %} | ||
<span class="a-link__text"> | ||
This is an external link {% raw %}{% include icons/external-link.svg %}{% endraw %} | ||
</span> | ||
</a> | ||
@@ -211,0 +227,0 @@ </li> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
125823
77