survey-react 1.9.123 → 1.9.125

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,6 +1,6 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.123
3
- * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
2
+ * surveyjs - Survey JavaScript library v1.9.125
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
  */
6
6
  /* cyrillic-ext */
@@ -2120,7 +2120,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2120
2120
  padding-top: 0;
2121
2121
  padding-bottom: 0;
2122
2122
  }
2123
- .sd-question--empty.sd-question--complex > .sd-question__content:first-child {
2123
+ .sd-question--empty.sd-question--complex > .sd-question__content:first-of-type {
2124
2124
  padding-top: var(--sd-base-padding);
2125
2125
  }
2126
2126
  .sd-question--empty.sd-question--complex > .sd-question__header--location-top {
@@ -2551,10 +2551,10 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2551
2551
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
2552
2552
  margin-top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2553
2553
  }
2554
- .sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__header + .sd-question__content {
2554
+ .sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__header ~ .sd-question__content {
2555
2555
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2556
2556
  }
2557
- .sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__header + .sd-question__content .sd-table--no-header {
2557
+ .sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__header ~ .sd-question__content .sd-table--no-header {
2558
2558
  padding-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2559
2559
  }
2560
2560
  .sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
@@ -2569,10 +2569,10 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2569
2569
  .sd-panel:not(.sd-panel--as-page) > .sd-panel__content > .sd-row:not(:first-of-type) .sd-question--table.sd-question--error-top > .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
2570
2570
  margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2571
2571
  }
2572
- .sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__header + .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
2572
+ .sd-panel:not(.sd-panel--as-page) > .sd-panel__content .sd-question--table > .sd-question__header ~ .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
2573
2573
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
2574
2574
  }
2575
- .sd-panel:not(.sd-panel--as-page) > .sd-panel__content > .sd-row:not(:first-of-type) .sd-question--table > .sd-question__header + .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
2575
+ .sd-panel:not(.sd-panel--as-page) > .sd-panel__content > .sd-row:not(:first-of-type) .sd-question--table > .sd-question__header ~ .sd-question__content .sd-table-wrapper .sd-table:not(.sd-table--no-header) {
2576
2576
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
2577
2577
  }
2578
2578
 
@@ -2742,10 +2742,11 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2742
2742
  height: var(--sjs-internal-font-editorfont-size);
2743
2743
  fill: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
2744
2744
  }
2745
- .sd-table__cell--detail-button:hover {
2745
+ .sd-table__cell--detail-button:hover, .sd-table__cell--detail-button:focus {
2746
2746
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
2747
+ outline: none;
2747
2748
  }
2748
- .sd-table__cell--detail-button:hover svg {
2749
+ .sd-table__cell--detail-button:hover svg, .sd-table__cell--detail-button:focus svg {
2749
2750
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
2750
2751
  }
2751
2752
 
@@ -4707,7 +4708,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4707
4708
  overflow-x: hidden;
4708
4709
  white-space: nowrap;
4709
4710
  }
4710
- .sd-tab-item:hover {
4711
+ .sd-tab-item:hover, .sd-tab-item:focus-visible {
4712
+ outline: none;
4711
4713
  box-shadow: inset 0px -2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
4712
4714
  }
4713
4715