@cfpb/cfpb-expandables
Advanced tools
Comparing version 0.37.0 to 0.38.0
{ | ||
"name": "@cfpb/cfpb-expandables", | ||
"version": "0.37.0", | ||
"version": "0.38.0", | ||
"description": "Design System expandables", | ||
@@ -12,5 +12,5 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@cfpb/cfpb-atomic-component": "^0.37.0", | ||
"@cfpb/cfpb-core": "^0.37.0", | ||
"@cfpb/cfpb-icons": "^0.37.0" | ||
"@cfpb/cfpb-atomic-component": "^0.38.0", | ||
"@cfpb/cfpb-core": "^0.38.0", | ||
"@cfpb/cfpb-icons": "^0.38.0" | ||
}, | ||
@@ -20,4 +20,4 @@ "keywords": [ | ||
], | ||
"gitHead": "7fb67abce189c3d7d527cff2206c47972517e357", | ||
"gitHead": "18a47789e3bb3cf38141b2638ef60d7b942c421e", | ||
"type": "module" | ||
} |
12
usage.md
@@ -39,8 +39,4 @@ Expandables are components that have additional content that can be | ||
Adds `padding` and a `background` color to `.o-expandable_header` and | ||
`.o-expandable_content`. | ||
Adds `padding` to the `.o-expandable_label`. | ||
In addition to using the `.o-expandable__padded` modifier you also need to make | ||
sure you are using `.o-expandable_header`. | ||
``` | ||
@@ -95,3 +91,2 @@ .o-expandable__padded | ||
<div class="o-expandable | ||
o-expandable__padded | ||
o-expandable__background | ||
@@ -126,3 +121,2 @@ o-expandable__border"> | ||
<div class="o-expandable | ||
o-expandable__padded | ||
o-expandable__background | ||
@@ -159,3 +153,2 @@ o-expandable__border"> | ||
<div class="o-expandable | ||
o-expandable__padded | ||
o-expandable__background | ||
@@ -191,3 +184,2 @@ o-expandable__border | ||
<div class="o-expandable | ||
o-expandable__padded | ||
o-expandable__background | ||
@@ -229,3 +221,3 @@ o-expandable__border | ||
<div class="o-expandable-group"> | ||
<div class="o-expandable o-expandable__padded"> | ||
<div class="o-expandable"> | ||
<button class="o-expandable_header" | ||
@@ -232,0 +224,0 @@ title="Expand content"> |
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
170959
534
+ Added@cfpb/cfpb-atomic-component@0.38.0(transitive)
+ Added@cfpb/cfpb-core@0.38.0(transitive)
+ Added@cfpb/cfpb-icons@0.38.0(transitive)
- Removed@cfpb/cfpb-atomic-component@0.37.0(transitive)
- Removed@cfpb/cfpb-core@0.37.0(transitive)
- Removed@cfpb/cfpb-icons@0.37.0(transitive)
Updated@cfpb/cfpb-core@^0.38.0
Updated@cfpb/cfpb-icons@^0.38.0