survey-react 1.9.133 → 1.9.134
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 +6 -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 +196 -2
- package/survey.react.js +1483 -51
- 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.134
|
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
|
*/
|
@@ -5438,6 +5438,11 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
5438
5438
|
transform: translate(-50%, -50%);
|
5439
5439
|
}
|
5440
5440
|
|
5441
|
+
.sd-file__choose-file-btn--disabled {
|
5442
|
+
opacity: 0.25;
|
5443
|
+
cursor: default;
|
5444
|
+
}
|
5445
|
+
|
5441
5446
|
.sd-hidden {
|
5442
5447
|
display: none !important;
|
5443
5448
|
}
|