cloudlab-ui 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -219,6 +219,7 @@ export interface QuestionCcmProps {
219
219
  showScore?: boolean;
220
220
  elementCheckbox?: React.ReactNode;
221
221
  elementLabel?: React.ReactNode;
222
+ scenario?: Scenario;
222
223
  onAnswer?: (answer: string) => void;
223
224
  onScore?: (score: number) => void;
224
225
  onGoAnswer?: (content: CcmQuestionData) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudlab-ui",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"