survey-react 1.12.32 → 1.12.33
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 +3 -5
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +1 -1
- package/modern.min.css +1 -1
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +4 -0
- package/survey.react.js +61 -13
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/defaultV2.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.12.
|
2
|
+
* surveyjs - Survey JavaScript library v1.12.33
|
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 {
|
@@ -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;
|