@sistent/sistent 0.14.207 → 0.14.208

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.mts CHANGED
@@ -1250,6 +1250,8 @@ interface Props$1 {
1250
1250
  path?: string;
1251
1251
  courseCount: number;
1252
1252
  courseType: string;
1253
+ orgId?: string;
1254
+ modalContent?: string;
1253
1255
  }
1254
1256
  declare const LearningCard: React__default.FC<Props$1>;
1255
1257
 
package/dist/index.d.ts CHANGED
@@ -1250,6 +1250,8 @@ interface Props$1 {
1250
1250
  path?: string;
1251
1251
  courseCount: number;
1252
1252
  courseType: string;
1253
+ orgId?: string;
1254
+ modalContent?: string;
1253
1255
  }
1254
1256
  declare const LearningCard: React__default.FC<Props$1>;
1255
1257