survey-creator-core 1.12.9 → 1.12.11
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.
- package/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +2 -2
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +2 -2
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +2 -2
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +2 -2
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +2 -2
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +2 -2
- package/i18n/dutch.min.js.LICENSE.txt +1 -1
- package/i18n/english.js +1 -1
- package/i18n/english.min.js.LICENSE.txt +1 -1
- package/i18n/finnish.js +2 -2
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +2 -2
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +2 -2
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +2 -2
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +2 -2
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +2 -2
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +2 -2
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +2 -2
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +2 -2
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +2 -2
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +2 -2
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +2 -2
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +2 -2
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +2 -2
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +2 -2
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +2 -2
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/romanian.js +2 -2
- package/i18n/romanian.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +2 -2
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +2 -2
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +2 -2
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +2 -2
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +2 -2
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +2 -2
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/thai.js +2 -2
- package/i18n/thai.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +2 -2
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +2 -2
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +815 -332
- package/survey-creator-core.fontless.css +814 -331
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +24 -22
- package/survey-creator-core.i18n.js +2 -2
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +985 -560
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +25 -23
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +114 -12
- package/themes/default-contrast.js.map +1 -1
- package/themes/default-contrast.min.js +1 -1
- package/themes/default-contrast.min.js.LICENSE.txt +1 -1
- package/themes/default-dark.js +114 -12
- package/themes/default-dark.js.map +1 -1
- package/themes/default-dark.min.js +1 -1
- package/themes/default-dark.min.js.LICENSE.txt +1 -1
- package/themes/default-light.js +114 -12
- package/themes/default-light.js.map +1 -1
- package/themes/default-light.min.js +1 -1
- package/themes/default-light.min.js.LICENSE.txt +1 -1
- package/themes/index.js +114 -12
- package/themes/index.js.map +1 -1
- package/themes/index.min.js +1 -1
- package/themes/index.min.js.LICENSE.txt +1 -1
- package/themes/themes/default.d.ts +212 -8
- package/typings/components/action-container-view-model.d.ts +3 -1
- package/typings/components/page.d.ts +2 -2
- package/typings/components/question-dropdown.d.ts +2 -1
- package/typings/components/question.d.ts +3 -4
- package/typings/components/row.d.ts +4 -0
- package/typings/components/search-manager.d.ts +16 -0
- package/typings/components/tabs/designer-plugin.d.ts +1 -0
- package/typings/components/tabs/designer.d.ts +7 -1
- package/typings/components/tabs/logic-types.d.ts +1 -1
- package/typings/components/tabs/logic.d.ts +3 -2
- package/typings/components/tabs/test-plugin.d.ts +3 -0
- package/typings/components/tabs/theme-plugin.d.ts +1 -0
- package/typings/components/toolbox/toolbox-search-manager.d.ts +8 -0
- package/typings/creator-base.d.ts +26 -4
- package/typings/creator-events-api.d.ts +16 -1
- package/typings/creator-options.d.ts +16 -0
- package/typings/creator-settings.d.ts +8 -6
- package/typings/creator-theme/creator-theme-model.d.ts +1 -0
- package/typings/entries/index.d.ts +2 -0
- package/typings/expand-collapse-manager.d.ts +2 -0
- package/typings/property-grid/matrices.d.ts +1 -0
- package/typings/property-grid/search-manager.d.ts +2 -23
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/themes/default.d.ts +212 -8
- package/typings/toolbox.d.ts +1 -1
package/survey-creator-core.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.11
|
|
3
3
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
/*# sourceMappingURL=fonts.fontless.css.map*//*!
|
|
231
|
-
* SurveyJS Creator v1.12.
|
|
231
|
+
* SurveyJS Creator v1.12.11
|
|
232
232
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
233
233
|
* Github: https://github.com/surveyjs/survey-creator
|
|
234
234
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -268,12 +268,16 @@
|
|
|
268
268
|
box-sizing: border-box;
|
|
269
269
|
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
|
270
270
|
border-radius: 50%;
|
|
271
|
-
width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
272
|
-
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
271
|
+
width: var(--ctr-survey-contextual-button-width, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
272
|
+
height: var(--ctr-survey-contextual-button-height, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
273
|
+
padding: var(--ctr-survey-contextual-button-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-contextual-button-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-contextual-button-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-contextual-button-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
273
274
|
cursor: pointer;
|
|
274
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
275
275
|
outline: none;
|
|
276
276
|
}
|
|
277
|
+
.svc-context-button .sv-svg-icon {
|
|
278
|
+
width: var(--ctr-button-contextual-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
279
|
+
height: var(--ctr-button-contextual-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
280
|
+
}
|
|
277
281
|
.svc-context-button use {
|
|
278
282
|
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
279
283
|
transition: fill var(--sjs-creator-transition-duration, 150ms);
|
|
@@ -456,6 +460,8 @@ svc-tab-json-editor-textarea {
|
|
|
456
460
|
|
|
457
461
|
.svc-json-error__icon {
|
|
458
462
|
fill: var(--sjs-special-red, var(--red, #e60a3e));
|
|
463
|
+
width: var(--ctr-code-viewer-code-error-row-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
464
|
+
height: var(--ctr-code-viewer-code-error-row-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
459
465
|
}
|
|
460
466
|
|
|
461
467
|
.svc-json-error__container {
|
|
@@ -1697,16 +1703,6 @@ td.st-table__cell:first-of-type span {
|
|
|
1697
1703
|
outline: none;
|
|
1698
1704
|
}
|
|
1699
1705
|
|
|
1700
|
-
.svc-logic-condition-remove.svc-icon-remove {
|
|
1701
|
-
display: none;
|
|
1702
|
-
width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1703
|
-
height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1704
|
-
background-repeat: no-repeat;
|
|
1705
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M22 4H20H16V2C16 0.9 15.1 0 14 0H10C8.9 0 8 0.9 8 2V4H4H2V6H4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V6H22V4ZM10 2H14V4H10V2ZM18 20H6V6H8H16H18V20ZM14 8H16V18H14V8ZM11 8H13V18H11V8ZM8 8H10V18H8V8Z%27 fill=%27%23E60A3E%27/%3E%3C/svg%3E%0A");
|
|
1706
|
-
background-size: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1707
|
-
background-position: center;
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
1706
|
.svc-action-button--icon.svc-logic-condition-remove.svc-icon-remove {
|
|
1711
1707
|
display: none;
|
|
1712
1708
|
width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -1716,6 +1712,10 @@ td.st-table__cell:first-of-type span {
|
|
|
1716
1712
|
align-items: center;
|
|
1717
1713
|
padding: 0;
|
|
1718
1714
|
}
|
|
1715
|
+
.svc-action-button--icon.svc-logic-condition-remove.svc-icon-remove .sv-svg-icon {
|
|
1716
|
+
width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1717
|
+
height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1718
|
+
}
|
|
1719
1719
|
.svc-action-button--icon.svc-logic-condition-remove.svc-icon-remove use {
|
|
1720
1720
|
fill: var(--ctr-survey-action-button-icon-color-negative, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
1721
1721
|
}
|
|
@@ -2055,9 +2055,10 @@ svc-tab-designer {
|
|
|
2055
2055
|
bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2056
2056
|
right: 0;
|
|
2057
2057
|
}
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2058
|
+
|
|
2059
|
+
.svc-tab-designer__surface-toolbar {
|
|
2060
|
+
padding: var(--ctr-surface-toolbar-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
2061
|
+
gap: var(--ctr-surface-toolbar-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2061
2062
|
flex-direction: column;
|
|
2062
2063
|
}
|
|
2063
2064
|
/*!************************************************************************************************************************************************************************!*\
|
|
@@ -2178,16 +2179,16 @@ svc-tab-designer {
|
|
|
2178
2179
|
.svc-creator--mobile .svc-question__content-actions {
|
|
2179
2180
|
width: calc(100% + 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2180
2181
|
}
|
|
2181
|
-
.svc-creator--mobile .svc-question__content-actions .
|
|
2182
|
+
.svc-creator--mobile .svc-question__content-actions .svc-survey-element-toolbar__item {
|
|
2182
2183
|
border: 0;
|
|
2183
2184
|
}
|
|
2184
|
-
.svc-creator--mobile .svc-page__content-actions .
|
|
2185
|
+
.svc-creator--mobile .svc-page__content-actions .svc-page-toolbar {
|
|
2185
2186
|
padding-right: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
2186
2187
|
}
|
|
2187
|
-
.svc-creator--mobile .svc-page__content-actions .
|
|
2188
|
+
.svc-creator--mobile .svc-page__content-actions .svc-page-toolbar .sv-action .sv-action__content {
|
|
2188
2189
|
padding-right: 0;
|
|
2189
2190
|
}
|
|
2190
|
-
.svc-creator--mobile .svc-
|
|
2191
|
+
.svc-creator--mobile .svc-page-toolbar-item__title--with-icon {
|
|
2191
2192
|
display: none;
|
|
2192
2193
|
}
|
|
2193
2194
|
/*!****************************************************************************************************************************************************************************************!*\
|
|
@@ -2406,8 +2407,8 @@ svc-tab-designer {
|
|
|
2406
2407
|
gap: var(--ctr-popup-gap, 32px);
|
|
2407
2408
|
box-shadow: unset;
|
|
2408
2409
|
}
|
|
2409
|
-
.svc-creator-popup.sv-popup--overlay
|
|
2410
|
-
background: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
2410
|
+
.svc-creator-popup.sv-popup--overlay .sv-popup__container {
|
|
2411
|
+
background-color: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
2411
2412
|
}
|
|
2412
2413
|
.svc-creator-popup.sv-popup--overlay:not(.sv-popup--dropdown-overlay) .sv-popup__body-content {
|
|
2413
2414
|
background-color: var(--ctr-popup-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
@@ -2419,7 +2420,10 @@ svc-tab-designer {
|
|
|
2419
2420
|
}
|
|
2420
2421
|
.svc-creator-popup .sv-popup__pointer:after {
|
|
2421
2422
|
content: " ";
|
|
2422
|
-
border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid var(--ctr-
|
|
2423
|
+
border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid var(--ctr-popup-menu-pointer-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2424
|
+
}
|
|
2425
|
+
.svc-creator-popup .sv-popup__container {
|
|
2426
|
+
background-color: transparent;
|
|
2423
2427
|
}
|
|
2424
2428
|
.svc-creator-popup .sv-popup__body-header {
|
|
2425
2429
|
--ctr-medium-bold-font-size: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -2441,7 +2445,7 @@ svc-tab-designer {
|
|
|
2441
2445
|
border-radius: calc(4 * (var(--ctr-popup-menu-corner-radius, 4px))) calc(4 * (var(--ctr-popup-menu-corner-radius, 4px))) 0px 0px;
|
|
2442
2446
|
}
|
|
2443
2447
|
.svc-creator-popup.sv-popup--dropdown .sv-popup__body-content {
|
|
2444
|
-
background-color: var(--ctr-
|
|
2448
|
+
background-color: var(--ctr-popup-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2445
2449
|
}
|
|
2446
2450
|
.svc-creator-popup.sv-popup--dropdown.svc-toolbox-subtypes .sv-popup__body-content {
|
|
2447
2451
|
background: unset;
|
|
@@ -2451,7 +2455,6 @@ svc-tab-designer {
|
|
|
2451
2455
|
padding-inline-end: var(--ctr-list-padding-right);
|
|
2452
2456
|
}
|
|
2453
2457
|
.svc-creator-popup .sv-list__filter {
|
|
2454
|
-
background-color: var(--ctr-contextual-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2455
2458
|
border-bottom: 1px solid var(--ctr-list-search-border-color, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
2456
2459
|
}
|
|
2457
2460
|
.svc-creator-popup .sv-list__filter .sv-list__input {
|
|
@@ -2486,14 +2489,20 @@ svc-tab-designer {
|
|
|
2486
2489
|
.svc-creator-popup .sv-list__item-icon use {
|
|
2487
2490
|
fill: var(--ctr-list-item-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2488
2491
|
}
|
|
2492
|
+
.svc-creator-popup .sv-list__item:focus > .sv-list__item-body,
|
|
2493
|
+
.svc-creator-popup .sv-list__item:hover > .sv-list__item-body,
|
|
2489
2494
|
.svc-creator-popup .sv-list__item--hovered > .sv-list__item-body {
|
|
2490
2495
|
color: var(--ctr-list-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2491
2496
|
background: var(--ctr-list-item-background-color-hovered, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
|
|
2492
2497
|
}
|
|
2498
|
+
.svc-creator-popup .sv-list__item:focus > .sv-list__item-body .sv-list__item-icon use,
|
|
2499
|
+
.svc-creator-popup .sv-list__item:hover > .sv-list__item-body .sv-list__item-icon use,
|
|
2493
2500
|
.svc-creator-popup .sv-list__item--hovered > .sv-list__item-body .sv-list__item-icon use {
|
|
2494
2501
|
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2495
2502
|
}
|
|
2496
2503
|
.svc-creator-popup .sv-list__item--selected > .sv-list__item-body,
|
|
2504
|
+
.svc-creator-popup .sv-list__item--selected:hover > .sv-list__item-body,
|
|
2505
|
+
.svc-creator-popup .sv-list__item--selected:focus > .sv-list__item-body,
|
|
2497
2506
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover > .sv-list__item-body {
|
|
2498
2507
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2499
2508
|
--ctr-default-line-height: calc(1.5 * var(--default-font-size));
|
|
@@ -2507,18 +2516,35 @@ svc-tab-designer {
|
|
|
2507
2516
|
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2508
2517
|
}
|
|
2509
2518
|
.svc-creator-popup .sv-list__item--selected .sv-list__item-icon use,
|
|
2519
|
+
.svc-creator-popup .sv-list__item--selected:hover .sv-list__item-icon use,
|
|
2520
|
+
.svc-creator-popup .sv-list__item--selected:focus .sv-list__item-icon use,
|
|
2510
2521
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover .sv-list__item-icon use {
|
|
2511
2522
|
fill: var(--ctr-list-item-icon-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2512
2523
|
}
|
|
2513
2524
|
.svc-creator-popup .sv-list__item--selected.sv-list__item--group > .sv-list__item-body,
|
|
2525
|
+
.svc-creator-popup .sv-list__item--selected:hover.sv-list__item--group > .sv-list__item-body,
|
|
2526
|
+
.svc-creator-popup .sv-list__item--selected:focus.sv-list__item--group > .sv-list__item-body,
|
|
2514
2527
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group > .sv-list__item-body {
|
|
2515
|
-
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2516
|
-
color: var(--ctr-list-item-text-color-selected, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2528
|
+
background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2529
|
+
color: var(--ctr-list-item-text-color-selected-submenu, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2517
2530
|
font-weight: 400;
|
|
2518
2531
|
}
|
|
2519
2532
|
.svc-creator-popup .sv-list__item--selected.sv-list__item--group .sv-list__item-icon use,
|
|
2533
|
+
.svc-creator-popup .sv-list__item--selected:hover.sv-list__item--group .sv-list__item-icon use,
|
|
2534
|
+
.svc-creator-popup .sv-list__item--selected:focus.sv-list__item--group .sv-list__item-icon use,
|
|
2520
2535
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list__item-icon use {
|
|
2521
|
-
fill: var(--ctr-list-item-icon-color-
|
|
2536
|
+
fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2537
|
+
}
|
|
2538
|
+
.svc-creator-popup .sv-list__item--selected.sv-list__item--group .sv-list-item__marker-icon use,
|
|
2539
|
+
.svc-creator-popup .sv-list__item--selected:hover.sv-list__item--group .sv-list-item__marker-icon use,
|
|
2540
|
+
.svc-creator-popup .sv-list__item--selected:focus.sv-list__item--group .sv-list-item__marker-icon use,
|
|
2541
|
+
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list-item__marker-icon use {
|
|
2542
|
+
fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2543
|
+
}
|
|
2544
|
+
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:focus .sv-list__item-icon use,
|
|
2545
|
+
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:hover .sv-list__item-icon use,
|
|
2546
|
+
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary .sv-list__item-icon use {
|
|
2547
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
2522
2548
|
}
|
|
2523
2549
|
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__button.sv-popup__button {
|
|
2524
2550
|
color: var(--ctr-actionbar-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
@@ -2530,9 +2556,6 @@ svc-tab-designer {
|
|
|
2530
2556
|
border-top: 1px solid var(--ctr-popup-menu-footer-border-color, var(--sjs-border-light, var(--border-light, #eaeaea)));
|
|
2531
2557
|
padding: var(--ctr-popup-menu-footer-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-popup-menu-footer-padding-right, 0) var(--ctr-popup-menu-footer-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-popup-menu-footer-padding-left, 0);
|
|
2532
2558
|
}
|
|
2533
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__empty-container {
|
|
2534
|
-
background-color: var(--ctr-contextual-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2535
|
-
}
|
|
2536
2559
|
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__button:disabled {
|
|
2537
2560
|
color: var(--ctr-actionbar-button-text-color-disabled, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2538
2561
|
opacity: var(--ctr-actionbar-button-opacity-disabled, 0.25);
|
|
@@ -3381,53 +3404,54 @@ svc-page-navigator,
|
|
|
3381
3404
|
flex-direction: column;
|
|
3382
3405
|
}
|
|
3383
3406
|
|
|
3384
|
-
.svc-page-
|
|
3407
|
+
.svc-page-navigator__button-icon {
|
|
3385
3408
|
display: block;
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
border-radius: var(--ctr-page-navigator-button-corner-radius, 50%);
|
|
3409
|
+
width: var(--ctr-page-navigator-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3410
|
+
height: var(--ctr-page-navigator-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3389
3411
|
padding: var(--ctr-page-navigator-button-padding, calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3412
|
+
border-radius: var(--ctr-page-navigator-button-corner-radius, 50%);
|
|
3390
3413
|
cursor: pointer;
|
|
3391
3414
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
3392
3415
|
}
|
|
3393
|
-
.svc-page-
|
|
3416
|
+
.svc-page-navigator__button-icon .sv-svg-icon {
|
|
3417
|
+
width: var(--ctr-page-navigator-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3418
|
+
height: var(--ctr-page-navigator-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3419
|
+
}
|
|
3420
|
+
.svc-page-navigator__button-icon use {
|
|
3394
3421
|
fill: var(--ctr-page-navigator-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
3395
3422
|
transition: fill var(--sjs-creator-transition-duration, 150ms);
|
|
3396
3423
|
}
|
|
3397
3424
|
|
|
3398
|
-
.svc-page-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3425
|
+
.svc-page-navigator__button {
|
|
3426
|
+
--ctr-page-navigator-button-double-padding: calc(2 * var(--ctr-page-navigator-button-padding));
|
|
3427
|
+
--ctr-page-navigator-button-width: calc(
|
|
3428
|
+
var(--ctr-page-navigator-button-icon-width) + var(--ctr-page-navigator-button-double-padding)
|
|
3429
|
+
);
|
|
3430
|
+
--ctr-page-navigator-button-height: calc(
|
|
3431
|
+
var(--ctr-page-navigator-button-icon-height) + var(--ctr-page-navigator-button-double-padding)
|
|
3432
|
+
);
|
|
3433
|
+
width: var(--ctr-page-navigator-button-width, calc(5.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3434
|
+
height: var(--ctr-page-navigator-button-height, calc(5.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3406
3435
|
padding: 0;
|
|
3436
|
+
cursor: pointer;
|
|
3407
3437
|
border: none;
|
|
3408
3438
|
background-color: transparent;
|
|
3409
3439
|
}
|
|
3410
|
-
|
|
3411
|
-
.svc-creator .svc-page-navigator__selector:hover,
|
|
3412
|
-
.svc-creator .svc-page-navigator__selector:focus {
|
|
3440
|
+
.svc-page-navigator__button:hover, .svc-page-navigator__button:focus {
|
|
3413
3441
|
outline: none;
|
|
3414
3442
|
}
|
|
3415
|
-
|
|
3416
|
-
.svc-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon,
|
|
3417
|
-
.svc-creator .svc-page-navigator__selector:focus .svc-page-navigator__navigator-icon {
|
|
3443
|
+
.svc-page-navigator__button:hover .svc-page-navigator__button-icon, .svc-page-navigator__button:focus .svc-page-navigator__button-icon {
|
|
3418
3444
|
background-color: var(--ctr-page-navigator-button-background-color-hovered, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
3419
3445
|
}
|
|
3420
|
-
|
|
3421
|
-
.svc-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon use,
|
|
3422
|
-
.svc-creator .svc-page-navigator__selector:focus .svc-page-navigator__navigator-icon use {
|
|
3446
|
+
.svc-page-navigator__button:hover .svc-page-navigator__button-icon use, .svc-page-navigator__button:focus .svc-page-navigator__button-icon use {
|
|
3423
3447
|
fill: var(--ctr-page-navigator-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3424
3448
|
}
|
|
3425
3449
|
|
|
3426
|
-
.svc-page-
|
|
3427
|
-
background-color
|
|
3450
|
+
.svc-page-navigator__button--pressed .svc-page-navigator__button-icon {
|
|
3451
|
+
background: var(--ctr-page-navigator-button-background-color-pressed, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
3428
3452
|
opacity: var(--ctr-page-navigator-button-opacity-pressed, 0.5);
|
|
3429
3453
|
}
|
|
3430
|
-
.svc-page-
|
|
3454
|
+
.svc-page-navigator__button--pressed .svc-page-navigator__button-icon use {
|
|
3431
3455
|
fill: var(--ctr-page-navigator-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3432
3456
|
}
|
|
3433
3457
|
|
|
@@ -3445,13 +3469,11 @@ survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigato
|
|
|
3445
3469
|
padding: calc(16.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
|
|
3446
3470
|
top: 0;
|
|
3447
3471
|
bottom: 0;
|
|
3448
|
-
right: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3472
|
+
right: var(--ctr-page-navigator-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3449
3473
|
}
|
|
3450
3474
|
|
|
3451
3475
|
.svc-page-navigator {
|
|
3452
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3453
|
-
padding-right: 0;
|
|
3454
|
-
width: calc(5.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3476
|
+
padding: var(--ctr-page-navigator-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) 0 var(--ctr-page-navigator-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3455
3477
|
}
|
|
3456
3478
|
|
|
3457
3479
|
.svc-creator__toolbox--right .svc-tab-designer--with-page-navigator .svc-tab-designer_content,
|
|
@@ -3466,14 +3488,13 @@ survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigato
|
|
|
3466
3488
|
[style*="direction:rtl"] .svc-tab-designer__page-navigator,
|
|
3467
3489
|
[style*="direction: rtl"] .svc-tab-designer__page-navigator {
|
|
3468
3490
|
right: unset;
|
|
3469
|
-
left: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3491
|
+
left: var(--ctr-page-navigator-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3470
3492
|
}
|
|
3471
3493
|
.svc-creator__toolbox--right .svc-page-navigator,
|
|
3472
3494
|
[dir=rtl] .svc-page-navigator,
|
|
3473
3495
|
[style*="direction:rtl"] .svc-page-navigator,
|
|
3474
3496
|
[style*="direction: rtl"] .svc-page-navigator {
|
|
3475
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3476
|
-
padding-left: 0;
|
|
3497
|
+
padding: var(--ctr-page-navigator-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) 0;
|
|
3477
3498
|
}
|
|
3478
3499
|
|
|
3479
3500
|
.svc-tab-designer--bypage-mode .svc-tab-designer_content {
|
|
@@ -3706,8 +3727,10 @@ svc-page {
|
|
|
3706
3727
|
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3707
3728
|
box-sizing: border-box;
|
|
3708
3729
|
width: 100%;
|
|
3709
|
-
outline:
|
|
3710
|
-
|
|
3730
|
+
outline-color: transparent;
|
|
3731
|
+
outline: 2px transparent dashed;
|
|
3732
|
+
transition-property: background-color, box-shadow, outline-color;
|
|
3733
|
+
transition-duration: var(--sjs-creator-transition-duration, 150ms);
|
|
3711
3734
|
}
|
|
3712
3735
|
.svc-page__content .sd-page {
|
|
3713
3736
|
margin: 0;
|
|
@@ -3716,6 +3739,9 @@ svc-page {
|
|
|
3716
3739
|
.svc-page__content > .svc-question__drag-area {
|
|
3717
3740
|
padding-top: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3718
3741
|
}
|
|
3742
|
+
.svc-page__content > .svc-question__drag-area .svc-question__drag-element {
|
|
3743
|
+
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
3744
|
+
}
|
|
3719
3745
|
|
|
3720
3746
|
.svc-page__content--dragged {
|
|
3721
3747
|
opacity: 0.25;
|
|
@@ -3737,43 +3763,132 @@ svc-page {
|
|
|
3737
3763
|
color: var(--ctr-survey-page-header-title-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
3738
3764
|
}
|
|
3739
3765
|
|
|
3740
|
-
.svc-
|
|
3741
|
-
|
|
3766
|
+
.svc-page-toolbar__item {
|
|
3767
|
+
-webkit-appearance: none;
|
|
3768
|
+
-moz-appearance: none;
|
|
3769
|
+
appearance: none;
|
|
3770
|
+
outline: none;
|
|
3771
|
+
display: flex;
|
|
3772
|
+
box-sizing: border-box;
|
|
3773
|
+
border: none;
|
|
3774
|
+
cursor: pointer;
|
|
3775
|
+
white-space: nowrap;
|
|
3776
|
+
--thm-survey-question-panel-toolbar-item-padding-top: calc(
|
|
3777
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-top) +
|
|
3778
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top)
|
|
3779
|
+
);
|
|
3780
|
+
--thm-survey-question-panel-toolbar-item-padding-right: calc(
|
|
3781
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-right) +
|
|
3782
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
3783
|
+
);
|
|
3784
|
+
--thm-survey-question-panel-toolbar-item-padding-bottom: calc(
|
|
3785
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-bottom) +
|
|
3786
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
3787
|
+
);
|
|
3788
|
+
--thm-survey-question-panel-toolbar-item-padding-left: calc(
|
|
3789
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-left) +
|
|
3790
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
3791
|
+
);
|
|
3792
|
+
--thm-survey-question-panel-toolbar-button-gap: calc(var(--ctr-survey-question-panel-toolbar-gap) / 2);
|
|
3793
|
+
margin: 0 var(--thm-survey-question-panel-toolbar-button-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3794
|
+
border-radius: var(--ctr-survey-page-toolbar-item-corner-radius, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3795
|
+
padding: var(--thm-survey-question-panel-toolbar-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3796
|
+
justify-content: center;
|
|
3797
|
+
align-items: center;
|
|
3742
3798
|
background-color: transparent;
|
|
3743
|
-
color: var(--ctr-survey-page-toolbar-item-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
3744
3799
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
3745
3800
|
}
|
|
3746
|
-
|
|
3747
|
-
|
|
3801
|
+
|
|
3802
|
+
.svc-page-toolbar__item--with-text {
|
|
3803
|
+
--thm-survey-question-panel-toolbar-item-padding-right: calc(
|
|
3804
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-right-with-text) +
|
|
3805
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
3806
|
+
);
|
|
3807
|
+
--thm-survey-question-panel-toolbar-item-gap: calc(
|
|
3808
|
+
var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
3809
|
+
);
|
|
3810
|
+
padding-inline-end: var(--thm-survey-question-panel-toolbar-item-padding-right-with-text, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3811
|
+
gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3748
3812
|
}
|
|
3749
|
-
|
|
3750
|
-
.svc-
|
|
3751
|
-
|
|
3813
|
+
|
|
3814
|
+
.svc-page-toolbar .sv-action:last-of-type .svc-page-toolbar__item {
|
|
3815
|
+
margin-inline-end: 0;
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3818
|
+
.svc-page-toolbar .sv-action:first-of-type .svc-page-toolbar__item {
|
|
3819
|
+
margin-inline-start: 0;
|
|
3820
|
+
}
|
|
3821
|
+
|
|
3822
|
+
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):hover:enabled {
|
|
3823
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3824
|
+
}
|
|
3825
|
+
|
|
3826
|
+
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):focus:enabled {
|
|
3827
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-selectedd, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3752
3828
|
}
|
|
3753
|
-
|
|
3829
|
+
|
|
3830
|
+
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):active:enabled {
|
|
3754
3831
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
3755
3832
|
}
|
|
3756
|
-
|
|
3833
|
+
|
|
3834
|
+
.svc-page-toolbar__item:disabled {
|
|
3757
3835
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
3758
3836
|
}
|
|
3759
|
-
|
|
3837
|
+
|
|
3838
|
+
.svc-page-toolbar__item--active .svc-page-toolbar-item__icon use {
|
|
3760
3839
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3761
3840
|
}
|
|
3762
|
-
|
|
3841
|
+
|
|
3842
|
+
.svc-page-toolbar__item--pressed:not(.svc-page-toolbar__item--active) {
|
|
3843
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3844
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
3845
|
+
}
|
|
3846
|
+
|
|
3847
|
+
.svc-page-toolbar-item__icon {
|
|
3848
|
+
--thm-survey-page-toolbar-item-icon-width: calc(
|
|
3849
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-container-width) -
|
|
3850
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right) -
|
|
3851
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
3852
|
+
);
|
|
3853
|
+
--thm-survey-page-toolbar-item-icon-height: calc(
|
|
3854
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-container-height) -
|
|
3855
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top) -
|
|
3856
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
3857
|
+
);
|
|
3858
|
+
width: var(--thm-survey-page-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3859
|
+
height: var(--thm-survey-page-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3860
|
+
}
|
|
3861
|
+
|
|
3862
|
+
.svc-page-toolbar-item__icon use {
|
|
3763
3863
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3764
3864
|
}
|
|
3865
|
+
|
|
3866
|
+
.svc-page-toolbar__item:active .svc-page-toolbar-item__icon use {
|
|
3867
|
+
fill: black;
|
|
3868
|
+
opacity: 0.5;
|
|
3869
|
+
}
|
|
3870
|
+
|
|
3871
|
+
.svc-page-toolbar-item__title {
|
|
3872
|
+
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3873
|
+
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
3874
|
+
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
3875
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
3876
|
+
font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
|
|
3877
|
+
font-style: normal;
|
|
3878
|
+
font-weight: 400;
|
|
3879
|
+
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
3880
|
+
font-weight: 600;
|
|
3881
|
+
color: var(--ctr-survey-page-toolbar-item-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
3882
|
+
}
|
|
3883
|
+
|
|
3765
3884
|
.svc-page__content-actions .sv-action-bar-item-dropdown {
|
|
3766
3885
|
border-radius: calcCornerRadius(0.5);
|
|
3767
3886
|
background-color: transparent;
|
|
3768
3887
|
}
|
|
3769
|
-
.svc-page__content-actions .sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
|
|
3770
|
-
background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3771
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
3772
|
-
}
|
|
3773
3888
|
|
|
3774
3889
|
.svc-page__content:focus,
|
|
3775
3890
|
.svc-hovered.svc-page__content {
|
|
3776
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
3891
|
+
box-shadow: 0 0 0 var(--ctr-survey-page-border-width-hovered, 2px) var(--ctr-survey-page-border-color-hovered, var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25))));
|
|
3777
3892
|
background: var(--ctr-survey-page-background-color-hovered, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
3778
3893
|
}
|
|
3779
3894
|
|
|
@@ -3792,12 +3907,14 @@ svc-page {
|
|
|
3792
3907
|
}
|
|
3793
3908
|
.svc-page__content--selected > .svc-question__drag-area .svc-question__drag-element,
|
|
3794
3909
|
.svc-hovered.svc-page__content > .svc-question__drag-area .svc-question__drag-element {
|
|
3910
|
+
width: var(--ctr-survey-page-drag-indicator-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3911
|
+
height: var(--ctr-survey-page-drag-indicator-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3795
3912
|
opacity: var(--ctr-survey-page-drag-indicator-opacity, 0.5);
|
|
3796
3913
|
}
|
|
3797
3914
|
|
|
3798
3915
|
.svc-page__content--selected.svc-page__content--selected {
|
|
3799
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
3800
|
-
background: var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1));
|
|
3916
|
+
box-shadow: 0 0 0 var(--ctr-survey-page-border-width-selected, 2px) var(--ctr-survey-page-border-color-selected, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3917
|
+
background: var(--ctr-survey-page-background-color-selected, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
3801
3918
|
}
|
|
3802
3919
|
|
|
3803
3920
|
.svc-page__content--animation-running .svc-row .svc-question--enter {
|
|
@@ -3816,14 +3933,17 @@ svc-page {
|
|
|
3816
3933
|
animation: none;
|
|
3817
3934
|
}
|
|
3818
3935
|
|
|
3819
|
-
.svc-page__content--collapse-onhover,
|
|
3936
|
+
.svc-page__content--collapse-onhover,
|
|
3937
|
+
.svc-page__content--collapse-always {
|
|
3820
3938
|
outline: 2px transparent dashed;
|
|
3821
|
-
transition: outline-color var(--sjs-creator-transition-duration, 150ms);
|
|
3822
3939
|
}
|
|
3823
|
-
.svc-page__content--collapse-onhover.svc-page__content--selected, .svc-page__content--collapse-onhover.svc-page__content.svc-hovered,
|
|
3940
|
+
.svc-page__content--collapse-onhover.svc-page__content--selected, .svc-page__content--collapse-onhover.svc-page__content.svc-hovered,
|
|
3941
|
+
.svc-page__content--collapse-always.svc-page__content--selected,
|
|
3942
|
+
.svc-page__content--collapse-always.svc-page__content.svc-hovered {
|
|
3824
3943
|
outline-color: transparent;
|
|
3825
3944
|
}
|
|
3826
|
-
.svc-page__content--collapse-onhover.svc-page__content--collapsed-drag-over-inside,
|
|
3945
|
+
.svc-page__content--collapse-onhover.svc-page__content--collapsed-drag-over-inside,
|
|
3946
|
+
.svc-page__content--collapse-always.svc-page__content--collapsed-drag-over-inside {
|
|
3827
3947
|
box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
3828
3948
|
background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
|
3829
3949
|
animation: collapsed-drag-over-inside-blinking 1s infinite;
|
|
@@ -3874,6 +3994,7 @@ svc-page {
|
|
|
3874
3994
|
|
|
3875
3995
|
.svc-element__add-new-question {
|
|
3876
3996
|
-webkit-tap-highlight-color: transparent;
|
|
3997
|
+
height: auto;
|
|
3877
3998
|
}
|
|
3878
3999
|
|
|
3879
4000
|
.svc-add-new-item-button__text {
|
|
@@ -3891,20 +4012,17 @@ svc-page {
|
|
|
3891
4012
|
.svc-element__question-type-selector {
|
|
3892
4013
|
appearance: none;
|
|
3893
4014
|
display: flex;
|
|
3894
|
-
|
|
3895
|
-
|
|
4015
|
+
padding: var(--ctr-button-contextual-button-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-button-contextual-button-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-button-contextual-button-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-button-contextual-button-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4016
|
+
border-radius: var(--ctr-button-contextual-button-corner-radius, 2px);
|
|
3896
4017
|
box-sizing: border-box;
|
|
3897
4018
|
border: none;
|
|
3898
|
-
border-radius: 2px;
|
|
3899
4019
|
background-color: transparent;
|
|
3900
4020
|
cursor: pointer;
|
|
3901
|
-
margin-
|
|
4021
|
+
margin: var(--ctr-button-contextual-button-margin-vertical, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-button-contextual-button-margin-horizontal, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4022
|
+
margin-inline-start: 0;
|
|
3902
4023
|
outline: none;
|
|
3903
4024
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
3904
4025
|
}
|
|
3905
|
-
.svc-element__question-type-selector use {
|
|
3906
|
-
fill: var(--ctr-library-contextual-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
3907
|
-
}
|
|
3908
4026
|
.svc-element__question-type-selector:hover {
|
|
3909
4027
|
background-color: var(--ctr-button-contextual-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3910
4028
|
}
|
|
@@ -3912,6 +4030,18 @@ svc-page {
|
|
|
3912
4030
|
background-color: var(--ctr-button-contextual-button-background-color-focused, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
3913
4031
|
}
|
|
3914
4032
|
|
|
4033
|
+
.svc-element__question-type-selector-icon {
|
|
4034
|
+
width: var(--ctr-button-contextual-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4035
|
+
height: var(--ctr-button-contextual-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4036
|
+
}
|
|
4037
|
+
.svc-element__question-type-selector-icon .sv-svg-icon {
|
|
4038
|
+
width: var(--ctr-button-contextual-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4039
|
+
height: var(--ctr-button-contextual-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4040
|
+
}
|
|
4041
|
+
.svc-element__question-type-selector-icon use {
|
|
4042
|
+
fill: var(--ctr-button-contextual-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
4043
|
+
}
|
|
4044
|
+
|
|
3915
4045
|
.svc-page--drag-over-empty:after {
|
|
3916
4046
|
content: " ";
|
|
3917
4047
|
position: absolute;
|
|
@@ -4009,6 +4139,55 @@ svc-page {
|
|
|
4009
4139
|
.svc-creator .svc-page .svc-page__content--collapse-always.svc-page__content--selected .svc-page__content-actions .sv-action .sv-action-bar-separator, .svc-creator .svc-page .svc-page__content--collapse-always.svc-hovered .svc-page__content-actions .sv-action .sv-action-bar-separator {
|
|
4010
4140
|
visibility: visible;
|
|
4011
4141
|
}
|
|
4142
|
+
|
|
4143
|
+
.svc-page--enter,
|
|
4144
|
+
.svc-page--leave {
|
|
4145
|
+
animation-name: fadeIn, moveInWithOverflow;
|
|
4146
|
+
animation-fill-mode: forwards;
|
|
4147
|
+
animation-duration: var(--fade-animation-duration), var(--move-animation-duration);
|
|
4148
|
+
animation-direction: var(--animation-direction);
|
|
4149
|
+
animation-timing-function: var(--animation-timing-function);
|
|
4150
|
+
animation-delay: var(--fade-animation-delay), var(--move-animation-delay);
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4153
|
+
.svc-page--enter {
|
|
4154
|
+
opacity: 0;
|
|
4155
|
+
--animation-direction: normal;
|
|
4156
|
+
--animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
|
|
4157
|
+
--fade-animation-duration: var(--sjs-svc-page-fade-in-duration, 250ms);
|
|
4158
|
+
--move-animation-duration: var(--sjs-svc-page-move-in-duration, 250ms);
|
|
4159
|
+
--fade-animation-delay: var(--sjs-svc-page-fade-in-delay, 100ms);
|
|
4160
|
+
--move-animation-delay: 0s;
|
|
4161
|
+
}
|
|
4162
|
+
|
|
4163
|
+
.svc-page--leave {
|
|
4164
|
+
--animation-direction: reverse;
|
|
4165
|
+
--animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
|
|
4166
|
+
--fade-animation-duration: var(--sjs-svc-page-fade-out-duration, 250ms);
|
|
4167
|
+
--move-animation-duration: var(--sjs-svc-page-move-out-duration, 250ms);
|
|
4168
|
+
--fade-animation-delay: 0s;
|
|
4169
|
+
--move-animation-delay: var(--sjs-svc-page-move-out-delay, 100ms);
|
|
4170
|
+
}
|
|
4171
|
+
|
|
4172
|
+
.svc-creator--disable-animations .svc-page--enter,
|
|
4173
|
+
.svc-creator--disable-animations .svc-page--leave {
|
|
4174
|
+
animation: none;
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
.svc-page--enter.svc-page--enter .svc-page__content-actions {
|
|
4178
|
+
opacity: 0;
|
|
4179
|
+
}
|
|
4180
|
+
.svc-page--enter.svc-page--enter .svc-page__content {
|
|
4181
|
+
box-shadow: 0 0 0 2px transparent;
|
|
4182
|
+
background-color: transparent;
|
|
4183
|
+
}
|
|
4184
|
+
.svc-page--enter.svc-page--enter .svc-page__content > .svc-question__drag-area .svc-question__drag-element {
|
|
4185
|
+
opacity: 0;
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4188
|
+
.svc-page {
|
|
4189
|
+
scroll-margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
4190
|
+
}
|
|
4012
4191
|
/*!**************************************************************************************************************************************************************************!*\
|
|
4013
4192
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/row.scss ***!
|
|
4014
4193
|
\**************************************************************************************************************************************************************************/
|
|
@@ -4321,43 +4500,161 @@ svc-question {
|
|
|
4321
4500
|
right: 0;
|
|
4322
4501
|
}
|
|
4323
4502
|
|
|
4324
|
-
.svc-
|
|
4503
|
+
.svc-survey-element-toolbar__item {
|
|
4504
|
+
-webkit-appearance: none;
|
|
4505
|
+
-moz-appearance: none;
|
|
4506
|
+
appearance: none;
|
|
4507
|
+
outline: none;
|
|
4508
|
+
display: flex;
|
|
4509
|
+
box-sizing: border-box;
|
|
4510
|
+
border: none;
|
|
4511
|
+
cursor: pointer;
|
|
4512
|
+
white-space: nowrap;
|
|
4513
|
+
--thm-survey-question-panel-toolbar-item-padding-top: calc(
|
|
4514
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-top) +
|
|
4515
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top)
|
|
4516
|
+
);
|
|
4517
|
+
--thm-survey-question-panel-toolbar-item-padding-right: calc(
|
|
4518
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-right) +
|
|
4519
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
4520
|
+
);
|
|
4521
|
+
--thm-survey-question-panel-toolbar-item-padding-bottom: calc(
|
|
4522
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-bottom) +
|
|
4523
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
4524
|
+
);
|
|
4525
|
+
--thm-survey-question-panel-toolbar-item-padding-left: calc(
|
|
4526
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-left) +
|
|
4527
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
4528
|
+
);
|
|
4529
|
+
--thm-survey-question-panel-toolbar-button-gap: calc(var(--ctr-survey-question-panel-toolbar-gap) / 2);
|
|
4530
|
+
margin: 0 var(--thm-survey-question-panel-toolbar-button-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4531
|
+
border-radius: var(--ctr-survey-question-panel-toolbar-item-corner-radius, calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4532
|
+
padding: var(--thm-survey-question-panel-toolbar-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4533
|
+
justify-content: center;
|
|
4534
|
+
align-items: center;
|
|
4325
4535
|
background-color: transparent;
|
|
4326
|
-
|
|
4327
|
-
|
|
4536
|
+
transition: background var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
|
|
4537
|
+
}
|
|
4538
|
+
|
|
4539
|
+
.svc-survey-element-toolbar__item--with-text {
|
|
4540
|
+
--thm-survey-question-panel-toolbar-item-padding-right: calc(
|
|
4541
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-right-with-text) +
|
|
4542
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
4543
|
+
);
|
|
4544
|
+
--thm-survey-question-panel-toolbar-item-gap: calc(
|
|
4545
|
+
var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
4546
|
+
);
|
|
4547
|
+
padding-inline-end: var(--thm-survey-question-panel-toolbar-item-padding-right, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4548
|
+
gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4549
|
+
}
|
|
4550
|
+
|
|
4551
|
+
.svc-survey-element-toolbar .sv-action:last-of-type .svc-survey-element-toolbar__item {
|
|
4552
|
+
margin-inline-end: 0;
|
|
4553
|
+
}
|
|
4554
|
+
|
|
4555
|
+
.svc-survey-element-toolbar .sv-action:first-of-type .svc-survey-element-toolbar__item {
|
|
4556
|
+
margin-inline-start: 0;
|
|
4557
|
+
}
|
|
4558
|
+
|
|
4559
|
+
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--with-text {
|
|
4560
|
+
--thm-survey-question-panel-toolbar-item-padding-left: calc(
|
|
4561
|
+
var(--ctr-survey-question-panel-toolbar-item-padding-left) +
|
|
4562
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left-with-text)
|
|
4563
|
+
);
|
|
4564
|
+
--thm-survey-question-panel-toolbar-item-gap: calc(
|
|
4565
|
+
var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
4566
|
+
);
|
|
4567
|
+
flex-direction: row-reverse;
|
|
4568
|
+
padding-inline-start: var(--thm-survey-question-panel-toolbar-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4569
|
+
gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4570
|
+
}
|
|
4571
|
+
|
|
4572
|
+
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--icon {
|
|
4573
|
+
padding: var(--ctr-survey-question-panel-toolbar-item-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-right, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-left, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4574
|
+
}
|
|
4575
|
+
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--icon .svc-survey-element-toolbar-item__icon {
|
|
4576
|
+
padding: 0;
|
|
4577
|
+
width: var(--ctr-survey-question-panel-toolbar-item-icon-container-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4578
|
+
height: var(--ctr-survey-question-panel-toolbar-item-icon-container-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4328
4579
|
}
|
|
4329
|
-
|
|
4580
|
+
|
|
4581
|
+
.svc-survey-element-toolbar .svc-survey-element-toolbar-item__icon use {
|
|
4330
4582
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4331
4583
|
}
|
|
4332
|
-
|
|
4333
|
-
.svc-
|
|
4584
|
+
|
|
4585
|
+
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):hover:enabled {
|
|
4334
4586
|
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4335
4587
|
}
|
|
4336
|
-
.svc-
|
|
4588
|
+
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):focus:enabled {
|
|
4589
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4590
|
+
}
|
|
4591
|
+
|
|
4592
|
+
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled {
|
|
4337
4593
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
4594
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4338
4595
|
}
|
|
4339
|
-
.svc-
|
|
4340
|
-
|
|
4596
|
+
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled use {
|
|
4597
|
+
fill: black;
|
|
4598
|
+
opacity: 0.45;
|
|
4341
4599
|
}
|
|
4342
|
-
|
|
4343
|
-
|
|
4600
|
+
|
|
4601
|
+
.svc-survey-element-toolbar__item:disabled {
|
|
4602
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
4344
4603
|
}
|
|
4345
|
-
|
|
4604
|
+
|
|
4605
|
+
.svc-survey-element-toolbar__item--active .svc-survey-element-toolbar-item__icon use {
|
|
4346
4606
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4347
4607
|
}
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
.svc-question__adorner .sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
|
|
4352
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4608
|
+
|
|
4609
|
+
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) {
|
|
4610
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4353
4611
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
4354
4612
|
}
|
|
4355
|
-
.svc-
|
|
4356
|
-
|
|
4357
|
-
|
|
4613
|
+
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) use {
|
|
4614
|
+
fill: black;
|
|
4615
|
+
opacity: 0.45;
|
|
4616
|
+
}
|
|
4617
|
+
|
|
4618
|
+
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:hover,
|
|
4619
|
+
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:focus,
|
|
4620
|
+
.svc-survey-element-toolbar__item--active {
|
|
4358
4621
|
background-color: var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1));
|
|
4359
4622
|
}
|
|
4360
4623
|
|
|
4624
|
+
.svc-survey-element-toolbar-item__icon,
|
|
4625
|
+
.svc-survey-element-toolbar__dots-item .sv-svg-icon.sv-action-bar-item__icon {
|
|
4626
|
+
--ctr-survey-question-toolbar-item-icon-width: calc(
|
|
4627
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-container-width) -
|
|
4628
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right) -
|
|
4629
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
4630
|
+
);
|
|
4631
|
+
--ctr-survey-question-toolbar-item-icon-height: calc(
|
|
4632
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-container-height) -
|
|
4633
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top) -
|
|
4634
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
4635
|
+
);
|
|
4636
|
+
width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4637
|
+
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4638
|
+
}
|
|
4639
|
+
|
|
4640
|
+
.svc-survey-element-toolbar-item__title {
|
|
4641
|
+
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4642
|
+
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
4643
|
+
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
4644
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
4645
|
+
font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
|
|
4646
|
+
font-style: normal;
|
|
4647
|
+
font-weight: 400;
|
|
4648
|
+
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
4649
|
+
font-weight: 600;
|
|
4650
|
+
color: var(--ctr-survey-question-panel-toolbar-item-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
4651
|
+
transition: color var(--sjs-creator-transition-duration, 150ms);
|
|
4652
|
+
}
|
|
4653
|
+
|
|
4654
|
+
.svc-question__adorner .sv-action-bar-item-dropdown {
|
|
4655
|
+
background-color: transparent;
|
|
4656
|
+
}
|
|
4657
|
+
|
|
4361
4658
|
.svc-question__content {
|
|
4362
4659
|
scroll-margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
4363
4660
|
}
|
|
@@ -4529,68 +4826,80 @@ svc-question {
|
|
|
4529
4826
|
width: 100%;
|
|
4530
4827
|
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4531
4828
|
}
|
|
4532
|
-
.svc-question__content-actions .
|
|
4829
|
+
.svc-question__content-actions .svc-action-bar-item--right:first-of-type {
|
|
4830
|
+
margin-inline-start: auto;
|
|
4831
|
+
}
|
|
4832
|
+
|
|
4833
|
+
.svc-dropdown-action--convertTo {
|
|
4533
4834
|
max-width: max-content;
|
|
4534
4835
|
}
|
|
4535
|
-
.svc-
|
|
4836
|
+
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item {
|
|
4536
4837
|
flex-direction: row-reverse;
|
|
4537
4838
|
}
|
|
4538
|
-
.svc-
|
|
4839
|
+
.svc-dropdown-action--convertTo .sv-action-bar-item--icon {
|
|
4539
4840
|
max-width: 100%;
|
|
4540
4841
|
padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4541
4842
|
}
|
|
4542
|
-
.svc-
|
|
4843
|
+
.svc-dropdown-action--convertTo .svc-survey-element-toolbar-item__title {
|
|
4543
4844
|
display: inline-block;
|
|
4544
4845
|
justify-content: left;
|
|
4545
4846
|
}
|
|
4546
|
-
.svc-
|
|
4547
|
-
margin-inline-start: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4548
|
-
}
|
|
4549
|
-
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__icon:last-child {
|
|
4847
|
+
.svc-dropdown-action--convertTo .svc-survey-element-toolbar-item__icon:last-child {
|
|
4550
4848
|
margin-inline-start: 0;
|
|
4551
4849
|
}
|
|
4552
|
-
.svc-
|
|
4850
|
+
.svc-dropdown-action--convertTo .svc-survey-element-toolbar-item__icon:last-child use {
|
|
4553
4851
|
fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
4554
4852
|
}
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
margin-inline-end: 0;
|
|
4558
|
-
}
|
|
4559
|
-
.svc-question__content-actions .sv-action--convertTo.sv-action--hidden {
|
|
4853
|
+
|
|
4854
|
+
.svc-dropdown-action--convertTo.sv-action--hidden {
|
|
4560
4855
|
min-width: 0;
|
|
4561
4856
|
}
|
|
4562
|
-
|
|
4857
|
+
|
|
4858
|
+
.svc-dropdown-action--convertTo-last {
|
|
4563
4859
|
margin-inline-end: auto;
|
|
4564
4860
|
}
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
}
|
|
4568
|
-
.svc-question__content-actions .sv-dots {
|
|
4861
|
+
|
|
4862
|
+
.svc-survey-element-toolbar__dots-item {
|
|
4569
4863
|
width: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4570
4864
|
margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
4571
4865
|
margin-right: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4572
4866
|
}
|
|
4573
|
-
.svc-
|
|
4867
|
+
.svc-survey-element-toolbar__dots-item.sv-action--hidden {
|
|
4574
4868
|
width: 0;
|
|
4575
4869
|
margin: 0;
|
|
4576
4870
|
}
|
|
4577
|
-
.svc-
|
|
4871
|
+
.svc-survey-element-toolbar__dots-item.sv-action--hidden .sv-action__content {
|
|
4578
4872
|
display: none;
|
|
4579
4873
|
}
|
|
4580
|
-
.svc-
|
|
4874
|
+
.svc-survey-element-toolbar__dots-item .sv-dots__item {
|
|
4581
4875
|
margin-left: 0;
|
|
4582
4876
|
}
|
|
4583
|
-
.svc-
|
|
4877
|
+
.svc-survey-element-toolbar__dots-item .sv-list__item-icon {
|
|
4878
|
+
--ctr-survey-question-toolbar-item-icon-width: calc(
|
|
4879
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-container-width) -
|
|
4880
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right) -
|
|
4881
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
4882
|
+
);
|
|
4883
|
+
--ctr-survey-question-toolbar-item-icon-height: calc(
|
|
4884
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-container-height) -
|
|
4885
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top) -
|
|
4886
|
+
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
4887
|
+
);
|
|
4888
|
+
width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4889
|
+
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4890
|
+
}
|
|
4891
|
+
.svc-survey-element-toolbar__dots-item .sv-list__item:hover > .sv-list__item-body .sv-svg-icon use,
|
|
4892
|
+
.svc-survey-element-toolbar__dots-item .sv-svg-icon use {
|
|
4584
4893
|
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
4585
4894
|
}
|
|
4586
4895
|
|
|
4587
4896
|
.svc-question__content:focus,
|
|
4588
4897
|
.svc-hovered > .svc-question__content {
|
|
4589
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
4898
|
+
box-shadow: 0 0 0 var(--ctr-survey-question-panel-border-width-hovered, 2px) var(--ctr-survey-question-panel-border-color-hovered, var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25))));
|
|
4590
4899
|
}
|
|
4591
4900
|
|
|
4592
4901
|
.svc-question__content--selected:not(.svc-question__content--dragged) {
|
|
4593
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
4902
|
+
box-shadow: 0 0 0 var(--ctr-survey-question-panel-border-width-selected, 2px) var(--ctr-survey-question-panel-border-color-selected, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4594
4903
|
}
|
|
4595
4904
|
|
|
4596
4905
|
.svc-question__content--collapsed-drag-over-inside:not(.svc-question__content--dragged) {
|
|
@@ -4896,11 +5205,11 @@ svc-question .sv-action-bar,
|
|
|
4896
5205
|
}
|
|
4897
5206
|
|
|
4898
5207
|
.svc-hovered > .svc-question__content > .svc-question__drag-area > .svc-question__drag-element {
|
|
4899
|
-
opacity: 0.5;
|
|
5208
|
+
opacity: var(--ctr-survey-question-panel-drag-area-drag-indicator-opacity, 0.5);
|
|
4900
5209
|
}
|
|
4901
5210
|
|
|
4902
5211
|
.svc-question__content.svc-question__content--selected > .svc-question__drag-area > .svc-question__drag-element {
|
|
4903
|
-
opacity: 0.5;
|
|
5212
|
+
opacity: var(--ctr-survey-question-panel-drag-area-drag-indicator-opacity, 0.5);
|
|
4904
5213
|
z-index: 1;
|
|
4905
5214
|
}
|
|
4906
5215
|
|
|
@@ -4932,11 +5241,17 @@ svc-question .sv-action-bar,
|
|
|
4932
5241
|
transition: opacity 150ms;
|
|
4933
5242
|
}
|
|
4934
5243
|
|
|
5244
|
+
.svc-element__header--lazy .svc-string-editor,
|
|
5245
|
+
.svc-element__header--lazy sv-ng-string > .svc-string-editor,
|
|
4935
5246
|
.svc-element__header--hidden.sd-question__header--location--left .svc-string-editor,
|
|
4936
5247
|
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor {
|
|
4937
5248
|
display: inline-block;
|
|
4938
5249
|
}
|
|
4939
|
-
.svc-element__header--
|
|
5250
|
+
.svc-element__header--lazy .svc-string-editor::before, .svc-element__header--lazy .svc-string-editor::after,
|
|
5251
|
+
.svc-element__header--lazy sv-ng-string > .svc-string-editor::before,
|
|
5252
|
+
.svc-element__header--lazy sv-ng-string > .svc-string-editor::after,
|
|
5253
|
+
.svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::before,
|
|
5254
|
+
.svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::after,
|
|
4940
5255
|
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::before,
|
|
4941
5256
|
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::after {
|
|
4942
5257
|
content: none;
|
|
@@ -5006,9 +5321,10 @@ svc-question .sv-action-bar,
|
|
|
5006
5321
|
|
|
5007
5322
|
.svc-question__drag-element {
|
|
5008
5323
|
width: 100%;
|
|
5009
|
-
height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5010
5324
|
opacity: 0;
|
|
5011
5325
|
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
5326
|
+
width: var(--ctr-survey-question-panel-drag-area-drag-indicator-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5327
|
+
height: var(--ctr-survey-question-panel-drag-area-drag-indicator-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5012
5328
|
}
|
|
5013
5329
|
.svc-question__drag-element use {
|
|
5014
5330
|
fill: var(--ctr-survey-question-panel-drag-area-drag-indicator-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
@@ -5245,6 +5561,8 @@ svc-question .sv-action-bar,
|
|
|
5245
5561
|
.svc-panel__placeholder_frame .svc-panel__add-new-question-icon,
|
|
5246
5562
|
.svc-panel__add-new-question-container .svc-panel__add-new-question-icon {
|
|
5247
5563
|
display: block;
|
|
5564
|
+
width: var(--ctr-button-contextual-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5565
|
+
height: var(--ctr-button-contextual-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5248
5566
|
}
|
|
5249
5567
|
.svc-panel__placeholder_frame .svc-element__question-type-selector,
|
|
5250
5568
|
.svc-panel__add-new-question-container .svc-element__question-type-selector {
|
|
@@ -5263,10 +5581,6 @@ svc-question .sv-action-bar,
|
|
|
5263
5581
|
display: none;
|
|
5264
5582
|
}
|
|
5265
5583
|
}
|
|
5266
|
-
.sv-list__container .sv-action-bar-item--secondary .sv-list__item-icon use {
|
|
5267
|
-
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
5268
|
-
}
|
|
5269
|
-
|
|
5270
5584
|
.sd-panel .svc-row {
|
|
5271
5585
|
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
5272
5586
|
}
|
|
@@ -5366,16 +5680,27 @@ svc-question .sv-action-bar,
|
|
|
5366
5680
|
right: 0;
|
|
5367
5681
|
visibility: hidden;
|
|
5368
5682
|
}
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5683
|
+
|
|
5684
|
+
.svc-survey-element-top-toolbar__item {
|
|
5685
|
+
-webkit-appearance: none;
|
|
5686
|
+
-moz-appearance: none;
|
|
5687
|
+
appearance: none;
|
|
5688
|
+
outline: none;
|
|
5689
|
+
display: flex;
|
|
5690
|
+
box-sizing: border-box;
|
|
5691
|
+
border: none;
|
|
5692
|
+
cursor: pointer;
|
|
5693
|
+
white-space: nowrap;
|
|
5694
|
+
padding: var(--ctr-survey-question-panel-toolbar-item-padding-top-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-right-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-bottom-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-left-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5695
|
+
border-radius: var(--ctr-survey-question-panel-toolbar-item-corner-radius, 2px);
|
|
5696
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-muted, 0.5);
|
|
5697
|
+
background-color: transparent;
|
|
5374
5698
|
}
|
|
5375
|
-
.svc-
|
|
5699
|
+
.svc-survey-element-top-toolbar__item:hover, .svc-survey-element-top-toolbar__item:focus {
|
|
5376
5700
|
opacity: initial;
|
|
5701
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
5377
5702
|
}
|
|
5378
|
-
.svc-
|
|
5703
|
+
.svc-survey-element-top-toolbar__item use {
|
|
5379
5704
|
fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
|
|
5380
5705
|
}
|
|
5381
5706
|
|
|
@@ -5770,6 +6095,12 @@ svc-question .sv-action-bar,
|
|
|
5770
6095
|
.svc-item-value-controls__drag-icon {
|
|
5771
6096
|
display: block;
|
|
5772
6097
|
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
6098
|
+
width: var(--ctr-survey-item-actionbar-drag-indicator-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6099
|
+
height: var(--ctr-survey-item-actionbar-drag-indicator-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6100
|
+
}
|
|
6101
|
+
.svc-item-value-controls__drag-icon .sv-svg-icon {
|
|
6102
|
+
width: var(--ctr-survey-item-actionbar-drag-indicator-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6103
|
+
height: var(--ctr-survey-item-actionbar-drag-indicator-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5773
6104
|
}
|
|
5774
6105
|
|
|
5775
6106
|
.svc-item-value-wrapper:hover:not(.svc-item-value--ghost) .svc-item-value-controls__drag-icon,
|
|
@@ -5778,7 +6109,7 @@ svc-question .sv-action-bar,
|
|
|
5778
6109
|
}
|
|
5779
6110
|
|
|
5780
6111
|
.svc-item-value-controls__drag {
|
|
5781
|
-
padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px));
|
|
6112
|
+
padding: var(--ctr-survey-item-actionbar-drag-indicator-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-item-actionbar-drag-indicator-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-survey-item-actionbar-drag-indicator-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-item-actionbar-drag-indicator-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
5782
6113
|
cursor: move;
|
|
5783
6114
|
opacity: 0.25;
|
|
5784
6115
|
}
|
|
@@ -5912,7 +6243,7 @@ svc-question .sv-action-bar,
|
|
|
5912
6243
|
}
|
|
5913
6244
|
.svc-item-value__ghost {
|
|
5914
6245
|
display: none;
|
|
5915
|
-
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
6246
|
+
background: var(--ctr-survey-radio-button-group-item-background-color-drop-spot, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
5916
6247
|
border-radius: var(--ctr-survey-radio-button-group-item-corner-radius-floating, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5917
6248
|
width: calc(25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5918
6249
|
height: 40px;
|
|
@@ -6157,18 +6488,7 @@ svc-question .sv-action-bar,
|
|
|
6157
6488
|
}
|
|
6158
6489
|
|
|
6159
6490
|
.svc-matrix-cell__question-controls-button {
|
|
6160
|
-
display: block;
|
|
6161
|
-
width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6162
|
-
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6163
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
6164
6491
|
border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
6165
|
-
box-sizing: border-box;
|
|
6166
|
-
border-radius: 50%;
|
|
6167
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6168
|
-
cursor: pointer;
|
|
6169
|
-
}
|
|
6170
|
-
.svc-matrix-cell__question-controls-button use {
|
|
6171
|
-
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6172
6492
|
}
|
|
6173
6493
|
|
|
6174
6494
|
.svc-matrix-cell:hover .svc-matrix-cell__question-controls {
|
|
@@ -6404,7 +6724,7 @@ svc-question .sv-action-bar,
|
|
|
6404
6724
|
font-weight: 400;
|
|
6405
6725
|
line-height: var(--ctr-font-large-line-height, 40px);
|
|
6406
6726
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6407
|
-
opacity: 0.25;
|
|
6727
|
+
opacity: var(--ctr-survey-header-logo-placeholder-icon-opacity, 0.25);
|
|
6408
6728
|
white-space: nowrap;
|
|
6409
6729
|
word-break: keep-all;
|
|
6410
6730
|
padding: 0;
|
|
@@ -6414,7 +6734,7 @@ svc-question .sv-action-bar,
|
|
|
6414
6734
|
justify-content: center;
|
|
6415
6735
|
align-items: center;
|
|
6416
6736
|
margin-right: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6417
|
-
border-radius: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6737
|
+
border-radius: var(--ctr-survey-header-logo-placeholder-corner-radius, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6418
6738
|
transition: background-color var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
|
|
6419
6739
|
}
|
|
6420
6740
|
.svc-logo-image-placeholder:hover {
|
|
@@ -6425,8 +6745,8 @@ svc-question .sv-action-bar,
|
|
|
6425
6745
|
fill: var(--ctr-survey-header-logo-placeholder-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
6426
6746
|
}
|
|
6427
6747
|
.svc-logo-image-placeholder svg {
|
|
6428
|
-
width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6429
|
-
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6748
|
+
width: var(--ctr-survey-header-logo-placeholder-icon-width, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6749
|
+
height: var(--ctr-survey-header-logo-placeholder-icon-height, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6430
6750
|
}
|
|
6431
6751
|
|
|
6432
6752
|
.svc-logo-image-placeholder use {
|
|
@@ -6515,6 +6835,112 @@ svc-question .sv-action-bar,
|
|
|
6515
6835
|
.svc-question-link__clear-button:hover {
|
|
6516
6836
|
background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
|
|
6517
6837
|
}
|
|
6838
|
+
/*!*****************************************************************************************************************************************************************************!*\
|
|
6839
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/search.scss ***!
|
|
6840
|
+
\*****************************************************************************************************************************************************************************/
|
|
6841
|
+
.svc-creator {
|
|
6842
|
+
--sjs-font-size-x1: calc(var(--ctr-font-unit, 8px) * 1);
|
|
6843
|
+
--sjs-font-size-x150: calc(var(--ctr-font-unit, 8px) * 1.5);
|
|
6844
|
+
--sjs-font-size-x2: calc(var(--ctr-font-unit, 8px) * 2);
|
|
6845
|
+
--sjs-font-size-x3: calc(var(--ctr-font-unit, 8px) * 3);
|
|
6846
|
+
--sjs-font-size-x4: calc(var(--ctr-font-unit, 8px) * 4);
|
|
6847
|
+
--sjs-font-size-x5: calc(var(--ctr-font-unit, 8px) * 5);
|
|
6848
|
+
--sjs-font-size-x6: calc(var(--ctr-font-unit, 8px) * 6);
|
|
6849
|
+
--sjs-font-size-x7: calc(var(--ctr-font-unit, 8px) * 7);
|
|
6850
|
+
--sjs-font-size-x8: calc(var(--ctr-font-unit, 8px) * 8);
|
|
6851
|
+
--sjs-line-height-x1: calc(var(--ctr-line-height-unit, 8px) * 1);
|
|
6852
|
+
--sjs-line-height-x150: calc(var(--ctr-line-height-unit, 8px) * 1.5);
|
|
6853
|
+
--sjs-line-height-x2: calc(var(--ctr-line-height-unit, 8px) * 2);
|
|
6854
|
+
--sjs-line-height-x3: calc(var(--ctr-line-height-unit, 8px) * 3);
|
|
6855
|
+
--sjs-line-height-x4: calc(var(--ctr-line-height-unit, 8px) * 4);
|
|
6856
|
+
--sjs-line-height-x5: calc(var(--ctr-line-height-unit, 8px) * 5);
|
|
6857
|
+
--sjs-line-height-x6: calc(var(--ctr-line-height-unit, 8px) * 6);
|
|
6858
|
+
--sjs-line-height-x7: calc(var(--ctr-line-height-unit, 8px) * 7);
|
|
6859
|
+
--sjs-line-height-x8: calc(var(--ctr-line-height-unit, 8px) * 8);
|
|
6860
|
+
}
|
|
6861
|
+
|
|
6862
|
+
.svc-search {
|
|
6863
|
+
--sjs-general-forecolor: rgba(0, 0, 0, 0.91);
|
|
6864
|
+
--sjs-general-forecolor-light: rgba(0, 0, 0, 0.45);
|
|
6865
|
+
}
|
|
6866
|
+
|
|
6867
|
+
.svc-search {
|
|
6868
|
+
display: flex;
|
|
6869
|
+
align-items: center;
|
|
6870
|
+
}
|
|
6871
|
+
|
|
6872
|
+
.svc-search__input {
|
|
6873
|
+
overflow: hidden;
|
|
6874
|
+
white-space: nowrap;
|
|
6875
|
+
text-overflow: ellipsis;
|
|
6876
|
+
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6877
|
+
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
6878
|
+
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
6879
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
6880
|
+
font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
|
|
6881
|
+
font-style: normal;
|
|
6882
|
+
font-weight: 400;
|
|
6883
|
+
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
6884
|
+
font-weight: 600;
|
|
6885
|
+
border: none;
|
|
6886
|
+
-webkit-appearance: none;
|
|
6887
|
+
-moz-appearance: none;
|
|
6888
|
+
appearance: none;
|
|
6889
|
+
display: block;
|
|
6890
|
+
background: transparent;
|
|
6891
|
+
box-sizing: border-box;
|
|
6892
|
+
outline: none;
|
|
6893
|
+
padding: 0;
|
|
6894
|
+
width: 0;
|
|
6895
|
+
flex-grow: 1;
|
|
6896
|
+
}
|
|
6897
|
+
|
|
6898
|
+
.svc-creator--mobile .svc-search__input {
|
|
6899
|
+
font-size: max(16px, var(--ctr-font-small-size, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))));
|
|
6900
|
+
}
|
|
6901
|
+
|
|
6902
|
+
.svc-search__toolbar {
|
|
6903
|
+
display: flex;
|
|
6904
|
+
gap: var(--ctr-search-toolbar-gap, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6905
|
+
justify-content: flex-end;
|
|
6906
|
+
align-items: center;
|
|
6907
|
+
flex-shrink: 0;
|
|
6908
|
+
}
|
|
6909
|
+
|
|
6910
|
+
.svc-search__toolbar .sv-action-bar {
|
|
6911
|
+
gap: var(--ctr-search-toolbar-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6912
|
+
margin: 0;
|
|
6913
|
+
flex-shrink: 0;
|
|
6914
|
+
}
|
|
6915
|
+
|
|
6916
|
+
.svc-search__toolbar .sv-action--hidden {
|
|
6917
|
+
display: none;
|
|
6918
|
+
}
|
|
6919
|
+
|
|
6920
|
+
.svc-search__toolbar .svc-search__bar-item {
|
|
6921
|
+
height: min-content;
|
|
6922
|
+
margin: 0;
|
|
6923
|
+
border-radius: var(--ctr-search-button-corner-radius, 100px);
|
|
6924
|
+
padding: var(--ctr-search-button-padding-vertical, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-horizontal, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-vertical, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-horizontal, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6925
|
+
}
|
|
6926
|
+
.svc-search__toolbar .svc-search__bar-item .sv-svg-icon {
|
|
6927
|
+
width: var(--ctr-search-button-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6928
|
+
height: var(--ctr-search-button-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6929
|
+
}
|
|
6930
|
+
|
|
6931
|
+
.svc-search__toolbar-counter {
|
|
6932
|
+
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6933
|
+
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
6934
|
+
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
6935
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
6936
|
+
font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
|
|
6937
|
+
font-style: normal;
|
|
6938
|
+
font-weight: 400;
|
|
6939
|
+
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
6940
|
+
font-weight: 600;
|
|
6941
|
+
display: flex;
|
|
6942
|
+
flex-shrink: 0;
|
|
6943
|
+
}
|
|
6518
6944
|
/*!*********************************************************************************************************************************************************************************************************!*\
|
|
6519
6945
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/property-panel/property-panel-item.scss ***!
|
|
6520
6946
|
\*********************************************************************************************************************************************************************************************************/
|
|
@@ -6714,6 +7140,9 @@ svc-question .sv-action-bar,
|
|
|
6714
7140
|
}
|
|
6715
7141
|
|
|
6716
7142
|
.svc-tabbed-menu-item {
|
|
7143
|
+
display: flex;
|
|
7144
|
+
align-items: center;
|
|
7145
|
+
min-height: calc(var(--ctr-menu-toolbar-button-icon-height) + var(--ctr-menu-item-padding-top) + var(--ctr-menu-item-padding-bottom));
|
|
6717
7146
|
padding: var(--ctr-menu-item-padding-top, 20px) var(--ctr-menu-item-padding-right, 24px) var(--ctr-menu-item-padding-bottom, 20px) var(--ctr-menu-item-padding-left, 24px);
|
|
6718
7147
|
box-sizing: border-box;
|
|
6719
7148
|
cursor: pointer;
|
|
@@ -6721,7 +7150,7 @@ svc-question .sv-action-bar,
|
|
|
6721
7150
|
}
|
|
6722
7151
|
.svc-tabbed-menu-item:hover, .svc-tabbed-menu-item:focus {
|
|
6723
7152
|
background-color: var(--ctr-menu-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
6724
|
-
box-shadow: inset 0px -1px 0px var(--sjs-border-default, var(--border, #d6d6d6));
|
|
7153
|
+
box-shadow: inset 0px -1px 0px var(--ctr-menu-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
6725
7154
|
outline: none;
|
|
6726
7155
|
}
|
|
6727
7156
|
|
|
@@ -7265,7 +7694,7 @@ svc-toolbox {
|
|
|
7265
7694
|
var(--ctr-toolbox-item-padding-right-no-text) +
|
|
7266
7695
|
var(--ctr-toolbox-item-padding-left-no-text)
|
|
7267
7696
|
);
|
|
7268
|
-
--thm-toolbox-separator-width:
|
|
7697
|
+
--thm-toolbox-separator-width: var(--ctr-toolbox-min-width);
|
|
7269
7698
|
--toolbox-width: var(--ctr-toolbox-min-width, 224.984375px /*calcSize(28)*/);
|
|
7270
7699
|
--toolbox-width-compact: var(--thm-toolbox-width-compact, var(--dft-toolbox-width-compact));
|
|
7271
7700
|
width: auto;
|
|
@@ -7273,31 +7702,6 @@ svc-toolbox {
|
|
|
7273
7702
|
display: flex;
|
|
7274
7703
|
flex-direction: column;
|
|
7275
7704
|
}
|
|
7276
|
-
.svc-toolbox .spg-search-editor_container {
|
|
7277
|
-
background: var(--ctr-toolbox-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
7278
|
-
padding-top: var(--ctr-toolbox-search-padding-top, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7279
|
-
padding-inline-end: var(--ctr-toolbox-search-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7280
|
-
padding-bottom: var(--ctr-toolbox-search-padding-bottom, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7281
|
-
padding-inline-start: var(--ctr-toolbox-search-padding-left, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7282
|
-
height: unset;
|
|
7283
|
-
width: unset;
|
|
7284
|
-
flex-grow: 1;
|
|
7285
|
-
border-bottom: none;
|
|
7286
|
-
}
|
|
7287
|
-
.svc-toolbox .spg-search-editor_input {
|
|
7288
|
-
width: 0;
|
|
7289
|
-
flex-grow: 1;
|
|
7290
|
-
}
|
|
7291
|
-
.svc-toolbox .spg-search-editor_toolbar-counter {
|
|
7292
|
-
display: none;
|
|
7293
|
-
}
|
|
7294
|
-
.svc-toolbox .spg-search-editor_bar-item.sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled {
|
|
7295
|
-
background-color: var(--ctr-toolbox-search-clear-button-background-color-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
7296
|
-
border-radius: 100px;
|
|
7297
|
-
}
|
|
7298
|
-
.svc-toolbox .spg-search-editor_bar-item.sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled svg use {
|
|
7299
|
-
fill: var(--ctr-toolbox-search-clear-button-icon-color-hovered, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
7300
|
-
}
|
|
7301
7705
|
|
|
7302
7706
|
.svc-toolbox__panel {
|
|
7303
7707
|
position: relative;
|
|
@@ -7385,7 +7789,7 @@ svc-toolbox {
|
|
|
7385
7789
|
padding: var(--ctr-toolbox-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-group-padding-right-compact, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-padding-bottom, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-group-padding-left-compact, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7386
7790
|
pointer-events: none;
|
|
7387
7791
|
}
|
|
7388
|
-
.svc-toolbox--compact .
|
|
7792
|
+
.svc-toolbox--compact .svc-search {
|
|
7389
7793
|
opacity: 0;
|
|
7390
7794
|
position: absolute;
|
|
7391
7795
|
}
|
|
@@ -7397,6 +7801,7 @@ svc-toolbox {
|
|
|
7397
7801
|
}
|
|
7398
7802
|
.svc-toolbox--compact .svc-toolbox__category-separator {
|
|
7399
7803
|
width: var(--thm-toolbox-separator-width-compact, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7804
|
+
box-sizing: content-box;
|
|
7400
7805
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7401
7806
|
padding-inline-start: var(--ctr-toolbox-separator-padding-left-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7402
7807
|
margin-inline-end: calc(0px - var(--ctr-toolbox-group-padding-right-compact, 12px) - var(--ctr-toolbox-item-margin-horizontal-no-text, 4px));
|
|
@@ -7424,7 +7829,7 @@ svc-toolbox {
|
|
|
7424
7829
|
overflow: visible;
|
|
7425
7830
|
border-inline-end: var(--ctr-toolbox-border-width-right, 0px) solid transparent;
|
|
7426
7831
|
}
|
|
7427
|
-
.svc-toolbox--flyout .
|
|
7832
|
+
.svc-toolbox--flyout .svc-search {
|
|
7428
7833
|
opacity: 1;
|
|
7429
7834
|
position: relative;
|
|
7430
7835
|
}
|
|
@@ -7464,7 +7869,8 @@ svc-toolbox {
|
|
|
7464
7869
|
}
|
|
7465
7870
|
|
|
7466
7871
|
.svc-toolbox__category-separator {
|
|
7467
|
-
width: var(--thm-toolbox-separator-width, calc(
|
|
7872
|
+
width: var(--thm-toolbox-separator-width, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7873
|
+
box-sizing: border-box;
|
|
7468
7874
|
padding-top: var(--ctr-toolbox-separator-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7469
7875
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7470
7876
|
padding-bottom: var(--ctr-toolbox-separator-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -7581,6 +7987,64 @@ svc-toolbox {
|
|
|
7581
7987
|
margin-inline-end: auto;
|
|
7582
7988
|
color: var(--ctr-property-grid-placeholder-text-description-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
7583
7989
|
}
|
|
7990
|
+
/*!*********************************************************************************************************************************************************************************************!*\
|
|
7991
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/toolbox/toolbox-search.scss ***!
|
|
7992
|
+
\*********************************************************************************************************************************************************************************************/
|
|
7993
|
+
.svc-creator {
|
|
7994
|
+
--sjs-font-size-x1: calc(var(--ctr-font-unit, 8px) * 1);
|
|
7995
|
+
--sjs-font-size-x150: calc(var(--ctr-font-unit, 8px) * 1.5);
|
|
7996
|
+
--sjs-font-size-x2: calc(var(--ctr-font-unit, 8px) * 2);
|
|
7997
|
+
--sjs-font-size-x3: calc(var(--ctr-font-unit, 8px) * 3);
|
|
7998
|
+
--sjs-font-size-x4: calc(var(--ctr-font-unit, 8px) * 4);
|
|
7999
|
+
--sjs-font-size-x5: calc(var(--ctr-font-unit, 8px) * 5);
|
|
8000
|
+
--sjs-font-size-x6: calc(var(--ctr-font-unit, 8px) * 6);
|
|
8001
|
+
--sjs-font-size-x7: calc(var(--ctr-font-unit, 8px) * 7);
|
|
8002
|
+
--sjs-font-size-x8: calc(var(--ctr-font-unit, 8px) * 8);
|
|
8003
|
+
--sjs-line-height-x1: calc(var(--ctr-line-height-unit, 8px) * 1);
|
|
8004
|
+
--sjs-line-height-x150: calc(var(--ctr-line-height-unit, 8px) * 1.5);
|
|
8005
|
+
--sjs-line-height-x2: calc(var(--ctr-line-height-unit, 8px) * 2);
|
|
8006
|
+
--sjs-line-height-x3: calc(var(--ctr-line-height-unit, 8px) * 3);
|
|
8007
|
+
--sjs-line-height-x4: calc(var(--ctr-line-height-unit, 8px) * 4);
|
|
8008
|
+
--sjs-line-height-x5: calc(var(--ctr-line-height-unit, 8px) * 5);
|
|
8009
|
+
--sjs-line-height-x6: calc(var(--ctr-line-height-unit, 8px) * 6);
|
|
8010
|
+
--sjs-line-height-x7: calc(var(--ctr-line-height-unit, 8px) * 7);
|
|
8011
|
+
--sjs-line-height-x8: calc(var(--ctr-line-height-unit, 8px) * 8);
|
|
8012
|
+
}
|
|
8013
|
+
|
|
8014
|
+
.svc-toolbox .svc-search {
|
|
8015
|
+
padding-top: var(--ctr-toolbox-search-padding-top, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8016
|
+
padding-inline-end: var(--ctr-toolbox-search-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8017
|
+
padding-bottom: var(--ctr-toolbox-search-padding-bottom, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8018
|
+
padding-inline-start: var(--ctr-toolbox-search-padding-left, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8019
|
+
gap: var(--ctr-toolbox-search-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8020
|
+
height: unset;
|
|
8021
|
+
width: unset;
|
|
8022
|
+
flex-grow: 1;
|
|
8023
|
+
border-bottom: none;
|
|
8024
|
+
}
|
|
8025
|
+
.svc-toolbox .svc-search__input {
|
|
8026
|
+
color: var(--ctr-toolbox-search-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
8027
|
+
}
|
|
8028
|
+
.svc-toolbox .svc-search__input::placeholder {
|
|
8029
|
+
color: var(--ctr-toolbox-search-text-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
8030
|
+
}
|
|
8031
|
+
.svc-toolbox .svc-search__bar-item:hover:enabled {
|
|
8032
|
+
background-color: var(--ctr-toolbox-search-clear-button-background-color-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
8033
|
+
}
|
|
8034
|
+
.svc-toolbox .svc-search__bar-item:hover:enabled svg use {
|
|
8035
|
+
fill: var(--ctr-toolbox-search-clear-button-icon-color-hovered, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
8036
|
+
}
|
|
8037
|
+
.svc-toolbox .svc-search__search-icon {
|
|
8038
|
+
width: var(--ctr-toolbox-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8039
|
+
height: var(--ctr-toolbox-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8040
|
+
}
|
|
8041
|
+
.svc-toolbox .svc-search__search-icon .sv-svg-icon {
|
|
8042
|
+
width: var(--ctr-toolbox-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8043
|
+
height: var(--ctr-toolbox-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8044
|
+
}
|
|
8045
|
+
.svc-toolbox .svc-search__search-icon .sv-svg-icon use {
|
|
8046
|
+
fill: var(--ctr-toolbox-search-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
8047
|
+
}
|
|
7584
8048
|
/*!********************************************************************************************************************************************************************************************!*\
|
|
7585
8049
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/toolbox/toolbox-right.scss ***!
|
|
7586
8050
|
\********************************************************************************************************************************************************************************************/
|
|
@@ -7625,7 +8089,7 @@ svc-toolbox {
|
|
|
7625
8089
|
}
|
|
7626
8090
|
|
|
7627
8091
|
.svc-creator__toolbox--right .sv-popup__body-content,
|
|
7628
|
-
.svc-creator__toolbox--right .
|
|
8092
|
+
.svc-creator__toolbox--right .svc-search {
|
|
7629
8093
|
direction: initial;
|
|
7630
8094
|
}
|
|
7631
8095
|
/*!************************************************************************************************************************************************************************************************!*\
|
|
@@ -7682,11 +8146,11 @@ svc-toolbox {
|
|
|
7682
8146
|
}
|
|
7683
8147
|
@keyframes toolboxSeparatorMoveIn {
|
|
7684
8148
|
from {
|
|
7685
|
-
width: var(--thm-toolbox-separator-width-compact, calc(
|
|
8149
|
+
width: var(--thm-toolbox-separator-width-compact, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7686
8150
|
overflow: hidden;
|
|
7687
8151
|
}
|
|
7688
8152
|
to {
|
|
7689
|
-
width: var(--thm-toolbox-separator-width, calc(
|
|
8153
|
+
width: var(--thm-toolbox-separator-width, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7690
8154
|
overflow: hidden;
|
|
7691
8155
|
}
|
|
7692
8156
|
}
|
|
@@ -7715,10 +8179,10 @@ svc-toolbox {
|
|
|
7715
8179
|
}
|
|
7716
8180
|
.svc-toolbox__panel--enter .svc-toolbox__item-submenu-button,
|
|
7717
8181
|
.svc-toolbox__panel--enter .svc-toolbox__item-title,
|
|
7718
|
-
.svc-toolbox__panel--enter .
|
|
8182
|
+
.svc-toolbox__panel--enter .svc-search__input,
|
|
7719
8183
|
.svc-toolbox__panel--leave .svc-toolbox__item-submenu-button,
|
|
7720
8184
|
.svc-toolbox__panel--leave .svc-toolbox__item-title,
|
|
7721
|
-
.svc-toolbox__panel--leave .
|
|
8185
|
+
.svc-toolbox__panel--leave .svc-search__input {
|
|
7722
8186
|
animation-duration: var(--fade-animation-duration);
|
|
7723
8187
|
animation-delay: var(--fade-animation-delay);
|
|
7724
8188
|
animation-direction: var(--animation-direction);
|
|
@@ -8091,6 +8555,13 @@ svc-toolbox {
|
|
|
8091
8555
|
.svd-grid-hide {
|
|
8092
8556
|
margin-inline-end: auto;
|
|
8093
8557
|
}
|
|
8558
|
+
.svd-grid-hide .sv-action-bar-item--icon {
|
|
8559
|
+
padding: var(--ctr-menu-toolbar-button-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-menu-toolbar-button-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-menu-toolbar-button-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-menu-toolbar-button-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8560
|
+
}
|
|
8561
|
+
.svd-grid-hide .sv-svg-icon {
|
|
8562
|
+
width: var(--ctr-menu-toolbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8563
|
+
height: var(--ctr-menu-toolbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8564
|
+
}
|
|
8094
8565
|
|
|
8095
8566
|
.svc-side-bar .svc-toolbox {
|
|
8096
8567
|
padding-top: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -8226,6 +8697,11 @@ svc-toolbox {
|
|
|
8226
8697
|
width: 100%;
|
|
8227
8698
|
}
|
|
8228
8699
|
|
|
8700
|
+
.svc-sidebar__header--tabbed,
|
|
8701
|
+
.svc-sidebar__header-container {
|
|
8702
|
+
min-height: calc(var(--ctr-menu-toolbar-button-icon-height) + var(--ctr-menu-toolbar-button-padding-top) + var(--ctr-menu-toolbar-button-padding-bottom) + var(--ctr-menu-toolbar-padding-vertical) + var(--ctr-menu-toolbar-padding-vertical));
|
|
8703
|
+
}
|
|
8704
|
+
|
|
8229
8705
|
.svc-sidebar__header-container.svc-sidebar__header-container--with-subtitle {
|
|
8230
8706
|
padding: var(--ctr-property-grid-header-padding-top-with-subtitle, 6px) var(--ctr-property-grid-header-padding-right, 16px) var(--ctr-property-grid-header-padding-bottom-with-subtitle, 6px) var(--ctr-property-grid-header-padding-left, 16px);
|
|
8231
8707
|
}
|
|
@@ -8272,6 +8748,10 @@ svc-toolbox {
|
|
|
8272
8748
|
justify-content: center;
|
|
8273
8749
|
align-items: center;
|
|
8274
8750
|
}
|
|
8751
|
+
.svc-menu-action__icon .sv-svg-icon {
|
|
8752
|
+
width: var(--ctr-menu-toolbar-button-icon-width, 24px);
|
|
8753
|
+
height: var(--ctr-menu-toolbar-button-icon-height, 24px);
|
|
8754
|
+
}
|
|
8275
8755
|
.svc-menu-action__icon use {
|
|
8276
8756
|
fill: var(--ctr-menu-toolbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
8277
8757
|
}
|
|
@@ -8372,8 +8852,14 @@ svc-toolbox {
|
|
|
8372
8852
|
fill: var(--ctr-actionbar-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
8373
8853
|
}
|
|
8374
8854
|
|
|
8855
|
+
.spg-action-button--icon {
|
|
8856
|
+
padding: var(--ctr-actionbar-button-padding-top-large-icon, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-actionbar-button-padding-right-large-icon, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-actionbar-button-padding-bottom-large-icon, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-actionbar-button-padding-left-large-icon, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8857
|
+
}
|
|
8858
|
+
|
|
8375
8859
|
.spg-action-button__icon {
|
|
8376
8860
|
display: block;
|
|
8861
|
+
width: var(--ctr-actionbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8862
|
+
height: var(--ctr-actionbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8377
8863
|
}
|
|
8378
8864
|
.spg-action-button__icon use {
|
|
8379
8865
|
fill: var(--ctr-actionbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
@@ -8576,21 +9062,27 @@ button.spg-action-button--large {
|
|
|
8576
9062
|
font-style: normal;
|
|
8577
9063
|
font-weight: 400;
|
|
8578
9064
|
line-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
8579
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9065
|
+
padding: var(--ctr-error-message-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-error-message-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-error-message-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-error-message-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8580
9066
|
color: var(--ctr-error-message-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
8581
9067
|
background-color: var(--ctr-error-message-background-color, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
8582
|
-
border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9068
|
+
border-radius: var(--ctr-error-message-corner-radius, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8583
9069
|
}
|
|
8584
9070
|
|
|
8585
9071
|
.spg-question__erbox > div,
|
|
8586
9072
|
.spg-question__erbox > svc-question-error > div,
|
|
8587
9073
|
sv-question-error > div {
|
|
8588
9074
|
display: flex;
|
|
8589
|
-
gap: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
9075
|
+
gap: var(--ctr-error-message-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8590
9076
|
}
|
|
8591
9077
|
|
|
9078
|
+
.spg-question__erbox-icon {
|
|
9079
|
+
width: var(--ctr-error-message-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9080
|
+
height: var(--ctr-error-message-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9081
|
+
}
|
|
8592
9082
|
.spg-question__erbox-icon .sv-svg-icon {
|
|
8593
9083
|
vertical-align: top;
|
|
9084
|
+
width: var(--ctr-error-message-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9085
|
+
height: var(--ctr-error-message-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8594
9086
|
}
|
|
8595
9087
|
.spg-question__erbox-icon use {
|
|
8596
9088
|
fill: var(--ctr-error-message-icon-color, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
@@ -8609,6 +9101,37 @@ sv-question-error > div {
|
|
|
8609
9101
|
margin-top: 0;
|
|
8610
9102
|
}
|
|
8611
9103
|
|
|
9104
|
+
.spg-question--highlighted .spg-input,
|
|
9105
|
+
.spg-question--highlighted .spg-input-container,
|
|
9106
|
+
.spg-question--highlighted .spg-question--location--left,
|
|
9107
|
+
.spg-question--highlighted .spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input {
|
|
9108
|
+
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9109
|
+
}
|
|
9110
|
+
.spg-question--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle,
|
|
9111
|
+
.spg-question--highlighted .spg-matrixdynamic__content.spg-text__content {
|
|
9112
|
+
outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9113
|
+
outline-offset: -2px;
|
|
9114
|
+
border-radius: var(--ctr-data-table-corner-radius, 0px);
|
|
9115
|
+
}
|
|
9116
|
+
.spg-question--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle .spg-input,
|
|
9117
|
+
.spg-question--highlighted .spg-matrixdynamic__content.spg-text__content .spg-input {
|
|
9118
|
+
box-shadow: none;
|
|
9119
|
+
}
|
|
9120
|
+
.spg-question--highlighted .svc-action-button {
|
|
9121
|
+
background-color: var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
9122
|
+
}
|
|
9123
|
+
.spg-question--highlighted .sv-button-group {
|
|
9124
|
+
box-shadow: 0 0 0 1px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9125
|
+
border-color: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9126
|
+
}
|
|
9127
|
+
.spg-question--highlighted .spg-checkbox__control + .spg-checkbox__rectangle {
|
|
9128
|
+
outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9129
|
+
outline-offset: -2px;
|
|
9130
|
+
}
|
|
9131
|
+
.spg-question--highlighted .spg-button-group::after {
|
|
9132
|
+
box-shadow: inset 0 0 0 var(--ctr-button-group-border-width-focused, 2px) var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9133
|
+
}
|
|
9134
|
+
|
|
8612
9135
|
.spg-input {
|
|
8613
9136
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
8614
9137
|
--ctr-default-line-height: calc(1.5 * var(--default-font-size));
|
|
@@ -8760,6 +9283,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8760
9283
|
.spg-dropdown {
|
|
8761
9284
|
display: flex;
|
|
8762
9285
|
padding-right: calc(var(--ctr-editor-buttons-gap, 4px) + var(--ctr-editor-button-padding-right, 8px) + var(--ctr-editor-button-padding-left, 8px) + var(--ctr-editor-button-icon-width, 24px));
|
|
9286
|
+
min-height: calc(var(--ctr-editor-button-icon-height) + var(--ctr-editor-button-padding-top) + var(--ctr-editor-button-padding-bottom) + var(--ctr-editor-padding-top) + var(--ctr-editor-padding-bottom));
|
|
8763
9287
|
}
|
|
8764
9288
|
|
|
8765
9289
|
.spg-dropdown__value {
|
|
@@ -8770,6 +9294,8 @@ input.spg-input:read-only::placeholder {
|
|
|
8770
9294
|
font-style: normal;
|
|
8771
9295
|
font-weight: 400;
|
|
8772
9296
|
line-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
9297
|
+
display: flex;
|
|
9298
|
+
align-items: center;
|
|
8773
9299
|
}
|
|
8774
9300
|
|
|
8775
9301
|
.spg-dropdown__filter-string-input {
|
|
@@ -9263,16 +9789,19 @@ input.spg-input:read-only::placeholder {
|
|
|
9263
9789
|
|
|
9264
9790
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_select-wrapper {
|
|
9265
9791
|
display: flex;
|
|
9792
|
+
align-items: center;
|
|
9266
9793
|
}
|
|
9267
9794
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown {
|
|
9268
9795
|
width: max-content;
|
|
9269
9796
|
padding-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9797
|
+
min-height: auto;
|
|
9270
9798
|
}
|
|
9271
9799
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_chevron-button {
|
|
9272
|
-
|
|
9273
|
-
|
|
9274
|
-
|
|
9275
|
-
|
|
9800
|
+
--tmp-dropdown-button-margin: calc(-1 * var(--ctr-data-table-cell-drop-down-arrow-width));
|
|
9801
|
+
width: var(--ctr-data-table-cell-drop-down-arrow-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9802
|
+
height: var(--ctr-data-table-cell-drop-down-arrow-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9803
|
+
margin-inline-start: var(--tmp-dropdown-button-margin, calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9804
|
+
padding: var(--ctr-data-table-cell-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) 0 var(--ctr-data-table-cell-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) 0;
|
|
9276
9805
|
}
|
|
9277
9806
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_chevron-button:hover, .spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_chevron-button:focus {
|
|
9278
9807
|
background: transparent;
|
|
@@ -9624,138 +10153,57 @@ input.spg-input:read-only::placeholder {
|
|
|
9624
10153
|
background-color: transparent;
|
|
9625
10154
|
}
|
|
9626
10155
|
|
|
9627
|
-
.
|
|
9628
|
-
|
|
9629
|
-
|
|
9630
|
-
|
|
9631
|
-
|
|
9632
|
-
|
|
9633
|
-
|
|
9634
|
-
|
|
9635
|
-
|
|
9636
|
-
|
|
9637
|
-
|
|
9638
|
-
|
|
9639
|
-
|
|
9640
|
-
|
|
9641
|
-
|
|
9642
|
-
|
|
9643
|
-
|
|
9644
|
-
|
|
9645
|
-
|
|
9646
|
-
box-shadow: 0 0 0 1px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9647
|
-
border-color: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9648
|
-
}
|
|
9649
|
-
.spg-editor--highlighted .spg-checkbox__control + .spg-checkbox__rectangle {
|
|
9650
|
-
outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9651
|
-
outline-offset: -2px;
|
|
9652
|
-
}
|
|
9653
|
-
|
|
9654
|
-
.spg-search-editor_container {
|
|
9655
|
-
--sjs-general-forecolor: rgba(0, 0, 0, 0.91);
|
|
9656
|
-
--sjs-general-forecolor-light: rgba(0, 0, 0, 0.45);
|
|
10156
|
+
.svc-creator {
|
|
10157
|
+
--sjs-font-size-x1: calc(var(--ctr-font-unit, 8px) * 1);
|
|
10158
|
+
--sjs-font-size-x150: calc(var(--ctr-font-unit, 8px) * 1.5);
|
|
10159
|
+
--sjs-font-size-x2: calc(var(--ctr-font-unit, 8px) * 2);
|
|
10160
|
+
--sjs-font-size-x3: calc(var(--ctr-font-unit, 8px) * 3);
|
|
10161
|
+
--sjs-font-size-x4: calc(var(--ctr-font-unit, 8px) * 4);
|
|
10162
|
+
--sjs-font-size-x5: calc(var(--ctr-font-unit, 8px) * 5);
|
|
10163
|
+
--sjs-font-size-x6: calc(var(--ctr-font-unit, 8px) * 6);
|
|
10164
|
+
--sjs-font-size-x7: calc(var(--ctr-font-unit, 8px) * 7);
|
|
10165
|
+
--sjs-font-size-x8: calc(var(--ctr-font-unit, 8px) * 8);
|
|
10166
|
+
--sjs-line-height-x1: calc(var(--ctr-line-height-unit, 8px) * 1);
|
|
10167
|
+
--sjs-line-height-x150: calc(var(--ctr-line-height-unit, 8px) * 1.5);
|
|
10168
|
+
--sjs-line-height-x2: calc(var(--ctr-line-height-unit, 8px) * 2);
|
|
10169
|
+
--sjs-line-height-x3: calc(var(--ctr-line-height-unit, 8px) * 3);
|
|
10170
|
+
--sjs-line-height-x4: calc(var(--ctr-line-height-unit, 8px) * 4);
|
|
10171
|
+
--sjs-line-height-x5: calc(var(--ctr-line-height-unit, 8px) * 5);
|
|
10172
|
+
--sjs-line-height-x6: calc(var(--ctr-line-height-unit, 8px) * 6);
|
|
10173
|
+
--sjs-line-height-x7: calc(var(--ctr-line-height-unit, 8px) * 7);
|
|
10174
|
+
--sjs-line-height-x8: calc(var(--ctr-line-height-unit, 8px) * 8);
|
|
9657
10175
|
}
|
|
9658
10176
|
|
|
9659
|
-
.
|
|
10177
|
+
.svc-side-bar .svc-search {
|
|
9660
10178
|
border-bottom: 1px solid var(--ctr-property-grid-search-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
9661
10179
|
background: var(--ctr-property-grid-search-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9662
|
-
display: flex;
|
|
9663
|
-
align-items: center;
|
|
9664
10180
|
gap: var(--ctr-property-grid-search-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9665
10181
|
padding: var(--ctr-property-grid-search-padding-top, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-property-grid-search-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-property-grid-search-padding-bottom, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-property-grid-search-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9666
10182
|
}
|
|
9667
|
-
|
|
9668
|
-
.spg-search-editor_input {
|
|
9669
|
-
overflow: hidden;
|
|
9670
|
-
white-space: nowrap;
|
|
9671
|
-
text-overflow: ellipsis;
|
|
9672
|
-
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9673
|
-
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
9674
|
-
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
9675
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
9676
|
-
font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
|
|
9677
|
-
font-style: normal;
|
|
9678
|
-
font-weight: 400;
|
|
9679
|
-
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
9680
|
-
font-weight: 600;
|
|
10183
|
+
.svc-side-bar .svc-search__input {
|
|
9681
10184
|
color: var(--ctr-property-grid-search-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
9682
|
-
border: none;
|
|
9683
|
-
-webkit-appearance: none;
|
|
9684
|
-
-moz-appearance: none;
|
|
9685
|
-
appearance: none;
|
|
9686
|
-
display: block;
|
|
9687
|
-
background: transparent;
|
|
9688
|
-
box-sizing: border-box;
|
|
9689
|
-
width: 100%;
|
|
9690
|
-
outline: none;
|
|
9691
|
-
padding: 0;
|
|
9692
10185
|
}
|
|
9693
|
-
|
|
9694
|
-
.svc-creator--mobile .spg-search-editor_input {
|
|
9695
|
-
font-size: max(16px, var(--ctr-font-small-size, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))));
|
|
9696
|
-
}
|
|
9697
|
-
|
|
9698
|
-
.spg-search-editor_input::placeholder {
|
|
10186
|
+
.svc-side-bar .svc-search__input::placeholder {
|
|
9699
10187
|
color: var(--ctr-property-grid-search-text-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
9700
10188
|
}
|
|
9701
|
-
|
|
9702
|
-
.spg-search-editor_toolbar {
|
|
9703
|
-
display: flex;
|
|
9704
|
-
gap: var(--ctr-search-toolbar-gap, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9705
|
-
justify-content: flex-end;
|
|
9706
|
-
align-items: center;
|
|
9707
|
-
flex-shrink: 0;
|
|
9708
|
-
}
|
|
9709
|
-
|
|
9710
|
-
.spg-search-editor_toolbar .sv-action-bar {
|
|
9711
|
-
gap: var(--ctr-search-toolbar-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9712
|
-
margin: 0;
|
|
9713
|
-
flex-shrink: 0;
|
|
9714
|
-
}
|
|
9715
|
-
|
|
9716
|
-
.spg-search-editor_toolbar .sv-action--hidden {
|
|
9717
|
-
display: none;
|
|
9718
|
-
}
|
|
9719
|
-
|
|
9720
|
-
.spg-search-editor_toolbar .spg-search-editor_bar-item {
|
|
9721
|
-
height: min-content;
|
|
9722
|
-
margin: 0;
|
|
9723
|
-
border-radius: var(--ctr-search-button-corner-radius);
|
|
9724
|
-
padding: var(--ctr-search-button-padding-vertical, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-horizontal, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-vertical, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-horizontal, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9725
|
-
}
|
|
9726
|
-
|
|
9727
|
-
.spg-search-editor_bar-item:not(.sv-action-bar-item--pressed):hover:enabled, .spg-search-editor_bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
|
|
10189
|
+
.svc-side-bar .svc-search__bar-item:not(.sv-action-bar-item--pressed):hover:enabled, .svc-side-bar .svc-search__bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
|
|
9728
10190
|
background-color: var(--ctr-property-grid-search-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9729
10191
|
}
|
|
9730
|
-
|
|
9731
|
-
.spg-search-editor_toolbar .sv-action-bar-item__icon use {
|
|
10192
|
+
.svc-side-bar .svc-search__toolbar .sv-action-bar-item__icon use {
|
|
9732
10193
|
fill: var(--ctr-property-grid-search-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
9733
10194
|
}
|
|
9734
|
-
|
|
9735
|
-
.spg-search-editor_toolbar-counter {
|
|
9736
|
-
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9737
|
-
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
9738
|
-
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
9739
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
9740
|
-
font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
|
|
9741
|
-
font-style: normal;
|
|
9742
|
-
font-weight: 400;
|
|
9743
|
-
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
9744
|
-
font-weight: 600;
|
|
10195
|
+
.svc-side-bar .svc-search__toolbar-counter {
|
|
9745
10196
|
color: var(--ctr-property-grid-search-count-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
9746
|
-
display: flex;
|
|
9747
|
-
flex-shrink: 0;
|
|
9748
10197
|
}
|
|
9749
|
-
|
|
9750
|
-
.spg-search-editor_search-icon {
|
|
10198
|
+
.svc-side-bar .svc-search__search-icon {
|
|
9751
10199
|
width: var(--ctr-property-grid-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9752
10200
|
height: var(--ctr-property-grid-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9753
10201
|
}
|
|
9754
|
-
.
|
|
10202
|
+
.svc-side-bar .svc-search__search-icon .sv-svg-icon {
|
|
9755
10203
|
width: var(--ctr-property-grid-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9756
10204
|
height: var(--ctr-property-grid-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9757
10205
|
}
|
|
9758
|
-
.
|
|
10206
|
+
.svc-side-bar .svc-search__search-icon .sv-svg-icon use {
|
|
9759
10207
|
fill: var(--ctr-property-grid-search-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
9760
10208
|
}
|
|
9761
10209
|
|
|
@@ -9802,6 +10250,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9802
10250
|
align-self: stretch;
|
|
9803
10251
|
flex-basis: 0;
|
|
9804
10252
|
flex-grow: 1;
|
|
10253
|
+
width: 0;
|
|
9805
10254
|
border-radius: var(--ctr-button-group-item-corner-radius, 0px);
|
|
9806
10255
|
box-shadow: inset 0 0 0 var(--ctr-button-group-item-border-width, 1px) var(--ctr-button-group-item-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
9807
10256
|
background-color: var(--ctr-button-group-item-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
@@ -9835,8 +10284,21 @@ input.spg-input:read-only::placeholder {
|
|
|
9835
10284
|
.spg-button-group__item--selected .spg-button-group__item-icon use {
|
|
9836
10285
|
fill: var(--ctr-button-group-item-icon-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
9837
10286
|
}
|
|
9838
|
-
|
|
9839
|
-
|
|
10287
|
+
|
|
10288
|
+
.spg-button-group__item-decorator {
|
|
10289
|
+
max-width: 100%;
|
|
10290
|
+
}
|
|
10291
|
+
|
|
10292
|
+
.spg-button-group__item-caption {
|
|
10293
|
+
display: block;
|
|
10294
|
+
max-width: 100%;
|
|
10295
|
+
white-space: nowrap;
|
|
10296
|
+
overflow: hidden;
|
|
10297
|
+
text-overflow: ellipsis;
|
|
10298
|
+
}
|
|
10299
|
+
|
|
10300
|
+
.spg-question--disabled .spg-button-group {
|
|
10301
|
+
background: var(--ctr-button-group-background-color-disabled);
|
|
9840
10302
|
}
|
|
9841
10303
|
|
|
9842
10304
|
.spg-button-group__item--disabled {
|
|
@@ -9941,6 +10403,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9941
10403
|
.sv-popup--modal .sd-body,
|
|
9942
10404
|
.sv-popup--modal .sl-body {
|
|
9943
10405
|
min-width: calc(78 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
10406
|
+
padding: 0;
|
|
9944
10407
|
}
|
|
9945
10408
|
|
|
9946
10409
|
.sv-popup.svc-property-editor .sd-root-modern {
|
|
@@ -9981,8 +10444,8 @@ input.spg-input:read-only::placeholder {
|
|
|
9981
10444
|
flex-grow: 1;
|
|
9982
10445
|
}
|
|
9983
10446
|
.spg-title-toolbar--single-help-action .spg-help-action .spg-action-button--icon {
|
|
9984
|
-
|
|
9985
|
-
|
|
10447
|
+
padding: var(--ctr-actionbar-button-padding-top-small-icon, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-actionbar-button-padding-right-small-icon, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-actionbar-button-padding-bottom-small-icon, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-actionbar-button-padding-left-small-icon, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
10448
|
+
opacity: var(--ctr-actionbar-button-opacity-muted, 0.5);
|
|
9986
10449
|
}
|
|
9987
10450
|
.spg-title-toolbar--single-help-action .spg-help-action .spg-action-button--icon:focus,
|
|
9988
10451
|
.spg-title-toolbar--single-help-action .spg-help-action .spg-action-button--icon:hover {
|
|
@@ -9991,6 +10454,10 @@ input.spg-input:read-only::placeholder {
|
|
|
9991
10454
|
.spg-title-toolbar--single-help-action .spg-help-action .spg-action-button:active {
|
|
9992
10455
|
opacity: var(--ctr-actionbar-button-opacity-pressed, 0.5);
|
|
9993
10456
|
}
|
|
10457
|
+
.spg-title-toolbar--single-help-action .spg-help-action .spg-action-button__icon {
|
|
10458
|
+
width: var(--ctr-actionbar-button-icon-width-small, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
10459
|
+
height: var(--ctr-actionbar-button-icon-height-small, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
10460
|
+
}
|
|
9994
10461
|
.spg-title-toolbar--single-help-action .spg-help-action svg {
|
|
9995
10462
|
fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
|
|
9996
10463
|
}
|
|
@@ -10088,10 +10555,20 @@ input.spg-input:read-only::placeholder {
|
|
|
10088
10555
|
height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
10089
10556
|
}
|
|
10090
10557
|
|
|
10558
|
+
.sv-action-bar--default-size-mode .sv-action-bar-item {
|
|
10559
|
+
height: auto;
|
|
10560
|
+
width: auto;
|
|
10561
|
+
}
|
|
10562
|
+
|
|
10091
10563
|
.sv-action-bar--small-size-mode .sv-action-bar-separator {
|
|
10092
10564
|
height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
10093
10565
|
}
|
|
10094
10566
|
|
|
10567
|
+
.sv-action-bar--small-size-mode .sv-action-bar-item {
|
|
10568
|
+
height: auto;
|
|
10569
|
+
width: auto;
|
|
10570
|
+
}
|
|
10571
|
+
|
|
10095
10572
|
.svc-creator--mobile .sv-action-bar-separator {
|
|
10096
10573
|
height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
10097
10574
|
}
|
|
@@ -10159,6 +10636,10 @@ input.spg-input:read-only::placeholder {
|
|
|
10159
10636
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
10160
10637
|
height: auto;
|
|
10161
10638
|
}
|
|
10639
|
+
.svc-top-bar .sv-action-bar-item--icon {
|
|
10640
|
+
padding: var(--ctr-menu-toolbar-button-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-menu-toolbar-button-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-menu-toolbar-button-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-menu-toolbar-button-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
10641
|
+
border-radius: var(--ctr-menu-toolbar-button-corner-radius, 0);
|
|
10642
|
+
}
|
|
10162
10643
|
.svc-top-bar .sv-action-bar-item__icon {
|
|
10163
10644
|
width: var(--ctr-menu-toolbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
10164
10645
|
height: var(--ctr-menu-toolbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -10176,9 +10657,6 @@ input.spg-input:read-only::placeholder {
|
|
|
10176
10657
|
.svc-top-bar .sv-action-bar-item:disabled {
|
|
10177
10658
|
opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
|
|
10178
10659
|
}
|
|
10179
|
-
.svc-top-bar .sv-action-bar-item--secondary .sv-action-bar-item__icon use {
|
|
10180
|
-
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
10181
|
-
}
|
|
10182
10660
|
.svc-top-bar .sv-action-bar-item--active .sv-action-bar-item__icon use {
|
|
10183
10661
|
fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
10184
10662
|
}
|
|
@@ -10203,6 +10681,10 @@ input.spg-input:read-only::placeholder {
|
|
|
10203
10681
|
border-top: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
10204
10682
|
box-sizing: border-box;
|
|
10205
10683
|
}
|
|
10684
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item__icon {
|
|
10685
|
+
width: var(--ctr-menu-toolbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
10686
|
+
height: var(--ctr-menu-toolbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
10687
|
+
}
|
|
10206
10688
|
/*!*******************************************************************************************************************************************************************************************!*\
|
|
10207
10689
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/custom-questions/boolean-switch.scss ***!
|
|
10208
10690
|
\*******************************************************************************************************************************************************************************************/
|
|
@@ -10265,6 +10747,7 @@ input.spg-input:read-only::placeholder {
|
|
|
10265
10747
|
|
|
10266
10748
|
.spg-boolean-switch__button--checked {
|
|
10267
10749
|
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
10750
|
+
box-shadow: none;
|
|
10268
10751
|
}
|
|
10269
10752
|
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--left {
|
|
10270
10753
|
background: none;
|