mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-24 07:26:31 +08:00
* add: volume and solid crown icon * add: volume and crown icons to export * update: refactor menu item to a new component * add: screen reader to the menu items and reorganize them * add: pro item infotip content * add: capabilities item and pro info tip to exports * update: import ProInfoTip component and change disabled logic * update: imports * update: refactor pro item infotip into the separate component * update: refactor infotip and add comments * add: custom switch component * add: logo settings layout * update: switch component * add: useToggleSetting hook to manage widget settings. * update: move pro feature key to a separate constant * fix: pro icon style * update: remove branding key * update: pro enable check structure * update: pro enabled check structure * update: key name * update: update key before checking for it * fix: null error * add: update logic to get the tools settings based on plan * update: exclude remove-elementor-label from the minimum option rule * update: add formlabel and eventnames * add: logic to deactivate the features which are disabled for the plan * fix: PHP warning * fix: keyword name * add: GOLINKS * add: open link function * fix: PHP warning undefined key * update: logic to show the icon and added golinks
25 lines
1.6 KiB
JavaScript
25 lines
1.6 KiB
JavaScript
export { default as AppLogo } from './app-logo';
|
|
export { default as SquareRoundedChevronsLeft } from './square-rounded-chevrons-left';
|
|
export { default as WidgetIcon } from './widget';
|
|
export { default as UserArrowIcon } from './user-arrow';
|
|
export { default as CreditCardIcon } from './credit-card';
|
|
export { default as AccessibilityPersonIcon } from './accessibility-person';
|
|
export { default as AccessibilityEyeIcon } from './accessibility-eye';
|
|
export { default as AccessibilityTextIcon } from './accessibility-text';
|
|
export { default as AccessibilityControlsIcon } from './accessibility-controls';
|
|
export { default as TextSizeIcon } from './text-size';
|
|
export { default as LineHeightIcon } from './line-height';
|
|
export { default as GrayscaleIcon } from './graysacale';
|
|
export { default as ContrastIcon } from './contrast';
|
|
export { default as VolumeIcon } from './volume';
|
|
export { default as PageStructureIcon } from './page-structure';
|
|
export { default as SiteMapIcon } from './site-map';
|
|
export { default as ReadingPanelIcon } from './reading-panel';
|
|
export { default as HideImagesIcon } from './hide-images';
|
|
export { default as PauseAnimationsIcon } from './pause-animations';
|
|
export { default as ReadableFontIcon } from './readable-font';
|
|
export { default as PostConnectModalIcon } from './post-connect-modal-icon';
|
|
export { default as ConnectModalIcon } from './connect-modal-icon';
|
|
export { default as AccessibilityStatementCreateIcon } from './accessibility-statement-create';
|
|
export { default as AccessibilityStatementExistingIcon } from './accessibility-statement-existing';
|
|
export { default as ProCrownIcon } from './pro-crown';
|