survey-react 1.12.11 → 1.12.13

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.
package/modern.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.11
2
+ * surveyjs - Survey JavaScript library v1.12.13
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -189,6 +189,10 @@ sv-popup {
189
189
  gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
190
190
  }
191
191
 
192
+ .sd-root-modern--mobile .sv-popup--confirm-delete .sv-popup__body-content {
193
+ min-width: auto;
194
+ }
195
+
192
196
  .sv-popup--overlay {
193
197
  width: 100%;
194
198
  height: var(--sv-popup-overlay-height, 100vh);
@@ -2874,6 +2878,21 @@ button.sv-action-bar-item {
2874
2878
  align-items: center;
2875
2879
  line-height: 0;
2876
2880
  }
2881
+ .sv-matrixdynamic-dragged-row .sd-table__cell.sd-table__cell--drag > div {
2882
+ background-color: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
2883
+ min-height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2884
+ }
2885
+
2886
+ .sd-table__cell--header.sd-table__cell--drag,
2887
+ .sd-table__cell.sd-table__cell--drag {
2888
+ padding-right: 0;
2889
+ padding-left: 0;
2890
+ }
2891
+
2892
+ .sd-question--mobile .sd-table__cell--header.sd-table__cell--drag,
2893
+ .sd-question--mobile .sd-table__cell.sd-table__cell--drag {
2894
+ display: none;
2895
+ }
2877
2896
 
2878
2897
  .sv-matrix-row--drag-drop-ghost-mod td {
2879
2898
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
@@ -3019,6 +3038,10 @@ sv-popup {
3019
3038
  gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3020
3039
  }
3021
3040
 
3041
+ .sd-root-modern--mobile .sv-popup--confirm-delete .sv-popup__body-content {
3042
+ min-width: auto;
3043
+ }
3044
+
3022
3045
  .sv-popup--overlay {
3023
3046
  width: 100%;
3024
3047
  height: var(--sv-popup-overlay-height, 100vh);