survey-creator-core 1.9.89 → 1.9.91

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 (35) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/package.json +2 -2
  4. package/survey-creator-core.css +224 -93
  5. package/survey-creator-core.fontless.css +223 -92
  6. package/survey-creator-core.fontless.css.map +1 -1
  7. package/survey-creator-core.fontless.min.css +12 -12
  8. package/survey-creator-core.i18n.js +1 -1
  9. package/survey-creator-core.i18n.min.js +1 -1
  10. package/survey-creator-core.js +1837 -514
  11. package/survey-creator-core.js.map +1 -1
  12. package/survey-creator-core.min.css +13 -13
  13. package/survey-creator-core.min.js +3 -3
  14. package/typings/components/item-value.d.ts +1 -0
  15. package/typings/components/page.d.ts +5 -2
  16. package/typings/components/question-rating.d.ts +1 -0
  17. package/typings/components/question.d.ts +1 -1
  18. package/typings/components/simulator.d.ts +0 -1
  19. package/typings/components/string-editor.d.ts +1 -0
  20. package/typings/components/tabs/theme-custom-questions/boxshadow-settings.d.ts +2 -0
  21. package/typings/components/tabs/theme-custom-questions/color-settings.d.ts +1 -0
  22. package/typings/components/tabs/theme-custom-questions/element-settings.d.ts +1 -0
  23. package/typings/components/tabs/theme-custom-questions/font-settings.d.ts +1 -0
  24. package/typings/components/tabs/theme-plugin.d.ts +3 -0
  25. package/typings/components/tabs/theme.d.ts +18 -39
  26. package/typings/creator-base.d.ts +21 -2
  27. package/typings/creator-settings.d.ts +4 -0
  28. package/typings/custom-questions/question-color.d.ts +10 -1
  29. package/typings/editorLocalization.d.ts +13 -0
  30. package/typings/entries/index.d.ts +4 -0
  31. package/typings/localization/english.d.ts +13 -0
  32. package/typings/property-grid/matrices.d.ts +1 -0
  33. package/typings/property-grid-theme/property-grid.d.ts +3 -1
  34. package/typings/survey-elements.d.ts +44 -0
  35. package/typings/utils/utils.d.ts +23 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.89
2
+ * SurveyJS Creator v1.9.91
3
3
  * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.89
2
+ * SurveyJS Creator v1.9.91
3
3
  * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-creator-core",
3
- "version": "1.9.89",
3
+ "version": "1.9.91",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -29,7 +29,7 @@
29
29
  "ace-builds": "^1.4.12"
30
30
  },
31
31
  "dependencies": {
32
- "survey-core": "1.9.89"
32
+ "survey-core": "1.9.91"
33
33
  },
34
34
  "devDependencies": {}
35
35
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.89
2
+ * SurveyJS Creator v1.9.91
3
3
  * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -225,7 +225,7 @@
225
225
 
226
226
 
