survey-creator-core 1.12.13 → 1.12.14
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 +3 -1
- package/i18n/english.js.map +1 -1
- package/i18n/english.min.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 +285 -221
- package/survey-creator-core.fontless.css +284 -220
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +15 -15
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +187 -112
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +16 -16
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +40 -4
- 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 +40 -4
- 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 +40 -4
- 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 +40 -4
- package/themes/index.js.map +1 -1
- package/themes/index.min.js +1 -1
- package/themes/index.min.js.LICENSE.txt +1 -1
- package/themes/themes/default.d.ts +76 -4
- package/typings/components/side-bar/side-bar-model.d.ts +2 -1
- package/typings/components/tabs/designer.d.ts +13 -1
- package/typings/creator-base.d.ts +1 -1
- package/typings/creator-options.d.ts +2 -2
- package/typings/creator-responsivity-manager.d.ts +1 -0
- package/typings/creator-theme/creator-theme-model.d.ts +0 -1
- package/typings/editorLocalization.d.ts +2 -0
- package/typings/localization/english.d.ts +2 -0
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/themes/default.d.ts +76 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.14
|
|
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
|
|
@@ -393,6 +393,8 @@ svc-tab-test {
|
|
|
393
393
|
.svc-page-invisible .sv-list-item__marker-icon {
|
|
394
394
|
--sjs-general-forecolor-light: rgba(0, 0, 0, 0.45);
|
|
395
395
|
padding: 0;
|
|
396
|
+
width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
397
|
+
height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
396
398
|
opacity: 0.5;
|
|
397
399
|
margin-inline-end: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
398
400
|
}
|
|
@@ -523,16 +525,14 @@ svc-tab-test {
|
|
|
523
525
|
}
|
|
524
526
|
|
|
525
527
|
.sl-table__cell.st-table__cell--actions:first-of-type .sv-action-bar {
|
|
526
|
-
margin-top: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
527
|
-
padding-right: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
528
|
+
margin-top: var(--ctr-collapse-button-margin-top, calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
529
|
+
padding-right: var(--ctr-collapse-button-margin-right, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
528
530
|
}
|
|
529
531
|
|
|
530
532
|
.sl-table .sl-table__detail-button.sl-table__detail-button {
|
|
531
|
-
width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
532
|
-
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
533
533
|
box-sizing: border-box;
|
|
534
534
|
border-radius: var(--ctr-collapse-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
535
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
535
|
+
padding: var(--ctr-collapse-button-padding, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
536
536
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
537
537
|
}
|
|
538
538
|
.sl-table .sl-table__detail-button.sl-table__detail-button:focus:enabled {
|
|
@@ -548,24 +548,38 @@ svc-tab-test {
|
|
|
548
548
|
.sl-table .sl-table__detail-button.sl-table__detail-button:hover:enabled use, .sl-table .sl-table__detail-button.sl-table__detail-button.sv-focused--by-key.sv-focused--by-key use {
|
|
549
549
|
fill: var(--ctr-collapse-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
550
550
|
}
|
|
551
|
+
.sl-table .sl-table__detail-button.sl-table__detail-button .sv-action-bar-item__icon {
|
|
552
|
+
width: var(--ctr-collapse-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
553
|
+
height: var(--ctr-collapse-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
554
|
+
}
|
|
551
555
|
|
|
552
556
|
.sl-table__remove-button .sv-action-bar-item {
|
|
553
|
-
|
|
554
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
557
|
+
padding: var(--ctr-expression-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-expression-item-padding-right-icon-only, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-expression-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-expression-item-padding-left-icon-only, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
555
558
|
cursor: pointer;
|
|
559
|
+
border: none;
|
|
560
|
+
border-radius: var(--ctr-expression-item-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
556
561
|
}
|
|
557
562
|
.sl-table__remove-button .sv-action-bar-item:focus:enabled {
|
|
558
563
|
background-color: transparent;
|
|
559
564
|
}
|
|
560
565
|
.sl-table__remove-button .sv-action-bar-item use {
|
|
561
|
-
fill: var(--
|
|
566
|
+
fill: var(--ctr-expression-item-icon-color, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
562
567
|
}
|
|
563
568
|
.sl-table__remove-button .sv-action-bar-item:hover:enabled, .sl-table__remove-button .sv-action-bar-item.sv-focused--by-key.sv-focused--by-key {
|
|
564
|
-
background-color: var(--ctr-
|
|
569
|
+
background-color: var(--ctr-expression-item-background-color-remove-button-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
565
570
|
outline: none;
|
|
566
571
|
}
|
|
567
572
|
.sl-table__remove-button .sv-action-bar-item:hover:enabled use, .sl-table__remove-button .sv-action-bar-item.sv-focused--by-key.sv-focused--by-key use {
|
|
568
|
-
fill: var(--
|
|
573
|
+
fill: var(--ctr-expression-item-icon-color, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
574
|
+
}
|
|
575
|
+
.sl-table__remove-button .sv-action-bar-item .sv-action-bar-item__icon {
|
|
576
|
+
width: var(--ctr-expression-item-icon-width, 24px);
|
|
577
|
+
height: var(--ctr-expression-item-icon-height, 24px);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.sl-table__remove-button .sv-action-bar-item__icon {
|
|
581
|
+
width: var(--ctr-survey-action-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
582
|
+
height: var(--ctr-survey-action-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
569
583
|
}
|
|
570
584
|
|
|
571
585
|
.sl-table__cell .sv-action-bar-item__icon {
|
|
@@ -578,19 +592,15 @@ svc-tab-test {
|
|
|
578
592
|
opacity: 1;
|
|
579
593
|
}
|
|
580
594
|
|
|
581
|
-
.sl-table__row #remove-row .sv-action-bar-item {
|
|
582
|
-
border: none;
|
|
583
|
-
width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
584
|
-
height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
585
|
-
}
|
|
586
|
-
.sl-table__row #remove-row .sv-action-bar-item__icon use {
|
|
587
|
-
fill: var(--lbr-action-button-icon-color-negative, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
588
|
-
}
|
|
589
|
-
|
|
590
595
|
.sl-table__row.sl-table__row--additional .sl-table__cell .svc-action-button {
|
|
591
596
|
color: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
592
597
|
}
|
|
593
598
|
|
|
599
|
+
.sl-table .svc-action-button {
|
|
600
|
+
padding: var(--ctr-survey-page-header-padding-vertical-with-button, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) 0px;
|
|
601
|
+
margin-left: 0;
|
|
602
|
+
}
|
|
603
|
+
|
|
594
604
|
.sl-table__cell .svc-action-button,
|
|
595
605
|
.sl-table__cell .svc-action-button:hover,
|
|
596
606
|
.sl-table__cell .svc-action-button:focus,
|
|
@@ -604,12 +614,15 @@ svc-tab-test {
|
|
|
604
614
|
font-weight: 400;
|
|
605
615
|
line-height: var(--ctr-font-medium-line-height, var(--ctr-medium-bold-line-height, 32px));
|
|
606
616
|
font-weight: 700;
|
|
617
|
+
--thm-logic-header-max-height: var(--ctr-font-medium-line-height, var(--ctr-medium-bold-line-height, calcSize(4)));
|
|
607
618
|
background: transparent;
|
|
608
619
|
outline: none;
|
|
609
620
|
border: none;
|
|
610
621
|
box-shadow: none;
|
|
622
|
+
border-radius: 0;
|
|
611
623
|
color: var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91));
|
|
612
|
-
|
|
624
|
+
box-sizing: content-box;
|
|
625
|
+
max-height: calc(3 * var(--thm-logic-header-max-height));
|
|
613
626
|
overflow: hidden;
|
|
614
627
|
display: -webkit-box;
|
|
615
628
|
-webkit-line-clamp: 3;
|
|
@@ -746,7 +759,7 @@ svc-tab-test {
|
|
|
746
759
|
}
|
|
747
760
|
|
|
748
761
|
.sl-question__header--left {
|
|
749
|
-
margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
762
|
+
margin-right: var(--ctr-expression-items-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
750
763
|
}
|
|
751
764
|
|
|
752
765
|
.sl-row .sd-scrollable-container:not(.sd-scrollable-container--compact) {
|
|
@@ -772,7 +785,7 @@ svc-tab-test {
|
|
|
772
785
|
}
|
|
773
786
|
|
|
774
787
|
.sl-row--multiple .sl-question {
|
|
775
|
-
padding-right: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
788
|
+
padding-right: var(--ctr-expression-items-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
776
789
|
}
|
|
777
790
|
|
|
778
791
|
.svc-logic-question-text-editor {
|
|
@@ -1019,9 +1032,13 @@ svc-tab-test {
|
|
|
1019
1032
|
.st-properties .spg-table .spg-table__question-wrapper .spg-selectbase__label {
|
|
1020
1033
|
gap: 0;
|
|
1021
1034
|
}
|
|
1035
|
+
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__caption {
|
|
1036
|
+
color: var(--ctr-checkbox-text-color-disabled, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
1037
|
+
}
|
|
1022
1038
|
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__rectangle,
|
|
1023
1039
|
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__rectangle:hover {
|
|
1024
|
-
|
|
1040
|
+
border: var(--ctr-checkbox-border-width, 1px) solid var(--ctr-checkbox-border-color-disabled, rgba(0, 0, 0, 0.16));
|
|
1041
|
+
background: var(--ctr-checkbox-background-color-disabled, #f3f3f3);
|
|
1025
1042
|
}
|
|
1026
1043
|
.st-properties .spg-matrixdynamic__dragged-row {
|
|
1027
1044
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -1400,7 +1417,7 @@ td.st-table__cell:first-of-type span {
|
|
|
1400
1417
|
|
|
1401
1418
|
.svc-logic-operator--action.sl-paneldynamic__add-btn,
|
|
1402
1419
|
.svc-logic-operator--operator.sl-paneldynamic__add-btn {
|
|
1403
|
-
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1420
|
+
margin-top: var(--ctr-expression-rows-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
1404
1421
|
}
|
|
1405
1422
|
|
|
1406
1423
|
.svc-logic-operator--action.sl-paneldynamic__add-btn {
|
|
@@ -1441,50 +1458,35 @@ td.st-table__cell:first-of-type span {
|
|
|
1441
1458
|
display: none;
|
|
1442
1459
|
}
|
|
1443
1460
|
|
|
1444
|
-
.svc-action-button.svc-
|
|
1445
|
-
outline: none;
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
.svc-action-button--icon.svc-logic-condition-remove.svc-icon-remove {
|
|
1461
|
+
.svc-action-button--icon.svc-icon-remove {
|
|
1449
1462
|
display: none;
|
|
1450
|
-
|
|
1451
|
-
|
|
1463
|
+
padding: var(--ctr-expression-item-padding-top, 8px) var(--ctr-expression-item-padding-right-icon-only, 8px) var(--ctr-expression-item-padding-bottom, 8px) var(--ctr-expression-item-padding-left-icon-only, 8px);
|
|
1464
|
+
border-radius: var(--ctr-expression-item-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
1452
1465
|
background: none;
|
|
1453
1466
|
justify-content: center;
|
|
1454
1467
|
align-items: center;
|
|
1455
|
-
|
|
1468
|
+
outline: none;
|
|
1469
|
+
border: none;
|
|
1456
1470
|
}
|
|
1457
|
-
.svc-action-button--icon.svc-
|
|
1458
|
-
width:
|
|
1459
|
-
height:
|
|
1471
|
+
.svc-action-button--icon.svc-icon-remove .sv-svg-icon {
|
|
1472
|
+
width: var(--ctr-expression-item-icon-width, 24px);
|
|
1473
|
+
height: var(--ctr-expression-item-icon-height, 24px);
|
|
1460
1474
|
}
|
|
1461
|
-
.svc-action-button--icon.svc-
|
|
1462
|
-
fill: var(--ctr-
|
|
1475
|
+
.svc-action-button--icon.svc-icon-remove use {
|
|
1476
|
+
fill: var(--ctr-expression-item-icon-color, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
1463
1477
|
}
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
fill: var(--ctr-survey-action-button-icon-color-disabled, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
1478
|
+
.svc-action-button--icon.svc-icon-remove:focus, .svc-action-button--icon.svc-icon-remove:hover {
|
|
1479
|
+
background-color: var(--ctr-expression-item-background-color-remove-button-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
1467
1480
|
}
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
.sl-panel-wrapper--in-row:focus-within .svc-logic-condition-remove.svc-icon-remove {
|
|
1471
|
-
display: block;
|
|
1481
|
+
.svc-action-button--icon.svc-icon-remove.svc-action-button--disabled {
|
|
1482
|
+
fill: var(--ctr-survey-action-button-icon-color-disabled, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
1472
1483
|
}
|
|
1473
1484
|
|
|
1474
|
-
.sl-panel-wrapper--in-row:hover .svc-
|
|
1475
|
-
.sl-panel-wrapper--in-row:focus-within .svc-
|
|
1485
|
+
.sl-panel-wrapper--in-row:hover .svc-icon-remove,
|
|
1486
|
+
.sl-panel-wrapper--in-row:focus-within .svc-icon-remove {
|
|
1476
1487
|
display: flex;
|
|
1477
1488
|
}
|
|
1478
1489
|
|
|
1479
|
-
.svc-logic-condition-remove.svc-icon-remove:hover,
|
|
1480
|
-
.svc-logic-condition-remove.svc-icon-remove:focus {
|
|
1481
|
-
background-color: var(--ctr-library-action-button-background-color-negative-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
.svc-logic-condition-remove-question {
|
|
1485
|
-
height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
1490
|
.svc-logic-paneldynamic__button.svc-logic-paneldynamic__remove-btn {
|
|
1489
1491
|
display: none;
|
|
1490
1492
|
}
|
|
@@ -1514,7 +1516,7 @@ td.st-table__cell:first-of-type span {
|
|
|
1514
1516
|
.svc-logic-tab__content .svc-logic-tab__content-action {
|
|
1515
1517
|
margin-left: 25%;
|
|
1516
1518
|
margin-right: 25%;
|
|
1517
|
-
margin-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1519
|
+
margin-top: var(--ctr-surface-gap, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
1518
1520
|
margin-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1519
1521
|
}
|
|
1520
1522
|
.svc-logic-tab__content .svc-logic-tab__content-action--disabled {
|
|
@@ -1784,11 +1786,32 @@ svc-tab-designer {
|
|
|
1784
1786
|
right: 0;
|
|
1785
1787
|
}
|
|
1786
1788
|
|
|
1789
|
+
.svc-creator__toolbox--right .svc-tab-designer__toolbar,
|
|
1790
|
+
[dir=rtl] .svc-tab-designer__toolbar,
|
|
1791
|
+
[style*="direction:rtl"] .svc-tab-designer__toolbar,
|
|
1792
|
+
[style*="direction: rtl"] .svc-tab-designer__toolbar {
|
|
1793
|
+
position: absolute;
|
|
1794
|
+
bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1795
|
+
right: unset;
|
|
1796
|
+
left: 0;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1787
1799
|
.svc-tab-designer__surface-toolbar {
|
|
1788
1800
|
padding: var(--ctr-surface-toolbar-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
1789
1801
|
gap: var(--ctr-surface-toolbar-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1790
1802
|
flex-direction: column;
|
|
1791
1803
|
}
|
|
1804
|
+
.svc-tab-designer__surface-toolbar .sv-action-bar-separator {
|
|
1805
|
+
background: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
1806
|
+
height: var(--ctr-separator-width, 1px);
|
|
1807
|
+
width: var(--ctr-page-navigator-button-icon-width, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1808
|
+
padding: 0px var(--ctr-separator-margin-vertical-small, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1809
|
+
margin-bottom: var(--ctr-surface-toolbar-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1810
|
+
margin-right: 0;
|
|
1811
|
+
}
|
|
1812
|
+
.svc-tab-designer__surface-toolbar .sv-action__content {
|
|
1813
|
+
flex-direction: column;
|
|
1814
|
+
}
|
|
1792
1815
|
/*!************************************************************************************************************************************************************************!*\
|
|
1793
1816
|
!*** 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 ***!
|
|
1794
1817
|
\************************************************************************************************************************************************************************/
|
|
@@ -2169,24 +2192,21 @@ svc-tab-designer {
|
|
|
2169
2192
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover .sv-list__item-icon use {
|
|
2170
2193
|
fill: var(--ctr-list-item-icon-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2171
2194
|
}
|
|
2172
|
-
.svc-creator-popup .sv-list__item--selected
|
|
2173
|
-
.svc-creator-popup .sv-list__item--selected:hover
|
|
2174
|
-
.svc-creator-popup .sv-list__item--selected:focus
|
|
2175
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group > .sv-list__item-body {
|
|
2195
|
+
.svc-creator-popup .sv-list__item--group-selected > .sv-list__item-body,
|
|
2196
|
+
.svc-creator-popup .sv-list__item--group-selected:hover > .sv-list__item-body,
|
|
2197
|
+
.svc-creator-popup .sv-list__item--group-selected:focus > .sv-list__item-body {
|
|
2176
2198
|
background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2177
2199
|
color: var(--ctr-list-item-text-color-selected-submenu, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2178
2200
|
font-weight: 400;
|
|
2179
2201
|
}
|
|
2180
|
-
.svc-creator-popup .sv-list__item--selected
|
|
2181
|
-
.svc-creator-popup .sv-list__item--selected:hover
|
|
2182
|
-
.svc-creator-popup .sv-list__item--selected:focus
|
|
2183
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list__item-icon use {
|
|
2202
|
+
.svc-creator-popup .sv-list__item--group-selected .sv-list__item-icon use,
|
|
2203
|
+
.svc-creator-popup .sv-list__item--group-selected:hover .sv-list__item-icon use,
|
|
2204
|
+
.svc-creator-popup .sv-list__item--group-selected:focus .sv-list__item-icon use {
|
|
2184
2205
|
fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2185
2206
|
}
|
|
2186
|
-
.svc-creator-popup .sv-list__item--selected
|
|
2187
|
-
.svc-creator-popup .sv-list__item--selected:hover
|
|
2188
|
-
.svc-creator-popup .sv-list__item--selected:focus
|
|
2189
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list-item__marker-icon use {
|
|
2207
|
+
.svc-creator-popup .sv-list__item--group-selected .sv-list-item__marker-icon use,
|
|
2208
|
+
.svc-creator-popup .sv-list__item--group-selected:hover .sv-list-item__marker-icon use,
|
|
2209
|
+
.svc-creator-popup .sv-list__item--group-selected:focus .sv-list-item__marker-icon use {
|
|
2190
2210
|
fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2191
2211
|
}
|
|
2192
2212
|
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:focus .sv-list__item-icon use,
|
|
@@ -3226,17 +3246,18 @@ svc-page-navigator,
|
|
|
3226
3246
|
\*********************************************************************************************************************************************************************************************************/
|
|
3227
3247
|
svc-page-navigator-item,
|
|
3228
3248
|
.svc-page-navigator-item {
|
|
3229
|
-
display:
|
|
3230
|
-
|
|
3231
|
-
height: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3232
|
-
min-height: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3249
|
+
display: flex;
|
|
3250
|
+
justify-content: center;
|
|
3233
3251
|
cursor: pointer;
|
|
3234
|
-
position: relative;
|
|
3235
3252
|
}
|
|
3236
3253
|
|
|
3237
3254
|
.svc-page-navigator-item-content {
|
|
3238
|
-
|
|
3239
|
-
|
|
3255
|
+
display: flex;
|
|
3256
|
+
padding: var(--ctr-page-navigator-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3257
|
+
gap: var(--ctr-page-navigator-item-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3258
|
+
justify-content: flex-end;
|
|
3259
|
+
align-items: center;
|
|
3260
|
+
position: relative;
|
|
3240
3261
|
}
|
|
3241
3262
|
.svc-page-navigator-item-content:hover, .svc-page-navigator-item-content:focus {
|
|
3242
3263
|
outline: none;
|
|
@@ -3259,14 +3280,45 @@ svc-page-navigator-item,
|
|
|
3259
3280
|
}
|
|
3260
3281
|
|
|
3261
3282
|
.svc-page-navigator-item__dot {
|
|
3262
|
-
|
|
3283
|
+
display: flex;
|
|
3284
|
+
width: var(--ctr-page-navigator-item-dot-container-width, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3285
|
+
height: var(--ctr-page-navigator-item-dot-container-height, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3286
|
+
justify-content: center;
|
|
3287
|
+
align-items: center;
|
|
3288
|
+
}
|
|
3289
|
+
|
|
3290
|
+
.svc-page-navigator-item__dot-content {
|
|
3291
|
+
width: var(--ctr-page-navigator-item-dot-radius-small, calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3292
|
+
height: var(--ctr-page-navigator-item-dot-radius-small, calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3293
|
+
flex-shrink: 0;
|
|
3294
|
+
background: var(--ctr-page-navigator-item-dot-color-default, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
3295
|
+
border-radius: var(--ctr-page-navigator-item-dot-radius-small, calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
.svc-page-navigator-item__banner {
|
|
3299
|
+
display: flex;
|
|
3300
|
+
overflow: hidden;
|
|
3301
|
+
white-space: nowrap;
|
|
3302
|
+
text-overflow: ellipsis;
|
|
3303
|
+
padding: var(--ctr-page-navigator-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-left-hovered, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3304
|
+
justify-content: flex-end;
|
|
3305
|
+
align-items: center;
|
|
3306
|
+
gap: var(--ctr-page-navigator-item-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3307
|
+
border-radius: var(--ctr-page-navigator-item-corner-radius, 1024px);
|
|
3308
|
+
background: var(--ctr-page-navigator-item-background-color-hovered, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
3309
|
+
box-shadow: var(--ctr-page-navigator-item-shadow-hovered-1-offset-x, 0px) var(--ctr-page-navigator-item-shadow-hovered-1-offset-y, 2px) var(--ctr-page-navigator-item-shadow-hovered-1-blur, 6px) var(--ctr-page-navigator-item-shadow-hovered-1-spread, 0px) var(--ctr-page-navigator-item-shadow-hovered-1-color, rgba(0, 0, 0, 0.1)), var(--ctr-page-navigator-item-shadow-hovered-2-offset-x, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-offset-y, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-blur, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-spread, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-color, transparent);
|
|
3310
|
+
opacity: 0;
|
|
3311
|
+
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
3263
3312
|
position: absolute;
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3313
|
+
top: 0;
|
|
3314
|
+
right: 0;
|
|
3315
|
+
}
|
|
3316
|
+
.svc-page-navigator-item__banner .svc-page-navigator-item__dot-content {
|
|
3317
|
+
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3318
|
+
height: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3319
|
+
flex-shrink: 0;
|
|
3320
|
+
background: var(--ctr-page-navigator-item-dot-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3321
|
+
border-radius: 100%;
|
|
3270
3322
|
}
|
|
3271
3323
|
|
|
3272
3324
|
.svc-page-navigator-item__text {
|
|
@@ -3282,42 +3334,19 @@ svc-page-navigator-item,
|
|
|
3282
3334
|
color: var(--ctr-page-navigator-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
3283
3335
|
}
|
|
3284
3336
|
|
|
3285
|
-
.svc-page-navigator-item--selected .svc-page-navigator-item__dot {
|
|
3286
|
-
width: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3287
|
-
height: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3288
|
-
|
|
3289
|
-
top: calc(50% - 1.5 * var(--sjs-base-unit, var(--base-unit, 8px)) / 2);
|
|
3337
|
+
.svc-page-navigator-item--selected .svc-page-navigator-item__dot-content {
|
|
3338
|
+
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3339
|
+
height: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3340
|
+
flex-shrink: 0;
|
|
3290
3341
|
background: var(--ctr-page-navigator-item-dot-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
3291
|
-
border:
|
|
3342
|
+
border-style: solid;
|
|
3343
|
+
border-width: 2px;
|
|
3344
|
+
border-color: var(--ctr-page-navigator-item-dot-border-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3292
3345
|
}
|
|
3293
3346
|
|
|
3294
|
-
.svc-page-navigator-item__banner
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
text-overflow: ellipsis;
|
|
3298
|
-
right: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3299
|
-
display: flex;
|
|
3300
|
-
align-items: center;
|
|
3301
|
-
animation: 0.5s ease-in;
|
|
3302
|
-
opacity: 0;
|
|
3303
|
-
max-width: 0;
|
|
3304
|
-
z-index: 20;
|
|
3305
|
-
position: absolute;
|
|
3306
|
-
top: 0;
|
|
3307
|
-
height: 100%;
|
|
3308
|
-
background-color: var(--ctr-page-navigator-item-background-color-hovered, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
3309
|
-
box-shadow: var(--ctr-page-navigator-item-shadow-hovered-1-offset-x, 0px) var(--ctr-page-navigator-item-shadow-hovered-1-offset-y, 2px) var(--ctr-page-navigator-item-shadow-hovered-1-blur, 6px) var(--ctr-page-navigator-item-shadow-hovered-1-spread, 0px) var(--ctr-page-navigator-item-shadow-hovered-1-color, rgba(0, 0, 0, 0.1)), var(--ctr-page-navigator-item-shadow-hovered-2-offset-x, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-offset-y, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-blur, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-spread, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-color, transparent);
|
|
3310
|
-
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
3311
|
-
border-radius: var(--ctr-page-navigator-item-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3312
|
-
padding: var(--ctr-page-navigator-item-padding-top, 0) var(--ctr-page-navigator-item-padding-right, 0) var(--ctr-page-navigator-item-padding-bottom, 0) var(--ctr-page-navigator-item-padding-left-hovered, 0);
|
|
3313
|
-
flex-direction: row;
|
|
3314
|
-
gap: var(--ctr-page-navigator-item-gap, 8px);
|
|
3315
|
-
}
|
|
3316
|
-
.svc-page-navigator-item__banner .svc-page-navigator-item__dot {
|
|
3317
|
-
position: absolute;
|
|
3318
|
-
display: inline-block;
|
|
3319
|
-
top: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3320
|
-
right: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3347
|
+
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3348
|
+
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3349
|
+
opacity: 1;
|
|
3321
3350
|
}
|
|
3322
3351
|
|
|
3323
3352
|
.svc-creator__toolbox--right .svc-page-navigator-item__banner,
|
|
@@ -3325,42 +3354,10 @@ svc-page-navigator-item,
|
|
|
3325
3354
|
[style*="direction:rtl"] .svc-page-navigator-item__banner,
|
|
3326
3355
|
[style*="direction: rtl"] .svc-page-navigator-item__banner {
|
|
3327
3356
|
right: unset;
|
|
3328
|
-
left:
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
[dir=rtl] .svc-page-navigator-item__banner .svc-page-navigator-item__dot,
|
|
3332
|
-
[style*="direction:rtl"] .svc-page-navigator-item__banner .svc-page-navigator-item__dot,
|
|
3333
|
-
[style*="direction: rtl"] .svc-page-navigator-item__banner .svc-page-navigator-item__dot {
|
|
3334
|
-
right: unset;
|
|
3335
|
-
left: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3336
|
-
}
|
|
3337
|
-
|
|
3338
|
-
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3339
|
-
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3340
|
-
padding: 0 calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3341
|
-
max-width: calc(25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3342
|
-
opacity: 1;
|
|
3343
|
-
background: var(--ctr-page-navigator-item-background-color-hovered, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
3344
|
-
}
|
|
3345
|
-
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__dot,
|
|
3346
|
-
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__dot {
|
|
3347
|
-
border: none;
|
|
3348
|
-
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3349
|
-
height: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3350
|
-
background: var(--ctr-page-navigator-item-dot-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3351
|
-
}
|
|
3352
|
-
|
|
3353
|
-
.svc-creator__toolbox--right .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3354
|
-
.svc-creator__toolbox--right .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,
|
|
3355
|
-
[dir=rtl] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3356
|
-
[dir=rtl] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,
|
|
3357
|
-
[style*="direction:rtl"] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3358
|
-
[style*="direction:rtl"] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,
|
|
3359
|
-
[style*="direction: rtl"] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3360
|
-
[style*="direction: rtl"] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3361
|
-
padding: 0 calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3357
|
+
left: 0;
|
|
3358
|
+
padding: var(--ctr-page-navigator-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-left-hovered, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3359
|
+
direction: rtl;
|
|
3362
3360
|
}
|
|
3363
|
-
|
|
3364
3361
|
.svc-page-navigator-item--disabled .svc-page-navigator-item__banner {
|
|
3365
3362
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
3366
3363
|
opacity: 0.25;
|
|
@@ -3715,14 +3712,16 @@ svc-page {
|
|
|
3715
3712
|
fill: var(--ctr-button-contextual-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
3716
3713
|
}
|
|
3717
3714
|
|
|
3718
|
-
.svc-page--drag-over-empty:after {
|
|
3715
|
+
.svc-page--drag-over-empty .svc-page__footer:after {
|
|
3719
3716
|
content: " ";
|
|
3720
3717
|
position: absolute;
|
|
3721
3718
|
background: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
3722
3719
|
left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3723
3720
|
bottom: calc(11.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3724
|
-
width:
|
|
3725
|
-
height:
|
|
3721
|
+
width: 100%;
|
|
3722
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3723
|
+
left: 0;
|
|
3724
|
+
top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
3726
3725
|
}
|
|
3727
3726
|
|
|
3728
3727
|
.svc-page--drag-over-empty-no-add-button:after {
|
|
@@ -3753,8 +3752,8 @@ svc-page {
|
|
|
3753
3752
|
.svc-question__adorner .sv-popup--overlay .sv-list__item-body {
|
|
3754
3753
|
pointer-events: none;
|
|
3755
3754
|
}
|
|
3756
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--selected
|
|
3757
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--selected
|
|
3755
|
+
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body,
|
|
3756
|
+
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body {
|
|
3758
3757
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3759
3758
|
--ctr-default-line-height: calc(1.5 * var(--default-font-size));
|
|
3760
3759
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -3766,8 +3765,8 @@ svc-page {
|
|
|
3766
3765
|
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
3767
3766
|
color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
|
3768
3767
|
}
|
|
3769
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--selected
|
|
3770
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--selected
|
|
3768
|
+
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body use,
|
|
3769
|
+
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body use {
|
|
3771
3770
|
fill: var(--sjs-general-backcolor, var(--background, #fff));
|
|
3772
3771
|
}
|
|
3773
3772
|
|
|
@@ -3948,21 +3947,26 @@ svc-page {
|
|
|
3948
3947
|
}
|
|
3949
3948
|
|
|
3950
3949
|
.svc-row__drop-indicator--top {
|
|
3951
|
-
top:
|
|
3950
|
+
top: calc(var(--sjs-base-unit, var(--base-unit, 8px)) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
3952
3951
|
}
|
|
3953
3952
|
|
|
3954
3953
|
.svc-row__drop-indicator--bottom {
|
|
3955
|
-
bottom: -
|
|
3954
|
+
bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - -0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
3956
3955
|
}
|
|
3957
3956
|
|
|
3958
3957
|
.svc-row--drag-over-top > .svc-row__drop-indicator--top {
|
|
3959
3958
|
opacity: 1;
|
|
3960
|
-
height:
|
|
3959
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3961
3960
|
}
|
|
3962
3961
|
|
|
3963
3962
|
.svc-row--drag-over-bottom > .svc-row__drop-indicator--bottom {
|
|
3964
3963
|
opacity: 1;
|
|
3965
|
-
height:
|
|
3964
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3965
|
+
}
|
|
3966
|
+
|
|
3967
|
+
.svc-question__content--panel .svc-row__drop-indicator--top,
|
|
3968
|
+
.sd-panel__content .svc-row__drop-indicator--top {
|
|
3969
|
+
top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
3966
3970
|
}
|
|
3967
3971
|
|
|
3968
3972
|
.svc-question__content--panel .svc-row--drag-over-top:before,
|
|
@@ -4697,46 +4701,46 @@ svc-question {
|
|
|
4697
4701
|
}
|
|
4698
4702
|
|
|
4699
4703
|
.svc-question__drop-indicator--left {
|
|
4700
|
-
left: -
|
|
4704
|
+
left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4701
4705
|
}
|
|
4702
4706
|
|
|
4703
4707
|
.svc-question__drop-indicator--right {
|
|
4704
|
-
right: -
|
|
4708
|
+
right: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4705
4709
|
}
|
|
4706
4710
|
|
|
4707
4711
|
.svc-question__drop-indicator--top {
|
|
4708
|
-
top: -
|
|
4712
|
+
top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4709
4713
|
}
|
|
4710
4714
|
|
|
4711
4715
|
.svc-question__drop-indicator--bottom {
|
|
4712
|
-
bottom: -
|
|
4716
|
+
bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4713
4717
|
}
|
|
4714
4718
|
|
|
4715
4719
|
.svc-question__content--drag-over-left > .svc-question__drop-indicator--left {
|
|
4716
4720
|
opacity: 1;
|
|
4717
|
-
width:
|
|
4721
|
+
width: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4718
4722
|
}
|
|
4719
4723
|
|
|
4720
4724
|
.svc-question__content--drag-over-right > .svc-question__drop-indicator--right {
|
|
4721
4725
|
opacity: 1;
|
|
4722
|
-
width:
|
|
4726
|
+
width: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4723
4727
|
}
|
|
4724
4728
|
|
|
4725
4729
|
.svc-question__content--drag-over-top > .svc-question__drop-indicator--top {
|
|
4726
4730
|
opacity: 1;
|
|
4727
|
-
height:
|
|
4731
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4728
4732
|
}
|
|
4729
4733
|
|
|
4730
4734
|
.svc-question__content--drag-over-bottom > .svc-question__drop-indicator--bottom {
|
|
4731
4735
|
opacity: 1;
|
|
4732
|
-
height:
|
|
4736
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4733
4737
|
}
|
|
4734
4738
|
|
|
4735
4739
|
.sd-panel .svc-question__content--drag-over-left .svc-question__drop-indicator--left {
|
|
4736
|
-
left: -
|
|
4740
|
+
left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) + 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4737
4741
|
}
|
|
4738
4742
|
.sd-panel .svc-question__content--drag-over-right .svc-question__drop-indicator--right {
|
|
4739
|
-
right: -
|
|
4743
|
+
right: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) + 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4740
4744
|
}
|
|
4741
4745
|
|
|
4742
4746
|
.svc-question__content--panel .sd-row > div:first-child .svc-question__content--drag-over-left,
|
|
@@ -4751,11 +4755,11 @@ svc-question {
|
|
|
4751
4755
|
}
|
|
4752
4756
|
.svc-question__content--panel .svc-question__content--drag-over-top .svc-question__drop-indicator--top,
|
|
4753
4757
|
.sd-panel__content .svc-question__content--drag-over-top .svc-question__drop-indicator--top {
|
|
4754
|
-
top: -
|
|
4758
|
+
top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) + 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4755
4759
|
}
|
|
4756
4760
|
.svc-question__content--panel .svc-question__content--drag-over-bottom .svc-question__drop-indicator--bottom,
|
|
4757
4761
|
.sd-panel__content .svc-question__content--drag-over-bottom .svc-question__drop-indicator--bottom {
|
|
4758
|
-
bottom: -
|
|
4762
|
+
bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) + 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4759
4763
|
}
|
|
4760
4764
|
|
|
4761
4765
|
.svc-question__content-actions > .sv-action-bar {
|
|
@@ -5204,6 +5208,10 @@ svc-question .sv-action-bar,
|
|
|
5204
5208
|
padding-right: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5205
5209
|
overflow-x: auto;
|
|
5206
5210
|
}
|
|
5211
|
+
.svc-question__content .sd-question--description-under-input .sd-question__content {
|
|
5212
|
+
margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5213
|
+
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
5214
|
+
}
|
|
5207
5215
|
.svc-question__content .sd-composite .sd-question__content {
|
|
5208
5216
|
margin-left: 0;
|
|
5209
5217
|
margin-right: 0;
|
|
@@ -6628,6 +6636,7 @@ svc-question .sv-action-bar,
|
|
|
6628
6636
|
/*!*******************************************************************************************************************************************************************************************!*\
|
|
6629
6637
|
!*** 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/toolbox/toolbox-tool.scss ***!
|
|
6630
6638
|
\*******************************************************************************************************************************************************************************************/
|
|
6639
|
+
@charset "UTF-8";
|
|
6631
6640
|
.svc-toolbox__item {
|
|
6632
6641
|
display: flex;
|
|
6633
6642
|
position: relative;
|
|
@@ -6761,6 +6770,8 @@ svc-question .sv-action-bar,
|
|
|
6761
6770
|
padding-inline-end: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6762
6771
|
white-space: nowrap;
|
|
6763
6772
|
color: var(--ctr-toolbox-item-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
6773
|
+
overflow: hidden;
|
|
6774
|
+
text-overflow: ellipsis;
|
|
6764
6775
|
}
|
|
6765
6776
|
|
|
6766
6777
|
.svc-toolbox__tool:hover .svc-toolbox__item-banner,
|
|
@@ -6830,6 +6841,7 @@ svc-question .sv-action-bar,
|
|
|
6830
6841
|
inset-inline-end: var(--ctr-toolbox-item-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6831
6842
|
margin-inline-end: var(--ctr-toolbox-item-submenu-button-margin-right, 0);
|
|
6832
6843
|
top: calc(var(--ctr-toolbox-item-padding-top, var(--dft-toolbox-item-padding-top)) + var(--ctr-toolbox-gap, var(--dft-toolbox-gap)));
|
|
6844
|
+
bottom: var(--ctr-toolbox-item-padding-bottom, var(--dft-toolbox-item-padding-bottom));
|
|
6833
6845
|
display: inline-flex;
|
|
6834
6846
|
padding: var(--ctr-toolbox-item-submenu-button-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-submenu-button-padding-right, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-submenu-button-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-submenu-button-padding-left, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6835
6847
|
box-sizing: border-box;
|
|
@@ -6955,6 +6967,19 @@ svc-question .sv-action-bar,
|
|
|
6955
6967
|
box-sizing: border-box;
|
|
6956
6968
|
align-self: flex-start;
|
|
6957
6969
|
}
|
|
6970
|
+
.svc-toolbox--compact .svc-toolbox__item:after {
|
|
6971
|
+
content: " ";
|
|
6972
|
+
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6973
|
+
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
6974
|
+
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
6975
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
6976
|
+
font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
|
|
6977
|
+
font-style: normal;
|
|
6978
|
+
font-weight: 400;
|
|
6979
|
+
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
6980
|
+
font-weight: 600;
|
|
6981
|
+
width: 0;
|
|
6982
|
+
}
|
|
6958
6983
|
.svc-toolbox--compact .svc-toolbox__tool--dots {
|
|
6959
6984
|
padding-inline-end: 0;
|
|
6960
6985
|
padding-inline-start: 0;
|
|
@@ -6988,12 +7013,6 @@ svc-question .sv-action-bar,
|
|
|
6988
7013
|
var(--ctr-toolbox-group-padding-right) +
|
|
6989
7014
|
var(--ctr-tooltip-pointer-height) * 2
|
|
6990
7015
|
);
|
|
6991
|
-
--thm-toolbox-separator-width-compact: calc(
|
|
6992
|
-
var(--ctr-toolbox-item-icon-width) +
|
|
6993
|
-
var(--ctr-toolbox-item-padding-right-no-text) +
|
|
6994
|
-
var(--ctr-toolbox-item-padding-left-no-text)
|
|
6995
|
-
);
|
|
6996
|
-
--thm-toolbox-separator-width: var(--ctr-toolbox-min-width);
|
|
6997
7016
|
--toolbox-width: var(--ctr-toolbox-min-width, 224.984375px /*calcSize(28)*/);
|
|
6998
7017
|
--toolbox-width-compact: var(--thm-toolbox-width-compact, var(--dft-toolbox-width-compact));
|
|
6999
7018
|
width: auto;
|
|
@@ -7011,7 +7030,7 @@ svc-question .sv-action-bar,
|
|
|
7011
7030
|
flex-direction: column;
|
|
7012
7031
|
border-inline-end: var(--ctr-toolbox-border-width-right, 0px) solid var(--ctr-toolbox-border-color, transparent);
|
|
7013
7032
|
background: var(--ctr-toolbox-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
7014
|
-
width: var(--toolbox-width);
|
|
7033
|
+
min-width: var(--toolbox-width);
|
|
7015
7034
|
}
|
|
7016
7035
|
|
|
7017
7036
|
.svc-toolbox .svc-scroll__scroller {
|
|
@@ -7034,6 +7053,7 @@ svc-question .sv-action-bar,
|
|
|
7034
7053
|
.svc-toolbox--compact .svc-toolbox__panel {
|
|
7035
7054
|
overflow: visible;
|
|
7036
7055
|
width: var(--toolbox-width-compact);
|
|
7056
|
+
min-width: var(--toolbox-width-compact);
|
|
7037
7057
|
}
|
|
7038
7058
|
.svc-toolbox--compact .svc-scroll__scroller {
|
|
7039
7059
|
width: 100vw;
|
|
@@ -7051,13 +7071,16 @@ svc-question .sv-action-bar,
|
|
|
7051
7071
|
padding-bottom: calc(var(--ctr-toolbox-separator-padding-top, 8px) + var(--ctr-toolbox-gap, 4px));
|
|
7052
7072
|
}
|
|
7053
7073
|
.svc-toolbox--compact .svc-toolbox__category-separator {
|
|
7054
|
-
width: var(--thm-toolbox-separator-width-compact, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7055
7074
|
box-sizing: content-box;
|
|
7056
7075
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7057
7076
|
padding-inline-start: var(--ctr-toolbox-separator-padding-left-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7058
7077
|
margin-inline-end: calc(0px - var(--ctr-toolbox-group-padding-right-compact, 12px) - var(--ctr-toolbox-item-margin-horizontal-no-text, 4px));
|
|
7059
7078
|
margin-inline-start: calc(0px - var(--ctr-toolbox-group-padding-left-compact, 12px) - var(--ctr-toolbox-item-margin-horizontal-no-text, 4px));
|
|
7060
7079
|
}
|
|
7080
|
+
.svc-toolbox--compact .svc-toolbox__category-separator--search {
|
|
7081
|
+
margin-inline-end: 0;
|
|
7082
|
+
margin-inline-start: 0;
|
|
7083
|
+
}
|
|
7061
7084
|
|
|
7062
7085
|
.svc-toolbox__tool.svc-toolbox__search-button {
|
|
7063
7086
|
z-index: 20;
|
|
@@ -7086,7 +7109,7 @@ svc-question .sv-action-bar,
|
|
|
7086
7109
|
}
|
|
7087
7110
|
.svc-toolbox--flyout .svc-toolbox__panel {
|
|
7088
7111
|
z-index: 200;
|
|
7089
|
-
width:
|
|
7112
|
+
width: fit-content;
|
|
7090
7113
|
position: relative;
|
|
7091
7114
|
box-shadow: var(--ctr-toolbox-shadow-floating-2-offset-x, 0px) var(--ctr-toolbox-shadow-floating-2-offset-y, 8px) var(--ctr-toolbox-shadow-floating-2-blur, 16px) var(--ctr-toolbox-shadow-floating-2-spread, 0px) var(--ctr-toolbox-shadow-floating-2-color, rgba(0, 0, 0, 0.1)), var(--ctr-toolbox-shadow-floating-1-offset-x, 0px) var(--ctr-toolbox-shadow-floating-1-offset-y, 2px) var(--ctr-toolbox-shadow-floating-1-blur, 6px) var(--ctr-toolbox-shadow-floating-1-spread, 0px) var(--ctr-toolbox-shadow-floating-1-color, rgba(0, 0, 0, 0.1));
|
|
7092
7115
|
transition: box-shadow var(--sjs-creator-transition-duration, 150ms);
|
|
@@ -7116,7 +7139,6 @@ svc-question .sv-action-bar,
|
|
|
7116
7139
|
}
|
|
7117
7140
|
|
|
7118
7141
|
.svc-toolbox__category-separator {
|
|
7119
|
-
width: var(--thm-toolbox-separator-width, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7120
7142
|
box-sizing: border-box;
|
|
7121
7143
|
padding-top: var(--ctr-toolbox-separator-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7122
7144
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -7125,6 +7147,7 @@ svc-question .sv-action-bar,
|
|
|
7125
7147
|
margin-top: var(--ctr-toolbox-gap, 0);
|
|
7126
7148
|
margin-inline-end: calc(0px - var(--ctr-toolbox-group-padding-right, 12px));
|
|
7127
7149
|
margin-inline-start: calc(0px - var(--ctr-toolbox-group-padding-left, 12px));
|
|
7150
|
+
max-width: var(--ctr-toolbox-separator-max-width, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7128
7151
|
}
|
|
7129
7152
|
.svc-toolbox__category-separator:after {
|
|
7130
7153
|
content: "";
|
|
@@ -7136,12 +7159,14 @@ svc-question .sv-action-bar,
|
|
|
7136
7159
|
.svc-toolbox__category-separator--search {
|
|
7137
7160
|
position: absolute;
|
|
7138
7161
|
top: 100%;
|
|
7139
|
-
|
|
7162
|
+
left: 0;
|
|
7163
|
+
right: 0;
|
|
7140
7164
|
align-self: center;
|
|
7141
7165
|
margin-left: auto;
|
|
7142
7166
|
margin-right: auto;
|
|
7143
7167
|
padding: 0;
|
|
7144
7168
|
margin-top: 0;
|
|
7169
|
+
max-width: initial;
|
|
7145
7170
|
}
|
|
7146
7171
|
|
|
7147
7172
|
.svc-toolbox--no-separators .svc-toolbox__category-separator {
|
|
@@ -7314,27 +7339,31 @@ svc-question .sv-action-bar,
|
|
|
7314
7339
|
overflow: hidden;
|
|
7315
7340
|
}
|
|
7316
7341
|
to {
|
|
7317
|
-
width: var(--
|
|
7342
|
+
width: var(--animation-width);
|
|
7318
7343
|
overflow: hidden;
|
|
7319
7344
|
}
|
|
7320
7345
|
}
|
|
7321
7346
|
@keyframes toolboxSeparatorSearchMoveIn {
|
|
7322
7347
|
from {
|
|
7323
|
-
|
|
7348
|
+
padding-inline-end: var(--ctr-toolbox-separator-padding-right-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7349
|
+
padding-inline-start: var(--ctr-toolbox-separator-padding-left-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7324
7350
|
overflow: hidden;
|
|
7325
7351
|
}
|
|
7326
7352
|
to {
|
|
7327
|
-
|
|
7353
|
+
padding-inline-end: 0;
|
|
7354
|
+
padding-inline-start: 0;
|
|
7328
7355
|
overflow: hidden;
|
|
7329
7356
|
}
|
|
7330
7357
|
}
|
|
7331
7358
|
@keyframes toolboxSeparatorMoveIn {
|
|
7332
7359
|
from {
|
|
7333
|
-
|
|
7360
|
+
padding-inline-end: var(--ctr-toolbox-separator-padding-right-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7361
|
+
padding-inline-start: var(--ctr-toolbox-separator-padding-left-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7334
7362
|
overflow: hidden;
|
|
7335
7363
|
}
|
|
7336
7364
|
to {
|
|
7337
|
-
|
|
7365
|
+
padding-inline-end: var(--ctr-toolbox-separator-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7366
|
+
padding-inline-start: var(--ctr-toolbox-separator-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7338
7367
|
overflow: hidden;
|
|
7339
7368
|
}
|
|
7340
7369
|
}
|
|
@@ -7347,6 +7376,7 @@ svc-question .sv-action-bar,
|
|
|
7347
7376
|
animation-timing-function: var(--animation-timing-function);
|
|
7348
7377
|
animation-name: toolboxMoveIn, empty;
|
|
7349
7378
|
animation-fill-mode: forwards;
|
|
7379
|
+
min-width: 0;
|
|
7350
7380
|
}
|
|
7351
7381
|
.svc-toolbox__panel--enter .svc-toolbox__category-separator,
|
|
7352
7382
|
.svc-toolbox__panel--leave .svc-toolbox__category-separator {
|
|
@@ -7374,6 +7404,7 @@ svc-question .sv-action-bar,
|
|
|
7374
7404
|
animation-name: toolboxFadeIn;
|
|
7375
7405
|
animation-fill-mode: forwards;
|
|
7376
7406
|
opacity: 0;
|
|
7407
|
+
text-overflow: initial;
|
|
7377
7408
|
}
|
|
7378
7409
|
|
|
7379
7410
|
.svc-toolbox__panel--enter {
|
|
@@ -8068,7 +8099,7 @@ button.spg-action-button--large {
|
|
|
8068
8099
|
}
|
|
8069
8100
|
|
|
8070
8101
|
.spg-question__title.sd-element__title--disabled {
|
|
8071
|
-
color: var(--ctr-
|
|
8102
|
+
color: var(--ctr-caption-with-actions-text-color-disabled, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
8072
8103
|
}
|
|
8073
8104
|
|
|
8074
8105
|
.spg-question__content {
|
|
@@ -8134,14 +8165,19 @@ button.spg-action-button--large {
|
|
|
8134
8165
|
|
|
8135
8166
|
.spg-question--location--left {
|
|
8136
8167
|
flex-direction: row;
|
|
8137
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
8138
|
-
box-shadow: inset 0 0 0 1px var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
|
8168
|
+
background: var(--ctr-editor-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
8169
|
+
box-shadow: inset 0 0 0 var(--ctr-editor-border-width, 1px) var(--ctr-editor-border-color, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
8139
8170
|
line-height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
8140
8171
|
vertical-align: middle;
|
|
8141
8172
|
align-items: stretch;
|
|
8173
|
+
border-radius: var(--ctr-editor-corner-radius, 0px);
|
|
8142
8174
|
}
|
|
8143
8175
|
.spg-question--location--left:focus-within {
|
|
8144
|
-
box-shadow: inset 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
8176
|
+
box-shadow: inset 0 0 0 var(--ctr-editor-border-width-focused, 2px) var(--ctr-editor-border-color-focused, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
8177
|
+
}
|
|
8178
|
+
|
|
8179
|
+
.spg-question--disabled.spg-question--location--left .spg-question__title {
|
|
8180
|
+
color: var(--ctr-editor-content-text-color-disabled, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
8145
8181
|
}
|
|
8146
8182
|
|
|
8147
8183
|
.spg-question__header--location--left {
|
|
@@ -8151,10 +8187,11 @@ button.spg-action-button--large {
|
|
|
8151
8187
|
flex: 0 0;
|
|
8152
8188
|
display: flex;
|
|
8153
8189
|
align-items: center;
|
|
8190
|
+
padding-inline-start: var(--ctr-editor-padding-left, 0);
|
|
8154
8191
|
}
|
|
8155
8192
|
.spg-question__header--location--left .spg-question__title {
|
|
8156
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
8157
|
-
border-
|
|
8193
|
+
padding: var(--ctr-editor-label-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-label-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-editor-label-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-label-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8194
|
+
border-inline-end: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
8158
8195
|
display: inline-block;
|
|
8159
8196
|
color: var(--ctr-editor-label-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
8160
8197
|
white-space: nowrap;
|
|
@@ -8242,7 +8279,7 @@ sv-question-error > div {
|
|
|
8242
8279
|
.spg-question--highlighted .spg-input-container,
|
|
8243
8280
|
.spg-question--highlighted .spg-question--location--left,
|
|
8244
8281
|
.spg-question--highlighted .spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input {
|
|
8245
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
8282
|
+
box-shadow: inset 0 0 0 var(--ctr-editor-border-width-highlighed, 2px) var(--ctr-editor-border-color-highlighted, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
8246
8283
|
}
|
|
8247
8284
|
.spg-question--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle,
|
|
8248
8285
|
.spg-question--highlighted .spg-matrixdynamic__content.spg-text__content {
|
|
@@ -8300,24 +8337,23 @@ sv-question-error > div {
|
|
|
8300
8337
|
color: var(--ctr-editor-content-text-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
8301
8338
|
}
|
|
8302
8339
|
|
|
8303
|
-
.spg-input:focus,
|
|
8304
|
-
.spg-input.spg-dropdown:focus,
|
|
8305
|
-
.spg-input.spg-dropdown:focus-within,
|
|
8340
|
+
.spg-input:focus:not(:disabled),
|
|
8341
|
+
.spg-input.spg-dropdown:focus:not(:disabled),
|
|
8342
|
+
.spg-input.spg-dropdown:focus-within:not(:disabled),
|
|
8306
8343
|
.spg-input-container:focus-within {
|
|
8307
8344
|
box-shadow: inset 0 0 0 var(--ctr-editor-border-width-focused, 2px) var(--ctr-editor-border-color-focused, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
8308
8345
|
}
|
|
8309
8346
|
|
|
8310
|
-
.spg-input:
|
|
8311
|
-
|
|
8312
|
-
color: var(--ctr-editor-content-text-color-disabled, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
8313
|
-
opacity: var(--ctr-editor-content-text-opacity-disabled, 0.25);
|
|
8314
|
-
background-color: var(--ctr-editor-background-color-disabled, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
8347
|
+
input.spg-input:focus:read-only {
|
|
8348
|
+
box-shadow: inset 0 0 0 var(--ctr-editor-border-width, 1px) var(--ctr-editor-border-color, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
8315
8349
|
}
|
|
8316
8350
|
|
|
8351
|
+
.spg-input:disabled,
|
|
8352
|
+
.spg-input:disabled::placeholder,
|
|
8317
8353
|
input.spg-input:read-only,
|
|
8318
8354
|
input.spg-input:read-only::placeholder {
|
|
8319
|
-
color: var(--sjs-general-forecolor, var(--
|
|
8320
|
-
|
|
8355
|
+
color: color-mix(in srgb, var(--ctr-editor-content-text-color-disabled, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91))), transparent calc(100% - 100% * var(--ctr-editor-content-text-opacity-disabled, 0.25)));
|
|
8356
|
+
background-color: var(--ctr-editor-background-color-disabled, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
8321
8357
|
}
|
|
8322
8358
|
|
|
8323
8359
|
.spg-input[type=color] {
|
|
@@ -8337,6 +8373,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8337
8373
|
padding: var(--ctr-editor-button-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8338
8374
|
line-height: 0;
|
|
8339
8375
|
transition: background var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
|
|
8376
|
+
align-self: stretch;
|
|
8377
|
+
display: flex;
|
|
8378
|
+
align-items: center;
|
|
8379
|
+
justify-content: center;
|
|
8340
8380
|
}
|
|
8341
8381
|
.spg-input__edit-button:focus, .spg-input__edit-button:hover {
|
|
8342
8382
|
background: var(--ctr-editor-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
@@ -8350,6 +8390,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8350
8390
|
fill: var(--ctr-editor-button-icon-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
8351
8391
|
}
|
|
8352
8392
|
|
|
8393
|
+
.spg-input-container--multiline .spg-input__edit-button {
|
|
8394
|
+
align-self: flex-end;
|
|
8395
|
+
}
|
|
8396
|
+
|
|
8353
8397
|
.spg-input__edit-button--disabled,
|
|
8354
8398
|
.spg-input__edit-button:disabled {
|
|
8355
8399
|
opacity: var(--ctr-editor-button-icon-opacity-disabled, 0.25);
|
|
@@ -8408,13 +8452,17 @@ input.spg-input:read-only::placeholder {
|
|
|
8408
8452
|
color: var(--ctr-editor-content-text-color-placeholder, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
8409
8453
|
}
|
|
8410
8454
|
|
|
8411
|
-
.spg-input-container__input:disabled
|
|
8455
|
+
.spg-input-container__input:disabled,
|
|
8456
|
+
.spg-input-container__input:disabled::placeholder {
|
|
8412
8457
|
opacity: var(--ctr-editor-content-text-opacity-disabled, 0.25);
|
|
8458
|
+
color: var(--ctr-editor-content-text-color-disabled, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
8459
|
+
background-color: var(--ctr-editor-background-color-disabled, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
8413
8460
|
}
|
|
8414
8461
|
|
|
8415
8462
|
.spg-input-container__buttons-container {
|
|
8416
8463
|
display: flex;
|
|
8417
8464
|
gap: var(--ctr-editor-buttons-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8465
|
+
align-self: stretch;
|
|
8418
8466
|
}
|
|
8419
8467
|
|
|
8420
8468
|
.spg-dropdown {
|
|
@@ -8423,6 +8471,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8423
8471
|
min-height: calc(var(--ctr-editor-button-icon-height) + var(--ctr-editor-button-padding-top) + var(--ctr-editor-button-padding-bottom) + var(--ctr-editor-padding-top) + var(--ctr-editor-padding-bottom));
|
|
8424
8472
|
}
|
|
8425
8473
|
|
|
8474
|
+
.spg-dropdown--empty .spg-dropdown__value {
|
|
8475
|
+
min-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
8476
|
+
}
|
|
8477
|
+
|
|
8426
8478
|
.spg-dropdown__value {
|
|
8427
8479
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
8428
8480
|
--ctr-default-line-height: calc(1.5 * var(--default-font-size));
|
|
@@ -8433,6 +8485,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8433
8485
|
line-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
8434
8486
|
display: flex;
|
|
8435
8487
|
align-items: center;
|
|
8488
|
+
min-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
8436
8489
|
}
|
|
8437
8490
|
|
|
8438
8491
|
.spg-dropdown__filter-string-input {
|
|
@@ -8447,10 +8500,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8447
8500
|
|
|
8448
8501
|
.spg-dropdown_chevron-button {
|
|
8449
8502
|
width: var(--ctr-editor-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8450
|
-
height: var(--ctr-editor-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8451
8503
|
padding: var(--ctr-editor-button-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8452
8504
|
inset-block-start: var(--ctr-editor-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8453
8505
|
inset-inline-end: var(--ctr-editor-padding-right, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8506
|
+
inset-block-end: var(--ctr-editor-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8454
8507
|
}
|
|
8455
8508
|
.spg-dropdown_chevron-button:hover, .spg-dropdown_chevron-button:focus {
|
|
8456
8509
|
border-radius: var(--ctr-editor-button-corner-radius);
|
|
@@ -8533,7 +8586,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8533
8586
|
flex-direction: column;
|
|
8534
8587
|
align-items: flex-start;
|
|
8535
8588
|
width: 100%;
|
|
8536
|
-
padding:
|
|
8589
|
+
padding-top: var(--ctr-property-grid-form-padding-top, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8590
|
+
padding-inline-end: var(--ctr-property-grid-form-padding-right, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8591
|
+
padding-bottom: var(--ctr-property-grid-form-padding-bottom, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8592
|
+
padding-inline-start: var(--ctr-property-grid-form-padding-left, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8537
8593
|
box-sizing: border-box;
|
|
8538
8594
|
background: var(--ctr-property-grid-form-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
8539
8595
|
box-shadow: inset 0px -1px 0px var(--ctr-property-grid-chapter-caption-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
@@ -8541,14 +8597,19 @@ input.spg-input:read-only::placeholder {
|
|
|
8541
8597
|
|
|
8542
8598
|
.spg-panel__content .spg-row {
|
|
8543
8599
|
width: 100%;
|
|
8544
|
-
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
8600
|
+
margin-top: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8545
8601
|
}
|
|
8546
8602
|
.spg-panel__content .spg-row--multiple {
|
|
8547
8603
|
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
8548
8604
|
}
|
|
8549
8605
|
|
|
8606
|
+
.spg-panel__content > .spg-row:first-of-type {
|
|
8607
|
+
margin-top: 0;
|
|
8608
|
+
}
|
|
8609
|
+
|
|
8550
8610
|
.svc-side-bar--mobile .spg-panel__content {
|
|
8551
|
-
padding:
|
|
8611
|
+
padding-inline-end: var(--ctr-property-grid-form-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8612
|
+
padding-inline-start: var(--ctr-property-grid-form-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8552
8613
|
}
|
|
8553
8614
|
|
|
8554
8615
|
.spg-question__nopadding .spg-panel__content {
|
|
@@ -8626,10 +8687,13 @@ input.spg-input:read-only::placeholder {
|
|
|
8626
8687
|
line-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
8627
8688
|
box-shadow: none;
|
|
8628
8689
|
background-color: transparent;
|
|
8629
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px))
|
|
8690
|
+
padding-top: var(--ctr-label-padding-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8691
|
+
padding-inline-end: var(--ctr-label-padding-right, 0px);
|
|
8692
|
+
padding-bottom: var(--ctr-label-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8693
|
+
padding-inline-start: var(--ctr-label-padding-left, 0px);
|
|
8630
8694
|
}
|
|
8631
8695
|
.spg-panel.spg-panel--group .spg-row {
|
|
8632
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
8696
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8633
8697
|
}
|
|
8634
8698
|
.spg-panel.spg-panel--group .spg-row:first-of-type {
|
|
8635
8699
|
margin-top: 0;
|
|
@@ -8649,9 +8713,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8649
8713
|
.spg-checkbox--disabled .spg-checkbox__caption {
|
|
8650
8714
|
color: var(--ctr-checkbox-text-color-disabled, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
8651
8715
|
}
|
|
8652
|
-
.spg-checkbox--disabled .spg-checkbox__rectangle {
|
|
8653
|
-
border: var(--ctr-checkbox-border-width, 1px) solid var(--ctr-checkbox-border-color-disabled, rgba(0, 0, 0, 0.16));
|
|
8654
|
-
background: var(--ctr-checkbox-background-color-disabled, #f3f3f3);
|
|
8716
|
+
.spg-checkbox--disabled .spg-checkbox__rectangle, .spg-checkbox--disabled.spg-checkbox:active .spg-checkbox__rectangle, .spg-checkbox--disabled.spg-checkbox__control:focus + .spg-checkbox__rectangle {
|
|
8717
|
+
border: var(--ctr-checkbox-border-width, 1px) solid var(--ctr-checkbox-border-color-disabled, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
8718
|
+
background: var(--ctr-checkbox-background-color-disabled, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
8719
|
+
outline: none;
|
|
8655
8720
|
}
|
|
8656
8721
|
|
|
8657
8722
|
.spg-checkbox__caption {
|
|
@@ -8689,7 +8754,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8689
8754
|
}
|
|
8690
8755
|
|
|
8691
8756
|
.spg-checkbox:active .spg-checkbox__rectangle,
|
|
8692
|
-
.spg-checkbox__control:focus + .spg-checkbox__rectangle {
|
|
8757
|
+
.spg-checkbox__control:focus:not(:disabled) + .spg-checkbox__rectangle {
|
|
8693
8758
|
outline: 2px solid var(--ctr-checkbox-border-color-focused, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
8694
8759
|
outline-offset: -2px;
|
|
8695
8760
|
}
|
|
@@ -9123,7 +9188,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9123
9188
|
}
|
|
9124
9189
|
|
|
9125
9190
|
.spg-color-editor .spg-input__edit-button + * {
|
|
9126
|
-
margin-inline-end: calc(-
|
|
9191
|
+
margin-inline-end: calc(0px - var(--ctr-editor-gap, 4px));
|
|
9127
9192
|
}
|
|
9128
9193
|
|
|
9129
9194
|
.spg-file-edit__choose-button {
|
|
@@ -9173,7 +9238,6 @@ input.spg-input:read-only::placeholder {
|
|
|
9173
9238
|
min-width: 0;
|
|
9174
9239
|
}
|
|
9175
9240
|
.spg-theme-builder-root .spg-row--multiple > div .spg-question--location--left {
|
|
9176
|
-
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9177
9241
|
box-sizing: border-box;
|
|
9178
9242
|
}
|
|
9179
9243
|
.spg-theme-builder-root .spg-row--multiple > div .spg-question--location--left .spg-input {
|