survey-react 1.9.86 → 1.9.87
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 +63 -4
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +3 -3
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +90 -16
- package/survey.react.js +384 -98
- 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.87
|
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
|
*/
|
@@ -116,7 +116,7 @@ sv-popup {
|
|
116
116
|
display: flex;
|
117
117
|
flex-direction: column;
|
118
118
|
max-height: 90vh;
|
119
|
-
max-width:
|
119
|
+
max-width: 100vw;
|
120
120
|
}
|
121
121
|
|
122
122
|
.sv-popup.sv-popup--modal {
|
@@ -2734,7 +2734,7 @@ sv-popup {
|
|
2734
2734
|
display: flex;
|
2735
2735
|
flex-direction: column;
|
2736
2736
|
max-height: 90vh;
|
2737
|
-
max-width:
|
2737
|
+
max-width: 100vw;
|
2738
2738
|
}
|
2739
2739
|
|
2740
2740
|
.sv-popup.sv-popup--modal {
|