survey-react 1.9.122 → 1.9.123
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 +1 -1
- package/defaultV2.css +71 -26
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +1 -8
- 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 +610 -633
- package/survey.react.js +232 -164
- 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.123
|
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
|
*/
|
@@ -1058,7 +1058,6 @@ sv-popup {
|
|
1058
1058
|
padding: 0.25em 0.44em;
|
1059
1059
|
cursor: default;
|
1060
1060
|
font-size: 1.25em;
|
1061
|
-
word-break: break-word;
|
1062
1061
|
}
|
1063
1062
|
|
1064
1063
|
.sv-question__required-text {
|
@@ -1070,7 +1069,6 @@ sv-popup {
|
|
1070
1069
|
margin: 0;
|
1071
1070
|
padding-left: 0.55em;
|
1072
1071
|
font-size: 1em;
|
1073
|
-
word-break: break-word;
|
1074
1072
|
}
|
1075
1073
|
|
1076
1074
|
.sv-question__input {
|
@@ -1334,7 +1332,6 @@ sv-popup {
|
|
1334
1332
|
display: inline-block;
|
1335
1333
|
padding-right: 1em;
|
1336
1334
|
box-sizing: border-box;
|
1337
|
-
word-break: break-word;
|
1338
1335
|
}
|
1339
1336
|
|
1340
1337
|
.sv-question .sv-q-column-2 {
|
@@ -1342,7 +1339,6 @@ sv-popup {
|
|
1342
1339
|
display: inline-block;
|
1343
1340
|
padding-right: 1em;
|
1344
1341
|
box-sizing: border-box;
|
1345
|
-
word-break: break-word;
|
1346
1342
|
}
|
1347
1343
|
|
1348
1344
|
.sv-question .sv-q-column-3 {
|
@@ -1350,7 +1346,6 @@ sv-popup {
|
|
1350
1346
|
display: inline-block;
|
1351
1347
|
padding-right: 1em;
|
1352
1348
|
box-sizing: border-box;
|
1353
|
-
word-break: break-word;
|
1354
1349
|
}
|
1355
1350
|
|
1356
1351
|
.sv-question .sv-q-column-4 {
|
@@ -1358,7 +1353,6 @@ sv-popup {
|
|
1358
1353
|
display: inline-block;
|
1359
1354
|
padding-right: 1em;
|
1360
1355
|
box-sizing: border-box;
|
1361
|
-
word-break: break-word;
|
1362
1356
|
}
|
1363
1357
|
|
1364
1358
|
.sv-question .sv-q-column-5 {
|
@@ -1366,7 +1360,6 @@ sv-popup {
|
|
1366
1360
|
display: inline-block;
|
1367
1361
|
padding-right: 1em;
|
1368
1362
|
box-sizing: border-box;
|
1369
|
-
word-break: break-word;
|
1370
1363
|
}
|
1371
1364
|
|
1372
1365
|
.sv-multipletext {
|