vanilla-framework 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  "percy": "percy exec -- node snapshots.js",
45
45
  "icon-svgs-to-mixins": "node scripts/convert-svgs-to-icon-mixins.js icons"
46
46
  },
47
- "version": "3.0.0",
47
+ "version": "3.0.1",
48
48
  "files": [
49
49
  "_index.scss",
50
50
  "/scss",
@@ -153,9 +153,11 @@
153
153
  border: 0;
154
154
  }
155
155
 
156
- // hide chips lead when there are in panel
157
- // FIXME: this should be handled in HTML/React, not CSS
158
156
  .p-chip {
157
+ margin-bottom: $spv--small;
158
+
159
+ // hide chips lead when there are in panel
160
+ // FIXME: this should be handled in HTML/React, not CSS
159
161
  .p-chip__lead {
160
162
  display: none;
161
163
  }
@@ -177,7 +179,7 @@
177
179
  position: relative;
178
180
 
179
181
  &[aria-expanded='false'] {
180
- max-height: 4rem;
182
+ max-height: 5rem; // 2 rows of chips
181
183
  }
182
184
  }
183
185