survey-react 1.9.126 → 1.9.127
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 +10 -5
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +1 -1
- package/modern.min.css +1 -1
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +44 -15
- package/survey.react.js +255 -117
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/defaultV2.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.127
|
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
|
*/
|
@@ -1765,6 +1765,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1765
1765
|
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
1766
1766
|
}
|
1767
1767
|
|
1768
|
+
.sd-element__header .sv-string-editor {
|
1769
|
+
max-width: 100%;
|
1770
|
+
white-space: normal;
|
1771
|
+
}
|
1772
|
+
|
1768
1773
|
.sd-element__title {
|
1769
1774
|
font-size: 0;
|
1770
1775
|
line-height: 0;
|
@@ -1784,10 +1789,6 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1784
1789
|
font-size: 0;
|
1785
1790
|
line-height: 0;
|
1786
1791
|
}
|
1787
|
-
.sd-element__title .sv-string-editor {
|
1788
|
-
max-width: 100%;
|
1789
|
-
white-space: normal;
|
1790
|
-
}
|
1791
1792
|
.sd-element__title .sv-title-actions__title {
|
1792
1793
|
white-space: nowrap;
|
1793
1794
|
}
|
@@ -2235,6 +2236,10 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
2235
2236
|
padding-inline-end: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
2236
2237
|
}
|
2237
2238
|
|
2239
|
+
.sd-text__character-counter.sd-text__character-counter--big:focus-within {
|
2240
|
+
padding-inline-end: calc(11 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
2241
|
+
}
|
2242
|
+
|
2238
2243
|
.sd-remaining-character-counter {
|
2239
2244
|
display: none;
|
2240
2245
|
flex-direction: row;
|