survey-react 1.11.6 → 1.11.7
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 +9 -5
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +6 -6
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +6 -6
- package/survey.css.map +1 -1
- package/survey.min.css +2 -2
- package/survey.react.d.ts +39 -19
- package/survey.react.js +192 -70
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/modern.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.11.
|
2
|
+
* surveyjs - Survey JavaScript library v1.11.7
|
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
|
*/
|
@@ -789,8 +789,8 @@ sv-popup {
|
|
789
789
|
}
|
790
790
|
|
791
791
|
.sv-container-modern__title {
|
792
|
-
padding-left: 0.55em;
|
793
792
|
color: var(--main-color, #1ab394);
|
793
|
+
padding-left: 0.55em;
|
794
794
|
padding-top: 5em;
|
795
795
|
padding-bottom: 0.9375em;
|
796
796
|
}
|
@@ -2407,19 +2407,19 @@ select.sv-dropdown {
|
|
2407
2407
|
}
|
2408
2408
|
|
2409
2409
|
.sv-rating__item-star > svg {
|
2410
|
+
fill: var(--text-color, #404040);
|
2410
2411
|
height: 32px;
|
2411
2412
|
width: 32px;
|
2412
2413
|
display: inline-block;
|
2413
2414
|
vertical-align: middle;
|
2414
2415
|
border: 1px solid transparent;
|
2415
|
-
fill: var(--text-color, #404040);
|
2416
|
-
}
|
2417
|
-
.sv-rating__item-star > svg.sv-star-2 {
|
2418
|
-
display: none;
|
2419
2416
|
}
|
2420
2417
|
.sv-rating__item-star > svg:hover {
|
2421
2418
|
border: 1px solid var(--main-hover-color, #9f9f9f);
|
2422
2419
|
}
|
2420
|
+
.sv-rating__item-star > svg.sv-star-2 {
|
2421
|
+
display: none;
|
2422
|
+
}
|
2423
2423
|
|
2424
2424
|
.sv-rating__item-star--selected > svg {
|
2425
2425
|
fill: var(--main-color, #1ab394);
|