one-click-accessibility/modules/settings/assets/js/layouts/index.js
Nirbhay Singh 1972e7c029
[APP-1561] New menu layout (#308)
* update: app menu and layout

* merge: latest changes from feature/remediation

* add: alert indicator to the closed sidebar

* fix: page layout for statement page

* update: menu display names

* fix: topbar menu layout

* update: sidebar menu width

* update: sidebar menu width

* fix: popup menu layout

* add: hover action to the toggle button

* update: my account menu

* fix: quota indicator for closed sidebar

* fix: icon alignments

* fix: scroll behaviour

* fix: page scroll behaviour

* fix: popup menu hover state

* update: quota bar and group layouts

* add: tooltips to the menu items

* update: make scans page fixed height and scrollable

* update: styles with theme references and added new styled components

* fix: make sidebar smoother

* update: accessibility page heading
2025-07-02 14:29:57 +05:30

13 lines
802 B
JavaScript

export { default as IconDesignSettings } from './icon-design-settings';
export { default as PositionSettings } from './position-settings';
export { default as PositionSettingsDesktop } from './position-settings-desktop';
export { default as MenuSettings } from './menu-settings';
export { default as WidgetPreview } from './widget-preview';
export { default as Sidebar } from './sidebar';
export { default as PositionSettingsMobile } from './position-settings-mobile';
export { default as StatementLink } from './statement-link';
export { default as QuotaBar } from './quota-bar';
export { default as QuotaNotices } from './quota-notices';
export { default as LogoSettings } from './logo-settings';
export { default as TopBarMenu } from './top-bar-menu';
export { default as TopBar } from './top-bar';