vanilla-framework 4.55.0 → 4.55.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanilla-framework",
3
- "version": "4.55.0",
3
+ "version": "4.55.1",
4
4
  "author": {
5
5
  "email": "webteam@canonical.com",
6
6
  "name": "Canonical Webteam"
@@ -210,7 +210,11 @@
210
210
  .p-radio + .p-radio,
211
211
  .p-checkbox + .p-checkbox,
212
212
  .p-checkbox + .p-radio,
213
- .p-radio + .p-checkbox {
213
+ .p-radio + .p-checkbox,
214
+ .p-radio-wrapper + .p-radio-wrapper,
215
+ .p-checkbox-wrapper + .p-checkbox-wrapper,
216
+ .p-checkbox-wrapper + .p-radio-wrapper,
217
+ .p-radio-wrapper + .p-checkbox-wrapper {
214
218
  margin-top: -$sp-unit;
215
219
  }
216
220
  }