UNPKG

@wix/design-system

Version:

@wix/design-system

16 lines 357 B
export const dataHooks = { tooltip: 'status-indicator-tooltip', }; export const STATUS = { ERROR: 'error', WARNING: 'warning', SUCCESS: 'success', LOADING: 'loading', }; export const TOOLTIP_PLACEMENT = { TOP: 'top', RIGHT: 'right', BOTTOM: 'bottom', LEFT: 'left', }; //# sourceMappingURL=StatusIndicator.constants.js.map