survey-react 1.11.11 → 1.11.13
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 +34 -14
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +27 -7
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +27 -7
- package/survey.css.map +1 -1
- package/survey.min.css +2 -2
- package/survey.react.d.ts +100 -46
- package/survey.react.js +423 -238
- 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.11.
|
2
|
+
* surveyjs - Survey JavaScript library v1.11.13
|
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
|
*/
|
@@ -1295,26 +1295,40 @@ sv-popup {
|
|
1295
1295
|
fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
|
1296
1296
|
}
|
1297
1297
|
|
1298
|
-
sv-brand-info,
|
1298
|
+
sv-brand-info,
|
1299
|
+
.sv-brand-info {
|
1299
1300
|
z-index: 1;
|
1300
1301
|
position: relative;
|
1301
1302
|
margin-top: 1px;
|
1302
1303
|
}
|
1303
1304
|
|
1304
1305
|
.sv-brand-info {
|
1305
|
-
width: 100%;
|
1306
1306
|
font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
|
1307
|
-
text-align:
|
1307
|
+
text-align: right;
|
1308
1308
|
color: #161616;
|
1309
|
-
|
1310
|
-
padding: 32px 0;
|
1311
|
-
box-shadow: 0px -1px 0px #D6D6D6;
|
1309
|
+
padding: 24px 40px;
|
1312
1310
|
}
|
1313
1311
|
.sv-brand-info a {
|
1314
1312
|
color: #161616;
|
1315
1313
|
text-decoration-line: underline;
|
1316
1314
|
}
|
1317
1315
|
|
1316
|
+
.sd-body--static .sv-brand-info {
|
1317
|
+
padding-top: 0;
|
1318
|
+
margin-top: 16px;
|
1319
|
+
}
|
1320
|
+
|
1321
|
+
.sd-body--responsive .sv-brand-info {
|
1322
|
+
padding-top: 16px;
|
1323
|
+
margin-top: -8px;
|
1324
|
+
}
|
1325
|
+
|
1326
|
+
.sd-root-modern--mobile .sv-brand-info {
|
1327
|
+
padding: 48px 24px 8px 24px;
|
1328
|
+
margin-top: 0;
|
1329
|
+
text-align: center;
|
1330
|
+
}
|
1331
|
+
|
1318
1332
|
.sv-brand-info__text {
|
1319
1333
|
font-weight: 600;
|
1320
1334
|
font-size: var(--sjs-font-size, 16px);
|
@@ -1333,11 +1347,17 @@ sv-brand-info, .sv-brand-info {
|
|
1333
1347
|
font-weight: 400;
|
1334
1348
|
font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
|
1335
1349
|
line-height: var(--sjs-font-size, 16px);
|
1350
|
+
padding-top: 4px;
|
1336
1351
|
}
|
1337
1352
|
.sv-brand-info__terms a {
|
1338
1353
|
color: #909090;
|
1339
1354
|
}
|
1340
1355
|
|
1356
|
+
.sd-body--responsive .sv-brand-info {
|
1357
|
+
padding-right: 0;
|
1358
|
+
padding-left: 0;
|
1359
|
+
}
|
1360
|
+
|
1341
1361
|
:root {
|
1342
1362
|
--sjs-transition-duration: 150ms;
|
1343
1363
|
}
|
@@ -3469,13 +3489,13 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3469
3489
|
}
|
3470
3490
|
|
3471
3491
|
.sd-table__cell--footer {
|
3472
|
-
text-align:
|
3492
|
+
text-align: end;
|
3473
3493
|
padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
3474
3494
|
}
|
3475
3495
|
|
3476
3496
|
.sd-table__cell--footer-total {
|
3477
3497
|
font-weight: 600;
|
3478
|
-
text-align:
|
3498
|
+
text-align: start;
|
3479
3499
|
}
|
3480
3500
|
|
3481
3501
|
.sd-table__cell--detail-panel {
|
@@ -3531,7 +3551,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3531
3551
|
.sd-table__cell--row-text {
|
3532
3552
|
font-weight: var(--sjs-font-questiontitle-weight, 600);
|
3533
3553
|
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
3534
|
-
text-align:
|
3554
|
+
text-align: start;
|
3535
3555
|
min-width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3536
3556
|
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px));
|
3537
3557
|
}
|
@@ -4271,7 +4291,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
4271
4291
|
|
4272
4292
|
.sd-matrix__cell:first-of-type {
|
4273
4293
|
font-weight: var(--sjs-font-questiontitle-weight, 600);
|
4274
|
-
text-align:
|
4294
|
+
text-align: start;
|
4275
4295
|
}
|
4276
4296
|
|
4277
4297
|
:root {
|
@@ -8210,7 +8230,7 @@ sv-components-container,
|
|
8210
8230
|
}
|
8211
8231
|
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell .sd-matrix__responsive-title {
|
8212
8232
|
margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
|
8213
|
-
text-align:
|
8233
|
+
text-align: start;
|
8214
8234
|
}
|
8215
8235
|
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell:first-of-type {
|
8216
8236
|
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
@@ -8281,7 +8301,7 @@ sv-components-container,
|
|
8281
8301
|
display: block;
|
8282
8302
|
padding-top: 0;
|
8283
8303
|
padding-bottom: 0;
|
8284
|
-
text-align:
|
8304
|
+
text-align: start;
|
8285
8305
|
}
|
8286
8306
|
.sd-root-modern.sd-root-modern--mobile .sd-table__cell {
|
8287
8307
|
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
@@ -8303,7 +8323,7 @@ sv-components-container,
|
|
8303
8323
|
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
8304
8324
|
font-weight: 600;
|
8305
8325
|
display: block;
|
8306
|
-
text-align:
|
8326
|
+
text-align: start;
|
8307
8327
|
}
|
8308
8328
|
.sd-root-modern.sd-root-modern--mobile .sd-table__responsive-title .sv-string-viewer {
|
8309
8329
|
white-space: normal;
|