survey-react 1.12.11 → 1.12.12
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 +5 -5
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +9 -1
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +75 -57
- package/survey.react.js +281 -229
- 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.12.
|
2
|
+
* surveyjs - Survey JavaScript library v1.12.12
|
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
|
*/
|
@@ -612,6 +612,10 @@ sv-popup {
|
|
612
612
|
gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
613
613
|
}
|
614
614
|
|
615
|
+
.sd-root-modern--mobile .sv-popup--confirm-delete .sv-popup__body-content {
|
616
|
+
min-width: auto;
|
617
|
+
}
|
618
|
+
|
615
619
|
.sv-popup--overlay {
|
616
620
|
width: 100%;
|
617
621
|
height: var(--sv-popup-overlay-height, 100vh);
|
@@ -3440,10 +3444,6 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3440
3444
|
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-item--preview.sd-item--preview .sd-item__decorator {
|
3441
3445
|
background-color: transparent;
|
3442
3446
|
}
|
3443
|
-
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error).sd-radio--checked .sd-radio__control:focus + .sd-radio__decorator:after,
|
3444
|
-
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-radio--checked .sd-radio__control:focus + .sd-radio__decorator:after {
|
3445
|
-
background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
3446
|
-
}
|
3447
3447
|
|
3448
3448
|
.sd-table__cell {
|
3449
3449
|
--sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
|