survey-react 1.9.129 → 1.9.130
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 -4
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +5 -3
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +3 -2
- package/survey.css.map +1 -1
- package/survey.min.css +2 -2
- package/survey.react.d.ts +63 -30
- package/survey.react.js +448 -154
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/survey.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.130
|
3
3
|
* Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -196,6 +196,7 @@
|
|
196
196
|
overflow: auto;
|
197
197
|
box-sizing: border-box;
|
198
198
|
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
199
|
+
width: calc(100% - 4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) !important;
|
199
200
|
}
|
200
201
|
@-moz-document url-prefix() {
|
201
202
|
.sv_window,
|
@@ -299,7 +300,7 @@
|
|
299
300
|
margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
|
300
301
|
display: flex;
|
301
302
|
gap: var(--sjs-base-unit, var(--base-unit, 8px));
|
302
|
-
z-index:
|
303
|
+
z-index: 10000;
|
303
304
|
}
|
304
305
|
|
305
306
|
.sv_window_button {
|