survey-creator-core 1.9.109 → 1.9.110

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.109
2
+ * SurveyJS Creator v1.9.110
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.109
2
+ * SurveyJS Creator v1.9.110
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.109",
3
+ "version": "1.9.110",
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.109"
37
+ "survey-core": "1.9.110"
38
38
  },
39
39
  "devDependencies": {}
40
40
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.109
2
+ * SurveyJS Creator v1.9.110
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.109
228
+ * SurveyJS Creator v1.9.110
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
@@ -520,6 +520,7 @@ svc-tab-json-editor-textarea {
520
520
  justify-content: center;
521
521
  width: 100%;
522
522
  height: 100%;
523
+ box-shadow: inset 0px -1px 0px 0px var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
523
524
  }
524
525
 
525
526
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
@@ -550,7 +551,7 @@ svc-tab-test {
550
551
  width: calc(33 * var(--sjs-base-unit, var(--base-unit, 8px)));
551
552
  margin-left: auto;
552
553
  margin-right: auto;
553
- margin-bottom: 72px;
554
+ margin-bottom: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
554
555
  margin-top: 8px;
555
556
  }
556
557
 
@@ -1257,6 +1258,10 @@ td.st-table__cell:first-of-type span {
1257
1258
  white-space: nowrap;
1258
1259
  }
1259
1260
 
1261
+ .sl-list__item-body {
1262
+ padding-block: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1263
+ }
1264
+
1260
1265
  .svc-logic-placeholder {
1261
1266
  width: calc(78 * var(--sjs-base-unit, var(--base-unit, 8px)));
1262
1267
  min-width: 100%;
@@ -1487,7 +1492,7 @@ svc-tab-test {
1487
1492
  width: calc(33 * var(--sjs-base-unit, var(--base-unit, 8px)));
1488
1493
  margin-left: auto;
1489
1494
  margin-right: auto;
1490
- margin-bottom: 72px;
1495
+ margin-bottom: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
1491
1496
  margin-top: 8px;
1492
1497
  }
1493
1498
 
@@ -2961,6 +2966,10 @@ svc-question .sv-action-bar,
2961
2966
  display: none;
2962
2967
  }
2963
2968
 
2969
+ .svc-question__content--image .sd-file__choose-btn--text .sv-svg-icon {
2970
+ display: none;
2971
+ }
2972
+
2964
2973
  .svc-question__content--loading .sd-image {
2965
2974
  display: none;
2966
2975
  }
@@ -3482,12 +3491,9 @@ svc-question .sv-action-bar,
3482
3491
  }
