mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-23 23:22:51 +08:00
* 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
13 lines
802 B
JavaScript
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';
|