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/defaultV2.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
|
*/
|
@@ -1928,6 +1928,8 @@ sv-brand-info,
|
|
1928
1928
|
.sv-list-item__marker-icon {
|
1929
1929
|
position: absolute;
|
1930
1930
|
right: var(--sjs-base-unit, var(--base-unit, 8px));
|
1931
|
+
width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
1932
|
+
height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
1931
1933
|
flex-shrink: 0;
|
1932
1934
|
padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
1933
1935
|
box-sizing: content-box;
|
@@ -1986,12 +1988,12 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list-item__marker-icon use {
|
|
1986
1988
|
font-weight: 400;
|
1987
1989
|
}
|
1988
1990
|
|
1989
|
-
.sv-list__item
|
1991
|
+
.sv-list__item--group-selected > .sv-list__item-body {
|
1990
1992
|
background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
1991
1993
|
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
1992
1994
|
font-weight: 400;
|
1993
1995
|
}
|
1994
|
-
.sv-list__item
|
1996
|
+
.sv-list__item--group-selected > .sv-list__item-body use {
|
1995
1997
|
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
1996
1998
|
}
|
1997
1999
|
|