survey-creator-core 1.9.77 → 1.9.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.77
2
+ * SurveyJS Creator v1.9.78
3
3
  * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -26,7 +26,7 @@ svc-tab-designer{width:100%;height:100%;background:var(--background-dim, #f3f3f3
26
26
 
27
27
  .svc-notifier{position:absolute;bottom:calc(1 * var(--base-unit, 8px));left:calc(1 * var(--base-unit, 8px));background:var(--background, #fff);opacity:0.75;padding:calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));box-shadow:0px 2px 6px rgba(0,0,0,0.1);border-radius:calc(.5 * var(--base-unit, 8px));color:var(--foreground, #161616);min-width:calc(30 * var(--base-unit, 8px));text-align:center;z-index:1600;font-family:var(--font-family);font-style:normal;font-weight:600;font-size:calc(1.5 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px))}.svc-notifier.svc-notifier--error{background-color:var(--red, #e60a3e);color:#ffffff;opacity:1}.svc-creator--mobile .svc-notifier{left:0;bottom:calc(6 * var(--base-unit, 8px));width:100%;box-sizing:border-box;opacity:1;z-index:1000}survey-creator,.svc-creator{display:flex;width:100%;height:100%;position:relative;z-index:0;-webkit-font-smoothing:antialiased}survey-creator *,.svc-creator *{scrollbar-width:thin;scrollbar-color:var(--border, #d6d6d6) transparent}survey-creator ::-webkit-scrollbar,.svc-creator ::-webkit-scrollbar{width:12px;height:12px;background-color:transparent}survey-creator ::-webkit-scrollbar-thumb,.svc-creator ::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:32px;background-color:var(--border, #d6d6d6)}survey-creator ::-webkit-scrollbar-track,.svc-creator ::-webkit-scrollbar-track{background:transparent}survey-creator ::-webkit-scrollbar-thumb:hover,.svc-creator ::-webkit-scrollbar-thumb:hover{border:2px solid rgba(0,0,0,0);background-color:var(--foreground-light, #909090)}.svc-creator__area{position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.svc-creator__area.svc-creator__area--with-banner{height:calc(100% - calc(4 * var(--base-unit, 8px)))}.svc-creator__content-wrapper{width:100%;height:calc(100% - calc(8 * var(--base-unit, 8px)))}.svc-creator__content-wrapper--footer-toolbar{height:calc(100% - calc(6 * var(--base-unit, 8px)))}.svc-creator__content-holder{width:100%;height:100%}.svc-creator-tab{display:flex;width:100%;height:100%;overflow:hidden;position:relative;min-height:var(--tab-min-height, auto)}.svc-creator__toolbox--right.svc-creator-tab{flex-direction:row-reverse}.svc-creator-tab__content{position:relative;width:100%;height:100%;box-sizing:border-box}.svc-plugin-tab__content{height:100%;overflow-y:auto}.svc-plugin-tab__content-actions sv-action-bar{padding:0;height:calc(6 * var(--base-unit, 8px));background:var(--background, #fff);border-top:1px solid var(--border, #d6d6d6)}.svc-creator__banner{position:absolute;bottom:calc(-4 * var(--base-unit, 8px));width:100%;height:calc(4 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));background-color:var(--secondary, #ff9814);text-align:center;overflow:hidden}.svc-item__banner{position:absolute;top:0;max-width:0;overflow:hidden;height:100%;background-color:var(--background, #fff);border-radius:calc(12.5 * var(--base-unit, 8px));box-shadow:0px 2px 6px rgba(0,0,0,0.1);transition:max-width 0.1s ease-in-out, padding 0.2s ease-in-out}.svc-creator__non-commercial-text{color:var(--primary-foreground, #fff);font-family:var(--font-family);font-weight:bold;font-size:calc(2 * var(--base-unit, 8px));text-transform:uppercase;vertical-align:middle}.svc-creator__non-commercial-text a{color:var(--primary-foreground, #fff);text-decoration:none}.sv-drag-drop-ghost{top:calc(.75 * var(--base-unit, 8px));width:100%;height:calc(.5 * var(--base-unit, 8px));background:var(--secondary, #ff9814);position:absolute}.sv-drag-drop-ghost--vertical{height:10000px;width:4px}.sv-drag-drop-ghost--item-value-bottom{top:initial;bottom:calc(-.5 * var(--base-unit, 8px))}
28
28
 
29
- .svc-string-editor{position:static}.svc-string-editor [contenteditable]{user-select:text;-webkit-user-select:text}.svc-string-editor .sv-string-editor{display:inline-block;position:relative;outline:none;white-space:pre-wrap;word-break:break-word;z-index:12}.svc-string-editor .sv-string-editor[aria-placeholder]:empty:before{content:attr(aria-placeholder);color:var(--foreground-light, #909090)}.svc-string-editor.svc-string-editor--hidden{display:none}.svc-string-editor__content{display:inline-block;position:relative;z-index:10}.svc-string-editor__border{display:none;position:absolute;z-index:11;display:flex;align-items:center;justify-content:right;line-height:0px}.svc-string-editor__error{margin-left:calc(1 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));color:red}.svc-string-editor__controls{position:absolute;left:100%;height:100%;width:calc(2 * var(--base-unit, 8px));top:0;padding-left:calc(2 * var(--base-unit, 8px));z-index:12;display:none;align-items:center;justify-content:center;line-height:0px}.svc-string-editor__button{display:none;position:relative}.svc-string-editor__button use{fill:var(--primary, #19b394)}.svc-string-editor__button--edit{height:calc(2 * var(--base-unit, 8px));width:calc(2 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px))}.svc-string-editor__button--edit .sv-svg-icon{vertical-align:bottom}.svc-string-editor__button--edit.sv-svg-icon{overflow:visible}.svc-string-editor:hover:not(:focus-within) .svc-string-editor__button--edit{display:none}.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within){color:var(--foreground, #161616)}.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) .svc-string-editor__border{display:flex;top:calc(0 * var(--base-unit, 8px));bottom:calc(0 * var(--base-unit, 8px));left:calc(-.5 * var(--base-unit, 8px));right:calc(-.5 * var(--base-unit, 8px));border:none;background-color:var(--primary-light, rgba(25,179,148,0.1));border-radius:3px}.svc-string-editor:focus-within{color:var(--foreground, #161616)}.svc-string-editor:focus-within .svc-string-editor__border{display:flex;top:calc(-.5 * var(--base-unit, 8px));bottom:calc(-.5 * var(--base-unit, 8px));left:calc(-1 * var(--base-unit, 8px));right:calc(-1 * var(--base-unit, 8px));border:2px solid var(--primary, #19b394);border-radius:5px;box-sizing:content-box;background-color:var(--background, #fff);box-shadow:0px 2px 6px rgba(0,0,0,0.1)}.sd-rating .sd-rating__item:focus-within{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394)}.sd-rating:not(.sd-rating__min-text) .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-table__cell--header .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394);border-radius:calc(.5 * var(--base-unit, 8px));display:block}.sd-table__cell--header .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-item__control-label .svc-string-editor:focus-within .svc-string-editor__border{left:calc(-.7 * var(--base-unit, 8px));right:calc(-.7 * var(--base-unit, 8px))}
29
+ .svc-string-editor{position:static}.svc-string-editor [contenteditable]{user-select:text;-webkit-user-select:text}.svc-string-editor .sv-string-editor{position:relative;outline:none;white-space:pre-wrap;word-break:break-word;z-index:12}.svc-string-editor .sv-string-editor[aria-placeholder]:empty:before{content:attr(aria-placeholder);color:var(--foreground-light, #909090)}.svc-string-editor.svc-string-editor--hidden{display:none}.svc-string-editor__content{display:inline-block;position:relative;z-index:10}.svc-string-editor__content:focus-within .svc-remaining-character-counter{display:inline-block}.svc-string-editor__input{display:flex}.svc-remaining-character-counter{display:none;position:relative;outline:none;z-index:20;padding:0px;vertical-align:top;margin-inline-start:calc(2 * var(--base-unit, 8px));font-size:calc(1.5 * var(--base-unit, 8px));font-family:var(--font-family);font-weight:400;color:var(--foreground-light, #909090);line-height:calc(2 * var(--base-unit, 8px))}.svc-string-editor__border{display:none;position:absolute;z-index:11;display:flex;align-items:center;justify-content:right;line-height:0px}.svc-string-editor__error{margin-left:calc(1 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));color:red}.svc-string-editor__controls{position:absolute;left:100%;height:100%;width:calc(2 * var(--base-unit, 8px));top:0;padding-left:calc(2 * var(--base-unit, 8px));z-index:12;display:none;align-items:center;justify-content:center;line-height:0px}.svc-string-editor__button{display:none;position:relative}.svc-string-editor__button use{fill:var(--primary, #19b394)}.svc-string-editor__button--edit{height:calc(2 * var(--base-unit, 8px));width:calc(2 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px))}.svc-string-editor__button--edit .sv-svg-icon{vertical-align:bottom}.svc-string-editor__button--edit.sv-svg-icon{overflow:visible}.svc-string-editor:hover:not(:focus-within) .svc-string-editor__button--edit{display:none}.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within){color:var(--foreground, #161616)}.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) .svc-string-editor__border{display:flex;top:calc(-.5 * var(--base-unit, 8px));bottom:calc(-.5 * var(--base-unit, 8px));left:calc(-1 * var(--base-unit, 8px));right:calc(-1 * var(--base-unit, 8px));border:calc(.25 * var(--base-unit, 8px)) solid rgba(0,0,0,0.16);border-radius:3px}.svc-string-editor:focus-within{color:var(--foreground, #161616)}.svc-string-editor:focus-within .svc-string-editor__border{display:flex;top:calc(-.5 * var(--base-unit, 8px));bottom:calc(-.5 * var(--base-unit, 8px));left:calc(-1 * var(--base-unit, 8px));right:calc(-1 * var(--base-unit, 8px));border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394);border-radius:3px;box-sizing:content-box;background-color:var(--background, #fff);box-shadow:0px 2px 6px rgba(0,0,0,0.1)}.sd-rating .sd-rating__item:focus-within{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394)}.sd-rating:not(.sd-rating__min-text) .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-table__cell--header .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394);border-radius:calc(.5 * var(--base-unit, 8px));display:block}.sd-table__cell--header .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-item__control-label .svc-string-editor:focus-within .svc-string-editor__border{left:calc(-.7 * var(--base-unit, 8px));right:calc(-.7 * var(--base-unit, 8px))}
30
30
 
31
31
  .svc-btn{display:flex;align-items:center;height:calc(7 * var(--base-unit, 8px));line-height:calc(7 * var(--base-unit, 8px));vertical-align:baseline;text-align:center;background-color:var(--background, #fff);box-shadow:0px 1px 2px rgba(0,0,0,0.15);border-radius:calc(.5 * var(--base-unit, 8px));cursor:pointer;user-select:none;outline:solid calc(.25 * var(--base-unit, 8px)) transparent}.svc-btn .svc-text{display:flex;align-items:center;flex-grow:1;justify-content:center;color:var(--primary, #19b394)}.svc-btn:hover,.svc-btn:focus{box-shadow:0 0 0 2px var(--primary, #19b394)}.svc-action-button{display:inline-block;padding:calc(.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));box-sizing:border-box;border-radius:calc(12.5 * var(--base-unit, 8px));color:var(--primary, #19b394);font-weight:600;font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));border:calc(.25 * var(--base-unit, 8px)) solid transparent}.svc-action-button:focus,.svc-action-button:hover{background-color:var(--primary-light, rgba(25,179,148,0.1));outline:none}.svc-action-button--selected{border-color:var(--primary, #19b394)}.svc-action-button--disabled{opacity:0.25;color:var(--foreground, #161616)}
32
32
 
@@ -72,7 +72,7 @@ svc-toolbox{display:flex;flex-direction:column;position:absolute}.svc-toolbox{he
72
72
 
73
73
  .svc-side-bar__container{display:block;position:relative;font-family:var(--font-family);min-width:370px;max-width:calc(68 * var(--base-unit, 8px));width:450px;height:100%}.svc-side-bar__container .svc-resizer{width:3px;height:100%;position:absolute;top:0;background-color:transparent;cursor:e-resize}.svc-resizer-west{left:0}.svc-resizer-east{right:0}.svc-side-bar__container-header{background:var(--background, #fff);box-shadow:inset 0px -2px 0px var(--primary, #19b394);text-align:right;line-height:calc(3 * var(--base-unit, 8px));display:flex}.svc-side-bar__container-content{display:flex;flex-direction:column;align-items:flex-start;height:calc(100% - calc(8 * var(--base-unit, 8px)));overflow-y:auto;background-color:var(--background, #fff)}.svc-side-bar__container-container{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0px calc(2 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));box-sizing:border-box;background:var(--background-dim, #f3f3f3);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6)}.svc-side-bar__container-title{display:flex;line-height:calc(4.5 * var(--base-unit, 8px));flex-grow:1;flex-shrink:0;justify-content:flex-end;padding:calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px))}.svc-side-bar__container-actions{width:100%;padding:calc(1.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px))}.svc-side-bar__container-actions .sv-action-bar{justify-content:flex-end;padding:0}.svc-side-bar__container-close{display:none}.svc-flex-column.svc-side-bar__wrapper{width:auto;border-left:1px solid var(--border, #d6d6d6);height:100%;background-color:var(--background-dim, #f3f3f3)}.svc-side-bar{height:100%}.svc-flyout-side-bar{width:0;overflow:visible}.svc-flyout-side-bar .svc-side-bar__shadow{background-color:var(--foreground-light, #909090);opacity:0.75;position:absolute;top:0;bottom:0;right:0;left:0;z-index:9000}.svc-flyout-side-bar .svc-side-bar__wrapper{border-left:none;z-index:10000;position:absolute;right:0;display:inline-block;height:100%;max-width:100%}.svc-full-container.svc-creator__side-bar--left{flex-direction:row-reverse}.svc-full-container.svc-creator__side-bar--left .svc-side-bar__wrapper{left:0;right:unset}.svc-full-container.svc-creator__side-bar--left .svc-side-bar__container-header .sv-action-bar{flex-direction:row-reverse}.svc-full-container.svc-creator__side-bar--left .sv-action--object-selector{justify-content:flex-start;flex:1;display:flex}.svc-full-container.svc-creator__side-bar--left .svd-grid-hide .sv-svg-icon{transform:rotate(180deg)}.svd-grid-hide{margin-inline-end:auto}.sv-mobile-side-bar .svc-side-bar__container-actions{display:none}.sv-mobile-side-bar .svc-side-bar__container-title{display:block;font-weight:bold;font-size:calc(3 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));flex:unset}.sv-mobile-side-bar .svc-side-bar__wrapper{top:calc(2 * var(--base-unit, 8px));background:none}.sv-mobile-side-bar .svc-side-bar__container{width:100%;min-width:338px}.sv-mobile-side-bar .svc-side-bar__container-header{border:unset;box-shadow:0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));border-radius:calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) 0px 0px}.sv-mobile-side-bar .svc-side-bar__container-content{height:calc(100% - 20 * var(--base-unit, 8px));background-color:var(--background-dim, #f3f3f3)}.sv-mobile-side-bar .svc-side-bar__container-close{display:flex;background-color:var(--background-dim, #f3f3f3)}.sv-mobile-side-bar .svc-side-bar__container-close .svc-side-bar__container-close-button{width:100%;margin:calc(2 * var(--base-unit, 8px))}.svc-side-bar .svc-toolbox{width:100%}
74
74
 
75
- .spg-action-bar{display:flex;box-sizing:content-box;padding-right:calc(.5 * var(--base-unit, 8px));position:relative;align-items:center;margin-left:auto;overflow:hidden;white-space:nowrap}.spg-action-bar .sv-action:not(.sv-action--hidden):not(:last-of-type)>.sv-action__content{padding-right:0}.spg-action-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:calc(1 * var(--base-unit, 8px));box-sizing:border-box;border:none;border-radius:calc(12.5 * var(--base-unit, 8px));background-color:transparent;cursor:pointer}.spg-action-button:hover,.spg-action-button:focus{opacity:1;outline:none;background-color:var(--primary-light, rgba(25,179,148,0.1))}.spg-action-button:hover use,.spg-action-button:focus use{fill:var(--primary, #19b394)}.spg-action-button__icon{display:block}.spg-action-button__icon use{fill:var(--foreground-light, #909090)}.spg-action-button--danger:hover,.spg-action-button--danger:focus{background-color:var(--red-light, rgba(229,10,62,0.1))}.spg-action-button--danger:hover use,.spg-action-button--danger:focus use{fill:var(--red, #e60a3e)}button.spg-action-button--large{padding:calc(.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px))}.spg-action-button:disabled{opacity:0.25;pointer-events:none;cursor:default}.spg-action-button--muted{opacity:0.5}.spg-action-button:active{opacity:0.5}.spg-question{display:flex;flex-direction:column;align-items:flex-start;padding:0px}.spg-question__header{width:100%}.spg-question__title{width:100%;margin:0;padding:calc(1 * var(--base-unit, 8px)) 0;line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));font-family:var(--font-family);color:var(--foreground-light, #909090);font-weight:normal;box-sizing:border-box}.spg-question__content{width:100%;color:var(--primary, #19b394);cursor:pointer}.spg-question__description{line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground, #161616);padding-bottom:calc(2 * var(--base-unit, 8px));white-space:normal}.spg-row-narrow__question{margin-top:calc(-2 * var(--base-unit, 8px))}.spg-question--location--left{flex-direction:row;background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);line-height:calc(6 * var(--base-unit, 8px));vertical-align:middle;align-items:stretch}.spg-question--location--left:focus-within{border-color:var(--primary, #19b394);box-shadow:none}.spg-question--location--left:focus-within .spg-question__header--location--left{box-shadow:none;border:1px solid var(--primary, #19b394);border-left:none;border-right:none;box-shadow:inset 1px 0 0 0 var(--primary, #19b394)}.spg-question--location--left .spg-input:focus{border:1px solid var(--primary, #19b394);border-left:none;border-right:none;box-shadow:inset -1px 0 0 0 var(--primary, #19b394)}.spg-question__header--location--left{width:auto;max-width:50%;display:flex;align-items:center}.spg-question__header--location--left .spg-question__title{padding:calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));border-right:1px solid var(--border, #d6d6d6);display:inline-block}.spg-question__content--left .spg-input{border:none}.spg-row--multiple{display:flex;gap:calc(1 * var(--base-unit, 8px));overflow:hidden;flex-wrap:wrap}.spg-row--multiple>div{width:0;flex-grow:1;min-width:calc(25.5 * var(--base-unit, 8px))}.spg-row--multiple>div .spg-question__header--location--left{min-width:calc(8 * var(--base-unit, 8px))}.spg-row--multiple>div input{min-width:calc(17 * var(--base-unit, 8px));width:100%}.spg-row--multiple>div input[type="date"]{width:100%}.spg-row--multiple>div input[type="date"]::-webkit-calendar-picker-indicator{display:none}.spg-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;background-color:var(--background, #fff);box-sizing:border-box;width:100%;height:calc(6 * var(--base-unit, 8px));border:1px solid var(--border-inside, rgba(0,0,0,0.16));padding:calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));outline:none;font-size:calc(2 * var(--base-unit, 8px));font-family:var(--font-family);color:var(--foreground, #161616)}.spg-input::placeholder{color:var(--foreground-light, #909090)}.spg-input:focus,.spg-input.spg-dropdown:focus,.spg-input.spg-dropdown:focus-within{border-color:var(--primary, #19b394);box-shadow:inset 0 0 0 1px var(--primary, #19b394)}.spg-input:disabled,.spg-input:disabled::placeholder{color:var(--foreground-disabled, rgba(22,22,22,0.16))}.spg-input[type="color"]{padding-left:0;padding-right:0;min-width:calc(8 * var(--base-unit, 8px))}.spg-dropdown{border-radius:0;display:flex;padding-right:calc(5.5 * var(--base-unit, 8px));box-shadow:none;line-height:normal;background-position:right calc(1.625 * var(--base-unit, 8px)) top 50%,0 0}.spg-dropdown__filter-string-input{line-height:unset}.spg-comment{height:calc(9 * var(--base-unit, 8px));max-width:100%;min-width:calc(6 * var(--base-unit, 8px));min-height:calc(6 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px))}.spg-panel__title{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:100%;padding:calc(2 * var(--base-unit, 8px));border:none;outline:none;color:var(--foreground-light, #909090);cursor:pointer;text-align:left;background-color:var(--background, #fff);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));font-weight:400;margin:0}.spg-panel__title:disabled,.spg-panel__title:disabled:hover{color:var(--foreground-disabled, rgba(22,22,22,0.16));cursor:default}.spg-panel__title--expandable:not(.spg-panel__title[aria-expanded=true]):hover,.spg-panel__title--expandable:not(.spg-panel__title[aria-expanded=true]):focus{background-color:var(--background-dim, #f3f3f3)}.spg-panel__title[aria-expanded=true],.spg-panel__title--expanded{color:var(--foreground, #161616);font-weight:600}.spg-panel__content{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0 calc(4 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px));box-sizing:border-box;background:var(--background-dim, #f3f3f3);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6)}.spg-panel__content .spg-row{width:100%;margin-top:calc(2 * var(--base-unit, 8px))}.spg-panel__content .spg-row--multiple{margin-top:calc(1 * var(--base-unit, 8px))}.sv-mobile-side-bar .spg-panel__content{padding:0 calc(2 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px))}.spg-checkbox{cursor:pointer;margin-top:calc(2 * var(--base-unit, 8px))}.spg-checkbox--disabled{cursor:default}.spg-checkbox--disabled .spg-checkbox{cursor:default}.spg-checkbox--disabled .spg-checkbox__caption{color:var(--foreground-light, #909090)}.spg-checkbox__caption{font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground, #161616);line-height:calc(3 * var(--base-unit, 8px))}.spg-checkbox__rectangle{background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);box-sizing:border-box;width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px));flex-shrink:0;padding:1px 1px}.spg-checkbox:hover .spg-checkbox__rectangle{background-color:var(--background-dim, #f3f3f3)}.spg-checkbox--disabled .spg-checkbox__rectangle:hover{background:var(--background, #fff)}.spg-checkbox__control:focus+.spg-checkbox__rectangle{outline:2px solid var(--primary, #19b394);outline-offset:-2px}.spg-checkbox .spg-checkbox__svg{display:none}.spg-checkbox--checked .spg-checkbox__svg{display:block;width:calc(2.5 * var(--base-unit, 8px));height:calc(2.5 * var(--base-unit, 8px));background-repeat:no-repeat;background-size:calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));fill:var(--primary, #19b394)}.spg-checkbox--disabled.spg-checkbox--checked .spg-checkbox__svg{fill:var(--border, #d6d6d6)}.spg-checkbox__control{position:fixed;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.spg-checkbox__hidden{display:none}.spg-selectbase{border:none;padding:0;margin:0}.spg-selectbase__label{display:flex;align-items:flex-start;gap:calc(1 * var(--base-unit, 8px))}.spg-matrixdynamic__drag-element{padding:calc(2 * var(--base-unit, 8px))}.spg-matrixdynamic__drag-element:hover{background-color:var(--background, #fff)}.spg-matrixdynamic__drag-element:after{content:" ";display:block;height:calc(.5 * var(--base-unit, 8px))}.spg-drag-element__svg{width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px));display:block;opacity:0.5}.spg-drag-element__svg use{fill:var(--foreground-light, #909090)}.spg-matrixdynamic__drag-drop-ghost-position-top,.spg-matrixdynamic__drag-drop-ghost-position-bottom{position:relative}.spg-matrixdynamic__drag-drop-ghost-position-top::after,.spg-matrixdynamic__drag-drop-ghost-position-bottom::after{content:"";width:100%;height:calc(.5 * var(--base-unit, 8px));background-color:var(--secondary, #ff9814);position:absolute;left:0}.spg-matrixdynamic__drag-drop-ghost-position-top::after{top:0}.spg-matrixdynamic__drag-drop-ghost-position-bottom::after{bottom:0}.spg-matrixdynamic__placeholder{padding:calc(6 * var(--base-unit, 8px)) 0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);box-sizing:border-box}.spg-matrixdynamic__placeholder .spg-matrixdynamic__add-btn{display:initial}.spg-matrixdynamic__placeholder-text{font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));color:var(--foreground-light, #909090)}.spg-matrixdynamic__add-btn{display:none;appearance:none;border:none;margin-top:calc(.5 * var(--base-unit, 8px));background:transparent;color:var(--primary, #19b394);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));font-weight:600;line-height:calc(3 * var(--base-unit, 8px))}.spg-table{width:100%;background-color:var(--background, #fff);border:1px solid var(--border, #d6d6d6);border-collapse:collapse}.spg-table tr{border-bottom:1px solid var(--border, #d6d6d6)}.spg-table__cell{padding:0}.spg-table__cell .spg-checkbox{margin:0 calc(2 * var(--base-unit, 8px))}.spg-table__cell--detail-panel{background:var(--background-dim, #f3f3f3)}.spg-table__cell--detail-panel .spg-panel__content{box-shadow:none}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-text{appearance:none;line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));border:none;background-color:transparent;padding:calc(1.5 * var(--base-unit, 8px)) 0;padding-right:calc(2 * var(--base-unit, 8px))}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-text[type="color"]{padding-right:0}.spg-table__cell:not(.spg-table__cell--detail-panel):first-of-type .spg-text{padding-left:calc(2 * var(--base-unit, 8px))}.spg-table__cell--actions:first-of-type{width:calc(6 * var(--base-unit, 8px))}.spg-table__cell--actions>.spg-matrixdynamic__drag-element{display:inline-block;margin-top:calc(.5 * var(--base-unit, 8px));cursor:move}.spg-table__cell--header{font-size:calc(1.5 * var(--base-unit, 8px));font-weight:normal;color:var(--foreground-light, #909090);line-height:calc(3 * var(--base-unit, 8px));background:var(--background-dim, #f3f3f3);text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100px}.spg-question-group .spg-row{margin-top:0}.spg-question-group .spg-row:not(:first-of-type){margin-top:calc(1 * var(--base-unit, 8px))}.spg-question-group .spg-question--location--left{box-sizing:border-box}.spg-question-group .spg-question--location--left:focus-within{box-shadow:0 0 0 1px var(--primary, #19b394)}.spg-question-group .spg-question--location--left .spg-question__header--location--left{width:auto;flex:1;border:none;box-shadow:none}.spg-question-group .spg-question--location--left .spg-question__content--left{width:auto;flex:2}.spg-question-group .spg-question--location--left .spg-question__content--left .spg-input.spg-dropdown:focus-within{box-shadow:none}.spg-root-modern{width:100%;border-right:1px solid var(--border, #d6d6d6);box-sizing:border-box}.sv-popup--modal{padding:calc(4 * var(--base-unit, 8px))}.sv-popup--modal.sv-property-editor .sv-popup__container .sv-popup_shadow{background-color:transparent}.sv-popup--modal.sv-property-editor .sv-popup__container .sd-root-modern{background-color:transparent}.sv-popup--modal.sv-property-editor .sv-popup__container .sd-page{margin:0;padding:0}.sv-popup--modal .sv-popup__footer{padding-bottom:2px}.sv-popup--modal .sd-body,.sv-popup--modal .sl-body{min-width:calc(78 * var(--base-unit, 8px))}.sv-popup.sv-property-editor .sd-root-modern{--sd-mobile-width: 0}.svc-object-selector .sv-popup__container{margin-left:calc(1 * var(--base-unit, 8px));margin-right:calc(1 * var(--base-unit, 8px))}.spg-title .spg-action-bar{margin-top:calc(-1 * var(--base-unit, 8px));margin-bottom:calc(-1 * var(--base-unit, 8px));margin-right:1px}.spg-body{width:100%}.spg-body--empty{margin:calc(3 * var(--base-unit, 8px))}
75
+ .spg-action-bar{display:flex;box-sizing:content-box;padding-right:calc(.5 * var(--base-unit, 8px));position:relative;align-items:center;margin-left:auto;overflow:hidden;white-space:nowrap}.spg-action-bar .sv-action:not(.sv-action--hidden):not(:last-of-type)>.sv-action__content{padding-right:0}.spg-action-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:calc(1 * var(--base-unit, 8px));box-sizing:border-box;border:none;border-radius:calc(12.5 * var(--base-unit, 8px));background-color:transparent;cursor:pointer}.spg-action-button:hover,.spg-action-button:focus{opacity:1;outline:none;background-color:var(--primary-light, rgba(25,179,148,0.1))}.spg-action-button:hover use,.spg-action-button:focus use{fill:var(--primary, #19b394)}.spg-action-button__icon{display:block}.spg-action-button__icon use{fill:var(--foreground-light, #909090)}.spg-action-button--danger:hover,.spg-action-button--danger:focus{background-color:var(--red-light, rgba(229,10,62,0.1))}.spg-action-button--danger:hover use,.spg-action-button--danger:focus use{fill:var(--red, #e60a3e)}button.spg-action-button--large{padding:calc(.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px))}.spg-action-button:disabled{opacity:0.25;pointer-events:none;cursor:default}.spg-action-button--muted{opacity:0.5}.spg-action-button:active{opacity:0.5}.spg-question{display:flex;flex-direction:column;align-items:flex-start;padding:0px}.spg-question__header{width:100%}.spg-question__title{width:100%;margin:0;padding:calc(1 * var(--base-unit, 8px)) 0;line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));font-family:var(--font-family);color:var(--foreground-light, #909090);font-weight:normal;box-sizing:border-box}.spg-question__content{width:100%;color:var(--primary, #19b394);cursor:pointer}.spg-text__content,.spg-comment__content{position:relative}.spg-question__content:focus-within .spg-remaining-character-counter{display:flex}.spg-remaining-character-counter{display:none;flex-direction:row;justify-content:flex-end;align-items:flex-end;padding:0px;font-family:var(--font-family);line-height:calc(2 * var(--base-unit, 8px));font-size:calc(1.5 * var(--base-unit, 8px));color:var(--foreground-light, #909090);position:absolute;inset-inline-end:calc(.75 * var(--base-unit, 8px));inset-block-end:calc(.5 * var(--base-unit, 8px))}.spg-question__description{line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground, #161616);padding-bottom:calc(2 * var(--base-unit, 8px));white-space:normal}.spg-row-narrow__question{margin-top:calc(-2 * var(--base-unit, 8px))}.spg-question--location--left{flex-direction:row;background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);line-height:calc(6 * var(--base-unit, 8px));vertical-align:middle;align-items:stretch}.spg-question--location--left:focus-within{border-color:var(--primary, #19b394);box-shadow:none}.spg-question--location--left:focus-within .spg-question__header--location--left{box-shadow:none;border:1px solid var(--primary, #19b394);border-left:none;border-right:none;box-shadow:inset 1px 0 0 0 var(--primary, #19b394)}.spg-question--location--left .spg-input:focus{border:1px solid var(--primary, #19b394);border-left:none;border-right:none;box-shadow:inset -1px 0 0 0 var(--primary, #19b394)}.spg-question__header--location--left{width:auto;max-width:50%;display:flex;align-items:center}.spg-question__header--location--left .spg-question__title{padding:calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));border-right:1px solid var(--border, #d6d6d6);display:inline-block}.spg-question__content--left .spg-input{border:none}.spg-row--multiple{display:flex;gap:calc(1 * var(--base-unit, 8px));overflow:hidden;flex-wrap:wrap}.spg-row--multiple>div{width:0;flex-grow:1;min-width:calc(25.5 * var(--base-unit, 8px))}.spg-row--multiple>div .spg-question__header--location--left{min-width:calc(8 * var(--base-unit, 8px))}.spg-row--multiple>div input{min-width:calc(17 * var(--base-unit, 8px));width:100%}.spg-row--multiple>div input[type="date"]{width:100%}.spg-row--multiple>div input[type="date"]::-webkit-calendar-picker-indicator{display:none}.spg-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;background-color:var(--background, #fff);box-sizing:border-box;width:100%;height:calc(6 * var(--base-unit, 8px));border:1px solid var(--border-inside, rgba(0,0,0,0.16));padding:calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));outline:none;font-size:calc(2 * var(--base-unit, 8px));font-family:var(--font-family);color:var(--foreground, #161616)}.spg-input::placeholder{color:var(--foreground-light, #909090)}.spg-input:focus,.spg-input.spg-dropdown:focus,.spg-input.spg-dropdown:focus-within{border-color:var(--primary, #19b394);box-shadow:inset 0 0 0 1px var(--primary, #19b394)}.spg-input:disabled,.spg-input:disabled::placeholder{color:var(--foreground-disabled, rgba(22,22,22,0.16))}.spg-input[type="color"]{padding-left:0;padding-right:0;min-width:calc(8 * var(--base-unit, 8px))}.spg-dropdown{border-radius:0;display:flex;padding-right:calc(5.5 * var(--base-unit, 8px));box-shadow:none;line-height:normal;background-position:right calc(1.625 * var(--base-unit, 8px)) top 50%,0 0}.spg-dropdown__filter-string-input{line-height:unset}.spg-comment{height:calc(9 * var(--base-unit, 8px));max-width:100%;min-width:calc(6 * var(--base-unit, 8px));min-height:calc(6 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px))}.spg-panel__title{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:100%;padding:calc(2 * var(--base-unit, 8px));border:none;outline:none;color:var(--foreground-light, #909090);cursor:pointer;text-align:left;background-color:var(--background, #fff);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));font-weight:400;margin:0}.spg-panel__title:disabled,.spg-panel__title:disabled:hover{color:var(--foreground-disabled, rgba(22,22,22,0.16));cursor:default}.spg-panel__title--expandable:not(.spg-panel__title[aria-expanded=true]):hover,.spg-panel__title--expandable:not(.spg-panel__title[aria-expanded=true]):focus{background-color:var(--background-dim, #f3f3f3)}.spg-panel__title[aria-expanded=true],.spg-panel__title--expanded{color:var(--foreground, #161616);font-weight:600}.spg-panel__content{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0 calc(4 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px));box-sizing:border-box;background:var(--background-dim, #f3f3f3);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6)}.spg-panel__content .spg-row{width:100%;margin-top:calc(2 * var(--base-unit, 8px))}.spg-panel__content .spg-row--multiple{margin-top:calc(1 * var(--base-unit, 8px))}.sv-mobile-side-bar .spg-panel__content{padding:0 calc(2 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px))}.spg-checkbox{cursor:pointer;margin-top:calc(2 * var(--base-unit, 8px))}.spg-checkbox--disabled{cursor:default}.spg-checkbox--disabled .spg-checkbox{cursor:default}.spg-checkbox--disabled .spg-checkbox__caption{color:var(--foreground-light, #909090)}.spg-checkbox__caption{font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground, #161616);line-height:calc(3 * var(--base-unit, 8px))}.spg-checkbox__rectangle{background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);box-sizing:border-box;width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px));flex-shrink:0;padding:1px 1px}.spg-checkbox:hover .spg-checkbox__rectangle{background-color:var(--background-dim, #f3f3f3)}.spg-checkbox--disabled .spg-checkbox__rectangle:hover{background:var(--background, #fff)}.spg-checkbox__control:focus+.spg-checkbox__rectangle{outline:2px solid var(--primary, #19b394);outline-offset:-2px}.spg-checkbox .spg-checkbox__svg{display:none}.spg-checkbox--checked .spg-checkbox__svg{display:block;width:calc(2.5 * var(--base-unit, 8px));height:calc(2.5 * var(--base-unit, 8px));background-repeat:no-repeat;background-size:calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));fill:var(--primary, #19b394)}.spg-checkbox--disabled.spg-checkbox--checked .spg-checkbox__svg{fill:var(--border, #d6d6d6)}.spg-checkbox__control{position:fixed;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.spg-checkbox__hidden{display:none}.spg-selectbase{border:none;padding:0;margin:0}.spg-selectbase__label{display:flex;align-items:flex-start;gap:calc(1 * var(--base-unit, 8px))}.spg-matrixdynamic__drag-element{padding:calc(2 * var(--base-unit, 8px))}.spg-matrixdynamic__drag-element:hover{background-color:var(--background, #fff)}.spg-matrixdynamic__drag-element:after{content:" ";display:block;height:calc(.5 * var(--base-unit, 8px))}.spg-drag-element__svg{width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px));display:block;opacity:0.5}.spg-drag-element__svg use{fill:var(--foreground-light, #909090)}.spg-matrixdynamic__drag-drop-ghost-position-top,.spg-matrixdynamic__drag-drop-ghost-position-bottom{position:relative}.spg-matrixdynamic__drag-drop-ghost-position-top::after,.spg-matrixdynamic__drag-drop-ghost-position-bottom::after{content:"";width:100%;height:calc(.5 * var(--base-unit, 8px));background-color:var(--secondary, #ff9814);position:absolute;left:0}.spg-matrixdynamic__drag-drop-ghost-position-top::after{top:0}.spg-matrixdynamic__drag-drop-ghost-position-bottom::after{bottom:0}.spg-matrixdynamic__placeholder{padding:calc(6 * var(--base-unit, 8px)) 0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);box-sizing:border-box}.spg-matrixdynamic__placeholder .spg-matrixdynamic__add-btn{display:initial}.spg-matrixdynamic__placeholder-text{font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));color:var(--foreground-light, #909090)}.spg-matrixdynamic__add-btn{display:none;appearance:none;border:none;margin-top:calc(.5 * var(--base-unit, 8px));background:transparent;color:var(--primary, #19b394);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));font-weight:600;line-height:calc(3 * var(--base-unit, 8px))}.spg-table-wrapper{border:1px solid var(--border, #d6d6d6);border-bottom:none}.spg-table{width:100%;background-color:var(--background, #fff);border-collapse:collapse}.spg-table tr{border-bottom:1px solid var(--border, #d6d6d6)}.spg-table__cell{padding:0}.spg-table__cell .spg-checkbox{margin:0 calc(2 * var(--base-unit, 8px))}.spg-table__cell--detail-panel{background:var(--background-dim, #f3f3f3)}.spg-table__cell--detail-panel .spg-panel__content{box-shadow:none}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input{appearance:none;line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));border:none;background-color:transparent;padding:calc(1.5 * var(--base-unit, 8px)) 0;padding-right:calc(2 * var(--base-unit, 8px))}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input[type="color"]{padding-right:0}.spg-table__cell:not(.spg-table__cell--detail-panel):first-of-type .spg-text{padding-left:calc(2 * var(--base-unit, 8px))}.spg-table__cell--actions:first-of-type{width:calc(6 * var(--base-unit, 8px))}.spg-table__cell--actions:last-of-type .spg-action-bar{justify-content:flex-end}.spg-table__cell--actions>.spg-matrixdynamic__drag-element{display:inline-block;margin-top:calc(.5 * var(--base-unit, 8px));cursor:move}.spg-table__cell--header{font-size:calc(1.5 * var(--base-unit, 8px));font-weight:normal;color:var(--foreground-light, #909090);line-height:calc(3 * var(--base-unit, 8px));background:var(--background-dim, #f3f3f3);text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100px}.spg-question-group .spg-row{margin-top:0}.spg-question-group .spg-row:not(:first-of-type){margin-top:calc(1 * var(--base-unit, 8px))}.spg-question-group .spg-question--location--left{box-sizing:border-box}.spg-question-group .spg-question--location--left:focus-within{box-shadow:0 0 0 1px var(--primary, #19b394)}.spg-question-group .spg-question--location--left .spg-question__header--location--left{width:auto;flex:1;border:none;box-shadow:none}.spg-question-group .spg-question--location--left .spg-question__content--left{width:auto;flex:2}.spg-question-group .spg-question--location--left .spg-question__content--left .spg-input.spg-dropdown:focus-within{box-shadow:none}.spg-root-modern{width:100%;border-right:1px solid var(--border, #d6d6d6);box-sizing:border-box}.sv-popup--modal{padding:calc(4 * var(--base-unit, 8px))}.sv-popup--modal.sv-property-editor .sv-popup__container .sv-popup_shadow{background-color:transparent}.sv-popup--modal.sv-property-editor .sv-popup__container .sd-root-modern{background-color:transparent}.sv-popup--modal.sv-property-editor .sv-popup__container .sd-page{margin:0;padding:0}.sv-popup--modal .sv-popup__footer{padding-bottom:2px}.sv-popup--modal .sd-body,.sv-popup--modal .sl-body{min-width:calc(78 * var(--base-unit, 8px))}.sv-popup.sv-property-editor .sd-root-modern{--sd-mobile-width: 0}.svc-object-selector .sv-popup__container{margin-left:calc(1 * var(--base-unit, 8px));margin-right:calc(1 * var(--base-unit, 8px))}.spg-title .spg-action-bar{margin-top:calc(-1 * var(--base-unit, 8px));margin-bottom:calc(-1 * var(--base-unit, 8px));margin-right:1px}.spg-body{width:100%}.spg-body--empty{margin:calc(3 * var(--base-unit, 8px))}
76
76
 
77
77
  .svc-text{font-family:var(--font-family);font-style:normal;font-weight:normal;color:var(--foreground, #161616)}.svc-text--normal{font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px))}.svc-text--small{font-size:calc(1.5 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px))}.svc-text--bold{font-weight:600}
78
78
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.77
2
+ * SurveyJS Creator v1.9.78
3
3
  * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.77
2
+ * SurveyJS Creator v1.9.78
3
3
  * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator