@cuemath/leap 3.0.12-as4 → 3.0.12-ass1

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/dist/index.d.ts CHANGED
@@ -1094,19 +1094,19 @@ export declare interface ICreateUserResponseDal {
1094
1094
  }
1095
1095
 
1096
1096
  declare interface ICueCanvas {
1097
- responseId: string;
1097
+ canvasId: string;
1098
1098
  width: number;
1099
1099
  height: number;
1100
- onUpdateHeight: (height: number) => void;
1100
+ userId: string;
1101
1101
  canRender: boolean;
1102
1102
  appended: boolean;
1103
1103
  canScribble: boolean;
1104
- initialData?: IActionData[];
1105
- onPublish: TPublish;
1106
- onSubscribe: TSubscribe;
1107
- userId: string;
1108
1104
  userType: TUserTypes;
1109
1105
  renderAs?: TRenderAs_2;
1106
+ initialData?: IActionData[];
1107
+ onUpdateHeight?: TUpdateHeight;
1108
+ onPublish?: TPublish;
1109
+ onSubscribe?: TSubscribe;
1110
1110
  }
1111
1111
 
1112
1112
  declare interface ICueCanvasCallbackProps {
@@ -5232,7 +5232,7 @@ export declare type TTableMode = 'random' | 'sequence' | 'advance' | 'infinite';
5232
5232
 
5233
5233
  export declare type TTabSizes = 'xsmall' | 'small' | 'regular' | 'medium';
5234
5234
 
5235
- export declare type TTabVariants = 'primary';
5235
+ export declare type TTabVariants = 'primary' | 'secondary';
5236
5236
 
5237
5237
  declare type TTestDifficultyLevel = 'EASY' | 'MODERATE' | 'DIFFICULT';
5238
5238
 
@@ -5275,6 +5275,8 @@ export declare type TTrialSessionMessage = {
5275
5275
  };
5276
5276
  };
5277
5277
 
5278
+ declare type TUpdateHeight = (height: number) => void;
5279
+
5278
5280
  declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
5279
5281
 
5280
5282
  declare type TUserProgram = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.0.12-as4",
3
+ "version": "3.0.12-ass1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"