survey-react 1.9.91 → 1.9.92
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 +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 +6 -5
- package/survey.react.js +38 -29
- 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.92
|
3
3
|
* Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -1530,18 +1530,18 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1530
1530
|
font-size: 0;
|
1531
1531
|
line-height: 0;
|
1532
1532
|
position: static;
|
1533
|
-
font-
|
1533
|
+
font-family: var(--sjs-font-questiontitle-family, var(--font-family));
|
1534
|
+
font-weight: var(--sjs-font-questiontitle-weight, 600);
|
1535
|
+
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
1534
1536
|
margin: 0;
|
1535
1537
|
}
|
1536
1538
|
.sd-element__title .sd-element__num {
|
1537
1539
|
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
|
1538
1540
|
line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1541
|
+
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
1539
1542
|
}
|
1540
1543
|
.sd-element__title span {
|
1541
|
-
font-family: var(--sjs-font-questiontitle-family, var(--font-family));
|
1542
|
-
font-weight: var(--sjs-font-questiontitle-weight, 600);
|
1543
1544
|
font-size: var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
|
1544
|
-
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
1545
1545
|
line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1546
1546
|
}
|
1547
1547
|
.sd-element__title .sv-title-actions__title {
|