survey-react 1.12.27 → 1.12.29
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 +7 -1
- 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 +6 -2
- package/survey.react.js +132 -66
- 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.12.
|
2
|
+
* surveyjs - Survey JavaScript library v1.12.29
|
3
3
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -3043,6 +3043,12 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3043
3043
|
color: inherit;
|
3044
3044
|
line-height: inherit;
|
3045
3045
|
}
|
3046
|
+
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-element__num {
|
3047
|
+
padding: initial;
|
3048
|
+
margin: initial;
|
3049
|
+
float: initial;
|
3050
|
+
width: initial;
|
3051
|
+
}
|
3046
3052
|
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__description {
|
3047
3053
|
font-family: var(--sjs-font-pagedescription-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
|
3048
3054
|
font-weight: var(--sjs-font-pagedescription-weight, 400);
|