survey-creator-core 1.12.16-patch.1 → 1.12.17
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 +166 -114
- package/survey-creator-core.fontless.css +165 -113
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +22 -22
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +809 -699
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +23 -23
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +47 -13
- 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 +49 -15
- 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 +39 -5
- 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 +57 -23
- 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 +76 -8
- package/typings/components/scroll.d.ts +1 -0
- package/typings/components/tabs/designer.d.ts +2 -1
- package/typings/components/tabs/json-editor-ace.d.ts +1 -0
- package/typings/components/tabs/json-editor-plugin.d.ts +1 -1
- package/typings/components/tabs/theme-plugin.d.ts +1 -1
- package/typings/creator-base.d.ts +22 -9
- package/typings/creator-options.d.ts +15 -3
- package/typings/creator-responsivity-manager.d.ts +1 -0
- package/typings/creator-settings.d.ts +0 -2
- package/typings/entries/index.d.ts +3 -0
- package/typings/property-grid/condition-survey.d.ts +0 -1
- package/typings/property-grid/search-manager.d.ts +1 -0
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/themes/default.d.ts +76 -8
- package/typings/utils/color-utils.d.ts +24 -0
- package/typings/utils/creator-utils.d.ts +10 -0
- package/typings/utils/html-element-utils.d.ts +7 -0
- package/typings/utils/utils.d.ts +0 -41
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.17
|
|
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
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
display: flex;
|
|
209
209
|
width: var(--ctr-list-item-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
210
210
|
height: var(--ctr-list-item-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
211
|
+
flex-shrink: 0;
|
|
211
212
|
justify-content: center;
|
|
212
213
|
align-items: center;
|
|
213
214
|
}
|
|
@@ -276,6 +277,7 @@
|
|
|
276
277
|
font-style: normal;
|
|
277
278
|
font-weight: 400;
|
|
278
279
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
280
|
+
background-color: transparent;
|
|
279
281
|
color: var(--ctr-list-search-text-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
280
282
|
-webkit-appearance: none;
|
|
281
283
|
-moz-appearance: none;
|
|
@@ -375,7 +377,7 @@ svc-tab-json-editor-textarea {
|
|
|
375
377
|
}
|
|
376
378
|
|
|
377
379
|
.svc-json-editor-tab__content-area {
|
|
378
|
-
font-family: var(--ctr-font-family-code,
|
|
380
|
+
font-family: var(--ctr-font-family-code, monospace);
|
|
379
381
|
font-size: var(--ctr-font-code-size, 16px);
|
|
380
382
|
font-style: normal;
|
|
381
383
|
font-weight: 400;
|
|
@@ -520,7 +522,6 @@ svc-tab-json-editor-textarea {
|
|
|
520
522
|
top: 50%;
|
|
521
523
|
left: 50%;
|
|
522
524
|
transform: scale(1.26) translate(-50%, -50%);
|
|
523
|
-
overflow: overlay;
|
|
524
525
|
border: 2px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
|
525
526
|
}
|
|
526
527
|
|
|
@@ -528,10 +529,10 @@ svc-tab-json-editor-textarea {
|
|
|
528
529
|
margin: 0 auto;
|
|
529
530
|
position: relative;
|
|
530
531
|
overflow: hidden;
|
|
531
|
-
border-radius: 32px;
|
|
532
|
-
border: 4px solid var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
533
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
534
|
-
box-shadow: 0px
|
|
532
|
+
border-radius: var(--ctr-preview-device-corner-radius, 32px);
|
|
533
|
+
border: var(--ctr-preview-device-border-width, 4px) solid var(--ctr-preview-device-border-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
534
|
+
background: var(--ctr-preview-device-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
535
|
+
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1), 0px 8px 16px 0px var(--ctr-preview-device-shadow-2-color, rgba(0, 0, 0, 0.05));
|
|
535
536
|
}
|
|
536
537
|
|
|
537
538
|
.svd-simulator-main {
|
|
@@ -567,12 +568,6 @@ svc-tab-json-editor-textarea {
|
|
|
567
568
|
position: relative;
|
|
568
569
|
}
|
|
569
570
|
|
|
570
|
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
571
|
-
::i-block-chrome,
|
|
572
|
-
.svd-simulator-content {
|
|
573
|
-
overflow-y: scroll;
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
571
|
.svd-simulator .sv-popup--overlay {
|
|
577
572
|
--sv-popup-overlay-height: 100%;
|
|
578
573
|
}
|
|
@@ -597,9 +592,6 @@ svc-tab-test {
|
|
|
597
592
|
gap: 0px;
|
|
598
593
|
}
|
|
599
594
|
|
|
600
|
-
.svc-test-tab__content .svc-plugin-tab__content {
|
|
601
|
-
overflow-y: overlay;
|
|
602
|
-
}
|
|
603
595
|
.svc-test-tab__content .svc-plugin-tab__content .sv-root-modern .sv-completedpage,
|
|
604
596
|
.svc-test-tab__content .svc-plugin-tab__content .sv_default_css .sv_completed_page {
|
|
605
597
|
margin: 0;
|
|
@@ -1051,6 +1043,10 @@ svc-tab-test {
|
|
|
1051
1043
|
flex-flow: row wrap;
|
|
1052
1044
|
}
|
|
1053
1045
|
|
|
1046
|
+
.svc-creator-popup .sl-panel-wrapper:first-child .sl-question {
|
|
1047
|
+
margin-top: 0;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1054
1050
|
.sl-row--multiple .sl-panel {
|
|
1055
1051
|
padding-bottom: 0;
|
|
1056
1052
|
}
|
|
@@ -1390,6 +1386,10 @@ svc-tab-test {
|
|
|
1390
1386
|
|
|
1391
1387
|
.st-root-modern {
|
|
1392
1388
|
width: 100%;
|
|
1389
|
+
height: fit-content;
|
|
1390
|
+
max-height: 100%;
|
|
1391
|
+
overflow-y: auto;
|
|
1392
|
+
background-color: var(--ctr-string-table-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
1393
1393
|
}
|
|
1394
1394
|
|
|
1395
1395
|
.st-title.st-panel__title,
|
|
@@ -1921,6 +1921,10 @@ td.st-table__cell:first-of-type span {
|
|
|
1921
1921
|
.svc-logic-tab__leave-apply-button {
|
|
1922
1922
|
background-color: var(--ctr-button-background-color-danger, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
1923
1923
|
}
|
|
1924
|
+
|
|
1925
|
+
.svc-logic-question-value.sd-element--with-frame {
|
|
1926
|
+
box-shadow: var(--lbr-question-panel-shadow-offset-x, 0px) var(--lbr-question-panel-shadow-offset-y, 1px) var(--lbr-question-panel-shadow-blur, 2px) var(--lbr-question-panel-shadow-spread, 0px) var(--lbr-question-panel-shadow-color, rgba(0, 0, 0, 0.15));
|
|
1927
|
+
}
|
|
1924
1928
|
/*!************************************************************************************************************************************************************************************!*\
|
|
1925
1929
|
!*** 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/tabs/designer.scss ***!
|
|
1926
1930
|
\************************************************************************************************************************************************************************************/
|
|
@@ -1940,7 +1944,7 @@ svc-tab-designer {
|
|
|
1940
1944
|
width: 0;
|
|
1941
1945
|
}
|
|
1942
1946
|
|
|
1943
|
-
.svc-tab-designer--with-
|
|
1947
|
+
.svc-tab-designer--with-placeholder .svc-designer-header {
|
|
1944
1948
|
min-width: calc(84 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1945
1949
|
}
|
|
1946
1950
|
|
|
@@ -1996,14 +2000,14 @@ svc-tab-designer {
|
|
|
1996
2000
|
padding-inline-end: var(--ctr-survey-page-margin-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
1997
2001
|
}
|
|
1998
2002
|
|
|
1999
|
-
.svc-tab-designer--with-
|
|
2003
|
+
.svc-tab-designer--with-placeholder .svc-tab-designer_content {
|
|
2000
2004
|
display: flex;
|
|
2001
2005
|
justify-content: center;
|
|
2002
2006
|
flex-direction: column;
|
|
2003
2007
|
min-height: 100%;
|
|
2004
2008
|
}
|
|
2005
2009
|
|
|
2006
|
-
.svc-tab-designer--with-
|
|
2010
|
+
.svc-tab-designer--with-surface-tools .svc-tab-designer_content {
|
|
2007
2011
|
padding-inline-start: var(--ctr-survey-page-margin-right-with-toolbar, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
2008
2012
|
padding-inline-end: var(--ctr-survey-page-margin-left-with-toolbar, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
2009
2013
|
}
|
|
@@ -2113,9 +2117,6 @@ svc-tab-designer {
|
|
|
2113
2117
|
/*!************************************************************************************************************************************************************************!*\
|
|
2114
2118
|
!*** 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/responsivity.scss ***!
|
|
2115
2119
|
\************************************************************************************************************************************************************************/
|
|
2116
|
-
.svc-creator--mobile .svc-tab-designer {
|
|
2117
|
-
overflow-y: overlay;
|
|
2118
|
-
}
|
|
2119
2120
|
.svc-creator--mobile .sd-root-modern,
|
|
2120
2121
|
.svc-creator--mobile .sd-container-modern {
|
|
2121
2122
|
--sd-base-padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -2480,11 +2481,11 @@ svc-tab-designer {
|
|
|
2480
2481
|
align-items: center;
|
|
2481
2482
|
justify-content: center;
|
|
2482
2483
|
}
|
|
2483
|
-
.svc-creator-popup.sv-popup--modal .sv-popup__button
|
|
2484
|
+
.svc-creator-popup.sv-popup--modal .sv-popup__button {
|
|
2484
2485
|
background: var(--ctr-button-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2485
2486
|
color: var(--ctr-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2486
2487
|
}
|
|
2487
|
-
.svc-creator-popup.sv-popup--modal .sv-popup__button
|
|
2488
|
+
.svc-creator-popup.sv-popup--modal .sv-popup__button:hover {
|
|
2488
2489
|
background: var(--ctr-button-background-color-hovered, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
|
|
2489
2490
|
}
|
|
2490
2491
|
.svc-creator-popup.sv-popup--modal .sv-popup__button--apply {
|
|
@@ -2494,6 +2495,13 @@ svc-tab-designer {
|
|
|
2494
2495
|
.svc-creator-popup.sv-popup--modal .sv-popup__button--apply:hover {
|
|
2495
2496
|
background: var(--ctr-button-background-color-cta-hovered, var(--sjs-primary-backcolor-dark, rgb(20, 164, 139)));
|
|
2496
2497
|
}
|
|
2498
|
+
.svc-creator-popup.sv-popup--modal .sd-btn--danger {
|
|
2499
|
+
background: var(--ctr-button-background-color-danger, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
2500
|
+
color: var(--ctr-button-text-color-danger, var(--sjs-special-red-forecolor, #ffffff));
|
|
2501
|
+
}
|
|
2502
|
+
.svc-creator-popup.sv-popup--modal .sd-btn--danger:hover {
|
|
2503
|
+
background: var(--ctr-button-background-color-danger-hovered, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
2504
|
+
}
|
|
2497
2505
|
|
|
2498
2506
|
.svc-surface-placeholder {
|
|
2499
2507
|
display: flex;
|
|
@@ -3433,7 +3441,6 @@ svc-page-navigator-item,
|
|
|
3433
3441
|
}
|
|
3434
3442
|
|
|
3435
3443
|
.svc-page-navigator-item__banner {
|
|
3436
|
-
display: flex;
|
|
3437
3444
|
overflow: hidden;
|
|
3438
3445
|
white-space: nowrap;
|
|
3439
3446
|
text-overflow: ellipsis;
|
|
@@ -3449,6 +3456,8 @@ svc-page-navigator-item,
|
|
|
3449
3456
|
position: absolute;
|
|
3450
3457
|
top: 0;
|
|
3451
3458
|
right: 0;
|
|
3459
|
+
z-index: 1;
|
|
3460
|
+
display: none;
|
|
3452
3461
|
}
|
|
3453
3462
|
.svc-page-navigator-item__banner .svc-page-navigator-item__dot-content {
|
|
3454
3463
|
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -3483,6 +3492,7 @@ svc-page-navigator-item,
|
|
|
3483
3492
|
|
|
3484
3493
|
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3485
3494
|
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3495
|
+
display: flex;
|
|
3486
3496
|
opacity: 1;
|
|
3487
3497
|
}
|
|
3488
3498
|
|
|
@@ -3602,7 +3612,7 @@ svc-page {
|
|
|
3602
3612
|
.svc-page-toolbar__item use {
|
|
3603
3613
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3604
3614
|
}
|
|
3605
|
-
.svc-page-toolbar__item:hover, .svc-page-toolbar__item:focus {
|
|
3615
|
+
.svc-page-toolbar__item:hover, .svc-page-toolbar__item:focus-visible {
|
|
3606
3616
|
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3607
3617
|
}
|
|
3608
3618
|
.svc-page-toolbar__item:active, .svc-page-toolbar__item.svc-page-toolbar__item--pressed {
|
|
@@ -4225,7 +4235,7 @@ svc-question {
|
|
|
4225
4235
|
.svc-survey-element-toolbar__item use {
|
|
4226
4236
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4227
4237
|
}
|
|
4228
|
-
.svc-survey-element-toolbar__item:hover, .svc-survey-element-toolbar__item:focus {
|
|
4238
|
+
.svc-survey-element-toolbar__item:hover, .svc-survey-element-toolbar__item:focus-visible {
|
|
4229
4239
|
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4230
4240
|
}
|
|
4231
4241
|
.svc-survey-element-toolbar__item:active, .svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--pressed {
|
|
@@ -4649,11 +4659,10 @@ svc-question {
|
|
|
4649
4659
|
}
|
|
4650
4660
|
|
|
4651
4661
|
.svc-dragged-element-shortcut {
|
|
4652
|
-
height: auto;
|
|
4653
4662
|
border-radius: var(--ctr-toolbox-item-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4654
4663
|
background-color: var(--ctr-toolbox-item-background-color-floating, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
4655
4664
|
color: var(--ctr-toolbox-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
4656
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4665
|
+
padding: var(--ctr-toolbox-item-padding-top-submenu, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-padding-bottom-submenu, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-padding-left-submenu, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4657
4666
|
cursor: grabbing;
|
|
4658
4667
|
position: absolute;
|
|
4659
4668
|
z-index: 1000;
|
|
@@ -4686,22 +4695,25 @@ svc-question {
|
|
|
4686
4695
|
font-weight: 400;
|
|
4687
4696
|
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
4688
4697
|
font-weight: 600;
|
|
4689
|
-
line-height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4690
4698
|
}
|
|
4691
4699
|
|
|
4692
4700
|
.svc-dragged-element-shortcut--has-icon {
|
|
4693
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4694
|
-
|
|
4701
|
+
padding: var(--ctr-toolbox-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-toolbox-item-padding-right, calc(3.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-toolbox-item-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4702
|
+
display: flex;
|
|
4703
|
+
gap: var(--ctr-toolbox-item-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4704
|
+
justify-content: center;
|
|
4705
|
+
align-items: center;
|
|
4695
4706
|
}
|
|
4696
4707
|
.svc-dragged-element-shortcut--has-icon .svc-dragged-element-shortcut__text {
|
|
4697
|
-
|
|
4698
|
-
margin-inline-start: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4708
|
+
display: block;
|
|
4699
4709
|
}
|
|
4700
4710
|
|
|
4701
4711
|
.svc-dragged-element-shortcut__icon {
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4712
|
+
display: flex;
|
|
4713
|
+
}
|
|
4714
|
+
.svc-dragged-element-shortcut__icon svg {
|
|
4715
|
+
width: var(--ctr-toolbox-item-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4716
|
+
height: var(--ctr-toolbox-item-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4705
4717
|
}
|
|
4706
4718
|
|
|
4707
4719
|
.svc-question__content--drag-over-inside .svc-panel__placeholder_frame,
|
|
@@ -5307,7 +5319,7 @@ svc-question .sv-action-bar,
|
|
|
5307
5319
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-muted, 0.5);
|
|
5308
5320
|
background-color: transparent;
|
|
5309
5321
|
}
|
|
5310
|
-
.svc-survey-element-top-toolbar__item:hover, .svc-survey-element-top-toolbar__item:focus {
|
|
5322
|
+
.svc-survey-element-top-toolbar__item:hover, .svc-survey-element-top-toolbar__item:focus-visible {
|
|
5311
5323
|
opacity: initial;
|
|
5312
5324
|
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
5313
5325
|
}
|
|
@@ -5371,8 +5383,8 @@ svc-question .sv-action-bar,
|
|
|
5371
5383
|
font-style: normal;
|
|
5372
5384
|
line-height: var(--lbr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
5373
5385
|
font-weight: 600;
|
|
5374
|
-
margin-left: calc(6.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5375
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
5386
|
+
margin-left: var(--ctr-survey-radio-button-group-show-more-button-margin-left, calc(6.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5387
|
+
margin-top: var(--ctr-survey-radio-button-group-show-more-button-margin-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
5376
5388
|
padding: var(--ctr-survey-action-button-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-action-button-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-action-button-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-action-button-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5377
5389
|
border-radius: var(--ctr-survey-action-button-corner-radius, 1024px);
|
|
5378
5390
|
cursor: pointer;
|
|
@@ -6029,11 +6041,16 @@ svc-question .sv-action-bar,
|
|
|
6029
6041
|
!*** 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/results.scss ***!
|
|
6030
6042
|
\******************************************************************************************************************************************************************************/
|
|
6031
6043
|
.svd-test-results {
|
|
6032
|
-
border-radius:
|
|
6033
|
-
box-shadow: inset 0px 1px 0px 0px var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
|
6044
|
+
border-radius: var(--ctr-string-table-corner-radius, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6045
|
+
box-shadow: inset 0px 1px 0px 0px var(--ctr-string-table-shadow-color, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
6034
6046
|
padding: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
6035
6047
|
}
|
|
6036
|
-
|
|
6048
|
+
|
|
6049
|
+
.svd-test-results__content {
|
|
6050
|
+
box-shadow: var(--ctr-string-table-shadow-offset-x, 0px) var(--ctr-string-table-shadow-offset-y, 1px) var(--ctr-string-table-shadow-blur, 2px) var(--ctr-string-table-shadow-spread, 0px) var(--ctr-string-table-shadow-color, rgba(0, 0, 0, 0.15));
|
|
6051
|
+
}
|
|
6052
|
+
|
|
6053
|
+
.svd-test-results__header {
|
|
6037
6054
|
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6038
6055
|
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
6039
6056
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -6044,19 +6061,32 @@ svc-question .sv-action-bar,
|
|
|
6044
6061
|
display: flex;
|
|
6045
6062
|
justify-content: space-between;
|
|
6046
6063
|
align-items: center;
|
|
6047
|
-
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6048
|
-
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6049
|
-
border-bottom: 2px solid var(--sjs-border-light, var(--border-light, #eaeaea));
|
|
6050
|
-
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
|
6064
|
+
padding: var(--ctr-string-table-title-padding-top, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-string-table-title-padding-right, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-string-table-title-padding-bottom, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-string-table-title-padding-left, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6065
|
+
color: var(--ctr-string-table-title-caption-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
6066
|
+
border-bottom: var(--ctr-string-table-title-border-width-bottom, 2px) solid var(--ctr-string-table-title-border-color, var(--sjs-border-light, var(--border-light, #eaeaea)));
|
|
6067
|
+
background-color: var(--ctr-string-table-title-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
6051
6068
|
}
|
|
6052
|
-
.svd-test-
|
|
6069
|
+
.svd-test-results__header .svd-test-results__header-text {
|
|
6053
6070
|
margin: 0;
|
|
6054
6071
|
}
|
|
6055
|
-
.svd-test-
|
|
6072
|
+
.svd-test-results__header .svd-test-results__header-types {
|
|
6056
6073
|
display: flex;
|
|
6057
|
-
gap: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
6074
|
+
gap: var(--ctr-string-table-title-actionbar-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
6075
|
+
}
|
|
6076
|
+
.svd-test-results__header .svc-action-button {
|
|
6077
|
+
color: var(--ctr-actionbar-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
6078
|
+
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6079
|
+
background-color: transparent;
|
|
6080
|
+
}
|
|
6081
|
+
.svd-test-results__header .svc-action-button:focus, .svd-test-results__header .svc-action-button:hover {
|
|
6082
|
+
background-color: var(--ctr-survey-action-button-background-color-hovered-positive, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
6083
|
+
outline: none;
|
|
6058
6084
|
}
|
|
6059
|
-
.svd-test-
|
|
6085
|
+
.svd-test-results__header .svc-action-button.svc-action-button--selected {
|
|
6086
|
+
border: var(--ctr-actionbar-button-border-width-selected, calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))))) solid var(--ctr-actionbar-button-border-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
6087
|
+
}
|
|
6088
|
+
|
|
6089
|
+
.svd-test-results__text {
|
|
6060
6090
|
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6061
6091
|
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
6062
6092
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -6065,37 +6095,37 @@ svc-question .sv-action-bar,
|
|
|
6065
6095
|
font-weight: 400;
|
|
6066
6096
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
6067
6097
|
display: flex;
|
|
6068
|
-
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6098
|
+
padding: var(--ctr-code-viewer-text-margin-top-results-table, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-code-viewer-text-margin-right-results-table, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-code-viewer-text-margin-bottom-results-table, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-code-viewer-text-margin-left-results-table, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6069
6099
|
width: calc(100% - 6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6070
6100
|
overflow: auto;
|
|
6071
6101
|
user-select: text;
|
|
6072
6102
|
white-space: pre-wrap;
|
|
6073
|
-
background-color
|
|
6103
|
+
background: var(--ctr-code-viewer-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
6104
|
+
color: var(--ctr-code-viewer-text-color, rgb(0, 0, 0));
|
|
6074
6105
|
}
|
|
6075
|
-
|
|
6076
|
-
|
|
6106
|
+
|
|
6107
|
+
.svd-test-results__table {
|
|
6077
6108
|
width: 100%;
|
|
6078
|
-
box-shadow: 0px 1px 2px 0px var(--ctr-shadow-small-color, rgba(0, 0, 0, 0.15));
|
|
6079
6109
|
}
|
|
6080
|
-
.svd-test-
|
|
6110
|
+
.svd-test-results__table table {
|
|
6081
6111
|
width: 100%;
|
|
6082
6112
|
border-collapse: collapse;
|
|
6083
6113
|
}
|
|
6084
|
-
.svd-test-
|
|
6114
|
+
.svd-test-results__table table .svd-test-results__marker {
|
|
6085
6115
|
position: absolute;
|
|
6086
6116
|
top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6087
6117
|
}
|
|
6088
|
-
.svd-test-
|
|
6118
|
+
.svd-test-results__table table .svd-test-results__marker .sv-svg-icon {
|
|
6089
6119
|
transition: transform 0.2s ease-in-out;
|
|
6090
6120
|
}
|
|
6091
|
-
.svd-test-
|
|
6092
|
-
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6121
|
+
.svd-test-results__table table .svd-test-results__marker .sv-svg-icon use {
|
|
6122
|
+
fill: var(--ctr-string-table-row-expand-button-icon-color-default, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
6093
6123
|
}
|
|
6094
|
-
.svd-test-
|
|
6124
|
+
.svd-test-results__table table .svd-test-results__marker.svd-test-results__marker--expanded .sv-svg-icon {
|
|
6095
6125
|
transform-origin: center;
|
|
6096
6126
|
transform: rotate(90deg);
|
|
6097
6127
|
}
|
|
6098
|
-
.svd-test-
|
|
6128
|
+
.svd-test-results__table table th {
|
|
6099
6129
|
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6100
6130
|
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
6101
6131
|
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
@@ -6105,15 +6135,15 @@ svc-question .sv-action-bar,
|
|
|
6105
6135
|
font-weight: 400;
|
|
6106
6136
|
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
6107
6137
|
font-weight: 600;
|
|
6108
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) var(--sjs-base-unit, var(--base-unit, 8px));
|
|
6109
|
-
background-color
|
|
6138
|
+
padding: var(--ctr-string-table-row-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-string-table-row-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-string-table-row-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-string-table-row-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
6139
|
+
background: var(--ctr-string-table-header-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
6110
6140
|
text-align: left;
|
|
6111
|
-
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6141
|
+
color: var(--ctr-string-table-header-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
6112
6142
|
}
|
|
6113
|
-
.svd-test-
|
|
6114
|
-
padding-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6143
|
+
.svd-test-results__table table th:nth-child(1) {
|
|
6144
|
+
padding-left: var(--ctr-string-table-row-padding-left, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6115
6145
|
}
|
|
6116
|
-
.svd-test-
|
|
6146
|
+
.svd-test-results__table table td {
|
|
6117
6147
|
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6118
6148
|
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
6119
6149
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -6121,13 +6151,14 @@ svc-question .sv-action-bar,
|
|
|
6121
6151
|
font-style: normal;
|
|
6122
6152
|
font-weight: 400;
|
|
6123
6153
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
6124
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) var(--sjs-base-unit, var(--base-unit, 8px));
|
|
6154
|
+
padding: var(--ctr-string-table-row-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-string-table-row-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-string-table-row-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-string-table-row-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
6125
6155
|
max-width: calc(50 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6126
6156
|
overflow: auto;
|
|
6127
|
-
border-top: 2px solid var(--sjs-border-light, var(--border-light, #eaeaea));
|
|
6157
|
+
border-top: var(--ctr-string-table-row-border-width-bottom, 2px) solid var(--ctr-string-table-row-border-color, var(--sjs-border-light, var(--border-light, #eaeaea)));
|
|
6128
6158
|
user-select: text;
|
|
6159
|
+
background: var(--ctr-string-table-row-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
6129
6160
|
}
|
|
6130
|
-
.svd-test-
|
|
6161
|
+
.svd-test-results__table table td:nth-child(1) {
|
|
6131
6162
|
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6132
6163
|
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
6133
6164
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -6139,18 +6170,22 @@ svc-question .sv-action-bar,
|
|
|
6139
6170
|
position: relative;
|
|
6140
6171
|
width: 50%;
|
|
6141
6172
|
}
|
|
6142
|
-
.svd-test-
|
|
6173
|
+
.svd-test-results__table table td:nth-child(2) {
|
|
6143
6174
|
width: 50%;
|
|
6144
|
-
padding-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6175
|
+
padding-right: var(--ctr-string-table-row-padding-right, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6145
6176
|
}
|
|
6146
|
-
.svd-test-
|
|
6177
|
+
.svd-test-results__table table .survey-result-value {
|
|
6147
6178
|
word-break: break-all;
|
|
6148
6179
|
}
|
|
6149
|
-
.svd-test-
|
|
6180
|
+
.svd-test-results__table table tr {
|
|
6150
6181
|
vertical-align: top;
|
|
6151
6182
|
}
|
|
6152
|
-
.svd-test-
|
|
6153
|
-
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6183
|
+
.svd-test-results__table table tr .svd-test-results__node-value {
|
|
6184
|
+
color: var(--ctr-string-table-row-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
6185
|
+
}
|
|
6186
|
+
|
|
6187
|
+
.svd-dark-border-color {
|
|
6188
|
+
color: var(--ctr-string-table-row-text-color-title, rgb(0, 0, 0));
|
|
6154
6189
|
}
|
|
6155
6190
|
/*!****************************************************************************************************************************************************************************************!*\
|
|
6156
6191
|
!*** 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/header/logo-image.scss ***!
|
|
@@ -6261,6 +6296,7 @@ svc-question .sv-action-bar,
|
|
|
6261
6296
|
font-weight: 400;
|
|
6262
6297
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
6263
6298
|
font-weight: 600;
|
|
6299
|
+
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6264
6300
|
}
|
|
6265
6301
|
|
|
6266
6302
|
.svc-question-link__set-button {
|
|
@@ -6270,7 +6306,6 @@ svc-question .sv-action-bar,
|
|
|
6270
6306
|
.svc-link-value-button {
|
|
6271
6307
|
--thm-margin-inline-start: calc(-1 * var(--ctr-actionbar-button-padding-left-medium-text));
|
|
6272
6308
|
margin-inline-start: var(--thm-margin-inline-start, calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6273
|
-
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6274
6309
|
}
|
|
6275
6310
|
|
|
6276
6311
|
.svc-question-link__clear-button {
|
|
@@ -6450,7 +6485,6 @@ svc-question .sv-action-bar,
|
|
|
6450
6485
|
|
|
6451
6486
|
.svc-property-grid-placeholder__header {
|
|
6452
6487
|
display: flex;
|
|
6453
|
-
width: var(--ctr-property-grid-placeholder-text-max-width, 256px);
|
|
6454
6488
|
max-width: var(--ctr-property-grid-placeholder-text-max-width, 256px);
|
|
6455
6489
|
flex-direction: column;
|
|
6456
6490
|
justify-content: center;
|
|
@@ -7546,8 +7580,7 @@ svc-question .sv-action-bar,
|
|
|
7546
7580
|
}
|
|
7547
7581
|
|
|
7548
7582
|
.svc-side-bar--flyout .svc-side-bar__shadow {
|
|
7549
|
-
background-color: var(--
|
|
7550
|
-
opacity: 0.75;
|
|
7583
|
+
background-color: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
7551
7584
|
position: absolute;
|
|
7552
7585
|
top: 0;
|
|
7553
7586
|
bottom: 0;
|
|
@@ -8032,17 +8065,17 @@ button.spg-action-button--large {
|
|
|
8032
8065
|
}
|
|
8033
8066
|
|
|
8034
8067
|
.spg-action-button:disabled {
|
|
8035
|
-
opacity: var(--ctr-
|
|
8068
|
+
opacity: var(--ctr-actionbar-button-opacity-disabled, 0.25);
|
|
8036
8069
|
pointer-events: none;
|
|
8037
8070
|
cursor: default;
|
|
8038
8071
|
}
|
|
8039
8072
|
|
|
8040
8073
|
.spg-action-button--muted {
|
|
8041
|
-
opacity: 0.5;
|
|
8074
|
+
opacity: var(--ctr-actionbar-button-opacity-muted, 0.5);
|
|
8042
8075
|
}
|
|
8043
8076
|
|
|
8044
8077
|
.spg-action-button:active {
|
|
8045
|
-
opacity: 0.5;
|
|
8078
|
+
opacity: var(--ctr-actionbar-button-opacity-pressed, 0.5);
|
|
8046
8079
|
}
|
|
8047
8080
|
|
|
8048
8081
|
.spg-action-button--text {
|
|
@@ -8147,7 +8180,8 @@ button.spg-action-button--large {
|
|
|
8147
8180
|
}
|
|
8148
8181
|
|
|
8149
8182
|
.spg-row--multiple > div > .spg-row-narrow__question {
|
|
8150
|
-
|
|
8183
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8184
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-layout-gap));
|
|
8151
8185
|
}
|
|
8152
8186
|
|
|
8153
8187
|
.spg-question--location--left {
|
|
@@ -8509,6 +8543,16 @@ input.spg-input:read-only::placeholder {
|
|
|
8509
8543
|
height: 0;
|
|
8510
8544
|
}
|
|
8511
8545
|
|
|
8546
|
+
.spg-dropdown__clean-button {
|
|
8547
|
+
--thm-ctr-editor-content-margin-top: var(--ctr-editor-content-margin-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8548
|
+
--thm-ctr-editor-content-margin-bottom: var(--ctr-editor-content-margin-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8549
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-content-margin-top));
|
|
8550
|
+
margin-bottom: calc(-1 * var(--thm-ctr-editor-content-margin-bottom));
|
|
8551
|
+
}
|
|
8552
|
+
.spg-dropdown__clean-button use {
|
|
8553
|
+
fill: inherit;
|
|
8554
|
+
}
|
|
8555
|
+
|
|
8512
8556
|
.spg-comment {
|
|
8513
8557
|
height: auto;
|
|
8514
8558
|
max-width: 100%;
|
|
@@ -8587,7 +8631,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8587
8631
|
margin-top: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8588
8632
|
}
|
|
8589
8633
|
.spg-panel__content .spg-row--multiple {
|
|
8590
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
8634
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8591
8635
|
}
|
|
8592
8636
|
|
|
8593
8637
|
.spg-panel__content > .spg-row:first-of-type {
|
|
@@ -8798,6 +8842,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8798
8842
|
|
|
8799
8843
|
.spg-checkbox .spg-question__description {
|
|
8800
8844
|
padding: 0;
|
|
8845
|
+
padding-top: var(--ctr-checkbox-description-text-margin-top, calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8801
8846
|
padding-inline-start: var(--ctr-checkbox-description-text-margin-left, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8802
8847
|
color: var(--ctr-checkbox-description-text-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
8803
8848
|
}
|
|
@@ -8863,7 +8908,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8863
8908
|
border: 1px solid var(--ctr-survey-placeholder-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
8864
8909
|
border-radius: var(--ctr-data-table-placeholder-corner-radius);
|
|
8865
8910
|
box-sizing: border-box;
|
|
8866
|
-
padding: var(--ctr-
|
|
8911
|
+
padding: var(--ctr-data-table-placeholder-padding-top, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-data-table-placeholder-padding-right, 0) var(--ctr-data-table-placeholder-padding-bottom, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-data-table-placeholder-padding-left, 0);
|
|
8867
8912
|
gap: var(--ctr-survey-placeholder-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8868
8913
|
}
|
|
8869
8914
|
.spg-matrixdynamic__placeholder .spg-matrixdynamic__add-btn {
|
|
@@ -9299,19 +9344,20 @@ input.spg-input:read-only::placeholder {
|
|
|
9299
9344
|
margin-top: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9300
9345
|
}
|
|
9301
9346
|
.spg-theme-builder-root .sd-question--title-top .spg-paneldynamic {
|
|
9302
|
-
|
|
9347
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9348
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-layout-gap));
|
|
9303
9349
|
}
|
|
9304
|
-
.spg-theme-builder-root .spg-question.spg-row__question:not(.sd-question--title-top):not(.spg-question--boolean)
|
|
9305
|
-
|
|
9350
|
+
.spg-theme-builder-root .spg-question.spg-row__question:not(.sd-question--title-top):not(.spg-question--boolean),
|
|
9351
|
+
.spg-theme-builder-root .spg-question__content-coloralpha {
|
|
9352
|
+
--thm-ctr-property-grid-form-gap: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9353
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9354
|
+
margin-top: calc(var(--thm-ctr-editor-layout-gap) - var(--thm-ctr-property-grid-form-gap));
|
|
9306
9355
|
}
|
|
9307
9356
|
.spg-theme-builder-root .spg-row--multiple .spg-question.spg-row__question:not(.sd-question--title-top) {
|
|
9308
9357
|
margin-top: 0;
|
|
9309
9358
|
}
|
|
9310
|
-
.spg-theme-builder-root .spg-question__content-coloralpha {
|
|
9311
|
-
margin-top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9312
|
-
}
|
|
9313
9359
|
.spg-theme-builder-root .spg-question-composite__content .spg-row:first-of-type {
|
|
9314
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
9360
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9315
9361
|
}
|
|
9316
9362
|
|
|
9317
9363
|
.svc-side-bar--mobile .spg-theme-builder-root .spg-nested-panel__content::after {
|
|
@@ -9752,6 +9798,27 @@ input.spg-input:read-only::placeholder {
|
|
|
9752
9798
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
9753
9799
|
height: auto;
|
|
9754
9800
|
}
|
|
9801
|
+
.svc-top-bar .sv-action-bar-item:hover, .svc-top-bar .sv-action-bar-item:focus {
|
|
9802
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9803
|
+
}
|
|
9804
|
+
.svc-top-bar .sv-action-bar-item:active, .svc-top-bar .sv-action-bar-item.sv-action-bar-item--pressed {
|
|
9805
|
+
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 0.5);
|
|
9806
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9807
|
+
}
|
|
9808
|
+
.svc-top-bar .sv-action-bar-item:active use, .svc-top-bar .sv-action-bar-item.sv-action-bar-item--pressed use {
|
|
9809
|
+
fill: black;
|
|
9810
|
+
opacity: 0.45;
|
|
9811
|
+
}
|
|
9812
|
+
.svc-top-bar .sv-action-bar-item.sv-action-bar-item--active {
|
|
9813
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
9814
|
+
}
|
|
9815
|
+
.svc-top-bar .sv-action-bar-item.sv-action-bar-item--active use {
|
|
9816
|
+
fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
9817
|
+
}
|
|
9818
|
+
.svc-top-bar .sv-action-bar-item:disabled {
|
|
9819
|
+
background-color: transparent;
|
|
9820
|
+
opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
|
|
9821
|
+
}
|
|
9755
9822
|
.svc-top-bar .sv-action-bar-item--icon {
|
|
9756
9823
|
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)));
|
|
9757
9824
|
border-radius: var(--ctr-menu-toolbar-button-corner-radius, 0);
|
|
@@ -9763,28 +9830,10 @@ input.spg-input:read-only::placeholder {
|
|
|
9763
9830
|
.svc-top-bar .sv-action-bar-item__icon use {
|
|
9764
9831
|
fill: var(--ctr-menu-toolbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
9765
9832
|
}
|
|
9766
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
|
|
9767
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
|
|
9768
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9769
|
-
}
|
|
9770
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):active:enabled {
|
|
9771
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 0.5);
|
|
9772
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9773
|
-
}
|
|
9774
|
-
.svc-top-bar .sv-action-bar-item:disabled {
|
|
9775
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
|
|
9776
|
-
}
|
|
9777
|
-
.svc-top-bar .sv-action-bar-item--active .sv-action-bar-item__icon use {
|
|
9778
|
-
fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
9779
|
-
}
|
|
9780
9833
|
.svc-top-bar .sv-action-bar-item-dropdown {
|
|
9781
9834
|
border-radius: calcCornerRadius(0.5);
|
|
9782
9835
|
background-color: transparent;
|
|
9783
9836
|
}
|
|
9784
|
-
.svc-top-bar .sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
|
|
9785
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9786
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 50%);
|
|
9787
|
-
}
|
|
9788
9837
|
|
|
9789
9838
|
.svc-footer-bar .svc-toolbar-wrapper {
|
|
9790
9839
|
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -9871,6 +9920,9 @@ input.spg-input:read-only::placeholder {
|
|
|
9871
9920
|
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--right {
|
|
9872
9921
|
background: var(--ctr-toggle-button-thumb-background-color-checked, #ffffff);
|
|
9873
9922
|
}
|
|
9923
|
+
.spg-boolean-switch__button--checked:hover {
|
|
9924
|
+
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
9925
|
+
}
|
|
9874
9926
|
.spg-boolean-switch__button--checked:focus {
|
|
9875
9927
|
background: var(--ctr-toggle-button-background-color-checked-focused, #ffffff);
|
|
9876
9928
|
}
|