mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-25 18:48:00 +08:00
* add: accessibility statement radio icons * update: add form group on radio buttons * add: statement generator * add: statement generator * add: accessibility statement data option * update: create page in WordPress and save it to the option * update: exclude zip file from the git * update: render statement page conditionally * add: statement link layout and settings * add: preload statement data * update: publish the created page and add link for it * update: changed Dynamic Script Loader to WidgetLoader * add: accessibility statement url * update: text and styling * update: styling of the preview text * update: restructure statement generator * add: support for dynamic update in statement links * update: remove index.css file for widget loader * add: widget styling for settings page * add: empty link when hide link is enabled * update: statement page structure and logic * fix: typo * update: convert component into a styled component * fix: styling and layout * update: icons * update: convert radio buttons to styled component * fix: typo and style * add: fading for the link preview * update: import * update: styling and spacing * fix: sidebar layout * update: wpcs to latest version * fix: spacing * fix: wpcs version * add: check for valid statement page * fix: jitters on rendering * fix: use escape attribute * update: settings menu slug and plugin name * fix: menu item rendering * update: definition of the styled text field * add: addPage function to the API * fix: add notification on page creation * add: copy link icon * update: optimize SVGs
23 lines
1.5 KiB
JavaScript
23 lines
1.5 KiB
JavaScript
export { default as ElementorLogo } from './elementor-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 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';
|