UNPKG

@contentstack/live-preview-utils

Version:

Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.

85 lines (83 loc) 3.2 kB
declare function collabStyles(): { "collab-indicator": string; "collab-popup": string; "collab-avatar": string; "collab-avatar--single": string; "collab-avatar__image": string; "collab-avatar__link": string; "collab-tooltip--wrapper": string; "collab-tooltip": string; "collab-tooltip--top": string; "collab-tooltip--bottom": string; "collab-tooltip--left": string; "collab-tooltip--right": string; "collab-icon": string; "collab-icon-wrapper": string; "collab-button--basestyle": string; "collab-button--disabled": string; "collab-button--loading": string; "collab-button--loader": string; "collab-button--loader--wrapper": string; "collab-button--loader--animation": string; "collab-button--visible": string; "collab-button--hidden": string; "collab-button--loading--color": { primary: string; secondary: string; tertiary: string; destructive: string; }; "collab-button--type": { primary: string; secondary: string; tertiary: string; destructive: string; }; "collab-button--size": { large: string; regular: string; small: string; }; "collab-button--icon-allignment": { left: string; right: string; both: string; }; "collab-button-group": string; "collab-skeletonTileSvgClass": string; "collab-thread-body-comment--loader": string; "collab-thread--wrapper": string; "collab-thread--container": string; "collab-thread-header--wrapper": string; "collab-thread-header--container": string; "collab-thread-header--title": string; "collab-thread-header--resolve": string; "collab-thread-header--resolve--icon": string; "collab-thread-header--resolve--text": string; "collab-thread-footer--wrapper": string; "collab-thread-body--wrapper": string; "collab-thread-input-indicator--wrapper": string; "collab-thread-input-indicator--error": string; "collab-thread-input-indicator--count": string; "collab-thread-comment--user-details": string; "collab-thread-comment--user-details__text": string; "collab-thread-comment--user-name": string; "collab-thread-comment--list": string; "collab-thread-comment-seperator": string; "collab-thread-comment--time-details": string; "collab-thread-comment--message": string; "collab-thread-comment--wrapper": string; "collab-thread-comment-action--wrapper": string; "collab-thread-body--input--wrapper": string; "collab-thread-body--input": string; "collab-thread-body--input--textarea--wrapper": string; "collab-thread-body--input--textarea": string; "collab-thread-body--input--textarea--focus": string; "collab-thread-body--input--textarea--hover": string; "collab-thread-body--input--textarea--suggestionsList": string; "collab-thread-body--input--textarea--suggestionsList--item": string; "collab-thread-body--input--textarea--suggestionsList--item-selected": string; }; declare const flexCentered: string; declare const flexAlignCenter: string; export { collabStyles, flexAlignCenter, flexCentered };