survey-creator-core 1.9.125 → 1.9.127

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 (91) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/i18n/arabic.js +1 -1
  4. package/i18n/arabic.min.js +1 -1
  5. package/i18n/bulgarian.js +1 -1
  6. package/i18n/bulgarian.min.js +2 -2
  7. package/i18n/croatian.js +1 -1
  8. package/i18n/croatian.min.js +1 -1
  9. package/i18n/czech.js +1 -1
  10. package/i18n/czech.min.js +1 -1
  11. package/i18n/danish.js +1 -1
  12. package/i18n/danish.min.js +1 -1
  13. package/i18n/dutch.js +1 -1
  14. package/i18n/dutch.min.js +1 -1
  15. package/i18n/english.js +12 -12
  16. package/i18n/english.js.map +1 -1
  17. package/i18n/english.min.js +2 -2
  18. package/i18n/finnish.js +1 -1
  19. package/i18n/finnish.min.js +1 -1
  20. package/i18n/french.js +1 -1
  21. package/i18n/french.min.js +1 -1
  22. package/i18n/german.js +18 -35
  23. package/i18n/german.js.map +1 -1
  24. package/i18n/german.min.js +2 -2
  25. package/i18n/hebrew.js +1209 -0
  26. package/i18n/hebrew.js.map +1 -0
  27. package/i18n/hebrew.min.js +7 -0
  28. package/i18n/hungarian.js +1 -1
  29. package/i18n/hungarian.min.js +2 -2
  30. package/i18n/index.js +1131 -55
  31. package/i18n/index.js.map +1 -1
  32. package/i18n/index.min.js +2 -2
  33. package/i18n/indonesian.js +1 -1
  34. package/i18n/indonesian.min.js +2 -2
  35. package/i18n/italian.js +1 -1
  36. package/i18n/italian.min.js +2 -2
  37. package/i18n/japanese.js +1 -1
  38. package/i18n/japanese.min.js +2 -2
  39. package/i18n/korean.js +1 -1
  40. package/i18n/korean.min.js +2 -2
  41. package/i18n/malay.js +1 -1
  42. package/i18n/malay.min.js +2 -2
  43. package/i18n/mongolian.js +1 -1
  44. package/i18n/mongolian.min.js +2 -2
  45. package/i18n/norwegian.js +1 -1
  46. package/i18n/norwegian.min.js +2 -2
  47. package/i18n/persian.js +1 -1
  48. package/i18n/persian.min.js +2 -2
  49. package/i18n/polish.js +1 -1
  50. package/i18n/polish.min.js +2 -2
  51. package/i18n/portuguese.js +1 -1
  52. package/i18n/portuguese.min.js +2 -2
  53. package/i18n/russian.js +1 -1
  54. package/i18n/russian.min.js +2 -2
  55. package/i18n/simplified-chinese.js +1 -1
  56. package/i18n/simplified-chinese.min.js +2 -2
  57. package/i18n/slovak.js +1 -1
  58. package/i18n/slovak.min.js +2 -2
  59. package/i18n/spanish.js +1 -1
  60. package/i18n/spanish.min.js +2 -2
  61. package/i18n/swedish.js +1 -1
  62. package/i18n/swedish.min.js +2 -2
  63. package/i18n/tajik.js +1 -1
  64. package/i18n/tajik.min.js +2 -2
  65. package/i18n/traditional-chinese.js +1 -1
  66. package/i18n/traditional-chinese.min.js +2 -2
  67. package/i18n/turkish.js +1 -1
  68. package/i18n/turkish.min.js +2 -2
  69. package/package.json +2 -2
  70. package/survey-creator-core.css +195 -20
  71. package/survey-creator-core.fontless.css +194 -19
  72. package/survey-creator-core.fontless.css.map +1 -1
  73. package/survey-creator-core.fontless.min.css +10 -9
  74. package/survey-creator-core.i18n.js +1131 -55
  75. package/survey-creator-core.i18n.js.map +1 -1
  76. package/survey-creator-core.i18n.min.js +2 -2
  77. package/survey-creator-core.js +676 -344
  78. package/survey-creator-core.js.map +1 -1
  79. package/survey-creator-core.min.css +11 -10
  80. package/survey-creator-core.min.js +6 -6
  81. package/typings/components/image-item-value.d.ts +1 -0
  82. package/typings/components/question.d.ts +2 -0
  83. package/typings/components/switcher/switcher.d.ts +6 -0
  84. package/typings/components/tabs/theme-builder.d.ts +2 -0
  85. package/typings/creator-base.d.ts +309 -153
  86. package/typings/creator-settings.d.ts +5 -4
  87. package/typings/custom-questions/question-file.d.ts +1 -1
  88. package/typings/editorLocalization.d.ts +8 -8
  89. package/typings/entries/index.d.ts +1 -0
  90. package/typings/localization/english.d.ts +8 -8
  91. package/typings/question-editor/properties.d.ts +7 -5
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.125
2
+ * SurveyJS Creator v1.9.127
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
@@ -1205,11 +1205,25 @@ svc-tab-designer {
1205
1205
  --sd-base-vertical-padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1206
1206
  --sd-page-vertical-padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1207
1207
  }
