survey-react 1.11.3 → 1.11.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 +175 -48
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +26 -1
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +33 -1
- package/survey.css.map +1 -1
- package/survey.min.css +2 -2
- package/survey.react.d.ts +109 -24
- package/survey.react.js +315 -152
- 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.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
|
*/
|
@@ -460,6 +460,22 @@ button.sv-action-bar-item {
|
|
460
460
|
visibility: hidden;
|
461
461
|
}
|
462
462
|
|
463
|
+
.sv-drag-drop-choices-shortcut {
|
464
|
+
cursor: grabbing;
|
465
|
+
position: absolute;
|
466
|
+
z-index: 10000;
|
467
|
+
font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
|
468
|
+
}
|
469
|
+
|
470
|
+
.sv-drag-drop-choices-shortcut__content.sv-drag-drop-choices-shortcut__content {
|
471
|
+
min-width: 100px;
|
472
|
+
box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
|
473
|
+
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
474
|
+
border-radius: calc(4.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
475
|
+
padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
476
|
+
margin-left: 0;
|
477
|
+
}
|
478
|
+
|
463
479
|
:root {
|
464
480
|
--sjs-transition-duration: 150ms;
|
465
481
|
}
|
@@ -1875,6 +1891,15 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list-item__marker-icon use {
|
|
1875
1891
|
font-weight: 400;
|
1876
1892
|
}
|
1877
1893
|
|
1894
|
+
.sv-list__item.sv-list__item--selected.sv-list__item--group > .sv-list__item-body {
|
1895
|
+
background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
1896
|
+
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
1897
|
+
font-weight: 400;
|
1898
|
+
}
|
1899
|
+
.sv-list__item.sv-list__item--selected.sv-list__item--group > .sv-list__item-body use {
|
1900
|
+
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
1901
|
+
}
|
1902
|
+
|
1878
1903
|
.sv-list__item.sv-list__item--disabled .sv-list__item-body {
|
1879
1904
|
cursor: default;
|
1880
1905
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
@@ -4320,7 +4345,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
4320
4345
|
fill: var(--sjs-general-forecolor, var(--foreground, #161616));
|
4321
4346
|
font-size: var(--sjs-font-size, 16px);
|
4322
4347
|
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15)), inset 0 0 0 0px var(--sjs-general-backcolor, var(--background, #fff));
|
4323
|
-
transition:
|
4348
|
+
transition: box-shadow var(--sjs-transition-duration, 150ms), background-color var(--sjs-transition-duration, 150ms);
|
4324
4349
|
}
|
4325
4350
|
|
4326
4351
|
.sd-rating__item--fixed-size {
|
@@ -4377,6 +4402,9 @@ legend + sv-ng-rating-item + .sd-rating__item {
|
|
4377
4402
|
box-shadow: none;
|
4378
4403
|
transform: none;
|
4379
4404
|
}
|
4405
|
+
.sd-rating__item.sd-rating__item--preview:focus-within {
|
4406
|
+
box-shadow: none;
|
4407
|
+
}
|
4380
4408
|
.sd-rating__item.sd-rating__item--preview .sd-rating__item-text.sd-rating__item-text {
|
4381
4409
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
4382
4410
|
}
|
@@ -4398,19 +4426,18 @@ legend + sv-ng-rating-item + .sd-rating__item {
|
|
4398
4426
|
}
|
4399
4427
|
|
4400
4428
|
.sd-rating__item:focus-within {
|
4401
|
-
|
4429
|
+
box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4402
4430
|
}
|
4403
4431
|
|
4404
4432
|
.sd-rating__item--selected {
|
4405
4433
|
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4406
|
-
border: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4407
4434
|
color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
4408
4435
|
font-weight: 600;
|
4409
|
-
box-shadow: 0px
|
4436
|
+
box-shadow: 0 0 0 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4410
4437
|
}
|
4411
4438
|
|
4412
4439
|
.sd-rating__item--selected:focus-within {
|
4413
|
-
box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), inset 0 0 0
|
4440
|
+
box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), inset 0 0 0 4px var(--sjs-general-backcolor, var(--background, #fff)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4414
4441
|
}
|
4415
4442
|
|
4416
4443
|
.sd-rating__item-smiley {
|
@@ -4420,12 +4447,16 @@ legend + sv-ng-rating-item + .sd-rating__item {
|
|
4420
4447
|
padding: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4421
4448
|
box-sizing: border-box;
|
4422
4449
|
min-width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4450
|
+
min-height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4451
|
+
display: flex;
|
4452
|
+
justify-content: center;
|
4453
|
+
align-items: center;
|
4423
4454
|
text-align: center;
|
4424
4455
|
border: 2px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
4425
4456
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
4426
4457
|
fill: var(--sjs-border-default, var(--border, #d6d6d6));
|
4427
4458
|
box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), inset 0 0 0 0px var(--sjs-general-backcolor, var(--background, #fff));
|
4428
|
-
transition:
|
4459
|
+
transition: box-shadow var(--sjs-transition-duration, 150ms), background-color var(--sjs-transition-duration, 150ms);
|
4429
4460
|
}
|
4430
4461
|
.sd-rating__item-smiley svg {
|
4431
4462
|
display: block;
|
@@ -4436,6 +4467,7 @@ legend + sv-ng-rating-item + .sd-rating__item {
|
|
4436
4467
|
.sd-rating__item-smiley--small {
|
4437
4468
|
padding: calc(0.625 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4438
4469
|
min-width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4470
|
+
min-height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4439
4471
|
border-width: 1px;
|
4440
4472
|
}
|
4441
4473
|
.sd-rating__item-smiley--small svg {
|
@@ -4443,8 +4475,16 @@ legend + sv-ng-rating-item + .sd-rating__item {
|
|
4443
4475
|
height: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4444
4476
|
}
|
4445
4477
|
|
4478
|
+
.sd-rating__item-smiley--small:not(.sd-rating__item-smiley--selected):focus-within {
|
4479
|
+
box-shadow: 0 0 0 1px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4480
|
+
}
|
4481
|
+
|
4482
|
+
.sd-rating__item-smiley--colored.sd-rating__item-smiley--small:not(.sd-rating__item-smiley--selected):focus-within {
|
4483
|
+
box-shadow: 0 0 0 1px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
4484
|
+
}
|
4485
|
+
|
4446
4486
|
.sd-rating__item-smiley--small.sd-rating__item-smiley--selected:focus-within {
|
4447
|
-
box-shadow: inset 0 0 0
|
4487
|
+
box-shadow: inset 0 0 0 2px var(--sjs-general-backcolor, var(--background, #fff)), 0 0 0 1px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
4448
4488
|
}
|
4449
4489
|
|
4450
4490
|
legend + .sd-rating__item-smiley,
|
@@ -4453,7 +4493,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4453
4493
|
}
|
4454
4494
|
|
4455
4495
|
.sd-rating__item-smiley--scale-colored {
|
4456
|
-
|
4496
|
+
border-color: var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
4497
|
+
fill: var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
4498
|
+
transition: box-shadow var(--sjs-transition-duration, 150ms), opacity var(--sjs-transition-duration, 150ms), background-color var(--sjs-transition-duration, 150ms);
|
4457
4499
|
}
|
4458
4500
|
|
4459
4501
|
.sd-rating__item-smiley--error {
|
@@ -4461,6 +4503,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4461
4503
|
border-color: transparent;
|
4462
4504
|
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
4463
4505
|
}
|
4506
|
+
.sd-rating__item-smiley--error.sd-rating__item-smiley--scale-colored:hover {
|
4507
|
+
fill: var(--sd-rating-item-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
4508
|
+
}
|
4464
4509
|
.sd-rating__item-smiley--error.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected) {
|
4465
4510
|
opacity: initial;
|
4466
4511
|
}
|
@@ -4474,22 +4519,29 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4474
4519
|
fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
4475
4520
|
}
|
4476
4521
|
|
4522
|
+
.sd-rating__item-smiley.sd-rating__item-smiley--readonly {
|
4523
|
+
fill: var(--sjs-border-default, var(--border, #d6d6d6));
|
4524
|
+
border-color: var(--sjs-border-default, var(--border, #d6d6d6));
|
4525
|
+
}
|
4526
|
+
|
4477
4527
|
.sd-rating__item-smiley.sd-rating__item-smiley--selected.sd-rating__item-smiley--readonly {
|
4478
4528
|
fill: var(--sjs-general-forecolor, var(--foreground, #161616));
|
4479
4529
|
border-color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
4480
4530
|
background-color: unset;
|
4481
4531
|
}
|
4482
4532
|
|
4483
|
-
.sd-rating__item-smiley.sd-rating__item-smiley--preview {
|
4484
|
-
border
|
4485
|
-
border-width: 1px;
|
4533
|
+
.sd-rating__item-smiley.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview {
|
4534
|
+
border: 1px solid var(--sjs-general-forecolor, var(--foreground, #161616));
|
4486
4535
|
fill: var(--sjs-general-forecolor, var(--foreground, #161616));
|
4487
4536
|
}
|
4488
|
-
.sd-rating__item-smiley.sd-rating__item-smiley--preview
|
4537
|
+
.sd-rating__item-smiley.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview:focus-within {
|
4538
|
+
box-shadow: none;
|
4539
|
+
}
|
4540
|
+
.sd-rating__item-smiley.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview svg {
|
4489
4541
|
margin: 1px;
|
4490
4542
|
}
|
4491
4543
|
|
4492
|
-
.sd-rating__item-smiley.sd-rating__item-smiley--selected.sd-rating__item-smiley--preview {
|
4544
|
+
.sd-rating__item-smiley.sd-rating__item-smiley--selected.sd-rating__item-smiley--preview.sd-rating__item-smiley--preview {
|
4493
4545
|
fill: var(--sjs-general-backcolor, var(--background, #fff));
|
4494
4546
|
background-color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
4495
4547
|
}
|
@@ -4500,24 +4552,33 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4500
4552
|
}
|
4501
4553
|
|
4502
4554
|
.sd-rating__item-smiley:focus-within {
|
4503
|
-
border
|
4555
|
+
border: none;
|
4556
|
+
box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4557
|
+
}
|
4558
|
+
|
4559
|
+
.sd-rating__item-smiley:focus-within {
|
4560
|
+
border: none;
|
4561
|
+
box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4504
4562
|
}
|
4505
4563
|
|
4506
4564
|
.sd-rating__item-smiley--selected {
|
4507
|
-
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4508
|
-
border-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4565
|
+
background-color: var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
4566
|
+
border-color: var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
4509
4567
|
fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
4510
4568
|
font-weight: 600;
|
4511
4569
|
}
|
4512
4570
|
|
4513
4571
|
.sd-rating__item-smiley--selected:focus-within {
|
4514
|
-
|
4572
|
+
border: 0px solid var(--sjs-general-backcolor, var(--background, #fff));
|
4573
|
+
box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), inset 0 0 0 4px var(--sjs-general-backcolor, var(--background, #fff)), 0 0 0 2px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
4515
4574
|
}
|
4516
4575
|
|
4517
4576
|
.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected) {
|
4518
4577
|
opacity: 0.25;
|
4519
4578
|
}
|
4520
4579
|
.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected).sd-rating__item-smiley--allowhover:hover {
|
4580
|
+
background-color: var(--sd-rating-item-color-light, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
|
4581
|
+
border-color: var(--sd-rating-item-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
4521
4582
|
opacity: 0.5;
|
4522
4583
|
}
|
4523
4584
|
|
@@ -4527,6 +4588,12 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4527
4588
|
|
4528
4589
|
.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected):focus-within {
|
4529
4590
|
opacity: 1;
|
4591
|
+
box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 2px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
4592
|
+
}
|
4593
|
+
|
4594
|
+
.sd-rating__item-smiley--scale-colored.sd-rating__item-smiley--small:not(.sd-rating__item-smiley--selected):focus-within {
|
4595
|
+
opacity: 1;
|
4596
|
+
box-shadow: var(--sjs-shadow-small-reset, 0px 0px 0px 0px rgba(0, 0, 0, 0.15)), 0 0 0 1px var(--sd-rating-item-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
4530
4597
|
}
|
4531
4598
|
|
4532
4599
|
.sd-rating__item-smiley--scale-colored.sd-rating__item-smiley--selected, .sd-rating__item-smiley--scale-colored.sd-rating__item-smiley--readonly, .sd-rating__item-smiley--scale-colored.sd-rating__item-smiley--preview {
|
@@ -4695,7 +4762,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4695
4762
|
fill: var(--sjs-general-forecolor, var(--foreground, #161616));
|
4696
4763
|
}
|
4697
4764
|
|
4698
|
-
.sd-rating__item-star:focus-within svg {
|
4765
|
+
.sd-rating__item-star:not(.sd-rating__item-star--preview):focus-within svg {
|
4699
4766
|
stroke: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4700
4767
|
fill: transparent;
|
4701
4768
|
}
|
@@ -4710,19 +4777,19 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4710
4777
|
fill: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
|
4711
4778
|
}
|
4712
4779
|
|
4713
|
-
.sd-rating__item-star--selected.sd-rating__item-star--unhighlighted:focus-within svg {
|
4780
|
+
.sd-rating__item-star--selected:not(.sd-rating__item-star--preview).sd-rating__item-star--unhighlighted:focus-within svg {
|
4714
4781
|
stroke: var(--sjs-border-default, var(--border, #d6d6d6));
|
4715
4782
|
fill: var(--sjs-border-default, var(--border, #d6d6d6));
|
4716
4783
|
}
|
4717
4784
|
|
4718
|
-
.sd-rating__item-star--selected:focus-within svg {
|
4785
|
+
.sd-rating__item-star--selected:not(.sd-rating__item-star--preview):focus-within svg {
|
4719
4786
|
stroke: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4720
4787
|
fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4721
4788
|
}
|
4722
|
-
.sd-rating__item-star--selected:focus-within .sv-star {
|
4789
|
+
.sd-rating__item-star--selected:not(.sd-rating__item-star--preview):focus-within .sv-star {
|
4723
4790
|
opacity: 0;
|
4724
4791
|
}
|
4725
|
-
.sd-rating__item-star--selected:focus-within .sv-star-2 {
|
4792
|
+
.sd-rating__item-star--selected:not(.sd-rating__item-star--preview):focus-within .sv-star-2 {
|
4726
4793
|
opacity: 1;
|
4727
4794
|
}
|
4728
4795
|
|
@@ -4734,7 +4801,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4734
4801
|
font-size: var(--sjs-internal-font-editorfont-size);
|
4735
4802
|
line-height: calc(1.5 * (var(--sjs-internal-font-editorfont-size)));
|
4736
4803
|
display: inline-block;
|
4737
|
-
border: 2px solid transparent;
|
4738
4804
|
box-sizing: border-box;
|
4739
4805
|
transition: color var(--sjs-transition-duration, 150ms);
|
4740
4806
|
}
|
@@ -4742,6 +4808,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4742
4808
|
margin-top: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4743
4809
|
margin-bottom: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4744
4810
|
color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
|
4811
|
+
border: 2px solid rgba(0, 0, 0, 0);
|
4745
4812
|
}
|
4746
4813
|
.sd-rating__item-text.sd-rating__item-text.sd-rating__min-text {
|
4747
4814
|
margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
|
@@ -4757,6 +4824,15 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4757
4824
|
.sd-rating__item-text.sd-rating__item-text.sd-rating__item--fixed-size {
|
4758
4825
|
min-width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
4759
4826
|
}
|
4827
|
+
.sd-rating__item-text.sd-rating__item-text::after {
|
4828
|
+
display: block;
|
4829
|
+
content: attr(data-text);
|
4830
|
+
font-weight: 600;
|
4831
|
+
height: 0;
|
4832
|
+
color: transparent;
|
4833
|
+
overflow: hidden;
|
4834
|
+
visibility: hidden;
|
4835
|
+
}
|
4760
4836
|
|
4761
4837
|
.sd-rating--wrappable .sd-rating__item-text {
|
4762
4838
|
max-width: 100%;
|
@@ -5612,8 +5688,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
5612
5688
|
.sd-progress__text {
|
5613
5689
|
position: absolute;
|
5614
5690
|
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
5615
|
-
|
5616
|
-
|
5691
|
+
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
5692
|
+
right: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
5693
|
+
color: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
|
5617
5694
|
font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
|
5618
5695
|
line-height: var(--sjs-font-size, 16px);
|
5619
5696
|
font-weight: 600;
|
@@ -5640,6 +5717,14 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
5640
5717
|
margin-top: calc(-3.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
5641
5718
|
}
|
5642
5719
|
|
5720
|
+
.sv-root--sticky-top .sd-progress__text {
|
5721
|
+
border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
5722
|
+
color: var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91));
|
5723
|
+
opacity: 0.75;
|
5724
|
+
background: var(--sjs-general-backcolor, var(--background, #fff));
|
5725
|
+
box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
5726
|
+
}
|
5727
|
+
|
5643
5728
|
.sd-boolean {
|
5644
5729
|
display: flex;
|
5645
5730
|
width: max-content;
|
@@ -5698,11 +5783,14 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
5698
5783
|
}
|
5699
5784
|
|
5700
5785
|
.sd-boolean__thumb {
|
5786
|
+
position: absolute;
|
5787
|
+
left: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
5788
|
+
transform: translateX(0);
|
5701
5789
|
background-color: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
|
5702
5790
|
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
5703
5791
|
border-radius: calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
5704
5792
|
transition-duration: 0.2s;
|
5705
|
-
transition-property:
|
5793
|
+
transition-property: transform, left;
|
5706
5794
|
transition-timing-function: linear;
|
5707
5795
|
color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
5708
5796
|
font-weight: 600;
|
@@ -5712,13 +5800,12 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
5712
5800
|
white-space: nowrap;
|
5713
5801
|
}
|
5714
5802
|
|
5715
|
-
.sd-boolean--checked:not(.sd-boolean--exchanged) .sd-boolean__thumb
|
5716
|
-
margin-left: 50%;
|
5717
|
-
}
|
5718
|
-
|
5803
|
+
.sd-boolean--checked:not(.sd-boolean--exchanged) .sd-boolean__thumb,
|
5719
5804
|
.sd-boolean--exchanged:not(.sd-boolean--checked) .sd-boolean__thumb {
|
5720
|
-
|
5805
|
+
left: calc(100% - 0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
5806
|
+
transform: translateX(-100%);
|
5721
5807
|
}
|
5808
|
+
|
5722
5809
|
.sd-boolean--exchanged.sd-boolean:not(.sd-boolean--checked):not(sd-boolean--indeterminate) .sd-boolean__label--false, .sd-boolean--exchanged.sd-boolean.sd-boolean--checked .sd-boolean__label--true {
|
5723
5810
|
color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
5724
5811
|
}
|
@@ -7376,6 +7463,7 @@ svg.sd-action--icon {
|
|
7376
7463
|
.sd-progress-buttons__list-container {
|
7377
7464
|
display: flex;
|
7378
7465
|
overflow: hidden;
|
7466
|
+
margin: 0 calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7379
7467
|
}
|
7380
7468
|
|
7381
7469
|
.sd-progress-buttons__connector {
|
@@ -7431,14 +7519,12 @@ svg.sd-action--icon {
|
|
7431
7519
|
}
|
7432
7520
|
.sd-progress-buttons__list li .sd-progress-buttons__button .sd-progress-buttons__button-background {
|
7433
7521
|
position: absolute;
|
7434
|
-
width:
|
7435
|
-
height:
|
7522
|
+
width: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7523
|
+
height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7436
7524
|
top: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7437
|
-
left: calc(-
|
7525
|
+
left: calc(-1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7438
7526
|
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
7439
7527
|
z-index: -2;
|
7440
|
-
border: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
7441
|
-
border-radius: 50%;
|
7442
7528
|
}
|
7443
7529
|
.sd-progress-buttons__list li .sd-progress-buttons__button .sd-progress-buttons__button-content {
|
7444
7530
|
position: absolute;
|
@@ -7455,11 +7541,14 @@ svg.sd-action--icon {
|
|
7455
7541
|
}
|
7456
7542
|
.sd-progress-buttons__list li:hover .sd-progress-buttons__button {
|
7457
7543
|
color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
7458
|
-
padding: calc(0.
|
7544
|
+
padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7459
7545
|
margin: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7460
|
-
border: calc(0.
|
7546
|
+
border: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
|
7461
7547
|
background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
7462
7548
|
}
|
7549
|
+
.sd-progress-buttons__list li:hover .sd-progress-buttons__button .sd-progress-buttons__button-background {
|
7550
|
+
left: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7551
|
+
}
|
7463
7552
|
.sd-progress-buttons__list li:hover .sd-progress-buttons__button .sd-progress-buttons__button-content {
|
7464
7553
|
top: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7465
7554
|
left: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
@@ -7486,8 +7575,11 @@ svg.sd-action--icon {
|
|
7486
7575
|
border: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
|
7487
7576
|
background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
7488
7577
|
color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
7489
|
-
padding: calc(0.
|
7490
|
-
margin: calc(0.
|
7578
|
+
padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7579
|
+
margin: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7580
|
+
}
|
7581
|
+
.sd-progress-buttons__list .sd-progress-buttons__list-element--current .sd-progress-buttons__button .sd-progress-buttons__button-background {
|
7582
|
+
left: calc(-0.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7491
7583
|
}
|
7492
7584
|
.sd-progress-buttons__list .sd-progress-buttons__list-element--current .sd-progress-buttons__button .sd-progress-buttons__button-content {
|
7493
7585
|
border: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
|
@@ -7543,6 +7635,9 @@ svg.sd-action--icon {
|
|
7543
7635
|
margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
7544
7636
|
}
|
7545
7637
|
|
7638
|
+
.sd-progress-buttons--numbered .sd-progress-buttons__list-container {
|
7639
|
+
margin: 0 calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7640
|
+
}
|
7546
7641
|
.sd-progress-buttons--numbered .sd-progress-buttons__list li:not(:first-child) > .sd-progress-buttons__connector {
|
7547
7642
|
bottom: calc(2.175 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7548
7643
|
right: calc(50% + 8px);
|
@@ -7552,8 +7647,16 @@ svg.sd-action--icon {
|
|
7552
7647
|
width: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7553
7648
|
height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7554
7649
|
}
|
7650
|
+
.sd-progress-buttons--numbered .sd-progress-buttons__list li .sd-progress-buttons__button .sd-progress-buttons__button-background {
|
7651
|
+
height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7652
|
+
width: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7653
|
+
}
|
7555
7654
|
.sd-progress-buttons--numbered .sd-progress-buttons__list li:hover .sd-progress-buttons__button {
|
7556
|
-
padding: calc(0.
|
7655
|
+
padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7656
|
+
}
|
7657
|
+
|
7658
|
+
.sd-progress-buttons--with-titles .sd-progress-buttons__list-container {
|
7659
|
+
margin: 0;
|
7557
7660
|
}
|
7558
7661
|
|
7559
7662
|
.sd-root-modern--mobile .sd-progress-buttons__list,
|
@@ -7757,25 +7860,35 @@ svg.sd-action--icon {
|
|
7757
7860
|
}
|
7758
7861
|
|
7759
7862
|
.sv-header__overlap {
|
7760
|
-
margin-bottom: calc(-14 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7761
7863
|
padding-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7762
7864
|
}
|
7865
|
+
.sv-header__overlap ~ div .sd-body,
|
7866
|
+
.sv-header__overlap ~ div .sv-body {
|
7867
|
+
margin-top: calc(-14 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7868
|
+
}
|
7869
|
+
|
7870
|
+
.sd-root-modern--mobile .sv-header__overlap {
|
7871
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7872
|
+
}
|
7873
|
+
.sd-root-modern--mobile .sv-header__overlap ~ div .sd-body,
|
7874
|
+
.sd-root-modern--mobile .sv-header__overlap ~ div .sv-body {
|
7875
|
+
margin-top: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7876
|
+
}
|
7763
7877
|
|
7764
7878
|
.sv-header__overlap.sv-header__without-background {
|
7765
7879
|
margin-bottom: 0;
|
7766
7880
|
padding-bottom: 0;
|
7767
7881
|
}
|
7882
|
+
.sv-header__overlap.sv-header__without-background ~ div .sd-body,
|
7883
|
+
.sv-header__overlap.sv-header__without-background ~ div .sv-body {
|
7884
|
+
margin-top: 0;
|
7885
|
+
}
|
7768
7886
|
|
7769
7887
|
.sv-header__without-background .sv-header--mobile,
|
7770
7888
|
.sv-header__without-background .sv-header__content {
|
7771
7889
|
padding-bottom: 0;
|
7772
7890
|
}
|
7773
7891
|
|
7774
|
-
.sd-root-modern--mobile .sv-header__overlap {
|
7775
|
-
margin-bottom: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7776
|
-
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7777
|
-
}
|
7778
|
-
|
7779
7892
|
.sv-header__content {
|
7780
7893
|
padding: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
7781
7894
|
box-sizing: border-box;
|
@@ -8389,4 +8502,18 @@ body {
|
|
8389
8502
|
background-color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
8390
8503
|
}
|
8391
8504
|
|
8505
|
+
.sv-components-container-center {
|
8506
|
+
position: sticky;
|
8507
|
+
top: 0;
|
8508
|
+
}
|
8509
|
+
|
8510
|
+
.sv-root--sticky-top .sv-components-container-center {
|
8511
|
+
z-index: 15;
|
8512
|
+
}
|
8513
|
+
|
8514
|
+
.sv-root--sticky-top.sd-progress--pages .sv-components-container-center {
|
8515
|
+
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
8516
|
+
box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
8517
|
+
}
|
8518
|
+
|
8392
8519
|
/*# sourceMappingURL=defaultV2.css.map*/
|