survey-react 1.9.139 → 1.10.2

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/modern.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.139
2
+ * surveyjs - Survey JavaScript library v1.10.2
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));