survey-react 1.9.104 → 1.9.105

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.9.104
2
+ * surveyjs - Survey JavaScript library v1.9.105
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
  */
@@ -1116,6 +1116,7 @@ sv-popup {
1116
1116
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAArSURBVHgB7cuhEQAwDMNAtUN4//m8RMtygcE5PxMQxAKnh6Q3mWzXd4mAD4cJBAQCqfbUAAAAAElFTkSuQmCC");
1117
1117
  background-position: center;
1118
1118
  background-repeat: no-repeat;
1119
+ background-size: calc(1 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
1119
1120
  }
1120
1121
 
1121
1122
  .sv-ranking-item__text {
@@ -1248,6 +1249,9 @@ sv-popup {
1248
1249
  .sv-ranking--select-to-rank-vertical .sv-ranking__container--empty {
1249
1250
  padding-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1250
1251
  padding-bottom: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1252
+ display: flex;
1253
+ justify-content: center;
1254
+ align-items: center;
1251
1255
  }
1252
1256
 
1253
1257
  .sv-ranking--select-to-rank-horizontal .sv-ranking__containers-divider {
@@ -1256,14 +1260,14 @@ sv-popup {
1256
1260
  .sv-ranking--select-to-rank-horizontal .sv-ranking__container--to .sv-ranking-item {
1257
1261
  left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1258
1262
  }
1259
- .sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to {
1260
- padding-right: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1261
- }
1262
1263
  .sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking-item {
1263
1264
  left: initial;
1264
1265
  }
1265
- .sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--from {
1266
- padding-left: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1266
+ .sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking__container-placeholder {
1267
+ padding-left: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1268
+ }
1269
+ .sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--from .sv-ranking__container-placeholder {
1270
+ padding-right: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1267
1271
  }
1268
1272
 
1269
1273
  .sv-ranking__container-placeholder {
@@ -1276,17 +1280,14 @@ sv-popup {
1276
1280
  display: flex;
1277
1281
  justify-content: center;
1278
1282
  align-items: center;
1279
- width: 100%;
1280
1283
  height: 100%;
1281
1284
  }
1282
1285
 
1283
1286
  .sv-ranking__container {
1284
1287
  flex: 1;
1285
- max-width: 100%;
1286
1288
  }
1287
1289
 
1288
1290
  .sv-ranking__container--empty {
1289
- padding: calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
1290
1291
  box-sizing: border-box;
1291
1292
  text-align: center;
1292
1293
  }
@@ -1778,6 +1779,9 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1778
1779
  .sd-element--collapsed.sd-element--complex > .sd-element__header--location-top:after {
1779
1780
  display: none;
1780
1781
  }
1782
+ .sd-element--collapsed > .sd-element__header--location-top {
1783
+ margin-top: 0;
1784
+ }
1781
1785
  .sd-element--collapsed.sd-element--with-frame {
1782
1786
  padding-top: 0;
1783
1787
  padding-bottom: 0;
@@ -1787,9 +1791,6 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1787
1791
  padding-bottom: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1788
1792
  border-radius: var(--sjs-questionpanel-cornerRadius, var(--sjs-corner-radius, 4px));
1789
1793
  }
1790
- .sd-element--collapsed.sd-element--with-frame > .sd-element__header--location-top {
1791
- margin-top: 0;
1792
- }
1793
1794
  .sd-element--collapsed > .sd-element__header:focus-within, .sd-element--collapsed > .sd-element__header:hover {
1794
1795
  background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
1795
1796
  }
@@ -1869,7 +1870,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1869
1870
  }
1870
1871
 
1871
1872
  .sd-question__erbox--above-question {
1872
- margin-bottom: calc(var(--sd-base-vertical-padding) - var(--sjs-base-unit, var(--base-unit, 8px)));
1873
+ margin-bottom: var(--sd-base-vertical-padding);
1873
1874
  }
1874
1875
 
1875
1876
  .sd-question__erbox--below-question {
@@ -1896,6 +1897,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1896
1897
  }
1897
1898
 
1898
1899
  .sd-question__header--location-top {
1900
+ margin-top: calc(-0.25 * var(--sd-base-vertical-padding));
1899
1901
  padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
1900
1902
  }
1901
1903
 
@@ -1910,10 +1912,6 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1910
1912
  }
1911
1913
  .sd-element--with-frame > .sd-question__erbox--above-question {
1912
1914
  margin-top: calc(-1 * var(--sd-base-padding));
1913
- margin-bottom: var(--sd-base-vertical-padding);
1914
- }
1915
- .sd-element--with-frame > .sd-question__header--location-top {
1916
- margin-top: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1917
1915
  }
1918
1916
  .sd-element--with-frame > .sd-question__content > .sd-question__header--location--bottom {
1919
1917
  margin-bottom: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
@@ -2001,7 +1999,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2001
1999
  min-height: calc(24 * var(--sjs-base-unit, var(--base-unit, 8px)));
2002
2000
  font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
2003
2001
  line-height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
2004
- color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
2002
+ color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
2005
2003
  }
2006
2004
  .sd-question__placeholder > div .sv-string-viewer, .sd-question__placeholder > span .sv-string-viewer {
2007
2005
  white-space: pre-line;
@@ -2221,11 +2219,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2221
2219
  }
2222
2220
 
2223
2221
  .sd-panel__content {
2224
- padding-top: var(--sd-base-vertical-padding);
2222
+ padding-top: var(--sd-base-padding);
2225
2223
  }
2226
2224
 
2227
2225
  .sjs_sp_placeholder {
2228
- color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
2226
+ color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
2229
2227
  font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
2230
2228
  line-height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
2231
2229
  }
@@ -2249,6 +2247,14 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2249
2247
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
2250
2248
  }
2251
2249
 
2250
+ .sd-signaturepad__canvas,
2251
+ .sd-signaturepad__background-image {
2252
+ position: absolute;
2253
+ top: 0;
2254
+ left: 0;
2255
+ object-fit: cover;
2256
+ }
2257
+
2252
2258
  .sd-checkbox__decorator {
2253
2259
  border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
2254
2260
  }
@@ -2293,6 +2299,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2293
2299
  opacity: 0.5;
2294
2300
  }
2295
2301
 
2302
+ .sd-action.sd-matrixdynamic__remove-btn .sd-action__icon {
2303
+ width: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
2304
+ height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
2305
+ }
2306
+
2296
2307
  .sd-matrixdynamic__btn {
2297
2308
  appearance: none;
2298
2309
  background: transparent;
@@ -2461,6 +2472,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2461
2472
 
2462
2473
  .sd-table__cell--header {
2463
2474
  font-weight: 600;
2475
+ color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
2464
2476
  vertical-align: top;
2465
2477
  padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2466
2478
  }
@@ -2513,13 +2525,12 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2513
2525
  border: none;
2514
2526
  background: transparent;
2515
2527
  border-radius: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2516
- width: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
2517
- height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
2518
2528
  padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2519
2529
  }
2520
2530
  .sd-table__cell--detail-button svg {
2521
- width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2522
- height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2531
+ display: block;
2532
+ width: calc(1 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
2533
+ height: calc(1 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
2523
2534
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
2524
2535
  }
2525
2536
  .sd-table__cell--detail-button:hover {
@@ -2538,6 +2549,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2538
2549
 
2539
2550
  .sd-table__cell--row-text {
2540
2551
  font-weight: 600;
2552
+ color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
2541
2553
  text-align: left;
2542
2554
  min-width: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
2543
2555
  padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
@@ -2589,6 +2601,10 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2589
2601
  overflow-x: auto;
2590
2602
  }
2591
2603
 
2604
+ .sd-question--table.sd-element--nested {
2605
+ overflow-x: visible;
2606
+ }
2607
+
2592
2608
  .sd-table-wrapper {
2593
2609
  display: flex;
2594
2610
  margin: 0 calc(-1 * var(--sd-base-padding));
@@ -2624,7 +2640,17 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2624
2640
  padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2625
2641
  min-width: min-content;
2626
2642
  }
2627
- .sd-question--table:not(.sd-element--with-frame) {
2643
+ .sd-question--table.sd-element--nested > .sd-question__header--location-top {
2644
+ margin-top: calc(-0.25 * var(--sd-base-vertical-padding));
2645
+ }
2646
+ .sd-question--table.sd-element--nested > .sd-question__erbox--above-question {
2647
+ margin-bottom: var(--sd-base-vertical-padding);
2648
+ }
2649
+ .sd-question--table.sd-element--nested > .sd-question__content {
2650
+ min-width: auto;
2651
+ overflow-x: auto;
2652
+ }
2653
+ .sd-question--table.sd-element--nested > .sd-question__content, .sd-question--table:not(.sd-element--with-frame):not(.sd-element--nested) {
2628
2654
  padding-right: var(--sd-base-padding);
2629
2655
  margin-right: calc(-1 * var(--sd-base-padding));
2630
2656
  padding-left: var(--sd-base-padding);
@@ -2726,7 +2752,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2726
2752
  }
2727
2753
 
2728
2754
  .sd-page__row.sd-row--multiple {
2729
- padding: var(--sd-base-vertical-padding) var(--sd-base-padding) var(--sd-base-padding) 0;
2755
+ padding: var(--sd-base-padding) var(--sd-base-padding) var(--sd-base-padding) 0;
2730
2756
  margin-left: 0;
2731
2757
  width: 100%;
2732
2758
  }
@@ -3372,6 +3398,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3372
3398
 
3373
3399
  .sd-rating__item--selected .sd-rating__item-text.sd-rating__item-text {
3374
3400
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
3401
+ font-weight: inherit;
3375
3402
  }
3376
3403
 
3377
3404
  .sv-ranking-item--error .sv-ranking-item__index {
@@ -3396,6 +3423,34 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3396
3423
  line-height: calc(1.5 * var(--sjs-font-size, 16px));
3397
3424
  }
3398
3425
 
3426
+ .sv-dragdrop-movedown {
3427
+ transform: translate(0, 0);
3428
+ animation: svdragdropmovedown 0.1s;
3429
+ animation-timing-function: ease-in-out;
3430
+ }
3431
+
3432
+ @keyframes svdragdropmovedown {
3433
+ 0% {
3434
+ transform: translate(0, -50px);
3435
+ }
3436
+ 100% {
3437
+ transform: translate(0, 0);
3438
+ }
3439
+ }
3440
+ .sv-dragdrop-moveup {
3441
+ transform: translate(0, 0);
3442
+ animation: svdragdropmoveup 0.1s;
3443
+ animation-timing-function: ease-in-out;
3444
+ }
3445
+
3446
+ @keyframes svdragdropmoveup {
3447
+ 0% {
3448
+ transform: translate(0, 50px);
3449
+ }
3450
+ 100% {
3451
+ transform: translate(0, 0);
3452
+ }
3453
+ }
3399
3454
  .sv-dropdown_select-wrapper {
3400
3455
  position: relative;
3401
3456
  }
@@ -3535,6 +3590,11 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3535
3590
  white-space: pre;
3536
3591
  }
3537
3592
 
3593
+ .sv-popup.sv-popup--dropdown.sv-popup--dropdown .sd-list__item-body {
3594
+ line-height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3595
+ font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
3596
+ }
3597
+
3538
3598
  [dir=rtl] .sd-dropdown,
3539
3599
  [style*="direction:rtl"] .sd-dropdown,
3540
3600
  [style*="direction: rtl"] .sd-dropdown {
@@ -3549,8 +3609,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3549
3609
  }
3550
3610
 
3551
3611
  .sd-tagbox_clean-button {
3552
- height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3553
- padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3612
+ height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3613
+ padding: calc(0.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3554
3614
  margin: auto 0;
3555
3615
  }
3556
3616
 
@@ -3591,10 +3651,10 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3591
3651
  }
3592
3652
 
3593
3653
  .sd-tagbox-item_clean-button-svg {
3594
- display: flex;
3595
- padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3596
- width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3597
- height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3654
+ display: block;
3655
+ padding: calc(0.25 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3656
+ width: calc(1 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3657
+ height: calc(1 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3598
3658
  }
3599
3659
 
3600
3660
  .sd-tagbox-item_clean-button-svg:hover {
@@ -3714,8 +3774,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3714
3774
  position: absolute;
3715
3775
  top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3716
3776
  right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3717
- width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3718
- height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3719
3777
  padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3720
3778
  box-sizing: border-box;
3721
3779
  border-radius: 100%;
@@ -3724,8 +3782,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3724
3782
  }
3725
3783
 
3726
3784
  .sd-imagepicker__check-icon {
3727
- width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3728
- height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3785
+ display: block;
3786
+ width: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3787
+ height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3729
3788
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
3730
3789
  }
3731
3790
 
@@ -3823,6 +3882,113 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3823
3882
  white-space: initial;
3824
3883
  }
3825
3884
 
3885
+ .sd-html h1 {
3886
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
3887
+ font-size: var(--sjs-article-font-xx-large-fontSize, 64px);
3888
+ text-decoration: var(--sjs-article-font-xx-large-textDecoration, "none");
3889
+ font-family: var(--font-family);
3890
+ font-weight: var(--sjs-article-font-xx-large-fontWeight, 700);
3891
+ font-style: var(--sjs-article-font-xx-large-fontStyle, "normal");
3892
+ font-stretch: var(--sjs-article-font-xx-large-fontStretch, "normal");
3893
+ letter-spacing: var(--sjs-article-font-xx-large-letterSpacing, 0);
3894
+ line-height: var(--sjs-article-font-xx-large-lineHeight, 64px);
3895
+ text-indent: var(--sjs-article-font-xx-large-paragraphIndent, 0px);
3896
+ text-transform: var(--sjs-article-font-xx-large-textCase, "none");
3897
+ }
3898
+ .sd-html h2 {
3899
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
3900
+ font-size: var(--sjs-article-font-x-large-fontSize, 48px);
3901
+ text-decoration: var(--sjs-article-font-x-large-textDecoration, "none");
3902
+ font-family: var(--font-family);
3903
+ font-weight: var(--sjs-article-font-x-large-fontWeight, 700);
3904
+ font-style: var(--sjs-article-font-x-large-fontStyle, "normal");
3905
+ font-stretch: var(--sjs-article-font-x-large-fontStretch, "normal");
3906
+ letter-spacing: var(--sjs-article-font-x-large-letterSpacing, 0);
3907
+ line-height: var(--sjs-article-font-x-large-lineHeight, 56px);
3908
+ text-indent: var(--sjs-article-font-x-large-paragraphIndent, 0px);
3909
+ text-transform: var(--sjs-article-font-x-large-textCase, "none");
3910
+ }
3911
+ .sd-html h3 {
3912
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
3913
+ font-size: var(--sjs-article-font-large-fontSize, 32px);
3914
+ text-decoration: var(--sjs-article-font-large-textDecoration, "none");
3915
+ font-family: var(--font-family);
3916
+ font-weight: var(--sjs-article-font-large-fontWeight, 700);
3917
+ font-style: var(--sjs-article-font-large-fontStyle, "normal");
3918
+ font-stretch: var(--sjs-article-font-large-fontStretch, "normal");
3919
+ letter-spacing: var(--sjs-article-font-large-letterSpacing, 0);
3920
+ line-height: var(--sjs-article-font-large-lineHeight, 40px);
3921
+ text-indent: var(--sjs-article-font-large-paragraphIndent, 0px);
3922
+ text-transform: var(--sjs-article-font-large-textCase, "none");
3923
+ }
3924
+ .sd-html h4 {
3925
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
3926
+ font-size: var(--sjs-article-font-medium-fontSize, 24px);
3927
+ text-decoration: var(--sjs-article-font-medium-textDecoration, "none");
3928
+ font-family: var(--font-family);
3929
+ font-weight: var(--sjs-article-font-medium-fontWeight, 700);
3930
+ font-style: var(--sjs-article-font-medium-fontStyle, "normal");
3931
+ font-stretch: var(--sjs-article-font-medium-fontStretch, "normal");
3932
+ letter-spacing: var(--sjs-article-font-medium-letterSpacing, 0);
3933
+ line-height: var(--sjs-article-font-medium-lineHeight, 32px);
3934
+ text-indent: var(--sjs-article-font-medium-paragraphIndent, 0px);
3935
+ text-transform: var(--sjs-article-font-medium-textCase, "none");
3936
+ }
3937
+ .sd-html h5,
3938
+ .sd-html h6 {
3939
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
3940
+ }
3941
+ .sd-html span,
3942
+ .sd-html div,
3943
+ .sd-html p {
3944
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
3945
+ font-size: var(--sjs-article-font-default-fontSize, 16px);
3946
+ text-decoration: var(--sjs-article-font-default-textDecoration, "none");
3947
+ font-family: var(--font-family);
3948
+ font-weight: var(--sjs-article-font-default-fontWeight, 400);
3949
+ font-style: var(--sjs-article-font-default-fontStyle, "normal");
3950
+ font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
3951
+ letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
3952
+ line-height: var(--sjs-article-font-default-lineHeight, 28px);
3953
+ text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
3954
+ text-transform: var(--sjs-article-font-default-textCase, "none");
3955
+ }
3956
+ .sd-html a {
3957
+ color: var(--sjs-primary-backcolor, var(--primary, #19b394));
3958
+ }
3959
+ .sd-html button {
3960
+ display: flex;
3961
+ align-items: center;
3962
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
3963
+ vertical-align: baseline;
3964
+ text-align: center;
3965
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
3966
+ box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
3967
+ border: none;
3968
+ border-radius: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3969
+ cursor: pointer;
3970
+ user-select: none;
3971
+ outline: solid calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) transparent;
3972
+ }
3973
+ .sd-html button:hover {
3974
+ background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
3975
+ }
3976
+ .sd-html button:focus {
3977
+ box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
3978
+ }
3979
+ .sd-html button span {
3980
+ display: flex;
3981
+ align-items: center;
3982
+ flex-grow: 1;
3983
+ justify-content: center;
3984
+ color: var(--sjs-primary-backcolor, var(--primary, #19b394));
3985
+ font-weight: 600;
3986
+ font-style: normal;
3987
+ font-family: var(--font-family, var(--font-family));
3988
+ font-size: var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
3989
+ line-height: calc(1.5 * var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
3990
+ }
3991
+
3826
3992
  .sd-expression {
3827
3993
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3828
3994
  font-size: calc(1 * var(--sjs-font-size, 16px));
@@ -3971,7 +4137,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3971
4137
  }
3972
4138
  .sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header {
3973
4139
  padding-bottom: 0;
3974
- padding-top: calc(0.5 * var(--sd-base-vertical-padding) + var(--sjs-base-unit, var(--base-unit, 8px)));
4140
+ padding-top: var(--sd-base-vertical-padding);
3975
4141
  }
3976
4142
  .sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header:after {
3977
4143
  display: none;
@@ -3980,10 +4146,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3980
4146
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3981
4147
  }
3982
4148
 
3983
- .sd-question__content:first-child > .sd-paneldynamic > .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header {
3984
- padding-top: var(--sd-base-vertical-padding);
3985
- }
3986
-
3987
4149
  .sd-paneldynamic__separator {
3988
4150
  display: block;
3989
4151
  position: absolute;
@@ -4135,7 +4297,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4135
4297
  font-family: var(--font-family, var(--font-family));
4136
4298
  font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
4137
4299
  line-height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
4138
- color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
4300
+ color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
4139
4301
  overflow-x: hidden;
4140
4302
  white-space: nowrap;
4141
4303
  }
@@ -4144,7 +4306,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4144
4306
  }
4145
4307
 
4146
4308
  .sd-tab-item.sd-tab-item--pressed {
4147
- color: var(--sjs-general-forecolor, var(--foreground, #161616));
4309
+ color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
4148
4310
  box-shadow: inset 0px -2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
4149
4311
  }
4150
4312
 
@@ -4255,7 +4417,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4255
4417
  text-align: center;
4256
4418
  word-break: break-word;
4257
4419
  white-space: normal;
4258
- color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
4420
+ color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
4259
4421
  font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
4260
4422
  line-height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
4261
4423
  }
@@ -4291,14 +4453,14 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4291
4453
 
4292
4454
  .sd-file__clean-btn {
4293
4455
  z-index: 2;
4294
- right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4456
+ inset-inline-end: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4295
4457
  }
4296
4458
  .sd-file__clean-btn span:first-child {
4297
4459
  display: none;
4298
4460
  }
4299
4461
 
4300
4462
  .sd-file__choose-btn--icon {
4301
- right: calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
4463
+ inset-inline-end: calc((1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))))) + (5 * var(--sjs-base-unit, var(--base-unit, 8px))));
4302
4464
  }
4303
4465
 
4304
4466
  .sd-file__list {
@@ -4785,8 +4947,8 @@ svg.sd-action--icon {
4785
4947
  }
4786
4948
  .sd-context-btn svg {
4787
4949
  display: block;
4788
- width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4789
- height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4950
+ width: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
4951
+ height: calc(1.5 * var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
4790
4952
  }
4791
4953
  .sd-context-btn use {
4792
4954
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
@@ -4812,8 +4974,111 @@ svg.sd-action--icon {
4812
4974
  text-align: center;
4813
4975
  height: auto;
4814
4976
  }
4977
+ .sd-completedpage h1 {
4978
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
4979
+ font-size: var(--sjs-article-font-xx-large-fontSize, 64px);
4980
+ text-decoration: var(--sjs-article-font-xx-large-textDecoration, "none");
4981
+ font-family: var(--font-family);
4982
+ font-weight: var(--sjs-article-font-xx-large-fontWeight, 700);
4983
+ font-style: var(--sjs-article-font-xx-large-fontStyle, "normal");
4984
+ font-stretch: var(--sjs-article-font-xx-large-fontStretch, "normal");
4985
+ letter-spacing: var(--sjs-article-font-xx-large-letterSpacing, 0);
4986
+ line-height: var(--sjs-article-font-xx-large-lineHeight, 64px);
4987
+ text-indent: var(--sjs-article-font-xx-large-paragraphIndent, 0px);
4988
+ text-transform: var(--sjs-article-font-xx-large-textCase, "none");
4989
+ }
4990
+ .sd-completedpage h2 {
4991
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
4992
+ font-size: var(--sjs-article-font-x-large-fontSize, 48px);
4993
+ text-decoration: var(--sjs-article-font-x-large-textDecoration, "none");
4994
+ font-family: var(--font-family);
4995
+ font-weight: var(--sjs-article-font-x-large-fontWeight, 700);
4996
+ font-style: var(--sjs-article-font-x-large-fontStyle, "normal");
4997
+ font-stretch: var(--sjs-article-font-x-large-fontStretch, "normal");
4998
+ letter-spacing: var(--sjs-article-font-x-large-letterSpacing, 0);
4999
+ line-height: var(--sjs-article-font-x-large-lineHeight, 56px);
5000
+ text-indent: var(--sjs-article-font-x-large-paragraphIndent, 0px);
5001
+ text-transform: var(--sjs-article-font-x-large-textCase, "none");
5002
+ }
4815
5003
  .sd-completedpage h3 {
4816
- font-size: calc(1.5 * var(--sjs-font-size, 16px));
5004
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
5005
+ font-size: var(--sjs-article-font-large-fontSize, 32px);
5006
+ text-decoration: var(--sjs-article-font-large-textDecoration, "none");
5007
+ font-family: var(--font-family);
5008
+ font-weight: var(--sjs-article-font-large-fontWeight, 700);
5009
+ font-style: var(--sjs-article-font-large-fontStyle, "normal");
5010
+ font-stretch: var(--sjs-article-font-large-fontStretch, "normal");
5011
+ letter-spacing: var(--sjs-article-font-large-letterSpacing, 0);
5012
+ line-height: var(--sjs-article-font-large-lineHeight, 40px);
5013
+ text-indent: var(--sjs-article-font-large-paragraphIndent, 0px);
5014
+ text-transform: var(--sjs-article-font-large-textCase, "none");
5015
+ }
5016
+ .sd-completedpage h4 {
5017
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
5018
+ font-size: var(--sjs-article-font-medium-fontSize, 24px);
5019
+ text-decoration: var(--sjs-article-font-medium-textDecoration, "none");
5020
+ font-family: var(--font-family);
5021
+ font-weight: var(--sjs-article-font-medium-fontWeight, 700);
5022
+ font-style: var(--sjs-article-font-medium-fontStyle, "normal");
5023
+ font-stretch: var(--sjs-article-font-medium-fontStretch, "normal");
5024
+ letter-spacing: var(--sjs-article-font-medium-letterSpacing, 0);
5025
+ line-height: var(--sjs-article-font-medium-lineHeight, 32px);
5026
+ text-indent: var(--sjs-article-font-medium-paragraphIndent, 0px);
5027
+ text-transform: var(--sjs-article-font-medium-textCase, "none");
5028
+ }
5029
+ .sd-completedpage h5,
5030
+ .sd-completedpage h6 {
5031
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
5032
+ }
5033
+ .sd-completedpage span,
5034
+ .sd-completedpage div,
5035
+ .sd-completedpage p {
5036
+ color: var(--sjs-general-forecolor, var(--foreground, #161616));
5037
+ font-size: var(--sjs-article-font-default-fontSize, 16px);
5038
+ text-decoration: var(--sjs-article-font-default-textDecoration, "none");
5039
+ font-family: var(--font-family);
5040
+ font-weight: var(--sjs-article-font-default-fontWeight, 400);
5041
+ font-style: var(--sjs-article-font-default-fontStyle, "normal");
5042
+ font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
5043
+ letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
5044
+ line-height: var(--sjs-article-font-default-lineHeight, 28px);
5045
+ text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
5046
+ text-transform: var(--sjs-article-font-default-textCase, "none");
5047
+ }
5048
+ .sd-completedpage a {
5049
+ color: var(--sjs-primary-backcolor, var(--primary, #19b394));
5050
+ }
5051
+ .sd-completedpage button {
5052
+ display: flex;
5053
+ align-items: center;
5054
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
5055
+ vertical-align: baseline;
5056
+ text-align: center;
5057
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
5058
+ box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
5059
+ border: none;
5060
+ border-radius: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
5061
+ cursor: pointer;
5062
+ user-select: none;
5063
+ outline: solid calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) transparent;
5064
+ }
5065
+ .sd-completedpage button:hover {
5066
+ background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
5067
+ }
5068
+ .sd-completedpage button:focus {
5069
+ box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
5070
+ }
5071
+ .sd-completedpage button span {
5072
+ display: flex;
5073
+ align-items: center;
5074
+ flex-grow: 1;
5075
+ justify-content: center;
5076
+ color: var(--sjs-primary-backcolor, var(--primary, #19b394));
5077
+ font-weight: 600;
5078
+ font-style: normal;
5079
+ font-family: var(--font-family, var(--font-family));
5080
+ font-size: var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
5081
+ line-height: calc(1.5 * var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px)))));
4817
5082
  }
4818
5083
 
4819
5084
  .sd-completedpage:before,
@@ -5080,13 +5345,21 @@ sv-components-container,
5080
5345
  align-items: center;
5081
5346
  justify-content: center;
5082
5347
  position: absolute;
5083
- z-index: 0;
5348
+ z-index: 1;
5084
5349
  user-select: none;
5085
5350
  pointer-events: none;
5086
5351
  width: 100%;
5087
5352
  height: 100%;
5088
5353
  }
5089
5354
 
5355
+ .sjs_sp_canvas,
5356
+ .sjs_sp__background-image {
5357
+ position: absolute;
5358
+ top: 0;
5359
+ left: 0;
5360
+ object-fit: cover;
5361
+ }
5362
+
5090
5363
  .sd-root-modern {
5091
5364
  --sd-base-padding: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
5092
5365
  --sd-base-vertical-padding: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));