@citolab/qti-components 7.0.2 → 7.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.
@@ -83,6 +83,14 @@ export const rules = {
83
83
  tag: "qti-choice-interaction",
84
84
  attr: "readonly",
85
85
  },
86
+ {
87
+ tag: "qti-upload-interaction",
88
+ attr: "disabled",
89
+ },
90
+ {
91
+ tag: "qti-upload-interaction",
92
+ attr: "readonly",
93
+ },
86
94
  {
87
95
  tag: "qti-portable-custom-interaction",
88
96
  attr: "disabled",
@@ -207,22 +215,6 @@ export const rules = {
207
215
  tag: "qti-select-point-interaction",
208
216
  attr: "readonly",
209
217
  },
210
- {
211
- tag: "qti-slider-interaction",
212
- attr: "step-label",
213
- },
214
- {
215
- tag: "qti-slider-interaction",
216
- attr: "reverse",
217
- },
218
- {
219
- tag: "qti-slider-interaction",
220
- attr: "disabled",
221
- },
222
- {
223
- tag: "qti-slider-interaction",
224
- attr: "readonly",
225
- },
226
218
  {
227
219
  tag: "qti-gap-text",
228
220
  attr: "aria-disabled",