survey-creator-core 1.9.103 → 1.9.104

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.103
2
+ * SurveyJS Creator v1.9.104
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.103
2
+ * SurveyJS Creator v1.9.104
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.103",
3
+ "version": "1.9.104",
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.103"
37
+ "survey-core": "1.9.104"
38
38
  },
39
39
  "devDependencies": {}
40
40
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.103
2
+ * SurveyJS Creator v1.9.104
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.103
228
+ * SurveyJS Creator v1.9.104
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
@@ -1847,12 +1847,12 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
1847
1847
  width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1848
1848
  }
1849
1849
 
1850
- .sd-table__cell--header .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected {
1850
+ .sd-table__cell--column-title .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected {
1851
1851
  border: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
1852
1852
  border-radius: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1853
1853
  display: block;
1854
1854
  }
1855
- .sd-table__cell--header .svc-string-editor:focus-within .svc-string-editor__border {
1855
+ .sd-table__cell--column-title .svc-string-editor:focus-within .svc-string-editor__border {
1856
1856
  display: none;
1857
1857
  }
1858
1858
 
@@ -3188,8 +3188,11 @@ svc-question .sv-action-bar,
3188
3188
  position: relative;
3189
3189
  }
3190
3190
 
3191
- .sd-table thead tr th .svc-matrix-cell {
3192
- padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3191
+ .svc-question__adorner .sd-table .sd-table__cell--column-title {
3192
+ padding: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3193
+ }
3194
+ .svc-question__adorner .sd-table .sd-table__cell--column-title .svc-matrix-cell {
3195
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3193
3196
  }
3194
3197
 
3195
3198
  .svc-matrix-cell--selected {
@@ -3256,6 +3259,9 @@ svc-question .sv-action-bar,
3256
3259
  user-select: none;
3257
3260
  }
3258
3261
 
3262
+ .svc-question__content .sd-table__cell--detail-panel {
3263
+ padding-left: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3264
+ }
3259
3265
  .svc-question__content .sd-table__cell--detail-panel .svc-question__adorner {
3260
3266
  z-index: 13;
3261
3267
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.103
2
+ * SurveyJS Creator v1.9.104
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
@@ -1621,12 +1621,12 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
1621
1621
  width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1622
1622
  }
1623
1623
 
1624
- .sd-table__cell--header .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected {
1624
+ .sd-table__cell--column-title .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected {
1625
1625
  border: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
1626
1626
  border-radius: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1627
1627
  display: block;
1628
1628
  }
1629
- .sd-table__cell--header .svc-string-editor:focus-within .svc-string-editor__border {
1629
+ .sd-table__cell--column-title .svc-string-editor:focus-within .svc-string-editor__border {
1630
1630
  display: none;
1631
1631
  }
1632
1632
 
@@ -2962,8 +2962,11 @@ svc-question .sv-action-bar,
2962
2962
  position: relative;
2963
2963
  }
2964
2964
 
2965
- .sd-table thead tr th .svc-matrix-cell {
2966
- padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2965
+ .svc-question__adorner .sd-table .sd-table__cell--column-title {
2966
+ padding: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2967
+ }
2968
+ .svc-question__adorner .sd-table .sd-table__cell--column-title .svc-matrix-cell {
2969
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2967
2970
  }
2968
2971
 
2969
2972
  .svc-matrix-cell--selected {
@@ -3030,6 +3033,9 @@ svc-question .sv-action-bar,
3030
3033
  user-select: none;
3031
3034
  }
3032
3035
 
3036
+ .svc-question__content .sd-table__cell--detail-panel {
3037
+ padding-left: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3038
+ }
3033
3039
  .svc-question__content .sd-table__cell--detail-panel .svc-question__adorner {
3034
3040
  z-index: 13;
3035
3041
  }