survey-react 1.9.116 → 1.9.117
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 +4 -0
- package/defaultV2.css +3 -3
- 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 +853 -822
- package/survey.react.js +236 -85
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/README.md
CHANGED
@@ -11,6 +11,10 @@ SurveyJS Form Library is a free and open-source MIT-licensed JavaScript form bui
|
|
11
11
|
- [Live Examples](https://surveyjs.io/form-library/examples/nps-question/reactjs)
|
12
12
|
- [What's New](https://surveyjs.io/WhatsNew)
|
13
13
|
|
14
|
+
## Build SurveyJS Form Library for React from Sources
|
15
|
+
|
16
|
+
Refer to instructions in the root README file: [Build the SurveyJS Form Library from Sources](https://github.com/surveyjs/survey-library#build-the-surveyjs-form-library-from-sources).
|
17
|
+
|
14
18
|
## Licensing
|
15
19
|
|
16
20
|
SurveyJS Form Library is distributed under the [MIT license](https://github.com/surveyjs/survey-library/blob/master/LICENSE).
|
package/defaultV2.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.117
|
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
|
*/
|
@@ -2901,10 +2901,10 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
2901
2901
|
align-items: stretch;
|
2902
2902
|
}
|
2903
2903
|
|
2904
|
-
.sd-panel .sd-row--multiple {
|
2904
|
+
.sd-panel:not(.sd-panel--as-page) .sd-row--multiple {
|
2905
2905
|
row-gap: var(--sd-base-vertical-padding);
|
2906
2906
|
}
|
2907
|
-
.sd-panel .sd-row--multiple > div {
|
2907
|
+
.sd-panel:not(.sd-panel--as-page) .sd-row--multiple > div {
|
2908
2908
|
padding-left: var(--sd-base-padding);
|
2909
2909
|
}
|
2910
2910
|
|