survey-react 1.12.32 → 1.12.34

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/defaultV2.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.32
2
+ * surveyjs - Survey JavaScript library v1.12.34
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -2601,6 +2601,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list-item__marker-icon use {
2601
2601
  margin-left: calc(-1 * var(--sd-base-padding));
2602
2602
  margin-right: calc(-1 * var(--sd-base-padding));
2603
2603
  width: calc(100% + 2 * var(--sd-base-padding));
2604
+ position: sticky;
2605
+ left: calc(-1 * var(--sd-base-padding));
2604
2606
  }
2605
2607
 
2606
2608
  .sd-scrollable .sd-question__content {
@@ -5498,7 +5500,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
5498
5500
  color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
5499
5501
  }
5500
5502
 
5501
- .sd-dropdown--empty div {
5503
+ .sd-dropdown--empty > * {
5502
5504
  min-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
5503
5505
  }
5504
5506
 
@@ -6825,10 +6827,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
6825
6827
  max-width: 100%;
6826
6828
  }
6827
6829
 
6828
- .sd-question--answered .sd-file__drag-area-placeholder {
6829
- display: none;
6830
- }
6831
-
6832
6830
  .sd-file__actions-container {
6833
6831
  margin-top: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6834
6832
  flex-wrap: wrap;