3483
3492
  .svd-test-results {
3484
3493
  font-family: var(--font-family);
3485
- width: 80%;
3486
- margin: auto;
3487
- margin-bottom: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3488
- background-color: var(--sjs-general-backcolor, var(--background, #fff));
3489
- box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
3490
3494
  border-radius: 4px;
3495
+ box-shadow: inset 0px 1px 0px 0px var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
3496
+ padding: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
3491
3497
  }
3492
3498
  .svd-test-results .svd-test-results__header {
3493
3499
  display: flex;
@@ -3497,6 +3503,7 @@ svc-question .sv-action-bar,
3497
3503
  font-size: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3498
3504
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3499
3505
  border-bottom: 2px solid var(--sjs-border-light, var(--border-light, #eaeaea));
3506
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
3500
3507
  }
3501
3508
  .svd-test-results .svd-test-results__header .svd-test-results__header-text {
3502
3509
  margin: 0;
@@ -3512,9 +3519,12 @@ svc-question .sv-action-bar,
3512
3519
  overflow: auto;
3513
3520
  user-select: text;
3514
3521
  white-space: pre-wrap;
3522
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
3515
3523
  }
3516
3524
  .svd-test-results .svd-test-results__table {
3525
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
3517
3526
  width: 100%;
3527
+ box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
3518
3528
  }
3519
3529
  .svd-test-results .svd-test-results__table table {
3520
3530
  width: 100%;
@@ -4092,6 +4102,7 @@ svc-toolbox {
4092
4102
  box-shadow: inset 0px -2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
4093
4103
  line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4094
4104
  display: flex;
4105
+ height: calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
4095
4106
  }
4096
4107
 
4097
4108
  .svc-side-bar__container-content {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.109
2
+ * SurveyJS Creator v1.9.110
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
@@ -294,6 +294,7 @@ svc-tab-json-editor-textarea {
294
294
  justify-content: center;
295
295
  width: 100%;
296
296
  height: 100%;
297
+ box-shadow: inset 0px -1px 0px 0px var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
297
298
  }
298
299
 
299
300
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
@@ -324,7 +325,7 @@ svc-tab-test {
324
325
  width: calc(33 * var(--sjs-base-unit, var(--base-unit, 8px)));
325
326
  margin-left: auto;
326
327
  margin-right: auto;
327
- margin-bottom: 72px;
328
+ margin-bottom: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
328
329
  margin-top: 8px;
329
330
  }
330
331
 
@@ -1031,6 +1032,10 @@ td.st-table__cell:first-of-type span {
1031
1032
  white-space: nowrap;
1032
1033
  }
1033
1034
 
1035
+ .sl-list__item-body {
1036
+ padding-block: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1037
+ }
1038
+
1034
1039
  .svc-logic-placeholder {
1035
1040
  width: calc(78 * var(--sjs-base-unit, var(--base-unit, 8px)));
1036
1041
  min-width: 100%;
@@ -1261,7 +1266,7 @@ svc-tab-test {
1261
1266
  width: calc(33 * var(--sjs-base-unit, var(--base-unit, 8px)));
1262
1267
  margin-left: auto;
1263
1268
  margin-right: auto;
1264
- margin-bottom: 72px;
1269
+ margin-bottom: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
1265
1270
  margin-top: 8px;
1266
1271
  }
1267
1272
 
@@ -2735,6 +2740,10 @@ svc-question .sv-action-bar,
2735
2740
  display: none;
2736
2741
  }
2737
2742
 
2743
+ .svc-question__content--image .sd-file__choose-btn--text .sv-svg-icon {
2744
+ display: none;
2745
+ }
2746
+
2738
2747
  .svc-question__content--loading .sd-image {
2739
2748
  display: none;
2740
2749
  }
@@ -3256,12 +3265,9 @@ svc-question .sv-action-bar,
3256
3265
  }
3257
3266
  .svd-test-results {
3258
3267
  font-family: var(--font-family);
3259
- width: 80%;
3260
- margin: auto;
3261
- margin-bottom: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3262
- background-color: var(--sjs-general-backcolor, var(--background, #fff));
3263
- box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
3264
3268
  border-radius: 4px;
3269
+ box-shadow: inset 0px 1px 0px 0px var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
3270
+ padding: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
3265
3271
  }
3266
3272
  .svd-test-results .svd-test-results__header {
3267
3273
  display: flex;
@@ -3271,6 +3277,7 @@ svc-question .sv-action-bar,
3271
3277
  font-size: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3272
3278
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3273
3279
  border-bottom: 2px solid var(--sjs-border-light, var(--border-light, #eaeaea));
3280
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
3274
3281
  }
3275
3282
  .svd-test-results .svd-test-results__header .svd-test-results__header-text {
3276
3283
  margin: 0;
@@ -3286,9 +3293,12 @@ svc-question .sv-action-bar,
3286
3293
  overflow: auto;
3287
3294
  user-select: text;
3288
3295
  white-space: pre-wrap;
3296
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
3289
3297
  }
3290
3298
  .svd-test-results .svd-test-results__table {
3299
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
3291
3300
  width: 100%;
3301
+ box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
3292
3302
  }
3293
3303
  .svd-test-results .svd-test-results__table table {
3294
3304
  width: 100%;
@@ -3866,6 +3876,7 @@ svc-toolbox {
3866
3876
  box-shadow: inset 0px -2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
3867
3877
  line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3868
3878
  display: flex;
3879
+ height: calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
3869
3880
  }
3870
3881
 
3871
3882
  .svc-side-bar__container-content {