survey-react 1.9.120 → 1.9.122
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/README.md +5 -1
- package/defaultV2.css +57 -1
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +3 -1
- 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 +123 -71
- package/survey.react.js +394 -166
- 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.122
|
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
|
*/
|
@@ -135,6 +135,7 @@ sv-popup {
|
|
135
135
|
|
136
136
|
.sv-popup--modal > .sv-popup__container {
|
137
137
|
position: static;
|
138
|
+
display: flex;
|
138
139
|
}
|
139
140
|
|
140
141
|
.sv-popup--modal > .sv-popup__container > .sv-popup__shadow > .sv-popup__body-content {
|
@@ -2844,6 +2845,7 @@ sv-popup {
|
|
2844
2845
|
|
2845
2846
|
.sv-popup--modal > .sv-popup__container {
|
2846
2847
|
position: static;
|
2848
|
+
display: flex;
|
2847
2849
|
}
|
2848
2850
|
|
2849
2851
|
.sv-popup--modal > .sv-popup__container > .sv-popup__shadow > .sv-popup__body-content {
|