survey-react 1.10.3 → 1.10.4
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 +3 -1
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +1 -1
- package/modern.min.css +1 -1
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +13 -2
- package/survey.react.js +130 -73
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/defaultV2.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.10.
|
2
|
+
* surveyjs - Survey JavaScript library v1.10.4
|
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
|
|