one-click-accessibility/modules/settings/assets/js/constants/index.js
VasylD 04ef46ba45
[APP-1097] Fix preview load (#178)
* [APP-1097] Fix preview load

* [APP-1097] Fix preview load

* [APP-1097] Fix preview load

* Update modules/settings/assets/js/components/widget-loader/index.js

---------

Co-authored-by: Raz Ohad <ohad@elementor.com>
2025-02-11 16:09:10 +01:00

12 lines
423 B
JavaScript

export const HELP_LINK = 'https://go.elementor.com/acc-main-help/';
export const UPGRADE_LINK = 'https://go.elementor.com/';
export const LEARN_MORE_LINK =
'https://go.elementor.com/acc-statement-learn-more/';
export const SKELETON_OPTIONS = Object.freeze({
SPEED: 2,
FOREGROUND_COLOR: '#D9D9D9',
});
export const WIDGET_PREVIEW_ID = 'ea11y-widget-preview--container';
export const WIDGET_PREVIEW_ROOT = 'ea11y-root';