@citolab/qti-components 6.0.4-2 → 6.0.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/dist/chunk-67UY4OJW.js +2121 -0
- package/dist/chunk-7RTSAPMF.js +2135 -0
- package/dist/chunk-E7DMNXUW.js +2127 -0
- package/dist/chunk-MGEP4U4L.js +2139 -0
- package/dist/chunk-OIQME3LC.js +2212 -0
- package/dist/chunk-QH4IMEWP.js +2175 -0
- package/dist/chunk-TI6G3PT6.js +2172 -0
- package/dist/custom-elements.json +575 -434
- package/dist/index.css +263 -262
- package/dist/index.d.ts +35 -2
- package/dist/index.js +329 -319
- package/dist/qti-components/index.d.ts +36 -3
- package/dist/qti-components/index.js +71 -62
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.d.ts +1 -1
- package/dist/qti-item-react/index.js +1 -1
- package/dist/qti-simple-choice-e1c352e0.d.ts +352 -0
- package/package.json +5 -2
package/dist/index.css
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
|
|
49
49
|
/** default styles for all components */
|
|
50
50
|
|
|
51
|
-
*, ::before, ::after
|
|
51
|
+
*, ::before, ::after{
|
|
52
52
|
--tw-border-spacing-x: 0;
|
|
53
53
|
--tw-border-spacing-y: 0;
|
|
54
54
|
--tw-translate-x: 0;
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
--tw-backdrop-sepia: ;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
::backdrop
|
|
101
|
+
::backdrop{
|
|
102
102
|
--tw-border-spacing-x: 0;
|
|
103
103
|
--tw-border-spacing-y: 0;
|
|
104
104
|
--tw-translate-x: 0;
|
|
@@ -158,6 +158,8 @@
|
|
|
158
158
|
|
|
159
159
|
/* !important, remove for checkbox and radio the active ring, the radio and checkbox will be selected instead */
|
|
160
160
|
|
|
161
|
+
/* @apply select-none; */
|
|
162
|
+
|
|
161
163
|
/* - text : text-entry and extended-text */
|
|
162
164
|
|
|
163
165
|
/* - spot : gap-select-point, graphic-order, qti-graphic-associate */
|
|
@@ -467,13 +469,13 @@
|
|
|
467
469
|
min-width: 72ch;
|
|
468
470
|
}
|
|
469
471
|
|
|
470
|
-
qti-choice-interaction
|
|
472
|
+
qti-choice-interaction{
|
|
471
473
|
margin-top: 0.5rem;
|
|
472
474
|
margin-bottom: 0.5rem;
|
|
473
475
|
gap: 0.5rem;
|
|
474
476
|
}
|
|
475
477
|
|
|
476
|
-
qti-choice-interaction.qti-input-control-hidden qti-simple-choice
|
|
478
|
+
qti-choice-interaction.qti-input-control-hidden qti-simple-choice{
|
|
477
479
|
cursor: pointer;
|
|
478
480
|
border-radius: 0.375rem;
|
|
479
481
|
--tw-text-opacity: 1;
|
|
@@ -486,9 +488,6 @@ qti-choice-interaction.qti-input-control-hidden qti-simple-choice {
|
|
|
486
488
|
--tw-ring-inset: inset;
|
|
487
489
|
--tw-ring-opacity: 1;
|
|
488
490
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
489
|
-
-webkit-user-select: none;
|
|
490
|
-
-moz-user-select: none;
|
|
491
|
-
user-select: none;
|
|
492
491
|
padding-left: 0.75rem;
|
|
493
492
|
padding-right: 0.75rem;
|
|
494
493
|
padding-top: 0.5rem;
|
|
@@ -497,19 +496,20 @@ qti-choice-interaction.qti-input-control-hidden qti-simple-choice {
|
|
|
497
496
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
498
497
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
499
498
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
499
|
+
/* @apply select-none; */
|
|
500
500
|
}
|
|
501
501
|
|
|
502
|
-
qti-choice-interaction.qti-input-control-hidden qti-simple-choice:hover
|
|
502
|
+
qti-choice-interaction.qti-input-control-hidden qti-simple-choice:hover{
|
|
503
503
|
--tw-bg-opacity: 1;
|
|
504
504
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
505
505
|
}
|
|
506
506
|
|
|
507
|
-
qti-choice-interaction.qti-input-control-hidden qti-simple-choice:focus
|
|
507
|
+
qti-choice-interaction.qti-input-control-hidden qti-simple-choice:focus{
|
|
508
508
|
outline-width: 2px;
|
|
509
509
|
outline-color: #93c5fd;
|
|
510
510
|
}
|
|
511
511
|
|
|
512
|
-
qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-checked="true"]
|
|
512
|
+
qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-checked="true"]{
|
|
513
513
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
514
514
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
515
515
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -517,7 +517,7 @@ qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-checked="
|
|
|
517
517
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
518
518
|
}
|
|
519
519
|
|
|
520
|
-
qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled="true"]
|
|
520
|
+
qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled="true"]{
|
|
521
521
|
cursor: not-allowed;
|
|
522
522
|
--tw-bg-opacity: 1;
|
|
523
523
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -530,12 +530,12 @@ qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled=
|
|
|
530
530
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
531
531
|
}
|
|
532
532
|
|
|
533
|
-
qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled="true"] > *
|
|
533
|
+
qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled="true"] > *{
|
|
534
534
|
--tw-text-opacity: 1 !important;
|
|
535
535
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
536
536
|
}
|
|
537
537
|
|
|
538
|
-
qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-readonly="true"]
|
|
538
|
+
qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-readonly="true"]{
|
|
539
539
|
cursor: pointer;
|
|
540
540
|
--tw-bg-opacity: 1;
|
|
541
541
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -548,7 +548,7 @@ qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-readonly=
|
|
|
548
548
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
549
549
|
}
|
|
550
550
|
|
|
551
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice
|
|
551
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice{
|
|
552
552
|
cursor: pointer;
|
|
553
553
|
border-radius: 0.375rem;
|
|
554
554
|
--tw-text-opacity: 1;
|
|
@@ -561,9 +561,6 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice {
|
|
|
561
561
|
--tw-ring-opacity: 1;
|
|
562
562
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
563
563
|
display: flex;
|
|
564
|
-
-webkit-user-select: none;
|
|
565
|
-
-moz-user-select: none;
|
|
566
|
-
user-select: none;
|
|
567
564
|
align-items: center;
|
|
568
565
|
gap: 0.5rem;
|
|
569
566
|
border-radius: 9999px;
|
|
@@ -585,7 +582,7 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice::part(ch
|
|
|
585
582
|
width: 66.666667%;
|
|
586
583
|
}
|
|
587
584
|
|
|
588
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='radio']::part(ch)
|
|
585
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='radio']::part(ch){
|
|
589
586
|
display: flex;
|
|
590
587
|
height: 1.25rem;
|
|
591
588
|
width: 1.25rem;
|
|
@@ -604,13 +601,13 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='ra
|
|
|
604
601
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
605
602
|
}
|
|
606
603
|
|
|
607
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='radio'][aria-checked='true']::part(cha)
|
|
604
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='radio'][aria-checked='true']::part(cha){
|
|
608
605
|
border-radius: 9999px;
|
|
609
606
|
--tw-bg-opacity: 1;
|
|
610
607
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
611
608
|
}
|
|
612
609
|
|
|
613
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='checkbox']::part(ch)
|
|
610
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='checkbox']::part(ch){
|
|
614
611
|
display: flex;
|
|
615
612
|
height: 1.25rem;
|
|
616
613
|
width: 1.25rem;
|
|
@@ -633,17 +630,17 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='ch
|
|
|
633
630
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
|
|
634
631
|
}
|
|
635
632
|
|
|
636
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice:hover
|
|
633
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice:hover{
|
|
637
634
|
--tw-bg-opacity: 1;
|
|
638
635
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
639
636
|
}
|
|
640
637
|
|
|
641
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice:focus
|
|
638
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice:focus{
|
|
642
639
|
outline-width: 2px;
|
|
643
640
|
outline-color: #93c5fd;
|
|
644
641
|
}
|
|
645
642
|
|
|
646
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-checked="true"]
|
|
643
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-checked="true"]{
|
|
647
644
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
648
645
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
649
646
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -651,7 +648,7 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-che
|
|
|
651
648
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
652
649
|
}
|
|
653
650
|
|
|
654
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-disabled="true"]
|
|
651
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-disabled="true"]{
|
|
655
652
|
cursor: not-allowed;
|
|
656
653
|
--tw-bg-opacity: 1;
|
|
657
654
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -664,12 +661,12 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-dis
|
|
|
664
661
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
665
662
|
}
|
|
666
663
|
|
|
667
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-disabled="true"] > *
|
|
664
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-disabled="true"] > *{
|
|
668
665
|
--tw-text-opacity: 1 !important;
|
|
669
666
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
670
667
|
}
|
|
671
668
|
|
|
672
|
-
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-readonly="true"]
|
|
669
|
+
qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-readonly="true"]{
|
|
673
670
|
cursor: pointer;
|
|
674
671
|
--tw-bg-opacity: 1;
|
|
675
672
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -682,12 +679,12 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-rea
|
|
|
682
679
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
683
680
|
}
|
|
684
681
|
|
|
685
|
-
qti-text-entry-interaction
|
|
682
|
+
qti-text-entry-interaction{
|
|
686
683
|
margin-top: 0.5rem;
|
|
687
684
|
margin-bottom: 0.5rem;
|
|
688
685
|
}
|
|
689
686
|
|
|
690
|
-
qti-text-entry-interaction::part(input)
|
|
687
|
+
qti-text-entry-interaction::part(input){
|
|
691
688
|
cursor: pointer;
|
|
692
689
|
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
693
690
|
outline: 2px solid transparent;
|
|
@@ -708,22 +705,22 @@ qti-text-entry-interaction::part(input) {
|
|
|
708
705
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
709
706
|
}
|
|
710
707
|
|
|
711
|
-
qti-text-entry-interaction::part(input):hover
|
|
708
|
+
qti-text-entry-interaction::part(input):hover{
|
|
712
709
|
--tw-bg-opacity: 1;
|
|
713
710
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
714
711
|
}
|
|
715
712
|
|
|
716
|
-
qti-text-entry-interaction::part(input):focus
|
|
713
|
+
qti-text-entry-interaction::part(input):focus{
|
|
717
714
|
outline-width: 2px;
|
|
718
715
|
outline-color: #93c5fd;
|
|
719
716
|
}
|
|
720
717
|
|
|
721
|
-
qti-extended-text-interaction
|
|
718
|
+
qti-extended-text-interaction{
|
|
722
719
|
margin-top: 0.5rem;
|
|
723
720
|
margin-bottom: 0.5rem;
|
|
724
721
|
}
|
|
725
722
|
|
|
726
|
-
qti-extended-text-interaction::part(textarea)
|
|
723
|
+
qti-extended-text-interaction::part(textarea){
|
|
727
724
|
cursor: pointer;
|
|
728
725
|
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
729
726
|
outline: 2px solid transparent;
|
|
@@ -744,23 +741,23 @@ qti-extended-text-interaction::part(textarea) {
|
|
|
744
741
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
745
742
|
}
|
|
746
743
|
|
|
747
|
-
qti-extended-text-interaction::part(textarea):hover
|
|
744
|
+
qti-extended-text-interaction::part(textarea):hover{
|
|
748
745
|
--tw-bg-opacity: 1;
|
|
749
746
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
750
747
|
}
|
|
751
748
|
|
|
752
|
-
qti-extended-text-interaction::part(textarea):focus
|
|
749
|
+
qti-extended-text-interaction::part(textarea):focus{
|
|
753
750
|
outline-width: 2px;
|
|
754
751
|
outline-color: #93c5fd;
|
|
755
752
|
}
|
|
756
753
|
|
|
757
|
-
qti-gap-match-interaction
|
|
754
|
+
qti-gap-match-interaction{
|
|
758
755
|
margin-top: 0.5rem;
|
|
759
756
|
margin-bottom: 0.5rem;
|
|
760
757
|
line-height: 2rem;
|
|
761
758
|
}
|
|
762
759
|
|
|
763
|
-
qti-gap-match-interaction qti-gap-text
|
|
760
|
+
qti-gap-match-interaction qti-gap-text{
|
|
764
761
|
cursor: pointer;
|
|
765
762
|
border-radius: 0.375rem;
|
|
766
763
|
--tw-text-opacity: 1;
|
|
@@ -774,9 +771,6 @@ qti-gap-match-interaction qti-gap-text {
|
|
|
774
771
|
--tw-ring-opacity: 1;
|
|
775
772
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
776
773
|
cursor: grab;
|
|
777
|
-
-webkit-user-select: none;
|
|
778
|
-
-moz-user-select: none;
|
|
779
|
-
user-select: none;
|
|
780
774
|
--tw-bg-opacity: 1;
|
|
781
775
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
782
776
|
padding-top: 0.25rem;
|
|
@@ -785,6 +779,7 @@ qti-gap-match-interaction qti-gap-text {
|
|
|
785
779
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
786
780
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
787
781
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
782
|
+
/* @apply select-none; */
|
|
788
783
|
background-image: radial-gradient(
|
|
789
784
|
circle at center,
|
|
790
785
|
rgba(0, 0, 0, 0.1) 0,
|
|
@@ -800,17 +795,17 @@ qti-gap-match-interaction qti-gap-text {
|
|
|
800
795
|
line-height: 1.5;
|
|
801
796
|
}
|
|
802
797
|
|
|
803
|
-
qti-gap-match-interaction qti-gap-text:hover
|
|
798
|
+
qti-gap-match-interaction qti-gap-text:hover{
|
|
804
799
|
--tw-bg-opacity: 1;
|
|
805
800
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
806
801
|
}
|
|
807
802
|
|
|
808
|
-
qti-gap-match-interaction qti-gap-text:focus
|
|
803
|
+
qti-gap-match-interaction qti-gap-text:focus{
|
|
809
804
|
outline-width: 2px;
|
|
810
805
|
outline-color: #93c5fd;
|
|
811
806
|
}
|
|
812
807
|
|
|
813
|
-
qti-gap-match-interaction qti-gap
|
|
808
|
+
qti-gap-match-interaction qti-gap{
|
|
814
809
|
cursor: pointer;
|
|
815
810
|
border-radius: 0.375rem;
|
|
816
811
|
--tw-text-opacity: 1;
|
|
@@ -837,17 +832,17 @@ qti-gap-match-interaction qti-gap {
|
|
|
837
832
|
line-height: 1.5;
|
|
838
833
|
}
|
|
839
834
|
|
|
840
|
-
qti-gap-match-interaction qti-gap:hover
|
|
835
|
+
qti-gap-match-interaction qti-gap:hover{
|
|
841
836
|
--tw-bg-opacity: 1;
|
|
842
837
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
843
838
|
}
|
|
844
839
|
|
|
845
|
-
qti-gap-match-interaction qti-gap:focus
|
|
840
|
+
qti-gap-match-interaction qti-gap:focus{
|
|
846
841
|
outline-width: 2px;
|
|
847
842
|
outline-color: #93c5fd;
|
|
848
843
|
}
|
|
849
844
|
|
|
850
|
-
qti-gap-match-interaction qti-gap
|
|
845
|
+
qti-gap-match-interaction qti-gap{
|
|
851
846
|
width: 8rem;
|
|
852
847
|
}
|
|
853
848
|
|
|
@@ -857,7 +852,7 @@ qti-gap-match-interaction qti-gap:empty:after {
|
|
|
857
852
|
content: '\0000a0'; /* when empty, put a space in it */
|
|
858
853
|
}
|
|
859
854
|
|
|
860
|
-
qti-gap-match-interaction qti-gap:not(:empty)
|
|
855
|
+
qti-gap-match-interaction qti-gap:not(:empty){
|
|
861
856
|
display: inline-flex;
|
|
862
857
|
width: auto;
|
|
863
858
|
padding: 0px;
|
|
@@ -866,7 +861,7 @@ qti-gap-match-interaction qti-gap:not(:empty) {
|
|
|
866
861
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
867
862
|
}
|
|
868
863
|
|
|
869
|
-
qti-gap-match-interaction qti-gap:not(:empty) > *
|
|
864
|
+
qti-gap-match-interaction qti-gap:not(:empty) > *{
|
|
870
865
|
flex: 1 1 0%;
|
|
871
866
|
--tw-rotate: 0deg;
|
|
872
867
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -877,12 +872,12 @@ qti-gap-match-interaction qti-gap:not(:empty) > * {
|
|
|
877
872
|
--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
|
|
878
873
|
}
|
|
879
874
|
|
|
880
|
-
qti-hotspot-interaction
|
|
875
|
+
qti-hotspot-interaction{
|
|
881
876
|
margin-top: 0.5rem;
|
|
882
877
|
margin-bottom: 0.5rem;
|
|
883
878
|
}
|
|
884
879
|
|
|
885
|
-
qti-hotspot-interaction qti-hotspot-choice:hover
|
|
880
|
+
qti-hotspot-interaction qti-hotspot-choice:hover{
|
|
886
881
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity));
|
|
887
882
|
--tw-bg-opacity: 0.3;
|
|
888
883
|
}
|
|
@@ -898,7 +893,7 @@ qti-hotspot-interaction qti-hotspot-choice {
|
|
|
898
893
|
} */
|
|
899
894
|
}
|
|
900
895
|
|
|
901
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='circle']
|
|
896
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='circle']{
|
|
902
897
|
cursor: pointer;
|
|
903
898
|
border-radius: 0.375rem;
|
|
904
899
|
--tw-text-opacity: 1;
|
|
@@ -920,17 +915,17 @@ qti-hotspot-interaction qti-hotspot-choice[shape='circle'] {
|
|
|
920
915
|
border-radius: 9999px;
|
|
921
916
|
}
|
|
922
917
|
|
|
923
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='circle']:hover
|
|
918
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='circle']:hover{
|
|
924
919
|
--tw-ring-opacity: 1;
|
|
925
920
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
|
926
921
|
}
|
|
927
922
|
|
|
928
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='circle']:focus
|
|
923
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='circle']:focus{
|
|
929
924
|
outline-width: 2px;
|
|
930
925
|
outline-color: #93c5fd;
|
|
931
926
|
}
|
|
932
927
|
|
|
933
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-checked="true"]
|
|
928
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-checked="true"]{
|
|
934
929
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
935
930
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
936
931
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -938,7 +933,7 @@ qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-checked="true"]
|
|
|
938
933
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
939
934
|
}
|
|
940
935
|
|
|
941
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-disabled="true"]
|
|
936
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-disabled="true"]{
|
|
942
937
|
cursor: not-allowed;
|
|
943
938
|
--tw-bg-opacity: 1;
|
|
944
939
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -951,12 +946,12 @@ qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-disabled="true"]
|
|
|
951
946
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
952
947
|
}
|
|
953
948
|
|
|
954
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-disabled="true"] > *
|
|
949
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-disabled="true"] > *{
|
|
955
950
|
--tw-text-opacity: 1 !important;
|
|
956
951
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
957
952
|
}
|
|
958
953
|
|
|
959
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-readonly="true"]
|
|
954
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-readonly="true"]{
|
|
960
955
|
cursor: pointer;
|
|
961
956
|
--tw-bg-opacity: 1;
|
|
962
957
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -969,7 +964,7 @@ qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-readonly="true"]
|
|
|
969
964
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
970
965
|
}
|
|
971
966
|
|
|
972
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='rect']
|
|
967
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='rect']{
|
|
973
968
|
cursor: pointer;
|
|
974
969
|
border-radius: 0.375rem;
|
|
975
970
|
--tw-text-opacity: 1;
|
|
@@ -990,17 +985,17 @@ qti-hotspot-interaction qti-hotspot-choice[shape='rect'] {
|
|
|
990
985
|
--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
|
|
991
986
|
}
|
|
992
987
|
|
|
993
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='rect']:hover
|
|
988
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='rect']:hover{
|
|
994
989
|
--tw-ring-opacity: 1;
|
|
995
990
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
|
996
991
|
}
|
|
997
992
|
|
|
998
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='rect']:focus
|
|
993
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='rect']:focus{
|
|
999
994
|
outline-width: 2px;
|
|
1000
995
|
outline-color: #93c5fd;
|
|
1001
996
|
}
|
|
1002
997
|
|
|
1003
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-checked="true"]
|
|
998
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-checked="true"]{
|
|
1004
999
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1005
1000
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1006
1001
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1008,7 +1003,7 @@ qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-checked="true"] {
|
|
|
1008
1003
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
1009
1004
|
}
|
|
1010
1005
|
|
|
1011
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-disabled="true"]
|
|
1006
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-disabled="true"]{
|
|
1012
1007
|
cursor: not-allowed;
|
|
1013
1008
|
--tw-bg-opacity: 1;
|
|
1014
1009
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -1021,12 +1016,12 @@ qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-disabled="true"] {
|
|
|
1021
1016
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
1022
1017
|
}
|
|
1023
1018
|
|
|
1024
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-disabled="true"] > *
|
|
1019
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-disabled="true"] > *{
|
|
1025
1020
|
--tw-text-opacity: 1 !important;
|
|
1026
1021
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
1027
1022
|
}
|
|
1028
1023
|
|
|
1029
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-readonly="true"]
|
|
1024
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-readonly="true"]{
|
|
1030
1025
|
cursor: pointer;
|
|
1031
1026
|
--tw-bg-opacity: 1;
|
|
1032
1027
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -1039,17 +1034,17 @@ qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-readonly="true"] {
|
|
|
1039
1034
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1040
1035
|
}
|
|
1041
1036
|
|
|
1042
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='poly']:hover
|
|
1037
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='poly']:hover{
|
|
1043
1038
|
--tw-bg-opacity: 1;
|
|
1044
1039
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1045
1040
|
}
|
|
1046
1041
|
|
|
1047
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='poly']:focus
|
|
1042
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='poly']:focus{
|
|
1048
1043
|
outline-width: 2px;
|
|
1049
1044
|
outline-color: #93c5fd;
|
|
1050
1045
|
}
|
|
1051
1046
|
|
|
1052
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-checked="true"]
|
|
1047
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-checked="true"]{
|
|
1053
1048
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1054
1049
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1055
1050
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1057,7 +1052,7 @@ qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-checked="true"] {
|
|
|
1057
1052
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
1058
1053
|
}
|
|
1059
1054
|
|
|
1060
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-disabled="true"]
|
|
1055
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-disabled="true"]{
|
|
1061
1056
|
cursor: not-allowed;
|
|
1062
1057
|
--tw-bg-opacity: 1;
|
|
1063
1058
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -1070,12 +1065,12 @@ qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-disabled="true"] {
|
|
|
1070
1065
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
1071
1066
|
}
|
|
1072
1067
|
|
|
1073
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-disabled="true"] > *
|
|
1068
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-disabled="true"] > *{
|
|
1074
1069
|
--tw-text-opacity: 1 !important;
|
|
1075
1070
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
1076
1071
|
}
|
|
1077
1072
|
|
|
1078
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-readonly="true"]
|
|
1073
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-readonly="true"]{
|
|
1079
1074
|
cursor: pointer;
|
|
1080
1075
|
--tw-bg-opacity: 1;
|
|
1081
1076
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -1088,17 +1083,17 @@ qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-readonly="true"] {
|
|
|
1088
1083
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1089
1084
|
}
|
|
1090
1085
|
|
|
1091
|
-
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-checked='true']
|
|
1086
|
+
qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-checked='true']{
|
|
1092
1087
|
--tw-bg-opacity: 1;
|
|
1093
1088
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
1094
1089
|
}
|
|
1095
1090
|
|
|
1096
|
-
qti-hottext-interaction
|
|
1091
|
+
qti-hottext-interaction{
|
|
1097
1092
|
margin-top: 0.5rem;
|
|
1098
1093
|
margin-bottom: 0.5rem;
|
|
1099
1094
|
}
|
|
1100
1095
|
|
|
1101
|
-
qti-hottext-interaction.qti-input-control-hidden qti-hottext
|
|
1096
|
+
qti-hottext-interaction.qti-input-control-hidden qti-hottext{
|
|
1102
1097
|
cursor: pointer;
|
|
1103
1098
|
border-radius: 0.375rem;
|
|
1104
1099
|
--tw-text-opacity: 1;
|
|
@@ -1111,9 +1106,6 @@ qti-hottext-interaction.qti-input-control-hidden qti-hottext {
|
|
|
1111
1106
|
--tw-ring-inset: inset;
|
|
1112
1107
|
--tw-ring-opacity: 1;
|
|
1113
1108
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
1114
|
-
-webkit-user-select: none;
|
|
1115
|
-
-moz-user-select: none;
|
|
1116
|
-
user-select: none;
|
|
1117
1109
|
padding-left: 0.75rem;
|
|
1118
1110
|
padding-right: 0.75rem;
|
|
1119
1111
|
padding-top: 0.5rem;
|
|
@@ -1122,23 +1114,24 @@ qti-hottext-interaction.qti-input-control-hidden qti-hottext {
|
|
|
1122
1114
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1123
1115
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1124
1116
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1125
|
-
|
|
1117
|
+
/* @apply select-none; */
|
|
1118
|
+
display: inline-flex;
|
|
1126
1119
|
|
|
1127
1120
|
/* @apply inline-flex gap-1 px-1 py-0 align-bottom font-normal ring-offset-0; */
|
|
1128
1121
|
/* @apply gap-0.5 rounded !px-1 !py-0 outline-offset-0 ring-1; */
|
|
1129
1122
|
}
|
|
1130
1123
|
|
|
1131
|
-
qti-hottext-interaction.qti-input-control-hidden qti-hottext:hover
|
|
1124
|
+
qti-hottext-interaction.qti-input-control-hidden qti-hottext:hover{
|
|
1132
1125
|
--tw-bg-opacity: 1;
|
|
1133
1126
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1134
1127
|
}
|
|
1135
1128
|
|
|
1136
|
-
qti-hottext-interaction.qti-input-control-hidden qti-hottext:focus
|
|
1129
|
+
qti-hottext-interaction.qti-input-control-hidden qti-hottext:focus{
|
|
1137
1130
|
outline-width: 2px;
|
|
1138
1131
|
outline-color: #93c5fd;
|
|
1139
1132
|
}
|
|
1140
1133
|
|
|
1141
|
-
qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-checked="true"]
|
|
1134
|
+
qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-checked="true"]{
|
|
1142
1135
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1143
1136
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1144
1137
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1146,7 +1139,7 @@ qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-checked="true"
|
|
|
1146
1139
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
1147
1140
|
}
|
|
1148
1141
|
|
|
1149
|
-
qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true"]
|
|
1142
|
+
qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true"]{
|
|
1150
1143
|
cursor: not-allowed;
|
|
1151
1144
|
--tw-bg-opacity: 1;
|
|
1152
1145
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -1159,12 +1152,12 @@ qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true
|
|
|
1159
1152
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
1160
1153
|
}
|
|
1161
1154
|
|
|
1162
|
-
qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true"] > *
|
|
1155
|
+
qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true"] > *{
|
|
1163
1156
|
--tw-text-opacity: 1 !important;
|
|
1164
1157
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
1165
1158
|
}
|
|
1166
1159
|
|
|
1167
|
-
qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-readonly="true"]
|
|
1160
|
+
qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-readonly="true"]{
|
|
1168
1161
|
cursor: pointer;
|
|
1169
1162
|
--tw-bg-opacity: 1;
|
|
1170
1163
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -1177,11 +1170,11 @@ qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-readonly="true
|
|
|
1177
1170
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1178
1171
|
}
|
|
1179
1172
|
|
|
1180
|
-
qti-hottext-interaction.qti-input-control-hidden qti-hottext::part(ch)
|
|
1173
|
+
qti-hottext-interaction.qti-input-control-hidden qti-hottext::part(ch){
|
|
1181
1174
|
display: none !important;
|
|
1182
1175
|
}
|
|
1183
1176
|
|
|
1184
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext
|
|
1177
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext{
|
|
1185
1178
|
cursor: pointer;
|
|
1186
1179
|
border-radius: 0.375rem;
|
|
1187
1180
|
--tw-text-opacity: 1;
|
|
@@ -1194,9 +1187,6 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext {
|
|
|
1194
1187
|
--tw-ring-opacity: 1;
|
|
1195
1188
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
1196
1189
|
display: flex;
|
|
1197
|
-
-webkit-user-select: none;
|
|
1198
|
-
-moz-user-select: none;
|
|
1199
|
-
user-select: none;
|
|
1200
1190
|
align-items: center;
|
|
1201
1191
|
gap: 0.5rem;
|
|
1202
1192
|
border-radius: 9999px;
|
|
@@ -1218,7 +1208,7 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext::part(cha) {
|
|
|
1218
1208
|
width: 66.666667%;
|
|
1219
1209
|
}
|
|
1220
1210
|
|
|
1221
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio']::part(ch)
|
|
1211
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio']::part(ch){
|
|
1222
1212
|
display: flex;
|
|
1223
1213
|
height: 1.25rem;
|
|
1224
1214
|
width: 1.25rem;
|
|
@@ -1237,13 +1227,13 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio']
|
|
|
1237
1227
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
1238
1228
|
}
|
|
1239
1229
|
|
|
1240
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio'][aria-checked='true']::part(cha)
|
|
1230
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio'][aria-checked='true']::part(cha){
|
|
1241
1231
|
border-radius: 9999px;
|
|
1242
1232
|
--tw-bg-opacity: 1;
|
|
1243
1233
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
1244
1234
|
}
|
|
1245
1235
|
|
|
1246
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='checkbox']::part(ch)
|
|
1236
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='checkbox']::part(ch){
|
|
1247
1237
|
display: flex;
|
|
1248
1238
|
height: 1.25rem;
|
|
1249
1239
|
width: 1.25rem;
|
|
@@ -1266,7 +1256,7 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='checkbo
|
|
|
1266
1256
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
|
|
1267
1257
|
}
|
|
1268
1258
|
|
|
1269
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext
|
|
1259
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext{
|
|
1270
1260
|
display: inline-flex;
|
|
1271
1261
|
|
|
1272
1262
|
/* @apply inline-flex gap-1 px-1 py-0 align-bottom font-normal ring-offset-0; */
|
|
@@ -1282,7 +1272,7 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext {
|
|
|
1282
1272
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1283
1273
|
}
|
|
1284
1274
|
|
|
1285
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext::part(ch)
|
|
1275
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext::part(ch){
|
|
1286
1276
|
height: 1rem !important;
|
|
1287
1277
|
width: 1rem !important;
|
|
1288
1278
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
@@ -1290,17 +1280,17 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext::part(ch) {
|
|
|
1290
1280
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
|
1291
1281
|
}
|
|
1292
1282
|
|
|
1293
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext:hover
|
|
1283
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext:hover{
|
|
1294
1284
|
--tw-bg-opacity: 1;
|
|
1295
1285
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1296
1286
|
}
|
|
1297
1287
|
|
|
1298
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext:focus
|
|
1288
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext:focus{
|
|
1299
1289
|
outline-width: 2px;
|
|
1300
1290
|
outline-color: #93c5fd;
|
|
1301
1291
|
}
|
|
1302
1292
|
|
|
1303
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-checked="true"]
|
|
1293
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-checked="true"]{
|
|
1304
1294
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1305
1295
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1306
1296
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1308,7 +1298,7 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-checked=
|
|
|
1308
1298
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
1309
1299
|
}
|
|
1310
1300
|
|
|
1311
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled="true"]
|
|
1301
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled="true"]{
|
|
1312
1302
|
cursor: not-allowed;
|
|
1313
1303
|
--tw-bg-opacity: 1;
|
|
1314
1304
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -1321,12 +1311,12 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled
|
|
|
1321
1311
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
1322
1312
|
}
|
|
1323
1313
|
|
|
1324
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled="true"] > *
|
|
1314
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled="true"] > *{
|
|
1325
1315
|
--tw-text-opacity: 1 !important;
|
|
1326
1316
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
1327
1317
|
}
|
|
1328
1318
|
|
|
1329
|
-
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-readonly="true"]
|
|
1319
|
+
qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-readonly="true"]{
|
|
1330
1320
|
cursor: pointer;
|
|
1331
1321
|
--tw-bg-opacity: 1;
|
|
1332
1322
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -1339,7 +1329,7 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-readonly
|
|
|
1339
1329
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1340
1330
|
}
|
|
1341
1331
|
|
|
1342
|
-
qti-inline-choice-interaction::part(select)
|
|
1332
|
+
qti-inline-choice-interaction::part(select){
|
|
1343
1333
|
cursor: pointer;
|
|
1344
1334
|
border-radius: 0.375rem;
|
|
1345
1335
|
--tw-text-opacity: 1;
|
|
@@ -1367,63 +1357,27 @@ qti-inline-choice-interaction::part(select) {
|
|
|
1367
1357
|
no-repeat center right 6px;
|
|
1368
1358
|
}
|
|
1369
1359
|
|
|
1370
|
-
qti-inline-choice-interaction::part(select):hover
|
|
1360
|
+
qti-inline-choice-interaction::part(select):hover{
|
|
1371
1361
|
--tw-bg-opacity: 1;
|
|
1372
1362
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1373
1363
|
}
|
|
1374
1364
|
|
|
1375
|
-
qti-inline-choice-interaction::part(select):focus
|
|
1365
|
+
qti-inline-choice-interaction::part(select):focus{
|
|
1376
1366
|
outline-width: 2px;
|
|
1377
1367
|
outline-color: #93c5fd;
|
|
1378
1368
|
}
|
|
1379
1369
|
|
|
1380
|
-
qti-inline-choice-interaction
|
|
1381
|
-
|
|
1382
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1383
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1384
|
-
--tw-ring-opacity: 1;
|
|
1385
|
-
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
qti-inline-choice-interaction[aria-disabled="true"]::part(select) {
|
|
1389
|
-
cursor: not-allowed;
|
|
1390
|
-
--tw-bg-opacity: 1;
|
|
1391
|
-
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
1392
|
-
--tw-text-opacity: 1;
|
|
1393
|
-
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
1394
|
-
--tw-shadow: 0 0 #0000;
|
|
1395
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
1396
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1397
|
-
--tw-ring-opacity: 1;
|
|
1398
|
-
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
qti-inline-choice-interaction::part(select)[aria-disabled="true"] > * {
|
|
1402
|
-
--tw-text-opacity: 1 !important;
|
|
1403
|
-
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
qti-inline-choice-interaction[aria-readonly="true"]::part(select) {
|
|
1407
|
-
cursor: pointer;
|
|
1408
|
-
--tw-bg-opacity: 1;
|
|
1409
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1410
|
-
--tw-shadow: 0 0 #0000;
|
|
1411
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
1412
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1413
|
-
outline-width: 0px;
|
|
1414
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1415
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1416
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1417
|
-
}
|
|
1370
|
+
qti-inline-choice-interaction::part(select) { /* aria-checked:act aria-readonly:rdo aria-disabled:dis; */
|
|
1371
|
+
}
|
|
1418
1372
|
|
|
1419
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type
|
|
1373
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type{
|
|
1420
1374
|
display: flex;
|
|
1421
1375
|
flex-wrap: wrap;
|
|
1422
1376
|
gap: 0.5rem;
|
|
1423
1377
|
padding-bottom: 1rem;
|
|
1424
1378
|
}
|
|
1425
1379
|
|
|
1426
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice
|
|
1380
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice{
|
|
1427
1381
|
cursor: pointer;
|
|
1428
1382
|
border-radius: 0.375rem;
|
|
1429
1383
|
--tw-text-opacity: 1;
|
|
@@ -1437,15 +1391,13 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type
|
|
|
1437
1391
|
--tw-ring-opacity: 1;
|
|
1438
1392
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
1439
1393
|
cursor: grab;
|
|
1440
|
-
-webkit-user-select: none;
|
|
1441
|
-
-moz-user-select: none;
|
|
1442
|
-
user-select: none;
|
|
1443
1394
|
--tw-bg-opacity: 1;
|
|
1444
1395
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1445
1396
|
font-weight: 600;
|
|
1446
1397
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1447
1398
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1448
1399
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1400
|
+
/* @apply select-none; */
|
|
1449
1401
|
background-image: radial-gradient(
|
|
1450
1402
|
circle at center,
|
|
1451
1403
|
rgba(0, 0, 0, 0.1) 0,
|
|
@@ -1462,24 +1414,24 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type
|
|
|
1462
1414
|
padding-right: 0.75rem;
|
|
1463
1415
|
}
|
|
1464
1416
|
|
|
1465
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice:hover
|
|
1417
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice:hover{
|
|
1466
1418
|
--tw-bg-opacity: 1;
|
|
1467
1419
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1468
1420
|
}
|
|
1469
1421
|
|
|
1470
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice:focus
|
|
1422
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice:focus{
|
|
1471
1423
|
outline-width: 2px;
|
|
1472
1424
|
outline-color: #93c5fd;
|
|
1473
1425
|
}
|
|
1474
1426
|
|
|
1475
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type
|
|
1427
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type{
|
|
1476
1428
|
display: grid;
|
|
1477
1429
|
grid-auto-columns: minmax(0, 1fr);
|
|
1478
1430
|
grid-auto-flow: column;
|
|
1479
1431
|
gap: 0.5rem;
|
|
1480
1432
|
}
|
|
1481
1433
|
|
|
1482
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice
|
|
1434
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice{
|
|
1483
1435
|
cursor: pointer;
|
|
1484
1436
|
border-radius: 0.375rem;
|
|
1485
1437
|
--tw-text-opacity: 1;
|
|
@@ -1504,12 +1456,12 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type
|
|
|
1504
1456
|
--tw-ring-inset: unset;
|
|
1505
1457
|
}
|
|
1506
1458
|
|
|
1507
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice:hover
|
|
1459
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice:hover{
|
|
1508
1460
|
--tw-bg-opacity: 1;
|
|
1509
1461
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1510
1462
|
}
|
|
1511
1463
|
|
|
1512
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice:focus
|
|
1464
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice:focus{
|
|
1513
1465
|
outline-width: 2px;
|
|
1514
1466
|
outline-color: #93c5fd;
|
|
1515
1467
|
}
|
|
@@ -1521,7 +1473,7 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type
|
|
|
1521
1473
|
flex-direction: column;
|
|
1522
1474
|
}
|
|
1523
1475
|
|
|
1524
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice
|
|
1476
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice{
|
|
1525
1477
|
cursor: pointer;
|
|
1526
1478
|
border-radius: 0.375rem;
|
|
1527
1479
|
--tw-text-opacity: 1;
|
|
@@ -1535,15 +1487,13 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type
|
|
|
1535
1487
|
--tw-ring-opacity: 1;
|
|
1536
1488
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
1537
1489
|
cursor: grab;
|
|
1538
|
-
-webkit-user-select: none;
|
|
1539
|
-
-moz-user-select: none;
|
|
1540
|
-
user-select: none;
|
|
1541
1490
|
--tw-bg-opacity: 1;
|
|
1542
1491
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1543
1492
|
font-weight: 600;
|
|
1544
1493
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1545
1494
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1546
1495
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1496
|
+
/* @apply select-none; */
|
|
1547
1497
|
background-image: radial-gradient(
|
|
1548
1498
|
circle at center,
|
|
1549
1499
|
rgba(0, 0, 0, 0.1) 0,
|
|
@@ -1560,12 +1510,12 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type
|
|
|
1560
1510
|
padding-right: 0.75rem;
|
|
1561
1511
|
}
|
|
1562
1512
|
|
|
1563
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice:hover
|
|
1513
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice:hover{
|
|
1564
1514
|
--tw-bg-opacity: 1;
|
|
1565
1515
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1566
1516
|
}
|
|
1567
1517
|
|
|
1568
|
-
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice:focus
|
|
1518
|
+
qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice:focus{
|
|
1569
1519
|
outline-width: 2px;
|
|
1570
1520
|
outline-color: #93c5fd;
|
|
1571
1521
|
}
|
|
@@ -1575,7 +1525,7 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type
|
|
|
1575
1525
|
}
|
|
1576
1526
|
|
|
1577
1527
|
qti-order-interaction::part(qti-simple-choice),
|
|
1578
|
-
qti-order-interaction qti-simple-choice
|
|
1528
|
+
qti-order-interaction qti-simple-choice{
|
|
1579
1529
|
cursor: pointer;
|
|
1580
1530
|
border-radius: 0.375rem;
|
|
1581
1531
|
--tw-text-opacity: 1;
|
|
@@ -1589,15 +1539,13 @@ qti-order-interaction::part(qti-simple-choice),
|
|
|
1589
1539
|
--tw-ring-opacity: 1;
|
|
1590
1540
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
1591
1541
|
cursor: grab;
|
|
1592
|
-
-webkit-user-select: none;
|
|
1593
|
-
-moz-user-select: none;
|
|
1594
|
-
user-select: none;
|
|
1595
1542
|
--tw-bg-opacity: 1;
|
|
1596
1543
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1597
1544
|
font-weight: 600;
|
|
1598
1545
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1599
1546
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1600
1547
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1548
|
+
/* @apply select-none; */
|
|
1601
1549
|
background-image: radial-gradient(
|
|
1602
1550
|
circle at center,
|
|
1603
1551
|
rgba(0, 0, 0, 0.1) 0,
|
|
@@ -1615,18 +1563,18 @@ qti-order-interaction::part(qti-simple-choice),
|
|
|
1615
1563
|
}
|
|
1616
1564
|
|
|
1617
1565
|
qti-order-interaction::part(qti-simple-choice):hover,
|
|
1618
|
-
qti-order-interaction qti-simple-choice:hover
|
|
1566
|
+
qti-order-interaction qti-simple-choice:hover{
|
|
1619
1567
|
--tw-bg-opacity: 1;
|
|
1620
1568
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1621
1569
|
}
|
|
1622
1570
|
|
|
1623
1571
|
qti-order-interaction::part(qti-simple-choice):focus,
|
|
1624
|
-
qti-order-interaction qti-simple-choice:focus
|
|
1572
|
+
qti-order-interaction qti-simple-choice:focus{
|
|
1625
1573
|
outline-width: 2px;
|
|
1626
1574
|
outline-color: #93c5fd;
|
|
1627
1575
|
}
|
|
1628
1576
|
|
|
1629
|
-
qti-order-interaction::part(qti-simple-choice)
|
|
1577
|
+
qti-order-interaction::part(qti-simple-choice){
|
|
1630
1578
|
display: flex;
|
|
1631
1579
|
width: 100%;
|
|
1632
1580
|
align-items: center;
|
|
@@ -1634,15 +1582,15 @@ qti-order-interaction::part(qti-simple-choice) {
|
|
|
1634
1582
|
text-overflow: ellipsis;
|
|
1635
1583
|
}
|
|
1636
1584
|
|
|
1637
|
-
qti-order-interaction::part(drops)
|
|
1585
|
+
qti-order-interaction::part(drops){
|
|
1638
1586
|
gap: 0.5rem;
|
|
1639
1587
|
}
|
|
1640
1588
|
|
|
1641
|
-
qti-order-interaction::part(drags)
|
|
1589
|
+
qti-order-interaction::part(drags){
|
|
1642
1590
|
gap: 0.5rem;
|
|
1643
1591
|
}
|
|
1644
1592
|
|
|
1645
|
-
qti-order-interaction::part(drop-list)
|
|
1593
|
+
qti-order-interaction::part(drop-list){
|
|
1646
1594
|
cursor: pointer;
|
|
1647
1595
|
border-radius: 0.375rem;
|
|
1648
1596
|
--tw-text-opacity: 1;
|
|
@@ -1669,17 +1617,17 @@ qti-order-interaction::part(drop-list) {
|
|
|
1669
1617
|
min-height: 4rem;
|
|
1670
1618
|
}
|
|
1671
1619
|
|
|
1672
|
-
qti-order-interaction::part(drop-list):hover
|
|
1620
|
+
qti-order-interaction::part(drop-list):hover{
|
|
1673
1621
|
--tw-bg-opacity: 1;
|
|
1674
1622
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1675
1623
|
}
|
|
1676
1624
|
|
|
1677
|
-
qti-order-interaction::part(drop-list):focus
|
|
1625
|
+
qti-order-interaction::part(drop-list):focus{
|
|
1678
1626
|
outline-width: 2px;
|
|
1679
1627
|
outline-color: #93c5fd;
|
|
1680
1628
|
}
|
|
1681
1629
|
|
|
1682
|
-
qti-order-interaction::part(active)
|
|
1630
|
+
qti-order-interaction::part(active){
|
|
1683
1631
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1684
1632
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1685
1633
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1688,7 +1636,7 @@ qti-order-interaction::part(active) {
|
|
|
1688
1636
|
}
|
|
1689
1637
|
|
|
1690
1638
|
qti-associate-interaction::part(qti-simple-associable-choice),
|
|
1691
|
-
qti-associate-interaction qti-simple-associable-choice
|
|
1639
|
+
qti-associate-interaction qti-simple-associable-choice{
|
|
1692
1640
|
cursor: pointer;
|
|
1693
1641
|
border-radius: 0.375rem;
|
|
1694
1642
|
--tw-text-opacity: 1;
|
|
@@ -1702,15 +1650,13 @@ qti-associate-interaction::part(qti-simple-associable-choice),
|
|
|
1702
1650
|
--tw-ring-opacity: 1;
|
|
1703
1651
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
1704
1652
|
cursor: grab;
|
|
1705
|
-
-webkit-user-select: none;
|
|
1706
|
-
-moz-user-select: none;
|
|
1707
|
-
user-select: none;
|
|
1708
1653
|
--tw-bg-opacity: 1;
|
|
1709
1654
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1710
1655
|
font-weight: 600;
|
|
1711
1656
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1712
1657
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1713
1658
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1659
|
+
/* @apply select-none; */
|
|
1714
1660
|
background-image: radial-gradient(
|
|
1715
1661
|
circle at center,
|
|
1716
1662
|
rgba(0, 0, 0, 0.1) 0,
|
|
@@ -1732,18 +1678,18 @@ qti-associate-interaction::part(qti-simple-associable-choice),
|
|
|
1732
1678
|
}
|
|
1733
1679
|
|
|
1734
1680
|
qti-associate-interaction::part(qti-simple-associable-choice):hover,
|
|
1735
|
-
qti-associate-interaction qti-simple-associable-choice:hover
|
|
1681
|
+
qti-associate-interaction qti-simple-associable-choice:hover{
|
|
1736
1682
|
--tw-bg-opacity: 1;
|
|
1737
1683
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1738
1684
|
}
|
|
1739
1685
|
|
|
1740
1686
|
qti-associate-interaction::part(qti-simple-associable-choice):focus,
|
|
1741
|
-
qti-associate-interaction qti-simple-associable-choice:focus
|
|
1687
|
+
qti-associate-interaction qti-simple-associable-choice:focus{
|
|
1742
1688
|
outline-width: 2px;
|
|
1743
1689
|
outline-color: #93c5fd;
|
|
1744
1690
|
}
|
|
1745
1691
|
|
|
1746
|
-
qti-associate-interaction::part(associables-container)
|
|
1692
|
+
qti-associate-interaction::part(associables-container){
|
|
1747
1693
|
margin-top: 0.5rem;
|
|
1748
1694
|
margin-bottom: 0.5rem;
|
|
1749
1695
|
display: flex;
|
|
@@ -1757,7 +1703,7 @@ qti-associate-interaction::part(associables-container) {
|
|
|
1757
1703
|
);
|
|
1758
1704
|
}
|
|
1759
1705
|
|
|
1760
|
-
qti-associate-interaction::part(active)
|
|
1706
|
+
qti-associate-interaction::part(active){
|
|
1761
1707
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1762
1708
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1763
1709
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1765,7 +1711,7 @@ qti-associate-interaction::part(active) {
|
|
|
1765
1711
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
1766
1712
|
}
|
|
1767
1713
|
|
|
1768
|
-
qti-associate-interaction::part(drop-list)
|
|
1714
|
+
qti-associate-interaction::part(drop-list){
|
|
1769
1715
|
cursor: pointer;
|
|
1770
1716
|
border-radius: 0.375rem;
|
|
1771
1717
|
--tw-text-opacity: 1;
|
|
@@ -1795,7 +1741,7 @@ qti-associate-interaction::part(drop-list) {
|
|
|
1795
1741
|
|
|
1796
1742
|
/* @apply my-2; */
|
|
1797
1743
|
|
|
1798
|
-
qti-graphic-order-interaction qti-hotspot-choice
|
|
1744
|
+
qti-graphic-order-interaction qti-hotspot-choice{
|
|
1799
1745
|
cursor: pointer;
|
|
1800
1746
|
border-radius: 0.375rem;
|
|
1801
1747
|
--tw-text-opacity: 1;
|
|
@@ -1816,17 +1762,17 @@ qti-graphic-order-interaction qti-hotspot-choice {
|
|
|
1816
1762
|
--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
|
|
1817
1763
|
}
|
|
1818
1764
|
|
|
1819
|
-
qti-graphic-order-interaction qti-hotspot-choice:hover
|
|
1765
|
+
qti-graphic-order-interaction qti-hotspot-choice:hover{
|
|
1820
1766
|
--tw-bg-opacity: 1;
|
|
1821
1767
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1822
1768
|
}
|
|
1823
1769
|
|
|
1824
|
-
qti-graphic-order-interaction qti-hotspot-choice:focus
|
|
1770
|
+
qti-graphic-order-interaction qti-hotspot-choice:focus{
|
|
1825
1771
|
outline-width: 2px;
|
|
1826
1772
|
outline-color: #93c5fd;
|
|
1827
1773
|
}
|
|
1828
1774
|
|
|
1829
|
-
qti-graphic-order-interaction qti-hotspot-choice[aria-checked="true"]
|
|
1775
|
+
qti-graphic-order-interaction qti-hotspot-choice[aria-checked="true"]{
|
|
1830
1776
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1831
1777
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1832
1778
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1834,7 +1780,7 @@ qti-graphic-order-interaction qti-hotspot-choice[aria-checked="true"] {
|
|
|
1834
1780
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
1835
1781
|
}
|
|
1836
1782
|
|
|
1837
|
-
qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"]
|
|
1783
|
+
qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"]{
|
|
1838
1784
|
cursor: not-allowed;
|
|
1839
1785
|
--tw-bg-opacity: 1;
|
|
1840
1786
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -1847,12 +1793,12 @@ qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"] {
|
|
|
1847
1793
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
1848
1794
|
}
|
|
1849
1795
|
|
|
1850
|
-
qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"] > *
|
|
1796
|
+
qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"] > *{
|
|
1851
1797
|
--tw-text-opacity: 1 !important;
|
|
1852
1798
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
1853
1799
|
}
|
|
1854
1800
|
|
|
1855
|
-
qti-graphic-order-interaction qti-hotspot-choice[aria-readonly="true"]
|
|
1801
|
+
qti-graphic-order-interaction qti-hotspot-choice[aria-readonly="true"]{
|
|
1856
1802
|
cursor: pointer;
|
|
1857
1803
|
--tw-bg-opacity: 1;
|
|
1858
1804
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -1873,7 +1819,7 @@ qti-graphic-order-interaction qti-hotspot-choice[aria-readonly="true"] {
|
|
|
1873
1819
|
clip-path: inherit;
|
|
1874
1820
|
} */
|
|
1875
1821
|
|
|
1876
|
-
qti-graphic-order-interaction qti-hotspot-choice[aria-ordervalue]
|
|
1822
|
+
qti-graphic-order-interaction qti-hotspot-choice[aria-ordervalue]{
|
|
1877
1823
|
height: 1.5rem;
|
|
1878
1824
|
width: 1.5rem;
|
|
1879
1825
|
border-radius: 9999px;
|
|
@@ -1890,7 +1836,7 @@ qti-graphic-order-interaction qti-hotspot-choice[aria-ordervalue]::after {
|
|
|
1890
1836
|
content: attr(aria-ordervalue) !important;
|
|
1891
1837
|
}
|
|
1892
1838
|
|
|
1893
|
-
qti-graphic-associate-interaction
|
|
1839
|
+
qti-graphic-associate-interaction{
|
|
1894
1840
|
position: relative;
|
|
1895
1841
|
display: block;
|
|
1896
1842
|
}
|
|
@@ -1918,17 +1864,17 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'] {
|
|
|
1918
1864
|
--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
|
|
1919
1865
|
}
|
|
1920
1866
|
|
|
1921
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle']:hover
|
|
1867
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle']:hover{
|
|
1922
1868
|
--tw-bg-opacity: 1;
|
|
1923
1869
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1924
1870
|
}
|
|
1925
1871
|
|
|
1926
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle']:focus
|
|
1872
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle']:focus{
|
|
1927
1873
|
outline-width: 2px;
|
|
1928
1874
|
outline-color: #93c5fd;
|
|
1929
1875
|
}
|
|
1930
1876
|
|
|
1931
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-checked="true"]
|
|
1877
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-checked="true"]{
|
|
1932
1878
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1933
1879
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1934
1880
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1936,7 +1882,7 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-ch
|
|
|
1936
1882
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
1937
1883
|
}
|
|
1938
1884
|
|
|
1939
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-disabled="true"]
|
|
1885
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-disabled="true"]{
|
|
1940
1886
|
cursor: not-allowed;
|
|
1941
1887
|
--tw-bg-opacity: 1;
|
|
1942
1888
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -1949,12 +1895,12 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-di
|
|
|
1949
1895
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
1950
1896
|
}
|
|
1951
1897
|
|
|
1952
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-disabled="true"] > *
|
|
1898
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-disabled="true"] > *{
|
|
1953
1899
|
--tw-text-opacity: 1 !important;
|
|
1954
1900
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
1955
1901
|
}
|
|
1956
1902
|
|
|
1957
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-readonly="true"]
|
|
1903
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-readonly="true"]{
|
|
1958
1904
|
cursor: pointer;
|
|
1959
1905
|
--tw-bg-opacity: 1;
|
|
1960
1906
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -1990,17 +1936,17 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'] {
|
|
|
1990
1936
|
--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
|
|
1991
1937
|
}
|
|
1992
1938
|
|
|
1993
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='square']:hover
|
|
1939
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='square']:hover{
|
|
1994
1940
|
--tw-bg-opacity: 1;
|
|
1995
1941
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1996
1942
|
}
|
|
1997
1943
|
|
|
1998
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='square']:focus
|
|
1944
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='square']:focus{
|
|
1999
1945
|
outline-width: 2px;
|
|
2000
1946
|
outline-color: #93c5fd;
|
|
2001
1947
|
}
|
|
2002
1948
|
|
|
2003
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-checked="true"]
|
|
1949
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-checked="true"]{
|
|
2004
1950
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2005
1951
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2006
1952
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -2008,7 +1954,7 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-ch
|
|
|
2008
1954
|
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
2009
1955
|
}
|
|
2010
1956
|
|
|
2011
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-disabled="true"]
|
|
1957
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-disabled="true"]{
|
|
2012
1958
|
cursor: not-allowed;
|
|
2013
1959
|
--tw-bg-opacity: 1;
|
|
2014
1960
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
@@ -2021,12 +1967,12 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-di
|
|
|
2021
1967
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
2022
1968
|
}
|
|
2023
1969
|
|
|
2024
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-disabled="true"] > *
|
|
1970
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-disabled="true"] > *{
|
|
2025
1971
|
--tw-text-opacity: 1 !important;
|
|
2026
1972
|
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
2027
1973
|
}
|
|
2028
1974
|
|
|
2029
|
-
qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-readonly="true"]
|
|
1975
|
+
qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-readonly="true"]{
|
|
2030
1976
|
cursor: pointer;
|
|
2031
1977
|
--tw-bg-opacity: 1;
|
|
2032
1978
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -2039,25 +1985,116 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-re
|
|
|
2039
1985
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2040
1986
|
}
|
|
2041
1987
|
|
|
2042
|
-
qti-graphic-gap-match-interaction
|
|
1988
|
+
qti-graphic-gap-match-interaction{
|
|
2043
1989
|
position: relative;
|
|
2044
1990
|
}
|
|
2045
1991
|
|
|
2046
|
-
qti-graphic-gap-match-interaction img
|
|
1992
|
+
qti-graphic-gap-match-interaction img{
|
|
2047
1993
|
margin: 0px;
|
|
2048
1994
|
padding: 0px;
|
|
2049
1995
|
}
|
|
2050
1996
|
|
|
1997
|
+
qti-slider-interaction{
|
|
1998
|
+
display: block; /* else no screenshot will be made with html-to-image */
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
qti-slider-interaction:hover{
|
|
2002
|
+
--tw-bg-opacity: 1;
|
|
2003
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
qti-slider-interaction:focus{
|
|
2007
|
+
outline-width: 2px;
|
|
2008
|
+
outline-color: #93c5fd;
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
qti-slider-interaction[aria-checked="true"]{
|
|
2012
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2013
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2014
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2015
|
+
--tw-ring-opacity: 1;
|
|
2016
|
+
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
qti-slider-interaction[aria-disabled="true"]{
|
|
2020
|
+
cursor: not-allowed;
|
|
2021
|
+
--tw-bg-opacity: 1;
|
|
2022
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
2023
|
+
--tw-text-opacity: 1;
|
|
2024
|
+
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
2025
|
+
--tw-shadow: 0 0 #0000;
|
|
2026
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
2027
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2028
|
+
--tw-ring-opacity: 1;
|
|
2029
|
+
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
qti-slider-interaction[aria-disabled="true"] > *{
|
|
2033
|
+
--tw-text-opacity: 1 !important;
|
|
2034
|
+
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
qti-slider-interaction[aria-readonly="true"]{
|
|
2038
|
+
cursor: pointer;
|
|
2039
|
+
--tw-bg-opacity: 1;
|
|
2040
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2041
|
+
--tw-shadow: 0 0 #0000;
|
|
2042
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
2043
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2044
|
+
outline-width: 0px;
|
|
2045
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2046
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2047
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2051
2050
|
qti-slider-interaction {
|
|
2052
|
-
|
|
2051
|
+
|
|
2052
|
+
--qti-tick-color: rgb(229 231 235 / 1);
|
|
2053
|
+
--qti-tick-width: 2px;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
qti-slider-interaction::part(slider){
|
|
2057
|
+
margin-left: 2rem;
|
|
2058
|
+
margin-right: 2rem; /* so the slider stays INSIDE of the qti-slider-interaction */ padding-bottom: 1rem; padding-top: 1.25rem; /* this keeps all content in the qti-slider interaction, also for html-to-image */
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
qti-slider-interaction{
|
|
2062
|
+
|
|
2063
|
+
--show-bounds: true;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
qti-slider-interaction::part(bounds){
|
|
2067
|
+
display: flex;
|
|
2053
2068
|
width: 100%;
|
|
2054
|
-
|
|
2069
|
+
justify-content: space-between; /* the two divs with value lower and upper will now be at start and end of this bounds container */ margin-bottom: 0.5rem; /* just so it aligns with the value 'knob' */
|
|
2055
2070
|
}
|
|
2056
2071
|
|
|
2057
|
-
qti-slider-interaction
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2072
|
+
qti-slider-interaction{
|
|
2073
|
+
|
|
2074
|
+
--show-ticks: true;
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
qti-slider-interaction::part(ticks){
|
|
2078
|
+
margin-left: 0.125rem;
|
|
2079
|
+
margin-right: 0.125rem;
|
|
2080
|
+
margin-bottom: 0.25rem;
|
|
2081
|
+
height: 0.5rem; /* absolute height for the ticks, and keep distance of the rail. push them 0.5 inward */
|
|
2082
|
+
background-position: 0 center;
|
|
2083
|
+
background: linear-gradient(to right, var(--qti-tick-color) var(--qti-tick-width), transparent 1px) repeat-x;
|
|
2084
|
+
background-size: calc(calc(100% - var(--qti-tick-width)) / ((var(--max) - var(--min)) / var(--step))) 100%;
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
qti-slider-interaction::part(rail){
|
|
2088
|
+
display: flex;
|
|
2089
|
+
align-items: center; /* so the knob is neatly centered vertically */
|
|
2090
|
+
/* DESIGN */
|
|
2091
|
+
box-sizing: border-box; /* if you have a border in the design apply, this box-border will make the border stay INSIDE the rail */ height: 0.75rem; width: 100%; cursor: pointer; border-radius: 9999px; border-style: solid; --tw-border-opacity: 1; border-color: rgb(229 231 235 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
qti-slider-interaction::part(knob){
|
|
2095
|
+
position: relative;
|
|
2096
|
+
height: 1.5rem;
|
|
2097
|
+
width: 1.5rem;
|
|
2061
2098
|
transform-origin: center;
|
|
2062
2099
|
--tw-translate-x: -50%;
|
|
2063
2100
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -2065,25 +2102,25 @@ qti-slider-interaction::part(knob) {
|
|
|
2065
2102
|
border-radius: 9999px;
|
|
2066
2103
|
--tw-bg-opacity: 1;
|
|
2067
2104
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
2105
|
+
left: var(--value-percentage);
|
|
2068
2106
|
}
|
|
2069
2107
|
|
|
2070
|
-
qti-slider-interaction
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
background-size: calc(calc(100% - var(--qti-border-width)) / ((var(--max) - var(--min)) / var(--step))) 50%;
|
|
2108
|
+
qti-slider-interaction{
|
|
2109
|
+
|
|
2110
|
+
--show-value: true;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
qti-slider-interaction::part(value){
|
|
2114
|
+
position: absolute;
|
|
2115
|
+
bottom: 2rem; /* align the value, which you can drag, on top of the knob, so it aligns with the rest of the values */ left: 0.75rem; /* should be half width of the knob if you want to center these two */ --tw-translate-x: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); cursor: pointer; border-radius: 0.25rem; --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity)); padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; text-align: center;
|
|
2079
2116
|
}
|
|
2080
2117
|
|
|
2081
|
-
qti-select-point-interaction::part(point):hover
|
|
2118
|
+
qti-select-point-interaction::part(point):hover{
|
|
2082
2119
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity));
|
|
2083
2120
|
--tw-bg-opacity: 0.3;
|
|
2084
2121
|
}
|
|
2085
2122
|
|
|
2086
|
-
qti-select-point-interaction::part(point)
|
|
2123
|
+
qti-select-point-interaction::part(point){
|
|
2087
2124
|
cursor: pointer;
|
|
2088
2125
|
border-radius: 0.375rem;
|
|
2089
2126
|
--tw-text-opacity: 1;
|
|
@@ -2105,76 +2142,40 @@ qti-select-point-interaction::part(point) {
|
|
|
2105
2142
|
border-radius: 9999px;
|
|
2106
2143
|
}
|
|
2107
2144
|
|
|
2108
|
-
qti-select-point-interaction::part(point):hover
|
|
2145
|
+
qti-select-point-interaction::part(point):hover{
|
|
2109
2146
|
--tw-ring-opacity: 1;
|
|
2110
2147
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
|
2111
2148
|
}
|
|
2112
2149
|
|
|
2113
|
-
qti-select-point-interaction::part(point):focus
|
|
2150
|
+
qti-select-point-interaction::part(point):focus{
|
|
2114
2151
|
outline-width: 2px;
|
|
2115
2152
|
outline-color: #93c5fd;
|
|
2116
2153
|
}
|
|
2117
2154
|
|
|
2118
|
-
qti-select-point-interaction
|
|
2119
|
-
|
|
2120
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2121
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2122
|
-
--tw-ring-opacity: 1;
|
|
2123
|
-
--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
|
|
2124
|
-
}
|
|
2125
|
-
|
|
2126
|
-
qti-select-point-interaction[aria-disabled="true"]::part(point) {
|
|
2127
|
-
cursor: not-allowed;
|
|
2128
|
-
--tw-bg-opacity: 1;
|
|
2129
|
-
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
2130
|
-
--tw-text-opacity: 1;
|
|
2131
|
-
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
2132
|
-
--tw-shadow: 0 0 #0000;
|
|
2133
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
2134
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2135
|
-
--tw-ring-opacity: 1;
|
|
2136
|
-
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
qti-select-point-interaction::part(point)[aria-disabled="true"] > * {
|
|
2140
|
-
--tw-text-opacity: 1 !important;
|
|
2141
|
-
color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
|
|
2142
|
-
}
|
|
2143
|
-
|
|
2144
|
-
qti-select-point-interaction[aria-readonly="true"]::part(point) {
|
|
2145
|
-
cursor: pointer;
|
|
2146
|
-
--tw-bg-opacity: 1;
|
|
2147
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2148
|
-
--tw-shadow: 0 0 #0000;
|
|
2149
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
2150
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2151
|
-
outline-width: 0px;
|
|
2152
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2153
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2154
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2155
|
-
}
|
|
2155
|
+
qti-select-point-interaction::part(point) { /* aria-checked:act aria-readonly:rdo aria-disabled:dis ;*/
|
|
2156
|
+
}
|
|
2156
2157
|
|
|
2157
2158
|
qti-position-object-stage qti-position-object-interaction {
|
|
2158
2159
|
/* no styles necessary, only layout styles, defined in the component */
|
|
2159
2160
|
/* height: 40px; */
|
|
2160
2161
|
}
|
|
2161
2162
|
|
|
2162
|
-
qti-choice-interaction.qti-choices-stacking-2
|
|
2163
|
+
qti-choice-interaction.qti-choices-stacking-2{
|
|
2163
2164
|
display: grid;
|
|
2164
2165
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2165
2166
|
}
|
|
2166
2167
|
|
|
2167
|
-
qti-choice-interaction.qti-choices-stacking-3
|
|
2168
|
+
qti-choice-interaction.qti-choices-stacking-3{
|
|
2168
2169
|
display: grid;
|
|
2169
2170
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2170
2171
|
}
|
|
2171
2172
|
|
|
2172
|
-
qti-choice-interaction.qti-choices-stacking-4
|
|
2173
|
+
qti-choice-interaction.qti-choices-stacking-4{
|
|
2173
2174
|
display: grid;
|
|
2174
2175
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2175
2176
|
}
|
|
2176
2177
|
|
|
2177
|
-
qti-choice-interaction.qti-choices-stacking-5
|
|
2178
|
+
qti-choice-interaction.qti-choices-stacking-5{
|
|
2178
2179
|
display: grid;
|
|
2179
2180
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2180
2181
|
}
|