@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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -3472,7 +3472,7 @@ TextField.displayName = 'TextField';
|
|
|
3472
3472
|
* Exported so submenus can offset their position upward by this amount to align
|
|
3473
3473
|
* their first item with the trigger item.
|
|
3474
3474
|
*/
|
|
3475
|
-
const MENU_PANEL_PADDING_Y_PX =
|
|
3475
|
+
const MENU_PANEL_PADDING_Y_PX = 5;
|
|
3476
3476
|
const MENU_PANEL_STYLES = createStyles((theme) => ({
|
|
3477
3477
|
backdrop: {
|
|
3478
3478
|
position: 'fixed',
|