survey-react 1.9.108 → 1.9.110

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.108
2
+ * surveyjs - Survey JavaScript library v1.9.110
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
  */
@@ -156,7 +156,7 @@ sv-popup {
156
156
  background: var(--sjs-general-backcolor, var(--background, #fff));
157
157
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
158
158
  padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
159
- height: calc(100% - (1 * var(--sjs-base-unit, var(--base-unit, 8px))));
159
+ height: calc(100% - 1 * var(--sjs-base-unit, var(--base-unit, 8px)));
160
160
  }
161
161
  .sv-popup--overlay.sv-popup--overlay .sv-popup__scrolling-content {
162
162
  height: calc(100% - 10 * var(--base-unit, 8px));
@@ -582,7 +582,6 @@ sv-popup {
582
582
  color: var(--text-color, #404040);
583
583
  font-size: var(--font-size, var(--sjs-font-size, 16px));
584
584
  font-family: var(--font-family, var(--font-family));
585
- margin-bottom: calc(10 * var(--sjs-base-unit, var(--base-unit, 8px)));
586
585
  }
587
586
 
588
587
  .sv-container-modern__title {
@@ -631,6 +630,7 @@ sv-popup {
631
630
 
632
631
  .sv-body {
633
632
  width: 100%;
633
+ padding-bottom: calc(10 * var(--sjs-base-unit, var(--base-unit, 8px)));
634
634
  }
635
635
 
636
636
  .sv-body__timer,
@@ -2768,7 +2768,7 @@ sv-popup {
2768
2768
  background: var(--sjs-general-backcolor, var(--background, #fff));
2769
2769
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
2770
2770
  padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2771
- height: calc(100% - (1 * var(--sjs-base-unit, var(--base-unit, 8px))));
2771
+ height: calc(100% - 1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2772
2772
  }
2773
2773
  .sv-popup--overlay.sv-popup--overlay .sv-popup__scrolling-content {
2774
2774
  height: calc(100% - 10 * var(--base-unit, 8px));
@@ -3208,6 +3208,7 @@ sv-popup {
3208
3208
  background-color: #f7f7f7;
3209
3209
  border-bottom: 1px solid #ebebeb;
3210
3210
  border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
3211
+ display: flex;
3211
3212
  }
3212
3213
 
3213
3214
  .sv_window_content {