survey-react 1.9.119 → 1.9.120

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.119
2
+ * surveyjs - Survey JavaScript library v1.9.120
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
  */
@@ -2502,6 +2502,7 @@ select.sv-dropdown {
2502
2502
  height: 72px;
2503
2503
  margin-left: calc(50% - 36px);
2504
2504
  padding: 36px 0px;
2505
+ box-sizing: border-box;
2505
2506
  }
2506
2507
 
2507
2508
  @media only screen and (min-width: 1000px) {
@@ -3539,13 +3540,14 @@ sv-brand-info, .sv-brand-info {
3539
3540
  }
3540
3541
 
3541
3542
  .sv-ranking-item__index.sv-ranking-item__index {
3543
+ --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3542
3544
  display: flex;
3543
3545
  flex-shrink: 0;
3544
3546
  align-items: center;
3545
3547
  justify-content: center;
3546
3548
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
3547
3549
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
3548
- font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3550
+ font-size: var(--sjs-internal-font-editorfont-size);
3549
3551
  border-radius: 100%;
3550
3552
  border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid transparent;
3551
3553
  width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -3557,18 +3559,19 @@ sv-brand-info, .sv-brand-info {
3557
3559
  }
3558
3560
  .sv-ranking-item__index.sv-ranking-item__index svg {
3559
3561
  fill: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
3560
- width: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3561
- height: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3562
+ width: var(--sjs-internal-font-editorfont-size);
3563
+ height: var(--sjs-internal-font-editorfont-size);
3562
3564
  }
3563
3565
 
3564
3566
  .sv-ranking-item__text {
3567
+ --sjs-internal-font-editorfont-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3565
3568
  display: inline-block;
3566
3569
  overflow: hidden;
3567
3570
  text-overflow: ellipsis;
3568
3571
  white-space: nowrap;
3569
3572
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
3570
- font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3571
- line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3573
+ font-size: var(--sjs-internal-font-editorfont-size);
3574
+ line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
3572
3575
  margin: 0 calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3573
3576
  }
3574
3577