survey-react 1.11.6 → 1.11.8
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 +11 -6
- 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 +119 -28
- package/survey.react.js +585 -135
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/package.json
CHANGED
package/survey.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.11.
|
2
|
+
* surveyjs - Survey JavaScript library v1.11.8
|
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
|
*/
|
@@ -1156,30 +1156,30 @@ body {
|
|
1156
1156
|
border: 1px solid var(--main-hover-color, #179d82);
|
1157
1157
|
}
|
1158
1158
|
.sv_main .sv_q_rating__item-star > svg {
|
1159
|
+
fill: var(--text-color, #6d7072);
|
1159
1160
|
height: 32px;
|
1160
1161
|
width: 32px;
|
1161
1162
|
display: inline-block;
|
1162
1163
|
vertical-align: middle;
|
1163
1164
|
border: 1px solid transparent;
|
1164
|
-
fill: var(--text-color, #6d7072);
|
1165
|
-
}
|
1166
|
-
.sv_main .sv_q_rating__item-star > svg.sv-star-2 {
|
1167
|
-
display: none;
|
1168
1165
|
}
|
1169
1166
|
.sv_main .sv_q_rating__item-star > svg:hover {
|
1170
1167
|
border: 1px solid var(--main-hover-color, #179d82);
|
1171
1168
|
}
|
1169
|
+
.sv_main .sv_q_rating__item-star > svg.sv-star-2 {
|
1170
|
+
display: none;
|
1171
|
+
}
|
1172
1172
|
.sv_main .sv_q_rating__item-star--selected > svg {
|
1173
1173
|
fill: var(--main-color, #1ab394);
|
1174
1174
|
}
|
1175
1175
|
.sv_main .sv_q_rating__item-smiley > svg {
|
1176
|
+
fill: var(--text-color, #6d7072);
|
1176
1177
|
height: 24px;
|
1177
1178
|
width: 24px;
|
1178
1179
|
padding: 4px;
|
1179
1180
|
display: inline-block;
|
1180
1181
|
vertical-align: middle;
|
1181
1182
|
border: 1px solid var(--border-color, #e7e7e7);
|
1182
|
-
fill: var(--text-color, #6d7072);
|
1183
1183
|
}
|
1184
1184
|
.sv_main .sv_q_rating__item-smiley > svg > use {
|
1185
1185
|
display: block;
|