survey-react 1.9.97 → 1.9.98
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 +9 -4
- 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 +31 -3
- package/survey.react.js +175 -111
- 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.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.98
|
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
|
*/
|
@@ -3335,9 +3335,14 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3335
3335
|
|
3336
3336
|
.sd-dropdown_chevron-button {
|
3337
3337
|
position: absolute;
|
3338
|
-
|
3339
|
-
|
3340
|
-
|
3338
|
+
width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3339
|
+
top: 0;
|
3340
|
+
bottom: 0;
|
3341
|
+
inset-inline-end: 0;
|
3342
|
+
display: flex;
|
3343
|
+
justify-content: center;
|
3344
|
+
align-items: center;
|
3345
|
+
padding-inline-end: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3341
3346
|
}
|
3342
3347
|
|
3343
3348
|
.sd-dropdown_clean-button-svg {
|