survey-react 1.9.111 → 1.9.112
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 +18 -7
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +11 -2
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.css.map +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +142 -39
- package/survey.react.js +255 -113
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/modern.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.112
|
3
3
|
* Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -132,6 +132,9 @@ sv-popup {
|
|
132
132
|
height: auto;
|
133
133
|
}
|
134
134
|
|
135
|
+
.sv-popup--confirm-delete .sv-popup__shadow {
|
136
|
+
height: initial;
|
137
|
+
}
|
135
138
|
.sv-popup--confirm-delete .sv-popup__container {
|
136
139
|
border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
|
137
140
|
}
|
@@ -2774,6 +2777,9 @@ sv-popup {
|
|
2774
2777
|
height: auto;
|
2775
2778
|
}
|
2776
2779
|
|
2780
|
+
.sv-popup--confirm-delete .sv-popup__shadow {
|
2781
|
+
height: initial;
|
2782
|
+
}
|
2777
2783
|
.sv-popup--confirm-delete .sv-popup__container {
|
2778
2784
|
border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
|
2779
2785
|
}
|
@@ -3214,7 +3220,7 @@ sv-popup {
|
|
3214
3220
|
|
3215
3221
|
.sv-title-actions .sv-title-actions__title {
|
3216
3222
|
flex-wrap: wrap;
|
3217
|
-
flex: 0
|
3223
|
+
flex: 0 1 auto;
|
3218
3224
|
max-width: unset;
|
3219
3225
|
min-width: unset;
|
3220
3226
|
}
|
@@ -3555,6 +3561,9 @@ sv-popup {
|
|
3555
3561
|
align-items: center;
|
3556
3562
|
}
|
3557
3563
|
|
3564
|
+
.sv-ranking--select-to-rank-horizontal .sv-ranking__container {
|
3565
|
+
max-width: calc(50% - 1px);
|
3566
|
+
}
|
3558
3567
|
.sv-ranking--select-to-rank-horizontal .sv-ranking__containers-divider {
|
3559
3568
|
width: 1px;
|
3560
3569
|
}
|