survey-react 1.12.13 → 1.12.14
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 -3
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +5 -3
- 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 +50 -36
- package/survey.react.js +346 -233
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/modern.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.12.
|
2
|
+
* surveyjs - Survey JavaScript library v1.12.14
|
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
|
*/
|
@@ -4339,6 +4339,8 @@ sv-brand-info,
|
|
4339
4339
|
.sv-list-item__marker-icon {
|
4340
4340
|
position: absolute;
|
4341
4341
|
right: var(--sjs-base-unit, var(--base-unit, 8px));
|
4342
|
+
width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4343
|
+
height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4342
4344
|
flex-shrink: 0;
|
4343
4345
|
padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4344
4346
|
box-sizing: content-box;
|
@@ -4397,12 +4399,12 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list-item__marker-icon use {
|
|
4397
4399
|
font-weight: 400;
|
4398
4400
|
}
|
4399
4401
|
|
4400
|
-
.sv-list__item
|
4402
|
+
.sv-list__item--group-selected > .sv-list__item-body {
|
4401
4403
|
background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
4402
4404
|
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
4403
4405
|
font-weight: 400;
|
4404
4406
|
}
|
4405
|
-
.sv-list__item
|
4407
|
+
.sv-list__item--group-selected > .sv-list__item-body use {
|
4406
4408
|
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
4407
4409
|
}
|
4408
4410
|
|