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/defaultV2.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
  */
@@ -534,7 +534,7 @@ sv-popup {
534
534
  background: var(--sjs-general-backcolor, var(--background, #fff));
535
535
  box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
536
536
  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)));
537
- height: calc(100% - (1 * var(--sjs-base-unit, var(--base-unit, 8px))));
537
+ height: calc(100% - 1 * var(--sjs-base-unit, var(--base-unit, 8px)));
538
538
  }
539
539
  .sv-popup--overlay.sv-popup--overlay .sv-popup__scrolling-content {
540
540
  height: calc(100% - 10 * var(--base-unit, 8px));
@@ -2958,7 +2958,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2958
2958
  box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
2959
2959
  border: none;
2960
2960
  flex-shrink: 0;
2961
- margin-top: calc(((1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))))) - (3 * var(--sjs-base-unit, var(--base-unit, 8px)))) / 2);
2961
+ margin-top: calc((1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))) - 3 * var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
2962
2962
  }
2963
2963
 
2964
2964
  .sd-item--checked .sd-item__decorator {
@@ -4551,7 +4551,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4551
4551
  }
4552
4552
 
4553
4553
  .sd-file__choose-btn--icon {
4554
- inset-inline-end: calc((1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))))) + (5 * var(--sjs-base-unit, var(--base-unit, 8px))));
4554
+ inset-inline-end: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))) + 5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4555
4555
  }
4556
4556
 
4557
4557
  .sd-file__list {
@@ -4818,7 +4818,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4818
4818
  padding-top: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4819
4819
  }
4820
4820
  .sd-body.sd-body--responsive.sd-body--with-timer {
4821
- max-width: calc(100% + var(--sd-timer-size) * (-1 - 64 / 144) + 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
4821
+ max-width: calc(100% + var(--sd-timer-size) * -1.4444444444 + 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
4822
4822
  margin-left: auto;
4823
4823
  margin-right: auto;
4824
4824
  }