survey-react 1.9.124 → 1.9.125
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 +4 -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 +550 -32
- package/survey.react.js +1031 -205
- 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.125
|
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
|
*/
|
@@ -2742,10 +2742,11 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
2742
2742
|
height: var(--sjs-internal-font-editorfont-size);
|
2743
2743
|
fill: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
|
2744
2744
|
}
|
2745
|
-
.sd-table__cell--detail-button:hover {
|
2745
|
+
.sd-table__cell--detail-button:hover, .sd-table__cell--detail-button:focus {
|
2746
2746
|
background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
2747
|
+
outline: none;
|
2747
2748
|
}
|
2748
|
-
.sd-table__cell--detail-button:hover svg {
|
2749
|
+
.sd-table__cell--detail-button:hover svg, .sd-table__cell--detail-button:focus svg {
|
2749
2750
|
fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
2750
2751
|
}
|
2751
2752
|
|