survey-react 1.9.101 → 1.9.102

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.101
2
+ * surveyjs - Survey JavaScript library v1.9.102
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
  */
@@ -96,6 +96,7 @@ sv-popup {
96
96
 
97
97
  .sv-popup__container {
98
98
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
99
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
99
100
  position: absolute;
100
101
  padding: 0;
101
102
  }
@@ -103,7 +104,7 @@ sv-popup {
103
104
  .sv-popup__shadow {
104
105
  width: 100%;
105
106
  height: 100%;
106
- border-radius: calc(2 * var(--sjs-corner-radius, 4px));
107
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
107
108
  }
108
109
 
109
110
  .sv-popup__body-content {
@@ -669,6 +670,7 @@ sv-popup {
669
670
 
670
671
  .sv-root-modern {
671
672
  width: 100%;
673
+ --sv-mobile-width: 600px;
672
674
  }
673
675
 
674
676
  .sv-page__title {
@@ -2703,6 +2705,7 @@ sv-popup {
2703
2705
 
2704
2706
  .sv-popup__container {
2705
2707
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
2708
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
2706
2709
  position: absolute;
2707
2710
  padding: 0;
2708
2711
  }
@@ -2710,7 +2713,7 @@ sv-popup {
2710
2713
  .sv-popup__shadow {
2711
2714
  width: 100%;
2712
2715
  height: 100%;
2713
- border-radius: calc(2 * var(--sjs-corner-radius, 4px));
2716
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
2714
2717
  }
2715
2718
 
2716
2719
  .sv-popup__body-content {
@@ -3355,8 +3358,8 @@ sv-popup {
3355
3358
  text-overflow: ellipsis;
3356
3359
  white-space: nowrap;
3357
3360
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3358
- font-size: calc(1 * var(--sjs-font-size, 16px));
3359
- line-height: calc(1.5 * var(--sjs-font-size, 16px));
3361
+ font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
3362
+ line-height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3360
3363
  margin: 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3361
3364
  }
3362
3365
 
@@ -3621,6 +3624,7 @@ sv-popup {
3621
3624
 
3622
3625
  .sv-list__item-icon {
3623
3626
  float: left;
3627
+ flex-shrink: 0;
3624
3628
  width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3625
3629
  height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3626
3630
  }