survey-react 1.12.7 → 1.12.8

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.7
2
+ * surveyjs - Survey JavaScript library v1.12.8
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
  */
@@ -2856,6 +2856,22 @@ button.sv-action-bar-item {
2856
2856
  margin-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2857
2857
  }
2858
2858
 
2859
+ .sv-matrixdynamic-dragged-row {
2860
+ cursor: grabbing;
2861
+ position: absolute;
2862
+ z-index: 10000;
2863
+ font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
2864
+ }
2865
+ .sv-matrixdynamic-dragged-row .sd-table__row {
2866
+ box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
2867
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
2868
+ display: flex;
2869
+ flex-grow: 0;
2870
+ flex-shrink: 0;
2871
+ align-items: center;
2872
+ line-height: 0;
2873
+ }
2874
+
2859
2875
  .sv-matrix-row--drag-drop-ghost-mod td {
2860
2876
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
2861
2877
  }