survey-creator-core 1.12.10 → 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 +1 -1
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +1 -1
- 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 +1 -1
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/romanian.js +1 -1
- package/i18n/romanian.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/thai.js +1 -1
- package/i18n/thai.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +144 -76
- package/survey-creator-core.fontless.css +143 -75
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +15 -15
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +294 -154
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +16 -16
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +38 -8
- 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 +38 -8
- 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 +38 -8
- 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 +38 -8
- 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 +62 -2
- package/typings/components/action-container-view-model.d.ts +2 -1
- 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/tabs/designer.d.ts +1 -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/creator-base.d.ts +25 -4
- package/typings/creator-events-api.d.ts +15 -0
- package/typings/creator-options.d.ts +16 -0
- package/typings/creator-settings.d.ts +8 -6
- package/typings/expand-collapse-manager.d.ts +2 -0
- package/typings/property-grid/matrices.d.ts +1 -0
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/themes/default.d.ts +62 -2
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
|
|
@@ -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
|
/*!************************************************************************************************************************************************************************!*\
|
|
@@ -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,23 +2516,36 @@ 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
2528
|
background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2516
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
2536
|
fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2522
2537
|
}
|
|
2523
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,
|
|
2524
2541
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list-item__marker-icon use {
|
|
2525
2542
|
fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2526
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)));
|
|
2548
|
+
}
|
|
2527
2549
|
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__button.sv-popup__button {
|
|
2528
2550
|
color: var(--ctr-actionbar-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2529
2551
|
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -2534,9 +2556,6 @@ svc-tab-designer {
|
|
|
2534
2556
|
border-top: 1px solid var(--ctr-popup-menu-footer-border-color, var(--sjs-border-light, var(--border-light, #eaeaea)));
|
|
2535
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);
|
|
2536
2558
|
}
|
|
2537
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__empty-container {
|
|
2538
|
-
background-color: var(--ctr-contextual-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2539
|
-
}
|
|
2540
2559
|
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__button:disabled {
|
|
2541
2560
|
color: var(--ctr-actionbar-button-text-color-disabled, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2542
2561
|
opacity: var(--ctr-actionbar-button-opacity-disabled, 0.25);
|
|
@@ -3385,7 +3404,7 @@ svc-page-navigator,
|
|
|
3385
3404
|
flex-direction: column;
|
|
3386
3405
|
}
|
|
3387
3406
|
|
|
3388
|
-
.svc-page-
|
|
3407
|
+
.svc-page-navigator__button-icon {
|
|
3389
3408
|
display: block;
|
|
3390
3409
|
width: var(--ctr-page-navigator-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3391
3410
|
height: var(--ctr-page-navigator-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -3394,48 +3413,45 @@ svc-page-navigator,
|
|
|
3394
3413
|
cursor: pointer;
|
|
3395
3414
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
3396
3415
|
}
|
|
3397
|
-
.svc-page-
|
|
3416
|
+
.svc-page-navigator__button-icon .sv-svg-icon {
|
|
3398
3417
|
width: var(--ctr-page-navigator-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3399
3418
|
height: var(--ctr-page-navigator-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3400
3419
|
}
|
|
3401
|
-
.svc-page-
|
|
3420
|
+
.svc-page-navigator__button-icon use {
|
|
3402
3421
|
fill: var(--ctr-page-navigator-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
3403
3422
|
transition: fill var(--sjs-creator-transition-duration, 150ms);
|
|
3404
3423
|
}
|
|
3405
3424
|
|
|
3406
|
-
.svc-page-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
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)))));
|
|
3414
3435
|
padding: 0;
|
|
3436
|
+
cursor: pointer;
|
|
3415
3437
|
border: none;
|
|
3416
3438
|
background-color: transparent;
|
|
3417
3439
|
}
|
|
3418
|
-
|
|
3419
|
-
.svc-creator .svc-page-navigator__selector:hover,
|
|
3420
|
-
.svc-creator .svc-page-navigator__selector:focus {
|
|
3440
|
+
.svc-page-navigator__button:hover, .svc-page-navigator__button:focus {
|
|
3421
3441
|
outline: none;
|
|
3422
3442
|
}
|
|
3423
|
-
|
|
3424
|
-
.svc-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon,
|
|
3425
|
-
.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 {
|
|
3426
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))));
|
|
3427
3445
|
}
|
|
3428
|
-
|
|
3429
|
-
.svc-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon use,
|
|
3430
|
-
.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 {
|
|
3431
3447
|
fill: var(--ctr-page-navigator-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3432
3448
|
}
|
|
3433
3449
|
|
|
3434
|
-
.svc-page-
|
|
3435
|
-
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))));
|
|
3436
3452
|
opacity: var(--ctr-page-navigator-button-opacity-pressed, 0.5);
|
|
3437
3453
|
}
|
|
3438
|
-
.svc-page-
|
|
3454
|
+
.svc-page-navigator__button--pressed .svc-page-navigator__button-icon use {
|
|
3439
3455
|
fill: var(--ctr-page-navigator-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3440
3456
|
}
|
|
3441
3457
|
|
|
@@ -3453,13 +3469,11 @@ survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigato
|
|
|
3453
3469
|
padding: calc(16.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
|
|
3454
3470
|
top: 0;
|
|
3455
3471
|
bottom: 0;
|
|
3456
|
-
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)))));
|
|
3457
3473
|
}
|
|
3458
3474
|
|
|
3459
3475
|
.svc-page-navigator {
|
|
3460
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3461
|
-
padding-right: 0;
|
|
3462
|
-
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)))));
|
|
3463
3477
|
}
|
|
3464
3478
|
|
|
3465
3479
|
.svc-creator__toolbox--right .svc-tab-designer--with-page-navigator .svc-tab-designer_content,
|
|
@@ -3474,14 +3488,13 @@ survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigato
|
|
|
3474
3488
|
[style*="direction:rtl"] .svc-tab-designer__page-navigator,
|
|
3475
3489
|
[style*="direction: rtl"] .svc-tab-designer__page-navigator {
|
|
3476
3490
|
right: unset;
|
|
3477
|
-
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)))));
|
|
3478
3492
|
}
|
|
3479
3493
|
.svc-creator__toolbox--right .svc-page-navigator,
|
|
3480
3494
|
[dir=rtl] .svc-page-navigator,
|
|
3481
3495
|
[style*="direction:rtl"] .svc-page-navigator,
|
|
3482
3496
|
[style*="direction: rtl"] .svc-page-navigator {
|
|
3483
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3484
|
-
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;
|
|
3485
3498
|
}
|
|
3486
3499
|
|
|
3487
3500
|
.svc-tab-designer--bypage-mode .svc-tab-designer_content {
|
|
@@ -3806,9 +3819,12 @@ svc-page {
|
|
|
3806
3819
|
margin-inline-start: 0;
|
|
3807
3820
|
}
|
|
3808
3821
|
|
|
3809
|
-
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):hover:enabled
|
|
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
|
+
|
|
3810
3826
|
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):focus:enabled {
|
|
3811
|
-
background-color: var(--ctr-survey-
|
|
3827
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-selectedd, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3812
3828
|
}
|
|
3813
3829
|
|
|
3814
3830
|
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):active:enabled {
|
|
@@ -3847,6 +3863,11 @@ svc-page {
|
|
|
3847
3863
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3848
3864
|
}
|
|
3849
3865
|
|
|
3866
|
+
.svc-page-toolbar__item:active .svc-page-toolbar-item__icon use {
|
|
3867
|
+
fill: black;
|
|
3868
|
+
opacity: 0.5;
|
|
3869
|
+
}
|
|
3870
|
+
|
|
3850
3871
|
.svc-page-toolbar-item__title {
|
|
3851
3872
|
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3852
3873
|
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
@@ -3867,7 +3888,7 @@ svc-page {
|
|
|
3867
3888
|
|
|
3868
3889
|
.svc-page__content:focus,
|
|
3869
3890
|
.svc-hovered.svc-page__content {
|
|
3870
|
-
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))));
|
|
3871
3892
|
background: var(--ctr-survey-page-background-color-hovered, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
3872
3893
|
}
|
|
3873
3894
|
|
|
@@ -3892,8 +3913,8 @@ svc-page {
|
|
|
3892
3913
|
}
|
|
3893
3914
|
|
|
3894
3915
|
.svc-page__content--selected.svc-page__content--selected {
|
|
3895
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
3896
|
-
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)));
|
|
3897
3918
|
}
|
|
3898
3919
|
|
|
3899
3920
|
.svc-page__content--animation-running .svc-row .svc-question--enter {
|
|
@@ -4557,13 +4578,24 @@ svc-question {
|
|
|
4557
4578
|
height: var(--ctr-survey-question-panel-toolbar-item-icon-container-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4558
4579
|
}
|
|
4559
4580
|
|
|
4560
|
-
.svc-survey-element-
|
|
4561
|
-
|
|
4581
|
+
.svc-survey-element-toolbar .svc-survey-element-toolbar-item__icon use {
|
|
4582
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4583
|
+
}
|
|
4584
|
+
|
|
4585
|
+
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):hover:enabled {
|
|
4562
4586
|
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4563
4587
|
}
|
|
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
|
+
}
|
|
4564
4591
|
|
|
4565
4592
|
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled {
|
|
4566
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)));
|
|
4595
|
+
}
|
|
4596
|
+
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled use {
|
|
4597
|
+
fill: black;
|
|
4598
|
+
opacity: 0.45;
|
|
4567
4599
|
}
|
|
4568
4600
|
|
|
4569
4601
|
.svc-survey-element-toolbar__item:disabled {
|
|
@@ -4575,9 +4607,13 @@ svc-question {
|
|
|
4575
4607
|
}
|
|
4576
4608
|
|
|
4577
4609
|
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) {
|
|
4578
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-
|
|
4610
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4579
4611
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
4580
4612
|
}
|
|
4613
|
+
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) use {
|
|
4614
|
+
fill: black;
|
|
4615
|
+
opacity: 0.45;
|
|
4616
|
+
}
|
|
4581
4617
|
|
|
4582
4618
|
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:hover,
|
|
4583
4619
|
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:focus,
|
|
@@ -4601,10 +4637,6 @@ svc-question {
|
|
|
4601
4637
|
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4602
4638
|
}
|
|
4603
4639
|
|
|
4604
|
-
.svc-survey-element-toolbar .svc-survey-element-toolbar-item__icon use {
|
|
4605
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4606
|
-
}
|
|
4607
|
-
|
|
4608
4640
|
.svc-survey-element-toolbar-item__title {
|
|
4609
4641
|
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4610
4642
|
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
@@ -4856,17 +4888,18 @@ svc-question {
|
|
|
4856
4888
|
width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4857
4889
|
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4858
4890
|
}
|
|
4859
|
-
.svc-survey-element-toolbar__dots-item use
|
|
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 {
|
|
4860
4893
|
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
4861
4894
|
}
|
|
4862
4895
|
|
|
4863
4896
|
.svc-question__content:focus,
|
|
4864
4897
|
.svc-hovered > .svc-question__content {
|
|
4865
|
-
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))));
|
|
4866
4899
|
}
|
|
4867
4900
|
|
|
4868
4901
|
.svc-question__content--selected:not(.svc-question__content--dragged) {
|
|
4869
|
-
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)));
|
|
4870
4903
|
}
|
|
4871
4904
|
|
|
4872
4905
|
.svc-question__content--collapsed-drag-over-inside:not(.svc-question__content--dragged) {
|
|
@@ -6210,7 +6243,7 @@ svc-question .sv-action-bar,
|
|
|
6210
6243
|
}
|
|
6211
6244
|
.svc-item-value__ghost {
|
|
6212
6245
|
display: none;
|
|
6213
|
-
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)));
|
|
6214
6247
|
border-radius: var(--ctr-survey-radio-button-group-item-corner-radius-floating, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6215
6248
|
width: calc(25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6216
6249
|
height: 40px;
|
|
@@ -6691,7 +6724,7 @@ svc-question .sv-action-bar,
|
|
|
6691
6724
|
font-weight: 400;
|
|
6692
6725
|
line-height: var(--ctr-font-large-line-height, 40px);
|
|
6693
6726
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6694
|
-
opacity: 0.25;
|
|
6727
|
+
opacity: var(--ctr-survey-header-logo-placeholder-icon-opacity, 0.25);
|
|
6695
6728
|
white-space: nowrap;
|
|
6696
6729
|
word-break: keep-all;
|
|
6697
6730
|
padding: 0;
|
|
@@ -6701,7 +6734,7 @@ svc-question .sv-action-bar,
|
|
|
6701
6734
|
justify-content: center;
|
|
6702
6735
|
align-items: center;
|
|
6703
6736
|
margin-right: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6704
|
-
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)))));
|
|
6705
6738
|
transition: background-color var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
|
|
6706
6739
|
}
|
|
6707
6740
|
.svc-logo-image-placeholder:hover {
|
|
@@ -6712,8 +6745,8 @@ svc-question .sv-action-bar,
|
|
|
6712
6745
|
fill: var(--ctr-survey-header-logo-placeholder-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
6713
6746
|
}
|
|
6714
6747
|
.svc-logo-image-placeholder svg {
|
|
6715
|
-
width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6716
|
-
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)))));
|
|
6717
6750
|
}
|
|
6718
6751
|
|
|
6719
6752
|
.svc-logo-image-placeholder use {
|
|
@@ -6887,9 +6920,8 @@ svc-question .sv-action-bar,
|
|
|
6887
6920
|
.svc-search__toolbar .svc-search__bar-item {
|
|
6888
6921
|
height: min-content;
|
|
6889
6922
|
margin: 0;
|
|
6890
|
-
border-radius: var(--ctr-search-button-corner-radius);
|
|
6923
|
+
border-radius: var(--ctr-search-button-corner-radius, 100px);
|
|
6891
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)))));
|
|
6892
|
-
border-radius: 100px;
|
|
6893
6925
|
}
|
|
6894
6926
|
.svc-search__toolbar .svc-search__bar-item .sv-svg-icon {
|
|
6895
6927
|
width: var(--ctr-search-button-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -7108,6 +7140,9 @@ svc-question .sv-action-bar,
|
|
|
7108
7140
|
}
|
|
7109
7141
|
|
|
7110
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));
|
|
7111
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);
|
|
7112
7147
|
box-sizing: border-box;
|
|
7113
7148
|
cursor: pointer;
|
|
@@ -7115,7 +7150,7 @@ svc-question .sv-action-bar,
|
|
|
7115
7150
|
}
|
|
7116
7151
|
.svc-tabbed-menu-item:hover, .svc-tabbed-menu-item:focus {
|
|
7117
7152
|
background-color: var(--ctr-menu-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
7118
|
-
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)));
|
|
7119
7154
|
outline: none;
|
|
7120
7155
|
}
|
|
7121
7156
|
|
|
@@ -7659,7 +7694,7 @@ svc-toolbox {
|
|
|
7659
7694
|
var(--ctr-toolbox-item-padding-right-no-text) +
|
|
7660
7695
|
var(--ctr-toolbox-item-padding-left-no-text)
|
|
7661
7696
|
);
|
|
7662
|
-
--thm-toolbox-separator-width:
|
|
7697
|
+
--thm-toolbox-separator-width: var(--ctr-toolbox-min-width);
|
|
7663
7698
|
--toolbox-width: var(--ctr-toolbox-min-width, 224.984375px /*calcSize(28)*/);
|
|
7664
7699
|
--toolbox-width-compact: var(--thm-toolbox-width-compact, var(--dft-toolbox-width-compact));
|
|
7665
7700
|
width: auto;
|
|
@@ -7766,6 +7801,7 @@ svc-toolbox {
|
|
|
7766
7801
|
}
|
|
7767
7802
|
.svc-toolbox--compact .svc-toolbox__category-separator {
|
|
7768
7803
|
width: var(--thm-toolbox-separator-width-compact, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7804
|
+
box-sizing: content-box;
|
|
7769
7805
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7770
7806
|
padding-inline-start: var(--ctr-toolbox-separator-padding-left-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7771
7807
|
margin-inline-end: calc(0px - var(--ctr-toolbox-group-padding-right-compact, 12px) - var(--ctr-toolbox-item-margin-horizontal-no-text, 4px));
|
|
@@ -7833,7 +7869,8 @@ svc-toolbox {
|
|
|
7833
7869
|
}
|
|
7834
7870
|
|
|
7835
7871
|
.svc-toolbox__category-separator {
|
|
7836
|
-
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;
|
|
7837
7874
|
padding-top: var(--ctr-toolbox-separator-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7838
7875
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7839
7876
|
padding-bottom: var(--ctr-toolbox-separator-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -8109,11 +8146,11 @@ svc-toolbox {
|
|
|
8109
8146
|
}
|
|
8110
8147
|
@keyframes toolboxSeparatorMoveIn {
|
|
8111
8148
|
from {
|
|
8112
|
-
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)))));
|
|
8113
8150
|
overflow: hidden;
|
|
8114
8151
|
}
|
|
8115
8152
|
to {
|
|
8116
|
-
width: var(--thm-toolbox-separator-width, calc(
|
|
8153
|
+
width: var(--thm-toolbox-separator-width, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8117
8154
|
overflow: hidden;
|
|
8118
8155
|
}
|
|
8119
8156
|
}
|
|
@@ -8660,6 +8697,11 @@ svc-toolbox {
|
|
|
8660
8697
|
width: 100%;
|
|
8661
8698
|
}
|
|
8662
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
|
+
|
|
8663
8705
|
.svc-sidebar__header-container.svc-sidebar__header-container--with-subtitle {
|
|
8664
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);
|
|
8665
8707
|
}
|
|
@@ -9069,6 +9111,7 @@ sv-question-error > div {
|
|
|
9069
9111
|
.spg-question--highlighted .spg-matrixdynamic__content.spg-text__content {
|
|
9070
9112
|
outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9071
9113
|
outline-offset: -2px;
|
|
9114
|
+
border-radius: var(--ctr-data-table-corner-radius, 0px);
|
|
9072
9115
|
}
|
|
9073
9116
|
.spg-question--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle .spg-input,
|
|
9074
9117
|
.spg-question--highlighted .spg-matrixdynamic__content.spg-text__content .spg-input {
|
|
@@ -9085,6 +9128,9 @@ sv-question-error > div {
|
|
|
9085
9128
|
outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
9086
9129
|
outline-offset: -2px;
|
|
9087
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
|
+
}
|
|
9088
9134
|
|
|
9089
9135
|
.spg-input {
|
|
9090
9136
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -9237,6 +9283,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9237
9283
|
.spg-dropdown {
|
|
9238
9284
|
display: flex;
|
|
9239
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));
|
|
9240
9287
|
}
|
|
9241
9288
|
|
|
9242
9289
|
.spg-dropdown__value {
|
|
@@ -9247,6 +9294,8 @@ input.spg-input:read-only::placeholder {
|
|
|
9247
9294
|
font-style: normal;
|
|
9248
9295
|
font-weight: 400;
|
|
9249
9296
|
line-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
9297
|
+
display: flex;
|
|
9298
|
+
align-items: center;
|
|
9250
9299
|
}
|
|
9251
9300
|
|
|
9252
9301
|
.spg-dropdown__filter-string-input {
|
|
@@ -9740,16 +9789,19 @@ input.spg-input:read-only::placeholder {
|
|
|
9740
9789
|
|
|
9741
9790
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_select-wrapper {
|
|
9742
9791
|
display: flex;
|
|
9792
|
+
align-items: center;
|
|
9743
9793
|
}
|
|
9744
9794
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown {
|
|
9745
9795
|
width: max-content;
|
|
9746
9796
|
padding-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9797
|
+
min-height: auto;
|
|
9747
9798
|
}
|
|
9748
9799
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_chevron-button {
|
|
9749
|
-
|
|
9750
|
-
|
|
9751
|
-
|
|
9752
|
-
|
|
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;
|
|
9753
9805
|
}
|
|
9754
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 {
|
|
9755
9807
|
background: transparent;
|
|
@@ -10198,6 +10250,7 @@ input.spg-input:read-only::placeholder {
|
|
|
10198
10250
|
align-self: stretch;
|
|
10199
10251
|
flex-basis: 0;
|
|
10200
10252
|
flex-grow: 1;
|
|
10253
|
+
width: 0;
|
|
10201
10254
|
border-radius: var(--ctr-button-group-item-corner-radius, 0px);
|
|
10202
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)));
|
|
10203
10256
|
background-color: var(--ctr-button-group-item-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
@@ -10231,8 +10284,21 @@ input.spg-input:read-only::placeholder {
|
|
|
10231
10284
|
.spg-button-group__item--selected .spg-button-group__item-icon use {
|
|
10232
10285
|
fill: var(--ctr-button-group-item-icon-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
10233
10286
|
}
|
|
10234
|
-
|
|
10235
|
-
|
|
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);
|
|
10236
10302
|
}
|
|
10237
10303
|
|
|
10238
10304
|
.spg-button-group__item--disabled {
|
|
@@ -10337,6 +10403,7 @@ input.spg-input:read-only::placeholder {
|
|
|
10337
10403
|
.sv-popup--modal .sd-body,
|
|
10338
10404
|
.sv-popup--modal .sl-body {
|
|
10339
10405
|
min-width: calc(78 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
10406
|
+
padding: 0;
|
|
10340
10407
|
}
|
|
10341
10408
|
|
|
10342
10409
|
.sv-popup.svc-property-editor .sd-root-modern {
|
|
@@ -10680,6 +10747,7 @@ input.spg-input:read-only::placeholder {
|
|
|
10680
10747
|
|
|
10681
10748
|
.spg-boolean-switch__button--checked {
|
|
10682
10749
|
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
10750
|
+
box-shadow: none;
|
|
10683
10751
|
}
|
|
10684
10752
|
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--left {
|
|
10685
10753
|
background: none;
|