@citolab/qti-components 7.22.0 → 7.22.1
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/cdn/index.global.js +1 -1
- package/cdn/index.js +8 -3
- package/dist/{chunk-J7X6NAL5.js → chunk-NUNAE73U.js} +9 -4
- package/dist/chunk-NUNAE73U.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/interactions.js +1 -1
- package/dist/qti-components-jsx.d.ts +11567 -0
- package/package.json +6 -6
- package/dist/chunk-J7X6NAL5.js.map +0 -1
package/cdn/index.js
CHANGED
|
@@ -4119,7 +4119,7 @@ div.full-correct-response-inline {
|
|
|
4119
4119
|
align-items: flex-start;
|
|
4120
4120
|
flex: 1;
|
|
4121
4121
|
border: 2px solid transparent;
|
|
4122
|
-
|
|
4122
|
+
margin: 1rem 0;
|
|
4123
4123
|
border-radius: 0.3rem;
|
|
4124
4124
|
gap: 0.5rem;
|
|
4125
4125
|
}
|
|
@@ -4129,18 +4129,23 @@ div.full-correct-response-inline {
|
|
|
4129
4129
|
background-color: var(--qti-bg-active) !important;
|
|
4130
4130
|
}
|
|
4131
4131
|
|
|
4132
|
+
[part='drop-container'] {
|
|
4133
|
+
display: flex;
|
|
4134
|
+
flex-direction: column;
|
|
4135
|
+
gap: 0.5rem;
|
|
4136
|
+
}
|
|
4137
|
+
|
|
4132
4138
|
[part='drop-list'][enabled] {
|
|
4133
4139
|
background-color: var(--qti-bg-active) !important;
|
|
4134
4140
|
}
|
|
4135
4141
|
|
|
4136
4142
|
:host::part(associables-container) {
|
|
4137
4143
|
display: flex;
|
|
4138
|
-
padding: 0.5rem;
|
|
4139
4144
|
justify-content: space-between;
|
|
4140
4145
|
background: linear-gradient(
|
|
4141
4146
|
180deg,
|
|
4142
4147
|
rgb(0 0 0 / 0%) calc(50% - 1px),
|
|
4143
|
-
var(--qti-border-color
|
|
4148
|
+
var(--qti-border-color) calc(50%),
|
|
4144
4149
|
rgb(0 0 0 / 0%) calc(50% + 1px)
|
|
4145
4150
|
);
|
|
4146
4151
|
}
|
|
@@ -987,7 +987,7 @@ var qti_associate_interaction_styles_default = i`
|
|
|
987
987
|
align-items: flex-start;
|
|
988
988
|
flex: 1;
|
|
989
989
|
border: 2px solid transparent;
|
|
990
|
-
|
|
990
|
+
margin: 1rem 0;
|
|
991
991
|
border-radius: 0.3rem;
|
|
992
992
|
gap: 0.5rem;
|
|
993
993
|
}
|
|
@@ -997,18 +997,23 @@ var qti_associate_interaction_styles_default = i`
|
|
|
997
997
|
background-color: var(--qti-bg-active) !important;
|
|
998
998
|
}
|
|
999
999
|
|
|
1000
|
+
[part='drop-container'] {
|
|
1001
|
+
display: flex;
|
|
1002
|
+
flex-direction: column;
|
|
1003
|
+
gap: 0.5rem;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1000
1006
|
[part='drop-list'][enabled] {
|
|
1001
1007
|
background-color: var(--qti-bg-active) !important;
|
|
1002
1008
|
}
|
|
1003
1009
|
|
|
1004
1010
|
:host::part(associables-container) {
|
|
1005
1011
|
display: flex;
|
|
1006
|
-
padding: 0.5rem;
|
|
1007
1012
|
justify-content: space-between;
|
|
1008
1013
|
background: linear-gradient(
|
|
1009
1014
|
180deg,
|
|
1010
1015
|
rgb(0 0 0 / 0%) calc(50% - 1px),
|
|
1011
|
-
var(--qti-border-color
|
|
1016
|
+
var(--qti-border-color) calc(50%),
|
|
1012
1017
|
rgb(0 0 0 / 0%) calc(50% + 1px)
|
|
1013
1018
|
);
|
|
1014
1019
|
}
|
|
@@ -7852,4 +7857,4 @@ lit-html/node/directives/ref.js:
|
|
|
7852
7857
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
7853
7858
|
*)
|
|
7854
7859
|
*/
|
|
7855
|
-
//# sourceMappingURL=chunk-
|
|
7860
|
+
//# sourceMappingURL=chunk-NUNAE73U.js.map
|