@aurora-ds/components 1.8.2 → 1.8.3

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/dist/cjs/index.js CHANGED
@@ -3492,7 +3492,7 @@ TextField.displayName = 'TextField';
3492
3492
  * Exported so submenus can offset their position upward by this amount to align
3493
3493
  * their first item with the trigger item.
3494
3494
  */
3495
- const MENU_PANEL_PADDING_Y_PX = 6;
3495
+ const MENU_PANEL_PADDING_Y_PX = 5;
3496
3496
  const MENU_PANEL_STYLES = theme.createStyles((theme) => ({
3497
3497
  backdrop: {
3498
3498
  position: 'fixed',