survey-react 1.12.26 → 1.12.28

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.12.26
2
+ * surveyjs - Survey JavaScript library v1.12.28
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -3043,6 +3043,12 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
3043
3043
  color: inherit;
3044
3044
  line-height: inherit;
3045
3045
  }
3046
+ .sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-element__num {
3047
+ padding: initial;
3048
+ margin: initial;
3049
+ float: initial;
3050
+ width: initial;
3051
+ }
3046
3052
  .sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__description {
3047
3053
  font-family: var(--sjs-font-pagedescription-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
3048
3054
  font-weight: var(--sjs-font-pagedescription-weight, 400);