UNPKG

survey-creator-core

Version:

A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.

25 lines (20 loc) 864 B
/*! * SurveyJS Creator v2.5.21 * (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/ * Github: https://github.com/surveyjs/survey-creator * License: https://surveyjs.io/Licenses#SurveyCreator */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (global.SurveyCreatorTheme = global.SurveyCreatorTheme || {}, global.SurveyCreatorTheme.DefaultLight = factory())); })(this, (function () { 'use strict'; var defaultLightExport = { "themeName": "default-light", "iconSet": "v2", "isLight": true, "cssVariables": {} }; return defaultLightExport; })); //# sourceMappingURL=default-light.js.map