survey-creator-core 1.12.9 → 1.12.10

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.
Files changed (110) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/i18n/arabic.js +2 -2
  4. package/i18n/arabic.min.js.LICENSE.txt +1 -1
  5. package/i18n/bulgarian.js +2 -2
  6. package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
  7. package/i18n/croatian.js +2 -2
  8. package/i18n/croatian.min.js.LICENSE.txt +1 -1
  9. package/i18n/czech.js +2 -2
  10. package/i18n/czech.min.js.LICENSE.txt +1 -1
  11. package/i18n/danish.js +2 -2
  12. package/i18n/danish.min.js.LICENSE.txt +1 -1
  13. package/i18n/dutch.js +2 -2
  14. package/i18n/dutch.min.js.LICENSE.txt +1 -1
  15. package/i18n/english.js +1 -1
  16. package/i18n/english.min.js.LICENSE.txt +1 -1
  17. package/i18n/finnish.js +2 -2
  18. package/i18n/finnish.min.js.LICENSE.txt +1 -1
  19. package/i18n/french.js +2 -2
  20. package/i18n/french.min.js.LICENSE.txt +1 -1
  21. package/i18n/german.js +2 -2
  22. package/i18n/german.min.js.LICENSE.txt +1 -1
  23. package/i18n/hebrew.js +2 -2
  24. package/i18n/hebrew.min.js.LICENSE.txt +1 -1
  25. package/i18n/hungarian.js +2 -2
  26. package/i18n/hungarian.min.js.LICENSE.txt +1 -1
  27. package/i18n/index.js +2 -2
  28. package/i18n/index.min.js.LICENSE.txt +1 -1
  29. package/i18n/indonesian.js +2 -2
  30. package/i18n/indonesian.min.js.LICENSE.txt +1 -1
  31. package/i18n/italian.js +2 -2
  32. package/i18n/italian.min.js.LICENSE.txt +1 -1
  33. package/i18n/japanese.js +2 -2
  34. package/i18n/japanese.min.js.LICENSE.txt +1 -1
  35. package/i18n/korean.js +2 -2
  36. package/i18n/korean.min.js.LICENSE.txt +1 -1
  37. package/i18n/malay.js +2 -2
  38. package/i18n/malay.min.js.LICENSE.txt +1 -1
  39. package/i18n/mongolian.js +2 -2
  40. package/i18n/mongolian.min.js.LICENSE.txt +1 -1
  41. package/i18n/norwegian.js +2 -2
  42. package/i18n/norwegian.min.js.LICENSE.txt +1 -1
  43. package/i18n/persian.js +2 -2
  44. package/i18n/persian.min.js.LICENSE.txt +1 -1
  45. package/i18n/polish.js +2 -2
  46. package/i18n/polish.min.js.LICENSE.txt +1 -1
  47. package/i18n/portuguese.js +2 -2
  48. package/i18n/portuguese.min.js.LICENSE.txt +1 -1
  49. package/i18n/romanian.js +2 -2
  50. package/i18n/romanian.min.js.LICENSE.txt +1 -1
  51. package/i18n/russian.js +2 -2
  52. package/i18n/russian.min.js.LICENSE.txt +1 -1
  53. package/i18n/simplified-chinese.js +2 -2
  54. package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
  55. package/i18n/slovak.js +2 -2
  56. package/i18n/slovak.min.js.LICENSE.txt +1 -1
  57. package/i18n/spanish.js +2 -2
  58. package/i18n/spanish.min.js.LICENSE.txt +1 -1
  59. package/i18n/swedish.js +2 -2
  60. package/i18n/swedish.min.js.LICENSE.txt +1 -1
  61. package/i18n/tajik.js +2 -2
  62. package/i18n/tajik.min.js.LICENSE.txt +1 -1
  63. package/i18n/thai.js +2 -2
  64. package/i18n/thai.min.js.LICENSE.txt +1 -1
  65. package/i18n/traditional-chinese.js +2 -2
  66. package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
  67. package/i18n/turkish.js +2 -2
  68. package/i18n/turkish.min.js.LICENSE.txt +1 -1
  69. package/package.json +2 -2
  70. package/survey-creator-core.css +691 -276
  71. package/survey-creator-core.fontless.css +690 -275
  72. package/survey-creator-core.fontless.css.map +1 -1
  73. package/survey-creator-core.fontless.min.css +20 -18
  74. package/survey-creator-core.i18n.js +2 -2
  75. package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
  76. package/survey-creator-core.js +699 -414
  77. package/survey-creator-core.js.map +1 -1
  78. package/survey-creator-core.min.css +21 -19
  79. package/survey-creator-core.min.js +1 -1
  80. package/survey-creator-core.min.js.LICENSE.txt +1 -1
  81. package/themes/default-contrast.js +77 -5
  82. package/themes/default-contrast.js.map +1 -1
  83. package/themes/default-contrast.min.js +1 -1
  84. package/themes/default-contrast.min.js.LICENSE.txt +1 -1
  85. package/themes/default-dark.js +77 -5
  86. package/themes/default-dark.js.map +1 -1
  87. package/themes/default-dark.min.js +1 -1
  88. package/themes/default-dark.min.js.LICENSE.txt +1 -1
  89. package/themes/default-light.js +77 -5
  90. package/themes/default-light.js.map +1 -1
  91. package/themes/default-light.min.js +1 -1
  92. package/themes/default-light.min.js.LICENSE.txt +1 -1
  93. package/themes/index.js +77 -5
  94. package/themes/index.js.map +1 -1
  95. package/themes/index.min.js +1 -1
  96. package/themes/index.min.js.LICENSE.txt +1 -1
  97. package/themes/themes/default.d.ts +150 -6
  98. package/typings/components/action-container-view-model.d.ts +1 -0
  99. package/typings/components/page.d.ts +2 -2
  100. package/typings/components/search-manager.d.ts +16 -0
  101. package/typings/components/tabs/designer-plugin.d.ts +1 -0
  102. package/typings/components/tabs/designer.d.ts +6 -0
  103. package/typings/components/toolbox/toolbox-search-manager.d.ts +8 -0
  104. package/typings/creator-base.d.ts +1 -0
  105. package/typings/creator-events-api.d.ts +1 -1
  106. package/typings/creator-theme/creator-theme-model.d.ts +1 -0
  107. package/typings/entries/index.d.ts +2 -0
  108. package/typings/property-grid/search-manager.d.ts +2 -23
  109. package/typings/themes/default.d.ts +150 -6
  110. package/typings/toolbox.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
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
@@ -39,12 +39,16 @@
39
39
  box-sizing: border-box;
40
40
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
41
41
  border-radius: 50%;
