survey-creator-core
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
64 lines (63 loc) • 2.74 kB
TypeScript
declare const designTabSurveyThemeJSON: {
cssVariables: {
"--sjs-base-unit": string;
"--sjs-font-size": string;
"--sjs-primary-backcolor": string;
"--sjs-primary-backcolor-light": string;
"--sjs-primary-backcolor-dark": string;
"--sjs-primary-forecolor": string;
"--sjs-primary-forecolor-light": string;
"--sjs-secondary-backcolor": string;
"--sjs-secondary-backcolor-light": string;
"--sjs-secondary-backcolor-semi-light": string;
"--sjs-secondary-forecolor": string;
"--sjs-secondary-forecolor-light": string;
"--sjs-general-backcolor": string;
"--sjs-general-backcolor-dark": string;
"--sjs-general-forecolor": string;
"--sjs-general-forecolor-light": string;
"--sjs-general-backcolor-dim": string;
"--sjs-general-dim-forecolor": string;
"--sjs-general-dim-forecolor-light": string;
"--sjs-general-backcolor-dim-light": string;
"--sjs-general-backcolor-dim-dark": string;
"--sjs-border-default": string;
"--sjs-border-light": string;
"--sjs-border-inside": string;
"--sjs-special-red": string;
"--sjs-special-red-light": string;
"--sjs-special-red-forecolor": string;
"--sjs-special-green": string;
"--sjs-special-green-light": string;
"--sjs-special-green-forecolor": string;
"--sjs-special-blue": string;
"--sjs-special-blue-light": string;
"--sjs-special-blue-forecolor": string;
"--sjs-special-yellow": string;
"--sjs-special-yellow-light": string;
"--sjs-special-yellow-forecolor": string;
"--sjs-special-white": string;
"--sjs-general-haze-background": string;
"--sjs-shadow-large-offset-x": string;
"--sjs-shadow-large-offset-y": string;
"--sjs-shadow-large-blur": string;
"--sjs-shadow-large-spread": string;
"--sjs-shadow-large-color": string;
"--sjs-shadow-medium-offset-x": string;
"--sjs-shadow-medium-offset-y": string;
"--sjs-shadow-medium-blur": string;
"--sjs-shadow-medium-spread": string;
"--sjs-shadow-medium-color": string;
"--sjs-shadow-small-offset-x": string;
"--sjs-shadow-small-offset-y": string;
"--sjs-shadow-small-blur": string;
"--sjs-shadow-small-spread": string;
"--sjs-shadow-small-color": string;
"--sjs-shadow-inner-offset-x": string;
"--sjs-shadow-inner-offset-y": string;
"--sjs-shadow-inner-blur": string;
"--sjs-shadow-inner-spread": string;
"--sjs-shadow-inner-color": string;
};
};
export default designTabSurveyThemeJSON;