survey-react 1.10.3 → 1.10.5

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.10.3
2
+ * surveyjs - Survey JavaScript library v1.10.5
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
  */
@@ -3153,6 +3153,8 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
3153
3153
  .sd-table__cell {
3154
3154
  border-top: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
3155
3155
  border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
3156
+ border-left: none;
3157
+ border-right: none;
3156
3158
  background-clip: padding-box;
3157
3159
  }
3158
3160
 
@@ -8193,6 +8195,9 @@ body {
8193
8195
 
8194
8196
  .sd-root-modern__wrapper {
8195
8197
  position: relative;
8198
+ }
8199
+
8200
+ .sd-root-modern__wrapper--has-image {
8196
8201
  min-height: 100%;
8197
8202
  }
8198
8203