42
- width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
43
- height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
42
+ width: var(--ctr-survey-contextual-button-width, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
43
+ height: var(--ctr-survey-contextual-button-height, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
44
+ padding: var(--ctr-survey-contextual-button-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-contextual-button-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-contextual-button-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-contextual-button-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
44
45
  cursor: pointer;
45
- padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
46
46
  outline: none;
47
47
  }
48
+ .svc-context-button .sv-svg-icon {
49
+ width: var(--ctr-button-contextual-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
50
+ height: var(--ctr-button-contextual-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
51
+ }
48
52
  .svc-context-button use {
49
53
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
50
54
  transition: fill var(--sjs-creator-transition-duration, 150ms);
@@ -227,6 +231,8 @@ svc-tab-json-editor-textarea {
227
231
 
228
232
  .svc-json-error__icon {
229
233
  fill: var(--sjs-special-red, var(--red, #e60a3e));
234
+ width: var(--ctr-code-viewer-code-error-row-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
235
+ height: var(--ctr-code-viewer-code-error-row-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
230
236
  }
231
237
 
232
238
  .svc-json-error__container {
@@ -1468,16 +1474,6 @@ td.st-table__cell:first-of-type span {
1468
1474
  outline: none;
1469
1475
  }
1470
1476
 
1471
- .svc-logic-condition-remove.svc-icon-remove {
1472
- display: none;
1473
- width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1474
- height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1475
- background-repeat: no-repeat;
1476
- background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M22 4H20H16V2C16 0.9 15.1 0 14 0H10C8.9 0 8 0.9 8 2V4H4H2V6H4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V6H22V4ZM10 2H14V4H10V2ZM18 20H6V6H8H16H18V20ZM14 8H16V18H14V8ZM11 8H13V18H11V8ZM8 8H10V18H8V8Z%27 fill=%27%23E60A3E%27/%3E%3C/svg%3E%0A");
1477
- background-size: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1478
- background-position: center;
1479
- }
1480
-
1481
1477
  .svc-action-button--icon.svc-logic-condition-remove.svc-icon-remove {
1482
1478
  display: none;
1483
1479
  width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -1487,6 +1483,10 @@ td.st-table__cell:first-of-type span {
1487
1483
  align-items: center;
1488
1484
  padding: 0;
1489
1485
  }
1486
+ .svc-action-button--icon.svc-logic-condition-remove.svc-icon-remove .sv-svg-icon {
1487
+ width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1488
+ height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1489
+ }
1490
1490
  .svc-action-button--icon.svc-logic-condition-remove.svc-icon-remove use {
1491
1491
  fill: var(--ctr-survey-action-button-icon-color-negative, var(--sjs-special-red, var(--red, #e60a3e)));
1492
1492
  }
@@ -1949,16 +1949,16 @@ svc-tab-designer {
1949
1949
  .svc-creator--mobile .svc-question__content-actions {
1950
1950
  width: calc(100% + 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1951
1951
  }
1952
- .svc-creator--mobile .svc-question__content-actions .sv-action-bar-item {
1952
+ .svc-creator--mobile .svc-question__content-actions .svc-survey-element-toolbar__item {
1953
1953
  border: 0;
1954
1954
  }
1955
- .svc-creator--mobile .svc-page__content-actions .sv-action-bar {
1955
+ .svc-creator--mobile .svc-page__content-actions .svc-page-toolbar {
1956
1956
  padding-right: var(--sjs-base-unit, var(--base-unit, 8px));
1957
1957
  }
1958
- .svc-creator--mobile .svc-page__content-actions .sv-action-bar .sv-action .sv-action__content {
1958
+ .svc-creator--mobile .svc-page__content-actions .svc-page-toolbar .sv-action .sv-action__content {
1959
1959
  padding-right: 0;
1960
1960
  }
1961
- .svc-creator--mobile .svc-page__content-actions .sv-action-bar .sv-action .sv-action__content .sv-action-bar-item__title--with-icon {
1961
+ .svc-creator--mobile .svc-page-toolbar-item__title--with-icon {
1962
1962
  display: none;
1963
1963
  }
1964
1964
  /*!****************************************************************************************************************************************************************************************!*\
@@ -2283,13 +2283,17 @@ svc-tab-designer {
2283
2283
  }
2284
2284
  .svc-creator-popup .sv-list__item--selected.sv-list__item--group > .sv-list__item-body,
2285
2285
  .svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group > .sv-list__item-body {
2286
- background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
2287
- color: var(--ctr-list-item-text-color-selected, var(--sjs-general-forecolor, var(--foreground, #161616)));
2286
+ background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
2287
+ color: var(--ctr-list-item-text-color-selected-submenu, var(--sjs-general-forecolor, var(--foreground, #161616)));
2288
2288
  font-weight: 400;
2289
2289
  }
2290
2290
  .svc-creator-popup .sv-list__item--selected.sv-list__item--group .sv-list__item-icon use,
2291
2291
  .svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list__item-icon use {
2292
- fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
2292
+ fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
2293
+ }
2294
+ .svc-creator-popup .sv-list__item--selected.sv-list__item--group .sv-list-item__marker-icon use,
2295
+ .svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list-item__marker-icon use {
2296
+ fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
2293
2297
  }
2294
2298
  .svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__button.sv-popup__button {
2295
2299
  color: var(--ctr-actionbar-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
@@ -3154,13 +3158,17 @@ svc-page-navigator,
3154
3158
 
3155
3159
  .svc-page-navigator__navigator-icon {
3156
3160
  display: block;
3157
- height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3158
- width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3159
- border-radius: var(--ctr-page-navigator-button-corner-radius, 50%);
3161
+ width: var(--ctr-page-navigator-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3162
+ height: var(--ctr-page-navigator-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3160
3163
  padding: var(--ctr-page-navigator-button-padding, calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3164
+ border-radius: var(--ctr-page-navigator-button-corner-radius, 50%);
3161
3165
  cursor: pointer;
3162
3166
  transition: background-color var(--sjs-creator-transition-duration, 150ms);
3163
3167
  }
3168
+ .svc-page-navigator__navigator-icon .sv-svg-icon {
3169
+ width: var(--ctr-page-navigator-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3170
+ height: var(--ctr-page-navigator-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3171
+ }
3164
3172
  .svc-page-navigator__navigator-icon use {
3165
3173
  fill: var(--ctr-page-navigator-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
3166
3174
  transition: fill var(--sjs-creator-transition-duration, 150ms);
@@ -3477,8 +3485,10 @@ svc-page {
3477
3485
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3478
3486
  box-sizing: border-box;
3479
3487
  width: 100%;
3480
- outline: none;
3481
- transition: background var(--sjs-creator-transition-duration, 150ms), box-shadow var(--sjs-creator-transition-duration, 150ms);
3488
+ outline-color: transparent;
3489
+ outline: 2px transparent dashed;
3490
+ transition-property: background-color, box-shadow, outline-color;
3491
+ transition-duration: var(--sjs-creator-transition-duration, 150ms);
3482
3492
  }
3483
3493
  .svc-page__content .sd-page {
3484
3494
  margin: 0;
@@ -3487,6 +3497,9 @@ svc-page {
3487
3497
  .svc-page__content > .svc-question__drag-area {
3488
3498
  padding-top: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3489
3499
  }
3500
+ .svc-page__content > .svc-question__drag-area .svc-question__drag-element {
3501
+ transition: opacity var(--sjs-creator-transition-duration, 150ms);
3502
+ }
3490
3503
 
3491
3504
  .svc-page__content--dragged {
3492
3505
  opacity: 0.25;
@@ -3508,39 +3521,120 @@ svc-page {
3508
3521
  color: var(--ctr-survey-page-header-title-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
3509
3522
  }
3510
3523
 
3511
- .svc-page__content-actions .sv-action-bar-item {
3512
- border-radius: var(--ctr-survey-page-toolbar-item-corner-radius, 4px);
3524
+ .svc-page-toolbar__item {
3525
+ -webkit-appearance: none;
3526
+ -moz-appearance: none;
3527
+ appearance: none;
3528
+ outline: none;
3529
+ display: flex;
3530
+ box-sizing: border-box;
3531
+ border: none;
3532
+ cursor: pointer;
3533
+ white-space: nowrap;
3534
+ --thm-survey-question-panel-toolbar-item-padding-top: calc(
3535
+ var(--ctr-survey-question-panel-toolbar-item-padding-top) +
3536
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-top)
3537
+ );
3538
+ --thm-survey-question-panel-toolbar-item-padding-right: calc(
3539
+ var(--ctr-survey-question-panel-toolbar-item-padding-right) +
3540
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
3541
+ );
3542
+ --thm-survey-question-panel-toolbar-item-padding-bottom: calc(
3543
+ var(--ctr-survey-question-panel-toolbar-item-padding-bottom) +
3544
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
3545
+ );
3546
+ --thm-survey-question-panel-toolbar-item-padding-left: calc(
3547
+ var(--ctr-survey-question-panel-toolbar-item-padding-left) +
3548
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
3549
+ );
3550
+ --thm-survey-question-panel-toolbar-button-gap: calc(var(--ctr-survey-question-panel-toolbar-gap) / 2);
3551
+ margin: 0 var(--thm-survey-question-panel-toolbar-button-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3552
+ border-radius: var(--ctr-survey-page-toolbar-item-corner-radius, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3553
+ padding: var(--thm-survey-question-panel-toolbar-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
3554
+ justify-content: center;
3555
+ align-items: center;
3513
3556
  background-color: transparent;
3514
- color: var(--ctr-survey-page-toolbar-item-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
3515
3557
  transition: background-color var(--sjs-creator-transition-duration, 150ms);
3516
3558
  }
3517
- .svc-page__content-actions .sv-action-bar-item__icon use {
3518
- fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
3559
+
3560
+ .svc-page-toolbar__item--with-text {
3561
+ --thm-survey-question-panel-toolbar-item-padding-right: calc(
3562
+ var(--ctr-survey-question-panel-toolbar-item-padding-right-with-text) +
3563
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
3564
+ );
3565
+ --thm-survey-question-panel-toolbar-item-gap: calc(
3566
+ var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
3567
+ );
3568
+ padding-inline-end: var(--thm-survey-question-panel-toolbar-item-padding-right-with-text, var(--sjs-base-unit, var(--base-unit, 8px)));
3569
+ gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3519
3570
  }
3520
- .svc-page__content-actions .sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
3521
- .svc-page__content-actions .sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
3571
+
3572
+ .svc-page-toolbar .sv-action:last-of-type .svc-page-toolbar__item {
3573
+ margin-inline-end: 0;
3574
+ }
3575
+
3576
+ .svc-page-toolbar .sv-action:first-of-type .svc-page-toolbar__item {
3577
+ margin-inline-start: 0;
3578
+ }
3579
+
3580
+ .svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):hover:enabled,
3581
+ .svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):focus:enabled {
3522
3582
  background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
3523
3583
  }
3524
- .svc-page__content-actions .sv-action-bar-item:not(.sv-action-bar-item--pressed):active:enabled {
3584
+
3585
+ .svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):active:enabled {
3525
3586
  opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
3526
3587
  }
3527
- .svc-page__content-actions .sv-action-bar-item:disabled {
3588
+
3589
+ .svc-page-toolbar__item:disabled {
3528
3590
  opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
3529
3591
  }
3530
- .svc-page__content-actions .sv-action-bar-item--secondary .sv-action-bar-item__icon use {
3592
+
3593
+ .svc-page-toolbar__item--active .svc-page-toolbar-item__icon use {
3531
3594
  fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
3532
3595
  }
3533
- .svc-page__content-actions .sv-action-bar-item--active .sv-action-bar-item__icon use {
3596
+
3597
+ .svc-page-toolbar__item--pressed:not(.svc-page-toolbar__item--active) {
3598
+ background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
3599
+ opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
3600
+ }
3601
+
3602
+ .svc-page-toolbar-item__icon {
3603
+ --thm-survey-page-toolbar-item-icon-width: calc(
3604
+ var(--ctr-survey-question-panel-toolbar-item-icon-container-width) -
3605
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-right) -
3606
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
3607
+ );
3608
+ --thm-survey-page-toolbar-item-icon-height: calc(
3609
+ var(--ctr-survey-question-panel-toolbar-item-icon-container-height) -
3610
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-top) -
3611
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
3612
+ );
3613
+ width: var(--thm-survey-page-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3614
+ height: var(--thm-survey-page-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3615
+ }
3616
+
3617
+ .svc-page-toolbar-item__icon use {
3534
3618
  fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
3535
3619
  }
3620
+
3621
+ .svc-page-toolbar-item__title {
3622
+ --small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
3623
+ --ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
3624
+ --ctr-small-bold-line-height: var(--small-bold-font-size);
3625
+ font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
3626
+ font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
3627
+ font-style: normal;
3628
+ font-weight: 400;
3629
+ line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
3630
+ font-weight: 600;
3631
+ color: var(--ctr-survey-page-toolbar-item-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
3632
+ }
3633
+
3536
3634
  .svc-page__content-actions .sv-action-bar-item-dropdown {
3537
3635
  border-radius: calcCornerRadius(0.5);
3538
3636
  background-color: transparent;
3539
3637
  }
3540
- .svc-page__content-actions .sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
3541
- background-color: var(--ctr-survey-page-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
3542
- opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
3543
- }
3544
3638
 
3545
3639
  .svc-page__content:focus,
3546
3640
  .svc-hovered.svc-page__content {
@@ -3563,6 +3657,8 @@ svc-page {
3563
3657
  }
3564
3658
  .svc-page__content--selected > .svc-question__drag-area .svc-question__drag-element,
3565
3659
  .svc-hovered.svc-page__content > .svc-question__drag-area .svc-question__drag-element {
3660
+ width: var(--ctr-survey-page-drag-indicator-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3661
+ height: var(--ctr-survey-page-drag-indicator-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3566
3662
  opacity: var(--ctr-survey-page-drag-indicator-opacity, 0.5);
3567
3663
  }
3568
3664
 
@@ -3587,14 +3683,17 @@ svc-page {
3587
3683
  animation: none;
3588
3684
  }
3589
3685
 
3590
- .svc-page__content--collapse-onhover, .svc-page__content--collapse-always {
3686
+ .svc-page__content--collapse-onhover,
3687
+ .svc-page__content--collapse-always {
3591
3688
  outline: 2px transparent dashed;
3592
- transition: outline-color var(--sjs-creator-transition-duration, 150ms);
3593
3689
  }
3594
- .svc-page__content--collapse-onhover.svc-page__content--selected, .svc-page__content--collapse-onhover.svc-page__content.svc-hovered, .svc-page__content--collapse-always.svc-page__content--selected, .svc-page__content--collapse-always.svc-page__content.svc-hovered {
3690
+ .svc-page__content--collapse-onhover.svc-page__content--selected, .svc-page__content--collapse-onhover.svc-page__content.svc-hovered,
3691
+ .svc-page__content--collapse-always.svc-page__content--selected,
3692
+ .svc-page__content--collapse-always.svc-page__content.svc-hovered {
3595
3693
  outline-color: transparent;
3596
3694
  }
3597
- .svc-page__content--collapse-onhover.svc-page__content--collapsed-drag-over-inside, .svc-page__content--collapse-always.svc-page__content--collapsed-drag-over-inside {
3695
+ .svc-page__content--collapse-onhover.svc-page__content--collapsed-drag-over-inside,
3696
+ .svc-page__content--collapse-always.svc-page__content--collapsed-drag-over-inside {
3598
3697
  box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
3599
3698
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
3600
3699
  animation: collapsed-drag-over-inside-blinking 1s infinite;
@@ -3645,6 +3744,7 @@ svc-page {
3645
3744
 
3646
3745
  .svc-element__add-new-question {
3647
3746
  -webkit-tap-highlight-color: transparent;
3747
+ height: auto;
3648
3748
  }
3649
3749
 
3650
3750
  .svc-add-new-item-button__text {
@@ -3662,20 +3762,17 @@ svc-page {
3662
3762
  .svc-element__question-type-selector {
3663
3763
  appearance: none;
3664
3764
  display: flex;
3665
- height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3666
- padding: var(--sjs-base-unit, var(--base-unit, 8px));
3765
+ padding: var(--ctr-button-contextual-button-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-button-contextual-button-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-button-contextual-button-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-button-contextual-button-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
3766
+ border-radius: var(--ctr-button-contextual-button-corner-radius, 2px);
3667
3767
  box-sizing: border-box;
3668
3768
  border: none;
3669
- border-radius: 2px;
3670
3769
  background-color: transparent;
3671
3770
  cursor: pointer;
3672
- margin-inline-end: var(--sjs-base-unit, var(--base-unit, 8px));
3771
+ margin: var(--ctr-button-contextual-button-margin-vertical, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-button-contextual-button-margin-horizontal, var(--sjs-base-unit, var(--base-unit, 8px)));
3772
+ margin-inline-start: 0;
3673
3773
  outline: none;
3674
3774
  transition: background-color var(--sjs-creator-transition-duration, 150ms);
3675
3775
  }
3676
- .svc-element__question-type-selector use {
3677
- fill: var(--ctr-library-contextual-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
3678
- }
3679
3776
  .svc-element__question-type-selector:hover {
3680
3777
  background-color: var(--ctr-button-contextual-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
3681
3778
  }
@@ -3683,6 +3780,18 @@ svc-page {
3683
3780
  background-color: var(--ctr-button-contextual-button-background-color-focused, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
3684
3781
  }
3685
3782
 
3783
+ .svc-element__question-type-selector-icon {
3784
+ width: var(--ctr-button-contextual-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3785
+ height: var(--ctr-button-contextual-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3786
+ }
3787
+ .svc-element__question-type-selector-icon .sv-svg-icon {
3788
+ width: var(--ctr-button-contextual-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3789
+ height: var(--ctr-button-contextual-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
3790
+ }
3791
+ .svc-element__question-type-selector-icon use {
3792
+ fill: var(--ctr-button-contextual-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
3793
+ }
3794
+
3686
3795
  .svc-page--drag-over-empty:after {
3687
3796
  content: " ";
3688
3797
  position: absolute;
@@ -3780,6 +3889,55 @@ svc-page {
3780
3889
  .svc-creator .svc-page .svc-page__content--collapse-always.svc-page__content--selected .svc-page__content-actions .sv-action .sv-action-bar-separator, .svc-creator .svc-page .svc-page__content--collapse-always.svc-hovered .svc-page__content-actions .sv-action .sv-action-bar-separator {
3781
3890
  visibility: visible;
3782
3891
  }
3892
+
3893
+ .svc-page--enter,
3894
+ .svc-page--leave {
3895
+ animation-name: fadeIn, moveInWithOverflow;
3896
+ animation-fill-mode: forwards;
3897
+ animation-duration: var(--fade-animation-duration), var(--move-animation-duration);
3898
+ animation-direction: var(--animation-direction);
3899
+ animation-timing-function: var(--animation-timing-function);
3900
+ animation-delay: var(--fade-animation-delay), var(--move-animation-delay);
3901
+ }
3902
+
3903
+ .svc-page--enter {
3904
+ opacity: 0;
3905
+ --animation-direction: normal;
3906
+ --animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
3907
+ --fade-animation-duration: var(--sjs-svc-page-fade-in-duration, 250ms);
3908
+ --move-animation-duration: var(--sjs-svc-page-move-in-duration, 250ms);
3909
+ --fade-animation-delay: var(--sjs-svc-page-fade-in-delay, 100ms);
3910
+ --move-animation-delay: 0s;
3911
+ }
3912
+
3913
+ .svc-page--leave {
3914
+ --animation-direction: reverse;
3915
+ --animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
3916
+ --fade-animation-duration: var(--sjs-svc-page-fade-out-duration, 250ms);
3917
+ --move-animation-duration: var(--sjs-svc-page-move-out-duration, 250ms);
3918
+ --fade-animation-delay: 0s;
3919
+ --move-animation-delay: var(--sjs-svc-page-move-out-delay, 100ms);
3920
+ }
3921
+
3922
+ .svc-creator--disable-animations .svc-page--enter,
3923
+ .svc-creator--disable-animations .svc-page--leave {
3924
+ animation: none;
3925
+ }
3926
+
3927
+ .svc-page--enter.svc-page--enter .svc-page__content-actions {
3928
+ opacity: 0;
3929
+ }
3930
+ .svc-page--enter.svc-page--enter .svc-page__content {
3931
+ box-shadow: 0 0 0 2px transparent;
3932
+ background-color: transparent;
3933
+ }
3934
+ .svc-page--enter.svc-page--enter .svc-page__content > .svc-question__drag-area .svc-question__drag-element {
3935
+ opacity: 0;
3936
+ }
3937
+
3938
+ .svc-page {
3939
+ scroll-margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
3940
+ }
3783
3941
  /*!**************************************************************************************************************************************************************************!*\
3784
3942
  !*** 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/row.scss ***!
3785
3943
  \**************************************************************************************************************************************************************************/
@@ -4092,43 +4250,150 @@ svc-question {
4092
4250
  right: 0;
4093
4251
  }
4094
4252
 
4095
- .svc-question__adorner .sv-action-bar-item {
4253
+ .svc-survey-element-toolbar__item {
4254
+ -webkit-appearance: none;
4255
+ -moz-appearance: none;
4256
+ appearance: none;
4257
+ outline: none;
4258
+ display: flex;
4259
+ box-sizing: border-box;
4260
+ border: none;
4261
+ cursor: pointer;
4262
+ white-space: nowrap;
4263
+ --thm-survey-question-panel-toolbar-item-padding-top: calc(
4264
+ var(--ctr-survey-question-panel-toolbar-item-padding-top) +
4265
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-top)
4266
+ );
4267
+ --thm-survey-question-panel-toolbar-item-padding-right: calc(
4268
+ var(--ctr-survey-question-panel-toolbar-item-padding-right) +
4269
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
4270
+ );
4271
+ --thm-survey-question-panel-toolbar-item-padding-bottom: calc(
4272
+ var(--ctr-survey-question-panel-toolbar-item-padding-bottom) +
4273
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
4274
+ );
4275
+ --thm-survey-question-panel-toolbar-item-padding-left: calc(
4276
+ var(--ctr-survey-question-panel-toolbar-item-padding-left) +
4277
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
4278
+ );
4279
+ --thm-survey-question-panel-toolbar-button-gap: calc(var(--ctr-survey-question-panel-toolbar-gap) / 2);
4280
+ margin: 0 var(--thm-survey-question-panel-toolbar-button-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4281
+ border-radius: var(--ctr-survey-question-panel-toolbar-item-corner-radius, calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4282
+ padding: var(--thm-survey-question-panel-toolbar-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--thm-survey-question-panel-toolbar-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
4283
+ justify-content: center;
4284
+ align-items: center;
4096
4285
  background-color: transparent;
4097
- color: var(--ctr-survey-question-panel-toolbar-item-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
4098
- transition: background var(--sjs-creator-transition-duration, 150ms), color var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
4286
+ transition: background var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
4099
4287
  }
4100
- .svc-question__adorner .sv-action-bar-item__icon use {
4101
- fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
4288
+
4289
+ .svc-survey-element-toolbar__item--with-text {
4290
+ --thm-survey-question-panel-toolbar-item-padding-right: calc(
4291
+ var(--ctr-survey-question-panel-toolbar-item-padding-right-with-text) +
4292
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
4293
+ );
4294
+ --thm-survey-question-panel-toolbar-item-gap: calc(
4295
+ var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-right)
4296
+ );
4297
+ padding-inline-end: var(--thm-survey-question-panel-toolbar-item-padding-right, var(--sjs-base-unit, var(--base-unit, 8px)));
4298
+ gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4299
+ }
4300
+
4301
+ .svc-survey-element-toolbar .sv-action:last-of-type .svc-survey-element-toolbar__item {
4302
+ margin-inline-end: 0;
4303
+ }
4304
+
4305
+ .svc-survey-element-toolbar .sv-action:first-of-type .svc-survey-element-toolbar__item {
4306
+ margin-inline-start: 0;
4307
+ }
4308
+
4309
+ .svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--with-text {
4310
+ --thm-survey-question-panel-toolbar-item-padding-left: calc(
4311
+ var(--ctr-survey-question-panel-toolbar-item-padding-left) +
4312
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-left-with-text)
4313
+ );
4314
+ --thm-survey-question-panel-toolbar-item-gap: calc(
4315
+ var(--ctr-survey-question-panel-toolbar-item-gap) + var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
4316
+ );
4317
+ flex-direction: row-reverse;
4318
+ padding-inline-start: var(--thm-survey-question-panel-toolbar-item-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
4319
+ gap: var(--thm-survey-question-panel-toolbar-item-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4320
+ }
4321
+
4322
+ .svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--icon {
4323
+ 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)))));
4324
+ }
4325
+ .svc-dropdown-action--convertTo .svc-survey-element-toolbar__item--icon .svc-survey-element-toolbar-item__icon {
4326
+ padding: 0;
4327
+ width: var(--ctr-survey-question-panel-toolbar-item-icon-container-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4328
+ height: var(--ctr-survey-question-panel-toolbar-item-icon-container-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4102
4329
  }
4103
- .svc-question__adorner .sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
4104
- .svc-question__adorner .sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
4330
+
4331
+ .svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):hover:enabled,
4332
+ .svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):focus:enabled {
4105
4333
  background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
4106
4334
  }
4107
- .svc-question__adorner .sv-action-bar-item:not(.sv-action-bar-item--pressed):active:enabled {
4335
+
4336
+ .svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled {
4108
4337
  opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
4109
4338
  }
4110
- .svc-question__adorner .sv-action-bar-item:disabled {
4339
+
4340
+ .svc-survey-element-toolbar__item:disabled {
4111
4341
  opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-disabled, 0.25);
4112
4342
  }
4113
- .svc-question__adorner .sv-action-bar-item--secondary .sv-action-bar-item__icon use {
4114
- fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
4115
- }
4116
- .svc-question__adorner .sv-action-bar-item--active .sv-action-bar-item__icon use {
4343
+
4344
+ .svc-survey-element-toolbar__item--active .svc-survey-element-toolbar-item__icon use {
4117
4345
  fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
4118
4346
  }
4119
- .svc-question__adorner .sv-action-bar-item-dropdown {
4120
- background-color: transparent;
4121
- }
4122
- .svc-question__adorner .sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
4347
+
4348
+ .svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) {
4123
4349
  background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
4124
4350
  opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
4125
4351
  }
4126
- .svc-question__adorner .sv-action-bar-item.sv-action-bar-item--active:not(.sv-action-bar-item--pressed):enabled:hover,
4127
- .svc-question__adorner .sv-action-bar-item.sv-action-bar-item--active:not(.sv-action-bar-item--pressed):enabled:focus,
4128
- .svc-question__adorner .sv-action-bar-item.sv-action-bar-item--active {
4352
+
4353
+ .svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:hover,
4354
+ .svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:focus,
4355
+ .svc-survey-element-toolbar__item--active {
4129
4356
  background-color: var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1));
4130
4357
  }
4131
4358
 
4359
+ .svc-survey-element-toolbar-item__icon,
4360
+ .svc-survey-element-toolbar__dots-item .sv-svg-icon.sv-action-bar-item__icon {
4361
+ --ctr-survey-question-toolbar-item-icon-width: calc(
4362
+ var(--ctr-survey-question-panel-toolbar-item-icon-container-width) -
4363
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-right) -
4364
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
4365
+ );
4366
+ --ctr-survey-question-toolbar-item-icon-height: calc(
4367
+ var(--ctr-survey-question-panel-toolbar-item-icon-container-height) -
4368
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-top) -
4369
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
4370
+ );
4371
+ width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4372
+ height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4373
+ }
4374
+
4375
+ .svc-survey-element-toolbar .svc-survey-element-toolbar-item__icon use {
4376
+ fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
4377
+ }
4378
+
4379
+ .svc-survey-element-toolbar-item__title {
4380
+ --small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
4381
+ --ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
4382
+ --ctr-small-bold-line-height: var(--small-bold-font-size);
4383
+ font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
4384
+ font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
4385
+ font-style: normal;
4386
+ font-weight: 400;
4387
+ line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
4388
+ font-weight: 600;
4389
+ color: var(--ctr-survey-question-panel-toolbar-item-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
4390
+ transition: color var(--sjs-creator-transition-duration, 150ms);
4391
+ }
4392
+
4393
+ .svc-question__adorner .sv-action-bar-item-dropdown {
4394
+ background-color: transparent;
4395
+ }
4396
+
4132
4397
  .svc-question__content {
4133
4398
  scroll-margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
4134
4399
  }
@@ -4300,58 +4565,69 @@ svc-question {
4300
4565
  width: 100%;
4301
4566
  margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4302
4567
  }
4303
- .svc-question__content-actions .sv-action--convertTo {
4568
+ .svc-question__content-actions .svc-action-bar-item--right:first-of-type {
4569
+ margin-inline-start: auto;
4570
+ }
4571
+
4572
+ .svc-dropdown-action--convertTo {
4304
4573
  max-width: max-content;
4305
4574
  }
4306
- .svc-question__content-actions .sv-action--convertTo .sv-action-bar-item {
4575
+ .svc-dropdown-action--convertTo .svc-survey-element-toolbar__item {
4307
4576
  flex-direction: row-reverse;
4308
4577
  }
4309
- .svc-question__content-actions .sv-action--convertTo .sv-action-bar-item--icon {
4578
+ .svc-dropdown-action--convertTo .sv-action-bar-item--icon {
4310
4579
  max-width: 100%;
4311
4580
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4312
4581
  }
4313
- .svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title {
4582
+ .svc-dropdown-action--convertTo .svc-survey-element-toolbar-item__title {
4314
4583
  display: inline-block;
4315
4584
  justify-content: left;
4316
4585
  }
4317
- .svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__icon {
4318
- margin-inline-start: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4319
- }
4320
- .svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__icon:last-child {
4586
+ .svc-dropdown-action--convertTo .svc-survey-element-toolbar-item__icon:last-child {
4321
4587
  margin-inline-start: 0;
4322
4588
  }
4323
- .svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__icon:last-child use {
4589
+ .svc-dropdown-action--convertTo .svc-survey-element-toolbar-item__icon:last-child use {
4324
4590
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
4325
4591
  }
4326
- .svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title--with-icon {
4327
- margin-inline-start: 0;
4328
- margin-inline-end: 0;
4329
- }
4330
- .svc-question__content-actions .sv-action--convertTo.sv-action--hidden {
4592
+
4593
+ .svc-dropdown-action--convertTo.sv-action--hidden {
4331
4594
  min-width: 0;
4332
4595
  }
4333
- .svc-question__content-actions .sv-action--convertTo-last {
4596
+
4597
+ .svc-dropdown-action--convertTo-last {
4334
4598
  margin-inline-end: auto;
4335
4599
  }
4336
- .svc-question__content-actions .svc-action-bar-item--right:first-of-type {
4337
- margin-inline-start: auto;
4338
- }
4339
- .svc-question__content-actions .sv-dots {
4600
+
4601
+ .svc-survey-element-toolbar__dots-item {
4340
4602
  width: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4341
4603
  margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
4342
4604
  margin-right: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4343
4605
  }
4344
- .svc-question__content-actions .sv-dots.sv-action--hidden {
4606
+ .svc-survey-element-toolbar__dots-item.sv-action--hidden {
4345
4607
  width: 0;
4346
4608
  margin: 0;
4347
4609
  }
4348
- .svc-question__content-actions .sv-dots.sv-action--hidden .sv-action__content {
4610
+ .svc-survey-element-toolbar__dots-item.sv-action--hidden .sv-action__content {
4349
4611
  display: none;
4350
4612
  }
4351
- .svc-question__content-actions .sv-dots .sv-dots__item {
4613
+ .svc-survey-element-toolbar__dots-item .sv-dots__item {
4352
4614
  margin-left: 0;
4353
4615
  }
4354
- .svc-question__content-actions .sv-dots__item use {
4616
+ .svc-survey-element-toolbar__dots-item .sv-list__item-icon {
4617
+ --ctr-survey-question-toolbar-item-icon-width: calc(
4618
+ var(--ctr-survey-question-panel-toolbar-item-icon-container-width) -
4619
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-right) -
4620
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-left)
4621
+ );
4622
+ --ctr-survey-question-toolbar-item-icon-height: calc(
4623
+ var(--ctr-survey-question-panel-toolbar-item-icon-container-height) -
4624
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-top) -
4625
+ var(--ctr-survey-question-panel-toolbar-item-icon-padding-bottom)
4626
+ );
4627
+ width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4628
+ height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4629
+ }
4630
+ .svc-survey-element-toolbar__dots-item use {
4355
4631
  fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
4356
4632
  }
4357
4633
 
@@ -4667,11 +4943,11 @@ svc-question .sv-action-bar,
4667
4943
  }
4668
4944
 
4669
4945
  .svc-hovered > .svc-question__content > .svc-question__drag-area > .svc-question__drag-element {
4670
- opacity: 0.5;
4946
+ opacity: var(--ctr-survey-question-panel-drag-area-drag-indicator-opacity, 0.5);
4671
4947
  }
4672
4948
 
4673
4949
  .svc-question__content.svc-question__content--selected > .svc-question__drag-area > .svc-question__drag-element {
4674
- opacity: 0.5;
4950
+ opacity: var(--ctr-survey-question-panel-drag-area-drag-indicator-opacity, 0.5);
4675
4951
  z-index: 1;
4676
4952
  }
4677
4953
 
@@ -4703,11 +4979,17 @@ svc-question .sv-action-bar,
4703
4979
  transition: opacity 150ms;
4704
4980
  }
4705
4981
 
4982
+ .svc-element__header--lazy .svc-string-editor,
4983
+ .svc-element__header--lazy sv-ng-string > .svc-string-editor,
4706
4984
  .svc-element__header--hidden.sd-question__header--location--left .svc-string-editor,
4707
4985
  .svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor {
4708
4986
  display: inline-block;
4709
4987
  }
4710
- .svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::before, .svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::after,
4988
+ .svc-element__header--lazy .svc-string-editor::before, .svc-element__header--lazy .svc-string-editor::after,
4989
+ .svc-element__header--lazy sv-ng-string > .svc-string-editor::before,
4990
+ .svc-element__header--lazy sv-ng-string > .svc-string-editor::after,
4991
+ .svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::before,
4992
+ .svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::after,
4711
4993
  .svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::before,
4712
4994
  .svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::after {
4713
4995
  content: none;
@@ -4777,9 +5059,10 @@ svc-question .sv-action-bar,
4777
5059
 
4778
5060
  .svc-question__drag-element {
4779
5061
  width: 100%;
4780
- height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4781
5062
  opacity: 0;
4782
5063
  transition: opacity var(--sjs-creator-transition-duration, 150ms);
5064
+ width: var(--ctr-survey-question-panel-drag-area-drag-indicator-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5065
+ height: var(--ctr-survey-question-panel-drag-area-drag-indicator-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
4783
5066
  }
4784
5067
  .svc-question__drag-element use {
4785
5068
  fill: var(--ctr-survey-question-panel-drag-area-drag-indicator-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
@@ -5016,6 +5299,8 @@ svc-question .sv-action-bar,
5016
5299
  .svc-panel__placeholder_frame .svc-panel__add-new-question-icon,
5017
5300
  .svc-panel__add-new-question-container .svc-panel__add-new-question-icon {
5018
5301
  display: block;
5302
+ width: var(--ctr-button-contextual-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5303
+ height: var(--ctr-button-contextual-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5019
5304
  }
5020
5305
  .svc-panel__placeholder_frame .svc-element__question-type-selector,
5021
5306
  .svc-panel__add-new-question-container .svc-element__question-type-selector {
@@ -5034,10 +5319,6 @@ svc-question .sv-action-bar,
5034
5319
  display: none;
5035
5320
  }
5036
5321
  }
5037
- .sv-list__container .sv-action-bar-item--secondary .sv-list__item-icon use {
5038
- fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
5039
- }
5040
-
5041
5322
  .sd-panel .svc-row {
5042
5323
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
5043
5324
  }
@@ -5137,16 +5418,27 @@ svc-question .sv-action-bar,
5137
5418
  right: 0;
5138
5419
  visibility: hidden;
5139
5420
  }
5140
- .svc-question__top-actions .sv-action-bar-item {
5141
- margin: 0;
5142
- padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5143
- opacity: 0.5;
5144
- height: 24px;
5421
+
5422
+ .svc-survey-element-top-toolbar__item {
5423
+ -webkit-appearance: none;
5424
+ -moz-appearance: none;
5425
+ appearance: none;
5426
+ outline: none;
5427
+ display: flex;
5428
+ box-sizing: border-box;
5429
+ border: none;
5430
+ cursor: pointer;
5431
+ white-space: nowrap;
5432
+ padding: var(--ctr-survey-question-panel-toolbar-item-padding-top-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-right-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-bottom-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-question-panel-toolbar-item-padding-left-small, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5433
+ border-radius: var(--ctr-survey-question-panel-toolbar-item-corner-radius, 2px);
5434
+ opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-muted, 0.5);
5435
+ background-color: transparent;
5145
5436
  }
5146
- .svc-question__top-actions .sv-action-bar-item:hover, .svc-question__top-actions .sv-action-bar-item:focus {
5437
+ .svc-survey-element-top-toolbar__item:hover, .svc-survey-element-top-toolbar__item:focus {
5147
5438
  opacity: initial;
5439
+ background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
5148
5440
  }
5149
- .svc-question__top-actions .sv-action-bar-item .sv-action-bar-item__icon use {
5441
+ .svc-survey-element-top-toolbar__item use {
5150
5442
  fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
5151
5443
  }
5152
5444
 
@@ -5541,6 +5833,12 @@ svc-question .sv-action-bar,
5541
5833
  .svc-item-value-controls__drag-icon {
5542
5834
  display: block;
5543
5835
  transition: opacity var(--sjs-creator-transition-duration, 150ms);
5836
+ width: var(--ctr-survey-item-actionbar-drag-indicator-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5837
+ height: var(--ctr-survey-item-actionbar-drag-indicator-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5838
+ }
5839
+ .svc-item-value-controls__drag-icon .sv-svg-icon {
5840
+ width: var(--ctr-survey-item-actionbar-drag-indicator-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5841
+ height: var(--ctr-survey-item-actionbar-drag-indicator-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5544
5842
  }
5545
5843
 
5546
5844
  .svc-item-value-wrapper:hover:not(.svc-item-value--ghost) .svc-item-value-controls__drag-icon,
@@ -5549,7 +5847,7 @@ svc-question .sv-action-bar,
5549
5847
  }
5550
5848
 
5551
5849
  .svc-item-value-controls__drag {
5552
- padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px));
5850
+ padding: var(--ctr-survey-item-actionbar-drag-indicator-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-item-actionbar-drag-indicator-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-survey-item-actionbar-drag-indicator-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-survey-item-actionbar-drag-indicator-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
5553
5851
  cursor: move;
5554
5852
  opacity: 0.25;
5555
5853
  }
@@ -5928,18 +6226,7 @@ svc-question .sv-action-bar,
5928
6226
  }
5929
6227
 
5930
6228
  .svc-matrix-cell__question-controls-button {
5931
- display: block;
5932
- width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5933
- height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5934
- background: var(--sjs-general-backcolor, var(--background, #fff));
5935
6229
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
5936
- box-sizing: border-box;
5937
- border-radius: 50%;
5938
- padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5939
- cursor: pointer;
5940
- }
5941
- .svc-matrix-cell__question-controls-button use {
5942
- fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
5943
6230
  }
5944
6231
 
5945
6232
  .svc-matrix-cell:hover .svc-matrix-cell__question-controls {
@@ -6286,9 +6573,9 @@ svc-question .sv-action-bar,
6286
6573
  .svc-question-link__clear-button:hover {
6287
6574
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
6288
6575
  }
6289
- /*!*********************************************************************************************************************************************************************************************************!*\
6290
- !*** 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/property-panel/property-panel-item.scss ***!
6291
- \*********************************************************************************************************************************************************************************************************/
6576
+ /*!*****************************************************************************************************************************************************************************!*\
6577
+ !*** 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/search.scss ***!
6578
+ \*****************************************************************************************************************************************************************************/
6292
6579
  .svc-creator {
6293
6580
  --sjs-font-size-x1: calc(var(--ctr-font-unit, 8px) * 1);
6294
6581
  --sjs-font-size-x150: calc(var(--ctr-font-unit, 8px) * 1.5);
@@ -6310,9 +6597,116 @@ svc-question .sv-action-bar,
6310
6597
  --sjs-line-height-x8: calc(var(--ctr-line-height-unit, 8px) * 8);
6311
6598
  }
6312
6599
 
6313
- .svc-property-panel__item {
6314
- margin: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
6315
- width: 100%;
6600
+ .svc-search {
6601
+ --sjs-general-forecolor: rgba(0, 0, 0, 0.91);
6602
+ --sjs-general-forecolor-light: rgba(0, 0, 0, 0.45);
6603
+ }
6604
+
6605
+ .svc-search {
6606
+ display: flex;
6607
+ align-items: center;
6608
+ }
6609
+
6610
+ .svc-search__input {
6611
+ overflow: hidden;
6612
+ white-space: nowrap;
6613
+ text-overflow: ellipsis;
6614
+ --small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
6615
+ --ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
6616
+ --ctr-small-bold-line-height: var(--small-bold-font-size);
6617
+ font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
6618
+ font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
6619
+ font-style: normal;
6620
+ font-weight: 400;
6621
+ line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
6622
+ font-weight: 600;
6623
+ border: none;
6624
+ -webkit-appearance: none;
6625
+ -moz-appearance: none;
6626
+ appearance: none;
6627
+ display: block;
6628
+ background: transparent;
6629
+ box-sizing: border-box;
6630
+ outline: none;
6631
+ padding: 0;
6632
+ width: 0;
6633
+ flex-grow: 1;
6634
+ }
6635
+
6636
+ .svc-creator--mobile .svc-search__input {
6637
+ font-size: max(16px, var(--ctr-font-small-size, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))));
6638
+ }
6639
+
6640
+ .svc-search__toolbar {
6641
+ display: flex;
6642
+ gap: var(--ctr-search-toolbar-gap, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
6643
+ justify-content: flex-end;
6644
+ align-items: center;
6645
+ flex-shrink: 0;
6646
+ }
6647
+
6648
+ .svc-search__toolbar .sv-action-bar {
6649
+ gap: var(--ctr-search-toolbar-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
6650
+ margin: 0;
6651
+ flex-shrink: 0;
6652
+ }
6653
+
6654
+ .svc-search__toolbar .sv-action--hidden {
6655
+ display: none;
6656
+ }
6657
+
6658
+ .svc-search__toolbar .svc-search__bar-item {
6659
+ height: min-content;
6660
+ margin: 0;
6661
+ border-radius: var(--ctr-search-button-corner-radius);
6662
+ 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))))) 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)))));
6663
+ border-radius: 100px;
6664
+ }
6665
+ .svc-search__toolbar .svc-search__bar-item .sv-svg-icon {
6666
+ width: var(--ctr-search-button-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
6667
+ height: var(--ctr-search-button-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
6668
+ }
6669
+
6670
+ .svc-search__toolbar-counter {
6671
+ --small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
6672
+ --ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
6673
+ --ctr-small-bold-line-height: var(--small-bold-font-size);
6674
+ font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
6675
+ font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
6676
+ font-style: normal;
6677
+ font-weight: 400;
6678
+ line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
6679
+ font-weight: 600;
6680
+ display: flex;
6681
+ flex-shrink: 0;
6682
+ }
6683
+ /*!*********************************************************************************************************************************************************************************************************!*\
6684
+ !*** 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/property-panel/property-panel-item.scss ***!
6685
+ \*********************************************************************************************************************************************************************************************************/
6686
+ .svc-creator {
6687
+ --sjs-font-size-x1: calc(var(--ctr-font-unit, 8px) * 1);
6688
+ --sjs-font-size-x150: calc(var(--ctr-font-unit, 8px) * 1.5);
6689
+ --sjs-font-size-x2: calc(var(--ctr-font-unit, 8px) * 2);
6690
+ --sjs-font-size-x3: calc(var(--ctr-font-unit, 8px) * 3);
6691
+ --sjs-font-size-x4: calc(var(--ctr-font-unit, 8px) * 4);
6692
+ --sjs-font-size-x5: calc(var(--ctr-font-unit, 8px) * 5);
6693
+ --sjs-font-size-x6: calc(var(--ctr-font-unit, 8px) * 6);
6694
+ --sjs-font-size-x7: calc(var(--ctr-font-unit, 8px) * 7);
6695
+ --sjs-font-size-x8: calc(var(--ctr-font-unit, 8px) * 8);
6696
+ --sjs-line-height-x1: calc(var(--ctr-line-height-unit, 8px) * 1);
6697
+ --sjs-line-height-x150: calc(var(--ctr-line-height-unit, 8px) * 1.5);
6698
+ --sjs-line-height-x2: calc(var(--ctr-line-height-unit, 8px) * 2);
6699
+ --sjs-line-height-x3: calc(var(--ctr-line-height-unit, 8px) * 3);
6700
+ --sjs-line-height-x4: calc(var(--ctr-line-height-unit, 8px) * 4);
6701
+ --sjs-line-height-x5: calc(var(--ctr-line-height-unit, 8px) * 5);
6702
+ --sjs-line-height-x6: calc(var(--ctr-line-height-unit, 8px) * 6);
6703
+ --sjs-line-height-x7: calc(var(--ctr-line-height-unit, 8px) * 7);
6704
+ --sjs-line-height-x8: calc(var(--ctr-line-height-unit, 8px) * 8);
6705
+ }
6706
+
6707
+ .svc-property-panel__item {
6708
+ margin: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
6709
+ width: 100%;
6316
6710
  }
6317
6711
  /*!****************************************************************************************************************************************************************************************************!*\
6318
6712
  !*** 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/property-panel/property-panel.scss ***!
@@ -7044,31 +7438,6 @@ svc-toolbox {
7044
7438
  display: flex;
7045
7439
  flex-direction: column;
7046
7440
  }
7047
- .svc-toolbox .spg-search-editor_container {
7048
- background: var(--ctr-toolbox-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
7049
- padding-top: var(--ctr-toolbox-search-padding-top, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7050
- padding-inline-end: var(--ctr-toolbox-search-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7051
- padding-bottom: var(--ctr-toolbox-search-padding-bottom, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7052
- padding-inline-start: var(--ctr-toolbox-search-padding-left, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7053
- height: unset;
7054
- width: unset;
7055
- flex-grow: 1;
7056
- border-bottom: none;
7057
- }
7058
- .svc-toolbox .spg-search-editor_input {
7059
- width: 0;
7060
- flex-grow: 1;
7061
- }
7062
- .svc-toolbox .spg-search-editor_toolbar-counter {
7063
- display: none;
7064
- }
7065
- .svc-toolbox .spg-search-editor_bar-item.sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled {
7066
- background-color: var(--ctr-toolbox-search-clear-button-background-color-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
7067
- border-radius: 100px;
7068
- }
7069
- .svc-toolbox .spg-search-editor_bar-item.sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled svg use {
7070
- fill: var(--ctr-toolbox-search-clear-button-icon-color-hovered, var(--sjs-special-red, var(--red, #e60a3e)));
7071
- }
7072
7441
 
7073
7442
  .svc-toolbox__panel {
7074
7443
  position: relative;
@@ -7156,7 +7525,7 @@ svc-toolbox {
7156
7525
  padding: var(--ctr-toolbox-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-group-padding-right-compact, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-padding-bottom, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-group-padding-left-compact, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7157
7526
  pointer-events: none;
7158
7527
  }
7159
- .svc-toolbox--compact .spg-search-editor_container {
7528
+ .svc-toolbox--compact .svc-search {
7160
7529
  opacity: 0;
7161
7530
  position: absolute;
7162
7531
  }
@@ -7195,7 +7564,7 @@ svc-toolbox {
7195
7564
  overflow: visible;
7196
7565
  border-inline-end: var(--ctr-toolbox-border-width-right, 0px) solid transparent;
7197
7566
  }
7198
- .svc-toolbox--flyout .spg-search-editor_container {
7567
+ .svc-toolbox--flyout .svc-search {
7199
7568
  opacity: 1;
7200
7569
  position: relative;
7201
7570
  }
@@ -7352,6 +7721,64 @@ svc-toolbox {
7352
7721
  margin-inline-end: auto;
7353
7722
  color: var(--ctr-property-grid-placeholder-text-description-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
7354
7723
  }
7724
+ /*!*********************************************************************************************************************************************************************************************!*\
7725
+ !*** 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-search.scss ***!
7726
+ \*********************************************************************************************************************************************************************************************/
7727
+ .svc-creator {
7728
+ --sjs-font-size-x1: calc(var(--ctr-font-unit, 8px) * 1);
7729
+ --sjs-font-size-x150: calc(var(--ctr-font-unit, 8px) * 1.5);
7730
+ --sjs-font-size-x2: calc(var(--ctr-font-unit, 8px) * 2);
7731
+ --sjs-font-size-x3: calc(var(--ctr-font-unit, 8px) * 3);
7732
+ --sjs-font-size-x4: calc(var(--ctr-font-unit, 8px) * 4);
7733
+ --sjs-font-size-x5: calc(var(--ctr-font-unit, 8px) * 5);
7734
+ --sjs-font-size-x6: calc(var(--ctr-font-unit, 8px) * 6);
7735
+ --sjs-font-size-x7: calc(var(--ctr-font-unit, 8px) * 7);
7736
+ --sjs-font-size-x8: calc(var(--ctr-font-unit, 8px) * 8);
7737
+ --sjs-line-height-x1: calc(var(--ctr-line-height-unit, 8px) * 1);
7738
+ --sjs-line-height-x150: calc(var(--ctr-line-height-unit, 8px) * 1.5);
7739
+ --sjs-line-height-x2: calc(var(--ctr-line-height-unit, 8px) * 2);
7740
+ --sjs-line-height-x3: calc(var(--ctr-line-height-unit, 8px) * 3);
7741
+ --sjs-line-height-x4: calc(var(--ctr-line-height-unit, 8px) * 4);
7742
+ --sjs-line-height-x5: calc(var(--ctr-line-height-unit, 8px) * 5);
7743
+ --sjs-line-height-x6: calc(var(--ctr-line-height-unit, 8px) * 6);
7744
+ --sjs-line-height-x7: calc(var(--ctr-line-height-unit, 8px) * 7);
7745
+ --sjs-line-height-x8: calc(var(--ctr-line-height-unit, 8px) * 8);
7746
+ }
7747
+
7748
+ .svc-toolbox .svc-search {
7749
+ padding-top: var(--ctr-toolbox-search-padding-top, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7750
+ padding-inline-end: var(--ctr-toolbox-search-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7751
+ padding-bottom: var(--ctr-toolbox-search-padding-bottom, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7752
+ padding-inline-start: var(--ctr-toolbox-search-padding-left, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7753
+ gap: var(--ctr-toolbox-search-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
7754
+ height: unset;
7755
+ width: unset;
7756
+ flex-grow: 1;
7757
+ border-bottom: none;
7758
+ }
7759
+ .svc-toolbox .svc-search__input {
7760
+ color: var(--ctr-toolbox-search-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
7761
+ }
7762
+ .svc-toolbox .svc-search__input::placeholder {
7763
+ color: var(--ctr-toolbox-search-text-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
7764
+ }
7765
+ .svc-toolbox .svc-search__bar-item:hover:enabled {
7766
+ background-color: var(--ctr-toolbox-search-clear-button-background-color-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
7767
+ }
7768
+ .svc-toolbox .svc-search__bar-item:hover:enabled svg use {
7769
+ fill: var(--ctr-toolbox-search-clear-button-icon-color-hovered, var(--sjs-special-red, var(--red, #e60a3e)));
7770
+ }
7771
+ .svc-toolbox .svc-search__search-icon {
7772
+ width: var(--ctr-toolbox-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7773
+ height: var(--ctr-toolbox-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7774
+ }
7775
+ .svc-toolbox .svc-search__search-icon .sv-svg-icon {
7776
+ width: var(--ctr-toolbox-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7777
+ height: var(--ctr-toolbox-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
7778
+ }
7779
+ .svc-toolbox .svc-search__search-icon .sv-svg-icon use {
7780
+ fill: var(--ctr-toolbox-search-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
7781
+ }
7355
7782
  /*!********************************************************************************************************************************************************************************************!*\
7356
7783
  !*** 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-right.scss ***!
7357
7784
  \********************************************************************************************************************************************************************************************/
@@ -7396,7 +7823,7 @@ svc-toolbox {
7396
7823
  }
7397
7824
 
7398
7825
  .svc-creator__toolbox--right .sv-popup__body-content,
7399
- .svc-creator__toolbox--right .spg-search-editor_container {
7826
+ .svc-creator__toolbox--right .svc-search {
7400
7827
  direction: initial;
7401
7828
  }
7402
7829
  /*!************************************************************************************************************************************************************************************************!*\
@@ -7486,10 +7913,10 @@ svc-toolbox {
7486
7913
  }
7487
7914
  .svc-toolbox__panel--enter .svc-toolbox__item-submenu-button,
7488
7915
  .svc-toolbox__panel--enter .svc-toolbox__item-title,
7489
- .svc-toolbox__panel--enter .spg-search-editor_input,
7916
+ .svc-toolbox__panel--enter .svc-search__input,
7490
7917
  .svc-toolbox__panel--leave .svc-toolbox__item-submenu-button,
7491
7918
  .svc-toolbox__panel--leave .svc-toolbox__item-title,
7492
- .svc-toolbox__panel--leave .spg-search-editor_input {
7919
+ .svc-toolbox__panel--leave .svc-search__input {
7493
7920
  animation-duration: var(--fade-animation-duration);
7494
7921
  animation-delay: var(--fade-animation-delay);
7495
7922
  animation-direction: var(--animation-direction);
@@ -7862,6 +8289,13 @@ svc-toolbox {
7862
8289
  .svd-grid-hide {
7863
8290
  margin-inline-end: auto;
7864
8291
  }
8292
+ .svd-grid-hide .sv-action-bar-item--icon {
8293
+ 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)));
8294
+ }
8295
+ .svd-grid-hide .sv-svg-icon {
8296
+ width: var(--ctr-menu-toolbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8297
+ height: var(--ctr-menu-toolbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8298
+ }
7865
8299
 
7866
8300
  .svc-side-bar .svc-toolbox {
7867
8301
  padding-top: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -8043,6 +8477,10 @@ svc-toolbox {
8043
8477
  justify-content: center;
8044
8478
  align-items: center;
8045
8479
  }
8480
+ .svc-menu-action__icon .sv-svg-icon {
8481
+ width: var(--ctr-menu-toolbar-button-icon-width, 24px);
8482
+ height: var(--ctr-menu-toolbar-button-icon-height, 24px);
8483
+ }
8046
8484
  .svc-menu-action__icon use {
8047
8485
  fill: var(--ctr-menu-toolbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
8048
8486
  }
@@ -8143,8 +8581,14 @@ svc-toolbox {
8143
8581
  fill: var(--ctr-actionbar-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
8144
8582
  }
8145
8583
 
8584
+ .spg-action-button--icon {
8585
+ padding: var(--ctr-actionbar-button-padding-top-large-icon, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-actionbar-button-padding-right-large-icon, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-actionbar-button-padding-bottom-large-icon, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-actionbar-button-padding-left-large-icon, var(--sjs-base-unit, var(--base-unit, 8px)));
8586
+ }
8587
+
8146
8588
  .spg-action-button__icon {
8147
8589
  display: block;
8590
+ width: var(--ctr-actionbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8591
+ height: var(--ctr-actionbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8148
8592
  }
8149
8593
  .spg-action-button__icon use {
8150
8594
  fill: var(--ctr-actionbar-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
@@ -8347,21 +8791,27 @@ button.spg-action-button--large {
8347
8791
  font-style: normal;
8348
8792
  font-weight: 400;
8349
8793
  line-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
8350
- padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
8794
+ padding: var(--ctr-error-message-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-error-message-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-error-message-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-error-message-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8351
8795
  color: var(--ctr-error-message-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
8352
8796
  background-color: var(--ctr-error-message-background-color, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
8353
- border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
8797
+ border-radius: var(--ctr-error-message-corner-radius, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8354
8798
  }
8355
8799
 
8356
8800
  .spg-question__erbox > div,
8357
8801
  .spg-question__erbox > svc-question-error > div,
8358
8802
  sv-question-error > div {
8359
8803
  display: flex;
8360
- gap: var(--sjs-base-unit, var(--base-unit, 8px));
8804
+ gap: var(--ctr-error-message-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
8361
8805
  }
8362
8806
 
8807
+ .spg-question__erbox-icon {
8808
+ width: var(--ctr-error-message-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8809
+ height: var(--ctr-error-message-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8810
+ }
8363
8811
  .spg-question__erbox-icon .sv-svg-icon {
8364
8812
  vertical-align: top;
8813
+ width: var(--ctr-error-message-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8814
+ height: var(--ctr-error-message-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
8365
8815
  }
8366
8816
  .spg-question__erbox-icon use {
8367
8817
  fill: var(--ctr-error-message-icon-color, var(--sjs-special-red, var(--red, #e60a3e)));
@@ -8380,6 +8830,33 @@ sv-question-error > div {
8380
8830
  margin-top: 0;
8381
8831
  }
8382
8832
 
8833
+ .spg-question--highlighted .spg-input,
8834
+ .spg-question--highlighted .spg-input-container,
8835
+ .spg-question--highlighted .spg-question--location--left,
8836
+ .spg-question--highlighted .spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input {
8837
+ box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
8838
+ }
8839
+ .spg-question--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle,
8840
+ .spg-question--highlighted .spg-matrixdynamic__content.spg-text__content {
8841
+ outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
8842
+ outline-offset: -2px;
8843
+ }
8844
+ .spg-question--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle .spg-input,
8845
+ .spg-question--highlighted .spg-matrixdynamic__content.spg-text__content .spg-input {
8846
+ box-shadow: none;
8847
+ }
8848
+ .spg-question--highlighted .svc-action-button {
8849
+ background-color: var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
8850
+ }
8851
+ .spg-question--highlighted .sv-button-group {
8852
+ box-shadow: 0 0 0 1px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
8853
+ border-color: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
8854
+ }
8855
+ .spg-question--highlighted .spg-checkbox__control + .spg-checkbox__rectangle {
8856
+ outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
8857
+ outline-offset: -2px;
8858
+ }
8859
+
8383
8860
  .spg-input {
8384
8861
  --default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
8385
8862
  --ctr-default-line-height: calc(1.5 * var(--default-font-size));
@@ -9395,138 +9872,57 @@ input.spg-input:read-only::placeholder {
9395
9872
  background-color: transparent;
9396
9873
  }
9397
9874
 
9398
- .spg-editor--highlighted .spg-input,
9399
- .spg-editor--highlighted .spg-input-container,
9400
- .spg-editor--highlighted .spg-question--location--left,
9401
- .spg-editor--highlighted .spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input {
9402
- box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
9403
- }
9404
- .spg-editor--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle,
9405
- .spg-editor--highlighted .spg-matrixdynamic__content.spg-text__content {
9406
- outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
9407
- outline-offset: -2px;
9408
- }
9409
- .spg-editor--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle .spg-input,
9410
- .spg-editor--highlighted .spg-matrixdynamic__content.spg-text__content .spg-input {
9411
- box-shadow: none;
9412
- }
9413
- .spg-editor--highlighted .svc-action-button {
9414
- background-color: var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
9415
- }
9416
- .spg-editor--highlighted .sv-button-group {
9417
- box-shadow: 0 0 0 1px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
9418
- border-color: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
9419
- }
9420
- .spg-editor--highlighted .spg-checkbox__control + .spg-checkbox__rectangle {
9421
- outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
9422
- outline-offset: -2px;
9423
- }
9424
-
9425
- .spg-search-editor_container {
9426
- --sjs-general-forecolor: rgba(0, 0, 0, 0.91);
9427
- --sjs-general-forecolor-light: rgba(0, 0, 0, 0.45);
9875
+ .svc-creator {
9876
+ --sjs-font-size-x1: calc(var(--ctr-font-unit, 8px) * 1);
9877
+ --sjs-font-size-x150: calc(var(--ctr-font-unit, 8px) * 1.5);
9878
+ --sjs-font-size-x2: calc(var(--ctr-font-unit, 8px) * 2);
9879
+ --sjs-font-size-x3: calc(var(--ctr-font-unit, 8px) * 3);
9880
+ --sjs-font-size-x4: calc(var(--ctr-font-unit, 8px) * 4);
9881
+ --sjs-font-size-x5: calc(var(--ctr-font-unit, 8px) * 5);
9882
+ --sjs-font-size-x6: calc(var(--ctr-font-unit, 8px) * 6);
9883
+ --sjs-font-size-x7: calc(var(--ctr-font-unit, 8px) * 7);
9884
+ --sjs-font-size-x8: calc(var(--ctr-font-unit, 8px) * 8);
9885
+ --sjs-line-height-x1: calc(var(--ctr-line-height-unit, 8px) * 1);
9886
+ --sjs-line-height-x150: calc(var(--ctr-line-height-unit, 8px) * 1.5);
9887
+ --sjs-line-height-x2: calc(var(--ctr-line-height-unit, 8px) * 2);
9888
+ --sjs-line-height-x3: calc(var(--ctr-line-height-unit, 8px) * 3);
9889
+ --sjs-line-height-x4: calc(var(--ctr-line-height-unit, 8px) * 4);
9890
+ --sjs-line-height-x5: calc(var(--ctr-line-height-unit, 8px) * 5);
9891
+ --sjs-line-height-x6: calc(var(--ctr-line-height-unit, 8px) * 6);
9892
+ --sjs-line-height-x7: calc(var(--ctr-line-height-unit, 8px) * 7);
9893
+ --sjs-line-height-x8: calc(var(--ctr-line-height-unit, 8px) * 8);
9428
9894
  }
9429
9895
 
9430
- .spg-search-editor_container {
9896
+ .svc-side-bar .svc-search {
9431
9897
  border-bottom: 1px solid var(--ctr-property-grid-search-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
9432
9898
  background: var(--ctr-property-grid-search-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
9433
- display: flex;
9434
- align-items: center;
9435
9899
  gap: var(--ctr-property-grid-search-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
9436
9900
  padding: var(--ctr-property-grid-search-padding-top, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-property-grid-search-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-property-grid-search-padding-bottom, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-property-grid-search-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
9437
9901
  }
9438
-
9439
- .spg-search-editor_input {
9440
- overflow: hidden;
9441
- white-space: nowrap;
9442
- text-overflow: ellipsis;
9443
- --small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
9444
- --ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
9445
- --ctr-small-bold-line-height: var(--small-bold-font-size);
9446
- font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
9447
- font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
9448
- font-style: normal;
9449
- font-weight: 400;
9450
- line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
9451
- font-weight: 600;
9902
+ .svc-side-bar .svc-search__input {
9452
9903
  color: var(--ctr-property-grid-search-text-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
9453
- border: none;
9454
- -webkit-appearance: none;
9455
- -moz-appearance: none;
9456
- appearance: none;
9457
- display: block;
9458
- background: transparent;
9459
- box-sizing: border-box;
9460
- width: 100%;
9461
- outline: none;
9462
- padding: 0;
9463
- }
9464
-
9465
- .svc-creator--mobile .spg-search-editor_input {
9466
- font-size: max(16px, var(--ctr-font-small-size, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))));
9467
9904
  }
9468
-
9469
- .spg-search-editor_input::placeholder {
9905
+ .svc-side-bar .svc-search__input::placeholder {
9470
9906
  color: var(--ctr-property-grid-search-text-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
9471
9907
  }
9472
-
9473
- .spg-search-editor_toolbar {
9474
- display: flex;
9475
- gap: var(--ctr-search-toolbar-gap, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
9476
- justify-content: flex-end;
9477
- align-items: center;
9478
- flex-shrink: 0;
9479
- }
9480
-
9481
- .spg-search-editor_toolbar .sv-action-bar {
9482
- gap: var(--ctr-search-toolbar-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
9483
- margin: 0;
9484
- flex-shrink: 0;
9485
- }
9486
-
9487
- .spg-search-editor_toolbar .sv-action--hidden {
9488
- display: none;
9489
- }
9490
-
9491
- .spg-search-editor_toolbar .spg-search-editor_bar-item {
9492
- height: min-content;
9493
- margin: 0;
9494
- border-radius: var(--ctr-search-button-corner-radius);
9495
- 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))))) 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)))));
9496
- }
9497
-
9498
- .spg-search-editor_bar-item:not(.sv-action-bar-item--pressed):hover:enabled, .spg-search-editor_bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
9908
+ .svc-side-bar .svc-search__bar-item:not(.sv-action-bar-item--pressed):hover:enabled, .svc-side-bar .svc-search__bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
9499
9909
  background-color: var(--ctr-property-grid-search-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
9500
9910
  }
9501
-
9502
- .spg-search-editor_toolbar .sv-action-bar-item__icon use {
9911
+ .svc-side-bar .svc-search__toolbar .sv-action-bar-item__icon use {
9503
9912
  fill: var(--ctr-property-grid-search-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
9504
9913
  }
9505
-
9506
- .spg-search-editor_toolbar-counter {
9507
- --small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
9508
- --ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
9509
- --ctr-small-bold-line-height: var(--small-bold-font-size);
9510
- font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
9511
- font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
9512
- font-style: normal;
9513
- font-weight: 400;
9514
- line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
9515
- font-weight: 600;
9914
+ .svc-side-bar .svc-search__toolbar-counter {
9516
9915
  color: var(--ctr-property-grid-search-count-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
9517
- display: flex;
9518
- flex-shrink: 0;
9519
9916
  }
9520
-
9521
- .spg-search-editor_search-icon {
9917
+ .svc-side-bar .svc-search__search-icon {
9522
9918
  width: var(--ctr-property-grid-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
9523
9919
  height: var(--ctr-property-grid-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
9524
9920
  }
9525
- .spg-search-editor_search-icon .sv-svg-icon {
9921
+ .svc-side-bar .svc-search__search-icon .sv-svg-icon {
9526
9922
  width: var(--ctr-property-grid-search-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
9527
9923
  height: var(--ctr-property-grid-search-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
9528
9924
  }
9529
- .spg-search-editor_search-icon .sv-svg-icon use {
9925
+ .svc-side-bar .svc-search__search-icon .sv-svg-icon use {
9530
9926
  fill: var(--ctr-property-grid-search-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
9531
9927
  }
9532
9928
 
@@ -9752,8 +10148,8 @@ input.spg-input:read-only::placeholder {
9752
10148
  flex-grow: 1;
9753
10149
  }
9754
10150
  .spg-title-toolbar--single-help-action .spg-help-action .spg-action-button--icon {
9755
- opacity: 0.5;
9756
- padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
10151
+ padding: var(--ctr-actionbar-button-padding-top-small-icon, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-actionbar-button-padding-right-small-icon, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-actionbar-button-padding-bottom-small-icon, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-actionbar-button-padding-left-small-icon, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
10152
+ opacity: var(--ctr-actionbar-button-opacity-muted, 0.5);
9757
10153
  }
9758
10154
  .spg-title-toolbar--single-help-action .spg-help-action .spg-action-button--icon:focus,
9759
10155
  .spg-title-toolbar--single-help-action .spg-help-action .spg-action-button--icon:hover {
@@ -9762,6 +10158,10 @@ input.spg-input:read-only::placeholder {
9762
10158
  .spg-title-toolbar--single-help-action .spg-help-action .spg-action-button:active {
9763
10159
  opacity: var(--ctr-actionbar-button-opacity-pressed, 0.5);
9764
10160
  }
10161
+ .spg-title-toolbar--single-help-action .spg-help-action .spg-action-button__icon {
10162
+ width: var(--ctr-actionbar-button-icon-width-small, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
10163
+ height: var(--ctr-actionbar-button-icon-height-small, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
10164
+ }
9765
10165
  .spg-title-toolbar--single-help-action .spg-help-action svg {
9766
10166
  fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
9767
10167
  }
@@ -9859,10 +10259,20 @@ input.spg-input:read-only::placeholder {
9859
10259
  height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
9860
10260
  }
9861
10261
 
10262
+ .sv-action-bar--default-size-mode .sv-action-bar-item {
10263
+ height: auto;
10264
+ width: auto;
10265
+ }
10266
+
9862
10267
  .sv-action-bar--small-size-mode .sv-action-bar-separator {
9863
10268
  height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
9864
10269
  }
9865
10270
 
10271
+ .sv-action-bar--small-size-mode .sv-action-bar-item {
10272
+ height: auto;
10273
+ width: auto;
10274
+ }
10275
+
9866
10276
  .svc-creator--mobile .sv-action-bar-separator {
9867
10277
  height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
9868
10278
  }
@@ -9930,6 +10340,10 @@ input.spg-input:read-only::placeholder {
9930
10340
  transition: background-color var(--sjs-creator-transition-duration, 150ms);
9931
10341
  height: auto;
9932
10342
  }
10343
+ .svc-top-bar .sv-action-bar-item--icon {
10344
+ 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)));
10345
+ border-radius: var(--ctr-menu-toolbar-button-corner-radius, 0);
10346
+ }
9933
10347
  .svc-top-bar .sv-action-bar-item__icon {
9934
10348
  width: var(--ctr-menu-toolbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
9935
10349
  height: var(--ctr-menu-toolbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
@@ -9947,9 +10361,6 @@ input.spg-input:read-only::placeholder {
9947
10361
  .svc-top-bar .sv-action-bar-item:disabled {
9948
10362
  opacity: var(--ctr-menu-toolbar-button-opacity-disabled, 0.25);
9949
10363
  }
9950
- .svc-top-bar .sv-action-bar-item--secondary .sv-action-bar-item__icon use {
9951
- fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
9952
- }
9953
10364
  .svc-top-bar .sv-action-bar-item--active .sv-action-bar-item__icon use {
9954
10365
  fill: var(--ctr-menu-toolbar-button-text-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
9955
10366
  }
@@ -9974,6 +10385,10 @@ input.spg-input:read-only::placeholder {
9974
10385
  border-top: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
9975
10386
  box-sizing: border-box;
9976
10387
  }
10388
+ .svc-footer-bar .svc-toolbar-wrapper .sv-action-bar-item__icon {
10389
+ width: var(--ctr-menu-toolbar-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
10390
+ height: var(--ctr-menu-toolbar-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
10391
+ }
9977
10392
  /*!*******************************************************************************************************************************************************************************************!*\
9978
10393
  !*** 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 ***!
9979
10394
  \*******************************************************************************************************************************************************************************************/