survey-react 1.9.139 → 1.10.1
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 +295 -52
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +2 -1
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.css.map +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +186 -20
- package/survey.react.js +818 -255
- 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.
|
2
|
+
* surveyjs - Survey JavaScript library v1.10.1
|
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
|
*/
|
@@ -4283,6 +4283,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
4283
4283
|
background: var(--sjs-general-backcolor, var(--background, #fff));
|
4284
4284
|
box-sizing: border-box;
|
4285
4285
|
width: 100%;
|
4286
|
+
min-width: calc(30 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4286
4287
|
outline: none;
|
4287
4288
|
font-size: var(--sjs-font-size, 16px);
|
4288
4289
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|