survey-react 1.11.8 → 1.11.10

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.11.8
2
+ * surveyjs - Survey JavaScript library v1.11.10
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -2507,6 +2507,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list-item__marker-icon use {
2507
2507
  display: inline-block;
2508
2508
  flex: 1;
2509
2509
  margin-top: calc(0.25 * var(--sd-base-vertical-padding)) 0;
2510
+ max-width: 100%;
2510
2511
  }
2511
2512
 
2512
2513
  .sd-element--with-frame > .sd-question__content--left {
@@ -4098,6 +4099,8 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
4098
4099
  .sd-selectbase--multi-column {
4099
4100
  display: flex;
4100
4101
  flex: 1 1 0px;
4102
+ flex-wrap: nowrap;
4103
+ overflow: auto;
4101
4104
  }
4102
4105
 
4103
4106
  .sd-selectbase__label {
@@ -4116,7 +4119,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
4116
4119
  display: block;
4117
4120
  box-sizing: border-box;
4118
4121
  flex: 1 1 0px;
4119
- min-width: 0;
4122
+ max-width: 100%;
4120
4123
  }
4121
4124
 
4122
4125
  .sd-selectbase__column:not(:last-child) {
@@ -5479,6 +5482,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
5479
5482
  align-items: flex-start;
5480
5483
  padding-right: 0;
5481
5484
  }
5485
+ .sd-imagepicker__column.sd-selectbase__column {
5486
+ min-width: 0;
5487
+ }
5482
5488
  .sd-imagepicker__column .sd-imagepicker__item {
5483
5489
  width: 100%;
5484
5490
  }
@@ -5542,6 +5548,10 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
5542
5548
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
5543
5549
  }
5544
5550
 
5551
+ .sd-question--image {
5552
+ width: 100%;
5553
+ }
5554
+
5545
5555
  :root {
5546
5556
  --sjs-transition-duration: 150ms;
5547
5557
  }
@@ -7504,8 +7514,8 @@ svg.sd-action--icon {
7504
7514
  opacity: 0.5;
7505
7515
  position: absolute;
7506
7516
  bottom: calc(1.125 * (var(--sjs-base-unit, var(--base-unit, 8px))));
7507
- right: calc(50% + 4px);
7508
- width: calc(100% - 4px);
7517
+ right: calc(50% + 10px);
7518
+ width: calc(100% - 20px);
7509
7519
  pointer-events: none;
7510
7520
  }
7511
7521
  .sd-progress-buttons__list li .sd-progress-buttons__button {
@@ -7531,7 +7541,6 @@ svg.sd-action--icon {
7531
7541
  height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
7532
7542
  top: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
7533
7543
  left: calc(-1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
7534
- background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
7535
7544
  z-index: -2;
7536
7545
  }
7537
7546
  .sd-progress-buttons__list li .sd-progress-buttons__button .sd-progress-buttons__button-content {
@@ -7648,8 +7657,8 @@ svg.sd-action--icon {
7648
7657
  }
7649
7658
  .sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
7650
7659
  bottom: calc(2.175 * (var(--sjs-base-unit, var(--base-unit, 8px))));
7651
- right: calc(50% + 8px);
7652
- width: calc(100% - 8px);
7660
+ right: calc(50% + 18px);
7661
+ width: calc(100% - 36px);
7653
7662
  }
7654
7663
  .sd-progress-buttons--numbered .sd-progress-buttons__list li .sd-progress-buttons__button {
7655
7664
  width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -7696,13 +7705,13 @@ svg.sd-action--icon {
7696
7705
  [style*="direction:rtl"] .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector,
7697
7706
  [style*="direction: rtl"] .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
7698
7707
  right: unset;
7699
- left: calc(50% + 4px);
7708
+ left: calc(50% + 10px);
7700
7709
  }
7701
7710
  [dir=rtl] .sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector,
7702
7711
  [style*="direction:rtl"] .sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector,
7703
7712
  [style*="direction: rtl"] .sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
7704
7713
  right: unset;
7705
- left: calc(50% + 8px);
7714
+ left: calc(50% + 20px);
7706
7715
  }
7707
7716
 
7708
7717
  .sv_progress-toc {
@@ -8525,4 +8534,9 @@ body {
8525
8534
  box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
8526
8535
  }
8527
8536
 
8537
+ .sv-components-container-right,
8538
+ .sv-components-container-left {
8539
+ width: fit-content;
8540
+ }
8541
+
8528
8542
  /*# sourceMappingURL=defaultV2.css.map*/