@cfpb/cfpb-atomic-component
Advanced tools
Comparing version 0.43.1 to 1.0.0
{ | ||
"name": "@cfpb/cfpb-atomic-component", | ||
"version": "0.43.1", | ||
"version": "1.0.0", | ||
"description": "Design System atomic component utilities", | ||
@@ -14,4 +14,4 @@ "less": "src/cfpb-atomic-component.less", | ||
], | ||
"gitHead": "444775dde9e7ff3fdb20e823810ea3231cb4a1ab", | ||
"gitHead": "7625fff2bcddb5be39b08063f97bd9973ba81f75", | ||
"type": "module" | ||
} |
14
usage.md
@@ -24,6 +24,6 @@ Atomic Component is a micro framework for building Atomic Design components | ||
<div class="m-notification"> | ||
<span class="m-notification_icon cf-icon"></span> | ||
<div class="m-notification_content" role="alert"> | ||
<div class="m-notification_message">message</div> | ||
<p class="m-notification_explanation"> | ||
<span class="m-notification__icon cf-icon"></span> | ||
<div class="m-notification__content" role="alert"> | ||
<div class="m-notification__message">message</div> | ||
<p class="m-notification__explanation"> | ||
Please check the URL and try again. | ||
@@ -53,3 +53,3 @@ </p> | ||
classes: { | ||
isVisible: 'm-notification__visible', | ||
isVisible: 'm-notification--visible', | ||
}, | ||
@@ -59,4 +59,4 @@ | ||
base: '.m-notification', | ||
explanation: '.m-notification_explanation', | ||
message: '.m-notification_message', | ||
explanation: '.m-notification__explanation', | ||
message: '.m-notification__message', | ||
}, | ||
@@ -63,0 +63,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
142686
1