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
package/survey-creator-core.css
CHANGED
|
@@ -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
|
|
@@ -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.16
|
|
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
|
|
@@ -277,6 +277,300 @@
|
|
|
277
277
|
.svc-context-button--danger:hover use, .svc-context-button--danger:focus use {
|
|
278
278
|
fill: var(--sjs-special-red, var(--red, #e60a3e));
|
|
279
279
|
}
|
|
280
|
+
/*!***************************************************************************************************************************************************************************!*\
|
|
281
|
+
!*** 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 ***!
|
|
282
|
+
\***************************************************************************************************************************************************************************/
|
|
283
|
+
.svc-list {
|
|
284
|
+
width: 100%;
|
|
285
|
+
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);
|
|
286
|
+
margin: 0;
|
|
287
|
+
overflow-y: auto;
|
|
288
|
+
list-style-type: none;
|
|
289
|
+
box-sizing: border-box;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.svc-list__item {
|
|
293
|
+
width: 100%;
|
|
294
|
+
outline: none;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.svc-list__item-body {
|
|
298
|
+
overflow: hidden;
|
|
299
|
+
white-space: nowrap;
|
|
300
|
+
text-overflow: ellipsis;
|
|
301
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
302
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
303
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
304
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
305
|
+
font-style: normal;
|
|
306
|
+
font-weight: 400;
|
|
307
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
308
|
+
text-align: start;
|
|
309
|
+
color: var(--ctr-list-item-text-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
310
|
+
transition: color var(--sjs-creator-transition-duration, 150ms);
|
|
311
|
+
--thm-list-item-padding-left-default: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
312
|
+
--thm-list-item-padding-delta: var(--ctr-list-item-padding-left, var(--thm-list-item-padding-left-default));
|
|
313
|
+
--thm-list-item-padding-left: calc(var(--sjs-list-item-level) * var(--thm-list-item-padding-delta));
|
|
314
|
+
display: flex;
|
|
315
|
+
flex: 1 0 0;
|
|
316
|
+
padding-block-start: var(--ctr-list-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
317
|
+
padding-block-end: var(--ctr-list-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
318
|
+
padding-inline-start: var(--thm-list-item-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
319
|
+
padding-inline-end: var(--ctr-list-item-padding-right, calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
320
|
+
align-items: center;
|
|
321
|
+
gap: var(--ctr-list-item-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
322
|
+
border-radius: var(--ctr-list-item-corner-radius, 0px);
|
|
323
|
+
cursor: pointer;
|
|
324
|
+
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
325
|
+
}
|
|
326
|
+
.svc-list__item-body > span, .svc-list__item-body > sv-ng-string {
|
|
327
|
+
flex: 1 0 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.svc-list__item:disabled,
|
|
331
|
+
.svc-list__item--disabled {
|
|
332
|
+
opacity: var(--ctr-list-item-opacity-disabled, 0.25);
|
|
333
|
+
pointer-events: none;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.svc-list__item:focus > .svc-list__item-body,
|
|
337
|
+
.svc-list__item:hover > .svc-list__item-body,
|
|
338
|
+
.svc-list__item--focused > .svc-list__item-body,
|
|
339
|
+
.svc-list__item--hovered > .svc-list__item-body {
|
|
340
|
+
background: var(--ctr-list-item-background-color-hovered, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
|
|
341
|
+
color: var(--ctr-list-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
342
|
+
}
|
|
343
|
+
.svc-list__item:focus > .svc-list__item-body .svc-list__item-icon use,
|
|
344
|
+
.svc-list__item:hover > .svc-list__item-body .svc-list__item-icon use,
|
|
345
|
+
.svc-list__item--focused > .svc-list__item-body .svc-list__item-icon use,
|
|
346
|
+
.svc-list__item--hovered > .svc-list__item-body .svc-list__item-icon use {
|
|
347
|
+
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
348
|
+
}
|
|
349
|
+
.svc-list__item:focus > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
350
|
+
.svc-list__item:hover > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
351
|
+
.svc-list__item--focused > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
352
|
+
.svc-list__item--hovered > .svc-list__item-body .svc-list-item__marker-icon use {
|
|
353
|
+
fill: var(--ctr-list-item-submenu-arrow-color-hovered-item, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.svc-list__item--selected > .svc-list__item-body,
|
|
357
|
+
.svc-list__item--selected:hover > .svc-list__item-body,
|
|
358
|
+
.svc-list__item--selected:focus > .svc-list__item-body,
|
|
359
|
+
.svc-list__item.svc-list__item--selected:hover > .svc-list__item-body {
|
|
360
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
361
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
362
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
363
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
364
|
+
font-style: normal;
|
|
365
|
+
font-weight: 400;
|
|
366
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
367
|
+
font-weight: 600;
|
|
368
|
+
color: var(--ctr-list-item-text-color-selected, var(--sjs-primary-forecolor, var(--primary-foreground, #fff)));
|
|
369
|
+
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
370
|
+
}
|
|
371
|
+
.svc-list__item--selected > .svc-list__item-body .svc-list__item-icon use,
|
|
372
|
+
.svc-list__item--selected:hover > .svc-list__item-body .svc-list__item-icon use,
|
|
373
|
+
.svc-list__item--selected:focus > .svc-list__item-body .svc-list__item-icon use,
|
|
374
|
+
.svc-list__item.svc-list__item--selected:hover > .svc-list__item-body .svc-list__item-icon use {
|
|
375
|
+
fill: var(--ctr-list-item-icon-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.svc-list__item--group-selected > .svc-list__item-body,
|
|
379
|
+
.svc-list__item--group-selected:hover > .svc-list__item-body,
|
|
380
|
+
.svc-list__item--group-selected:focus > .svc-list__item-body {
|
|
381
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
382
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
383
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
384
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
385
|
+
font-style: normal;
|
|
386
|
+
font-weight: 400;
|
|
387
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
388
|
+
color: var(--ctr-list-item-text-color-selected-submenu, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
389
|
+
background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
390
|
+
}
|
|
391
|
+
.svc-list__item--group-selected > .svc-list__item-body .svc-list__item-icon use,
|
|
392
|
+
.svc-list__item--group-selected:hover > .svc-list__item-body .svc-list__item-icon use,
|
|
393
|
+
.svc-list__item--group-selected:focus > .svc-list__item-body .svc-list__item-icon use {
|
|
394
|
+
fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
395
|
+
}
|
|
396
|
+
.svc-list__item--group-selected > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
397
|
+
.svc-list__item--group-selected:hover > .svc-list__item-body .svc-list-item__marker-icon use,
|
|
398
|
+
.svc-list__item--group-selected:focus > .svc-list__item-body .svc-list-item__marker-icon use {
|
|
399
|
+
fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.svc-list__item--with-icon > .svc-list__item-body {
|
|
403
|
+
padding-block-start: var(--ctr-list-item-padding-top-with-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
404
|
+
padding-block-end: var(--ctr-list-item-padding-bottom-with-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
405
|
+
padding-inline-start: var(--thm-list-item-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
406
|
+
padding-inline-end: var(--ctr-list-item-padding-right, calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.svc-list__item--group > .svc-list__item-body {
|
|
410
|
+
padding-block-start: var(--ctr-list-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
411
|
+
padding-block-end: var(--ctr-list-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
412
|
+
padding-inline-start: var(--thm-list-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
413
|
+
padding-inline-end: var(--ctr-list-item-padding-right-submenu, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.svc-list__item--with-icon.svc-list__item--group > .svc-list__item-body {
|
|
417
|
+
padding-block-start: var(--ctr-list-item-padding-top-with-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
418
|
+
padding-block-end: var(--ctr-list-item-padding-bottom-with-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
419
|
+
padding-inline-start: var(--thm-list-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
420
|
+
padding-inline-end: var(--ctr-list-item-padding-right-submenu, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.svc-list__item--with-icon.svc-list__item--group .sv-popup-inner > .sv-popup__container {
|
|
424
|
+
--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));
|
|
425
|
+
--thm-inner-popup-margin-top-default: calc(-0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
426
|
+
margin-top: var(--thm-inner-popup-margin-top, var(--thm-inner-popup-margin-top-default, -4px));
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.svc-list__item-separator {
|
|
430
|
+
width: 100%;
|
|
431
|
+
height: var(--ctr-separator-width, 1px);
|
|
432
|
+
margin: var(--ctr-separator-margin-vertical-small, var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
|
|
433
|
+
background-color: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.svc-list__item-icon {
|
|
437
|
+
display: flex;
|
|
438
|
+
width: var(--ctr-list-item-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
439
|
+
height: var(--ctr-list-item-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
440
|
+
flex-shrink: 0;
|
|
441
|
+
justify-content: center;
|
|
442
|
+
align-items: center;
|
|
443
|
+
}
|
|
444
|
+
.svc-list__item-icon use {
|
|
445
|
+
fill: var(--ctr-list-item-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.svc-list-item__marker-icon {
|
|
449
|
+
display: flex;
|
|
450
|
+
padding: var(--ctr-list-item-submenu-arrow-padding, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
451
|
+
align-items: flex-start;
|
|
452
|
+
width: var(--ctr-list-item-submenu-arrow-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
453
|
+
height: var(--ctr-list-item-submenu-arrow-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
454
|
+
box-sizing: content-box;
|
|
455
|
+
justify-content: center;
|
|
456
|
+
}
|
|
457
|
+
.svc-list-item__marker-icon use {
|
|
458
|
+
fill: var(--ctr-list-item-submenu-arrow-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.svc-list-item__marker-icon + * {
|
|
462
|
+
--thm-list-item-gap: var(--ctr-list-item-gap, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
463
|
+
margin-inline-start: calc(0px - var(--thm-list-item-gap));
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.svc-list__container {
|
|
467
|
+
display: flex;
|
|
468
|
+
flex-direction: column;
|
|
469
|
+
min-height: 0;
|
|
470
|
+
height: 100%;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.svc-list__filter {
|
|
474
|
+
display: flex;
|
|
475
|
+
align-items: flex-start;
|
|
476
|
+
align-items: center;
|
|
477
|
+
gap: var(--ctr-list-search-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
478
|
+
padding-inline-start: var(--ctr-list-search-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
479
|
+
padding-inline-end: var(--ctr-list-search-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
480
|
+
padding-block-start: var(--ctr-list-search-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
481
|
+
padding-block-end: var(--ctr-list-search-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
482
|
+
border-radius: var(--ctr-toolbox-search-corner-radius, 0px);
|
|
483
|
+
border-bottom: var(--ctr-list-search-border-width-bottom, 1px) solid var(--ctr-list-search-border-color, rgba(0, 0, 0, 0.16));
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.svc-list__filter-icon {
|
|
487
|
+
opacity: var(--ctr-list-search-icon-opacity, 1);
|
|
488
|
+
display: flex;
|
|
489
|
+
width: var(--ctr-list-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
490
|
+
height: var(--ctr-list-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
491
|
+
align-items: center;
|
|
492
|
+
}
|
|
493
|
+
.svc-list__filter-icon .sv-svg-icon {
|
|
494
|
+
width: var(--ctr-list-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
495
|
+
height: var(--ctr-list-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
496
|
+
}
|
|
497
|
+
.svc-list__filter-icon use {
|
|
498
|
+
fill: var(--ctr-list-search-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.svc-list__input {
|
|
502
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
503
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
504
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
505
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
506
|
+
font-style: normal;
|
|
507
|
+
font-weight: 400;
|
|
508
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
509
|
+
color: var(--ctr-list-search-text-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
510
|
+
-webkit-appearance: none;
|
|
511
|
+
-moz-appearance: none;
|
|
512
|
+
appearance: none;
|
|
513
|
+
outline: none;
|
|
514
|
+
border: none;
|
|
515
|
+
}
|
|
516
|
+
.svc-list__input::placeholder {
|
|
517
|
+
color: var(--ctr-list-search-text-color-placeholder, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.svc-list__filter-clear-button {
|
|
521
|
+
display: flex;
|
|
522
|
+
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)))));
|
|
523
|
+
justify-content: center;
|
|
524
|
+
align-items: center;
|
|
525
|
+
border-radius: var(--ctr-search-button-corner-radius, 1024px);
|
|
526
|
+
}
|
|
527
|
+
.svc-list__filter-clear-button:hover {
|
|
528
|
+
background: var(--ctr-search-button-background-color-clear-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
529
|
+
}
|
|
530
|
+
.svc-list__filter-clear-button:hover use {
|
|
531
|
+
fill: var(--ctr-search-button-icon-color-clear-hovered, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.svc-list__empty-container {
|
|
535
|
+
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)))));
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.svc-list__empty-text {
|
|
539
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
540
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
541
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
542
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
543
|
+
font-style: normal;
|
|
544
|
+
font-weight: 400;
|
|
545
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
546
|
+
overflow: hidden;
|
|
547
|
+
white-space: nowrap;
|
|
548
|
+
text-overflow: ellipsis;
|
|
549
|
+
text-align: center;
|
|
550
|
+
color: var(--ctr-list-no-data-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.sv-popup--overlay .svc-list-item__marker-icon {
|
|
554
|
+
display: none;
|
|
555
|
+
}
|
|
556
|
+
.sv-popup--overlay .svc-list__item-body {
|
|
557
|
+
pointer-events: none;
|
|
558
|
+
}
|
|
559
|
+
.sv-popup--overlay .svc-list__item--group-selected > .svc-list__item-body {
|
|
560
|
+
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
561
|
+
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
562
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
563
|
+
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
564
|
+
font-style: normal;
|
|
565
|
+
font-weight: 400;
|
|
566
|
+
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
567
|
+
font-weight: 600;
|
|
568
|
+
color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
|
569
|
+
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
570
|
+
}
|
|
571
|
+
.sv-popup--overlay .svc-list__item--group-selected > .svc-list__item-body use {
|
|
572
|
+
fill: var(--sjs-general-backcolor, var(--background, #fff));
|
|
573
|
+
}
|
|
280
574
|
/*!*******************************************************************************************************************************************************************************************!*\
|
|
281
575
|
!*** 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 ***!
|
|
282
576
|
\*******************************************************************************************************************************************************************************************/
|
|
@@ -619,13 +913,17 @@ svc-tab-test {
|
|
|
619
913
|
display: inline-block;
|
|
620
914
|
}
|
|
621
915
|
|
|
622
|
-
.svc-page-invisible .
|
|
623
|
-
|
|
916
|
+
.svc-page-invisible .svc-list__item-body {
|
|
917
|
+
padding-block-start: var(--ctr-list-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
918
|
+
padding-block-end: var(--ctr-list-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
919
|
+
padding-inline-start: var(--ctr-list-item-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
920
|
+
padding-inline-end: var(--ctr-list-item-padding-right-with-label-icon, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
921
|
+
}
|
|
922
|
+
.svc-page-invisible .svc-list-item__marker-icon {
|
|
624
923
|
padding: 0;
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
margin-inline-end: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
924
|
+
opacity: var(--ctr-list-item-icon-opacity-label, 0.5);
|
|
925
|
+
width: var(--ctr-list-item-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
926
|
+
height: var(--ctr-list-item-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
629
927
|
}
|
|
630
928
|
|
|
631
929
|
.svc-test-tab__content .sd-body--empty {
|
|
@@ -983,6 +1281,10 @@ svc-tab-test {
|
|
|
983
1281
|
flex-flow: row wrap;
|
|
984
1282
|
}
|
|
985
1283
|
|
|
1284
|
+
.svc-creator-popup .sl-panel-wrapper:first-child .sl-question {
|
|
1285
|
+
margin-top: 0;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
986
1288
|
.sl-row--multiple .sl-panel {
|
|
987
1289
|
padding-bottom: 0;
|
|
988
1290
|
}
|
|
@@ -1820,11 +2122,6 @@ td.st-table__cell:first-of-type span {
|
|
|
1820
2122
|
white-space: nowrap;
|
|
1821
2123
|
}
|
|
1822
2124
|
|
|
1823
|
-
.sl-list__item-body {
|
|
1824
|
-
padding-block: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1825
|
-
border-radius: var(--ctr-list-item-corner-radius, 4px);
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
2125
|
.svc-logic-placeholder {
|
|
1829
2126
|
width: calc(78 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1830
2127
|
min-width: 100%;
|
|
@@ -1858,21 +2155,6 @@ td.st-table__cell:first-of-type span {
|
|
|
1858
2155
|
.svc-logic-tab__leave-apply-button {
|
|
1859
2156
|
background-color: var(--ctr-button-background-color-danger, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
1860
2157
|
}
|
|
1861
|
-
|
|
1862
|
-
.sl-list {
|
|
1863
|
-
padding-right: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1864
|
-
padding-left: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1865
|
-
}
|
|
1866
|
-
.sl-list .sv-list__filter {
|
|
1867
|
-
padding-top: 0;
|
|
1868
|
-
}
|
|
1869
|
-
.sl-list .sv-list__filter-icon {
|
|
1870
|
-
top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1871
|
-
}
|
|
1872
|
-
|
|
1873
|
-
.sv-popup--dropdown-overlay .sv-list__filter {
|
|
1874
|
-
padding-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1875
|
-
}
|
|
1876
2158
|
/*!************************************************************************************************************************************************************************************!*\
|
|
1877
2159
|
!*** 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 ***!
|
|
1878
2160
|
\************************************************************************************************************************************************************************************/
|
|
@@ -2049,7 +2331,6 @@ svc-tab-designer {
|
|
|
2049
2331
|
flex-direction: column;
|
|
2050
2332
|
}
|
|
2051
2333
|
.svc-tab-designer__surface-toolbar .sv-action-bar-separator {
|
|
2052
|
-
background: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
2053
2334
|
height: var(--ctr-separator-width, 1px);
|
|
2054
2335
|
width: var(--ctr-page-navigator-button-icon-width, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2055
2336
|
padding: 0px var(--ctr-separator-margin-vertical-small, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -2059,6 +2340,10 @@ svc-tab-designer {
|
|
|
2059
2340
|
.svc-tab-designer__surface-toolbar .sv-action__content {
|
|
2060
2341
|
flex-direction: column;
|
|
2061
2342
|
}
|
|
2343
|
+
|
|
2344
|
+
.sv-action-bar-separator {
|
|
2345
|
+
background: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
2346
|
+
}
|
|
2062
2347
|
/*!************************************************************************************************************************************************************************!*\
|
|
2063
2348
|
!*** 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 ***!
|
|
2064
2349
|
\************************************************************************************************************************************************************************/
|
|
@@ -2322,6 +2607,12 @@ svc-tab-designer {
|
|
|
2322
2607
|
gap: var(--ctr-popup-gap, 32px);
|
|
2323
2608
|
box-shadow: unset;
|
|
2324
2609
|
}
|
|
2610
|
+
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__scrolling-content {
|
|
2611
|
+
height: auto;
|
|
2612
|
+
}
|
|
2613
|
+
.svc-creator-popup.sv-popup--overlay.sv-popup--tablet > .sv-popup__container {
|
|
2614
|
+
background-color: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
2615
|
+
}
|
|
2325
2616
|
.svc-creator-popup.sv-popup--overlay .sv-popup__container {
|
|
2326
2617
|
background-color: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
2327
2618
|
}
|
|
@@ -2361,105 +2652,13 @@ svc-tab-designer {
|
|
|
2361
2652
|
background-color: var(--ctr-popup-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
2362
2653
|
border-radius: calc(4 * (var(--ctr-popup-menu-corner-radius, 4px))) calc(4 * (var(--ctr-popup-menu-corner-radius, 4px))) 0px 0px;
|
|
2363
2654
|
}
|
|
2364
|
-
.svc-creator-popup.sv-popup--dropdown .sv-popup__body-content {
|
|
2655
|
+
.svc-creator-popup.sv-popup--dropdown .sv-popup__body-content, .svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__body-content {
|
|
2365
2656
|
background-color: var(--ctr-popup-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2657
|
+
padding: 0;
|
|
2366
2658
|
}
|
|
2367
2659
|
.svc-creator-popup.sv-popup--dropdown.svc-toolbox-subtypes .sv-popup__body-content {
|
|
2368
2660
|
background: unset;
|
|
2369
2661
|
}
|
|
2370
|
-
.svc-creator-popup .sv-list {
|
|
2371
|
-
padding-inline-start: var(--ctr-list-padding-left);
|
|
2372
|
-
padding-inline-end: var(--ctr-list-padding-right);
|
|
2373
|
-
}
|
|
2374
|
-
.svc-creator-popup .sv-list__filter {
|
|
2375
|
-
border-bottom: 1px solid var(--ctr-list-search-border-color, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
2376
|
-
}
|
|
2377
|
-
.svc-creator-popup .sv-list__filter .sv-list__input {
|
|
2378
|
-
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2379
|
-
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
2380
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
2381
|
-
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
2382
|
-
font-style: normal;
|
|
2383
|
-
font-weight: 400;
|
|
2384
|
-
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
2385
|
-
color: var(--ctr-list-search-text-color-placeholder, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
2386
|
-
background-color: transparent;
|
|
2387
|
-
}
|
|
2388
|
-
.svc-creator-popup .sv-list__filter .sv-list__input::placeholder {
|
|
2389
|
-
color: var(--ctr-list-search-text-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2390
|
-
}
|
|
2391
|
-
.svc-creator-popup .sv-list__filter .sv-list__filter-icon use {
|
|
2392
|
-
fill: var(--ctr-list-search-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2393
|
-
}
|
|
2394
|
-
.svc-creator-popup .sv-list__item-body {
|
|
2395
|
-
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2396
|
-
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
2397
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
2398
|
-
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
2399
|
-
font-style: normal;
|
|
2400
|
-
font-weight: 400;
|
|
2401
|
-
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
2402
|
-
color: var(--ctr-list-item-text-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
2403
|
-
transition: background-color var(--sjs-creator-transition-duration, 150ms), color var(--sjs-creator-transition-duration, 150ms);
|
|
2404
|
-
border-radius: var(--ctr-list-item-corner-radius);
|
|
2405
|
-
}
|
|
2406
|
-
.svc-creator-popup .sv-list__item-icon use {
|
|
2407
|
-
fill: var(--ctr-list-item-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2408
|
-
}
|
|
2409
|
-
.svc-creator-popup .sv-list__item:focus > .sv-list__item-body,
|
|
2410
|
-
.svc-creator-popup .sv-list__item:hover > .sv-list__item-body,
|
|
2411
|
-
.svc-creator-popup .sv-list__item--hovered > .sv-list__item-body {
|
|
2412
|
-
color: var(--ctr-list-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2413
|
-
background: var(--ctr-list-item-background-color-hovered, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
|
|
2414
|
-
}
|
|
2415
|
-
.svc-creator-popup .sv-list__item:focus > .sv-list__item-body .sv-list__item-icon use,
|
|
2416
|
-
.svc-creator-popup .sv-list__item:hover > .sv-list__item-body .sv-list__item-icon use,
|
|
2417
|
-
.svc-creator-popup .sv-list__item--hovered > .sv-list__item-body .sv-list__item-icon use {
|
|
2418
|
-
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2419
|
-
}
|
|
2420
|
-
.svc-creator-popup .sv-list__item--selected > .sv-list__item-body,
|
|
2421
|
-
.svc-creator-popup .sv-list__item--selected:hover > .sv-list__item-body,
|
|
2422
|
-
.svc-creator-popup .sv-list__item--selected:focus > .sv-list__item-body,
|
|
2423
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover > .sv-list__item-body {
|
|
2424
|
-
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2425
|
-
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
2426
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
2427
|
-
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
2428
|
-
font-style: normal;
|
|
2429
|
-
font-weight: 400;
|
|
2430
|
-
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
2431
|
-
font-weight: 600;
|
|
2432
|
-
color: var(--ctr-list-item-text-color-selected, var(--sjs-primary-forecolor, var(--primary-foreground, #fff)));
|
|
2433
|
-
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2434
|
-
}
|
|
2435
|
-
.svc-creator-popup .sv-list__item--selected .sv-list__item-icon use,
|
|
2436
|
-
.svc-creator-popup .sv-list__item--selected:hover .sv-list__item-icon use,
|
|
2437
|
-
.svc-creator-popup .sv-list__item--selected:focus .sv-list__item-icon use,
|
|
2438
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover .sv-list__item-icon use {
|
|
2439
|
-
fill: var(--ctr-list-item-icon-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2440
|
-
}
|
|
2441
|
-
.svc-creator-popup .sv-list__item--group-selected > .sv-list__item-body,
|
|
2442
|
-
.svc-creator-popup .sv-list__item--group-selected:hover > .sv-list__item-body,
|
|
2443
|
-
.svc-creator-popup .sv-list__item--group-selected:focus > .sv-list__item-body {
|
|
2444
|
-
background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2445
|
-
color: var(--ctr-list-item-text-color-selected-submenu, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2446
|
-
font-weight: 400;
|
|
2447
|
-
}
|
|
2448
|
-
.svc-creator-popup .sv-list__item--group-selected .sv-list__item-icon use,
|
|
2449
|
-
.svc-creator-popup .sv-list__item--group-selected:hover .sv-list__item-icon use,
|
|
2450
|
-
.svc-creator-popup .sv-list__item--group-selected:focus .sv-list__item-icon use {
|
|
2451
|
-
fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2452
|
-
}
|
|
2453
|
-
.svc-creator-popup .sv-list__item--group-selected .sv-list-item__marker-icon use,
|
|
2454
|
-
.svc-creator-popup .sv-list__item--group-selected:hover .sv-list-item__marker-icon use,
|
|
2455
|
-
.svc-creator-popup .sv-list__item--group-selected:focus .sv-list-item__marker-icon use {
|
|
2456
|
-
fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2457
|
-
}
|
|
2458
|
-
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:focus .sv-list__item-icon use,
|
|
2459
|
-
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:hover .sv-list__item-icon use,
|
|
2460
|
-
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary .sv-list__item-icon use {
|
|
2461
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
2462
|
-
}
|
|
2463
2662
|
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__button.sv-popup__button {
|
|
2464
2663
|
color: var(--ctr-actionbar-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2465
2664
|
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -2474,39 +2673,6 @@ svc-tab-designer {
|
|
|
2474
2673
|
color: var(--ctr-actionbar-button-text-color-disabled, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2475
2674
|
opacity: var(--ctr-actionbar-button-opacity-disabled, 0.25);
|
|
2476
2675
|
}
|
|
2477
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__filter-clear-button svg use {
|
|
2478
|
-
fill: var(--ctr-list-item-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2479
|
-
}
|
|
2480
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__input {
|
|
2481
|
-
color: var(--ctr-list-item-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2482
|
-
}
|
|
2483
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover .sv-list__item-body,
|
|
2484
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus .sv-list__item-body,
|
|
2485
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused .sv-list__item-body {
|
|
2486
|
-
background: var(--ctr-list-item-background-color-hovered, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2487
|
-
}
|
|
2488
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover.sv-list__item--selected .sv-list__item-body,
|
|
2489
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus.sv-list__item--selected .sv-list__item-body,
|
|
2490
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused.sv-list__item--selected .sv-list__item-body {
|
|
2491
|
-
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2492
|
-
color: var(--ctr-list-item-text-color-selected, var(--sjs-primary-forecolor, var(--primary-foreground, #fff)));
|
|
2493
|
-
}
|
|
2494
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover .sv-list__item-icon use,
|
|
2495
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus .sv-list__item-icon use,
|
|
2496
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused .sv-list__item-icon use {
|
|
2497
|
-
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2498
|
-
}
|
|
2499
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover.sv-list__item--selected.sv-list__item--group > .sv-list__item-body,
|
|
2500
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus.sv-list__item--selected.sv-list__item--group > .sv-list__item-body,
|
|
2501
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused.sv-list__item--selected.sv-list__item--group > .sv-list__item-body {
|
|
2502
|
-
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2503
|
-
color: var(--ctr-list-item-text-color-selected, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2504
|
-
}
|
|
2505
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:hover.sv-list__item--selected.sv-list__item--group .sv-list__item-icon use,
|
|
2506
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item:focus.sv-list__item--selected.sv-list__item--group .sv-list__item-icon use,
|
|
2507
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__item--focused.sv-list__item--selected.sv-list__item--group .sv-list__item-icon use {
|
|
2508
|
-
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2509
|
-
}
|
|
2510
2676
|
.svc-creator-popup.sv-dropdown-popup.sv-popup--dropdown-overlay .sv-popup__body-footer {
|
|
2511
2677
|
background-color: var(--ctr-contextual-menu-footer-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
2512
2678
|
}
|
|
@@ -3246,7 +3412,7 @@ survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__co
|
|
|
3246
3412
|
|
|
3247
3413
|
.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) .svc-string-editor__border--hover {
|
|
3248
3414
|
opacity: 1;
|
|
3249
|
-
transition-delay:
|
|
3415
|
+
transition-delay: 0ms;
|
|
3250
3416
|
}
|
|
3251
3417
|
.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) .svc-string-editor__border--focus {
|
|
3252
3418
|
transition: none;
|
|
@@ -3501,7 +3667,6 @@ svc-page-navigator-item,
|
|
|
3501
3667
|
}
|
|
3502
3668
|
|
|
3503
3669
|
.svc-page-navigator-item__banner {
|
|
3504
|
-
display: flex;
|
|
3505
3670
|
overflow: hidden;
|
|
3506
3671
|
white-space: nowrap;
|
|
3507
3672
|
text-overflow: ellipsis;
|
|
@@ -3517,6 +3682,8 @@ svc-page-navigator-item,
|
|
|
3517
3682
|
position: absolute;
|
|
3518
3683
|
top: 0;
|
|
3519
3684
|
right: 0;
|
|
3685
|
+
z-index: 1;
|
|
3686
|
+
display: none;
|
|
3520
3687
|
}
|
|
3521
3688
|
.svc-page-navigator-item__banner .svc-page-navigator-item__dot-content {
|
|
3522
3689
|
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -3551,6 +3718,7 @@ svc-page-navigator-item,
|
|
|
3551
3718
|
|
|
3552
3719
|
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3553
3720
|
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3721
|
+
display: flex;
|
|
3554
3722
|
opacity: 1;
|
|
3555
3723
|
}
|
|
3556
3724
|
|
|
@@ -3667,6 +3835,32 @@ svc-page {
|
|
|
3667
3835
|
background-color: transparent;
|
|
3668
3836
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
3669
3837
|
}
|
|
3838
|
+
.svc-page-toolbar__item use {
|
|
3839
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3840
|
+
}
|
|
3841
|
+
.svc-page-toolbar__item:hover, .svc-page-toolbar__item:focus {
|
|
3842
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3843
|
+
}
|
|
3844
|
+
.svc-page-toolbar__item:active, .svc-page-toolbar__item.svc-page-toolbar__item--pressed {
|
|
3845
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3846
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
3847
|
+
}
|
|
3848
|
+
.svc-page-toolbar__item:active use, .svc-page-toolbar__item.svc-page-toolbar__item--pressed use {
|
|
3849
|
+
fill: black;
|
|
3850
|
+
opacity: 0.5;
|
|
3851
|
+
}
|
|
3852
|
+
.svc-page-toolbar__item.svc-survey-element-toolbar__item--active {
|
|
3853
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
3854
|
+
}
|
|
3855
|
+
.svc-page-toolbar__item.svc-survey-element-toolbar__item--active .svc-survey-element-toolbar-item__title {
|
|
3856
|
+
color: var(--ctr-survey-page-toolbar-item-text-color-selected, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
3857
|
+
}
|
|
3858
|
+
.svc-page-toolbar__item.svc-survey-element-toolbar__item--active use {
|
|
3859
|
+
fill: var(--ctr-survey-page-toolbar-item-icon-color-selected, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3860
|
+
}
|
|
3861
|
+
.svc-page-toolbar__item :disabled {
|
|
3862
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
3863
|
+
}
|
|
3670
3864
|
|
|
3671
3865
|
.svc-page-toolbar__item--with-text {
|
|
3672
3866
|
--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));
|
|
@@ -3683,31 +3877,6 @@ svc-page {
|
|
|
3683
3877
|
margin-inline-start: 0;
|
|
3684
3878
|
}
|
|
3685
3879
|
|
|
3686
|
-
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):hover:enabled {
|
|
3687
|
-
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3688
|
-
}
|
|
3689
|
-
|
|
3690
|
-
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):focus:enabled {
|
|
3691
|
-
background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3692
|
-
}
|
|
3693
|
-
|
|
3694
|
-
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):active:enabled {
|
|
3695
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
3696
|
-
}
|
|
3697
|
-
|
|
3698
|
-
.svc-page-toolbar__item:disabled {
|
|
3699
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
|
-
.svc-page-toolbar__item--active .svc-page-toolbar-item__icon use {
|
|
3703
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3704
|
-
}
|
|
3705
|
-
|
|
3706
|
-
.svc-page-toolbar__item--pressed:not(.svc-page-toolbar__item--active) {
|
|
3707
|
-
background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3708
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
3709
|
-
}
|
|
3710
|
-
|
|
3711
3880
|
.svc-page-toolbar-item__icon {
|
|
3712
3881
|
--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));
|
|
3713
3882
|
--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));
|
|
@@ -3715,15 +3884,6 @@ svc-page {
|
|
|
3715
3884
|
height: var(--thm-survey-page-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3716
3885
|
}
|
|
3717
3886
|
|
|
3718
|
-
.svc-page-toolbar-item__icon use {
|
|
3719
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3720
|
-
}
|
|
3721
|
-
|
|
3722
|
-
.svc-page-toolbar__item:active .svc-page-toolbar-item__icon use {
|
|
3723
|
-
fill: black;
|
|
3724
|
-
opacity: 0.5;
|
|
3725
|
-
}
|
|
3726
|
-
|
|
3727
3887
|
.svc-page-toolbar-item__title {
|
|
3728
3888
|
--thm-small-line-height: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3729
3889
|
--thm-small-font-size: calc(0.75 * var(--thm-small-line-height));
|
|
@@ -3932,37 +4092,6 @@ svc-page {
|
|
|
3932
4092
|
height: auto;
|
|
3933
4093
|
}
|
|
3934
4094
|
|
|
3935
|
-
.svc-element__add-new-question .sv-list__item.sv-list__item--disabled,
|
|
3936
|
-
.svc-question__adorner .sv-list__item.sv-list__item--disabled {
|
|
3937
|
-
opacity: 0.25;
|
|
3938
|
-
pointer-events: none;
|
|
3939
|
-
}
|
|
3940
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list-item__marker-icon,
|
|
3941
|
-
.svc-question__adorner .sv-popup--overlay .sv-list-item__marker-icon {
|
|
3942
|
-
display: none;
|
|
3943
|
-
}
|
|
3944
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item-body,
|
|
3945
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item-body {
|
|
3946
|
-
pointer-events: none;
|
|
3947
|
-
}
|
|
3948
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body,
|
|
3949
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body {
|
|
3950
|
-
--thm-default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3951
|
-
--thm-default-line-height: calc(1.5 * var(--thm-default-font-size));
|
|
3952
|
-
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
3953
|
-
font-size: var(--ctr-font-default-size, var(--thm-default-font-size, 16px));
|
|
3954
|
-
font-style: normal;
|
|
3955
|
-
font-weight: 400;
|
|
3956
|
-
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
3957
|
-
font-weight: 600;
|
|
3958
|
-
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
3959
|
-
color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
|
3960
|
-
}
|
|
3961
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body use,
|
|
3962
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body use {
|
|
3963
|
-
fill: var(--sjs-general-backcolor, var(--background, #fff));
|
|
3964
|
-
}
|
|
3965
|
-
|
|
3966
4095
|
.svc-page__content--collapsed > .sv-action-bar {
|
|
3967
4096
|
display: none;
|
|
3968
4097
|
}
|
|
@@ -4320,42 +4449,45 @@ svc-question {
|
|
|
4320
4449
|
border: none;
|
|
4321
4450
|
cursor: pointer;
|
|
4322
4451
|
white-space: nowrap;
|
|
4323
|
-
--thm-survey-question-panel-toolbar-item-padding-top: calc(
|
|
4324
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-top) +
|
|
4325
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top)
|
|
4326
|
-
);
|
|
4327
|
-
--thm-survey-question-panel-toolbar-item-padding-right: calc(
|
|
4328
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-right) +
|
|
4329
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
4330
|
-
);
|
|
4331
|
-
--thm-survey-question-panel-toolbar-item-padding-bottom: calc(
|
|
4332
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-bottom) +
|
|
4333
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
4334
|
-
);
|
|
4335
|
-
--thm-survey-question-panel-toolbar-item-padding-left: calc(
|
|
4336
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-left) +
|
|
4337
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
4338
|
-
);
|
|
4339
4452
|
--thm-survey-question-panel-toolbar-button-gap: calc(var(--ctr-survey-question-panel-toolbar-gap) / 2);
|
|
4340
4453
|
margin: 0 var(--thm-survey-question-panel-toolbar-button-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4341
4454
|
border-radius: var(--ctr-survey-question-panel-toolbar-item-corner-radius, calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4342
|
-
padding: var(--
|
|
4455
|
+
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)))));
|
|
4343
4456
|
justify-content: center;
|
|
4344
4457
|
align-items: center;
|
|
4345
4458
|
background-color: transparent;
|
|
4346
4459
|
transition: background var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
|
|
4347
4460
|
}
|
|
4461
|
+
.svc-survey-element-toolbar__item use {
|
|
4462
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4463
|
+
}
|
|
4464
|
+
.svc-survey-element-toolbar__item:hover, .svc-survey-element-toolbar__item:focus {
|
|
4465
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4466
|
+
}
|
|
4467
|
+
.svc-survey-element-toolbar__item:active, .svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--pressed {
|
|
4468
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
4469
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4470
|
+
}
|
|
4471
|
+
.svc-survey-element-toolbar__item:active use, .svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--pressed use {
|
|
4472
|
+
fill: black;
|
|
4473
|
+
opacity: 0.45;
|
|
4474
|
+
}
|
|
4475
|
+
.svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--active {
|
|
4476
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
4477
|
+
}
|
|
4478
|
+
.svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--active .svc-survey-element-toolbar-item__title {
|
|
4479
|
+
color: var(--ctr-survey-question-panel-toolbar-item-text-color-selected, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
4480
|
+
}
|
|
4481
|
+
.svc-survey-element-toolbar__item.svc-survey-element-toolbar__item--active use {
|
|
4482
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color-selected, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4483
|
+
}
|
|
4484
|
+
.svc-survey-element-toolbar__item :disabled {
|
|
4485
|
+
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
4486
|
+
}
|
|
4348
4487
|
|
|
4349
4488
|
.svc-survey-element-toolbar__item--with-text {
|
|
4350
|
-
--
|
|
4351
|
-
|
|
4352
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
4353
|
-
);
|
|
4354
|
-
--thm-survey-question-panel-toolbar-item-gap: calc(
|
|
4355
|
-
var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
4356
|
-
);
|
|
4357
|
-
padding-inline-end: var(--thm-survey-question-panel-toolbar-item-padding-right, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4358
|
-
gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4489
|
+
padding-inline-end: var(--ctr-survey-question-panel-toolbar-item-padding-right-with-text, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4490
|
+
gap: var(--ctr-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4359
4491
|
}
|
|
4360
4492
|
|
|
4361
4493
|
.svc-survey-element-toolbar .sv-action:last-of-type .svc-survey-element-toolbar__item {
|
|
@@ -4367,84 +4499,27 @@ svc-question {
|
|
|
4367
4499
|
}
|
|
4368
4500
|
|
|
4369
4501
|
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--with-text {
|
|
4370
|
-
--
|
|
4371
|
-
|
|
4372
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left-with-text)
|
|
4373
|
-
);
|
|
4374
|
-
--thm-survey-question-panel-toolbar-item-gap: calc(
|
|
4375
|
-
var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
4376
|
-
);
|
|
4502
|
+
padding-inline-end: var(--ctr-survey-question-panel-toolbar-item-padding-right, 4px);
|
|
4503
|
+
padding-inline-start: var(--ctr-survey-question-panel-toolbar-item-padding-left-with-text, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4377
4504
|
flex-direction: row-reverse;
|
|
4378
|
-
|
|
4379
|
-
gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4505
|
+
gap: var(--ctr-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4380
4506
|
}
|
|
4381
4507
|
|
|
4382
|
-
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--icon {
|
|
4383
|
-
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)))));
|
|
4384
|
-
}
|
|
4385
4508
|
.svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--icon .svc-survey-element-toolbar-item__icon {
|
|
4386
4509
|
padding: 0;
|
|
4387
4510
|
width: var(--ctr-survey-question-panel-toolbar-item-icon-container-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4388
4511
|
height: var(--ctr-survey-question-panel-toolbar-item-icon-container-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
.svc-survey-element-toolbar .svc-survey-element-toolbar-item__icon use {
|
|
4392
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4393
|
-
}
|
|
4394
|
-
|
|
4395
|
-
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):hover:enabled {
|
|
4396
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4397
|
-
}
|
|
4398
|
-
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):focus:enabled {
|
|
4399
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4400
|
-
}
|
|
4401
|
-
|
|
4402
|
-
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled {
|
|
4403
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
4404
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4405
|
-
}
|
|
4406
|
-
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled use {
|
|
4407
|
-
fill: black;
|
|
4408
|
-
opacity: 0.45;
|
|
4409
|
-
}
|
|
4410
|
-
|
|
4411
|
-
.svc-survey-element-toolbar__item:disabled {
|
|
4412
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
|
|
4413
|
-
}
|
|
4414
|
-
|
|
4415
|
-
.svc-survey-element-toolbar__item--active .svc-survey-element-toolbar-item__icon use {
|
|
4416
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4417
|
-
}
|
|
4418
|
-
|
|
4419
|
-
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) {
|
|
4420
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4421
|
-
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
4422
|
-
}
|
|
4423
|
-
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) use {
|
|
4424
|
-
fill: black;
|
|
4425
|
-
opacity: 0.45;
|
|
4426
|
-
}
|
|
4427
|
-
|
|
4428
|
-
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:hover,
|
|
4429
|
-
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:focus,
|
|
4430
|
-
.svc-survey-element-toolbar__item--active {
|
|
4431
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
4512
|
+
box-sizing: border-box;
|
|
4513
|
+
display: block;
|
|
4432
4514
|
}
|
|
4433
4515
|
|
|
4434
4516
|
.svc-survey-element-toolbar-item__icon,
|
|
4435
4517
|
.svc-survey-element-toolbar__dots-item .sv-svg-icon.sv-action-bar-item__icon {
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
);
|
|
4441
|
-
--ctr-survey-question-toolbar-item-icon-height: calc(
|
|
4442
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-container-height) -
|
|
4443
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top) -
|
|
4444
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
4445
|
-
);
|
|
4446
|
-
width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4447
|
-
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4518
|
+
box-sizing: border-box;
|
|
4519
|
+
display: block;
|
|
4520
|
+
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)))));
|
|
4521
|
+
width: var(--ctr-survey-question-panel-toolbar-item-icon-container-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4522
|
+
height: var(--ctr-survey-question-panel-toolbar-item-icon-container-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4448
4523
|
}
|
|
4449
4524
|
|
|
4450
4525
|
.svc-survey-element-toolbar-item__title {
|
|
@@ -4685,7 +4760,7 @@ svc-question {
|
|
|
4685
4760
|
.svc-survey-element-toolbar__dots-item .sv-dots__item {
|
|
4686
4761
|
margin-left: 0;
|
|
4687
4762
|
}
|
|
4688
|
-
.svc-survey-element-toolbar__dots-item .
|
|
4763
|
+
.svc-survey-element-toolbar__dots-item .svc-list__item-icon {
|
|
4689
4764
|
--ctr-survey-question-toolbar-item-icon-width: calc(
|
|
4690
4765
|
var(--ctr-survey-question-panel-toolbar-item-icon-container-width) -
|
|
4691
4766
|
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right) -
|
|
@@ -4699,7 +4774,7 @@ svc-question {
|
|
|
4699
4774
|
width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4700
4775
|
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4701
4776
|
}
|
|
4702
|
-
.svc-survey-element-toolbar__dots-item .
|
|
4777
|
+
.svc-survey-element-toolbar__dots-item .svc-list__item:hover > .svc-list__item-body .sv-svg-icon use,
|
|
4703
4778
|
.svc-survey-element-toolbar__dots-item .sv-svg-icon use {
|
|
4704
4779
|
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
4705
4780
|
}
|
|
@@ -5151,27 +5226,16 @@ svc-question .sv-action-bar,
|
|
|
5151
5226
|
.sd-panel .svc-question__content {
|
|
5152
5227
|
border-radius: 0;
|
|
5153
5228
|
box-shadow: none;
|
|
5229
|
+
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)));
|
|
5230
|
+
outline-offset: calc(-1 * var(--ctr-survey-question-panel-border-width-nested, 1px));
|
|
5154
5231
|
}
|
|
5155
|
-
.sd-panel .svc-question__content:
|
|
5156
|
-
content: "";
|
|
5157
|
-
position: absolute;
|
|
5158
|
-
top: 0;
|
|
5159
|
-
left: 0;
|
|
5160
|
-
right: 0;
|
|
5161
|
-
bottom: 0;
|
|
5162
|
-
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)));
|
|
5163
|
-
}
|
|
5164
|
-
.sd-panel .svc-hovered .svc-question__content:not(.svc-question__content--dragged) {
|
|
5232
|
+
.sd-panel .svc-hovered > .svc-question__content:not(.svc-question__content--dragged) {
|
|
5165
5233
|
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;
|
|
5166
|
-
|
|
5167
|
-
.sd-panel .svc-hovered .svc-question__content:not(.svc-question__content--dragged):after {
|
|
5168
|
-
content: initial;
|
|
5234
|
+
outline: none;
|
|
5169
5235
|
}
|
|
5170
5236
|
.sd-panel .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged) {
|
|
5171
5237
|
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;
|
|
5172
|
-
|
|
5173
|
-
.sd-panel .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged):after {
|
|
5174
|
-
content: initial;
|
|
5238
|
+
outline: none;
|
|
5175
5239
|
}
|
|
5176
5240
|
|
|
5177
5241
|
.sd-panel .svc-row--ghost.svc-row--ghost .svc-question__content.svc-question__content {
|
|
@@ -5474,23 +5538,7 @@ svc-question .sv-action-bar,
|
|
|
5474
5538
|
border: none;
|
|
5475
5539
|
cursor: pointer;
|
|
5476
5540
|
white-space: nowrap;
|
|
5477
|
-
|
|
5478
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-top-small) +
|
|
5479
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-top)
|
|
5480
|
-
);
|
|
5481
|
-
--thm-survey-question-panel-toolbar-item-padding-right-small: calc(
|
|
5482
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-right-small) +
|
|
5483
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
|
|
5484
|
-
);
|
|
5485
|
-
--thm-survey-question-panel-toolbar-item-padding-bottom-small: calc(
|
|
5486
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-bottom-small) +
|
|
5487
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
|
|
5488
|
-
);
|
|
5489
|
-
--thm-survey-question-panel-toolbar-item-padding-left-small: calc(
|
|
5490
|
-
var(--ctr-survey-question-panel-toolbar-item-padding-left-small) +
|
|
5491
|
-
var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
|
|
5492
|
-
);
|
|
5493
|
-
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)))));
|
|
5541
|
+
padding: 0;
|
|
5494
5542
|
border-radius: var(--ctr-survey-question-panel-toolbar-item-corner-radius, 2px);
|
|
5495
5543
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-muted, 0.5);
|
|
5496
5544
|
background-color: transparent;
|
|
@@ -6449,6 +6497,7 @@ svc-question .sv-action-bar,
|
|
|
6449
6497
|
font-weight: 400;
|
|
6450
6498
|
line-height: var(--ctr-font-default-line-height, var(--thm-default-line-height, 24px));
|
|
6451
6499
|
font-weight: 600;
|
|
6500
|
+
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6452
6501
|
}
|
|
6453
6502
|
|
|
6454
6503
|
.svc-question-link__set-button {
|
|
@@ -6458,7 +6507,6 @@ svc-question .sv-action-bar,
|
|
|
6458
6507
|
.svc-link-value-button {
|
|
6459
6508
|
--thm-margin-inline-start: calc(-1 * var(--ctr-actionbar-button-padding-left-medium-text));
|
|
6460
6509
|
margin-inline-start: var(--thm-margin-inline-start, calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6461
|
-
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6462
6510
|
}
|
|
6463
6511
|
|
|
6464
6512
|
.svc-question-link__clear-button {
|
|
@@ -6789,12 +6837,9 @@ svc-question .sv-action-bar,
|
|
|
6789
6837
|
width: auto;
|
|
6790
6838
|
}
|
|
6791
6839
|
|
|
6792
|
-
.svc-tabbed-menu-item-container .
|
|
6840
|
+
.svc-tabbed-menu-item-container .svc-list__item-icon {
|
|
6793
6841
|
display: none;
|
|
6794
6842
|
}
|
|
6795
|
-
.svc-tabbed-menu-item-container .sv-list__item--with-icon.sv-list__item--with-icon > .sv-list__item-body {
|
|
6796
|
-
padding-block: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
6797
|
-
}
|
|
6798
6843
|
/*!**********************************************************************************************************************************************************************************************!*\
|
|
6799
6844
|
!*** 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 ***!
|
|
6800
6845
|
\**********************************************************************************************************************************************************************************************/
|
|
@@ -7621,8 +7666,8 @@ svc-question .sv-action-bar,
|
|
|
7621
7666
|
flex-direction: column;
|
|
7622
7667
|
display: flex;
|
|
7623
7668
|
position: relative;
|
|
7624
|
-
|
|
7625
|
-
width:
|
|
7669
|
+
width: var(--ctr-property-grid-width, 450px);
|
|
7670
|
+
min-width: var(--ctr-property-grid-min-width, 370px);
|
|
7626
7671
|
height: 100%;
|
|
7627
7672
|
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
7628
7673
|
}
|
|
@@ -8333,11 +8378,13 @@ button.spg-action-button--large {
|
|
|
8333
8378
|
}
|
|
8334
8379
|
|
|
8335
8380
|
.spg-row-narrow__question {
|
|
8336
|
-
|
|
8381
|
+
--thm-ctr-property-grid-form-gap: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8382
|
+
margin-top: calc(-1 * var(--thm-ctr-property-grid-form-gap));
|
|
8337
8383
|
}
|
|
8338
8384
|
|
|
8339
8385
|
.spg-row--multiple > div > .spg-row-narrow__question {
|
|
8340
|
-
|
|
8386
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8387
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-layout-gap));
|
|
8341
8388
|
}
|
|
8342
8389
|
|
|
8343
8390
|
.spg-question--location--left {
|
|
@@ -8699,6 +8746,16 @@ input.spg-input:read-only::placeholder {
|
|
|
8699
8746
|
height: 0;
|
|
8700
8747
|
}
|
|
8701
8748
|
|
|
8749
|
+
.spg-dropdown__clean-button {
|
|
8750
|
+
--thm-ctr-editor-content-margin-top: var(--ctr-editor-content-margin-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8751
|
+
--thm-ctr-editor-content-margin-bottom: var(--ctr-editor-content-margin-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8752
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-content-margin-top));
|
|
8753
|
+
margin-bottom: calc(-1 * var(--thm-ctr-editor-content-margin-bottom));
|
|
8754
|
+
}
|
|
8755
|
+
.spg-dropdown__clean-button use {
|
|
8756
|
+
fill: inherit;
|
|
8757
|
+
}
|
|
8758
|
+
|
|
8702
8759
|
.spg-comment {
|
|
8703
8760
|
height: auto;
|
|
8704
8761
|
max-width: 100%;
|
|
@@ -8777,7 +8834,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8777
8834
|
margin-top: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8778
8835
|
}
|
|
8779
8836
|
.spg-panel__content .spg-row--multiple {
|
|
8780
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
8837
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8781
8838
|
}
|
|
8782
8839
|
|
|
8783
8840
|
.spg-panel__content > .spg-row:first-of-type {
|
|
@@ -8869,6 +8926,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8869
8926
|
padding-inline-end: var(--ctr-label-padding-right, 0px);
|
|
8870
8927
|
padding-bottom: var(--ctr-label-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8871
8928
|
padding-inline-start: var(--ctr-label-padding-left, 0px);
|
|
8929
|
+
color: var(--ctr-label-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
8872
8930
|
}
|
|
8873
8931
|
.spg-panel.spg-panel--group .spg-row {
|
|
8874
8932
|
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -9052,7 +9110,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9052
9110
|
border: 1px solid var(--ctr-survey-placeholder-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
9053
9111
|
border-radius: var(--ctr-data-table-placeholder-corner-radius);
|
|
9054
9112
|
box-sizing: border-box;
|
|
9055
|
-
padding: var(--ctr-
|
|
9113
|
+
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);
|
|
9056
9114
|
gap: var(--ctr-survey-placeholder-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9057
9115
|
}
|
|
9058
9116
|
.spg-matrixdynamic__placeholder .spg-matrixdynamic__add-btn {
|
|
@@ -9330,13 +9388,9 @@ input.spg-input:read-only::placeholder {
|
|
|
9330
9388
|
transform: translateY(-50%);
|
|
9331
9389
|
}
|
|
9332
9390
|
|
|
9333
|
-
.spg-color-editor__color-
|
|
9334
|
-
display: flex;
|
|
9335
|
-
gap: var(--ctr-list-item-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9336
|
-
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)))));
|
|
9337
|
-
}
|
|
9338
|
-
.spg-color-editor__color-item .spg-color-editor__color-swatch {
|
|
9391
|
+
.svc-list__item-body .spg-color-editor__color-swatch {
|
|
9339
9392
|
margin-left: 0;
|
|
9393
|
+
flex: 0 1 auto;
|
|
9340
9394
|
}
|
|
9341
9395
|
|
|
9342
9396
|
.spg-color-editor__color-swatch {
|
|
@@ -9492,19 +9546,20 @@ input.spg-input:read-only::placeholder {
|
|
|
9492
9546
|
margin-top: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9493
9547
|
}
|
|
9494
9548
|
.spg-theme-builder-root .sd-question--title-top .spg-paneldynamic {
|
|
9495
|
-
|
|
9549
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9550
|
+
margin-top: calc(-1 * var(--thm-ctr-editor-layout-gap));
|
|
9496
9551
|
}
|
|
9497
|
-
.spg-theme-builder-root .spg-question.spg-row__question:not(.sd-question--title-top):not(.spg-question--boolean)
|
|
9498
|
-
|
|
9552
|
+
.spg-theme-builder-root .spg-question.spg-row__question:not(.sd-question--title-top):not(.spg-question--boolean),
|
|
9553
|
+
.spg-theme-builder-root .spg-question__content-coloralpha {
|
|
9554
|
+
--thm-ctr-property-grid-form-gap: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9555
|
+
--thm-ctr-editor-layout-gap: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9556
|
+
margin-top: calc(var(--thm-ctr-editor-layout-gap) - var(--thm-ctr-property-grid-form-gap));
|
|
9499
9557
|
}
|
|
9500
9558
|
.spg-theme-builder-root .spg-row--multiple .spg-question.spg-row__question:not(.sd-question--title-top) {
|
|
9501
9559
|
margin-top: 0;
|
|
9502
9560
|
}
|
|
9503
|
-
.spg-theme-builder-root .spg-question__content-coloralpha {
|
|
9504
|
-
margin-top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9505
|
-
}
|
|
9506
9561
|
.spg-theme-builder-root .spg-question-composite__content .spg-row:first-of-type {
|
|
9507
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
9562
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9508
9563
|
}
|
|
9509
9564
|
|
|
9510
9565
|
.svc-side-bar--mobile .spg-theme-builder-root .spg-nested-panel__content::after {
|
|
@@ -9902,30 +9957,32 @@ input.spg-input:read-only::placeholder {
|
|
|
9902
9957
|
display: flex;
|
|
9903
9958
|
}
|
|
9904
9959
|
.svc-top-bar .svc-toolbar-wrapper .sv-action-bar {
|
|
9905
|
-
padding: var(--ctr-menu-toolbar-padding-vertical, 0) var(--ctr-menu-toolbar-padding-horizontal, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9960
|
+
padding: var(--ctr-menu-toolbar-padding-vertical, 0) var(--ctr-menu-toolbar-padding-horizontal, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9906
9961
|
justify-content: flex-end;
|
|
9907
9962
|
}
|
|
9908
9963
|
.svc-top-bar .svc-toolbar-wrapper .sv-action-bar-separator {
|
|
9909
9964
|
display: none;
|
|
9910
9965
|
}
|
|
9911
9966
|
.svc-top-bar .svc-toolbar-wrapper .sv-action-bar > .sv-action:not(.sv-action--hidden) ~ .sv-action .sv-action-bar-separator {
|
|
9912
|
-
--thm-menu-toolbar-button-gap: calc(var(--ctr-menu-toolbar-gap) / 2);
|
|
9913
9967
|
--thm-menu-toolbar-button-height: calc(
|
|
9914
9968
|
var(--ctr-menu-toolbar-button-padding-top) + var(--ctr-menu-toolbar-button-padding-bottom) +
|
|
9915
9969
|
var(--ctr-menu-toolbar-button-icon-width)
|
|
9916
9970
|
);
|
|
9917
9971
|
display: inline-block;
|
|
9918
|
-
margin: 0
|
|
9972
|
+
margin: 0;
|
|
9973
|
+
margin-inline-start: var(--ctr-menu-toolbar-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9919
9974
|
height: var(--thm-menu-toolbar-button-height, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9920
9975
|
}
|
|
9921
9976
|
.svc-top-bar .svc-toolbar-wrapper .sv-action .sv-action-bar-item {
|
|
9922
|
-
|
|
9923
|
-
margin: 0 var(--thm-menu-toolbar-button-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9977
|
+
margin: 0;
|
|
9924
9978
|
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)));
|
|
9925
9979
|
}
|
|
9926
9980
|
.svc-top-bar .svc-toolbar-wrapper .sv-action .sv-action-bar-item--active {
|
|
9927
9981
|
background: var(--ctr-menu-toolbar-button-background-color-selected, transparent);
|
|
9928
9982
|
}
|
|
9983
|
+
.svc-top-bar .svc-toolbar-wrapper .sv-action:not(.sv-action--hidden) ~ .sv-action:not(.sv-action--hidden) .sv-action-bar-item {
|
|
9984
|
+
margin-inline-start: var(--ctr-menu-toolbar-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9985
|
+
}
|
|
9929
9986
|
.svc-top-bar .sv-action-bar-separator {
|
|
9930
9987
|
background-color: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
9931
9988
|
}
|
|
@@ -9943,6 +10000,27 @@ input.spg-input:read-only::placeholder {
|
|
|
9943
10000
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
9944
10001
|
height: auto;
|
|
9945
10002
|
}
|
|
10003
|
+
.svc-top-bar .sv-action-bar-item:hover, .svc-top-bar .sv-action-bar-item:focus {
|
|
10004
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
10005
|
+
}
|
|
10006
|
+
.svc-top-bar .sv-action-bar-item:active, .svc-top-bar .sv-action-bar-item.sv-action-bar-item--pressed {
|
|
10007
|
+
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 0.5);
|
|
10008
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
10009
|
+
}
|
|
10010
|
+
.svc-top-bar .sv-action-bar-item:active use, .svc-top-bar .sv-action-bar-item.sv-action-bar-item--pressed use {
|
|
10011
|
+
fill: black;
|
|
10012
|
+
opacity: 0.45;
|
|
10013
|
+
}
|
|
10014
|
+
.svc-top-bar .sv-action-bar-item.sv-action-bar-item--active {
|
|
10015
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
10016
|
+
}
|
|
10017
|
+
.svc-top-bar .sv-action-bar-item.sv-action-bar-item--active use {
|
|
10018
|
+
fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
10019
|
+
}
|
|
10020
|
+
.svc-top-bar .sv-action-bar-item:disabled {
|
|
10021
|
+
background-color: transparent;
|
|
10022
|
+
opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
|
|
10023
|
+
}
|
|
9946
10024
|
.svc-top-bar .sv-action-bar-item--icon {
|
|
9947
10025
|
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)));
|
|
9948
10026
|
border-radius: var(--ctr-menu-toolbar-button-corner-radius, 0);
|
|
@@ -9954,27 +10032,10 @@ input.spg-input:read-only::placeholder {
|
|
|
9954
10032
|
.svc-top-bar .sv-action-bar-item__icon use {
|
|
9955
10033
|
fill: var(--ctr-menu-toolbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
9956
10034
|
}
|
|
9957
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
|
|
9958
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
|
|
9959
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9960
|
-
}
|
|
9961
|
-
.svc-top-bar .sv-action-bar-item:not(.sv-action-bar-item--pressed):active:enabled {
|
|
9962
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 0.5);
|
|
9963
|
-
}
|
|
9964
|
-
.svc-top-bar .sv-action-bar-item:disabled {
|
|
9965
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
|
|
9966
|
-
}
|
|
9967
|
-
.svc-top-bar .sv-action-bar-item--active .sv-action-bar-item__icon use {
|
|
9968
|
-
fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
9969
|
-
}
|
|
9970
10035
|
.svc-top-bar .sv-action-bar-item-dropdown {
|
|
9971
10036
|
border-radius: calcCornerRadius(0.5);
|
|
9972
10037
|
background-color: transparent;
|
|
9973
10038
|
}
|
|
9974
|
-
.svc-top-bar .sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
|
|
9975
|
-
background-color: var(--ctr-menu-toolbar-button-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
9976
|
-
opacity: var(--ctr-menu-toolbar-button-opacity-pressed, 50%);
|
|
9977
|
-
}
|
|
9978
10039
|
|
|
9979
10040
|
.svc-footer-bar .svc-toolbar-wrapper {
|
|
9980
10041
|
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -9984,14 +10045,34 @@ input.spg-input:read-only::placeholder {
|
|
|
9984
10045
|
padding: 0;
|
|
9985
10046
|
width: 100%;
|
|
9986
10047
|
height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
9987
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
9988
|
-
border-top: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
10048
|
+
background: var(--ctr-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
10049
|
+
border-top: var(--ctr-menu-border-width, 1px) solid var(--ctr-menu-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
9989
10050
|
box-sizing: border-box;
|
|
9990
10051
|
}
|
|
10052
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item {
|
|
10053
|
+
border-radius: var(--ctr-menu-toolbar-button-corner-radius, calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
10054
|
+
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)));
|
|
10055
|
+
}
|
|
10056
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
|
|
10057
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
|
|
10058
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
10059
|
+
}
|
|
10060
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item--active {
|
|
10061
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-selected, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
10062
|
+
}
|
|
10063
|
+
.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 {
|
|
10064
|
+
background-color: var(--ctr-menu-toolbar-button-background-color-selected, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
10065
|
+
}
|
|
10066
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item--active .sv-action-bar-item__icon use {
|
|
10067
|
+
fill: var(--ctr-menu-toolbar-button-icon-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
10068
|
+
}
|
|
9991
10069
|
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item__icon {
|
|
9992
10070
|
width: var(--ctr-menu-toolbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9993
10071
|
height: var(--ctr-menu-toolbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9994
10072
|
}
|
|
10073
|
+
.svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item__icon use {
|
|
10074
|
+
fill: var(--ctr-menu-toolbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
10075
|
+
}
|
|
9995
10076
|
/*!*******************************************************************************************************************************************************************************************!*\
|
|
9996
10077
|
!*** 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 ***!
|
|
9997
10078
|
\*******************************************************************************************************************************************************************************************/
|
|
@@ -10041,6 +10122,9 @@ input.spg-input:read-only::placeholder {
|
|
|
10041
10122
|
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--right {
|
|
10042
10123
|
background: var(--ctr-toggle-button-thumb-background-color-checked, #ffffff);
|
|
10043
10124
|
}
|
|
10125
|
+
.spg-boolean-switch__button--checked:hover {
|
|
10126
|
+
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
10127
|
+
}
|
|
10044
10128
|
.spg-boolean-switch__button--checked:focus {
|
|
10045
10129
|
background: var(--ctr-toggle-button-background-color-checked-focused, #ffffff);
|
|
10046
10130
|
}
|