survey-react 1.9.87 → 1.9.88
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 -2
- 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 +70 -10
- package/survey.react.js +214 -83
- 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.88
|
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
|
*/
|
@@ -2514,11 +2514,13 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2514
2514
|
gap: calc(1 * var(--base-unit, 8px));
|
2515
2515
|
flex-grow: 1;
|
2516
2516
|
}
|
2517
|
+
.sd-header__text .sd-title {
|
2518
|
+
color: var(--primary, #19b394);
|
2519
|
+
}
|
2517
2520
|
.sd-header__text h3 {
|
2518
2521
|
font-size: calc(2 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2519
2522
|
font-weight: 700;
|
2520
2523
|
line-height: calc(5 * var(--base-unit, 8px));
|
2521
|
-
color: var(--primary, #19b394);
|
2522
2524
|
}
|
2523
2525
|
.sd-header__text h5 {
|
2524
2526
|
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|