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
package/survey-creator-core.css
CHANGED
|
@@ -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
|
|
@@ -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.17
|
|
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
|
|
@@ -437,6 +437,7 @@
|
|
|
437
437
|
display: flex;
|
|
438
438
|
width: var(--ctr-list-item-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
439
439
|
height: var(--ctr-list-item-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
440
|
+
flex-shrink: 0;
|
|
440
441
|
justify-content: center;
|
|
441
442
|
align-items: center;
|
|
442
443
|
}
|
|
@@ -505,6 +506,7 @@
|
|
|
505
506
|
font-style: normal;
|
|
506
507
|
font-weight: 400;
|
|
507
508
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
509
|
+
background-color: transparent;
|
|
508
510
|
color: var(--ctr-list-search-text-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
509
511
|
-webkit-appearance: none;
|
|
510
512
|
-moz-appearance: none;
|
|
@@ -604,7 +606,7 @@ svc-tab-json-editor-textarea {
|
|
|
604
606
|
}
|
|
605
607
|
|
|
606
608
|
.svc-json-editor-tab__content-area {
|
|
607
|
-
font-family: var(--ctr-font-family-code,
|
|
609
|
+
font-family: var(--ctr-font-family-code, monospace);
|
|
608
610
|
font-size: var(--ctr-font-code-size, 16px);
|
|
609
611
|
font-style: normal;
|
|
610
612
|
font-weight: 400;
|
|
@@ -749,7 +751,6 @@ svc-tab-json-editor-textarea {
|
|
|
749
751
|
top: 50%;
|
|
750
752
|
left: 50%;
|
|
751
753
|
transform: scale(1.26) translate(-50%, -50%);
|
|
752
|
-
overflow: overlay;
|
|
753
754
|
border: 2px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
|
754
755
|
}
|
|
755
756
|
|
|
@@ -757,10 +758,10 @@ svc-tab-json-editor-textarea {
|
|
|
757
758
|
margin: 0 auto;
|
|
758
759
|
position: relative;
|
|
759
760
|
overflow: hidden;
|
|
760
|
-
border-radius: 32px;
|
|
761
|
-
border: 4px solid var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
762
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
763
|
-
box-shadow: 0px
|
|
761
|
+
border-radius: var(--ctr-preview-device-corner-radius, 32px);
|
|
762
|
+
border: var(--ctr-preview-device-border-width, 4px) solid var(--ctr-preview-device-border-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
763
|
+
background: var(--ctr-preview-device-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
764
|
+
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));
|
|
764
765
|
}
|
|
765
766
|
|
|
766
767
|
.svd-simulator-main {
|
|
@@ -796,12 +797,6 @@ svc-tab-json-editor-textarea {
|
|
|
796
797
|
position: relative;
|
|
797
798
|
}
|
|
798
799
|
|
|
799
|
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
800
|
-
::i-block-chrome,
|
|
801
|
-
.svd-simulator-content {
|
|
802
|
-
overflow-y: scroll;
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
800
|
.svd-simulator .sv-popup--overlay {
|
|
806
801
|
--sv-popup-overlay-height: 100%;
|
|
807
802
|
}
|
|
@@ -826,9 +821,6 @@ svc-tab-test {
|
|
|
826
821
|
gap: 0px;
|
|
827
822
|
}
|
|
828
823
|
|
|
829
|
-
.svc-test-tab__content .svc-plugin-tab__content {
|
|
830
|
-
overflow-y: overlay;
|
|
831
|
-
}
|
|
832
824
|
.svc-test-tab__content .svc-plugin-tab__content .sv-root-modern .sv-completedpage,
|
|
833
825
|
.svc-test-tab__content .svc-plugin-tab__content .sv_default_css .sv_completed_page {
|
|
834
826
|
margin: 0;
|
|
@@ -1280,6 +1272,10 @@ svc-tab-test {
|
|
|
1280
1272
|
flex-flow: row wrap;
|
|
1281
1273
|
}
|
|
1282
1274
|
|
|
1275
|
+
.svc-creator-popup .sl-panel-wrapper:first-child .sl-question {
|
|
1276
|
+
margin-top: 0;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1283
1279
|
.sl-row--multiple .sl-panel {
|
|
1284
1280
|
padding-bottom: 0;
|
|
1285
1281
|
}
|
|
@@ -1619,6 +1615,10 @@ svc-tab-test {
|
|
|
1619
1615
|
|
|
1620
1616
|
.st-root-modern {
|
|
1621
1617
|
width: 100%;
|
|
1618
|
+
height: fit-content;
|
|
1619
|
+
max-height: 100%;
|
|
1620
|
+
overflow-y: auto;
|
|
1621
|
+
background-color: var(--ctr-string-table-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
1622
1622
|
}
|
|
1623
1623
|
|
|
1624
1624
|
.st-title.st-panel__title,
|
|
@@ -2150,6 +2150,10 @@ td.st-table__cell:first-of-type span {
|
|
|
2150
2150
|
.svc-logic-tab__leave-apply-button {
|
|
2151
2151
|
background-color: var(--ctr-button-background-color-danger, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
2152
2152
|
}
|
|
2153
|
+
|
|
2154
|
+
.svc-logic-question-value.sd-element--with-frame {
|
|
2155
|
+
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));
|
|
2156
|
+
}
|
|
2153
2157
|
/*!************************************************************************************************************************************************************************************!*\
|
|
2154
2158
|
!*** 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 ***!
|
|
2155
2159
|
\************************************************************************************************************************************************************************************/
|
|
@@ -2169,7 +2173,7 @@ svc-tab-designer {
|
|
|
2169
2173
|
width: 0;
|
|
2170
2174
|
}
|
|
2171
2175
|
|
|
2172
|
-
.svc-tab-designer--with-
|
|
2176
|
+
.svc-tab-designer--with-placeholder .svc-designer-header {
|
|
2173
2177
|
min-width: calc(84 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2174
2178
|
}
|
|
2175
2179
|
|
|
@@ -2225,14 +2229,14 @@ svc-tab-designer {
|
|
|
2225
2229
|
padding-inline-end: var(--ctr-survey-page-margin-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
2226
2230
|
}
|
|
2227
2231
|
|
|
2228
|
-
.svc-tab-designer--with-
|
|
2232
|
+
.svc-tab-designer--with-placeholder .svc-tab-designer_content {
|
|
2229
2233
|
display: flex;
|
|
2230
2234
|
justify-content: center;
|
|
2231
2235
|
flex-direction: column;
|
|
2232
2236
|
min-height: 100%;
|
|
2233
2237
|
}
|
|
2234
2238
|
|
|
2235
|
-
.svc-tab-designer--with-
|
|
2239
|
+
.svc-tab-designer--with-surface-tools .svc-tab-designer_content {
|
|
2236
2240
|
padding-inline-start: var(--ctr-survey-page-margin-right-with-toolbar, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
2237
2241
|
padding-inline-end: var(--ctr-survey-page-margin-left-with-toolbar, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
2238
2242
|
}
|
|
@@ -2342,9 +2346,6 @@ svc-tab-designer {
|
|
|
2342
2346
|
/*!************************************************************************************************************************************************************************!*\
|
|
2343
2347
|
!*** 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 ***!
|
|
2344
2348
|
\************************************************************************************************************************************************************************/
|
|
2345
|
-
.svc-creator--mobile .svc-tab-designer {
|
|
2346
|
-
overflow-y: overlay;
|
|
2347
|
-
}
|
|
2348
2349
|
.svc-creator--mobile .sd-root-modern,
|
|
2349
2350
|
.svc-creator--mobile .sd-container-modern {
|
|
2350
2351
|
--sd-base-padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -2709,11 +2710,11 @@ svc-tab-designer {
|
|
|
2709
2710
|
align-items: center;
|
|
2710
2711
|
justify-content: center;
|
|
2711
2712
|
}
|
|
2712
|
-
.svc-creator-popup.sv-popup--modal .sv-popup__button
|
|
2713
|
+
.svc-creator-popup.sv-popup--modal .sv-popup__button {
|
|
2713
2714
|
background: var(--ctr-button-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2714
2715
|
color: var(--ctr-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2715
2716
|
}
|
|
2716
|
-
.svc-creator-popup.sv-popup--modal .sv-popup__button
|
|
2717
|
+
.svc-creator-popup.sv-popup--modal .sv-popup__button:hover {
|
|
2717
2718
|
background: var(--ctr-button-background-color-hovered, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
|
|
2718
2719
|
}
|
|
2719
2720
|
.svc-creator-popup.sv-popup--modal .sv-popup__button--apply {
|
|
@@ -2723,6 +2724,13 @@ svc-tab-designer {
|
|
|
2723
2724
|
.svc-creator-popup.sv-popup--modal .sv-popup__button--apply:hover {
|
|
2724
2725
|
background: var(--ctr-button-background-color-cta-hovered, var(--sjs-primary-backcolor-dark, rgb(20, 164, 139)));
|
|
2725
2726
|
}
|
|
2727
|
+
.svc-creator-popup.sv-popup--modal .sd-btn--danger {
|
|
2728
|
+
background: var(--ctr-button-background-color-danger, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
2729
|
+
color: var(--ctr-button-text-color-danger, var(--sjs-special-red-forecolor, #ffffff));
|
|
2730
|
+
}
|
|
2731
|
+
.svc-creator-popup.sv-popup--modal .sd-btn--danger:hover {
|
|
2732
|
+
background: var(--ctr-button-background-color-danger-hovered, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
2733
|
+
}
|
|
2726
2734
|
|
|
2727
2735
|
.svc-surface-placeholder {
|
|
2728
2736
|
display: flex;
|
|
@@ -3662,7 +3670,6 @@ svc-page-navigator-item,
|
|
|
3662
3670
|
}
|
|
3663
3671
|
|
|
3664
3672
|
.svc-page-navigator-item__banner {
|
|
3665
|
-
display: flex;
|
|
3666
3673
|
overflow: hidden;
|
|
3667
3674
|
white-space: nowrap;
|
|
3668
3675
|
text-overflow: ellipsis;
|
|
@@ -3678,6 +3685,8 @@ svc-page-navigator-item,
|
|
|
3678
3685
|
position: absolute;
|
|
3679
3686
|
top: 0;
|
|
3680
3687
|
right: 0;
|
|
3688
|
+
z-index: 1;
|
|
3689
|
+
display: none;
|
|
3681
3690
|
}
|
|
3682
3691
|
.svc-page-navigator-item__banner .svc-page-navigator-item__dot-content {
|
|
3683
3692
|
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -3712,6 +3721,7 @@ svc-page-navigator-item,
|
|
|
3712
3721
|
|
|
3713
3722
|
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3714
3723
|
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3724
|
+
display: flex;
|
|
3715
3725
|
opacity: 1;
|
|
3716
3726
|
}
|
|
3717
3727
|
|
|
@@ -3831,7 +3841,7 @@ svc-page {
|
|
|
3831
3841
|
.svc-page-toolbar__item use {
|
|
3832
3842
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3833
3843
|
}
|
|
3834
|
-
.svc-page-toolbar__item:hover, .svc-page-toolbar__item:focus {
|
|
3844
|
+
.svc-page-toolbar__item:hover, .svc-page-toolbar__item:focus-visible {
|
|
3835
3845
|
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3836
3846
|
}
|
|
3837
3847
|
.svc-page-toolbar__item:active, .svc-page-toolbar__item.svc-page-toolbar__item--pressed {
|
|
@@ -4454,7 +4464,7 @@ svc-question {
|
|
|
4454
4464
|
.svc-survey-element-toolbar__item use {
|
|
4455
4465
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4456
4466
|
}
|
|
4457
|
-
.svc-survey-element-toolbar__item:hover, .svc-survey-element-toolbar__item:focus {
|
|
4467
|
+
.svc-survey-element-toolbar__item:hover, .svc-survey-element-toolbar__item:focus-visible {
|
|
4458
4468
|
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4459
4469
|
}
|
|
4460
4470
|
.svc-survey-element-toolbar__item:active, .svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--pressed {
|
|
@@ -4878,11 +4888,10 @@ svc-question {
|
|
|
4878
4888
|
}
|
|
4879
4889
|
|
|
4880
4890
|
.svc-dragged-element-shortcut {
|
|
4881
|
-
height: auto;
|
|
4882
4891
|
border-radius: var(--ctr-toolbox-item-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4883
4892
|
background-color: var(--ctr-toolbox-item-background-color-floating, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
4884
4893
|
color: var(--ctr-toolbox-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
4885
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4894
|
+
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)))));
|
|
4886
4895
|
cursor: grabbing;
|
|
4887
4896
|
position: absolute;
|
|
4888
4897
|
z-index: 1000;
|
|
@@ -4915,22 +4924,25 @@ svc-question {
|
|
|
4915
4924
|
font-weight: 400;
|
|
4916
4925
|
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
4917
4926
|
font-weight: 600;
|
|
4918
|
-
line-height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4919
4927
|
}
|
|
4920
4928
|
|
|
4921
4929
|
.svc-dragged-element-shortcut--has-icon {
|
|
4922
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4923
|
-
|
|
4930
|
+
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)))));
|
|
4931
|
+
display: flex;
|
|
4932
|
+
gap: var(--ctr-toolbox-item-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4933
|
+
justify-content: center;
|
|
4934
|
+
align-items: center;
|
|
4924
4935
|
}
|
|
4925
4936
|
.svc-dragged-element-shortcut--has-icon .svc-dragged-element-shortcut__text {
|
|
4926
|
-
|
|
4927
|
-
margin-inline-start: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4937
|
+
display: block;
|
|
4928
4938
|
}
|
|
4929
4939
|
|
|
4930
4940
|
.svc-dragged-element-shortcut__icon {
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4941
|
+
display: flex;
|
|
4942
|
+
}
|
|
4943
|
+
.svc-dragged-element-shortcut__icon svg {
|
|
4944
|
+
width: var(--ctr-toolbox-item-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4945
|
+
height: var(--ctr-toolbox-item-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4934
4946
|
}
|
|
4935
4947
|
|
|
4936
4948
|
.svc-question__content--drag-over-inside .svc-panel__placeholder_frame,
|
|
@@ -5536,7 +5548,7 @@ svc-question .sv-action-bar,
|
|
|
5536
5548
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-muted, 0.5);
|
|
5537
5549
|
background-color: transparent;
|
|
5538
5550
|
}
|
|
5539
|
-
.svc-survey-element-top-toolbar__item:hover, .svc-survey-element-top-toolbar__item:focus {
|
|
5551
|
+
.svc-survey-element-top-toolbar__item:hover, .svc-survey-element-top-toolbar__item:focus-visible {
|
|
5540
5552
|
opacity: initial;
|
|
5541
5553
|
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
5542
5554
|
}
|
|
@@ -5600,8 +5612,8 @@ svc-question .sv-action-bar,
|
|
|
5600
5612
|
font-style: normal;
|
|
5601
5613
|
line-height: var(--lbr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
5602
5614
|
font-weight: 600;
|
|
5603
|
-
margin-left: calc(6.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5604
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
5615
|
+
margin-left: var(--ctr-survey-radio-button-group-show-more-button-margin-left, calc(6.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5616
|
+
margin-top: var(--ctr-survey-radio-button-group-show-more-button-margin-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
5605
5617
|
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)))));
|
|
5606
5618
|
border-radius: var(--ctr-survey-action-button-corner-radius, 1024px);
|
|
5607
5619
|
cursor: pointer;
|
|
@@ -6258,11 +6270,16 @@ svc-question .sv-action-bar,
|
|
|
6258
6270
|
!*** 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 ***!
|
|
6259
6271
|
\******************************************************************************************************************************************************************************/
|
|
6260
6272
|
.svd-test-results {
|
|
6261
|
-
border-radius:
|
|
6262
|
-
box-shadow: inset 0px 1px 0px 0px var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
|
6273
|
+
border-radius: var(--ctr-string-table-corner-radius, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6274
|
+
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))));
|
|
6263
6275
|
padding: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
6264
6276
|
}
|
|
6265
|
-
|
|
6277
|
+
|
|
6278
|
+
.svd-test-results__content {
|
|
6279
|
+
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));
|
|
6280
|
+
}
|
|
6281
|
+
|
|
6282
|
+
.svd-test-results__header {
|
|
6266
6283
|
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6267
6284
|
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
6268
6285
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -6273,19 +6290,32 @@ svc-question .sv-action-bar,
|
|
|
6273
6290
|
display: flex;
|
|
6274
6291
|
justify-content: space-between;
|
|
6275
6292
|
align-items: center;
|
|
6276
|
-
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6277
|
-
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6278
|
-
border-bottom: 2px solid var(--sjs-border-light, var(--border-light, #eaeaea));
|
|
6279
|
-
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
|
6293
|
+
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)))));
|
|
6294
|
+
color: var(--ctr-string-table-title-caption-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
6295
|
+
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)));
|
|
6296
|
+
background-color: var(--ctr-string-table-title-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
6280
6297
|
}
|
|
6281
|
-
.svd-test-
|
|
6298
|
+
.svd-test-results__header .svd-test-results__header-text {
|
|
6282
6299
|
margin: 0;
|
|
6283
6300
|
}
|
|
6284
|
-
.svd-test-
|
|
6301
|
+
.svd-test-results__header .svd-test-results__header-types {
|
|
6285
6302
|
display: flex;
|
|
6286
|
-
gap: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
6303
|
+
gap: var(--ctr-string-table-title-actionbar-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
6304
|
+
}
|
|
6305
|
+
.svd-test-results__header .svc-action-button {
|
|
6306
|
+
color: var(--ctr-actionbar-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
6307
|
+
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6308
|
+
background-color: transparent;
|
|
6309
|
+
}
|
|
6310
|
+
.svd-test-results__header .svc-action-button:focus, .svd-test-results__header .svc-action-button:hover {
|
|
6311
|
+
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))));
|
|
6312
|
+
outline: none;
|
|
6287
6313
|
}
|
|
6288
|
-
.svd-test-
|
|
6314
|
+
.svd-test-results__header .svc-action-button.svc-action-button--selected {
|
|
6315
|
+
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)));
|
|
6316
|
+
}
|
|
6317
|
+
|
|
6318
|
+
.svd-test-results__text {
|
|
6289
6319
|
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6290
6320
|
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
6291
6321
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -6294,37 +6324,37 @@ svc-question .sv-action-bar,
|
|
|
6294
6324
|
font-weight: 400;
|
|
6295
6325
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
6296
6326
|
display: flex;
|
|
6297
|
-
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6327
|
+
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)))));
|
|
6298
6328
|
width: calc(100% - 6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6299
6329
|
overflow: auto;
|
|
6300
6330
|
user-select: text;
|
|
6301
6331
|
white-space: pre-wrap;
|
|
6302
|
-
background-color
|
|
6332
|
+
background: var(--ctr-code-viewer-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
6333
|
+
color: var(--ctr-code-viewer-text-color, rgb(0, 0, 0));
|
|
6303
6334
|
}
|
|
6304
|
-
|
|
6305
|
-
|
|
6335
|
+
|
|
6336
|
+
.svd-test-results__table {
|
|
6306
6337
|
width: 100%;
|
|
6307
|
-
box-shadow: 0px 1px 2px 0px var(--ctr-shadow-small-color, rgba(0, 0, 0, 0.15));
|
|
6308
6338
|
}
|
|
6309
|
-
.svd-test-
|
|
6339
|
+
.svd-test-results__table table {
|
|
6310
6340
|
width: 100%;
|
|
6311
6341
|
border-collapse: collapse;
|
|
6312
6342
|
}
|
|
6313
|
-
.svd-test-
|
|
6343
|
+
.svd-test-results__table table .svd-test-results__marker {
|
|
6314
6344
|
position: absolute;
|
|
6315
6345
|
top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6316
6346
|
}
|
|
6317
|
-
.svd-test-
|
|
6347
|
+
.svd-test-results__table table .svd-test-results__marker .sv-svg-icon {
|
|
6318
6348
|
transition: transform 0.2s ease-in-out;
|
|
6319
6349
|
}
|
|
6320
|
-
.svd-test-
|
|
6321
|
-
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6350
|
+
.svd-test-results__table table .svd-test-results__marker .sv-svg-icon use {
|
|
6351
|
+
fill: var(--ctr-string-table-row-expand-button-icon-color-default, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
6322
6352
|
}
|
|
6323
|
-
.svd-test-
|
|
6353
|
+
.svd-test-results__table table .svd-test-results__marker.svd-test-results__marker--expanded .sv-svg-icon {
|
|
6324
6354
|
transform-origin: center;
|
|
6325
6355
|
transform: rotate(90deg);
|
|
6326
6356
|
}
|
|
6327
|
-
.svd-test-
|
|
6357
|
+
.svd-test-results__table table th {
|
|
6328
6358
|
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6329
6359
|
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
6330
6360
|
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
@@ -6334,15 +6364,15 @@ svc-question .sv-action-bar,
|
|
|
6334
6364
|
font-weight: 400;
|
|
6335
6365
|
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
6336
6366
|
font-weight: 600;
|
|
6337
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) var(--sjs-base-unit, var(--base-unit, 8px));
|
|
6338
|
-
background-color
|
|
6367
|
+
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)));
|
|
6368
|
+
background: var(--ctr-string-table-header-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
6339
6369
|
text-align: left;
|
|
6340
|
-
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6370
|
+
color: var(--ctr-string-table-header-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
6341
6371
|
}
|
|
6342
|
-
.svd-test-
|
|
6343
|
-
padding-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6372
|
+
.svd-test-results__table table th:nth-child(1) {
|
|
6373
|
+
padding-left: var(--ctr-string-table-row-padding-left, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6344
6374
|
}
|
|
6345
|
-
.svd-test-
|
|
6375
|
+
.svd-test-results__table table td {
|
|
6346
6376
|
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6347
6377
|
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
6348
6378
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -6350,13 +6380,14 @@ svc-question .sv-action-bar,
|
|
|
6350
6380
|
font-style: normal;
|
|
6351
6381
|
font-weight: 400;
|
|
6352
6382
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
6353
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) var(--sjs-base-unit, var(--base-unit, 8px));
|
|
6383
|
+
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)));
|
|
6354
6384
|
max-width: calc(50 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6355
6385
|
overflow: auto;
|
|
6356
|
-
border-top: 2px solid var(--sjs-border-light, var(--border-light, #eaeaea));
|
|
6386
|
+
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)));
|
|
6357
6387
|
user-select: text;
|
|
6388
|
+
background: var(--ctr-string-table-row-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
6358
6389
|
}
|
|
6359
|
-
.svd-test-
|
|
6390
|
+
.svd-test-results__table table td:nth-child(1) {
|
|
6360
6391
|
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6361
6392
|
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
6362
6393
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -6368,18 +6399,22 @@ svc-question .sv-action-bar,
|
|
|
6368
6399
|
position: relative;
|
|
6369
6400
|
width: 50%;
|
|
6370
6401
|
}
|
|
6371
|
-
.svd-test-
|
|
6402
|
+
.svd-test-results__table table td:nth-child(2) {
|
|
6372
6403
|
width: 50%;
|
|
6373
|
-
padding-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6404
|
+
padding-right: var(--ctr-string-table-row-padding-right, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6374
6405
|
}
|
|
6375
|
-
.svd-test-
|
|
6406
|
+
.svd-test-results__table table .survey-result-value {
|
|
6376
6407
|
word-break: break-all;
|
|
6377
6408
|
}
|
|
6378
|
-
.svd-test-
|
|
6409
|
+
.svd-test-results__table table tr {
|
|
6379
6410
|
vertical-align: top;
|
|
6380
6411
|
}
|
|
6381
|
-
.svd-test-
|
|
6382
|
-
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6412
|
+
.svd-test-results__table table tr .svd-test-results__node-value {
|
|
6413
|
+
color: var(--ctr-string-table-row-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
6414
|
+
}
|
|
6415
|
+
|
|
6416
|
+
.svd-dark-border-color {
|
|
6417
|
+
color: var(--ctr-string-table-row-text-color-title, rgb(0, 0, 0));
|
|
6383
6418
|
}
|
|
6384
6419
|
/*!****************************************************************************************************************************************************************************************!*\
|
|
6385
6420
|
!*** 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 ***!
|
|
@@ -6490,6 +6525,7 @@ svc-question .sv-action-bar,
|
|
|
6490
6525
|
font-weight: 400;
|
|
6491
6526
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
6492
6527
|
font-weight: 600;
|
|
6528
|
+
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6493
6529
|
}
|
|
6494
6530
|
|
|
6495
6531
|
.svc-question-link__set-button {
|
|
@@ -6499,7 +6535,6 @@ svc-question .sv-action-bar,
|
|
|
6499
6535
|
.svc-link-value-button {
|
|
6500
6536
|
--thm-margin-inline-start: calc(-1 * var(--ctr-actionbar-button-padding-left-medium-text));
|
|
6501
6537
|
margin-inline-start: var(--thm-margin-inline-start, calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6502
|
-
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6503
6538
|
}
|
|
6504
6539
|
|
|
6505
6540
|
.svc-question-link__clear-button {
|
|
@@ -6679,7 +6714,6 @@ svc-question .sv-action-bar,
|
|
|
6679
6714
|
|
|
6680
6715
|
.svc-property-grid-placeholder__header {
|
|
6681
6716
|
display: flex;
|
|
6682
|
-
width: var(--ctr-property-grid-placeholder-text-max-width, 256px);
|
|
6683
6717
|
max-width: var(--ctr-property-grid-placeholder-text-max-width, 256px);
|
|
6684
6718
|
flex-direction: column;
|
|
6685
6719
|
justify-content: center;
|
|
@@ -7775,8 +7809,7 @@ svc-question .sv-action-bar,
|
|
|
7775
7809
|
}
|
|
7776
7810
|
|
|
7777
7811
|
.svc-side-bar--flyout .svc-side-bar__shadow {
|
|
7778
|
-
background-color: var(--
|
|
7779
|
-
opacity: 0.75;
|
|
7812
|
+
background-color: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
7780
7813
|
position: absolute;
|
|
7781
7814
|
top: 0;
|
|
7782
7815
|
bottom: 0;
|
|
@@ -8261,17 +8294,17 @@ button.spg-action-button--large {
|
|
|
8261
8294
|
}
|
|
8262
8295
|
|
|
8263
8296
|
.spg-action-button:disabled {
|
|
8264
|
-
opacity: var(--ctr-
|
|
8297
|
+
opacity: var(--ctr-actionbar-button-opacity-disabled, 0.25);
|
|
8265
8298
|
pointer-events: none;
|
|
8266
8299
|
cursor: default;
|
|
8267
8300
|
}
|
|
8268
8301
|
|
|
8269
8302
|
.spg-action-button--muted {
|
|
8270
|
-
opacity: 0.5;
|
|
8303
|
+
opacity: var(--ctr-actionbar-button-opacity-muted, 0.5);
|
|
8271
8304
|
}
|
|
8272
8305
|
|
|
8273
8306
|
.spg-action-button:active {
|
|
8274
|
-
opacity: 0.5;
|
|
8307
|
+
opacity: var(--ctr-actionbar-button-opacity-pressed, 0.5);
|
|
8275
8308
|
}
|
|
8276
8309
|
|
|
8277
8310
|
.spg-action-button--text {
|
|
@@ -8376,7 +8409,8 @@ button.spg-action-button--large {
|
|
|
8376
8409
|
}
|
|
8377
8410
|
|
|
8378
8411
|
.spg-row--multiple > div > .spg-row-narrow__question {
|
|
8379
|
-
|
|
8412
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8413
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-layout-gap));
|
|
8380
8414
|
}
|
|
8381
8415
|
|
|
8382
8416
|
.spg-question--location--left {
|
|
@@ -8738,6 +8772,16 @@ input.spg-input:read-only::placeholder {
|
|
|
8738
8772
|
height: 0;
|
|
8739
8773
|
}
|
|
8740
8774
|
|
|
8775
|
+
.spg-dropdown__clean-button {
|
|
8776
|
+
--thm-ctr-editor-content-margin-top: var(--ctr-editor-content-margin-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8777
|
+
--thm-ctr-editor-content-margin-bottom: var(--ctr-editor-content-margin-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8778
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-content-margin-top));
|
|
8779
|
+
margin-bottom: calc(-1 * var(--thm-ctr-editor-content-margin-bottom));
|
|
8780
|
+
}
|
|
8781
|
+
.spg-dropdown__clean-button use {
|
|
8782
|
+
fill: inherit;
|
|
8783
|
+
}
|
|
8784
|
+
|
|
8741
8785
|
.spg-comment {
|
|
8742
8786
|
height: auto;
|
|
8743
8787
|
max-width: 100%;
|
|
@@ -8816,7 +8860,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8816
8860
|
margin-top: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8817
8861
|
}
|
|
8818
8862
|
.spg-panel__content .spg-row--multiple {
|
|
8819
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
8863
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8820
8864
|
}
|
|
8821
8865
|
|
|
8822
8866
|
.spg-panel__content > .spg-row:first-of-type {
|
|
@@ -9027,6 +9071,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9027
9071
|
|
|
9028
9072
|
.spg-checkbox .spg-question__description {
|
|
9029
9073
|
padding: 0;
|
|
9074
|
+
padding-top: var(--ctr-checkbox-description-text-margin-top, calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9030
9075
|
padding-inline-start: var(--ctr-checkbox-description-text-margin-left, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9031
9076
|
color: var(--ctr-checkbox-description-text-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
9032
9077
|
}
|
|
@@ -9092,7 +9137,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9092
9137
|
border: 1px solid var(--ctr-survey-placeholder-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
9093
9138
|
border-radius: var(--ctr-data-table-placeholder-corner-radius);
|
|
9094
9139
|
box-sizing: border-box;
|
|
9095
|
-
padding: var(--ctr-
|
|
9140
|
+
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);
|
|
9096
9141
|
gap: var(--ctr-survey-placeholder-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9097
9142
|
}
|
|
9098
9143
|
.spg-matrixdynamic__placeholder .spg-matrixdynamic__add-btn {
|
|
@@ -9528,19 +9573,20 @@ input.spg-input:read-only::placeholder {
|
|
|
9528
9573
|
margin-top: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9529
9574
|
}
|
|
9530
9575
|
.spg-theme-builder-root .sd-question--title-top .spg-paneldynamic {
|
|
9531
|
-
|
|
9576
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9577
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-layout-gap));
|
|
9532
9578
|
}
|
|
9533
|
-
.spg-theme-builder-root .spg-question.spg-row__question:not(.sd-question--title-top):not(.spg-question--boolean)
|
|
9534
|
-
|
|
9579
|
+
.spg-theme-builder-root .spg-question.spg-row__question:not(.sd-question--title-top):not(.spg-question--boolean),
|
|
9580
|
+
.spg-theme-builder-root .spg-question__content-coloralpha {
|
|
9581
|
+
--thm-ctr-property-grid-form-gap: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9582
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9583
|
+
margin-top: calc(var(--thm-ctr-editor-layout-gap) - var(--thm-ctr-property-grid-form-gap));
|
|
9535
9584
|
}
|
|
9536
9585
|
.spg-theme-builder-root .spg-row--multiple .spg-question.spg-row__question:not(.sd-question--title-top) {
|
|
9537
9586
|
margin-top: 0;
|
|
9538
9587
|
}
|
|
9539
|
-
.spg-theme-builder-root .spg-question__content-coloralpha {
|
|
9540
|
-
margin-top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9541
|
-
}
|
|
9542
9588
|
.spg-theme-builder-root .spg-question-composite__content .spg-row:first-of-type {
|
|
9543
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
9589
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9544
9590
|
}
|
|
9545
9591
|
|
|
9546
9592
|
.svc-side-bar--mobile .spg-theme-builder-root .spg-nested-panel__content::after {
|
|
@@ -9981,6 +10027,27 @@ input.spg-input:read-only::placeholder {
|
|
|
9981
10027
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
9982
10028
|
height: auto;
|
|
9983
10029
|
}
|
|
10030
|
+
.svc-top-bar .sv-action-bar-item:hover, .svc-top-bar .sv-action-bar-item:focus {
|
|
10031
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
10032
|
+
}
|
|
10033
|
+
.svc-top-bar .sv-action-bar-item:active, .svc-top-bar .sv-action-bar-item.sv-action-bar-item--pressed {
|
|
10034
|
+
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 0.5);
|
|
10035
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
10036
|
+
}
|
|
10037
|
+
.svc-top-bar .sv-action-bar-item:active use, .svc-top-bar .sv-action-bar-item.sv-action-bar-item--pressed use {
|
|
10038
|
+
fill: black;
|
|
10039
|
+
opacity: 0.45;
|
|
10040
|
+
}
|
|
10041
|
+
.svc-top-bar .sv-action-bar-item.sv-action-bar-item--active {
|
|
10042
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
10043
|
+
}
|
|
10044
|
+
.svc-top-bar .sv-action-bar-item.sv-action-bar-item--active use {
|
|
10045
|
+
fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
10046
|
+
}
|
|
10047
|
+
.svc-top-bar .sv-action-bar-item:disabled {
|
|
10048
|
+
background-color: transparent;
|
|
10049
|
+
opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
|
|
10050
|
+
}
|
|
9984
10051
|
.svc-top-bar .sv-action-bar-item--icon {
|
|
9985
10052
|
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)));
|
|
9986
10053
|
border-radius: var(--ctr-menu-toolbar-button-corner-radius, 0);
|
|
@@ -9992,28 +10059,10 @@ input.spg-input:read-only::placeholder {
|
|
|
9992
10059
|
.svc-top-bar .sv-action-bar-item__icon use {
|
|
9993
10060
|
fill: var(--ctr-menu-toolbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
9994
10061
|
}
|
|
9995
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
|
|
9996
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
|
|
9997
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9998
|
-
}
|
|
9999
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):active:enabled {
|
|
10000
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 0.5);
|
|
10001
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
10002
|
-
}
|
|
10003
|
-
.svc-top-bar .sv-action-bar-item:disabled {
|
|
10004
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
|
|
10005
|
-
}
|
|
10006
|
-
.svc-top-bar .sv-action-bar-item--active .sv-action-bar-item__icon use {
|
|
10007
|
-
fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
10008
|
-
}
|
|
10009
10062
|
.svc-top-bar .sv-action-bar-item-dropdown {
|
|
10010
10063
|
border-radius: calcCornerRadius(0.5);
|
|
10011
10064
|
background-color: transparent;
|
|
10012
10065
|
}
|
|
10013
|
-
.svc-top-bar .sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
|
|
10014
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
10015
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 50%);
|
|
10016
|
-
}
|
|
10017
10066
|
|
|
10018
10067
|
.svc-footer-bar .svc-toolbar-wrapper {
|
|
10019
10068
|
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -10100,6 +10149,9 @@ input.spg-input:read-only::placeholder {
|
|
|
10100
10149
|
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--right {
|
|
10101
10150
|
background: var(--ctr-toggle-button-thumb-background-color-checked, #ffffff);
|
|
10102
10151
|
}
|
|
10152
|
+
.spg-boolean-switch__button--checked:hover {
|
|
10153
|
+
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
10154
|
+
}
|
|
10103
10155
|
.spg-boolean-switch__button--checked:focus {
|
|
10104
10156
|
background: var(--ctr-toggle-button-background-color-checked-focused, #ffffff);
|
|
10105
10157
|
}
|