survey-react 1.12.5 → 1.12.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 +6 -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 +23 -13
- package/survey.react.js +189 -105
- 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.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
|
*/
|
@@ -8214,9 +8214,12 @@ svg.sd-action--icon {
|
|
8214
8214
|
}
|
8215
8215
|
|
8216
8216
|
.sd-timer__text--minor {
|
8217
|
-
color: var(--
|
8217
|
+
color: var(--lbr-timer-text-color-secondary, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
8218
|
+
font-size: var(--lbr-font-default-size, var(--sjs-font-size, 16px));
|
8219
|
+
font-style: normal;
|
8218
8220
|
font-weight: 600;
|
8219
|
-
|
8221
|
+
line-height: var(--lbr-font-default-line-height, calc(1.5 * (var(--sjs-font-size, 16px))));
|
8222
|
+
margin-top: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8220
8223
|
}
|
8221
8224
|
|
8222
8225
|
.sv-header {
|