survey-react 1.9.82 → 1.9.83
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 +6 -6
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +11 -11
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +6 -6
- package/survey.css.map +1 -1
- package/survey.min.css +2 -2
- package/survey.react.d.ts +11 -2
- package/survey.react.js +135 -67
- 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.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.83
|
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
|
*/
|
@@ -315,9 +315,14 @@ sv-popup {
|
|
315
315
|
top: 0;
|
316
316
|
width: 100vw;
|
317
317
|
outline: none;
|
318
|
+
height: 100vh;
|
318
319
|
z-index: 1500;
|
319
320
|
}
|
320
321
|
|
322
|
+
.sv-dropdown-popup {
|
323
|
+
height: 0;
|
324
|
+
}
|
325
|
+
|
321
326
|
.sv-popup__container {
|
322
327
|
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
|
323
328
|
position: absolute;
|
@@ -342,11 +347,6 @@ sv-popup {
|
|
342
347
|
max-width: 90vw;
|
343
348
|
}
|
344
349
|
|
345
|
-
.sv-popup.sv-popup--modal,
|
346
|
-
.sv-popup.sv-popup--overlay {
|
347
|
-
height: 100vh;
|
348
|
-
}
|
349
|
-
|
350
350
|
.sv-popup--modal {
|
351
351
|
display: flex;
|
352
352
|
align-items: center;
|