1208
+ .svc-creator--mobile .svc-question__content .sd-question__content {
1209
+ margin-left: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1210
+ margin-right: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1211
+ padding-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1212
+ padding-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1213
+ }
1208
1214
  .svc-creator--mobile .svc-question__content .sd-question__content .sd-selectbase__column {
1209
1215
  max-width: initial;
1210
1216
  display: block;
1211
1217
  margin-left: 0;
1212
1218
  }
1219
+ .svc-creator--mobile .svc-question__content > .svc-question__dropdown-choices--wrapper {
1220
+ width: calc(100% + 6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1221
+ margin: 0 calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1222
+ }
1223
+ .svc-creator--mobile .svc-question__content > .svc-question__dropdown-choices--wrapper > div {
1224
+ width: calc(100% - 6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1225
+ margin: 0 calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1226
+ }
1213
1227
  .svc-creator--mobile .svc-question__content--selected .svc-rating-question-controls {
1214
1228
  bottom: calc(10 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1215
1229
  }
@@ -1287,6 +1301,87 @@ svc-tab-designer {
1287
1301
  .svc-creator--mobile .svc-page__content-actions .sv-action-bar .sv-action .sv-action__content .sv-action-bar-item__title--with-icon {
1288
1302
  display: none;
1289
1303
  }
1304
+ .svc-switcher.spg-action-button {
1305
+ align-items: center;
1306
+ gap: var(--sjs-base-unit, var(--base-unit, 8px));
1307
+ pointer-events: auto;
1308
+ }
1309
+
1310
+ .svc-switcher__title {
1311
+ color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
1312
+ font-family: var(--sjs-font-family, var(--font-family));
1313
+ font-size: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1314
+ font-style: normal;
1315
+ font-weight: 600;
1316
+ line-height: var(--sjs-base-unit, var(--base-unit, 8px));
1317
+ }
1318
+
1319
+ .svc-switcher__icon {
1320
+ width: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1321
+ padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1322
+ justify-content: center;
1323
+ align-items: center;
1324
+ border-radius: 100px;
1325
+ border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
1326
+ background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
1327
+ transition-duration: 0.2s;
1328
+ transition-property: background;
1329
+ transition-timing-function: linear;
1330
+ }
1331
+
1332
+ .svc-switcher__icon:hover {
1333
+ background: var(--sjs-general-backcolor, var(--background, #fff));
1334
+ }
1335
+
1336
+ .svc-switcher__icon:focus {
1337
+ border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
1338
+ background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
1339
+ }
1340
+
1341
+ .svc-switcher__icon:hover:focus {
1342
+ border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
1343
+ background: var(--sjs-general-backcolor, var(--background, #fff));
1344
+ }
1345
+
1346
+ .svc-switcher__icon--checked,
1347
+ .svc-switcher__icon--checked:hover {
1348
+ justify-content: center;
1349
+ align-items: center;
1350
+ border: unset;
1351
+ border-radius: 100px;
1352
+ background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
1353
+ }
1354
+
1355
+ .svc-switcher__icon--checked:focus {
1356
+ border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
1357
+ background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
1358
+ }
1359
+
1360
+ .svc-switcher__icon-thumb {
1361
+ width: var(--sjs-base-unit, var(--base-unit, 8px));
1362
+ height: var(--sjs-base-unit, var(--base-unit, 8px));
1363
+ justify-content: center;
1364
+ align-items: center;
1365
+ border-radius: 100px;
1366
+ background-color: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
1367
+ transform: translateX(0);
1368
+ margin-left: 0%;
1369
+ transition-duration: 0.2s;
1370
+ transition-property: margin-left, transform, background-color;
1371
+ transition-timing-function: linear;
1372
+ }
1373
+
1374
+ .svc-switcher__icon--checked .svc-switcher__icon-thumb {
1375
+ background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
1376
+ margin-left: 100%;
1377
+ transform: translateX(-100%);
1378
+ }
1379
+
1380
+ .svc-switcher__icon:focus .svc-switcher__icon-thumb,
1381
+ .svc-switcher__icon:hover:focus .svc-switcher__icon-thumb,
1382
+ .svc-switcher__icon--checked:focus .svc-switcher__icon-thumb {
1383
+ background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
1384
+ }
1290
1385
  svc-tab-test {
1291
1386
  width: 100%;
1292
1387
  height: 100%;
@@ -1523,13 +1618,12 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
1523
1618
  .svc-creator__non-commercial-text {
1524
1619
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
1525
1620
  font-family: var(--sjs-font-family, var(--font-family));
1526
- font-weight: bold;
1527
1621
  font-size: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1528
1622
  vertical-align: middle;
1623
+ padding: 12px 128px;
1529
1624
  }
1530
1625
  .svc-creator__non-commercial-text a {
1531
1626
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
1532
- text-decoration: none;
1533
1627
  }
1534
1628
 
1535
1629
  .sv-drag-drop-ghost {
@@ -1549,7 +1643,7 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
1549
1643
  top: initial;
1550
1644
  bottom: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1551
1645
  }
1552
- .sd-element__title .svc-string-editor {
1646
+ .sd-element__header .svc-string-editor {
1553
1647
  display: inline-block;
1554
1648
  max-width: 100%;
1555
1649
  }
@@ -1564,7 +1658,6 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
1564
1658
  .svc-string-editor .sv-string-editor {
1565
1659
  position: relative;
1566
1660
  outline: none;
1567
- word-break: break-word;
1568
1661
  z-index: 12;
1569
1662
  }
1570
1663
  .svc-string-editor .sv-string-editor[aria-placeholder]:empty:before {
@@ -1583,6 +1676,11 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
1583
1676
  display: inline-block;
1584
1677
  position: relative;
1585
1678
  z-index: 10;
1679
+ width: 100%;
1680
+ }
1681
+
1682
+ .svc-matrix-cell .svc-string-editor__content {
1683
+ width: auto;
1586
1684
  }
1587
1685
 
1588
1686
  .svc-string-editor__content:focus-within .svc-remaining-character-counter {
@@ -2253,7 +2351,6 @@ svc-question {
2253
2351
  }
2254
2352
 
2255
2353
  .svc-question__content .sd-selectbase:not(.sd-imagepicker) {
2256
- overflow-x: auto;
2257
2354
  padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2258
2355
  margin-left: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2259
2356
  }
@@ -2262,6 +2359,9 @@ svc-question {
2262
2359
  padding-left: 0;
2263
2360
  margin-left: 0;
2264
2361
  }
2362
+ .svc-question__content .sd-question.sd-question--table {
2363
+ overflow-x: initial;
2364
+ }
2265
2365
  .svc-question__content .sd-multipletext__item-title {
2266
2366
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
2267
2367
  }
@@ -2639,8 +2739,11 @@ svc-question .sv-action-bar,
2639
2739
  display: none;
2640
2740
  }
2641
2741
 
2642
- .svc-panel__add-new-question-container {
2742
+ .svc-panel__add-new-question-wrapper {
2643
2743
  container-type: inline-size;
2744
+ width: 100%;
2745
+ display: flex;
2746
+ justify-content: center;
2644
2747
  }
2645
2748
 
2646
2749
  .svc-panel__placeholder_frame-wrapper {
@@ -2761,6 +2864,14 @@ svc-question .sv-action-bar,
2761
2864
  display: none;
2762
2865
  }
2763
2866
  }
2867
+ .svc-panel__question-type-selector-popup {
2868
+ height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2869
+ width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2870
+ position: absolute;
2871
+ right: 0;
2872
+ bottom: 0;
2873
+ }
2874
+
2764
2875
  .svc-panel__question-type-selector {
2765
2876
  appearance: none;
2766
2877
  display: flex;
@@ -2831,10 +2942,21 @@ svc-question .sv-action-bar,
2831
2942
  .svc-question__content .sd-table__cell--actions .sv-action-bar-item:disabled use {
2832
2943
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
2833
2944
  }
2945
+ .svc-question__content .sd-table__row-disabled > .sd-table__cell {
2946
+ opacity: 1;
2947
+ }
2834
2948
 
2835
2949
  .svc-question__content .svc-carry-forward-panel {
2836
2950
  margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2837
2951
  }
2952
+ .svc-question__content .sd-question__content {
2953
+ min-width: min(8 * (var(--sjs-base-unit, var(--base-unit, 8px))), 100%);
2954
+ margin-left: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2955
+ margin-right: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2956
+ padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2957
+ padding-right: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2958
+ overflow-x: auto;
2959
+ }
2838
2960
 
2839
2961
  .svc-question__content--ranking .svc-carry-forward-panel {
2840
2962
  margin-top: 0;
@@ -2865,7 +2987,18 @@ svc-question .sv-action-bar,
2865
2987
  opacity: 0.75;
2866
2988
  }
2867
2989
 
2868
- .svc-question__dropdown-choices--wrapper .svc-action-button {
2990
+ .svc-question__content > .svc-question__dropdown-choices--wrapper {
2991
+ width: calc(100% + 8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2992
+ overflow-x: auto;
2993
+ margin: 0 calc(-4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2994
+ }
2995
+ .svc-question__content > .svc-question__dropdown-choices--wrapper > div {
2996
+ width: calc(100% - 8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2997
+ display: inline-block;
2998
+ min-width: calc(15 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2999
+ margin: 0 calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3000
+ }
3001
+ .svc-question__content > .svc-question__dropdown-choices--wrapper .svc-action-button {
2869
3002
  margin-left: calc(6.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2870
3003
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
2871
3004
  cursor: pointer;
@@ -2953,9 +3086,6 @@ svc-question .sv-action-bar,
2953
3086
  .svc-question__content .sd-rating .sd-rating__item-text .sv-string-editor:focus-within {
2954
3087
  white-space: nowrap;
2955
3088
  }
2956
- .svc-question__content .sd-rating .svc-string-editor__content {
2957
- width: 100%;
2958
- }
2959
3089
  .svc-question__content .sd-rating .svc-string-editor__content .sv-string-editor {
2960
3090
  text-overflow: ellipsis;
2961
3091
  overflow: hidden;
@@ -2963,6 +3093,30 @@ svc-question .sv-action-bar,
2963
3093
  .svc-question__content .sd-rating .svc-string-editor__content .sv-string-editor:focus-within {
2964
3094
  text-overflow: initial;
2965
3095
  }
3096
+ .svc-question__content .sd-rating.sd-rating--labels-top fieldset .sd-rating__min-text {
3097
+ top: var(--sjs-base-unit, var(--base-unit, 8px));
3098
+ }
3099
+ .svc-question__content .sd-rating.sd-rating--labels-top fieldset .sd-rating__max-text {
3100
+ top: var(--sjs-base-unit, var(--base-unit, 8px));
3101
+ }
3102
+ .svc-question__content .sd-rating.sd-rating--labels-bottom fieldset {
3103
+ padding-bottom: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3104
+ }
3105
+ .svc-question__content .sd-rating.sd-rating--labels-bottom fieldset .sd-rating__min-text {
3106
+ bottom: var(--sjs-base-unit, var(--base-unit, 8px));
3107
+ }
3108
+ .svc-question__content .sd-rating.sd-rating--labels-bottom fieldset .sd-rating__max-text {
3109
+ bottom: var(--sjs-base-unit, var(--base-unit, 8px));
3110
+ }
3111
+ .svc-question__content .sd-rating.sd-rating--labels-diagonal fieldset {
3112
+ padding-bottom: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3113
+ }
3114
+ .svc-question__content .sd-rating.sd-rating--labels-diagonal fieldset .sd-rating__min-text {
3115
+ top: var(--sjs-base-unit, var(--base-unit, 8px));
3116
+ }
3117
+ .svc-question__content .sd-rating.sd-rating--labels-diagonal fieldset .sd-rating__max-text {
3118
+ bottom: var(--sjs-base-unit, var(--base-unit, 8px));
3119
+ }
2966
3120
  .svc-question__content .sd-question--table .sd-rating {
2967
3121
  margin-inline-start: 0;
2968
3122
  width: fit-content;
@@ -2992,12 +3146,15 @@ svc-question .sv-action-bar,
2992
3146
  width: 100%;
2993
3147
  max-width: 100%;
2994
3148
  }
2995
- .svc-creator--mobile .svc-question__content legend + .sd-rating__item, .svc-creator--mobile .svc-question__content legend + sv-ng-rating-item + .sd-rating__item,
2996
- .svc-creator--mobile .svc-question__content legend + .sd-rating__item-smiley, .svc-creator--mobile .svc-question__content legend + sv-ng-rating-item-smiley + .sd-rating__item-smiley {
3149
+ .svc-creator--mobile .svc-question__content legend + .sd-rating__item,
3150
+ .svc-creator--mobile .svc-question__content legend + sv-ng-rating-item + .sd-rating__item,
3151
+ .svc-creator--mobile .svc-question__content legend + .sd-rating__item-smiley,
3152
+ .svc-creator--mobile .svc-question__content legend + sv-ng-rating-item-smiley + .sd-rating__item-smiley {
2997
3153
  margin-inline-start: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)) + 2px);
2998
3154
  }
2999
3155
  .svc-creator--mobile .svc-question__content legend + .sd-rating__item-text,
3000
- .svc-creator--mobile .svc-question__content legend + .sd-rating__item-star, .svc-creator--mobile .svc-question__content legend + sv-ng-rating-item-star + .sd-rating__item-star {
3156
+ .svc-creator--mobile .svc-question__content legend + .sd-rating__item-star,
3157
+ .svc-creator--mobile .svc-question__content legend + sv-ng-rating-item-star + .sd-rating__item-star {
3001
3158
  margin-inline-start: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)));
3002
3159
  }
3003
3160
  .svc-item-value-wrapper {
@@ -3011,7 +3168,6 @@ svc-question .sv-action-bar,
3011
3168
  .svc-question__dropdown-choice .svc-item-value-wrapper,
3012
3169
  .sd-selectbase .svc-item-value-wrapper {
3013
3170
  align-items: flex-start;
3014
- min-width: calc(28 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3015
3171
  }
3016
3172
  .svc-question__dropdown-choice .svc-item-value__item,
3017
3173
  .sd-selectbase .svc-item-value__item {
@@ -3132,7 +3288,6 @@ svc-question .sv-action-bar,
3132
3288
 
3133
3289
  .sv-ranking .svc-item-value-wrapper {
3134
3290
  align-items: center;
3135
- min-width: calc(27 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3136
3291
  }
3137
3292
  .sv-ranking .svc-item-value__item {
3138
3293
  padding-right: 0;
@@ -3158,9 +3313,6 @@ svc-question .sv-action-bar,
3158
3313
  width: 100%;
3159
3314
  display: inline-block;
3160
3315
  }
3161
- .svc-item-value__item .svc-string-editor__content {
3162
- width: 100%;
3163
- }
3164
3316
  .svc-item-value__item .sv-string-editor {
3165
3317
  text-overflow: ellipsis;
3166
3318
  overflow: hidden;
@@ -4973,6 +5125,9 @@ button.spg-action-button--large {
4973
5125
  text-decoration-line: underline;
4974
5126
  }
4975
5127
 
5128
+ .spg-theme-builder-root .sv-skeleton-element {
5129
+ min-height: 50px;
5130
+ }
4976
5131
  .spg-theme-builder-root .spg-paneldynamic__separator {
4977
5132
  border: none;
4978
5133
  margin: 0;
@@ -5075,6 +5230,26 @@ button.spg-action-button--large {
5075
5230
  .spg-theme-builder-root .spg-row:last-of-type > div > .spg-nested-panel::after {
5076
5231
  content: none;
5077
5232
  }
5233
+ .spg-theme-builder-root .spg-theme-group-caption {
5234
+ --default-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
5235
+ font-family: var(--sjs-font-family, var(--font-family));
5236
+ font-style: normal;
5237
+ font-weight: 600;
5238
+ font-size: var(--sjs-font-size, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5239
+ line-height: calc(1.5 * var(--default-bold-font-size));
5240
+ color: var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91));
5241
+ position: relative;
5242
+ top: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
5243
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
5244
+ cursor: auto;
5245
+ }
5246
+ .spg-theme-builder-root .sv-theme-group_title-action .spg-action-button:hover,
5247
+ .spg-theme-builder-root .sv-theme-group_title-action .spg-action-button:focus {
5248
+ background-color: unset;
5249
+ }
5250
+ .spg-theme-builder-root .sd-panel__header.sd-element__header .spg-action-bar {
5251
+ pointer-events: none;
5252
+ }
5078
5253
 
5079
5254
  .sv-mobile-side-bar .spg-theme-builder-root .spg-nested-panel__content::after {
5080
5255
  width: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)) + 100%);