survey-creator-core 1.9.108 → 1.9.109

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.108
2
+ * SurveyJS Creator v1.9.109
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.108
2
+ * SurveyJS Creator v1.9.109
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.108",
3
+ "version": "1.9.109",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -34,7 +34,7 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "survey-core": "1.9.108"
37
+ "survey-core": "1.9.109"
38
38
  },
39
39
  "devDependencies": {}
40
40
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.108
2
+ * SurveyJS Creator v1.9.109
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.108
228
+ * SurveyJS Creator v1.9.109
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
@@ -295,7 +295,7 @@ svc-tab-json-editor-textarea {
295
295
  .svc-json-editor-tab__errros_button {
296
296
  position: absolute;
297
297
  top: 0%;
298
- right: calc(0% + (2 * var(--sjs-base-unit, var(--base-unit, 8px))));
298
+ right: calc(0% + 2 * var(--sjs-base-unit, var(--base-unit, 8px)));
299
299
  min-height: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
300
300
  max-height: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
301
301
  border: none;
@@ -307,8 +307,8 @@ svc-tab-json-editor-textarea {
307
307
  .svc-json-editor-tab__content-errors {
308
308
  position: absolute;
309
309
  right: 0%;
310
- top: calc(0% + (3 * var(--sjs-base-unit, var(--base-unit, 8px))));
311
- max-width: calc(100% - (2 * var(--sjs-base-unit, var(--base-unit, 8px))));
310
+ top: calc(0% + 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
311
+ max-width: calc(100% - 2 * var(--sjs-base-unit, var(--base-unit, 8px)));
312
312
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
313
313
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
314
314
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
@@ -555,7 +555,7 @@ svc-tab-test {
555
555
  }
556
556
 
557
557
  .svc-creator-tab__content--with-toolbar.svc-test-tab__content .svc-plugin-tab__content {
558
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
558
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
559
559
  }
560
560
 
561
561
  .svc-test-tab__content-actions {
@@ -914,7 +914,7 @@ svc-tab-test {
914
914
  }
915
915
 
916
916
  .st-strings {
917
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
917
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
918
918
  overflow-y: auto;
919
919
  overflow-x: hidden;
920
920
  }
@@ -1033,7 +1033,7 @@ td.st-table__cell:first-of-type span {
1033
1033
  }
1034
1034
 
1035
1035
  .svc-tab-logic-edit__content {
1036
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
1036
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1037
1037
  overflow-y: auto;
1038
1038
  overflow-x: hidden;
1039
1039
  padding-left: 16%;
@@ -1492,7 +1492,7 @@ svc-tab-test {
1492
1492
  }
1493
1493
 
1494
1494
  .svc-creator-tab__content--with-toolbar.svc-test-tab__content .svc-plugin-tab__content {
1495
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
1495
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1496
1496
  }
1497
1497
 
1498
1498
  .svc-test-tab__content-actions {
@@ -1623,16 +1623,16 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
1623
1623
  }
1624
1624
 
1625
1625
  .svc-creator__area.svc-creator__area--with-banner {
1626
- height: calc(100% - (4 * var(--sjs-base-unit, var(--base-unit, 8px))));
1626
+ height: calc(100% - 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
1627
1627
  }
1628
1628
 
1629
1629
  .svc-creator__content-wrapper {
1630
1630
  width: 100%;
1631
- height: calc(100% - (8 * var(--sjs-base-unit, var(--base-unit, 8px))));
1631
+ height: calc(100% - 8 * var(--sjs-base-unit, var(--base-unit, 8px)));
1632
1632
  }
1633
1633
 
1634
1634
  .svc-creator__content-wrapper--footer-toolbar {
1635
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
1635
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1636
1636
  }
1637
1637
 
1638
1638
  .svc-creator__content-holder {
@@ -3508,7 +3508,7 @@ svc-question .sv-action-bar,
3508
3508
  .svd-test-results .svd-test-results__text {
3509
3509
  display: flex;
3510
3510
  padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3511
- width: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
3511
+ width: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3512
3512
  overflow: auto;
3513
3513
  user-select: text;
3514
3514
  white-space: pre-wrap;
@@ -4098,7 +4098,7 @@ svc-toolbox {
4098
4098
  display: flex;
4099
4099
  flex-direction: column;
4100
4100
  align-items: flex-start;
4101
- height: calc(100% - (8 * var(--sjs-base-unit, var(--base-unit, 8px))));
4101
+ height: calc(100% - 8 * var(--sjs-base-unit, var(--base-unit, 8px)));
4102
4102
  overflow-y: auto;
4103
4103
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
4104
4104
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.108
2
+ * SurveyJS Creator v1.9.109
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
@@ -69,7 +69,7 @@ svc-tab-json-editor-textarea {
69
69
  .svc-json-editor-tab__errros_button {
70
70
  position: absolute;
71
71
  top: 0%;
72
- right: calc(0% + (2 * var(--sjs-base-unit, var(--base-unit, 8px))));
72
+ right: calc(0% + 2 * var(--sjs-base-unit, var(--base-unit, 8px)));
73
73
  min-height: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
74
74
  max-height: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
75
75
  border: none;
@@ -81,8 +81,8 @@ svc-tab-json-editor-textarea {
81
81
  .svc-json-editor-tab__content-errors {
82
82
  position: absolute;
83
83
  right: 0%;
84
- top: calc(0% + (3 * var(--sjs-base-unit, var(--base-unit, 8px))));
85
- max-width: calc(100% - (2 * var(--sjs-base-unit, var(--base-unit, 8px))));
84
+ top: calc(0% + 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
85
+ max-width: calc(100% - 2 * var(--sjs-base-unit, var(--base-unit, 8px)));
86
86
  padding: var(--sjs-base-unit, var(--base-unit, 8px));
87
87
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
88
88
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
@@ -329,7 +329,7 @@ svc-tab-test {
329
329
  }
330
330
 
331
331
  .svc-creator-tab__content--with-toolbar.svc-test-tab__content .svc-plugin-tab__content {
332
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
332
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
333
333
  }
334
334
 
335
335
  .svc-test-tab__content-actions {
@@ -688,7 +688,7 @@ svc-tab-test {
688
688
  }
689
689
 
690
690
  .st-strings {
691
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
691
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
692
692
  overflow-y: auto;
693
693
  overflow-x: hidden;
694
694
  }
@@ -807,7 +807,7 @@ td.st-table__cell:first-of-type span {
807
807
  }
808
808
 
809
809
  .svc-tab-logic-edit__content {
810
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
810
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
811
811
  overflow-y: auto;
812
812
  overflow-x: hidden;
813
813
  padding-left: 16%;
@@ -1266,7 +1266,7 @@ svc-tab-test {
1266
1266
  }
1267
1267
 
1268
1268
  .svc-creator-tab__content--with-toolbar.svc-test-tab__content .svc-plugin-tab__content {
1269
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
1269
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1270
1270
  }
1271
1271
 
1272
1272
  .svc-test-tab__content-actions {
@@ -1397,16 +1397,16 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
1397
1397
  }
1398
1398
 
1399
1399
  .svc-creator__area.svc-creator__area--with-banner {
1400
- height: calc(100% - (4 * var(--sjs-base-unit, var(--base-unit, 8px))));
1400
+ height: calc(100% - 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
1401
1401
  }
1402
1402
 
1403
1403
  .svc-creator__content-wrapper {
1404
1404
  width: 100%;
1405
- height: calc(100% - (8 * var(--sjs-base-unit, var(--base-unit, 8px))));
1405
+ height: calc(100% - 8 * var(--sjs-base-unit, var(--base-unit, 8px)));
1406
1406
  }
1407
1407
 
1408
1408
  .svc-creator__content-wrapper--footer-toolbar {
1409
- height: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
1409
+ height: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1410
1410
  }
1411
1411
 
1412
1412
  .svc-creator__content-holder {
@@ -3282,7 +3282,7 @@ svc-question .sv-action-bar,
3282
3282
  .svd-test-results .svd-test-results__text {
3283
3283
  display: flex;
3284
3284
  padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3285
- width: calc(100% - (6 * var(--sjs-base-unit, var(--base-unit, 8px))));
3285
+ width: calc(100% - 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3286
3286
  overflow: auto;
3287
3287
  user-select: text;
3288
3288
  white-space: pre-wrap;
@@ -3872,7 +3872,7 @@ svc-toolbox {
3872
3872
  display: flex;
3873
3873
  flex-direction: column;
3874
3874
  align-items: flex-start;
3875
- height: calc(100% - (8 * var(--sjs-base-unit, var(--base-unit, 8px))));
3875
+ height: calc(100% - 8 * var(--sjs-base-unit, var(--base-unit, 8px)));
3876
3876
  overflow-y: auto;
3877
3877
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
3878
3878
  }