survey-react 1.9.99 → 1.9.101

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.99
2
+ * surveyjs - Survey JavaScript library v1.9.101
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
  */
@@ -2008,7 +2008,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2008
2008
 
2009
2009
  .sd-scrollable-container:not(.sd-scrollable-container--compact) {
2010
2010
  width: max-content;
2011
- overflow-x: hidden;
2011
+ overflow: visible;
2012
2012
  max-width: 100%;
2013
2013
  }
2014
2014
 
@@ -2721,6 +2721,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2721
2721
 
2722
2722
  .sd-root-modern .sd-container-modern__title .sd-header__text h3 {
2723
2723
  margin: 0;
2724
+ color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
2724
2725
  }
2725
2726
  .sd-root-modern .sd-container-modern__title .sd-description {
2726
2727
  margin: 0;
@@ -2763,6 +2764,10 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2763
2764
  word-break: break-word;
2764
2765
  }
2765
2766
 
2767
+ .sd-description.sd-question__description--under-input {
2768
+ padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2769
+ }
2770
+
2766
2771
  .sd-element__header .sd-description {
2767
2772
  margin-top: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2768
2773
  }
@@ -2988,9 +2993,6 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2988
2993
  .sd-rating.sd-rating--wrappable fieldset {
2989
2994
  flex-wrap: wrap;
2990
2995
  }
2991
- .sd-rating.sd-scrollable-container:not(.sd-scrollable-container--compact) {
2992
- overflow: visible;
2993
- }
2994
2996
 
2995
2997
  .sd-rating--small {
2996
2998
  min-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
@@ -3046,6 +3048,8 @@ legend + sv-ng-rating-item + .sd-rating__item {
3046
3048
  .sd-rating__item.sd-rating__item--selected.sd-rating__item--disabled {
3047
3049
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
3048
3050
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
3051
+ background-color: var(--background-semitransparent, rgba(144, 144, 144, 0.5));
3052
+ border-color: transparent;
3049
3053
  }
3050
3054
 
3051
3055
  .sd-question--disabled .sd-rating__item-text {
@@ -3769,11 +3773,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3769
3773
  }
3770
3774
  }
3771
3775
 
3772
- .sd-boolean-root {
3773
- box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
3774
- border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3775
- }
3776
-
3777
3776
  .sd-boolean {
3778
3777
  display: flex;
3779
3778
  width: max-content;
@@ -3781,8 +3780,11 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3781
3780
  gap: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3782
3781
  padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3783
3782
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
3784
- box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
3785
3783
  border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3784
+ box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
3785
+ }
3786
+ .sd-boolean.sd-boolean--allowhover:focus-within {
3787
+ box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
3786
3788
  }
3787
3789
 
3788
3790
  .sd-boolean__thumb,
@@ -3809,10 +3811,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3809
3811
  border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3810
3812
  }
3811
3813
 
3812
- .sd-boolean__control:focus ~ .sd-boolean__switch {
3813
- box-shadow: inset 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
3814
- }
3815
-
3816
3814
  .sd-boolean.sd-boolean--indeterminate .sd-boolean__switch {
3817
3815
  display: none;
3818
3816
  }