227
227
  /*# sourceMappingURL=fonts.fontless.css.map*//*!
228
- * SurveyJS Creator v1.9.89
228
+ * SurveyJS Creator v1.9.91
229
229
  * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
230
230
  * Github: https://github.com/surveyjs/survey-creator
231
231
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1100,7 +1100,7 @@ svc-tab-designer {
1100
1100
  .svc-designer-placeholder-page {
1101
1101
  margin-top: calc(2 * var(--base-unit, 8px)); }
1102
1102
 
1103
- .svc-designer-placeholder-page .svc-page__add-new-question {
1103
+ .svc-designer-placeholder-page .svc-page__footer {
1104
1104
  width: calc(33 * var(--base-unit, 8px));
1105
1105
  margin: auto; }
1106
1106
 
@@ -1124,7 +1124,7 @@ svc-tab-designer {
1124
1124
  border: 0; }
1125
1125
  .svc-creator--mobile .svc-page__content .sd-page {
1126
1126
  padding: calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)); }
1127
- .svc-creator--mobile .svc-page__content .svc-page__add-new-question {
1127
+ .svc-creator--mobile .svc-page__content .svc-page__footer {
1128
1128
  margin-left: calc(2 * var(--base-unit, 8px));
1129
1129
  margin-right: calc(2 * var(--base-unit, 8px)); }
1130
1130
 
@@ -1169,6 +1169,78 @@ svc-tab-designer {
1169
1169
  .svc-creator--mobile .svc-page__content-actions .sv-action-bar .sv-action .sv-action__content .sv-action-bar-item__title--with-icon {
1170
1170
  display: none; }
1171
1171
 
1172
+ svc-tab-test {
1173
+ width: 100%;
1174
+ height: 100%;
1175
+ background: var(--background-dim, #f3f3f3); }
1176
+
1177
+ .svc-test-tab__content .svc-plugin-tab__content {
1178
+ overflow-y: overlay; }
1179
+ .svc-test-tab__content .svc-plugin-tab__content .sv-root-modern .sv-completedpage,
1180
+ .svc-test-tab__content .svc-plugin-tab__content .sv_default_css .sv_completed_page {
1181
+ margin: 0;
1182
+ border: 0;
1183
+ background-color: var(--background-dim, #f3f3f3); }
1184
+ .svc-test-tab__content .svc-plugin-tab__content .sv_default_css .sv_body {
1185
+ border: 0; }
1186
+ .svc-test-tab__content .svc-plugin-tab__content .svc-preview__test-again {
1187
+ width: calc(33 * var(--base-unit, 8px));
1188
+ margin-left: auto;
1189
+ margin-right: auto;
1190
+ margin-bottom: 72px;
1191
+ margin-top: 8px; }
1192
+
1193
+ .svc-creator-tab__content--with-toolbar.svc-test-tab__content .svc-plugin-tab__content {
1194
+ height: calc(100% - calc(6 * var(--base-unit, 8px))); }
1195
+
1196
+ .svc-test-tab__content-actions {
1197
+ position: relative; }
1198
+ .svc-test-tab__content-actions .sv-action-bar {
1199
+ padding: 0;
1200
+ height: calc(6 * var(--base-unit, 8px));
1201
+ background: var(--background, #fff);
1202
+ border-top: 1px solid var(--border, #d6d6d6);
1203
+ width: 100%;
1204
+ position: absolute; }
1205
+ .svc-test-tab__content-actions .sv-action-bar.sv-action-bar--pages {
1206
+ left: 0;
1207
+ right: 0;
1208
+ justify-content: center;
1209
+ gap: calc(1 * var(--base-unit, 8px)); }
1210
+ .svc-test-tab__content-actions .sv-action-bar.sv-action-bar--pages .sv-action__content {
1211
+ padding: 0; }
1212
+ .svc-test-tab__content-actions .sv-action-bar.sv-action-bar--pages .sv-action-bar-item {
1213
+ margin: 0; }
1214
+ .svc-test-tab__content-actions .sv-action-bar-item {
1215
+ font-family: var(--font-family);
1216
+ font-style: normal;
1217
+ font-weight: 600;
1218
+ font-size: calc(1.5 * var(--base-unit, 8px));
1219
+ line-height: calc(2 * var(--base-unit, 8px));
1220
+ width: 100%;
1221
+ height: calc(4 * var(--base-unit, 8px)); }
1222
+ .svc-test-tab__content-actions .svc-page-selector {
1223
+ max-width: 50%; }
1224
+ .svc-test-tab__content-actions .svc-page-selector .sv-action-bar-item__title {
1225
+ overflow: hidden;
1226
+ white-space: nowrap;
1227
+ text-overflow: ellipsis;
1228
+ color: var(--foreground, #161616);
1229
+ display: inline-block; }
1230
+
1231
+ .svc-test-tab__content .sd-body--empty {
1232
+ font-family: var(--font-family);
1233
+ font-style: normal;
1234
+ font-weight: 400;
1235
+ font-size: calc(2 * var(--base-unit, 8px));
1236
+ color: var(--foreground, #161616);
1237
+ width: 100%;
1238
+ position: absolute;
1239
+ top: 50%;
1240
+ transform: translateY(-50%);
1241
+ text-align: center;
1242
+ overflow: hidden; }
1243
+
1172
1244
  .svc-notifier.svc-notifier--shown {
1173
1245
  visibility: visible;
1174
1246
  opacity: 0.75; }
@@ -1447,6 +1519,9 @@ survey-creator,
1447
1519
  .svc-string-editor.svc-string-editor--error:focus-within .svc-string-editor__border {
1448
1520
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px calc(0.25 * var(--base-unit, 8px)) var(--red, #e60a3e); }
1449
1521
 
1522
+ .sd-boolean .sv-string-editor:focus-within {
1523
+ white-space: nowrap; }
1524
+
1450
1525
  .sd-rating .sd-rating__item:focus-within {
1451
1526
  border: calc(0.25 * var(--base-unit, 8px)) solid var(--primary, #19b394); }
1452
1527
 
@@ -1515,78 +1590,6 @@ survey-creator,
1515
1590
  opacity: 0.25;
1516
1591
  color: var(--foreground, #161616); }
1517
1592
 
1518
- svc-tab-test {
1519
- width: 100%;
1520
- height: 100%;
1521
- background: var(--background-dim, #f3f3f3); }
1522
-
1523
- .svc-test-tab__content .svc-plugin-tab__content {
1524
- overflow-y: overlay; }
1525
- .svc-test-tab__content .svc-plugin-tab__content .sv-root-modern .sv-completedpage,
1526
- .svc-test-tab__content .svc-plugin-tab__content .sv_default_css .sv_completed_page {
1527
- margin: 0;
1528
- border: 0;
1529
- background-color: var(--background-dim, #f3f3f3); }
1530
- .svc-test-tab__content .svc-plugin-tab__content .sv_default_css .sv_body {
1531
- border: 0; }
1532
- .svc-test-tab__content .svc-plugin-tab__content .svc-preview__test-again {
1533
- width: calc(33 * var(--base-unit, 8px));
1534
- margin-left: auto;
1535
- margin-right: auto;
1536
- margin-bottom: 72px;
1537
- margin-top: 8px; }
1538
-
1539
- .svc-creator-tab__content--with-toolbar.svc-test-tab__content .svc-plugin-tab__content {
1540
- height: calc(100% - calc(6 * var(--base-unit, 8px))); }
1541
-
1542
- .svc-test-tab__content-actions {
1543
- position: relative; }
1544
- .svc-test-tab__content-actions .sv-action-bar {
1545
- padding: 0;
1546
- height: calc(6 * var(--base-unit, 8px));
1547
- background: var(--background, #fff);
1548
- border-top: 1px solid var(--border, #d6d6d6);
1549
- width: 100%;
1550
- position: absolute; }
1551
- .svc-test-tab__content-actions .sv-action-bar.sv-action-bar--pages {
1552
- left: 0;
1553
- right: 0;
1554
- justify-content: center;
1555
- gap: calc(1 * var(--base-unit, 8px)); }
1556
- .svc-test-tab__content-actions .sv-action-bar.sv-action-bar--pages .sv-action__content {
1557
- padding: 0; }
1558
- .svc-test-tab__content-actions .sv-action-bar.sv-action-bar--pages .sv-action-bar-item {
1559
- margin: 0; }
1560
- .svc-test-tab__content-actions .sv-action-bar-item {
1561
- font-family: var(--font-family);
1562
- font-style: normal;
1563
- font-weight: 600;
1564
- font-size: calc(1.5 * var(--base-unit, 8px));
1565
- line-height: calc(2 * var(--base-unit, 8px));
1566
- width: 100%;
1567
- height: calc(4 * var(--base-unit, 8px)); }
1568
- .svc-test-tab__content-actions .svc-page-selector {
1569
- max-width: 50%; }
1570
- .svc-test-tab__content-actions .svc-page-selector .sv-action-bar-item__title {
1571
- overflow: hidden;
1572
- white-space: nowrap;
1573
- text-overflow: ellipsis;
1574
- color: var(--foreground, #161616);
1575
- display: inline-block; }
1576
-
1577
- .svc-test-tab__content .sd-body--empty {
1578
- font-family: var(--font-family);
1579
- font-style: normal;
1580
- font-weight: 400;
1581
- font-size: calc(2 * var(--base-unit, 8px));
1582
- color: var(--foreground, #161616);
1583
- width: 100%;
1584
- position: absolute;
1585
- top: 50%;
1586
- transform: translateY(-50%);
1587
- text-align: center;
1588
- overflow: hidden; }
1589
-
1590
1593
  svc-page-navigator,
1591
1594
  .svc-page-navigator {
1592
1595
  display: flex;
@@ -1803,11 +1806,19 @@ svc-page {
1803
1806
  .svc-hovered.svc-page__content--selected .svc-page__content-actions {
1804
1807
  display: block; }
1805
1808
 
1806
- .svc-page__add-new-question {
1809
+ .svc-page__footer {
1810
+ overflow: visible;
1807
1811
  margin-left: calc(3 * var(--base-unit, 8px));
1808
- margin-right: calc(3 * var(--base-unit, 8px)); }
1809
- .svc-page__add-new-question .svc-text {
1810
- margin-left: calc(6 * var(--base-unit, 8px)); }
1812
+ margin-right: calc(3 * var(--base-unit, 8px));
1813
+ gap: calc(2 * var(--base-unit, 8px)); }
1814
+ .svc-page__footer .sv-action {
1815
+ flex: 1 1 0; }
1816
+ .svc-page__footer .svc-btn {
1817
+ flex-grow: 1;
1818
+ border: none; }
1819
+
1820
+ .svc-page__add-new-question .svc-text {
1821
+ margin-left: calc(6 * var(--base-unit, 8px)); }
1811
1822
 
1812
1823
  .svc-page__question-type-selector {
1813
1824
  appearance: none;
@@ -1828,8 +1839,18 @@ svc-page {
1828
1839
  .svc-page__question-type-selector:focus {
1829
1840
  background-color: var(--sjs-primary-backcolor-light, rgba(25, 179, 148, 0.1)); }
1830
1841
 
1842
+ .svc-page--drag-over-empty:after {
1843
+ content: " ";
1844
+ position: absolute;
1845
+ background: var(--secondary, #ff9814);
1846
+ left: calc(3 * var(--base-unit, 8px));
1847
+ bottom: calc(11 * var(--base-unit, 8px));
1848
+ width: calc(100% - 48px);
1849
+ height: 4px; }
1850
+
1831
1851
  .svc-row {
1832
- width: 100%; }
1852
+ width: 100%;
1853
+ position: relative; }
1833
1854
 
1834
1855
  .svc-row .sd-row--multiple {
1835
1856
  padding: calc(1 * var(--base-unit, 8px));
@@ -1865,6 +1886,32 @@ svc-page {
1865
1886
  margin-top: calc(2 * var(--base-unit, 8px));
1866
1887
  margin-bottom: calc(2 * var(--base-unit, 8px)); }
1867
1888
 
1889
+ .svc-row--drag-over-top:before {
1890
+ content: " ";
1891
+ position: absolute;
1892
+ left: 0;
1893
+ background: var(--secondary, #ff9814);
1894
+ top: 6px;
1895
+ width: 100%;
1896
+ height: 4px; }
1897
+
1898
+ .svc-row--drag-over-bottom:after {
1899
+ content: " ";
1900
+ position: absolute;
1901
+ left: 0;
1902
+ background: var(--secondary, #ff9814);
1903
+ bottom: -10px;
1904
+ width: 100%;
1905
+ height: 4px; }
1906
+
1907
+ .svc-question__content--panel .svc-row--drag-over-top:before,
1908
+ .sd-panel__content .svc-row--drag-over-top:before {
1909
+ top: -6px; }
1910
+
1911
+ .svc-question__content--panel .svc-row--drag-over-bottom:after,
1912
+ .sd-panel__content .svc-row--drag-over-bottom:after {
1913
+ bottom: -6px; }
1914
+
1868
1915
  svc-question {
1869
1916
  display: block;
1870
1917
  position: absolute;
@@ -1992,7 +2039,11 @@ svc-question {
1992
2039
  -moz-user-select: none;
1993
2040
  -webkit-user-select: none;
1994
2041
  -ms-user-select: none;
1995
- user-select: none; }
2042
+ user-select: none;
2043
+ max-width: 500px;
2044
+ overflow: hidden;
2045
+ white-space: nowrap;
2046
+ text-overflow: ellipsis; }
1996
2047
 
1997
2048
  .svc-dragged-element-shortcut .sv-svg-icon use {
1998
2049
  fill: var(--primary, #19b394); }
@@ -2040,6 +2091,34 @@ svc-question {
2040
2091
  height: 100%;
2041
2092
  width: 4px; }
2042
2093
 
2094
+ .svc-question__content--drag-over-top:before {
2095
+ content: " ";
2096
+ position: absolute;
2097
+ left: 0;
2098
+ background: var(--secondary, #ff9814);
2099
+ top: -12px;
2100
+ width: 100%;
2101
+ height: 4px; }
2102
+
2103
+ .svc-question__content--drag-over-bottom:before {
2104
+ content: " ";
2105
+ position: absolute;
2106
+ left: 0;
2107
+ background: var(--secondary, #ff9814);
2108
+ bottom: -12px;
2109
+ width: 100%;
2110
+ height: 4px; }
2111
+
2112
+ .svc-question__content--panel .sd-row > div:first-child .svc-question__content--drag-over-left,
2113
+ .sd-panel__content .sd-row > div:first-child .svc-question__content--drag-over-left {
2114
+ margin-left: 8px;
2115
+ width: calc(100% - 8px); }
2116
+
2117
+ .svc-question__content--panel .sd-row > div:last-child .svc-question__content--drag-over-right,
2118
+ .sd-panel__content .sd-row > div:last-child .svc-question__content--drag-over-right {
2119
+ margin-right: 8px;
2120
+ width: calc(100% - 8px); }
2121
+
2043
2122
  .svc-question__content-actions .sv-action-bar {
2044
2123
  box-sizing: border-box;
2045
2124
  padding: 0;
@@ -2256,7 +2335,7 @@ svc-question .sv-action-bar,
2256
2335
  .svc-rating-question-controls {
2257
2336
  position: absolute; }
2258
2337
 
2259
- .svc-question__content--selected-no-border .svc-rating-question-controls.svc-item-value-controls {
2338
+ .svc-question__content--in-popup .svc-rating-question-controls.svc-item-value-controls {
2260
2339
  display: flex; }
2261
2340
 
2262
2341
  .svc-question__content--selected .svc-rating-question-controls.svc-item-value-controls {
@@ -2541,7 +2620,8 @@ svc-question .sv-action-bar,
2541
2620
  display: none;
2542
2621
  position: absolute;
2543
2622
  top: calc(50% - 3 * var(--base-unit, 8px));
2544
- left: calc(50% - 3 * var(--base-unit, 8px)); }
2623
+ left: calc(50% - 3 * var(--base-unit, 8px));
2624
+ z-index: 2; }
2545
2625
 
2546
2626
  .svc-matrix-cell__question-controls-button {
2547
2627
  display: block;
@@ -2559,17 +2639,21 @@ svc-question .sv-action-bar,
2559
2639
  .svc-matrix-cell:hover .svc-matrix-cell__question-controls {
2560
2640
  display: block; }
2561
2641
 
2562
- .svc-question__content--selected-no-border {
2563
- padding: 0;
2642
+ .svc-question__content--in-popup {
2564
2643
  width: calc(100% - 25 * var(--base-unit, 8px));
2565
2644
  min-width: calc(70 * var(--base-unit, 8px));
2566
- box-shadow: none;
2567
- background-color: inherit; }
2645
+ padding: calc(5 * var(--base-unit, 8px)); }
2568
2646
 
2569
2647
  .svc-matrix-cell__popup .sv-popup__scrolling-content {
2570
2648
  margin-top: calc(1 * var(--base-unit, 8px));
2571
2649
  padding-top: 0; }
2572
2650
 
2651
+ .svc-matrix-cell__popup .svc-question__content {
2652
+ -moz-user-select: none;
2653
+ -webkit-user-select: none;
2654
+ -ms-user-select: none;
2655
+ user-select: none; }
2656
+
2573
2657
  .svc-question__content .sd-table__cell--detail-panel .svc-question__adorner {
2574
2658
  z-index: 13; }
2575
2659
 
@@ -3770,6 +3854,9 @@ button.spg-action-button--large {
3770
3854
  align-items: center;
3771
3855
  gap: calc(0.5 * var(--base-unit, 8px)); }
3772
3856
 
3857
+ .spg-color-editor__input {
3858
+ line-height: calc(3 * var(--base-unit, 8px)); }
3859
+
3773
3860
  .spg-color-editor__color-input {
3774
3861
  position: absolute;
3775
3862
  height: 1px;
@@ -3778,18 +3865,37 @@ button.spg-action-button--large {
3778
3865
  clip: rect(1px 1px 1px 1px);
3779
3866
  /* IE6, IE7 */
