survey-react 1.9.134 → 1.9.136
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 +73 -30
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +6 -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.css.map +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +331 -17
- package/survey.react.js +1001 -584
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +5 -5
package/modern.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.136
|
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
|
*/
|
@@ -4039,6 +4039,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
4039
4039
|
white-space: nowrap;
|
4040
4040
|
}
|
4041
4041
|
|
4042
|
+
.sv-list__item-text--wrap span {
|
4043
|
+
white-space: normal;
|
4044
|
+
word-wrap: break-word;
|
4045
|
+
}
|
4046
|
+
|
4042
4047
|
.sv-list__container {
|
4043
4048
|
position: relative;
|
4044
4049
|
display: flex;
|