@citolab/qti-components 6.7.0 → 6.7.1-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.
@@ -96,65 +96,6 @@
96
96
  }
97
97
  ]
98
98
  },
99
- {
100
- "kind": "javascript-module",
101
- "path": "src/lib/qti-transformers/index.ts",
102
- "declarations": [],
103
- "exports": [
104
- {
105
- "kind": "js",
106
- "name": "*",
107
- "declaration": {
108
- "name": "*",
109
- "package": "./qti-transformers"
110
- }
111
- }
112
- ]
113
- },
114
- {
115
- "kind": "javascript-module",
116
- "path": "src/lib/qti-transformers/qti-transformers.ts",
117
- "declarations": [
118
- {
119
- "kind": "function",
120
- "name": "qtiTransformItem",
121
- "description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
122
- "return": {
123
- "type": {
124
- "text": ""
125
- }
126
- }
127
- },
128
- {
129
- "kind": "function",
130
- "name": "qtiTransformTest",
131
- "description": "Returns an object with methods to load, parse and transform QTI tests.",
132
- "return": {
133
- "type": {
134
- "text": ""
135
- }
136
- }
137
- }
138
- ],
139
- "exports": [
140
- {
141
- "kind": "js",
142
- "name": "qtiTransformItem",
143
- "declaration": {
144
- "name": "qtiTransformItem",
145
- "module": "src/lib/qti-transformers/qti-transformers.ts"
146
- }
147
- },
148
- {
149
- "kind": "js",
150
- "name": "qtiTransformTest",
151
- "declaration": {
152
- "name": "qtiTransformTest",
153
- "module": "src/lib/qti-transformers/qti-transformers.ts"
154
- }
155
- }
156
- ]
157
- },
158
99
  {
159
100
  "kind": "javascript-module",
160
101
  "path": "src/lib/qti-components/index.ts",
@@ -562,6 +503,65 @@
562
503
  }
563
504
  ]
564
505
  },
506
+ {
507
+ "kind": "javascript-module",
508
+ "path": "src/lib/qti-transformers/index.ts",
509
+ "declarations": [],
510
+ "exports": [
511
+ {
512
+ "kind": "js",
513
+ "name": "*",
514
+ "declaration": {
515
+ "name": "*",
516
+ "package": "./qti-transformers"
517
+ }
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "kind": "javascript-module",
523
+ "path": "src/lib/qti-transformers/qti-transformers.ts",
524
+ "declarations": [
525
+ {
526
+ "kind": "function",
527
+ "name": "qtiTransformItem",
528
+ "description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
529
+ "return": {
530
+ "type": {
531
+ "text": ""
532
+ }
533
+ }
534
+ },
535
+ {
536
+ "kind": "function",
537
+ "name": "qtiTransformTest",
538
+ "description": "Returns an object with methods to load, parse and transform QTI tests.",
539
+ "return": {
540
+ "type": {
541
+ "text": ""
542
+ }
543
+ }
544
+ }
545
+ ],
546
+ "exports": [
547
+ {
548
+ "kind": "js",
549
+ "name": "qtiTransformItem",
550
+ "declaration": {
551
+ "name": "qtiTransformItem",
552
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
553
+ }
554
+ },
555
+ {
556
+ "kind": "js",
557
+ "name": "qtiTransformTest",
558
+ "declaration": {
559
+ "name": "qtiTransformTest",
560
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
561
+ }
562
+ }
563
+ ]
564
+ },
565
565
  {
566
566
  "kind": "javascript-module",
567
567
  "path": "src/lib/qti-components/internal/event-types.ts",
@@ -836,14 +836,6 @@
836
836
  "text": "boolean"
837
837
  },
838
838
  "fieldName": "readonly"
839
- },
840
- {
841
- "name": "state",
842
- "type": {
843
- "text": "| 'item-created' // <-- pk: this is the state when the item is created\n | 'item-connected' // <-- pk: this is the state when the item is connected\n | 'variables-restored' // <-- pk: this is the state when the variables are restored\n | 'first-updated' // <-- pk: this is the state when the first-updated event is fired\n | 'item-connected'"
844
- },
845
- "default": "'item-created'",
846
- "fieldName": "_state"
847
839
  }
848
840
  ],
849
841
  "superclass": {
@@ -6037,13 +6029,13 @@
6037
6029
  },
6038
6030
  {
6039
6031
  "kind": "javascript-module",
6040
- "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
6032
+ "path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
6041
6033
  "declarations": [],
6042
6034
  "exports": []
6043
6035
  },
6044
6036
  {
6045
6037
  "kind": "javascript-module",
6046
- "path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
6038
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
6047
6039
  "declarations": [],
6048
6040
  "exports": []
6049
6041
  },