3780
3867
  clip: rect(1px, 1px, 1px, 1px);
3781
- left: calc(50%);
3782
- top: calc(100%);
3783
- transform: translate(-50%, -50%); }
3868
+ left: 0;
3869
+ top: 100%;
3870
+ transform: translateY(-50%); }
3871
+
3872
+ .spg-color-editor__color-item {
3873
+ display: flex;
3874
+ gap: calc(2 * var(--base-unit, 8px)); }
3875
+ .spg-color-editor__color-item .spg-color-editor__color-swatch {
3876
+ margin-left: 0; }
3784
3877
 
3785
3878
  .spg-color-editor__color-swatch {
3879
+ position: relative;
3786
3880
  flex-shrink: 0;
3787
3881
  flex-grow: 0;
3788
- border: 1px solid rgba(0, 0, 0, 0.16);
3789
3882
  border-radius: 3px;
3790
- width: calc(4.5 * var(--base-unit, 8px));
3883
+ width: calc(4 * var(--base-unit, 8px));
3791
3884
  height: calc(3 * var(--base-unit, 8px));
3885
+ box-sizing: border-box;
3886
+ border: 1px solid rgba(0, 0, 0, 0.16);
3792
3887
  margin-left: calc(1.5 * var(--base-unit, 8px)); }
