survey-react 1.12.12 → 1.12.14

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.12
2
+ * surveyjs - Survey JavaScript library v1.12.14
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
  */
@@ -2878,6 +2878,21 @@ button.sv-action-bar-item {
2878
2878
  align-items: center;
2879
2879
  line-height: 0;
2880
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
+ }
2881
2896
 
2882
2897
  .sv-matrix-row--drag-drop-ghost-mod td {
2883
2898
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
@@ -4324,6 +4339,8 @@ sv-brand-info,
4324
4339
  .sv-list-item__marker-icon {
4325
4340
  position: absolute;
4326
4341
  right: var(--sjs-base-unit, var(--base-unit, 8px));
4342
+ width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4343
+ height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4327
4344
  flex-shrink: 0;
4328
4345
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4329
4346
  box-sizing: content-box;
@@ -4382,12 +4399,12 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list-item__marker-icon use {
4382
4399
  font-weight: 400;
4383
4400
  }
4384
4401
 
4385
- .sv-list__item.sv-list__item--selected.sv-list__item--group > .sv-list__item-body {
4402
+ .sv-list__item--group-selected > .sv-list__item-body {
4386
4403
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
4387
4404
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
4388
4405
  font-weight: 400;
4389
4406
  }
4390
- .sv-list__item.sv-list__item--selected.sv-list__item--group > .sv-list__item-body use {
4407
+ .sv-list__item--group-selected > .sv-list__item-body use {
4391
4408
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
4392
4409
  }
4393
4410