@citolab/qti-components 6.0.29 → 6.0.30

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.
@@ -1,7 +1,7 @@
1
1
  import { V as VariableDeclaration, B as BaseType, C as Cardinality, a as Choices, b as Interaction, c as QtiRule, Q as QtiAssessmentItem, R as ResponseVariable, d as QtiChoice } from '../qti-simple-choice-9a8c789b.js';
2
2
  export { g as Calculate, I as InteractionChangedDetails, M as Multiple, j as Ordered, O as OutcomeChangedDetails, u as OutcomeVariable, s as QtiChoiceElementSelected, x as QtiChoiceInteraction, w as QtiExtendedTextInteraction, A as QtiHottext, k as QtiInteractionChanged, r as QtiInteractionResponse, p as QtiLooseChoice, z as QtiMapping, q as QtiOutcomeChanged, n as QtiRegisterChoice, o as QtiRegisterHotspot, m as QtiRegisterInteraction, l as QtiRegisterVariable, y as QtiResponseProcessing, D as QtiSimpleChoice, v as QtiTextEntryInteraction, f as ResponseInteraction, t as ResultVariable, e as directedPair, h as float, i as integer } from '../qti-simple-choice-9a8c789b.js';
3
3
  import * as lit from 'lit';
4
- import { LitElement, PropertyValueMap } from 'lit';
4
+ import { LitElement } from 'lit';
5
5
  import * as lit_html from 'lit-html';
6
6
  import { Audience } from '../context/index.js';
7
7
  import { ContextConsumer } from '@lit-labs/context';
@@ -93,12 +93,13 @@ declare class QtiFeedbackInline extends QtiFeedback {
93
93
  }
94
94
 
95
95
  declare class QtiModalFeedback extends QtiFeedback {
96
- render(): lit_html.TemplateResult<1>;
96
+ static styles: lit.CSSResult;
97
+ render: () => lit_html.TemplateResult<1>;
97
98
  }
98
99
 
99
100
  declare class QtiFeedbackBlock extends QtiFeedback {
101
+ static styles: lit.CSSResult;
100
102
  render(): lit_html.TemplateResult<1>;
101
- protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
102
103
  }
103
104
 
104
105
  declare class QtiHottextInteraction extends Choices {