survey-react 1.9.108 → 1.9.109

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.109
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));
@@ -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));