3888
+ .spg-color-editor__color-swatch .sv-svg-icon {
3889
+ position: absolute;
3890
+ width: calc(2 * var(--base-unit, 8px));
3891
+ height: calc(2 * var(--base-unit, 8px));
3892
+ left: 50%;
3893
+ top: 50%;
3894
+ transform: translate(-50%, -50%);
3895
+ fill: var(--background, #fff); }
3896
+
3897
+ .spg-color-editor div:last-child {
3898
+ display: none; }
3793
3899
 
3794
3900
  .spg-file-edit__choose-button {
3795
3901
  position: relative; }
@@ -3797,6 +3903,31 @@ button.spg-action-button--large {
3797
3903
  .spg-link {
3798
3904
  display: flex; }
3799
3905
 
3906
+ .spg-theme-builder-root .spg-paneldynamic__separator {
3907
+ border: none;
3908
+ height: calc(2 * var(--base-unit, 8px));
3909
+ margin: 0; }
3910
+
3911
+ .spg-theme-builder-root .spg-paneldynamic__remove-btn {
3912
+ display: none; }
3913
+
3914
+ .spg-theme-builder-root .spg-row--multiple .spg-spin-editor .spg-input-container__buttons-container {
3915
+ display: none; }
3916
+
3917
+ .spg-theme-builder-root .spg-row--multiple .spg-question__header--location--left {
3918
+ min-width: auto; }
3919
+
3920
+ .spg-theme-builder-root .spg-row--multiple > div {
3921
+ flex: 1 1 0;
3922
+ min-width: calc(12.5 * var(--base-unit, 8px)); }
3923
+ .spg-theme-builder-root .spg-row--multiple > div input {
3924
+ min-width: 0; }
3925
+ .spg-theme-builder-root .spg-row--multiple > div .spg-question--location--left {
3926
+ height: calc(6 * var(--base-unit, 8px));
3927
+ box-sizing: border-box; }
3928
+ .spg-theme-builder-root .spg-row--multiple > div .spg-question--location--left .spg-input {
3929
+ height: auto; }
3930
+
3800
3931
  .spg-theme-builder-root .sv-button-group {
3801
3932
  overflow: hidden; }
3802
3933