@vue-interface/dropdown-menu 2.0.0-beta.20 → 2.0.0-beta.21

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": "@vue-interface/dropdown-menu",
3
- "version": "2.0.0-beta.20",
3
+ "version": "2.0.0-beta.21",
4
4
  "description": "A Vue dropdown menu component.",
5
5
  "files": [
6
6
  "dist",
@@ -100,7 +100,7 @@ module.exports = plugin(function({ addComponents, theme }) {
100
100
  // Dividers (basically an `<hr>`) within the dropdown
101
101
  '.dropdown-divider, & > hr': {
102
102
  height: 0,
103
- margin: 'calc(.125rem / 2) 0',
103
+ margin: 'calc(.5rem / 2) 0',
104
104
  overflow: 'hidden',
105
105
  borderTop: `1px solid ${theme('colors.neutral.200', colors.neutral[200])}`,
106
106