survey-creator-core 1.12.15 → 1.12.16
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 +483 -399
- package/survey-creator-core.fontless.css +482 -398
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +17 -16
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +398 -243
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +18 -17
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +46 -12
- package/themes/default-contrast.js.map +1 -1
- package/themes/default-contrast.min.js +1 -1
- package/themes/default-contrast.min.js.LICENSE.txt +1 -1
- package/themes/default-dark.js +50 -16
- 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 +46 -12
- package/themes/default-light.js.map +1 -1
- package/themes/default-light.min.js +1 -1
- package/themes/default-light.min.js.LICENSE.txt +1 -1
- package/themes/index.js +54 -18
- 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-contrast.d.ts +2 -0
- package/themes/themes/default-dark.d.ts +2 -0
- package/themes/themes/default-light.d.ts +2 -0
- package/themes/themes/default.d.ts +82 -16
- package/themes/themes/index.d.ts +3 -0
- package/typings/components/action-container-view-model.d.ts +1 -0
- package/typings/components/list-theme.d.ts +25 -0
- package/typings/components/scroll.d.ts +1 -0
- package/typings/components/tabs/logic-theme.d.ts +2 -4
- package/typings/components/tabs/logic-types.d.ts +2 -0
- package/typings/components/tabs/translation-theme.d.ts +1 -0
- package/typings/creator-base.d.ts +20 -0
- package/typings/creator-options.d.ts +37 -0
- package/typings/entries/index.d.ts +1 -0
- package/typings/property-grid/search-manager.d.ts +1 -0
- package/typings/property-grid-theme/property-grid.d.ts +3 -1
- package/typings/themes/default-contrast.d.ts +2 -0
- package/typings/themes/default-dark.d.ts +2 -0
- package/typings/themes/default-light.d.ts +2 -0
- package/typings/themes/default.d.ts +82 -16
- package/typings/themes/index.d.ts +3 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.16
|
|
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
|
|
@@ -48,6 +48,300 @@
|
|
|
48
48
|
.svc-context-button--danger:hover use, .svc-context-button--danger:focus use {
|
|
49
49
|
fill: var(--sjs-special-red, var(--red, #e60a3e));
|
|
50
50
|
}
|
|
51
|
+
/*!***************************************************************************************************************************************************************************!*\
|
|
52
|
+
!*** 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/list.scss ***!
|
|
53
|
+
\***************************************************************************************************************************************************************************/
|
|
54
|
+
.svc-list {
|
|
55
|
+
width: 100%;
|
|
56
|
+
padding: var(--ctr-list-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-list-padding-right, 0) var(--ctr-list-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-list-padding-left, 0);
|
|
57
|
+
margin: 0;
|
|
58
|
+
overflow-y: auto;
|
|
59
|
+
list-style-type: none;
|
|
60
|
+
box-sizing: border-box;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.svc-list__item {
|
|
64
|
+
width: 100%;
|
|
65
|
+
outline: none;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.svc-list__item-body {
|
|
69
|
+
overflow: hidden;
|
|
70
|
+
white-space: nowrap;
|
|
71
|
+
text-overflow: ellipsis;
|
|
72
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
73
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
74
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
75
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-weight: 400;
|
|
78
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
79
|
+
text-align: start;
|
|
80
|
+
color: var(--ctr-list-item-text-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
81
|
+
transition: color var(--sjs-creator-transition-duration, 150ms);
|
|
82
|
+
--thm-list-item-padding-left-default: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
83
|
+
--thm-list-item-padding-delta: var(--ctr-list-item-padding-left, var(--thm-list-item-padding-left-default));
|
|
84
|
+
--thm-list-item-padding-left: calc(var(--sjs-list-item-level) * var(--thm-list-item-padding-delta));
|
|
85
|
+
display: flex;
|
|
86
|
+
flex: 1 0 0;
|
|
87
|
+
padding-block-start: var(--ctr-list-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
88
|
+
padding-block-end: var(--ctr-list-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
89
|
+
padding-inline-start: var(--thm-list-item-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
90
|
+
padding-inline-end: var(--ctr-list-item-padding-right, calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
91
|
+
align-items: center;
|
|
92
|
+
gap: var(--ctr-list-item-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
93
|
+
border-radius: var(--ctr-list-item-corner-radius, 0px);
|
|
94
|
+
cursor: pointer;
|
|
95
|
+
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
96
|
+
}
|
|
97
|
+
.svc-list__item-body > span, .svc-list__item-body > sv-ng-string {
|
|
98
|
+
flex: 1 0 0;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.svc-list__item:disabled,
|
|
102
|
+
.svc-list__item--disabled {
|
|
103
|
+
opacity: var(--ctr-list-item-opacity-disabled, 0.25);
|
|
104
|
+
pointer-events: none;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.svc-list__item:focus > .svc-list__item-body,
|
|
108
|
+
.svc-list__item:hover > .svc-list__item-body,
|
|
109
|
+
.svc-list__item--focused > .svc-list__item-body,
|
|
110
|
+
.svc-list__item--hovered > .svc-list__item-body {
|
|
111
|
+
background: var(--ctr-list-item-background-color-hovered, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
|
|
112
|
+
color: var(--ctr-list-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
113
|
+
}
|
|
114
|
+
.svc-list__item:focus > .svc-list__item-body .svc-list__item-icon use,
|
|
115
|
+
.svc-list__item:hover > .svc-list__item-body .svc-list__item-icon use,
|
|
116
|
+
.svc-list__item--focused > .svc-list__item-body .svc-list__item-icon use,
|
|
117
|
+
.svc-list__item--hovered > .svc-list__item-body .svc-list__item-icon use {
|
|
118
|
+
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
119
|
+
}
|
|
120
|
+
.svc-list__item:focus > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
121
|
+
.svc-list__item:hover > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
122
|
+
.svc-list__item--focused > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
123
|
+
.svc-list__item--hovered > .svc-list__item-body .svc-list-item__marker-icon use {
|
|
124
|
+
fill: var(--ctr-list-item-submenu-arrow-color-hovered-item, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.svc-list__item--selected > .svc-list__item-body,
|
|
128
|
+
.svc-list__item--selected:hover > .svc-list__item-body,
|
|
129
|
+
.svc-list__item--selected:focus > .svc-list__item-body,
|
|
130
|
+
.svc-list__item.svc-list__item--selected:hover > .svc-list__item-body {
|
|
131
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
132
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
133
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
134
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
135
|
+
font-style: normal;
|
|
136
|
+
font-weight: 400;
|
|
137
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
138
|
+
font-weight: 600;
|
|
139
|
+
color: var(--ctr-list-item-text-color-selected, var(--sjs-primary-forecolor, var(--primary-foreground, #fff)));
|
|
140
|
+
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
141
|
+
}
|
|
142
|
+
.svc-list__item--selected > .svc-list__item-body .svc-list__item-icon use,
|
|
143
|
+
.svc-list__item--selected:hover > .svc-list__item-body .svc-list__item-icon use,
|
|
144
|
+
.svc-list__item--selected:focus > .svc-list__item-body .svc-list__item-icon use,
|
|
145
|
+
.svc-list__item.svc-list__item--selected:hover > .svc-list__item-body .svc-list__item-icon use {
|
|
146
|
+
fill: var(--ctr-list-item-icon-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.svc-list__item--group-selected > .svc-list__item-body,
|
|
150
|
+
.svc-list__item--group-selected:hover > .svc-list__item-body,
|
|
151
|
+
.svc-list__item--group-selected:focus > .svc-list__item-body {
|
|
152
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
153
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
154
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
155
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
156
|
+
font-style: normal;
|
|
157
|
+
font-weight: 400;
|
|
158
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
159
|
+
color: var(--ctr-list-item-text-color-selected-submenu, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
160
|
+
background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
161
|
+
}
|
|
162
|
+
.svc-list__item--group-selected > .svc-list__item-body .svc-list__item-icon use,
|
|
163
|
+
.svc-list__item--group-selected:hover > .svc-list__item-body .svc-list__item-icon use,
|
|
164
|
+
.svc-list__item--group-selected:focus > .svc-list__item-body .svc-list__item-icon use {
|
|
165
|
+
fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
166
|
+
}
|
|
167
|
+
.svc-list__item--group-selected > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
168
|
+
.svc-list__item--group-selected:hover > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
169
|
+
.svc-list__item--group-selected:focus > .svc-list__item-body .svc-list-item__marker-icon use {
|
|
170
|
+
fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.svc-list__item--with-icon > .svc-list__item-body {
|
|
174
|
+
padding-block-start: var(--ctr-list-item-padding-top-with-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
175
|
+
padding-block-end: var(--ctr-list-item-padding-bottom-with-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
176
|
+
padding-inline-start: var(--thm-list-item-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
177
|
+
padding-inline-end: var(--ctr-list-item-padding-right, calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.svc-list__item--group > .svc-list__item-body {
|
|
181
|
+
padding-block-start: var(--ctr-list-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
182
|
+
padding-block-end: var(--ctr-list-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
183
|
+
padding-inline-start: var(--thm-list-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
184
|
+
padding-inline-end: var(--ctr-list-item-padding-right-submenu, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.svc-list__item--with-icon.svc-list__item--group > .svc-list__item-body {
|
|
188
|
+
padding-block-start: var(--ctr-list-item-padding-top-with-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
189
|
+
padding-block-end: var(--ctr-list-item-padding-bottom-with-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
190
|
+
padding-inline-start: var(--thm-list-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
191
|
+
padding-inline-end: var(--ctr-list-item-padding-right-submenu, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.svc-list__item--with-icon.svc-list__item--group .sv-popup-inner > .sv-popup__container {
|
|
195
|
+
--thm-inner-popup-margin-top: calc(var(--ctr-list-item-padding-top) - var(--ctr-list-item-padding-top-with-icon) - var(--ctr-list-padding-top));
|
|
196
|
+
--thm-inner-popup-margin-top-default: calc(-0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
197
|
+
margin-top: var(--thm-inner-popup-margin-top, var(--thm-inner-popup-margin-top-default, -4px));
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.svc-list__item-separator {
|
|
201
|
+
width: 100%;
|
|
202
|
+
height: var(--ctr-separator-width, 1px);
|
|
203
|
+
margin: var(--ctr-separator-margin-vertical-small, var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
|
|
204
|
+
background-color: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.svc-list__item-icon {
|
|
208
|
+
display: flex;
|
|
209
|
+
width: var(--ctr-list-item-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
210
|
+
height: var(--ctr-list-item-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
211
|
+
flex-shrink: 0;
|
|
212
|
+
justify-content: center;
|
|
213
|
+
align-items: center;
|
|
214
|
+
}
|
|
215
|
+
.svc-list__item-icon use {
|
|
216
|
+
fill: var(--ctr-list-item-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.svc-list-item__marker-icon {
|
|
220
|
+
display: flex;
|
|
221
|
+
padding: var(--ctr-list-item-submenu-arrow-padding, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
222
|
+
align-items: flex-start;
|
|
223
|
+
width: var(--ctr-list-item-submenu-arrow-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
224
|
+
height: var(--ctr-list-item-submenu-arrow-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
225
|
+
box-sizing: content-box;
|
|
226
|
+
justify-content: center;
|
|
227
|
+
}
|
|
228
|
+
.svc-list-item__marker-icon use {
|
|
229
|
+
fill: var(--ctr-list-item-submenu-arrow-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.svc-list-item__marker-icon + * {
|
|
233
|
+
--thm-list-item-gap: var(--ctr-list-item-gap, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
234
|
+
margin-inline-start: calc(0px - var(--thm-list-item-gap));
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.svc-list__container {
|
|
238
|
+
display: flex;
|
|
239
|
+
flex-direction: column;
|
|
240
|
+
min-height: 0;
|
|
241
|
+
height: 100%;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.svc-list__filter {
|
|
245
|
+
display: flex;
|
|
246
|
+
align-items: flex-start;
|
|
247
|
+
align-items: center;
|
|
248
|
+
gap: var(--ctr-list-search-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
249
|
+
padding-inline-start: var(--ctr-list-search-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
250
|
+
padding-inline-end: var(--ctr-list-search-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
251
|
+
padding-block-start: var(--ctr-list-search-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
252
|
+
padding-block-end: var(--ctr-list-search-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
253
|
+
border-radius: var(--ctr-toolbox-search-corner-radius, 0px);
|
|
254
|
+
border-bottom: var(--ctr-list-search-border-width-bottom, 1px) solid var(--ctr-list-search-border-color, rgba(0, 0, 0, 0.16));
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.svc-list__filter-icon {
|
|
258
|
+
opacity: var(--ctr-list-search-icon-opacity, 1);
|
|
259
|
+
display: flex;
|
|
260
|
+
width: var(--ctr-list-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
261
|
+
height: var(--ctr-list-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
262
|
+
align-items: center;
|
|
263
|
+
}
|
|
264
|
+
.svc-list__filter-icon .sv-svg-icon {
|
|
265
|
+
width: var(--ctr-list-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
266
|
+
height: var(--ctr-list-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
267
|
+
}
|
|
268
|
+
.svc-list__filter-icon use {
|
|
269
|
+
fill: var(--ctr-list-search-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.svc-list__input {
|
|
273
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
274
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
275
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
276
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
277
|
+
font-style: normal;
|
|
278
|
+
font-weight: 400;
|
|
279
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
280
|
+
color: var(--ctr-list-search-text-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
281
|
+
-webkit-appearance: none;
|
|
282
|
+
-moz-appearance: none;
|
|
283
|
+
appearance: none;
|
|
284
|
+
outline: none;
|
|
285
|
+
border: none;
|
|
286
|
+
}
|
|
287
|
+
.svc-list__input::placeholder {
|
|
288
|
+
color: var(--ctr-list-search-text-color-placeholder, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.svc-list__filter-clear-button {
|
|
292
|
+
display: flex;
|
|
293
|
+
padding: var(--ctr-search-button-padding-vertical, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-horizontal, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
294
|
+
justify-content: center;
|
|
295
|
+
align-items: center;
|
|
296
|
+
border-radius: var(--ctr-search-button-corner-radius, 1024px);
|
|
297
|
+
}
|
|
298
|
+
.svc-list__filter-clear-button:hover {
|
|
299
|
+
background: var(--ctr-search-button-background-color-clear-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
300
|
+
}
|
|
301
|
+
.svc-list__filter-clear-button:hover use {
|
|
302
|
+
fill: var(--ctr-search-button-icon-color-clear-hovered, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.svc-list__empty-container {
|
|
306
|
+
padding: var(--ctr-list-padding-top-no-data, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-list-padding-right-no-data, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-list-padding-bottom-no-data, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-list-padding-left-no-data, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.svc-list__empty-text {
|
|
310
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
311
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
312
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
313
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
314
|
+
font-style: normal;
|
|
315
|
+
font-weight: 400;
|
|
316
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
317
|
+
overflow: hidden;
|
|
318
|
+
white-space: nowrap;
|
|
319
|
+
text-overflow: ellipsis;
|
|
320
|
+
text-align: center;
|
|
321
|
+
color: var(--ctr-list-no-data-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.sv-popup--overlay .svc-list-item__marker-icon {
|
|
325
|
+
display: none;
|
|
326
|
+
}
|
|
327
|
+
.sv-popup--overlay .svc-list__item-body {
|
|
328
|
+
pointer-events: none;
|
|
329
|
+
}
|
|
330
|
+
.sv-popup--overlay .svc-list__item--group-selected > .svc-list__item-body {
|
|
331
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
332
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
333
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
334
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
335
|
+
font-style: normal;
|
|
336
|
+
font-weight: 400;
|
|
337
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
338
|
+
font-weight: 600;
|
|
339
|
+
color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
|
340
|
+
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
341
|
+
}
|
|
342
|
+
.sv-popup--overlay .svc-list__item--group-selected > .svc-list__item-body use {
|
|
343
|
+
fill: var(--sjs-general-backcolor, var(--background, #fff));
|
|
344
|
+
}
|
|
51
345
|
/*!*******************************************************************************************************************************************************************************************!*\
|
|
52
346
|
!*** 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/json-editor-ace.scss ***!
|
|
53
347
|
\*******************************************************************************************************************************************************************************************/
|
|
@@ -390,13 +684,17 @@ svc-tab-test {
|
|
|
390
684
|
display: inline-block;
|
|
391
685
|
}
|
|
392
686
|
|
|
393
|
-
.svc-page-invisible .
|
|
394
|
-
|
|
687
|
+
.svc-page-invisible .svc-list__item-body {
|
|
688
|
+
padding-block-start: var(--ctr-list-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
689
|
+
padding-block-end: var(--ctr-list-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
690
|
+
padding-inline-start: var(--ctr-list-item-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
691
|
+
padding-inline-end: var(--ctr-list-item-padding-right-with-label-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
692
|
+
}
|
|
693
|
+
.svc-page-invisible .svc-list-item__marker-icon {
|
|
395
694
|
padding: 0;
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
margin-inline-end: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
695
|
+
opacity: var(--ctr-list-item-icon-opacity-label, 0.5);
|
|
696
|
+
width: var(--ctr-list-item-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
697
|
+
height: var(--ctr-list-item-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
400
698
|
}
|
|
401
699
|
|
|
402
700
|
.svc-test-tab__content .sd-body--empty {
|
|
@@ -754,6 +1052,10 @@ svc-tab-test {
|
|
|
754
1052
|
flex-flow: row wrap;
|
|
755
1053
|
}
|
|
756
1054
|
|
|
1055
|
+
.svc-creator-popup .sl-panel-wrapper:first-child .sl-question {
|
|
1056
|
+
margin-top: 0;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
757
1059
|
.sl-row--multiple .sl-panel {
|
|
758
1060
|
padding-bottom: 0;
|
|
759
1061
|
}
|
|
@@ -1591,11 +1893,6 @@ td.st-table__cell:first-of-type span {
|
|
|
1591
1893
|
white-space: nowrap;
|
|
1592
1894
|
}
|
|
1593
1895
|
|
|
1594
|
-
.sl-list__item-body {
|
|
1595
|
-
padding-block: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1596
|
-
border-radius: var(--ctr-list-item-corner-radius, 4px);
|
|
1597
|
-
}
|
|
1598
|
-
|
|
1599
1896
|
.svc-logic-placeholder {
|
|
1600
1897
|
width: calc(78 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1601
1898
|
min-width: 100%;
|
|
@@ -1629,21 +1926,6 @@ td.st-table__cell:first-of-type span {
|
|
|
1629
1926
|
.svc-logic-tab__leave-apply-button {
|
|
1630
1927
|
background-color: var(--ctr-button-background-color-danger, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
1631
1928
|
}
|
|
1632
|
-
|
|
1633
|
-
.sl-list {
|
|
1634
|
-
padding-right: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1635
|
-
padding-left: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1636
|
-
}
|
|
1637
|
-
.sl-list .sv-list__filter {
|
|
1638
|
-
padding-top: 0;
|
|
1639
|
-
}
|
|
1640
|
-
.sl-list .sv-list__filter-icon {
|
|
1641
|
-
top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.sv-popup--dropdown-overlay .sv-list__filter {
|
|
1645
|
-
padding-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1646
|
-
}
|
|
1647
1929
|
/*!************************************************************************************************************************************************************************************!*\
|
|
1648
1930
|
!*** 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 ***!
|
|
1649
1931
|
\************************************************************************************************************************************************************************************/
|
|
@@ -1820,7 +2102,6 @@ svc-tab-designer {
|
|
|
1820
2102
|
flex-direction: column;
|
|
1821
2103
|
}
|
|
1822
2104
|
.svc-tab-designer__surface-toolbar .sv-action-bar-separator {
|
|
1823
|
-
background: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
1824
2105
|
height: var(--ctr-separator-width, 1px);
|
|
1825
2106
|
width: var(--ctr-page-navigator-button-icon-width, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1826
2107
|
padding: 0px var(--ctr-separator-margin-vertical-small, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -1830,6 +2111,10 @@ svc-tab-designer {
|
|
|
1830
2111
|
.svc-tab-designer__surface-toolbar .sv-action__content {
|
|
1831
2112
|
flex-direction: column;
|
|
1832
2113
|
}
|
|
2114
|
+
|
|
2115
|
+
.sv-action-bar-separator {
|
|
2116
|
+
background: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
2117
|
+
}
|
|
1833
2118
|
/*!************************************************************************************************************************************************************************!*\
|
|
1834
2119
|
!*** 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 ***!
|
|
1835
2120
|
\************************************************************************************************************************************************************************/
|
|
@@ -2093,6 +2378,12 @@ svc-tab-designer {
|
|
|
2093
2378
|
gap: var(--ctr-popup-gap, 32px);
|
|
2094
2379
|
box-shadow: unset;
|
|
2095
2380
|
}
|
|
2381
|
+
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__scrolling-content {
|
|
2382
|
+
height: auto;
|
|
2383
|
+
}
|
|
2384
|
+
.svc-creator-popup.sv-popup--overlay.sv-popup--tablet > .sv-popup__container {
|
|
2385
|
+
background-color: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
2386
|
+
}
|
|
2096
2387
|
.svc-creator-popup.sv-popup--overlay .sv-popup__container {
|
|
2097
2388
|
background-color: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
2098
2389
|
}
|
|
@@ -2132,105 +2423,13 @@ svc-tab-designer {
|
|
|
2132
2423
|
background-color: var(--ctr-popup-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
2133
2424
|
border-radius: calc(4 * (var(--ctr-popup-menu-corner-radius, 4px))) calc(4 * (var(--ctr-popup-menu-corner-radius, 4px))) 0px 0px;
|
|
2134
2425
|
}
|
|
2135
|
-
.svc-creator-popup.sv-popup--dropdown .sv-popup__body-content {
|
|
2426
|
+
.svc-creator-popup.sv-popup--dropdown .sv-popup__body-content, .svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__body-content {
|
|
2136
2427
|
background-color: var(--ctr-popup-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2428
|
+
padding: 0;
|
|
2137
2429
|
}
|
|
2138
2430
|
.svc-creator-popup.sv-popup--dropdown.svc-toolbox-subtypes .sv-popup__body-content {
|
|
2139
2431
|
background: unset;
|
|
2140
2432
|
}
|
|
2141
|
-
.svc-creator-popup .sv-list {
|
|
2142
|
-
padding-inline-start: var(--ctr-list-padding-left);
|
|
2143
|
-
padding-inline-end: var(--ctr-list-padding-right);
|
|
2144
|
-
}
|
|
2145
|
-
.svc-creator-popup .sv-list__filter {
|
|
2146
|
-
border-bottom: 1px solid var(--ctr-list-search-border-color, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
2147
|
-
}
|
|
2148
|
-
.svc-creator-popup .sv-list__filter .sv-list__input {
|
|
2149
|
-
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2150
|
-
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
2151
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
2152
|
-
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
2153
|
-
font-style: normal;
|
|
2154
|
-
font-weight: 400;
|
|
2155
|
-
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
2156
|
-
color: var(--ctr-list-search-text-color-placeholder, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
2157
|
-
background-color: transparent;
|
|
2158
|
-
}
|
|
2159
|
-
.svc-creator-popup .sv-list__filter .sv-list__input::placeholder {
|
|
2160
|
-
color: var(--ctr-list-search-text-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2161
|
-
}
|
|
2162
|
-
.svc-creator-popup .sv-list__filter .sv-list__filter-icon use {
|
|
2163
|
-
fill: var(--ctr-list-search-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2164
|
-
}
|
|
2165
|
-
.svc-creator-popup .sv-list__item-body {
|
|
2166
|
-
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2167
|
-
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
2168
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
2169
|
-
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
2170
|
-
font-style: normal;
|
|
2171
|
-
font-weight: 400;
|
|
2172
|
-
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
2173
|
-
color: var(--ctr-list-item-text-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
2174
|
-
transition: background-color var(--sjs-creator-transition-duration, 150ms), color var(--sjs-creator-transition-duration, 150ms);
|
|
2175
|
-
border-radius: var(--ctr-list-item-corner-radius);
|
|
2176
|
-
}
|
|
2177
|
-
.svc-creator-popup .sv-list__item-icon use {
|
|
2178
|
-
fill: var(--ctr-list-item-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2179
|
-
}
|
|
2180
|
-
.svc-creator-popup .sv-list__item:focus > .sv-list__item-body,
|
|
2181
|
-
.svc-creator-popup .sv-list__item:hover > .sv-list__item-body,
|
|
2182
|
-
.svc-creator-popup .sv-list__item--hovered > .sv-list__item-body {
|
|
2183
|
-
color: var(--ctr-list-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2184
|
-
background: var(--ctr-list-item-background-color-hovered, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
|
|
2185
|
-
}
|
|
2186
|
-
.svc-creator-popup .sv-list__item:focus > .sv-list__item-body .sv-list__item-icon use,
|
|
2187
|
-
.svc-creator-popup .sv-list__item:hover > .sv-list__item-body .sv-list__item-icon use,
|
|
2188
|
-
.svc-creator-popup .sv-list__item--hovered > .sv-list__item-body .sv-list__item-icon use {
|
|
2189
|
-
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2190
|
-
}
|
|
2191
|
-
.svc-creator-popup .sv-list__item--selected > .sv-list__item-body,
|
|
2192
|
-
.svc-creator-popup .sv-list__item--selected:hover > .sv-list__item-body,
|
|
2193
|
-
.svc-creator-popup .sv-list__item--selected:focus > .sv-list__item-body,
|
|
2194
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover > .sv-list__item-body {
|
|
2195
|
-
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2196
|
-
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
2197
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
2198
|
-
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
2199
|
-
font-style: normal;
|
|
2200
|
-
font-weight: 400;
|
|
2201
|
-
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
2202
|
-
font-weight: 600;
|
|
2203
|
-
color: var(--ctr-list-item-text-color-selected, var(--sjs-primary-forecolor, var(--primary-foreground, #fff)));
|
|
2204
|
-
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2205
|
-
}
|
|
2206
|
-
.svc-creator-popup .sv-list__item--selected .sv-list__item-icon use,
|
|
2207
|
-
.svc-creator-popup .sv-list__item--selected:hover .sv-list__item-icon use,
|
|
2208
|
-
.svc-creator-popup .sv-list__item--selected:focus .sv-list__item-icon use,
|
|
2209
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover .sv-list__item-icon use {
|
|
2210
|
-
fill: var(--ctr-list-item-icon-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2211
|
-
}
|
|
2212
|
-
.svc-creator-popup .sv-list__item--group-selected > .sv-list__item-body,
|
|
2213
|
-
.svc-creator-popup .sv-list__item--group-selected:hover > .sv-list__item-body,
|
|
2214
|
-
.svc-creator-popup .sv-list__item--group-selected:focus > .sv-list__item-body {
|
|
2215
|
-
background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2216
|
-
color: var(--ctr-list-item-text-color-selected-submenu, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2217
|
-
font-weight: 400;
|
|
2218
|
-
}
|
|
2219
|
-
.svc-creator-popup .sv-list__item--group-selected .sv-list__item-icon use,
|
|
2220
|
-
.svc-creator-popup .sv-list__item--group-selected:hover .sv-list__item-icon use,
|
|
2221
|
-
.svc-creator-popup .sv-list__item--group-selected:focus .sv-list__item-icon use {
|
|
2222
|
-
fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2223
|
-
}
|
|
2224
|
-
.svc-creator-popup .sv-list__item--group-selected .sv-list-item__marker-icon use,
|
|
2225
|
-
.svc-creator-popup .sv-list__item--group-selected:hover .sv-list-item__marker-icon use,
|
|
2226
|
-
.svc-creator-popup .sv-list__item--group-selected:focus .sv-list-item__marker-icon use {
|
|
2227
|
-
fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2228
|
-
}
|
|
2229
|
-
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:focus .sv-list__item-icon use,
|
|
2230
|
-
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:hover .sv-list__item-icon use,
|
|
2231
|
-
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary .sv-list__item-icon use {
|
|
2232
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
2233
|
-
}
|
|
2234
2433
|
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__button.sv-popup__button {
|
|
2235
2434
|
color: var(--ctr-actionbar-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2236
2435
|
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -2245,39 +2444,6 @@ svc-tab-designer {
|
|
|
2245
2444
|
color: var(--ctr-actionbar-button-text-color-disabled, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2246
2445
|
opacity: var(--ctr-actionbar-button-opacity-disabled, 0.25);
|
|
2247
2446
|
}
|
|
2248
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__filter-clear-button svg use {
|
|
2249
|
-
fill: var(--ctr-list-item-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2250
|
-
}
|
|
2251
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__input {
|
|
2252
|
-
color: var(--ctr-list-item-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2253
|
-
}
|
|
2254
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover .sv-list__item-body,
|
|
2255
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus .sv-list__item-body,
|
|
2256
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused .sv-list__item-body {
|
|
2257
|
-
background: var(--ctr-list-item-background-color-hovered, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2258
|
-
}
|
|
2259
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover.sv-list__item--selected .sv-list__item-body,
|
|
2260
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus.sv-list__item--selected .sv-list__item-body,
|
|
2261
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused.sv-list__item--selected .sv-list__item-body {
|
|
2262
|
-
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2263
|
-
color: var(--ctr-list-item-text-color-selected, var(--sjs-primary-forecolor, var(--primary-foreground, #fff)));
|
|
2264
|
-
}
|
|
2265
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover .sv-list__item-icon use,
|
|
2266
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus .sv-list__item-icon use,
|
|
2267
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused .sv-list__item-icon use {
|
|
2268
|
-
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2269
|
-
}
|
|
2270
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover.sv-list__item--selected.sv-list__item--group > .sv-list__item-body,
|
|
2271
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus.sv-list__item--selected.sv-list__item--group > .sv-list__item-body,
|
|
2272
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused.sv-list__item--selected.sv-list__item--group > .sv-list__item-body {
|
|
2273
|
-
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2274
|
-
color: var(--ctr-list-item-text-color-selected, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2275
|
-
}
|
|
2276
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover.sv-list__item--selected.sv-list__item--group .sv-list__item-icon use,
|
|
2277
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus.sv-list__item--selected.sv-list__item--group .sv-list__item-icon use,
|
|
2278
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused.sv-list__item--selected.sv-list__item--group .sv-list__item-icon use {
|
|
2279
|
-
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2280
|
-
}
|
|
2281
2447
|
.svc-creator-popup.sv-dropdown-popup.sv-popup--dropdown-overlay .sv-popup__body-footer {
|
|
2282
2448
|
background-color: var(--ctr-contextual-menu-footer-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
2283
2449
|
}
|
|
@@ -3017,7 +3183,7 @@ survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__co
|
|
|
3017
3183
|
|
|
3018
3184
|
.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) .svc-string-editor__border--hover {
|
|
3019
3185
|
opacity: 1;
|
|
3020
|
-
transition-delay:
|
|
3186
|
+
transition-delay: 0ms;
|
|
3021
3187
|
}
|
|
3022
3188
|
.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) .svc-string-editor__border--focus {
|
|
3023
3189
|
transition: none;
|
|
@@ -3272,7 +3438,6 @@ svc-page-navigator-item,
|
|
|
3272
3438
|
}
|
|
3273
3439
|
|
|
3274
3440
|
.svc-page-navigator-item__banner {
|
|
3275
|
-
display: flex;
|
|
3276
3441
|
overflow: hidden;
|
|
3277
3442
|
white-space: nowrap;
|
|
3278
3443
|
text-overflow: ellipsis;
|
|
@@ -3288,6 +3453,8 @@ svc-page-navigator-item,
|
|
|
3288
3453
|
position: absolute;
|
|
3289
3454
|
top: 0;
|
|
3290
3455
|
right: 0;
|
|
3456
|
+
z-index: 1;
|
|
3457
|
+
display: none;
|
|
3291
3458
|
}
|
|
3292
3459
|
.svc-page-navigator-item__banner .svc-page-navigator-item__dot-content {
|
|
3293
3460
|
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -3322,6 +3489,7 @@ svc-page-navigator-item,
|
|
|
3322
3489
|
|
|
3323
3490
|
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3324
3491
|
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3492
|
+
display: flex;
|
|
3325
3493
|
opacity: 1;
|
|
3326
3494
|
}
|
|
3327
3495
|
|
|
@@ -3438,6 +3606,32 @@ svc-page {
|
|
|
3438
3606
|
background-color: transparent;
|
|
3439
3607
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
3440
3608
|
}
|
|
3609
|
+
.svc-page-toolbar__item use {
|
|
3610
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3611
|
+
}
|
|
3612
|
+
.svc-page-toolbar__item:hover, .svc-page-toolbar__item:focus {
|
|
3613
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3614
|
+
}
|
|
3615
|
+
.svc-page-toolbar__item:active, .svc-page-toolbar__item.svc-page-toolbar__item--pressed {
|
|
3616
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3617
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
3618
|
+
}
|
|
3619
|
+
.svc-page-toolbar__item:active use, .svc-page-toolbar__item.svc-page-toolbar__item--pressed use {
|
|
3620
|
+
fill: black;
|
|
3621
|
+
opacity: 0.5;
|
|
3622
|
+
}
|
|
3623
|
+
.svc-page-toolbar__item.svc-survey-element-toolbar__item--active {
|
|
3624
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
3625
|
+
}
|
|
3626
|
+
.svc-page-toolbar__item.svc-survey-element-toolbar__item--active .svc-survey-element-toolbar-item__title {
|
|
3627
|
+
color: var(--ctr-survey-page-toolbar-item-text-color-selected, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
3628
|
+
}
|
|
3629
|
+
.svc-page-toolbar__item.svc-survey-element-toolbar__item--active use {
|
|
3630
|
+
fill: var(--ctr-survey-page-toolbar-item-icon-color-selected, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3631
|
+
}
|
|
3632
|
+
.svc-page-toolbar__item :disabled {
|
|
3633
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
3634
|
+
}
|
|
3441
3635
|
|
|
3442
3636
|
.svc-page-toolbar__item--with-text {
|
|
3443
3637
|
--thm-survey-question-panel-toolbar-item-padding-right: calc(var(--ctr-survey-question-panel-toolbar-item-padding-right-with-text) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-right));
|
|
@@ -3454,31 +3648,6 @@ svc-page {
|
|
|
3454
3648
|
margin-inline-start: 0;
|
|
3455
3649
|
}
|
|
3456
3650
|
|
|
3457
|
-
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):hover:enabled {
|
|
3458
|
-
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3459
|
-
}
|
|
3460
|
-
|
|
3461
|
-
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):focus:enabled {
|
|
3462
|
-
background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3463
|
-
}
|
|
3464
|
-
|
|
3465
|
-
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):active:enabled {
|
|
3466
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
3467
|
-
}
|
|
3468
|
-
|
|
3469
|
-
.svc-page-toolbar__item:disabled {
|
|
3470
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
3471
|
-
}
|
|
3472
|
-
|
|
3473
|
-
.svc-page-toolbar__item--active .svc-page-toolbar-item__icon use {
|
|
3474
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3475
|
-
}
|
|
3476
|
-
|
|
3477
|
-
.svc-page-toolbar__item--pressed:not(.svc-page-toolbar__item--active) {
|
|
3478
|
-
background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3479
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
3480
|
-
}
|
|
3481
|
-
|
|
3482
3651
|
.svc-page-toolbar-item__icon {
|
|
3483
3652
|
--thm-survey-page-toolbar-item-icon-width: calc(var(--ctr-survey-question-panel-toolbar-item-icon-container-width) - var(--ctr-survey-question-panel-toolbar-item-icon-padding-right) - var(--ctr-survey-question-panel-toolbar-item-icon-padding-left));
|
|
3484
3653
|
--thm-survey-page-toolbar-item-icon-height: calc(var(--ctr-survey-question-panel-toolbar-item-icon-container-height) - var(--ctr-survey-question-panel-toolbar-item-icon-padding-top) - var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom));
|
|
@@ -3486,15 +3655,6 @@ svc-page {
|
|
|
3486
3655
|
height: var(--thm-survey-page-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3487
3656
|
}
|
|
3488
3657
|
|
|
3489
|
-
.svc-page-toolbar-item__icon use {
|
|
3490
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3491
|
-
}
|
|
3492
|
-
|
|
3493
|
-
.svc-page-toolbar__item:active .svc-page-toolbar-item__icon use {
|
|
3494
|
-
fill: black;
|
|
3495
|
-
opacity: 0.5;
|
|
3496
|
-
}
|
|
3497
|
-
|
|
3498
3658
|
.svc-page-toolbar-item__title {
|
|
3499
3659
|
--thm-small-line-height: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3500
3660
|
--thm-small-font-size: calc(0.75 * var(--thm-small-line-height));
|
|
@@ -3703,37 +3863,6 @@ svc-page {
|
|
|
3703
3863
|
height: auto;
|
|
3704
3864
|
}
|
|
3705
3865
|
|
|
3706
|
-
.svc-element__add-new-question .sv-list__item.sv-list__item--disabled,
|
|
3707
|
-
.svc-question__adorner .sv-list__item.sv-list__item--disabled {
|
|
3708
|
-
opacity: 0.25;
|
|
3709
|
-
pointer-events: none;
|
|
3710
|
-
}
|
|
3711
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list-item__marker-icon,
|
|
3712
|
-
.svc-question__adorner .sv-popup--overlay .sv-list-item__marker-icon {
|
|
3713
|
-
display: none;
|
|
3714
|
-
}
|
|
3715
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item-body,
|
|
3716
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item-body {
|
|
3717
|
-
pointer-events: none;
|
|
3718
|
-
}
|
|
3719
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body,
|
|
3720
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body {
|
|
3721
|
-
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3722
|
-
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
3723
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
3724
|
-
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
3725
|
-
font-style: normal;
|
|
3726
|
-
font-weight: 400;
|
|
3727
|
-
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
3728
|
-
font-weight: 600;
|
|
3729
|
-
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
3730
|
-
color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
|
3731
|
-
}
|
|
3732
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body use,
|
|
3733
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body use {
|
|
3734
|
-
fill: var(--sjs-general-backcolor, var(--background, #fff));
|
|
3735
|
-
}
|
|
3736
|
-
|
|
3737
3866
|
.svc-page__content--collapsed > .sv-action-bar {
|
|
3738
3867
|
display: none;
|
|
3739
3868
|
}
|
|
@@ -4091,42 +4220,45 @@ svc-question {
|
|
|
4091
4220
|
border: none;
|
|
4092
4221
|
cursor: pointer;
|
|
4093
4222
|
white-space: nowrap;
|
|
4094
|
-
--thm-survey-question-panel-toolbar-item-padding-top: calc(
|
|
4095
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-top) +
|
|
4096
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top)
|
|
4097
|
-
);
|
|
4098
|
-
--thm-survey-question-panel-toolbar-item-padding-right: calc(
|
|
4099
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-right) +
|
|
4100
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
4101
|
-
);
|
|
4102
|
-
--thm-survey-question-panel-toolbar-item-padding-bottom: calc(
|
|
4103
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-bottom) +
|
|
4104
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
4105
|
-
);
|
|
4106
|
-
--thm-survey-question-panel-toolbar-item-padding-left: calc(
|
|
4107
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-left) +
|
|
4108
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
4109
|
-
);
|
|
4110
4223
|
--thm-survey-question-panel-toolbar-button-gap: calc(var(--ctr-survey-question-panel-toolbar-gap) / 2);
|
|
4111
4224
|
margin: 0 var(--thm-survey-question-panel-toolbar-button-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4112
4225
|
border-radius: var(--ctr-survey-question-panel-toolbar-item-corner-radius, calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4113
|
-
padding: var(--
|
|
4226
|
+
padding: var(--ctr-survey-question-panel-toolbar-item-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-right, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-left, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4114
4227
|
justify-content: center;
|
|
4115
4228
|
align-items: center;
|
|
4116
4229
|
background-color: transparent;
|
|
4117
4230
|
transition: background var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
|
|
4118
4231
|
}
|
|
4232
|
+
.svc-survey-element-toolbar__item use {
|
|
4233
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4234
|
+
}
|
|
4235
|
+
.svc-survey-element-toolbar__item:hover, .svc-survey-element-toolbar__item:focus {
|
|
4236
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4237
|
+
}
|
|
4238
|
+
.svc-survey-element-toolbar__item:active, .svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--pressed {
|
|
4239
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
4240
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4241
|
+
}
|
|
4242
|
+
.svc-survey-element-toolbar__item:active use, .svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--pressed use {
|
|
4243
|
+
fill: black;
|
|
4244
|
+
opacity: 0.45;
|
|
4245
|
+
}
|
|
4246
|
+
.svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--active {
|
|
4247
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
4248
|
+
}
|
|
4249
|
+
.svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--active .svc-survey-element-toolbar-item__title {
|
|
4250
|
+
color: var(--ctr-survey-question-panel-toolbar-item-text-color-selected, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
4251
|
+
}
|
|
4252
|
+
.svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--active use {
|
|
4253
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color-selected, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4254
|
+
}
|
|
4255
|
+
.svc-survey-element-toolbar__item :disabled {
|
|
4256
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
4257
|
+
}
|
|
4119
4258
|
|
|
4120
4259
|
.svc-survey-element-toolbar__item--with-text {
|
|
4121
|
-
--
|
|
4122
|
-
|
|
4123
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
4124
|
-
);
|
|
4125
|
-
--thm-survey-question-panel-toolbar-item-gap: calc(
|
|
4126
|
-
var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
4127
|
-
);
|
|
4128
|
-
padding-inline-end: var(--thm-survey-question-panel-toolbar-item-padding-right, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4129
|
-
gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4260
|
+
padding-inline-end: var(--ctr-survey-question-panel-toolbar-item-padding-right-with-text, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4261
|
+
gap: var(--ctr-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4130
4262
|
}
|
|
4131
4263
|
|
|
4132
4264
|
.svc-survey-element-toolbar .sv-action:last-of-type .svc-survey-element-toolbar__item {
|
|
@@ -4138,84 +4270,27 @@ svc-question {
|
|
|
4138
4270
|
}
|
|
4139
4271
|
|
|
4140
4272
|
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--with-text {
|
|
4141
|
-
--
|
|
4142
|
-
|
|
4143
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left-with-text)
|
|
4144
|
-
);
|
|
4145
|
-
--thm-survey-question-panel-toolbar-item-gap: calc(
|
|
4146
|
-
var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
4147
|
-
);
|
|
4273
|
+
padding-inline-end: var(--ctr-survey-question-panel-toolbar-item-padding-right, 4px);
|
|
4274
|
+
padding-inline-start: var(--ctr-survey-question-panel-toolbar-item-padding-left-with-text, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4148
4275
|
flex-direction: row-reverse;
|
|
4149
|
-
|
|
4150
|
-
gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4276
|
+
gap: var(--ctr-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4151
4277
|
}
|
|
4152
4278
|
|
|
4153
|
-
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--icon {
|
|
4154
|
-
padding: var(--ctr-survey-question-panel-toolbar-item-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-right, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-left, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4155
|
-
}
|
|
4156
4279
|
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--icon .svc-survey-element-toolbar-item__icon {
|
|
4157
4280
|
padding: 0;
|
|
4158
4281
|
width: var(--ctr-survey-question-panel-toolbar-item-icon-container-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4159
4282
|
height: var(--ctr-survey-question-panel-toolbar-item-icon-container-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
.svc-survey-element-toolbar .svc-survey-element-toolbar-item__icon use {
|
|
4163
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4164
|
-
}
|
|
4165
|
-
|
|
4166
|
-
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):hover:enabled {
|
|
4167
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4168
|
-
}
|
|
4169
|
-
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):focus:enabled {
|
|
4170
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4171
|
-
}
|
|
4172
|
-
|
|
4173
|
-
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled {
|
|
4174
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
4175
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4176
|
-
}
|
|
4177
|
-
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled use {
|
|
4178
|
-
fill: black;
|
|
4179
|
-
opacity: 0.45;
|
|
4180
|
-
}
|
|
4181
|
-
|
|
4182
|
-
.svc-survey-element-toolbar__item:disabled {
|
|
4183
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
4184
|
-
}
|
|
4185
|
-
|
|
4186
|
-
.svc-survey-element-toolbar__item--active .svc-survey-element-toolbar-item__icon use {
|
|
4187
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4188
|
-
}
|
|
4189
|
-
|
|
4190
|
-
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) {
|
|
4191
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4192
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
4193
|
-
}
|
|
4194
|
-
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) use {
|
|
4195
|
-
fill: black;
|
|
4196
|
-
opacity: 0.45;
|
|
4197
|
-
}
|
|
4198
|
-
|
|
4199
|
-
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:hover,
|
|
4200
|
-
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:focus,
|
|
4201
|
-
.svc-survey-element-toolbar__item--active {
|
|
4202
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
4283
|
+
box-sizing: border-box;
|
|
4284
|
+
display: block;
|
|
4203
4285
|
}
|
|
4204
4286
|
|
|
4205
4287
|
.svc-survey-element-toolbar-item__icon,
|
|
4206
4288
|
.svc-survey-element-toolbar__dots-item .sv-svg-icon.sv-action-bar-item__icon {
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
);
|
|
4212
|
-
--ctr-survey-question-toolbar-item-icon-height: calc(
|
|
4213
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-container-height) -
|
|
4214
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top) -
|
|
4215
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
4216
|
-
);
|
|
4217
|
-
width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4218
|
-
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4289
|
+
box-sizing: border-box;
|
|
4290
|
+
display: block;
|
|
4291
|
+
padding: var(--ctr-survey-question-panel-toolbar-item-icon-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-icon-padding-right, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-icon-padding-left, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4292
|
+
width: var(--ctr-survey-question-panel-toolbar-item-icon-container-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4293
|
+
height: var(--ctr-survey-question-panel-toolbar-item-icon-container-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4219
4294
|
}
|
|
4220
4295
|
|
|
4221
4296
|
.svc-survey-element-toolbar-item__title {
|
|
@@ -4456,7 +4531,7 @@ svc-question {
|
|
|
4456
4531
|
.svc-survey-element-toolbar__dots-item .sv-dots__item {
|
|
4457
4532
|
margin-left: 0;
|
|
4458
4533
|
}
|
|
4459
|
-
.svc-survey-element-toolbar__dots-item .
|
|
4534
|
+
.svc-survey-element-toolbar__dots-item .svc-list__item-icon {
|
|
4460
4535
|
--ctr-survey-question-toolbar-item-icon-width: calc(
|
|
4461
4536
|
var(--ctr-survey-question-panel-toolbar-item-icon-container-width) -
|
|
4462
4537
|
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right) -
|
|
@@ -4470,7 +4545,7 @@ svc-question {
|
|
|
4470
4545
|
width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4471
4546
|
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4472
4547
|
}
|
|
4473
|
-
.svc-survey-element-toolbar__dots-item .
|
|
4548
|
+
.svc-survey-element-toolbar__dots-item .svc-list__item:hover > .svc-list__item-body .sv-svg-icon use,
|
|
4474
4549
|
.svc-survey-element-toolbar__dots-item .sv-svg-icon use {
|
|
4475
4550
|
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
4476
4551
|
}
|
|
@@ -4922,27 +4997,16 @@ svc-question .sv-action-bar,
|
|
|
4922
4997
|
.sd-panel .svc-question__content {
|
|
4923
4998
|
border-radius: 0;
|
|
4924
4999
|
box-shadow: none;
|
|
5000
|
+
outline: var(--ctr-survey-question-panel-border-width-nested, 1px) dashed var(--ctr-survey-question-panel-border-color-nested, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
5001
|
+
outline-offset: calc(-1 * var(--ctr-survey-question-panel-border-width-nested, 1px));
|
|
4925
5002
|
}
|
|
4926
|
-
.sd-panel .svc-question__content:
|
|
4927
|
-
content: "";
|
|
4928
|
-
position: absolute;
|
|
4929
|
-
top: 0;
|
|
4930
|
-
left: 0;
|
|
4931
|
-
right: 0;
|
|
4932
|
-
bottom: 0;
|
|
4933
|
-
border: var(--ctr-survey-question-panel-border-width-nested, 1px) dashed var(--ctr-survey-question-panel-border-color-nested, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
4934
|
-
}
|
|
4935
|
-
.sd-panel .svc-hovered .svc-question__content:not(.svc-question__content--dragged) {
|
|
5003
|
+
.sd-panel .svc-hovered > .svc-question__content:not(.svc-question__content--dragged) {
|
|
4936
5004
|
box-shadow: 0 0 0 var(--ctr-survey-question-panel-border-width-hovered, 2px) var(--ctr-survey-question-panel-border-color-hovered, var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)))) inset;
|
|
4937
|
-
|
|
4938
|
-
.sd-panel .svc-hovered .svc-question__content:not(.svc-question__content--dragged):after {
|
|
4939
|
-
content: initial;
|
|
5005
|
+
outline: none;
|
|
4940
5006
|
}
|
|
4941
5007
|
.sd-panel .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged) {
|
|
4942
5008
|
box-shadow: 0 0 0 var(--ctr-survey-question-panel-border-width-selected, 2px) var(--ctr-survey-question-panel-border-color-selected, var(--sjs-secondary-backcolor, var(--secondary, #ff9814))) inset;
|
|
4943
|
-
|
|
4944
|
-
.sd-panel .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged):after {
|
|
4945
|
-
content: initial;
|
|
5009
|
+
outline: none;
|
|
4946
5010
|
}
|
|
4947
5011
|
|
|
4948
5012
|
.sd-panel .svc-row--ghost.svc-row--ghost .svc-question__content.svc-question__content {
|
|
@@ -5245,23 +5309,7 @@ svc-question .sv-action-bar,
|
|
|
5245
5309
|
border: none;
|
|
5246
5310
|
cursor: pointer;
|
|
5247
5311
|
white-space: nowrap;
|
|
5248
|
-
|
|
5249
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-top-small) +
|
|
5250
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top)
|
|
5251
|
-
);
|
|
5252
|
-
--thm-survey-question-panel-toolbar-item-padding-right-small: calc(
|
|
5253
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-right-small) +
|
|
5254
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
5255
|
-
);
|
|
5256
|
-
--thm-survey-question-panel-toolbar-item-padding-bottom-small: calc(
|
|
5257
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-bottom-small) +
|
|
5258
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
5259
|
-
);
|
|
5260
|
-
--thm-survey-question-panel-toolbar-item-padding-left-small: calc(
|
|
5261
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-left-small) +
|
|
5262
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
5263
|
-
);
|
|
5264
|
-
padding: var(--thm-survey-question-panel-toolbar-item-padding-top-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--thm-survey-question-panel-toolbar-item-padding-right-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--thm-survey-question-panel-toolbar-item-padding-bottom-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--thm-survey-question-panel-toolbar-item-padding-left-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5312
|
+
padding: 0;
|
|
5265
5313
|
border-radius: var(--ctr-survey-question-panel-toolbar-item-corner-radius, 2px);
|
|
5266
5314
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-muted, 0.5);
|
|
5267
5315
|
background-color: transparent;
|
|
@@ -6220,6 +6268,7 @@ svc-question .sv-action-bar,
|
|
|
6220
6268
|
font-weight: 400;
|
|
6221
6269
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
6222
6270
|
font-weight: 600;
|
|
6271
|
+
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6223
6272
|
}
|
|
6224
6273
|
|
|
6225
6274
|
.svc-question-link__set-button {
|
|
@@ -6229,7 +6278,6 @@ svc-question .sv-action-bar,
|
|
|
6229
6278
|
.svc-link-value-button {
|
|
6230
6279
|
--thm-margin-inline-start: calc(-1 * var(--ctr-actionbar-button-padding-left-medium-text));
|
|
6231
6280
|
margin-inline-start: var(--thm-margin-inline-start, calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6232
|
-
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6233
6281
|
}
|
|
6234
6282
|
|
|
6235
6283
|
.svc-question-link__clear-button {
|
|
@@ -6560,12 +6608,9 @@ svc-question .sv-action-bar,
|
|
|
6560
6608
|
width: auto;
|
|
6561
6609
|
}
|
|
6562
6610
|
|
|
6563
|
-
.svc-tabbed-menu-item-container .
|
|
6611
|
+
.svc-tabbed-menu-item-container .svc-list__item-icon {
|
|
6564
6612
|
display: none;
|
|
6565
6613
|
}
|
|
6566
|
-
.svc-tabbed-menu-item-container .sv-list__item--with-icon.sv-list__item--with-icon > .sv-list__item-body {
|
|
6567
|
-
padding-block: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
6568
|
-
}
|
|
6569
6614
|
/*!**********************************************************************************************************************************************************************************************!*\
|
|
6570
6615
|
!*** 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/tabbed-menu/tabbed-menu.scss ***!
|
|
6571
6616
|
\**********************************************************************************************************************************************************************************************/
|
|
@@ -7392,8 +7437,8 @@ svc-question .sv-action-bar,
|
|
|
7392
7437
|
flex-direction: column;
|
|
7393
7438
|
display: flex;
|
|
7394
7439
|
position: relative;
|
|
7395
|
-
|
|
7396
|
-
width:
|
|
7440
|
+
width: var(--ctr-property-grid-width, 450px);
|
|
7441
|
+
min-width: var(--ctr-property-grid-min-width, 370px);
|
|
7397
7442
|
height: 100%;
|
|
7398
7443
|
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
7399
7444
|
}
|
|
@@ -8104,11 +8149,13 @@ button.spg-action-button--large {
|
|
|
8104
8149
|
}
|
|
8105
8150
|
|
|
8106
8151
|
.spg-row-narrow__question {
|
|
8107
|
-
|
|
8152
|
+
--thm-ctr-property-grid-form-gap: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8153
|
+
margin-top: calc(-1 * var(--thm-ctr-property-grid-form-gap));
|
|
8108
8154
|
}
|
|
8109
8155
|
|
|
8110
8156
|
.spg-row--multiple > div > .spg-row-narrow__question {
|
|
8111
|
-
|
|
8157
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8158
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-layout-gap));
|
|
8112
8159
|
}
|
|
8113
8160
|
|
|
8114
8161
|
.spg-question--location--left {
|
|
@@ -8470,6 +8517,16 @@ input.spg-input:read-only::placeholder {
|
|
|
8470
8517
|
height: 0;
|
|
8471
8518
|
}
|
|
8472
8519
|
|
|
8520
|
+
.spg-dropdown__clean-button {
|
|
8521
|
+
--thm-ctr-editor-content-margin-top: var(--ctr-editor-content-margin-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8522
|
+
--thm-ctr-editor-content-margin-bottom: var(--ctr-editor-content-margin-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8523
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-content-margin-top));
|
|
8524
|
+
margin-bottom: calc(-1 * var(--thm-ctr-editor-content-margin-bottom));
|
|
8525
|
+
}
|
|
8526
|
+
.spg-dropdown__clean-button use {
|
|
8527
|
+
fill: inherit;
|
|
8528
|
+
}
|
|
8529
|
+
|
|
8473
8530
|
.spg-comment {
|
|
8474
8531
|
height: auto;
|
|
8475
8532
|
max-width: 100%;
|
|
@@ -8548,7 +8605,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8548
8605
|
margin-top: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8549
8606
|
}
|
|
8550
8607
|
.spg-panel__content .spg-row--multiple {
|
|
8551
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
8608
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8552
8609
|
}
|
|
8553
8610
|
|
|
8554
8611
|
.spg-panel__content > .spg-row:first-of-type {
|
|
@@ -8640,6 +8697,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8640
8697
|
padding-inline-end: var(--ctr-label-padding-right, 0px);
|
|
8641
8698
|
padding-bottom: var(--ctr-label-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8642
8699
|
padding-inline-start: var(--ctr-label-padding-left, 0px);
|
|
8700
|
+
color: var(--ctr-label-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
8643
8701
|
}
|
|
8644
8702
|
.spg-panel.spg-panel--group .spg-row {
|
|
8645
8703
|
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -8823,7 +8881,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8823
8881
|
border: 1px solid var(--ctr-survey-placeholder-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
8824
8882
|
border-radius: var(--ctr-data-table-placeholder-corner-radius);
|
|
8825
8883
|
box-sizing: border-box;
|
|
8826
|
-
padding: var(--ctr-
|
|
8884
|
+
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);
|
|
8827
8885
|
gap: var(--ctr-survey-placeholder-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8828
8886
|
}
|
|
8829
8887
|
.spg-matrixdynamic__placeholder .spg-matrixdynamic__add-btn {
|
|
@@ -9101,13 +9159,9 @@ input.spg-input:read-only::placeholder {
|
|
|
9101
9159
|
transform: translateY(-50%);
|
|
9102
9160
|
}
|
|
9103
9161
|
|
|
9104
|
-
.spg-color-editor__color-
|
|
9105
|
-
display: flex;
|
|
9106
|
-
gap: var(--ctr-list-item-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9107
|
-
padding: var(--ctr-list-item-padding-top-with-icon, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-list-item-padding-right, calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-list-item-padding-bottom-with-icon, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-list-item-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9108
|
-
}
|
|
9109
|
-
.spg-color-editor__color-item .spg-color-editor__color-swatch {
|
|
9162
|
+
.svc-list__item-body .spg-color-editor__color-swatch {
|
|
9110
9163
|
margin-left: 0;
|
|
9164
|
+
flex: 0 1 auto;
|
|
9111
9165
|
}
|
|
9112
9166
|
|
|
9113
9167
|
.spg-color-editor__color-swatch {
|
|
@@ -9263,19 +9317,20 @@ input.spg-input:read-only::placeholder {
|
|
|
9263
9317
|
margin-top: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9264
9318
|
}
|
|
9265
9319
|
.spg-theme-builder-root .sd-question--title-top .spg-paneldynamic {
|
|
9266
|
-
|
|
9320
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9321
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-layout-gap));
|
|
9267
9322
|
}
|
|
9268
|
-
.spg-theme-builder-root .spg-question.spg-row__question:not(.sd-question--title-top):not(.spg-question--boolean)
|
|
9269
|
-
|
|
9323
|
+
.spg-theme-builder-root .spg-question.spg-row__question:not(.sd-question--title-top):not(.spg-question--boolean),
|
|
9324
|
+
.spg-theme-builder-root .spg-question__content-coloralpha {
|
|
9325
|
+
--thm-ctr-property-grid-form-gap: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9326
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9327
|
+
margin-top: calc(var(--thm-ctr-editor-layout-gap) - var(--thm-ctr-property-grid-form-gap));
|
|
9270
9328
|
}
|
|
9271
9329
|
.spg-theme-builder-root .spg-row--multiple .spg-question.spg-row__question:not(.sd-question--title-top) {
|
|
9272
9330
|
margin-top: 0;
|
|
9273
9331
|
}
|
|
9274
|
-
.spg-theme-builder-root .spg-question__content-coloralpha {
|
|
9275
|
-
margin-top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9276
|
-
}
|
|
9277
9332
|
.spg-theme-builder-root .spg-question-composite__content .spg-row:first-of-type {
|
|
9278
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
9333
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9279
9334
|
}
|
|
9280
9335
|
|
|
9281
9336
|
.svc-side-bar--mobile .spg-theme-builder-root .spg-nested-panel__content::after {
|
|
@@ -9673,30 +9728,32 @@ input.spg-input:read-only::placeholder {
|
|
|
9673
9728
|
display: flex;
|
|
9674
9729
|
}
|
|
9675
9730
|
.svc-top-bar .svc-toolbar-wrapper .sv-action-bar {
|
|
9676
|
-
padding: var(--ctr-menu-toolbar-padding-vertical, 0) var(--ctr-menu-toolbar-padding-horizontal, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9731
|
+
padding: var(--ctr-menu-toolbar-padding-vertical, 0) var(--ctr-menu-toolbar-padding-horizontal, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9677
9732
|
justify-content: flex-end;
|
|
9678
9733
|
}
|
|
9679
9734
|
.svc-top-bar .svc-toolbar-wrapper .sv-action-bar-separator {
|
|
9680
9735
|
display: none;
|
|
9681
9736
|
}
|
|
9682
9737
|
.svc-top-bar .svc-toolbar-wrapper .sv-action-bar > .sv-action:not(.sv-action--hidden) ~ .sv-action .sv-action-bar-separator {
|
|
9683
|
-
--thm-menu-toolbar-button-gap: calc(var(--ctr-menu-toolbar-gap) / 2);
|
|
9684
9738
|
--thm-menu-toolbar-button-height: calc(
|
|
9685
9739
|
var(--ctr-menu-toolbar-button-padding-top) + var(--ctr-menu-toolbar-button-padding-bottom) +
|
|
9686
9740
|
var(--ctr-menu-toolbar-button-icon-width)
|
|
9687
9741
|
);
|
|
9688
9742
|
display: inline-block;
|
|
9689
|
-
margin: 0
|
|
9743
|
+
margin: 0;
|
|
9744
|
+
margin-inline-start: var(--ctr-menu-toolbar-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9690
9745
|
height: var(--thm-menu-toolbar-button-height, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9691
9746
|
}
|
|
9692
9747
|
.svc-top-bar .svc-toolbar-wrapper .sv-action .sv-action-bar-item {
|
|
9693
|
-
|
|
9694
|
-
margin: 0 var(--thm-menu-toolbar-button-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9748
|
+
margin: 0;
|
|
9695
9749
|
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)));
|
|
9696
9750
|
}
|
|
9697
9751
|
.svc-top-bar .svc-toolbar-wrapper .sv-action .sv-action-bar-item--active {
|
|
9698
9752
|
background: var(--ctr-menu-toolbar-button-background-color-selected, transparent);
|
|
9699
9753
|
}
|
|
9754
|
+
.svc-top-bar .svc-toolbar-wrapper .sv-action:not(.sv-action--hidden) ~ .sv-action:not(.sv-action--hidden) .sv-action-bar-item {
|
|
9755
|
+
margin-inline-start: var(--ctr-menu-toolbar-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9756
|
+
}
|
|
9700
9757
|
.svc-top-bar .sv-action-bar-separator {
|
|
9701
9758
|
background-color: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
9702
9759
|
}
|
|
@@ -9714,6 +9771,27 @@ input.spg-input:read-only::placeholder {
|
|
|
9714
9771
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
9715
9772
|
height: auto;
|
|
9716
9773
|
}
|
|
9774
|
+
.svc-top-bar .sv-action-bar-item:hover, .svc-top-bar .sv-action-bar-item:focus {
|
|
9775
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9776
|
+
}
|
|
9777
|
+
.svc-top-bar .sv-action-bar-item:active, .svc-top-bar .sv-action-bar-item.sv-action-bar-item--pressed {
|
|
9778
|
+
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 0.5);
|
|
9779
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9780
|
+
}
|
|
9781
|
+
.svc-top-bar .sv-action-bar-item:active use, .svc-top-bar .sv-action-bar-item.sv-action-bar-item--pressed use {
|
|
9782
|
+
fill: black;
|
|
9783
|
+
opacity: 0.45;
|
|
9784
|
+
}
|
|
9785
|
+
.svc-top-bar .sv-action-bar-item.sv-action-bar-item--active {
|
|
9786
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
9787
|
+
}
|
|
9788
|
+
.svc-top-bar .sv-action-bar-item.sv-action-bar-item--active use {
|
|
9789
|
+
fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
9790
|
+
}
|
|
9791
|
+
.svc-top-bar .sv-action-bar-item:disabled {
|
|
9792
|
+
background-color: transparent;
|
|
9793
|
+
opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
|
|
9794
|
+
}
|
|
9717
9795
|
.svc-top-bar .sv-action-bar-item--icon {
|
|
9718
9796
|
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)));
|
|
9719
9797
|
border-radius: var(--ctr-menu-toolbar-button-corner-radius, 0);
|
|
@@ -9725,27 +9803,10 @@ input.spg-input:read-only::placeholder {
|
|
|
9725
9803
|
.svc-top-bar .sv-action-bar-item__icon use {
|
|
9726
9804
|
fill: var(--ctr-menu-toolbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
9727
9805
|
}
|
|
9728
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
|
|
9729
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
|
|
9730
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9731
|
-
}
|
|
9732
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):active:enabled {
|
|
9733
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 0.5);
|
|
9734
|
-
}
|
|
9735
|
-
.svc-top-bar .sv-action-bar-item:disabled {
|
|
9736
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
|
|
9737
|
-
}
|
|
9738
|
-
.svc-top-bar .sv-action-bar-item--active .sv-action-bar-item__icon use {
|
|
9739
|
-
fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
9740
|
-
}
|
|
9741
9806
|
.svc-top-bar .sv-action-bar-item-dropdown {
|
|
9742
9807
|
border-radius: calcCornerRadius(0.5);
|
|
9743
9808
|
background-color: transparent;
|
|
9744
9809
|
}
|
|
9745
|
-
.svc-top-bar .sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
|
|
9746
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9747
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 50%);
|
|
9748
|
-
}
|
|
9749
9810
|
|
|
9750
9811
|
.svc-footer-bar .svc-toolbar-wrapper {
|
|
9751
9812
|
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -9755,14 +9816,34 @@ input.spg-input:read-only::placeholder {
|
|
|
9755
9816
|
padding: 0;
|
|
9756
9817
|
width: 100%;
|
|
9757
9818
|
height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9758
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
9759
|
-
border-top: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
9819
|
+
background: var(--ctr-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
9820
|
+
border-top: var(--ctr-menu-border-width, 1px) solid var(--ctr-menu-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
9760
9821
|
box-sizing: border-box;
|
|
9761
9822
|
}
|
|
9823
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item {
|
|
9824
|
+
border-radius: var(--ctr-menu-toolbar-button-corner-radius, calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9825
|
+
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)));
|
|
9826
|
+
}
|
|
9827
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
|
|
9828
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
|
|
9829
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9830
|
+
}
|
|
9831
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item--active {
|
|
9832
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-selected, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
9833
|
+
}
|
|
9834
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item--active.sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled, .svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item--active.sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
|
|
9835
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-selected, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
9836
|
+
}
|
|
9837
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item--active .sv-action-bar-item__icon use {
|
|
9838
|
+
fill: var(--ctr-menu-toolbar-button-icon-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
9839
|
+
}
|
|
9762
9840
|
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item__icon {
|
|
9763
9841
|
width: var(--ctr-menu-toolbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9764
9842
|
height: var(--ctr-menu-toolbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9765
9843
|
}
|
|
9844
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item__icon use {
|
|
9845
|
+
fill: var(--ctr-menu-toolbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
9846
|
+
}
|
|
9766
9847
|
/*!*******************************************************************************************************************************************************************************************!*\
|
|
9767
9848
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/custom-questions/boolean-switch.scss ***!
|
|
9768
9849
|
\*******************************************************************************************************************************************************************************************/
|
|
@@ -9812,6 +9893,9 @@ input.spg-input:read-only::placeholder {
|
|
|
9812
9893
|
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--right {
|
|
9813
9894
|
background: var(--ctr-toggle-button-thumb-background-color-checked, #ffffff);
|
|
9814
9895
|
}
|
|
9896
|
+
.spg-boolean-switch__button--checked:hover {
|
|
9897
|
+
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
9898
|
+
}
|
|
9815
9899
|
.spg-boolean-switch__button--checked:focus {
|
|
9816
9900
|
background: var(--ctr-toggle-button-background-color-checked-focused, #ffffff);
|
|
9817
9901
|
}
|